/* ================================= */
/* 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;
*/

h1, h2, h3,
#mainNav li a,
#sidebar #subNav li.subNavHeading a,
.header_phone_number,
.footerNavHeading,
.banner_text,
input[type="submit"], button, .button,
.online_application_pagination_step,
.sub_page_list {
    font-family     : 'Lato', sans-serif;
    letter-spacing  : 0;
    font-weight     : 700;
    text-decoration : none;
}

.cursive_font {
    font-family : 'Dancing Script', cursive;
}

#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 */
/* ================================= */

.inner {
    padding : 10px;
}

.padding_sides {
    padding : 0 22px;
}

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

.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            : 18px 22px;
    margin             : 0 0 22px;
    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  : 10px 0;
    position : relative;
}

#header a.logo {
    margin   : 24px 0px 0 0;
    padding  : 0px;
    z-index  : 2;
    display  : block;
    position : relative;
    width    : 283px;
}

#header .header_call_to_action {
    padding-top : 22px;
}

.header_phone_number {
    float       : right;
    text-align  : right;
    color       : #2687C8;
    margin-top  : 14px;
    padding-top : 8px;
    font-weight : 700;
    width       : 193px;
}

.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           : #2687C8;
    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 : 27px;
}

#header .phone_divide {
    float  : right;
    margin : 0 25px 0 21px;
}
.d-done {
    color: #4485BE;
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    float: right;
    padding: 5px 20px;
    line-height: 30px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;  
}
.d-done-call {
    font-size: 18px;
    color: #4485BE;
}
.phone-number {
    font-weight: 900;
}
.btn-step-4 {
    text-align: center !important;
    margin-top: -60px;
    margin-bottom: 30px;
    z-index: 999;   
}

.apply_online {
    background-color:#005691;

    height:          50px;

    width:           276px;

    display:         block;

    float:           right;

    /*text-indent:     -9999px;*/

    text-align:      center;

    margin-top:      11px;

    font-size:18px;

    font-weight:700;

    text-transform:uppercase;

    color:#FFF !important;

    text-decoration:none;

    line-height:50px;

    margin-left: 15px;

    transition: background-color 0.3s ease;
    
        -moz-border-radius    : 6px;
    -webkit-border-radius : 6px;
    -o-border-radius      : 6px;
    -ms-border-radius     : 6px;
    border-radius         : 6px;


}

a.apply_online:hover {
    background-color:#3498cf;
}


.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;
}

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

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

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

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

/* ================================= */
/* Main Navigation */
/* ================================= */
#navigation {
    margin-top : 29px;
}

#mainNav {
    height                : 59px;
    background            : #2888C9 url(images/backgrounds/nav-sprite.jpg) top center repeat-x;
    -moz-border-radius    : 6px;
    -webkit-border-radius : 6px;
    -o-border-radius      : 6px;
    -ms-border-radius     : 6px;
    border-radius         : 6px;
}

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

#mainNav > li {
    margin : 0 0 0 0px;
    padding: 0px 5px 0 5px;
}

#mainNav li a {
    padding        : 20px 8px 19px;
    font-size      : 13px;
    line-height    : 15px;
    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 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;
}

#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 {
    height         : 20px;
    text-align     : center;
    max-width      : 107px;
    display        : table-cell;
    vertical-align : middle;
    height         : 59px;
    padding        : 0 11px;
}

#mainNav li a:hover {
    background : #2888C9 url(images/backgrounds/nav-sprite.jpg) bottom center repeat-x;
    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 #4d85c5;
    -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 : #4d85c5 !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 : #363A39;
}

#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          : 75px !important;
    width           : 77px !important;
    line-height     : 21px;
    position        : relative;
    top             : 0;
    right           : 0;
    border-radius   : 0;
    background      : #4d85c5 url(images/icons/nav-light.png) 45% center no-repeat;
    background-size : 56% auto;
    text-indent     : -9999px;
    float           : right;
    border-left     : 1px solid rgba(0, 0, 0, 0.1);
    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    : 5px solid #363a39;
    border-bottom : 5px solid #363a39;
}

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

#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              : #4d85c5;
    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            : 40px 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;
}
.dealer_popup_content .loan_calculator_form {
    padding            : 16px 22px;}

.loan_calculator_form .form_label {
    width : 30%;
}

.loan_calculator_form .form_field {
    width : 65%;
}

.loan_calculator_result {
    background                         : #4d85c5;
    text-align                         : center;;
    color                              : #fff;
    padding                            : 55px 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 a { color: #FFF!important; }
.loan_calculator_result.shorter {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.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;
}

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

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

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

#subNav {
    border-bottom : solid 1px #d3e9f4;
}

#sidebar #subNav li.subNavHeading a {
    color           : #FFFFFF;
    padding         : 7px 0px;
    margin          : 0px;
    font-weight     : bold;
    text-transform  : capitalize;
    text-decoration : none;
    font-size       : 22px;
    line-height     : 27px;
}

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

#content #sidebar #subNav li.subNavHeading {
    padding                         : 11px 0px 8px 17px;
    margin                          : 0px;
    text-indent                     : 0px;
    text-align                      : left;
    background                      : #4d85c5;
    -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 #d3e9f4;
}

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

#sidebar #subNav li a:hover {
    color : #4d85c5;
}

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

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

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

#content #sidebar #subNav li.down:before {
    color       : #4d85c5;
    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;
    height: 55px;
}

#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#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_copy {
    font-size: 16px;
    line-height: 23px;
}
/* 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  : 6px;
    -webkit-border-top-right-radius : 6px;
    -moz-border-top-left-radius     : 6px;
    -moz-border-top-right-radius    : 6px;
    -o-border-top-left-radius       : 6px;
    -o-border-top-right-radius      : 6px;
    border-top-left-radius          : 6px;
    border-top-right-radius         : 6px;
}

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

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

.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 : #4d85c5 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 : #4d85c5;
    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;
    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 {
    position : fixed;
    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 10px;
    z-index  : 1;
    position : relative;
}

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

.online_application_form .form_label {
    width : 28%;
    margin-right: 1%;
}

.online_application_form .form_field {
    width : 70% !important;
}

.top-display-btn {
    margin-top: 40px !important;
}

.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_title {
    text-align : center;
    padding    : 20px 20px 0;
}

.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-color : #4d85c5;
}

#footer .footer_top {
    background-color : #333333;
    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   : #ffffff;
}

#footer a {
    color           : #ffffff;
    font-size       : 11px;
    text-decoration : none;
}

#footer a:hover {
    color : #DDDDDD;
}

.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;
}

.footerNavHeading {
    background     : url(images/backgrounds/footer-heading-border.jpg) repeat-x bottom;
    padding-bottom : 6px !important;
    margin-bottom  : 6px !important;
}

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

/* ================================= */
/* 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     : 9px 0 3px;
    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;
}

#breadcrumbs ul li a:hover {
    color : #000;
}

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

#breadcrumbs ul li a.currentBreadcrumb {
    color          : #000;
    text-transform : none;
    font-weight    : bold;
    font-style     : italic;
}

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

.required_fields_heading {
    font-size : 11px;
}

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

.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% !important;
    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               : 7px 17px 9px !important;
    background-color      : #2E95CD; /* Old browsers */
    background            : -moz-linear-gradient(top, #4d85c5 0%, #2e95cd 100%); /* FF3.6+ */
    background            : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d85c5), color-stop(100%, #2e95cd)); /* Chrome,Safari4+ */
    background            : -webkit-linear-gradient(top, #4d85c5 0%, #2e95cd 100%); /* Chrome10+,Safari5.1+ */
    background            : -o-linear-gradient(top, #4d85c5 0%, #2e95cd 100%); /* Opera 11.10+ */
    background            : -ms-linear-gradient(top, #4d85c5 0%, #2e95cd 100%); /* IE10+ */
    background            : linear-gradient(to bottom, #4d85c5 0%, #2e95cd 100%); /* W3C */
    filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d85c5', endColorstr='#2e95cd', GradientType=0); /* IE6-9 */
    border                : 1px solid #187CB3;
    /*border-bottom      : 5px solid #187CB3;*/
    *border               : 0;
    display               : inline-block;
    font-size             : 12px;
    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           : normal;
    border-radius         : 3px;
    cursor                : pointer;
    -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         : #4d85c5;
    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                         : #319ED9;
    width                              : 276px;
    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                                : 80px;
    left                               : 92px;
    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;
}

.header_quote_hover_container input {
    text-align : center;
}

.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;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
}

/* ================================= */
/* 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  : #4d85c5;
    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 #4d85c5;
}

.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 #4d85c5;
}

.people_person a:hover p {
    color : #4d85c5;
}

.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;
}

 /* Blog Post */
.blog-top-p {
    text-align: center;
}
.blog-top-heading {
    display: inline-block;
    width: 100%;
    margin-top: 35px !important;
}
.blog-top-heading-text {
     text-align: center;
     margin-bottom: 40px;
} 
.top-blog-left, .top-blog-right {
    display: block;
    float: left;
    width: 45%;
    text-align: center;
    margin: 0 15px !important;    
}
.our-team-blog-name {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin: 20px auto 0 auto !important;  
}
.our-team-blog-title {
    font-size: 16px;
    font-weight: 300;
    margin: 20px auto 0 auto !important; 
}
.our-team-blog-p {
    margin: 20px auto 0 auto !important;
    text-align: center;    
} 
.bottom-blog {
    display: block;
    width: 100%;   
}
.finance-blog-btn {
    text-decoration: none;
    font-size: 14px;
    background: #164b90;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
}

 /* End Blog Post */

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

.faq_title, .faq_cat {
    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;
}



#calcResults small.calc {
	line-height:14px !important;
	display:inline-block;
	padding:10px 10px 0;}


@media only screen and (min-width : 768px) {
  .padding-top-lg-0 {
    padding-top: 0;
  }
}

select[name*='best_contact_time'] optgroup[label] {
  font-size: 100%;
}
select[name*='best_contact_time'] option[value='Evening'],
select[name*='best_contact_time'] option[value='Anytime'] {
  font-weight: bold;
}

select[name*='form_loan_type'] option.opt-not-listed {
  font-weight: bold;
}

/* Boat Loans Finance CSS */
.panel_row_boat{
    margin: 60px 0;
    text-align: center;
    width: 100%
}
.second_section_panel_boat{
    width: 28%;
    margin-right: 2%;
    margin-left: 2%
    display: inline-block;
    float: left; 
}
.second_section_panel_boat .panel_icon_boat{
    display: block;
    height: 60px;
    margin-bottom: 10px;   
}
a{
   color: #3498CF;
   outline: 0; 
}
a img{
   transition: opacity .3s; 
}
img{
    border: 0;
    vertical-align: middle;
}
.second_section_panel_boat .panel_content_boat{
    width: 100%;
    text-align: center;
}
.blue_heading_boat{
    color: #566473;
    font-size: 19px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.blue_text_boat{
  font-size: 14px;
  color: #566473;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 10px;  
}
.blue_text_style_boat{
    height: 135px;
}
.second_section_panel_boat .panel_content_boat a.learn_more{
    color: #3498CF;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

.why_Section_boat{
    background: #f2f2f2;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 550px;
    margin-top: 30px;
}
.why_reason_bg_boat {
    height: 100%;
    position: relative;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.why_reasons_container_boat {
    float: right;
    width: 55%;
    color: #2e2f33;
    position: relative;
    top: 10%;
}
.why_reasons_container_boat > h2 {
    text-align: left;
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 40px;
}
.reason_box_boat{
    margin-bottom: 30px;
}
.reason_box_boat .reason_icon_boat {
    float: left;
    width: 10%;
    margin-right: 4%;
}
.scale_with_grid_boat {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
.reason_box_boat .reason_content_boat {
    float: left;
    width: 76%;
}
.clearfix_boat::after, .clearfix_boat::before, .container_24_boat::after, .container_24_boat::before  {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix_boat::after, .container_24_boat::after {
    clear: both;
}
.mid_page_banner_boat{
    background-position-x: center;
    background-position-y: top;
    position: relative;
}
.full_width_container_boat{
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 30px;
}
.testimonial_outter_container_boat{
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    font-style: italic;
    position: absolute;
    top: 27%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.testimonial_inner_container_boat {
    padding-right: 65px;
}
.custom_font_one_boat{
    font-family: 'PT Sans', sans-serif;
    color: white;
}
.testimonial_by_boat {
    font-size: 12px;
    line-height: 20px;
    color: white;
}
.testimonial-width{
    width: 50%;
    float: right;
}

.get-your-best_boat {
    width: 800px;
    margin: 60px auto 0;
    border: 1px solid #dbe5ee;
    background-color: #E9F4FA;
    max-width: 100%;
    padding-top: 25px;
}
.enquiry_cta_title_boat h2 {
    max-width: 800px;
    margin: 0 auto;
    color: #005691;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.get-your-best_boat .home-apply-button_boat {
    float: left;
    width: 50%;
    text-align: center;
}
.get-your-best_boat .homepage_ApplyBanner_boat {
    width: 80%;
    padding: 20px 0;
    margin-bottom: 20px;
}
.homepage_ApplyBanner_boat {
    margin: 10px auto 30px;
    font-size: 24px;
    font-style: italic;
    border-bottom: 3px solid rgba(0,0,0,0.1);
}
.get-your-best_boat p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.button_boat{
    display: inline-block;
    line-height: normal !important;
    border-radius: 0;
    color: #FFFFFF !important;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    background: #3498CF;
    text-decoration: none;
}
.container_24_boat {
    width: 1008px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    transition: width linear .2s;
}
.grid_24 {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
.inner {
    padding-left: 10px;
    padding-right: 10px;
}
.testimonial_vert_align {
    height: 574px;
    position: relative;
}
.col-1{
    width: 40%;
    display: inline-block;
}
.img-display{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-top: 50%;
}
.right-container{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.latest_video{
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #188ac8;"
}
p.style-fontsize{
    font-size: 33px;
}
.youtube {
    width:100%;
    text-align:center; 
    margin:0 auto;
}
.youtube .youtubeIframe {
    background-color:#FFF;
    width:480px;
    height:270px;
}
@media only screen and (max-width: 1023px) {
    .blue_heading_boat{
        font-size: 14px;
        font-weight: bold;  
    }
    .blue_text_boat{
        font-size: 12px;
    }
    .blue_text_style_boat{
        height: 145px;
    }
    .testimonial_outter_container_boat{
        top: 10%;
    }
    .homepage_ApplyBanner_boat{
        font-size: 16px;
    }
    #mainNav > li{
        padding: 0px 3px 0 3px;
    } 
    .apply_online {
        width: 276px !important;
        height: 50px !important;
    }
    .top-blog-left, .top-blog-right {
        float: unset;
        width: 100%;
        margin: 0 auto 50px auto !important;
        max-width: 100%;   
    }   
}
@media only screen and (max-width: 767px){
    .blue_heading_boat{
        font-size: 14px;
        font-weight: bold;   
    }
    .blue_text_boat{
        font-size: 12px;
    }
    .blue_text_style_boat{
        height: 175px;
    }
    .testimonial_outter_container_boat{
        top: 10%;
    }
    .why_Section_boat{
        height: 660px;
    }
    .homepage_ApplyBanner_boat{
        font-size: 16px;
    }
    .d-done {
        float: unset;
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        text-align: center; 
    }
}
@media only screen and (max-width: 599px) {
    .blue_heading_boat{
        font-size: 13px;
        font-weight: bold;   
    }
    .second_section_panel_boat{
        width: 90%;
        margin: 0px 0px 40px 0px !important;
    }
    .custom_font_one_boat{
        margin-bottom: 10px !important;

    }
    .testimonial_outter_container_boat{
        
    }
    .testimonial_inner_container_boat{
       padding-right: 10px;
       line-height: normal; 
    }
    .testimonial-width{
        width: 60%;
        float: right;
    }
    p.style-fontsize{
        font-size: 28px;
        text-align: center;
    }
    .col-1{
        width: 100%;
        text-align: center;
    }
    .img-display{
        margin-top: 0;
        width: 60%;
        height: 240px;
    }
    .why_reasons_container_boat{
        width: 100%;
        display: contents;
    }
    .right-container{
        margin-left: 20px;
    }
    .why_Section_boat{
        height: 700px;
    }
    iframe {
        width: 100%;
    }
    .homepage_ApplyBanner_boat{
        font-size: 13px;
    }
    .blue_text_style_boat{
        height: unset;
    }
}
@media only screen and (max-width: 475px) {
    .why_Section_boat{
        height: 775px;
    }
    .testimonial_inner_container_boat{
        padding-right: 10px;
        line-height: normal;
        font-size: 80%;
    } 
    .testimonial_by_boat{
        font-size: 80%;
    } 
    
}

/* End Boat Loans Finance CSS */
/* caravan Loans Finance CSS */
.panel_row_caravan{
    margin: 30px 0;
    text-align: center;
    width: 100%;
    height: 360px;
}
.second_section_panel_caravan{
    width: 28%;
    margin-right: 2%;
    float: left; 
}
.second_section_panel_caravan .panel_icon_caravan{
    display: block;
    height: 60px;
    margin-bottom: 10px;   
}
a{
   color: #3498CF;
   outline: 0; 
}
a img{
   transition: opacity .3s; 
}
img{
    border: 0;
    vertical-align: middle;
}
.second_section_panel_caravan .panel_content_caravan{
    width: 100%;
    height: 170px;
}
.blue_heading_caravan{
    color: #566473;
    font-size: 17px;
    line-height: 33px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.blue_text_caravan{
  font-size: 13px;
  color: #566473;
  font-family: 'PT Sans', sans-serif;
}
.blue_text_style_caravan{
    height: 170px;
    margin-top: 6px !important;
}
.second_section_panel_caravan .panel_content_caravan a.learn_more{
    color: #3498CF;
    font-weight: 900;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

.why_Section_caravan{
    background: #f2f2f2;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 550px;
    margin-top: 30px;
}
.why_reason_bg_caravan {
    height: 100%;
    position: relative;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.why_reasons_container_caravan {
    float: right;
    width: 55%;
    color: #2e2f33;
    position: relative;
    top: 10%;
}
.why_reasons_container_caravan > h2 {
    text-align: left;
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 40px;
}
.reason_box_caravan{
    margin-bottom: 30px;
}
.reason_box_caravan .reason_icon_caravan {
    float: left;
    width: 10%;
    margin-right: 4%;
}
.scale_with_grid_caravan {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
.reason_box_caravan .reason_content_caravan {
    float: left;
    width: 76%;
}
.clearfix_caravan::after, .clearfix_caravan::before, .container_24_caravan::after, .container_24_caravan::before  {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix_caravan::after, .container_24_caravan::after {
    clear: both;
}
.mid_page_banner_caravan{
    background-position-x: center;
    background-position-y: top;
    position: relative;
}
.full_width_container_caravan{
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 30px;
}
.testimonial_outter_container_caravan{
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    font-style: italic;
    position: absolute;
    top: 4%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.testimonial_inner_container_caravan {
    padding-right: 65px;
}
.custom_font_one_caravan{
    font-family: 'PT Sans', sans-serif;
    color: white;
}
.testimonial_by_caravan{
    font-size: 12px;
    line-height: 20px;
    color: white;
    float: right;
    margin-right: 10px;
}
.testimonial-width{
    width: 50%;
    float: right;
}

.get-your-best_caravan {
    width: 800px;
    margin: 60px auto 0;
    border: 1px solid #dbe5ee;
    background-color: #E9F4FA;
    max-width: 100%;
    padding-top: 25px;
}
.enquiry_cta_title_caravan h2 {
    max-width: 800px;
    margin: 0 auto;
    color: #005691;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.get-your-best_caravan .home-apply-button_caravan {
    float: left;
    width: 50%;
    text-align: center;
}
.get-your-best_caravan .homepage_ApplyBanner_caravan {
    width: 80%;
    padding: 20px 0;
    margin-bottom: 20px;
}
.homepage_ApplyBanner_caravan {
    margin: 10px auto 30px;
    font-size: 24px;
    font-style: italic;
    border-bottom: 3px solid rgba(0,0,0,0.1);
}
.get-your-best_caravan p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.button_caravan{
    display: inline-block;
    line-height: normal !important;
    border-radius: 0;
    color: #FFFFFF !important;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    background: #3498CF;
    text-decoration: none;
}
.container_24_caravan {
    width: 1008px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    transition: width linear .2s;
}
/* Holiday Flash Message  */
.flash-msg-box {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 15px auto;
    display: block;
    border: 1px solid #cbc7c7;
    height: 100px;
}
.show {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 999;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: arial;
    text-shadow: 1px 1px #fff;  
}
.blur {
    width: 250px;
    display: block;
    float: left;
    position: absolute; 
}
.blur::after {
    content: "";
    width: 100%;
    position: absolute;
    right: 20px;
    top: 0px;
    box-shadow: inset 0px 0px 15px 15px #fbfbfb;
    bottom: 0px;
    z-index: 999;
    height: 100px;
    left: 0px;
}
.btm-box {
    width: 260px;
    display: block;
    float: right;
    height: 100%;
    background: #fff;
}
.flash-text {
    font-size: 17px;
    margin-left: 10px;
    font-weight: 900;
    text-align: center;
    text-shadow: 0px 1px #80c4f6;
    color: #174e5a;
    margin-top: 20px;
}
/* Flash class and keyframe animation */
.flashit{
  color:#000;
    -webkit-animation: flashmsg ease-out 6s infinite;
    animation: flashmsg ease-out 6s infinite;
    width: 250px;
    height: 100px;
}
.flashnow{
  color:#000;
    -webkit-animation: flash ease-in 6s infinite;
    animation: flash ease-in 6s infinite;
    width: 250px;
    height: 100px;
}
@-webkit-keyframes flash {
    0% { opacity: 0; } 
    45% { opacity: 0; }
    70% { opacity: 1; }
    100% { opacity: 1; }  
}
@keyframes flash {
    0% { opacity: 0; } 
    45% { opacity: 0; }
    70% { opacity: 1; }
    100% { opacity: 1; }  
}
@-webkit-keyframes flashmsg {
    0% { opacity: 1; } 
    25% { opacity: 1; }
    70% { opacity: 0; } 
    100% { opacity: 0; }  
}
@keyframes flashmsg {
    0% { opacity: 1; } 
    25% { opacity: 1; }
    70% { opacity: 0; }
    100% { opacity: 0; }  
}       
/* End Easter flash message */


@media only screen and (max-width: 1023px) {
    .blue_heading_caravan{
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        line-height: 20px;  
    }
    .blue_text_caravan{
        font-size: 12px;
    }
    .testimonial_outter_container_caravan{
        top: 10%;
    }
    .homepage_ApplyBanner_caravan{
        font-size: 16px;
    }
    .second_section_panel_caravan .panel_content_caravan {
        height: 100%;
    }
    .blue_text_style_caravan {
        height: 215px;
    }   
}
@media only screen and (max-width: 767px){
    .blue_heading_caravan{
        font-size: 14px;
        font-weight: bold;
    }
    .blue_text_caravan{
        font-size: 12px;
    }
    .testimonial_outter_container_caravan{
        top: 10%;
    }
    .why_Section_caravan{
        height: 660px;
    }
    .homepage_ApplyBanner_caravan{
        font-size: 16px;
    }
    .blue_text_style_caravan{
        height: 235px;
    }
    .panel_row_caravan {
        height: 385px;
    }
    .btn-step-4 {
        margin-top: -25px;  
    }
}

@media only screen and (max-width: 599px) {
    .panel_row_caravan {
        height: 100%;
    }
    .blue_heading_caravan{
        font-size: 13px;
        font-weight: bold;
        height: auto;   
    }
    .second_section_panel_caravan{
        width: 90%;
        margin: 0px 0px 35px 0px !important;
    }
    .custom_font_one_caravan{
        margin-bottom: 10px !important;

    }
    .testimonial_outter_container_caravan{
        
    }
    .testimonial_inner_container_caravan{
       padding-right: 10px;
       line-height: normal; 
    }
    .why_reasons_container_caravan{
        width: 100%;
        display: contents;
    }
    .right-container{
        margin-left: 20px;
    }
    .why_Section_caravan{
        height: 700px;
    }
    iframe {
        width: 100%;
    }
    .homepage_ApplyBanner_caravan{
        font-size: 13px;
    }
    .blue_text_style_caravan{
        height: 100%;
    }
    .flash-msg-box p {
    font-size: 12px;
    }
    .flash-msg-box h2 {
        font-size: 16px;
    }        
}
@media only screen and (max-width: 475px) {
    .why_Section_caravan{
        height: 775px;
    }
    .testimonial_inner_container_caravan{
        padding-right: 10px;
        line-height: normal;
        font-size: 80%;
    } 
    .testimonial_by_caravan{
        font-size: 80%;
    } 
    .homepage_ApplyBanner_caravan{
        font-size: 11px;
    }
    .get-your-best_caravan .homepage_ApplyBanner_caravan{
        padding: 15px 0;
    }
    .testimonial_outter_container_caravan {
        display: none;
    }
    
}
/* End caravan Loans Finance CSS */ 

/* Facebook chat icon */
.fb-icon{
position: fixed !important;
right: -39px;
left: auto;
top: 50%;
z-index: 100;
-webkit-mask-position: right;   
}

.fb-icon-rotate{
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);  
}

.close-modal{
    display: none !important;
}
.modal{
    max-width: 420px !important;
    padding: 9px 9px !important;
}
.blocker{
    z-index: 2 !important;
}
.review_img {
    width: 100%;
}

@media only screen and (max-width : 576px) {
   .mobile_header_call {
        height: auto;
   }
   .mobile_header_call .header_phone_number {
        float: none !important;
        width: auto;
        display: block;
        margin: 0 0 10px 0;
        text-align: unset;
   }
   .mobile_header_call .apply_online {
        float: none !important;
        width: auto !important;
        display: block;
        margin: 0;
        padding: 0 !important;
   }
   .review_img {
    display: none;
   }
    .flash-msg-box {
        width: 90%;
    }
    .blur {
        width: 50%;
        position: relative;
    }
    .btm-box {
        width: 50%;
    }
    .flash-text span {
        font-size: 10px !important;
    }
}
@media only screen and (max-width : 450px) {
    .mobile_header_call .header_phone_number {
        margin: 0 !important;  
    }
    .d-done {
        margin: 5px auto 0 auto;    
    }
    .phone-number {
        font-size: 20px;
    }
}  

@media only screen and (max-width: 767px){
    .mobile_header_call .apply_online {
        float:right;
        position:inherit;
        width:auto;
        padding-left:10px;
        padding-right:10px;
        line-height:53px;
        height:53px !important;
        border-radius:0;
        font-size:18px;
        margin-right: 0;
    }
}

.button_margin {
    margin-top: 50px;
    text-align: center;
}
.button_layout {
    padding: 16px 30px !important;
    font-size: 25px;
    font-weight: bold;
}

/*CSS for Testimonial Slider*/
.tslider {
    width: auto;
    margin: 0;
    
}
.tslider-wrapper {
    width: 100%;
    height: 200px;
    position: relative;
}
.slide {
    float: left;
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    transition: opacity 1s linear;
    background: #E9F4FA;
    padding: 15px 20px;
    margin: 0 auto;
}
.tslider-wrapper > .slide:first-child {
    opacity: 1;
}

.slide p {
    color: #777;
    font-style: italic;
    font-size: 15px;
}
.slide h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #005691;
    margin: 0 0 10px 0;
}
@media only screen and (max-width : 590px) {
    .tslider-wrapper {
        height: 275px;
    }
}
@media only screen and (max-width : 415px) {
    .tslider-wrapper {
        height: 340px;
    }
}
/*End CSS for Testimonial Slider*/ 

.message-popup {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    margin: 0 -10px;
}
.message-popup span {
    font-size: 18px;
    color: white;
    font-weight: 600; 
}
.blinking{
    animation:blinkingText 5s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;  }
    3%{    color: transparent; }
    5%{    color: #000; }
    8%{    color: transparent; }
    10%{    color: #000; }
    100%{   color: #000;  }
}
@media only screen and (max-width : 1023px) {
    .message-popup {
        margin: 0;
    }    
}