/* ================================= */
/* Body and Universal Reset */
/* ================================= */

* {
    margin  : 0;
    padding : 0;
}

html {
    background : #ffffff;
    min-height : 100%;
}

body {
    /*background : #fff url(images/backgrounds/bg.jpg) repeat-x top center;*/
    height     : auto;
    position   : relative;
}

/*
LATO
    font-family: 'Lato', sans-serif;
    FONT WEIGHTS:
        Light 300
        Normal 400
        Bold 700
        Ultra-Bold 900

DANCING SCRIPT
    font-family: 'Dancing Script', cursive;
*/

#mainNav li a,
.header_phone_number,
.footerNavHeading,
.banner_text,
input[type="submit"], button, .button,
.online_application_pagination_step,
.sub_page_list {
    font-family : 'Roboto', Arial, Helvetica, sans-serif;
    letter-spacing  : 0;
    font-weight     : 700;
    text-decoration : none;
}

h1 {
	font-family: 'Bree Serif', serif;
	}

.cursive_font {
    font-family: 'Bree Serif', serif;
}

#container {
}

#popupWindowCaller {
    display : none;
}

.clear {
    clear  : both;
    height : 1px;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

.hidden {
    display : none;
}

blockquote {
    padding : 10px 20px 5px;
}

/* ================================= */
/* Defaults */
/* ================================= */
.details_text a {color: #fff!important}
.inner {
    padding : 10px;
}

.padding_sides {
    padding-right : 0px;
}

.rounded {
    -moz-border-radius    : 0px;
    -webkit-border-radius : 0px;
    -o-border-radius      : 0px;
    -ms-border-radius     : 0px;
    border-radius         : 0px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

.container_24_a_little_wider .slides li {
    overflow-x : hidden;
}

.zero_padding {
    padding : 0 !important;
}

/* ================================= */
/* Typography */
/* ================================= */

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '' !important;
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

.main_content h1.page_title {
    /*background         : url(images/backgrounds/title-bg.jpg) no-repeat left bottom;
    border-bottom      : 1px solid #dde2e7;*/
    width              : 100%;
    padding            : 0px;
    float              : left;
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
}

/* ================================= */
/* Header */
/* ================================= */

.header_fill {
    height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;
    display  : none;
}

#header {
    display  : block;
    width    : 100%;
    float    : left;
    padding  : 0;
    position : relative;
}
#header .grid_6 {
	width:20% !important;}

#header a.logo {
    padding  : 0px;
    z-index  : 2;
    position : relative;
	background: url("/images/backgrounds/logo.png") no-repeat left center;

	margin:10px auto;

	background-size:contain;

    display: block;

    height: 50px;
}


.header_phone_number {
    float       : right;
    text-align  : right;
    color       : #0277bd;
	line-height:50px;
    padding-top : 10px;
    font-weight : 700;
    width       : 270px;
}

.header_phone_number_desktop {
    position : relative;
    overflow : hidden;
    height   : 50px;
}

.header_phone_number a, .header_phone_number a:hover, .header_phone_number a:link, .header_phone_number a:active, .header_phone_number a:visited {
    color           : #0277bd;
    text-decoration : none;
}

.header_phone_number span {
    padding   : 10px 2px 10px 5px;
    font-size : 25px;
}

.lt-ie9 .header_phone_number span {
    font-size : 22px;
}

.phone_hidden, .phone_on {
    position           : absolute;
    right              : 0;
    top                : -80px;
    -webkit-transition : linear top 0.2s;
    -moz-transition    : linear top 0.2s;
    -o-transition      : linear top 0.2s;
    transition         : linear top 0.2s;
}

.phone_on {
    top : 0;
}

.header_phone_number i {
    font-size : 22px;
}

#header .phone_divide {
    float  : right;
    margin : 0 25px 0 21px;
}

.apply_online {
    /*background      : url(images/buttons/header-apply.jpg) top center no-repeat;
    background-size : 100% auto;*/
	background:#0277bd;
    height          : 47px;
    width           : auto;
    display         : block;
    float           : right;
    text-align      : center;
    margin-top      : 11px;
	color:#FFF;
	margin-left:20px;
	font-size:14px;
	line-height:50px;
	font-weight:bold;
	border-bottom:3px solid rgba(0,0,0,0.2);
	text-decoration:none;
	text-transform:uppercase;
	padding:0 15px;
	color:#FFF !important;
}


.lt-ie9 .apply_online {
    filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/buttons/header-apply-ie.jpg', sizingMethod='scale');
}

.apply_online:hover, .apply_online.apply_online_active {
    background-position : center -51px;
	color:#FFF;
	text-decoration:none;
}

.mobile_header_call {
    float      : left;
    width      : 100%;
    text-align : center;
    background : #ededed;
    padding    : 0;
    margin     : 0 0 15px;
	padding:5px 0;
    height     : 50px;
}

.mobile_header_call .header_phone_number,
.mobile_header_call .apply_online {
    float      : none;
    display    : inline-block;
    margin-top : 0;
}

.mobile_header_call .apply_online {
    top         : -14px;
    position    : relative;
    margin-left : 10px;
}

.mobile_header_call .header_phone_number {
    padding : 12px 0 0 0;
}

/* ================================= */
/* Main Navigation */
/* ================================= */


#mainNav {
    height                : 50px;
    /*background            : #2888C9 url(images/backgrounds/nav-sprite.jpg) top center repeat-x;*/
	background:#7cb342;
}

#mainNav li {
    list-style : none;
    float      : left;
    position   : relative;
    /*background : url(images/backgrounds/nav-divide.jpg) right top repeat-y;*/
	background:#7cb342;
    padding    : 0;
}

#mainNav > li {
    margin : 0 0 0 0px;
	border-right:1px solid rgba(255,255,255,0.2);
	border-left:1px solid rgba(0,0,0,0.1);
}

#mainNav li a {
    padding        : 0 8px 0;
    font-size      : 14px;
    margin         : 0px 0px;
    font-weight    : bold;
    /*text-shadow    : 0px -1px 0px rgba(0, 0, 0, 0.3);*/
    color          : #FFF;
    display        : block;
    text-transform : uppercase;
}

.lt-ie9 #mainNav li a {
    padding-left  : 8px;
    padding-right : 8px;
}
#mainNav > li.first {
	border-left:none;}
#mainNav > li.first a {
    margin-left                       : 0;
    /*-moz-border-top-left-radius       : 6px;
    -moz-border-bottom-left-radius    : 6px;
    -webkit-border-top-left-radius    : 6px;
    -webkit-border-bottom-left-radius : 6px;
    -o-border-top-left-radius         : 6px;
    -o-border-bottom-left-radius      : 6px;
    border-top-left-radius            : 6px;
    border-bottom-left-radius         : 6px;*/
}

#mainNav > li.last {
    background : none;
	border-right:none;
}

#mainNav > li.last a {
    margin-right                       : 0;
    /*-moz-border-top-right-radius       : 6px;
    -moz-border-bottom-right-radius    : 6px;
    -webkit-border-top-right-radius    : 6px;
    -webkit-border-bottom-right-radius : 6px;
    -o-border-top-right-radius         : 6px;
    -o-border-bottom-right-radius      : 6px;
    border-top-right-radius            : 6px;
    border-bottom-right-radius         : 6px;*/
}

#mainNav > li > a {
    text-align     : center;
    max-width      : 250px;
    display        : table-cell;
    vertical-align : middle;
    height         : 50px;
    padding        : 0 26px;
}

#mainNav li a:hover {
    /*background : #2888C9 url(images/backgrounds/nav-sprite.jpg) bottom center repeat-x;*/
	background:#689f38;
    color      : #fff;
}

#mainNav li a:active {
    -webkit-box-shadow : inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow    : inset 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow      : inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow         : inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#mainNav li a:active, #mainNav li.current > a {
    /*background : #2888C9 url(images/backgrounds/nav-sprite.jpg) center center repeat-x;*/
    color      : #FFF;
}

#mainNav ul {
    position           : absolute;
    width              : 200px; /* left offset of submenus need to match (see below) */
    top                : -999px;
    border-bottom      : solid 4px #7cb342;
    -webkit-box-shadow : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow    : 0px 1px 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow      : 0px 1px 6px rgba(0, 0, 0, 0.6);
    box-shadow         : 0px 1px 6px rgba(0, 0, 0, 0.6);
}

#mainNav ul li {
    width : 100%;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 59px; /* match top ul list item height */
    z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 200px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 200px; /* match ul width */
    top  : 0;
}

/* Drop Down UL */
#mainNav ul li {
    background : none;
}

#mainNav ul li a {
    margin           : 0;
    padding          : 7px 11px;
    font-size        : 13px;
    font-weight      : normal;
    color            : #000;
    background-color : #FFFFFF;
    border           : none;
    text-shadow      : none;
    text-transform   : none;
    font-family      : Arial, sans-serif;
}

#mainNav ul li a:hover, #mainNav ul li a:active {
    background : #7cb342 !important;
    border     : none;
    filter     : none;
    color      : #fff;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color              : #FFF;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}

/* ================================= */
/* Mobile Navigation */
/* ================================= */

/* Resets for container */
#mobile_nav {
    position : absolute;
    top      : 0;
    z-index  : 9999;
    right    : 0;
    width    : 40%;
    float    : left;
    margin   : 0;
    padding  : 0;
}

/* Background colour for menu and active icon/button */
html.mobile_nav_is_active,
#mobile_nav .mobile_nav_wrap,
#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color : #7cb342;
}

#mobile_nav .mobile_nav_wrap,
#mobile_nav ul li,
#mobile_nav ul li a {
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}

/* Style the icon/button */
#mobile_nav #mobile_nav_launch {
    height          : 70px !important;
    width           : 70px !important;
    line-height     : 21px;
    position        : relative;
    top             : 0;
    right           : 0;
    border-radius   : 0;
    background      : #7cb342 url(images/icons/nav-light.png) 45% center no-repeat;
    background-size : 56% auto;
    text-indent     : -9999px;
    float           : right;
    cursor          : pointer;
    z-index         : 99;
}

/* Actual Menu Wrapper - Important stuff */
#mobile_nav .mobile_nav_wrap {
    position                   : fixed;
    width                      : 80%;
    float                      : left;
    right                      : -80%;
    box-shadow                 : 0 0 0 #000;
    height                     : 100%;
    z-index                    : 98;
    overflow                   : auto;
    display                    : block;
    -webkit-overflow-scrolling : touch;
}

#mobile_nav .mobile_nav_wrap_active {
    right : 0;
}

html,
#mobile_nav .mobile_nav_wrap {
    -webkit-transition : right 0.2s linear;
    -moz-transition    : right 0.2s linear;
    transition         : right 0.2s linear;
}

html {
    position : relative !important;
    width    : 100%;
    right    : 0;
}

html.mobile_nav_is_active {
    right : 80%;
}

html.mobile_nav_is_active,
html.mobile_nav_is_active body {
    overflow-y : hidden;
    position   : relative;
    height     : 100%;
}

#mobile_nav ul {
    float         : none;
    position      : relative;
    top           : 0;
    left          : 0;
    display       : block;
    width         : 100%;
    list-style    : none;
    margin        : 0 auto !important;
    padding       : 0 !important;
    border-top    : 0px solid #363a39;
    border-bottom : 0px solid #363a39;
}

#mobile_nav ul li {
    width         : 100%;
    display       : block;
    padding       : 0 25px;
    float         : left;
    border-bottom : 1px solid rgba(0,0,0,0.2);
}

#mobile_nav ul li a {
    color           : #fff;
    font-size       : 18px;
    display         : block;
    float           : left;
    width           : 100%;
    font-weight     : bold;
    padding         : 12px 20% 12px 0;
    position        : relative;
    text-decoration : none;
}

#mobile_nav ul li a:active {
    text-shadow : -1px -1px 0 #111;
}

#mobile_nav ul ul {
    padding-left : 20px;
}

#mobile_nav .mobile_nav_wrap > ul > li > ul {
    display : none; /* HIDE INITIALLY */
}

#mobile_nav ul ul li {
    border-bottom : 0;
    padding       : 0 0 0 20px;
}

#mobile_nav ul ul li a {
    font-weight : normal;
    font-size   : 13px;
}

span.mobile_nav_down_more {
    position           : absolute;
    height             : 100%;
    width              : 20%;
    text-align         : right;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
    display            : block;
    z-index            : 999;
    right              : 0;
    top                : 0;
    padding            : 10px 0 0;
    outline            : none;
}

/* ================================= */
/* Calculators Tools Sub Page list */
/* ================================= */
.sub_page_list {
    width              : 30%;
    float              : left;
    display            : block;
    margin-right       : 3%;
    margin-bottom      : 20px;
    text-align         : center;
    font-size          : 20px;
    line-height        : 24px;
    color              : #188AC8;
    font-weight        : bold;
    background         : #E9F4FA;
    border             : 1px solid #dde8ee;
    border-bottom      : 6px solid #dde8ee;
    text-decoration    : none;
    padding            : 30px 20px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
}

.sub_page_list:hover {
    background : #dde8ee;
}

.sub_page_list i {
    font-size     : 50px;
    line-height   : 50px;
    margin-bottom : 10px;
    display       : block;
}

.sub_page_list:nth-child(3),
.sub_page_list:nth-child(6),
.sub_page_list:nth-child(9) {
    margin-right : 0%;
}

/* ================================= */
/* Calculator */
/* ================================= */
.loan_calculator {
    background : #fff;
    float      : left;
    width      : 100%;
    margin     : 5px 0 20px;
    position   : relative;
}

.loan_calculator_form {
    border             : 1px solid #E1E1E1;
    padding            : 16px 22px;
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
}

.loan_calculator_form .form_label {
    width : 30%;
}

.loan_calculator_form .form_field {
    width : 65%;
}

.loan_calculator_result {
    background                         : #7cb342;
    text-align                         : center;
    color                              : #fff;
    padding                            : 30px 22px 0;
    height                             : 100%;
    position                           : absolute;
    right                              : 0;
    -moz-box-sizing                    : border-box;
    -webkit-box-sizing                 : border-box;
    -o-box-sizing                      : border-box;
    -ms-box-sizing                     : border-box;
    box-sizing                         : border-box;
    /*-o-border-top-right-radius         : 6px;
    -o-border-bottom-right-radius      : 6px;
    -moz-border-top-right-radius       : 6px;
    -moz-border-bottom-right-radius    : 6px;
    -webkit-border-top-right-radius    : 6px;
    -webkit-border-bottom-right-radius : 6px;
    border-top-right-radius            : 6px;
    border-bottom-right-radius         : 6px;
    -moz-box-shadow                    : inset 4px 0 14px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow                 : inset 4px 0 14px rgba(0, 0, 0, 0.4);
    -o-box-shadow                      : inset 4px 0 14px rgba(0, 0, 0, 0.4);
    box-shadow                         : inset 4px 0 14px rgba(0, 0, 0, 0.4);*/
}

.loan_calculator_result,
.loan_calculator_result h3,
.loan_calculator_result h2 {
    color : #fff;
}

.loan_calculator_result h2 {
    margin : 5px 0 20px;
}

#submitToApplicationForm {
    display : inline-block;
}

#result_repayment {
    margin-top : 18px;
}
#calculatorFurtherActions .button {
	margin-bottom:10px;}

#result_repayment .cursive_font {
    font-size     : 50px;
    line-height   : 37px;
    margin-bottom : -41px;
    display       : block;
}

/* ================================= */
/* Sidebar */
/* ================================= */

#sidebar {
    padding-top : 0;
    width       : 252px;
    float       : left;
}



#sidebar #subNav li.subNavHeading a {
    color           : #0277bd;
    padding         : 7px 0px;
    margin          : 0px;
    text-transform  : capitalize;
	font-family: 'Bree Serif', serif;
    text-decoration : none;
    font-size       : 24px;
    line-height     : 27px;
}

#sidebar #subNav li.subNavHeading a:hover {
    color : #18a4e6;
}

#content #sidebar #subNav li.subNavHeading {
    padding                         : 11px 0px 8px 17px;
    margin                          : 0px;
    text-indent                     : 0px;
    text-align                      : left;
    /*-webkit-border-top-right-radius : 6px;
    -moz-border-top-right-radius    : 6px;
    -o-border-top-right-radius      : 6px;
    border-top-right-radius         : 6px;*/
}

#content #sidebar #subNav li.subNavHeading:before {
    content : none;
}

#sidebar #subNav {
}

#content #sidebar ul#subNav li {
    padding       : 8px 0px 8px 32px;
    text-indent   : -15px;
    margin        : 0px;
    border-bottom : 1px solid #DDDDDD;
}
#content #sidebar ul#subNav li:last-of-type {
	border-bottom:none;}

#sidebar #subNav li a {
    color           : #000;
    padding         : 5px 0px;
    text-decoration : none;
    font-size       : 13px;
}

#sidebar #subNav li a:hover {
    color : #188AC8;
}

#content #sidebar #subNav li:before {
    content      : "\203A \00a0";
    color        : #188AC8;
    font-size    : 15px;
    margin-right : 5px;
    line-height  : 15px;
}

#content #sidebar ul#subNav {
    padding : 0;
    margin  : 0px 0px 10px 0px;
}

#content #sidebar #subNav li.down a {
    color       : #188AC8;
    font-weight : bold;
}

#content #sidebar #subNav li.down:before {
    color       : #188AC8;
    font-weight : bold;
}

#content #sidebar #subNav li.child a {
}

#content #sidebar #subNav li.child {
    border-top   : none;
    padding-top  : 4px;
    padding-left : 32px;
}

#content #sidebar #subNav li.childChild {
    font-size    : 11px;
    border-top   : none;
    padding-top  : 4px;
    padding-left : 50px;
}

#content #sidebar #subNav li.childChild:before {
    font-size   : 11px;
    margin-left : 28px;
}

#sidebar #subNav li.child:before {
    font-size   : 11px;
    margin-left : 14px;
}

/* ================================= */
/* Content */
/* ================================= */

#content {
    padding-top    : 10px;
    padding-bottom : 0;
    width          : 100%;
    display        : block;
    /*background     : url(images/backgrounds/content-bg-bottom.png) repeat-x bottom center;*/
}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}
#copy {
	padding-right:10px;
	box-sizing:border-box;}
#copy ul, #copy ol {
    margin-left : 18px;
}

.white_container {
    float          : left;
    width          : 100%;
    display        : block;
    padding-top    : 40px;
    padding-bottom : 40px;
    background     : #FFF;
}

.main_content {
    background : #fff;
}

.main_content_container {
    /*background : #fff url(images/backgrounds/sidebar-bg.jpg) repeat-y right top;*/
}

/* ================================= */
/* Home */
/* ================================= */

#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

/* Home Page Banner */
#homeBanner {
    min-height    : 395px;
    background    : url(images/icons/ajax-loader-alt.gif) no-repeat center center;
    margin-bottom : 20px;
}

h1.home_title {
    font-size   : 30px;
    line-height : 36px;
}

.rounded_top {
    -webkit-border-top-left-radius  : 0px;
    -webkit-border-top-right-radius : 0px;
    -moz-border-top-left-radius     : 0px;
    -moz-border-top-right-radius    : 0px;
    -o-border-top-left-radius       : 0px;
    -o-border-top-right-radius      : 0px;
    border-top-left-radius          : 0px;
    border-top-right-radius         : 0px;
}

.rounded_top_left {
    -webkit-border-top-left-radius : 0px;
    -moz-border-top-left-radius    : 0px;
    -o-border-top-left-radius      : 0px;
    border-top-left-radius         : 0px;
}

.rounded_top_right {
    -webkit-border-top-right-radius : 0px;
    -moz-border-top-right-radius    : 0px;
    -o-border-top-right-radius      : 0px;
    border-top-right-radius         : 0px;
}

.rotate270 {
    /*filter            : progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    -webkit-transform : rotate(270deg);
    -moz-transform    : rotate(270deg);
    -o-transform      : rotate(270deg);
    -ms-transform     : rotate(270deg);
    transform         : rotate(270deg);
}

/* ================================= */
/* Home Product Banners */
/* ================================= */
.home_products_banners {
    margin-bottom : 30px;
    float         : left;
}

.home_products_banner {
    background : #fff;
}

.home_products_banner_alt {
    background : #D8E1E3;
}

.home_products_banner_content {
    width              : 100%;
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
    padding            : 16px;
    float              : left;
}

.home_products_banner_content h2 {
    color         : #244082;
    margin-bottom : 0 !important;
    padding       : 0 !important;
    font-size     : 24px;
}

.home_products_banner_content h2 span {
    font-size      : 29px;
    text-transform : uppercase;
    font-weight    : 900;
}

/* ================================= */
/* Widgets */
/* ================================= */

.widget {
    margin-top    : 15px;
    margin-bottom : 10px;
}

.home_page .widget {
    margin-top : 0;
}

.widget_title {
    padding    : 10px 15px 10px 20px;
    background : #188ac8 url(images/backgrounds/widget-title.jpg) right bottom no-repeat;
}

.widget_title h2 {
    color  : #fff;
    margin : 0;
}

.widget_content h2 a, .widget_content h2 {
    font-size       : 15px;
    line-height     : 20px;
    color           : #000;
    margin-bottom   : 5px;
    text-decoration : none;
}

.widget_content {
    background : #F5F8FB;
    padding    : 10px 15px 15px 20px;
}

.home_page .widget_content {
    min-height : 162px;
}

.widget_content ul {
    margin-bottom : 0 !important;
}

.widget_content ul li {
    font-weight   : bold;
    margin-left   : 0px !important;
    margin-bottom : 5px;
}

.widget_content ul li:before {
    margin-right : 3px;
    font-size    : 13px !important;
}

.widget_date {
    padding          : 8px 0 13px;
    margin           : 4px 8px 10px 10px;
    text-align       : center;
    width            : 72px;
    background-color : #188ac8;
    text-transform   : uppercase;
    float            : right;
    color            : #FFF;
    font-size        : 22px;
    font-weight      : bold;
}

.widget_date h2 {
    font-weight    : bold;
    font-size      : 30px;
    text-transform : none;
    color          : #fff;
    margin         : 10px;
}

.widget .blogDate {
    color         : #000;
    font-style    : italic;
    display       : block;
    margin-bottom : 13px;
    line-height   : 14px;
}

.widget_content p {
    margin-bottom : 10px !important;
}

.widget .blogLink {
    text-decoration : underline;
}

.widget_form_row {
    margin     : 3px 0;
    text-align : right;
}

.widget_form_row label {
    width        : 21.5%;
    text-align   : left;
    margin-right : 2%;
    display      : inline-block;
}

.widget_form_input {
    text-align    : right;
    width         : 73%;
    padding-right : 1%;
    display       : inline-block;
}

.widget_form_input input {
}

.widget_form_button {
    margin-top    : 7px;
    padding-right : 1%;
    text-align    : right;
}

/* ================================= */
/* Sticky Sidebar */
/* ================================= */

.sticky_sidebar {
    display  : block;
    display  : none;
    position : fixed;
    left     : -94px;
    top      : 25%;
}

.lt-ie9 .sticky_sidebar {
    display : none;
}

.sticky_sidebar a, .sticky_sidebar a:link, .sticky_sidebar a:visited {
    background            : #198BC8;
    background-image      : -webkit-linear-gradient(top, #198BC8, #1979AC);
    background-image      : -moz-linear-gradient(top, #198BC8, #1979AC);
    background-image      : -ms-linear-gradient(top, #198BC8, #1979AC);
    background-image      : -o-linear-gradient(top, #198BC8, #1979AC);
    background-image      : linear-gradient(to bottom, #198BC8, #1979AC);
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    font-family           : Lato, sans-serif;
    color                 : #ffffff;
    font-size             : 13px;
    padding               : 10px 23px 10px 23px;
    border                : solid #0788a8 1px;
    text-decoration       : none;
    cursor                : pointer;
    outline               : none;
}

.sticky_sidebar a:hover {
    background       : #19A1E0;
    background-image : -webkit-linear-gradient(top, #19A1E0, #1979AC);
    background-image : -moz-linear-gradient(top, #19A1E0, #1979AC);
    background-image : -ms-linear-gradient(top, #19A1E0, #1979AC);
    background-image : -o-linear-gradient(top, #19A1E0, #1979AC);
    background-image : linear-gradient(to bottom, #19A1E0, #1979AC);
    text-decoration  : none;
}

.sticky_sidebar a:active {
    -webkit-box-shadow : inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow    : inset 0 0 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow      : inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow         : inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sticky_sidebar_right {
    display  : block;
    position : absolute;
    right    : 0;
    left     : auto;
    top      : 12%;
    z-index  : 100;
}

.sticky_sidebar_right,
.sticky_sidebar_right a, .sticky_sidebar_right a:link, .sticky_sidebar_right a:visited {
    width : 30px;
}

.sticky_sidebar_right a, .sticky_sidebar_right a:link, .sticky_sidebar_right a:visited {
    padding: 7px 17px 7px 15px;
}

.sticky_sidebar_right a, .sticky_sidebar_right a:link, .sticky_sidebar_right a:visited {
    float                 : right;
    text-align            : center;
    -webkit-border-radius : 0;
    -moz-border-radius    : 0;
    border-radius         : 0;
    font-size             : 9px;
    line-height           : 13px;
    padding-bottom        : 14px;
}

.sticky_sidebar_right a:first-child {
    -moz-border-top-left-radius    : 4px;
    -webkit-border-top-left-radius : 4px;
    border-top-left-radius         : 4px;
}

.sticky_sidebar_right a:last-child {
    -moz-border-bottom-left-radius    : 4px;
    -webkit-border-bottom-left-radius : 4px;
    border-bottom-left-radius         : 4px;
}

.sticky_sidebar_right i {
    font-size : 24px;
    margin    : 0 0 4px;
    display   : block;
}

/* ================================= */
/* Online Application Form */
/* ================================= */
.online_application_form {
    border   : 1px solid #e1e1e1;
    margin   : 0 0 40px;
    padding  : 20px 0;
    z-index  : 1;
    position : relative;
}

.online_application_form .error_box {
    margin : 0 20px 20px;
}

.online_application_form .form_label {
    width : 30%;
}

.online_application_form .form_field {
    width : 70%;
}

.online_application_form input[type="submit"] {
    margin-top : 20px;
}

.online_application_pagination {
    text-align    : center;
    position      : relative;
    margin-top    : 8px;
    margin-bottom : 0;
    z-index       : 2;
}

.online_application_pagination_step {
    display       : block;
    position      : relative;
    float         : left;
    text-align    : center;
    font-size     : 15px;
    font-weight   : 900;
    color         : #C0C0C0;
    min-height    : 110px;
    margin-bottom : -1px;
    z-index       : 2;
}

.online_application_pagination_number {
    padding       : 11px 16px;
    border-radius : 22px;
    display       : inline-block;
    background    : #C0C0C0;
    color         : #fff;
    margin-bottom : 7px;
}

.online_application_pagination_step.current_application_step,
.online_application_pagination_step a {
    color           : #4485be;
    text-decoration : none;
}

.online_application_pagination_step.current_application_step {
    background : url(images/backgrounds/online-app-step-active.jpg) no-repeat bottom center;
}

.online_application_pagination_step.current_application_step .online_application_pagination_number,
.online_application_pagination_step a .online_application_pagination_number {
    background : #4485be;
}

.online_application_pagination_step a:hover .online_application_pagination_number {
    background : #18a4e6;
}

.online_application_privacy_consent {
    height             : 200px;
    overflow           : scroll;
    overflow-x         : hidden;
    border             : 1px solid #eee;
    padding            : 22px;
    margin             : 22px 0;
    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box;
    -o-box-sizing      : border-box;
    -ms-box-sizing     : border-box;
    box-sizing         : border-box;
}

.application_wider_input .form_label {
    width : 60%;
}

.application_wider_input .form_field {
    width : 40%;
}

#employer_wrap_space {
    display : block;
    float   : left;
    width   : 100%;
    padding : 27px 0px;
}

/* ================================= */
/* Dealer Popup Window */
/* ================================= */
html.dealer-popup-Html {
    background : #e7f4fa;
}

body.dealer-popup {
    background : #e7f4fa; /* Old browsers */
    background : -moz-linear-gradient(top, #e7f4fa 0%, #ffffff 99%); /* FF3.6+ */
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7f4fa), color-stop(99%, #ffffff)); /* Chrome,Safari4+ */
    background : -webkit-linear-gradient(top, #e7f4fa 0%, #ffffff 99%); /* Chrome10+,Safari5.1+ */
    background : -o-linear-gradient(top, #e7f4fa 0%, #ffffff 99%); /* Opera 11.10+ */
    background : -ms-linear-gradient(top, #e7f4fa 0%, #ffffff 99%); /* IE10+ */
    background : linear-gradient(to bottom, #e7f4fa 0%, #ffffff 99%); /* W3C */
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7f4fa', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.dealer_popup_header {
    background : #fff;
    padding    : 30px 0;
    float      : left;
    width      : 100%;
}

.dealer_popup_header_logo {
    min-height : 60px;
    position   : relative;
}

.dealer_popup_header_logo:last-child img {
    right : 0;
}

.dealer_popup_header_logo img {
    position : absolute;
    top      : 0;
    bottom   : 0;
    margin   : auto;
}

/* ================================= */
/* Apply Online Widget */
/* ================================= */

.apply_online_widget {
    /*background      : #1979AC url(images/backgrounds/apply-online-bg.png) no-repeat center top;*/
    background-size : 100% 100%;
    color           : #fff;
}

.apply_online_widget h2 {
    text-align : center;
    padding    : 20px 20px 0;
	font-size:24px;
	font-family: 'Bree Serif', serif;
}

.apply_online_widget_content {
    padding : 20px;
}

.apply_online_widget input[type="text"],
.apply_online_widget input[type="email"],
.apply_online_widget input[type="number"],
.apply_online_widget input[type="url"],
.apply_online_widget input[type="password"],
.apply_online_widget textarea,
.apply_online_widget select {
    font-size : 15px;
    padding   : 9px;
}

/* ================================= */
/* Blog */
/* ================================= */

.displaying {
    text-align : center;
}

.nextprevnav {
    display    : block;
    text-align : center;
    margin     : 18px 0 0 0;
}

.blog_download_wrap {
    float              : left;
    width              : 100%;
    background         : #E9F4FA;
    padding            : 20px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    -o-box-sizing      : border-box;
    box-sizing         : border-box;
    text-align         : center;
    /*border: 1px solid #bbc6cc;
    border-left: 0;
    border-right: 0;*/
}

.blogListingThumb {
    float        : left;
    width        : 17%;
    margin-right : 4%;
    text-align   : center;
}

.blogListingContainerWImage {
    float : left;
    width : 79%;
}

#content .blogListingContainer p {
    margin : 0 0 10px 0;
}

.blogDate {
    color : #ccc;
}

.blogAddThisTop {
    float : right;
    width : 124px;
}

.blogMetaInfo {
    background-color : #F5F5F5;
    margin           : 10px 0;
    overflow         : hidden;
    padding          : 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
    color : #999;
}

/* ================================= */
/* Footer */
/* ================================= */

#footer, html {

	background: #7cb342;
background: -moz-linear-gradient(left, #7cb342 25%, #388e3c 75%);
background: -webkit-linear-gradient(left, #7cb342 25%,#388e3c 75%);
background: linear-gradient(to right, #7cb342 25%,#388e3c 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb342', endColorstr='#388e3c',GradientType=1 );

}



#footer .footer_top {

    background-color : #EEE;

    width            : 100%;

    float            : left;

    display          : block;

    padding          : 56px 0;

}



#footer .footer_bottom {

    padding   : 25px 0;

    font-size : 11px;

    width     : 100%;

    float     : left;

    display   : block;

}



#footer {

    clear   : both;

    display : block;

    width   : 100%;

    float   : left;

    padding : 0;

    color   : #566473;

}



#footer a {

    color           : #566473;

    font-size       : 11px;

    text-decoration : underline;

}



#footer a:hover {

    color : #7cb342;
	text-decoration:none;

}
#footer .footer_bottom {
    color   : #FFF;}

#footer .footer_bottom a {
    color   : #FFF;
	text-decoration:underline;}

#footer .footer_bottom a:hover {
    color   : #FFF;
	text-decoration:none;}

.footer_social {
    width      : 100%;
    display    : block;
    padding    : 10px 0;
    float      : left;
    text-align : center;
    background : #E9F4FA;
}

.site_by {
    display : inline-block;
    padding : 10px 0 0;
}

.site_by img {
    display : inline-block;
    margin  : -11px 0 0 2px;
}

.footerNav {
    margin-bottom : 10px;
}

#footer .footer_bottom li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
}

.byLine {
    white-space : nowrap;
}

.hide_nbm {
    display     : inline-block;
    width       : 2px;
    text-align  : left;
    text-indent : -9999px;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

#footer .footer_top ul {
    list-style  : none;
    text-indent : 0;
    margin      : 0;
    padding     : 0;
}

#footer .footer_top ul li {
    margin  : 0;
    padding : 0;
}

#footer .footer_top ul li,
#footer .footer_top ul li a {
    font-size   : 12px;
    line-height : 20px;
    text-indent : -2px;
}

#footer .footer_top ul li:before {
    content : '';
}

#footer .footerNavHeading,
#footer .footer_top ul li.footerNavHeading a {
    font-size   : 16px;

    line-height : 16px;

    font-weight : 700;

    padding     : 0;

    margin      : 0;

	text-decoration:none;
}

.footerNavHeading {
	border-bottom: 4px solid #7cb342;

    padding-bottom : 6px !important;

    margin-bottom  : 6px !important;
}

div.footerNavHeading {
    padding-bottom : 10px !important;
}




#footer h2 {
	font-family: 'Bree Serif', serif;
	color:#0288d1;
	font-size:24px;
	margin-top:0;
	font-weight:normal;
	margin-bottom:20px;}

#footer p.custom_font_one {
	font-size:16px;}

#footer h2, #footer p.custom_font_one {
	font-family: 'Bree Serif', serif;
	padding-left:0;
	text-align:right;}

/* ================================= */
/* Sitemap */
/* ================================= */

#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */

#breadcrumbs {
    display : block;
    width   : 100%;
}

#breadcrumbs ul {
    list-style : none;
    margin     : 0 0 15px !important;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;

}

#breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#breadcrumbs ul li a {
    padding         : 0 5px 0 0;
    color           : #888;
    font-size       : 12px;
    text-transform  : none;
    text-decoration : none;
	text-decoration:underline;
}

#breadcrumbs ul li a:hover {
    color : #000;
	text-decoration:none;
}

span.breadcrumbDivider {
    color       : #888;
    padding     : 0;
    display     : inline-block;
    font-size   : 13px;
    line-height : 12px;
}

#breadcrumbs ul li a.currentBreadcrumb {
    color          : #333;
    text-transform : none;
	padding-left:5px;
	text-decoration:none;
	cursor:default;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */

.required_fields_heading {
    font-size : 11px;
}

.form_required i, .required_fields_heading i {
    color : #b71c1c;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width       : 20%;
    padding     : 7px 0 0 0;
    clear       : both;
    font-weight : bold;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

.form_label.form_label_full {
    display : block;
    width   : 100%;
}

.form_field.form_field_full {
    padding-top : 0;
    width       : 100%;
    margin-top  : 0;
    min-height  : 1px;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 5px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */

input, textarea, select {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    /*-webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;*/
    padding               : 9px;
    border                : 1px solid #BABABA;
    -webkit-box-shadow    : inset 2px 2px 3px rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow       : inset 2px 2px 3px rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow            : inset 2px 2px 3px rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0) 0 0 4px;
    -moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition         : box-shadow linear 0.2s, border linear 0.2s;
    transition            : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-box-sizing    : border-box;
    -moz-box-sizing       : border-box;
    -ms-box-sizing        : border-box;
    -o-box-sizing         : border-box;
    box-sizing            : border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #186C9A !important;
    -webkit-box-shadow : inset 2px 2px 3px rgba(0, 0, 0, 0.2), #186C9A 0 0 4px !important;
    -moz-box-shadow    : inset 2px 2px 3px rgba(0, 0, 0, 0.2), #186C9A 0 0 4px !important;
    box-shadow         : inset 2px 2px 3px rgba(0, 0, 0, 0.2), #186C9A 0 0 4px !important;
}

select {
    -webkit-box-shadow : inset 0 0 0 rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow    : inset 0 0 0 rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow         : inset 0 0 0 rgba(0, 0, 0, 0.0), rgba(255, 255, 255, 0) 0 0 4px;
}

optgroup[label] {
    font-size : 130%;
}

input.datepicker {
    width : 80%;
}

.ui-datepicker-title select {
    padding : 3px;
}

a .icon-calendar {
    font-size : 16px;
}

/* ================================= */
/* Tables */
/* ================================= */

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */

input[type="submit"], button, .button {
    padding               : 10px 17px 7px !important;
    background-color      : #0277bd; /* Old browsers */
    /*background            : -moz-linear-gradient(top, #188ac8 0%, #2e95cd 100%);
    background            : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #188ac8), color-stop(100%, #2e95cd));
    background            : -webkit-linear-gradient(top, #188ac8 0%, #2e95cd 100%);
    background            : -o-linear-gradient(top, #188ac8 0%, #2e95cd 100%);
    background            : -ms-linear-gradient(top, #188ac8 0%, #2e95cd 100%);
    background            : linear-gradient(to bottom, #188ac8 0%, #2e95cd 100%);
    filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#188ac8', endColorstr='#2e95cd', GradientType=0);*/
	border:none;
    border-bottom                : 3px solid rgba(0,0,0,0.2);
    *border               : 0;
    display               : inline-block;
    font-size             : 14px;
    line-height           : 20px;
    *line-height          : 20px;
    line-height           : normal !important;
    -webkit-border-radius : 0;
    -moz-border-radius    : 0;
    -o-border-radius      : 0;
    border-radius         : 0;
    color                 : #FFFFFF !important;
    text-shadow           : 0 -1px -1px rgba(0, 0, 0, 0.75);
    font-weight           : bold;
    /*border-radius         : 3px;*/
    cursor                : pointer;
	text-transform:uppercase;
    -webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow            : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    width                 : auto !important;
}

input[type="submit"]:hover, button:hover, .button:hover {
    color           : #FFF !important;
    background      : #2687c8; /* Old browsers */
    background      : -moz-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* FF3.6+ */
    background      : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2687c8), color-stop(100%, #5fa1ce)); /* Chrome,Safari4+ */
    background      : -webkit-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* Chrome10+,Safari5.1+ */
    background      : -o-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* Opera 11.10+ */
    background      : -ms-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* IE10+ */
    background      : linear-gradient(to bottom, #2687c8 0%, #5fa1ce 100%); /* W3C */
    filter          : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2687c8', endColorstr='#5fa1ce', GradientType=0); /* IE6-9 */
    text-decoration : none;
}

input[type="submit"]:active, button:active, .button:active {
    background         : #188AC8;
    background-image   : none;
    outline            : 0;
    -webkit-box-shadow : inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow    : inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow         : inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-decoration    : none;
}

input[type="submit"].button_sml, button.button_sml, .button.button_sml {
    padding : 4px 12px !important;
}

input[type="submit"].button_lrg, button.button_lrg, .button.button_lrg {
    padding   : 10px 20px !important;
    font-size : 16px;
}

input[type="submit"].button_white, button.button_white, .button.button_white {
    border-color : #fff;
    background   : rgba(255, 255, 255, 0.1);
}

input[type="submit"].button_white:hover, button.button_white:hover, .button.button_white:hover {
    background : rgba(255, 255, 255, 0.2);
}

input[type="submit"].button_white:active, button.button_white:active, .button.button_white:active {
    background : rgba(255, 255, 255, 0);
}

input[type="submit"].button_grey, button.button_grey, .button.button_grey {
    background   : #898989; /* Old browsers */
    background   : -moz-linear-gradient(top, #898989 0%, #9c9c9c 100%); /* FF3.6+ */
    background   : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #898989), color-stop(100%, #9c9c9c)); /* Chrome,Safari4+ */
    background   : -webkit-linear-gradient(top, #898989 0%, #9c9c9c 100%); /* Chrome10+,Safari5.1+ */
    background   : -o-linear-gradient(top, #898989 0%, #9c9c9c 100%); /* Opera 11.10+ */
    background   : -ms-linear-gradient(top, #898989 0%, #9c9c9c 100%); /* IE10+ */
    background   : linear-gradient(to bottom, #898989 0%, #9c9c9c 100%); /* W3C */
    filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#898989', endColorstr='#9c9c9c', GradientType=0); /* IE6-9 */
    border-color : #7c7c7c;
}

input[type="submit"].button_grey:hover, button.button_grey:hover, .button.button_grey:hover {
    background : #898989; /* Old browsers */
    background : -moz-linear-gradient(top, #898989 0%, #bcbcbc 100%); /* FF3.6+ */
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #898989), color-stop(100%, #bcbcbc)); /* Chrome,Safari4+ */
    background : -webkit-linear-gradient(top, #898989 0%, #bcbcbc 100%); /* Chrome10+,Safari5.1+ */
    background : -o-linear-gradient(top, #898989 0%, #bcbcbc 100%); /* Opera 11.10+ */
    background : -ms-linear-gradient(top, #898989 0%, #bcbcbc 100%); /* IE10+ */
    background : linear-gradient(to bottom, #898989 0%, #bcbcbc 100%); /* W3C */
    filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#898989', endColorstr='#bcbcbc', GradientType=0); /* IE6-9 */
}

.application_back_button {
    bottom   : 22px;
    position : absolute;
    left     : 3%;
}

/* ================================= */
/* Header Button Hover */
/* ================================= */
.header_quote_hover_container {
    background                         : #89C651;
    width                              : 263px;
    display                            : none;
    padding                            : 4px 20px 20px;
    -webkit-box-sizing                 : border-box;
    -moz-box-sizing                    : border-box;
    -o-box-sizing                      : border-box;
    -ms-box-sizing                     : border-box;
    box-sizing                         : border-box;
    position                           : absolute;
    top                                : 60px;
    right                              : 0;
    z-index                            : 9999;
    text-align                         : center;
    color                              : #FFF;
    font-weight                        : bold;
    font-size                          : 120%;
    /*-webkit-border-bottom-left-radius  : 6px;
    -moz-border-bottom-left-radius     : 6px;
    -ms-border-bottom-left-radius      : 6px;
    -o-border-bottom-left-radius       : 6px;
    border-bottom-left-radius          : 6px;
    -webkit-border-bottom-right-radius : 6px;
    -moz-border-bottom-right-radius    : 6px;
    -ms-border-bottom-right-radius     : 6px;
    -o-border-bottom-right-radius      : 6px;
    border-bottom-right-radius         : 6px;*/
}

.header_quote_hover_container label {
    margin  : 12px 0 7px !important;
    display : block;
}

.header_quote_hover_container input[type="submit"] {
    margin-top : 12px;
	background: #005b9e;
	border:none;
	border-bottom:3px solid #005491;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff !important;
	border-radius: 3px;
	padding:10px 17px 7px !important;
}
.header_quote_hover_container input[type="submit"]:hover {
  background: #2687c8;
}

.header_quote_hover_container input {
    text-align : left;
}


.im_up_to {
    color         : #FFF;
    background    : #C0C0C0;
    padding       : 6px 10px 9px;
    border-radius : 28px;
    display       : inline-block;
    float         : left;
    font-size     : 14px;
    line-height   : 14px;
    margin        : 0 10px 0 0;
}

.close_apply_online_active {
	display:   none;
	font-size: 18px;
	cursor:    pointer;
	position:  absolute;
	z-index:   1000;
	color:     #000;
  right: -8px;
  top: 2px;
}

/* ================================= */
/* Errors / Info / Caution */
/* ================================= */

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.info_box {
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul, .error_box ul {
    margin-bottom : 0;
    list-style    : none;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* ================================= */
/* Message Boxes */
/* ================================= */

.msg_box {
    position     : relative;
    margin       : 20px 0;
    padding      : 10px 10px 10px 45px;
    width        : 640px;
    width        : 94.2%;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

.msg_box.info {
    background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */

.small-icon {
    font-size : 14px;
}

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* ================================= */
/* TinyMCE */
/* ================================= */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* ====================================== MODULES ====================================== */

/* ================================= */
/* Locations / Locator Module */
/* ================================= */

#locationSearch {
    font-size   : 11px;
    line-height : 20px;
    color       : #fff;
    padding     : 20px 9px;
    background  : #188AC8;
    position    : relative;
    margin      : 0 0 18px 0;
}

.locationSearchHeading {
    font-size   : 16px;
    font-weight : bold;
}

#content #locationSearch span.locationIcon {
    background-image : url(/images/backgrounds/locator_icon.png);
    bottom           : 16px;
}

#locationSearch input[type="text"] {
}

::-webkit-input-placeholder {
}

:-moz-placeholder {
    color : #999;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px !important;
    -moz-box-shadow    : #fff 0 0 4px !important;
    box-shadow         : #fff 0 0 4px !important;
}

#locationSearch input[type="image"] {
    position : absolute;
    right    : 14px;
    bottom   : 21px;
}

#location_search_map, #member_search_map {
    height        : 600px;
    margin-bottom : 20px;
}

.state-box {
    margin-bottom : 20px;
}

#store-location-text li {
    margin-bottom : 10px;
}

.location_num {
    background  : url(/images/backgrounds/locator_num_bg.png) no-repeat;
    color       : #fff;
    width       : 20px;
    height      : 27px;
    text-align  : center;
    font-weight : bold;
    padding     : 2px 0 0;
}

.location_content {
    margin-left : 27px;
}

#store-location-text h2 {
    margin-bottom : 10px;
}

#store-location-text h3 {
    margin-bottom : 5px;
}

#store-location-text h3 a {
    color : #1E1E1E;
}

.contactDetailsTable td {
    padding : 0 10px 10px 0;
}

a.phoneLink {
    color : #1E1E1E;
}

#location_map {
    height : 300px;
}

table.locationInfo td {
    border  : 0 !important;
    padding : 4px !important;
}

.store_image {
    margin-top : 20px;
}

/* ================================= */
/* Testimonial */
/* ================================= */
.testimonial {
    padding    : 15px 20px;
    background : #E9F4FA;
}

.testimonial p {
    margin  : 0 0 8px !important;
    padding : 0;
}

.testimonial .testimonial_quote {
    margin      : 20px 0;
    padding     : 0 20px;
    border-left : 0;
    position    : relative;
    font-size   : 15px;
    line-height : 24px;
    color       : #777;
    font-style  : italic;
}

.testimonial_quote:before, .testimonial_quote:after {
    position    : absolute;
    color       : #AAA;
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 70px;
    font-weight : bold;
    opacity     : 0.3;
    -ms-filter  : "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    text-shadow : 1px 1px 0px #EDEBE8;
    float       : right;
    content     : '\201D';
    bottom      : -10px;
    right       : 0;
}

.testimonial_quote:before {
    float   : left;
    content : '\201C';
    top     : 12px;
    left    : -5px;
}

.testimonial h2 {
    font-size : 16px;
    margin    : 0;
    padding   : 0;
}

/* ================================= */
/* People / Staff / Team Module */
/* ================================= */

.people_wrapper {
}

.people_person {
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display         : block;
    border-bottom   : 1px solid transparent;
    padding         : 0 0 8px;
    margin          : 0 0 8px;
    text-decoration : none;
}

.people_person a:hover {
    border-bottom : 1px solid #188AC8;
}

.people_person img {
    display    : block;
    text-align : center;
}

img.people_person_image, .people_person img {
    border : 4px solid #eee;
}

.people_person a:hover img {
    border : 4px solid #188AC8;
}

.people_person a:hover p {
    color : #188AC8;
}

.people_person p {
    display     : block;
    font-weight : bold;
    font-size   : 13px;
    margin      : 0 !important;
    padding     : 8px 0 0;
    color       : #111;
}

.people_person p span {
    font-weight : normal;
    font-style  : italic;
    font-size   : 12px;
}

/* ================================= */
/* FAQs Module */
/* ================================= */

.faq_title {
    cursor : pointer;
}

/* ====================================== PLUGINS ====================================== */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline : none; }

.slides,
.flex-control-nav,
.flex-direction-nav { margin : 0; padding : 0; list-style : none; }

/* FlexSlider Necessary Styles
*********************************/
#content .flexslider ul, .flexslider { margin : 0 0 0; padding : 0; position : relative; }

.flexslider .slides > li { display : none; -webkit-backface-visibility : hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { float : right; display : block; }

.flex-pauseplay span { text-transform : capitalize; }

.flexslider li { position : relative; }

.banner_text { display : block; position : absolute; top : 0; left : 0; background : url(images/backgrounds/home-banner-content.png) no-repeat left top; margin : 0;
    padding            : 70px 100px 0 30px; height : 395px; -webkit-box-sizing : border-box; -moz-box-sizing : border-box; -o-box-sizing : border-box; box-sizing : border-box; }

.banner_text h2 { font-size : 32px; line-height : 39px; color : #fff }

.banner_text h2 span {
    font-weight : 900; font-size : 38px; line-height : 42px; text-transform : uppercase; display : block;
}

.only_on_hover {
    /*display: none;*/
    opacity            : 0;
    -webkit-transition : 0.2s linear opacity;
    -moz-transition    : 0.2s linear opacity;
    -o-transition      : 0.2s linear opacity;
    transition         : 0.2s linear opacity;
}

div:hover .only_on_hover {
    /*display: block;*/
    opacity : 1;
}

.banner_text .button {
    margin-top : 15px;
}

.banner_text p { font-weight : 400; font-size : 17px; line-height : 23px; color : #fff; }

/* Clearfix for the .slides element */
.slides:after { content : "."; display : block; clear : both; visibility : hidden; line-height : 0; height : 0; }

html[xmlns] .slides { display : block; }

* html .slides { height : 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display : block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin : 6px 0 7px; background : #fff; position : relative; zoom : 1; /*overflow : hidden;*/ }

.flex-viewport { max-height : 2000px; -webkit-transition : all 1s ease; -moz-transition : all 1s ease; transition : all 1s ease; }

.loading .flex-viewport { max-height : 300px; }

.flexslider .slides { zoom : 1; margin : 0; }

.carousel li { margin-right : 5px }

.flexslider ul, .flexslider ol {
    margin-bottom : 0 !important;
}

.flexslider ul li {
    margin-bottom : 0 !important;
    padding       : 0 !important;
}

/* Direction Nav */
.flex-direction-nav a { width : 36px; height : 39px; margin : -20px 0 0; display : block; background : url(/images/backgrounds/bg_direction_nav.png) no-repeat 0 0; position : absolute; top : -195px; cursor : pointer; text-indent : -9999px; opacity : 0; -webkit-transition : all .3s ease; z-index : 0; }

.flex-direction-nav .flex-next { background-position : 0 -39px; right : 0; }

.flex-direction-nav .flex-prev { left : 0; }

.flexslider:hover .flex-next { opacity : 1; right : -36px; }

.flexslider:hover .flex-prev { opacity : 1; left : -36px; }

.flex-direction-nav .disabled { opacity : .3 !important; filter : alpha(opacity=30); cursor : default; }

/* Control Nav */
.flex-control-nav { position : absolute; bottom : 6%; left : 2%; text-align : center; margin-bottom : 0; z-index : 999; }

.flex-control-nav li { display : inline-block; zoom : 1; *display : inline; margin-left : 9px; }

.flex-control-paging li a { width : 16px; height : 16px; display : block; background : #1B608D; cursor : pointer; text-indent : -9999px; -webkit-border-radius : 20px; -moz-border-radius : 20px; -o-border-radius : 20px; border-radius : 20px; box-shadow : inset 0px 1px 2px rgba(0, 0, 0, 0.2); }

.flex-control-paging li a:hover { background : #EEEEEE; }

.flex-control-paging li a.flex-active { cursor : default; box-shadow : none; position : relative;
    background                                 : #F0F0F0;
}

.flex-control-thumbs { margin : 5px 0 0; position : static; overflow : hidden; }

.flex-control-thumbs li { width : 25%; float : left; margin : 0; }

.flex-control-thumbs img { width : 100%; display : block; opacity : .7; cursor : pointer; }

.flex-control-thumbs img:hover { opacity : 1; }

.flex-control-thumbs .active { opacity : 1; cursor : default; }

/* Accordion */
.ui-accordion .ui-accordion-content {
    line-height : 23px;
}


.apply_online_widget_content .widget_form_input {
	width:71%;}

.apply_snippet_div {
	padding:20px;
	text-align:center;
	}
#content #sidebar ul#subNav, .apply_snippet_div {
	background:#ededed;
	border:1px solid #DDDDDD;
	border-bottom:3px solid #DDDDDD;}

.apply_snippet_div h2 {
	font-family: 'Bree Serif', serif;

	}
.apply_snippet_div h4 {
	padding-top:20px;}
.apply_snippet_div p {
	padding-top:20px;}

.apply_snippet_div .apply_online {
	float:none;
	display:inline-block;
	width:200px;
	background:#7cb342;}

.apply_snippet_div .apply_online:hover {
	color           : #FFF !important;
    background: #7cb342; /* Old browsers */
background: -moz-linear-gradient(top, #7cb342 0%, #abd893 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7cb342 0%,#abd893 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7cb342 0%,#abd893 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb342', endColorstr='#abd893',GradientType=0 ); /* IE6-9 */
    text-decoration : none;}

.apply_snippet_div .apply_online.quote {
	color           : #FFF !important;
	background:#0277bd;}
.apply_snippet_div .apply_online.quote:hover {
	color           : #FFF !important;
    background      : #2687c8; /* Old browsers */
    background      : -moz-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* FF3.6+ */
    background      : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2687c8), color-stop(100%, #5fa1ce)); /* Chrome,Safari4+ */
    background      : -webkit-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* Chrome10+,Safari5.1+ */
    background      : -o-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* Opera 11.10+ */
    background      : -ms-linear-gradient(top, #2687c8 0%, #5fa1ce 100%); /* IE10+ */
    background      : linear-gradient(to bottom, #2687c8 0%, #5fa1ce 100%); /* W3C */
    filter          : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2687c8', endColorstr='#5fa1ce', GradientType=0); /* IE6-9 */
    text-decoration : none;}

#sidebar h2, .apply_snippet_div h2, .subNavHeading {
	font-weight:400;}



.related_articles {
	width:100%;
	box-sizing:border-box;
	display:block;}
.related_articles .finance_options {
	width:33%;
	float:left;
	display:inline-block;
	box-sizing:border-box;}

.box_half {
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    width: 48%;
}
.box_half .button {
    margin-bottom: 30px;
}

/*SHORT QUOTE BOX*/
#inline_content {
	z-index:100;}

#short_quoteForm {
	color:#566473;
	background: url('images/home-landing/gecko-thumbs-up.png') no-repeat right top;
    background-size: auto 50%;
}
#short_quoteForm input[type="submit"] {
	width:250px !important;}
#short_quoteForm .submit {
	text-align:center;}
#short_quoteForm .quote_text {
	text-align:center;}

#short_quoteForm h2 {
	color:#0277bd;
	font-size:36px;
	text-align:left;
}

#cboxLoadedContent #short_quoteForm h2 {
    color: transparent;
    background: url(/images/home-landing/logo.png) no-repeat left center;
    background-size: contain;
    height: 50px;
    margin-bottom: 20px;
  }

#short_quoteForm .form_label {
  width: auto;
  font-weight: normal;
  padding: 7px 10px 0 0;
  clear: both;
}

#short_quoteForm .form_required {
  padding: 5px 0 0 0;
}
#short_quoteForm .form_label,
#short_quoteForm .form_required {
  margin: 1px 0;
}

#short_quoteForm .form_required .small-icon {
  font-size: 12px;
}

#short_quoteForm .form_field {
  width: 100%;
  margin-bottom: 10px;
}


#short_quoteForm input[type="text"],
#short_quoteForm input[type="email"],
#short_quoteForm input[type="number"],
#short_quoteForm input[type="url"],
#short_quoteForm input[type="password"],
#short_quoteForm textarea,
#short_quoteForm select {
    width: 100%;
    padding: 9px;
    border: 1px solid #BABABA;
    -moz-transition: box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition: box-shadow linear 0.2s, border linear 0.2s;
    -o-transition: box-shadow linear 0.2s, border linear 0.2s;
    transition: box-shadow linear 0.2s, border linear 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
}

.apply_online_mobile_link {
  display: none;
  width: 200px;
  background: #7cb342;
  text-transform: uppercase;
  padding: 0 15px;
  color: #FFF !important;
font-size: 14px;
line-height: 50px;
font-weight: bold;
border-bottom: 3px solid rgba(0,0,0,0.2);
text-decoration: none;
}

/*END SHORT QUOTE BOX*/

@media only screen and (max-width: 767px) {
  .apply_snippet_div .apply_online {
    display: none;
  }
  .apply_snippet_div .apply_online_mobile_link {
    display: block;
    margin: 0 auto;
  }
}




.header_phone {
	float:         right;
	text-align:    right;
	color:         #FFFFFF;
	position:      relative;
  margin-right: -10px;
}

/*#header_quote_hover {
	background:    #6bc10a;
	float:         left;
	padding:       10px 20px;
	position:      relative;
	border-radius: 2px;
	border:        1px solid #71A342;
	margin:        -1px 0px -1px -1px;
}*/

.header_phone_text,
a.header_phone_text {
	color:        #FFFFFF;
	font-size:    18px;
	border-right: 1px solid #71A342;
	position:     relative;
}

.header_phone_number {
	display:   block;
	font-size: 23px;

	float:     right;
	overflow:  hidden;
	position:  relative;
}

.header_phone_number,
.header_phone_number span.phone_toggle {
	padding: 10px 20px;
}

.header_phone_number span.phone_toggle {
	text-align: center;
	left:       0px;
	right:      0px;
}

.header_phone a,
.header_phone a:hover,
.header_phone a:link,
.header_phone a:active,
.header_phone a:visited {
	color:           #89C651;
	text-decoration: none;
}

.header_phone_text,
.header_phone_text:hover,
.header_phone_text:link,
.header_phone_text:active,
.header_phone_text:visited {
	color:           #FFFFFF !important;
	text-decoration: none;
}

.header_phone_text.apply_online {
  background: #6bc10a;
  color: #fff;
}

.header_phone_text.apply_online:hover {
  /*background: #71A342;*/
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header_phone_text.apply_online {
    font-size: 14px;
    width: auto;
    padding: 0 11px;
  }
}

/* New Calculator - sliders */
#loanCalcForm .form_label,
#loanCalcForm .ui-button-text {
  font-size: 12px;
}

#loanCalcForm .form_field .float_left span {
  font-size: 12px;
  font-weight: bold;
}

#loanCalcForm .form_field #radio_frequency {
  margin-top: 5px;
}

#loanCalcForm .ui-state-default.ui-slider-handle,
#loanCalcForm .ui-widget-content .ui-state-default.ui-slider-handle,
#loanCalcForm .ui-widget-header .ui-state-default.ui-slider-handle {
  -webkit-border-radius: 20px;
  -moz-border-radius:    20px;
  border-radius:         20px;
}

#loanCalcForm .ui-slider.ui-slider-horizontal,
#loanCalcForm .ui-slider-range.ui-slider-range-min {
  -webkit-border-radius: 20px;
  -moz-border-radius:    20px;
  border-radius:         20px;

}

#loanCalcForm .ui-slider-handle {
  cursor:              e-resize;
  background-color:    transparent;
  background-image:    url('images/calculator/form-elements.png');
  background-repeat:   repeat-x;
  background-position: -2px -24px;
  border:              0 !important;
  width:               1.5em;
  height:              1.5em;
}

#loanCalcForm .ui-slider-handle:active {
  background-position: -2px -47px;
}

#loanCalcForm .ui-slider-range,
#loanCalcForm .ui-widget-header,
#loanCalcForm .ui-slider-range-min {
  background-color:    #CC0000;
  background-image:    url('images/calculator/form-elements.png');
  background-repeat:   repeat-x;
  background-position: 0 -11px;
}

#loanCalcForm .ui-slider.ui-slider-horizontal {
  border-color:        #B1B1B1;
  background-color:    #AAAAAA;
  background-image:    url('images/calculator/form-elements.png');
  background-repeat:   repeat-x;
  background-position: 0 0;
}

#loanCalcForm .ui-button.ui-state-default:not(.ui-state-active) {
  border-color:     #9D9D9E;
  background:       #9D9D9E;
  background-image: -webkit-linear-gradient(top, #C8C8C8, #9D9D9E);
  background-image: -moz-linear-gradient(top, #C8C8C8, #9D9D9E);
  background-image: -ms-linear-gradient(top, #C8C8C8, #9D9D9E);
  background-image: -o-linear-gradient(top, #C8C8C8, #9D9D9E);
  background-image: linear-gradient(to bottom, #C8C8C8, #9D9D9E);
}

#loanCalcForm .ui-buttonset .ui-button,
#loanCalcForm .button.button_white {
  -webkit-border-radius: 3px !important;
  -moz-border-radius:    3px !important;
  -ms-border-radius:     3px !important;
  border-radius:         3px !important;
  margin-right:          -2px;
}

.lt-ie9 #loanCalcForm .ui-slider-handle {
  margin-top: 1px;
}

.lt-ie9 #loanCalcForm .ui-slider.ui-slider-horizontal {
  border:              0;
  background-position: -313px -71px !important;
  height:              0.9em;
}

.lt-ie8 #loanCalcForm .ui-slider.ui-slider-horizontal {
  border:              0;
  background-position: -292px -71px !important;
  height:              0.9em;
}

.lt-ie9 #loanCalcForm .ui-slider-range,
.lt-ie9 #loanCalcForm .ui-widget-header,
.lt-ie9 #loanCalcForm .ui-slider-range-min {
  border:     none;
  background: url("images/calculator/form-elements.png") no-repeat -29px -27px;
}

/* BEGIN: Loan Compare Table */
.loan-compare-header {
    margin: 20px 0;
}
.loan-compare-header:after {
    display: block;
    content: "";
    clear: both;
}
.loan-compare-header > div {
    width: 50%;
    float: left;
}
.loan-compare-header > div:last-child {
    text-align: right
}
.loan-compare-header .loan-compare-label {
    font-weight: bold;
    padding-right: 10px;
}
.loan-compare-header .loan-compare-field {
    width: 60%;
    padding: 6px 10px;
    font-size: 14px;
    height: 30px;
}
.loan-compare-header select.loan-compare-field {
    font-size: 13px;
}

#content .loan-compare-table thead tr th,
#content .loan-compare-table thead tr:hover th {
    font-size: 14px;
}
.loan-compare-table .col-lender {
    width: 15%;
}
.loan-compare-table .col-product {
    width: 30%;
}
.loan-compare-table .col-adv-rate {
    width: 15%;
}
.loan-compare-table .col-comp-rate,
.loan-compare-table .col-int-payable,
.loan-compare-table .col-repayment {
    width: 10%;
}
.loan-compare-table .col-info {
    display: none;
    font-size: 12px;
    font-style: italic;
}
.loan-compare-table .col-adv-rate .col-info {
    display: block;
}

.loan-compare-footer .loan-compare-disclaimer {
    font-size: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 669px) {
    .loan-compare-header {
        margin-top: 10px;
    }
    .loan-compare-header > div {
        width: 100%;
    }
    .loan-compare-header > div:last-child {
        text-align: left;
    }
    .loan-compare-header .loan-compare-label {
        display: block;
        text-align: center;
        margin: 10px 0 5px;
        padding-right: 0;
    }
    .loan-compare-header .loan-compare-field {
        width: 100%;
    }

    .loan-compare-table thead {
        display: none;
    }
    .loan-compare-table tr {
        border: solid 1px #D8D8D8;
    }
    .loan-compare-table td {
        float: left;
        border: none !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #content .loan-compare-table .col-lender {
        width: 42%;
        font-weight: bold;
    }
    #content .loan-compare-table .col-product {
        width: 58%;
        text-align: right !important;
    }
    #content .loan-compare-table .col-adv-rate,
    #content .loan-compare-table .col-comp-rate,
    #content .loan-compare-table .col-int-payable,
    #content .loan-compare-table .col-repayment {
        width: 50%;
        padding-top: 0;
    }
    #content .loan-compare-table .col-adv-rate,
    #content .loan-compare-table .col-comp-rate {
        padding-bottom: 5px;
    }
    #content .loan-compare-table .col-comp-rate,
    #content .loan-compare-table .col-repayment {
        text-align: right !important;
    }

    .loan-compare-table .col-info {
        display: block;
    }
}
/* END: Loan Compare Table */