@media only screen and (min-width: 1200px) {
  .left {
    float: left;
  }
}

@media only screen and (min-width: 1200px) {
  .right {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .tablet-left {
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .tablet-right {
    float: right;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-4 {
  z-index: 4;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

@media only screen and (min-width: 0), screen and (min-width: 320px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-desktop-full {
    display: none !important;
 }
  .vs-desktop-full-inline {
    display: inline-block !important;
  }
  .vs-visible-desktop-full {
    visibility: visible!important;
  }
}

@media only screen and (min-width: 0), screen and (min-width: 320px) {
  .vs-mobile {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .vs-tablet {
    display: block !important;
  }
  .vs-tablet-inline {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 1030px) and (min-width: 760px) {
  .vs-tablet2 {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .vs-desktop {
    display: block !important;
  }
  .vs-desktop-inline {
    display: inline-block !important;
  }
  .vs-desktop-inline-noblock {
    display: inline !important;
  }
}

@media only screen and (min-width: 1200px) {
  .vs-desktop-full {
    display: block !important;
  }
}

._white {
  color: white;
}

._default {
  color: black;
}

._grey {
  color: #8f8f8f;
}

._blue {
  color: #092B49;
}

._lightgrey {
  color: #c1c3c6;
}

._coolgrey {
  color: #e0e6eb;
}

._lightblue {
  color: #004270;
}

._red {
  color: #C11F31;
}

._green {
  color: #00da45;
}

._gold {
  color: #c69c6d;
}

._white-bg {
  background-color: white;
}

._grey-bg {
  background-color: #8f8f8f;
}

._darkgrey-bg {	
  background-color: #5A666F;	
}

._lightestgrey-bg {
  background-color: #e6e6e6;
}
._coolgrey-bg {
  background-color: #e0e6eb;
}

._blue-bg {
  background-color: #092B49;
}

._lightblue-bg {
  background-color: #004270;
}

._red-bg {
  background-color: #C11F31;
}

._lightred-bg {
  background-color: #c60230;
}

._gold-bg {
  background-color: #c69c6d;
}

._whitetogrey-bg {
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #e6e6e6 100%);
	background: -webkit-gradient(linear, top, #fff 0%, #fff 50%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fff 50%,  #e6e6e6 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 50%,  #e6e6e6 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 50%, #e6e6e6 100%);
	background-color: #e6e6e6;
}

.opacity_10{
   opacity:0.1;
}

.opacity_20{
   opacity:0.2;
}

.opacity_30{
   opacity:0.3;
}

.opacity_40{
   opacity:0.4;
}

.opacity_50{
   opacity:0.5;
}

.opacity_60{
   opacity:0.6;
}

.opacity_70{
   opacity:0.7;
}

.opacity_80{
   opacity:0.8;
}

.opacity_90{
   opacity:0.9;
}

.divider {
 display: block;
 height:2px;
 margin:20px 0px;
 max-width:180px;
 border-bottom:2px solid;
}

.divider_5 {
 display: block;
 height:2px;
 margin:5px 0px;
 max-width:180px;
 border-bottom:2px solid;
}
.divider_10 {
 display: block;
 height:2px;
 margin:10px 0px;
 max-width:180px;
 border-bottom:2px solid;
}
.divider_15 {
 display: block;
 height:2px;
 margin:15px 0px;
 max-width:180px;
 border-bottom:2px solid;
}
.divider_20 {
 display: block;
 height:2px;
 margin:20px 0px;
 max-width:180px;
 border-bottom:2px solid;
}

.no-bullets, .no-style {
  list-style: none;
}

.bullets-inside {
  list-style: inside;
}

.no-style {
  margin: 0;
  padding: 0;
}

.inline li {
  display: inline-block;
}

.no-line-height {
  line-height: 1;
}

.wysiwyg-list-cross li {
  padding-left: 50px;
  position: relative;
}
.wysiwyg-list-cross li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\e833";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-size: 1.25rem;
}

.wysiwyg-list-check li {
  padding-left: 50px;
  position: relative;
}
.wysiwyg-list-check li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\e832";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-size: 1.25rem;
}

.border-all {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-all-2 {
  border: 2px solid;
}

.border-top-2 {
  border-top: 2px solid;
}

.border-bottom-2 {
  border-bottom: 2px solid;
}

.border-right-2 {
  border-right: 2px solid;
}

.border-left-2 {
  border-left: 2px solid;
}

._black-border-color {
  border-color: black;
}

._white-border-color {
  border-color: white;
}

._grey-border-color {
  border-color: #8f8f8f;
}

._blue-border-color {
  border-color: #092B49;
}

.radius {
  border-radius: 3px;
}

.radius-top {
  border-radius: 3px 3px 0 0;
}

.radius-right {
  border-radius: 0 3px 3px 0;
}

.radius-bottom {
  border-radius: 0 0 3px 3px;
}

.radius-left {
  border-radius: 3px 0 0 3px;
}

.margin-top-none {
  margin-top: 0;
}

.margin-top-quarter {
  margin-top: 0.25em;
}

.margin-top-half {
  margin-top: 0.5em;
}

.margin-top-one {
  margin-top: 1em;
}

.margin-top-onequarter {
  margin-top: 1.25em;
}

.margin-top-onehalf {
  margin-top: 1.5em;
}

.margin-top-two {
  margin-top: 2em;
}

.margin-top-three {
  margin-top: 3em;
}

.margin-top-four {
  margin-top: 4em;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-bottom-quarter {
  margin-bottom: 0.25em;
}

.margin-bottom-half {
  margin-bottom: 0.5em;
}

.margin-bottom-one {
  margin-bottom: 1em;
}

.margin-bottom-onequarter {
  margin-bottom: 1.25em;
}

.margin-bottom-onehalf {
  margin-bottom: 1.5em;
}

.margin-bottom-two {
  margin-bottom: 2em;
}

.margin-bottom-three {
  margin-bottom: 3em;
}

.margin-bottom-four {
  margin-bottom: 4em;
}

.margin-right-none {
  margin-right: 0;
}

.margin-right-quarter {
  margin-right: 0.25em;
}

.margin-right-half {
  margin-right: 0.5em;
}

.margin-right-one {
  margin-right: 1em;
}

.margin-right-two {
  margin-right: 2em;
}

.margin-right-three {
  margin-right: 3em;
}

.margin-right-four {
  margin-right: 4em;
}

.margin-left-none {
  margin-left: 0;
}

.margin-left-quarter {
  margin-left: 0.25em;
}

.margin-left-half {
  margin-left: 0.5em;
}

.margin-left-one {
  margin-left: 1em;
}

.margin-left-two {
  margin-left: 2em;
}

.margin-left-three {
  margin-left: 3em;
}

.margin-left-four {
  margin-left: 4em;
}

.margin-none {
  margin: 0;
}

.margin-quarter {
  margin: 0.25em;
}

.margin-half {
  margin: 0.5em;
}

.margin-one {
  margin: 1em;
}

.margin-two {
  margin: 2em;
}

.margin-three {
  margin: 3em;
}

.margin-four {
  margin: 4em;
}

.padding-top-none {
  padding-top: 0;
}

.padding-top-quarter {
  padding-top: 0.25em;
}

.padding-top-half {
  padding-top: 0.5em;
}

.padding-top-one {
  padding-top: 1em;
}

.padding-top-onequarter {
  padding-top: 1.25em;
}

.padding-top-onehalf {
  padding-top: 1.5em;
}

.padding-top-two {
  padding-top: 2em;
}

.padding-top-three {
  padding-top: 3em;
}

.padding-top-four {
  padding-top: 4em;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-bottom-quarter {
  padding-bottom: 0.25em;
}

.padding-bottom-half {
  padding-bottom: 0.5em;
}

.padding-bottom-one {
  padding-bottom: 1em;
}

.padding-bottom-onequarter {
  padding-top: 1.25em;
}

.padding-bottom-onehalf {
  padding-top: 1.5em;
}

.padding-bottom-two {
  padding-bottom: 2em;
}

.padding-bottom-three {
  padding-bottom: 3em;
}

.padding-bottom-four {
  padding-bottom: 4em;
}

.padding-right-none {
  padding-right: 0;
}

.padding-right-quarter {
  padding-right: 0.25em;
}

.padding-right-half {
  padding-right: 0.5em;
}

.padding-right-one {
  padding-right: 1em;
}

.padding-right-two {
  padding-right: 2em;
}

.padding-right-three {
  padding-right: 3em;
}

.padding-right-four {
  padding-right: 4em;
}

.padding-left-none {
  padding-left: 0;
}

.padding-left-quarter {
  padding-left: 0.25em;
}

.padding-left-half {
  padding-left: 0.5em;
}

.padding-left-one {
  padding-left: 1em;
}

.padding-left-two {
  padding-left: 2em;
}

.padding-left-three {
  padding-left: 3em;
}

.padding-left-four {
  padding-left: 4em;
}

.padding-none {
  padding: 0;
}

.padding-quarter {
  padding: 0.25em;
}

.padding-half {
  padding: 0.5em;
}

.padding-one {
  padding: 1em;
}

.padding-two {
  padding: 2em;
}

.padding-three {
  padding: 3em;
}

.padding-four {
  padding: 4em;
}

.hide {
  display: none !important;
}

.table-responsive-wrap {
  width: 100%;
}
.table-responsive-wrap table {
  width: 99.9%;
}
.table-responsive-wrap.respond {
  overflow-x: scroll;
  overflow-y: hidden;
}

.table-swipe {
  position: relative;
  width: 100%;
  display: inline-block;
}
.table-swipe:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii01NDUgMzU4LjkgMTAwIDEyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTQ1IDM1OC45IDEwMCAxMjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNLTQ3NC43LDM3MGM4LjcsMS40LDE2LjksNC4xLDI0LjYsNy44YzAuNSwwLjIsMC44LDAuNywwLjgsMS4yYzAsMC4xLDAsMC4xLDAsMC4ybC0xLjMsMTBjLTAuMSwwLjYtMC42LDEuMi0xLjMsMS4yYy0wLjIsMC0wLjQtMC4xLTAuNi0wLjJjLTYuNS0zLjUtMTMuNy02LjEtMjEuMi03LjZMLTQ3NC43LDM3MHoiLz48cGF0aCBkPSJNLTQ2MS4zLDQwNy45Yy0xLjQsMC0yLjcsMC42LTMuNiwxLjZMLTQ3NCw0MjBjLTAuOSwxLTIuMiwxLjctMy43LDEuN2MtMi43LDAtNC45LTIuMi00LjktNC45bC0yLjEtNTNjMC0yLjctMi4yLTQuOS00LjktNC45Yy0yLjYsMC00LjcsMS45LTQuOSw0LjRsLTIuOSwzOC4zbC0yMS42LDkuNmMtMy41LDEuNS01LjksNS01LjksOWMwLDAuNCwwLDAuOSwwLjEsMS4zbDMuOSwyOWMwLjYsNC44LDQuNyw4LjUsOS43LDguNWgyMy43YzMuNywwLDYuOS0yLjEsOC42LTUuMWwyMS45LTM4LjVjMC40LTAuNywwLjYtMS42LDAuNi0yLjRDLTQ1Ni40LDQxMC4xLTQ1OC42LDQwNy45LTQ2MS4zLDQwNy45eiIvPjxwYXRoIGQ9Ik0tNTQxLjIsMzg2LjRMLTU0MS4yLDM4Ni40bDE3LjktMTguM3YwYzAuMi0wLjIsMC42LTAuNCwwLjktMC40YzAuNiwwLDEuMSwwLjQsMS4yLDAuOWwxLjgsNS4zYzQuNS0xLjcsOS4yLTIuOSwxMy45LTMuOGwtMC41LDEyLjVjLTMuMiwwLjctNi40LDEuNi05LjUsMi43bDEuNyw1YzAsMC4xLDAuMSwwLjMsMC4xLDAuNGMwLDAuNy0wLjYsMS4zLTEuMywxLjNjLTAuMSwwLTAuMSwwLTAuMiwwbC0yNS4zLTMuNWMtMC42LDAtMS4yLTAuNi0xLjItMS4yQy01NDEuNiwzODctNTQxLjUsMzg2LjYtNTQxLjIsMzg2LjR6Ii8+PC9zdmc+");
  display: inline-block;
  width: 20px;
  vertical-align: text-top;
  margin-right: 10px;
  line-height: 1;
}

.table_report {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-color: #fff;
}

.table_report-heading {
  text-align: left;
  border-bottom: none;
  line-height: 1;
  background-color: #eaf3fa;
}

.table_report-row {
  height: 30px;
}

.table_report-heading-item {
  height: 45px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding: 10px;
}
@media only screen and (min-width: medium) {
  .table_report-heading-item {
    padding: 0;
  }
}
.table_report-heading-item.heading-class {
  background-color: #daebf6;
  text-align: center;
  text-transform: uppercase;
}
.table_report-heading-item.heading-center {
  text-align: center;
}
.table_report-heading-item.heading-first {
  padding-left: 10px;
  text-transform: uppercase;
}

.table_report-item {
  padding: 5px;
  border-right: 1px solid #ccc;
  text-align: center;
}
.table_report-item:first-child {
  text-align: left;
  padding-left: 10px;
}

.table_report-title {
  color: #2591da;
  text-align: center;
}

table {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #e0e1e2;
}
.blog_blog-content table {
  padding: 0;
  border: none;
  margin: 0;
}
table th {
  padding: 8px 10px;
  text-align: center;
  color: white;
  background-color: #092B49;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 980px) {
  table th {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
table td {
  padding: 8px 10px;
  border-top: 1px solid #e0e1e2;
  border-left: 1px solid #e0e1e2;
}
.blog_blog-content table td {
  padding: 5px 5px;
  border-top: none;
  border-left: none;
}
.blog_blog-content table p {
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 768px) {
  .row {
    margin: 0px -15px;
  }
}
.row:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.m-column1, .m-column2, .m-column3, .m-column4 {
  vertical-align: top;
}

.column-20 {
 width:100%;
}
.column-30 {
 width:100%;
}
.column-40 {
 width:100%;
}
.column-50 {
 width:100%;
}
.column-60 {
 width:100%;
}
.column-70 {
 width:100%;
}
.column-80 {
 width:100%;
}
.column-100 {
 width:100%;
}
.contact.column-50 {
  width:100%;
}
.contact.column-40 {
  width: 100%;
}
.contact.column-60 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .m-column1 {
    width: 100%;
    float: left;
    padding: 0 35px;
  }

.column-20 {
 width:19.5%;
}
.column-30 {
 width:29.5%;
}
.column-40 {
 width:39.5%;
}
.column-50 {
 width:49.5%;
}
.column-70 {
 width:100%;
}
.column-80 {
 width:100%;
}
.column-100 {
 width:100%;
}
}

@media only screen and (min-width: 768px) {
  .m-column2 {
    width: 50%;
    float: left;
    padding: 0 35px;
  }
  .m-column2_3 {
    width: 66.66%;
    float: left;
    padding: 0 35px;
}
  .m-column3_4 {
    width: 75%;
    float: left;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .m-column3 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  .m-column4 {
    width: 25%;
    float: left;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 980px) {
  .l-column1 {
    width: 100%;
    float: left;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 980px) {
  .l-column2 {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 980px) {
  .l-column3 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 980px) {
  .l-column4 {
    width: 25%;
    float: left;
    padding: 0 15px;
  }
.column-20 {
 width:19.5%;
}
.column-30 {
 width:29.5%;
}
.column-40 {
 width:39.5%;
}
.column-50 {
 width:49.5%;
}
.column-70 {
 width:100%;
}
.column-80 {
 width:100%;
}
.column-100 {
 width:100%;
}
.contact.column-50 {
  width:49.5%;
}
.contact.column-40 {
  width: 39.5%;
}
.contact.column-60 {
  width: 59.5%;
}
}


@media only screen and (min-width: 1160px) {

.column-20 {
 width:19.5%;
}
.column-30 {
 width:29.5%;
}
.column-40 {
 width:39.5%;
}
.column-50 {
 width:49.5%;
}
.column-70 {
 width:69.5%;
}
.column-80 {
 width:79.5%;
}
.column-100 {
 width:100%;
}
.contact.column-40 {
  width: 49.5%;
}
.contact.column-60 {
  width: 49.5%;
}
}

html {
  font-size: 16px;
  line-height: 24px;
  font-family: Effra, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: black;
}
@media only screen and (min-width: 980px) {
  html {
    font-size: 16px;
    font-size: 1rem;
  }
}

::-moz-selection {
  /*background: #b3d4fc;*/
  background:rgba(255,255,255,0.1);
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  /*background:rgba(255,255,255,0.1);*/
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 25px 0;
  padding: 0;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: Museo, Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: Museo, Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: 900;
}
}
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4em;    
  font-family: Museo, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 980px) {
  h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1em;  
  }
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Museo, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 980px) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Museo, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 980px) {
  h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  font-family: Museo, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 980px) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: Museo, Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 980px) {
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 24px 0;
  }
}

p, ul, ol, dl {
  margin-top: 0;
}

table table, table p {
  margin: 0;
}

article {
  padding-bottom: 10px;
}
@media only screen and (min-width: 980px) {
  article {
    padding-bottom: 20px;
  }
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
   text-transform: lowercase; 
}

.titlecase {
   text-transform: initial; 
}

.underline {
  text-decoration: underline;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap !important;
}

.spacing-1 {
    letter-spacing: -1px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-just {
  text-align: justify;
}


.text-center_desktop_left_mobile{
 text-align: left!important;
}


.text-center_mobile_left_tablet{
 text-align: center!important;
}

.text-center_mobile_left_desktop{
 text-align: center!important;
}

.text-left_mobile_right_desktop{
 text-align: left!important;
}

.text-right_mobile_left_desktop{
 text-align: right!important;
}

.text-left_mobile_right_tablet{
 text-align: left!important;
}

.text-right_mobile_left_tablet{
 text-align: right!important;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.align-baseline {
  vertical-align: baseline;
}

.text-green {
  color: #00da45;
}

.text-red {
  color: #C11F31;
}

.text-resimacred {
  color: #e31837;
}

.text-blue {
  color: #092B49;
}

.text-navy {
  color: #092B49;
}

.text-black {
  color:#000;
}

.text-white {
  color: white;
}

.text-grey {
  color: #8f8f8f;
}

.text-resimacgrey {
  color: #58595b;
}

.text-darkgrey {
  color: #5A666F;
}

.text-lightgrey {
 color: #e0e6eb;
}

.text-lightblue {
  color: #004270;
}

.text-springgreen {
    color: #6b9023
}

.text-gold {
  color: #c69c6d;
}

.text-whitetored {
    color:#ffffff!important;
}

.text-whitetoblue {
    color:#ffffff!important;
}

.text-whitetonavy {
    color:#ffffff!important;
}

.text-navytowhite {
    color:#092B49!important;
}

.font-9 {
  font-size: 9px;
  font-size: .5625rem;
}

.font-10 {
    font-size: 10px;
    font-size: .65rem;
}

.font-12 {
    font-size: 12px;
    font-size: .75rem;
}

.font-13 {
    font-size: 13px;
    font-size: .8125rem;
}

.font-14 {
    font-size: 14px;
    font-size: .875rem;
}

.font-15 {
    font-size: 15px;
    font-size: .9375rem;
}

.font-16 {
    font-size: 16px;
    font-size: 1rem;
}

.font-18 {
    font-size: 18px;
    font-size: 1.125rem;
}

.font-20 {
    font-size: 20px;
    font-size: 1.25rem;
}

.font-22 {
    font-size: 22px;
    font-size: 1.375rem;
}

.font-24 {
    font-size: 24px;
    font-size: 1.5rem;
}

.font-26 {
    font-size: 26px;
    font-size: 1.625rem;
}

.font-28 {
    font-size: 28px;
    font-size: 1.75rem;
}

.font-30 {
    font-size: 30px;
    font-size: 1.875rem;
}

.font-32 {
    font-size: 32px;
    font-size: 2rem;
}

.font-50 {
    font-size: 50px;
    font-size: 3.125rem;
}

.font-worksans-light {
    font-family: Work Sans, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.font-worksans-regular {
    font-family: Work Sans, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.font-worksans-medium {
    font-family: Work Sans, Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.font-worksans-semibold {
    font-family: Work Sans, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.font-worksans-bold {
    font-family: Work Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.font-varela-round {
  font-family: Varela Round, Helvetica, Arial, sans-serif;
}

.font-varela-bold {
  font-family: Varela Round, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.font-varela-round {
  font-family: Varela Round, Helvetica, Arial, sans-serif;
}

.font-varela-bold {
  font-family: Varela Round, Helvetica, Arial, sans-serif;
  font-weight: bold;
}


.font-effra-400 {
  font-family: Effra, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.font-effra-700 {
  font-family: Effra, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.font-museo-100 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 100;
}

.font-museo-300 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.font-museo-500 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.font-museo-700 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.font-museo-900 {
  font-family: Museo, Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.font-questrial {
  font-family: Questrial, Helvetica, Arial, sans-serif;
}





a.text-green:hover, button.text-green:hover, .text-green[type="submit"]:hover {
  text-decoration: none;
}

a.text-red:hover span, button.text-red:hover span, .text-red[type="submit"]:hover span {
  text-decoration: none;
}

a.text-red:hover, button.text-red:hover, .text-red[type="submit"]:hover {
  color: #C11F31;
  text-decoration: none;
  border-color: #C11F31!important;
}

a.text-blue:hover, button.text-blue:hover, .text-blue[type="submit"]:hover {
  color: #C11F31;
  text-decoration: none;
  border-color: #C11F31!important;
}

a.text-navy:hover, button.text-navy:hover, .text-navy[type="submit"]:hover {
  color: #C11F31;
  text-decoration: none;
  border-color: #C11F31!important;
}

a.text-darkgrey:hover, button.text-darkgrey:hover, .text-darkgrey[type="submit"]:hover {
  color: #C11F31;
  text-decoration: none;
  border-color: #C11F31!important;
}

a.text-white:hover, button.text-white:hover, .text-white[type="submit"]:hover {
  color: #C11F31;
  text-decoration: none;
  border-color: #C11F31!important;
}


@media only screen and (min-width: 768px) {
.text-center_mobile_left_tablet{
 text-align: left!important;
}
}

@media only screen and (min-width: 980px) {
.text-left_mobile_right_tablet{
 text-align: right!important;
}

.text-right_mobile_left_tablet{
 text-align: left!important;
}
}


@media only screen and (min-width: 1200px) {
.text-whitetored {
    color:#C11F31!important;
}

.text-whitetoblue {
    color:#092B49!important;
}
.text-whitetonavy {
    color:#092B49!important;
}
.text-navytowhite {
    color:#FFFFFF!important;
}    
.text-left_mobile_right_desktop{
 text-align: right!important;
}

.text-right_mobile_left_desktop{
 text-align: left!important;
}
}

em.iconfont { font-family: 'FontAwesome', 'icomoon_font', 'Museo' !important;}

@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_red_gradient {
  background: -webkit-linear-gradient(#C11F31, #841522);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   overflow: visible;
}

.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";
}

.txt-input,
.select,
.custom-select-skin,
.customFileFeedback,
.customFileButton,
.btn {
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  border-radius: 20px;
  background-clip: padding-box;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  padding: 4px;
  border: none;
  text-align: center;    
}
.btn.btn-apply {
  width: 110px;
  margin-right: 5px;
  font-size:12px;
}
.txt-input.btn-apply,
.select.btn-apply,
.custom-select-skin.btn-apply,
.customFileFeedback.btn-apply,
.customFileButton.btn-apply,
.btn.btn-apply {
  font-weight: 900;
  /* text-transform: uppercase; */
  margin-top: 15px;
  line-height: 20px;
}
.txt-input.btn-red,
.select.btn-red,
.custom-select-skin.btn-red,
.customFileFeedback.btn-red,
.customFileButton.btn-red,
.btn.btn-red {
  background: #C11F31;
  color: white;
}
.txt-input.btn-red:hover,
.select.btn-red:hover,
.custom-select-skin.btn-red:hover,
.customFileFeedback.btn-red:hover,
.customFileButton.btn-red:hover,
.btn.btn-red:hover {
  background: #c60230;
  text-decoration: none;
}

.btn.btn-login {
  width: 110px;
  margin-right: 15px; 
  font-size:12px;   
}
    
.txt-input.btn-login,
.select.btn-login,
.custom-select-skin.btn-login,
.customFileFeedback.btn-login,
.customFileButton.btn-login,
textarea.btn-login,
.btn.btn-login {
  font-weight: 900;
  /*text-transform: uppercase;*/
  margin-top: 15px;
  line-height: 20px;    
}

.txt-input.btn-blue,
.select.btn-blue,
.custom-select-skin.btn-blue,
.customFileFeedback.btn-blue,
.customFileButton.btn-blue,
textarea.btn-blue,
.btn.btn-blue {
    background-color: #00A7E1;
    color: #fff;
}

.txt-input.btn-blue:hover,
.select.btn-blue:hover,
.custom-select-skin.btn-blue:hover,
.customFileFeedback.btn-blue:hover,
.customFileButton.btn-blue:hover,
textarea.btn-blue:hover,
.btn.btn-blue:hover {
    background-color: #004270;
}

.txt-input.btn-blue-outline,
.select.btn-blue-outline,
.custom-select-skin.btn-blue-outline,
.customFileFeedback.btn-blue-outline,
.customFileButton.btn-blue-outline,
textarea.btn-blue-outline,
.btn.btn-blue-outline {
    /*background-color: #fff;*/
    border:2px solid #092B49;
    color: #092B49;
    text-decoration: none;
}

.txt-input.btn-blue-outline:hover,
.select.btn-blue-outline:hover,
.custom-select-skin.btn-blue-outline:hover,
.customFileFeedback.btn-blue-outline:hover,
.customFileButton.btn-blue-outline:hover,
textarea.btn-blue-outline:hover,
.btn.btn-blue-outline:hover {
    background-color: #004270;
    border:2px solid #004270;
    color: #fff;
    text-decoration: none;
}

.txt-input.btn-lightblue-outline,
.select.btn-lightblue-outline,
.custom-select-skin.btn-lightblue-outline,
.customFileFeedback.btn-lightblue-outline,
.customFileButton.btn-lightblue-outline,
textarea.btn-lightblue-outline,
.btn.btn-lightblue-outline {
    /*background-color: #fff;*/
    border:2px solid #00A7E1;
    color: #092B49;
    text-decoration: none;
}

.txt-input.btn-lightblue-outline:hover,
.select.btn-blue-outline:hover,
.custom-select-skin.btn-lightblue-outline:hover,
.customFileFeedback.btn-lightblue-outline:hover,
.customFileButton.btn-lightblue-outline:hover,
textarea.btn-lightblue-outline:hover,
.btn.btn-lightblue-outline:hover {
    background-color: #00A7E1;
    border:2px solid #00A7E1;
    color: #fff;
    text-decoration: none;
}

.txt-input.btn-red-outline,
.select.btn-red-outline,
.custom-select-skin.btn-red-outline,
.customFileFeedback.btn-red-outline,
.customFileButton.btn-red-outline,
textarea.btn-red-outline,
.btn.btn-red-outline {
    /*background-color: #fff;*/
    border:2px solid #C11F31;
    color: #C11F31;
    text-decoration: none;
}

.txt-input.btn-red-outline:hover,
.select.btn-red-outline:hover,
.custom-select-skin.btn-red-outline:hover,
.customFileFeedback.btn-red-outline:hover,
.customFileButton.btn-red-outline:hover,
textarea.btn-red-outline:hover,
.btn.btn-red-outline:hover {
    background-color: #c60230;
    border:2px solid #c60230;
    color: #fff;
    text-decoration: none;
}

.btn.menu-button {
    width: 160px;
    margin-left:30px;
    text-decoration: none;
}

 a.panel-btn {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    border: 1px solid;
    border-radius: 20px;
    padding: 2px 15px;
    line-height:20px;
}

.btn {
  -webkit-appearance: none;
}

.btn-arrow-right {
  padding-right: 20px;
  position: relative;
}
.btn-arrow-right:after {
  content: "\e82a";
  position: absolute;
  right: 0px;
  top: 54%;
  margin-top: -11px;
  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: 18px;
  font-size: 1.125rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-arrow-right:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .btn-arrow-right {
    display: inline-block;
  }
.text-center_desktop_left_mobile{
 text-align: center!important;
}

.text-center_mobile_left_desktop{
 text-align: left!important;
}
}

.btn-arrow-left {
  padding-left: 30px;
}
.btn-arrow-left:after {
  content: "\e82a";
  position: absolute;
  left: 0px;
  top: 54%;
  margin-top: -9px;
  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: 18px;
  font-size: 1.125rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-wrap {
  padding: 5px 0px 25px;
  position: relative;
}
.form-wrap.null-bottom {
  padding-bottom: 0;
}
.form-wrap:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-wrap {
    width: 100%;
    float: none;
  }
}
.form-wrap.full-width {
  width: 100%;
  float: none;
  clear: both;
}
.form-wrap label {
  display: block;
  float: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #092B49;
  line-height: 14px;
  margin-bottom: 6px;
}
.form-wrap .input-col2 {
  width: 100%;
  padding-left: 13px;
}
@media only screen and (min-width: 768px) {
  .form-wrap .input-col2 {
    width: 50%;
    float: left;
  }
}



.form-wrap._30w_col {
  padding: 5px 0px 25px;
  position: relative;
}
.form-wrap._30w_col.null-bottom {
  padding-bottom: 0;
}
.form-wrap._30w_col:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-wrap._30w_col {
    width: 30%;
    float: left;
    display: inline-block;
  }
}
.form-wrap._30w_col.full-width {
  width: 30%;
  float: none;
  clear: both;
}
.form-wrap._30w_col label {
  display: block;
  float: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #092B49;
  line-height: 14px;
  margin-bottom: 6px;
}
.form-wrap._30w_col .input-col2 {
  width: 30%;
  padding-left: 13px;
}
@media only screen and (min-width: 768px) {
  .form-wrap._30w_col .input-col2 {
    width: 30%;
    float: left;
  }
}

.form-wrap._70w_col {
  padding: 5px 0px 25px;
  position: relative;
}
.form-wrap._70w_col.null-bottom {
  padding-bottom: 0;
}
.form-wrap._70w_col:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .form-wrap._70w_col {
    width: 70%;
    float: left;
    padding-left: 10%;
  }
}
.form-wrap._70w_col.full-width {
  width: 100%;
  float: none;
  clear: both;
}
.form-wrap._60w_col label {
  display: block;
  float: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #092B49;
  line-height: 14px;
  margin-bottom: 6px;
}
.form-wrap._70w_col .input-col2 {
  width: 70%;
  padding-left: 13px;
}
@media only screen and (min-width: 768px) {
  .form-wrap._70w_col .input-col2 {
    width: 70%;
    float: left;
  }
}





.element:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea {
    width: 100%;
    border-bottom: 2px solid #092B49;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 4px;
    border-radius: 0px;
    background-clip: padding-box;
    padding: 6px 20px 7px;
    font-size: 16px;
    font-size: 1rem;
    outline: none;
    resize: none;
    display: block;
    background-color: #e0e6eb;
}
input[type="text"].icon-dollar, input[type="email"].icon-dollar, input[type="password"].icon-dollar, input[type="number"].icon-dollar, input[type="tel"].icon-dollar, textarea.icon-dollar {
  background: white url("../img/icon-dollar.png") no-repeat 0 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"], button {
  background: none;
  border: none;
}

input.error-field, select.error-field, textarea.error-field, .error-field {
  border: 2px solid #C11F31;
}

.element.error-field {
  border: none;
}
.element.error-field .custom-select-skin {
  border: 2px solid #C11F31;
}

.error-box {
  border: 2px solid #C11F31;
  padding: 15px;
  background-color: #fff7f9;
  color: #C11F31;
}

.warning-box {
  border: 2px solid #f69147;
  padding: 15px;
  background-color: #fff2e9;
  color: #f69147;
}

.success-box {
  border: 2px solid #008000;
  padding: 15px;
  background-color: #f2fef6;
  color: #008000;
}

.error-box, .success-box, .warning-box {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  border-left: none;
  border-right: none;
  padding-bottom: 10px;
}
.error-box p, .success-box p, .warning-box p {
  margin-bottom: 5px;
  line-height: 17px;
  text-align: center;    
}

.group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.horizontal li {
  display: inline-block;
  padding-right: 15px;
}

/*---------------------------------
	Selects Defaults
-----------------------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 4px 35px 4px 20px;
  background: white url("../img/select-arrow.png") no-repeat 99% 2px;
  border: 2px solid #e9e9ea;
  font-size: 14px;
  font-size: 0.875rem;
  outline: none;
}

.custom-select-wrap {
  position: relative;
  width: 100% !important;
}

.has-custom-select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 2;
  -webkit-appearance: none;
}

.custom-select-skin {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 40px;
    padding-left: 20px;
    text-align: left;
    border-bottom: 2px solid #092B49;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius:0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    background: #e0e6eb url(../img/select-arrow.png) no-repeat 99% 2px;
}

.custom-select-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.custom-select-arrows {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.custom-select-up {
  display: none;
}
.custom-select-open .custom-select-up {
  display: block;
}

.custom-select-down {
  display: block;
}
.custom-select-open .custom-select-down {
  display: none;
}

.custom-select-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*---------------------------------
	Custom Select Styling
-----------------------------------*/
/*.custom-select-hover{
	@include linear-gradient(#F6F6F6, #ffffff);
}*/
.customs-select-focus {
  border-color: #000;
}

.custom-select-arrows {
  width: 40px;
}

.custom-select-up, .custom-select-down {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  height: 16px;
}

/*** Mobile Custom Dropdown ***/
.mobile-custom-dropdown {
  position: relative;
  /*display: none;*/
  width: 100%;
  padding: 10px 0px 10px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
  color: #092B49;
  cursor: pointer;
  z-index: 99;
  font-weight: bold;
  /*--top: 40px;----*/
}

.mobile-custom-dropdown span {
    visibility: hidden;
    display: none;
}
.mobile-custom-dropdown:before {
    /*visibility: hidden;*/
}

@media only screen and (min-width: 360px) {
  .mobile-custom-dropdown {
    top:1px;
    padding: 15px 0px 10px 45px;
  }
}

@media only screen and (min-width: 980px) {
  .mobile-custom-dropdown {
    padding: 0px 0px 15px;
    background: transparent;
    display:block;
  }
     .mobile-custom-dropdown span {
    display: block;   
}
    .mobile-custom-dropdown:before {
    visibility: visible;
}
}
@media only screen and (min-width: 980px) {
  .mobile-custom-dropdown .selected {
    display: none;
  }
}
.mobile-custom-dropdown:before {
  content: "\e82a";
  position: absolute;
  left: 25px;
  top: 24px;
  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);
  color: #C11F31;
}
@media only screen and (min-width: 480px) {
  .mobile-custom-dropdown:before {
    top:20px;
  }
}
@media only screen and (min-width: 980px) {
  .mobile-custom-dropdown:before {
    display: none;
  }
}

.custom-dropdown-menu {
  display: none;
}

.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  background-color: #f2f2f2;
  border-top: none;
  width: 100%;
  padding: 0;
  z-index: 9;
  -webkit-box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 980px) {
  .custom-dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.custom-dropdown-menu a {
  color: #004270;
  position: relative;
  display: block;
  padding: 8px 25px;
}
.custom-dropdown-menu a:hover {
  text-decoration: none;
  color: white;
  background-color: #004270;
}
@media only screen and (min-width: 980px) {
  .custom-dropdown-menu a {
    display: inline-block;
  }
  .custom-dropdown-menu a:hover, .custom-dropdown-menu a.active {
    color: #092B49;
    background: transparent;
  }
  .custom-dropdown-menu a:hover:after, .custom-dropdown-menu a.active:after {
    bottom: -5px;
    opacity: 1;
    visibility: visible;
  }
  .custom-dropdown-menu a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    border-bottom: 2px solid #e22738;
    visibility: hidden;
    opacity: 0;
    -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;
  }
}
@media only screen and (min-width: 980px) {
  .custom-dropdown-menu {
    display: block !important;
    position: relative;
    padding: 0;
    margin: 0px -20px;
    height: auto !important;
  }
  .custom-dropdown-menu li {
    display: inline-block;
    width: auto;
  }
  .custom-dropdown-menu li a {
    padding: 15px 10px 0;
  }
}

/*---------------------------------
	File Input Defaults
-----------------------------------*/
.customFile {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.customFile.customFileDisabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.customFileButton {
  max-width: 160px;
  width: 25%;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.customFileInput {
  position: absolute;
  height: 100%;
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  z-index: 4;
  outline: 0;
}

.customFileFeedback {
  overflow: hidden;
  display: block;
}

/*---------------------------------
	File Input Styles
-----------------------------------*/
.customFileButton {
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f6f6));
  background-image: -webkit-linear-gradient(top, white, #f6f6f6);
  background-image: -moz-linear-gradient(top, white, #f6f6f6);
  background-image: -ms-linear-gradient(top, white, #f6f6f6);
  background-image: -o-linear-gradient(top, white, #f6f6f6);
  background-image: linear-gradient(top, white, #f6f6f6);
  border: 1px solid #ABADB3;
}
.customFileHover .customFileButton, .customFileFocus .customFileButton {
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(white));
  background-image: -webkit-linear-gradient(top, #f6f6f6, white);
  background-image: -moz-linear-gradient(top, #f6f6f6, white);
  background-image: -ms-linear-gradient(top, #f6f6f6, white);
  background-image: -o-linear-gradient(top, #f6f6f6, white);
  background-image: linear-gradient(top, #f6f6f6, white);
}

.customFileFeedback {
  border: solid 1px #ABADB3;
}

/*---------------------------------
	Radio Button/Checkbox Defaults 
-----------------------------------*/
.custom-radio-check {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-bottom: 2px;
  cursor: pointer;
}
.custom-radio-check input {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.custom-radio-check-input {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  cursor: pointer;
  z-index: 1;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #C11F31;
  background: transparent;
}

.custom-radio-check-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  text-align: center;
  line-height: 18px;
  vertical-align: top;
}
.checked .custom-radio-check-mark {
  display: block;
}

/*---------------------------------
	Radio Button/Checkbox Custom Styles 
-----------------------------------*/
.custom-radio-check {
  width: 26px;
  height: 26px;
}

.custom-radio-check-mark {
  color: #C11F31;
}

/* Base for label styling */
.compare_choices [type="checkbox"]:not(:checked),
.compare_choices [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  z-index:100;
}

.compare_choices [type="checkbox"]:not(:checked) + label,
.compare_choices [type="checkbox"]:checked + label {
  position: relative;
  padding-right: 0px;
  cursor: pointer;
  width: 100%;
  display: block;
  letter-spacing: -0.5px;
  line-height: 1.5em;
}

a.read-more-compare {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  display: inline-block;
}
a.read-more-compare:hover {
  color: #C11F31;
}

@media only screen and (min-width: 768px) {
  .compare_choices [type="checkbox"]:not(:checked) + label,
  .compare_choices [type="checkbox"]:checked + label {
    width: auto;
    padding-right: 15px;
    display: inline-block;
  }
  a.read-more-compare {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  display: inline-block;
}
  a.read-more-compare:hover {
  color: #C11F31;
}
}
@media only screen and (min-width: 980px) {
  .compare_choices [type="checkbox"]:not(:checked) + label,
  .compare_choices [type="checkbox"]:checked + label {
    width: auto;
    padding-right: 38px;
    display: inline-block;
  }
}

/* checkbox aspect */
.compare_choices [type="checkbox"]:not(:checked) + label:after {
  content: '';
  display: block;
  position: absolute;
  right: -28px;
  top: 5px;
  width: 26px;
  height: 26px;
  border: 2px solid #8f8f8f;
  background: transparent;
  border-radius: 50%;
  z-index:1000;
 
}  
.compare_choices [type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  right: -28px;
  top: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #C11F31;
  background: transparent;
  border-radius: 50%;
  z-index:1000;
}


@media only screen and (min-width: 980px) {
  .compare_choices [type="checkbox"]:not(:checked) + label:after,
  .compare_choices [type="checkbox"]:checked + label:after {
    width: 25px;
    height: 25px;
    right: -28.2px;
  }
}

.compare_choices [type="checkbox"]:not(:checked) + label:after {
  display: block;
}

/* checked mark aspect */
.compare_choices [type="checkbox"]:not(:checked) + label:before,
.compare_choices [type="checkbox"]:checked + label:before {
  content: "\e831";
  color: #8f8f8f;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 6px;
  right: -27px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #C11F31;
}

@media only screen and (min-width: 980px) {
  .compare_choices [type="checkbox"]:not(:checked) + label:before,
  .compare_choices [type="checkbox"]:checked + label:before {
    right: -28px;
  }
}

/* checked mark aspect changes */
.compare_choices [type="checkbox"]:not(:checked) + label:before {
  opacity: 0;
  transform: scale(0);
}

.compare_choices [type="checkbox"]:checked + label:before {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.compare_choices [type="checkbox"]:disabled:not(:checked) + label:after,
.compare_choices [type="checkbox"]:disabled:checked + label:after {
  border: 2px solid  #8f8f8f;
}

.compare_choices [type="checkbox"]:disabled:checked + label:before {
  color: #C11F31;
}

.compare_choices [type="checkbox"]:disabled + label {
  color: #C11F31;
}

/* accessibility */
.compare_choices [type="checkbox"]:checked:focus + label:after {
  border: 2px solid #C11F31;
}

.compare_choices [type="checkbox"]:not(:checked):focus + label:after {
  border: 2px solid  #8f8f8f;
}

/*---------------------------------
	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;
  position: fixed;
  height: 70px;
}
@media only screen and (min-width: 1200px) {
  header {
    background: transparent;
    height: 66px;
  }
}


.header.bg-white {
  background: rgba(255, 255, 255, 1);
}

.header_bg-navy {
  background: rgba(9, 43, 73, 1);    
}

.header_bg-whitetonavy {
  background: rgba(255, 255, 255, 1);
}

.header_bg-navytowhite {
  background: rgba(9, 43, 73, 1);    
}

.header_content {
 padding: 10px 0px 10px;
 height: 68px;
}

.header_logo {
  float: left;
  padding-left:15px;
  margin-top: 0px;
}

.promo_header_logo {
  float: none;
  padding-left:15px;
}

.promo_header_logo a {
  font-size:14px;
}



@media only screen and (min-width: 1200px) {
    .header_content {
 padding: 0px 0px 0px;
 height:65px
}
    .header_logo {
    margin-top: 17px;
    padding-left:0px;
  }
    .promo_header_logo {
    float: left;
    margin-top: 20px;
    padding-left:0px;
}
}

.header_navigation {
  position: fixed;
  right: -82%;
  top: 0;
  width: 100%;
  max-width: 82%;
  background: rgb(224, 230, 235) 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;
}
.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;
}
@media only screen and (min-width: 768px) {
  .header_navigation {
    max-width: 40%;
  }
}

@media only screen and (min-width: 980px) {
  .header_navigation {
    max-width: 35%;
  }
}


@media only screen and (min-width: 1200px) {
  .header_navigation {
    visibility: visible;
    position: relative;
    /* right: 25px; */
    /*width: auto;*/
    max-width: 85%;
    box-shadow: none;
    padding-bottom: 0;
    overflow: inherit;
    /* float: left; */
    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;
    display: inline-block;
    left: 3%;
  }
}

.header_hamburger {
  float: right;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 101;
  width: 60px;
  height: 62px;
  cursor: pointer;
  z-index: 202;
  /* background: #FFFFFF; */
    /*&.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);
        }
    }*/
}

.header_hamburger em {
  display:none;
}


@media only screen and (min-width: 375px) {
.header_hamburger {
  width: 70px;
    }
}

@media only screen and (min-width: 400px) {
.header_hamburger {
  width: 75px;
    }
}

.header_hamburger.is-active {
  /*width: 100%;
  height: 100%;*/
  z-index: 999;
  /*position: fixed;*/
  float: none;
  /* background: #FFFFFF; */
}

.header_hamburger.is-active em {
  display: inline-block;
  font-size: 28px;
  padding: 20px 10px 18px;
  width: 100%;
  text-align: center;
}


.header_hamburger.is-active span, .header_hamburger.is-active span:after, .header_hamburger.is-active span:before {
   display:none;
}

.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: 3px;
  width: 39px;
  background-color: #FFFFFF;
  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: 30px;
}
.header_hamburger span:before {
  top: -10px;
}
.header_hamburger span:after {
  top: 10px;
}
@media only screen and (min-width: 1200px) {
  .header_hamburger {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .header_nav {
    /* margin-right: -25px; */
    display: inline-block;
    margin-top: 18px;
  }
}
.header_nav .btn-apply:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .header_nav .btn-apply {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .header_nav .btn-login {
    display: none;
  }
}

.head_logo-icon {
  float: left;
  /* width: auto; */
  width: 212px;
  margin-right: 30px;
}
.head_logo-icon a {
  display: block;
  padding: 13px 15px 15px 22px;
}
@media only screen and (min-width: 1200px) {
  .head_logo-icon {
    display: none;
  }
}

.header_navigation-close {
  display: block;
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 30px 20px 15px 20px;
  color: #002b49;
}
.header_navigation-close:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .header_navigation-close {
    display: none;
  }
}

.header_navigation-tools {
  text-align: left;
  padding: 0px 0px 20px 15px;
  width: 100%;
  float: left;
}
.header_navigation-tools a {
  color: #002b49;
}
.header_navigation-tools a:hover {
  text-decoration: none;
  color: #d50032;
}
@media only screen and (min-width: 1200px) {
  .header_navigation-tools a {
    margin: 0 4px;
    /* text-transform: uppercase; */
  }
}
@media only screen and (min-width: 1200px) {
   .promo .header_navigation-tools {
   margin-top:60px;
    
}
.promo .header_navigation-tools a {
  color: #FFFFFF;
  font-size: 24px;
}
}
.header_navigation-tools .btn-apply {
  display: inline-block;
  width: 45%;
}
@media only screen and (min-width: 1200px) {
  .header_navigation-tools .btn-apply {
    display: inline-block;
    width: 160px;
    font-size:14px;
    font-size:0.875rem;
    border: 2px solid #C11F31;
    background-color: transparent;
    margin-top: 19px;
  }
}
.header_navigation-tools .btn-apply:hover {
  color: white;
}
.header_navigation-tools .btn-login {
  display: inline-block;
  width: 45%;
}
@media only screen and (min-width: 1200px) {
  .header_navigation-tools .btn-login {
    display: inline-block;
    width: 100px;
    font-size:14px;
    font-size:0.875rem;
  }
}
.header_navigation-tools .btn-login:hover {
  color: white;
}
.header_contact {
  text-transform: uppercase;
  font-size: 19px;
}
@media only screen and (min-width: 1200px) {
  .header_contact {
    text-transform: capitalize;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right:1em;
  }
}

.header_tel {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  margin-bottom:5px;    
}
@media only screen and (min-width: 1200px) {
  .header_tel {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    padding-right:10px;
  }
}

.header_nav-list {
  float: none;
  clear: both;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .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;
}
.header_nav-link:hover {
  text-decoration: none;
  color: #e0e6eb!important;
}
@media only screen and (min-width: 1200px) {
  .header_nav-link {
    display: block;
    padding: 5px 10px 25px;
    border: none;
    position: relative;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .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: 80px;
    margin-left: -40px;
    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);
}
@media only screen and (min-width: 1200px) {
  .header_nav-link i {
    display: none;
  }
}

.header_sub-nav-wrap {
  margin-bottom: 0px;
  /*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;
}
.header_sub-nav-wrap:before {
  display: table;
  content: " ";
}
.header_sub-nav-wrap:after {
  display: table;
  content: " ";
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .header_sub-nav-wrap {
    display: none;
    position: absolute;
    top: 100%;
    right:-27%;
    width:640px;
    opacity: 1;
    background-color: white;
    z-index: 9;
    padding: 30px 20px 5px 10px;
    min-height: 250px;
    max-height: none;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 0px;
    border-radius: 2px;
  }
}

@media only screen and (min-width: 1200px) {
  .header_sub-nav_col {
    width:50%;
    margin-right: 0px;
  }
  .header_sub-nav_col.left > ul {
      padding-left: 20px;
  }
  .header_sub-nav_col.right > ul {
    padding-left: 25px;
  }
}

.header_sub-nav_parent-link {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  border-bottom: 1px solid #c3c3c3;
  /*text-transform: uppercase;*/
}
.header_sub-nav_parent-link.w-arrow:after {
  content: "\e82a";
  position: absolute;
  right: 30px;
  top: 21px;
  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);
}
@media only screen and (min-width: 1200px) {
  .header_sub-nav_parent-link.w-arrow:after {
    display: none;
  }
}
.header_sub-nav_parent-link.w-arrow_right:after {
  content: "\e82a";
  position: absolute;
  right: 30px;
  top: 21px;
  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;
}
@media only screen and (min-width: 1200px) {
  .header_sub-nav_parent-link.w-arrow_right:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header_sub-nav_parent-link {
    font-size: 14px;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    margin-bottom: 12px;
    position: relative;
    border-bottom: 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: normal;
    -webkit-text-stroke: 0px;
  }
  .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;
}
@media only screen and (min-width: 1200px) {
  .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);
}
.header_sub-nav_list.slide-down {
  opacity: 1;
  display: block;
  z-index: 102;
  /* background: rgb(255, 255, 255); */
  padding: 15px 0px;
  background: rgb(255, 255, 255) url(../img/mobile-menu-shadow.png) no-repeat center left;
}
@media only screen and (min-width: 1200px) {
  .header_sub-nav_list {
    display: block !important;
    height: 100% !important;
    opacity: 1;
    overflow: inherit;
    max-height: 100%;
    margin-bottom: 25px;
    min-width: 320px;  
  }
.header_sub-nav_list.slide-down {
  opacity: 1;
  display: block;
  z-index: 102;
  /* background: rgb(255, 255, 255); */
  padding: 15px 0px;
  background: transparent;
}
}

.header_sub-nav-link {
  font-size: 16px;
  font-size: 1rem;
  padding: 14px 0px 10px 35px;
  display: block;
  -webkit-text-stroke: 0px;
}
.header_sub-nav-text {
  font-size: 14px;
  padding: 14px 0px 10px 55px;
  display: block;
  cursor:default;
  -webkit-text-stroke: 0px;
}


.header_phone_divider{
    width: 10px;
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin-right: 18px;
}

.header_phone {
   height: 30px;
   margin-top: 20px;
   display: inline-block;
   float: right;
}

@media only screen and (min-width: 1200px) {
  .header_sub-nav-link {
    padding: 2px 30px;
    font-size: 15px;
    display: block;
    font-weight: normal;
    min-width: 320px;  
  }
  .header_sub-nav-link.c-red {
    color: #d50032;
  }
    .header_sub-nav-text {
    padding: 2px 30px;
    font-size: 15px;
    display: block;
    font-weight: normal;
    cursor:default;
    min-width: 320px;    
  }
}
.header_sub-nav-link:hover {
  color: #C11F31;
  text-decoration: none;
}

.header_sub-nav-link:hover:before{
    font-size: 12px!important;
    color: #C11F31;
    content: "\e82a";
    font-family: "icomoon";
    speak: none;
    text-transform: none;
    position: relative;
    margin-right: -7px;
    line-height: normal;
    left:-20px
}

.header_sub-nav_parent-link.no-link:hover {
    text-decoration:none;
    color: #d50032
  }
 @media only screen and (min-width: 1200px) {
    .header_sub-nav_parent-link.no-link:hover {
    text-decoration:none;
    color:  #002b49;
    cursor: default;
  }
 }
.mobile .header_sub-nav-link:hover, .tablet .header_sub-nav-link:hover {
  color: #002b49;
}


@media only screen and (min-width: 1200px) {
  .header_navigation-tools {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    float: right;
    text-align: right;
    margin-right: -25px;
    display: inline-block;
    margin-left: 15px;
  }
 .header_navigation {
  /* left:3% */
}

.header_nav-link {
    display: block;
    padding: 5px 10px 19px;
    border: none;
    position: relative;
    font-size: 11px;
    font-size: 0.6875rem;
}
.header_sub-nav-wrap {
    right:-27%;

    }
}



@media only screen and (min-width: 1201px) {
.header_nav-link {
    display: block;
    padding: 5px 15px 19px;
    border: none;
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
}
.header_sub-nav-wrap {
    right:-9%;

    }
}




@media only screen and (min-width: 1200px) {
.header_nav-link {
    display: block;
    padding: 5px 15px 19px;
    border: none;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
}
.header_sub-nav-wrap {
    right:-9%;

    }
.header_nav-link.w-arrow:before {
  content: "\e82a";
  position: absolute;
  right: 5px;
  top: 18px;
  margin-top: -6px;
  color: #FFFFFF;
  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: 8px;
  /* font-size: 0.75rem; */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
}

@media only screen and (min-width: 1300px) {
  .header_navigation-tools {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    text-align: right;
    display: inline-block;
  }

.header_nav-link {
    display: block;
    padding: 5px 15px 19px;
    border: none;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
}
.header_sub-nav-wrap {
    right:-9%;

    }
}


@media only screen and (min-width: 1400px) {
  .header_navigation-tools {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    text-align: right;
    display: inline-block;
  }

}


@media only screen and (min-width: 1500px) {
  .header_navigation-tools {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    text-align: right;
    display: inline-block;
  }

}

@media only screen and (min-width: 1580px) {
  .header_sub-nav-wrap {
    display: none;
    position: absolute;
    top: 100%;
    right:-48px;
    width:750px;
    opacity: 1;
    background-color: white;
    z-index: 9;
    padding: 40px 20px 20px 20px;
    min-height: 250px;
    max-height: none;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 0px;
  }
    .header_nav-link {
    padding: 5px 26px 19px;
}
      .header_navigation-tools .btn-apply {
    display: inline-block;
    width: 160px;
    font-size:14px;
    font-size:0.875rem;
}
      .header_navigation-tools .btn-login {
    display: inline-block;
    width: 110px;
    font-size:14px;
    font-size:0.875rem;
    }
  .header_navigation-tools {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    text-align: right;
    display: inline-block;
  }

.header_nav-link.w-arrow:before {
  content: "\e82a";
  position: absolute;
  right: 14px;
  top: 18px;
  margin-top: -6px;
  color: #FFFFFF;
  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: 8px;
  /* font-size: 0.75rem; */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
}

@media only screen and (min-width: 1800px) {
  .header_navigation-tools {
    margin-bottom: 10px;
    padding: 0;
    width: auto;
    text-align: right;
    display: inline-block;
  }
}
/*---------------------------------
	Footer
-----------------------------------*/
.footer-top {
  background-color: #092B49;
  padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    padding-top: 60px;
  }
}
.footer-top h4 {
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .footer-top h4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 2px;
  }
}

.follow-wrap {
  width: 100%;
  text-align: center;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .follow-wrap {
    text-align: left;
    width: 550px;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 980px) {
  .follow-wrap {
    width: 25%;
    float: right;
    margin-top: 0;
  }
}
.follow-wrap h4 {
  margin-top: 0;
}

.footer-menu {
  display: none;
  margin: 0px -10px;
}
@media only screen and (min-width: 768px) {
  .footer-menu {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .footer-menu {
    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: #C11F31;
  text-decoration: none;
}

.footer_nav-link-big {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.footer-bottom {
  background: #092B49;
  padding: 0px 0px 40px;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  line-height: 14px;
  text-align: justify;
}
.footer-bottom p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    text-align: center;
  }
}

.footer-social {
  font-size: 37px;
  font-size: 2.3125rem;
  text-align: center;
  display: inline-block;
  margin: 0px 10px;
}
.footer-social:hover {
  text-decoration: none;
  color: #C11F31;
}
@media only screen and (min-width: 768px) {
  .footer-social {
    text-align: left;
    position: relative;
    margin: 16px 15px 0 0;
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  .footer-social {
    top: 0;
    margin: 8px 10px 0 0;
    float: none;
  }
}

.share-buttons {
  display: inline-block;
}

.footer-logo {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-logo {
    display: inline-block;
    margin-top: 0;
    margin-left: 25px;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  .footer-logo {
    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: #FFF;
}
.copyrights p a {
  color: #FFF;
  margin: 0px 3px;
}
.copyrights p a:hover {
  color: #C11F31;
}
.copyrights p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .copyrights p br {
    display: inline-block;
  }
}

.copy-text {
  display: block;
}
@media only screen and (min-width: 768px) {
  .copy-text {
    display: inline-block;
  }
}

.c-license {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-license {
    display: inline-block;
  }
}

/*---------------------------------
	Banner
-----------------------------------*/
.banner_wrap-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner_wrap-content.banner_wrap-box {
  padding-bottom: 136px;
}
@media only screen and (min-width: 768px) {
  .banner_wrap-content.banner_wrap-box {
    padding-bottom: 88px;
  }
}
.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-wrap .header_auto-wrapper {
  height: 100%;
  position: relative;
}
.landingpage.banner_table-text_content {
  position: absolute;
  top: 30%;
  }
  
.landingpage h1 {
  font-size: 2.125rem;
  line-height: 1.2em;
}

.banner_table-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.banner_underline {
  border-top: 2px solid #C11F31;
  width: 200px;
  height: 2px;
  margin: 20px 0px;
}

.banner_underline_right {
  border-top: 2px solid #C11F31;
  width: 200px;
  height: 2px;
  margin: 20px 0px;
  right: 35px;
  position: absolute;
  display: block;
  top: 40px;
}

.banner_table-text .auto-wrapper {
  padding: 0px 50px;
}

.banner_table-text_content {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 20px 20px 100px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(8,42,72,.6) 40%,rgba(8,42,72,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(8,42,72,.6) 40%,rgba(8,42,72,1) 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(8,42,72,.6) 40%,rgba(8,42,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#092B49',GradientType=0 ); /* IE6-9 */
}
.banner_table-text_content.is-right-aligned {
  left: 0px;
  right: 0px;
  text-align: right;
  padding-right: 40px;
}

.banner_table-text_content.is-center-aligned {
  text-align: center;
  width: 100%;
  left: auto;
}

.banner_boxes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  color: white;
}
.banner_boxes .auto-wrapper {
  padding: 0px 15px;
  position: relative;
  height: 100%;
}
.banner_boxes .header_auto-wrapper {
  padding: 0px 15px;
  position: relative;
  height: 100%;
}
.banner_boxes h2 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left:0px;
  letter-spacing: -1px;    
}
.banner_boxes p {
    padding-left:15px;
    margin-bottom: 0px;
}
.banner_table-text_content h2 {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0px; 
}
.banner_table-text_content p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  font-family: museo;
  font-weight: 300;    
}
.banner_table-text_content a.banner-btn {
  margin-top: 10px;
  display: inline-block;
  /*text-transform: uppercase;*/
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  border: 1px solid;
  border-radius: 20px;
  padding: 2px 15px;    
}

.banner-btn:hover {
 color:#C11F31!important;
 text-decoration:none;
}

.red-link .banner-btn:hover {
 color:#FFFFFF!important;
 text-decoration:none;
 background:#C11F31;
 border: 1px solid #C11F31;
}

.blue-link .banner-btn:hover {
 color:#FFFFFF!important;
 text-decoration:none;
 background:#00A7E1;
 border: 1px solid #00A7E1;
}

.banner_boxes-content,.banner_boxes-content_whitebg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px 100px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(8,42,72,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(8,42,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(8,42,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#092B49',GradientType=0 ); /* IE6-9 */
}

/*.banner_boxes-content,.banner_boxes-content_whitebg,.smallbanner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px 80px;
  top:75px;
}*/

.smallbanner{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px 80px;
  top:75px;
}

@media only screen and (min-width: 360px) {
.smallbanner{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 15px 80px;
  top:75px;
}
}

.banner_boxes-btn_whitebg a.qualify-link:hover{
    color:#ff003c;
    text-decoration:none;
}
.banner_boxes-btn_whitebg a.apply-link:hover{
    color:#ff003c;
    text-decoration:none;
}

.interest_rate {
  width: 100%;
  float: left;
  padding: 0px 15px;
  text-align: center;
}

.interest_rate span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 14px;
  text-align: left;
}

.interest_rate span.interest-text {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 48px;
  letter-spacing: -2pt;
  height: 48px;
}

.ratePerc {
	position: relative;
	right: -7px;
	top: -12px;
	width: 40px;
	text-align: right;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}
.ratePA {
	position: relative;
    right: 14px;
    top: 0px;
	width: 40px;
	text-align: right;
	font-size: 14px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 400;
}

.interest_rate-box-wrap {
  margin: 0px 0px;
  width: 55%;
  float: right;
}


.comparison-rate {
  color: #c1c3c6;
}

.lvr_cta-wrap {
   width:45%;
   display:inline-block;
   vertical-align: top;
}

.lvr_cta-wrap h3 {
   font-size:21px;
   margin: 5px 0px;
   color:#FFF;
}

.lvr_cta-wrap p {
   font-size:20px;
   padding:0px;
}

.lvr_cta-divider {
    border-bottom: 2px solid #C11F31;
    height:2px;
    margin:25px 0px 10px;
    max-width:180px;
}

.lvr_cta-wrap .banner-btn {
    margin-top: 10px;
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    border: 1px solid;
    border-radius: 20px;
    padding: 2px 15px;
    min-width: 150px;
    text-align: center;
}

.lvr_cta-wrap .banner-btn.nz-btn {
   font-size:15px;
   padding:4px 8px;
   min-width: 100%;
}

.lvr_cta-wrap .navy-link .banner-btn {
    color:#FFF;
    
}

.lvr_cta-wrap .red-link .banner-btn {
    color:#FFF;
    
}

.lvr_cta-wrap .blue-link .banner-btn {
    color:#FFF;
    
}

.lvr_cta-wrap .blue-link .banner-btn {
    border:2px solid #00A7E1;
}


.navy-link {
   color:#092B49;
}

.red-link {
   color:#C11F31;
}

.comp_rate-text{
    padding:10px 0px;
    font-size:20px!important;
}


.banner_boxes-btn, .banner_boxes-btn_whitebg {
  clear: both;
  float: none;
  background-color: #092B49;
  margin: 30px -15px 0;
  text-align: center;
  padding: 20px 30px;
}

.banner_boxes-btn a,.banner_boxes-btn_whitebg a {
  display: block;
  position: relative;
  color: white;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media only screen and (min-width: 360px) {
.interest_rate span.interest-text {
  font-size: 70px;
  /*font-size: 3.75rem;*/
  line-height: 68px;
  letter-spacing: -2pt;
  height: 70px;
}
    .ratePerc {
	position: relative;
	right: -8px;
	top: -21px;
	width: 40px;
	text-align: right;
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}
    .ratePA {
	position: relative;
    right: 20px;
    top: 0px;
	width: 40px;
	text-align: right;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 400;
}
 .interest_rate span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  line-height: 14px;
  text-align: left;
}
.comp_rate-text{
    padding:10px 0px 15px;
    font-size:18px!important;
}
}

@media only screen and (min-width: 440px) {
  .landingpage.banner_table-text_content {
  position: absolute;      
  top: 30%;
  }
  .landingpage h1 {
  font-size: 2.725rem;
  }
}

@media only screen and (min-width: 640px) {
  .banner_table-text_content {
    width: 100%;
    bottom: 0%;
    padding: 20px 20px 40px 40px;   
  }
  .landingpage.banner_table-text_content {
  position: absolute;      
  top: 45%;
  padding-left: 40px;      
  }    
  .landingpage h1 {
  font-size: 2.725rem;
  }
  .banner_boxes-table {
    max-width: 400px;
    margin: 0 2%;
  }
.interest_rate-box-wrap {
  margin: 0px 0px;
  width: 50%;
  float: right;
}

}

@media only screen and (min-width: 768px) {
  .interest_rate span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .interest_rate span.interest-text {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 62px;
    height: 62px;
   }
  .interest_rate-box-wrap {
    margin: 0;
    /* padding-left:15px; */
    width:50%;
    display:inline-block;  
  }
  .banner_boxes-btn a,.banner_boxes-btn_whitebg a {
    display: inline-block;
    margin: 0px 5%;
  }
 .banner_boxes-btn, .banner_boxes-btn_whitebg {
  padding: 15px 30px;
}
    
  .banner_boxes-table {
    max-width: 400px;
    margin: 0 2%;
  }
    .banner_boxes-btn_whitebg a.qualify-link {
    padding: 0px 0px 0px 15px;
    width: 50%;
    margin: 0;
    color:#fff;
    font-size: 14px;
    font-size: 0.875rem;

 }
 .banner_boxes-btn_whitebg a.apply-link {
    padding: 0px 5px 0px 15px;
    width: 50%;
    margin: 0;
    color:#fff;
    font-size: 14px;
    font-size: 0.875rem;
}
    .ratePerc {
	position: relative;
    right: -8px;
    top: -22px;
    width: 40px;
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}
.ratePA {
	position: relative;
    right: 23px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 22px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 600;
}
}

@media only screen and (min-width: 900px) {
  .banner_table-text_content {
    bottom: 0%;
    padding: 20px 20px 60px 40px;
  }
.landingpage.banner_table-text_content {
  position: absolute;      
  top: 55%;
  padding-left:60px;
  }
.banner_table-text_content.is-right-aligned {
  left: inherit;
  right: 0px;
  text-align: right;
}
.banner_underline_right {
  border-top: 2px solid #C11F31;
  width: 200px;
  height: 2px;
  margin: 20px 0px;
  right: 35px;
  position: absolute;
  display: block;
  top: 60px;
}

}

@media only screen and (min-width: 980px) {
  .banner_boxes-btn {
    margin: 15px -30px 0;
    background-color: rgba(19, 74, 110, 0.8);
  }
    .banner_boxes-btn_whitebg {
    margin: 15px -30px 0;
    background-color: rgba(255, 255, 255, 0.8);
    color:#092B49;    
  }
    
  .banner_boxes-btn a{
    padding: 0px 10px;
    width: 50%;
    margin: 0;
  }
  .banner_boxes-table {
    max-width: 100%;
    margin: 0 auto;
 }
  .banner_wrap-content.banner_wrap-box {
    padding-bottom: 0;
  }
  .banner_table-text {
    padding-top: 100px;
}
  .banner_table-text .auto-wrapper {
    padding: 0px 15px;
  }
  .banner_table-text_content h2 {
    margin-bottom: 20px;
    line-height: 42px;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700;
  }
 .banner_table-text_content {
    bottom: 0%;
  }
  .banner_table-text_content a.banner-btn {
    margin-bottom: 10px;
  }
 .banner_boxes {
    background: none;
  }
 .banner_boxes h2 {
    /* padding-left: 30px; */
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
.banner_boxes p {
    margin-bottom: 0;
    /* padding-left:30px; */
  }
 .banner_boxes-content_whitebg h2 {
    font-weight: 900;
 }
  .banner_boxes-content {
    bottom: inherit;
    top: 60%;
    margin-top: -162px;
    max-width: 500px;
    left: inherit;
    left: 35px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 0px 30px;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
  }
    
  .banner_boxes-content_whitebg {
    bottom: inherit;
    top: 50%;
    margin-top: -162px;
    max-width: 460px;
    left: inherit;
    left: 4%;
    position: absolute;
    background: rgba(255,255,255,1);
    padding: 30px 40px 30px 40px;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
  }

    .banner_boxes-content.slider, .banner_boxes-content_whitebg.slider {
    top:20%;
}


   .smallbanner {
    padding:20px 40px;
    max-width: 320px!important;
    }

      .banner_boxes-content_whitebg h2, .banner_boxes-content_whitebg p, .banner_boxes-content_whitebg .interest_rate {
     color:#092B49;    
    }
    .banner_boxes-content_whitebg .special {
     color:#C11F31;          
    }
    
      .interest_rate {
    text-align: left;
    padding: 0px 0px 0px 15px;
  }
 .banner_boxes-btn_whitebg a.qualify-link {
    padding: 0px 0px 0px 15px;
    width: 50%;
    margin: 0;
    color: #092B49;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.5px;
 }
 .banner_boxes-btn_whitebg a.apply-link {
    padding: 0px 5px 0px 15px;
    width: 50%;
    margin: 0;
    color: #C11F31;
    font-size: 14px;
    font-size: 0.875rem;
}

.lvr_cta-wrap h3 {
   color:#092B49;
}
.lvr_cta-wrap .navy-link .banner-btn {
    color:#092B49;   
}

.lvr_cta-wrap .red-link .banner-btn {
    color:#C11F31;   
}

.lvr_cta-wrap .blue-link .banner-btn {
    color:#092B49;   
}
}

@media only screen and (min-width: 1200px) {
  .banner_table-text_content {
    bottom: 0%;
    background: none;
    padding: 20px 20px 40px 40px;      
  }
.banner_boxes-content.slider, .banner_boxes-content_whitebg.slider {
    top:10%;
}
}

@media only screen and (min-width: 1460px) {
  .banner_table-text_content {
    bottom: 0%;
    background:none;
    padding: 20px 20px 80px 40px;
  }
  .landingpage.banner_table-text_content {
    bottom: 0%;
    padding-left: 50px;
  }
  .landingpage h1 {
  font-size: 3.125rem;
  }
    
  .banner_boxes-content, .banner_boxes-content_whitebg {
    bottom: inherit;
    top: 50%;
  }
  .banner_boxes-btn, .banner_boxes-btn_whitebg {
  padding: 20px 30px;
}
  .banner_boxes-content_whitebg {
    max-width: 480px;
  }
  .banner_boxes h2 {
    /* padding-left: 30px; */
    font-size: 28px;
    /*font-size: 1.6875rem; */
  }
    .interest_rate span {
    font-size: 20px;
    /*font-size: 1rem;*/
  }
    .interest_rate span.interest-text {
    font-size: 70px;
    /*font-size: 4.125rem;*/
    line-height: 68px;
    height: 70px;
   }
    .ratePerc {
    position: relative;
    right: -8px;
    top: -22px;
    width: 40px;
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
   }
    
    .banner_boxes-btn_whitebg a.qualify-link {
    padding: 0px 0px 0px 15px;
    width: 50%;
    margin: 0;
    color:#092B49;
    font-size: 16px;
    font-size: 1rem;

 }
 .banner_boxes-btn_whitebg a.apply-link {
    padding: 0px 5px 0px 15px;
    width: 50%;
    margin: 0;
    color:#C11F31;
    font-size: 16px;
    font-size: 1rem;
}
.banner_boxes-content.slider, .banner_boxes-content_whitebg.slider {
    top:10%;
}
}

@media only screen and (min-width: 1680px) {
  .banner_table-text_content {
    bottom: 0%;
    background:none;
    padding: 20px 20px 10% 40px;
  }
.banner_boxes-content.slider, .banner_boxes-content_whitebg.slider {
    top:22%;
}
}
@media only screen and (min-width: 1920px) {
.smallbanner {
    left:13%;
    padding:30px 40px;
    }
}

/*---------------------------------
	Banner Slider
-----------------------------------*/
.banner_auto_wrapper {
    max-width:1700px;
    margin:0 auto;
}

    .banner_slider_heading_wrap {
    top:17%;
    position:absolute;
    right:2%;
    font-family:Museo;
    font-size:16px;
    font-size:1rem;
    font-weight:bold;
    color:#092B49;
    /* border-bottom: 1px solid #c3c3c3; */
    text-align:right;
    padding-bottom:15px;
    }
 .banner_slider_heading_wrap span {
    color: #C11F31;
    padding-top: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0px;
    font-weight:normal;
    display:block;
    line-height:12px;
    }

.banner_slider {
  -webkit-animation: fadeIn 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeIn 2s; /* Firefox < 16 */
        -ms-animation: fadeIn 2s; /* Internet Explorer */
         -o-animation: fadeIn 2s; /* Opera < 12.1 */
            animation: fadeIn 2s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100  { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100  { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100  { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100  { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100  { opacity: 1; }
}

.slider_1 {
  padding-top:20px;
}
.slider_1 h1{
    font-size: 22px;
}
.slider_2 {
  padding-top:8px;   
}
.slider_3 {
  padding-top:10px;     
}
.slider_4 {
  padding-top:8px;      
}
.banner_slider-wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width:95%;
}

.banner_slider_loan-wrap {
  max-width: 260px;
    margin: 0 auto;
    width: 100%;
    color: #092B49;
    overflow: hidden;
    text-align: center;
    padding-top: 0npx;
}
.banner_slider_loan-wrap .banner_boxes-table {
   padding-top:0px;
}
.banner_slider_loan-wrap em {
   color: #C11F31;
   color: #092B49;
   font-style:normal;
   font-size: 16px;
   float: right;
}

.banner_slider_loan-wrap .interest_rate-box-wrap {
    max-width: 260px;
    float: left;
    width: 100%;
    margin: 0 auto;
}


.banner_slider_loan-wrap h2{
    font-weight: normal;
    margin-bottom:0px;
        font-size: 21px;
    font-size:1.3125rem;
}

.banner_slider_loan-wrap p{
    padding-left:20px;
    margin-bottom:0px;
    text-align: left;
    line-height: 18px;
}

.banner_slider_img {
    max-width: 240px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.banner_slider_loan-wrap .interest_rate {
    padding:0px 0px;
    width: 49%;
}

.banner_slider_loan-wrap a.banner-btn  {
  margin-top: 8px;
  display: inline-block;
  text-transform: uppercase;
    font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.banner_slider_content.is-right-aligned {
  left: inherit;
  right: inherit;
  text-align: center;
  margin-top: 0px;
}

.banner_slider_content h2 {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #092B49;
    font-size: 21px;
    font-size:1.3125rem;
    line-height: 1.3em;
}

.banner_slider_content a.banner-btn {
  margin-top: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.slider_3 a.banner-btn {
  margin-top:10px;
}

.banner_slider_awardcontent.is-right-aligned {
  left: inherit;
  right: inherit;
  text-align: center;
}

.banner_slider_awardcontent h2 {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #092B49;
    font-size: 21px;
    font-size:1.3125rem;
    line-height: 1.2em;
}

.banner_slider_awardcontent a.banner-btn {
  margin-top: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

.banner_slider_loan-wrap .interest_rate span.interest-text {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 38px;
}

.banner-text {
  font-size: 18px;
  font-size: 1.125rem;
}

.banner-text p {
  font-size: 16px;
  font-size: 1rem;
}
.banner-text p.latest_review-loc {
  font-size: 18px;
  font-size: 1.125rem;
}
.banner-text .blockquote {
  padding: 0px 20px;
}

.banner-star {
  font-size: 30px;
  font-size: 1.875rem;
  padding-top:3px;
}
.banner-star .fa {
  letter-spacing: -3px;
}
.banner-star .fa.bold {
  font-weight: 700;
}

.ipad .banner-star .fa.bold {
  font-weight: normal;
}

.banner_slider {
  position: relative;
  top:30%;
}

.banner_slider .owl-dots .owl-dot.active span {
  background-color: #C11F31;
}

.banner_slider .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #C11F31;
}

.banner_slider_owl-carousel-wrap .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  text-align:center;
  z-index: 998;
}

.banner_slider_owl-carousel-wrap .owl-controls {
  text-align:center;
  display: none;
}
 .banner_slider .owl-dots {
    top: 5px!important;
    right: 0px;
} 

.banner_slider_review-wrap {
    max-width: 400px;
    text-align: center;
    left: inherit;
    right: 0px;
    margin-top: 30px;
}
.banner_slider_review-wrap h2{
    margin-top: 15px;
}
.banner_slider_content em {
    font-family: Effra;
    font-size: 16px;
    font-size: 1rem;
    color: #092B49;
    display:block;
    font-style: normal;
    margin-bottom:5px;
    } 
    .banner_slider_awardcontent em {
    font-family:  Effra;
    font-size: 16px;
    font-size: 1rem;
    color: #092B49;
    display:block;
    font-style: normal;
    } 

@media only screen and (min-width: 360px) {
.banner_slider {
  position: relative;
  top:32%;
}
.slider_1 {
  padding-top:20px;
}
.slider_1 h1{
    font-size: 26px;
    font-size: 1.65rem;
}
.slider_2 {
  padding-top:8px;   
}
.slider_3 {
  padding-top:10px;     
}
.slider_4 {
  padding-top:8px;      
}
}
@media only screen and (min-width: 400px) {
.banner_slider {
  position: relative;
  top:32%;
}
.slider_1 {
  padding-top:50px;
}
.slider_2 {
  padding-top:8px;   
}
.slider_3 {
  padding-top:10px;     
}
.slider_4 {
  padding-top:8px;      
}
}
@media only screen and (min-width: 601px) {
 .banner_slider-wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 90%;
}
    
  .banner_slider_content.is-right-aligned {
  left: inherit;
  right: 35px;
  text-align: right;
  padding-top: 10px;
  margin-top: 0px;
    }
    .banner_slider_awardcontent.is-right-aligned {
  left: inherit;
  right: 35px;
  text-align: right;
   padding-top:30px;
    }
    .banner_slider_img {
    max-width: 200px;
    text-align: right;
    margin-right: 0px;
    margin-left: auto;
}
    .banner_slider_content a.banner-btn {
    margin-top: 10px;
}
  .banner_slider {
    margin: 0px -20px;
    top: 0%;
  }
    .banner-wrap {
    padding: 0px 20px;
  }
    
.banner_slider_loan-wrap {
  max-width: 210px;
    float: right;
    width: 100%;
    color: #092B49;
    padding-top: 0px;
}
.banner_slider_loan-wrap .interest_rate-box-wrap {
    max-width: 280px;
    float: right;
    width: 100%;
}

    .banner_slider_loan-wrap .interest_rate span.interest-text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
  }
    .banner_slider_loan-wrap .interest_rate span {
    font-size: 10px;
    font-size: 0.625rem;
  }
    .banner_slider_loan-wrap .interest_rate-box-wrap {
    max-width: 260px;
    clear:both;
    width: 100%;
}
    .banner_slider_content h2 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
    .banner_slider_awardcontent h2 {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
    .banner_slider_loan-wrap h2{
    padding-left:30px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
}

    .banner_slider_loan-wrap p{
    padding-left:15px;
}
    .banner_slider_awardcontent em {
    font-family:  Effra;
    font-size: 12px;
    font-size: 0.75rem;
    color: #C11F31;
    display:block;
    font-style: normal;
    } 
    
     .banner_slider_content a.banner-btn {
    margin-top: 0px;
    font-size: 14px;
    font-size: 0.875rem;
}
 .banner_slider_loan-wrap a.banner-btn {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    float:right;
    }    
.banner_slider_awardcontent a.banner-btn {
    margin-top: 0px;
    font-size: 14px;
    font-size: 0.875rem;
}
.banner_slider_review-wrap {
    max-width: 400px;
    text-align: right;
    left: inherit;
    right: 0px;
    float: right;
    margin-top: 10px;
}
    .banner_slider_heading_wrap {
    top: 12%;
    }
    .banner_slider_content em {
    font-family:  Effra;
    font-size: 12px;
    font-size: 0.75rem;
    color: #C11F31;
    display: block;
    font-style: normal;
    margin-bottom: 5px;
}
    .slider_1 {
  padding-top:56px;
}
.slider_2 {
  padding-top:36px;   
}
.slider_3 {
  padding-top:56px;     
}
.slider_4 {
  padding-top:56px;      
}
}
@media only screen and (min-width: 768px) {
  .banner_slider {
    margin: 0px -20px;
    top: 10%;
    }
    .banner_slider_loan-wrap .interest_rate-box-wrap {
    max-width: 350px;
}
      .banner_slider_owl-carousel-wrap .owl-controls {
  text-align:right;
  display: block;
  margin-top: 0px;
 }
   .banner_slider_content em {
    font-family:  Effra;
    font-size: 14px;
    font-size: 0.875rem;
    color: #C11F31;
    display:block;
    font-style: normal;
    margin-bottom:5px;
    }
    .banner_slider_awardcontent em {
    font-family:  Effra;
    font-size: 14px;
    font-size: 0.875rem;
    color: #C11F31;
    display: block;
    font-style: normal;
}
.banner_slider_heading_wrap {
    top: 17%;
    }
    
.slider_1 {
  padding-top:43px;
}
.slider_1 h1 {
  font-size:30px;
}
.slider_2 {
  padding-top:20px;   
}
.slider_3 {
  padding-top:43px;     
}
.slider_4 {
  padding-top:43px;      
}
}

@media only screen and (min-width: 900px) {
.slider_1 {
  padding-top:53px;
}
.slider_1 h1 {
  font-size:34px;
}
.slider_2 {
  padding-top:30px;   
}
.slider_3 {
  padding-top:53px;     
}
.slider_4 {
  padding-top:53px;      
}
}
@media only screen and (min-width: 980px) {
  .banner_slider {
    margin: 0px -20px;
    top: 35%;
  }
 .banner_slider-wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 95%;
}
  .banner_slider_heading_wrap {
    top: 30%;
    position:absolute;
    right:2%;
    font-family: museo;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight:bold;
    color:#092B49;
    /* border-bottom: 1px solid #c3c3c3; */
    text-align:right;
    padding-bottom:15px;
    }
    .banner_slider_loan-wrap .interest_rate span.interest-text {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 52px;
  }
    .banner-text h5 {
    min-height: 48px;
  }
    .banner_slider_content h2 {
    margin-top: 20px;
    line-height: 32px;
    font-size: 20px;
    font-size: 1.25rem;  
  }
    .banner_slider_awardcontent h2 {
    margin-top: 5px;
    line-height: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom:10px;
  }
    .banner_slider_loan-wrap h2{
    font-size: 29px;
    font-size: 1.8125rem;  
    }  
    .banner_slider_loan-wrap {
    max-width: 265px;
  }
    .banner_slider_awardcontent em {
    font-family:  Effra;
    font-size: 16px;
    color: #C11F31;
    /* color: #092B49; */
    display:block;
    font-style: normal;
    margin-bottom: 10px;
    }
    .banner_slider_content em {
    font-family:  Effra;
    font-size: 16px;
    color: #C11F31;
    /* color: #092B49; */
    display:block;
    font-style: normal;
    } 
    .banner_slider_loan-wrap .interest_rate {
    padding: 0px 0px 0px 15px;
    width: 50%;
  }
    .banner_slider_loan-wrap .interest_rate span {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height:16px;
  }
    .banner_slider_img {
    max-width: 280px;
    text-align: right;
  }
    .banner_slider_loan-wrap .interest_rate-box-wrap {
    max-width: 350px;
    clear:both;
    width: 100%;
}
     .banner_slider_content.is-right-aligned { 
    padding-top: 1px;
  }
    .banner_slider_awardcontent.is-right-aligned {
    padding-top: 0px;
}
    .banner_slider_review-wrap {
    max-width: 400px;
    text-align: right;
    left: inherit;
    right: 0px;
    float: right;
    margin-top: 10px;
}
 .banner_slider_content a.banner-btn {
    margin-top: 0px;
    font-size: 14px;
    font-size: 0.875rem;
}
 .banner_slider_loan-wrap a.banner-btn {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 10px;
    }    
.banner_slider_awardcontent a.banner-btn {
    margin-top: 0px;
    font-size: 14px;
    font-size: 0.875rem;
}
.slider_1 {
  padding-top:0px;
}
.slider_2 {
  padding-top:0px;   
}
.slider_3 {
  padding-top:0px;     
}
.slider_4 {
  padding-top:0px;      
}
}
@media only screen and (min-width: 1190px) {
  .banner_slider {
    margin: 0px 0px;
    top: 37%;
    width:100%;
  }
    .banner_slider_content.is-right-aligned {
    padding-top: 0px;
    }
    .banner_slider_awardcontent.is-right-aligned {
    padding-top: 0px;
    }
    .banner_slider_awardcontent h2 {
    margin-top: 0px;
    line-height: 42px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom:0px;
  }
    .banner_slider_awardcontent a.banner-btn {
    margin-top: 0px;
    font-size: 14px;
    font-size: 0.875rem;
}
    .banner_slider_img {
    max-width: 260px;
    text-align: right;
    }
    .banner_slider_content h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 42px;
    font-size: 20px;
    font-size: 1.25rem;
    }
    .banner_slider_content a.banner-btn {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    }
    .banner_slider_loan-wrap a.banner-btn {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 10px;
    }
    .banner_slider_loan-wrap .interest_rate span.interest-text {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 45px;   
    }
    .banner_slider_loan-wrap {
    max-width: 265px;
    padding-top: 0px;
}
    .banner_slider_loan-wrap h2 {
    font-size: 22px;
    font-size: 1.375rem;
    }
    .banner_slider_loan-wrap .interest_rate span {
    font-size: 11px;
    font-size: 0.625rem;
    line-height: 16px;
    }
    .banner_slider_heading_wrap {
    top:30%;
    position:absolute;
    right:0%;
    font-family: museo;
    font-size:20px;
    font-size:1.25rem;
    font-weight:bold;
    color:#092B49;
    /* border-bottom: 1px solid #c3c3c3; */
    text-align:right;
    padding-bottom:35px;
    padding-right:40px;
    }
    .banner_slider_content em {
    font-family:  Effra;
    font-size: 16px;
    font-size: 1rem;
    color: #C11F31;
    display:block;
    font-style: normal;
    } 
    .banner_slider_awardcontent em {
    font-family:  Effra;
    font-size: 16px;
    font-size: 1rem;
    color: #C11F31;
    display:block;
    font-style: normal;
    }
    .banner_slider_loan-wrap em {
   color: #C11F31;
   font-style:normal;
   font-size: 18px;
   float: right;
}
    .banner_slider_review-wrap h2 {
     margin-top:10px;
    }
}
@media only screen and (min-width: 1300px) {
  .banner_slider {
    margin: 0px 0px;
    top: 36%;
    width:100%;
  }
   .banner_slider_content.is-right-aligned { 
    padding-top: 0px;
  }
  .banner_slider-wrap {
  width:98%;
  }
       .banner_slider_heading_wrap {
    right:0%;
    padding-right:50px;
}
}
@media only screen and (min-width: 1400px) {
  .banner_slider {
    margin: 0px 0px;
    top: 35%;
    width:100%;
}
  .banner_slider-wrap {
  width:98%;
  }
   .banner_slider_heading_wrap {
    top:29%;
    right:0%;
 }
     .banner_slider_content em {
    font-family:  Effra;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #C11F31;
    display:block;
    font-style: normal;
    } 
    .banner_slider_awardcontent em {
    font-family:  Effra;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #C11F31;
    display:block;
    font-style: normal;
}
}

@media only screen and (min-width: 1580px) {
    .banner_slider {
    margin: 0px 0px;
    top: 33%;
    width: 100%;
}
     .banner_slider_heading_wrap {
    top: 28%;
    font-size:22px;
    font-size:1.375rem;
    right:0%;
    padding-bottom: 38px;
}
    .banner_slider_content h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 42px;
    font-size: 22px;
    font-size: 1.375rem;
    }
    .banner_slider_awardcontent h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 42px;
    font-size: 22px;
    font-size: 1.375rem;
    }
    .banner_slider_loan-wrap h2 {
    font-size: 24px;
    font-size: 1.5rem;
    }
    .banner_slider_loan-wrap {
    max-width: 280px;
  }
    .banner_slider_loan-wrap .interest_rate span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    }
    .banner_slider_img {
    max-width: 300px;
    text-align: right;
    padding-top:0px;
  }
    .banner_slider_review-wrap h2 {
     margin-top:10px;
    }
}

@media only screen and (min-width: 1640px) {
  .banner_slider {
    margin: 0px 0px;
    top: 35%;
    width:100%;
  }
   .banner_slider_content.is-right-aligned { 
    padding-top: 0px;
  }
    .banner_slider_content h2 {
    margin-top: 30px;
    line-height: 42px;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0px;
  }
    .banner_slider_content em {
    font-family:  Effra;
    font-size: 18px;
    color: #C11F31;
    display:block;
    font-style: normal;
    } 
    .banner_slider_awardcontent h2 {
    margin-top: 5px;
    line-height: 42px;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
    .banner_slider_awardcontent em {
    font-family:  Effra;
    font-size: 18px;
    color: #C11F31;
    display:block;
    font-style: normal;
    } 
    .banner_slider_img {
    max-width: 300px;
    text-align: right;
    padding-top:0px;
  }
   .banner_slider-wrap {
  width:98%;
  }
    .banner_slider_loan-wrap {
    max-width: 295px;
  }
    .banner_slider_loan-wrap h2{
    font-size: 26px;
    font-size: 1.625rem;  
    }
     .banner_slider_loan-wrap .interest_rate-box-wrap {
    max-width: 350px;
  }
     .banner_slider_loan-wrap .interest_rate span.interest-text {
    font-size: 44px;
    font-size: 2.875rem;
    line-height: 52px;
  }
     .banner_slider_heading_wrap {
    top: 30%;
    font-size:23px;
    font-size:1.4375rem;
    right:0%;
    padding-bottom: 40px;
    padding-right:60px;
}
    .banner_slider_loan-wrap .interest_rate span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    }
    .banner_slider_review-wrap h2 {
     margin-top:10px;
    }
}
@media only screen and (min-width: 1860px) {
  .banner_slider-wrap {
   width:100%;
  }
  .banner_slider_awardcontent.is-right-aligned {
    padding-top: 0px;  
  }
  .banner_slider_awardcontent a.banner-btn {
    margin-top: 0px;
    font-size: 16px;
    font-size: 1rem;
  }
    .banner_slider_loan-wrap a.banner-btn {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
    }
    .banner_slider_content a.banner-btn {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
    }
}
@media only screen and (min-width: 1980px) {
.banner_slider_heading_wrap {
    top:30%;
    position:absolute;
    right:0%;
    font-family: museo;
    font-size:22px;
    font-size:1.375rem;
    font-weight:bold;
    color:#092B49;
    /* border-bottom: 1px solid #c3c3c3; */
    text-align:right;
    padding-bottom:39px;
}
      .banner_slider {
    margin: 0px 0px;
    top: 34%;
    width:100%;
  }
  }
.button.secondary {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #092B49;
    color: #092B49;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-family: "Effra","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 20px 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    transition: background-color 300ms ease-out;
    min-width: 25%;
    z-index: 999;
}

/*---------------------------------
    SIDE NAV
-----------------------------------*/

.side-menu_wrap{
    top: 0;
    width: 180px;
    margin: 0 auto;
}

.side-menu_tel {
    font-size: 22px;
    font-size: 1.375rem;
    color:#092B49;
    display:inline-block;

}
.side-menu_tel span {
    font-size: 16px;
    font-size: 1rem;
    color:#092B49;
    display:block;
    line-height:12px;
    padding-top: 10px;
    /* color: #fff; */
    letter-spacing:normal;
    margin-bottom:15px;
}
.side-menu_tel span a {
    color:#C11F31;
    text-decoration:none;

}
.side-menu_tel span a:hover {
    color:#C11F31;
    text-decoration:none;

}

.icon_wrap {
width:100%;
display:table-cell;
position:relative;
}

.side-menu .fa {
position: relative;
display: table-cell;
width: 50px;
height: 50px;
text-align: center;
vertical-align: middle;
font-size:28px;
font-size:1.75rem;
/*-padding-left: 9px;
padding-right: 12px;-*/
z-index:1001;
}

.side-menu:hover,sidenav.side-menu.expanded,
.side-menu:focus,sidenav.side-menu.expanded {
width:45%;
height:50px;
overflow:visible;
display:inline-block;
background: rgba(255,255,255,0.8);
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
}


.side-menu {
background:rgba(255,255,255,0.4);
border:1px solid rgba(255,255,255,1);
display:inline-block;top:0;bottom:0;height:50px;left:0;width:42px;overflow:hidden;-webkit-transition:width .4s linear;-moz-transition:width .4s linear;-ms-transition:width .4s linear;-o-transition:width .4s linear;transition:width .4s linear;-webkit-transform:translateZ(0) scale(1,1);-moz-transform:translateZ(0) scale(1,1);-ms-transform:translateZ(0) scale(1,1);-o-transform:translateZ(0) scale(1,1);z-index:1001;border-radius:6px;margin:0 4px;
/*--box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);--*//* border:1px solid #ccc; */}

.side-menu>ul {
margin:0px 0;
}

.side-menu li {
position:relative;
display:block;
width:100%;
}

/*--.side-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#092B49;
height:50px;
width: 160px;
font-family:  'Museo', sans-serif;
line-height: 1.2em;
font-size: 11px;
font-weight: bold;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-moz-transform:translateZ(0) scale(1,1);
-ms-transform:translateZ(0) scale(1,1);
-o-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
-moz-transition:all .1s linear;
-ms-transition:all .1s linear;
-o-transition:all .1s linear;
transition:all .1s linear;
  
}--*/

.side-menu .list_wrap {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#C11F31;
height:50px;
width: 150px;
font-family:  'Museo', sans-serif;
line-height: 1.2em;
font-size: 9px;
font-size: 0.5625rem;
font-weight: bold;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-moz-transform:translateZ(0) scale(1,1);
-ms-transform:translateZ(0) scale(1,1);
-o-transform:translateZ(0) scale(1,1);
-webkit-transition:all .05s linear;
-moz-transition:all .05s linear;
-ms-transition:all .05s linear;
-o-transition:all .05s linear;
transition:all .05s linear;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
  
}

.side-menu .sidenav-icon {
position:relative;
display:table-cell;
width:50px;
height:50px;
text-align:center;
vertical-align:middle;
font-size:16px;
}

.side-menu .sidenav-text {
position:relative;
display:none;
width: 0px;
height: 0px;
font-family: 'Museo', sans-serif;
padding: 6px 5px 0px 0px;
overflow:hidden;
vertical-align: middle;
letter-spacing: -0.5px;
}
.side-menu .sidenav-text > a {
 color: #092B49;
}
.side-menu:hover,.side-menu .sidenav-text {
 width: 80px;
 height: 50px;
 position: relative;
 display:inline-block;
 overflow:hidden;
}

.side-menu:hover,.side-menu .list_wrap {
    width: 120px;
}
.side-menu .list_wrap:hover {
    color: #C11F31;
}

.side-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

.list_wrap a:hover,a:focus {
text-decoration:none;
}

sidenav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

sidenav ul,sidenav li {
outline:0;
margin:0;
padding:0;
}
.side-menu li:hover>a,sidenav.side-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page sidenav.dashboard-menu ul li:hover a,.dashboard-page sidenav.dashboard-menu ul li.active a,.side-menu .sidenav-text:hover>a {
color:#C11F31;
/* background-color:#ffffff; */
border-radius:6px;
}

.sidemenu_wrap {
    position: absolute;
    bottom: 0;
    margin:0 auto;
    width: 100%;
    text-align: center;
    top: 70%;
    z-index: 99;
    height: 160px;
    background: -moz-linear-gradient(top, rgba(242,242,242,0.1) 0%, rgba(230,230,230,0.7) 40%, rgba(217,217,217,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0.1) 0%, rgba(230,230,230,0.7) 40%,rgba(217,217,217,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,242,242,0.1) 0% ,rgba(230,230,230,0.7) 40%,rgba(217,217,217,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.left_sidemenu_wrap {
    position: absolute;
    bottom: 0;
    margin:0 auto;
    width: 100%;
    text-align: center;
    top: 70%;
    z-index: 99;
    height: 160px;
    background: -moz-linear-gradient(top, rgba(242,242,242,0.1) 0%, rgba(230,230,230,0.7) 40%, rgba(217,217,217,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0.1) 0%, rgba(230,230,230,0.7) 40%,rgba(217,217,217,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,242,242,0.1) 0% ,rgba(230,230,230,0.7) 40%,rgba(217,217,217,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

@media only screen and (min-width: 360px) {
.side-menu:hover,sidenav.side-menu.expanded,
.side-menu:focus,sidenav.side-menu.expanded {
width:45%;
height:50px;
overflow:visible;
display:inline-block;
/* background: rgba(255,255,255,1); */
/*--border: 1px solid #092B49;--*/
}
.side-menu {
width:50px;
}
.side-menu .fa {
width: 50px;
height: 50px;
font-size:30px;
font-size:1.875rem;
/*--padding-right: 10px;--*/
text-align: center;
}
.side-menu .sidenav-text {
position:relative;
display:none;
width: 0px;
height: 0px;
font-family: 'Museo', sans-serif;
padding: 6px 15px 0px 0px;
overflow:hidden;
vertical-align: middle;
font-size: 10px;
font-size: 0.625rem;
letter-spacing: normal;
margin-left: 10px;
}
.side-menu:hover,.side-menu .sidenav-text {
 width: 120px;
 height: 50px;
 position: relative;
 display:inline-block;
 overflow:hidden;
}
.side-menu:hover,.side-menu .list_wrap {
width: 165px;
}
.sidemenu_wrap {
    top: 70%;
}
.left_sidemenu_wrap {
    top: 70%;
}
.icon_wrap {
    left: 4%;
}
}
@media only screen and (min-width: 601px) {
     .sidemenu_wrap {
    position: absolute;
    top: 78%;
    height:100%;
    bottom:0;
    left:0;
    width: 100%;
    padding:5px;
    text-align: left;
    /* width:180px; */
    height: 140px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,252,252,0.7) 10%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,252,252,0.7) 10%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0% ,rgba(255,252,252,0.4) 10%,rgba(255,255,255,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    /* background: rgba(0,43,73,0.6); */
    /* border-radius: 8px; */
    text-align: center;
    border-top: 1px solid#fff;
    }
    .left_sidemenu_wrap {
    position: absolute;
    top: 10%;
    height:100%;
    bottom:0;
    left:0;
    width: 100%;
    padding:5px;
    text-align: left;
    width:160px;
    height: 100%;
    border-radius:4px;
    background: -moz-linear-gradient(top, rgba(242,242,242,0.1) 0%, rgba(230,230,230,0.7) 40%, rgba(217,217,217,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0.1) 0%, rgba(230,230,230,0.7) 40%,rgba(217,217,217,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,242,242,0.0) 0% ,rgba(230,230,230,0.0) 40%,rgba(217,217,217,0.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
    .side-menu {
    background: rgba(255,255,255,0.0);
    /* background: rgba(0,43,73,0.2); */
    display: inline-block;
    width:150px;
    height:28px;
    margin: 0px 0px;
    border-radius:6px;
    -webkit-transition:width .05s linear;
    -moz-transition:width .05s linear;
    -ms-transition:width .05s linear;
    -o-transition:width .05s linear;
    transition:width .05s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    -moz-transform:translateZ(0) scale(1,1);
    -ms-transform:translateZ(0) scale(1,1);
    -o-transform:translateZ(0) scale(1,1);
    border:none;
    }
    .side-menu:hover,sidenav.side-menu.expanded {
     width:150px;
     height: 28px;
     overflow:visible;
     display: inline-block;
     background: rgba(255,255,255,0.0);
     border:none
    }
    .side-menu li>a {
    font-size:16px;
    font-size:1rem;
    height:50px;
    }
    .side-menu .list_wrap {
    font-size: 13px;
    font-size: 0.8125rem;
    color:#C11F31;
    /* color: #fff; */
    height: 32px;
    width: 160px;
    -webkit-transform:translateZ(0) scale(1,1);
    -moz-transform:translateZ(0) scale(1,1);
    -ms-transform:translateZ(0) scale(1,1);
    -o-transform:translateZ(0) scale(1,1);
    -webkit-transition:all .05s linear;
    -moz-transition:all .05s linear;
    -ms-transition:all .05s linear;
    -o-transition:all .05s linear;
    transition:all .05s linear;
    }
    .side-menu .sidenav-text {
      width: 120px;
      height: 30px;
      display:table-cell;
      padding: 0px 5px 0px 0px;
    }
    .side-menu .sidenav-text> a {
    color:#092B49;
    /* color: #fff; */
    }
    .icon_wrap{
     width: 30px;
     display: block;
   }
    .side-menu .fa {
    position: relative;
    display: table-cell;
    width: 50px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding: 0px 5px 0px 10px;
    }
    .side-menu_wrap {
    width: 180px;
    padding: 0px 10px 0px 15px;
    position: relative;
    border-radius: 0px;
    }
    .side-menu_tel {
    font-size: 16px;
    font-size: 1rem;
    }
    
    .side-menu_tel span {
    color: #C11F31;
    padding-top:10px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
}
@media only screen and (min-width: 768px) {
    .sidemenu_wrap {
    position: absolute;
    top: 78%;
    height:100%;
    bottom:0;
    left:0;
    width: 100%;
    padding:5px;
    text-align: left;
    /* width:180px; */
    height: 140px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,252,252,0.7) 10%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,252,252,0.7) 10%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0% ,rgba(255,252,252,0.7) 10%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    /* background: rgba(0,43,73,0.6); */
    /* border-radius: 8px; */
    text-align: center;
    border-top: 1px solid#fff;
    }
    .left_sidemenu_wrap {
    position: absolute;
    top: 15%;
    height:100%;
    bottom:0;
    left:0;
    width: 100%;
    padding:5px;
    text-align: left;
    width:160px;
    height: 220px;
    border-top: 1px solid#fff;
    border-radius:4px;
    }
    .side-menu {
    background: rgba(255,255,255,0.5);
    /* background: rgba(0,43,73,0.2); */
    display: inline-block;
    width:150px;
    height:32px;
    margin: 0px 0px;
    border-radius:6px;
    -webkit-transition:width .05s linear;
    -moz-transition:width .05s linear;
    -ms-transition:width .05s linear;
    -o-transition:width .05s linear;
    transition:width .05s linear;
    -webkit-transform:translateZ(0) scale(1,1);
    -moz-transform:translateZ(0) scale(1,1);
    -ms-transform:translateZ(0) scale(1,1);
    -o-transform:translateZ(0) scale(1,1);
    border:1px solid #ffffff;
    }
    .side-menu:hover,sidenav.side-menu.expanded {
     width:150px;
     height: 32px;
     overflow:visible;
     display: inline-block;
     background: rgba(255,255,255,0.5);
     border:none
    }
    .side-menu li>a {
    font-size:16px;
    font-size:1rem;
    height:50px;
    }
    .side-menu .list_wrap {
    font-size: 13px;
    font-size: 0.8125rem;
    color:#C11F31;
    /* color: #fff; */
    height: 36px;
    width: 160px;
    -webkit-transform:translateZ(0) scale(1,1);
    -moz-transform:translateZ(0) scale(1,1);
    -ms-transform:translateZ(0) scale(1,1);
    -o-transform:translateZ(0) scale(1,1);
    -webkit-transition:all .05s linear;
    -moz-transition:all .05s linear;
    -ms-transition:all .05s linear;
    -o-transition:all .05s linear;
    transition:all .05s linear;
    }
    .side-menu .sidenav-text {
      width: 120px;
      height: 30px;
      display:table-cell;
      padding: 0px 5px 0px 0px;
    }
    .side-menu .sidenav-text> a {
    color:#092B49;
    /* color: #fff; */
    }
    .icon_wrap{
     width: 30px;
     display: block;
   }
    .side-menu .fa {
    position: relative;
    display: table-cell;
    width: 50px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding: 7px 5px 0px 10px;
    }
    .side-menu_wrap {
    width: 180px;
    padding: 0px 10px 0px 15px;
    position: relative;
    border-radius: 0px;
    }
    .side-menu_tel {
    font-size: 16px;
    font-size: 1rem;
    }
    
    .side-menu_tel span {
    color: #C11F31;
    padding-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0px;
}
}


@media only screen and (min-width: 980px) {
    .sidemenu_wrap {
    position: absolute;
    top:32%;
    height: 220px;
    bottom:0;
    right: -87%;
    width:60px;
    padding-top:0px;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(255,255,255,0.9) 0% ,rgba(255,252,252,0.9) 70%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 160px;
    border-radius: 6px;
    padding: 5px;
    /*- border-left: 2px solid #fff;
    border-bottom: 1px solid #fff; -*/
   }
    .left_sidemenu_wrap {
    position: absolute;
    top:28%;
    height: 220px;
    bottom:0;
    left: 0%;
    width:60px;
    padding-top:0px;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(255,255,255,0.2) 0% ,rgba(255,252,252,0.2) 70%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 220px;
    border-radius: 6px;
    padding: 5px;
    /*- border-left: 2px solid #fff;
    border-bottom: 1px solid #fff; -*/
   }    
    .side-menu {
    border:none;
    width: 210px;
    background:none;
    margin: 0px 0px;
    height:32px;
    border-radius: 0px;
    /* border-bottom:1px solid #e6e6e6; */
    border-bottom:none;
    }
    .side-menu:hover {
    /* border:none; */
    width:210px;
    height:32px;
    background: rgba(255,255,255,0.5);
    }
    .side-menu_wrap {
    top: 0;
    width: 210px;
    /* margin-left: 100% */
    padding: 0px 0px 5px 0px;
    position:relative;
    /* left:-45px; */
    background: none;
    /* border-bottom: 1px solid #c3c3c3; */
    text-align: center;
    margin-bottom: 0px;
}
    .side-menu .list_wrap {
        width:210px;
        color: #C11F31;
        height: 30px;
    }
    .side-menu_tel span {
     color:#C11F31; 
     padding-top: 10px;
     font-size: 16px;
     font-size: 1rem;
     margin-bottom: 0px;
    }
    
    .side-menu_tel span:hover:before {
    font-family: icomoon;
    content: "\e82a";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color:#C11F31;
    }
     
    .icon_wrap {
    width: 40px;
    display: table-cell;
    padding-left: 20px;
    }
    .side-menu .fa {
    font-size: 18px;
    padding: 0px 10px 4px;
    }
    .side-menu .sidenav-text> a {
    color:#092B49;  
    }
    .side-menu .sidenav-text {
    padding: 4px 5px 4px;
    font-size:12px;
    font-size:0.75rem;
    }
    .side-menu:hover:before {
    font-family: icomoon;
    content: "\e82a";
    display: inline-block;
    /* padding-left: 5px; */
    vertical-align: middle;
    width: 20px;
    position: absolute;
    left: 16px;
    top: 4px;
    font-size: 14px;
    font-size: 0.875rem;
    color:#C11F31;
}
    .side-menu_tel {
    font-size: 20px;
    font-size: 1.25rem;
    }
        
}

@media only screen and (min-width: 1200px) {
    .sidemenu_wrap {
    position: absolute;
    top:32%;
    height: 220px;
    bottom:0;
    right: -87%;
    width:60px;
    padding-top:0px;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(255,255,255,0.9) 0% ,rgba(255,252,252,0.9) 70%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 160px;
    border-radius: 6px;
    padding: 5px;
    /*- border-left: 2px solid #fff;
    border-bottom: 1px solid #fff; -*/
   }
    .left_sidemenu_wrap {
    position: absolute;
    top:28%;
    height: 220px;
    bottom:0;
    left: 0%;
    width:60px;
    padding-top:0px;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,252,252,0.8) 70%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(255,255,255,0.2) 0% ,rgba(255,252,252,0.2) 70%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    width: 220px;
    border-radius: 6px;
    padding: 5px;
    /*- border-left: 2px solid #fff;
    border-bottom: 1px solid #fff; -*/
   }    
    .side-menu {
    border:none;
    width: 210px;
    background:none;
    margin: 0px 0px;
    height:32px;
    border-radius: 0px;
    /* border-bottom:1px solid #e6e6e6; */
    border-bottom:none;
    }
    .side-menu:hover {
    /* border:none; */
    width:210px;
    height:32px;
    background: rgba(255,255,255,0.8);
    }
    .side-menu_wrap {
    top: 0;
    width: 210px;
    /* margin-left: 100% */
    padding: 0px 0px 5px 0px;
    position:relative;
    /* left:-45px; */
    background: none;
    /* border-bottom: 1px solid #c3c3c3; */
    text-align: center;
    margin-bottom: 0px;
}
    .side-menu .list_wrap {
        width:210px;
        color: #C11F31;
        height: 30px;
    }
    .side-menu_tel span {
     color:#C11F31; 
     padding-top: 10px;
     font-size: 16px;
     font-size: 1rem;
     margin-bottom: 0px;
    }
    
    .side-menu_tel span:hover:before {
    font-family: icomoon;
    content: "\e82a";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color:#C11F31;
    }
     
    .icon_wrap {
    width: 40px;
    display: table-cell;
    padding-left: 20px;
    }
    .side-menu .fa {
    font-size: 18px;
    padding: 0px 10px 4px;
    }
    .side-menu .sidenav-text> a {
    color:#092B49;  
    }
    .side-menu .sidenav-text {
    padding: 4px 5px 4px;
    font-size:12px;
    font-size:0.75rem;
    }
    .side-menu:hover:before {
    font-family: icomoon;
    content: "\e82a";
    display: inline-block;
    /* padding-left: 5px; */
    vertical-align: middle;
    width: 20px;
    position: absolute;
    left: 16px;
    top: 4px;
    font-size: 14px;
    font-size: 0.875rem;
    color:#C11F31;
}
        
}
@media only screen and (min-width: 1300px) {
    .sidemenu_wrap {
    position: absolute;
    top:32%;
    height:225px;
    bottom:0;
    right:-84%;
    padding:10px;
    width: 170px;
    }
    .left_sidemenu_wrap {
    position: absolute;
    top:26%;
    height:225px;
    bottom:0;
    left:0%;
    padding:10px;
    width: 230px;
    }
     .side-menu .sidenav-text {
    padding: 4px 5px 4px;
    font-size:12px;
    font-size:0.75rem;
    }
    .side-menu {
     width:210px;
    }
    .side-menu:hover {
     width:210px;
    }
    .side-menu_wrap {
     width: 210px;
}
}
@media only screen and (min-width: 1400px) {
    .sidemenu_wrap {
    position: absolute;
    top:30%;
    height:225px;
    bottom:0;
    right:-82%;
    text-align: left;
   }
    .left_sidemenu_wrap {
    position: absolute;
    top:26%;
    height:255px;
    bottom:0;
    left:0%;
    text-align: left;
   }
    .side-menu .sidenav-text {
    padding: 4px 5px 4px;
    font-size:12px;
    font-size:0.75rem;
    }
}

@media only screen and (min-width: 1600px) {
    .sidemenu_wrap {
    position: absolute;
    top:30%;
    height:263px;
    bottom:0;
    right:-82%;
    width:205px;
    text-align: left;
    /*--border-left: 2px solid #ccc;--*/
   }
    .left_sidemenu_wrap {
    position: absolute;
    top:24%;
    height:255px;
    bottom:0;
    left:0%;
    width:250px;
    text-align: left;
    /*--border-left: 2px solid #ccc;--*/
   }
   .side-menu {
     /* margin-left:100%; */
     width:230px;
     background:none;
     height: 36px;
   }
    .side-menu:hover {
     height: 36px;
     width: 230px;
   }
    .side-menu .fa {
    position: relative;
    display: table-cell;
    width: 50px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    padding: 0px 10px 4px;
    }
    .side-menu_wrap{
    top: 0;
    width: 230px;
    /* margin-left: 100%; */
    padding: 0px 0px 10px 0px;
    position:relative;
    left:0px;
    background: none;
    /* border-bottom: 1px solid #C11F31; */
    /* border-bottom: 1px solid #c3c3c3; */
    margin-bottom: 0px;
    text-align: center;
}
    .side-menu .sidenav-text {
    padding: 0px 5px 0px;
    font-size:13px;
    font-size:0.8125rem;
}
    .icon_wrap {
    width: 60px;
    }
    .side-menu_tel {
    font-size: 22px;
    font-size: 1.375rem;
}
    .side-menu_tel span {
    font-size: 18px;
    font-size: 1.125rem;
    }
    .side-menu:hover:before {
    top: 6px;
    }
    .side-menu_tel span:hover:before {
    font-family: icomoon;
    content: "\e82a";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    color:#C11F31;
    }
}
@media only screen and (min-width: 1860px) {
    .sidemenu {
    margin: 5px 0px;
    }
    .sidemenu_wrap {
    top:34%;
    bottom:0;
    right:-80%;
    }
    .left_sidemenu_wrap {
    top:26%;
    bottom:0;
    left:0%;
    }
    .side-menu_tel {
    font-size: 22px;
    font-size: 1.375rem;
    }
    .side-menu_tel span {
    font-size: 18px;
    font-size: 	1.125rem;
    }
    .side-menu {
     /* margin-left:100%; */
     width:230px;
     background:none;
     height: 36px;
   }
    .side-menu:hover {
    /* border:none; */
    width: 230px;
    height: 36px;
    }
    .side-menu .list_wrap {
    width:230px;
    }
    .side-menu .sidenav-text {
    font-size:13px;
    font-size:0.8125rem;
    width:120px;
    }
}
@media only screen and (min-width: 1980px) {
    .left_sidemenu_wrap {
    top:26%;
    bottom:0;
    left:0%;
    }
}
/*---------------------------------
	RIGHT NAV
-----------------------------------*/

.rightnavDiv {
    display: none;
    position: fixed;
    top: 0px;
    padding-top:5px;
    right: 0%;
    z-index: 100;
    height: 50px;
    width:100%;
    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);
}

.rightnavDiv a:hover {
    text-decoration: none;
}

.rightnav-buttons {
    margin-right: 10px;
    display:inline-block;
    top: 5px;
    position:relative;
    float: right;
    z-index: 999;
}

.btn-regular {
    width:130px;
    height:28px;
    font-size:10px;
    margin-right:10px;
    padding:0px;
    letter-spacing: -0.2px;
}

.btn-prequalify {
    width:100px;
    height:28px;
    font-size:10px;
    margin-right:10px;
    padding:0px;
}
.btn-applyonline {
    width:65px;
    height:28px;    
    font-size:10px;
    padding-top:0px;
}
.btn-applyonline i{    
    font-size:10px;
    padding-top:0px;
    display: none;
}
.rightnav_tel {
    font-size: 16px;
    color:#092B49;
    padding-top:7px;
    display:inline-block;
    line-height: 20px;
    margin-left:10px;
}
.rightnav_tel span {
    font-size: 10px;
    color:#092B49;
    display:none;
    line-height:6px;
}

.rightnav_tel em {
    font-size: 8px;
    color:#333;
    display:block;
    line-height:8px;
    padding-left:40px;
    padding-right:0px;
    text-align:right;
    font-style:normal;
}
@media only screen and (min-width: 360px) {
    .rightnavDiv {
    right: 0%;
    }
    .rightnav-buttons {
    margin-right: 15px;
    }
    .btn-applyonline {
    width:90px;
}
        .btn-regular {
    width:130px;
    height:28px;
    font-size:10px;
    margin-right:20px;
    padding-top:0px;
    letter-spacing: normal;
}
    
    .btn-prequalify {
    width:100px;
    height:28px;
    font-size:10px;
    margin-right:20px;
    padding-top:0px;
}
    .rightnav_tel {
    margin-left:10px;
    }    
}
@media only screen and (min-width: 370px) {
    .rightnav_tel {
    margin-left:20px;
    }    
}
@media only screen and (min-width: 768px) {
   .rightnavDiv {
    right: 2%;
    width: auto;
    background: none;
    box-shadow: none;
}

.rightnavDiv a:hover {
    text-decoration: none;
}

.rightnav-buttons {
    margin-right: 10px;
    top:-11px;
    float: none;
    }
         .btn-regular {
    width:160px;
    height:36px;
    font-size:12px;
    margin-right:10px;
    padding-top:4px;
}
    
    .btn-prequalify {
    width:120px;
    height:36px;
    font-size:12px;
    margin-right:10px;
    padding-top:4px;
}
.btn-applyonline {
    width:120px;
    height:36px;    
    font-size:12px;
    padding-top:4px;
}
.btn-applyonline i {    
    font-size:12px;
    display: inline;
    font-style:normal;
    padding-top:0px;
}
.rightnav_tel {
    font-size: 20px;
    color:#092B49;
    padding-top:4px;
    display:inline-block;
}
.rightnav_tel span {
    font-size: 11px;
    color:#092B49;
    display:block;
    line-height:18px;
} 
  .rightnav_tel em {
    display:none ;
}
}

@media only screen and (min-width: 980px) {
   .rightnavDiv {
    right: 1%;
}


.rightnav-buttons {
    margin-right: 10px;
}

}
@media only screen and (min-width: 1300px) {
.rightnavDiv {
    right: 8%;

}
.rightnav-buttons {
    margin-right: 80px;
}
    .btn-prequalify {
    margin-right:20px;
}
    .btn-regular {
    margin-right:20px;
}
}
/*---------------------------------
	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: 10px 10px 0px!important;
  background: #d9d9d9;
  border-bottom: none;
  font-size: 14px;
  font-size: .875rem;
  color: #808080;
  line-height: 30px;
  /*text-transform: uppercase;*/
  width: 50%;
  text-align: center;
  line-height: 1.5em;
}

.tabs-area .tabs li:hover {
  background: #e6e6e6;
  color:#C11F31;
}
.tabs-area .tabs li.current {
  background: #FFF;
  color:#092B49;    
}

.tabs-area .tabs li > span.tab_underline {
    border-bottom: 2px solid transparent;
    display: block;
    width: 60%;
    margin: 12px auto -2px; 
}

.tabs-area .tabs li.current > span.tab_underline{
    border-bottom: 2px solid #C11F31;
    display: block;
    width: 60%;
    margin: 12px auto -2px;
}

.tabs-area .tab-content {
  padding: 30px 0;
  background: #FFF;
}

.tab1 {border-top-left-radius: 5px;}

.tab2 {border-top-right-radius: 5px;}


@media only screen and (min-width: 768px) {
  .tabs-area .tabs li {
    /*width: auto;*/
    /*text-align: left;*/
    padding: 10px 20px 0px!important;
  }
.tabs-area .tabs li.current > span.tab_underline{
    width: 30%;
}

}

/*---------------------------------
	Blog
-----------------------------------*/
/*** Blog ***/
.blog-wrap {
  padding-bottom: 20px;
}
@media only screen and (min-width: 980px) {
  .blog-wrap {
    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;
}
@media only screen and (min-width: 768px) {
  .blog_feature-big .blog_feature-title {
    padding: 30px 25px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}

.blog_feature-title-content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog_feature-title-content {
    position: absolute;
  }
}

.blog_feature-title {
  margin: 0;
  padding: 15px 25px;
  color: white;
  background-color: #092B49;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .blog_feature-title {
    background-color: rgba(0, 0, 0, 0.5);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.9)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.9)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.9)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.9)); /*Standard*/
  }
}

.blog_feature-image {
  position: relative;
}
.blog_feature-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -o-transition: all 1s ease; /* IE 9 */
  -ms-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
}
.blog_feature-image:hover img {
     display: block;
     width: 100%;
     height: auto;
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
.blog_feature-right {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .blog_feature-right {
    margin: 0px -10px;
    padding: 0px 0 20px 0;
  }
}
@media only screen and (min-width: 980px) {
  .blog_feature-right {
    margin: 0px;
    padding: 20px 0 0;
  }
}

.blog_feature-small_main-wrap {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .blog_feature-small_main-wrap {
    width: 50%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 0;
  }
  .blog_feature-small_main-wrap:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  .blog_feature-small_main-wrap {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
    margin-bottom: 33px;
  }
}
@media only screen and (min-width: 1300px) {
  .blog_feature-small_main-wrap {
    margin-bottom: 40px;
  }
}

.blog_feature-small {
  position: relative;
    overflow: hidden;
}

/*** Blog Listings ***/
@media only screen and (min-width: 768px) {
  .blog_blog-detail {
    padding: 0;
  }
}
.blog_blog-detail .share-buttons {
  margin: 0 0 20px;
}

.blog_breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #C11F31;
}
.blog_breadcrumb a {
  color: #092B49;
}
.blog_breadcrumb a:hover {
  color: #C11F31;
  text-decoration: none;
}
.blog_breadcrumb a span {
  margin: 0px 5px;
  display: inline-block;
  color: #C11F31;
}

.blog_blog-content h3 {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 980px) {
  .blog_blog-content h3 {
	line-height: 24px;
	padding-left: 0px;
  }
}

.blog_listings {
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) {
  .blog_listings {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog_listings ul {
    margin-bottom: 25px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .blog_listings-img {
    width: 270px;
    height: 120px;
    float: left;
  }
}

.blog_listings-categ {
  text-transform: uppercase;
  color: #C11F31;
  font-size: 12px;
  font-size: 0.75rem;
}
.blog_listings-categ a {
  display: inline-block;
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .blog_listings-text {
    padding-left: 295px;
  }
}
.blog_listings-text h4 {
  margin-top: 0;
  color: #092B49;
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .blog_listings-text h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.blog_listings-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .blog_listings-text p {
    margin-bottom: 0;
  }
}
.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: #092B49;
  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;
}
@media only screen and (min-width: 768px) {
  .blog_popular_list-text h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
}
@media only screen and (min-width: 980px) {
  .blog_popular_list-text h5 {
    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;
}
@media only screen and (min-width: 768px) {
  .blog_popular-categ {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
}
@media only screen and (min-width: 980px) {
  .blog_popular-categ {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 14px;
    font-weight: normal;
  }
}

/*---------------------------------
	Feature Benifits & Fees
-----------------------------------*/
.feature-wrap p {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 4px;
  
}

.feature-benifits {
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto;
}

.feature-benifits-list {
 padding:0px 3%;
}

.feature-benifits-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.feature-info {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

.feature_img-holder {
  font-size: 50px;
  font-size: 3.125rem;
  /* margin-bottom: 20px; */
  display: inline-block;
  vertical-align: middle;
  /* margin-right: 10px; */
}

@media only screen and (min-width: 768px) {
.feature-info {
 max-width: 300px;

}
}

@media only screen and (min-width: 980px) {
  .feature-benifits {
    width: 65%;
    margin-bottom: 0;
    padding-right: 50px;
    float: left;
  }
  .feature-benifits h2 {
    text-align: left;
  }
}


@media only screen and (min-width: 980px) {
  .feature_img-holder {
    float: left;
    vertical-align: middle;
    width: 90px;
    text-align: center;
    margin-bottom: 0;
  }
  .feature-info {
   max-width:460px
  }
.feature-benifits-list {
 padding:0px 0px;
}
.feature-benifits-list li {
  padding-bottom: 40px;
  margin-bottom: 20px;
}
}

@media only screen and (min-width: 980px) {
  .feature_img-text {
    padding-left: 0px;
  }
  .feature_img-text p {
    text-align: left;
  }
  .feature_img-text p br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .feature-benifits {
    width: 70%;
  }
}




/*---------------------------------
	accordion Side Panel Section
-----------------------------------*/

.transition, .inner-list , .inner-text, .inner-text2, #accordion_sidepanel li  .selectedheading i:before, #accordion_sidepanel li  .selectedheading i:after {
  transition: opacity 0.05s ease-in-out; margin:  0.05s ease-in-out; ; padding:  0.05s ease-in-out;
}



.no-select, .selectedtitle h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*-- html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
  background-color: #dce7eb;
  font-family: "Museo", sans-serif;
  /*-- color: rgba(48, 69, 92, 0.8);
    } --*/

#accordion_sidepanel {
  font-family: "Museo", sans-serif;    
  min-height: 0;
  display: inline-block;
  position: relative;
  /*-- left: 50%; --*/
  margin: 90px 0;
  /*-- transform: translate(-50%, 0);  --*/
  /*-- box-shadow: 0 10px 0 0 #C11F31 inset; --*/
  /*-- background-color: #fefffa; --*/
  /*-- max-width: 1190px; --*/
  padding: 0px;
  /*-- perspective: 900; --*/
  list-style: none;
  margin: 0;   
  border-radius: 6px;
} 
  
#accordion_sidepanel::-webkit-scrollbar { 
  display: none; 
}
    
@media (max-width: 900px) {
  #accordion_sidepanel body {
    box-sizing: border-box;
    -ms-transform: translate(0, 0);
    -webktit-transform: translate(0, 0);      
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
    .selectedheading label {
    width:88%;    
    }
 }

.accordion_sidepanel_icon {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  /*-- float: left; --*/
  vertical-align: middle; 
  margin: 10px 15px 0px 10px;    
}
.accordion_sidepanel_icon .fa {
  position: relative;
  font-size: 24px;
  font-size: 1.75rem;
}

.selectedheading label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  font-weight: bold;
  /*-- letter-spacing: 1px; --*/
  display: block;
  /*-- background-color: #fefffa; --*/
  margin: 0;
  cursor: pointer;
  padding:5px 0px 10px 65px;
  color: #092B49;
  text-align: left;
}
    
.selectedheading {
    padding-top:0px;
    /*--background-color: #ffffff;--*/
    border-radius: 4px;
}
    
.selectedheading:hover {
    cursor: pointer;
}
            

#accordion_sidepanel .inner-text {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family:  Effra,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  /*-- letter-spacing: 1px; --*/
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  padding: 10px 15px 0px 60px;
  z-index: 2;
    /*--background-color: rgba(255,255,255,0.8);--*/
  margin: 0;    
}

#accordion_sidepanel .inner-p {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family:  Effra,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  padding: 10px 15px 0px 60px; 
}

#accordion_sidepanel .inner-text2 {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family:  Effra,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  /*-- letter-spacing: 1px; --*/
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  padding: 0px 0px 0px 0px;
  z-index: 2;
    /*--background-color: rgba(255,255,255,0.8);--*/
  margin: 0;    
}
#accordion_sidepanel .inner-list p {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family:  Effra,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  /*-- letter-spacing: 1px; --*/
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 0px;
  padding: 0px 15px 0px 60px;
  z-index: 2;
  background-color: transparent;
}

#accordion_sidepanel .inner-list ol {    
  perspective: 900;
  padding: 0;
  margin: 0;
  list-style: none;
}
    
#accordion_sidepanel .inner-list::-webkit-scrollbar { 
  display: none; 
}    
    
#accordion_sidepanel .inner-list {    
  padding: 10px 0px 14px 0px;
    /*--background-color: rgba(255,255,255,0.8);--*/
  list-style: none;
  overflow: hidden; 
  line-height: 0px;     
}

#accordion_sidepanel .inner-list li em {
  top: 20px;
  left: 0px;
  position: relative;
  list-style: none;
  /*-- font-size:14px;
  font-size:.85rem; --*/
}
#accordion_sidepanel .inner-list li em:before {
  margin-top: 0px;
  left: 30px;
  position: relative;
  list-style: none;
  line-height: 0px;
  font-weight: bold;    
      
}
 
#accordion_sidepanel .inner-list li {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: none;
  line-height: 0px;
  margin-bottom: 20px;
}
    
#accordion_sidepanel li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  /*-- padding-top: 18px; --*/

}
#accordion_sidepanel li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#accordion_sidepanel li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#accordion_sidepanel li:nth-of-type(3) {
  animation-delay: 1s;
}
#accordion_sidepanel li:last-of-type {
  padding-bottom: 0;
}
#accordion_sidepanel li .selectedheading em {
  position: absolute;   
  margin-top: 6px;  
  right: 20px;
  -ms-transform: translate(20px, 30px) rotate(-180deg);
  -moz-transform: translate(20px, 40px) rotate(-180deg);    
  -webkit-transform: translate(10px, 2px) rotate(90deg);    
  transform: translate(10px, 20px) rotate(90deg);
}
#accordion_sidepanel li .selectedheading em:after {
    content: "\e82a";
    position: absolute;
    right: 0px;
    top: 16px;
    margin-top: -6px;
    text-transform: none;
    line-height: 1;
    color: #C11F31;
    font-weight: 400;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translate(0px, 0) rotate(-180deg);
    -moz-transform: translate(0px, 0px) rotate(-180deg);
    -webkit-transform: translate(0px, 0) rotate(0deg);
    transform: translate(0px, 0) rotate(0deg);
}

#accordion_sidepanel li input[type=checkbox]:checked ~  .selectedheading em:after {
  -ms-transform: translate(0px, 0) rotate(-90deg);
  -moz-transform: translate(0px, 0) rotate(-90deg);    
  -webkit-transform: translate(0px, 0) rotate(-90deg);    
  transform: translate(0px, 0) rotate(-90deg);
   color:#C11F31;
}
   #accordion_sidepanel li input[type=checkbox]:not(:checked) ~ .selectedheading { 
    /*--background-color: #ffffff;--*/
    padding:0px;
    color:#092B49;
    border-radius: 0px;
    border-bottom: 1px solid #cccccc;
}
    #accordion_sidepanel li input[type=checkbox]:not(:checked) ~ .selectedheading label { 
    color:#092B49;
    padding-left: 65px;
}    
/*--#accordion_sidepanel li .selectedheading em:after {
  transform: translate(0px, 0);
}--*/
#accordion_sidepanel li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 45px;
  z-index: 999;
  opacity: 0;
  left:0;
}
#accordion_sidepanel li input[type=checkbox]:checked ~ .selectedheading {
    border-bottom:1px solid #cccccc;
}
#accordion_sidepanel li input[type=checkbox]:checked ~ .inner-text {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transform: translate(0px, 0);
  margin-bottom:0px;
  padding: 0px 15px 0px 30px;   

}
#accordion_sidepanel li input[type=checkbox]:checked ~ .inner-list {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transform: translate(0px, 0);
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;    

}

#accordion_sidepanel li input[type=checkbox]:checked ~ .inner-text2 {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transform: translate(0px, 0);
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;    

}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  3% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
/* @media only screen and (max-width: 600px) {
    #accordion_sidepanel li input[type=checkbox]:not(:checked) ~ .selectedheading label {
        padding-left: 30px;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: normal;
    }
    #accordion_sidepanel .inner-list li em {
        left:-18px;
    }
   #accordion_sidepanel li input[type=checkbox]:not(:checked) ~ .inner-list {
  margin-top: 0px;
  height: 0;
  opacity: 0;       
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;   

}
    #accordion_sidepanel li input[type=checkbox]:checked ~ .inner-list {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 34px 0px 10px 0px;
  background-color: rgba(255,255,255,0.8);
  list-style: none;
  line-height: 0px;         

}
    
 #accordion_sidepanel li input[type=checkbox]:not(:checked) ~ .inner-text2  {
  margin-top: 0px;
  height: 0;
  opacity: 0;       
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;   

} 
    
     #accordion_sidepanel li input[type=checkbox]:checked ~  .inner-text2 {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 0px 10px 0px 10px;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  margin: 0;             

}        
    
    #accordion_sidepanel .inner-list p, #accordion_sidepanel .inner-text {
  padding: 0px 15px 0px 35px;

    }
    #accordion_sidepanel .inner-p {
  padding: 30px 15px 0px 25px;

    }
    #accordion_sidepanel li input[type=checkbox]:not(:checked) ~ .inner-text  {
  margin-top: 0px;
  height: 0;
  opacity: 0;       
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;   

}
     #accordion_sidepanel li input[type=checkbox]:checked ~  .inner-text {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 34px 15px 14px 35px;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  margin: 0;             

}
  /* #accordion_sidepanel li input[type=checkbox]:checked ~ .selectedheading { 
    background-color: #e6e6e6;
    border-bottom: none;  
    } */
      
    /* .accordion_sidepanel_icon {
    visibility: collapse;
    }*/
      
   /* .selectedheading label {
    padding:15px 0px 15px 35px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;    
}
    /*--#accordion_sidepanel li {
    border-top:1px solid #cccccc;    
    }-*/
    
    /* #accordion_sidepanel .callout_panel_noshadow li {
    border-top:1px solid #ffffff;    
    }
    #accordion_sidepanel li input[type=checkbox] {
    height: 80px;
    }
} */

#accordion_sidepanel .btn-prequalify {
    width:45%;
    height:34px;
    font-size:12px;
    margin-right:10px;
    padding-top: 15px;
}

#accordion_sidepanel .btn-applyonline {
    width:45%;
    height:34px;
    font-size:12px;
    margin-right:10px;
    padding-top: 15px;
}


@media only screen and (min-width: 600px) {
    #accordion_sidepanel li .selectedheading em {
  position: absolute;   
  margin-top: 5px;
  right: 20px;
  -ms-transform: translate(20px, 30px) rotate(-180deg);
  -moz-transform: translate(20px, 40px) rotate(-180deg);    
  -webkit-transform: translate(10px, 2px) rotate(90deg);    
  transform: translate(10px, 2px) rotate(90deg);
}
#accordion_sidepanel li .selectedheading em:after {
    content: "\e82a";
    position: absolute;
    right: -20px;
    top: 16px;
    margin-top: -6px;
    text-transform: none;
    line-height: 1;
    color: #C11F31;
    font-weight: 400;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translate(0px, 0) rotate(-180deg);
    -moz-transform: translate(0px, 0px) rotate(-180deg);
    -webkit-transform: translate(0px, 0) rotate(0deg);
    transform: translate(0px, 0) rotate(0deg);

}
   #accordion_sidepanel li input[type=checkbox]:checked ~  .selectedheading em:after {
  -ms-transform: translate(0px, 0) rotate(-90deg);
  -moz-transform: translate(0px, 0) rotate(-90deg);    
  -webkit-transform: translate(0px, 0) rotate(-90deg);    
  transform: translate(0px, 0) rotate(-90deg);
   color:#C11F31;
} 
    .accordion_sidepanel_icon {
  margin: 10px 15px 0px 0px;    
}
}
@media only screen and (min-width: 640px) {
#accordion_sidepanel .inner-list {
  width:640px;
}
}
@media only screen and (min-width: 980px) {
#accordion_sidepanel .inner-list {
  width:100%;
}
}


/*** Fee ***/
.fee-wrap {
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .fee-wrap {
    width: 35%;
    float: left;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .fee-wrap {
    width: 30%;
  }
}

.fee-table {
      
}

.fee-content span {
  display: block;
  vertical-align: middle;
  position: relative;
  text-align:left;
}

.fee-info {
  float: left;
  width: 120px;
  padding-right: 20px;
  margin-right: 8px;
}
.fee-info:after {
  content: "\e82a";
  position: absolute;
  right: 0px;
  top: 5px;
  color: #C11F31;
  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: 140px;
}

.fee-list {
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 980px) {
  .fee-list {
    max-width: 100%;
  }
}
.fee-list li {
  margin-bottom: 10px!important;
  display: block;
  float: none;
  clear: both;
  line-height: normal!important;
}
.fee-list li:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}


/*** Side Rate Table Tabs ***/


.btn-tab1 {
 width: 120px;
 height: 36px;
 font-size: 12px;
     padding-top: 20px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
}

ul.sidepanel_tabs{
margin: 0px;
padding: 0px!important;
list-style: none;
}
ul.sidepanel_tabs li{
    background: #fff;
    color: #8f8f8f;
    display: inline-block;
    cursor: pointer;
    width: 49%;
    height: 40px;
    margin: 0px!important;
    border-radius: 10px 10px 0px 0px;
    
}

ul.sidepanel_tabs li span {
    padding: 10px 5px;
    display: block;
    line-height: 20px;
    text-align: center;
}

ul.sidepanel_tabs li.current{
    background: #f2f2f2;
    color: #092B49;
}

.sidepanel_tab-content{
    display: none;
    background: #f2f2f2;
    padding: 20px 0px 2px 10px;
    border-radius: 0px 0px 10px 10px;
}

.sidepanel_tab-content.current{
display: inherit;
}

ul.sidepanel_tab1_btn{
margin: 0px;
padding: 0px!important;
list-style: none;
}
ul.sidepanel_tab1_btn li{
    background: #f2f2f2;
    color: #8f8f8f;
    display: inline-block;
    cursor: pointer;
    width: 49%;
    height: 60px;
    margin: 0px!important;
    border-radius: 10px 10px 0px 0px;
    
}

ul.sidepanel_tab1_btn li span {
    padding: 5px;
    display: block;
    line-height: 20px;
    text-align: center;
    border: 1px solid #8f8f8f;
    border-radius: 10px;
    margin: 15px 10px;
    font-size: 12px;
}

ul.sidepanel_tab1_btn li span:hover {
    border-color: #C11F31;
    color: #C11F31;
} 

ul.sidepanel_tab1_btn li.current span {
    border-color: #092B49;
    color: #092B49;
}


ul.sidepanel_tab1_btn li.current{
    background: #f2f2f2;
    color: #092B49;
}

.sidepanel_tab1_btn-content{
    display: none;
    background: #f2f2f2;
    padding: 20px 0px 2px 10px;
    border-radius: 0px 0px 10px 10px;
}

.sidepanel_tab1_btn-content.current{
display: inherit;
}

ul.sidepanel_tab2_btn{
margin: 0px;
padding: 0px!important;
list-style: none;
}
ul.sidepanel_tab2_btn li{
    background: #f2f2f2;
    color: #8f8f8f;
    display: inline-block;
    cursor: pointer;
    width: 49%;
    height: 60px;
    margin: 0px!important;
    border-radius: 10px 10px 0px 0px;
    
}

ul.sidepanel_tab2_btn li span {
    padding: 5px;
    display: block;
    line-height: 20px;
    text-align: center;
    border: 1px solid #8f8f8f;
    border-radius: 10px;
    margin: 15px 10px;
    font-size: 12px;
}

ul.sidepanel_tab2_btn li span:hover {
    border-color: #C11F31;
    color: #C11F31;
} 

ul.sidepanel_tab2_btn li.current span {
    border-color: #092B49;
    color: #092B49;
}


ul.sidepanel_tab2_btn li.current{
    background: #f2f2f2;
    color: #092B49;
}

.sidepanel_tab2_btn-content{
    display: none;
    background: #f2f2f2;
    padding: 20px 0px 2px 10px;
    border-radius: 0px 0px 10px 10px;
}

.sidepanel_tab2_btn-content.current{
display: inherit;
}


.side_rate_table-wrap {
  text-align: center;
}

.side_rate_table-wrap label {
    font-size: 16px!important;
    font-size: 1rem!important;
}

.ownerocc-rates li{
  line-height: normal!important;
}
.investment-rates li{
  line-height: normal!important;
}


.side_rate_table-content span {
  display: block;
  vertical-align: middle;
  position: relative;
  text-align:left;
}

.side_rate_table-content span em {
  top: inherit!important;
  position: static!important;
} 

span.side_rate_table-info {
  float: left;
  width: 110px;
  padding-right: 10px;
  margin-right: 5px;
}
span.side_rate_table-info:after {
  content: "\e82a";
  position: absolute;
  right: 0px;
  top: 40%;
  color: #C11F31;
  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;
}

.side_rate_table-value {
  padding-left: 110px;
}

.side_rate_table-list {
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
}
.side_rate_table-list li {
  margin-bottom: 10px;
  display: block;
  float: none;
  clear: both;
}
.side_rate_table-list li:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

@media only screen and (min-width: 360px) {
    span.side_rate_table-info {
     width: 120px;
}
    .side_rate_table-value {
    padding-left: 140px;
}
    .sidepanel_tab-content{
    display: none;
    background: #f2f2f2;
    padding: 20px 10px 2px 20px;
    }
    .sidepanel_tab1_btn-content{
    display: none;
    background: #f2f2f2;
    padding: 20px 10px 2px 15px;
    }
    .sidepanel_tab2_btn-content{
    display: none;
    background: #f2f2f2;
    padding: 20px 10px 2px 15px;
    }
    
}
@media only screen and (min-width: 440px) {
    span.side_rate_table-info {
     width: 49%;
     padding-left: 15%;
  }
    .side_rate_table-value {
    padding-left: 55%;
}
    .sidepanel_tab1_btn-content {
    padding: 20px 5px 2px 15px;
}
    .sidepanel_tab2_btn-content {
    padding: 20px 5px 2px 15px;
}
}
@media only screen and (min-width: 980px) {
  .side_rate_table-wrap {
    width: 35%;
    float: left;
    text-align: left;
  }
    .side_rate_table-list {
    max-width: 100%;
  }
    span.side_rate_table-info {
     width: 120px;
     padding-left: 0px;
  }
   .side_rate_table-value {
    padding-left: 140px;
}
     
}
@media only screen and (min-width: 1200px) {
  .side_rate_table-wrap {
    width: 30%;
  }
    ul.sidepanel_tabs li {
    width: 49.4%;
}
  .sidepanel_tab1_btn-content {
    padding: 20px 5px 2px 20px;
}
  .sidepanel_tab2_btn-content {
    padding: 20px 5px 2px 20px;
}    
}



/*---------------------------------
	Compare
-----------------------------------*/
.compare_main-wrap {
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .compare_main-wrap {
    margin: 0;
  }
}
.compare_main-wrap .tab-content {
  border-bottom: none;
  padding-bottom: 30px;
}

.compare_choices {
  font-size: 12px;
  font-size: 0.75rem;
  color: #092B49;
  padding: 0px 10px;
}
@media only screen and (min-width: 768px) {
  .compare_choices.compare_choices-3col li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .compare_choices {
    padding: 0px;
  }
}
.compare_choices label {
  cursor: pointer;
}
.compare_choices p {
  padding: 0px 10px;
  line-height: 1.5em;    
}
@media only screen and (min-width: 768px) {
  .compare_choices p {
    padding: 10px 20px 0px;
    margin:0;  
  }
}
.compare_choices ul:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .compare_choices ul {
    text-align: center;
  }
}
.compare_choices ul li {
  width: 50%;
  float: left;
  padding: 10px 30px 10px 5px;
  text-align:center;
}
@media only screen and (min-width: 768px) {
  .compare_choices ul li {
    width: 25%;
    padding: 15px;
    text-align:center;
  }
}
.compare_choices .custom-radio-check {
  float: right;
}
@media only screen and (min-width: 768px) {
  .compare_choices .custom-radio-check {
    float: none;
    margin-left: 10%;
  }
}

.compare_table-wrap {
  background-color: white;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .compare_table-wrap .table-swipe {
    display: none;
  }
}

.compare_table {
  border: none;
  margin: 0;
}
.compare_table p {
  font-size: 18px;
  font-size: 1.125rem;
  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: block;
}

.compare_table_features {
  border: none;
  margin: 0;
}
.compare_table_features p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 17px;
}
.compare_table_features tr:first-child td {
  border-left: none;
}
.compare_table_features td {
  padding: 14px 20px;
  border-top: none;
  border-left: 1px solid #c1c3c6;
  vertical-align: top;
}
.compare_table_features td br {
  display: block;
}

@media only screen and (min-width: 768px) {
  .compare_table td br {
    display: block;
  }
  .compare_table_features td br {
    display: block;
  }
}
.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: #092B49;
  color: white;
  padding: 13px 20px;
  display: table-cell !important;
}

.compare_table_features td:first-child {
  border-left: none;
}
.compare_table_features .compare_table-sub_title {
  color: #004270;
  background: #f2f2f2;
  padding: 8px 20px;
  border-bottom: 1px solid #c1c3c6;
  display: table-cell !important;
}
.compare_table_features .compare_table-title {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #092B49;
  color: white;
  padding: 13px 20px;
  display: table-cell !important;
}

@media only screen and (min-width: 768px) {
  .compare_table-3col .compare_table-btn-wrap {
    width: 33.33%;
  }
}

.compare_table-btn-wrap {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  padding: 0px 4%;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .compare_table-btn-wrap {
    width: 25%;
  }
}
.compare_table .compare_table-btn-wrap {
  padding-top: 25px;
  border-top: none;
}
.compare_table-btn-wrap a {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.compare_table-btn-wrap p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  margin-bottom: 15px;
}

.container_table {
  width:100%;
  margin:auto;
}

.fixed_thead {
  top:50px;
  position:fixed;
  max-width:1250px;
  display:none;
  border:none;
  background: #fff;
  z-index:1;
  border-bottom: 2px solid #092B49;
}

.container_table2 {
  width:100%;
  margin:auto;
}

.scrollMore{
  margin-top:600px;
}

.up{
  cursor:pointer;
}

/*---------------------------------
	Pagination
-----------------------------------*/
.pagination {
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 980px) {
  .pagination {
    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;
}
@media only screen and (min-width: 768px) {
  .pagination a, .pagination span {
    display: inline-block;
  }
}
.pagination span {
  color: #8f8f8f;
}
.pagination a:hover {
  text-decoration: none;
  color: #C11F31;
}
.pagination .pagi-prev, .pagination .pagi-next {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .pagination .pagi-prev, .pagination .pagi-next {
    margin: 0px 15px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .pagination .pagi-prev {
    float: none;
  }
}
.pagination .pagi-next {
  float: right;
}
@media only screen and (min-width: 768px) {
  .pagination .pagi-next {
    float: none;
  }
}

/*---------------------------------
	Request Form
-----------------------------------*/
.request_contact-form {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0px 15px;
}
.request_contact-form textarea {
  min-height: 5em;
  max-height: 50vh;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
}
.request_contact-form:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.request_contact-form button {
  text-transform: none;
  border-radius:20px;
  padding:4px;
  width:200px;
  border:1px solid #092B49;
}
.request_contact-form p{
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px!important;
}

.request_contact-form button:hover {
  color:#C11F31;
}
.request_contact-form .custom-select-arrows {
  display: none;
}
.request_contact-form .custom-select-skin {
  background: #e0e6eb url(../img/select-arrow.png) no-repeat 99% 2px;
}

.request-btn_wrap {
  text-align: center;
}


@media only screen and (min-width: 768px) {
  .request-btn_wrap {
    float: right;
    width: 50%;
    text-align: right;
    padding: 0 25px;  
  }
  .request-btn_wrap button, .request-btn_wrap input[type="submit"] {
    display: inline-block;
  }
}
.request-btn_wrap a {
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
}

.request-text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .request-text {
    width: 50%;
    float: none;
    padding: 0px 25px;
    display: inline-block;
  }
}

/*---------------------------------
	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;
}
@media only screen and (min-width: 768px) {
  .approval_form button.tablet-right {
    display: inline-block;
    float: right;
  }
  .approval_form button.tablet-left {
    display: inline-block;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .approval_form .element {
    width: 190px;
    float: left;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .approval_disclaimer {
    padding: 35px 0 15px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .approval_form-field input[type="number"] {
    max-width: 190px;
    float: left;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .approval_form-field select {
    max-width: 190px;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .approval_form-field label {
    padding: 12px 15px 0px;
    display: block;
    width: 40%;
    float: left;
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*---------------------------------
	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;
}

@media only screen and (min-width: 980px) {
  .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;
}
@media only screen and (min-width: 768px) {
  .interest_rate-text {
    padding-right: 30%;
  }
}
.interest_rate-text br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .interest_rate-text br {
    display: block;
  }
}

.interest_rate-box {
  margin-top: 35px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  border-radius: 6px;
}
@media only screen and (min-width: 980px) {
  .interest_rate-box {
    padding: 25px 50px;
  }
}
.interest_rate-box .form-wrap label {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #092B49;
  margin-bottom: 10px;
}
.interest_rate-box .form-wrap .input-icon {
  position: absolute;
  bottom: 23px;
  left: 10px;
  color: #C11F31;
  font-size: 16px;
  font-size: 1rem;
}
.interest_rate-box .form-wrap .input-icon.right {
  right: 10px;
  left: inherit;
}

@media only screen and (min-width: 768px) {
  .interest_rate-box-list {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 980px) {
  .interest_rate-box-list {
    margin: 0px -30px;
  }
}
@media only screen and (min-width: 1300px) {
  .interest_rate-box-list {
    margin: 0px -50px;
  }
}
.interest_rate-box-list:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.interest_rate-box-list li {
  display: block;
  float: none;
}
.interest_rate-box-list li:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .interest_rate-box-list li {
    width: 100%;
    float: left;
    padding: 0px 15px 15px;
  }
}
@media only screen and (min-width: 980px) {
  .interest_rate-box-list li {
    padding: 0px 30px;
    width: 33.33%;
  }
}
@media only screen and (min-width: 1300px) {
  .interest_rate-box-list li {
    padding: 0px 55px;
  }
}

@media only screen and (min-width: 768px) {
  .interest-saving label {
    text-align: center;
    display: block;
  }
}
.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: #C11F31;
  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: #C11F31;
  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: 35px 15px 25px;
    position: relative;
  }
}

.interest-btn-wrap {
  margin: 30px 0 0;
}
@media only screen and (min-width: 768px) {
  .interest-btn-wrap {
    position: absolute;
    top: 0px;
    right: 10%;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 980px) {
  .interest-btn-wrap {
    bottom: inherit;
    top: 0;
    right: 140px;
  }
}

.noUi-handle {
  border: 2px solid #919295;
}

/*---------------------------------
	3 Columns
-----------------------------------*/
.column3-panel picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.column3-panel picture img {
  display: block;
  width: 100%;
  height: auto;
}

.lists_3col ul li {
  width: 100%;
  float: left;
}

.lists_3col-divider{
  border-bottom:2px solid;
  height:2px;
  max-width: 100px;
  text-align: center;
  margin: 10px auto;
}

.lists_3col-btn {
    border: 1px solid #092B49;
    border-radius: 20px;
    padding: 2px 15px;
    color: #092B49;
    min-width: 150px;
    text-align: center;
    font-size:16px;
    margin-top:10px;
    vertical-align: top;
}

.lists_3col-btn:hover {
    border-color: #C11F31;
    border-radius: 20px;
    padding: 2px 15px;
    color: #C11F31;
    text-decoration:none;
}

.col3-wrap .lists_3col-text h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top:10px;
}

.lists_3col h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 10px 0px;
}

@media only screen and (min-width: 980px) {
  .lists_3col ul li {
    width: 33%;
    float: left;
  }
}
.lists_3col a:hover {
  text-decoration: none;
}
.lists_3col a:hover .lists_3col-icon, .lists_3col a:hover .lists_3col-text {
  color: #C11F31;
}
@media only screen and (min-width: 980px) {
  .lists_3col h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lists_3col-content {
  padding: 0px 3%;
  margin-top: 25px;
}
.lists_3col-content a {
  display: inline-block;
  vertical-align: middle;
}

.talk_us-wrap3 .lists_3col-content a {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.8px;
}

.talk_us-wrap3 .lists_3col-content {
    padding: 0px 0px;
}

.talk_us-wrap3 .lists_3col-content em{
    font-size: 32px;
}

@media only screen and (min-width: 375px) {
.talk_us-wrap3 .lists_3col-content a {
  letter-spacing: 0px;
}
.talk_us-wrap3 .lists_3col-content {
    padding: 0px 3%;
}
}
@media only screen and (min-width: 768px) {
  .lists_3col-content {
    padding: 0px 5%;
  }
.talk_us-wrap3 .lists_3col-content em{
    font-size: 50px;
}
}
@media only screen and (min-width: 980px) {
  .lists_3col-content {
    margin-top: 10px;
  }
}

.lists_3col-icon {
  font-size: 50px;
  font-size: 3.125rem;
}

.col3-wrap ul li {
  float: none;
  width: 100%;
}

.talk_us-wrap3 ul li {
  float: none;
  width: 100%;
}

.talk_us-wrap3 .btn-arrow-right {
  height: 32px;
  vertical-align: middle;
  float: right;
  position: relative; 

}

.talk_us-wrap3 .lists_3col-divider{
  border-bottom:1px solid;
  height:1px;
  max-width: 100%;
  text-align: center;
  margin: 10px auto;
}

@media only screen and (min-width: 768px) {
  .talk_us-wrap3 ul li {
    width: 33%;
    float: left;
    margin-bottom: 20px;
  }
    .col3-wrap ul li {
    width: 33%;
    float: left;
    margin-bottom: 20px;
  }
.talk_us-wrap3 .btn-arrow-right {
  height: 32px;
  vertical-align: middle;
  float: none;
  position: relative; 

}
}
@media only screen and (min-width: 980px) {
  .talk_us-wrap3 ul li {
    width: 33%;
    float: left;
    margin-bottom: 0;
  }
    .col3-wrap ul li {
    width: 33%;
    float: left;
    margin-bottom: 0;
  }
}
.talk_us-wrap3 p {
  margin: 25px 0 10px;
}
.talk_us-wrap3 .lists_3col-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  text-align: center;
  margin-right: 3%;
}

.talk_us-wrap3 .link_wrap {
 text-align:left;
 display: inline;
}

@media only screen and (min-width: 768px) {
  .talk_us-wrap3 .lists_3col-icon {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom:20px;
  }
  .col3-wrap .lists_3col-icon {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .talk_us-wrap3 .link_wrap {
   text-align:center;
   display: block;
}
}

.talk_us-wrap3 .lists_3col-content {
  text-align: left;
  margin: 20px 0px;
}

.talk_us-wrap3 .lists_3col-text {
  display: inline-block;
}
.col3-wrap .lists_3col-text {
  display: block;
}
@media only screen and (min-width: 768px) {
  .talk_us-wrap3 .lists_3col-text {
    display: inline-block;
    text-align: center;
    max-width:88%;
  }
    .col3-wrap .lists_3col-text {
    display: block;
    text-align: center;
  }
   .talk_us-wrap3 .lists_3col-content {
    text-align: center;
}
}
.talk_us-wrap3 .lists_3col-text p {
  display: none;
  min-height: 48px;
}
.col3-wrap .lists_3col-text p {
  /*--display: none; --*/
  min-height: 28px;
}
@media only screen and (min-width: 980px) {
  .talk_us-wrap3 .lists_3col-text p {
    display: block;
  }
    .col3-wrap .lists_3col-text p {
    display: block;
  }
.col3-wrap .lists_3col-text h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top:10px;
}
    
}
.talk_us-wrap3 .lists_3col-text h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.col3-wrap .lists_3col-content {
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .talk_us-wrap3 .lists_3col-content {
    text-align: center;
  }
  .col3-wrap .lists_3col-content {
    text-align: center;
  }
}

.btn_talk-us {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .btn_talk-us {
/*--margin-top: 15px;--*/
    padding-right: 20px;
  }
}
.btn_talk-us:hover {
  color: #C11F31;
}
.btn_talk-us h4 {
  margin: 0;
}


/*---------------------------------
	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: 100%;
  float: left;
}

@media only screen and (min-width: 600px) {
.lists_4col ul li {
  width: 50%;
  float: left;
}
}
@media only screen and (min-width: 980px) {
  .lists_4col ul li {
    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: #C11F31;
}

.lists_4col h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 10px 0px;
}

@media only screen and (min-width: 980px) {
  .lists_4col h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 10px 0px;
  }
}

.lists_4col-content {
  padding: 0px 3%;
  margin-top: 25px;
}
.lists_4col-content a {
  display: inline-block;
  vertical-align: middle;
}

.lists_4col-content a.panel-btn {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    position: relative;
    border: 1px solid;
    border-radius: 20px;
    padding: 2px 15px;
    line-height:20px;
}

@media only screen and (min-width: 768px) {
  .lists_4col-content {
    padding: 0px 5%;
  }
}
@media only screen and (min-width: 980px) {
  .lists_4col-content {
    margin-top: 10px;
  }
}

.lists_4col-icon {
  font-size: 50px;
  font-size: 3.125rem;
}

.talk_us-wrap ul li {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .talk_us-wrap ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) {
  .talk_us-wrap ul li {
    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: 65px;
  text-align: center;
  margin-right: 3%;
}
@media only screen and (min-width: 768px) {
  .talk_us-wrap .lists_4col-icon {
    display: block;
    width: auto;
    margin-right: 0;
  }
}
.talk_us-wrap .lists_4col-text {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .talk_us-wrap .lists_4col-text {
    display: block;
    text-align: center;
  }
}
.talk_us-wrap .lists_4col-text p {
  display: none;
  min-height: 28px;
}
@media only screen and (min-width: 980px) {
  .talk_us-wrap .lists_4col-text p {
    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;
}
@media only screen and (min-width: 980px) {
  .talk_us-wrap .lists_4col-content {
    text-align: center;
  }
}

.btn_talk-us {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .btn_talk-us {
    /*--margin-top: 15px;--*/
    padding-right: 20px;
  }
}
.btn_talk-us:hover {
  color: #C11F31;
}
.btn_talk-us h4 {
  margin: 0;
}

/*---------------------------------
	4 Columns
-----------------------------------*/
.talk_us-wrap4 .lists_3col-content a {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.8px;
}

.talk_us-wrap4 .lists_4col-content {
    padding: 0px 0px;
}

.talk_us-wrap4 .lists_4col-content em{
    font-size: 32px;
}

@media only screen and (min-width: 375px) {
.talk_us-wrap4 .lists_4col-content a {
  letter-spacing: 0px;
}
.talk_us-wrap4 .lists_4col-content {
    padding: 0px 3%;
}
}
@media only screen and (min-width: 768px) {
.talk_us-wrap4 .lists_4col-content em{
    font-size: 50px;
}
}
@media only screen and (min-width: 980px) {
  .lists_4col-content {
    margin-top: 10px;
  }
}

.lists_4col-icon {
  font-size: 50px;
  font-size: 3.125rem;
}


.talk_us-wrap4 ul li {
  float: none;
  width: 100%;
}

.talk_us-wrap4 .btn-arrow-right {
  height: 32px;
  vertical-align: middle;
  float: right;
  position: relative; 

}

.talk_us-wrap4 .lists_4col-divider{
  border-bottom:1px solid;
  height:1px;
  max-width: 100%;
  text-align: center;
  margin: 10px auto;
}

@media only screen and (min-width: 768px) {
  .talk_us-wrap4 ul li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
  }

.talk_us-wrap4 .btn-arrow-right {
  height: 32px;
  vertical-align: middle;
  float: none;
  position: relative; 

}
}
@media only screen and (min-width: 980px) {
  .talk_us-wrap4 ul li {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
}
.talk_us-wrap4 p {
  margin: 25px 0 10px;
}
.talk_us-wrap4 .lists_4col-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  text-align: center;
  margin-right: 3%;
}

.talk_us-wrap4 .link_wrap {
 text-align:left;
 display: inline;
}

@media only screen and (min-width: 768px) {
  .talk_us-wrap4 .lists_4col-icon {
    display: block;
    width: auto;
    margin-right: 0;
    margin-bottom:20px;
  }
  .talk_us-wrap4 .link_wrap {
   text-align:center;
   display: block;
}
}

.talk_us-wrap4 .lists_4col-content {
  text-align: left;
  margin: 20px 0px;
}

.talk_us-wrap4 .lists_4col-text {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .talk_us-wrap4 .lists_4col-text {
    display: inline-block;
    text-align: center;
    max-width:88%;
  }
   .talk_us-wrap4 .lists_4col-content {
    text-align: center;
}
}
.talk_us-wrap4 .lists_4col-text p {
  display: none;
  min-height: 48px;
}

@media only screen and (min-width: 980px) {
  .talk_us-wrap4 .lists_4col-text p {
    display: block;
  }
    
}
.talk_us-wrap4 .lists_4col-text h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 980px) {
  .talk_us-wrap4 .lists_4col-content {
    text-align: center;
  }
}





/*---------------------------------
	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;
}
@media only screen and (min-width: 768px) {
  .latest_blog-post {
    margin: 0px -20px;
  }
    .latest_blog-text h5{
    min-height: 70px;
    margin-bottom: 10px;
    font-size:17px;
    font-size:1.0625rem;
    letter-spacing: -0.5px;
  }
}

.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 0px;
  text-align: center;
}
@media only screen and (min-width: 980px) {  
  .latest_blog-text {
    padding: 0px 5px;
  }
  .latest_blog-text h5{
    min-height: 70px;
    margin-bottom: 10px;
  }
}
/*.latest_blog-text p {
  text-align: justify;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  min-height: 120px;
}*/





/* styles for '...' */ 
.latest_blog_text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (4) */
  max-height: 4.8em; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;  
  /* place for '...' */
  margin-right: 0.4em;
  padding-right: 0.6em;
  margin-left: 0.6em;
}
/* create the ... */
.latest_blog_text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.latest_blog_text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

.latest_post-category {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.65rem;
  padding: 0px 10px;
  position: absolute;
  left: 10px;
  letter-spacing: 0;
  visibility: hidden;
}
.latest_post-category:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .latest_blog-wrap {
    padding: 0px 20px;
  }
  /* styles for '...' */ 
.latest_blog_text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (4) */
  max-height: 4.8em; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;  
  /* place for '...' */
  margin-right: -0.5em;
  padding-right: 0.8em;
  margin-left: 0em;
}    

}

.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;
}
@media only screen and (min-width: 980px) {
  .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;
  padding-top:3px;
}
.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;
}
@media only screen and (min-width: 768px) {
  .latest_review-post {
    margin: 0px -20px;
  }
}
@media only screen and (min-width: 768px) {
  .latest_review-post {
    margin: 0px -5px;
  }
  .latest_review-post .owl-controls {
    display:none;
    }
}

.blockquote p {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.blockquote p:before {
  content: "\e814";
  position: absolute;
  left: -20px;
  top: 0px;
  margin-top: -10px;
  color: #092B49;
  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: #092B49;
  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;
}




/*---------------------------------
	Review Listings
-----------------------------------*/
.review-listings {
  padding: 0px 15px;
}
@media only screen and (min-width: 980px) {
  .review-listings {
    padding-left: 50px;
    padding-right: 0;
    margin-top: 40px;
  }
}
.review-listings ul li {
  margin-bottom: 30px;
  border-bottom: 1px solid #919295;
  padding-bottom: 20px;
}
@media only screen and (min-width: 980px) {
  .review-listings ul li {
    padding-bottom: 30px;
  }
}

.review_listings-content h3 {
  color: #092B49;
  @incliude font-size(20);
  margin-top: 0;
  text-align: center;
  margin-bottom: 5px;
  padding: 0px 30px;
}
@media only screen and (min-width: 980px) {
  .review_listings-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    float: left;
    width: 80%;
    padding: 0px;
    text-align: left;
  }
}
.review_listings-content p {
  text-align: justify;
}
@media only screen and (min-width: 980px) {
  .review_listings-content p {
    line-height: 30px;
  }
}
.review_listings-content p.date {
  clear: right;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 980px) {
  .review_listings-content p.date {
    text-align: right;
  }
}
.review_listings-content .review_people-name {
  color: #092B49;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .review_listings-content .review_people-name {
    text-align: left;
    padding-left: 20px;
  }
}

.review_listings-content .blockquote p {
  position: relative;
  -webkit-backface-visibility: hidden;
  padding:0px 20px;    
}
.review_listings-content .blockquote p:before {
  content: "\e814";
  position: absolute;
  left: 0px;
  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;
}
.review_listings-content .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;
}


/*---------------------------------
	Loan Panel Carousel
-----------------------------------*/
.loan-panel_wrap-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.loan-panel_wrap-content.loan-panel_wrap-box {
  padding-bottom: 136px;
}
@media only screen and (min-width: 768px) {
  .loan-panel_wrap-content.loan-panel_wrap-box {
    padding-bottom: 88px;
  }
}
.loan-panel_wrap-content img {
  display: block;
  width: 100%;
  height: auto;
}

.loan-panel_table-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.loan-panel_table-wrap .auto-wrapper {
  height: 100%;
  position: relative;
}
.loan-panel_table-wrap .header_auto-wrapper {
  height: 100%;
  position: relative;
}
.landingpage.loan-panel_table-text_content {
  position: absolute;
  top: 30%;
  }
  
.landingpage h1 {
  font-size: 2.125rem;
  line-height: 1.2em;
}

.loan-panel_table-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.loan-panel_underline {
  border-top: 2px solid #C11F31;
  width: 200px;
  height: 2px;
  margin: 20px 0px;
}
.loan-panel_table-text .auto-wrapper {
  padding: 0px 50px;
}

.loan-panel_table-text_content {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 20px 20px 80px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(8,42,72,.6) 40%,rgba(8,42,72,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(8,42,72,.6) 40%,rgba(8,42,72,1) 100%);/* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(8,42,72,.6) 40%,rgba(8,42,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#092B49',GradientType=0 ); /* IE6-9 */
}
.loan-panel_table-text_content.is-right-aligned {
  left: inherit;
  right: 35px;
  text-align: right;
}

.loan-panel_table-text_content.is-center-aligned {
  text-align: center;
  width: 100%;
  left: auto;
}

.loan-panel_boxes {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #092B49;
}
.loan-panel_boxes .auto-wrapper {
  padding: 0px 15px;
  position: relative;
  height: 100%;
}
.loan-panel_boxes .header_auto-wrapper {
  padding: 0px 15px;
  position: relative;
  height: 100%;
}
.loan-panel_boxes h2 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left:0px;
  font-size:24px;
}
.loan-panel_boxes p {
    padding-left:15px;
    margin-bottom: 0px;
}
.loan-panel_table-text_content h2 {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0px; 
}
.loan-panel_table-text_content p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
  font-family: museo;
  font-weight: 300;    
}
.loan-panel_cta {
  margin:0 auto;
  text-align: center;
}


.loan-panel_table-text_content a.loan-panel-btn {
  margin-top: 10px;
  display: inline-block;
  /*text-transform: uppercase;*/
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  border: 1px solid;
  border-radius: 20px;
  padding: 2px 15px;    
}


.loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.loan-panel_boxes-btn_whitebg a.qualify-link:hover{
    color:#ff003c;
    text-decoration:none;
}
.loan-panel_boxes-btn_whitebg a.apply-link:hover{
    color:#ff003c;
    text-decoration:none;
}

.loan-panel_boxes-table .interest_rate {
  width: 50%;
  float: left;
  padding: 0px 10px;
  text-align: center;
}

.interest_rate span {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 14px;
  text-align: left;
}

.loan-panel_boxes-table .interest_rate span.interest-text {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 52px;
    height: 52px;
}

.loan-panel_boxes-table .ratePerc {
	position: relative;
	right: -7px;
	top: -12px;
	width: 40px;
	text-align: right;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}
.loan-panel_boxes-table .ratePA {
	position: relative;
    right: 14px;
    top: 0px;
	width: 40px;
	text-align: right;
	font-size: 14px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 400;
}

.loan-panel_boxes-table .interest_rate-box-wrap {
  margin: 0px 0px;
  width: 100%;
}


.comparison-rate {
  color: #c1c3c6;
}

.loan-panel_boxes-table .lvr_cta-wrap {
   width:100%;
   display:inline-block;
   vertical-align: top;
}

.loan-panel_boxes-table .lvr_cta-wrap h3 {
   font-size:25px;
   margin: 5px 0px;
}

.loan-panel_boxes-table .lvr_cta-wrap p {
   font-size:20px;
   padding:0px;
   font-family: Effra;
}

.loan-panel_boxes-table .lvr_cta-divider {
    border-bottom: 2px solid #C11F31;
    height:2px;
    margin:15px 0px 10px;
    max-width:180px;
}

.red_underline {
    border-color:#C11F31!important;
}

.orange_underline {
    border-color:#F26D23!important;
}

.blue_underline {
    border-color:#00A7E1!important;
}

.grey_underline {
    border-color:#5A666F!important;
}

.navy_underline {
    border-color:#092B49!important;
}

.loan-panel_boxes-table .lvr_cta-wrap .loan-panel-btn {
    margin-top: 10px;
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    border: 1px solid;
    border-radius: 20px;
    padding: 2px 15px;
    min-width: 150px;
    text-align: center;
}

.loan-panel-btn:hover {
 color:#C11F31!important;
 text-decoration:none;
 border-color: #C11F31!important;
}

.loan-panel_boxes-table .comp_rate-text{
    padding:10px 0px;
    font-size:20px!important;
}


.loan-panel_boxes-btn, .loan-panel_boxes-btn_whitebg {
  clear: both;
  float: none;
  background-color: #092B49;
  margin: 30px -15px 0;
  text-align: center;
  padding: 20px 30px;
}

.loan-panel_boxes-btn a,.loan-panel_boxes-btn_whitebg a {
  display: block;
  position: relative;
  color: white;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}

.loan-panel_text {
    min-height: 80px;
    color:#5A666F;
    font-size:18px;
    font-size: 1.125rem;
}

  .loan-panel_boxes-table .interest_rate span.interest-text._2col_interest-text {
    font-size: 50px;

}

@media only screen and (min-width: 360px) {
.interest_rate span.interest-text {
  font-size: 70px;
  /*font-size: 3.75rem;*/
  line-height: 68px;
  letter-spacing: -2pt;
  height: 70px;
  width:120%;
}
 .loan-panel_boxes-table  .ratePerc {
    position: relative;
    right: -8px;
    top: -14px;
    width: 40px;
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}
  .loan-panel_boxes-table  .ratePA {
    position: relative;
    right: 15px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 16px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 600;
}
 .loan-panel_boxes-table .interest_rate span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  line-height: 14px;
  text-align: left;
}
.loan-panel_boxes-table .comp_rate-text{
    padding:10px 0px 5px;
    font-size:14px!important;
    letter-spacing: -0.5px;
}
.loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
}

@media only screen and (min-width: 400px) {
.loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
}


@media only screen and (min-width: 440px) {
  .landingpage.loan-panel_table-text_content {
  position: absolute;      
  top: 30%;
  }
  .landingpage h1 {
  font-size: 2.725rem;
  }

.loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 40px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
}

@media only screen and (min-width: 640px) {
  .loan-panel_table-text_content {
    width: 60%;
      top: 48%;    
  }
  .landingpage.loan-panel_table-text_content {
  position: absolute;      
  top: 45%;
  padding-left: 40px;      
  }    
  .landingpage h1 {
  font-size: 2.725rem;
  }
  .loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 140px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
}

@media only screen and (min-width: 768px) {
  .loan-panel_boxes-table .interest_rate span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .loan-panel_boxes-table .interest_rate span.interest-text {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 52px;
    height: 52px;
   }
  .loan-panel_boxes-table .interest_rate-box-wrap {
    margin: 0;
    /* padding-left:15px; */
    width:100%;
    display:inline-block;  
  }
  .loan-panel_boxes-btn a,.loan-panel_boxes-btn_whitebg a {
    display: inline-block;
    margin: 0px 5%;
  }
 .loan-panel_boxes-btn, .loan-panel_boxes-btn_whitebg {
  padding: 15px 30px;
}
    
  .loan-panel_boxes-table {
    max-width: 525px;
    margin: 0 auto;
  }
    .loan-panel_boxes-btn_whitebg a.qualify-link {
    padding: 0px 0px 0px 15px;
    width: 50%;
    margin: 0;
    color:#fff;
    font-size: 14px;
    font-size: 0.875rem;

 }
 .loan-panel_boxes-btn_whitebg a.apply-link {
    padding: 0px 5px 0px 15px;
    width: 50%;
    margin: 0;
    color:#fff;
    font-size: 14px;
    font-size: 0.875rem;
}
.loan-panel_boxes-table .ratePerc {
	position: relative;
    right: -8px;
    top: -14px;
    width: 40px;
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}
.loan-panel_boxes-table .ratePA {
	position: relative;
    right: 15px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 16px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 600;
}
.loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.loan-panel_boxes-table .interest_rate {
  width: 50%;
  float: left;
  padding: 0px 15px;
  text-align: center;
}
}
@media only screen and (min-width: 840px) {
.loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 50px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
}
@media only screen and (min-width: 900px) {
  .loan-panel_table-text_content {
    top: 48%;  
  }
.landingpage.loan-panel_table-text_content {
  position: absolute;      
  top: 55%;
  padding-left:60px;
  }
.loan-panel_boxes-content,.loan-panel_boxes-content_whitebg {
  position: relative;
  width: 100%;
  padding: 30px 60px;
  background: #ffffff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
}

@media only screen and (min-width: 980px) {
  .loan-panel_boxes-btn {
    margin: 15px -30px 0;
    background-color: rgba(19, 74, 110, 0.8);
  }
    .loan-panel_boxes-btn_whitebg {
    margin: 15px -30px 0;
    background-color: rgba(255, 255, 255, 0.8);
    color:#092B49;    
  }
    
  .loan-panel_boxes-btn a{
    padding: 0px 10px;
    width: 50%;
    margin: 0;
  }
  .loan-panel_boxes-table {
    max-width: 100%;
    margin: 0 auto;
 }
  .loan-panel_wrap-content.loan-panel_wrap-box {
    padding-bottom: 0;
  }
  .loan-panel_table-text {
    padding-top: 100px;
}
  .loan-panel_table-text .auto-wrapper {
    padding: 0px 15px;
  }
  .loan-panel_table-text_content h2 {
    margin-bottom: 20px;
    line-height: 42px;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700;
  }
  .loan-panel_table-text_content a.loan-panel-btn {
    margin-bottom: 10px;
  }
 .loan-panel_boxes {
    background: none;
  }
 .loan-panel_boxes h2 {
    /* padding-left: 30px; */
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
.loan-panel_boxes p {
    margin-bottom: 0;
    /* padding-left:30px; */
  }
 .loan-panel_boxes-content_whitebg h2 {
    font-weight: 900;
 }
  .loan-panel_boxes-content {
    bottom: inherit;
    max-width: 500px;
    left: inherit;
    left: 35px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px 0px 30px;
    float: left;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
  }
    
  .loan-panel_boxes-content_whitebg {
    bottom: inherit;
    max-width: 430px;
    position: relative;
    background: rgba(255,255,255,1);
    padding: 30px 40px 30px 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
    width:100%;
    min-width: 360px;
  }
      .loan-panel_boxes-content_whitebg h2, .loan-panel_boxes-content_whitebg .interest_rate {
     color:#092B49;    
    }

    .loan-panel_boxes-content_whitebg p{
      color:#5A666F;    
    }

    .loan-panel_boxes-content_whitebg .special {
     color:#C11F31;          
    }
    
      .interest_rate {
    text-align: left;
    padding: 0px 0px 0px 15px;
  }
 .loan-panel_boxes-btn_whitebg a.qualify-link {
    padding: 0px 0px 0px 15px;
    width: 50%;
    margin: 0;
    color: #092B49;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.5px;
 }
 .loan-panel_boxes-btn_whitebg a.apply-link {
    padding: 0px 5px 0px 15px;
    width: 50%;
    margin: 0;
    color: #C11F31;
    font-size: 14px;
    font-size: 0.875rem;
}
  .loan-panel_boxes-table .interest_rate span.interest-text._2col_interest-text {
    font-size: 70px;
}
}
@media only screen and (min-width: 1200px) {
  .loan-panel_table-text_content {
    bottom: inherit;
    top: 58%;
  }
}
@media only screen and (min-width: 1460px) {
  .loan-panel_table-text_content {
    bottom: inherit;
    top: 50%;
    background:none;
  }
  .landingpage.loan-panel_table-text_content {
    bottom: inherit;
    top: 45%;
    padding-left: 50px;
  }
  .landingpage h1 {
  font-size: 3.125rem;
  }
    
  .loan-panel_boxes-content, .loan-panel_boxes-content_whitebg {
    bottom: inherit;
  }
  .loan-panel_boxes-btn, .loan-panel_boxes-btn_whitebg {
  padding: 20px 30px;
}
  .loan-panel_boxes-content_whitebg {
    max-width: 480px;
  }
  .loan-panel_boxes h2 {
    /* padding-left: 30px; */
    font-size: 24px;
    /*font-size: 1.6875rem; */
  }
    .interest_rate span {
    font-size: 20px;
    /*font-size: 1rem;*/
  }
    .interest_rate span.interest-text {
    font-size: 70px;
    /*font-size: 4.125rem;*/
    line-height: 68px;
    height: 70px;
   }
    .loan-panel_boxes-table .ratePerc {
    position: relative;
    right: -8px;
    top: -14px;
    width: 40px;
    text-align: right;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
   }
    
    .loan-panel_boxes-btn_whitebg a.qualify-link {
    padding: 0px 0px 0px 15px;
    width: 50%;
    margin: 0;
    color:#092B49;
    font-size: 16px;
    font-size: 1rem;

 }
 .loan-panel_boxes-btn_whitebg a.apply-link {
    padding: 0px 5px 0px 15px;
    width: 50%;
    margin: 0;
    color:#C11F31;
    font-size: 16px;
    font-size: 1rem;
}
}




/*---------------------------------
	Text Button Panel
-----------------------------------*/
.text_button-panel {
  min-height: 280px;
  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;
}
@media only screen and (min-width: 768px) {
  .tb_panel-content a {
    margin-top: 0;
  }
}


.contact-bdm_btn {
  border: 2px solid #C11F31;
  border-radius:20px;
  line-height:24px;
  padding:8px 20px;
  color:#fff;
}

.contact-bdm_btn:hover {
  border: 2px solid #C11F31;
  border-radius:20px;
  line-height:24px;
  padding:8px 20px;
  color:#fff;
  text-decoration:none;
  background: #C11F31;
}

.contact-bdm_btn_blue {
  border: 2px solid #00A7E1;
  border-radius:20px;
  line-height:24px;
  padding:8px 20px;
  color:#fff;
}

.contact-bdm_btn_blue:hover {
  border: 2px solid #00A7E1;
  border-radius:20px;
  line-height:24px;
  padding:8px 20px;
  color:#fff;
  text-decoration:none;
  background: #00A7E1;
}


/*-------------/
2 column button
/-------------*/

._2col_icon {
 display: block;
 margin-bottom: 10px;
}

._2col1-tb_panel-content em {
  margin-right: 10px;
  font-size: 52px;
  font-size: 3.25rem;
  display: inline-block;
  vertical-align: middle;
}

._2col2-tb_panel-content em {
  margin-right: 10px;
  font-size: 52px;
  font-size: 3.25rem;
  display: inline-block;
  vertical-align: middle;
}
._2col2-tb_panel-content.bg-white {
  background-color: rgba(255, 255, 255, 0.8);
}
._2col1-tb_panel-content.bg-black {
  background-color: rgba(0, 0, 0, 0.5);
}
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    letter-spacing: -2pt;
    height: 42px;
}

._2col1-tb_panel-content .interest_rate {
    width: 50%;
    float: left;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.interest-text-rate {
    position: absolute;
}


._2col1-tb_panel-content .ratePerc {
    position: relative;
    right: -5px;
    top: -12px;
    width: 40px;
    text-align: right;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
._2col1-tb_panel-content .ratePA {
	position: relative;
    right: 20px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 12px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 400;
}

@media only screen and (min-width: 300px) {
  ._2col1-tb_panel-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 25px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  background-clip: padding-box;
  float:left;
}
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    letter-spacing: -2pt;
    height: 42px;
}
._2col2-tb_panel-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  background-clip: padding-box;
  float:right;
}
._2col2-tb_panel-content h2{
  line-height:1.3em;
}
._2col2-tb_panel-content em {
  margin-right: 10px;
  font-size: 40px;
  font-size: 2.125rem;
  display: inline-block;
  vertical-align: middle;
}
._2col1-tb_panel-content em {
  margin-right: 10px;
  font-size: 40px;
  font-size: 2.125rem;
  display: inline-block;
  vertical-align: middle;
}
}

@media only screen and (min-width: 360px) {
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 45px;
    font-size: 2.8127rem;
    line-height: 47px;
    letter-spacing: -2pt;
    height: 47px;
}    
._2col1-tb_panel-content .ratePerc {
    position: relative;
    right: -5px;
    top: -12px;
    width: 40px;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
._2col1-tb_panel-content .ratePA {
	position: relative;
    right: 25px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 14px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 400;
}
}
@media only screen and (min-width: 400px) {
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 55px;
    font-size: 3.5rem;
    line-height: 42px;
    letter-spacing: -2pt;
    height: 52px;
}    
._2col1-tb_panel-content .ratePerc {
    position: relative;
    right: -5px;
    top: -15px;
    width: 40px;
    text-align: right;
    font-size: 35px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
._2col1-tb_panel-content .ratePA {
	position: relative;
    right: 33px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 17px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 400;
}
}
@media only screen and (min-width: 440px) {
  ._2col1-tb_panel-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 60px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  background-clip: padding-box;
  float:left;
}
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 42px;
    letter-spacing: -2pt;
    height: 52px;
}
._2col2-tb_panel-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  background-clip: padding-box;
  float:right;
}
    ._2col1-tb_panel-content .ratePerc {
    position: relative;
    right: -5px;
    top: -12px;
    width: 40px;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
._2col1-tb_panel-content .ratePA {
	position: relative;
    right: 25px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 14px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 400;
}
}
@media only screen and (min-width: 480px) {
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 42px;
    letter-spacing: -2pt;
    height: 52px;
}
   ._2col1-tb_panel-content .ratePerc {
    position: relative;
    right: -5px;
    top: -12px;
    width: 40px;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
._2col1-tb_panel-content .ratePA {
	position: relative;
    right: 25px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 14px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 400;
}
}

@media only screen and (min-width: 767px) {
  ._2col1-tb_panel-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 140px;
  -webkit-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  background-clip: padding-box;
  float:left;
}
._2col2-tb_panel-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
  -webkit-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  background-clip: padding-box;
  float:right;
}
._2col1-tb_panel-content.bg-black .interest_rate-box-wrap {
  padding-left: 15px;
}
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 60px;
    height:60px;
}      
._2col1-tb_panel-content .ratePerc {
	position: relative;
    right: -8px;
    top: -16px;
    width: 40px;
    text-align: right;
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}
 ._2col1-tb_panel-content .ratePA {
	position: relative;
    right: 30px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 18px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 600;
}
}

@media only screen and (min-width: 980px) {
  ._2col1-tb_panel-content {
  width: 50%;
  margin: 0 auto;
  min-height: 270px;
  padding: 15px 30px 30px;
  -webkit-border-radius: 12px 0px 0px 12px;
  border-radius: 12px 0px 0px 12px;
  background-clip: padding-box;
  float:left;
  left:0%;
}
._2col1-tb_panel-content h2{
  font-size:28px;
  font-size:1.5rem;
  padding-left:50px;
}
._2col1-tb_panel-content p span{
  padding-left: 50px;
}
._2col1-tb_panel-content span{
  padding-left: 20px;
}
._2col1-tb_panel-content.bg-black .interest_rate-box-wrap {
  padding-left: 25px;
}
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 60px;
    height:60px;
}
._2col1-tb_panel-content .interest_rate span {
    font-size: 14px;
    font-size: 0.825rem;
}

._2col1-tb_panel-content em {
  margin-right: 10px;
  font-size: 52px;
  font-size: 3.25rem;
  display: inline-block;
  vertical-align: middle;
}

._2col2-tb_panel-content {
  width: 50%;
  margin: 0 auto;
  min-height: 270px;
  padding: 15px 30px 30px;
  -webkit-border-radius: 0px 12px 12px 0px;
  border-radius: 0px 12px 12px 0px;
  background-clip: padding-box;
  float:right;
  line-height:normal;
  right:0%;
}
._2col2-tb_panel-content em {
  margin-right: 10px;
  font-size: 52px;
  font-size: 3.25rem;
  display: inline-block;
  vertical-align: middle;
}
._2col2-tb_panel-content h2{
  font-size:28px;
  font-size:1.5rem;
} 
    ._2col1-tb_panel-content .ratePerc {
	position: relative;
    right: -8px;
    top: -16px;
    width: 40px;
    text-align: right;
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
}
 ._2col1-tb_panel-content .ratePA {
	position: relative;
	right: 30px;
	top: 0px;
	width: 40px;
	text-align: right;
	font-size: 18px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 600;
}
    .interest-text-rate {
    position:absolute;    
    }    
    
}
@media only screen and (min-width: 1200px) {
 ._2col_icon {
 display: inline-block;
}

._2col2-tb_panel-content h2{
  padding-bottom:15px;
}
._2col1-tb_panel-content .interest_rate span.interest-text {
    font-size: 76px;
    font-size: 4.6875rem;
    line-height: 77px;
    height:77px;
}    
 ._2col1-tb_panel-content .ratePerc {
    position: relative;
    right: -8px;
    top: -25px;
    width: 40px;
    text-align: right;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
   }
  ._2col1-tb_panel-content .ratePA {
    position: relative;
    right: 35px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 18px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 600;
}
}


@media only screen and (min-width: 1400px) {
._2col1-tb_panel-content .ratePerc {
    position: relative;
    right: -8px;
    top: -25px;
    width: 40px;
    text-align: right;
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
   }
  ._2col1-tb_panel-content .ratePA {
    position: relative;
    right: 35px;
    top: 0px;
    width: 40px;
    text-align: right;
    font-size: 18px;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 600;
}
}
    
/*---------------------------------
	Home Loan
-----------------------------------*/
.home_loan-option {
  padding: 30px 15px;
  border: 1px solid #a7a8aa;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  margin: 10px 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;
}
@media only screen and (min-width: 980px) {
  .home_loan-option h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.home_loan-option ul {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home_loan-option ul {
    margin-bottom: 25px;
  }
}
.home_loan-option ul:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .home_loan-option ul li {
    width: 33.33%;
    float: left;
    text-align: left;
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 980px) {
  .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;
}
@media only screen and (min-width: 768px) {
  .wysiwyg-list-wrap .row {
    margin: 0px -15px;
  }
  .wysiwyg-list-wrap .m-column2 {
    padding: 0px 35px;
  }
}

.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);
}*/

.doc-list li {
  padding-bottom: 30px!important;
}

.report-list li {
  padding-bottom: 10px!important;
}

.list-with-check li {
  padding-bottom: 40px;
}

.list-with-check_content p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.list-with-check_icon {
  position: absolute;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 25px;
  float: left;
}
.list-with-check_icon .fa {
  font-weight: normal;
  position: relative;
  font-size: 32px;
  font-size: 2rem;
}

.list-with-check_text {
  padding-left: 61px;
}

.people_challenges-holder {
  width: 140px;
  height: 140px;
  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;
}
@media only screen and (min-width: 980px) {
  .wysiwyg-list-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*---------------------------------
	Social Share
-----------------------------------*/
.share-buttons_link {
  color: white;
  padding: 5px 10px 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .share-buttons_link {
    padding: 5px 15px 5px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .share-buttons_link .fa {
    top: 2px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .share-buttons_link span {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    top: 1px;
  }
}

.share-bg-fb {
  background: #306199;
}

.share-bg-linkedin {
  background: #007bb6;
}

.share-bg-google {
  background: #e93f2e;
}

.share-bg-twitter {
  background: #26c4f1;
}

/*---------------------------------
	Video
-----------------------------------*/
.video-container {
position: relative;
padding-bottom: 46.25%;
padding-top: 30px; height: 0; overflow: hidden;   
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (min-width: 1024px) {
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
right: 0;
max-width: 1007px;
max-height: 568px;
margin: 0 auto;
 }
}

@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;
}
@media only screen and (min-width: 768px) {
  iframe {
    max-width: 100%;
  }
}

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: #092B49;
}

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%;
}
@media only screen and (min-width: 980px) {
  .desktop body.no-overlap {
    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: visible;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .wrap.slide-left {
    left: -40%;
  }
}
@media only screen and (min-width: 980px) {
  .wrap.slide-left {
    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: #C11F31;
  -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;
}

.header_auto-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 980px) {
  .auto-wrapper {
    padding: 0px 25px;
    max-width: 1280px;
  }
  .header_auto-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 1300px) {
  .auto-wrapper {
    padding: 0px 15px;
  }
   .header_auto-wrapper {
    max-width: 1340px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
.header_auto-wrapper {
    max-width: 1500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1800px) {
.header_auto-wrapper {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 2000px) {
.header_auto-wrapper {
    max-width: 1700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 2500px) {
.header_auto-wrapper {
    max-width: 2000px;
    margin: 0 auto;
  }
}

.content-main {
  padding-top: 63px;
}
@media only screen and (min-width: 980px) {
  .content-main {
    padding-top: 63px;
  }
}

.content-main.is-clickable, footer.is-clickable {
  cursor: pointer;
}

.subnav-holder {
  min-height: 0px;
  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;
  /*-- min-height: 78px; --*/
  -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);
}

@media only screen and (min-width: 480px) {
   .second-nav.is-fixed {
    min-height: 52px;
}
}

.second-nav .auto-wrapper {
  z-index: 4;
  padding: 0px 0px;
}

.default_section-wrap {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

.default_section-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.default_section-wrap picture img {
  display: block;
  width: 100%;
  height: auto;
}


@media only screen and (min-width: 980px) {
  .default_section-wrap {
    padding: 60px 0 80px;
  }
  .second-nav .auto-wrapper {
    padding: 0px 0px 0px 25px;     
}
  .subnav-holder {
  min-height: 52px;
  position: relative;
}
  .second-nav.is-fixed {
    top: 90px;
}
}
.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: 0px;
}
.default_tagline h2 {
  margin-top: 0;
  font-weight: 900;
}
.default_tagline p {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.125rem;
}

.h1-divider {
 border-bottom:3px solid #C11F31;
 max-width:200px;
 margin:10px auto 20px;
 height:3px;
}

@media only screen and (min-width: 980px) {
  .default_tagline p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .default_tagline {
  padding-bottom: 20px;
}        
}

a.read-more {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  display: inline-block;
}
a.read-more:hover {
  color: #C11F31;
}

@media only screen and (min-width: 980px) {
  .right-column-wrap {
    width: 30%;
    margin: 0;
    float: right;
  }
}

@media only screen and (min-width: 980px) {
  .left-column-wrap {
    padding-right: 25px;
    width: 70%;
    float: left;
  }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-out {
  z-index: -1;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);      
    transform: translate3d(100%, 0, 0);  
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;      
    transform: none;       
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);        
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;        
    transform: none;      
  }
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeInOut;    
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;    
  -o-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 4;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 99;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  text-indent: -99999px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\e82a";
  text-indent: 0px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -9px;
  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;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 24px;
  font-size: 1.5rem;
  color: #6E7D93;
}

.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.owl-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  /*--z-index: 1;--*/
}

.owl-nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  .banner_slider .owl-dots {
    top: 40px!important;
    right: 40px;
  }  
}

@media only screen and (min-width: 900px) {
  .banner_slider .owl-dots {
    display: block !important;
    top: 80px!important;
    right: 10px;
  }
    .banner_slider .owl-dots .owl-dot span {
    margin-right: 20px;
  }  
}
@media only screen and (min-width: 1190px) {
  .banner_slider .owl-dots {
    display: block !important;
    top: 5px!important;
  }  
}
@media only screen and (min-width: 1300px) {
  .owl-nav {
    display: block;
  }
  .owl-nav.disabled {
    display: none !important;
  }
  .banner_slider .owl-nav {
    display: none!important;
  }
}

.owl-dots {
  display: block !important;
}
@media only screen and (min-width: 1300px) {
  .owl-dots {
    display: block !important;
    top: -40px !important;
    float:left;
    left:22%;
  }
  .banner_slider .owl-dots {
    display: block !important;
    top: 20px!important;
    right:25px;  
  }  
}

@media only screen and (min-width: 1600px) {
  .banner_slider .owl-dots {
    display: block !important;
    top: 40px!important;  
  }  
}

@media only screen and (min-width: 1800px) {
  .banner_slider .owl-dots {
    display: block !important;
    top: 100px!important;
    right:30px;
  }  
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -40px;
}

.owl-dots {
  position: relative;
  z-index: 999;
  top: -10px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 12px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -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;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (min-width: 980px) {
  .owl-dots .owl-dot span {
    margin: 5px 7px;
  }
}

.tablet .owl-dots .owl-dot span {
  margin: 12px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #C11F31;
}

.owl-carousel.owl-loaded {
  display: block;
  }

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 280px;
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;    
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;    
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -17px;
  top: -14px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #C11F31;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
  background: #919295;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border-radius: 3px;
  background: #FFF;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
  * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*---------------------------------
	Loc Award Panel Section
-----------------------------------*/

.loc_listings {
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) {
  .loc_listings {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .loc_listings ul {
    margin-bottom: 25px;
  }
}
.loc_listings li {
  padding-bottom: 30px;
  border-top: 1px solid #c1c3c6;
  padding-top: 30px;
  min-height: 200px;    
}
.loc_listings li:first-child {
  padding-top: 0;
  border-top: none;
  min-height:initial;
}
.loc_listings-img {
  margin-bottom: 20px;
}
.loc_listings-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .loc_listings-img {
    width: 270px;
    height: 120px;
    float: right;
    overflow: hidden;
  }
}

.loc_listings-categ {
  text-transform: uppercase;
  color: #C11F31;
  font-size: 12px;
  font-size: 0.75rem;
}
.loc_listings-categ a {
  display: inline-block;
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .loc_listings-text {
    padding-left: 125px;
    padding-right: 305px;
  }
}
.loc_listings-text h4 {
  margin-top: 0;
  font-weight: 400;
  color: #092B49;
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .loc_listings-text h4 {
    margin-bottom: 0;
  }
}
.loc_listings-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .loc_listings-text p {
    margin-bottom: 0;
  }
}
.loc_listings-text .read-more {
  text-align: right;
  margin-top: 10px;
}
.loc_listings-text .read-more:hover span {
  text-decoration: underline;
}


/*---------------------------------
	Media Section
-----------------------------------*/

.media_listings {
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) {
  .media_listings {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .media_listings ul {
    margin-bottom: 25px;
  }
}
.media_listings li {
  padding-bottom: 30px;
  border-top: 1px solid #c1c3c6;
  padding-top: 30px;
  min-height: 200px;    
}
.media_listings li:first-child {
  padding-top: 0;
  border-top: none;
  min-height:initial;
}
.media_listings-img {
  margin-bottom: 20px;
}
.media_listings-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .media_listings-img {
    width: 270px;
    height: 120px;  
    float: left;
    overflow: hidden;  
  }
}

.media_listings-categ {
  text-transform: uppercase;
  color: #C11F31;
  font-size: 12px;
  font-size: 0.75rem;
}
.media_listings-categ a {
  display: inline-block;
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .media_listings-text {
    padding-left: 295px;
  }
}
.media_listings-text h4 {
  margin-top: 0;
  font-weight: 400;
  color: #092B49;
  margin-bottom: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .media_listings-text h4 {
    margin-bottom: 0;
  }
}
.media_listings-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .media_listings-text p {
    margin-bottom: 0;
  }
}
.media_listings-text .read-more {
  text-align: right;
  margin-top: 10px;
}
.media_listings-text .read-more:hover span {
  text-decoration: underline;
}


/*_______ Blog Styling ----*/


.callout_panel {
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-clip: padding-box;
	margin: 30px 0px;
	-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);
}
.callout_panel:after, .callout_panel:before {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.callout_panel h3 {
	margin-top: 0;
	line-height: 30px;
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
}
.callout_panel h4 {
	margin-top: 0;
	line-height: 30px;
	font-style: normal;
}
.callout_panel_noshadow {
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-clip: padding-box;
	margin: 30px auto;
}
.callout_panel_noshadow:after, .callout_panel_noshadow:before {
  content: '';
  display: block;
  float: none;
  clear: both;
}
.callout_panel_noshadow h3 {
	margin-top: 0;
	line-height: 30px;
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
}
.callout_panel_noshadow h4 {
	margin-top: 0;
	line-height: 30px;
	font-style: normal;
}
.callout_panel_icon {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 55px;
  float: left;
}
.callout_panel_icon .fa {
  position: relative;
  font-size: 24px;
  font-size: 1.75rem;
}
.callout_list_panel-tick em {
	margin: 0px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: middle;
    display: inline-block;
}
.callout_list_panel-tick_icon {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 55px;
  float: left;
}
.callout_list_panel-tick_icon .fa {
  font-weight: bold;
  position: relative;
  font-size: 14px;
  font-size: .875rem;
}
.callout_list_panel-tick_text {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) {
    .callout_list_panel-tick em {
	margin: 0px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: middle;
    display: inline-block;
}
    .callout_list_panel-tick_text {
  padding-left: 40px;
}
}
.blog_panel-plus li:before {
    content: "+";
    margin-left: 2px;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    
}
.blog_panel-plus_content{
    display: inline-block;
    padding-left: 25px;
}
@media only screen and (min-width: 768px) {
    .blog_panel-plus li:before {
    content: "+";
    margin-left: 10px;
    font-weight:normal;
    font-size: 35px;
    position: absolute;
    
}
.blog_panel-plus_content{
    display: inline-block;
    padding-left: 40px;
}
}
.blog_panel-minus li:before {
    content: "-";
    margin-left: 2px;
    font-weight: normal;
    font-size: 40px;
    position: absolute;
    
}
.blog_panel-minus_content{
    display: inline-block;
    padding-left: 25px;
}
@media only screen and (min-width: 768px) {
    .blog_panel-minus li:before {
    content: "-";
    margin-left: 12px;
    font-weight: normal;
    font-size: 45px;
    position: absolute;
    
}
.blog_panel-minus_content{
    display: inline-block;
    padding-left: 40px;
}
}
.callout_panel_heading {
	padding-left: 40px;
}
.image_panel {
	background-clip: padding-box;
	margin: 10px 0px;
}
.image_panel_img {
	position: relative;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	max-width: 380px;
}
.image_panel_squareimg {
	position: relative;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 120px;
}
@media only screen and (min-width: 440px) {
	.image_panel_img {
	position: relative;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	max-width: 290px;
}
.image_panel_heading {
	padding-left: 20px;
}
}
.image_panel h3 {
	margin-top: 0;
	line-height: 30px;
	font-style: normal;
	font-size: 18px;
	font-size: 1.125rem;
}
.image_panel_heading {
	padding-left: 0px;
	display: block;
	margin-top: 10px;
}
.blog_anchor-links h3{
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	padding-left: 20px;
}
.blog_anchor-links {
	font-size: 11px;
	font-size: 0.6875rem;
	margin: 20px 0px;
	line-height: 1rem;
	padding: 10px 5px 5px 5px;
	-webkit-border-radius: 12px;
    border-radius: 12px;
	-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);
}
#blog_anchor-links {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	margin-top: 10px;
	margin-right: 10px;
    -webkit-column-break-inside: avoid;
    column-fill: auto;
    line-height:1.5rem;
}
.blog_anchor-links ol {
    padding-left:15px;
}
.blog_anchor-links li {
    list-style-type: decimal;
    list-style-position: outside;
	width: 90%;
    margin-left:20px;
    margin-right:20px;
    color: #8f8f8f;
    vertical-align: top;   
}
#blog_anchor-links li :first-child {
		 margin-top: 20px;
}
.blog_anchor-links li :before {
		 content: '';
  display: inline-block;
}
.blog_anchor-links li :after {
	 content: '';
    display: inline-block;
}
.blog_anchor-links em {
	margin-right: 0px;
    font-size: 8px;
    font-size: 0.5rem;
    display: block;
    vertical-align: text-top;	
}
.blog_anchor-links a {
	color: #004270;
}
@media only screen and (min-width: 768px) {
	#blog_anchor-links {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
    .blog_anchor-links ol {
    padding-left:40px;
}
}
@media only screen and (min-width: 980px) {
	#blog_anchor-links {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
}
@media only screen and (min-width: 1300px) {
	#blog_anchor-links {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
}
.blog_panel-wrapper {
	width: auto;
  	margin: 0 auto;
  	padding: 10px 0px 0px 0px;
  	position: relative;
  	z-index: 3;
}
.blog_panel-heading {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	margin-left: 0px;
}
.blog_panel-heading em {
	margin: 0px 10px 0px -30px;
    font-size: 10px;
    font-size: 0.625rem;
    display: inline-block;
    vertical-align: middle;
}
.blog_panel-heading h3 {
	margin-bottom: 0px;
	font-size: 18px;
	font-size: 1.125rem;
	padding-left: 30px;
}
@media only screen and (min-width: 768px) {
.blog_panel-heading em {
	margin: 0px 15px 0px -30px;
    font-size: 10px;
    font-size: 0.625rem;
    display: inline-block;
    vertical-align: middle;
}
.blog_panel-heading h3 {
	margin-bottom: 0px;
	font-size: 18px;
	font-size: 1.125rem;
	padding-left: 40px;
}
}
.blog_panel-tick {
	padding-bottom: 10px;
	font-size: 16px;
	font-size: 1rem;
}
.blog_panel-tick_text {
  padding-left: 25px;   
}
.blog_panel-tick em {
	margin: 0px 0px;
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: middle;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
.blog_panel-tick em {
	margin: 0px 10px;
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: middle;
    display: inline-block;
}
    .blog_panel-tick_text {
    padding-left: 40px;     
}
}

.blog_panel-tick_icon {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 55px;
  float: left;
}
.blog_panel-tick_icon .fa {
  font-weight: bold;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
/* 
 *  Tables
 */
.tg .column2{
    width:50%;
}
.tg .column3{
    width:33%;
}
.tg .column4{
    width:25%;
}
.tg .column5{
    width:20%;
} 
.tg  {
    border-collapse:collapse;
    border-spacing:0;
    margin:0px auto;
}
.tg td{
    font-family: Effra, sans-serif;
    font-size:16px;
    line-height:14px;
    padding:5px 5px;
    border-style:solid;
    border-width:1px;
    border-color:#c1c3c6;
    overflow:hidden;
    word-break:normal;
    text-align: center;
}
.tg th{
    font-family:Museo, sans-serif;
    font-size:12px;
    line-height:13px;
    font-weight:normal;
    padding:10px 10px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
}
.tg .table-heading{
    text-align:center
}
.tg .table-data{
    vertical-align:middle;
    border-left: 1px solid #e0e1e2;
}   
.tg-wrap{
    margin: 20px auto;
}    
@media screen and (max-width: 767px) {
    .tg {
        width: 0px auto !important;
    }
    .tg col {
        width: auto !important;
    }
    .tg-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 20px 0px;
    }
}
.formula .col1{
    width:25%;
}
.formula .col2{
    width:5%;
}
.formula .col3{
    width:25%;
}
.formula .col4{
    width:5%;
}
.formula .col5{
    width:25%;
} 
.formula  {
    border-collapse:collapse;
    border-spacing:0;
    margin:0px auto;
}
.formula td{
    font-family: Effra, sans-serif;
    font-size:16px;
    line-height:14px;
    border-left: none;
    border-right: none;
    padding:5px 5px;
    overflow:hidden;
    word-break:normal;
}
.formula .table-data{
    vertical-align:middle;
}   
.formula-wrap{
    margin: 20px auto;
}    
@media screen and (max-width: 767px) {
    .formula {
        width: 0px auto !important;
    }
    .formula col {
        width: auto !important;
    }
    .formula-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 20px 0px;
    }
}
._green-border-color {
  border-color: #00da45;
}
._red-border-color {
  border-color: #C11F31;
}
._lightblue-border-color {
  border-color: #004270;
}
._gold-border-color {
  border-color: #c69c6d;
}
._lightgrey-border-color {
  border-color: #e9e9ea;
}
._medgrey-border-color {
  border-color: #cccccc;
}
._lightgrey-bg {
  background-color: #f2f2f2;
}

._paleblue-bg {
	background-color: #e5eeff;
}
.padding-onehalf {
	padding: 1.5em;
}
.box-shadow {
  -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);   
}
.inner-list-disc{
    list-style-type: disc;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}
.inner-list-circle{
    list-style-type: circle;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}
.inner-list-square{
    list-style-type: square;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}
.mobile-list{
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 25px;  
}
.mobile-list li{
    padding:5px 0px;  
}
@media only screen and (min-width: 768px) {
	.mobile-list{
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 40px;  
	}
}

/*---------------------------------
	accordion Panel Section
-----------------------------------*/

.transition, .inner-list , .inner-text, .inner-text2, #accordion li  .selectedtitle i:before, #accordion li  .selectedtitle i:after {
  transition: opacity 0.10s ease-in-out; margin:  0.10s ease-in-out; ; padding:  0.10s ease-in-out;
}



.no-select, .selectedtitle h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*-- html {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: scroll;
  background-color: #dce7eb;
  font-family: "Varela Round", sans-serif;
  /*-- color: rgba(48, 69, 92, 0.8);
    } --*/

#accordion {
  font-family: "Museo", sans-serif;    
  min-height: 0;
  display: inline-block;
  position: relative;
  /*-- left: 50%; --*/
  margin: 90px 0;
  /*-- transform: translate(-50%, 0);  --*/
  /*-- box-shadow: 0 10px 0 0 #C11F31 inset; --*/
  /*-- background-color: #fefffa; --*/
  /*-- max-width: 1190px; --*/
  padding: 5px;
  /*-- perspective: 900; --*/
  list-style: none;
  margin: 0;   
  border-radius: 6px;
} 
  
#accordion::-webkit-scrollbar { 
  display: none; 
}
    
@media (max-width: 900px) {
  #accordion body {
    box-sizing: border-box;
    -ms-transform: translate(0, 0);
    -webktit-transform: translate(0, 0);      
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
    .selectedtitle label {
    width:88%;    
    }
 }

.accordion_panel_icon {
  position: absolute;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  /*-- float: left; --*/
  vertical-align: middle; 
  margin: 14px 15px 0px 0px;    
}
.accordion_panel_icon .fa {
  position: relative;
  font-size: 24px;
  font-size: 1.75rem;
}

.selectedtitle label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 34px;
  font-weight: 400;
  /*-- letter-spacing: 1px; --*/
  display: block;
  /*-- background-color: #fefffa; --*/
  margin: 0;
  cursor: pointer;
  padding:15px 0px 15px 55px;
  color: #092B49;    
}

    
.selectedtitle {
    padding-top:0px;
    /*--background-color: #ffffff;--*/
    border-radius: 4px;
}
    
.selectedtitle:hover {
    cursor: pointer;
}
            

#accordion .inner-text {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family: Questrial,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  /*-- letter-spacing: 1px; --*/
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  padding: 10px 15px 0px 60px;
  z-index: 2;
    /*--background-color: rgba(255,255,255,0.8);--*/
  margin: 0;    
}

#accordion .inner-p {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family: Effra,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  padding: 10px 15px 0px 60px; 
}

#accordion .inner-text2 {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family: Effra,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  /*-- letter-spacing: 1px; --*/
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  padding: 0px 0px 0px 0px;
  z-index: 2;
    /*--background-color: rgba(255,255,255,0.8);--*/
  margin: 0;    
}
#accordion .inner-list p {
  /*-- color: rgba(48, 69, 92, 0.8); --*/
  font-family: Effra,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-size: 1.025rem;
  line-height: 26px;
  /*-- letter-spacing: 1px; --*/
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 0px;
  padding: 0px 15px 0px 60px;
  z-index: 2;
  background-color: transparent;
}

#accordion .inner-list ol {    
  perspective: 900;
  padding: 0;
  margin: 0;
  list-style: none;
}
    
#accordion .inner-list::-webkit-scrollbar { 
  display: none; 
}    
    
#accordion .inner-list {    
  padding: 10px 0px 14px 0px;
    /*--background-color: rgba(255,255,255,0.8);--*/
  list-style: none;
  overflow: hidden; 
  line-height: 0px;     
}

#accordion .inner-list li em {
  top: 20px;
  left: 0px;
  position: relative;
  list-style: none;
  /*-- font-size:14px;
  font-size:.85rem; --*/
}
#accordion .inner-list li em:before {
  margin-top: 0px;
  left: 30px;
  position: relative;
  list-style: none;
  line-height: 0px;
  font-weight: bold;    
      
}
 
#accordion .inner-list li {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: none;
  line-height: 0px;    
}
    
#accordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  /*-- padding-top: 18px; --*/

}
#accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
#accordion li:last-of-type {
  padding-bottom: 0;
}
#accordion li .selectedtitle em {
  position: absolute;   
  margin-top: 15px;
  margin-left: 0px;    
  /*--left: 20px;--*/
  -ms-transform: translate(20px, 40px) rotate(-180deg);
  -moz-transform: translate(20px, 40px) rotate(-180deg);    
  -webkit-transform: translate(-10px, -8px) rotate(0deg);    
  transform: translate(-10px, -8px) rotate(0deg);
}
#accordion li .selectedtitle em:after {
    content: "\e82a";
    position: absolute;
    left: 20px;
    top: 21px;
    margin-top: -6px;
    text-transform: none;
    line-height: 1;
    color: #C11F31;
    font-weight: 400;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translate(0px, 0) rotate(-180deg);
    -moz-transform: translate(0px, 0px) rotate(-180deg);
    -webkit-transform: translate(0px, 0) rotate(0deg);
    transform: translate(0px, 0) rotate(0deg);

}
/*--#accordion li .selectedtitle em:after {
  transform: translate(0px, 0);
}--*/
#accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 65px;
  z-index: 999;
  opacity: 0;
}
#accordion li input[type=checkbox]:checked ~ .selectedtitle {
    border-bottom:1px solid #cccccc;
}
#accordion li input[type=checkbox]:checked ~ .inner-text {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transform: translate(0px, 0);
  margin-bottom:0px;
  padding: 0px 15px 0px 30px;   

}
#accordion li input[type=checkbox]:checked ~ .inner-list {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transform: translate(0px, 0);
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;    

}

#accordion li input[type=checkbox]:not(:checked) ~ .inner-text2 {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transform: translate(0px, 0);
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;    

}

#accordion li input[type=checkbox]:checked ~  .selectedtitle em:after {
  -ms-transform: translate(0px, 0) rotate(-0deg);
  -moz-transform: translate(0px, 0) rotate(-0deg);    
  -webkit-transform: translate(0px, 0) rotate(0deg);    
  transform: translate(0px, 0) rotate(0deg);
   color:#C11F31;
}
   #accordion li input[type=checkbox]:not(:checked) ~ .selectedtitle { 
    /*--background-color: #ffffff;--*/
    padding:5px 0px 5px 5px;
    color:#092B49;
    border-radius: 4px;
    border-bottom: 1px solid #cccccc;   
}
    #accordion li input[type=checkbox]:not(:checked) ~ .selectedtitle label { 
    color:#092B49;
    padding-left: 55px;
}    
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  3% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
#accordion li .selectedtitle span {
  position: relative;
  margin-top: -7px;
  right: -120px;
  top: -26px;
  display: block;
  -ms-transform: translate(20px, 30px) rotate(-180deg);
  -moz-transform: translate(20px, 40px) rotate(-180deg);
  -webkit-transform: translate(-30px, -25px) rotate(0deg);
  transform: translate(-30px, 0px) rotate(0deg);
}

#accordion li .selectedtitle span:after {
    content: "\e82a";
    position: absolute;
    top: 12px;
    margin-top: -6px;
    text-transform: none;
    line-height: 1;
    font-weight: 400;
    color: #C11F31;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translate(0px, 0) rotate(-180deg);
    -moz-transform: translate(0px, 0px) rotate(-180deg);
    -webkit-transform: translate(0px, 0) rotate(-270deg);
    transform: translate(0px, 0) rotate(90deg);
}

#accordion li input[type=checkbox]:checked ~ .selectedtitle span:after {
    -ms-transform: translate(0px, 0) rotate(-90deg);
    -moz-transform: translate(0px, 0) rotate(-90deg);
    -webkit-transform: translate(0px, 0) rotate(180deg);
    transform: translate(0px, 0) rotate(270deg);
    color: #C11F31;
}

@media only screen and (max-width: 600px) {
    #accordion li input[type=checkbox]:not(:checked) ~ .selectedtitle label {
        padding-left: 30px;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
    }
    #accordion .inner-list li em {
        left:-18px;
    }
   #accordion li input[type=checkbox]:not(:checked) ~ .inner-list {
  margin-top: 0px;
  height: 0;
  opacity: 0;       
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;   

}
    #accordion li input[type=checkbox]:checked ~ .inner-list {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 34px 0px 10px 0px;
  background-color: rgba(255,255,255,0.8);
  list-style: none;
  line-height: 0px;         

}
    
 #accordion li input[type=checkbox]:not(:checked) ~ .inner-text2  {
  margin-top: 0px;
  height: 0;
  opacity: 0;       
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;   

} 
    
     #accordion li input[type=checkbox]:checked ~  .inner-text2 {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 0px 10px 0px 10px;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  margin: 0;             

}        
    
    #accordion .inner-list p, #accordion .inner-text {
  padding: 0px 15px 0px 35px;

    }
    #accordion .inner-p {
  padding: 30px 15px 0px 25px;

    }
    #accordion li input[type=checkbox]:not(:checked) ~ .inner-text  {
  margin-top: 0px;
  height: 0;
  opacity: 0;       
  margin-bottom:0px;
  padding: 0px 0px 0px 0px;   

}
     #accordion li input[type=checkbox]:checked ~  .inner-text {
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 34px 15px 14px 35px;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  margin: 0;             

}
  #accordion li input[type=checkbox]:checked ~ .selectedtitle { 
    background-color: #e6e6e6;
    border-bottom: none;  
}
    .accordion_panel_icon{
    visibility: collapse
    }
    .selectedtitle label {
    padding:15px 0px 15px 35px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;    
}
    /*--#accordion li {
    border-top:1px solid #cccccc;    
    }--*/
    
    #accordion .callout_panel_noshadow li {
    border-top:1px solid #ffffff;    
    }
    #accordion li input[type=checkbox] {
    height: 80px;
    }
}
@media only screen and (min-width: 600px) {
    #accordion li .selectedtitle em {
  position: absolute;   
  margin-top: 5px;
  right: 20px;
  -ms-transform: translate(20px, 30px) rotate(-180deg);
  -moz-transform: translate(20px, 40px) rotate(-180deg);    
  -webkit-transform: translate(-30px, -25px) rotate(0deg);    
  transform: translate(-30px, 0px) rotate(0deg);
}
#accordion li .selectedtitle em:after {
    content: "\e82a";
    position: absolute;
    right: 20px;
    top: 21px;
    margin-top: -6px;
    text-transform: none;
    line-height: 1;
    color: transparent;
    font-weight: 400;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translate(0px, 0) rotate(-180deg);
    -moz-transform: translate(0px, 0px) rotate(-180deg);
    -webkit-transform: translate(0px, 0) rotate(-270deg);
    transform: translate(0px, 0) rotate(-270deg);

}
    #accordion li input[type=checkbox]:checked ~  .selectedtitle em:after {
  -ms-transform: translate(0px, 0) rotate(-90deg);
  -moz-transform: translate(0px, 0) rotate(-90deg);    
  -webkit-transform: translate(0px, 0) rotate(90deg);    
  transform: translate(0px, 0) rotate(90deg);
   color:#C11F31;
}

  #accordion li .selectedtitle span {
  position: relative;
  margin-top: -7px;
  right: -120px;
  top: -26px;
  display: block;
  -ms-transform: translate(20px, 30px) rotate(-180deg);
  -moz-transform: translate(20px, 40px) rotate(-180deg);
  -webkit-transform: translate(599px, 0px) rotate(0deg);
  transform: translate(-30px, 0px) rotate(0deg);
}
#accordion li .selectedtitle span:after {
    content: "\e82a";
    position: absolute;
    top: 12px;
    margin-top: -6px;
    text-transform: none;
    line-height: 1;
    font-weight: 400;
    color: #C11F31;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -ms-transform: translate(0px, 0) rotate(-180deg);
    -moz-transform: translate(0px, 0px) rotate(-180deg);
    -webkit-transform: translate(0px, 0) rotate(-270deg);
    transform: translate(0px, 0) rotate(90deg);
}
    #accordion li input[type=checkbox]:checked ~  .selectedtitle span:after {
  -ms-transform: translate(0px, 0) rotate(-90deg);
  -moz-transform: translate(0px, 0) rotate(-90deg);
  -webkit-transform: translate(0px, 0) rotate(270deg);
  transform: translate(0px, 0) rotate(270deg);
  color:#C11F31;
}    
}
.ratespecial {
    background: #EDE8DE; /* For browsers that do not support gradients */
    /* background: -webkit-linear-gradient(#092B49, #004370); /* For Safari 5.1 to 6.0 */
    /* background: -o-linear-gradient(#092B49, #004370); /* For Opera 11.1 to 12.0 */
    /* background: -moz-linear-gradient(#092B49, #004370); /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(#092B49, #004370); /* Standard syntax */ 
}

/*---------------------------------
	Tool tip Section
-----------------------------------*/

/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 100%;
  background-color: #6e7d93;
  background-color: hsla(216, 15%, 50%);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.2;
  text-transform:none;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 70%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #6e7d93;
  border-top-color: hsla(216, 15%, 50%);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -50%;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #6e7d93;
  border-left-color: hsla(216, 15%, 50%);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #6e7d93;
  border-bottom-color: hsla(216, 15%, 50%);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #6e7d93;
  border-right-color: hsla(216, 15%, 50%);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}


/*--Rates Panel Tables Start----*/


    .pinned{
        overflow-x:hidden;
        min-width:40%;
        height:auto;
        width:40%;
    }
    .scrollable {
       height:auto;

    }
    div.table-wrapper div.scrollable {
       margin-left:39.50%;
    }
 
    .pinned table td{
         white-space: pre-line;
    }

    .pinned table th{
         white-space: pre-line;
    }

    .reponsive table td, table th{
        text-align: center;
        padding: 0px 5px;
        line-height: 16px;
    }

div.scrollable::-webkit-scrollbar {
    width: 1em;
    height:20px;
}
 
/* div.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} */
 
div.scrollable::-webkit-scrollbar-thumb {
  background-color: #C11F31;
  outline: 1px solid slategrey;
  width:40px;
  border-radius: 6px;  
}

/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
 /*.panel_wrap_1{
    background:#00A7E1;
    padding:40px 20px;
    }
    .panel_wrap_2{
    background:#092B49;
    padding:40px 20px;
    }
    .panel_wrap_3{
    background:#5A666F;
    padding:40px 20px;
    }*/


    .title {
    font-family: Museo;
    font-size:1.5rem;
    color:#FFF;
    text-align:center;
    padding:0px 20px 20px;
    border-bottom: 2px solid #FFFFFF;
    max-width: 360px;
    margin:0px auto 40px;
    }
    
    .table_wrap{
    background:#FFFFFF;
    max-width:1300px;
    margin:0 auto;  
    }
    
    .table_heading{
    background:#e0e6eb;  
        
    }

    .table_heading_navy{
    background:#092B49;  
        
    }

    .table_heading_darkgrey{
    background:#5A666F;  
        
    }

    .table_heading_grey{
    background:#e0e6eb;  
        
    }

    .table_heading_blue{
    background:#00A7E1;  
        
    }

    .table_heading_navy h1, .table_heading_darkgrey h1, .table_heading_blue h1{
    font-family:Museo;
    text-align: center;
    max-width:340px;
    font-size:0.875rem;
    color:#FFFFFF;
    height:3.75rem;
    line-height: 3.75rem;
    margin:0 auto;
    border-bottom: 2px solid #C11F31;
    }
    
    
    .table_heading h1{
    font-family:Museo;
    text-align: center;
    max-width:340px;
    font-size:0.875rem;
    background:#e0e6eb;
    color:#092B49;
    height:3.75rem;
    line-height: 3.75rem;
    margin:0 auto;
    border-bottom: 2px solid #C11F31;
    }
    
    .responsive th {
        font-size:14px;
        padding:5px;
        color:#092B49;
    }
    
    .row_fixed {
       line-height:14px;
       font-size:14px;
       font-weight: bold;
       height:25px!important;
       border-collapse: inherit;
       border-spacing: inherit;
    }

    .row_fixed td{
       padding:0px 5px 9px 5px;
       border-top: none;
        border-left:none;
    }

    .row_fixed em{
        font-size:14px;
    }


    .loan{
        height:106px!important;
}

    .loan td{
        height:106px!important;
        min-width: 70px;
    padding: 9px 5px;
    line-height: normal;
}
   .loan td:nth-child(1){
        padding-left:10px;
    }

    .row_fixed td {
      height:36px!important;
      min-width: 115px;
    }
    
    .responsive td, th{
    font-family:Effra;
    text-align: center;
    border-bottom: 2px  solid #eee;
    border-left: 2px solid #eee;
    border-top:none;
    }

    .responsive td:nth-child(1){
    border-left: 1px transparent;
    text-align: left;
    font-size:0.875rem;
    }
    .first-column th:nth-child(1){
    border-left: 1px transparent;
    border-bottom: 1px transparent;
    padding-top: 2px;
    }

    .responsive tr:last-child td:nth-last-child(n) {
    border-bottom: 1px transparent;   
    }
    
    a{
    font-family:Effra;
    color:#092B49;
    text-decoration:none;
    font-weight: 400;
    }
    a:hover{
    color:#C11F31;
    }

    table.responsive {
    padding:20px 0px 0px 0px;
    border:none;
    border-collapse: inherit;
    border-spacing: inherit;
    margin:0px;
    background:#FFF;
    }

    .pinned table {
    padding:19px 0px 0px 0px;
    border:none;
    margin: 0px;
    border-collapse: inherit;
    border-spacing: inherit;
    }

    .pinned td:nth-child(1){
    border-left: 1px transparent;
    text-align: left;
    font-size:0.875rem;
    }

    .effective_date{
    display:block;
}
    
    .scroll_message_2tabs {
        display:block;
        text-align: center;
        font-family: Effra;
        font-size: 0.875rem;
        color:#000;
        padding-bottom:0px;
    }

     .scroll_message {
        display:block;
        text-align: center;
        font-family: Effra;
        font-size: 0.875rem;
        color:#000;
        padding-bottom:15px;
    }

    .table_disclaimer {
        display:block;
        text-align: center;
        font-family: Effra;
        font-size: 0.75rem;
        color:#000;
        padding:10px 10px;
        line-height: 1rem;
    }
    
    table tbody tr:nth-child(odd) {
    background: #F8F8F8;      
    }

    .first-column th{
        border-bottom: 1px transparent;
        background:#FFFFFF;
        color:#092B49;
        font-size: 14px;
        height: 55px;
    }
    
    .first-column em{
        font-weight: normal;
        font-size:14px;
    }

    .first-column_heading {
    padding:0px 0px 0px 10px!important;
    
}


    small{
        font-size:0.765rem;
    }


@media only screen and (min-width: 600px) {
      table.responsive {
    padding:20px 10px 20px 10px;
    max-width: 1400px;
    margin:0 auto;  
    }

    .scroll_message {
        display:none;
    }
    .scroll_message_2tabs {
        display:none;
    }
    .pinned{
        overflow-x:hidden;
        min-width:40%;
        height:auto;
        width:40%;
    }
       

    .scrollable {
       height:auto;

    }
    div.table-wrapper div.scrollable {
       margin-left:40%;
    }
    .title {
    font-family: Museo;
    font-size:2rem;
                                    
    }

    .table_heading h1{
    max-width:340px;
    font-size:1.125rem;
    }
    
    .table_heading_navy h1, .table_heading_darkgrey h1, .table_heading_blue h1{
    max-width:340px;
    font-size:1.125rem;
    }


    small{
        font-size:1rem;
    }

    }
@media only screen and (min-width: 768px) {
    .pinned table {
    display:none;
    }
    div.table-wrapper div.scrollable {
       margin-left:0%;
      overflow: hidden;
      overflow-x: scroll;
    }
  .table_wrap{
    overflow: hidden;    
    }
    
    .loan {
    height: 71px!important;
    }

    .loan td{
        height:71px!important;
        padding:9px 10px;
    } 
    .loan td:nth-child(1){
        padding-left:40px;
    }
    table tbody tr:nth-child(odd) {
    background: #FFFFFF;      
    }
    .first-column_heading {
    padding:0px 0px 0px 40px!important;
    
    }
    }

/*--Rates Panel Tables End----*/

/*--- Multi-column blocks Start----*/

    .column_row {
     width:100%;
     padding: 10px 0px;
     display:block;
     clear:both;
    }

    .loan-type_whitebg {
    bottom: inherit;
    position: relative;
    background: rgba(255,255,255,1);
    padding: 30px 30px 30px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
    width:100%;
    min-width: 320px;
    margin: 0 auto;
}

   .loan-type_wrap {
    min-height:230px;   
}

    .loan-type_list {
    Width: 100%;
    display: inline-block;
    float: left;
    font-size: 18px;
    list-style: none;
    padding: 0px 10px 0px 30px;
    line-height: 48px;
    margin-bottom: 0px;
}



    .loan-type_list li:before{
     color: #C11F31;
    content: "\e82a";
    font-family: "icomoon";
    speak: none;
    text-transform: none;
    position: relative;
    margin-right: -7.5px;
    line-height: normal;
    font-size:14px;
    left: -20px;
}
    .loan-type_list li {
    line-height: 20px;
    margin:20px 0px;
}

    .loan-type_list li:first-child {
     margin-top:0;
}

    .loan-type_list li a {
    text-decoration:none;
    font-family: Effra;
    font-weight: 500;
    
}

.loan-panel_boxes h3 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left:0px;
  font-size: 28px;
  line-height: 48px;
}

.loan-panel_boxes h4 {
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left:0px;
  font-size: 24px;
  line-height: 48px;
}



/*--- 2 Column Row Start-----*/

    ._2col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
    margin:15px auto;
}

    ._quarter_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;

}

    ._half_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}

    ._full_col{
    width:100%;
    position: relative;
    display:inline-block;
    float: left;  
}

._60w_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}

._30w_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}

._40w_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}

._70w_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}

/*--- 2 Column Row End-----*/

/*--- 3 Column Row Start-----*/

    ._3col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
    margin:15px auto;
}
   .loan-type_wrap_3col {
    min-height:230px;   
}

/*--- 3 Column Row End-----*/

@media only screen and (min-width: 460px) {
    .loan-type_wrap {
    min-height:260px;   
}
    .loan-type_wrap_3col {
    min-height:260px;   
 }
}

@media only screen and (min-width: 540px) {
    .loan-type_wrap {
    min-height:220px;   
}
    .loan-type_wrap_3col {
    min-height:220px;   
 }
}

@media only screen and (min-width: 750px) {
    ._2col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
    ._quarter_col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;

}
    ._half_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}
 ._3col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
 .loan-type_whitebg {
    bottom: inherit;
    position: relative;
    background: rgba(255,255,255,1);
    padding: 30px 40px 30px 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
    width:100%;
    min-width: 340px;
    margin: 0 auto;
}
   .loan-type_wrap {
    min-height:200px;   
}

.loan-type_wrap_3col {
    min-height:220px;   
}

._30w_col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}

    ._60w_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}

    ._40w_col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
}
    
   .loan-panel_boxes h3 {
    font-size:28px;
    line-height: 40px;
}

.loan-panel_boxes h4 {
    font-size:24px;
    line-height: 40px;
}
    ._2col .loan-type_whitebg{
     min-height: 460px;      
}
    ._3col .loan-type_whitebg{
     min-height: 460px;      
}
}


@media only screen and (min-width: 980px) {
._30w_col {
    width:33.33%;
    position: relative;
    display:inline-block;
    float: left;
}
._70w_col {
    width:66.66%;
    position: relative;
    display:inline-block;
    float: left;
}
}

@media only screen and (min-width: 1200px) {
    ._2col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
._quarter_col {
    width: 25%;
    position: relative;
    display: inline-block;
    float: left;
}
    ._half_col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
 ._3col {
    width:33.33%;
    position: relative;
    display:inline-block;
    float: left;
}
 .loan-type_whitebg {
    bottom: inherit;
    position: relative;
    background: rgba(255,255,255,1);
    padding: 30px 40px 30px 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
    width:100%;
    min-width: 360px;
    margin: 0 auto;
}
   .loan-type_wrap {
    min-height:150px;   
}

   .loan-type_wrap_3col {
    min-height:200px;   
}

    ._60w_col {
    width:60%;
    position: relative;
    display:inline-block;
    float: left;
}

    ._40w_col {
    width:40%;
    position: relative;
    display:inline-block;
    float: left;
}
    ._2col .loan-type_whitebg{
     min-height: 330px;      
}
    ._3col .loan-type_whitebg{
     min-height: 460px;      
}
}

@media only screen and (min-width: 1500px) {
    ._2col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
    ._half_col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
 ._3col {
    width:33.33%;
    position: relative;
    display:inline-block;
    float: left;
}
 .loan-type_whitebg {
    bottom: inherit;
    position: relative;
    background: rgba(255,255,255,1);
    padding: 30px 40px 30px 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    overflow: hidden;
    width:100%;
    min-width: 360px;
    margin: 0 auto;
}
   .loan-type_wrap {
    min-height:130px;   
}
    .loan-type_wrap_3col {
    min-height:220px;   
}

    ._60w_col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}

    ._40w_col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
   ._2col .loan-type_whitebg{
     min-height: 320px;      
}
    ._3col .loan-type_whitebg{
     min-height: 480px;      
}
}

/*--- 4 Column Row Start-----*/

    ._4col {
    width:100%;
    position: relative;
    display:inline-block;
    float: left;
    margin:15px auto;
}
   .loan-type_wrap_4col {
    min-height:200px;   
}

@media only screen and (min-width: 750px) {
 ._4col {
    width:50%;
    position: relative;
    display:inline-block;
    float: left;
}
}

@media only screen and (min-width: 1200px) {
 ._4col {
    width:25%;
    position: relative;
    display:inline-block;
    float: left;
}
}


/*--- 4 Column Row End-----*/



/*--- Multi-column blocks End----*/

    .loginbutton_wrapper{
    
position:absolute;
    
display: block;
    
z-index: 999;
    
height: 60px;
    
margin-top: 10px;
    
/* width: 100%; */
    }

    .login_banner_box {
    overflow: visible !important;
    padding: 30px 15px 250px 15px;
    top:250px;
    }

    .login_banner_box h2 {
    text-align: center;
    }


    /* Hide Dropdowns by Default */
    #homeloanslogin ul ul {
    display: block;
    position: absolute;
    top: 54px; /* the height of the main nav */
    right: 0px;
    display: none;
    }
    /* Display Dropdowns on Hover */
      #homeloanslogin ul li:hover > ul, #homeloanslogin ul li:focus > ul, #homeloanslogin ul li:active > ul {
    display:inherit;
    } 
 
    /** HOME PAGE **/
    /** Loginbutton link **/

    @media only screen and (min-width: 640px) {
    .loginbutton_wrapper{
    
    position:relative;
    }

    /*#homeloanslogin ul ul {
    display: none;
    }
    #homeloanslogin ul li:hover > ul, #homeloanslogin ul li:active > ul {
    display:inherit;*/
    }
    .login_banner_box h2 {
    text-align: left;
    }
}

    @media only screen and (min-width: 980px) {
    .loginbutton_wrapper{
    
    position:relative;
    display: block;
    z-index: 999;
    height: 60px;
    }
    .login_banner_box {
    overflow: visible !important;
    padding: 30px 40px 30px 40px;
    }
 
    }
    @media only screen and (min-width: 1200px) {
    .loginbutton_wrapper{
    display: block;
    z-index: 999;
    }
    }
    #logincontainer {
    margin: 0 auto;
    font-family: Museo;
    display:block;
    }
    #homeloanslogin {
    margin: 0px auto;
    background-color: #092B49;
    width: 230px;
    border-radius: 2px;
    }
    #homeloanslogin ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 43px;
    z-index:999;
    }
    #homeloanslogin ul li {
    display:inline-block;
    width:230px;
    }
    #homeloanslogin a {
    display:block;
    padding:0 20px;
    color: #092b49;
    font-size:16px;
    line-height: 34px;
    text-decoration:none;
    font-weight: 700;
    font-family: Museo;
    }
    #homeloanslogin a:hover{
    color:#092b49;
    font-size: 16px;
    }
    #homeloanslogin li a.loginbtn:hover em.btntext span{
    display: none;
    }
    #homeloanslogin li a.loginbtn:hover em.btntext:after{
    content: 'Login';
    font-size:16px;
    font-weight:900;
    }
    #homeloanslogin li a.loginbtn:hover em.btntext span{
    display: none;
    }
    #homeloanslogin:hover em.btntext span {
    display: none;
    }
    #homeloanslogin:hover em.btntext:after{
    content: 'Login';
    font-size:16px;
    font-weight:900;
    }
    .loginlist li {
    background-color: #ffffff;
    border-bottom:1px solid #ccc;
    }
    .loanfunder {
    font-size:12px;
    display:block;
    padding:0px;
    margin:0px;
    height:18px;
    color: #5A666F;
    }
    .loginlist a:hover > .loanfunder {
    color:#C11F31;
    }
    #homeloanslogin a.loginbtn {
    height: 55px;
    line-height:43px;
    color:#fff;
    border-radius: 2px;
    text-align: center;
    padding: 0px 5px;
    font-size: 16px;
    font-weight: 900;
    }
    .loginbtn em {
    margin: 0 0 10px;
    font-style:normal;
    }
    .btntext {
    font-size:16px;
    }
    .btntext em {
    padding-right: 10px;
    }
    #loginlabel {
    width:230px;
    margin: 0 auto;
    text-align:left;
    font-weight:600;
    color:#0066ac
    }
    .linkicon {
    float:right;
    padding-top:0px;
    }
    .linkarrow em {
    color:inherit;
    font-size:12px;
    }



    /* Fisrt Tier Dropdown */
    #homeloanslogin ul ul li {
    width:230px;
    float:none;
    display:list-item;
    position: relative;
    line-height: 40px;
    }
    /* Second, Third and more Tiers    */
    #homeloanslogin ul ul ul li {
    position: relative;
    top:-43px;
    left:170px;
    }
    /* Change this in order to change the Dropdown symbol */
    /* &gt; a:after { content:  ''; }
    li &gt; a:only-child:after { content: ''; } */
    /** End **/


   .gilly_banner {
   padding-bottom:20px;
}

   .gilly_banner_right {
   padding-bottom:20px;
}

   .gilly_banner h2{
   color:#FFF;
}

   .gilly_banner p{
   color:#FFF;
}

   .gilly_banner_right h2{
   color:#FFF;
}

   .gilly_banner_right p{
   color:#FFF;
}

   .gilly_banner a.banner-btn {
    color:#FFFFFF!important;
}
   .gilly_banner a.banner-btn:hover {
    color:#C11F31!important;
}


  .gilly_banner .blockquote p:before {
  color: #FFFFFF;
}
  .gilly_banner .blockquote p:after {
  color: #FFFFFF;
}

   .gilly_quote_panel {
    max-width: 100%;
    margin: 0px auto;
    line-height: normal;
}

.gilly_quote_panel h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0px auto 40px;
}

.gilly_banner .blockquote p.quote {
   font-size: 18px;
}


@media only screen and (min-width: 640px) {
   .gilly_quote_panel {
    max-width: 60%;
    margin: 0px auto;
    line-height: normal;
}

.gilly_quote_panel h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 40px auto 40px;
}
.gilly_banner .blockquote p.quote {
   font-size: 24px;
}
}

@media only screen and (min-width: 980px) {
.gilly_quote_panel h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 40px auto 40px;
}
   .gilly_banner {
   padding-bottom:60px;
}
   .gilly_banner_right {
   padding-bottom:60px;
}
}
@media only screen and (min-width: 1200px) {
  .gilly_banner .blockquote p:before {
  color: #092B49;
}
  .gilly_banner .blockquote p:after {
  color: #092B49;
}
  .gilly_banner_right {
   padding: 20px 20px 10% 40px;
}
   .gilly_quote_panel {
    max-width: 65%;
    margin: 20px auto;
    line-height: normal;
}
.gilly_banner .blockquote p.quote {
   font-size: 26px;
}
   .gilly_banner h2{
   color:#092B49;
}

   .gilly_banner p{
   color:#092B49;
}
   .gilly_banner_right h2{
   color:#092B49;
}

   .gilly_banner_right p{
   color:#092B49;
}

   .gilly_banner a.banner-btn {
    color:#092B49!important;
}
   .gilly_banner a.banner-btn:hover {
    color:#C11F31!important;
}
}

    @media only screen and (min-width: 1460px) {
  .gilly_banner_right {
   margin-right:12%;
}
  .gilly_banner {
   margin-left:10%;
   padding-bottom:10%;
}
   .gilly_quote_panel {
    max-width: 70%;
    margin: 40px auto;
    line-height: normal;
}
}

.ratebox_promobanner {
    height: 90px;
    overflow: visible;
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
}

@media only screen and (min-width: 360px) {
.ratebox_promobanner {
    height: 60px;
    overflow: visible;
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
}
}

@media only screen and (min-width: 980px) {
.ratebox_promobanner {
    height: 60px;
    overflow: visible;
    width: 100%;
    bottom: -40px;
    position: absolute;
    left: 0px;

}
}

/* Login menu */

 .login_nav {
   width: 100px;
   display: inline;
   margin-top: 16px;
   position: relative;
   top: 23px;
}

 .login_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: right;
    /* background: #eee; */
    /* border-bottom: 1px solid #fff; */
    border-radius: 3px;
  }

  .login_nav li {
    float: right;
  }

  .login_nav #login .login_link {
    margin: 5px 0px;
  }

  .login_nav #login .login_link a {
    color: #092B49;
    font-weight: 500;
  }

  .login_nav #login-trigger{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-weight: 900;
    padding: 0 8px;
    text-decoration: none;
    color: #FFFFFF;
    font-size:14px;
    font-size:0.875rem;
  }

  .login_nav #login-trigger {
    border-radius: 3px 0 0 3px;
  }

  .login_nav #login-trigger:hover,
  .login_nav #login .active,
  .login_nav #signup a:hover {
    /* background: #fff; */
  }

  .login_nav #login-content {
    display: none;
    position: absolute;
    top: 43px;
    right: 0;
    z-index: 999;
    background: #fff;
    background-image: linear-gradient(top, #fff, #eee);
    padding: 15px;
    /* box-shadow: 0 2px 2px -1px rgba(0,0,0,.9); */
    border-radius: 3px 0 3px 3px;
    box-shadow: 0px 0px 5px #ccc;
  }

 .login_nav li #login-content {
    right: 0;
    width: 200px;
  }

   .login_link_arrow em {
    color:inherit;
    font-size: 10px;
    color: #C11F31;
    margin-left: 10px;
    }


.angled_panel_list h3 {
   padding:0px 0px 0px 0px;
   font-size: 32px;
   line-height: normal;
}

.angled_panel_list .contact-bdm_btn {
   margin:0px 0px 0px 0px;
}

@media only screen and (min-width: 768px) {
.angled_panel_list h3 {
   padding:0px 0px 0px 15px;
   font-size: 32px;
   line-height: normal;
   margin-top:0px;
}
.angled_panel_list .contact-bdm_btn {
   margin:0px 0px 0px 15px;
}
}

@media only screen and (min-width: 980px) {
.angled_panel_list h3 {
   padding:0px 0px 0px 30px;
   font-size: 32px;
   line-height: normal;
   margin-top:0px;
}
.angled_panel_list .contact-bdm_btn {
   margin:0px 0px 0px 30px;
}
}