/*---------------------------------
	Header
-----------------------------------*/
header {
  position: absolute;
  width: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 201;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
}
header.bg-white {
  background: rgba(255, 255, 255, 0.85);
}

.header_content {
  padding: 10px 0;
}

.header_logo {
  float: left;
  margin-top: 30px;
}

.header_navigation {
  position: fixed;
  right: -82%;
  top: 0;
  width: 100%;
  max-width: 82%;
  background: white url("../img/mobile-menu-shadow.png") no-repeat top left;
  z-index: 999;
  padding-bottom: 40px;
  height: 100%;
  overflow-y: scroll;
  webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  visibility: visible;
  position: relative;
  right: 0;
  width: auto;
  max-width: 100%;
  box-shadow: none;
  padding-bottom: 0;
  overflow: inherit;
  float: right;
  background: transparent;
  -webkit-transition: all, 0s, ease !important;
  -moz-transition: all, 0s, ease !important;
  -ms-transition: all, 0s, ease !important;
  -o-transition: all, 0s, ease !important;
  transition: all, 0s, ease !important;
}
.header_navigation.open {
  right: 0;
  visibility: visible;
}
.header_navigation.is-tablet {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header_hamburger {
  float: right;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 101;
  width: 70px;
  height: 82px;
  cursor: pointer;
  z-index: 202;
    /*&.active {
    	width: 100%;
    	height: 100%;
        span {
            background: transparent !important;
        }

        span:before, span:after {
            top: 0;
        }

        span:before {
            @include rotate(45deg);
        }
        span:after {
            @include rotate(-45deg);
        }
    }*/
  display: none;
}
.header_hamburger.is-active {
  width: 100%;
  height: 100%;
  z-index: 999;
}
.header_hamburger span, .header_hamburger span:after, .header_hamburger span:before {
  content: '';
  cursor: pointer;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  height: 6px;
  width: 39px;
  background-color: #004270;
  position: absolute;
  right: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header_hamburger span {
  right: 15px;
  top: 38px;
}
.header_hamburger span:before {
  top: -10px;
}
.header_hamburger span:after {
  top: 10px;
}

.header_nav {
  margin-right: -25px;
}
.header_nav .btn-apply {
  display: none;
}
.header_nav .btn-apply:hover {
  text-decoration: none;
}

.head_logo-icon {
  float: left;
  width: auto;
  display: none;
}
.head_logo-icon a {
  display: block;
  padding: 15px 20px 15px 22px;
}

.header_navigation-close {
  display: block;
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 30px 20px 15px 20px;
  color: #002b49;
  display: none;
}
.header_navigation-close:hover {
  text-decoration: none;
}

.header_navigation-tools {
  text-align: left;
  padding: 20px 0;
  width: 146px;
  float: left;
  margin-bottom: 15px;
  padding: 0;
  width: auto;
  float: none;
  text-align: right;
  margin-right: -25px;
}
.header_navigation-tools a {
  color: #002b49;
  margin: 0 22px;
  text-transform: uppercase;
}
.header_navigation-tools a:hover {
  text-decoration: none;
  color: #d50032;
}
.header_navigation-tools .btn-apply {
  display: none;
  display: inline-block;
}
.header_navigation-tools .btn-apply:hover {
  color: white;
}

.header_contact {
  text-transform: uppercase;
  text-transform: capitalize;
}

.header_tel {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}

.header_nav-list {
  float: none;
  clear: both;
  position: relative;
}
.header_nav-list > li {
  float: left;
  position: static;
}
.header_nav-list > li:hover a.header_nav-link:after, .header_nav-list > li.active a.header_nav-link:after {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
.header_nav-list > li:hover .header_sub-nav-wrap, .header_nav-list > li.active .header_sub-nav-wrap {
  display: block !important;
}
.header_nav-list:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.header_nav-link {
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #c1c3c6;
  padding: 15px 40px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  padding: 5px 25px 25px;
  border: none;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
.header_nav-link:hover {
  text-decoration: none;
}
.header_nav-link:hover, .header_nav-link.active {
  text-decoration: none;
  /*&:after {
  	bottom: 15px;
  	opacity: 1;
  	visibility: visible;
  }*/
}
.header_nav-link:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  border-bottom: 2px solid #e22738;
  visibility: hidden;
  opacity: 0;
  bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header_nav-link i {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: none;
}

.header_sub-nav-wrap {
  margin-bottom: 5px;
  /*max-height: 0;
  opacity: 0;
  overflow-y: hidden;*/
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  z-index: 1;
  display: none;
  position: absolute;
  top: 100%;
  right: 20px;
  width: 650px;
  opacity: 1;
  background-color: white;
  z-index: 9;
  padding: 40px 30px;
  min-height: 265px;
  max-height: none;
  box-shadow: 0px 0px 5px #ccc;
  margin-bottom: 15px;
}
.header_sub-nav-wrap:before {
  display: table;
  content: " ";
}
.header_sub-nav-wrap:after {
  display: table;
  content: " ";
  clear: both;
}

.header_sub-nav_col {
  width: 50%;
}
.header_sub-nav_col.left > ul {
  padding-right: 25px;
}
.header_sub-nav_col.right > ul {
  padding-left: 25px;
}

.header_sub-nav_parent-link {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7px 10px 7px 40px;
  position: relative;
  display: block;
  border-bottom: 1px solid #c3c3c3;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 0px 0px 0px 35px;
  margin-bottom: 12px;
  position: relative;
  border-bottom: none;
}
.header_sub-nav_parent-link.w-arrow:before {
  content: "\e82a";
  position: absolute;
  left: 20px;
  top: 18px;
  margin-top: -6px;
  color: #d50032;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: none;
}
.header_sub-nav_parent-link.c-red {
  color: #d50032;
}
.header_sub-nav_parent-link .fa {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
.header_sub-nav_parent-link .fa.icon-homeloans, .header_sub-nav_parent-link .fa.icon-self_employed, .header_sub-nav_parent-link .fa.icon-manage, .header_sub-nav_parent-link .fa.icon-already_with_us, .header_sub-nav_parent-link .fa.icon-calculator {
  top: -3px;
}
.header_sub-nav_parent-link .fa.icon-report {
  left: -5px;
}
.header_sub-nav_parent-link .fa.icon-calculator, .header_sub-nav_parent-link .fa.icon-blog {
  left: 3px;
}
.header_sub-nav_parent-link:hover {
  color: #d50032;
  text-decoration: none;
}
.mobile .header_sub-nav_parent-link:hover, .tablet .header_sub-nav_parent-link:hover {
  color: #002b49;
}
.header_sub-nav_parent-link .fa.vs-desktop {
  display: none;
}

.header_sub-nav_parent {
  position: relative;
}
.header_sub-nav_parent.add-space a {
  margin-bottom: 15px;
}
.header_sub-nav_parent > li {
  margin-bottom: 10px;
}
.right .header_sub-nav_parent:after {
  content: '';
  height: 160px;
  border-left: 2px solid #e6e6e6;
  position: absolute;
  top: 5%;
  left: 0;
}

.header_sub-nav_list {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  display: block !important;
  height: 100% !important;
  opacity: 1;
  overflow: inherit;
  max-height: 100%;
}
.header_sub-nav_list.slide-down {
  opacity: 1;
  display: block;
  z-index: 102;
}

.header_sub-nav-link {
  font-size: 13px;
  padding: 7px 0px 7px 55px;
  display: block;
  padding: 2px 35px;
  font-size: 14px;
  display: block;
}
.header_sub-nav-link.c-red {
  color: #d50032;
}
.header_sub-nav-link:hover {
  color: #d50032;
  text-decoration: none;
}
.mobile .header_sub-nav-link:hover, .tablet .header_sub-nav-link:hover {
  color: #002b49;
}

/*---------------------------------
	Footer
-----------------------------------*/
.footer-top {
  background-color: #e6e6e6;
  padding: 40px 0 20px;
}
.footer-top h4 {
  color: #002b49;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.follow-wrap {
  width: 100%;
  text-align: center;
  padding-right: 10px;
  width: 25%;
  float: right;
  margin-top: 0;
}
.follow-wrap h4 {
  margin-top: 0;
}

.footer-menu {
  display: none;
  margin: 0px -10px;
  width: 70%;
  float: left;
}

.footer_menu-col {
  padding: 0px 10px;
  vertical-align: top;
}
.footer_menu-col .footer_menu-list {
  margin-bottom: 20px;
}

.footer_nav-link {
  font-size: 12px;
  font-size: 0.75rem;
}
.footer_nav-link:hover {
  color: #d50032;
  text-decoration: none;
}

.footer_nav-link-big {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.footer-bottom {
  background: #6e7d93;
  padding: 40px 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  line-height: 14px;
  text-align: justify;
}
.footer-bottom p {
  margin-bottom: 0;
}

.footer-social {
  font-size: 37px;
  font-size: 2.3125rem;
  text-align: center;
  display: inline-block;
  margin: 0px 10px;
  top: 0;
  margin: 8px 10px 0 0;
  float: none;
}
.footer-social:hover {
  text-decoration: none;
  color: #d50032;
}

.share-buttons {
  display: inline-block;
}

.footer-logo {
  display: block;
  margin-top: 30px;
  display: block;
  margin-top: 25px;
  margin-left: 0px;
  float: none;
  clear: both;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}

.copyrights {
  float: none;
  clear: both;
  margin-top: 40px;
}
.copyrights p {
  font-size: 10px;
  font-size: 0.625rem;
  color: #002b49;
}
.copyrights p a {
  color: #002b49;
  margin: 0px 3px;
}
.copyrights p a:hover {
  color: #d50032;
}
.copyrights p br {
  display: none;
}

.copy-text {
  display: block;
}

.c-license {
  display: block;
}

/*---------------------------------
	Banner
-----------------------------------*/
.banner_wrap-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner_wrap-content.banner_wrap-box {
  padding-bottom: 136px;
  padding-bottom: 0;
}
.banner_wrap-content img {
  display: block;
  width: 100%;
  height: auto;
}

.banner_table-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.banner_table-wrap .auto-wrapper {
  height: 100%;
  position: relative;
}

.banner_table-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-top: 100px;
}
.banner_table-text .auto-wrapper {
  padding: 0px 50px;
  padding: 0px 15px;
}

.banner_table-text_content {
  position: absolute;
  top: 58%;
  left: 15px;
}
.banner_table-text_content.is-right-aligned {
  left: inherit;
  right: 25px;
  text-align: right;
}
.banner_table-text_content h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  color: #002b49;
  margin-bottom: 20px;
  line-height: 42px;
}
.banner_table-text_content p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #002b49;
}
.banner_table-text_content a.banner-btn {
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1460px) {
  .banner_table-text_content {
    bottom: inherit;
    top: 50%;
  }
}

.banner_boxes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  background: none;
}
.banner_boxes .auto-wrapper {
  padding: 0px 15px;
  position: relative;
  height: 100%;
}
.banner_boxes h2 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.banner_boxes p {
  margin-bottom: 0;
}

.banner_boxes-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 15px;
  bottom: inherit;
  top: 64%;
  margin-top: -162px;
  max-width: 525px;
  left: inherit;
  right: 25px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 30px 0;
  float: right;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  overflow: hidden;
}
@media only screen and (min-width: 1460px) {
  .banner_boxes-content {
    bottom: inherit;
    top: 50%;
  }
}

.interest_rate {
  width: 50%;
  float: left;
  padding: 0px 15px;
  text-align: center;
  text-align: left;
  padding: 0px 0px 0px 15px;
}
.interest_rate span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}
.interest_rate span.interest-text {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 47px;
}

.interest_rate-box-wrap {
  margin: 0px -15px;
}

.comparison-rate {
  color: #c1c3c6;
}

.banner_boxes-btn {
  clear: both;
  float: none;
  background-color: #002b49;
  margin: 30px -15px 0;
  text-align: center;
  padding: 20px 15px;
  margin: 15px -30px 0;
  background-color: rgba(19, 74, 110, 0.8);
}
.banner_boxes-btn a {
  display: block;
  position: relative;
  color: white;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  padding: 0px 10px;
  width: 50%;
  margin: 0;
}

.banner_boxes-table {
  max-width: 100%;
  margin: 0 auto;
}

/*---------------------------------
	TABS
-----------------------------------*/
.tabs-area.responsive .accordion-item {
  position: relative;
  visibility: visible;
}
.tabs-area.responsive .tabs {
  position: absolute;
  visibility: hidden;
}
.tabs-area .accordion-item {
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  visibility: hidden;
}
.tabs-area .tabs {
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabs-area .tabs.left {
  text-align: left;
}
.tabs-area .tabs.center {
  text-align: center;
}
.tabs-area .tabs.right {
  text-align: right;
}
.tabs-area .tabs li {
  float: left;
  border-bottom: 0;
  cursor: pointer;
}
.tabs-area .tab-content {
  clear: both;
  margin: 0;
  overflow: hidden;
}
.tabs-area .tab-content.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*tabs custom styles */
.tabs-area .accordion-item {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  position: absolute;
  visibility: hidden;
}
.tabs-area .tabs li {
  padding: 5px 20px !important;
  background: #cccccc;
  border-bottom: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #002b49;
  line-height: 40px;
  text-transform: uppercase;
  width: 50%;
  text-align: center;
}
.tabs-area .tabs li:hover {
  background: #f2f2f2;
}
.tabs-area .tabs li.current {
  background: #f2f2f2;
}
.tabs-area .tab-content {
  padding: 20px 0;
  background: #f2f2f2;
}

/*---------------------------------
	Blog
-----------------------------------*/
/*** Blog ***/
.blog-wrap {
  padding-bottom: 20px;
  padding-bottom: 40px;
}
.blog-wrap .right-column-wrap .auto-wrapper {
  padding: 0;
}

.blog_feature-wrap {
  padding: 20px 0 0;
}
.blog_feature-wrap .latest_post-category {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0 15px;
  top: -35px;
}
.blog_feature-wrap .latest_post-category:hover {
  text-decoration: none;
}

.blog_feature-small_main-wrap .latest_post-category {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0 15px;
  top: -35px;
}
.blog_feature-small_main-wrap .latest_post-category:hover {
  text-decoration: none;
}

.blog_feature-main-wrap {
  position: relative;
  margin-bottom: 25px;
}

.blog_feature-big {
  position: relative;
  overflow: hidden;
}

.blog_feature-title-content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}

.blog_feature-title {
  margin: 0;
  padding: 15px 25px;
  color: white;
  background-color: #002b49;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  font-size: 0.875rem;
}

.blog_feature-image {
  position: relative;
}
.blog_feature-image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog_feature-right {
  padding: 20px 0 0;
  margin: 0px;
  padding: 20px 0 0;
}

.blog_feature-small_main-wrap {
  margin-bottom: 25px;
  width: 100%;
  float: none;
  clear: both;
  padding: 0;
  margin-bottom: 33px;
  margin-bottom: 40px;
}

.blog_feature-small {
  position: relative;
}

/*** Blog Listings ***/
.blog_blog-detail .share-buttons {
  margin: 0 0 20px;
}

.blog_breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #d50032;
}
.blog_breadcrumb a {
  color: #002b49;
}
.blog_breadcrumb a:hover {
  color: #d50032;
  text-decoration: none;
}
.blog_breadcrumb a span {
  margin: 0px 5px;
  display: inline-block;
  color: #d50032;
}

.blog_blog-content h3 {
  margin-top: 0;
  line-height: 30px;
}

.blog_listings {
  padding: 0px 15px;
}
.blog_listings li {
  padding-bottom: 30px;
  border-top: 1px solid #c1c3c6;
  padding-top: 30px;
}
.blog_listings li:first-child {
  padding-top: 0;
  border-top: none;
}

.blog_listings-img {
  margin-bottom: 20px;
}
.blog_listings-img img {
  width: 100%;
  height: auto;
  display: block;
}

.blog_listings-categ {
  text-transform: uppercase;
  color: #d50032;
  font-size: 12px;
  font-size: 0.75rem;
}
.blog_listings-categ a {
  display: inline-block;
  margin-bottom: 2px;
}

.blog_listings-text h4 {
  margin-top: 0;
  font-weight: 400;
  color: #002b49;
  margin-bottom: 15px;
  font-weight: 700;
}
.blog_listings-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.blog_listings-text .read-more {
  text-align: right;
}
.blog_listings-text .read-more:hover span {
  text-decoration: underline;
}

/*** Blog Popular ***/
.blog_most-popular-title {
  padding: 15px 15px;
  background-color: #002b49;
  color: white;
  margin-bottom: 7px;
}
.blog_most-popular-title h6 {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.blog_most-popular_list {
  padding: 18px 15px 10px;
  background-color: #f6f6f6;
}
.blog_most-popular_list li {
  border-top: 1px solid #c1c3c6;
  padding: 15px 0 8px;
}
.blog_most-popular_list li:first-child {
  padding-top: 0;
  border-top: none;
}

.blog_popular_list-img {
  width: 35%;
  float: left;
  padding-right: 15px;
}
.blog_popular_list-img img {
  width: 100%;
  height: auto;
}

.blog_popular_list-text {
  padding-left: 35%;
  padding-right: 40px;
}
.blog_popular_list-text h5 {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  font-weight: normal;
}

.blog_popular-categ {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 12px;
  margin-top: 3px;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  font-weight: normal;
}

/*---------------------------------
	Feature Benifits & Fees
-----------------------------------*/
.feature-wrap p {
  margin-bottom: 8px;
}

.feature-benifits {
  margin-bottom: 30px;
}

.feature-benifits-list li {
  padding-bottom: 40px;
}

.feature-info {
  font-size: 14px;
  font-size: 0.875rem;
}

.feature_img-holder {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 20px;
}

/*** Fee ***/
.fee-wrap {
  text-align: center;
}

.fee-content span {
  display: block;
  vertical-align: middle;
  position: relative;
}

.fee-info {
  float: left;
  width: 110px;
  padding-right: 20px;
  margin-right: 8px;
}
.fee-info:after {
  content: "\e82a";
  position: absolute;
  right: 0px;
  top: 5px;
  color: #d50032;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
}

.fee-value {
  padding-left: 130px;
}

.fee-list {
  padding-bottom: 30px;
  max-width: 280px;
  margin: 0 auto;
}
.fee-list li {
  margin-bottom: 10px;
  display: block;
  float: none;
  clear: both;
}
.fee-list li:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

/*---------------------------------
	Compare
-----------------------------------*/
.compare_main-wrap {
  margin: 0 -15px;
}
.compare_main-wrap .tab-content {
  border-bottom: 1px solid #c1c3c6;
  padding-bottom: 30px;
}

.compare_choices {
  font-size: 12px;
  font-size: 0.75rem;
  color: #002b49;
  padding: 0px 10px;
}
.compare_choices label {
  cursor: pointer;
}
.compare_choices p {
  padding: 0px 10px;
}
.compare_choices ul:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.compare_choices ul li {
  width: 50%;
  float: left;
  padding: 10px 30px 20px 10px;
}
.compare_choices .custom-radio-check {
  float: right;
}

.compare_table-wrap {
  background-color: white;
  width: 100%;
}

.compare_table {
  border: none;
  margin: 0;
}
.compare_table p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
}
.compare_table tr:first-child td {
  border-left: none;
}
.compare_table td {
  padding: 14px 20px;
  border-top: none;
  border-left: 1px solid #c1c3c6;
  vertical-align: top;
}
.compare_table td br {
  display: none;
}
.compare_table td:first-child {
  border-left: none;
}
.compare_table .compare_table-sub_title {
  color: #004270;
  background: #f2f2f2;
  padding: 8px 20px;
  border-bottom: 1px solid #c1c3c6;
  display: table-cell !important;
}
.compare_table .compare_table-title {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #002b49;
  color: white;
  padding: 13px 20px;
  display: table-cell !important;
}

.compare_table-btn-wrap {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  padding: 0px 4%;
  width: 50%;
}
.compare_table .compare_table-btn-wrap {
  padding-top: 40px;
  border-top: none;
}
.compare_table-btn-wrap a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.compare_table-btn-wrap p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  margin-bottom: 15px;
}

/*---------------------------------
	Pagination
-----------------------------------*/
.pagination {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.pagination:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.pagination a, .pagination span {
  margin: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  display: none;
}
.pagination span {
  color: #8f8f8f;
}
.pagination a:hover {
  text-decoration: none;
  color: #d50032;
}
.pagination .pagi-prev, .pagination .pagi-next {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.pagination .pagi-prev.btn-arrow-right, .pagination .pagi-next.btn-arrow-right {
  padding-right: 25px;
}
.pagination .pagi-prev.btn-arrow-left, .pagination .pagi-next.btn-arrow-left {
  padding-left: 25px;
}
.pagination .pagi-prev {
  float: left;
}
.pagination .pagi-next {
  float: right;
}

/*---------------------------------
	Request Form
-----------------------------------*/
.request_contact-form {
  max-width: 555px;
  margin: 0 auto;
  padding: 0px 15px;
}
.request_contact-form textarea {
  min-height: 213px;
  text-align: left;
}
.request_contact-form:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.request_contact-form button {
  text-transform: uppercase;
}
.request_contact-form .custom-select-arrows {
  display: none;
}
.request_contact-form .custom-select-skin {
  background: white url("../img/select-arrow.png") no-repeat 99% 2px;
}

.request-btn_wrap {
  text-align: center;
}
.request-btn_wrap a {
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
}

.request-text {
  font-size: 12px;
  font-size: 0.75rem;
}

/*---------------------------------
	Approval Form
-----------------------------------*/
.approval_form {
  padding: 1px 15px 0;
}
.approval_form:after, .approval_form:before {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.approval_form button {
  display: block;
  margin: 0 auto 10px;
}
.approval_form .custom-select-skin {
  border: 1px solid #919295;
  padding: 5px 35px 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  background: white url("../img/select-arrow2.png") no-repeat 99% 2px;
}
.approval_form .custom-select-arrows {
  display: none;
}

.approval_disclaimer {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.approval_disclaimer p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
}

.approval_button-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.approval_form-field {
  max-width: 600px;
  margin: 0 auto;
}
.approval_form-field:after, .approval_form-field:before {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.approval_form-field form:after, .approval_form-field form:before {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.approval_form-field input[type="number"] {
  border: 1px solid #919295;
  padding: 8px 25px 9px;
  -moz-appearance: textfield;
}
.approval_form-field select {
  border: 1px solid #919295;
  padding: 5px 35px 5px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  background: white url("../img/select-arrow2.png") no-repeat 99% 2px;
}

/*---------------------------------
	Interest Rate Calculator
-----------------------------------*/
.interest_rate-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.interest_rate-wrap picture img {
  display: block;
  width: 100%;
  height: auto;
}
.interest_rate-wrap .auto-wrapper {
  position: relative;
}

.interest_rate-title {
  padding-left: 25px;
}
.interest_rate-title:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.interest_rate-title-icon {
  font-size: 35px;
  font-size: 2.1875rem;
  width: 85px;
  text-align: center;
  float: left;
  position: relative;
  top: 4px;
}

.interest_rate-text {
  padding-left: 85px;
  text-align: left;
  display: block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
}
.interest_rate-text br {
  display: none;
}

.interest_rate-box {
  margin-top: 35px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  border-radius: 6px;
  padding: 25px 50px;
}
.interest_rate-box .form-wrap label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #002b49;
  margin-bottom: 10px;
}
.interest_rate-box .form-wrap .input-icon {
  position: absolute;
  bottom: 23px;
  left: 10px;
  color: #d50032;
  font-size: 16px;
  font-size: 1rem;
}
.interest_rate-box .form-wrap .input-icon.right {
  right: 10px;
  left: inherit;
}

.interest_rate-box-list {
  margin: 0px -30px;
  margin: 0px -50px;
}
.interest_rate-box-list:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.interest_rate-box-list li {
  display: block;
  float: none;
  padding: 0px 30px;
  width: 33.33%;
  padding: 0px 55px;
}
.interest_rate-box-list li:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.interest-saving .form-wrap {
  padding-bottom: 0;
}

.interest-saving-total {
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  text-align: center;
  margin: 5px 0 25px;
  line-height: 36px;
  position: relative;
  padding: 0px 30px;
}
.interest-saving-total:before {
  content: '$';
  color: #d50032;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
}

.interest-saving-info {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  text-align: center;
  display: block;
}

.interest-loan-amount input[type="text"], .interest-loan-amount input[type="number"], .interest-rate-content input[type="text"], .interest-rate-content input[type="number"] {
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 9px 40px;
}

.slider-interest-loan-amount, .slider-interest-rate {
  margin: 15px 15px 25px;
  position: relative;
}
.slider-interest-loan-amount:before, .slider-interest-loan-amount:after, .slider-interest-rate:before, .slider-interest-rate:after {
  position: absolute;
  content: '';
  top: 0;
  width: 15px;
  height: 3px;
  background: #d50032;
  display: block;
}
.slider-interest-loan-amount:before, .slider-interest-rate:before {
  left: -13px;
}
.slider-interest-loan-amount:after, .slider-interest-rate:after {
  right: -13px;
  background: #919295;
}
@media only screen and (min-width: 980px) {
  .slider-interest-loan-amount, .slider-interest-rate {
    margin: 45px 15px 25px;
    position: relative;
  }
}

.interest-btn-wrap {
  margin: 30px 0 0;
  bottom: inherit;
  top: 0;
  right: 100px;
}

.noUi-handle {
  border: 2px solid #919295;
}

/*---------------------------------
	4 Columns
-----------------------------------*/
.column4-panel picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.column4-panel picture img {
  display: block;
  width: 100%;
  height: auto;
}

.lists_4col ul li {
  width: 50%;
  float: left;
  width: 25%;
  float: left;
}
.lists_4col a:hover {
  text-decoration: none;
}
.lists_4col a:hover .lists_4col-icon, .lists_4col a:hover .lists_4col-text {
  color: #d50032;
}
.lists_4col h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.lists_4col-content {
  padding: 0px 4%;
  margin-top: 25px;
  margin-top: 10px;
}
.lists_4col-content a {
  display: inline-block;
  vertical-align: middle;
}

.lists_4col-icon {
  font-size: 50px;
  font-size: 3.125rem;
}

.talk_us-wrap ul li {
  float: none;
  width: 100%;
  width: 25%;
  float: left;
  margin-bottom: 0;
}
.talk_us-wrap p {
  margin: 25px 0 10px;
}
.talk_us-wrap .lists_4col-icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  text-align: center;
  margin-right: 3%;
}
.talk_us-wrap .lists_4col-text {
  display: inline-block;
}
.talk_us-wrap .lists_4col-text p {
  display: none;
  min-height: 48px;
  display: block;
}
.talk_us-wrap .lists_4col-text h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.talk_us-wrap .lists_4col-content {
  text-align: left;
  text-align: center;
}

.btn_talk-us {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.btn_talk-us:hover {
  color: #d50032;
}
.btn_talk-us h4 {
  margin: 0;
}

/*---------------------------------
	Latest Blog
-----------------------------------*/
.blog_post-wrap {
  position: relative;
  overflow: hidden;
}
.blog_post-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.blog_post-wrap picture img {
  display: block;
  width: 100%;
  height: auto;
}

.latest_blog-post {
  position: relative;
}

.latest_blog-title_link:hover {
  text-decoration: none;
}

.latest_blog-content {
  width: 100%;
}

.latest_blog-img {
  position: relative;
}
.latest_blog-img .latest_post-category {
  bottom: 10px;
}
.latest_blog-img img {
  width: 100%;
  height: auto;
  display: block;
}

.latest_blog-text {
  padding: 0px 20px;
  text-align: center;
  padding: 0px 10px;
}
.latest_blog-text p {
  text-align: justify;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.latest_post-category {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 15px;
  position: absolute;
  left: 20px;
  letter-spacing: 0;
}
.latest_post-category:hover {
  text-decoration: none;
}

.tablet .swipe-info {
  display: block !important;
}

/*---------------------------------
	Latest Review
-----------------------------------*/
.review-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.review-wrap picture img {
  display: block;
  width: 100%;
  height: auto;
}

.latest_review-text {
  font-size: 18px;
  font-size: 1.125rem;
}
.latest_review-text h5 {
  min-height: 48px;
}
.latest_review-text p {
  font-size: 16px;
  font-size: 1rem;
}
.latest_review-text p.latest_review-loc {
  font-size: 18px;
  font-size: 1.125rem;
}
.latest_review-text .blockquote {
  padding: 0px 20px;
}

.latest_review-star {
  font-size: 30px;
  font-size: 1.875rem;
}
.latest_review-star .fa {
  letter-spacing: -3px;
}
.latest_review-star .fa.bold {
  font-weight: 700;
}

.ipad .latest_review-star .fa.bold {
  font-weight: normal;
}

.latest_review-post {
  position: relative;
}

/*---------------------------------
	Review Listings
-----------------------------------*/
.review-listings {
  padding: 0px 15px;
  padding-left: 50px;
  padding-right: 0;
  margin-top: 40px;
}
.review-listings ul li {
  margin-bottom: 30px;
  border-bottom: 1px solid #919295;
  padding-bottom: 20px;
  padding-bottom: 30px;
}

.review_listings-content h3 {
  color: #002b49;
  @incliude font-size(20);
  margin-top: 0;
  text-align: center;
  margin-bottom: 5px;
  padding: 0px 30px;
  font-size: 24px;
  font-size: 1.5rem;
  float: left;
  width: 80%;
  padding: 0px;
  text-align: left;
}
.review_listings-content p {
  text-align: justify;
  line-height: 30px;
}
.review_listings-content p.date {
  clear: right;
  text-align: center;
  margin-bottom: 20px;
  text-align: right;
}
.review_listings-content .review_people-name {
  color: #002b49;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.blockquote p {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.blockquote p:before {
  content: "\e814";
  position: absolute;
  left: -20px;
  top: 0px;
  margin-top: -10px;
  color: #8f8f8f;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
}
.blockquote p:after {
  content: "\e805";
  display: inline-block;
  position: relative;
  bottom: -12px;
  margin-left: 8px;
  color: #8f8f8f;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.75rem;
}

/*---------------------------------
	Text Button Panel
-----------------------------------*/
.text_button-panel {
  min-height: 350px;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.text_button-panel picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.text_button-panel picture img {
  display: block;
  width: 100%;
  height: auto;
}

.tb_panel-table-wrap {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.tb_panel-table-wrap .tb_panel-table {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.tb_panel-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 30px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}
.tb_panel-content.bg-blue {
  background-color: rgba(0, 43, 73, 0.8);
}
.tb_panel-content.bg-white {
  background-color: rgba(255, 255, 255, 0.8);
}
.tb_panel-content h3, .tb_panel-content h2, .tb_panel-content h4, .tb_panel-content h5 {
  margin-top: 0;
  font-weight: 400;
}
.tb_panel-content h3 span, .tb_panel-content h2 span, .tb_panel-content h4 span, .tb_panel-content h5 span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 13px;
}
.tb_panel-content i {
  margin-right: 10px;
  font-size: 52px;
  font-size: 3.25rem;
  display: inline-block;
  vertical-align: middle;
}
.tb_panel-content a {
  display: inline-block;
  margin-top: 15px;
}

/*---------------------------------
	Home Loan
-----------------------------------*/
.home_loan-option {
  padding: 30px 15px;
  border: 1px solid #a7a8aa;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  margin: 20px 0 10px;
}
.home_loan-option:after, .home_loan-option:before {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.home_loan-option h2 {
  margin-top: 0;
  line-height: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.home_loan-option ul {
  text-align: center;
  margin-bottom: 20px;
}
.home_loan-option ul:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.home_loan-option ul li {
  padding: 0px 50px;
}
.home_loan-option ul li:nth-child(2) {
  text-align: center;
}

/*---------------------------------
	Wysiwyg Panel
-----------------------------------*/
.wysiwyg-list-wrap {
  position: relative;
  overflow: hidden;
}

.wysiwyg-list {
  padding: 20px 0;
}
.wysiwyg-list li {
  padding-bottom: 10px;
}

/*.wysiwyg-list_icon {
	float: left;
	width: 50px;
	text-align: left;
	@include font-size(25);
}*/
.list-with-check li {
  padding-bottom: 30px;
}

.list-with-check_content p {
  margin-bottom: 10px;
}

.list-with-check_icon {
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 55px;
  float: left;
}
.list-with-check_icon .fa {
  font-weight: bold;
  position: relative;
  font-size: 32px;
  font-size: 2rem;
}

.list-with-check_text {
  padding-left: 91px;
}

.people_challenges-holder {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.people_challenges-holder img {
  display: block;
  border-radius: 50%;
  position: relative;
}

.default_wysiwyg-list-icon {
  padding-top: 20px;
}

.wysiwyg-list-icon-content span {
  display: block;
  vertical-align: middle;
  position: relative;
}

.default_wysiwyg-list-icon li {
  padding-bottom: 20px;
}
.default_wysiwyg-list-icon li:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.wysiwyg-list-icon {
  float: left;
  width: 91px;
  font-size: 35px;
  font-size: 2.1875rem;
}

.wysiwyg-list-text {
  padding-left: 91px;
  font-size: 16px;
  font-size: 20px;
  font-size: 1.25rem;
}

/*---------------------------------
	Social Share
-----------------------------------*/
.share-buttons_link {
  color: white;
  padding: 5px 10px 5px;
  display: block;
}
.share-buttons_link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.share-buttons_link:hover .fa {
  text-decoration: none;
}
.share-buttons_link .fa {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  top: 4px;
}
.share-buttons_link span {
  vertical-align: top;
  line-height: 25px;
  margin-left: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
  position: relative;
  top: 4px;
}

.share-bg-fb {
  background: #306199;
}

.share-bg-linkedin {
  background: #007bb6;
}

.share-bg-google {
  background: #e93f2e;
}

.share-bg-twitter {
  background: #26c4f1;
}

/*---------------------------------
	Video
-----------------------------------*/
@media (max-width: 767px) {
  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  iframe {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    border: none;
  }

  .iframe-video {
    height: 100%;
  }
}
iframe {
  border: none;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html.no-overlap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, button, input, select, textarea {
  color: #222;
}

body {
  position: relative;
  min-width: 320px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.desktop body.no-overlap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.wrap {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0;
}
.wrap.slide-left {
  left: -82%;
  overflow: hidden;
  height: 100%;
  left: 0;
}

.ease, section {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a {
  text-decoration: none;
  color: #d50032;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

.visuallyhidden {
  display: none;
}

.hiding {
  opacity: 0;
  -khtml-opacity: 0;
}

.visible {
  opacity: 1;
  -khtml-opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.auto-wrapper {
  width: auto;
  margin: 0 auto;
  padding: 0px 15px;
  position: relative;
  z-index: 3;
  padding: 0px 25px;
  max-width: 1190px;
  padding: 0px 15px;
}

.content-main {
  padding-top: 82px;
  padding-top: 0;
}

.content-main.is-clickable, footer.is-clickable {
  cursor: pointer;
}

.subnav-holder {
  min-height: 55px;
  position: relative;
}

.second-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  margin-bottom: 0;
  z-index: 77;
}
.second-nav.is-fixed {
  position: fixed;
  border-bottom: 1px solid #ccc;
  background: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.second-nav .auto-wrapper {
  z-index: 4;
}

.default_section-wrap {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  padding: 60px 0;
}
.default_section-wrap.default_section-wrap_no-top-padding {
  padding-top: 0;
}
.default_section-wrap.default_section-wrap_no-bottom-padding {
  padding-bottom: 0;
}

.default_tagline {
  padding-bottom: 25px;
}
.default_tagline h2 {
  margin-top: 0;
  font-weight: normal;
}
.default_tagline p {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}

a.read-more {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  display: inline-block;
}
a.read-more:hover {
  color: #d50032;
}

.right-column-wrap {
  width: 30%;
  margin: 0;
  float: right;
}

.left-column-wrap {
  padding-right: 25px;
  width: 70%;
  float: left;
}

/*--- Fonts ----*/

@font-face {
  font-family: "icomoon";    
  src:  url("../fonts/icomoon.eot?uyouom") format("eot");
  src:  url("../fonts/icomoon.eot?uyouom#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf?uyouom") format("truetype"),
        url("../fonts/icomoon.woff?uyouom") format("woff"),
        url("../fonts/icomoon.svg?uyouom#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  font-family: "icomoon"!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-resimac:before {
  content: "\e903";
}
.icon-cross_circled:before {
  content: "\e90f";
}
.icon-plus_circled:before {
  content: "\e910";
}
.icon-minus_circled:before {
  content: "\e911";
}
.icon-house_tick:before {
  content: "\e912";
}
.icon-house_plus:before {
  content: "\e913";
}
.icon-house_cross:before {
  content: "\e914";
}
.icon-house_money:before {
  content: "\e915";
}
.icon-talk_house:before {
  content: "\e916";
}
.icon-checklist_v3:before {
  content: "\e917";
}
.icon-checklist_v4:before {
  content: "\e918";
}
.icon-compare:before {
  content: "\e919";
}
.icon-umbrella:before {
  content: "\e904";
}
.icon-shield_blank:before {
  content: "\e905";
}
.icon-download:before {
  content: "\e906";
}
.icon-login:before {
  content: "\e907";
}
.icon-lock_circle:before {
  content: "\e908";
}
.icon-bas:before {
  content: "\e909";
}
.icon-car:before {
  content: "\e90a";
}
.icon-car_front:before {
  content: "\e90b";
}
.icon-calculator2:before {
  content: "\e90c";
}
.icon-calculator3:before {
  content: "\e90d";
}
.icon-star_solid:before {
  content: "\e90e";
}
.icon-star_fill .path1:before {
  content: "\e900";
  opacity: 0.5;
}
.icon-star_fill .path2:before {
  content: "\e901";
  margin-left: -.9em;
}
.icon-se_tools:before {
  content: "\e902";
}
.icon-adjust:before {
  content: "\e800";
}
.icon-calendar:before {
  content: "\e801";
}
.icon-check_results:before {
  content: "\e802";
}
.icon-checklist_v1:before {
  content: "\e803";
}
.icon-checklist_v2:before {
  content: "\e804";
}
.icon-close_quote:before {
  content: "\e805";
}
.icon-decrease:before {
  content: "\e806";
}
.icon-delivery:before {
  content: "\e807";
}
.icon-gears:before {
  content: "\e808";
}
.icon-growth:before {
  content: "\e809";
}
.icon-home_owners:before {
  content: "\e80a";
}
.icon-increase:before {
  content: "\e80b";
}
.icon-key:before {
  content: "\e80c";
}
.icon-keyhole:before {
  content: "\e80d";
}
.icon-location:before {
  content: "\e80e";
}
.icon-lock:before {
  content: "\e80f";
}
.icon-man:before {
  content: "\e810";
}
.icon-minus:before {
  content: "\e811";
}
.icon-mobile:before {
  content: "\e812";
}
.icon-no_fee:before {
  content: "\e813";
}
.icon-open_quote:before {
  content: "\e814";
}
.icon-paperclip:before {
  content: "\e815";
}
.icon-percentage:before {
  content: "\e816";
}
.icon-piggybank:before {
  content: "\e817";
}
.icon-play:before {
  content: "\e818";
}
.icon-plus:before {
  content: "\e819";
}
.icon-prize:before {
  content: "\e81a";
}
.icon-profile:before {
  content: "\e81b";
}
.icon-pulse:before {
  content: "\e81c";
}
.icon-refresh:before {
  content: "\e81d";
}
.icon-search:before {
  content: "\e81e";
}
.icon-shield:before {
  content: "\e81f";
}
.icon-sold:before {
  content: "\e820";
}
.icon-storm:before {
  content: "\e821";
}
.icon-suitcase:before {
  content: "\e822";
}
.icon-tablet:before {
  content: "\e823";
}
.icon-template:before {
  content: "\e824";
}
.icon-tools:before {
  content: "\e825";
}
.icon-world:before {
  content: "\e826";
}
.icon-wrong_results:before {
  content: "\e827";
}
.icon-already_with_us:before {
  content: "\e828";
}
.icon-arrow_down:before {
  content: "\e829";
}
.icon-arrow_right:before {
  content: "\e82a";
}
.icon-award:before {
  content: "\e82b";
}
.icon-backed_by_resimac:before {
  content: "\e82c";
}
.icon-blog:before {
  content: "\e82d";
}
.icon-calculator:before {
  content: "\e82e";
}
.icon-call_back:before {
  content: "\e82f";
}
.icon-chat:before {
  content: "\e830";
}
.icon-check_circled:before {
  content: "\e831";
}
.icon-check:before {
  content: "\e832";
}
.icon-close:before {
  content: "\e833";
}
.icon-community:before {
  content: "\e834";
}
.icon-complicated:before {
  content: "\e835";
}
.icon-faq:before {
  content: "\e836";
}
.icon-homeloans:before {
  content: "\e837";
}
.icon-hours:before {
  content: "\e838";
}
.icon-interest_rate:before {
  content: "\e839";
}
.icon-loan:before {
  content: "\e83a";
}
.icon-mail:before {
  content: "\e83b";
}
.icon-manage:before {
  content: "\e83c";
}
.icon-media:before {
  content: "\e83d";
}
.icon-offset_account:before {
  content: "\e83e";
}
.icon-online_convenience:before {
  content: "\e83f";
}
.icon-phone:before {
  content: "\e840";
}
.icon-preapproval:before {
  content: "\e841";
}
.icon-purchasing:before {
  content: "\e842";
}
.icon-question:before {
  content: "\e843";
}
.icon-quick:before {
  content: "\e844";
}
.icon-quote_close:before {
  content: "\e845";
}
.icon-quote_open:before {
  content: "\e846";
}
.icon-recommended:before {
  content: "\e847";
}
.icon-refinancing:before {
  content: "\e848";
}
.icon-repayments:before {
  content: "\e849";
}
.icon-report:before {
  content: "\e84a";
}
.icon-save:before {
  content: "\e84b";
}
.icon-self_employed:before {
  content: "\e84c";
}
.icon-setup:before {
  content: "\e84d";
}
.icon-sm_facebook:before {
  content: "\e84e";
}
.icon-sm_googleplus:before {
  content: "\e84f";
}
.icon-sm_linkedin:before {
  content: "\e850";
}
.icon-sm_twitter:before {
  content: "\e851";
}
.icon-star:before {
  content: "\e852";
}
.icon-who_we_are:before {
  content: "\e853";
}
