body * {
     font-family: 'Open Sans', sans-serif; 
     /*font-family: 'Lato', sans-serif;   */
}
.txtcenter{
    text-align: center;
}
.txtright{
    text-align: right;
}
html {
    overflow-x: hidden;
}
.hide{
    display: none !important;
}

.mar-60{
    margin: 60px 0;
}

.no-margin-top{
    margin-top: 0!important;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.content-area{
     margin-bottom: 40px;
}

.posistion-relative{
    position: relative;
}

.content-area li {margin-top: 20px}

/************************************************************************************
Header header.php
*************************************************************************************/
/*******************************************
Top Banner
********************************************/

.top-banner {
    background: #02A8E6;
    padding-bottom: 16px;
}

#masthead-2 .top-banner {
    background: #01395A;
    padding-bottom: 6px;
}


.mobile-top-banner {
    background: #02A8E6;
    padding-bottom: 10px;
}

#menu-top-bar, #menu-secondary-top-bar-menu{
    padding: 0;
    margin: 9px 0 0 0;
}

#menu-secondary-top-bar-menu{
    text-align: right;
    margin: 3px 0 0 0;
}

#menu-top-bar li, #menu-secondary-top-bar-menu li {
    display: inline-block;
}

#menu-top-bar li:nth-last-of-type(2) a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding: 0 5px;
    font-size: 12px;
}

#menu-top-bar li:last-of-type a:before{
     content: "\f0e0";
    font-family: FontAwesome;
    padding: 0 5px;
    font-size: 12px;
}

#menu-top-bar li a, #menu-secondary-top-bar-menu li a {
    color: #fff;
    font-size: 0.8em;
    padding: 0 5px;
    font-weight: 500;
}

#menu-top-bar li a:hover, #menu-secondary-top-bar-menu li a:hover{
    text-decoration: none;
}

.cu-online {
    text-align: right;
    clear: both;
}

.cuonlinelabel {
    font-size: 1.4em;
    font-weight: bold;
}

.cu-btn {
    background-color: #B0953A;
    max-width: 185px;
    width: 47%;
    text-align: center;
    padding: 7px;
    position: relative;
    display: inline-block;
    line-height: 1.256;
    margin-left: 0px;
    font-weight: lighter;
}

.cu-btn .fa {
    display: inline-block;
    color: #fff;
    padding-right: 6px;
    padding-top: -2px;
    font-size: 16px;
    position: absolute;
    left: 14px;
    top: 11px;
}

.cu-btn a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 24px;
}

.cu-btn a:hover, .cu-btn a:visited{
    text-decoration: none;
    color: #fff;
}

.social-links-header {
    margin: 0;
    text-align: right;
    margin-bottom: -8px;
    position: absolute;
    right: 0;
    top: -17px;
}

.social-links-header li {
    display: inline-block;
    padding-right: 12px;
}

.social-links-header li a, .social-links-header li a:hover, .social-links-header li a:visited {
    color: #45899E;
}

/*******************************************
Middle Banner
********************************************/

#masthead-1 .middle-banner {
    margin: 35px 0 15px;
}

.secondary-header-menu {
    background-color: #0168AD;
    margin-top: 20px;
}

#masthead-2 .middle-banner {
    margin: 24px 0 24px 0;
}


#masthead-1 #menu-main-menu {
    padding: 0;
    display: block;
    list-style: none;
    text-align: right;
    position: relative;
    margin: 24px 0 0px 0;
}

#masthead-1 #menu-main-menu li {
    display: inline-block;
    padding: 0 0% 0 2%;
    font-size: 13px;
    margin: 11px 0px;
}

#masthead-1 #menu-main-menu li a {
    color: #494949;
    padding: 0 0 20px 0;
    font-weight: 500;
}


#masthead-2 {
    margin-bottom: -3px;
}

#masthead-2 #menu-main-menu {
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    margin: 0px auto 0 auto;
}

#masthead-2 #menu-main-menu li {
    display: inline-block;
    padding: 20px 20px 20px 20px;
    font-size: 1em;
    position: relative;
    margin: 0px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#masthead-2 #menu-main-menu li:hover {
    background-color: #02A8E6;
}

#masthead-2 #menu-main-menu li a {
    color: #fff;
    padding: 0 0 20px 0;
    font-weight: 500;
}


.logo{
    text-align: center;
    margin-top: 0px;
}

.logo img {
    max-width: 100%;
}


.secondary-header-info {
    clear: both;
    height: 100%;
    display: table;
    width: 100%;
}

.secondary-header-info > div{
    float: right;
    width: 33.3333%;
    padding: 0 1%;
    position: relative;
}

.secondary-header-info > div .icon {
    position: absolute;
    left: 5px;
    font-size: 30px;
    top: -6px;
    color: #0168AD;
}

.header-info-items {
    padding-left: 37px;
}

.header-info-items .header-into-title{
    color: #0168AD;
    font-weight: 800;
}

.header-info-items p {
    margin-bottom: 0;
    color: #494949;
    font-size: 0.8em;
}

.header-info-items .social-links-contact{
    text-align: right;
}

.header-info-social .header-info-items{
    padding-left: 0;
}

.header-info-social .header-info-items .social-links-contact li {
    width: 28px;
    height: 26px;
    padding: 4px;
    font-size: 13px;
}

/*******************************************
Mobile Menu
********************************************/
.menu-icon {
    text-align: center;
    margin: 10px auto 0px auto;
    font-size: 26px;
    color: #0168AD;
}

.menu-title {
    padding: 20px 20px 0 20px;
    /* background-color: white; */
    color: #0168AD;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.menu-title:before {
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #0168AD;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 6px;
    vertical-align: middle;
    position: absolute;
    left: 13px;
    top: 28px;
}

.slide-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    position: fixed;
    width: 100%;
    max-width: 200px;
    height: 100%;
    top: 0;
    z-index: 1000;
    margin: 0;
    right: -200px;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
}

.slide-menu ul {
    padding: 0 20px;
    list-style: none;
}

.slide-menu li {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    display: block;
    /* text-transform: lowercase; */
    text-align: left;
    padding: 4px 0;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}

.slide-menu li a {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 900;
    font-style: normal;
    display: block;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-weight: 200;
    color: #0168AD;
    position: relative;
}

.slide-menu li a:hover{
    text-decoration: none;
     color: #0168AD;
}

.slide-menu.slide-menu-open {
    right: 0px;
}

#close {
    text-align: right;
    padding-right: 40px;
    padding-top: 20px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.close-icon {
    position: absolute;
    top: 10px;
    display: inline-block;
    right: 5px;
    padding-left: 19px;
    width: 13px;
    height: 13px;
    /* cursor: pointer; */
    z-index: 8040;
    text-decoration: none !important;
    background-image: url(../images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
}

body{
    right: 0;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.body-open{
right: 200px !important;
overflow:hidden;
border-right: 3px solid #0168AD;
}

.html-open{
    overflow-y:hidden;
}

.overlay {
    position: absolute;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}


.drop {
    width: 35px;
    /* height: 13px; */
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0px;
    text-align: RIGHT;
}

.drop img {
    width: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rotate{
    -ms-transform: rotate(0deg)!important;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
}

.mobile-menu .sub-menu{
    display: none;
}

#nav-menu .main-menu li a{
    line-height: 1.4;
}

#nav-menu .main-menu li:last-child{
    border-bottom: 0;
}


#menu-main-menu .sub-menu {
    position: absolute;
    display: none;
    text-align: left;
    top: 37px;
    z-index: 9999999;
    padding: 0px 0px;
    width: 190px;
    background: #0168AD;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* border-bottom: 3px solid #006990; */
}


#masthead-2 #menu-main-menu .sub-menu {
    position: absolute;
    display: none;
    text-align: left;
    top: 55px;
    left: 0;
    z-index: 9999999;
    padding: 0px 0px;
    width: 190px;
    background: #0168AD;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* border-bottom: 3px solid #006990; */
}



#masthead-1 #menu-main-menu .sub-menu li, #masthead-2 #menu-main-menu .sub-menu li {
    display: block;
    margin: 0 auto;
    padding: 10px 25px;
    line-height: 1.6;
    font-size: 0.9em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#masthead-1 #menu-main-menu .sub-menu li:hover, #masthead-2 #menu-main-menu .sub-menu li:hover{
    background-color: #02A8E6; 
}


#masthead-1 #menu-main-menu .sub-menu li a, #masthead-2 #menu-main-menu .sub-menu li a {
    color: #fff;
}

#masthead-1 #menu-main-menu .sub-menu li a:hover,  #masthead-1 #menu-main-menu .sub-menu li a:visited, #masthead-2 #menu-main-menu .sub-menu li a:hover,  #masthead-2 #menu-main-menu .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;

}


/************************************************************************************
Banner front-page.php
*************************************************************************************/

.banner{
    position: relative;
    border-top: 3px solid #006990;
}

.banner_border{
     border-top: 3px solid #006990;
}

.banner .bx-viewport{
    height: 600px!important;
}

.banner .bxslider li {
     height: 600px !important;
     background-position-x: center !important;
}


.slidecpation{
    padding: 0 10px;
}


#slider-prev {
    position: absolute;
    left: 10px;
    top: 75%;
    z-index: 9999;
    font-size: 40px;
    color: #fff;
}

#slider-next {
    position: absolute;
    right: 10px;
    top: 75%;
    z-index: 9999;
    font-size: 40px;
    color: #fff;
}


#slider-prev a {
    color: #fff;
    opacity: 0.5;
    line-height: 0;
}


#slider-next a {
    color: #fff;
    opacity: 0.5;
    line-height: 0;
}

#slider-next a img, #slider-prev a img{
    width: 50px;
}

.slide-wrapper {
    padding: 185px 0;
}

.Left{
    text-align: left;
}

.Centre{
    text-align: center;
}

.Right{
    text-align: right;
}


.slide-title {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -2px;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.slide-sub-text {
    max-width: 680px;
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    margin-top: 10px;
    line-height: 1.2;
    background: #02A8E6;
    background: rgba(2,168,230,0.35);
    padding: 5px 10px;
}

.Right .slide-sub-text, .Right .slide-btn{
    margin: 0 0 0 auto;
}

.Centre .slide-sub-text, .Centre .slide-btn{
    margin: 0 auto;
}

.slide-btn{
    color: #fff;
    background: #02A8E6;
    padding: 11px;
    display: block;
    max-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 17px !important;
}

.slide-btn:hover{
    text-decoration: none;
    color: #fff;
}


/************************************************************************************
Become a member front-page.php
*************************************************************************************/

.become-a-member {
    background-color: #0168AD;
    padding: 36px 0px 47px 0;
}

.become-a-member h2{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -2px;
    margin-bottom: 0px;
    margin-top: 0;
    margin-left: -2px;
    line-height: 0.9;
}

.become-a-member p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
    margin-top: 16px;
}

.become-a-member a {
    display: block;
    text-align: center;
    background: #B0953A;
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    max-width: 200px;
    margin: 25px 0 0;
    text-decoration: none;
}

.become-a-member .btn-text{
    display: inline-block;
    /* padding-right: 20px; */
    padding: 10px 20px;
}

.become-a-member .square-arrow{
    display: inline-block;
    border-left: 1px solid #0168AD;
    padding-left: 20px;
    padding: 10px 20px;
}


/************************************************************************************
Loan cal front-page.php
*************************************************************************************/

.home-loan-cal h2 {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #0168AD;
    margin-bottom: 16px;
    margin-top: 0;
    line-height: 0.9;
}

.home-loan-cal p {
    color: #494949;
    max-width: 750px;
    font-size: 1em;
    margin: 0 auto 35px auto;
    text-align: left;
}


.wp_wellington_loan_cal_main_wrapper .col-1{
    margin-bottom: 24px;
}

.wp_wellington_loan_cal_main_wrapper label, .label {
    font-weight: 400;
    margin: 0px 0 4px 0;
    color: #02A8E6;
    display: block;
    font-size: 0.9em;
}

.wp_wellington_loan_cal_main_wrapper .dropdown select {
    border: none;
    width: 100%;
    padding: 15px 15px;
    font-weight: 400;
    color: #444;
    font-size: 15px;
    font-family: FontAwesome, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-apperance: none;
    -o-apperance: none;
        outline: none;
    border-radius: 0;
    background: #f0f0f0;
}

.wp_wellington_loan_cal_main_wrapper .dropdown {
    margin-bottom: 20px;
}

.wp_wellington_loan_cal_main_wrapper #currency_icon{
    color: #0168AD;
}

.wp_wellington_loan_cal_main_wrapper #loan_amount {
    padding: 0;
    font-weight: bold;
    color: #0168AD;
}

.wp_wellington_loan_cal_main_wrapper .years_duration,  .wp_wellington_loan_cal_main_wrapper .months_duration{
    margin-top: 12px;
}

.wp_wellington_loan_cal_main_wrapper .years_label {
    margin: 0px 0 0 6px;
    color: #0168AD;
}

.wp_wellington_loan_cal_main_wrapper .range_years,  .wp_wellington_loan_cal_main_wrapper .range_months {
   color: #0168AD;
width: 19px;
border: none;
}


.wp_wellington_loan_cal_main_wrapper .range {
    margin-bottom: 2px;
}

.wp_wellington_loan_cal_main_wrapper #years, .wp_wellington_loan_cal_main_wrapper #months {
    /* float: left; */
    border: 0px solid #000;
    font-weight: bold;
    width: 30px;
    background: #fff;
    color: #0168AD;
    margin: 0 0 0 0;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5px 0;
    border: none;
    padding: 0;
    min-width: 100%;
}

input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #f0f0f0;
  border-radius: 24.9px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 26px;
  width: 26px;
  border-radius: 100px;
  background: #0168AD;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f0f0f0;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #f0f0f0;
  border-radius: 24.9px;
  border: 0px solid rgba(0, 0, 0, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 26px;
  width: 26px;
  border-radius: 100px;
  background: #0168AD;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #f0f0f0;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 49.8px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #f0f0f0;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 49.8px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  height: 26px;
  width: 26px;
  border-radius: 100px;
  background: #0168AD;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #f0f0f0;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f0f0f0;
}


.wp_wellington_loan_cal_main_wrapper .typical_apr {
    display: block;
    width: 100%;
    border: 1px solid #0168AD;
    margin: 26px 0 0 0;
    line-height: 0;
    color: #0168AD;
    font-weight: bold;
    font-size: 15px;
}

.wp_wellington_loan_cal_main_wrapper .typical_apr p {
    padding: 22px 10px;
    margin: 0;
    text-align: left;
    color: #0168AD;
}

.wp_wellington_loan_cal_main_wrapper .row {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 1px 0 0.4em 0px;
    background: #F0F0F0;
    padding: 0;
}

@supports (-webkit-appearance:none) {
    .wp_wellington_loan_cal_main_wrapper .row {
         margin: 1px 0 0.47em 0px;
    }

}


@-moz-document url-prefix() { 
    .wp_wellington_loan_cal_main_wrapper .row {
         margin: 1px 0 11.5px 0px;
    }
}

.value-wrapper{
    position: relative;
        width: 50%;
}

.wp_wellington_loan_cal_main_wrapper .row .total {
    width: 33.333%;
    float: left;
    padding: 6px 0%;
    text-align: center;
    position: relative;
    border-right: 1px solid #fff;
}

.wp_wellington_loan_cal_main_wrapper .apply {
    background: #b0953a;
    text-align: center;
    margin-top: 1em;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.wp_wellington_loan_cal_main_wrapper .apply p {
    color: #fff;
    text-align: center;
}

.wp_wellington_loan_cal_main_wrapper .row .total p {
    font-size: 0.9em;
}

.wp_wellington_loan_cal_main_wrapper .row .total input {
    background: #F0F0F0;
    border: none;
    font-size: 0.9em;
    color: #000;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
}

.wp_wellington_loan_cal_main_wrapper .row .total .currency-label {
    color: #444;
    left: -12px;
}

.wp_wellington_loan_cal_main_wrapper .monthly {
     margin-bottom: 0!important;
}


.wp_wellington_loan_cal_legal {
    margin: 30px 0 0 0;
}

.wp_wellington_loan_cal_legal p{
    color: #303030;
    font-size: 12px;
    max-width: 100%;
    margin-bottom: 0;
    text-align: left !important;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__overlay {
   background: rgba(0, 0, 0, 0.8);
}

.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__content {
    z-index: 9999;
    background: #0168AD;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__header {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 24px;
    padding: 1em 0em;
    border-bottom: 1px solid #fff;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__header h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    display: inherit;
    width: 100%;
    float: left;
    margin: 7px 0 7px 0;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .action-close {
    /* float: right; */
    text-align: right;
    color: #fff;
    display: inline-block;
    /* width: 50%; */
    /* margin-top: -1px; */
    position: absolute;
    top: 13px;
    right: 14px;
    cursor: pointer;
}

.form_info p {
    color: #fff !important;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 20px auto;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .enquiry_row .label {
    font-size: 13px;
    display: block;
    color: #fff;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .enquiry_row input, .wp_wellington_loan_cal_main_wrapper_pop_up .enquiry_row select {
    /* display: block; */
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    vertical-align: middle;
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid #cccccc;
    border-radius: 0px;
    margin-bottom: 10px;
    outline: none;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .submit button {
    margin-top: 24px;
}

.wp_wellington_loan_cal_main_wrapper .row .total p {
    text-align: center;
}

.months_years {
    padding-left: 8px;
    color: #0168AD;
    font-size: 14px;
}

.error_message{
    margin: 24px auto 0 auto;
    padding: 10px 20px;
    border: none;
    background-color: #DA4D4D !important;
    color: #fff !important;
    font-size: 0.9em;
}


div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
    border: none;
    background-color: #DA4D4D;
    color: #fff;
    font-size: 0.9em;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: none;
    background-color: #2BA461;
    color: #fff;
    font-size: 0.9em;
}
.wpcf7-form {display: none}



/************************************************************************************
Ezine front-page.php
*************************************************************************************/

.e-zine {
    background: url(../images/e-zine-background.jpg) no-repeat;
    padding: 36px 0px 46px 0;
    text-align: center;
}

.e-zine h2 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -2px;
    margin-top: 0;
    margin-left: -2px;
    margin-bottom: 10px;
}

.e-zine p {
    color: #fff;
    font-weight: 300;
    font-size: 0.9em;
    max-width: 750px;
    margin: 0 auto 0px auto;
}

.e-zine #mc-embedded-subscribe-form {
    margin: 26px auto 0 auto;
    max-width: 400px;
}

#mc-embedded-subscribe-form .input-wrapper{
    max-width: 400px;
    margin: 0px auto;
}

.input-email {
    width: 55%;
    float: left;
    text-align: center;
}

.input-submit {
    width: 45%;
    float: left;
}

.e-zine input[type="email"] {
    border: none;
    color: #444;
    padding: 10.5px 10px;
    width: 100%
}

.e-zine input[type="submit"]{
    background: #2BA461;
    padding: 12px;
    width: 100%;

}

/************************************************************************************
Feature Boxes front-page.php
*************************************************************************************/

.feature-box{
    width: 100%;
}

.feature-box img{
    width: 100%;
}


.feature-text {
    margin: 30px 0 40px 0;
    padding: 0 2%;
}

.feature-text h3 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #0168AD;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 26px;
}

.feature-text p {
    color: #494949;
    text-align: center;
    max-width: 442px;
    font-size: 0.9em;
    margin: 0 auto 0px auto;
}

.feature-text a {
    display: block;
    text-align: center;
    background: #02A8E6;
    padding: 0px 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 161px;
    margin: 22px auto 0 auto;
    text-decoration: none;
}

.feature-text .btn-text {
    display: inline-block;
    /* padding-right: 20px; */
    padding: 10px 10px;
}

.feature-text .square-arrow {
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    padding-left: 15px;
    padding: 10px 15px;
}


/************************************************************************************
Latest News
*************************************************************************************/


.latest-news {
    background-color: #f1f1f1;
    padding: 60px 0;
}

.latest-news h2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #0168AD;
    margin-bottom: 10px;
    margin-top: 0;
}

.latest-news p {
    color: #494949;
    text-align: center;
    max-width: 750px;
    font-size: 0.9em;
    margin: 0 auto 35px auto;
}

.newest-item {
    position: relative;
    /* float: left; */
    margin-bottom: 24px;
    width: 100%;
    /* padding-right: 2%; */
    margin-right: 2%;
}

.newest-img{
    max-height: 370px;
    overflow: hidden;
}

.newest-img img{
    width: 100%;
}

.newest-text {
    /* position: absolute; */
    top: 0;
    left: 0;
    background: #0168AD;
   /* max-width: 300px;*/
    height: 100%;
    width: 100%;
    padding: 20px;
}

.newest-text p{
    text-align: left;
    font-size: 13px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 0;
}

.newest-text a, .newest-text a:hover, .newest-text a:visited {
     color: #FFFFFF;
     font-size: 16px;
     font-weight: 600;
     text-decoration: none;
}

.newest-text hr {
    /* background: url(images/dotted-line.png) repeat center top; */
    /* background-size: 4px 4px; */
    border: 0;
    height: 1px;
    background-color: #fff;
    margin: 15px 0 15px;
    opacity: 0.6;
}

.newest-text img{
     width: 28px;
}

.newest-text a h3 {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #FFFFFF;
    margin-bottom: 10px;
    /* margin-top: 0; */
    font-size: 23px;
    margin-bottom: 6px;
}

.newest-text span {
    display: block;
    margin-top: 15%;
    color: #fff;
}

.recent-item-wrapper {
    float: none;
    width: 100%;
}


.recent-item-wrapper .recent-items:first-child{
    display: none;
}

.recent-items {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 21px;
}

.recent-items:last-child{
    margin-bottom: 0px;
}

.recent-img {
    position: relative;
    width: 30%;
    margin-right: 2%;
    float: left;
}

.recent-img img{
    width: 100%;
}

.recent-img span {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    display: block;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    background: #0168AD;
    color: #fff;
    padding: 6px;
    font-size: 0.9em;
    font-weight: 600;
}

.recent-text {
    float: left;
    width: 68%;
}

.recent-text h3 {
    margin: 0;
    font-size: 16px;
    color: #0168AD;
    font-family: 'Open Sans', sans-serif;
}

.recent-text p {
    text-align: left;
    font-size: 12px;
    margin: 4px auto;
}


.recent-text hr {
    /* background: url(images/dotted-line.png) repeat center top; */
    /* background-size: 4px 4px; */
    border: 0;
    background-color: #ccc;
    height: 1px;
    margin: 8px 0px 5px 0;
    opacity: 0.3;
}

.recent-text a, .recent-text a:visited, .recent-text a:hover {
    font-size: 13px;
    font-weight: bold;
    color: #02A8E6;
    text-decoration: none;
}

.recent-text a img {
      width: 22px;
}



/************************************************************************************
Service Pages - page-service.php
*************************************************************************************/

.service-page-banner {
    height: 555px;
    height: 450px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    border-top: 3px solid #006990;
}

.single-post .service-page-banner {height: 200px}

.service-page-banner h1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -2px;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}


.mar-80{
    margin: 80px 0;
}

.breadcrumb {
    position: absolute;
    bottom: 0;
    /* left: 11px; */
    padding: 15px 20px;
    margin-left: -12px;
    background: rgba(0, 0, 0, 0.68);
}

.bread-wrapper{
    color: #fff;
}

.bread-wrapper .here {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    padding-left: 16px;
    position: relative;
    padding-right: 10px;
}

.bread-wrapper .here:before {
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #0168AD;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 6px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 7px;
}

.bread-wrapper a {
    outline: none;
    color: #fff;
    font-style: italic;
    font-size: 0.9em;
    padding-right: 5px;
}

.bread-wrapper span {
    outline: none;
    color: #fff;
    font-style: italic;
    font-size: 1em;
    padding-right: 5px;
}

.search-form{
    position: relative;
}

.search-field {
    border: 1px solid #f2f2f2;
    background-color: #fff;
    padding: 0px 20px;
    width: 100% !important;
    line-height: 3.4;
    position: relative;
    color: #494949;
    font-size: 13px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-submit {
    background-image: url(../images/search-icon.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgb(255, 255, 255);
    text-align: center;
    position: absolute;
    right: 3px;
    top: 17px;
    padding: 0 16px;
}

.content-area h1:first-child, .content-area h2:first-child, .content-area h3:first-child, .content-area h4:first-child, .content-area h5:first-child , .content-area ul:first-child{
    margin-top: 0;
}

.content-area h3, .content-area h4 {
    /* text-transform: uppercase; */
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    margin: 60px auto 16px auto;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.content-area h4 {
    font-size: 1.2em;
    margin: 16px 0;
    text-transform: capitalize;
    /* font-weight: 600; */
}

.content-area p {
    color: #494949;
    font-size: 1em;
    margin-bottom: 1.1em;
}

.content-area ul, .content-area ol {
    list-style: none;
    list-style-image: url(../images/list-icon.png);
    padding: 0 40px;
    font-size: 1em;
    color: #494949;
    margin: 16px 0 16px 0;
}

.blanklist {list-style-image: none !important}

input:-webkit-autofill {
-webkit-box-shadow:0 0 0 50px #ffffff inset;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}

input[type="search"]::-ms-search-decoration,
input[type="search"]::-ms-search-cancel-button,
input[type="search"]::-ms-search-results-button,
input[type="search"]::-ms-search-results-decoration { 
    display: none; 
}

input[type="search"]::-moz-search-decoration,
input[type="search"]::-moz-search-cancel-button,
input[type="search"]::-moz-search-results-button,
input[type="search"]::-moz-search-results-decoration { 
    display: none; 
}

/************************************************************************************
Sidebar sidebar.php
*************************************************************************************/

.widget-title {
    font-weight: bold;
    color: #5b5b5b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
    padding-left: 22px;
    margin: 40px 0 10px 0;
    letter-spacing: 0px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.widget-title:before {
    content: " ";
    width: 8px;
    height: 8px;
    background-color: #0168AD;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 6px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 5.5px;
}

.textwidget {
    margin: 0 0 25px 0;
}

.textwidget ul, .widget_recent_entries ul {
    padding: 0;
    list-style: none;
    margin: 0px 0 40px 0;
}

.textwidget ul li, .widget_recent_entries ul li {
    padding: 7px 0;
    border-bottom: 1px solid #f2f2f2;
    list-style-position: outside;
    padding-left: 23px;
}

.textwidget ul li a, .widget_recent_entries ul li a {
    font-size: 0.9em;
    padding: 0 23px 0 0;
    color: #5b5b5b;
    font-weight: 500;
    text-transform: uppercase;
}

.textwidget .current_page_item {
    background: #0168AD;
}
.textwidget .current_page_item a {
    color: #ffffff;
}

.header-text{
    text-transform: uppercase;
    font-weight: 500!important;
}

/************************************************************************************
404.php
***********************************************************************************/


/************************************************************************************
Search search.php
*************************************************************************************/

.search-banner{
  background-image: url(../images/search-banner.jpg);  
}

#results-page .page-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.search-content-area h1:first-child, .search-content-area h2:first-child, .search-content-area h3:first-child, .search-content-area h4:first-child, .search-content-area h5:first-child , .search-content-area ul:first-child{
    margin-top: 0;
}

.search-content-area h3 {
    /* text-transform: uppercase; */
    font-family: 'Open Sans', sans-serif;
    color: #5b5b5b;
    font-weight: 600;
    font-style: normal;
    font-size: 21px;
    margin-bottom: 5px;
    margin-top: 40px;
}

.search-content-area ul {
    list-style: none;
    padding: 0 0;
    font-size: 0.9em;
    color: #5b5b5b;
    margin: 10px 0 16px 0;
    position: relative;
}

.search-content-area li {
    position: relative;
    /* padding: 24px 30px 20px 30px; */
    border-bottom: 1px solid #f2f2f2;
}


.search-content-area li .icon {
    content: "";
    position: absolute;
    left: -2px;
    top: 15px;
    /* width: 21px; */
    background-color: #F0F0F0;
    padding: 11px;
}

.search-content-area li .icon img {
    width: 25px;
}

.search-content-area li .entry-title{
    padding: 24px 20px 20px 65px;
}

.search-content-area li .entry-title a, .search-content-area li .entry-title a:visited{
    color: #5b5b5b;
    font-weight: 400;
    font-size: 18px;
}

.nav-links {
    margin: 40px auto 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
}

.nav-links .page-numbers{
    font-size: 13px;
    color: #02A8E6;
    position: relative;
    padding: 0 3px;
}

.nav-links .prev, .nav-links .next {
    position: absolute !important;
    background: #0168AD;
    display: block;
    text-align: center;
    background: #02A8E6;
    color: #fff !important;
    text-transform: uppercase;
    max-width: 107px;
    top: 0 !important;
    text-decoration: none;
}

.nav-links .prev{
    left: 0;
     padding: 5px 17px 5px 28px !important;
     top: -10px !important;
}

.nav-links .next{
    right: 0;
    padding: 5px 28px 5px 17px !important;
    top: -10px !important;
}

.nav-links .prev:before {
    content: "\f104";
    font: normal normal normal 0.9em/1 FontAwesome;
    position: absolute;
    width: 20px;
    left: 4px;
    top: 7px;
}

.nav-links .next:after {
    content: "\f105";
    font: normal normal normal 0.9em/1 FontAwesome;
    position: absolute;
    width: 20px;
    right: 4px;
    top: 7px;
}

.search-content-area p {
    color: #5b5b5b;
    font-size: 0.9em;
    margin-bottom: 16px;
}


/************************************************************************************
Contact page-contact.php
*************************************************************************************/
#map {
    width: 100%;
    height: 447px;
}

#contact-page h2 {
    color: #5b5b5b;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto 15px auto;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

#contact-page p {
    color: #494949;
    font-size: 0.9em;
    margin: 0 auto 24px auto;
    text-align: left;
}

.contact-row {
    clear: both;
    display: table;
    width: 100%;
}

.contact-row input, .contact-row textarea {
    padding: 0 20px;
    font-size: 13px;
    /* letter-spacing: 0.1em; */
    color: #5b5b5b;
    height: 50px;
    width: 100%;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


.contact-row textarea{
   height: 120px;
   padding-top: 16px;
}


input:focus, textarea:focus  {
    border-color: #303030;
}

.contact-input {
    float: left;
    width: 50%;
    padding-right: 1%;
    margin-bottom: 8px;
}


.contact-input:last-child {
    padding-right: 0%;
}


.contact-input-full {
    width: 100%;
    margin-bottom: 8px;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    display: none;
}


.contact-submit {
    text-align: right;
}

.contact-submit input {
    margin-top: 24px;
    background-color: #2BA461;
    padding: 8px 30px;
    position: relative;
    line-height: 1.256;
}

span.wpcf7-not-valid-tip {
    color: #DE2727;
    font-size: 0.9em;
    display: block;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
    border: none;
    background-color: #DA4D4D;
    color: #fff;
    font-size: 0.9em;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: none;
    background-color: #2BA461;
    color: #fff;
    font-size: 0.9em;
}

div.wpcf7-response-output {
    margin: 24px auto 0 auto;
    padding: 10px 20px;
}

.social-links-contact {
    padding: 0;
    /* display: inline-block; */
    list-style: none;
    margin: 0 0 24px 0;
    text-align: left;
}

.social-links-contact li {
    display: inline-block;
    color: #FFFFFF;
    width: 38px;
    height: 36px;
    background-color: #0168AD;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
}

.social-links-contact li a, .social-links-contact li a:hover, .social-links-contact li a:visited {
     color: #FFFFFF;
}


/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	/*width: 100%;*/
}

.gallery-caption {
	font-size: 0.6em;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/************************************************************************************
Blog Home
*************************************************************************************/

h3.blog-title{
    font-family: 'Open Sans', sans-serif;
    color: #5b5b5b;
    font-weight: 600;
    font-style: normal;
    font-size: 21px;   
}

.latest-news-banner{
    background-image: url(../images/latestnews-banner.jpg);
}


.home-content {
    color: #494949;
    font-size: 0.9em;
    margin-bottom: 24px;
}

.post-home-options-wrapper {
    clear: both;
    display: table;
    width: 100%;
    margin: 40px 0px;
}

.post-home-options-wrapper .share {
    width: 50%;
    float: right;
}

.readmore {
    display: block;
    float: left;
    width: 50%;
    font-weight: 500;
    text-align: center;
    background: #02A8E6;
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    max-width: 175px;
    margin: 0 0 0 auto;
}

.readmore  .btn-text{
    display: inline-block;
    /* padding-right: 20px; */
    padding: 10px 20px;
}


.readmore .square-arrow {
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 0;
    padding: 10px 20px;
}

/************************************************************************************
Blog Single 
*************************************************************************************/


.single-feature {
    max-height: 400px;
    overflow: hidden;
    padding-bottom: 27px;
}

.blog-title{
  margin: 16px auto !important; 
}

.post-meta{
    display: block;
    font-size: 0.9em;
    margin: 16px 0;
}

.post-meta div {
    display: inline-block;
    padding-right: 18px;
    font-style: italic;
    font-size: 13px;
}


.post-meta div span{
    color: #303030;
}

.post-meta div:last-child {
    padding-right: 0px;
}

.post-single-options-wrapper {
    clear: both;
    display: table;
    width: 100%;
    margin: 40px 0px;
}

.post-single-options-wrapper > div{
    float: left;
    width: 50%;
}

.share{
    position: relative;
    cursor: pointer;
}

.share-btn {
    display: block;
    text-align: center;
    background: #02A8E6;
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    max-width: 141px;
    margin: 0 0 0 auto;
}

.share-btn .btn-text{
    display: inline-block;
    /* padding-right: 20px; */
    padding: 10px 20px;
}

.share-btn .square-arrow{
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 20px;
    padding: 10px 16px;
}

.arrow-anchor:before {
    content: " ";
    position: absolute;
    background-image: url(../images/share-arrow.png);
    background-size: contain;
    width: 0.9em;
    height: 13px;
    top: -14px;
    left: 33px;
}

.arrow-anchor{
    position: relative;
}

.social-links-share {
    position: absolute;
    right: 0px;
    top: 33px;
    display: none;
    background-color: #02A8E6 !important;
    color: #fff;
    padding: 5px 10px !important;
    /* padding: 0; */
    border-radius: 4px;
    width: 143px;
    font-size: 13px;
    text-align: center;
    margin: 21px 0 16px 0 !important;
}


.social-links-share li{
    display: inline-block !important;
    padding: 0 5px;
}

.social-links-share li a{
    color: #fff!important
}


@-webkit-keyframes  {
  from {
    opacity: 0;
    
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownsmall {
  from {
    opacity: 0;
     
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownsmall {
  -webkit-animation: fadeInDownsmall 0.4s ease;
  animation: fadeInDownsmall 0.4s ease;
  animation-fill-mode: forwards;
}

.linked-post{
    margin-bottom: 24px;
}

.linked-posts .grid-4last-child .linked-post {
    margin-bottom: 0px;
}

hr.post {
    /* background: url(images/dotted-line.png) repeat center top; */
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 40px 0%;
    background-color: #f2f2f2;
    padding: 0;
}

.linked-post-txt a {
    text-align: center;
    display: block;
    font-size: 15px;
    margin: 10px auto -1px auto;
    color: #0168AD;
    font-weight: 600;
    text-transform: uppercase;
}

.linked-post-txt .post-meta-small {
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    color: #494949;
}

.tags {
    margin-top: 8px;
}

.tags span{
    text-transform: uppercase;
    color: #494949;
}

.tags a {
    text-transform: capitalize;
    color: #0168AD;
    font-size: 12px;
    padding: 5px 10px;
    background: #f2f2f2;
    border-radius: 3px;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 40px 40px 30px 40px;
    position: relative;
}

blockquote:before {
    content: "\f10d";
    color: #303030;
    position: absolute;
    left: -25px;
    top: -5px;
    font: normal normal normal 17px/1 FontAwesome;
    font-size: 12;
}

blockquote:after {
    content: "\f10e";
    color: #303030;
    position: absolute;
    right: 198px;
    top: -5px;
    font: normal normal normal 17px/1 FontAwesome;
    font-size: 12;
}


/************************************************************************************
Full-Width-Service page-service-full-width.php
*************************************************************************************/

table {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 16px 0px;
}


td {
    /* border-top: 1px solid #ededed; */
    padding: 10px 6px 10px 6px;
        font-size: 13px;
    color: #494949;
}





/************************************************************************************
footer
*************************************************************************************/

footer {
    background: #303030;
}

.top-footer {
    padding: 40px 0;
}

.footer-menu {
    padding: 0;
    list-style: none;
    margin-top: 6px;
    display: none;
}

.footer-menu li {
    padding-bottom: 0;
}

.footer-menu li:last-child{
    padding-bottom: 0;
}

.footer-menu li a, .footer-menu li a:visited {
    color: rgb(246, 246, 246);
    font-size: 0.9em;
    font-weight: 100;
}

.footer-menu li a:hover{
    text-decoration: none;
}

.footer-bottom {
    background-color: #232323;
    padding: 30px 0 26px 0;
}

.footer-bottom p {
    font-size: 12px;
    margin-bottom: 0;
    color: #b0953a;
    text-align: center;
    line-height: 1.4;
    max-width: 315px;
    margin: 0 auto;
    padding: 0 15px;
}

.social-links {
    padding: 0;
    /* display: inline-block; */
    list-style: none;
    margin: 0 0 4px 0;
    text-align: center;
}

.social-links li {
    display: inline-block;
    padding-right: 12px;
}


.social-links li a, .social-links li a:hover, .social-links li a:visited {
    color: #b0953a;
}

.grid-3:first-child .footer-title{
    margin-top: 0;
}

.footer-title {
    color: #fff;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.footer-arrow {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
}

.footer-arrow img {
    width: 16px;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.footer-rotate {
    -ms-transform: rotate(-180deg)!important;
    -webkit-transform: rotate(-180deg)!important;
    transform: rotate(-180deg)!important;
}

#catapult-cookie-bar {
    box-sizing: border-box;
    max-height: 0;
    z-index: 99999;
    overflow: hidden;
    color: #ddd;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 79, 112);
}

button#catapultCookie {
    border: 0;
    border-radius: 0px !important;
    background: #2BA461;
    padding: 10px 20px !important;
    display: block;
    max-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.cd-top {
    display: none;
}


#cookie-law-info-bar {
    padding: 10px 15px;
}

.cli-plugin-button, .cli-plugin-button:visited {
    margin: 3px 10px 0px;
    background: none;
    text-shadow:  none;
    border-bottom:  none;
}

/************************************************************************************
Larger than 200
*************************************************************************************/
@media screen and (min-width: 380px) {
    /* disable webkit text size adjust (for iPhone) */
    html {
        -webkit-text-size-adjust: none;
    }

    #slider-prev {
        top: 80%;
    }

    #slider-next {
         top: 80%;
    }

    .social-links-header {
       right: 14%;
    }

}
/************************************************************************************
Larger than 480
*************************************************************************************/
@media screen and (min-width: 460px) {

.wp_wellington_loan_cal_main_wrapper .row .total .currency-label {
    color: #444;
    left: 0px;
}

.social-links-header {
    right: 43px;
    top: 15px;
}

.menu-icon {
    text-align: right;
    margin: 9px auto 0px auto;
    font-size: 26px;
    color: #0168AD;
}

#masthead-1 .middle-banner {
    margin: 18px 0 25px;
}


.middle-banner .grid-4{
    clear: both;
    display: table;
}

.logo {
    text-align: left;
    float: left;
    width: 50%;
}

#nav-menu .main-menu {
    width: 50%;
    float: left;
    float: right;
    text-align: right;
}

/*******************************************
Slide Banner
********************************************/

.slide-wrapper{
    padding: 245px 0;
}

.slidecpation {
    padding: 0 90px;
}

#slider-prev {
    left: 10px;
    top: 46%;
}

#slider-next {
    right: 10px;
    top: 46%;
}

.input-email {
    width: 75%;
}

.input-submit {
    width: 25%;
}


/************************************************************************************
Service Pages - page-service.php
*************************************************************************************/

.service-page-banner h1 {
    font-size: 48px;
}

}

@media screen and (min-width: 535px) {

.newest-text {
    /* position: absolute; */
    top: 0;
    left: 0;
    background: rgb(0, 106, 140);
    height: 100%;
    width: 100%;
    padding: 20px;
}

.social-links-header {
    right: 43px;
    top: 23px;
}

.menu-icon {
    text-align: right;
    margin: 16px auto 0px auto;
    font-size: 26px;
    color: #0168AD;
}


/************************************************************************************
Blog Single
*************************************************************************************/


.linked-posts{
    clear: both;
    display: table;
    width: 100%;
}

.linked-post{
    float: left;
    width: 31.33333%;
    margin: 0 1.5%;
}

.linked-post:first-child{
    margin-left: 0;
}

.linked-post:last-child{
    margin-right: 0;
}

  

}

/************************************************************************************
Larger than 660
*************************************************************************************/
@media screen and (min-width: 780px) {
.content-area{
     margin-bottom: 0px;
}

.drop {
    display: none;
}

#masthead-2 .middle-banner {
    margin: 35px 0 0 0;
}

.banner_no_border {
    border-top: 0; 
}

.gallery-caption {
	font-size: 0.8em;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
     
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.4s ease;
  animation: fadeInDown 0.4s ease;
  animation-fill-mode: forwards;
}


@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;

  }
}

.fadeOut {
  -webkit-animation: fadeOut 0.2s ease;
  animation: fadeOut 0.2s ease;
  animation-fill-mode: forwards;
}

.breadcrumb {
    margin-left: 10px;
}

/*******************************************
Mobile Menu
********************************************/

.overlay {
    display: none !important;
}

.slide-menu {
     display: none !important;
}

.body-open {
    right: 0px !important;
    overflow: hidden;
    border-right: none;
}

.html-open {
    overflow-y: scroll;
}

.social-links-header {
    right: 0;
    top: 10px;
}


/*******************************************
Middle Banner
********************************************/

.logo {
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 10px;
}


/*******************************************
Slide Banner
********************************************/

.slide-title {
    font-size: 53px;
}


/*******************************************
Become a member front-page.php
********************************************/

.become-a-member a {
    margin: 29px 0 0 auto;
}

.become-a-member p {
    margin-top: 10px;
}


/************************************************************************************
Loan cal front-page.php
*************************************************************************************/

.home-loan-cal h2, .home-loan-cal p  {
    text-align: center;
}


.wp_wellington_loan_cal_main_wrapper{
    max-width: 100%;
    margin: 0 auto;
}


.wp_wellington_loan_cal_main_wrapper .col-1{
    margin-bottom: 0;
}


/************************************************************************************
Feature Boxes front-page.php
*************************************************************************************/

.feature-box-container{
    clear: both;
    display: table;
    width: 100%
}


.feature-box{
    width: 33.333%;
    float: left;
}


/************************************************************************************
Latest News
*************************************************************************************/


.newest-item {
    position: relative;
    max-width: 570px;
    float: left;
    width: 50%;
    /* padding-right: 2%; */
    margin-right: 2%;
}

.recent-item-wrapper{
    float: left;
    width: 45%;
}

.newest-text {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(2,168,230,0.35);
    max-width: 300px;
    height: 100%;
    width: 100%;
    padding: 20px;
}

.recent-img span {
    position: absolute;
    background: rgba(2,168,230,0.35);
}


.recent-text h3 {
    font-size: 0.9em;
    margin-bottom: 3px;
}

.recent-text p {
    text-align: left;
    font-size: 12px;
    margin: 0 auto;
}


.newest-text span {
    display: block;
    /* margin-top: 16%; */
    position: absolute;
    color: #fff;
    bottom: 18px;
}

.recent-text a, .recent-text a:visited, .recent-text a:hover {
    font-size: 12px;
}


/************************************************************************************
Footer
*************************************************************************************/


.social-links-contact {
    margin: 0 0 4px 0;
}

/************************************************************************************
Footer
*************************************************************************************/

.social-links {
    margin: 0;
    text-align: left;
}

.grid-3:first-child .footer-title{
    margin-top: 22px;
}


.footer-bottom p {
    font-size: 13px;
    text-align: right;
    max-width: 100%;
    padding: 3px 0 0 0;
}

.footer-bottom {
    background-color: #232323;
    padding: 15px 0 60px 0;
}

.footer-menu {
    display: block!important;


}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 60px;
    right: 0px;
    z-index: 10;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #0168AD url(../images/top_arrow.png) no-repeat center 50%;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible {
   opacity: 1;
}


.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/************************************************************************************
Blog Single 
*************************************************************************************/


.linked-posts {
    margin-bottom: 0px;
}


/************************************************************************************
Full-Width-Service page-service-full-width.php
*************************************************************************************/


td {
    /* border-top: 1px solid #ededed; */
    padding: 10px 16px 10px 16px;
}


/************************************************************************************
Loan Calculator.php
*************************************************************************************/

.wp_wellington_loan_cal_main_wrapper .col_box:after{
content:" ";
display: table;
clear: both;
}

.wp_wellington_loan_cal_main_wrapper .col {
float: left;
padding: 0 0%;
min-height: 1px;
margin: 0;
min-height: 267px;
overflow: hidden;
}

.wp_wellington_loan_cal_main_wrapper #loan_cal, .wp_wellington_loan_cal_main_wrapper #currency_sel {
    width: 95%;
}

.wp_wellington_loan_cal_main_wrapper .col-1 {
    width: 53%;
    /* max-width: 556px; */
    padding-right: 2%;
}

.wp_wellington_loan_cal_main_wrapper .col-2 {
  width: 45%;
}

}


/************************************************************************************
Larger than 800
*************************************************************************************/
@media screen and (min-width: 760px) {


.cu-btn .fa {
    font-size: 1.8em;
    left: 20px;
}


.cu-btn a {
     font-size: 0.8em;
     line-height: 1.3em;
}

}

/************************************************************************************
Larger than 800
*************************************************************************************/
@media screen and (min-width: 800px) {

/************************************************************************************
Latest News
*************************************************************************************/


.newest-item {
    position: relative;
    max-width: 570px;
    float: left;
    width: 53%;
    /* padding-right: 2%; */
    margin-right: 2%;
}


.recent-item-wrapper{
    float: left;
    width: 45%;
}

}
/************************************************************************************
Larger than 800
*************************************************************************************/
@media screen and (min-width: 960px) {



#masthead-2 #menu-main-menu li {
   padding: 20px 25px 20px 25px;
}

.header-info-social .header-info-items .social-links-contact li {
    width: 38px;
    height: 36px;
    padding: 5px;
    font-size: 16px;
}

#menu-main-menu li {
    font-size: 0.9em;
}




.slide-wrapper {
    /* padding: 285px 0; */
}


/************************************************************************************
Latest News Front-Page.php
*************************************************************************************/

.recent-text h3 {
   font-size: 18px;
   margin-bottom: 3;
}

.recent-text p{
    font-size: 13px;
}

.recent-text a, .recent-text a:visited, .recent-text a:hover {
    font-size: 13px;
}


}

/************************************************************************************
Larger than 800
*************************************************************************************/
@media screen and (min-width: 1300px) {

.slidecpation {
    padding: 0 0px;
}

#slider-prev {
    left: 39px;
}

#slider-next {
    right: 39px;
}


.feature-text {
    margin: 30px 0 40px 0;
    padding: 0;
}

}