




































































@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&display=swap');

*, *:before, *:after { box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body {margin:0}

ul{margin:0px; padding:0px;}
ul li{list-style:none;}
a:hover, a:focus{text-decoration:none; }

h1,h2,h3,h4,h5,h6{margin-top:0px; margin-bottom:10px;}
.row-fluid [class*="span"]{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}

.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; transition:all ease 400ms; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}

.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; transition:all ease 400ms;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;} 

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset{max-width: none;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}

@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{font-family: ; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: ; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; transition:all ease 400ms; background-color:#0094C9;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:#01303F;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1;}

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1090px;} }
@media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1300px;} }
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
body{margin:0px; font-family: Poppins; font-weight:400; color:#424242; font-size: 18px;line-height:1.5em;}

/* Paragraphs */

p { margin: 0 0 1.4rem;}
strong {font-weight: 700;}

a{ transition:all ease 400ms; text-decoration:none; color:#0094C9;}
a:hover, a:focus{text-decoration:none; color:#424242; }

.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-uppercase{text-transform:uppercase;}
.text-italic{font-style:italic;}

/* Headings */
h1,h2,h3,h4,h5,h6{font-family:Poppins;font-weight:700;margin:0 0 1.4rem;}
h1{font-size:72px;line-height:1em;}
h2{font-size:60px;line-height:1em;}
h3{font-size:48px;line-height:1em;}
h4{font-size:36px;line-height:1em; }
h5{font-size:32px; line-height:1em;}
h6{font-size:24px;line-height:1em;}

/* Lists */
ul,ol{margin:0 0 1.5rem;}
ul ul,ol ul,ul ol,ol ol{margin:0;}
ul.no-list{list-style:none;}

/* Code blocks */
code{vertical-align:bottom;}

/* Blockquotes */
blockquote{border-left:2px solid #A9A9A9;margin:0 0 1.4rem;padding-left:15px;}

/* Horizontal rules */
hr{background-color:#CCC;border:none;color:#CCC;height:1px;}

/* Subscripts and superscripts */
sup,sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}

/* Focus styles */
:focus{outline:auto;outline-color:green;}
.disable-focus-styles:focus{outline:none;}

.alignright {margin-left:15px; margin-bottom:15px;}
.alignleft {margin-right:15px; margin-bottom:15px;} 
.aligncenter {margin-bottom:15px;}



































.yellow-btn a, a.yellow-btn{font-size: 18px;line-height:28px;display:inline-block; font-family:Poppins; font-weight:600;background-color:#FFD72B;padding:11px 50px; transition:all ease 400ms;color:#01303F; box-sizing:border-box !important;min-width: 300px;
    text-align: center}
.yellow-btn:hover a, .yellow-btn:focus a, a.yellow-btn:hover, a.yellow-btn:focus{background-color:#0094C9; color:#ffffff;}

.blue-btn a, button, a.blue-btn  {font-size: 18px;line-height:28px;display:inline-block; font-family:Poppins; font-weight:600;background-color:#0094C9;padding:11px 50px; transition:all ease 400ms;color:#ffffff;box-sizing:border-box !important;min-width: 300px;
    text-align: center}
.blue-btn a:hover, .blue-btn a:focus a, button:hover, button:focus, a.blue-btn:hover, a.blue-btn:focus  {background-color:#07658e;color:#ffffff;}

.navy-blue-btn a, a.navy-blue-btn{font-size: 18px;line-height:28px;display:inline-block; font-family:Poppins; font-weight:600;background-color:#0B668E;padding:11px 50px; transition:all ease 400ms;color:#ffffff;box-sizing:border-box !important;min-width: 300px;
    text-align: center}
.navy-blue-btn:hover a, .navy-blue-btn:focus a, a.navy-blue-btn:hover, a.navy-blue-btn:focus {background-color:#0094C9; color:#ffffff;}

.blackish-blue-btn a, a.blackish-blue-btn {font-size: 18px;line-height:28px;display:inline-block; font-family:Poppins; font-weight:600;background-color:#01303F;padding:11px 50px; transition:all ease 400ms;color:#ffffff;box-sizing:border-box !important;min-width: 300px;
    text-align: center}
.blackish-blue-btn a:hover, .blackish-blue-btn a:focus, a.blackish-blue-btn:hover, a.blackish-blue-btn:focus {background-color:#0094C9; color:#ffffff;}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}
.hs-form-field label span { font-family:Poppins;}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #f0f0f0;
  border: 2px solid #e6e5e5;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

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

:-ms-input-placeholder {
  color: #BFBFBF;
}

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

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
  display: inline-block;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #0b668e;
  border: 0;
  border-radius: 15px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: auto;
  line-height: 28px;
  margin: 0;
  padding: 11px 50px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all ease 400ms;
  white-space: normal;
  width: auto;
  min-width: 180px;
  word-break: break-word;
  font-family: Poppins;
  box-sizing: border-box !important;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:#0094c9;

}

form input[type=submit]:active,
form .hs-button:active {
  background-color:#0094c9;

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 1.3rem 0;
}

.blog-header__title {
  font-size: 4rem;
  color: #fff;
  text-align: center;
  margin: 0 !important;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post h4 {
  font-size: 1.3rem;
  color: #0094c8;
}

.blog-post h5 {
  font-size: 1.2rem;
  color: #07658e;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

.blog-subscribe-wrap {
  margin-top:25px;
}

.body-container--blog-post .content-wrapper, .body-container--blog-index .content-wrapper {
    transform: skewY(0deg) !important;
}

.body-container--blog-index .content-wrapper .blog-index {
    transform: skewY(0deg) !important;
}

.body-container--blog-post .content-wrapper:before {
    transform: skewY(0deg) !important;
}

.body-container--blog-post .content-wrapper > div, .body-container--blog-post .content-wrapper > article {
    transform: skewY(0deg) !important;
}

.body-container--blog-post .blog-header, .body-container--blog-index .blog-header {
    background-position: center center !important;
}

.body-container--blog-post .blog-header .blog-header__inner, .body-container--blog-index .blog-header .blog-header__inner {
    margin: 0 auto !important;
    max-width: 950px !important;
}

.body-container--blog-post .blog-post-container {
    padding-top: 0 !important;
}
.lo-full-background  {
   
      
  background-color: #07658E;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.lo-full-background:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/form-bg.png);
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    opacity: 0.5;
}

.lo-name-container {
  padding-top: 100px;
  float: right; 
  width: 100%; 
  max-width: 505px; 
  text-align: left;
}

.lo-connect-form {
  float: right; 
  max-width: 50%;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

.nar-full-background  {
   
      
  background-image: url("https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/Banner%20Images/RocketMan4Web.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.nar-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.nar-text-container {
  
}

.nar-section2 {
  grid-column-start: 2;
}

.nar-section3 {
  grid-column-start: 2;
}


@media(max-width:400px){
  .nar-full-background {
  background-image: url("https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/Banner%20Images/RocketMan3Mobile.jpg");
  }
}

@media(max-width:800px){
    .nar-full-background {
  background-image: url("https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/Banner%20Images/RocketMan4Tablet.jpg");
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}





































































@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&display=swap');

*, *:before, *:after { box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body {margin:0}

ul{margin:0px; padding:0px;}
ul li{list-style:none;}
a:hover, a:focus{text-decoration:none; }

h1,h2,h3,h4,h5,h6{margin-top:0px; margin-bottom:10px;}
.row-fluid [class*="span"]{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}

.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; transition:all ease 400ms; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}

.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; transition:all ease 400ms;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;} 

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset{max-width: none;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}

@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{font-family: ; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: ; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; transition:all ease 400ms; background-color:#0094C9;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:#01303F;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1;}

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1090px;} }
@media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1300px;} }

.header-section {padding:18px 0 0; background: #ffffff; height:60px;position:relative;box-shadow: 0px 7px 0 #ffd72a; z-index: 99; float: left; width: 100%;}
.header-section:before {content:''; width:0; height:0; border-top:75px solid #FFD72B; border-left:165px solid transparent;border-right:165px solid transparent; position:absolute; left:0; right:0; margin:0 auto; top:60px;z-index: 99;}
.header-section:after {content:''; width:0; height:0; border-top:70px solid #ffffff; border-left:160px solid transparent;border-right:160px solid transparent; position:absolute; left:0; right:0; margin:0 auto; top:92%;z-index: 99}
.header-section .header-left-wrap {width:35%; float:left; margin-top:-4px;}
.header-section .header-left-wrap .menu-item-wrap {position: absolute; width: 360px; padding: 65px 50px; top:0px;display:none;left: 0; background: #fff;box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); box-sizing: border-box;z-index: 2;}
.header-section .header-left-wrap .phone-wrap a {color:#424242;}
.header-section .header-left-wrap .phone-wrap a:hover {color:#0094C9;}


.header-section .header-left-wrap .blog-wrap a {color:#424242;}
.header-section .header-left-wrap .blog-wrap a:hover {color:#0094C9;}


.header-section .header-left-wrap .menu-wrap {display: inline-block;  vertical-align: middle;}
.header-section .header-left-wrap .phone-wrap{display: inline-block;  vertical-align: top;} 


.header-section .header-left-wrap .blog-wrap{display: inline-block;  vertical-align: top; margin-left: 20px; margin-right: 20px;} 


.header-section .header-left-wrap .menu-wrap button {padding: 0; width: 30px; border: 0; background: transparent;height: 30px; position: relative; z-index: 1;margin-right: 20px; cursor:pointer;min-width: auto;}   
.header-section .header-left-wrap .menu-wrap button .icon-bar {width: 30px; height: 5px; background-color: #0094C9; display: block; vertical-align: middle; padding: 0; line-height: inherit; margin: 5px 0;    transition: all ease 0.4s;}
.header-section .header-left-wrap .menu-wrap button.ebiz-menuopen .icon-bar:first-child {transform: rotate(45deg); margin-top: 10px;}
.header-section .header-left-wrap .menu-wrap button.ebiz-menuopen .icon-bar:nth-child(2) {opacity:0;} 
.header-section .header-left-wrap .menu-wrap button.ebiz-menuopen .icon-bar:nth-child(3) {transform: rotate(-45deg); margin-top: -20px;}

.header-section .header-left-wrap .menu-wrap .mobile-menu button {transition:all ease 0.4s; opacity:0; }
.menuopen .header-section .header-left-wrap .menu-wrap .mobile-menu button {opacity:1; }
.menuopen .header-section .header-left-wrap .menu-wrap .mobile-menu button .icon-bar:first-child {transform: rotate(45deg); margin-top: 10px;}
.menuopen .header-section .header-left-wrap .menu-wrap .mobile-menu button .icon-bar:nth-child(2) {opacity:0;} 
.menuopen .header-section .header-left-wrap .menu-wrap .mobile-menu button .icon-bar:nth-child(3) {transform: rotate(-45deg); margin-top: -20px;}

.header-section .header-left-wrap .menu-wrap .mobile-menu button {position:absolute; right: -6px;top: 14px;}

.header-section .header-left-wrap .menu-logo-wrap {margin-bottom: 10px;}
.header-section .header-left-wrap .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper {margin-bottom:25px;}
.header-section .header-left-wrap .hs-menu-wrapper > ul > li:not(.hs-item-has-children) {margin-bottom:25px;}
.header-section .header-left-wrap .hs-menu-wrapper ul li a {text-transform:uppercase;color:#424242;position:relative; z-index: 1}
.header-section .header-left-wrap .hs-menu-wrapper ul li a:hover {color:#0094C9; }
.header-section .header-left-wrap .hs-menu-wrapper ul li:last-child {margin-bottom:0;}
.header-section .header-left-wrap .hs-menu-wrapper ul li a:before {content:''; width:4px; height:0; background-color:#0B668E;position:absolute; left:-10px; top:0;transition: all ease 0.4s;     z-index: -1}
.header-section .header-left-wrap .hs-menu-wrapper ul li a:hover:before {height:100%;}
.header-section .header-left-wrap .hs-menu-wrapper ul li a:focus:before {width:calc(100% + 20px); right:-20px; height:100%}
.header-section .header-left-wrap .hs-menu-wrapper ul li a:focus{color:#fff;}
 
.header-section .header-right-wrap {width:35%; float:left; text-align:right;margin-top: -3px;}
.header-section .header-right-wrap ul li {display:inline-block; vertical-align:middle; margin: 0 12px;}
.header-section .header-right-wrap ul li a {color:#424242; text-transform:uppercase;}
.header-section .header-right-wrap ul li a:hover {color:#0094C9; }

.header-section .logo-wrap {width:30%; float:left; text-align:center;margin-top: -10px;}
.header-section .logo-wrap a {max-width: 245px; display: inline-block;position: relative; z-index: 100;}
.header-section .logo-wrap a img {width: 100%; display: inline-block; vertical-align: middle;}


@media(max-width:1799px){
    
    
}

@media(max-width:1619px){
        
    

}

@media(max-width:1429px){
    
    .header-section .header-right-wrap ul li {    margin: 0 5px;}
    
    

}

@media(max-width:1199px){ 
    
    .header-section .header-left-wrap .menu-item-wrap { z-index: 101;}
    .header-section .header-right-wrap ul li { margin: 3px 2px;}
    .header-section .header-right-wrap ul li a {font-size: 16px;}
    

}

@media(max-width:991px){
    .header-section .menu-item-wrap .hs-menu-wrapper > ul > ul > li:first-child{display: none;}
    
    
    .header-section .header-left-wrap .blog-wrap {display:none;}
    
}

@media(max-width:767px){

    .header-section .header-left-wrap .menu-item-wrap { z-index: 101;}
    .header-section .header-left-wrap .menu-wrap button.ebiz-menuopen { z-index: 102;}
    
    .header-section:before {border-top: 45px solid #ffd72a; border-left: 105px solid transparent; border-right: 105px solid transparent;}
    .header-section:after {border-top: 41px solid #fff; border-left: 100px solid transparent; border-right: 100px solid transparent;}
    
    .header-section .logo-wrap a { max-width: 175px;}
    
    .menuopen .header-section .header-left-wrap .menu-wrap .mobile-menu button {display:none;}

}

@media(max-width:575px){
    
    .header-section .logo-wrap { width: calc(100% - 35px); margin-left: -16px;}
    .header-section .logo-wrap a { max-width: 169px;}
    .header-section .header-left-wrap {width:35px;}
    .header-section .header-left-wrap .menu-item-wrap {width:100%;}
    .header-section .header-left-wrap .menu-wrap button.ebiz-menuopen {right:0;}
    .header-section:after {border-top: 32px solid #fff; border-left: 90px solid transparent; border-right: 90px solid transparent;}
    .header-section:before {border-top: 35px solid #ffd72a; border-left: 95px solid transparent; border-right: 95px solid transparent;}
    .header-section .header-left-wrap .phone-wrap {display:block; text-align:center;margin-top: 20px;}
    .header-section .header-left-wrap .phone-wrap a {font-weight:700;}
    .header-section .header-right-wrap {display:none;}
  
   
}





































































@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&display=swap');

*, *:before, *:after { box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body {margin:0}

ul{margin:0px; padding:0px;}
ul li{list-style:none;}
a:hover, a:focus{text-decoration:none; }

h1,h2,h3,h4,h5,h6{margin-top:0px; margin-bottom:10px;}
.row-fluid [class*="span"]{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}

.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; transition:all ease 400ms; cursor:pointer;}
.slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);}
.slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}

.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; transition:all ease 400ms;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;} 

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset{max-width: none;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}

@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])
{font-family: ; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1, select.hs-input, fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: ; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; transition:all ease 400ms; background-color:#0094C9;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:#01303F;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}

::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;}
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder{opacity:1;}
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder{opacity:1;}

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1090px;} }
@media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1300px;} }

.footer-section {background:#01303F; padding-top: 55px;box-shadow: 0 -7px 0 #FFD966; position:relative;clear:both;z-index:1;}
.footer-section .footer-left-wrap {width: 50%; float: left;}
.footer-section .footer-left-wrap .footer-call-wrap {display: inline-block; vertical-align: top; width: 35%;}
.footer-section .footer-left-wrap .footer-call-wrap a {font-size: 28px; line-height: 32px; font-weight: 600; color:#ffffff;}
.footer-section .footer-left-wrap .footer-call-wrap a:hover {color:#0094C9;}
.footer-section .footer-left-wrap .footer-logo-wrap {display: inline-block; vertical-align: middle; width: 64%;text-align: center; margin-top: -95px;position: relative;}
.footer-section .footer-left-wrap .footer-logo-wrap:before {content:''; width:0; height:0; border-bottom:60px solid #01303F; border-left:150px solid transparent; border-right:150px solid transparent;position:absolute; top: -20px; left: 49%; transform: translateX(-50%); z-index: 1;}
.footer-section .footer-left-wrap .footer-logo-wrap:after  {content:''; width:0; height:0; border-bottom:60px solid #FFD72B; border-left:150px solid transparent; border-right:150px solid transparent;position:absolute; top: -27px; left: 49%; transform: translateX(-50%);z-index: 0;}
.footer-section .footer-left-wrap .footer-logo-wrap img {position:relative;z-index: 2;}
.footer-section .footer-right-wrap {width: 50%; float: left;}
.footer-section .footer-right-wrap .single-col {width:33.33%; float:left;padding-right: 45px;}
.footer-section .footer-right-wrap .single-col li a { color:#ffffff;}
.footer-section .footer-right-wrap .single-col li a:hover {color:#0094C9;}

.footer-section .btm-footer {padding-top: 30px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,0.1); padding-bottom: 30px;}
.footer-section .btm-footer .container { display: flex; align-items: center;justify-content: space-between;}
.footer-section .btm-footer .copyright { font-size: 12px; line-height: 19px; color:#ffffff;width:100%;}
.footer-section .btm-footer .copyright p {margin-bottom:0;}
.footer-section .btm-footer .legal-links { width:95%; text-align:right;    align-self: flex-start;}
.footer-section .btm-footer .legal-links ul li {display:inline-block; vertical-align:middle; margin:0 5px;line-height: 15px;}
.footer-section .btm-footer .legal-links ul li a {color:#ffffff; font-size:12px; line-height:19px;}
.footer-section .btm-footer .legal-links ul li a:hover {color:#0094C9;}

.footer-section .footer-socialmedia-wrap { margin-top: 25px;}
.footer-section .footer-socialmedia-wrap ul li {display: inline-block;vertical-align: middle; margin-right: 10px;padding-left:0;}
.footer-section .footer-left-wrap .footer-call-wrap .footer-socialmedia-wrap ul li a {width: 50px;height: 50px;display: inline-flex; border: 2px solid; align-items: center; justify-content: center; border-radius: 50%; font-size: 17px; font-size:18px; line-height:30px; }

.footer-section.officer-space{margin-bottom:109px;}
@media(max-width:1429px) {
    
    .footer-section .footer-left-wrap .footer-call-wrap {width: 41%;}
    .footer-section .footer-left-wrap .footer-logo-wrap {width:57%;}
}


@media(max-width:1199px){ 
    
    .footer-section .footer-left-wrap .footer-logo-wrap { margin-top: -66px;width: 53%; }
    .footer-section .footer-left-wrap .footer-logo-wrap img {max-width: 200px}
    .footer-section .footer-left-wrap .footer-logo-wrap:before {top: -49px;}
    .footer-section .footer-left-wrap .footer-logo-wrap:after {top:-56px;}
    
    .footer-section .footer-left-wrap .footer-call-wrap {width: 42%;}
    .footer-section .footer-right-wrap {width: 45%;}
    .footer-section .footer-left-wrap {width:55%;}
    

}

@media(max-width:991px){ 
    
    .footer-section .footer-left-wrap { width: 100%; display: flex; flex-direction: column-reverse;}
    .footer-section .footer-left-wrap .footer-call-wrap { width: 100%;  text-align: center; margin: 25px 0;}
    .footer-section .footer-left-wrap .footer-logo-wrap { width: 100%;}
    .footer-section .footer-right-wrap {width:100%;}
    
    .footer-section .btm-footer .container { flex-direction: column; justify-content: center;}
    .footer-section .btm-footer .container .copyright, .footer-section .btm-footer .legal-links {text-align: center;}
    
    .footer-section .footer-left-wrap .footer-logo-wrap:before {top: -47px;}
    .footer-section .footer-left-wrap .footer-logo-wrap:after {top:-54px;}

}

@media(max-width:767px){
    .footer-section.officer-space{margin-bottom:134px;}
}

@media(max-width:575px){

    .footer-section .footer-right-wrap .single-col {width:100%; text-align:center;padding-right:0px;}
    .footer-section .footer-left-wrap .footer-logo-wrap:before { top: -39px;border-bottom: 50px solid #002f3e; border-left: 110px solid transparent; border-right: 110px solid transparent;} 
    .footer-section .footer-left-wrap .footer-logo-wrap:after { top: -46px;border-bottom: 50px solid #ffd72a; border-left: 110px solid transparent; border-right: 110px solid transparent;} 

}
/* 11-2021 changed #74838b grey and #7C8D97 grey to #556065 */

.ul-style{}
.ul-style li{padding:0 0 10px 20px;position:relative;}
.ul-style li:after{background-color:#0094c8;border-radius:100%;content:'';height:7px;left:0;position:absolute;top:9px;width:7px;}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.blog-post-container ul li { position: relative; padding-left: 15px; }
.blog-post-container ul li:before{ content: ''; width: 5px; height: 5px; background-color: #556065; border-radius: 50%; position: absolute; left: 0; top: 11px; } 

.banner-section .top-banner {height: 790px; padding: 140px 0; text-align: right; position:relative; background-position: bottom center !important;}
.banner-section .top-banner:after {content:''; width:100%; height:100%;background-image: linear-gradient(-89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);position: absolute;top: 0; z-index:0;left: 0;    background-position: bottom center !important;}
/* .banner-section .top-banner:before {content: '';  width: 100%; height: 15px; background-color: #fff;  position: absolute; left: 0; top: 474px; z-index: 2; transform: skewY(17.7deg); bottom: inherit;} */
.banner-section .top-banner .banner-caption {position:relative;z-index:2;}
.banner-section .top-banner .banner-caption h3 {margin-right: 265px;font-weight: 400;color:#ffffff;margin-bottom: 0;letter-spacing: -1.5px; font-size: 70px; line-height: 80px;}
.banner-section .top-banner .banner-caption .bnt-apply-width {display:inline-block;}
.banner-section .top-banner .banner-caption h1 {margin-right: 211px; margin-bottom: 40px;color:#FFD72B;font-size: 88px; line-height: 88px;}
.banner-section .banner-stats-wrap {position: absolute; top:420px; width: 35%;z-index: 2;}
.banner-section .banner-stats-wrap .single-item {max-width: 65%; margin: 0 auto 15px; position:relative; z-index:2;}
.banner-section .banner-stats-wrap .single-item .stat-number {font-weight: 600; color: #01303F; display: inline-block;vertical-align: top;margin-right: 10px; width: 135px; text-align: right;}
.banner-section .banner-stats-wrap .single-item .stat-number h2 {margin-bottom:0;}
.banner-section .banner-stats-wrap .single-item .state-desc {display: inline-block;vertical-align: top;}
.banner-section .banner-stats-wrap .single-item .state-desc h6 { margin: 0; font-weight: 400;line-height: 20px;}
.banner-section .banner-stats-wrap .single-item .state-desc h4 { color:#0094C9; font-weight: 600;}

.banner-section .banner-stats-wrap:before {content:''; width:100%; height:610px; background-image:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/stats-bg.png); position:absolute; left:0;top: -160px;background-repeat: no-repeat; background-size: 180px;opacity: 0.1;z-index: 1;}
.banner-section .banner-stats-wrap:after {content:''; width:0; height:0; border-left: 50vw solid #fff; border-top: 300px solid transparent;  border-bottom: 300px solid transparent; position: absolute; top: -186px; z-index: 0;}
.banner-section .btm-banner-wrap {margin-top: -320px; position: relative;z-index: 1; border-top: 15px solid #fff; transform: skewY(17.7deg); overflow: hidden; height: 940px;background: #fff; margin-bottom: -300px;}
.banner-section .btm-banner-wrap > div {transform: skewY(-17.7deg);}
.banner-section .btm-banner-wrap .single-block {width:33.33%; float:left; padding-right: 15px; position:relative;}
.banner-section .btm-banner-wrap .single-block:first-child {margin-top: 88px;}
.banner-section .btm-banner-wrap .single-block a > div {max-height:528px; overflow:hidden;}
.banner-section .btm-banner-wrap .single-block img {width:100%;height: 530px; object-fit: cover; display:inline-block; vertical-align:middle;transition:all ease 400ms; object-position: top;}
.banner-section .btm-banner-wrap .single-block:hover img {transform:scale(1.2);}
.banner-section .btm-banner-wrap .single-block h2 {position: absolute; bottom: 0; left: 50px;font-size: 96px; font-weight: 600; line-height: 82px;color: #ffffff;letter-spacing: -2.5px}
.banner-section .btm-banner-wrap .single-block:nth-child(2) {margin-top: -37px;}
.banner-section .btm-banner-wrap .single-block:nth-child(2) img {height: 660px;}
.banner-section .btm-banner-wrap .single-block:nth-child(2) a > div {max-height: 655px;}
.banner-section .btm-banner-wrap .single-block:nth-child(3) {margin-top: 90px;padding-right: 0;}
.banner-section .btm-banner-wrap .single-block a > div {position:relative;}
.banner-section .btm-banner-wrap .single-block a > div:before {content:''; width:100%; height:100%;background-color: #000000;opacity: 0.2; position:absolute; left:0; top:0;transition:all ease 400ms; z-index: 2;}
.banner-section .btm-banner-wrap .single-block:hover a > div:before {opacity:0.4;}
.banner-section .btm-banner-wrap .single-block a > div h2 {z-index: 2;transition:all ease 400ms}
.banner-section .btm-banner-wrap .single-block a:hover > div h2 {color:#FFD72B;}
.banner-section .btm-banner-wrap .single-block a > div h2 span {font-weight:400; color:#ffffff; font-size: 60px;  line-height: 0; margin-left: 30px; transition:all ease 400ms;}
.banner-section .btm-banner-wrap .single-block a:hover > div h2 span {color:#FFD72B;}

.container-fluid.banner-section .banner-stats-wrap {top:370px;}

 
.home-tab-section {padding:76px 0;position: relative; z-index: 1;text-align: center}
.home-tab-section .section-title { max-width: 700px; margin: 0 auto;}
.home-tab-section h3 {font-weight: 400; margin-bottom: 0;text-align: left;}
.home-tab-section h2 {text-align: right; font-size: 96px; font-weight: 600; line-height: 63px; color: #0094C9;padding-left: 50px;}
.home-tab-section .btn-wrap { text-align: center; margin-top: 20px;}
.home-tab-section .btn-wrap > div {display: inline-block; vertical-align: middle; margin: 0 7px;}
.home-tab-section .btn-wrap > div a {min-width:300px;box-sizing: border-box !important;}
.home-tab-section .tabing-title .tabs-title {width:25%; float:left; margin-bottom: 15px;}
.home-tab-section .tabing-title .tabs-title .icon-wrap { height: 145px; width: 130px; margin: 0 auto;cursor:pointer;}
.home-tab-section .tabing-title .tabs-title h4 {position:relative; display:inline-block;cursor: pointer;color:#424242;  transition:all ease 400ms;font-size: 32px; line-height:40px;}
.home-tab-section .tabing-title .tabs-title h4:after {content:'';width:0; height:4px; background-color:#FFD72B; left: 0; bottom: -7px;position: absolute; transition:all ease 400ms;}
.home-tab-section .tabing-title .tabs-title.current h4, .home-tab-section .tabing-title .tabs-title h4:hover {color:#0094C9;}
.home-tab-section .tabing-title .tabs-title.current h4:after {width:100%;}
.home-tab-section .section-container {margin-top: 80px;}
.home-tab-section .tabbing-main .tabs-wrap .tab-content { max-width: 720px; margin: 20px auto 0; display: inline-block;}
.container-width > .row-fluid-wrapper > .row-fluid {width: 1300px;margin-left: auto;margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box;}
.home-tab-section .span4  {float: none; display: inline-block; vertical-align: middle; width: auto;}
.home-tab-section h3 {padding-left: 200px;}


.home-testimonial-section {background-color:#FFD72B;padding: 105px 0 88px;position: relative;background-repeat: no-repeat; background-size: contain; background-position: right 5px center;}
.home-testimonial-section:before {content:''; width:0; height:0; border-top:75px solid #ffffff; border-left:165px solid transparent;border-right:165px solid transparent; position:absolute; left: calc((100% - 1300px ) / 2); top:-1px;z-index: 99;}
.home-testimonial-section .testimonial-slider .title-wrap { width: 30%; float: left; padding-right:10px;}
.home-testimonial-section .testimonial-slider { position:relative;}
.home-testimonial-section .testimonial-slider:before {content:'';background-image:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/quote.png); width:95px; height:95px; position:absolute; left: -100px; top: 8px; background-repeat: no-repeat; background-size: auto;}
.home-testimonial-section .testimonial-slider .title-wrap h5 {margin: 0; line-height: 1.3em; font-weight: 400; color:#01303F;}
.home-testimonial-section .testimonial-slider .content-wrap { width: 70%; float: left;color:#01303F;}
.home-testimonial-section .testimonial-slider .content-wrap span {font-weight: 700;}
.home-testimonial-section .testimonial-slider .slick-dots {position: absolute; right: 0;max-width: 75%; width: 100%; left: inherit; text-align: left; padding: 0 60px; bottom: inherit; top: -50px;}
.home-testimonial-section .testimonial-slider .slick-dots li {display: inline-block !important;vertical-align: middle;line-height:0;}
.home-testimonial-section .testimonial-slider .slick-dots li button {width: 10px; height: 10px;opacity: 1;background-color:#01303F; border:2px solid #01303F;display: inline-block;vertical-align: middle;    min-width: auto;}
.home-testimonial-section .testimonial-slider .slick-dots li.slick-active button {background-color:transparent;}
.home-testimonial-section .testimonial-slider .slick-dots button.slick-arrow:after {display:none;}
.home-testimonial-section .testimonial-slider .slick-dots button.slick-arrow:before {content:''; width:0; height:0; border-top:11px solid transparent;border-bottom:11px solid transparent; }
.home-testimonial-section .testimonial-slider .slick-dots button.slick-arrow.slick-prev:before {border-right:10px solid #01303F; }
.home-testimonial-section .testimonial-slider .slick-dots button.slick-arrow.slick-next:before {border-left:10px solid #01303F; } 
.home-testimonial-section .testimonial-slider .slick-dots button.slick-arrow {padding: 0; width: 12px; height: 27px; position: relative; display: inline-block !important; vertical-align: middle; margin-right: 7px; min-width: auto;}
.home-testimonial-section .testimonial-slider .slick-dots button.slick-arrow.slick-next {margin-right:0; margin-left:7px;}
.home-testimonial-section .testimonial-slider .slick-dots button.slick-arrow:hover {transform:none;}

.ccm-testimonial-section {background-color:#0B668E;padding: 105px 0 88px;position: relative;background-repeat: no-repeat; background-size: contain; background-position: right 5px center;}
.ccm-testimonial-section:before {content:''; width:0; height:0; border-top:75px solid #ffffff; border-left:165px solid transparent;border-right:165px solid transparent; position:absolute; left: calc((100% - 1300px ) / 2); top:-1px;z-index: 99;}
.ccm-testimonial-section .testimonial-slider .title-wrap { width: 30%; float: left; padding-right:10px;}
.ccm-testimonial-section .testimonial-slider { position:relative;}
.ccm-testimonial-section .testimonial-slider:before {content:'';background-image:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/quote.png); width:95px; height:95px; position:absolute; left: -100px; top: 8px; background-repeat: no-repeat; background-size: auto;}
.ccm-testimonial-section .testimonial-slider .title-wrap h5 {margin: 0; line-height: 1.3em; font-weight: 400; color:#ffffff;}
.ccm-testimonial-section .testimonial-slider .content-wrap { width: 70%; float: left;color:#ffffff;}
.ccm-testimonial-section .testimonial-slider .content-wrap span {font-weight: 700;}
.ccm-testimonial-section .testimonial-slider .slick-dots {position: absolute; right: 0;max-width: 75%; width: 100%; left: inherit; text-align: left; padding: 0 60px; bottom: inherit; top: -50px;}
.ccm-testimonial-section .testimonial-slider .slick-dots li {display: inline-block !important;vertical-align: middle;line-height:0;}
.ccm-testimonial-section .testimonial-slider .slick-dots li button {width: 10px; height: 10px;opacity: 1;background-color:#ffffff; border:2px solid #ffffff;display: inline-block;vertical-align: middle;    min-width: auto;}
.ccm-testimonial-section .testimonial-slider .slick-dots li.slick-active button {background-color:transparent;}
.ccm-testimonial-section .testimonial-slider .slick-dots button.slick-arrow:after {display:none;}
.ccm-testimonial-section .testimonial-slider .slick-dots button.slick-arrow:before {content:''; width:0; height:0; border-top:11px solid transparent;border-bottom:11px solid transparent; }
.ccm-testimonial-section .testimonial-slider .slick-dots button.slick-arrow.slick-prev:before {border-right:10px solid #ffffff; }
.ccm-testimonial-section .testimonial-slider .slick-dots button.slick-arrow.slick-next:before {border-left:10px solid #ffffff; } 
.ccm-testimonial-section .testimonial-slider .slick-dots button.slick-arrow {padding: 0; width: 12px; height: 27px; position: relative; display: inline-block !important; vertical-align: middle; margin-right: 7px; min-width: auto;}
.ccm-testimonial-section .testimonial-slider .slick-dots button.slick-arrow.slick-next {margin-right:0; margin-left:7px;}
.ccm-testimonial-section .testimonial-slider .slick-dots button.slick-arrow:hover {transform:none;}

.career-testimonial-section.padding .home-testimonial-section{padding-top:280px; padding-bottom:120px;}
.career-testimonial-section.no-arrow .home-testimonial-section{padding-top:260px;}
.career-testimonial-section.no-arrow .home-testimonial-section:before{display:none;}

.career-testimonial-section.ebook-landingpadding .home-testimonial-section{padding-top:400px;}
.career-testimonial-section.typadding .home-testimonial-section{padding-bottom:140px; padding-top:320px;}

.cottage-to-castle-section { min-height:960px; padding: 80px 0;position: relative; background-position: center bottom 15px !important;}
.cottage-to-castle-section .section-title {max-width: 770px; float: right; margin-right: 100px;}
.cottage-to-castle-section .section-title h2 span { color: #ffffff; font-weight: 400; display: inline-block; margin-bottom: 15px;}
.cottage-to-castle-section .section-title .bold-font {font-size: 96px; line-height: 100px; color: #FFD72B; text-indent: 100px;}

.other-links-section {width: 50%; float: right; padding: 250px 0; text-align: right; position: absolute; right: 0; top: 0;height: 650px;}
.other-links-section .single-link a {color:#fff; font-weight: 700; display: inline-block; padding: 11.5px 50px;background-color:#0094C9; position: relative;margin-bottom: 10px; transition:all ease 400ms;min-width: 282px; text-align: center}
.other-links-section .single-link a:hover {min-width:305px;}
.other-links-section .single-link a:before {content:'';  width: 20px; height: 51%;position: absolute;left: -10px; top: 0; background: #0094C9; transform: skew(-25deg);transition:all ease 400ms;}
.other-links-section .single-link a:after {content:'';  width: 20px; height: 50%;position: absolute;left: -10px; bottom: 0; background: #0094C9; transform: skew(25deg);transition:all ease 400ms;}
.other-links-section .single-link:nth-child(2) a:before, .other-links-section .single-link:nth-child(2) a,.other-links-section .single-link:nth-child(2) a:after {background-color:#0B668E;}
.other-links-section .single-link:nth-child(3) a:before, .other-links-section .single-link:nth-child(3) a,.other-links-section .single-link:nth-child(3) a:after {background-color:#FFD72B;}
.other-links-section .single-link:nth-child(3) a {color:#01303F;}

.homeownership-section {transform: skewY(-19deg); margin-top: -350px; overflow: hidden; border-top: 15px solid #fff; position: relative; text-align: center; background: #fff; margin-bottom: -130px}
.homeownership-section .other-links-section:after {content: ''; width: 50vw; height: 312px; background-color: #fff; position: absolute; right: 0; bottom: -142px; transform: skewY(16.6deg);}
.homeownership-section > div {transform: skewY(19.5deg); margin-top: -340px;height: 750px;}
.homeownership-section .container {position: relative; z-index: 2;}
.homeownership-section .container > div {margin-top: 0px;}
.homeownership-section .logo-wrap {margin-bottom: 30px;}

.homeownership-section .section-content {max-width: 990px; margin: 0 auto}
.homeownership-section .section-content h3 {font-weight: 400;text-align: left;}
.homeownership-section .section-content h3 span {display: inline-block; width: 100%; text-align: right;margin-top: 15px;}
.homeownership-section .section-content h2 {font-size: 96px; line-height:102px; color:#0094C9;}
.homeownership-section .container .btn-wrap {margin-top:50px;}
.homeownership-section .container .btn-wrap > div {display:inline-block; vertical-align:middle; margin:0 7px;}
.homeownership-section .container .btn-wrap a {min-width:300px;box-sizing: border-box !important;}

.cottage-wrap {overflow:hidden;}

.firsthome-hero-section {position: relative; min-height: 500px; z-index: 1;  width: 100%;}
.firsthome-hero-section:before {content:''; width:100%; height:100%;background-color:rgba(0,0,0,0.5); position:absolute; top:0; left:0;display:none;}
.firsthome-hero-section h3 {color:#ffffff;font-weight: 400;}
.firsthome-hero-section h3 span {display: block; margin-left: 80px;line-height: 1.2em;text-shadow: 0 0 10px rgba(0,0,0,0.3);}
.firsthome-hero-section h1 {text-align:center; color:#FFD72B;text-shadow: 0 0 10px rgba(0,0,0,0.3);}
.Simple_Banner_Section-row-0-background-image > .row-fluid  {position: relative;}

.info-slider-section {width: 100%; float: left; background-repeat: no-repeat; }
.info-slider-section .content-wrap {width: 60%; float: right; padding: 147px 0 0px;}
.info-slider-section .content-wrap .content h3 {font-weight:600; color:#0094C9;margin-bottom: 20px;}
.info-slider-section .content-wrap .content p { font-size: 20px; line-height: 30px;}
.info-slider-section .content-wrap .content a {font-weight: 600;color:#01303F;}
.info-slider-section .content-wrap .content a:hover {color:#0094C9;}
.info-slider-section .span12 .span12 > .row-fluid-wrapper:last-child {text-align: center;  padding-left: 250px; padding-bottom: 131px;}
.info-slider-section .span12 .span12 > .row-fluid-wrapper:last-child .span4 {display:inline-block; width:auto;float:none;}
.info-slider-section .span12 .span12 > .row-fluid-wrapper:last-child .span4:last-child {margin-left:20px;}
.info-slider-section .content-wrap  .slick-dots {bottom: inherit; top: -60px; text-align:left;}
.info-slider-section .content-wrap  .slick-dots li {display: inline-flex; margin-bottom: 30px;} 
.info-slider-section .content-wrap  .slick-dots li button { width: 35px; height: 35px;  display: inline-flex; align-items: center; justify-content: center; border:2px solid #0094C9; border-radius:50%;color:#01303F;font-weight: 600; margin-right: 10px; cursor: pointer;    font-size: 20px;line-height: 28px; text-indent: 0; opacity: 1; min-width: auto;}
.info-slider-section .content-wrap  .slick-dots li.slick-active button, .info-slider-section .content-wrap  .slick-dots li button:hover {background-color:#0094C9;color:#ffffff;}


.btm-cta-section {position:relative;background-position: center top !important;clear: both;}
.btm-cta-section:after {content:'';width:50%;height:100%;background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);position:absolute; right:0; top:0; }
.btm-cta-section .container { position: relative;z-index: 1;}
.btm-cta-section .dnd-section > .row-fluid > .span12 { max-width: 640px; float: right;}
.btm-cta-section .dnd-section > .row-fluid {justify-content:flex-end;position:relative; z-index:9;}
.btm-cta-section h2 {font-weight: 400; color: #01303F;}
.btm-cta-section h2 span {font-size: 96px; line-height: 100px; font-weight: 700; color: #ffffff; text-indent: 140px; display: inline-block; margin-left: 0px;}
.btm-cta-section .content-wrap .btn-wrap { text-align: center; margin-top: 35px;}

.path-steps-section {background-color: #f2f2f2;clear: both; width: 100%;float: left;display: flex;}
.path-steps-section .content-right-wrap { width:45%; float: left;padding-left: 90px;}
.path-steps-section h5 {font-weight:400;color:#01303F;margin-left: 35px;}
.path-steps-section h4 {color:#0094C9;}
.path-steps-section .content-right-wrap .section-content {padding-left: 40px;}
.path-steps-section .content-right-wrap .section-content ul li {}
.path-steps-section .content-right-wrap .section-content ul li:before {content:''; width: 4px; height: 4px; background: #556065; border-radius: 50%; position: absolute; left: 8px; top: 16px;} 

.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid {display: flex;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7   {background-color:#FFD72B; padding: 72px 120px 65px 0;position:relative;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7:before {content:''; width: 130px; height: 50%; border-left: 0; border-top: 0; border-bottom: 0; position: absolute; right: -48px; background: #ffd72a; top: 0; transform: skew(23deg); z-index: 0;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7:after {content:''; width: 130px; height: 50%; border-left: 0; border-top: 0; border-bottom: 0; position: absolute; right: -48px; background: #ffd72a; bottom: 0; transform: skew(-23deg); z-index: 0;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7 .dnd-module {color:#01303F;position:relative;z-index:1;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7 .dnd-module ul li {margin-bottom:20px;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span5 {padding-top: 45px; padding-bottom: 45px;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span5 .dnd-module ul li {font-size: 24px; line-height: 32px;position: relative;margin-bottom: 10px;padding-left: 21px;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span5 .dnd-module ul {padding-left: 79px;}
.path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span5 .dnd-module ul li:before {content:''; width: 4px; height: 4px; background: #556065; border-radius: 50%; position: absolute; left: 8px; top: 16px;}


.firsthome-hero-section .banner-caption.center-align {text-align:center;}
.firsthome-hero-section .banner-caption.center-align {max-width:100%;}

.intro-section { padding: 50px 0 0; text-align: center; position:relative; clear: both;}
.intro-section .span12.dnd-column {max-width: 720px; margin: 0 auto;font-size: 20px; line-height: 30px;float: none;    position: relative;  z-index: 2;}
.intro-section .span12.dnd-column .row-fluid-wrapper {text-align:center;} 
.intro-section .span12.dnd-column .row-fluid-wrapper .span4 {display: inline-block; vertical-align: middle; float: none; width: auto;} 

.intro-section .right-banner {position: absolute; right: 0; bottom: -500px; width: 50%;height: 680px;}
.intro-section .right-banner:after {content: ''; width: 100%; height: 360px; background-color: #fff; position: absolute; bottom: 507px;  right: 0; transform: skewY(-20deg); }
.intro-section .container { position: relative; z-index: 1;}

.shapped-banner-section {border-top: 15px solid #fff; transform: skewY(20deg); margin-top: 150px; overflow: hidden; height: 880px;    margin-bottom: -350px;}
.shapped-banner-section > div {transform: skewY(-20deg);margin-top: -350px; height: 868px; padding: 470px 0 100px;}
.shapped-banner-section h2 {font-weight:400;color:#ffffff; max-width: 550px; text-align: left; margin: 0 auto;}
.shapped-banner-section h2:first-child {color:#FFD72B; max-width: 800px; margin: 0 auto; text-align: left;}
.shapped-banner-section h2 span {font-size:96px; line-height:90px; font-weight:700;margin-left: -170px;}
.shapped-banner-section .content-wrap {width: 100%;float: right; max-width: 840px;}


.refinance-banner-section {float: left; width: 100%; min-height: 620px; display: flex;align-items: center; justify-content: center; position: relative;}
.refinance-banner-section:before {content:''; width:100%; height:100%;background-color:rgba(0,0,0,0.5); position:absolute;left:0; top:0;}
.refinance-banner-section .container {position:relative;}
.refinance-banner-section .title-wrap {text-align:center;}
.refinance-banner-section .title-wrap h2 {font-weight:400; color:#ffffff;}
.refinance-banner-section .title-wrap h1 {color:#FFD72B;}
.refinance-banner-section .btn-wrap {text-align:center; margin-top: 50px;}
.refinance-banner-section .btn-wrap > div {display:inline-block; vertical-align:middle; margin: 0 7px;}
.refinance-banner-section .btn-wrap > div a {min-width:360px;}

.refinance-home-path-section {position: relative; clear: both;background: #fff; z-index:9;padding:60px 0 90px;}
.refinance-home-path-section  .span6.dnd-column { padding-right: 131px; font-size:20px; line-height:30px;}
.refinance-home-path-section  h5 {color:#0094C9; margin-bottom: 10px}
.refinance-home-path-section .span6.dnd-column:last-child { padding-right: 120px;}
.refinance-home-path-section .span6.dnd-column:last-child h5 {font-weight: 400;color:#01303F;}
.refinance-home-path-section .span6.dnd-column:last-child h4 {color:#0094C9; margin-left: 45px;margin-bottom: 35px;}
.refinance-home-path-section .span6.dnd-column:last-child .single-path > span {width: 35px;height: 35px; display: flex; float: left; align-items: center; justify-content: center; background-color: #FFD72B; border-radius: 50%; color: #01303F;  font-weight: 700;}
.refinance-home-path-section .span6.dnd-column:last-child .single-path .content-wrap {width:calc(100% - 50px); float:left;padding-left: 15px;font-size:20px; line-height:30px;}
.refinance-home-path-section .span6.dnd-column:last-child .single-path .content-wrap h5 {color:#424242; font-weight:700;}
.refinance-home-path-section .span6.dnd-column:last-child .dnd-row:nth-child(4) .single-path.delay-250 {-webkit-animation-delay: .50s; -moz-animation-delay: .50s; -o-animation-delay: .50s; animation-delay: .50s;}
.refinance-home-path-section .span6.dnd-column:last-child .dnd-row:nth-child(5) .single-path.delay-250 {-webkit-animation-delay: .75s; -moz-animation-delay: .75s; -o-animation-delay: .50s; animation-delay: .75s;}

.banner-slider-section {margin-top: -84px; float: left;margin-bottom: -80px;display: flex;width:100%; position: relative; z-index: 9;}
.banner-slider-section .slider-wrap {width:50%; float:left;background-color:#0094C9;color:#fff;padding: 100px 100px 120px; border-top: 15px solid #fff; border-right: 7px solid #fff; transform: skewY(10deg);}
.banner-slider-section .slider-wrap > div {transform: skewY(-10deg);}
.banner-slider-section .right-img-wrap {width:50%; float:left;    border-top: 15px solid #fff; border-left: 7px solid #fff; transform: skewY(-10deg); overflow: hidden;}
.banner-slider-section .right-img-wrap img { width: 100%;  transform: skewY(10deg); height: 130%; object-fit: cover; margin-top: -90px;}
.banner-slider-section .slider-wrap .slick-dots {position: relative; right: 0;width: 100%; left: inherit; text-align: left; padding:0; bottom: inherit; top: inherit; transform: skewY(-10deg);margin-bottom: 35px;}
.banner-slider-section .slider-wrap .slick-dots li {display: inline-block !important;vertical-align: middle;line-height:0;}
.banner-slider-section .slider-wrap .slick-dots li button {width: 10px; height: 10px;opacity: 1;background-color:#01303F; border:2px solid #01303F;display: inline-block;vertical-align: middle;    min-width: auto;}
.banner-slider-section .slider-wrap .slick-dots li.slick-active button {background-color:transparent;}
.banner-slider-section .slider-wrap button.slick-arrow:after {display:none;}
.banner-slider-section .slider-wrap button.slick-arrow:before {content:''; width:0; height:0; border-top:11px solid transparent;border-bottom:11px solid transparent; }
.banner-slider-section .slider-wrap button.slick-arrow.slick-prev:before {border-right:10px solid #01303F; }
.banner-slider-section .slider-wrap button.slick-arrow.slick-next:before {border-left:10px solid #01303F; } 
.banner-slider-section .slider-wrap button.slick-arrow {padding: 0; width: 12px; height: 27px; position: relative; display: inline-block !important; vertical-align: middle; margin-right: 7px; min-width: auto;    transform: skewY(0deg);}
.banner-slider-section .slider-wrap button.slick-arrow.slick-next {margin-right:0; margin-left:7px;}
.banner-slider-section .slider-wrap button.slick-arrow:hover {transform:none;}
.banner-slider-section .single-slide p a {color:#01303F;}
.banner-slider-section .single-slide p a:hover {color:#424242;}

.ownership-content h3 { font-weight: 400; text-align: left; max-width: 990px; margin: 30px auto 0; line-height: 1.2em;}
.ownership-content h3 span {display:block; text-align:right;}
.ownership-content h2 {font-size: 96px; line-height:102px; color:#0094C9;}
.ownership-content {padding-bottom:120px;position:relative;}
.ownership-content .span4 { float:none; display:inline-block; vertical-align:middle;width: auto;}
.ownership-content .Home_Ownership_Section-column-1-row-3-margin {text-align:center;}

.cottage-castle-section .homeownership-section { margin-bottom: -340px; height: 659px;transform: skewY(-18.5deg);}
.ownership-content > .row-fluid-wrapper > .row-fluid > .span12  {margin-top: -250px;}  
.cottage-castle-section .homeownership-section > div {    transform: skewY(18.5deg);}
.ownership-content .row-fluid-wrapper {text-align:center;}

.content-slider-section .info-slider-section .content-wrap  {width:100%; padding-top: 60px;}
.content-slider-section {padding:100px 0 50px;    background-color: #fff; position: relative; z-index: 9;}
.content-slider-section p { font-size: 20px; line-height: 30px;}
.content-slider-section h5 {color:#0094C9;}
.content-slider-section .span12 > .row-fluid-wrapper.dnd-section >.row-fluid .span6:first-child {padding-right:106px;}

.firsthome-hero-section.custom-height {min-height: 700px;}
.firsthome-hero-section .span12.dnd-column .row-fluid-wrapper:last-child > .row-fluid  {text-align:center;}
.firsthome-hero-section .span12.dnd-column .row-fluid-wrapper > .row-fluid > .span4  {display:inline-block; vertical-align:middle; width:auto; margin:0 8px;    float: none;}

.shaped-hero-banner .Banner_Section-row-0-background-image   {min-height: 815px}
.shaped-hero-banner .Banner_Section-row-0-background-image > .row-fluid {max-width:1200px;margin: 0 auto;}
.shaped-hero-banner h3 {font-weight:400; color:#FFD72B;}
.shaped-hero-banner h1 {font-size:100px; line-height:90px;color:#ffffff;text-indent: 0px;}
.shaped-hero-banner .Banner_Section-row-0-background-image .span12.dnd-module {max-width:600px;} 

.team-member-section { border-top: 10px solid #ffd72a; transform: skewY(-15deg); margin-top: -260px; background: #fff;position:relative;}
.team-member-section:after {content:''; width:100%; height:100%; background-image:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/team-bg.png);position:absolute; right:0;top: -280px; background-repeat: no-repeat; background-position: right; background-size: contain; transform: skewY(20deg); opacity: 0.1; z-index: -1;}
.team-member-section > .row-fluid-wrapper {transform: skewY(15deg);}
.team-member-section .row-fluid-wrapper.dnd-section { margin-top: -160px;}
.team-member-section .span12.dnd-column .row-fluid-wrapper:first-child .span12.dnd-module {max-width: 815px; float: right; text-align: right;}  
.team-member-section .span12.dnd-column .row-fluid-wrapper:first-child h4 {color:#0094C9;}
.team-member-section .span12.dnd-column .row-fluid-wrapper:last-child .span12.dnd-module  {max-width: 905px; margin:0 auto;float: none;}
.team-member-section .span12.dnd-column .row-fluid-wrapper:last-child {padding:25px 0;}
.team-member-section .team-member-wrap .single-team-member {width: calc(33.33% - 10px); display:inline-block;padding: 0 12px;text-align:center; margin-bottom: 15px;vertical-align: top;}
.team-member-section .team-member-wrap .single-team-member img {width:100%; display: block;}
.team-member-section .team-member-wrap {margin-left:-15px;margin-right:-15px;margin-top: 10px; text-align: center;}
.team-member-section .team-member-wrap .single-team-member .team-detail { padding:15px 0;color:#424242;}
.team-member-section .team-member-wrap .single-team-member .team-detail h6 {color:#0094C9; margin-bottom:5px;transition:all ease 400ms;}
.team-member-section .team-member-wrap .single-team-member:hover .team-detail h6 {color:#01303F; }
.team-member-section .team-member-wrap .single-team-member .team-popup {display:none;}
.team-member-section .team-member-wrap .single-team-member .team-detail ul li {padding-left:0;}
_::-webkit-full-page-media, _:future, :root .team-member-section .row-fluid-wrapper.dnd-section {margin-top: 110px;}




.exe-team .team-member-section .team-member-wrap .single-team-member {width: calc(25% - 10px);}
.exe-team .team-member-section .team-member-wrap .single-team-member .img-wrap {max-height:291px; overflow:hidden;}
.exe-team .team-member-section .team-member-wrap .single-team-member .img-wrap img {    height: 291px; object-fit: cover;}

.calc-template .team-member-section .team-member-wrap .single-team-member {width: calc(25% - 10px);}


.team-popup {max-width: 900px !important; box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16); background-color: #0B668E !important; color: #fff; overflow:visible !important}
.team-popup .left-content { width: 32%; float: left; text-align: center;}
.team-popup .left-content .img-wrap {margin-bottom:20px;}
.team-popup .left-content .img-wrap img {display:block;width:100%;}
.team-popup .left-content .team-detail h6 {margin-bottom:0;}
.team-popup .right-content {width: 68%; float: left; padding-left: 40px;}
.team-popup .fancybox-close-small {width: 25px; height: 25px; padding: 2px !important; min-width: 25px !important; top: -15px !important; right: -15px !important; background: #0094C9; border-radius: 50%; opacity: 1;}

.right-shaped-banner {background-size: cover; background-position: top center; padding: 200px 0; min-height: 795px; text-align: right; background-repeat: no-repeat;}
.right-shaped-banner .banner-caption { max-width: 505px;float: right; text-align: left; width: 100%;}
.right-shaped-banner .banner-caption h2{color:#ffffff;font-size: 100px; line-height: 100px;}
.right-shaped-banner .banner-caption h1 {font-weight:400; color:#FFD72B;padding-left: 40px;}


.profile-info-section {transform: skewY(17.4deg); margin-top: -300px; width: 100%; padding-bottom: 140px;}


.profile-info-section > div {transform: skewY(-17.4deg);}
.connect-with-me-section {width: 50%; position:relative;padding-right: 220px; padding-left: 180px;}
.connect-with-me-section .form-wrap {position: absolute; width: 200px;top: -140px; z-index: 4; max-height:320px; }
.connect-with-me-section:before {content: ''; width:200px; height: 610px; background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/form-bg.png); position: absolute; left: 0; top: -270px; background-repeat: no-repeat; background-size: 180px; opacity: .2;z-index: 1; right:0;}
.connect-with-me-section:after {content: ''; width: 0;height: 0; border-left: 50vw solid #0094c8; border-top: 302px solid transparent; border-bottom: 302px solid transparent; position: absolute; top: -302px;z-index: 0; left: 0;}
.connect-with-me-section > div { position: relative; z-index: 1;}
.connect-with-me-section .title { max-width: 150px; color: #fff; float: right; margin-top: -40px;}
.connect-with-me-section .title h5 {line-height:42px;font-weight: 600; color: white;}
.connect-with-me-section .form-wrap form .hs-form-field input {margin-bottom:0 !important;color: #556065;  font-family: Poppins;text-align: center; font-size: 18px !important; padding:5px !important;}
.connect-with-me-section .form-wrap form .hs-form-field {margin-bottom:7px;}
.connect-with-me-section .form-wrap form .hs-form-field > label {display:none;}

.connect-with-me-section .form-wrap form .hs-form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #556065; }
.connect-with-me-section .form-wrap form .hs-form-field input::-moz-placeholder { /* Firefox 19+ */color: #556065; }
.connect-with-me-section .form-wrap form .hs-form-field input:-ms-input-placeholder { /* IE 10+ */color: #556065; }
.connect-with-me-section .form-wrap form .hs-form-field input:-moz-placeholder { /* Firefox 18- */color: #556065; }
.connect-with-me-section .form-wrap form .hs-submit{text-align: right;}
.connect-with-me-section .form-wrap form .hs-submit input {color: #ffd72a;font-family: "Poppins"; font-size: 24px;border: 0;background: transparent; font-weight: 600;text-align: right; padding: 0;text-transform: uppercase;}
.connect-with-me-section .form-wrap .submitted-message  {color:#fff;}

.connect-with-me-section .form-wrap form .hs-form-field .hs-error-msgs {display:none !important;}
.connect-with-me-section .form-wrap form .hs_error_rollup .hs-error-msgs {position: absolute; bottom: -40px;}
.connect-with-me-section .form-wrap form .hs_error_rollup .hs-error-msgs label {color: #fff;}

.profile-info-section .info-section { text-align:center;background: #fff; padding: 30px 0px 0; clear: both; float: left; width:100%;}
.profile-info-section .info-section .section-title {margin-bottom:75px; position: relative; z-index: 2;}
.profile-info-section .info-section .section-title h6 {margin-bottom:0; color:#0B668E;line-height:1.3em; font-weight: 600; font-size: 18px; font-family: Poppins;}
.profile-info-section .info-section .section-title p {color:#424242;margin-bottom: 0; font-size: 18px; font-family: Poppins;}
.profile-info-section .info-section .section-title ul li {display: block; vertical-align: middle;color:#0094C9 !important; font-weight: 600; font-size: 18px;}
.profile-info-section .info-section .section-title ul li a {color:#0094C9}
/*.profile-info-section .info-section .section-title ul li:last-child {padding-left:10px;position: relative;}
.profile-info-section .info-section .section-title ul li:last-child:before {content:''; width: 2px; height: 15px; background-color: #ffd72a;position: absolute; left: 2px;top: 6px;}*/
.profile-info-section .info-section .section-content {position: relative; z-index: 2;}
.profile-info-section .info-section .section-content .left-part { width: 20%; float: left;}
.profile-info-section .info-section .section-content .left-part .officer-desc {margin-top: 10px;}
.profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap {margin-top:10px;}
.profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap a {min-width:250px;  padding: 11px 15px;}
.profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap .blue-btn {margin-bottom:15px;}
.profile-info-section .info-section .section-content .left-part .officer-desc .social-icons ul li a {width: 35px;height: 35px; display: flex; align-items: center; justify-content: center; border: 2px solid #07658e; color: #07658e;}
.profile-info-section .info-section .section-content .left-part .officer-desc .social-icons ul li a:hover {background-color:#07658e; color:#fff;}
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.facebook-icon a {border:0;} 
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.facebook-icon a:hover {background-color:transparent;}
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.linkedin-icon a {border:0;} 
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.linkedin-icon a:hover {background-color:transparent;}
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.google-icon a {border:0;} 
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.google-icon a:hover {background-color:transparent;}
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.zillow-icon a {border:0;} 
.profile-info-section .info-section .section-content .left-part .officer-desc ul li.zillow-icon a:hover {background-color:transparent;}
.profile-info-section .info-section .section-content .left-part .img-wrap {max-height:240px; overflow:hidden;}
.profile-info-section .info-section .section-content .left-part .img-wrap img {width:100%;height:240px;object-fit: cover;}
.profile-info-section .info-section .section-content .left-part img {width:100%;}
.profile-info-section .info-section .section-content .left-part .officer-desc h6 {margin-bottom:0; color:#0B668E; font-size: 18px; line-height: 26px; font-family: Poppins;}
.profile-info-section .info-section .section-content .left-part .officer-desc ul li {display: inline-block;vertical-align: middle; font-size: 15px; padding: 0 4px;color:#424242;position: relative; font-family: Poppins;}
.profile-info-section .info-section .section-content .left-part .officer-desc ul li:after {content:''; width:1px; height:15px;background-color:#424242;position:absolute; right: -2px; top: 7px; display:none;}
.profile-info-section .info-section .section-content .left-part .officer-desc ul li:last-child:after {display:none;}
.profile-info-section .info-section .section-content .right-part {width:80%; float:left; padding-left:30px; text-align:left;  padding-bottom: 131px; min-height:830px; font-family: Poppins;}
.profile-info-section .info-section .section-content .right-part h6 {color:#0094C9 !important; color: #0094c8 !important; font-size: 24px !important; line-height: 32px !important; margin-bottom: 10px !important;}
.profile-info-section .info-section .section-content .right-part p {font-size: 18px !important; line-height: 30px !important; max-width:970px; font-family: Poppins;}
.profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap {float:right;}
.profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap > div {margin-bottom:15px;}
.profile-info-section .info-section .section-content .right-part .footer-content ul {display:inline-block;}
.profile-info-section .info-section .section-content .right-part .footer-content ul li span {color:#0B668E; margin-left: 5px;}
.profile-info-section .info-section .section-content .top-buttons {margin-bottom:30px;}
.profile-info-section .info-section .section-content .top-buttons > div { display: inline-block; vertical-align: middle; margin: 0 15px;}
.profile-info-section .info-section .section-title ul .yellow-line { position: relative; padding-left: 10px; }
.profile-info-section .info-section .section-title ul .yellow-line:before { content: ''; width: 2px; height: 15px; background-color: #ffd72a; position: absolute; left: 2px; top: 6px; }
.profile-info-section .info-section .section-content .right-part ul {margin-bottom:20px;}


.review-title-section { background-repeat: no-repeat; background-position: right; background-size: contain; background-color: #07658e;  color: #fff; padding: 50px 0; border-top:10px solid #FFD72B;position: relative;    margin-top: 0px;}
.review-title-section:before {content:''; width:100%; height:100%;background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/review-title-bg.png); position:absolute; right:0; top:0;    background-repeat: no-repeat;
    background-size: contain; background-position: right;}
.review-title-section:after {content:'';width: 0; height: 0; border-top: 75px solid #07658e; border-left: 165px solid transparent; border-right: 165px solid transparent; position: absolute; left: calc((100% - 800px ) / 2); top: 100%; z-index: 99;}
.review-title-section .content-wrap {max-width: 800px; margin: 0 auto;position: relative; z-index: 1;}
.review-title-section .content-wrap h2 { font-weight: 400; font-size: 72px; line-height: 80px;}
.review-title-section .content-wrap h2 span {font-weight: 700;font-size: 100px;line-height: 110px; margin-left: 160px;color:#FFD72B;}
.review-title-section .content-wrap h3 {font-weight: 400; margin-left: 100px;}

.branch-profile-review-title .review-title-section {background-color: #FFD72B;}
.branch-profile-review-title .review-title-section .content-wrap h2 span {color:#0094C9;}
.branch-profile-review-title .review-title-section:after{border-top: 75px solid #FFD72B;}
.branch-profile-review-title .review-title-section:before {background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/branch-profile-review-title-bg.png);}

.review-section {padding:100px 0;}
#ss-widget-container {text-align:center;}
#ss-widget-container #ss-widget-options{width:100%; max-width: 1120px; margin: 0 auto; float: none; clear: both; display:inline-block;}
#ss-widget-container #ss-widget-reviews{width:100%;max-width: 1120px; margin: 0 auto; float: none; clear: both;display:inline-block;} 
#ss-widget-container .widget-btns {padding-top:4px;max-width: 150px !important;}
#ss-widget-container .ss-widget-opt label { margin-left:10px;}
#ss-widget-container .ss-widget-load-more-btn {padding-top:2px;}

.branch-profile-loc-section .right-shaped-banner {text-align: left;}
.branch-profile-loc-section .profile-info-section {transform: skewY(-17.4deg);}
.branch-profile-loc-section .profile-info-section > div { transform: skewY(17.4deg);}
.branch-profile-loc-section .right-shaped-banner .banner-caption {float: left; text-align: right;}
.branch-profile-loc-section .right-shaped-banner .banner-caption h2 {margin-right: 70px;}
.branch-profile-loc-section .connect-with-me-section {float: right;}
.branch-profile-loc-section .connect-with-me-section:after{ border-right: 50vw solid #0094c8;border-left:0; left:inherit; right:0;}
.branch-profile-loc-section .connect-with-me-section:before { transform: rotateY(180deg);    left: inherit;}
.branch-profile-loc-section .connect-with-me-section .title {float:left;}
.branch-profile-loc-section .connect-with-me-section .form-wrap{right:260px;}
.branch-profile-loc-section .info-section .btn-wrap {margin-top: 15px;}
.branch-profile-loc-section .info-section .btn-wrap > div { display: inline-block; vertical-align: middle; margin: 0 7px;}
.branch-profile-loc-section .info-section .right-part ul li {font-size:18px; position:relative; padding-left: 15px;}
.branch-profile-loc-section .info-section .right-part ul li:before {content:''; width:5px; height:5px;background-color:#FFD72B; border-radius:50%; position:absolute; left:0; top:11px;}

.testimonial-with-white-bg .home-testimonial-section {padding:145px 0 125px;background-color:#ffffff;background-position: right top 55px;}
.testimonial-with-white-bg .home-testimonial-section:before {display:none;}
.testimonial-with-white-bg .home-testimonial-section .testimonial-slider .content-wrap {font-size:20px; line-height:30px;}
.testimonial-with-white-bg .home-testimonial-section .testimonial-slider:before{ background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/quote-yellow.png); top:-32px;}

.banner-with-content-section{border-top:10px solid #000;min-height: 500px;}
.banner-with-content-section .dnd-section > .row-fluid  { text-align: right; justify-content: flex-end;}
.banner-with-content-section .dnd-section > .row-fluid .span12.dnd-column{max-width:430px;text-align: left;}
.Banner_with_One_Line_Content-module-2-flexbox-positioning > div {width:100%;}
.banner-with-content-section h3 {text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); color: #ffffff;font-weight: 400; line-height: 18px;margin-left: -40px;}
.banner-with-content-section h2 {text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); color: #FFD72B; text-align: center;text-indent: -5px;}
.banner-with-content-section h2 sup {text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); color:  #ffffff; font-size: 32px; font-weight: 400; line-height: 38px;position: relative; top: -40px; left: -40px;}
.banner-with-content-section h2 span { font-size: 72px; line-height: 72px; color: #ffffff;text-indent: -40px;position: relative; top: -5px; left: -50px; display: inline;}
.banner-with-content-section h2 span strong { text-indent: 110px; display: inline-block;}

.state-directory-section {background-color:#FFD72B;padding: 132px 0 100px; position: relative; z-index: 1; background-repeat: no-repeat;  background-size: 80%; background-position: 50% 70px; margin-top: -220px;}
.state-directory-section:before {content:''; width:0; height:0;border-top: 75px solid #fff; border-left: 165px solid transparent;border-right: 165px solid transparent; position: absolute; left: calc((100% - 1280px ) / 2); top: 0; z-index: 99;}
.state-directory-section h4 {color:#0B668E; display: inline-block; vertical-align: middle;}
.state-directory-section h6 {color:#0B668E; display: inline-block; vertical-align: bottom; margin-left: 15px;}
.state-directory-section h6 a {color:#ffffff;    font-weight: 600;cursor:pointer;}
.state-directory-section h6 a:hover {color:#0B668E;}
.state-directory-section .section-title {margin-bottom:25px;}
.state-directory-section .section-content ul {column-count:5;}
.state-directory-section .section-content ul li a {font-size: 24px; line-height: 30px; font-weight: 600; color:#0B668E; }
.state-directory-section .section-content ul li a:hover {color:#ffffff;}
.state-directory-section .section-content ul li {margin-bottom:25px;}

.branch-profile-loc-section.branch-directory-banner .right-shaped-banner {background-position: center}
.branch-profile-loc-section.branch-directory-banner .right-shaped-banner .banner-caption { text-align: left;}
.branch-profile-loc-section.branch-directory-banner .right-shaped-banner .banner-caption h1 span {font-size: 100px; line-height: 110px;color: #fff; font-weight: 700; margin-left: 75px;}
.branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section .section-title {max-width:900px; margin:0 auto 50px;}
.branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section .section-content {max-width:900px; margin:0 auto 50px;text-align: left;}
.branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section { min-height: 510px;}

.branch-directory-banner.branch-profile-loc-section .profile-info-section {position:relative;}
.branch-directory-banner.branch-profile-loc-section .profile-info-section:before {content:''; width:100%; border-top:10px solid #fff; position:absolute; top:0;z-index:1; display:none;}
.branch-directory-banner.branch-profile-loc-section .connect-with-me-section .title {margin-top:-30px;}
/* .branch-directory-banner.branch-profile-loc-section .connect-with-me-section:after {top:-293px} */
.branch-directory-banner.branch-profile-loc-section .connect-with-me-section:before {right: 0;width:200px;left:inherit;}

/* .last-visited-officer { border-top: 10px solid #ffd966; padding: 30px 0;position: relative;} */

.last-visited-officer { border-top: 10px solid #ffd966; padding: 30px 0; /*position: sticky;*/ position:fixed; bottom: 0; width: 100%; z-index:100; background: #fff;}
.last-visited-officer:before {content:''; width:0; height:0; border-top:15px solid #FFD72B; border-left:50px solid transparent;border-right:50px solid transparent; position:absolute;left: calc((100% - 1300px ) / 2); top:0}
.last-visited-officer .officer-inner .left-part { float: left;display: flex; align-items: center;}
.last-visited-officer .officer-inner .left-part img {width:60px; float: left; border-radius: 50%; border: #01303F solid 3px;}
.last-visited-officer .officer-inner .left-part .info-section {padding-left: 10px;float: left; font-size: 16px; color: #01303F; padding-right: 10px; line-height:19px;}
.last-visited-officer .officer-inner .left-part .info-section > div {color: #01303F; font-size: 24px; line-height: 30px; font-weight:600;}
.last-visited-officer .officer-inner .left-part .info-section > div span {margin-right:6px;}
.last-visited-officer .officer-inner .left-part .info-section > div strong {font-weight:600;}
.last-visited-officer .officer-inner .left-part .info-section > span { position:relative;padding-right:10px;display:block;}
.last-visited-officer .officer-inner .left-part .info-section > span:after {content:''; width:2px; height:14px; background-color: rgb(116, 131, 139);position: absolute; margin-left: 7px; margin-top: 5px;display:none;}
.last-visited-officer .officer-inner .left-part .info-section > span:last-child:after {display:none;}
.last-visited-officer .officer-inner .right-part {float: left;padding-left: 15px;}
.last-visited-officer .officer-inner .right-part a {color: #01303f; background-color: #ffd72b; text-decoration: none; padding: 10px 15px; border-radius: 10px; text-align: center; margin: 10px; font-size: 20px; box-shadow: rgba(1, 48, 63, 0.9) 0px 3px 7px;}
.last-visited-officer .officer-inner .right-part a:hover {color: white; background-color: #01303F; }
.last-visited-officer .officer-inner .right-part ul li {display:inline-block; vertical-align:middle; padding: 5px; position: relative;font-weight: 600; margin-top: 20px;}
.last-visited-officer .officer-inner .right-part ul li:last-child:before {display:none;}
/* .last-visited-officer .officer-inner .right-part ul li:before {content:''; width:2px; height: 15px; background-color: #FFD72B; position: absolute; right: 10px; top: 6px} */
.last-visited-officer .officer-inner {display: flex; align-items: center;}

.loc-box-wrap.team-member-wrap .single-team-member .team-detail ul li a{ color: #556065; word-break: break-all; font-size: 16px;}
.loc-box-wrap.team-member-wrap .single-team-member .team-detail ul li.blue-btn a {color:#fff;min-width: 160px;}
.loc-box-wrap.team-member-wrap .single-team-member .team-detail ul li a:hover {color:#01303F;}
.loc-box-wrap.team-member-wrap .single-team-member .team-detail ul li.blue-btn a:hover {color:#fff;}
.loc-box-wrap.team-member-wrap .single-team-member .team-detail ul li.blue-btn {margin:10px 0 5px 0;}
.team-member-section .loc-box-wrap.team-member-wrap .single-team-member img {height: 190px; object-fit: cover;}

.state-popup.fancybox-content { max-width: 750px; width: 100%;background-color:#01303F;}
.state-popup .hs-form-field .input {margin-right:0 !important;}
.state-popup .hs-form-field .input .hs-input  {height:45px;width: 100%;}
.state-popup .hs-form-field {padding:0 10px;margin-bottom: 0;}
.state-popup .hs-form-field label span {color:#fff;display: inline-block;}
.state-popup .hs-form-field label span.hs-form-required {display: inline-block !important;} 
.state-popup .legal-consent-container {color:#fff;}
.state-popup .legal-consent-container .input .hs-input {width:25px; height:25px;margin: 0; border-radius: 0; border: 0;opacity: 0;}
.state-popup .legal-consent-container .input .hs-input + span:before {content:''; width:25px; height:25px; background-color:#fff;position: absolute; left: 0; top: 2px; }
.state-popup .legal-consent-container .input input[type="checkbox"]:checked + span:after {content:"\f00c"; font-family:FontAwesome; font-size:15px; position: absolute; left: 4px;  top: 0px; color: #000;}
.state-popup .hs-submit {text-align:center;}
.state-popup .hs-submit input {border: 0; border-radius: 0;color: #fff; font-weight: 700; display: inline-block; padding: 15px 50px; background-color: #0094c8; position: relative; margin-bottom: 10px; transition: all ease 400ms; min-width: 282px; text-align: center;}
.state-popup .hs-submit input:hover{background-color: #07658e;}
.state-popup .hs_error_rollup {display:none;}
.state-popup button.fancybox-close-small {min-width:auto;}
.state-popup.fancybox-content .popup-title h4 { font-size: 30px;line-height: 39px; color: #fff;text-align: center;}

.affordability-banner.branch-profile-loc-section .right-shaped-banner {background-position: 50% 90%;min-height: 855px;} 
.affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption { text-align: left;max-width: 100%;}
.affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h1 {padding: 0; margin-left: -50px; text-shadow: 0 8px 13px rgba(0,0,0,0.35);}
.affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 150px; line-height: 150px; margin-left: 40px;text-shadow: 0 8px 13px rgba(0,0,0,0.35);}


/* .affordability-calc .affordability-banner.branch-profile-loc-section .profile-info-section {min-height:610px;} */
.affordability-banner.branch-profile-loc-section .profile-info-section {min-height:780px;}
/* .affordability-banner.branch-profile-loc-section .profile-info-section > div { border-top: 12px solid rgb(255, 255, 255);} */
.affordability-banner.branch-profile-loc-section .profile-info-section:before { content: ''; width: 100%; border-top: 10px solid #fff; position: absolute; top: 0;  z-index: 1; display:none;}
.affordability-banner.branch-profile-loc-section .info-section {padding-top: 0;margin-top: -20px;}
.affordability-banner.branch-profile-loc-section .info-section h3 {color:#0B668E; margin-bottom:30px;}
.affordability-banner.branch-profile-loc-section .info-section .section-title {margin-bottom:0;}
.affordability-banner.branch-profile-loc-section .info-section .section-content {text-align:left; font-size:20px; line-height:30px;}
.affordability-banner.branch-profile-loc-section .info-section .section-content ul li {margin-bottom:20px; padding-left:20px; position:relative;}
.affordability-banner.branch-profile-loc-section .info-section .section-content ul li:before {content:''; width:9px; height:9px;background-color:#0094C9; border-radius:50%; position:absolute; left:0; top:9px;}

.assumption-section {background-color:#7C8D97; position: relative; padding: 80px 0 50px; color: #fff;}
.assumption-section:before {background-image:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/assumption-bg.png); position:absolute; right:0; bottom:0;width: 550px; height: 329px; background-size: cover; background-repeat: no-repeat;}
.assumption-section ul li {margin-bottom:20px;}
.assumption-section ul li strong {font-weight:600;}
.assumption-section h6 {margin-bottom:25px;}

.loan-process-strip {margin-top:0px; position: relative;}
.loan-process-strip:before {content:''; width:0; height:0; border-top: 53px solid #7C8D97;border-left: 130px solid transparent; border-right: 130px solid transparent; position: absolute; left: calc((100% - 1030px) / 2);}
.loan-process-strip .Loan_Process_Strip-column-1-vertical-alignment h3 {  font-weight: 400;  margin-top: 15px; color:#0B668E;}
.loan-process-strip h2 {font-size: 72px; line-height: 60px; margin-left: 300px; color:#FFD72B;}
.loan-process-strip .Loan_Process_Strip-row-0-background-image {padding:50px 0;}
.loan-process-strip a, .underwriter-strip a, .refin-appraisal-strip a  { width:100%; height:100%; position:absolute; left:0; top:0}

.underwriter-strip  {margin-top:0px; position: relative;}
.underwriter-strip:before {content:''; width:0; height:0; border-top: 53px solid #fff;border-left: 130px solid transparent; border-right: 130px solid transparent; position: absolute; right: calc((100% - 1030px) / 2);}
.underwriter-strip h3 {font-weight: 400;  margin-top: 15px; color:#0B668E;}
.underwriter-strip h2 {font-size: 72px; line-height: 60px; margin-left: 300px; color:#FFD72B;}
.underwriter-strip .Underwriter_Strip-module-2-flexbox-positioning > div {width:100%;}
.underwriter-strip .Underwriter_Strip-module-3-flexbox-positioning > div {width:100%;}
.underwriter-strip .Underwriter_Strip-column-1-vertical-alignment {padding-left: 10%;}
.underwriter-strip .Underwriter_Strip-row-0-background-image  { padding:50px 0;}

.refin-appraisal-strip {margin-top: 0px; margin-bottom: 0px;position: relative;}
.refin-appraisal-strip:before {content:''; width:0; height:0; border-top: 53px solid #fff;border-left: 130px solid transparent; border-right: 130px solid transparent; position: absolute; left: calc((100% - 1030px) / 2);}
.refin-appraisal-strip h3 {  font-weight: 400;  margin-top: 15px; color:#0B668E;}
.refin-appraisal-strip h2 {font-size: 72px; line-height: 60px; margin-left: 300px; color:#FFD72B;padding-right:50px;}
.refin-appraisal-strip .Refin_Without_Appraisal-module-2-flexbox-positioning > div {width:100%;text-align: right;}
.refin-appraisal-strip .Refin_Without_Appraisal-module-3-flexbox-positioning > div {width:100%;text-align: right;}
.refin-appraisal-strip .Refin_Without_Appraisal-row-0-background-image {padding:50px 0 75px;padding-right: 23%;}

.details-section {position: relative; margin-top: -70px;}
.details-section .section-title {text-align:center;    position: relative; z-index: 1;}
.details-section .section-title h4 {color:#0B668E}
.details-section .detail-input-section {background-color:#0B668E; padding: 60px 0; position: relative; border-top: 10px solid #FFD72B;background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/detail-input-bg.png);
    background-repeat: no-repeat; background-position: bottom left;}
.details-section .detail-input-section:before {content:''; width:0; height:0; border-top:75px solid #FFD72B; border-left:165px solid transparent;border-right:165px solid transparent; position:absolute; left:0; right:0; margin:0 auto; top:0; }
.details-section .detail-input-section:after {content:''; width:0; height:0; border-top:75px solid #fff; border-left:165px solid transparent;border-right:165px solid transparent; position:absolute; left:0; right:0; margin:0 auto; top:-13px; }

.detail-input-section .input-fields-wrap {width: 50%; float: left; text-align: center;}
.detail-input-section .input-fields-wrap .input-row { max-width: 289px; margin: 0 auto 10px; text-align: left; position:relative;}
.detail-input-section .input-fields-wrap .input-row label {font-size: 20px; line-height: 28px; font-weight: 300; margin-bottom: 5px; display: inline-block; color:#0094C9; position:relative;}
.detail-input-section .input-fields-wrap input { padding-left: 30px !important;color: #6C7A85;}
.detail-input-section .input-fields-wrap .percentage input { padding-left:10px !important; } 
.detail-input-section .input-fields-wrap input[name="mortgage_term"] {padding-left:65px !important;}
.detail-input-section .input-fields-wrap input[name="months_already_paid"] {padding-left:85px !important;}
.detail-input-section .input-fields-wrap input[name="loan_term"] {padding-left:85px !important;}
.detail-input-section .input-fields-wrap h5 {color:#fff; font-size: 26px; line-height: 30px;}
.detail-input-section .input-fields-wrap .input-row span.tooltip {width: 10px; position: absolute; top: -10px; right: -13px;}
.detail-input-section .input-fields-wrap .input-row span.tooltip i {    color: #fff; font-size: 13px;opacity: 1;}
.detail-input-section .input-fields-wrap h4.col-title {font-size:28px; line-height:36px; color:#fff; font-weight:600; text-align: left;max-width: 289px; margin: 0 auto 30px;}

.detail-input-section .input-fields-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #6C7A85;font-family: Poppins;}
.detail-input-section .input-fields-wrap input::-moz-placeholder { /* Firefox 19+ */color: #6C7A85;font-family: Poppins;}
.detail-input-section .input-fields-wrap input:-ms-input-placeholder { /* IE 10+ */color: #6C7A85;font-family: Poppins;}
.detail-input-section .input-fields-wrap input:-moz-placeholder { /* Firefox 18- */color: #6C7A85;font-family: Poppins;}
.details-section .detail-input-section { margin-top: -20px;}
.details-section .detail-input-section .input-row span.error-msg { color: #fbc0c0; margin-bottom: 0; display: inline-block; font-size: 14px; position: absolute; bottom: -10px;}
.details-section .detail-input-section .input-row input.input--error { background: #fbc0c0 !important;}
.details-section .detail-input-section .input-row .placeholder-wrapper {position:relative;} 
.details-section .detail-input-section .input-row .custom-placeholder { position: absolute; left: 10px;z-index: 1; top: calc(50% - 9px); transform: translateY(-50%);}
.details-section .detail-input-section .input-row .custom-placeholder-right { position: absolute; right: 10px; z-index: 1; top: 6px;}
.details-section .detail-input-section .input-row .placeholder-wrapper.remove-placeholder input {padding-left:10px !important;}

.range-slider .slider {-webkit-appearance: none;  width: 100%;height: 25px;background: #d3d3d3; outline: none; opacity: 0.7;-webkit-transition: .2s; transition: opacity .2s;}
.range-slider .slider:hover { opacity: 1;}
.range-slider .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 50px; height: 50px; background: #0194C8; cursor: pointer; width:28px; height:28px; border-radius:50%;}
.range-slider .slider::-moz-range-thumb {width: 25px;  height: 25px;background: #0194C8;cursor: pointer; }

.details-section .detail-result-section {padding: 85px 0;position: relative;}
.details-section .detail-result-section:before {content:''; width:0; height:0;border-top: 55px solid rgb(7, 101, 142); border-left: 165px solid transparent; border-right: 165px solid transparent; position: absolute; right: calc((100% - 970px) / 2); top: 0px;}
.details-section .detail-result-section .range-slider {max-width: 650px; margin: 0 auto;display: flex;align-items: center;}
.details-section .detail-result-section .range-slider .content-wrap {padding-left: 17px; color: #6B7B84;}
.details-section .detail-result-section .range-slider .content-wrap label { display: block; text-align: right;color: #6B7B84;opacity: 0.5;}
.details-section .detail-result-section .range-slider .content-wrap input {margin-bottom: 0 !important; margin-top: 15px !important;padding: 0 !important; height: 12px;}
.details-section .detail-result-section .range-slider .content-wrap > span {color:#0094C9; font-size:30px; line-height:40px; font-weight: 700;}
/* .details-section .detail-result-section .result-content .container { max-height: 1000px; overflow-y: auto;} */
.details-section .detail-result-section .range-slider .icon-wrap > div {width: 162px;height: 140px; background-repeat: no-repeat;}
.details-section .detail-result-section .range-slider.red .icon-wrap > div { background-position: -170px 0;}
.details-section .detail-result-section .range-slider.green .icon-wrap > div { background-position: -340px 0;}

.detail-result-section .result-content-wrap {margin-top: 45px;}
.detail-result-section .result-content-wrap strong {color:#0094C9;margin-right: 5px}
.detail-result-section .result-content-wrap p {font-size:20px; line-height:28px;color: #6B7B84;}
.detail-result-section .result-content-wrap p span {font-weight:700;}
.detail-result-section .result-content-wrap .left-part, .detail-result-section .result-content-wrap .right-part {width: 50%; float: left; margin-top: 15px;}
.detail-result-section .result-content-wrap .left-part {padding-right:35px;}
.detail-result-section .result-content-wrap .right-part {padding-left:35px;}
.detail-result-section .result-content-wrap .left-part .mortgage-amt {display: flex; flex-direction: column; margin-bottom: 40px;}
.detail-result-section .result-content-wrap .left-part .mortgage-amt .content-row ul {margin:5px 0; float: left; width: 100%;}
.detail-result-section .result-content-wrap .left-part ul li:first-child {width:60%; float:left;}
.detail-result-section .result-content-wrap .left-part ul li:last-child {width:40%; float:left; text-align:right;}
.detail-result-section .result-content-wrap .left-part h5 {color:#0094C9; font-size: 30px; line-height: 38px; }
.detail-result-section .result-content-wrap .left-part .content-row ul li { font-size: 20px;line-height: 30px; font-weight: 600;}
.detail-result-section .result-content-wrap .left-part .mortgage-payment {display: flex; flex-direction: column; margin-bottom: 40px;}
.detail-result-section .result-content-wrap .left-part .mortgage-payment .content-row ul {margin:5px 0; float: left; width: 100%;}
.detail-result-section .result-content-wrap .result-row { width: 100%; border-top: 5px solid #DDE1E5; margin-top: 15px; padding-top: 10px; float: left;}
.detail-result-section .result-content-wrap .result-row ul li { font-size: 24px; font-weight: 700;}
.detail-result-section .result-content-wrap .right-part .total-cost-row {width:100%; float:left;}
.detail-result-section .result-content-wrap .right-part .total-cost-row ul li { color: #0094c8; font-size: 30px;line-height: 38px;font-weight: 700; }
.detail-result-section .result-content-wrap .right-part .total-cost-row ul li:first-child  { float: left; width: 60%;}
.detail-result-section .result-content-wrap .right-part .total-cost-row ul li:last-child { float: left; width: 40%; text-align: right;}
.detail-result-section .result-content-wrap .right-part .pie-chart-row {width:100%; float:left; text-align:center;margin: 20px 0;}
.detail-result-section .result-content-wrap .right-part .note-wrap { display: block; clear: both; font-size: 20px; line-height: 30px; font-weight: 600; margin: 10px 0;}
.detail-result-section .result-content-wrap .right-part .total-summary ul {margin: 10px 0; clear: both; display: block;float: left; width: 100%;}
.detail-result-section .result-content-wrap .right-part .total-summary ul li {color: #16678F; font-size: 30px; font-weight: 700; width: 50%; float: left;}
.detail-result-section .result-content-wrap .right-part .total-summary ul li:last-child {text-align: right;color: #16678F; font-size: 30px; font-weight: 700; width: 50%; float: left;}
.detail-result-section .result-content-wrap .right-part .total-summary ul:nth-child(2) li{ color:#FFD72B;}
.detail-result-section .result-content-wrap .right-part .total-summary ul:last-child li {color:#F5821F;}

.shaped-hero-banner.career-banner .Banner_Section-row-0-background-image .span12.dnd-module {float:right;} 
.shaped-hero-banner.career-banner .Banner_Section-row-0-background-image { min-height: 705px;background-position: bottom -200px center !important;}
.shaped-hero-banner.career-banner h1 {font-weight: 600; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}

.exp-section {border-top: 10px solid #FFD72B; padding: 80px 0 60px; position:relative;transform: skewY(16deg);margin-top: -290px; background: #fff;}
.exp-section > .row-fluid-wrapper {transform: skewY(-16deg);}
.exp-section > .row-fluid-wrapper > .row-fluid > .span12  {margin-top: -240px;}
.exp-section h4 {color:#0094C9;font-weight: 600; margin-bottom: 20px;}
.exp-section h4 span {color:#0B668E;}
.exp-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column {max-width: 812px;} 
.exp-section > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:last-child {margin-top:35px;}
.exp-section > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper .span4  {width: 26%;}
.exp-section > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper .span8  {width: 74%;margin: 0; padding-left: 35px;}

_::-webkit-full-page-media, _:future, :root .exp-section > .row-fluid-wrapper > .row-fluid > .span12 {margin-top:0px;}

.awardwinning-workplace {background-color: #f2f2f2; position: relative;z-index: 2;}
.awardwinning-workplace .span7.dnd-column{background-color: #FFD72B;padding:60px 30px 60px;padding-left: 16%;position: relative;background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/trophy-icon.png);background-repeat: no-repeat; background-size: 240px; background-position: left -130px center;    width: 50%;} 
.awardwinning-workplace .span7.dnd-column:before {content:''; width: 80px;height: 50%; background-color:#FFD72B;    position: absolute; right: -32px; top: 0;transform: skewX(20deg);}
.awardwinning-workplace .span7.dnd-column:after {content:''; width: 80px;height: 50%; background-color:#FFD72B;    position: absolute; right: -32px; bottom: 0;transform: skewX(-20deg);}
.awardwinning-workplace .span7.dnd-column .span12  {text-align:left; color:#01303F;}
.awardwinning-workplace .span7.dnd-column .span12 p strong {font-weight:600;}
.awardwinning-workplace .span7.dnd-column .span12 > .widget-type-header {width:100%;}
.awardwinning-workplace .span7.dnd-column .span12 h4 {font-weight: 600; color:#fff;    margin-bottom: 20px}
.awardwinning-workplace .span7.dnd-column .span12 h4 span {font-weight:400;}
.awardwinning-workplace .span5.dnd-column { padding: 50px 0; text-align: center;}
.awardwinning-workplace .span5.dnd-column .award-logo {display: inline-block; margin:0 30px;}

.team-member-section.job-position-section .span12.dnd-column .row-fluid-wrapper:last-child {padding-bottom:130px;}
.team-member-section.job-position-section .span12.dnd-column .row-fluid-wrapper:last-child .span12.dnd-module {max-width:100%;} 
.team-member-section.job-position-section .job-position-wrap .filter-row ul {width:70%; float:left; margin-bottom: 25px;}
.team-member-section.job-position-section .job-position-wrap .filter-row ul li {display:inline-block; vertical-align:middle;border-radius: 5px;}
.team-member-section.job-position-section .job-position-wrap .filter-row ul li:first-child a {margin-left:0;}
.team-member-section.job-position-section .job-position-wrap .filter-row ul li a {display:inline-block; padding: 5px 15px; border: 2px solid; border-radius: 5px; margin: 0 5px;}
.team-member-section.job-position-section .job-position-wrap .filter-row .srch-wrap {width:30%; float:left;    position: relative;}
.team-member-section.job-position-section .job-position-wrap .filter-row .srch-wrap input {border: 2px solid #0094c8 !important; border-radius: 5px !important;}
.team-member-section.job-position-section .job-position-wrap .filter-row .srch-wrap a {position: absolute !important; right: 10px; top: 5px;}
.team-member-section.job-position-section .job-position-wrap .position-listing-wrap {width:100%; float:left;}
.team-member-section.job-position-section .job-position-wrap .position-listing-wrap ul li {border: 2px solid #0B668E;padding: 25px;border-radius: 5px;margin-bottom: 25px;}
.team-member-section.job-position-section .job-position-wrap .position-listing-wrap ul li .job-position-content {display:flex; align-items:center;justify-content: space-between;}
.job-position-wrap .position-listing-wrap ul li .job-position-content h6 {margin-bottom:0;}
.job-position-wrap .position-listing-wrap ul li .job-position-content span {font-size:14px;line-height:20px;}

.shaped-hero-banner.job-position-banner h1 { text-indent: 0px;}
.shaped-hero-banner.job-position-banner h3 {text-indent:70px;}

.for-emp-section {padding:60px 0 40px;background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/what-we-do-bg.png); background-position: right 40px;background-repeat: no-repeat;} 
.for-emp-section h4 {font-weight:600; color:#0B668E; margin-bottom: 37px;}
.for-emp-section .for-employees-points-wrap {margin-left: -15px; margin-right: -15px;}
.for-emp-section .for-employees-points-wrap .single-point {width:calc(33.33% - 30px); float:left; margin:0 15px 38px;display: flex; align-items: center;}
.for-emp-section .for-employees-points-wrap .single-point .icon {width: 75px; float: left;}
.for-emp-section .for-employees-points-wrap .single-point .title {  width: calc(100% - 75px); float: left; padding-left: 25px;}
.for-emp-section .for-employees-points-wrap .single-point .title h6 { margin-bottom: 0; line-height: 32px; font-weight: 600; color: #0B668E;}

.career-testimonial-section .home-testimonial-section {background-color:#0B668E;background-image:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/career-testimonial-bg.png) !important}
.career-testimonial-section .home-testimonial-section .testimonial-slider:before {opacity:0.5;}
.career-testimonial-section .home-testimonial-section .title-wrap h5 {color:#fff;}
.career-testimonial-section .home-testimonial-section .testimonial-slider .content-wrap {color:#fff;}

.job-position-section.team-member-section:after {width:500px; height:1440px; top:0;}
.job-position-section .job-position-wrap {margin-top: 25px;}

.career-btm-section.btm-cta-section .dnd-section>.row-fluid {justify-content: flex-start;}
.career-btm-section.btm-cta-section h2 {text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);color: #FFD72B;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 {max-width: 100%;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:first-child {max-width:610px;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(2){ max-width: 600px;float: right; align-self: flex-start; width: 100%;margin-top: 0 !important; padding-left: 0;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(2) > .row-fluid  {text-align: center;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(2) > .row-fluid > .span12  { align-items: center !important; float: right;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(3) h6 {text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); font-weight: 600; color: #FFD72B; margin-bottom: 0; padding-left: 100px;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(3) {max-width: 700px;float: right; align-self: flex-end; width: 100%;    margin-top: -70px;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(4) {max-width: 700px;float: right; align-self: flex-end; width: 100%;margin-top: 20px !important;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(3) .Bottom_CTA_Section-module-4-flexbox-positioning > div {width:100%;}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(4) img {border: 3px solid #fff; padding: 0 45px; display: block}
.career-btm-section.btm-cta-section .dnd-section > .row-fluid > .span12 img {border: 3px solid #fff;}

.career-btm-section.btm-cta-section h2 span {font-size: 146px;}
.career-btm-section.btm-cta-section a.yellow-btn {    box-shadow: 0px 0px 7px rgba(0,0,0,0.5);}

.career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) {margin-top:0}
.career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2) {max-width: 520px;align-self:flex-start;margin-top: 15px !important;}
.career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2)>.row-fluid>.span12 { align-items: center !important;}
.career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2) h6 {color: #FFD72B;}
.career-btm-section.btm-cta-section.job-position-cta .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(4) {margin-top: 0px !important;}
.career-btm-section.btm-cta-section.job-position-cta .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(4) .Bottom_CTA_Section-module-5-flexbox-positioning > div {width:100%;}
.career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) > .row-fluid > .span12 {align-items: flex-start !important; margin-bottom:15px;}

.shaped-hero-banner.about-banner h1 {text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); color:#FFD72B;}
.shaped-hero-banner.about-banner .Banner_Section-row-0-background-image .span12.dnd-module {max-width: 100%;}
.shaped-hero-banner.about-banner .Banner_Section-row-0-background-image {min-height:690px;} 

.mission-story-section {border-top:10px solid #FFD72B; position:relative;transform: skewY(-15.5deg);background: #fff; margin-top: -257px;}
.mission-story-section:before {content:''; width:0; height:0; border-top:0px solid transparent; border-bottom:500px solid transparent; border-right:50vw solid #0B668E; position:absolute; right:0; top:0;}
.mission-story-section > div {transform: skewY(15.5deg);}
/* .mission-story-section:before {content:''; width:100%; height:10px; background-color:#FFD72B; position:absolute; left:0; top:0;z-index: 1; display:none;} */

.mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child {width: 50%; float: right; margin-top: -260px;position: relative;padding-right: 15%;z-index: 1;}

/* .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child:before {content:''; width:0; height:0; border-bottom:261px solid #0B668E; border-left:50vw solid transparent;border-right:0 solid transparent; position:absolute; right:0; top: -249px; z-index: -1; } */
/* .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child:after { content: ''; width: 0; height: 0;border-top:258px solid #07658e; border-left: 50vw solid transparent; border-right: 0 solid transparent; position: absolute; right: 0;z-index: -1; bottom: -135px; } */

.mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child .span12.dnd-column { max-width: 260px; text-align: right;color: #fff; float: right; margin-top: -95px; position:relative;} 
.mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section .span12.dnd-column .Mission_Story_Section-module-2-flexbox-positioning > div  {width: 100%;}
.mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child > .row-fluid:first-child:before {content:'';width: 142px;height: 360px; background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/career-testimonial-bg.png); position: absolute; right: 0px; top: -174px; background-repeat: no-repeat;background-size: contain; background-position: 16px 0px;}

/* .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child:before {content: ""; width: 100%; height: 500px; position: absolute; right: 0px; top: -117px; background: #07658e; transform: skewY(-15.5deg);}
.mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child:after {content: ""; width: 100%; height: 500px; position: absolute; right: 0px; bottom: -494px; background: rgb(255, 255, 255); transform: skewY(13.8deg); z-index: 0;} */

.mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(2) {position:relative; z-index:1;}





.job-popup.fancybox-content { max-width: 1100px; background: #07658e; color: #fff; max-height: 850px; overflow-y: auto !important;}
.job-popup.fancybox-content button.fancybox-close-small {width: 50px; min-width: 50px;background: rgba(0,0,0,0.1);}
.job-popup.fancybox-content .job-popup-heading {margin-bottom: 15px;}
.job-popup.fancybox-content .job-popup-heading h3 { font-size: 30px; font-weight: 600;}
.job-popup.fancybox-content .job-popup-heading h5 { margin-bottom: 0;}
.job-popup.fancybox-content .job-popup-body {font-size:16px; line-height:24px;}
.job-popup.fancybox-content .job-popup-body ul {margin-bottom:20px;}
.job-popup.fancybox-content .job-popup-body ul li {position:relative; padding-left:20px;}
.job-popup.fancybox-content .job-popup-body ul li:before {content:''; width:5px; height:5px; background-color:#fff; position:absolute; left:4px; top:9px;}


.mission-story-section .span12 > .dnd-section:nth-child(2) > .row-fluid {max-width: 1200px; margin: 0 auto;}
.mission-story-section .span12 > .dnd-section:nth-child(2) .span12.dnd-column {padding-bottom:50px;}
.mission-story-section .span12 > .dnd-section:nth-child(2) .span12.dnd-column > .dnd-row:first-child { margin-top: -200px; text-align: center; margin-bottom: 30px;} 
.mission-story-section h4 {font-weight:600;}

.mission-story-section .dnd-section:nth-child(2) .span12.dnd-column h4 {color:#0B668E;} 

.what-matters-us-section {position:relative;}
.what-matters-us-section .span12 > .dnd-section:first-child {background-color:#0B668E;padding:30px 0; position: relative;}
.what-matters-us-section .span12 > .dnd-section:first-child:before {content:'';width:0; height:0; border-top:50px solid #FFD72B; border-left:140px solid transparent;border-right:140px solid transparent; position:absolute; left:calc((100% - 1200px) / 2); bottom:-60px;}
.what-matters-us-section .span12 > .dnd-section:first-child:after {content:'';width:0; height:0; border-top:50px solid #0B668E; border-left:140px solid transparent;border-right:140px solid transparent; position:absolute; left:calc((100% - 1200px) / 2); bottom:-50px;}
.what-matters-us-section .span12 > .dnd-section > .row-fluid  {max-width: 1200px; margin: 0 auto;}
.what-matters-us-section .span12 > .dnd-section:first-child .span12.dnd-column h2 {font-weight:600;color:#fff;}
.what-matters-us-section > .row-fluid-wrapper > .row-fluid > .span12  {background-color:#0094C9;padding-bottom: 100px; position: relative;}
.what-matters-us-section > .row-fluid-wrapper > .row-fluid > .span12:before {content:''; width:320px; height:1070px;background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/what-matters-bg.png); background-repeat: no-repeat;background-size: contain; background-position: top 20px left;position: absolute; left: 0; top: 170px;}
.what-matters-us-section .span12 .dnd-section:nth-child(2) {color: #fff;padding: 100px 0 0; border-top: 10px solid #FFD72B;}
.what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-module h5 { font-weight:600;} 
.what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-module .single-content-row {margin-bottom:30px;}
/* .what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-module .single-content-row p {font-style: italic;} */
.what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-module .single-content-row p span, .what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-module .single-content-row p a {color:#FFD72B;}
.what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-module .single-content-row p a:hover {color:#0B668E;}
.what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-column .dnd-row:nth-child(even) { text-align:right;} 

.what-matters-us-section .span12 .dnd-section:nth-child(3) .span12.dnd-column { text-align:center; }
.what-matters-us-section .span12 .dnd-section:nth-child(3) .span12.dnd-column .dnd-row {width: auto; display: inline-block;margin: 0 5px;} 
.what-matters-us-section a.yellow-btn:hover, .what-matters-us-section a.yellow-btn:focus { background-color: #0B668E; color: #fff;}
.what-matters-us-section a.yellow-btn {padding: 11px 20px;}

.about-testimonial .home-testimonial-section:before { content: ''; width: 0; height: 0; border-bottom: 50px solid #fff; border-left: 140px solid transparent; border-right: 140px solid transparent; position: absolute; right: calc((100% - 1300px ) / 2); top: -60px;  z-index: 99;border-top: 0; left: inherit; display:none;}
.about-testimonial .home-testimonial-section:after { content: ''; width: 0; height: 0; border-bottom: 50px solid #FFD72B; border-left: 140px solid transparent; border-right: 140px solid transparent; position: absolute; right: calc((100% - 1300px ) / 2); top: -50px;  z-index: 99;border-top: 0; left: inherit;}

.blog-header {/*min-height: 400px;*/ clear: both;}
.blog-header .blog-header__inner {padding-top: 100px;}
.blog-header .blog-header__inner h1, .blog-header .blog-header__inner h4 {margin: 0;}
.blog-header .blog-header__inner h1, .blog-header .blog-header__inner h2 {font-size:72px; line-height:80px;}
.body-container--blog-index .content-wrapper .blog-index {max-width:1430px; margin:0 auto; transform: skewY(-15deg);padding-top: 80px;}
.body-container--blog-index .content-wrapper .blog-index .blog-subscribe-wrap, .body-container--blog-post .content-wrapper .blog-subscribe-wrap {margin-bottom:30px;}
.body-container--blog-index .content-wrapper .blog-index .blog-subscribe-wrap form .hs-form-field label, .body-container--blog-post .content-wrapper .blog-subscribe-wrap form .hs-form-field label {display:none;}
.body-container--blog-index .content-wrapper .blog-index .blog-subscribe-wrap form .hs-form-field input, .body-container--blog-post .content-wrapper .blog-subscribe-wrap form .hs-form-field input { background: #f0f0f0; border: 2px solid #e6e5e5 !important; margin-bottom: 0 !important;font-family: Poppins;}
.body-container--blog-index .content-wrapper .blog-index .blog-subscribe-wrap form .hs-submit input, .body-container--blog-post .content-wrapper .blog-subscribe-wrap form .hs-submit input  {font-size: 18px; line-height: 28px;display: inline-block; font-family: Poppins; font-weight: 600; background-color:#0B668E; padding: 11px 50px; transition: all ease 400ms; color: #fff; box-sizing: border-box !important; min-width: 180px; text-align: center; border: 0; border-radius: 0; }
.body-container--blog-index .content-wrapper .blog-index .blog-subscribe-wrap form .hs-submit input:hover, .body-container--blog-post .content-wrapper .blog-subscribe-wrap form .hs-submit input:hover {background-color:#0094C9;}
.body-container--blog-index .blog-listing-wrap { width:70%; float:left;}
.body-container--blog-index .blog-listing-wrap article {width:calc(50% - 30px); margin:0 15px;float: left; padding: 0;background: #fff; box-shadow: 0px 0px 7px rgba(0,0,0,0.1); margin-bottom: 25px; transition:all ease 400ms;flex-direction: column;}
.body-container--blog-index .blog-listing-wrap article:nth-child(2n + 1) {clear:left;}
.body-container--blog-index .blog-listing-wrap article h2 a, .body-container--blog-index .blog-listing-wrap article h2 {font-size: 18px; line-height: 28px; float:left;}
.body-container--blog-index .blog-listing-wrap article h2 a:hover {color:#0094C9;}
.body-container--blog-index .blog-listing-wrap article:hover {box-shadow: 0px 0px 7px rgba(0,0,0,0.4);}
.body-container--blog-index .blog-listing-wrap .blog-pagination {width:100%; float:left; margin-top: 25px;}
.body-container--blog-index .blog-listing-wrap .blog-pagination .blog-pagination__link {font-family: Poppins;display: inline-block; width: 30px; height: 30px; vertical-align: middle;}
.body-container--blog-index .blog-listing-wrap .blog-pagination .blog-pagination__prev-link, .body-container--blog-index .blog-listing-wrap .blog-pagination .blog-pagination__next-link  { font-size:0;}
.body-container--blog-index .blog-listing-wrap article .blog-index__post-image { padding-bottom: 63% !important;}

.body-container--blog-index .blog-listing-wrap .blog-index__post-content p {font-family: Poppins; float:left;}
.body-container--blog-index .blog-listing-wrap .blog-index__post-content {padding:15px; float:left;}
.body-container--blog-index .blog-listing-wrap .blog-index__post-content > div { float:left;}

.sidebar-wrap {width:30%; float:left; padding-left: 15px;}
.sidebar-wrap h6 {color:#0B668E;font-weight: 600;margin-bottom: 25px;}
.sidebar-wrap .hs-rss-module .hs-rss-item { display: flex; flex-direction: row-reverse;border-bottom: 1px solid #eaeaea; padding-bottom: 15px;margin-bottom: 15px;}
.sidebar-wrap .hs-rss-module .hs-rss-item .hs-rss-item-text {padding-left:15px; padding-right:0;}
.sidebar-wrap .hs-rss-module .hs-rss-item .hs-rss-item-image-wrapper {margin-top:10px;}
.sidebar-wrap .hs-rss-module .hs-rss-item .hs-rss-featured-image {height:80px; object-fit:cover;}
.sidebar-wrap .hs-rss-module .hs-rss-item .hs-rss-item-text .hs-rss-title span {font-size:16px;line-height:24px;}
.sidebar-wrap .recent-posts-wrap {margin-bottom:45px;}
.sidebar-wrap .post-topic-wrap ul li { padding: 10px 15px 10px 0;border-bottom: 1px solid #e8e8e8}
.sidebar-wrap .post-topic-wrap ul li:last-child {border-bottom:0;}
.sidebar-wrap .post-topic-wrap .widget-module > a {padding:10px 0;display: inline-block;}

.body-container--blog-post .blog-header, .body-container--blog-index .blog-header {/*min-height: 790px*/; display: flex; justify-content: flex-end; background-position: center top !important; background-size: cover; background-color: #07658e;} /* JV Commented out 02/02/2021 03:27PM also added background-size */
.body-container--blog-post .blog-header:before, .body-container--blog-index .blog-header:before {content: ''; width: 100%; height: 100%; /* background-image: linear-gradient(-89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);*/ position: absolute; top: 0; z-index: 0; left: 0; background-position: bottom center !important;} /* JV commented out 02/08/2021 03:58PM */
.body-container--blog-post .blog-header .blog-header__inner, .body-container--blog-index .blog-header .blog-header__inner  {max-width:750px;text-align: left;margin: 0 15% 0 0; /*padding:144px 0;*/ position:relative;}
.body-container--blog-post .blog-header .blog-header__inner h2, .body-container--blog-index .blog-header .blog-header__inner  h1 {color:#fff;}
.body-container--blog-post .content-wrapper {min-height:540px;}
.body-container--blog-post .content-wrapper, .body-container--blog-index .content-wrapper {padding:40px 0;border-top: 10px solid #FFD72B; transform: skewY(15deg); background: #fff; /*margin-top: -330px;*/ position:relative;} /* JV Comment Out 02/02/2021 02:57PM */
.body-container--blog-post .content-wrapper:before{content: ''; height: 100%; background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/blog-inner-bg.png); position: absolute; width: 500px; background-repeat: no-repeat; background-size: contain; transform: skewY(-15deg); opacity: 0.04;}
.body-container--blog-post .content-wrapper > div, .body-container--blog-post .content-wrapper > article {transform:skewY(-15deg);}
.body-container--blog-post .content-wrapper article {padding-top:0; max-width: 70%; padding-right: 15px;}
.body-container--blog-post .blog-post h1 {font-size: 50px; line-height: 60px; color:#0094C9;}
.body-container--blog-post .blog-post h2 {font-size: 40px; line-height: 50px;}
.body-container--blog-post .blog-post h3 {font-size: 32px; line-height: 42px;}
.body-container--blog-post .blog-post h4 {font-size: 28px; line-height: 36px; color: #0094c8; font-weight: 500; padding-top: 20px;}
.body-container--blog-post .blog-post h5 {font-size: 24px; line-height: 32px; color: #07658e; font-weight: 500;}
.body-container--blog-post .blog-post .blog-post__meta {margin-bottom:15px;}
.body-container--blog-post .blog-post .blog-post__body h6 {margin-bottom:30px;}
.body-container--blog-post .blog-post .blog-post__body h6 + p {margin-bottom:10px;}
.body-container--blog-post .blog-post .blog-post__body li:last-child {padding-bottom:30px;} /* jonathan added for spacing after bullet lists in blogs 01-21-2021 */
.body-container--blog-post .blog-post .blog-post__tags svg path {fill: #556065;}
.body-container--blog-post .blog-post .blog-post__tags {color: #556065;border-top: 1px solid #556065; padding-top: 10px; border-bottom: 1px solid #556065;  padding-bottom: 10px;}
.body-container--blog-post .blog-post .blog-post__tags a {font-family:Poppins; display: inline-block; vertical-align: middle; color: #556065 ;text-transform: capitalize;}
.body-container--blog-post .blog-post .blog-post__tags a:hover {color:#0094C9;}
.body-container--blog-post .blog-post .blog-post__tags > span {display:inline-block; vertical-align:middle;}
.body-container--blog-post .blog-comments { max-width:70%;text-align: center;}
.body-container--blog-post .blog-comments form {max-width:60%;margin: 0 auto;}
.body-container--blog-post .blog-comments form .hs-form-field {margin-bottom:10px;}
.body-container--blog-post .blog-comments form .hs-form-field input, .body-container--blog-post .blog-comments form .hs-form-field textarea { margin-bottom: 0; background: #f0f0f0;border: 2px solid #e6e5e5 !important;}
.body-container--blog-post .blog-comments form .hs-form-field textarea {height:100px;}
.body-container--blog-post .blog-comments form .hs-form-field label span {font-family:Poppins;}
.body-container--blog-post .blog-comments form .hs-submit {margin-top:25px;}
.body-container--blog-post .blog-comments form .hs-submit input {font-size: 18px;line-height: 28px; display: inline-block; font-family: Poppins; font-weight: 600; background-color: #07658e; padding: 11px 50px; transition: all ease 400ms; color: #fff; box-sizing: border-box !important; min-width: 300px; text-align: center; border: 0; border-radius: 0;}
.body-container--blog-post .blog-comments form .hs-submit input:hover {background-color:#0094C9;}
.body-container--blog-post .blog-comments .comment-title h4 {margin-bottom: 50px;color:#0B668E;}

.body-container--blog-post .blog-header .blog-header__inner h2, .body-container--blog-index .blog-header .blog-header__inner h1 {margin-right: -80px; font-weight: 400; color: #ffffff; margin-bottom: 0; letter-spacing: -1.5px; font-size: 70px;  line-height: 80px;}
.body-container--blog-post .blog-header .blog-header__inner h2 span, .body-container--blog-index .blog-header .blog-header__inner h1 span {margin-right: 0; margin-bottom: 40px; color: #ffd72a; font-size: 88px; line-height: 88px;  font-weight: 700; text-align: right;  /*float: right;*/}

.body-container--blog-post .blog-recent-posts {padding:80px 0; position:relative;}
.body-container--blog-post .blog-recent-posts .content-wrapper {padding:0; max-width: 1430px; margin: 0 auto;}
.body-container--blog-post .blog-recent-posts .content-wrapper h2 {color:#0094C9;margin-bottom: 25px;}
.body-container--blog-post .blog-recent-posts .blog-post-container h4 {text-align:center; color:#0B668E; font-weight:600;margin-bottom: 35px;}
.blog-recent-posts .blog-recent-posts__list a h5 { font-size: 24px; line-height: 32px;}
.blog-recent-posts .blog-recent-posts__list a h4 {font-size: 20px; line-height: 28px;}
.body-container--blog-post .blog-post .blog-post__body .alignright { float: right; margin-left: 15px;  margin-bottom: 15px;}
.body-container--blog-post .blog-post .blog-post__body .align-left {float: left; margin-right: 15px;  margin-bottom: 15px;} 
.body-container--blog-post .blog-post .blog-post__body .align-center { margin-right: 15px;  margin-bottom: 15px;margin-left: 15px; } 
.body-container--blog-post .blog-post .blog-post__body .caption { display: inline-block;}
.body-container--blog-post .blog-post .blog-post__body .caption a img {display: block;}
.body-container--blog-post .blog-post .blog-post__body .caption img{display:block;}
.body-container--blog-post .blog-post .blog-post__body .caption em { margin-left: 15px;}

.body-container--blog-post .blog-post-container { max-width: 1430px; margin: 0 auto;padding-top: 80px;}
.body-container--blog-post .blog-post-container .sidebar-wrap { width: 30%; float: left;padding-left: 15px;}
.post-topic-wrap .widget-module {max-height:350px; overflow-y:auto} 
.body-container--blog-post .blog-post-container .blog-post__body .hs-responsive-embed-wrapper {margin-bottom:35px !important }

/* JV added 02/08/2021 04:08PM */
.body-container--blog-post .blog-post-container .blog-image {width: 100%; padding-bottom: 20px; }
.body-container--blog-post .blog-post-container .blog-image img {width: 100%;} 

.blog-btm-cta-section .btm-cta-section {    padding-top: 50px;  padding-bottom: 128px;}
.blog-btm-cta-section .btm-cta-section .container {width: 1660px;}
.blog-btm-cta-section .btm-cta-section .content-wrap {max-width: 630px; float: right;}
.blog-btm-cta-section .btm-cta-section .content-wrap .btn-wrap { margin-top: 50px !important; display: inline-block; width: 100%;}

.rangeslider--horizontal {margin-top:15px;}

.post-topic-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .details-section .detail-result-section .result-content .container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {  background-color: #07658e; background-color: rgb(7 101 142); filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)";}
.post-topic-wrap .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .details-section .detail-result-section .result-content .container .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color:  #07658e; background-color: rgba(7, 101, 142,.85); filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)";}

.contact-page .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image .span12.dnd-module {max-width:800px;}
.contact-page .shaped-hero-banner.career-banner h1 {text-indent:0;}

.exp-section.contact-detail-section {min-height:600px;}
.exp-section.contact-detail-section .span7.dnd-column {padding-left:0 !important;padding-right: 50px;}
.exp-section.contact-detail-section .span7.dnd-column .span12.dnd-module .address-wrap p {margin-bottom: 0;} 
.exp-section.contact-detail-section .span7.dnd-column .span12.dnd-module .address-wrap {margin-bottom: 25px;} 
.exp-section.contact-detail-section .span5.dnd-column {margin: 0;}
.exp-section.contact-detail-section > .row-fluid-wrapper {padding-top:50px;}
.exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 { margin-top: -150px;}
.exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 .map-wrap iframe {width:100%;}
.exp-section.contact-detail-section .span5.dnd-column form .hs-form-field label span { font-family:Poppins;}
.exp-section.contact-detail-section .span5.dnd-column form .hs-form-field input, .exp-section.contact-detail-section .span5.dnd-column form .hs-form-field textarea {background: #f0f0f0; border: 2px solid #e6e5e5 !important; margin-bottom: 0 !important; font-family: Poppins;}
.exp-section.contact-detail-section .span5.dnd-column form .hs-submit input {font-size: 18px; line-height: 28px; display: inline-block;font-family: Poppins; font-weight: 600; background-color: #0B668E; padding: 11px 50px; transition: all ease 400ms; color: #fff;  box-sizing: border-box !important; min-width: 180px; text-align: center; border: 0; border-radius: 0;}
.exp-section.contact-detail-section .span5.dnd-column form .hs-submit input:hover {background-color:#0094C9;}
.exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column {max-width: 700px;margin: 0 auto;}

.contact-detail-section fieldset select {background: #f0f0f0; border: 2px solid #e6e5e5 !important; margin-bottom: 0 !important; font-family: Poppins; width: 100% !important; }


.loan-officers-page .job-position-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column > .row-fluid-wrapper:first-child {width: 100%;max-width: 900px; float: right; margin-bottom: 15px;}
.loan-officers-page .job-position-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column > .row-fluid-wrapper:nth-child(2) {width: 100%;max-width: 900px; float: right; margin-bottom: 15px; text-align:right;}

.officer-listing-module {clear: both;}
.officer-filter-row {margin-bottom:50px;}
.officer-filter-row .form-wrap .form-field {margin-bottom:15px; display: inline-block; vertical-align: middle; width:calc(275px - 20px); margin:0 8px;}
.officer-filter-row .form-wrap .form-field:nth-child(4), .officer-filter-row .form-wrap .form-field:last-child {width:calc(170px - 20px);}
.officer-filter-row .form-wrap .form-field input, .officer-filter-row .form-wrap .form-field select {display: inline-block; padding: 10px 15px !important;border: 2px solid #0094c8 !important; border-radius: 5px !important; margin: 0 5px !important; font-family: Poppins;color:#0094C9;    text-transform: capitalize;background: #fff;    margin: 0 !important; cursor:pointer;}
.officer-filter-row .form-wrap .form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #0094C9;	}
.officer-filter-row .form-wrap .form-field input::-moz-placeholder { /* Firefox 19+ */color: #0094C9;}
.officer-filter-row .form-wrap .form-field input:-ms-input-placeholder { /* IE 10+ */color: #0094C9;}
.officer-filter-row .form-wrap .form-field input:-moz-placeholder { /* Firefox 18- */color: #0094C9;}
.officer-filter-row .form-wrap .form-field select {-webkit-appearance:none;background-image:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/drop-down-arrow.png); background-repeat: no-repeat; background-size: 15px; background-position: right 16px center;padding: 11.5px 15px !important;}
.officer-filter-row .form-wrap {margin-left: -10px; margin-right: -10px;}
.officer-filter-row .form-wrap .form-field input[type="submit"] {background-color:#0094C9; color:#fff;} 
.officer-filter-row .form-wrap .form-field input[type="submit"]:hover {background-color:#0B668E; border-color:#0B668E !important;}

.officer-listing-module .officer-listing-row { margin-left: -15px; margin-right: -15px;}
.officer-listing-module .officer-listing-row .single-officer {width: calc(20% - 30px); margin: 0 15px 30px; float: left;}
.officer-listing-module .officer-listing-row .single-officer .img-wrap img {width:100%;display: block;height: 205px; object-fit: cover;}
.officer-listing-module .isotope-pager a.active {color:#002f3e;text-decoration: underline;}
.officer-listing-row .single-officer .detail-wrap { padding: 10px;float:left;width:100%;text-align: center;}
.officer-listing-row .single-officer .detail-wrap > div { float:left;width:100%; }
.officer-listing-row .single-officer .detail-wrap h6 {font-size:20px; line-height:30px; float:left;width:100%; margin-bottom: 0;}
.officer-listing-row .single-officer .detail-wrap span {display:block;font-size: 16px; line-height: 26px;color: #556065;}
.officer-listing-module .inner-pagi { width: 100%; float: left;}

.exp-section.general-content-section {min-height:570px; position:relative;}
.exp-section.general-content-section:after {content: ''; height: 100%; background-image: url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/blog-inner-bg.png); position: absolute; width: 500px; background-repeat: no-repeat; background-size: contain; transform: skewY(-15deg); opacity: 0.1;top: 210px; z-index: -1;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 {margin-top: -230px;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column { max-width: 100%;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:last-child { margin-top: 0;}
.exp-section.general-content-section p {word-wrap:break-word;}
.exp-section.general-content-section p img {width:100%;height:auto;max-width: 730px;}
.exp-section.general-content-section ul li {position:relative; padding-left:15px;}
.exp-section.general-content-section ul li:before {content:''; width:5px; height:5px; background-color:#556065; border-radius:50%; position:absolute; left:0;top: 11px;}

.details-section .detail-result-section .result-content .detail-result-wrap table th, .details-section .detail-result-section .result-content .detail-result-wrap table td { width:100px;text-align: center; font-size: 14px; line-height:20px;}

.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table {}
.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table { margin: 0 auto; border: 1px solid #000; padding: 0px; border-collapse: collapse; max-width: 1001px; }
.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table th { width: 230px; padding: 10px; vertical-align: top; border: 0; border-left: 1px solid #000; background-color: #0194C8; color: #fff; text-align: left; letter-spacing: 0px; font-size:16px; font-weight: 500; }
.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table tbody td { border-collapse: collapse; padding: 10px;border: 1px solid #000; border-top:0px; text-align:left; }
.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table th:nth-child(1), .details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table th:nth-child(2), .details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table th:nth-child(3) { width: 150px; }
.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table tbody { border-collapse: collapse; padding: 0; }
.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table tbody tr:nth-child(even) { background: #f1f1f1; }
.details-section .detail-result-section .result-content .detail-result-wrap .custom-data-table table tbody td:first-child { text-align:center; }

.qusn-wrap { width:100%; float:left; padding:30px 0 30px 55px; background: transparent; color: #556065; position: relative;cursor: pointer; }
.ans-wrap { width:100%; float:left; border:1px solid transparent;background: transparent;padding: 0 0 15px 55px; }
.qusn-wrap:after {content: "\f067"; font-family: FontAwesome;font-size: 22px; float: right; position: absolute; left: 3px; border: 1px solid; border-radius: 4px; top: 26px; display: flex; align-items: center; justify-content: center; width: 35px; height: 35px;color: #0094c8;}
.qusn-wrap.on:after {content: "\f068";}
.qusn-wrap:hover:after { animation: bounce 2s infinite;}
.exp-section.faq-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column  {max-width:100%;}
.exp-section.faq-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column .span12.dnd-module {max-width:812px;}
.exp-section.faq-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column > .row-fluid-wrapper:nth-child(2) .span12.dnd-module {max-width:100%;} 
.exp-section.faq-section .faq-content-wrap .faq-content-row {display:flex; flex-direction:column;border-bottom: 1px solid rgb(116 131 139 / 0.5);}
.exp-section.faq-section .faq-content-wrap .faq-content-row:last-child { border-bottom:0;}

.refin-calc .details-section .detail-result-section .detail-result-wrap {text-align:center;}
.refin-calc .details-section .detail-result-section .detail-result-wrap table { max-width:600px; width:100%; margin:0 auto;}
.refin-calc .details-section .detail-result-section .detail-result-wrap table tr th {text-align:center;}
.refin-calc .details-section .detail-result-section .detail-result-wrap table tr td:first-child {text-align:left;}

.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(3) {margin-top:40px;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(3) h5 {margin-bottom:25px;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) form fieldset .hs-form-field label span {font-family: Poppins;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) form fieldset .hs-form-field input, .exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) form fieldset .hs-form-field textarea {background: #f0f0f0; border: 2px solid #e6e5e5 !important; margin-bottom: 0 !important; font-family: Poppins;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) form .hs-submit input {font-size: 18px; line-height: 28px; display: inline-block; font-family: Poppins; font-weight: 600; background-color: #0B668E; padding: 11px 50px;transition: all ease 400ms; color: #fff; box-sizing: border-box !important; min-width: 180px;text-align: center; border: 0; border-radius: 0;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) form .hs-submit input:hover {background-color:#0094c8;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) h5 {margin-bottom:20px;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) ul {margin-bottom:25px;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) ul li {padding-left:0;}
.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) ul li:before { display:none;}

.covid-info-page .career-banner .Banner_Section-row-0-padding { padding-top: 180px !important; }

.general-content-section .hs-form-field label span.hs-form-required, .second-img-content .hs-form-field label span.hs-form-required { display: inline-block !important; }  
.second-img-content form.hs-form ul.hs-error-msgs { padding-left:0; }
.second-img-content form.hs-form ul.hs-error-msgs li { margin:0 !important; }
.second-img-content #hs_cos_wrapper_widget_1606934579879 label.hs-error-msg { line-height:inherit !important; }
.second-img-content form ul.inputs-list.multi-container { padding-left:0; } 
.second-img-content form .hs_error_rollup { display:none !important; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes smallBounce {
  0%, 20%, 50%, 80%, 100% {
    margin-top: 0px;
  }
  40% {
    margin-top: -10px;
  }
  60% {
    margin-top: -10px;
  }
}


.profile-info-section.loan_officer_single .connect-with-me-section .form-wrap {width: 270px; top: -50px; left: 220px;}

.contact-page .exp-section.general-content-section .content-wrap { max-width: 800px;} 

.about-page + div .footer-section {box-shadow: 0 -7px 0 #fff;}
.about-page + div .footer-section .footer-left-wrap .footer-logo-wrap:after {border-bottom: 60px solid #fff;}

.branch-profile .branch-profile-loc-section .profile-info-section .connect-with-me-section .form-wrap {width: 250px; max-height: 215px; overflow-y: auto; top: -100px;}

.loan-officer-inner .profile-info-section .connect-with-me-section .form-wrap {width: 280px; max-height: 215px; overflow-y: auto; top: -100px;}
.loan-officer-inner .profile-info-section .info-section .section-content .footer-content {padding-bottom: 20px;}    
.loan-officer-inner .profile-info-section .info-section .section-content .right-part ul {padding-left:15px;}
.loan-officer-inner .profile-info-section .info-section .section-content .right-part ul li {position:relative; padding-left:20px;}
.loan-officer-inner .profile-info-section .info-section .section-content .right-part ul li:before {content:''; width:5px; height:5px; background-color:#0094C9; border-radius:50%; position:absolute; left:0; top:11px;}

.rent-buy-calc .details-section .detail-result-section .detail-result-wrap {max-width:1600px; overflow-x:auto;}

.refin-calc .details-section .detail-result-section .detail-result-wrap table td, .refin-calc .details-section .detail-result-section .detail-result-wrap table th {font-size:18px; line-height:30px;}

.apply-form-popup {max-width: 700px !important; max-height: 850px; overflow-y: auto !important; width: 100%;background:#e8e8e8 !important;}
.apply-form-popup .fancybox-button.fancybox-close-small { width: 40px; height: 40px; min-width: 40px; background: rgba(30,30,30,.6);}
.apply-form-popup .fancybox-button svg path {fill:#fff;}
.apply-form-popup .hs-form.hs-custom-style{margin-bottom:40px;}
.apply-form-popup .hs-form.hs-custom-style textarea, 
.apply-form-popup .hs-form.hs-custom-style select, 
.apply-form-popup .hs-form.hs-custom-style input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]){
    background-color:#fff; border:2px solid #e6e5e5; font-family: Poppins; padding:10px; margin:0; 
}
.apply-form-popup .hs-form label{margin:0;}


.officer-listing-module .inner-pagi .isotope-pager {text-align: center;}
.officer-listing-module .inner-pagi .isotope-pager a {font-size:24px;margin: 0 5px;}

.covid-info-page .shaped-hero-banner.career-banner h1 {text-indent:0;}
.covid-info-page .general-content-section .content-wrap {max-width:860px;}

.exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child {margin-bottom:40px;}
.covid-info-page .general-content-section .content-wrap h5 {margin-bottom:25px;}
.covid-info-page .faq-content-wrap .qusn-wrap {padding:20px 0 20px 55px;}
.covid-info-page .faq-content-wrap .qusn-wrap:after {top:15px;}

.loan-officer-inner .right-shaped-banner .banner-caption h2 {margin-bottom:0; text-transform: capitalize;}
.loan-officer-inner .right-shaped-banner .banner-caption h1 {padding-left: 10px;line-height: 60px;text-transform: capitalize;}

.firsthome-hero-section .Simple_Banner_Section-row-0-padding:after {content: ''; width: 100%; height: 100%; background-image: linear-gradient(-89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); position: absolute; top: 0; z-index: 0; left: 0;  background-position: bottom center !important;}
.firsthome-hero-section .Simple_Banner_Section-row-0-padding > .row-fluid  {position:relative;z-index: 1;}


.glossary-content-section .glossary-letters-wrap { padding: 20px; background: #f3f3f3;}
.glossary-content-section .glossary-letters-wrap ul li {display:inline-block; vertical-align:middle; padding:0 10px; position:relative;}
.glossary-content-section .glossary-letters-wrap ul li:after {content:''; width:1px; height:20px; background-color:#0B668E; position:absolute; right:0; top:5px;}
.glossary-content-section .glossary-letters-wrap ul li a {font-size:22px; line-height:30px;}

.glossary-content-section .glossary-content .single-letter-content {margin-top:70px;} 
.glossary-content-section .glossary-content .single-letter-content .title-content-row { border-top:0;border-bottom: 1px solid #e8e8e8; padding: 20px 0 20px 55px;}
.glossary-content-section .single-letter-content .title-content-row .title-wrap { position: relative; font-weight:600; color:#0094C9; cursor:pointer;}
.glossary-content-section .single-letter-content .title-content-row .title-wrap:after {content: "\f067"; font-family: FontAwesome; font-size: 22px; float: right; position: absolute; left:-50px; border: 1px solid; border-radius: 4px; top: -5px; display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; color: #0094c8;}
.glossary-content-section .single-letter-content .title-content-row .title-wrap.on:after {content: "\f068";}
.glossary-content-section .single-letter-content .title-content-row .title-wrap:hover:after {animation: bounce 2s infinite}
.glossary-content-section .single-letter-content .title-content-row .content-wrap {margin-top: 15px;}

.covid-popup-section {text-align:center;background-color:#FFD72B;    padding:100px 0 50px; position: relative;z-index: 5;}
.covid-popup-section .content-wrap h3, .covid-popup-section .content-wrap  p {color: #01303F;}
.covid-popup-section .close-btn {position: absolute; top: 20px; right: 20px; font-weight: 700;color: #002f3e; cursor: pointer;font-size: 30px;}
.covid-popup-section .btn-wrap + .close-btn {position:relative; font-size: 18px;right: inherit;top: inherit;margin-top: 25px;}

.banner-section-wrap .banner-section {position:relative;}

.error-page {padding:220px 0;}
.error-page .yellow-btn {margin-top:35px;}

.systems-page {padding: 180px 0 150px;}
.systems-page h1 {font-size: 48px;line-height: 56px;}
.systems-page input {height:60px !important; background-color:#f1f1f1; padding:10px 15px !important;}
.systems-page input[type="password"] {height:70px !important; font-family: Poppins;}
.systems-page input[type="submit"] {font-size: 18px; line-height: 28px; display: inline-block; font-family: Poppins; font-weight: 600; background-color: #07658e; padding: 11px 50px; transition: all ease 400ms;  color: #ffffff; box-sizing: border-box !important; min-width: 300px; text-align: center; border-radius:0; border:0;}
.systems-page .page-header h2 {font-size:36px; line-height:44px; color:#0094C9; font-weight:400;}
.systems-page .email-prefs input {height:15px !important;}
.systems-page .email-prefs input[type="submit"] {height:auto !important;}
.systems-page .email-prefs p, .systems-page .email-prefs span {font-family: Poppins; font-weight: 400; color: #556065; font-size: 18px; line-height: 1.5em;}
.systems-page form h3 {font-size:40px; line-height:50px;}
.systems-page .widget-type-email_subscriptions_confirmation {text-align: center;}
.systems-page .widget-type-email_subscriptions_confirmation .success {background: #f1f1f1;border: 0;border-radius: 0; padding: 15px; text-align: center; font-size: 22px; line-height: 36px; color: #0094c8; padding: 25px 50px;}

.banner-landing{}
.banner-landing .dnd-section{position:relative; z-index:1;}
.banner-landing .dnd-section:after{content:''; position:absolute; z-index:-1; left:0; top:0; width:100%; height:100%; background-color:#000; opacity:0.4;}
.banner-landing .dnd-section > .row-fluid {max-width:1200px; margin:0 auto; padding:0 15px;}
.banner-landing h1{color:#fff;font-size:47px;text-align:center; line-height:54px;}
.banner-landing h4{color:#fff;font-size:21px;text-align:center; line-height:34px;}
.banner-landing .speaker-count{background-color:#fff;margin:60px auto -140px;max-width:945px;}
.banner-landing .speaker-count .inner{display:flex;}
.banner-landing .speaker-count .inner > div{flex:1 1 0;}
.banner-landing .speaker-count .speaker{background-color:#ffd72a;color:#333;padding:35px 15px;text-align:center;}
.banner-landing .speaker-count .speaker .ttl{font-size:20px;font-weight:700;padding:0 0 15px;}
.banner-landing .speaker-count .speaker .image{border-radius:100%;box-shadow:0 0 0 5px rgba(255,255,255,0.5);height:145px;margin:0 auto;overflow:hidden;width:145px;}
.banner-landing .speaker-count .speaker .detail{padding: 20px 0 40px;}
.banner-landing .speaker-count .speaker .detail .name{font-size:16px;font-weight:700;}
.banner-landing .speaker-count .speaker .detail .post{font-size:13px;}
.banner-landing .speaker-count .count{}
.banner-landing .speaker-count .count ul.countDown{background:#0094C8;color:#fff; display:flex; padding:15px;}
.banner-landing .speaker-count .count ul.countDown li{width:25%;float:left;text-align:center;color:rgba(255,255,255,0.5);text-transform:uppercase;font-size:14px;line-height:16px}
.banner-landing .speaker-count .count ul.countDown li span{color:#fff;font-size:40px;display:block;line-height:40px;font-weight:500;margin-bottom:10px}
.banner-landing .speaker-count .count .form{padding:40px;}
.banner-landing .hs-form textarea, 
.banner-landing .hs-form select, 
.banner-landing .hs-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){background-color:#f0f0f0;border: 2px solid #e6e5e5;font-family:Poppins;}
.banner-landing .hs-form .hs-submit input {font-size: 18px; line-height: 28px; display: inline-block;font-family: Poppins; font-weight: 600; background-color: #0B668E; padding: 11px 50px; transition: all ease 400ms; color: #fff;  box-sizing: border-box !important; min-width: 180px; text-align: center; border: 0; border-radius: 0;}
.banner-landing .hs-form .hs-submit input:hover {background-color:#0094C9;}

.banner-landing.main-landing h1{text-align:left;}
.banner-landing.main-landing .widget-type-rich_text{color:#fff;}
.banner-landing.main-landing .dnd-section > div > div:first-child{padding-right:135px;width:60%;}
.banner-landing.main-landing .dnd-section > div > div:last-child{margin:0;padding:25px 40px;width:40%;}
.banner-landing.main-landing .dnd-section > div > div:last-child h3{font-size:30px;padding:10px 0 20px;text-align:center;}

.banner-landing.thanku{}
.banner-landing.thanku h1{color:#0094C9;}
.banner-landing.thanku .row-depth-1.row-number-2{margin-bottom:-200px;}
.banner-landing.thanku .row-depth-1.row-number-2 > div{margin:0 auto; max-width:800px;}

.video-form{padding:90px 15px 0;}
.video-form .inner{display:flex; margin:0 0 -170px; position:relative; z-index:2;}
.video-form .video{padding:10px 110px 40px 40px;width:calc(100% - 400px);}
.video-form .video a{display:block;height:370px;width:100%;position:relative;box-shadow:0 0 0 10px rgba(255,215,42,0.6);}
.video-form .video a:after{background:url(https://6150347.fs1.hubspotusercontent-na1.net/hubfs/6150347/castle-and-cooke_2020/images/play.svg) no-repeat center / auto 90px;content:'';height:100%;left:0;position:absolute;top:0;width:100%;}
.video-form .form{background-color:#fff;padding:50px 40px 50px 40px;width:400px;}
.video-form .form h3{color:#0094c8;font-size:32px;text-align:center;}
.video-form .form .text{padding:0 0 30px;text-align:center;}
.video-form .logos{background-color:#eee;padding:35px 0;position:relative;z-index:1;}
.video-form .logos:after{background-color:#eee;content:'';height:100%;position:absolute;right:0;top:0;width:3000px;z-index:-1;}
.video-form .logos:before{background-color:#eee;content:'';height:100%;position:absolute;left:0;top:0;width:3000px;z-index:-1;}
.video-form .logos > div{align-items:center;display:flex;max-width:730px;}
.video-form .logos .list{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100px;justify-content:center;margin:0 15px;padding:10px 0;width:33.33%;}

.zig-content{}
.zig-content .dnd-section > .row-fluid {max-width:1200px; margin:0 auto; padding:0 15px;}
.zig-content h2{font-size:56px; text-align: center;}
.zig-content .widget-type-rich_text{text-align: center;}
.zig-content .feature-box{}
.zig-content .feature-box .list-wrapper{padding:30px 0;}
.zig-content .feature-box .list{display:flex; align-items:center;}
.zig-content .feature-box .image{border:5px solid #fff;border-radius:100%;box-shadow:-6px 6px 7px rgba(0,0,0,0.35);height:260px;width:260px;position:relative;}
.zig-content .feature-box .image:after{border:4px solid #eee;border-radius:50%;top:-20px;content:"";height:125px;left:-25px;position:absolute;width:125px;z-index:-1;}
.zig-content .feature-box .text{padding:0 0 0 30px;width:calc(100% - 260px);position:relative; z-index:-1;}
.zig-content .feature-box .text h3{font-size:40px;position:relative;display:inline-block;}
.zig-content .feature-box .text h3:before{background-color:#0094C8;bottom:0;content:'';height:2px;right:60%;position:absolute;width:100%;z-index:-1;}
.zig-content .feature-box .list:not(:last-child){margin-bottom:40px;}
.zig-content .feature-box .list:nth-child(even){flex-direction:row-reverse;}
.zig-content .feature-box .list:nth-child(even) .image:after{bottom:-20px;left:auto;right:-25px;top:auto;}
.zig-content .feature-box .list:nth-child(even) .text{padding:0 40px 0 0;text-align:right;}
.zig-content .feature-box .list:nth-child(even) .text h3:before{left:60%; right:auto;}

.resoures{padding:80px 0;}
.resoures .inner{max-width:1200px; margin:0 auto; padding:0 15px;}
.resoures .list-wrapper{display:flex;margin:0 -30px;padding:90px 0 0;}
.resoures .list-wrapper .list{border:1px solid #b0b3bb;margin:0 15px;padding:15px;width:calc(33.33% - 30px);position:relative;}
.resoures .list-wrapper .list .over-link{height:100%;left:0;position:absolute;top:0;width:100%;}
.resoures .list-wrapper .list .service-icon{align-items:center;display:flex;flex-direction:column;height:90px;justify-content:center;margin:-60px auto 40px auto;position:relative;width:90px;z-index:1;transition:all ease 400ms;}
.resoures .list-wrapper .list .service-icon:after{background:linear-gradient(to bottom,rgba(0,148,200,1) 0%,rgba(125,185,232,1) 100%);border-radius:5px;content:"";height:100%;left:0;position:absolute;top:0;transform:rotate(-45deg);width:100%;z-index:-1;transition:all ease 400ms;}
.resoures .list-wrapper .list:hover .service-icon{transform:translateY(-15px);}
.resoures .list-wrapper .list:hover .service-icon:after{box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.5);}

.banner-landing.ebook-landing{}
.banner-landing.ebook-landing .banner-landing-column-1-row-1-background-color{border-left:8px solid #FFD72B;border-right:8px solid #FFD72B;box-shadow:0 5px 10px rgba(0,0,0,0.4);margin-bottom:-270px;}
.banner-landing.ebook-landing .banner-landing-column-1-row-1-background-color h3{font-size:28px; text-transform:capitalize;}

.author-section .widget-type-linked_image{width:250px; height:250px; border-radius:100%; overflow:hidden;border:8px solid #FFD72B;}


.branch-profile .branch-profile-loc-section .profile-info-section .info-section .section-content .right-part    {min-height:auto;}

/* .loan-officer-inner .profile-info-section .info-section .section-content .right-part {min-height:auto;} */

.new-banner .section1-row-0-vertical-alignment:after{content: '';width: 100%;height: 100%;/* background-image: linear-gradient(-89deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); */ position: absolute;top: 0;z-index: 0;left: 0;
    background-position: bottom center !important; background-color:rgba(0,0,0,0.65);}
.new-banner .section1-row-0-background-image .section1-column-1-vertical-alignment{position:relative;z-index: 9;}



.tab_heading h2 {color:#0094C9;}
.tab_heading h2 span { color: #0094C9;}

.detail-result-wrap .canvas-list ul li:first-child span {color:#0B668E;} 
.detail-result-wrap .canvas-list ul li:nth-child(2) span {color:#FFD72B;}
.detail-result-wrap .canvas-list ul li:nth-child(3) {background-color:#0094C9;}

.detail-result-wrap .canvas-list ul li:nth-child(4) span {color:#0094C9;}


.affordability-calc-details-section .result-content .result-content-wrap > p {font-size: 24px; line-height: 32px;color:#556065;text-align: center;}
.affordability-calc-details-section .result-content .result-content-wrap > p strong {display:block; font-size:36px; line-height:46px;}
.affordability-calc-details-section .result-content .result-content-wrap span.dp-content {display: block; text-align: center; color: #07658E; font-weight: 600; margin-bottom: 25px;}
.affordability-calc-details-section .result-content .result-content-wrap span.dp-content strong {color: #07658E;}
.affordability-calc-details-section .result-content .result-content-wrap .left-part .total-cost-row ul {width: 100%;text-align: center;float: left;font-size: 24px; line-height: 32px; margin-bottom: 25px; font-weight: 600; color:#0094C9; }
.affordability-calc-details-section .result-content .result-content-wrap .left-part .total-cost-row ul li {width: auto;float: none;display: inline-block; vertical-align: middle;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part ul {display: flex; align-items: center; justify-content: space-between;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part ul li h5 {font-size: 24px; font-weight: 600; color:#0094C9;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .content-row ul {margin-bottom:10px;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .down-payment ul li h5 {font-size:18px; line-height:26px; color:#0094C9;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .pi-amount {background-color:#0094C9;padding: 10px 10px 0;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .pi-amount ul li h5 {font-size:18px; line-height:26px; color:#fff;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .note-wrap {font-size: 16px; font-weight: 400;color: #6B7B84;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .total-summary ul li {font-size:18px; line-height:26px;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .total-summary ul {margin:5px 0;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .total-summary {border-bottom: 3px solid #7C8D97;float: left; width: 100%; margin-bottom: 15px;padding-bottom: 5px;}
.affordability-calc-details-section .result-content .result-content-wrap .right-part .total-cost-row ul li {font-size:24px; line-height:32px;}

.refin-calc-section .top-result-row ul li h5 {color:#0094C9;}
.refin-calc-section .btm-result-row .result-box {background-color:#0094C9;}

.detail-result-section .highcharts-data-table {margin-top:60px;}
.detail-result-section .highcharts-data-table .highcharts-table-caption {background:transparent; color:#0094C9; font-size:34px; line-height:42px; font-weight:600;text-transform: none; margin-bottom: 15px;}

.general-template ul{padding: 0 0 0 40px;}
.general-template ul li{list-style:disc;}


.loan-officer-inner .profile-info-section.loan_officer_single .info-section .section-content .right-part {padding-bottom: 20px; min-height:555px; }

.branch-profile .branch-profile-loc-section .profile-info-section {padding-bottom:0;}

@media(min-width:1921px){

    
}

@media(min-width: 768px){ 
    .home-tab-section .tabs-wrap .tabs-title{display: none;}
    .firsthome-tab-section .tabs .tabs-title{display: none;}
    .repeat-home-tab-section .tabs .tabs-title{display: none;}
}

@media(min-width:1200px){
    .detail-section-field-wrap .input-fields-wrap.left-col { width: calc(100% - 578px); padding-right: 55px; }
    .detail-section-field-wrap .input-fields-wrap.right-col { width: 578px; }
    .detail-section-field-wrap .input-fields-wrap.right-col .input-row { width: calc(289px - 30px); float: left; margin: 0px 15px 10px; }
    .detail-section-field-wrap .input-fields-wrap.right-col .input-row label { font-size:18px; }
}

@media(min-width:1900px) {
    .profile-info-section .info-section .section-content .left-part {padding-left: 20px; }
}

@media(min-width:2000px){
    
    .banner-slider-section {margin-top: -114px;margin-bottom: -120px;}
    .banner-slider-section .right-img-wrap img { margin-top: -120px;}
    .header-section .header-left-wrap .menu-item-wrap { width: 27%; min-width: 360px;}
    
    .intro-section .right-banner {bottom: -620px; height: 920px;} 
    .shapped-banner-section { margin-top: 150px;height: 1050px;}
    .shapped-banner-section > div {margin-top: -470px;height: 1018px;padding: 620px 0 100px;}
    .intro-section .right-banner:after {height: 500px;bottom: 687px;transform: skewY(-20deg);}
    .banner-section .top-banner {padding: 200px 0; height: 980px;} 
    .repeat-home-tab-section {margin-top: -457px;}
    .intro-section {padding-top:90px;} 
    
    .container-fluid.banner-section .banner-stats-wrap {top: 430px;} 
    .banner-section .banner-stats-wrap:after {border-top: 410px solid transparent;border-bottom: 410px solid transparent; top: -276px;}
    .banner-section .btm-banner-wrap {margin-top: -420px; height: 1040px;margin-bottom: -360px;transform: skewY(16deg);}
    
    .banner-section .btm-banner-wrap > div { transform: skewY(-16deg);}
    .banner-section .btm-banner-wrap .single-block img {height:730px;}
    .banner-section .btm-banner-wrap .single-block:nth-child(2) img {height: 855px;}
    
    .cottage-to-castle-section {min-height: 1060px;margin-top:140px;}
    .homeownership-section {margin-top: -460px; margin-bottom: -270px;}
    .homeownership-section > div {margin-top: -450px;height: 970px;}
    .other-links-section {height: 850px;padding: 340px 0;}
    .homeownership-section .other-links-section:after { height: 429px;bottom: -175px; transform: skewY(12.9deg);}
    
    .connect-with-me-section:after {border-left: 50vw solid #0094c8; border-top: 342px solid transparent; border-bottom: 342px solid transparent; top:-339px;}    
    .right-shaped-banner { min-height: 805px;}
    .profile-info-section { margin-top: -340px;}
    .review-title-section { margin-top: -100px;}
    
    .loan-officer-inner .connect-with-me-section:after {border-left: 50vw solid #0094c8; border-top: 378px solid transparent; border-bottom: 378px solid transparent; top: -374px;}
    .loan-officer-inner .right-shaped-banner { min-height: 845px;}
    .loan-officer-inner .profile-info-section {    transform: skewY(15.5deg);}
    .loan-officer-inner .profile-info-section > div { transform: skewY(-15.5deg);}
    
    .branch-profile-loc-section .connect-with-me-section:after {border-top: 372px solid transparent; border-bottom: 372px solid transparent; top: -373px;}
    .branch-profile-loc-section .connect-with-me-section .form-wrap { right: 260px; width: 420px;} 
    .branch-profile-loc-section .right-shaped-banner {min-height: 865px;}
    .branch-profile-loc-section .profile-info-section {margin-top: -380px;}
    
    .branch-profile-loc-section.branch-directory-banner .right-shaped-banner {min-height: 825px;}
    .branch-directory-banner.branch-profile-loc-section .profile-info-section {margin-top: -350px;}
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section:after { top: -323px; border-top: 332px solid transparent; border-bottom: 332px solid transparent;} 
    
    
    .exp-section {    margin-top: -370px}
    .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image {    min-height: 795px;}
     
    .is_safari .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 { margin-top: 0;}
    
    .cottage-castle-section .homeownership-section {transform: skewY(-14.1deg);}
    .cottage-castle-section .homeownership-section > div {transform: skewY(14.1deg);}
    
    .shaped-hero-banner.about-banner .Banner_Section-row-0-background-image {min-height: 820px;}
    .mission-story-section {transform: skewY(-13deg);margin-top: -357px;padding: 290px 0 70px;}
    .mission-story-section > div {transform: skewY(13deg);}
    .mission-story-section:before {border-bottom: 630px solid transparent;}
    
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child {margin-top: -350px;}
    
    .is_safari .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child {margin-top: -280px;}
    .is_safari .mission-story-section {padding: 310px 0 70px;}
   

}



   

@media(max-width:1999px){

    .profile-info-section .info-section .section-content .left-part {padding-left: 20px; }
    .profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap a {min-width:220px;}
    
}

@media(max-width:1799px){    
    
    .other-links-section {height:631px;}
        
    .intro-section .right-banner:after { transform: skewY(-20.9deg);}
    
    .shaped-hero-banner .Banner_Section-row-0-background-image { min-height: 735px; padding-top: 200px !important;} 
    
    .branch-profile-loc-section .connect-with-me-section .form-wrap { right: 190px; top:-110px;}
    .connect-with-me-section {padding-left:150px; padding-right: 180px;}
    .connect-with-me-section:before {height: 470px;background-size:150px;top:-190px; }     
    
    
    .affordability-banner.branch-profile-loc-section .profile-info-section {transform: skewY(-16deg);}
    .affordability-banner.branch-profile-loc-section .profile-info-section > div {transform: skewY(16deg);}
    .affordability-banner.branch-profile-loc-section .right-shaped-banner {min-height: 805px;padding: 190px 0;}
    .affordability-banner.branch-profile-loc-section .connect-with-me-section:before {top: -240px;}
    
/*     .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:before { border-bottom: 228px solid #07658e;top: -220px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:after {border-top: 228px solid #07658e;bottom: -86px;} */
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child {    padding-right: 12%;}
    
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::before { top: -230px;    border-bottom: 244px solid #07658e;}
/*     .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::after { transform: skewY(14.6deg);} */
    
    .blog-btm-cta-section .btm-cta-section .container { width: 1400px;}
    
    .body-container--blog-index .content-wrapper .blog-index {padding-bottom:0;}
    
    .profile-info-section.loan_officer_single .connect-with-me-section .form-wrap {left: 180px;}
    
    .awardwinning-workplace .span7.dnd-column:before, .awardwinning-workplace .span7.dnd-column:after {right: -36px;}
    
/*     .branch-profile-loc-section .connect-with-me-section:after {border-top: 262px solid transparent;top: -262px; border-bottom: 262px solid transparent;} */
    
    .mission-story-section:before {    border-bottom: 460px solid transparent;}
    

}
@media(max-width:1619px){
        
    
    .banner-section .banner-stats-wrap {top:337px;} 
    .banner-section .banner-stats-wrap .single-item { max-width: 75%;}
    .banner-section .btm-banner-wrap {transform: skewY(22.7deg);height:980px; margin-top: -350px; margin-bottom: -342px;}
    .banner-section .btm-banner-wrap > div { transform: skewY(-22.7deg);}
    .banner-section .banner-stats-wrap:after { top: -190px;}
    .banner-section .banner-stats-wrap:before {top: -165px;}
    
    
    .home-testimonial-section .container {max-width: 1200px;}
    .home-testimonial-section:before {left: calc((100% - 1200px ) / 2);}
    .ccm-testimonial-section .container {max-width: 1200px;}
    .ccm-testimonial-section:before {left: calc((100% - 1200px ) / 2);}
    .homeownership-section .other-links-section:after {bottom:-130px;height: 305px;}    
    
    .cottage-to-castle-section .section-title { max-width: 660px;}
    
    .intro-section .right-banner:after {bottom: 488px;}
    
    .banner-slider-section .slider-wrap .slick-dots {margin-top:-50px;}
    .info-slider-section .span12 .span12 > .row-fluid-wrapper:last-child { padding-left: 340px;}
    .refinance-home-path-section .left-content { padding-right: 80px;}
    .refinance-home-path-section .right-content { padding-right: 80px;}
    
    .container-fluid.banner-section .banner-stats-wrap {top:340px;} 
    
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span7 {padding: 72px 80px 65px 0;}
    
    .team-member-section:after { top: -200px;}
    
    
    .connect-with-me-section { padding-left: 100px;padding-right: 150px;}
    
    .branch-profile-loc-section .connect-with-me-section:after {border-top: 259px solid transparent; border-bottom: 259px solid transparent; top: -259px;}
    .branch-profile-loc-section .connect-with-me-section {padding-left: 140px;}
    .branch-profile-loc-section .connect-with-me-section:before {height: 430px;background-size: contain;top: -210px;}
    
    
    .connect-with-me-section:before { height: 490px; top: -190px;background-size: 150px;}
    .connect-with-me-section:after {border-top: 252px solid transparent; border-bottom: 252px solid transparent;top: -253px;}
    .branch-profile-loc-section .connect-with-me-section .form-wrap { right: 70px; }
    
/*     .branch-directory-banner.branch-profile-loc-section .connect-with-me-section:after { top: -223px;border-top: 229px solid transparent; border-bottom: 229px solid transparent;} */
    
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section .title { margin-top: -45px;} 
    .branch-profile-loc-section .connect-with-me-section .form-wrap {top:-140px;}
    
    .profile-info-section .info-section .section-content .left-part {padding-left:30px;}
    
    
    .refin-appraisal-strip .Refin_Without_Appraisal-row-0-vertical-alignment { padding-right: 14%;}
    
    .btm-cta-section.career-btm-section.job-position-cta .Bottom_CTA_Section-row-0-padding {padding-left: 100px !important;}
    .btm-cta-section.career-btm-section.job-position-cta h2 span { font-size: 116px;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2) { max-width: 620px;}      
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) { max-width: 620px;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) { max-width: 620px;}
    
    .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image {min-height: 665px; background-position: bottom -120px center !important;    padding-top: 226px !important;}
    .awardwinning-workplace .span7.dnd-column {padding-left: 10%;width: 47%; position: relative; z-index: 1;}
    .awardwinning-workplace .span7.dnd-column:before, .awardwinning-workplace .span7.dnd-column:after { right: -42px;    z-index: -1;}
    .awardwinning-workplace .span5.dnd-column {width:50%;}
    
    .btm-cta-section.career-btm-section .Bottom_CTA_Section-row-0-padding {  padding-bottom: 150px !important; padding-left: 110px !important;}
    .career-btm-section.btm-cta-section h2 span { font-size: 106px;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2) { max-width: 460px;}    
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3), .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) { max-width: 600px;}  
    
/*     .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:before { border-bottom: 198px solid #07658e; top: -190px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:after { border-top: 198px solid #07658e;  bottom: -56px;} */
/*     .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child>.row-fluid:first-child:before { width: 102px; height: 290px; top: -140px;} */
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child { padding-right: 9%;}
    
    .body-container--blog-index .content-wrapper .blog-index { max-width: 1200px;}    
    
    .blog-header .blog-header__inner {max-width:1170px;}
    .blog-header .blog-header__inner h1 {font-size: 5vw; line-height: 6vw;}
    .body-container--blog-post .blog-post-container { max-width: 1170px;}
    .body-container--blog-post .blog-comments { max-width: 1170px;}
    
    .body-container--blog-index .blog-header .blog-header__inner { /*padding: 204px 0;*/}  
    
    .profile-info-section.loan_officer_single .connect-with-me-section .form-wrap {width:220px;}
/*     .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::after {bottom: -61px;} */
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child .span12.dnd-column {margin-top: -87px}
    
/*     .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::before {height: 430px; top: -99px;}
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::after { bottom: -462px;} */
    
    .covid-info-page .career-banner .Banner_Section-row-0-padding {padding-top: 165px !important;}
    .covid-info-page .exp-section.general-content-section:after {top: 40px;}
    
    .affordability-banner.branch-profile-loc-section .connect-with-me-section:before { top: -190px;} 
    .affordability-banner.branch-profile-loc-section .connect-with-me-section::after { border-top: 229px solid transparent; border-bottom: 229px solid transparent; top: -229px;}
    
    .mission-story-section:before { border-bottom: 400px solid transparent;}
}
@media(max-width:1429px){
      
    .banner-section .top-banner { height: 650px;padding: 150px 0;background-position: bottom 20px center !important; background-size: 120% !important}
    .banner-section .btm-banner-wrap .single-block a > div { max-height: 430px;}
    .banner-section .btm-banner-wrap { margin-top: -310px;transform: skewY(17.5deg); margin-bottom: -410px;height: 930px;}
    .banner-section .btm-banner-wrap > div { transform: skewY(-17.5deg); margin-top: -20px;}
    .banner-section .banner-stats-wrap { top: 250px; padding-left: 20px;} 
    .banner-section .banner-stats-wrap .single-item { max-width: 100%;}
    .banner-section .banner-stats-wrap:after {border-top: 230px solid transparent; border-bottom: 230px solid transparent;top: -127px; left:0;}    
    .banner-section .banner-stats-wrap:before {background-size: 125px; height: 400px; top: -72px;}
    .banner-section .btm-banner-wrap .single-block img {height: 430px;}
    .banner-section .btm-banner-wrap .single-block:nth-child(2) img { height: 556px;}    
    .banner-section .btm-banner-wrap .single-block h2 {left: 20px;font-size: 86px;line-height: 80px;}
    
    .home-tab-section h2, .ownership-content h2 { font-size: 86px;line-height: 58px;}
    .home-tab-section { padding: 56px 0; }        
    .home-tab-section .section-container { margin-top: 60px;}
    
    .home-testimonial-section .container {  max-width: 1000px;}
    .ccm-testimonial-section .container {  max-width: 1000px;}
    .cottage-to-castle-section { min-height: 810px;}
    .cottage-to-castle-section .section-title { max-width: 610px}
    .cottage-to-castle-section .section-title .bold-font { font-size: 86px; line-height: 90px;}
    
    .other-links-section { height: 605px; padding: 240px 0;}
    
    .homeownership-section .section-content h2 { font-size: 86px; line-height: 92px;}
    
    .firsthome-hero-section .banner-caption h3 span { margin-left: 70px}
    
    .path-steps-section .content-left-wrap {padding-right:30px;}
    
    .btm-cta-section:after { width: 80%;}
    
    .intro-section .right-banner:after { bottom: 465px;}
    
    
    .banner-slider-section .slider-wrap {padding-right:70px;}
    .refinance-home-path-section .left-content { padding-right: 60px;}
    .refinance-home-path-section .right-content { padding-right: 60px;}
    
    .container-width >.row-fluid-wrapper>.row-fluid { width: 1170px; }  
    .container-fluid.banner-section .banner-stats-wrap { top: 210px;}
    
    .container-fluid.banner-section .btm-banner-wrap { transform: skewY(20.8deg);margin-top: -290px;}
    .container-fluid.banner-section .btm-banner-wrap > div { transform: skewY(-20.8deg);}
    .container-fluid.banner-section .banner-stats-wrap .single-item .stat-number {width: 125px;}
    .container-fluid.banner-section .banner-stats-wrap:after {top: -114px;}
    
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child { padding-left: 390px;}
    
    .btm-cta-section h2 span {font-size:86px; line-height:92px;}
    .btm-cta-section .dnd-section>.row-fluid > .span12 { max-width: 550px;}
    .content-slider-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid .span6:first-child { padding-right: 50px;} 
    
    .refinance-home-path-section .span6.dnd-column { padding-right: 60px;}
    .refinance-home-path-section .span6.dnd-column:last-child { padding-right: 60px;}
    
    .shaped-hero-banner .Banner_Section-row-0-background-image>.row-fluid { max-width: 1020px;}
    .shaped-hero-banner .Banner_Section-row-0-background-image { min-height: 645px; padding-top: 186px !important;}
    .shaped-hero-banner h1 { font-size: 80px; line-height: 70px;}
    
    .branch-profile-loc-section .right-shaped-banner .banner-caption { max-width: 360px; }
    .branch-profile-loc-section .connect-with-me-section .form-wrap { right: 30px; width: 200px}
    .branch-profile-review-title .review-title-section:before { background-size: 30%; background-position: right bottom 0px;}
    .branch-profile-loc-section .right-shaped-banner { min-height: 675px;padding: 150px 0;}
    
    .connect-with-me-section {padding-right: 110px;padding-left: 60px;}
    .connect-with-me-section .form-wrap { width: 100%; max-width: 40%;}
    .right-shaped-banner { padding: 150px 0; min-height: 645px;}
    .right-shaped-banner .banner-caption h2 { font-size: 80px; line-height: 80px;}
    .profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap a { min-width: 200px;}    
    .profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap div a{ min-width: 210px;padding: 11px 20px}
    
    
    .state-directory-section:before {left: calc((100% - 1100px ) / 2);}
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section:before { width: 120px;height: 410px; top: -160px;}
    .banner-with-content-section .Banner_with_One_Line_Content-row-0-padding { padding-right: 140px !important;}
    .testimonial-with-white-bg .home-testimonial-section { background-size: auto; background-position: right top 105px;}
    
    .branch-profile-loc-section .connect-with-me-section:before { height: 330px; background-size: contain; top: -150px;}
    .info-slider-section .Info_Slider-row-0-background-image { background-size: 39% !important;}   
    
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section::after {border-bottom: 179px solid transparent;}
    
    .profile-info-section .info-section .section-content .left-part {padding-left:0px;}
    .profile-info-section .info-section .section-content .right-part {padding-right:0px;min-height: 705px;} 
    .profile-info-section .info-section .section-content .left-part .officer-desc h6 { font-size: 16px; line-height: 24px;}
    
    .last-visited-officer .officer-inner .left-part { width: 30%;}
    .last-visited-officer .officer-inner .right-part {width:70%;}
    .last-visited-officer:before {left: calc((100% - 1060px ) / 2);}
    
    .affordability-banner.branch-profile-loc-section .right-shaped-banner { min-height: 775px; padding: 150px 0;}
    .affordability-banner.branch-profile-loc-section .connect-with-me-section:before { top: -170px;}
    
    .team-member-section.job-position-section .span12.dnd-column .row-fluid-wrapper:last-child { padding-bottom: 80px;}
    .btm-cta-section.career-btm-section.job-position-cta .Bottom_CTA_Section-row-0-padding { padding-left: 30px !important;}
    .btm-cta-section.career-btm-section.job-position-cta h2 span { font-size: 96px;}
    
    
    .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image { min-height: 625px; background-position: bottom 0 center !important;padding-top: 186px !important;}
    .awardwinning-workplace .span7.dnd-column:before, .awardwinning-workplace .span7.dnd-column:after {width:100px;}
    .awardwinning-workplace .span7.dnd-column { padding-left: 7%; width: 50%; }  
    .awardwinning-workplace .span5.dnd-column .award-logo {margin:0 20px;}
    .awardwinning-workplace .span5.dnd-column .award-logo img {width:100px;}
    .awardwinning-workplace .span5.dnd-column { width: 46%;padding:83px 0;} 
    
    .btm-cta-section.career-btm-section .Bottom_CTA_Section-row-0-padding { padding-left:50px !important;}
    .career-btm-section.btm-cta-section h2 span {font-size: 86px}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3), .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) { max-width: 480px;}
    
    .shaped-hero-banner.about-banner .Banner_Section-row-0-background-image { min-height: 600px;}
/*     .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:before { border-bottom: 168px solid #07658e; top: -160px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:after { border-top: 158px solid #07658e; bottom: -22px;} */
/*     .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child .span12.dnd-column { max-width: 260px;} */
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child { padding-right: 4%;}
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child .span12.dnd-column {position:relative;}
    
    .mission-story-section .span12>.dnd-section:nth-child(2)>.row-fluid { max-width: 1120px;}
    .what-matters-us-section .span12>.dnd-section>.row-fluid { max-width: 1120px; }    
    .what-matters-us-section .span12>.dnd-section:first-child:before,.what-matters-us-section .span12>.dnd-section:first-child:after {left: calc((100% - 1120px) / 2);}
    .about-testimonial .home-testimonial-section:before, .about-testimonial .home-testimonial-section::after {right: calc((100% - 1120px) / 2);}
    
    .body-container--blog-index .content-wrapper .blog-index { max-width: 1170px;}    
    .body-container--blog-index .sidebar-wrap {padding-right:15px;}
    
     .blog-btm-cta-section .btm-cta-section .container { width: 1170px;} 
    
    .team-member-section .loc-box-wrap.team-member-wrap .single-team-member img { height: 160px; }
    
    .officer-listing-module .officer-listing-row .single-officer .img-wrap img {height: 245px;}
    .officer-filter-row .form-wrap .form-field {width: calc(270px - 20px);}
    
    .details-section .detail-result-section .result-content .container {    width: 1170px;}
    
    .footer-section .btm-footer .container {flex-direction: column;}
    .footer-section .btm-footer .copyright,.footer-section .btm-footer .legal-links {text-align: center;}
     
    .profile-info-section.loan_officer_single .connect-with-me-section .form-wrap {left: 90px;}
    .connect-with-me-section:before {height: 300px; top: -130px; background-size: contain;}
    
    .path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7:before, .path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7:after {right: -51px;}
    
    .home-testimonial-section .testimonial-slider .content-wrap {padding-left: 25px;}
    .ccm-testimonial-section .testimonial-slider .content-wrap {padding-left: 25px;}
    
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::before { height: 369px; top: -82px;} 
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::after { bottom: -317px; height: 370px;}
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child > .row-fluid:first-child:before {width: 102px; height: 290px;top: -142px;}
    
    .covid-info-page .general-content-section .content-wrap { max-width: 740px;}
    .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image { padding-top: 136px !important;}
    
/*     .affordability-banner.branch-profile-loc-section .connect-with-me-section::after { border-top: 189px solid transparent; border-bottom: 189px solid transparent; top: -189px;} */
    
    .mission-story-section:before { border-bottom: 360px solid transparent;}
    
    .video-form .video{padding:10px 65px 40px 25px;}
    .zig-content{overflow:hidden;}
    .resoures .list-wrapper{margin: 0;}
}
    
@media(max-width:1199px){
    
    h1 {font-size:65px;}
    h2 {font-size:50px;}
    h3 {font-size:40px;}
    h4 {font-size:32px;}
    h5 {font-size:28px;}
    h6 {font-size:20px;}    
    
    .body-container--blog-post .blog-post h1 {font-size: 44px; line-height: 52px;}
    .body-container--blog-post .blog-post h2 {font-size: 36px; line-height: 44px;}
    .body-container--blog-post .blog-post h3 {font-size: 30px; line-height: 40px;}
    .body-container--blog-post .blog-post h4 {font-size: 26px; line-height: 34px;}
    .body-container--blog-post .blog-post h5 {font-size: 22px; line-height: 30px;}

    .banner-section .top-banner { height: 500px;padding: 110px 0;background-position: bottom 0px center !important;}
    .banner-section .btm-banner-wrap { margin-top: -180px;}
    .banner-section .banner-stats-wrap { top: 210px;}
    .banner-section .banner-stats-wrap:after { border-top: 190px solid transparent; border-bottom: 190px solid transparent;top: -85px;}
    .banner-section .btm-banner-wrap { margin-top: -199px; transform: skewY(20.5deg); margin-bottom: -470px;}
    .banner-section .btm-banner-wrap > div { transform: skewY(-20.5deg); }  
    .banner-section .banner-stats-wrap .single-item .stat-number h2 {font-size: 50px;}
    .banner-section .banner-stats-wrap .single-item .stat-number { width: 105px;}
    .banner-section .banner-stats-wrap .single-item .state-desc h6 {font-size:20px;}
    .banner-section .btm-banner-wrap .single-block h2 { font-size: 76px; line-height: 70px;}
    .banner-section .banner-stats-wrap:before {background-size: 102px; height: 310px; top: -53px;}
    
    .banner-section .top-banner .banner-caption h3 {font-size: 60px; line-height: 70px;}
    .banner-section .top-banner .banner-caption h1 {font-size: 78px; line-height: 78px}
    
    
    .home-tab-section h2, .ownership-content h2 { font-size: 76px; line-height: 48px;}
    
    .home-testimonial-section .container { max-width: 900px;}
    .home-testimonial-section:before { left: calc((100% - 900px ) / 2);border-top: 65px solid #fff; border-left: 135px solid transparent; border-right: 125px solid transparent;} 
    .home-testimonial-section .testimonial-slider .slick-dots {padding:0 40px;}
    .home-testimonial-section {padding-bottom:58px;padding-top: 80px;}
  
    .ccm-testimonial-section .container { max-width: 900px;}
    .ccm-testimonial-section:before { left: calc((100% - 900px ) / 2);border-top: 65px solid #fff; border-left: 135px solid transparent; border-right: 125px solid transparent;} 
    .ccm-testimonial-section .testimonial-slider .slick-dots {padding:0 40px;}
    .ccm-testimonial-section {padding-bottom:58px;padding-top: 80px;}
    
    .cottage-to-castle-section .section-title .bold-font { font-size: 76px; line-height: 80px;}
    .cottage-to-castle-section .section-title { max-width: 550px;}
    .cottage-to-castle-section { min-height: 720px;}
    
    .other-links-section .single-link a {font-size: 16px; padding: 11.5px 20px; min-width: 200px;}
    .homeownership-section .other-links-section:after { bottom: -89px; height: 275px;}
    
    .homeownership-section .section-content { max-width: 850px;}
    .homeownership-section .container .btn-wrap a { min-width: 270px;}
    .homeownership-section .section-content h2 { font-size: 76px; line-height: 82px;}
    .homeownership-section { margin-bottom: -160px;}
    .other-links-section .single-link a:hover { min-width: 215px;} 
    
    .firsthome-tab-section {background-size: 56%; background-position: left -100px bottom;}
    .firsthome-tab-section .content-wrap .btn-wrap > div a {min-width:200px;}
    .path-steps-section .content-left-wrap { padding-right: 0;} 
    .btm-cta-section .content-wrap h2 span {font-size: 86px; line-height: 90px; }    
    
    .shapped-banner-section {height: 760px;}
    .shapped-banner-section > div {height: 750px}
    .shapped-banner-section .content-wrap { max-width: 500px;}
    .shapped-banner-section h2 span {font-size: 86px; line-height: 80px; margin-left: -50px;}
    .intro-section .right-banner:after { bottom: 274px;} 
    .intro-section .right-banner {bottom: -330px; height: 390px;}   
    
    .banner-slider-section {margin-top: -155px;}
    .banner-slider-section .slider-wrap { padding-right: 30px;}
    .refinance-home-path-section .right-content { padding-right: 0;} 
    .refinance-home-path-section .left-content { padding-right: 40px;}
    .firsthome-hero-section h3 span {margin-left: 0;}
    
    .container-width>.row-fluid-wrapper > .row-fluid { width: 970px;}
    .container-fluid.banner-section .banner-stats-wrap { top: 270px;}
    
    
    .ownership-content a.cta_button  {padding: 11px 20px;min-width: 250px;}
    
    .container-fluid.banner-section .btm-banner-wrap {    margin-top: -200px;}
    .container-fluid.banner-section .banner-stats-wrap:after { top: -87px;}
    .container-fluid.banner-section .banner-stats-wrap .single-item .stat-number { width: 105px;}
    .banner-section .banner-stats-wrap .single-item .state-desc h4 {font-size:30px;line-height:30px;}
    .home-tab-section h3 { padding-left: 150px;} 
    
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child {text-align:center; padding-left: 250px;}
    .info-slider-section a.cta_button{padding: 11px 20px;min-width: 210px;}
    .firsthome-hero-section {min-height: 470px;}
    .firsthome-hero-section .Simple_Banner_Section-row-0-padding { padding-top: 146px !important;  padding-bottom: 90px !important; padding-left: 15px; padding-right: 15px;    min-height: 430px;}
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span7:after { right: -58px;}
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span7:before {right: -58px;}
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span5 .dnd-module ul li {font-size: 20px; line-height: 27px;}    
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span7 {    padding: 52px 30px 35px 0;}
    .btm-cta-section .Bottom_CTA_Section-row-0-padding { padding-right: 30px !important;padding-bottom: 88px !important;}
    
    .btm-cta-section h2 span { font-size: 76px; line-height: 82px;}    
    
    .firsthome-hero-section.custom-height { min-height: 610px;}
    .firsthome-hero-section.custom-height .Simple_Banner_Section-row-0-padding { padding-top: 116px !important; padding-bottom: 120px !important;}
    .refinance-home-path-section .span6.dnd-column:last-child { padding-right: 0;}
    .refinance-home-path-section .span6.dnd-column { padding-right: 20px;}
    .refinance-home-path-section {padding-bottom:60px;}
    
    .shaped-hero-banner .Banner_Section-row-0-background-image>.row-fluid { max-width: 880px;}
    .shaped-hero-banner h1 { font-size: 70px;  line-height: 60px;}
    .team-member-section .span12.dnd-column .row-fluid-wrapper:first-child .span12.dnd-module { max-width: 745px;}   
    
    .team-member-section:after { top: -130px;}
    
    .branch-profile-loc-section .right-shaped-banner .banner-caption h2 {font-size: 80px;  line-height: 80px;}
    .branch-profile-loc-section .right-shaped-banner { min-height: 525px;padding: 150px 0;}
    .branch-profile-loc-section .connect-with-me-section:after { border-top: 159px solid transparent;border-bottom: 159px solid transparent; top: -159px;}
    
    .profile-info-section .info-section {  float: left; padding-top: 50px;}
    .branch-profile-review-title .review-title-section { margin-top: 0;} 
    
    #ss-widget-container #ss-widget-options { width: 100% !important; max-width: 750px;}
    #ss-widget-container #ss-widget-reviews { width: 100% !important; max-width: 750px;} 
    .branch-profile-review-title .review-title-section .content-wrap h2 span, .review-title-section .content-wrap h2 span { font-size: 90px; line-height: 90px;}
    
    .branch-profile-loc-section .connect-with-me-section, .connect-with-me-section {width:100%; padding: 50px 0; background: #0094c8;display: flex; align-items: center;justify-content: center;flex-direction: column-reverse;}
    /* .branch-profile-loc-section .connect-with-me-section:after {border-right: 100vw solid #0094c8; display:none;} */
    .branch-profile-loc-section .connect-with-me-section .title, .connect-with-me-section .title {margin-top:0;}
    .branch-profile-loc-section .profile-info-section {margin-top: -190px;transform: skewY(-15deg);}
    .branch-profile-loc-section .profile-info-section > div { transform: skewY(15deg);}
    .review-title-section .content-wrap h2 {font-size: 62px; line-height: 70px;}
    .profile-info-section .info-section .section-content .right-part {min-height:640px;}
    .profile-info-section .info-section .section-content .right-part h6 { font-size: 20px !important; line-height: 26px !important;}
    .profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap a { min-width: 180px;}
    
    .right-shaped-banner .banner-caption h2 { font-size: 70px; line-height: 70px;}
    .right-shaped-banner .banner-caption {max-width: 420px; }
    
    .connect-with-me-section .form-wrap {position: relative; top: inherit; right: inherit !important; max-width: 50%; width: 100% !important; max-height: none;}
    .connect-with-me-section .title {max-width:100%;}
    
    .profile-info-section .info-section .section-title {  margin-bottom: 45px;}    
    
    .branch-profile-loc-section.branch-directory-banner .right-shaped-banner .banner-caption h1 span { font-size: 90px; line-height: 100px;}
    .branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section {width:100%;min-height: 420px;}
    .branch-profile-loc-section .connect-with-me-section .form-wrap {top:0}
    .connect-with-me-section .form-wrap .submitted-message {text-align:center;}
    
    .banner-with-content-section .Banner_with_One_Line_Content-row-0-padding {padding-right: 70px !important;}
    .banner-with-content-section .dnd-section>.row-fluid .span12.dnd-column { max-width: 360px; }   
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section, .connect-with-me-section {padding: 120px 0px 50px;} 
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section::before { width: 100px; height: 300px; top: 0px; display:none;}
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section::after { top: -155px;border-top: 309px solid transparent;border-right: 100vw solid rgb(0, 148, 200);border-bottom: 0px; }
    .branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section .section-title {margin-bottom:30px;}
    .state-directory-section:before { left: calc((100% - 900px ) / 2);}
    .state-directory-section {padding: 112px 0 70px;}
    
    .testimonial-with-white-bg .home-testimonial-section { padding: 85px 0px 105px;background-size: 60%;}    
    .connect-with-me-section:before, .branch-profile-loc-section .connect-with-me-section:before { top: -130px;} 
    .connect-with-me-section:before {left:0; top:0;}
    .branch-profile-loc-section .connect-with-me-section::after { border-top: 336px solid transparent; border-bottom: 0; top: -190px; border-right: 100vw solid rgb(0, 148, 200);}    
    .profile-info-section.loan_officer_single .connect-with-me-section:before {top: -50px;}
    
    .state-directory-section {margin-top: -150px;}
    .last-visited-officer .officer-inner .left-part { width: 34%;}
    .last-visited-officer .officer-inner .right-part { width: 66%;}
    .last-visited-officer::before { left: calc((100% - 960px) / 2);}
    
    .affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h1 {margin-left: 0;}
    .affordability-banner.branch-profile-loc-section .right-shaped-banner { min-height: 695px; padding: 150px 0;}
    .affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 140px; line-height: 140px}
    .affordability-banner.branch-profile-loc-section .info-section { margin-top: 0; padding: 50px 0;}
    .affordability-banner.branch-profile-loc-section .profile-info-section { padding-bottom: 60px;}
    .detail-result-section .result-content-wrap .left-part h5 { font-size: 26px; line-height: 32px;}
    .detail-result-section .result-content-wrap .left-part .content-row ul li { font-size: 16px; line-height: 25px;}
    .detail-result-section .result-content-wrap .result-row ul li {font-size:20px;}
    .detail-result-section .result-content-wrap .right-part .total-cost-row ul li { font-size: 24px; line-height: 30px;}
    .detail-result-section .result-content-wrap .right-part .note-wrap { font-size: 16px; line-height: 28px;}
    .detail-result-section .result-content-wrap .right-part .total-summary ul li { font-size: 24px;line-height:34px;}
    .detail-result-section .result-content-wrap .right-part .total-summary ul {margin: 5px 0; }
    
    .team-member-section.job-position-section .job-position-wrap .filter-row ul li a { padding: 5px 8px;}
    .team-member-section.job-position-section .span12.dnd-column .row-fluid-wrapper:last-child { padding-bottom: 70px;}
    
    .team-member-section.job-position-section .job-position-wrap .filter-row ul {width:100%;}
    .team-member-section.job-position-section .job-position-wrap .filter-row .srch-wrap {float:right;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2) { max-width: 350px; margin-bottom: 18px;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) { max-width: 100%;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) { max-width: 100%;}
    
    .job-position-section.team-member-section:after {    height: 1000px;}
    
    
    .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image { min-height: 545px; padding-top: 116px !important;} 
    .awardwinning-workplace .span7.dnd-column { padding: 40px 30px 30px; padding-right: 0;}
    .awardwinning-workplace .span5.dnd-column { padding: 75px 20px;}
    .awardwinning-workplace .span7.dnd-column:before, .awardwinning-workplace .span7.dnd-column:after {right: -32px;}
    .awardwinning-workplace .span5.dnd-column .award-logo img { width: 80px;}
    
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:first-child { max-width: 480px;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3), .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) { max-width: 410px;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) img {    padding: 0 30px;}
    
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:after {display:none;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child {width:100%;padding: 0;margin-top: -250px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:before { border-bottom: 275px solid #07658e; top: -130px; border-left-width: 100vw;display:none;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child > .row-fluid  {background: #07658e; margin-top: 0px;transform: skewY(-15.5deg);}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child .span12.dnd-column { position: relative; width: 100%; max-width: 100%; margin-top: 0; padding: 50px 15px 250px 190px; transform: skewY(15deg);}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child>.row-fluid:first-child:before {top:42px; transform: skewY(15.5deg);}
    .mission-story-section .span12 > .dnd-section:nth-child(2) .span12.dnd-column > .dnd-row:first-child { margin-top: -110px; }
    .mission-story-section .span12>.dnd-section:nth-child(2) .span12.dnd-column { padding: 0 15px 50px;}
    .what-matters-us-section .span12>.dnd-section>.row-fluid { max-width: 970px;} 
    .what-matters-us-section .span12>.dnd-section:first-child:before, .what-matters-us-section .span12>.dnd-section:first-child:after { left: calc((100% - 970px) / 2);}
    .about-testimonial .home-testimonial-section:before, .about-testimonial .home-testimonial-section::after { right: calc((100% - 970px) / 2);}
    
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:nth-child(2) {position:relative; background-color:#fff;z-index:1;}    
    
    .body-container--blog-index .content-wrapper .blog-index { max-width: 970px;} 
    
    .blog-btm-cta-section .btm-cta-section .container { width: 970px;} 
    .body-container--blog-post .blog-post-container{ max-width: 970px;} 
    .body-container--blog-post .blog-comments {    max-width: 970px;}
    
    .body-container--blog-post .blog-post h1 {font-size:44px; line-height:52px;}
    
    .body-container--blog-post .blog-header, .body-container--blog-index .blog-header { /*min-height: 610px; */}  /* JV commented out 02/02/2021 03:30PM */
    .body-container--blog-index .blog-header .blog-header__inner  { /*padding: 134px 0;*/ margin: 0 5% 0 0; max-width: 70%;}
    .body-container--blog-post .blog-header .blog-header__inner h2, .body-container--blog-index .blog-header .blog-header__inner h1 {font-size: 60px; line-height: 70px;margin-right: 0;}
    .body-container--blog-post .blog-header .blog-header__inner h2 span, .body-container--blog-index .blog-header .blog-header__inner h1 span { font-size: 78px; line-height: 78px;}
    .body-container--blog-post .blog-post-container, .body-container--blog-index .blog-post-container {padding-top:30px;}
    
    .body-container--blog-index .content-wrapper {padding-bottom:40px;}
    
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column { max-width: 480px; }        
    .exp-section.contact-detail-section > .row-fluid-wrapper  a.yellow-btn {min-width: 240px;}

    .officer-filter-row .form-wrap .form-field { width: calc(226px - 20px);}
    .officer-filter-row .form-wrap .form-field:nth-child(4), .officer-filter-row .form-wrap .form-field:last-child { width: calc(140px - 20px);}
    .officer-listing-module .officer-listing-row .single-officer {    width: calc(25% - 30px);}
    .details-section .detail-result-section .result-content .container { width: 970px;max-height: 700px;}
    .details-section .detail-result-section .result-content .detail-result-wrap { max-width: 970px; overflow-x: auto;}
    .details-section .detail-result-section .result-content .detail-result-wrap table {width:1050px;}
    .details-section .detail-result-section .result-content .detail-result-wrap table th, .details-section .detail-result-section .result-content .detail-result-wrap table td {width:120px;}
    
    .underwriter-strip:before { right: calc((100% - 920px) / 2);}
    .loan-process-strip:before,.refin-appraisal-strip:before {left: calc((100% - 920px) / 2);}
    
    .profile-info-section.loan_officer_single .connect-with-me-section .form-wrap {left:0; top:30px;}
    .profile-info-section.loan_officer_single .connect-with-me-section {padding-top:60px;padding-bottom: 100px;}
    
    .contact-page .exp-section.general-content-section .content-wrap {max-width: 740px;}
    
    
    
    .banner-section .btm-banner-wrap .single-block a > div { max-height: 380px;}
    .banner-section .btm-banner-wrap .single-block:nth-child(2) {margin-top: -87px;} 
    
    .branch-profile .branch-profile-loc-section .profile-info-section .connect-with-me-section .form-wrap { max-height: none; top: 0; }
    .branch-profile .branch-profile-loc-section .connect-with-me-section:before {top:50px;}
    
    .loan-officer-inner .profile-info-section .connect-with-me-section .form-wrap { max-height: none; top: 0; }
    .loan-officer-inner .profile-info-section .connect-with-me-section:before {top: 110px;}
    
    .home-tab-section .tabing-title .tabs-title h4 { font-size: 26px; line-height: 36px;}
    
    .covid-info-page .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image { min-height: 575px; padding-top: 116px !important;}
    .covid-info-page .general-content-section .content-wrap { max-width: 700px;}
    .covid-info-page .general-content-section .content-wrap iframe {width: 100%;}
    
    .exe-team .team-member-section .team-member-wrap .single-team-member {width: calc(33.33% - 10px);}
    .exe-team .team-member-section .team-member-wrap .single-team-member .img-wrap img { height: 241px;}
    
    .profile-info-section .info-section .section-content .left-part .officer-desc h6 { font-size: 14px; line-height: 22px;} 
    .profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap a {padding: 11px 20px;}
    
    .error-page {padding:180px 0;} 
    
    .video-form .logos > div{max-width:545px;}
    .video-form .logos img{max-width: 110px !important;}
    
    .banner-landing.ebook-landing .banner-landing-column-3-padding{padding-right: 0 !important;}
    .author-section .widget-type-linked_image{width:200px; height:200px;}
}

@media(max-width:1025px){
    
    .homeownership-section .other-links-section::after { bottom: -84px; height: 275px;}
    
    
}
@media(max-width:991px){
    
    h1 {font-size:58px;}
    h2 {font-size:46px;}
    h3 {font-size:38px;}
    h4 {font-size:28px;}
    h5 {font-size:26px;}
    
    .body-container--blog-post .blog-post h1 {font-size: 42px; line-height: 50px;}
    .body-container--blog-post .blog-post h2 {font-size: 34px; line-height: 42px;}
    .body-container--blog-post .blog-post h3 {font-size: 28px; line-height: 36px;}
    .body-container--blog-post .blog-post h4 {font-size: 24px; line-height: 32px;}
    .body-container--blog-post .blog-post h5 {font-size: 20px; line-height: 28px;}
    
    .yellow-btn a, .blue-btn a, .navy-blue-btn a, .blackish-blue-btn a  {padding:11px 30px;}
    
    .banner-section .top-banner .banner-caption h3 { margin-right: 165px; font-size:50px; line-height:60px;}
    .banner-section .top-banner .banner-caption h1 { margin-right: 95px; font-size: 70px; line-height: 70px;}
    .banner-section .top-banner { height: 410px; padding: 150px 0 50px;} 
    .banner-section .top-banner:before {content: ''; width: 0; height: 0; border-left: calc(100vw - 17px) solid #fff; border-top: 100px solid transparent; position: Absolute; left: 0; bottom: 0; border-bottom: 0 solid transparent;  z-index: 3;}
    
    .banner-section .banner-stats-wrap {position: relative; top: inherit; width: 100%; background: #fff; padding:0 0 25px 0; z-index: 4;}  
    .banner-section .banner-stats-wrap .single-item { max-width: 50%;}
    .banner-section .banner-stats-wrap:before { background-size: 105px; height: 400px; top: -80px;}
    .banner-section .banner-stats-wrap:after {display:none;}
    
    .banner-section .btm-banner-wrap { transform: none; margin: 0;border: 0; height: auto;}
    .banner-section .btm-banner-wrap > div { transform: skewY(0);margin-top: 0;} 
    .banner-section .btm-banner-wrap .single-block {width:100%;padding-right:0 }
    .banner-section .btm-banner-wrap .single-block:first-child, .banner-section .btm-banner-wrap .single-block:nth-child(2), .banner-section .btm-banner-wrap .single-block:nth-child(3) {margin:0;}
    .banner-section .btm-banner-wrap .single-block:nth-child(2) a{background-color:#0B668E; }
    .banner-section .btm-banner-wrap .single-block:nth-child(3) a {background-color:#FFD72B;} 
    .banner-section .btm-banner-wrap .single-block a:hover, .banner-section .btm-banner-wrap .single-block a:focus {background-color:#0B668E;}
    .banner-section .btm-banner-wrap .single-block:nth-child(2) a:hover, .banner-section .btm-banner-wrap .single-block:nth-child(2) a:focus{background-color:#01303F; }
    .banner-section .btm-banner-wrap .single-block:nth-child(3) a:hover, .banner-section .btm-banner-wrap .single-block:nth-child(3) a:focus {background-color:#0094C9;} 
    .banner-section .btm-banner-wrap .single-block img {display:none;}    
    .banner-section .btm-banner-wrap .single-block a { padding:15px 0;background-color:#0094C9; display:block;}
    .banner-section .btm-banner-wrap .single-block a > div {text-align:center;display: flex; align-items: center;}
    .banner-section .btm-banner-wrap .single-block a > div:before {display:none;}   
    .banner-section .btm-banner-wrap .single-block a > div h2 { position:relative; top:inherit; left:inherit;max-width: 330px; text-align: center; margin: 0 auto;font-size: 66px; line-height: 60px;}
    .banner-section .btm-banner-wrap .single-block a > div h2 br {display:none;}
    .banner-section .btm-banner-wrap .single-block a > div h2 span {display:block; line-height: 50px;font-size:50px;margin-left: 30px;text-align: left;}
    .banner-section .btm-banner-wrap .single-block:nth-child(3) h2, .banner-section .btm-banner-wrap .single-block:nth-child(3) h2 span {color:#01303F;}
    
    .home-tab-section .tabing-title .tabs-title .icon-wrap { height: 95px; width: 70px; }
    .home-tab-section .tabing-title .tabs-title .icon-wrap img {width:100%;}
    
    .home-tab-section .section-title {  max-width: 580px; }
    .home-tab-section h2, .ownership-content h2 { font-size: 66px; line-height: 48px;}
    
    .home-testimonial-section .container { max-width: 750px;} 
    .home-testimonial-section:before { left: calc((100% - 750px ) / 2);border-top: 35px solid #fff; border-left: 85px solid transparent; border-right: 85px solid transparent;}
    .home-testimonial-section .testimonial-slider .title-wrap, .home-testimonial-section .testimonial-slider .content-wrap {width:100%;}
    .home-testimonial-section .testimonial-slider .slick-dots {max-width:100%; padding: 0 0 0 100px;}
    .home-testimonial-section .testimonial-slider{ padding-left: 100px;}
    .home-testimonial-section .testimonial-slider:before {left:0;}
  
    .ccm-testimonial-section .container { max-width: 750px;} 
    .ccm-testimonial-section:before { left: calc((100% - 750px ) / 2);border-top: 35px solid #fff; border-left: 85px solid transparent; border-right: 85px solid transparent;}
    .ccm-testimonial-section .testimonial-slider .title-wrap, .ccm-testimonial-section .testimonial-slider .content-wrap {width:100%;}
    .ccm-testimonial-section .testimonial-slider .slick-dots {max-width:100%; padding: 0 0 0 100px;}
    .ccm-testimonial-section .testimonial-slider{ padding-left: 100px;}
    .ccm-testimonial-section .testimonial-slider:before {left:0;}
    
    .cottage-to-castle-section .section-title { max-width: 550px;  margin-right: 0;}
    .other-links-section { height: 465px; padding: 190px 0 0; width: 100%; top: 170px;}    
    .homeownership-section .other-links-section:after { bottom: -250px; height: 315px;transform: skewY(9.5deg);width: 100vw;}
    .homeownership-section .container {margin-top: -160px;height: auto;}
    .homeownership-section { margin-bottom: 0; padding-bottom: 130px;}
    .homeownership-section .section-content h2 { font-size: 66px; line-height: 72px;}
    .homeownership-section .container .btn-wrap a { min-width: 220px;padding: 11px 10px;} 
    .home-testimonial-section .testimonial-slider .title-wrap h5 {    margin-bottom: 15px;}
    .ccm-testimonial-section .testimonial-slider .title-wrap h5 {    margin-bottom: 15px;}
    
    .firsthome-hero-section h3 span { margin-left: 40px;} 
    .firsthome-hero-section { min-height: 400px;}
    .firsthome-hero-section h3 {    padding: 0 30px;}
    
    .firsthome-tab-section .content-wrap {padding: 65px 0 90px;}
    .firsthome-tab-section .content-wrap .btn-wrap > div a {padding: 11px 15px;}
    
    .path-steps-section .content-left-wrap p {margin-right: -25px;}
    .path-steps-section .content-left-wrap {width:52%; padding: 45px 0px 35px;}
    .path-steps-section .content-right-wrap .section-content ul li { font-size: 20px; line-height: 30px; } 
    .path-steps-section .content-right-wrap { width: 48%;}    
    .path-steps-section .content-right-wrap h4 { margin-left: 20px;}
    
    .btm-cta-section .content-wrap { max-width: 70%; }
    .btm-cta-section .content-wrap h2 span { font-size: 76px; line-height: 80px;}
    
    
    .shapped-banner-section > div { height: 680px; background-position: left 25% top 80px !important;padding-top:410px;} 
    .shapped-banner-section { height: 690px;margin-top: 110px;} 
    
    .intro-section .right-banner { height: 340px;bottom: -290px;}
    .intro-section .right-banner:after { bottom: 254px;} 
    .shapped-banner-section h2 span { font-size: 76px; line-height: 76px;}
    
    .refinance-banner-section { min-height: 560px;}       
    .refinance-banner-section .btn-wrap > div a { min-width: 310px;}
    
    .container-width>.row-fluid-wrapper > .row-fluid { width: 750px;} 
    .container-fluid.banner-section .banner-stats-wrap { top: 0;}
    
    .cottage-castle-section .homeownership-section { margin-bottom: -270px;height: 619px;}
    
    .ownership-content .Home_Ownership_Section-column-1-row-3-margin .hs-cta-wrapper a { padding: 11px 10px; min-width: 210px;}
    .ownership-content>.row-fluid-wrapper >.row-fluid >.span12 { margin-top: 20px;}
    .container-fluid.banner-section .top-banner { padding: 110px 0 50px;}
    
    .container-fluid.banner-section .btm-banner-wrap { margin-top: 0; transform: none;}
    .container-fluid.banner-section .btm-banner-wrap > div { transform:none;}
    .home-tab-section h3 { padding-left: 90px;} 
    .ownership-content a.cta_button { padding: 11px 10px; min-width: 220px;}
    
    .info-slider-section .Info_Slider-row-0-background-image {background-size: 50% !important;}
    .info-slider-section .content-wrap {    padding: 117px 0 0px;}
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child { padding-bottom: 80px; padding-left: 290px}
    
    .path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7 {width:50%;padding-right: 0;}
    .path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span7 > .row-fluid-wrapper {margin-right: -20px;}
    .path-steps-section .span12 > .row-fluid-wrapper.dnd-section > .row-fluid > .span5 {width:50%;}
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span5 .dnd-module ul { padding-left: 89px;} 
    
    .btm-cta-section .dnd-section>.row-fluid > .span12 { max-width: 460px;}
    .btm-cta-section h2 span { font-size: 66px; line-height: 65px;}
    .btm-cta-section .Bottom_CTA_Section-column-1-row-1-margin { margin-top: 30px !important;}
    
    .content-slider-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid .span6:first-child { padding-right: 0;}
    .content-slider-section {  padding: 70px 0 30px;}
    .info-slider-section .content-wrap .slick-dots li {margin-bottom:0;}
    .info-slider-section .content-wrap .slick-dots { top: -60px}
    .content-slider-section .info-slider-section .content-wrap { padding-top: 60px;}
    .content-slider-section .info-slider-section .content-wrap .slick-dots { top: -60px}
    
    .banner-slider-section .slider-wrap {padding: 50px 30px 100px;}
    .refinance-home-path-section .span6.dnd-column {font-size: 18px; line-height: 26px}
    
    .shaped-hero-banner .Banner_Section-row-0-background-image>.row-fluid {  max-width: 700px;}
    .shaped-hero-banner .Banner_Section-row-0-background-image { min-height: 595px;padding-top: 166px !important;}
    .shaped-hero-banner h1 { font-size: 60px; line-height: 50px;}
    .team-member-section .span12.dnd-column .row-fluid-wrapper:first-child .span12.dnd-module { max-width: 685px;}
    .team-member-section .team-member-wrap .single-team-member { width: calc(33.33% - 10px);}
    .team-member-section .team-member-wrap .single-team-member:nth-child(3n+1) {clear:left;}
    .team-popup { max-width: 700px !important}
    
    .branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 70px; line-height: 70px;}
    .profile-info-section .info-section .section-content .left-part .officer-desc .btn-wrap a { min-width: 150px;}
    
    
    .branch-profile-review-title .review-title-section .content-wrap h2 span, .review-title-section .content-wrap h2 span { font-size: 70px; line-height: 70px;}
    .review-title-section .content-wrap { max-width: 590px;}
    
    .profile-info-section .info-section .section-content .right-part {padding-bottom:100px;min-height:auto;}
    .profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap {    width: 100%;}
    .profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap > div { width: auto; float: left; margin: 0 10px;}  
    
    .review-title-section {    margin-top: 0;}
    
    .branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section .section-content, .branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section .section-title {padding:0 15px;}
    .branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section {min-height:440px;}
    .state-directory-section:before { left: calc((100% - 700px ) / 2);    border-top: 55px solid #fff;  border-left: 105px solid transparent; border-right: 105px solid transparent;} 
    .branch-profile-loc-section.branch-directory-banner .right-shaped-banner .banner-caption h1 span { font-size: 80px; line-height: 90px;}
    .banner-with-content-section .Banner_with_One_Line_Content-row-0-padding { padding-right: 40px !important; padding-top: 90px !important; padding-bottom: 90px !important;}
    .banner-with-content-section .dnd-section > .row-fluid .span12.dnd-column { max-width: 330px;}
    .banner-with-content-section {    min-height: 410px;}
    .testimonial-with-white-bg .home-testimonial-section {  padding: 85px 0 105px;background-size: contain;}   
    
    .state-directory-section .section-content ul { column-count: 4;}
    .branch-profile-loc-section .connect-with-me-section::after {    top: -190px;}
    .connect-with-me-section {padding-top:80px;}
    
    .last-visited-officer .officer-inner .right-part { width: 65%;} 
    .last-visited-officer .officer-inner .left-part { width: 50%;}
    .last-visited-officer::before { left: calc((100% - 715px) / 2);}
    .last-visited-officer .officer-inner .right-part ul li a { font-size: 16px; padding: 5px 10px; margin: 0 auto; }
    
    .affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 120px; line-height: 120px;}
    .affordability-banner.branch-profile-loc-section .right-shaped-banner { min-height: 645px; padding: 140px 0;}
    .details-section .detail-result-section:before {    right: calc((100% - 670px) / 2);}
    
    .loan-process-strip:before { left: calc((100% - 690px) / 2);}
    .underwriter-strip:before { right: calc((100% - 730px) / 2);}
    .underwriter-strip .Underwriter_Strip-column-1-vertical-alignment { padding-left: 20px;}
    .underwriter-strip h2 {margin-left: 180px;}
    .refin-appraisal-strip:before {    left: calc((100% - 740px) / 2);}
    .refin-appraisal-strip .Refin_Without_Appraisal-row-0-vertical-alignment { padding-right: 4%;}
    .details-section .detail-input-section {    background-size: 50%;}
    .detail-result-section .result-content-wrap .left-part { padding-right: 0; width: 100%;}
    .detail-result-section .result-content-wrap .right-part {width:100%;padding-left: 0px; margin-top: 25px;}  
    
     .team-member-section.job-position-section .job-position-wrap .filter-row {margin-bottom:20px;}
    .team-member-section.job-position-section .span12.dnd-column .row-fluid-wrapper:last-child { padding-bottom: 60px;}
    .team-member-section.job-position-section .job-position-wrap .filter-row .srch-wrap {width:40%;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:first-child { max-width: 500px;}
    .btm-cta-section.career-btm-section.job-position-cta h2 span {font-size:80px;}
    
    .awardwinning-workplace .span7.dnd-column {width: 100%; padding: 40px 30px;}
    .awardwinning-workplace .span7.dnd-column:before, .awardwinning-workplace .span7.dnd-column:after {display:none;}
    .awardwinning-workplace .span5.dnd-column { padding: 60px 20px; margin: 0; width: 100%; }
    .awardwinning-workplace .span5.dnd-column .award-logo img { width: 120px;} 
    
    .for-emp-section {    background-size: 70%;background-position: right bottom;}
    .for-emp-section .for-employees-points-wrap .single-point { width: calc(50% - 30px);}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) { margin-top: 20px; align-self: flex-start;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) {    align-self: flex-start;}
    
    .job-popup.fancybox-content {padding:25px;}
    
    .what-matters-us-section .span12>.dnd-section>.row-fluid { max-width: 750px;} 
    .what-matters-us-section .span12>.dnd-section:first-child:before, .what-matters-us-section .span12>.dnd-section:first-child:after { left: calc((100% - 750px) / 2);}
    .about-testimonial .home-testimonial-section:before, .about-testimonial .home-testimonial-section::after { right: calc((100% - 750px) / 2);}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:before { border-bottom: 215px solid #07658e; top: -105px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child>.row-fluid { margin-top: 0px;}
    
    .what-matters-us-section .span12>.dnd-section:first-child { padding: 30px 15px;}
    .what-matters-us-section .span12 .dnd-section:nth-child(2) .span12.dnd-module .single-content-row {padding: 0 15px;}
    
     .blog-header .blog-header__inner h1 {font-size: 6vw; line-height: 7vw;} 
     .blog-header .blog-header__inner h2 { line-height: 60px;}
    
    .blog-header {  min-height: 300px;}
    .blog-header .blog-header__inner { padding: 134px 0;}
    
    .blog-btm-cta-section .btm-cta-section .container { width: 750px;} 
    .body-container--blog-post .blog-post-container{ max-width: 750px;} 
    .body-container--blog-post .blog-comments {    max-width: 750px;}
    
    .body-container--blog-post .blog-post h1 {font-size:40px; line-height:50px;} 
    .blog-post-container .blog-post__body img {width:100% !important; /*height:auto;*/} /* JV comment out 02/02/2021 02:56PM*/
    
    .body-container--blog-post .blog-header .blog-header__inner { padding: 100px 35px 20px 35px;}
    .body-container--blog-index .blog-header .blog-header__inner { padding: 100px 15px 0px 0; margin: 0; max-width: 70%;}
    .body-container--blog-post .blog-header .blog-header__inner h2,  .body-container--blog-index .blog-header .blog-header__inner h1 { font-size: 50px; line-height: 60px;}
    .body-container--blog-post .content-wrapper:before { width: 370px;}
    
    .body-container--blog-index .content-wrapper {padding-top:40px; margin-top: -50px;}
    
    .body-container--blog-index .blog-listing-wrap {width:100%;}
    .body-container--blog-index .sidebar-wrap {width:100%;}
    .exp-section.contact-detail-section .span5.dnd-column form .hs-form-field input, .exp-section.contact-detail-section .span5.dnd-column form .hs-form-field textarea {font-size:14px;}
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column { max-width: 40%;} 
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column .span6 {width:100%; margin:0 0 15px;text-align: center;}
    
    
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid .span12  .span6  {width: 100%; margin: 0 0 15px; text-align: center;} 
    
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 { margin-top: -200px;} 
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 .map-wrap iframe {height:300px;}
    
    .officer-filter-row .form-wrap .form-field { width: calc(33.33% - 20px);}
    .officer-filter-row .form-wrap { display: inline-block;text-align: center;}
    .officer-filter-row .form-wrap .form-field:nth-child(4), .officer-filter-row .form-wrap .form-field:last-child {margin-top:20px;}
    .officer-listing-module .officer-listing-row .single-officer { width: calc(33.33% - 30px);}
    
    .exp-section.general-content-section:after {top:50px;}
    
    .details-section .detail-result-section .result-content .container { width: 750px;}
    .details-section .detail-result-section .result-content .detail-result-wrap { max-width: 750px; overflow-x: auto;} 
    
    
    .assumption-section:before {width: 470px;}
    
    .homeownership-section .other-links-section::after {display:none;} 
    
    .home-testimonial-section .testimonial-slider .content-wrap {padding-left:0;}
    .ccm-testimonial-section .testimonial-slider .content-wrap {padding-left:0;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child>.row-fluid:first-child:before {top:22px;}
    
    .covid-info-page .exp-section.general-content-section:after {width: 300px;}
    .covid-info-page .general-content-section .content-wrap { max-width: 100%; margin-top: 35px;}
    
    .exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(2) .span6  {width:100%;margin: 0;} 
    .exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) .span6 {width:100%;margin: 0;}
    .exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) form {margin-bottom:30px;}
    .exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:nth-child(4) ul li a {word-wrap:break-word;}
    
    .profile-info-section .info-section .section-content .top-buttons > div a {min-width: 170px;}
    
    .body-container--blog-post .blog-header .blog-header__inner h2 span, .body-container--blog-index .blog-header .blog-header__inner h1 span { font-size: 68px; line-height: 68px;}
    
    .calc-template .team-member-section .team-member-wrap .single-team-member {width: calc(50% - 10px);}
    .body-container--blog-post .blog-comments form { max-width: 100%; }
    
     .error-page {padding:180px 0 120px;}
    
    .systems-page .page-header h2 {font-size:30px; line-height:38px;}
    
    .video-form .inner{margin:0;align-items:center;}
    .video-form .video a{height:200px;}
    .video-form .logos > div{max-width:none;}
    
    .banner-landing.main-landing .dnd-section > div > div:first-child{padding-right:80px;}
    
    .profile-info-section .info-section .section-content .top-buttons > div {margin: 0 5px;}
    
}

   
@media(max-width:767px){
    
    h1 {font-size:54px;}
    h2 {font-size:42px;}
    h3 {font-size:34px;}
    h4 {font-size:24px;}
    h5 {font-size:22px;}
    
    .body-container--blog-post .blog-post h1 {font-size: 40px; line-height: 50px;}
    .body-container--blog-post .blog-post h2 {font-size: 32px; line-height: 40px;}
    .body-container--blog-post .blog-post h3 {font-size: 26px; line-height: 34px;}
    .body-container--blog-post .blog-post h4 {font-size: 22px; line-height: 30px;}
    
    .banner-section .top-banner:before {border-left: 100vw solid #fff;}
    .banner-section .banner-stats-wrap:before {background-size: contain;height: 270px; top: -55px;}
    
    .home-tab-section .section-title { max-width: 100%;}
    .home-tab-section .tabbing-main .tabs-wrap {margin-bottom:25px;}
    .home-tab-section .tabbing-main .tabs-wrap .icon-wrap {width: 80px;margin: 0 auto;}
    .home-tab-section .tabbing-main .tabs-wrap .icon-wrap img {width:100%;}
    .home-tab-section .btn-wrap {display:inline-block;}
    .home-tab-section .btn-wrap > div a { min-width: 230px; }
  
    .home-testimonial-section .container { max-width: 100%;} 
    .home-testimonial-section:before {left:70px;}
    .ccm-testimonial-section .container { max-width: 100%;} 
    .ccm-testimonial-section:before {left:70px;}
    .homeownership-section .other-links-section:after {display:none;}
    
    .cottage-to-castle-section { padding: 50px 0;background-position: center top -5px !important;min-height: 390px; padding: 50px 0;}
    .cottage-to-castle-section .section-title {max-width:460px; }    
    .cottage-to-castle-section .section-title .bold-font { font-size: 66px; line-height: 70px;} 
    
    .homeownership-section { transform: skewY(-0); margin-top: -6px; border-top: 0; padding-bottom: 110px;}    
    .homeownership-section > div { transform: skewY(0); margin-top: 0; height: auto;float: left; width: 100%;}
    .homeownership-section .container { margin-top: 0;}
    .other-links-section {position: relative; top:0;height:auto; float: left; width: 100%;padding:90px 0;}
    .homeownership-section .container > div { margin-top: 60px;} 
    .homeownership-section .section-content h2 { font-size: 56px; line-height: 62px;} 
    .homeownership-section .container .btn-wrap > div  {margin-bottom:20px;}   
    
    .firsthome-hero-section { min-height: 390px;} 
    .firsthome-hero-section .Simple_Banner_Section-row-0-padding { padding-top: 166px !important; padding-bottom: 60px !important;}
    
    .path-steps-section{display: block;}
    .path-steps-section .content-left-wrap {  width: 100%; padding: 45px 15px 15px;} 
    .path-steps-section .content-left-wrap p { margin-right: 0;}
    .path-steps-section .content-left-wrap p:last-child {margin-bottom:0;}
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span7:before {content: ''; width: 0; height: 0; border-top: 90px solid #ffd72a; border-left: 50vw solid transparent; border-right: 50vw solid transparent; position: absolute; bottom: -90px; left: 0; border-bottom: inherit; transform: none; top: inherit; right: 0; background: transparent;}
    .path-steps-section .content-right-wrap { width: 100%;padding-left: 15px; padding-top: 105px; padding-bottom: 45px;} 
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span7:after {display:none;}
    
    .btm-cta-section .content-wrap { max-width: 100%;} 
    .btm-cta-section .content-wrap h2 span { font-size: 66px; line-height: 70px; margin-left: 0;}
    
    .firsthome-tab-section { background-position: left bottom;}
    .firsthome-tab-section .content-wrap {width:100%; padding: 45px 15px 350px;}
    .firsthome-tab-section .content-wrap .tabs  {display: flex;}
    .firsthome-tab-section .content-wrap .tabs .tabs-title{width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #0094c8; border-radius: 50%; color: #002f3e; font-weight: 600; margin-right: 10px; cursor: pointer;}
    .firsthome-tab-section .content-wrap .tabs .tab-content {width: calc(100% - 40px);}  
    
    .intro-section .content-wrap .btn-wrap a {min-width:230px;}
    .intro-section .right-banner:after {display:none;}
    .intro-section .right-banner { height: 440px;bottom: 0; width: 100%; position: relative;}
    .shapped-banner-section { margin-top: -180px;}
    .shapped-banner-section .content-wrap { max-width: 390px;}
    .shapped-banner-section h2 span { font-size: 66px; line-height: 66px;} 
    
    .repeat-home-tab-section .left-wrap { width: 100%; }
    .repeat-home-tab-section .right-wrap { padding-left: 0; width: 100%; }
    
    .repeat-home-tab-section .tabs .tabs-title { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #0094c8; border-radius: 50%; color: #002f3e; font-weight: 600; margin-right: 10px; cursor: pointer;}
    .repeat-home-tab-section .right-wrap .tabs {display: flex;}
    .repeat-home-tab-section .right-wrap .tabs .tab-content {width: calc(100% - 50px);}   
    .repeat-home-tab-section .left-wrap p, .repeat-home-tab-section .tabbing-main .tab-content p, .intro-section .content-wrap p {font-size:18px; line-height:26px;}
    
    .refinance-banner-section .btn-wrap > div a { margin-bottom: 15px;}
    .refinance-banner-section .btn-wrap { margin-top: 30px;}
    .banner-slider-section .slider-wrap {width: 100%; padding-top: 50px; padding-bottom: 170px; border-right:0;}
    .banner-slider-section .right-img-wrap {width: 100%; margin-top: -130px;border-left: 0;}
    .banner-slider-section {display:block;}
    
    .refinance-home-path-section .left-content { padding-right: 0; width: 100%;} 
    .refinance-home-path-section .right-content { width: 100%; margin-top: 20px;}
    .refinance-home-path-section {padding-bottom:35px;}
    
    .container-width > .row-fluid-wrapper > .row-fluid { width: 100%;} 
    .container-fluid.banner-section .top-banner { padding: 140px 0 50px; background-size: cover !important;}   
    .home-tab-section .section-container { margin-top: 40px;}
    .home-tab-section .Home_Tab_Section-column-1-row-3-margin a {padding: 11px 20px; min-width: 200px;}
    .home-tab-section .span4 {margin:0 10px;}
    
    .cottage-castle-section .homeownership-section { height: auto; padding-bottom:50px; margin-top: 0;margin-bottom: 0;transform: skewY(0);}    
    .cottage-castle-section .homeownership-section > div { transform: skewY(0);}
    
    .home-tab-section  h2, .ownership-content h2 { font-size: 60px; line-height: 68px; }
    .ownership-content .span4 { margin:0 10px 20px;}
    
    .home-tab-section a.cta_button {min-width: 210px;padding: 11px 20px;}
    
    .info-slider-section .content-wrap { padding: 107px 30px 0px;  width: 100%;} 
    .info-slider-section .content-wrap .slick-dots {top:-60px;}
    .info-slider-section .content-wrap .slick-dots li {margin-bottom: 0;}
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child {padding-left: 0; padding: 0 30px 80px; text-align: left;}
    
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section > .row-fluid { display: block;} 
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section > .row-fluid > .span5 { width: 100%;padding-top: 95px;} 
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section > .row-fluid > .span7 {width: 100%; padding-bottom: 20px;    padding-right: 15px;}
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section > .row-fluid > .span7 >.row-fluid-wrapper { margin-right: 0;} 
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section > .row-fluid > .span5 .dnd-module ul { padding-left: 30px;} 
    .path-steps-section .Path_Section-module-5-flexbox-positioning {align-items: flex-start !important; padding-left: 70px;}
    .btm-cta-section .dnd-section>.row-fluid>.span12 { max-width: 400px;} 
    
    .intro-section a.cta_button {padding:11px 20px; min-width:210px;}
    .intro-section .span12.dnd-column .row-fluid-wrapper .span4 {margin:0 8px;}
    .content-slider-section .info-slider-section .content-wrap {padding-left:20px;}
    
    .firsthome-hero-section.custom-height .Simple_Banner_Section-row-0-padding {  padding-top: 156px !important;min-height: 610px; }
    .firsthome-hero-section .span12.dnd-column .row-fluid-wrapper>.row-fluid>.span4 a.cta_button{padding: 11px 20px;min-width: 210px;}
    .refinance-home-path-section .span6.dnd-column {padding-right:0;}
    .refinance-home-path-section .span6.dnd-column:last-child { margin-top: 20px;}
    
    .team-member-section .row-fluid-wrapper.dnd-section { margin-top: 90px;}
    .team-member-section .team-member-wrap .single-team-member { width: calc(50% - 10px);}
    .shaped-hero-banner .Banner_Section-row-0-background-image>.row-fluid { max-width: 100%; padding: 0 15px;}
    
    .team-popup .fancybox-close-small {top:10px !important; right: 10px !important;}
    .team-popup {padding:20px !important;}
    .team-popup .right-content {padding-left:20px;}
    
    .shaped-hero-banner h1 { font-size: 50px; line-height: 40px;}
    
    .profile-info-section .info-section {padding-top:50px;}
    .branch-profile-loc-section .info-section .btn-wrap > div a {min-width: 200px;}
    .profile-info-section .info-section .section-content .left-part { width: 50%; float: none;margin: 0 auto;}
    .profile-info-section .info-section .section-content .right-part {width: 100%;padding-left: 0; margin-top: 25px; padding-bottom: 57px;}
    .review-title-section .content-wrap { max-width: 100%;}
    .branch-profile-review-title .review-title-section .content-wrap h2 span { margin-left: 120px;}
    .branch-profile-review-title .review-title-section {padding: 20px 0 45px;}
    .review-title-section .content-wrap h2 { font-size: 52px; line-height: 60px;} 
    .branch-profile-loc-section .right-shaped-banner .banner-caption { max-width: 320px;}
    
    .branch-profile-review-title .review-title-section:after {    left: 20px; border-left: 65px solid transparent; border-right: 65px solid transparent; border-top: 35px solid #ffd72a;}
    .review-title-section:after  {left:50px; border-left: 105px solid transparent; border-right: 105px solid transparent; border-top: 55px solid #0B668E;}
    .branch-profile-review-title .review-title-section .content-wrap h2 span, .review-title-section .content-wrap h2 span { margin-left: 0; font-size: 60px; line-height: 60px;}
    
    .branch-profile-review-title .review-title-section {margin-top:0;}
    .profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap  { padding-bottom: 53px; }
    
    .right-shaped-banner .banner-caption h2 { font-size: 50px;line-height: 50px;}
    .profile-info-section .info-section .section-content .right-part h6 { font-size: 16px !important; line-height: 20px !important;}
    .profile-info-section .info-section .section-content .right-part h6 a {word-break: break-word;}   
    
    .branch-profile-loc-section.branch-directory-banner .right-shaped-banner .banner-caption h1 span { font-size: 60px;  line-height: 70px;}
    .branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section { min-height: auto;} 
    .state-directory-section {    margin-top: 0;}
    .branch-profile-loc-section.branch-directory-banner .profile-info-section .info-section .section-title {margin-bottom:30px;}
    .state-directory-section .section-content ul { column-count: 3;}
    .banner-with-content-section .dnd-section>.row-fluid .span12.dnd-column { max-width: 300px; float: right;}
    .state-directory-section:before { left: calc((100% - 520px ) / 2); border-top: 45px solid #fff; border-left: 75px solid transparent; border-right: 75px solid transparent;}
    
    .testimonial-with-white-bg .home-testimonial-section { background-size: 90%; background-position: bottom right}
    
    .branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 56px; line-height: 66px;} 
    
    .review-title-section:before  { background-size: 50%; background-position: right bottom;}
    
    .info-slider-section .Info_Slider-row-0-background-image { background-size: 300px !important; padding-bottom: 240px !important;}
    .profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap > div.yellow-btn {margin-left:0;} 
    
    .last-visited-officer .officer-inner .left-part .info-section {font-size:12px; line-height:18px;word-break: break-word;}
    .last-visited-officer .officer-inner .left-part { width: 42%;} 
    .last-visited-officer .officer-inner .right-part {padding-left:15px;}
    .last-visited-officer::before { left: 30px;} 
    .last-visited-officer .officer-inner .left-part .info-section > div { font-size: 20px; }
    
    .state-popup.fancybox-content {padding:20px;}
    
    .affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 90px; line-height: 100px;}
    .affordability-banner.branch-profile-loc-section .right-shaped-banner { min-height: 565px;  padding: 140px 0;}   
    .details-section .detail-input-section {padding:80px 0 50px;}
    .detail-input-section .input-fields-wrap { width: 100%;}
    .details-section .detail-result-section:before { right: 0; left: 0; margin: 0 auto;}
    
    .loan-process-strip h2, .underwriter-strip h2, .refin-appraisal-strip h2 {margin-left: 0;font-size: 60px; line-height: 50px;}
    .loan-process-strip:before { left: 20px;}
    .loan-process-strip .Loan_Process_Strip-row-0-background-image {padding: 50px 0; background-position: left -50px center !important;position:relative;}
    .loan-process-strip .Loan_Process_Strip-row-0-background-image:before {content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.4); position:absolute; left:0; top:0;}
    .loan-process-strip .Loan_Process_Strip-row-0-background-image > .row-fluid  {position:relative;}
    .loan-process-strip .Loan_Process_Strip-column-1-vertical-alignment h3, .underwriter-strip h3, .refin-appraisal-strip h3 {color:#fff;}
    .loan-process-strip:before, .underwriter-strip:before, .refin-appraisal-strip:before {z-index:1;}
    .underwriter-strip:before { right: 20px;}
    .underwriter-strip .Underwriter_Strip-column-1-vertical-alignment { padding-left: 0;}
    .underwriter-strip .Underwriter_Strip-row-0-background-image { padding: 50px 15px;background-position: right center !important;position:relative;}
    .underwriter-strip .Underwriter_Strip-row-0-background-image:before {content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.4); position:absolute; left:0; top:0;}
    .underwriter-strip .Underwriter_Strip-row-0-background-image > .row-fluid  {position:relative;} 
    .underwriter-strip h3 {text-align:center;}
    .underwriter-strip h2 { margin-left: 0; text-align: center;}
    
    .refin-appraisal-strip:before { left: 20px;} 
    .refin-appraisal-strip h2 { margin-left: 0; padding: 0; text-align: center;}
    .refin-appraisal-strip .Refin_Without_Appraisal-row-0-vertical-alignment { padding-right: 0;padding: 50px 15px; background-position: left center !important; position:relative;} 
    .refin-appraisal-strip .Refin_Without_Appraisal-row-0-vertical-alignment:before {content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.4); position:absolute; left:0; top:0;}
    .refin-appraisal-strip .Refin_Without_Appraisal-row-0-vertical-alignment  > .row-fluid  {position:relative;}
    .refin-appraisal-strip h3 {text-align:center;}
    .detail-result-section .result-content-wrap .left-part h5 { font-size: 18px; line-height: 26px;}
    .detail-result-section .result-content-wrap .result-row ul li { font-size: 18px;}
    .detail-result-section .result-content-wrap .right-part .total-summary ul li { font-size: 20px; line-height: 32px;width: 70%;}
    .detail-result-section .result-content-wrap .right-part .total-summary ul li:last-child { font-size: 20px;width: 30%;}
    
    .team-member-section.job-position-section .job-position-wrap .position-listing-wrap ul li {padding:15px;}
    .team-member-section.job-position-section .job-position-wrap .position-listing-wrap ul li .job-position-content .btn-wrap a {min-width: 170px;}
    .shaped-hero-banner.job-position-banner h3 { text-indent: 0px;} 
    
    .team-member-section.job-position-section .job-position-wrap .filter-row .srch-wrap {width:50%; margin-top: 25px;}
    
    .team-member-section.job-position-section .job-position-wrap .filter-row > span {padding:10px; border:2px solid #0094C9; border-radius:5px;display: block;    position: relative;}
    .team-member-section.job-position-section .job-position-wrap .filter-row > span:after {content:"\f107"; font-family:FontAwesome; font-size: 23px; position: absolute; right: 20px}
    .team-member-section.job-position-section .job-position-wrap .filter-row ul li {display: block; border-bottom:1px solid rgba(255,255,255,0.1);}
    .team-member-section.job-position-section .job-position-wrap .filter-row ul li a {border:0; color:#fff; margin:0;}
    .team-member-section.job-position-section .job-position-wrap .filter-row ul {display:none;background: #0094C9; border-radius: 5px; }
    .team-member-section.job-position-section .job-position-wrap .filter-row {position:relative;}
    
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2)>.row-fluid>.span12 {width:100%;}
    
    .exp-section>.row-fluid-wrapper>.row-fluid>.span12 { margin-top: -40px;}
    .exp-section>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper .span4 { width: 50%; margin: 0 auto 25px;}
    .exp-section>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper .span8 { width: 100%; margin: 0; padding-left: 0;}  
    .for-emp-section .for-employees-points-wrap { margin-left: 0; margin-right: 0;} 
    .for-emp-section .for-employees-points-wrap .single-point { width: 100%; margin: 0 0 15px;}
    .for-emp-section { background-size: 57%; }
    
    .what-matters-us-section .span12>.dnd-section:first-child:before, .what-matters-us-section .span12>.dnd-section:first-child:after { left: 20px;}
    .what-matters-us-section .span12 .dnd-section:nth-child(3) .span12.dnd-column .dnd-row {margin-bottom:25px;}
    .what-matters-us-section>.row-fluid-wrapper>.row-fluid>.span12 {    padding-bottom: 60px;}
    .about-testimonial .home-testimonial-section:before, .about-testimonial .home-testimonial-section::after { right: 20px;} 
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child {margin-top:10px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child:before { border-bottom: 208px solid #07658e; top: -95px;}
    .mission-story-section > .row-fluid-wrapper > .row-fluid > .span12 > .dnd-section:first-child::before { border-bottom: 158px solid rgb(7, 101, 142);  top: -48px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child>.row-fluid:first-child:before {    width: 62px; height: 190px;top: 0;}
    .shaped-hero-banner.about-banner .Banner_Section-row-0-background-image { min-height: 530px;}
    
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child .span12.dnd-column { max-width: 90%; margin: -30px 0px 0px; padding-bottom: 120px; padding-left: 110px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child>.row-fluid:first-child:before {top:30px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child>.row-fluid { margin-top: -10px;}
    
    .mission-story-section .span12>.dnd-section:nth-child(2) .span12.dnd-column { padding: 40px 15px 50px; float: left;}
    
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper:nth-child(2) {float:left;    margin-top: -100px;}
    .mission-story-section .span12>.dnd-section:nth-child(2) .span12.dnd-column>.dnd-row:first-child {    margin-top: 10px;}
    
    .blog-header .blog-header__inner h2 { font-size: 42px; line-height: 50px;} 
    .blog-header { min-height: 260px;} 
    .blog-header .blog-header__inner { padding: 104px 0;}
    
    .body-container--blog-index .blog-listing-wrap { width: 100%; }
    .body-container--blog-index .sidebar-wrap {width:100%;}
    
    .blog-btm-cta-section .btm-cta-section .container { width: 100%;} 
    .body-container--blog-index .content-wrapper {margin-top:-300px;}
    .body-container--blog-post .blog-post-container{ max-width:100%;} 
    .body-container--blog-post .blog-comments { padding: 0 15px;max-width: 100%;float: left; width: 100%; margin-top: 25px;padding-bottom: 50px;}
    
    .body-container--blog-post .blog-post h1 { font-size: 30px; line-height: 40px;}
    .body-container--blog-post .content-wrapper { padding: 30px 0;}
    .body-container--blog-post .content-wrapper article {max-width:100%; padding:0 15px;}
    .body-container--blog-post .blog-post-container .sidebar-wrap {width: 100%;  padding: 0 15px; margin-top: 35px;}
    
    .team-member-section .loc-box-wrap.team-member-wrap .single-team-member img { height: 220px;}
    
    .body-container--blog-post .blog-header .blog-header__inner h2,  .body-container--blog-index .blog-header .blog-header__inner h1  { font-size: 40px; line-height: 50px;}
    
    .body-container--blog-post .blog-header { min-height: 390px; background-position: center center !important;} /* JV added background-position 02/03/2021 03:31PM */
    .body-container--blog-post .content-wrapper {margin-top: -180px; float:left;} 
    .body-container--blog-index .blog-header {min-height: 530px;}
    
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 { margin-top: -110px;} 
    .exp-section.contact-detail-section .span7.dnd-column {padding-right:0;}
    .exp-section.contact-detail-section .span5.dnd-column {margin-top:25px;}
    .exp-section.contact-detail-section > .row-fluid-wrapper > .row-fluid > .span12 .span12.dnd-column {    max-width: 100%;}
    
    .officer-listing-module .officer-listing-row .single-officer { width: calc(50% - 30px);} 
    .exp-section.general-content-section > .row-fluid-wrapper > .row-fluid > .span12 { margin-top: -30px;}
    
    .details-section .detail-result-section .result-content .container { width: 95%;}
    .details-section .detail-result-section .result-content .detail-result-wrap { max-width: 95%;}
    
    .refin-calc .details-section .detail-result-section .detail-result-wrap table { max-width: 500px;}
    
    .assumption-section:before { width: 50%;}
    .loan-process-strip, .underwriter-strip { margin-bottom: 20px;}
    .refin-appraisal-strip .Refin_Without_Appraisal-row-0-vertical-alignment {padding-bottom:70px;}
    
    .exp-section.general-content-section:after {width:300px;}
    
    .banner-section .banner-stats-wrap .single-item {max-width: 51%;}
    
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2) {float:left !important;}
    
    .branch-profile .branch-profile-loc-section .connect-with-me-section:before {width:170px;}
    
    .refin-calc .details-section .detail-result-section .detail-result-wrap table td, .refin-calc .details-section .detail-result-section .detail-result-wrap table th {font-size:14px; line-height:22px;} 
    
    .loan-officer-inner .right-shaped-banner .banner-caption h1 {line-height:50px;}
    
    .exe-team .team-member-section .team-member-wrap .single-team-member { width: calc(50% - 10px);} 
    .exe-team .team-member-section .team-member-wrap .single-team-member .img-wrap img { height: 281px;}
    
    .affordability-banner.branch-profile-loc-section .connect-with-me-section:before { top: 50%; width: 160px;}
    
    .body-container--blog-post .blog-recent-posts {clear:both;}
    
    .body-container--blog-post .blog-header .blog-header__inner { padding: 54px 15px 20px 15px;}
    .body-container--blog-post .blog-header .blog-header__inner h2 span, .body-container--blog-index .blog-header .blog-header__inner h1 span { font-size: 58px; line-height: 58px;}
    
    .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image {padding-top: 146px !important;}
    
    .covid-popup-section .close-btn {top: 80px; font-size:20px;}
    .covid-popup-section .btn-wrap + .close-btn {top:25px; right:0;}
    .error-page {padding:150px 15px 100px; }
    .error-page__heading { font-size:40px; line-height:50px;}
    
    .systems-page {padding:140px 15px 100px;}
    .systems-page h1 { font-size: 34px; line-height: 46px;}
    .systems-page input[type="submit"] {min-width: 150px;}
    
    .systems-page .page-header h2 {font-size:24px; line-height:34px;} 
    
    .systems-page form h3 { font-size: 30px; line-height: 40px;} 
    
    .banner-landing h1{font-size:29px;}
    .banner-landing h4{font-size:16px;}
    .banner-landing .speaker-count .inner{display:block;}
    
    .banner-landing .dnd-section,
    .banner-landing.video-landing .dnd-section{overflow:visible;}
    .video-form{overflow: hidden; padding:90px 0 70px;}
    .video-form .inner{display:block;margin: 0 0 60px;}
    .video-form .video{padding:10px;width:auto;}
    .video-form .form{margin:20px 0 0;padding:20px;width:auto;}
    .video-form .logos{padding:25px 25px 15px;}
    .video-form .logos > div{display:block;max-width:none;}
    .video-form .logos .list{margin:0 0 15px;width:auto;}
    .zig-content h2{font-size:38px;line-height:44px;text-align:center;}
    .zig-content .feature-box .list{display:block;}
    .zig-content .feature-box .image{margin:0 auto;}
    .zig-content .feature-box .text{padding:30px 0 0;width:auto;}
    .zig-content .feature-box .list:nth-child(2n) .text{padding:30px 0 0;text-align:left;}
    .zig-content .feature-box .list:nth-child(2n) .text h3:before{left:auto;right:60%;}
  
    .banner-landing.main-landing .dnd-section > div > div:last-child{width:auto;padding:25px 15px;}
    .banner-landing.main-landing .dnd-section > div > div:first-child{padding-right:0;width:auto;}
    .resoures .list-wrapper{display:block;}
    .resoures .list-wrapper .list{margin:0 0 90px;width:auto;}
    .resoures .list-wrapper .list:last-child{margin:0;}
    .banner-landing h1{line-height:38px;}
    .banner-landing.ebook-landing .banner-landing-column-7-padding{padding-left:0px !important;}
    .banner-landing.ebook-landing .banner-landing-column-1-row-1-padding{padding: 50px 20px 60px !important;}
    .author-section .widget-type-linked_image{margin: 0 0 30px;}
    .banner-landing.thanku .banner-landing-row-0-padding{padding-top:90px !important;}
    .banner-landing.thanku .banner-landing-column-1-row-0-padding{padding:50px 15px 60px !important;}
    .banner-landing.thanku .banner-landing-column-5-padding{padding-right: 0 !important; margin-bottom:20px;}
    .banner-landing.thanku .banner-landing-column-7-padding{padding-left: 0 !important;}
    .banner-landing.thanku a.navy-blue-btn,
    .banner-landing.thanku a.yellow-btn{display:block; min-width:auto;}
    
/*     .banner-landing.main-landing .dnd-section > div > div:first-child */
    
    .second-img-content .section2-row-0-padding{padding:60px 0px !important;}
}

@media(max-width:575px){
    
    h1 {font-size:46px;}
    h2 {font-size:38px;}
    h3 {font-size:30px;}
    h4 {font-size:22px;}
    h5 {font-size:20px;}
    
    .banner-section .top-banner .banner-caption h3 { margin-right: 0; text-align: center; font-size: 40px; line-height: 50px;} 
    .banner-section .top-banner .banner-caption h1 { text-align: center; margin-right: 0;margin-bottom:20px; font-size:60px; line-height: 60px}
    .banner-section .top-banner .banner-caption .banner-cta-wrap  {    text-align: center;}
    .banner-section .banner-stats-wrap .single-item { max-width: 85%;margin-bottom:5px;}
    .banner-section .banner-stats-wrap:before {height: 240px; background-size: contain;top: -65px;}
    .banner-section .banner-stats-wrap .single-item .state-desc h4 { font-size: 26px; line-height: 26px;}
    
    .banner-section .btm-banner-wrap .single-block a > div h2 { font-size: 56px; line-height: 50px}
    .banner-section .btm-banner-wrap .single-block a > div h2 span {font-size:40px;}
    .home-tab-section  h2, .ownership-content h2 { font-size: 52px; line-height: 52px; text-align: center; }
    .home-tab-section .btn-wrap > div {margin-bottom:15px;}
    .home-testimonial-section .testimonial-slider:before {display:none;}
    .home-testimonial-section .testimonial-slider, .home-testimonial-section .testimonial-slider .slick-dots {padding:0;}
    .ccm-testimonial-section .testimonial-slider:before {display:none;}
    .ccm-testimonial-section .testimonial-slider, .ccm-testimonial-section .testimonial-slider .slick-dots {padding:0;}
    .Tab_Section_with_icon-module-2-flexbox-positioning > div {width:100%;}
    
    .homeownership-section .section-content h3, .homeownership-section .section-content h3 span {text-align:center;}
    .homeownership-section .section-content h2 { font-size: 46px; line-height: 52px; word-wrap: break-word;}
    .homeownership-section { padding-bottom: 80px;}
    
    .firsthome-hero-section h3 { padding: 0 30px; text-align: center; font-size:25px; line-height:30px;} 
    .firsthome-hero-section h3 span { margin-left: 0;}
    .firsthome-hero-section .Simple_Banner_Section-row-0-padding {     padding-top: 150px !important; padding-bottom: 30px !important;min-height: 390px;} 
    
    .firsthome-tab-section .content-wrap .btn-wrap {text-align:center;}
    .firsthome-tab-section .content-wrap .btn-wrap > div a {margin-bottom:15px;}    
    .firsthome-tab-section { background-size: 96%;}    
    .firsthome-tab-section .content-wrap {padding-bottom:360px;}
    
    .btm-cta-section .content-wrap h2 span { font-size: 56px; line-height: 60px;  margin-left: 0;text-indent: 0;}
    .btm-cta-section .content-wrap h2 {text-align:center;}
    .btm-cta-section .content-wrap .btn-wrap a {min-width:200px;}
    
    .path-steps-section .content-left-wrap:before {border-top: 50px solid #FFD72B; bottom: -49px}
    .path-steps-section .content-right-wrap {padding-top:85px;}
    .path-steps-section .content-right-wrap .section-content { padding-left: 20px;}   
    
    .intro-section .content-wrap .btn-wrap > div {margin-bottom:20px;}
    
    .shapped-banner-section { margin-top: 0;transform: skewY(0); border: 0;}
    .intro-section .right-banner { height: 270px; }
    .intro-section {padding-bottom:0;}
    .shapped-banner-section {height:auto;}
    .shapped-banner-section > div { transform: none; margin-top: 0; height: auto;  background-position: left 30% top 0 !important; padding-top: 120px; padding-bottom: 30px;}    
    .shapped-banner-section .content-wrap { max-width: 100%;}
    .shapped-banner-section h2:first-child {text-align: center; margin-right:0;}
    .shapped-banner-section h2 {text-align: center;}
    .shapped-banner-section h2 span {font-size:56px; line-height:70px; margin-left:0; margin-right: 0;}
    
    .repeat-home-tab-section {margin-top:0;}
    
    .top-banner .banner-caption .banner-cta-wrap a {min-width:200px;}

    .refinance-banner-section .btn-wrap > div a { min-width: 270px; padding: 11px 10px;}
    .refinance-banner-section { min-height: 640px;}
    .banner-slider-section { margin-top: -55px; }
    .banner-slider-section .slider-wrap { padding-right: 15px;}
    .banner-slider-section .right-img-wrap img {margin-top: -55px;}
    .refinance-home-path-section .left-content .btn-wrap a {min-width:260px;}
    
    .refinance-home-path-section .left-content, .refinance-home-path-section .right-content .path-wrap .single-path .content-wrap {font-size:18px; line-height:28px;}
    
    .home-tab-section h2 {padding-left:0;}
    .home-tab-section .span4 {margin:0 0 15px;}
    
    .cottage-to-castle-section {background-position: left -50px top -5px !important; padding: 170px 0 40px;}
    .cottage-to-castle-section .section-title {text-align:center; }
    .cottage-to-castle-section .section-title .bold-font { font-size: 52px; line-height: 60px; text-align: center; text-indent: 0;} 
    .ownership-content h3, .ownership-content h3 span {text-align:center;}
    .ownership-content .span4 {margin:0 0 15px;}
    .ownership-content h2 {font-size:34px; line-height:42px;}
    
    .home-tab-section h3 { padding-left: 0; text-align: center;} 
    
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child {    padding: 0 30px 0px;}
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child > .row-fluid  {text-align: center;}
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child .span4 { margin: 0 10px 20px;}
    .info-slider-section .span12 .span12>.row-fluid-wrapper:last-child .span4:last-child {margin-left:10px;}
    
    .path-steps-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid>.span7:before {    border-top: 40px solid #ffd72a;bottom: -40px;}
    .btm-cta-section .Bottom_CTA_Section-row-0-padding { padding-right: 0px !important;  padding-bottom: 88px !important; padding-top: 210px !important; background-position: left 30% center !important;}     
    .btm-cta-section h2 span { font-size: 46px; line-height: 45px;} 
    .btm-cta-section .dnd-section>.row-fluid >.span12 { max-width: 100%; padding: 0 15px;}
    .btm-cta-section h2 { text-align:center;}
    .btm-cta-section h2 span { font-size: 40px; line-height: 42px; text-align: center;text-indent:0;margin-left: 0;} 
    .btm-cta-section a.cta_button  {min-width: 210px;}
    
    .intro-section .span12.dnd-column .row-fluid-wrapper .span4 {margin:0 10px 15px;}
    
    .shapped-banner-section{margin-bottom:0;}
    .content-slider-section { padding: 30px 0;} 
    .content-slider-section .span12>.row-fluid-wrapper.dnd-section>.row-fluid .span6:first-child { padding-right: 20px;}
    .content-slider-section p { font-size: 18px; line-height: 28px;}
    
    .firsthome-hero-section .span12.dnd-column .row-fluid-wrapper>.row-fluid>.span4 a.cta_button {margin-bottom:20px;}
    
    .refinance-home-path-section .span6.dnd-column .span4 a.cta_button {padding:10px 20px; min-width:210px;}
    
    .shaped-hero-banner h1 { font-size: 40px; line-height: 36px;}
    .team-member-section .team-member-wrap .single-team-member { width: 100%;}
    .team-popup .left-content { width: 100%; }
    .team-popup .right-content { padding-left: 0; width: 100%;}
    .team-member-section .row-fluid-wrapper.dnd-section { margin-top: 60px;}
    .team-member-section .span12.dnd-column .row-fluid-wrapper:last-child { padding: 0 0 30px;}
    .team-member-section .team-member-wrap .single-team-member .team-detail p {margin-bottom:0;}
    
    .review-title-section .content-wrap { max-width: 100%;text-align: center;} 
    .review-title-section .content-wrap h3 {margin-left:0;}
    
    .branch-profile-review-title .review-title-section .content-wrap h2 span,  .review-title-section .content-wrap h2 span { margin-left: 0; font-size: 50px; line-height: 50px;} 
    .branch-profile-review-title .review-title-section:before {background-size:54%;}
    .branch-profile-loc-section .info-section .btn-wrap > div { margin-bottom:20px;}
    .branch-profile-loc-section .info-section .btn-wrap > div a { min-width: 220px;}
    .profile-info-section .info-section .section-title { margin-bottom: 35px}    
    .profile-info-section .info-section .section-content .left-part { width: 70%; }
    
    .profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap {padding-bottom: 0;}
    .profile-info-section .info-section .section-content .right-part .footer-content .btn-wrap > div {margin:0 0 15px; width:100%; text-align:center;}
    
    .connect-with-me-section .form-wrap {max-width:90%;}   
    
    .branch-profile-loc-section.branch-directory-banner .right-shaped-banner .banner-caption {text-align:center;}
    .branch-directory-banner .right-shaped-banner .banner-caption h1 {padding-left: 0px;}
    .branch-profile-loc-section.branch-directory-banner .right-shaped-banner .banner-caption h1 span {  font-size: 50px; line-height: 60px;margin-left: 0px;} 
    
    .state-directory-section {padding: 72px 0 50px;}
    .state-directory-section .section-title {text-align:center;}
    
    .state-directory-section .section-content ul { column-count: 2;}
    .state-directory-section .section-content ul li {    padding-left: 20px;}
    .state-directory-section .section-content ul li a { font-size: 20px; line-height: 25px;}   
    .state-directory-section::before { left: calc((100% - 270px) / 2);}
    .state-directory-section h6 {margin-left:0;}
    
    .banner-with-content-section .dnd-section>.row-fluid .span12.dnd-column { max-width: 100%; float: right; text-align: center;}
    .banner-with-content-section .Banner_with_One_Line_Content-row-0-padding { padding-right: 15px !important; padding-top: 60px !important; padding-bottom: 60px !important;    background-position: center left -170px !important;}
    .banner-with-content-section { min-height: auto;}
    .banner-with-content-section h3 { margin-left: 0;}
    .banner-with-content-section h2 {text-indent:0;}
    .banner-with-content-section h2 sup { top: 0; left: 0;display: block;}
    .banner-with-content-section h2 span { font-size: 52px;  line-height: 52px;text-indent: 0;top: 0; left: 0;}
    .banner-with-content-section h2 span strong { text-indent: 0;}
    .testimonial-with-white-bg .home-testimonial-section { padding: 55px 0 85px;}
    .state-directory-section h4 {display:block;}
    .Banner_with_One_Line_Content-module-3-flexbox-positioning > div {width:100%;}
    .banner-with-content-section .dnd-section > .row-fluid .span12.dnd-column {float:none;}
    .branch-directory-banner.branch-profile-loc-section .connect-with-me-section::before { width: 70px; height: 200px; top: -20px;}
    
    .branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 48px; line-height: 50px;} 
    
    .review-title-section:after { left: 20px;   border-left: 65px solid transparent; border-right: 65px solid transparent; border-top: 35px solid #07658e;}
    .profile-info-section {transform: skewY(15deg);}
    .profile-info-section > div { transform: skewY(-15deg);}
    
    .intro-section .right-banner {display:none;}     
    
    .info-slider-section .Info_Slider-row-0-background-image { background-size: 300px !important; padding-bottom: 300px !important;}
    
    .last-visited-officer .officer-inner {display:block;}
    .last-visited-officer .officer-inner .left-part { width: 100%;} 
    .last-visited-officer .officer-inner .right-part {  padding-left: 0; width: 100%;}
    .last-visited-officer .officer-inner .right-part ul li a {font-size:16px; line-height:20px;}
    .last-visited-officer .officer-inner .left-part .info-section { border-right:0;}
    
    .legal-consent-container .hs-form-booleancheckbox-display > span { display: inline !important; padding-left: 0;}
    .state-popup .hs-submit input {min-width:auto;}
    
    .affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h2 { font-size: 50px;line-height: 70px; margin: 0;text-align: center;}
    .affordability-banner.branch-profile-loc-section .right-shaped-banner .banner-caption h1 {text-align:center;}
    .details-section .detail-input-section::before {border-top: 55px solid rgb(255, 215, 42); border-left: 145px solid transparent; border-right: 145px solid transparent;}
    .details-section .detail-input-section:after {border-top: 55px solid #fff; border-left: 145px solid transparent; border-right: 145px solid transparent;}
    .details-section .detail-result-section:before { border-top: 45px solid #07658e;border-left: 135px solid transparent; border-right: 135px solid transparent;}
    
    .details-section .detail-result-section .range-slider {display: block;}
    .details-section .detail-result-section .range-slider .icon-wrap {width:100%; text-align:center;}
    .details-section .detail-result-section .range-slider .content-wrap { margin-top: 20px;padding-left: 0;}
    
    .loan-process-strip h2, .underwriter-strip h2, .refin-appraisal-strip h2 { font-size: 40px; line-height: 40px;}
    
    .team-member-section.job-position-section .job-position-wrap .position-listing-wrap ul li .job-position-content {display: block;}
    .team-member-section.job-position-section .job-position-wrap .position-listing-wrap ul li .job-position-content .job-title{margin-bottom:15px;}
    .team-member-section.job-position-section .job-position-wrap .position-listing-wrap ul li .job-position-content .btn-wrap a { min-width: 100%;}
    
    .team-member-section.job-position-section .job-position-wrap .filter-row .srch-wrap {width:100%;}
    
    .btm-cta-section.career-btm-section.job-position-cta .Bottom_CTA_Section-row-0-padding {padding-left: 15px !important; padding-right: 15px !important;padding-bottom: 110px !important; padding-top: 60px !important; background-position: left 50% center !important;} 
    .btm-cta-section.career-btm-section.job-position-cta h2 span { font-size: 60px;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2)>.row-fluid>.span12 {align-items:center !important;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) .Bottom_CTA_Section-module-5-flexbox-positioning>div {    text-align: center;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:first-child { max-width: 80%; margin: 0 auto;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) .widget-type-linked_image {text-align: center;}
    
    .exp-section>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper .span4 { width: 100%; text-align: center;}
    .awardwinning-workplace .span5.dnd-column .award-logo {width:100%; margin:0 0 20px;}
    .for-emp-section { background-size: 43%;} 
    .btm-cta-section.career-btm-section .Bottom_CTA_Section-row-0-padding {    padding-left: 0 !important; padding-top: 50px !important; padding-bottom: 80px !important; text-align: center;}
    .career-btm-section.btm-cta-section h2 span {  font-size: 66px;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2)>.row-fluid>.span12 {width:100%;}
    
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:first-child { max-width: 70%; margin: 0 auto;} 
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(2), .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) { max-width: 100%;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) h6 {padding-left:0;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) { max-width: 100%;}
    .career-btm-section.btm-cta-section .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(4) img {display:inline-block;}
    
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child::before { border-bottom: 88px solid #07658e; top: 22px;}
    .mission-story-section>.row-fluid-wrapper>.row-fluid>.span12>.dnd-section:first-child .span12.dnd-column { max-width: 100%; margin: 0;padding-top:20px; padding-left: 0px;}
    
    .body-container--blog-index .blog-listing-wrap {padding:0 15px;}
    .body-container--blog-index .blog-listing-wrap article {width:100%; margin:0 0 20px;}
    
    .body-container--blog-post .blog-comments form .hs-submit input {    min-width: 280px;}
    
    .body-container--blog-post .content-wrapper:before { width: 300px;} 
    .blog-header .blog-header__inner h1 {font-size:28px; line-height:40px;}

    .body-container--blog-post .blog-header .blog-header__inner, .body-container--blog-index .blog-header .blog-header__inner { max-width: 100%; padding: 44px 20px 20px 20px;}
    
    .details-section .detail-result-section .detail-result-wrap {max-width:550px; overflow-x:auto;}
    
    .body-container--blog-index .blog-header { min-height: 330px; }
    .body-container--blog-index .content-wrapper { margin-top: -110px;}
    
    .officer-filter-row .form-wrap { margin-left: 0; margin-right: 0; width: 100%;}
    .officer-filter-row .form-wrap .form-field { width: 100%; margin: 0 0 15px;}
    .officer-filter-row .form-wrap .form-field:nth-child(4), .officer-filter-row .form-wrap .form-field:last-child { margin-top: 10px; margin: 0 5px;}
    .officer-listing-module .officer-listing-row { margin-left: 0;  margin-right: 0;}
    .officer-listing-module .officer-listing-row .single-officer { width: 100%; margin: 0 0 15px;}
    
    .qusn-wrap:after {top:36px;}
    
    .profile-info-section.loan_officer_single .connect-with-me-section:before {display:none;}
    
    .about-page + div .footer-section .footer-left-wrap .footer-logo-wrap:after {border-bottom: 50px solid #fff; top:-46px;}
    
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section > .row-fluid > .span12 > div.row-fluid-wrapper:nth-child(2) {max-width: 100%;}
    .career-btm-section.btm-cta-section.job-position-cta .dnd-section>.row-fluid>.span12>div.row-fluid-wrapper:nth-child(3) > .row-fluid > .span12 {align-items: center !important;}
    
    .branch-profile .branch-profile-loc-section .connect-with-me-section:before { width: 100px; top: 50%; transform: translateY(-50%) rotateY(180deg);}
    
    .job-popup.fancybox-content .apply-btn a {min-width:100%;}
    .apply-form-popup.fancybox-content {padding:25px;}
    
    .covid-info-page .shaped-hero-banner.career-banner .Banner_Section-row-0-background-image {padding-top: 146px !important;}
    
    .exe-team .team-member-section .team-member-wrap { margin-left: 0; margin-right: 0;}
    .exe-team .team-member-section .team-member-wrap .single-team-member { width: 100%; margin: 0px 0px 20px; max-width: 300px;}
    
    .profile-info-section .info-section .section-content .top-buttons {text-align:center; }
    .profile-info-section .info-section .section-content .top-buttons > div {margin-bottom:15px;}
    
    .calc-template .team-member-section .team-member-wrap {margin-left: 0; margin-right: 0;}
    .calc-template .team-member-section .team-member-wrap .single-team-member { width: 100%; margin:0 0 15px;}
    .systems-page .widget-type-email_subscriptions_confirmation .success {padding: 15px 20px;}
  
    .tooltip a { border-bottom: 1px dashed #07658e;  text-decoration: none; !important}
    .tooltip:hover a {cursor: help; position: relative; !important}
    .tooltip a span {display: none; !important}
    .tooltip:hover a span {border: #07658e 1px dotted; padding: 5px 20px 5px 5px; display: block; z-index: 100; background: #e3e3e3; left: 0px; margin: 15px; width: 300px; position: absolute; top: 15px; text-decoration: none; !important}
    
    .new-banner .section1-row-0-background-image{padding-top: 150px !important;padding-bottom: 30px !important;min-height: 390px;}
    
    .affordability-calc-details-section .result-content .result-content-wrap .right-part ul li h5 { font-size: 18px;}
    .affordability-calc-details-section .result-content .result-content-wrap .right-part .total-cost-row ul li { font-size: 20px; line-height: 30px;}
    
    .affordability-calc-details-section .result-content .result-content-wrap .right-part .content-row ul li {width:100%;}
}