/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/* stylelint-disable-next-line selector-max-type */
.cmp-image img {
  width: 100%;
}

/*
 *  Copyright 2016 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  float: left;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding: 0 5px;
  content: "/\00a0";
}

/*
 *  Copyright 2016 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.core-form-control {
  display: block;
  width: 100%;
}

/*
 *  Copyright 2016 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-list {
  /* stylelint-disable-next-line selector-max-type */
}
.cmp-list ul {
  list-style: none;
  padding: 0;
}
.cmp-list--item-description {
  display: block;
}
.cmp-list--item-date:before {
  content: "\2013\00a0";
}

/* COLORS */
/* Globall/Generic CSS */
/* FONTS */
@font-face {
  font-family: SlatePro-Bk;
  src: url("clientlib-base/resources/fonts/SlatePro-Bk.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: SlatePro-Medium;
  src: url("clientlib-base/resources/fonts/SlatePro-Medium.woff") format("woff");
  font-display: swap;
}
/* Smooth scrolling for devices */
@media screen and (max-width: 1024px) {
  * {
    -webkit-overflow-scrolling: touch;
  }
}
body {
  font-family: 'SlatePro-Bk', sans-serif;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SlatePro-Medium', sans-serif;
}
/* TEXT STYLES */
.heading-2.black,
.heading-3.black,
.heading-5,
.body-text,
.small-text {
  color: #000000;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4 {
  color: #003087;
}
.heading-2,
.heading-4,
.heading-5,
a {
  font-family: 'SlatePro-Medium', sans-serif;
  outline: none;
}
*:focus {
  outline: none;
  box-shadow: 0 0 0 0 !important;
}
button {
  outline: none;
}
.heading-1,
.heading-2.alternate,
.heading-3,
.body-text,
.small-text {
  font-family: 'SlatePro-Bk', sans-serif;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.body-text,
.small-text {
  text-align: left;
  text-transform: none;
}
.heading-1 {
  font-size: 3.000em;
  line-height: calc(3.25/3);
  text-transform: uppercase;
}
.heading-2 {
  font-size: 2.250em;
  line-height: calc(2.5/2.25);
}
.heading-2.alternate {
  text-transform: uppercase;
}
.heading-3 {
  font-size: 1.875em;
  line-height: calc(2/1.875);
}
.heading-4 {
  font-size: 1.500em;
  line-height: calc(1.625/1.5);
}
.heading-5,
.body-text {
  font-size: 1.125em;
  line-height: calc(1.5/1.125);
}
.small-text {
  font-size: 0.750em;
  line-height: calc(1.125/0.75);
}
sup {
  font-size: 80%;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  sup {
    top: -0.7em;
    /* IE11 */
  }
}
@supports (-ms-ime-align: auto) {
  sup {
    top: -0.7em;
    /* IE Edge */
  }
}
/* LINK STYLES */
a {
  color: #0073cf;
  text-decoration: none;
  cursor: pointer;
}
a i {
  margin-right: 0.625em;
}
a:hover {
  color: #003087;
  text-decoration: underline;
}
a:hover i {
  text-decoration: none;
}
/* List */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
/* CUSTOM ALERT STYLES */
.alert {
  color: black;
  font-family: 'SlatePro-Bk', sans-serif;
  font-size: 1.125em;
  line-height: calc(1.5/1.125);
  text-transform: none;
  text-align: left;
  width: 100%;
  height: 85px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.alert i {
  font-size: 2.5em;
}
.alert i.fa-times {
  font-size: 1.5em;
}
.alert span {
  flex-grow: 1;
  padding: 0 1em;
}
.alert.alert-success {
  border-color: #158fef;
  background-color: rgba(21, 143, 239, 0.1);
}
.alert.alert-success i:not(.fa-times) {
  color: #158fef;
}
.alert.alert-info {
  border-color: #003087;
  background-color: rgba(0, 48, 135, 0.1);
}
.alert.alert-info i:not(.fa-times) {
  color: #003087;
}
.alert.alert-warning {
  border-color: #ffae00;
  background-color: rgba(255, 174, 0, 0.1);
}
.alert.alert-warning i:not(.fa-times) {
  color: #ffae00;
}
.alert.alert-danger {
  border-color: #e01933;
  background-color: rgba(224, 25, 51, 0.1);
}
.alert.alert-danger i:not(.fa-times) {
  color: #e01933;
}
/* BUTTONS & "BUTTON-STYLE" HYPERLINKS */
button.button-cta,
a.button-cta {
  max-width: 200px;
  border-radius: 5px;
  border: none;
  font-family: Arial;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 30px;
  cursor: pointer;
  color: #ffffff;
}
button.button-cta.button-primary,
a.button-cta.button-primary {
  background: #158fef;
  background: linear-gradient(to bottom, #158fef 0%, #158fef 50%, #0073cf 50%, #0073cf 100%);
}
button.button-cta.button-primary:not(:disabled):hover,
a.button-cta.button-primary:not(:disabled):hover {
  background: #1c7cc8;
  background: linear-gradient(to bottom, #1c7cc8 0%, #1c7cc8 50%, #0062b0 50%, #0062b0 100%);
}
button.button-cta.button-secondary,
a.button-cta.button-secondary {
  color: #0073cf;
  border: 1px solid #b6b6b6;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
}
button.button-cta.button-secondary:not(:disabled):hover,
a.button-cta.button-secondary:not(:disabled):hover {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, #e7e7e7 50%, #e7e7e7 100%);
}
button.button-cta.button-cross-sell,
a.button-cta.button-cross-sell {
  background: #e01933;
  background: linear-gradient(to bottom, #e01933 0%, #e01933 50%, #b30032 50%, #b30032 100%);
}
button.button-cta.button-cross-sell:not(:disabled):hover,
a.button-cta.button-cross-sell:not(:disabled):hover {
  background: #b31429;
  background: linear-gradient(to bottom, #b31429 0%, #b31429 50%, #a0042b 50%, #a0042b 100%);
}
button.button-cta.button-paperless,
a.button-cta.button-paperless {
  background: #55b800;
  background: linear-gradient(to bottom, #55b800 0%, #55b800 50%, #55ac00 50%, #55ac00 100%);
}
button.button-cta.button-paperless:not(:disabled):hover,
a.button-cta.button-paperless:not(:disabled):hover {
  background: #4ba200;
  background: linear-gradient(to bottom, #4ba200 0%, #4ba200 50%, #448a00 50%, #448a00 100%);
}
button.button-cta:disabled {
  opacity: 0.25;
  cursor: default;
}
a.button-cta {
  display: inline-block;
}
a.button-cta:hover {
  text-decoration: none;
}
/*Templete level CSS adjustments*/
body > .container {
  max-width: 100%;
  padding: 0;
}
.right-rail-framework {
  margin-top: 30px;
}
.top-position .hero-dynamic + .responsivegrid {
  padding-top: 55px;
}
@media screen and (max-width: 992px) {
  .top-position .hero-dynamic + .responsivegrid {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-position .hero-dynamic + .responsivegrid {
    padding-top: 50px;
  }
}
/* For without hero and sec nav template*/
.primaryNavigation + .responsivegrid {
  position: relative;
  top: 76px;
}
.mouse-pointer {
  cursor: pointer;
}
.hidden-menu {
  display: none;
}
@media (max-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: block !important;
  }
  .d-sm-block {
    display: none !important;
  }
}
.opacity-zero {
  opacity: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield !important;
}
.disclaimer-text p,
.disclaimer-text h6,
.disclaimer-text span {
  font-family: 'SlatePro-Bk', sans-serif !important;
  font-size: 0.688em !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal;
  line-height: 1.64 !important;
  letter-spacing: normal;
  text-align: left !important;
  color: #585858 !important;
}
.breadcrumb + .farmerscontainer {
  margin-top: 30px;
}
.youtubemodel .modal-header {
  border: none;
  padding: 10px 20px 0px;
}
.youtubemodel .modal-header button {
  padding: 15px 15px 8px 15px;
}
.media-container #dynamicmedia_imageplayer img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  .youtube .media-container {
    width: 100% !important;
    height: auto !important;
  }
}

        /* mobile app message popup styles start point*/
.get-mobile-app-msg {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .get-mobile-app-msg a{
        font-family: SlatePro-Bk;
        color: #0073cf !important;
    text-decoration: none !important; 
        font-weight: normal;
}
  .get-mobile-app-msg {
    display: block;
    margin: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    position: fixed;
    /* top: 50px; */
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #e4e2e2;
  }
  .get-mobile-app-msg img.logo {
    width: 48px;
    height: 48px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .get-mobile-app-msg a.get-app {
    margin: 13px 16px;
    text-decoration: underline;
  }
  .get-mobile-app-msg .hide-get-app-msg {
    color: #a6a9ab;
    font-size: 20px;
    margin-top: 15px;
  }

  .mobile-app-on-header {
    top: 58px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .mobile-app-on-mainBody {
    margin-top: 115px !important;
  }

  .mobile-app-on-leftMenu {
    top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-app-on-mainBody {
    margin-top: 70px !important;
  }
}
/* mobile app message popup styles end point*/

/* lower env alert message popup styles start point*/
.lower-env-alert-msg {
	display: block;
	background-color: white;
	padding: 10px;
	border-right: 1px solid #b30032;
    border-bottom: 1px solid #b30032;
    border-top: 1px solid #b30032;
    border-left: 10px solid #b30032;
}

.lower-env-alert-msg .alert-msg {
    display: inline;
    font-size: 18px;
}

.lower-env-alert-msg .hide-lower-env-alert-msg {
	font-size: 18px;
	color: #b30032;
	text-align: right;
}

.lower-env-alert-msg .alert-icon, .lower-env-alert-msg .close-icon {
	 width:9%;
	 display:inline-block;
	 vertical-align: top;
     cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	.lower-env-alert-msg .alert-msg {
	    font-size: 16px;
	}
}

/* lower env alert message popup styles end point*/


/* tab app message popup styles starting point*/
.tab-app-msg-section {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tab-app-msg-section {
    display: block;
    position: relative;
  }
  .tab-app-msg-section .app-msg-content {
    width: 200px;
    padding: 50px 0 82px 0;
    text-align: center;
    margin-left: 72px;
  }
  .tab-app-msg-section .app-msg-content h2 {
    color: #003087;
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
  }
  .tab-app-msg-section .app-msg-content p.continue-farmers {
    padding-top: 10px;
  }
  .tab-app-msg-section .app-msg-content p.continue-farmers a {
    font-size: 12px;
    text-decoration: underline;
  }
  .tab-app-msg-section .do-devider {
    background: url("../components/structure/page/clientlibs/css/images/do-devider.jpg") center no-repeat;
    margin: 20px 0;
    text-align: center;
  }
  .tab-app-msg-section .do-devider .do-title {
    background: #fff;
    padding: 5px;
  }
  .tab-app-msg-section .close-popup {
    color: #b4b6b8;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .tab-app-msg-section .view-services-section {
    padding: 0 50px;
  }
  .tab-app-msg-section .view-services-section img {
    margin-bottom: 15px;
  }
  .tab-app-msg-section .view-services-section .thumb-service-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .tab-app-msg-section .view-services-section .thumb-service-sub-title {
    font-size: 13px;
    text-align: center;
  }
  .tab-app-msg-section .view-services-section .message-for-customers {
    padding-top: 50px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
  }
}
/* tab app message popup styles ending point*/
/* ios mobile app message popup styles starting point*/
.ios-mobile-app-msg-section {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  .ios-mobile-app-msg-section {
    display: block;
    position: relative;
    margin: 0px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row {
    margin-right: 0;
    margin-left: 0;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder {
    width: 92%;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content {
    width: 100%;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content h2 {
    color: #003087;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content p.continue-farmers {
    padding: 10px 0;
    color: #000;
    font-size: 16px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content p.continue-farmers span {
    height: 6px;
    width: 6px;
    background-color: #666;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content .btnRed {
    font-size: 22px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel {
    width: 100%;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img {
    height: 415px;
    width: 200px;
    background-size: contain;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img01 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img01.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img02 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img02.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img03 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img03.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img04 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img04.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img05 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img05.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section .close-popup {
    color: #b4b6b8;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .ios-mobile-app-msg-section .hidden-portrait {
    display: none;
  }
  .ios-mobile-app-msg-section .farmers_carousal {
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-inner {
    height: auto !important;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-indicators {
    position: absolute;
    left: auto;
    bottom: 60px;
    text-align: center;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-indicators li {
    margin: 0 3px;
    height: 6px;
    width: 6px;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-indicators .active {
    height: 8px;
    width: 8px;
  }

  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row {
    margin-right: 0;
    margin-left: 0;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img01 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img01.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img02 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img02.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img03 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img03.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img04 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img04.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img05 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img05.jpg") center 0 no-repeat;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .ios-mobile-app-msg-section {
    display: block;
    position: relative;
    margin: 0px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row {
    margin-right: 0;
    margin-left: 0;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder {
    width: 92%;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content {
    width: 55%;
    float: left;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content h2 {
    color: #003087;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content p.continue-farmers {
    padding: 10px 0;
    color: #000;
    font-size: 16px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content p.continue-farmers span {
    height: 6px;
    width: 6px;
    background-color: #666;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content .btnRed {
    font-size: 22px;
    width: 92%;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel {
    width: 45%;
    float: right;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img {
    height: 400px;
    width: 200px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img01 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img01.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img02 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img02.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img03 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img03.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img04 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img04.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img05 {
    background: url("../components/structure/page/clientlibs/css/images/banner-ios-img05.jpg") center 0 no-repeat;
  }
  .ios-mobile-app-msg-section .close-popup {
    color: #b4b6b8;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .ios-mobile-app-msg-section .hidden-landscape {
    display: none;
  }
  .ios-mobile-app-msg-section .farmers_carousal {
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-inner {
    height: auto !important;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-indicators {
    position: absolute;
    left: 20%;
    bottom: 4px;
    text-align: left;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-indicators li {
    margin: 0 5px;
    height: 8px;
    width: 8px;
  }
  .ios-mobile-app-msg-section .farmers_carousal .carousel-indicators .active {
    height: 10px;
    width: 10px;
  }

  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row {
    margin-right: 0;
    margin-left: 0;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img01 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img01.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img02 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img02.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img03 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img03.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img04 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img04.jpg") center 0 no-repeat;
  }
  body.android .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-carosel .carosel-img.img05 {
    background: url("../components/structure/page/clientlibs/css/images/banner-andriod-img05.jpg") center 0 no-repeat;
  }
}
@media only screen and (min-device-width: 640px) and (max-device-width: 767px) and (orientation: landscape) {
  .ios-mobile-app-msg-section #carousel-farmers-container .item .row .item-holder .ios-app-msg-content .btnRed {
    font-size: 22px;
    width: 70%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ios-mobile-app-msg-section #carousel-farmers-container .item .item-holder .ios-app-msg-content h2 {
    color: #003087;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .item-holder .ios-app-msg-content p.continue-farmers {
    padding: 10px 0;
    color: #000;
    font-size: 18px;
  }
  .ios-mobile-app-msg-section #carousel-farmers-container .item .item-holder .ios-app-msg-content .btnRed {
    font-size: 20px;
  }
}
/* ios mobile app message popup styles ending point*/

/* COLORS */
/* HELPER CLASSES and STYLEGUIDE DEMO-SPECIFIC CLASSES */
/* Designed for purposes of the styleguide demo */
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.section-spacer {
  height: 3em;
}
.section-spacer-small {
  height: 1.5em;
}
.color-swatch {
  width: 100%;
  border-radius: 10px;
  height: 2em;
  margin-bottom: 1em;
}
.color-swatch.tall {
  height: 8em;
}
.color-swatch.with-border {
  border: 2px solid #e7e7e7;
}
.color-swatch.white {
  background-color: #ffffff;
}
.color-swatch.blue {
  background-color: #003087;
}
.color-swatch.gray-light {
  background-color: #e7e7e7;
}
.color-swatch.white-off {
  background-color: #f7f7f7;
}
.color-swatch.blue-confirm {
  background-color: #b4c4ea;
}
.color-swatch.highlight-blue {
  background-color: #158fef;
}
.color-swatch.red-light {
  background-color: #fadce0;
}
.color-swatch.highlight-amber {
  background-color: #ffae00;
}
.color-swatch.black {
  background-color: #000000;
}
.color-swatch.gray-dark {
  background-color: #585858;
}
.color-swatch.gray-mid {
  background-color: #b6b6b6;
}
.color-swatch.blue-mid {
  background-color: #0073cf;
}
.color-swatch.blue-light {
  background-color: #b4c4ea;
}
.color-swatch.red {
  background-color: #e01933;
}
.color-swatch.red-dark {
  background-color: #b30032;
}
.color-swatch.paperless-green {
  background-color: #55b800;
}
.color-swatch.paperless-green-dark {
  background-color: #55ac00;
}
.table-grid-info.table-bordered,
.table-grid-info.table-bordered td,
.table-grid-info.table-bordered th,
.table-grid-info.table thead th {
  border-width: 2px;
  border-color: #e7e7e7;
}
.table-grid-info thead tr,
.table-grid-info tbody tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
code {
  color: #000000;
}
.grid-demo {
  position: relative;
  margin: 40px 0;
}
.grid-demo .grid-guides {
  height: 17em;
}
.grid-demo .grid-guides .col-1 {
  border-right: 1px solid #e7e7e7;
}
.grid-demo .grid-guides .col-1:last-child {
  border-right: none;
}
.grid-demo .grid-elements {
  position: absolute;
  top: 1.5em;
  left: 15px;
  width: calc(100% - 30px);
}
.grid-demo .grid-elements .grid-element {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin: 2px;
  padding: 5px;
}
.grid-demo .offset {
  background-color: #b6b6b6;
  position: absolute;
  top: 0;
  height: 17em;
  width: 15px;
}
.grid-demo .offset.offset-left {
  left: 0;
}
.grid-demo .offset.offset-right {
  right: 0;
}
.grid-demo .offset p {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  width: 8em;
  transform: translate(-3.5em, 11em) rotate(90deg);
}
.center-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
button.button-cta.hover-demo.button-primary,
a.button-cta.hover-demo.button-primary {
  background: #1c7cc8;
  background: linear-gradient(to bottom, #1c7cc8 0%, #1c7cc8 50%, #0062b0 50%, #0062b0 100%);
}
button.button-cta.hover-demo.button-secondary,
a.button-cta.hover-demo.button-secondary {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, #e7e7e7 50%, #e7e7e7 100%);
}
button.button-cta.hover-demo.button-cross-sell,
a.button-cta.hover-demo.button-cross-sell {
  background: #b31429;
  background: linear-gradient(to bottom, #b31429 0%, #b31429 50%, #a0042b 50%, #a0042b 100%);
}
button.button-cta.hover-demo.button-paperless,
a.button-cta.hover-demo.button-paperless {
  background: #4ba200;
  background: linear-gradient(to bottom, #4ba200 0%, #4ba200 50%, #448a00 50%, #448a00 100%);
}

body {
    /*Required for the fading to be 100%*/
    position: relative;
}
.agent-fading-overlay {
    background: #e9e9e9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index:99999;
}
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }

  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 160px;
  }
  
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); 
  }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); 
  }
  .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; 
  }
  .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; 
  }
  .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; 
  }
  .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; 
  }
  .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; 
  }
  .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; 
  }
  .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; 
  }
  .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }
  .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
  }
  .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
  }
  
  @-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
  }
  
  @keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
  }
/* COLORS */
/*Get a Quote*/
.shadow-wrapper {
  background: #fff;
  padding: 41px 38px 35px 40px;
  box-shadow: 0px 3px 7.5px 0.5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 28rem;
}

.home-getaquote h1,
.home-getaquote h2 {
  font: 2.6rem/2rem 'SlatePro-Bk', sans-serif;
  padding: 0;
  margin: 0 0px 0.75rem 0;
  color: #003087;
}

.home-getaquote h1 {
  text-transform: uppercase;
}

.home-getaquote p {
  color: #000;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 14px;
}

.home-getaquote select {
  font-family: SlatePro-Bk;
  color: #585858;
  font-size: 1.25em;
  border: 1px solid #b6b6b6;
  vertical-align: top;
  padding: 5px 10px 6px 10px;
  width: 100%;
  line-height: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: none;
  margin-bottom: 15px;
  background: #fff;
  height: 2.4rem;
}

.home-getaquote input {
  width: 100%;
  border: 1px solid #b6b6b6;
  padding: 6px 10px;
  font-size: 1.25rem;
  color: #585858;
  line-height: 1.2rem;
  outline: none;
  height: 2.4rem;
}

.home-getaquote input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.home-getaquote .button-cta.button-cross-sell.home-startquote-single:focus,
.home-zipinput:focus,
.home-getaquote select:focus {
  outline: 1px dashed #000000 !important;
  outline-offset: 2px;
}

.home-getaquote .select-wrapper {
  position: relative;
}

.home-getaquote .select-wrapper i {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: 12px;
  color: #585858;
  pointer-events: none;
  font-weight: bold;
  line-height: normal;
}

.home-getaquote select::-ms-expand {
  display: none;
}

.home-getaquote .error-message {
  float: left;
  margin-top: 6px;
  color: #be0032;
  display: none;
  line-height: 0.9em;
}

.home-getaquote.error .error-message {
  width: 100%;
}

.shadow-wrapper button {
  padding: 11px 45px;
  margin: 20px 0px 24px 0px;
  font-size: 1.25rem;
  line-height: 1.2rem;
  height: auto;
  width: 12rem;
}

.getaquote-links a {
  font-family: 'SlatePro-Bk', sans-serif;
}

.getaquote-links span {
  color: #0073ef;
  margin: 0px 5px;
}

@media screen and (max-width: 992px) {

  .home-getaquote h1,
  .home-getaquote h2 {
    font-size: 2rem;
    margin-bottom: 12px;
  }

  .shadow-wrapper {
    margin: 0 auto 20px auto;
    width: 480px;
  }
}

@media screen and (max-width: 1025px) {
  .shadow-wrapper button {
    padding: 6px 30px 6px 30px;
  }

  .home-getaquote input {
    padding: 10px 10px 2px 10px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .shadow-wrapper {
    max-width: 100%;
    padding: 44px 30px 40px 30px;
  }

  .home-getaquote h1 {
    font: 40px/40px 'SlatePro-Bk', sans-serif;
    margin: 0 0px 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .landingstyle {
    width: 280px !important;
  }

  .shadow-wrapper {
    padding: 26px 20px 26px 20px;
  }

  .home-getaquote h1,
  .home-getaquote h2 {
    font-size: 30px;
    margin-bottom: 6px;
    line-height: 30px;
  }

  .home-getaquote p {
    font-size: 18px;
  }

  .home-getaquote select,
  .home-getaquote input {
    font-size: 1.125em;
  }

  .getaquote-links a:first-child {
    display: block;
    margin-bottom: 7px;
  }

  .shadow-wrapper button {
    margin-bottom: 16px;
    width: 100%;
  }

  .getaquote-links span {
    display: none;
  }
}

.mac .home-getaquote input {
  padding: 10px 10px 2px 10px;
  line-height: 22px;
}

.home-getaquote p:first-child {
  margin-bottom: 6px !important;
}

@media (min-width: 481px) and (max-width: 767px) {
  .shadow-wrapper.findanagent {
    margin: 0 !important;
  }
}

.bgc-set select#selectInsuraceType:focus,
.bgc-set input:focus {
  outline-offset: 2px;
  outline: 1px dashed #ffffff !important;
}

.home-getaquote .button-cta.button-cross-sell.home-startquote-single.whiteBorder:focus {
  outline-offset: 2px;
  outline: 1px dashed #ffffff !important;
}

.home-getaquote .button-cta.button-cross-sell.home-startquote-single.getaquote_savings_page:focus {
  outline-offset: 2px;
  outline: 1px dashed #ffffff !important;
}

.home-getaquote a.white:hover,
.home-getaquote a.white:active,
.home-getaquote a.white:visited,
.home-getaquote a.white {
  color: #fff;
}

.home-getaquote a.white:focus {
  color: #fff;
  outline: 1px dashed #fff !important;
}

/*for non-desktop viewport*/
@media screen and (max-width: 991px) {
  .button-hidden-sr {
    display: none !important;
  }
}

button.getaquote_savings_page {

  font-size: 20px !important;
  padding: 6px !important;
}

.white-bg select#selectInsuraceType:focus {
  outline-offset: 2px;
  outline: 1px dashed #000000 !important;
}

.getaquote-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

 .getaquote-footer img {
  width: 15%;
}

@media (min-width: 768px) {
  .getaquote-footer {
    justify-content: flex-start;
  }
}

.getaquote.center-align {
  text-align: center;
}

.getaquote.center-align .shadow-wrapper {
  padding: 20px 0 50px;
  padding-top: 20px;
  margin: 0 auto;
  width: auto;
}

.getaquote.center-align .input-wrapper {
  margin: 25px auto 10px;
}

.getaquote.center-align .input-wrapper,
.getaquote.center-align button {
  max-width: 234px;
  width: 100%;
}

.getaquote.center-align .shadow-wrapper input {
  height: 40px;
}

.getaquote.center-align .shadow-wrapper button {
  margin-bottom: 0;
  height: 40px;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .getaquote.center-align .shadow-wrapper {
    padding-top: 0;
    padding-bottom: 37px;
  }

  .getaquote.center-align .formhome_getquote {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .getaquote.center-align .input-wrapper {
    margin: 0 30px 0 0;
  }

  .getaquote.center-align .shadow-wrapper input {
    height: 29px;
    font-size: 16px;
  }

  .getaquote.center-align .error-message {
    position: absolute;
    text-align: left;
  }

  .getaquote.center-align .shadow-wrapper button {
    margin-top: 0;
    height: 29px;
    font-size: 15px;
    line-height: 1;
  }

  .getaquote.center-align .input-wrapper,
  .getaquote.center-align button {
    max-width: 186px;
  }
}

@media screen and (min-width: 1024px) {
  .getaquote.center-align .shadow-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .getaquote.center-align .formhome_getquote {
    padding-top: 13px;
  }

  .getaquote.center-align .input-wrapper {
    margin-right: 40px;
  }

  .getaquote.center-align .input-wrapper,
  .getaquote.center-align button {
    max-width: 261px;
  }

  .getaquote.center-align .shadow-wrapper input {
    height: 40px;
    font-size: 1.25rem;
  }

  .getaquote.center-align .shadow-wrapper button {
    height: 40px;
    font-size: 20px;
  }
}

.getaquote.theme-blue button.button-cta.button-cross-sell,
.getaquote.theme-blue a.button-cta.button-cross-sell,
.getaquote.theme-blue button.button-cta.button-cross-sell:focus,
.getaquote.theme-blue a.button-cta.button-cross-sell:focus {
  background: #158fef;
  background: linear-gradient(to bottom, #158fef 0%, #158fef 50%, #0073cf 50%, #0073cf 100%);
}

.getaquote.no-shadow .shadow-wrapper {
  box-shadow: none;
}


.mac .getaquote.center-align .shadow-wrapper button,
.ipad .getaquote.center-align .shadow-wrapper button {
  padding-top: 6px;
  padding-bottom: 6px;
}
a.transcript {
    text-decoration: underline;
    font-size: 0.85rem;
    font-family: SlatePro-BK;
}

a.transcript:focus {
    outline: 1px dashed #000000;
    outline-offset: 2px;
}

.transcript img {
    display: inline-block;
    width: 12px;
    height: 12px;
}
/* COLORS */
/* Button Component CSS */
button.button-cta,
a.button-cta {
  border-radius: 5px;
  border: none;
  font-family: Arial;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  text-transform: none;
  text-align: center;
  padding: 8px 20px;
  cursor: pointer;
  color: #ffffff;
  max-width: inherit;
  float: none;
  display: inline;
}

button.button-cta.standard,
a.button-cta.standard {
  padding: 10px 24px;
  font-size: 17px;
}

button.button-cta:hover,
a.button-cta:hover {
  text-decoration: none;
}

button.button-cta.button-cross-sell,
a.button-cta.button-cross-sell {
  background: #e01933;
  background: linear-gradient(to bottom, #e01933 0%, #e01933 50%, #b30032 50%, #b30032 100%);
}

button.button-cta.button-cross-sell :hover,
a.button-cta.button-cross-sell :hover {
  background: #b31429;
  background: linear-gradient(to bottom, #b31429 0%, #b31429 50%, #a0042b 50%, #a0042b 100%);
}

button.button-cta.button-secondary,
a.button-cta.button-secondary {
  color: #0073cf;
  border: 1px solid #b6b6b6;
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
}

button.button-cta.button-secondary:hover,
a.button-cta.button-secondary:hover {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, #e7e7e7 50%, #e7e7e7 100%);
}

button.button-cta.button-primary,
a.button-cta.button-primary {
  background: #158fef;
  background: linear-gradient(to bottom, #158fef 0%, #158fef 50%, #0073cf 50%, #0073cf 100%);
}

button.button-cta.button-primary:hover,
a.button-cta.button-primary:hover {
  background: #1c7cc8;
  background: linear-gradient(to bottom, #1c7cc8 0%, #1c7cc8 50%, #0062b0 50%, #0062b0 100%);
}

button.button-cta.button-paperless,
a.button-cta.button-paperless {
  background: #55b800;
  background: linear-gradient(to bottom, #55b800 0%, #55b800 50%, #55ac00 50%, #55ac00 100%);
}

button.button-cta.button-paperless:hover,
a.button-cta.button-paperless:hover {
  background: #4ba200;
  background: linear-gradient(to bottom, #4ba200 0%, #4ba200 50%, #448a00 50%, #448a00 100%);
}

button.button-cta.button-video,
a.button-cta.button-video {
  background: #ffffff url('clientlib-base/resources/images/video-icon.png') no-repeat 98% center;
  border: 1px solid #b6b6b6;
  color: #000000;
  padding: 6px 70px 6px 11px;
  background-size: 12px auto;
  line-height: 26px;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1em;
  text-transform: inherit;
}

button.button-cta.button-video:hover,
a.button-cta.button-video:hover {
  background: #ffffff url('clientlib-base/resources/images/video-icon-hover.png') no-repeat 98% center;
  background-size: 12px auto;
}

button.button-cta.mobile,
a.button-cta.mobile {
  display: none;
}

.farmersbutton.btf-left-btn a,
.farmersbutton.btf-right-btn a {
  margin-left: auto;
  margin-right: auto;
}

.farmersbutton.btf-left-btn a.button-cta.mobile,
.farmersbutton.btf-right-btn a.button-cta.mobile {
  padding-top: 6px;
  padding-bottom: 1px;
  max-width: none;
  width: 234px;
  display: none;
}

/*
  MOBILE ONLY
 */
@media screen and (max-width: 767px) {
  .farmersbutton.btf-left-btn {
    padding-top: 25px;
  }

  .farmersbutton.btf-left-btn {
    padding-bottom: 30px;
  }

  .farmersbutton.btf-right-btn {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .farmersbutton.btf-left-btn,
  .farmersbutton.btf-right-btn {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .farmersbutton.btf-left-btn {
    padding-right: 15px;
    text-align: right;
  }

  .farmersbutton.btf-left-btn a {
    margin-right: 0;
  }

  .farmersbutton.btf-right-btn {
    margin-left: 0;
    padding-left: 15px;
  }

  .farmersbutton.btf-right-btn a {
    margin-left: 0;
  }

  .farmersbutton.btf-left-btn a.button-cta.mobile,
  .farmersbutton.btf-right-btn a.button-cta.mobile,
  .farmersbutton.btf-left-btn a.button-cta.desktop,
  .farmersbutton.btf-right-btn a.button-cta.desktop {
    height: 29px;
    font-size: 15px;
    line-height: 1;
    width: 186px;
  }
}


@media screen and (min-width: 993px) {
  .farmersbutton.btf-left-btn a.button-cta.desktop,
  .farmersbutton.btf-right-btn a.button-cta.desktop {
    display: block;
    padding-top: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .farmersbutton.btf-left-btn,
  .farmersbutton.btf-right-btn {
    padding-top: 26px;
    padding-bottom: 50px;
  }

  .farmersbutton.btf-left-btn a.button-cta.desktop,
  .farmersbutton.btf-right-btn a.button-cta.desktop {
    height: 40px;
    font-size: 20px;
    width: 260px;
    padding-top: 10px;
  }

  .farmersbutton.btf-left-btn {
    padding-right: 20px;
  }


  .farmersbutton.btf-right-btn {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1025px) {

  a.button-cta,
  .right-rail a.button-cta,
  .right-rail a.button-cta.mobile {
    padding: 8px 15px 8px 15px;
  }

  button.button-cta.button-video,
  a.button-cta.button-video {
    padding: 8px 70px 8px 11px;
  }
}

@media screen and (max-width: 992px) {

  button.button-cta.mobile,
  a.button-cta.mobile {
    display: block;
  }

  .farmersbutton.btf-left-btn a.button-cta.mobile,
  .farmersbutton.btf-right-btn a.button-cta.mobile {
    display: block;
  }

  button.button-cta.desktop,
  a.button-cta.desktop,
  .farmersbutton.btf-left-btn a.button-cta.desktop,
  .farmersbutton.btf-right-btn a.button-cta.desktop {
    display: none;
  }


  .right-rail a.button-cta {
    font-size: 1rem;
  }

  button.button-cta.button-video,
  a.button-cta.button-video,
  button.button-cta.button-video:hover,
  a.button-cta.button-video:hover {
    font-size: 15px;
    padding: 8px 33px 8px 11px !important;
    background-size: 10px auto;
    background-position: 95% center;
  }

  a.button-cta.mobile {
    max-width: fit-content;
    padding: 8px 20px 8px 20px;
  }

  .column-control a.button-cta.mobile {
    display: inline;
  }
}

@media screen and (max-width: 767px) {

  button.button-cta.button-video,
  a.button-cta.button-video {
    width: 217px;
    background-position: 96% center;
    padding: 6px 30px 6px 11px;
  }

  button.button-cta.button-video,
  a.button-cta.button-video,
  button.button-cta.button-video:hover,
  a.button-cta.button-video:hover {
    font-size: 16px;
  }

  .right-rail a.button-cta.mobile {
    max-width: fit-content;
    padding: 8px 20px;
  }
}

.mac .right-rail a.button-cta,
.mac a.button-cta {
  padding: 8px 20px 8px 20px;
}

button.button-cta.button-video:focus,
a.button-cta.button-video:focus,
.farmersbutton a.button-cta:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.button-hidden-sr {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    opacity: 0;
}

.button-hidden-sr:focus {
    background: #e01933;
    background: linear-gradient(to bottom, #e01933 0%, #e01933 50%, #b30032 50%, #b30032 100%);
    clip: unset;
    position: inherit;
    opacity: inherit;
}

/* .farmersbutton a.fixed-width {
  max-width: none;
} */
/* COLORS */
.acquisition-banner {
  position: relative;
}
.acquisition-banner .container {
  position: absolute;
  top: 50%;
  max-width: 940px;
  margin: 0 auto;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
/* find an agent */
.findanagent {
  width: 326px;
  padding: 26px 40px 30px 40px;
  margin-left: 50px;
}
.findanagent.right {
  float: right;
  margin-right: 50px;
}
.findanagent input {
  font-size: 16px;
  padding: 10px;
  height: 40px;
}
.findanagent h1,
.findanagent h2 {
  font: 25px/20px 'SlatePro-Medium', sans-serif;
  margin-bottom: 8px;
  color: #003087;
  text-transform: none;
  font-weight: normal;
  line-height: normal;
}
.findanagent h1 {
  font-weight: 500;
  line-height: 1.04;
}
.findanagent p {
  font-size: 1em;
  margin-bottom: 10px;
}
.shadow-wrapper.findanagent button {
  width: 100%;
  margin: 15px 0px 0px 0px;
}
.acquistion-edit-height {
  height: 450px;
}
.acquisition-banner .cq-dd-image #dynamicmedia_acquisitionbanner img {
  display: block;
  width: 100%;
  max-height: inherit;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .shadow-wrapper.findanagent {
    width: 326px;
    margin-left: 30px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .acquisition-banner .container {
    width: 326px;
    padding: 0;
    position: relative;
    top: 67px;
  }
  .findanagent {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .acquisition-banner .container {
    width: 282px;
    padding: 0;
  }
  .shadow-wrapper.findanagent {
    padding: 16px 20px 20px 20px;
    margin: 0;
  }
}
.acquisition-banner .cq-dd-image {
  max-height: inherit;
}
.acquisition-banner .cq-dd-image .s7responsiveContainer {
  max-height: inherit;
}
.acquisition-banner .cq-dd-image #dynamicmedia_acquisitionbanner {
  max-height: inherit;
}

/* COLORS */
/* Blockquote and extract CSS */
.blockquote-and-extract .maincontainer {
  background: #f7f7f7;
  padding: 24px 60px 15px 50px;
}
.blockquote-and-extract .quote-card.green-card {
  position: relative;
  margin-bottom: 5px;
}
.blockquote-and-extract i[class="fa fa-quote-left"] {
  position: absolute;
  left: -25px;
  font-size: 20px;
  color: #cccccc;
}
.blockquote-and-extract i[class="fa fa-quote-right"] {
  display: initial;
  font-size: 20px;
  color: #cccccc;
}
.blockquote-and-extract p {
  color: #756f6f;
  font-size: 20px;
  line-height: 1.04;
  font-family: 'SlatePro-Bk', sans-serif;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.blockquote-and-extract .contetntBoxPadding {
  width: 68%;
  margin-left: 20px;
  padding: 0;
  display: block;
  flex: none;
}
.blockquote-and-extract .contetntBoxPadding h5,
.blockquote-and-extract .contetntBoxPadding p.blockquote-title {
  font-size: 1em;
  line-height: 1.6;
  color: #003087;
  margin: 0;
}
.blockquote-and-extract .contetntBoxPadding p {
  font-size: 1em;
  line-height: 1.63;
  color: #000000;
  margin-bottom: 0;
}
.blockquote-and-extract .contetntBoxPadding a {
  text-decoration: underline;
  font-family: 'SlatePro-Bk', sans-serif;
}
.blockquote-and-extract .imageBox {
  margin-top: 4px;
  padding: 0px;
  margin-left: 15px;
  max-width: 23.3%;
  flex: auto;
}
.blockquote-and-extract .imageBox img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .blockquote-and-extract .contetntBoxPadding {
    width: 66%;
  }
}
@media (max-width: 768px) {
  .blockquote-and-extract .imageBox {
    max-width: 27%;
  }
  .blockquote-and-extract .contetntBoxPadding {
    width: 64%;
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .blockquote-and-extract p {
    font-size: 16px;
    line-height: 1.3;
  }
  .blockquote-and-extract .maincontainer {
    padding-right: 50px;
  }
  .blockquote-and-extract .maincontainer .row {
    margin: 0;
  }
  .blockquote-and-extract .imageBox {
    max-width: 100%;
    height: auto;
    flex: 0 0 100%;
    max-height: initial;
    margin-left: 0;
  }
  .blockquote-and-extract .contetntBoxPadding {
    width: 100%;
    margin: 20px 0px 0px 0px;
    max-width: 100%;
  }
}
.blockquote {
  font-size: inherit;
}
.newColor p{
color: #0073cf;
}

.verticalLine .custom-quote, .verticalLineBlue .custom-quote {
    font-weight: normal;
  	font-style: italic;
  	font-stretch: normal;
  	letter-spacing: normal;
  	text-align: left;
    font-size: 35px;
    font-family: SlatePro-Italic;
}

.H1-45 .custom-quote {
	font-size: 45px;
    line-height: 1.14;
}
.H2-40px-DD .custom-quote {
	font-size: 40px;
	color: #A9A9A9;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;

}
.H2-40px-DB .custom-quote {
	font-size: 40px;
	color: #000000;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}

.H2-30px-DBl .quote-div p,
.H2-30px-DBl .quote-div cite {
	font-size: 40px;
	color: #003087;
	font-family: 'SlatePro-Bk';
  line-height: 1.14;
}

.cite-small .quote-div cite {
  line-height: 1.5;
  font-size: 0.9rem;
}

.txt-center .quote-div p,
.txt-center .quote-div cite {
  text-align: center;
}

.H3-SPM .custom-quote {
	font-size: 35px;
	color: #000000;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H3-SPM-DG .custom-quote {
	font-size: 35px;
	color: #585858;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H3-SPM-DBl .custom-quote {
	font-size: 35px;
	font-family: 'SlatePro-Medium';
	color: #00008B;
    line-height: 1.14;
}

.H3-SPB .custom-quote {
	font-size: 35px;
	color: #000000;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H3-SPB-DG .custom-quote {
	font-size: 35px;
	color: #585858;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H3-SPB-DBl .custom-quote {
	font-size: 35px;
	color: #00008B;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}

.H4-SPM .custom-quote {
	font-size: 25px;
	color: #000000;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H4-SPM-DG .custom-quote {
	font-size: 25px;
	color: #585858;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H4-SPM-DBl .custom-quote {
	font-size: 25px;
	color: #00008B;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}

.H4-SPB .custom-quote {
	font-size: 25px;
	color: #000000;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H4-SPB-DG .custom-quote {
	font-size: 25px;
	color: #A9A9A9;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H4-SPB-DBl .custom-quote {
	font-size: 25px;
	color: #00008B;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}

.H5-SPM .custom-quote {
	font-size: 20px;
	color: #000000;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H5-SPM-DG .custom-quote {
	font-size: 20px;
	color: #585858;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H5-SPM-DBl .custom-quote {
	font-size: 20px;
	color: #00008B;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}

.H5-SPB .custom-quote {
	font-size: 20px;
	color: #000000;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H5-SPB-DG .custom-quote {
	font-size: 20px;
	color: #585858;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H5-SPB-DBl .custom-quote {
	font-size: 20px;
	color: #00008B;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}

.H6-SPM .custom-quote {
	font-size: 16px;
	color: #000000;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H6-SPM-DG .custom-quote {
	font-size: 16px;
	color: #585858;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}
.H6-SPM-DBl .custom-quote {
	font-size: 16px;
	color: #00008B;
	font-family: 'SlatePro-Medium';
    line-height: 1.14;
}

.H6-SPB .custom-quote {
	font-size: 16px;
	color: #000000;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H6-SPB-DG .custom-quote {
	font-size: 16px;
	color: #585858;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
.H6-SPB-DBl .custom-quote {
	font-size: 16px;
	color: #00008B;
	font-family: 'SlatePro-Bk';
    line-height: 1.14;
}
div.drop-down-body .custom-quote {
	margin-top:40px;
	margin-left:40px;
}
.selected-value .custom-quote {
	margin-left:115px;
}

.redColor p{
    color: red;
}

.blockquote {
    color: #585858;
    font-size: 1.5625em;
    line-height: 1.04;
    font-family: SlatePro-Bk, sans-serif;
}

.blockquote cite {
	  font-style : normal;
	  font-family : 'SlatePro-Bk';
	  font-weight: normal;
  	font-stretch: normal;
  	font-size: 1rem;
    display: block;
    margin-top: 5px;
}
.verticalLine .quote-card{
    height:100%;
    border-left: 5px solid #585858;
    position: absolute;
    margin-left: 25px;
  }

.verticalLineBlue .quote-card {
    height:100%;
    border-left: 5px solid #003087;
    position: absolute;
    margin-left: 25px;
}

.verticalLineBlue .fa {
display: none !important;
}
.verticalLineBlue .maincontainer {
background-color: #ffffff;
}

.verticalLine .fa {
display: none !important;
}
.verticalLine .maincontainer {
background-color: #ffffff;
}



/*for desktop viewport*/
@media screen and (min-width: 991px) {
    .custom-quote {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }

    .p-xlarge .blockquote-and-extract .maincontainer {
      padding: 30px 100px 15px;
      text-align: center;
    }
    
}

/*for mobile viewport*/
@media screen and (max-width: 480px) {
    .custom-quote {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
}

/*for tablet viewport*/
@media (min-width: 481px) and (max-width: 768px) {
    .custom-quote {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }

    .p-xlarge .blockquote-and-extract .maincontainer {
      padding: 30px 100px 15px;
      text-align: center;
    }
}
.quote-div{
  margin-left:25px;
}

.blockquote .blockquote-and-extract .row a {
  text-decoration: underline;
}

.blockquote .blockquote-and-extract .row a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

/* COLORS */
/* Right Rail CSS */
.right-rail-framework > .container {
  max-width: 940px;
  padding: 0;
}
.right-rail-framework .right-column {
  position: relative;
}
@media (max-width: 767px) {
  .right-rail-framework .right-column {
    padding-top: 31px;
  }
}
.right-rail-framework .right-column .right-rail {
  box-sizing: border-box;
  margin: 30px 0;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  /*@media screen and (min-width: @breakpoint-large) {
                width: 350px;
            }*/
}
.right-rail-framework .right-column .right-rail img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .right-rail-framework .right-column .right-rail {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    width: 100%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .right-rail-framework .right-column .right-rail {
    width: 210px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .right-rail-framework .right-column .right-rail {
    width: 290px !important;
  }
}
.right-rail-framework .right-column .right-rail .right-rail-content {
  border-left: 4px solid #e7e7e7;
  padding: 0 0 0 19px;
  margin: 20px 15px 15px 15px;
}
.right-rail-framework .right-column .right-rail .right-rail-content.no-gray-line {
  border-left: 4px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .right-rail-framework .right-column .right-rail .right-rail-content {
    margin: 0px 35px 15px 15px;
  }
}
.right-rail-framework .right-column .right-rail .right-rail-content .right-rail-content-item {
  display: block;
  margin-bottom: 10px;
}
.right-rail-framework .right-column .right-rail .right-rail-content .right-rail-content-item:last-child {
  margin-bottom: 0;
}
.right-rail-framework .right-column .right-rail .right-rail-content .right-rail-image {
  /* width: 100%; */
  height: auto;
  margin-bottom: 15px;
}
.right-rail-framework .right-column .right-rail .right-rail-content .headline {
  font-size: 1.250em;
  line-height: 1.3;
  position: relative;
  top: -4px;
}
.right-rail-framework .right-column .right-rail .right-rail-content .body-text.has-lead-in {
  margin-top: 15px;
  line-height: 1.63;
}
.right-rail-framework .right-column .right-rail .right-rail-content .uppercase-lead-in {
  font-family: 'SlatePro-Medium', sans-serif;
  font-size: 2.1875em;
  margin-right: 3px;
  line-height: 1.3;
  text-transform: uppercase;
}
.right-rail-framework .right-column .right-rail .right-rail-content .cta-inline {
  font-size: 1.125em;
  line-height: calc(1.5 / 1.125);
  font-family: 'SlatePro-Bk', sans-serif;
}
.right-rail-framework .right-column .right-rail .right-rail-content .farmersText .rich-text p a {
  font-family: inherit;
  line-height: 1.63;
}
@media screen and (max-width: 992px) {
  .right-rail-framework > .container {
    max-width: inherit;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .right-rail-framework > .container {
    max-width: inherit;
    padding: 0 25px;
  }
}
.header-before-right-rail-framework {
  background: #b6b6b6;
  height: calc(50px + 60px);
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}
.content-before-right-rail-framework,
.content-after-right-rail-framework {
  background: #e7e7e7;
}
.content-before-right-rail-framework {
  height: 500px;
  padding-top: 200px;
}
.content-after-right-rail-framework {
  height: 1000px;
}
.right-rail img {
  /* width: 100%;*/
}
.right-rail-framework .right-column .right-rail .s7responsiveContainer a {
  display:block;
}
.right-rail-framework .right-column .right-rail .s7responsiveContainer a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}


/* COLORS */
/* Local Variables */
/* Animations */
@keyframes secondaryMenuRightAnim {
    from {
        transform: translateX(11em);
        opacity: 0;
        height: 0;
    }
    to {
        transform: translateX(-11em);
        -webkit-transform: translateX(-11em);
        -moz-transform: translateX(-11em);
        -ms-transform: translateX(-11em);
        opacity: 1;
    }
}

@-webkit-keyframes secondaryMenuRightAnim {
    from {
        transform: translateX(11em);
        opacity: 0;
        height: 0;
    }
    to {
        transform: translateX(-11em);
        -webkit-transform: translateX(-11em);
        -moz-transform: translateX(-11em);
        -ms-transform: translateX(-11em);
        opacity: 1;
    }
}

@keyframes nav-primary-push-down {
    from {
        height: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    to {
        padding: 18px 0;
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 1px 4px #808080;
        -moz-box-shadow: 0px 1px 4px #808080;
        -webkit-box-shadow: 0px 1px 4px #808080;
    }
}

@keyframes nav-primary-pull-up {
    from {
        padding: 18px 0;
        opacity: 1;
        visibility: visible;
        box-shadow: 0px 1px 4px #808080;
        -moz-box-shadow: 0px 1px 4px #808080;
        -webkit-box-shadow: 0px 1px 4px #808080;
    }
    to {
        height: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
}

@keyframes nav-primary-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes nav-primary-fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mobile-menu-slide-in {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}

@keyframes mobile-menu-slide-out {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}

@keyframes main-content-push-down {
    from {
        margin-top: 100px;
    }
    to {
        margin-top: calc(100px + 150px);
    }
}

@keyframes main-content-pull-up {
    from {
        margin-top: calc(100px + 150px);
    }
    to {
        margin-top: 100px;
    }
}

/* Scoped Styles */
.nav-primary-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.nav-primary-wrapper .skip-to-content {
    left: 0;
    width: 100%;
    background: #676767;
    position: absolute;
    top: -3em;
}

.nav-primary-wrapper .skip-to-content a {
    color: #f9f9f9;
    font-family: SlatePro-Bk;
    text-decoration: underline;
    margin-left: 1em;
}

.nav-primary-wrapper .skip-to-content a:focus {
    outline: 1px dashed #f9f9f9 !important;
    outline-offset: 2px;
}

.nav-primary-wrapper .skip-to-content.active {
    position: static;
}

.nav-primary-wrapper .nav-primary {
    position: relative;
    box-shadow: 0px 1px 4px #808080;
    -moz-box-shadow: 0px 1px 4px #808080;
    -webkit-box-shadow: 0px 1px 4px #808080;
}

.desktop-menu-item-link {
    display: block;
    margin-bottom: 20px;
}

.sub-menu-item-link {
    text-align: center;
    word-break: break-word;
}

@media screen and (max-width: 767px) {
    .nav-primary-wrapper .nav-primary .hidden-xs {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .nav-primary-wrapper .nav-primary {
        background: #003087;
        height: 72px;
    }

    .nav-primary-wrapper .nav-primary .hidden-sm {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    .nav-primary-wrapper .nav-primary {
        background: #ffffff;
    }

    .nav-primary-wrapper .nav-primary .hidden-md {
        display: none;
    }
}

.nav-primary-wrapper .nav-primary .top-nav-container,
.nav-primary-wrapper .nav-primary .sub-menu > .container {
    max-width: 100%;
}

@media screen and (min-width: 991px) {
    .nav-primary-wrapper .nav-primary .top-nav-container,
    .nav-primary-wrapper .nav-primary .sub-menu > .container {
        width: 940px;
        padding: 0;
    }
}

.nav-primary-wrapper .nav-primary .top-nav-container > .row,
.nav-primary-wrapper .nav-primary .sub-menu > .container > .row {
    margin-top: -20px;
}

.nav-primary-wrapper .nav-primary .left-menu-items,
.nav-primary-wrapper .nav-primary .right-menu-items {
    height: 100%;
    width: calc((100% - 103px) / 2 - 40px);
    display: flex;
}

@media screen and (max-width: 767px) {
    .nav-primary-wrapper .nav-primary .left-menu-items,
    .nav-primary-wrapper .nav-primary .right-menu-items {
        width: calc((100% - 90px) / 2);
    }
}

.nav-primary-wrapper .nav-primary .left-menu-items {
    justify-content: flex-start;
}

.nav-primary-wrapper .nav-primary .left-menu-items .nav-item.main-nav-item {
    margin-left: 5px;
    margin-right: auto;
    text-align: center;
    word-break: break-word;
}

.nav-primary-wrapper .nav-primary .left-menu-items .nav-item.main-nav-item .sub-nav-item a {
    display: block;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .nav-primary-wrapper .nav-primary .left-menu-items .nav-item.main-nav-item a {
        display: block;
        width: 100%;
    }
}

.nav-primary-wrapper .nav-primary .right-menu-items {
    justify-content: flex-end;
}

.nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item {
    margin-left: 5px;
    margin-right: auto;
    word-break: break-word;
}

@media screen and (min-width: 991px) {
    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item {
        flex-grow: 1;
        text-align: center;
    }

    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item:only-child {
        flex-grow: 0;
        text-align: right;
        margin-left: auto;
        margin-right: 5px;
    }

    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a {
        min-height: 32px;
    }

}

@media screen and (max-width: 991px) {
    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item {
        margin-left: 10%;
    }
}

@media screen and (max-width: 992px) {
    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item.desktop-menu-item a:focus,
    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item.desktop-menu-item a:hover {
        border-bottom: 2px solid #e8381e !important;
        -webkit-border-bottom: 2px solid #e8381e !important;
    }
}

@media screen and (max-width: 767px) {
    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item.desktop-menu-item a:active,
    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item.desktop-menu-item a:visited {
        border-bottom: 2px solid #e8381e !important;
        -webkit-border-bottom: 2px solid #e8381e !important;
        text-decoration: underline;
    }
}

.nav-primary-wrapper .nav-primary ul.nav.top-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    padding-left: 0;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .toggle-button-wrapper {
    position: absolute;
    top: calc((72px - 32px) / 2);
    left: 0;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .toggle-button-wrapper button {
    border: none;
    background: transparent;
    width: 61px;
    height: 32px;
    padding: 9px 20px;
    cursor: pointer;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .toggle-button-wrapper button .icon-bar {
    background: #ffffff;
    height: 2px;
    width: 21px;
    border-radius: 1px;
    display: block;
    margin-bottom: 4px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .toggle-button-wrapper .navbar-toggle-close {
display: none;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .toggle-button-wrapper button .close-icon {
  color: #ffffff;
  font-size: 1.250em;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .toggle-button-wrapper button:focus {
    outline: 1px dashed #000000;
    outline-offset: 2px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu {
    width: 100%;
    height: calc(100vh - 72px);
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    padding: 0 10%;
    margin-top: 72px;
    z-index: 1000;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu.mobile-sub-menu {
    margin-top: 0;
    z-index: 1001;
    height:  auto;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav {
    padding-left: 0;
    padding-top: 42px;
    height: 100%;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .mobile-menu-label {
    background: #003087;
    color: #ffffff;
    font-family: 'SlatePro-Bk', sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 14px 10px 10px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .mobile-menu-label.mobile-sub-menu-label {
    background: #0073cf;
    display: flex;
    padding: 0 10px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .mobile-menu-label.mobile-sub-menu-label button {
    color: #ffffff;
    font-size: 16px;
    line-height: initial;
    padding-top: 6px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .mobile-menu-label.mobile-sub-menu-label button:hover,
.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .mobile-menu-label.mobile-sub-menu-label button:focus {
    text-decoration: underline;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .mobile-menu-label.mobile-sub-menu-label .triangle.back-arrow {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #0073cf;
    margin-left: -28px;
    margin-right: 10px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item {
    margin-top: 0;
    border-bottom: 1px solid #585858;
    padding: 4px 10px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item[role="menu"] {
    justify-content: space-between;
    padding-right: 4px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item:last-child {
    margin-bottom: 60px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item a,
.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item button.open-sub-menu {
    /*flex-grow: 1;*/
    color: #585858;
    line-height: 48px;
    padding: 6px 0 0;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item a:hover,
.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item a:focus {
    border: none;
    text-decoration: underline;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item button:focus {
    outline: 1px dashed #000000;
    outline-offset: 2px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item button.open-sub-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    font-family: 'SlatePro-Bk', sans-serif;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item button.open-sub-menu .button-label {
    flex-grow: 1;
    text-align: left;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item i.fa {
    color: #b6b6b6;
    font-size: 28px;
    padding-top: 10px;
  float: right;
  margin-right: 0;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item button.open-sub-menu:hover .button-label,
.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav .nav-item button.open-sub-menu:focus .button-label {
    text-decoration: underline;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu,
.nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .mobile-menu.mobile-sub-menu {
    animation-name: mobile-menu-slide-out;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile.initial-state .mobile-menu,
.nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-sub-menu.initial-state,
.nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .mobile-menu.mobile-sub-menu.initial-state {
    display: none;
    animation: none;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .toggle-button-wrapper button {
    width: 70px;
    height: 44px;
    margin-top: -6px;
}

.nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .toggle-button-wrapper .icon-bar {
    display: none;
}


.nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .mobile-menu,
.nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .mobile-menu.mobile-sub-menu.active {
    display: block;
    animation-name: mobile-menu-slide-in;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@media screen and (min-width: 991px) {
    .nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .mobile-menu,
    .nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .mobile-menu.mobile-sub-menu.active {
        display: none;
    }
}

.nav-primary-wrapper .nav-primary .left-menu-mobile.menu-open .mobile-menu.mobile-sub-menu.active .sub-nav-item:last-child {
    margin-bottom: 25px;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item {
    padding-top: 15px;
    margin-top: 12px;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item.logo-item {
    padding: 12px 0 0;
    margin-top: 0;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item.logo-item a:hover {
    border-bottom: none !important;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item i.fa.no-margin {
    margin: 0;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a span {
    font-size: 0px;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item .sub-menu-right a {
    font-size: 0.875em;
    color: #0073Cf;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a {
    color: #003087;
    padding: 3px 0;
    font-size: 14px;
    text-decoration: none;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a img {
    border-bottom: 0;
}

.nav-primary-wrapper .nav-primary .left-menu-items .sub-menu-left ul li:nth-child(8) a img {
    height: 41px;
    margin-bottom: 13px;
}

.nav-primary-wrapper .nav-primary .right-menu-items .sub-menu-left ul li:nth-child(3) a img {
    height: 49px;
    margin-bottom: 11px;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item .desktop-menu-item-link:active,
.nav-primary-wrapper .nav-primary .nav-item.main-nav-item .desktop-menu-item-link:focus,
.nav-primary-wrapper .nav-primary .nav-item.main-nav-item .desktop-menu-item-link:hover,
.nav-primary-wrapper .nav-primary .nav-item.main-nav-item .desktop-menu-item-link.active {
    text-decoration: none !important;
    border-bottom: 2px solid #e8381e;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:active.no-underline,
.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:focus.no-underline,
.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a.active.no-underline {
    border: none !important;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:active.no-underline:hover,
.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:focus.no-underline:hover,
.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a.active.no-underline:hover {
    border: none !important;
}

.nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:focus {
    outline: 1px dashed #000000 !important;
    outline-offset: 2px;
}

@media (min-width: 991px) {
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item .desktop-menu-item-link {
        text-decoration: none;
    }

    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:hover.no-underline,
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:focus.no-underline,
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a.active.no-underline {
        border: none;
    }

    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:active {
        outline: 1px dashed #000000 !important;
        outline-offset: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a {
        font-size: 1em;
        font-family: 'SlatePro-Bk', sans-serif;
        color: #ffffff;
    }

    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:hover,
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:focus {
        border-bottom: 2px solid #e8381e;
    }

    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width: 991px) {
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a {
        font-size: 0.875em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:focus {
        border-bottom: 2px solid #e8381e;
    }

    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-primary-wrapper .nav-primary .nav-item.main-nav-item a {
        font-size: 1em;
    }
}

.nav-primary-wrapper .nav-primary .logo-nav {
    width: 103px;
    margin: 0 40px;
    height: auto;
}

.nav-primary-wrapper .nav-primary .logo-nav.mobile {
    width: 90px;
    margin: 0;
}

.nav-primary-wrapper .nav-primary .sub-menu {
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    box-shadow: 0px 1px 4px #808080;
    -moz-box-shadow: 0px 1px 4px #808080;
    -webkit-box-shadow: 0px 1px 4px #808080;
    visibility: visible;
    animation-name: nav-primary-pull-up;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.nav-primary-wrapper .nav-primary .sub-menu > .container {
    animation-name: nav-primary-fade-out;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
}

.nav-primary-wrapper .nav-primary .sub-menu .shadow-mask {
    width: 100%;
    height: 4px;
    position: absolute;
    top: -2px;
    left: 0;
    background: #f7f7f7;
    z-index: 1001;
}

.nav-primary-wrapper .nav-primary .sub-menu ul li.sub-menu-item a {
    border: none;
}

.nav-primary-wrapper .nav-primary .sub-menu ul li.sub-menu-item a:hover {
    text-decoration: underline;
}

.nav-primary-wrapper .nav-primary .sub-menu.initial-state {
    opacity: 0;
    height: 0;
    visibility: hidden;
    animation: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.nav-primary-wrapper .nav-primary .sub-menu.initial-state > .container {
    opacity: 0;
}

.nav-primary-wrapper .nav-primary .sub-menu.active {
    animation-name: nav-primary-push-down;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.nav-primary-wrapper .nav-primary .sub-menu.active .sub-menu-right ul {
    margin-left: 0;
    opacity: 1;
}

.nav-primary-wrapper .nav-primary .sub-menu .sub-menu-right ul {
    margin-left: 11em;
    opacity: 0;
    transition: all 0.3s;
}

.nav-primary-wrapper .nav-primary .sub-menu.active > .container {
    animation-name: nav-primary-fade-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    padding-top: 0px;
}

.nav-primary-wrapper .nav-primary .sub-menu-left {
    width: 80%;
    padding: 0 15px 0 0;
}

.nav-primary-wrapper .nav-primary .sub-menu-left ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 14px 15px 0 10px;
}

.nav-primary-wrapper .nav-primary .sub-menu-left ul li {
    position: relative;
}

.nav-primary-wrapper .nav-primary .sub-menu-left ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1em;
}

.nav-primary-wrapper .nav-primary .sub-menu-left ul li a img {
    margin-bottom: -2px;
}

.nav-primary-wrapper .nav-primary .sub-menu-left ul li a.footnote-life {
    position: absolute;
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
    right: 20px;
}

@media screen and (min-width: 1200px) {
    .nav-primary-wrapper .nav-primary .sub-menu-left ul li a.footnote-life {
        right: 18px;
    }
}

.nav-primary-wrapper .nav-primary .sub-menu-right {
    width: 20%;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.nav-primary-wrapper .nav-primary .sub-menu-right ul {
    margin-left: 11em;
    opacity: 0;
    white-space: nowrap;
}

.nav-primary-wrapper .nav-primary .sub-menu-right ul li {
    line-height: 1.250;
    text-align: left;
    padding-bottom: 4px;
}

.nav-primary-wrapper .nav-primary .sub-menu-right li a {
    color: #0073cf;
    font-size: 14px;
    font-family: 'SlatePro-Bk', sans-serif;
}

.nav-primary-wrapper .nav-primary .sub-menu-right li a.footnote {
    margin-left: -3px;
}

.nav-primary-wrapper .left-submenu-border {
    overflow: visible;
    padding: 6px 24px;
    border-left: 2px solid #d8d8d8;
    padding-left: 15px;
    width: 100%;
}

.noscroll header {
    display: block !important;
}

@media screen and (max-width: 992px) {
    body.noscroll {
        overflow: hidden;
        overflow-x: hidden;
    }

    .nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu {
        position: fixed;
    }

    .nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu.mobile-sub-menu {
        margin-top: 72px;
    }

    .nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav ul .nav-item:last-child {
        padding-bottom: 100px;
        border: none;
    }

    .nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav ul li.nav-item {
        padding: 0px 10px;
    }

    .nav-primary-wrapper .nav-primary .left-menu-mobile .mobile-menu ul.mobile-nav ul li.nav-item a {
        padding: 3px 0 0;
    }

    .nav-primary-wrapper .nav-primary .right-menu-items .nav-item.main-nav-item {
        margin-right: 0;
    }
}

header[style] .mobile-menu {
    display: none;
}

@media screen and (min-width: 991px) {
    .nav-primary-wrapper .nav-primary .mobile-menu.hidden-md {
        display: inherit;
    }
}

.skip-to-content .container {
    max-width: 940px !important;
    padding-top: 4px;
    padding-bottom: 2px;
}

.skipToContent nav {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

#mainNav {
    max-height: 151px;
}

.nav-primary-wrapper .nav-primary .left-menu-items .nav-item.mobile-menu-item.main-nav-item {
    text-align: left;
}

.desktopLogoAltText {
    display: block;
    width: 103px;
}

.desktopLogoAltTextImg {
    margin: 0 !important;
}

.mobileLogoAltText {
    display: block;
    width: 90px;
    font-size: 0.8em !important;
}



.appbanner{
  font-family:slatePro-medium;
}
.nav-primary-wrapper .nav-primary .right-menu-items li:nth-child(2) .sub-menu-left {
    padding-top: 19px;
    padding-left: 537px;
    width: 90%;
}

.nav-primary-wrapper .nav-primary .right-menu-items li:nth-child(2) .sub-menu-right {
    display: none;
    width: 0%;
}

.nav-primary-wrapper .nav-primary .right-menu-items li:nth-child(2) .sub-menu-left ul li:nth-child(1) a img {
    width: 46px;
    height: 43px;
    margin-bottom: 4px;
}

.nav-primary-wrapper .nav-primary .right-menu-items li:nth-child(2) .sub-menu-left ul li:nth-child(2) a img {
    width: 45px;
    height: 32px;
    margin-bottom: 4px;
}
/************************************/
.get-mobile-app-msg .pull-right.hide-get-app-msg.no_outline {
    margin-top: 0px;
}
a.button-cta,button.button-cta{height:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;line-height:1rem;font-family:Arial;font-size:.9rem;font-weight:700;text-align:center;border:none;border-radius:5px;padding:0 .5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;justify-content:center;align-items:center}a.button-cta:focus,button.button-cta:focus{outline:1px dashed #000;outline-offset:2px}a.button-cta--dark-bg:focus,button.button-cta--dark-bg:focus{outline:1px dashed #fff;outline-offset:2px}a.button-cta--primary,button.button-cta--primary{color:#fff;background:#158fef;background:-webkit-gradient(linear,left top,left bottom,from(#158fef),color-stop(50%,#158fef),color-stop(50%,#0073cf),to(#0073cf));background:linear-gradient(180deg,#158fef 0,#158fef 50%,#0073cf 0,#0073cf)}a.button-cta--primary:hover,button.button-cta--primary:hover{background:#1c7cc8;background:-webkit-gradient(linear,left top,left bottom,from(#1c7cc8),color-stop(50%,#1c7cc8),color-stop(50%,#0062b0),to(#0062b0));background:linear-gradient(180deg,#1c7cc8 0,#1c7cc8 50%,#0062b0 0,#0062b0)}a.button-cta--solid_blue,button.button-cta--solid_blue{color:#fff;background:#002677;background:-webkit-gradient(linear,left top,left bottom,from(#002677),color-stop(50%,#002677),color-stop(50%,#002677),to(#002677));background:linear-gradient(180deg,#002677 0,#002677 50%,#002677 0,#002677)}a.button-cta--solid_blue:hover,button.button-cta--solid_blue:hover{background:#002677;background:-webkit-gradient(linear,left top,left bottom,from(#1c7cc8),color-stop(50%,#1c7cc8),color-stop(50%,#0062b0),to(#0062b0));background:linear-gradient(180deg,#1c7cc8 0,#1c7cc8 50%,#0062b0 0,#0062b0)}a.button-cta--secondary,button.button-cta--secondary{color:#0073cf;border:1px solid #b6b6b6;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(50%,#f7f7f7),to(#f7f7f7));background:linear-gradient(180deg,#fff 0,#fff 50%,#f7f7f7 0,#f7f7f7)}a.button-cta--secondary:hover,button.button-cta--secondary:hover{background:#f7f7f7;background:-webkit-gradient(linear,left top,left bottom,from(#f7f7f7),color-stop(50%,#f7f7f7),color-stop(50%,#e7e7e7),to(#e7e7e7));background:linear-gradient(180deg,#f7f7f7 0,#f7f7f7 50%,#e7e7e7 0,#e7e7e7)}a.button-cta--cross-sell,button.button-cta--cross-sell{color:#fff;background:#e01933;background:-webkit-gradient(linear,left top,left bottom,from(#e01933),color-stop(50%,#e01933),color-stop(50%,#b30032),to(#b30032));background:linear-gradient(180deg,#e01933 0,#e01933 50%,#b30032 0,#b30032)}a.button-cta--cross-sell:hover,button.button-cta--cross-sell:hover{background:#b31429;background:-webkit-gradient(linear,left top,left bottom,from(#b31429),color-stop(50%,#b31429),color-stop(50%,#a0042b),to(#a0042b));background:linear-gradient(180deg,#b31429 0,#b31429 50%,#a0042b 0,#a0042b)}a.button-cta--raised,button.button-cta--raised{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 2px 1px -1px rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.14);box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 2px 1px -1px rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.14)}a.button-cta--fit-container,a.button-cta--fixed-width,button.button-cta--fit-container,button.button-cta--fixed-width{width:100%}a.button-cta--desktop,button.button-cta--desktop{display:none}a.button-cta--hidden-sr,button.button-cta--hidden-sr{clip:rect(0,0,0,0);position:absolute;opacity:0}a.button-cta--hidden-sr:focus,button.button-cta--hidden-sr:focus{clip:unset;position:inherit;opacity:inherit}a.button-cta span,button.button-cta span{height:14px}a.button-cta:hover{text-decoration:none}div[role=button]:focus{outline:1px dashed #000;outline-offset:2px}@media (min-width:768px){a.button-cta--desktop,button.button-cta--desktop{display:-webkit-box;display:-ms-flexbox;display:flex}a.button-cta--mobile,button.button-cta--mobile{display:none}}@media (min-width:992px){a.button-cta,button.button-cta{font-size:1rem;padding:0 1rem}a.button-cta--desktop.button-cta--fit-container,a.button-cta--desktop.button-cta--fit-text,a.button-cta--desktop.button-cta--fixed-width,button.button-cta--desktop.button-cta--fit-container,button.button-cta--desktop.button-cta--fit-text,button.button-cta--desktop.button-cta--fixed-width{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}a.button-cta--desktop.button-cta--fit-container,button.button-cta--desktop.button-cta--fit-container{width:100%}}
@-webkit-keyframes mobile-menu-slide-in{0%{left:-100%}to{left:0}}@keyframes mobile-menu-slide-in{0%{left:-100%}to{left:0}}@-webkit-keyframes secondary-menu-open{0%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes secondary-menu-open{0%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.navigation-space{height:4pc}.navigation-space--has-lower-banner{height:114px}.navigation__lower-banner{border:1px solid #b30032;border-left-width:10px;background-color:#fff}.navigation__lower-banner-wrapper{height:3pc}.navigation__lower-banner-icon{color:#b30032}.navigation__lower-banner-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.navigation__lower-banner-text p{margin:0}.navigation__lower-banner-button{color:#b30032;text-decoration:none;background-color:transparent;border:none;line-height:1}.navigation__mobile-bar-wrapper{background-color:#003087}.navigation .mobile-bar{height:4pc}.navigation .mobile-bar__item:first-child,.navigation .mobile-bar__item:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:-webkit-min-content}.navigation .mobile-bar__link:focus,.navigation .mobile-bar__toggler-button:focus{outline:1px dashed #fff;outline-offset:2px}.navigation .mobile-bar__link:hover{color:#fff;text-decoration:none}.navigation .mobile-bar__toggler-button{border:0;padding:5px;margin-left:-5px;background:transparent;color:#fff;line-height:1}.navigation .mobile-bar__toggler-button .close{display:none}.navigation .mobile-bar__login{color:#fff;font-size:.875rem;font-family:SlatePro-Bk,sans-serif}.navigation .mobile-search{border-bottom:1px solid #b6b6b6}.navigation .mobile-search__input-wrapper{position:relative}.navigation .mobile-search__input-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:22px;color:#585858}.navigation input{border:0;height:56px;padding-left:40px;font-size:1rem;letter-spacing:.25px;line-height:1;color:#585858}.navigation input::-webkit-input-placeholder{color:#585858;opacity:1}.navigation input:-ms-input-placeholder,.navigation input::-moz-placeholder,.navigation input::-webkit-input-placeholder,.navigation input::placeholder{color:#585858;opacity:1}.navigation a span{pointer-events:none}.navigation .c-separator{margin:.5rem 0;border-color:#b6b6b6}.navigation .c-article-card{display:block}.navigation .c-article-card:focus{outline:1px dashed #000;outline-offset:2px}.navigation .c-article-card__wrapper{max-width:237px;border-color:#f7f7f7;background-color:#f7f7f7}.navigation .c-article-card__image{max-height:5pc;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.navigation .c-article-card__body{padding:.5rem 1rem}.navigation .c-article-card__title{margin:0;font-family:SlatePro-Bk,sans-serif}.navigation .nav-item__button,.navigation .nav-item__link{display:block;padding:1rem 0}.navigation .nav-item__button{position:relative;width:100%;border:none;text-align:left;color:#0073cf;text-decoration:none;background-color:transparent;font-family:SlatePro-Medium,sans-serif}.navigation .nav-item__button:focus{outline:1px dashed #000;outline-offset:2px}.navigation .nav-item__button span.chevron-right{position:absolute;right:10px}.navigation .nav-item__button span.expand-less,.navigation .nav-item__button span.expand-more{display:none}.navigation .nav-item__button:hover{text-decoration:none}.navigation .nav-item__secondary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;z-index:1;top:4pc;left:0;right:0;background-color:#fff;height:calc(100vh - 4pc);overflow-y:auto}.navigation .nav-item__secondary li a{display:block;padding:1rem 0;font-family:SlatePro-Bk,sans-serif}.navigation .nav-item__secondary-close{position:relative;font-family:SlatePro-Medium,sans-serif;color:#000;background:transparent;border:none}.navigation .nav-item__secondary-close:focus{outline:1px dashed #000;outline-offset:2px}.navigation .nav-item__secondary-close span{position:absolute;left:8px;color:#0073cf}.navigation .nav-item--is-active .nav-item__secondary{-webkit-animation-name:secondary-menu-open;animation-name:secondary-menu-open;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.navigation .nav-section__title{position:relative;font-family:SlatePro-Bk,sans-serif}.navigation .nav-section__icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:36px;height:auto}.navigation .nav-section__heading{padding:1rem 1rem 1rem 3pc;color:#003087;font-family:SlatePro-Medium,sans-serif;font-weight:500}.navigation .nav-section__heading:after{content:"expand_more";color:#0073cf;position:absolute;right:0;top:50%;margin-right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:Material Icons,sans-serif;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:"liga";font-feature-settings:"liga"}.navigation .nav-section__container{display:none;margin:0 3pc}.navigation .nav-section--is-active .nav-section__heading:after{content:"expand_less"}.navigation .nav-section--is-active .nav-section__container{display:block}.navigation .nav-section--non-clickable :after{display:none}.navigation__nav-wrapper{display:none;position:absolute;top:0;left:0;width:100%;height:calc(100% - 4pc);margin-top:4pc;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;z-index:1000;background-color:#fff;overflow:auto}.navigation__container:nth-child(2){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.navigation__nav{margin-bottom:0}.navigation__mobile-content .mobile-content__button{background-color:#f7f7f7}.navigation__mobile-content .mobile-content__text{background-color:#0073cf}.navigation--active-lower-banner .navigation__nav-wrapper{top:50px;height:calc(100% - 114px)}.navigation--active-lower-banner .nav-item__secondary{top:114px}.navigation--is-active{height:100%}.navigation--is-active .mobile-bar__toggler-button .open{display:none}.navigation--is-active .mobile-bar__toggler-button .close{display:block}.navigation--is-active .navigation__nav-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation-name:mobile-menu-slide-in;animation-name:mobile-menu-slide-in;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.navigation--active-skip{top:24px}.navigation .mobile-search__options-wrapper{position:absolute;width:100%;top:57px;z-index:30;background-color:#e1edfa;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.7);box-shadow:0 2px 5px rgba(0,0,0,.7);text-align:left}.navigation .mobile-search__options-wrapper .mobile-search__options-list ul li{padding:1rem}.navigation .mobile-search__options-wrapper ul{display:block;margin-bottom:0;list-style-type:none;background-color:#fff}.navigation .mobile-search__options-wrapper ul li.active{border-top:1px solid #158fef;border-bottom:1px solid #158fef;background-color:#b6b6b6}.navigation .mobile-search__options-wrapper a,.navigation .mobile-search__options-wrapper a:active,.navigation .mobile-search__options-wrapper a:focus,.navigation .mobile-search__options-wrapper a:visited{font-family:SlatePro-Bk,sans-serif;color:#000}@media (min-width:992px){.navigation-space{height:5pc}.navigation-space--has-lower-banner{height:130px}.navigation{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2);box-shadow:0 2px 4px -1px rgba(0,0,0,.2)}.navigation .nav-item{padding:0 9pt}.navigation .nav-item:last-child{padding-right:0}.navigation .nav-item__link .log-in{padding-right:.5rem}.navigation .nav-item a.button-cta--desktop,.navigation .nav-item button.button-cta--desktop{font-size:.9rem}.navigation .nav-item__button span.expand-more{display:inline}.navigation .nav-item__button span.expand-less,.navigation .nav-item__button span.expand-more{font-size:1rem;margin-left:.25rem;line-height:1.5rem}.navigation .nav-item__button,.navigation .nav-item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%;padding:0 0 1rem;border-bottom:4px solid transparent}.navigation .nav-item__button:focus,.navigation .nav-item__button:hover,.navigation .nav-item__link:focus,.navigation .nav-item__link:hover{text-decoration:none;color:#0073cf;border-bottom-color:#e01933}.navigation .nav-item__button--dark-blue,.navigation .nav-item__link--dark-blue{color:#003087;font-family:SlatePro-Bk,sans-serif}.navigation .nav-item__button--dark-blue:focus,.navigation .nav-item__button--dark-blue:hover,.navigation .nav-item__link--dark-blue:focus,.navigation .nav-item__link--dark-blue:hover{color:#003087}.navigation .nav-item__secondary{height:auto;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);left:50%;background-color:#fff;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2);box-shadow:0 2px 4px -1px rgba(0,0,0,.2);border-top:1px solid hsla(0,0%,71.4%,.3);top:18px;opacity:0;z-index:-1}.navigation .nav-item__secondary li a{padding:.25rem 0}.navigation .nav-item--is-active .nav-item__button{border-bottom-color:#e01933}.navigation .nav-item--is-active .nav-item__button span.expand-more{display:none}.navigation .nav-item--is-active .nav-item__button span.expand-less{display:inline}.navigation .nav-item--is-active .nav-item__secondary{-webkit-animation:none;animation:none}.navigation .nav-section{margin-bottom:1.5rem;display:inline-block;width:100%}.navigation .nav-section__heading{padding-top:0;padding-bottom:0}.navigation .nav-section__heading:after{display:none}.navigation .nav-section__container{display:block;margin-right:0;padding-top:.5rem}.navigation .c-separator{margin:1rem 0}.navigation__nav-wrapper{display:block;position:static;width:auto;height:auto;margin-top:0;overflow:visible}.navigation__desktop-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:5pc}.navigation__desktop__logo{-ms-flex-item-align:center;align-self:center}.navigation__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.navigation__nav--main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.navigation--active-lower-banner .nav-item--is-active .nav-item__secondary{top:130px}.nav-item__search .desktop-search__input-wrapper{position:absolute;right:0;top:0;width:82%;height:100%;padding-top:9pt;z-index:1060;background:#fff}.nav-item__search .desktop-search__input-wrapper .expanded-search-icon{color:#585858;display:inline-block;vertical-align:middle;padding:0 7px}.nav-item__search .desktop-search__input-wrapper form{display:inline-block;width:89%}.nav-item__search .desktop-search__input-wrapper form input{padding:8px}.nav-item__search .desktop-search__input-wrapper form input::-webkit-input-placeholder{color:#585858;opacity:1}.nav-item__search .desktop-search__input-wrapper form input::-moz-placeholder{color:#585858;opacity:1}.nav-item__search .desktop-search__input-wrapper form input:-ms-input-placeholder{color:#585858;opacity:1}.nav-item__search .desktop-search__input-wrapper form input::-ms-input-placeholder{color:#585858;opacity:1}.nav-item__search .desktop-search__input-wrapper form input::placeholder{color:#585858;opacity:1}.nav-item__search .desktop-search__input-wrapper form input::-ms-clear{display:none}.nav-item__search .desktop-search__input-wrapper .close__search-bar{color:#585858;display:inline-block;vertical-align:middle;padding:0 7px}.nav-item__search .desktop-search__input-wrapper .close__search-bar:focus{outline:1px dashed #000;outline-offset:2px}.desktop-search__options-wrapper{right:0;height:10px;position:absolute;width:82%;bottom:-1px;padding-left:38px;z-index:1070}.desktop-search__options-wrapper .autocomplete{background:#fff;max-height:250px;overflow-y:auto}.desktop-search__options-wrapper .autocomplete ul li{padding:.625rem 1rem;cursor:pointer}.desktop-search__options-wrapper .autocomplete ul li.active{outline:1px dashed #000;outline-offset:2px}.desktop-search__options-title{font-size:10px;padding:0 0 6px;background-color:#e1edfa}.desktop-search__options-list{width:calc(89% + 40px)}.desktop-search__result-link:focus{outline:1px dashed #000;outline-offset:2px}}
.skip-content{background:#676767;z-index:1000}.skip-content a{color:#f9f9f9;font-family:SlatePro-Bk;text-decoration:underline}.skip-content a:focus{outline:1px dashed #f9f9f9!important;outline-offset:2px}
/* COLORS */
/* Article List CSS */
.article-list {
  width: 618px;
  margin: 0 auto;
}

.article-list.full-width {
  width: auto;
}

.article-list a {
  font-family: 'SlatePro-Bk', sans-serif;
}
.article-list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .article-list {
    width: 100%;
  }
}
.article-list h2 {
  font-size: 1.5625em;
  color: #000000;
  line-height: 1.04;
}
.article-list .subHeadingPara {
  border-bottom: 1px solid #b6b6b6;
  font-size: 1em;
  line-height: 1.63;
  color: #000000;
  margin-bottom: 40px;
  padding-bottom: 18px;
}
.article-list .content {
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.article-list .content div {
  margin-bottom: 30px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .article-list .content div {
    padding-right: 0;
  }
}
@media screen and (max-width: 479px) {
  .article-list .content div {
    width: 100%;
  }
}
.article-list .content p {
  font-size: 1em;
  line-height: 1.63;
  color: #000000;
  margin: 0;
}
.article-list .content .image {
  padding: 0;
}
@media screen and (max-width: 479px) {
  .article-list .content .image {
    width: 100%;
    padding: 0 18px 0px 10px;
  }
}
.article-list h3 {
  color: #003087;
  font-size: 1.25em;
  line-height: 1.4;
}
.article-list img {
  width: 100%;
  height: 236px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .article-list img {
    width: 221px;
    height: 138px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 479px) {
  .article-list img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .article-list img {
    height: 206px;
  }
}
@media screen and (max-width: 576px) {
  .article-list .text {
    width: 40%;
  }
  .article-list .image {
    width: 60%;
  }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
  .article-list .text {
    width: 50%;
  }
  .article-list .image {
    width: 50%;
  }
}
.article-list a {
  display: block;
}

.article-list a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}


.footer .container {
  max-width: 970px;
}

.footer .content-wrapper {
  padding-bottom: 40px;
}

.footer .list-section {
  border-bottom: 1px solid #b6b6b6;
}

.footer .list-section:first-child {
  border-top: 1px solid #b6b6b6;
}

.footer h2 {
  margin: 0;
  padding: 13px 15px 16px;
  line-height: 1;
  font-size: 1em;
}

.footer h2 span {
  display: none;
}

.footer .expand-button {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  color: #003087;
  font-family: 'SlatePro-Bk', sans-serif;
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .expand-button .fa {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.625em;
  font-weight: 600;
}

.footer .section-links {
  display: none;
}

.footer .section-links li {
  padding: 0 15px 20px;
}

.footer .section-links li:last-child {
  padding-bottom: 29px;
}

.footer .section-links a {
  font-family: 'SlatePro-Bk', sans-serif;
  font-size: 1em;
  line-height: 1.25em;
}

.footer button:focus,
.footer a:focus {
  outline: 1px dashed #000000;
}

.footer .is-open .section-links {
  display: block;
}

@media screen and (min-width: 1024px) {
  .footer {
    background: #f1f1f1;
  }

  .footer .content-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 22px;
  }

  .footer .list-section ,
  .footer .list-section:first-child {
    border: 0;
  }

  .footer .list-one-column {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .footer .list-two-column {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .footer h2 {
    padding: 33px 0 29px;
    margin-bottom: 26px;
    border-bottom: 1px solid #b6b6b6;
    font-size: 1.25em;
    line-height: normal;
    color: #585858;
  }

  .footer .list-section + .list-section h2 {
    padding-left: 34px;
  }

  .footer h2 span {
    display: block;
  }

  .footer .expand-button {
    display: none;
  }

  .footer .section-links {
    display: block;
  }

  .footer .list-two-column .section-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 22px;
  }

  .footer .section-links li,
  .footer .section-links li:last-child {
    width: 100%;
    padding: 0 0 16px;
    line-height: 1.25em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .footer .section-links a {
    font-size: 1em;
    line-height: 1.25em;
    color: #585858;
  }

  .footer .list-section + .list-section .section-links {
    padding-left: 34px;
  }
}

.global_footer {
  padding: 30px 0;
  width: 100%;
  clear: left;
  background: #003087;
  min-height: 255px;
}

.global_footer .social-web-links {
  width: 100%;
  padding-bottom: 2%;
  overflow: hidden;
}

.global_footer .social-web-links .container {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.global_footer .social-web-links .container ul {
  display: table-row;
  float: left;
}

.global_footer .social-web-links .container ul li {
  margin: 0 24px;
  display: inline;
}

.global_footer .social-web-links .container ul li a {
  font-size: 0.875em;
  padding: 0;
  color: #ffffff;
  font-family: 'SlatePro-Bk', sans-serif;
}

.global_footer .social-web-links .container ul li a:hover {
  color: #b4c4ea;
}

.global_footer .social-web-links-icons {
  padding: 0%;
}

.global_footer .social-web-links-icons ul {
  display: table;
  width: auto;
  margin: 0 auto;
}

.global_footer .social-web-links-icons ul li {
  display: inline-block;
  float: left;
}

.global_footer .social-web-links-icons ul li a {
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
}

.global_footer .social-web-links-icons ul li a:hover {
  color: #b4c4ea;
}

.global_footer .social-web-links-icons ul li a i {
  margin-right: 0;
}

.global_footer .farmers-footer-logo {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 1%;
}

.global_footer p {
  font-size: 0.8125em;
  text-align: center;
  color: #b4c4ea;
  margin: 0;
}

#fat-footer_2 {
  min-height: 265px;
  background: #fff;
  overflow: hidden;
}

#fat-footer_2 .container {
  max-width: 970px;
}

#fat-footer_2 .foot-note {
  margin: 16px 0px 14px 0px;
  padding: 0;
  position: static;
}

#fat-footer_2 .foot-note p {
  text-align: left;
  color: #585858;
  line-height: 116%;
  margin-top: 3px;
  font-family: 'SlatePro-Bk', sans-serif;
  font-size: 0.8125em;
}

#fat-footer_2 .foot-note img {
  margin-bottom: 6px;
}

#fat-footer_2 a {
  font-family: 'SlatePro-Bk', sans-serif;
  color: #0073cf;
  text-decoration: underline;
}

#fat-footer_2 a:hover {
  color: #0073cf;
}

/*Targeting below 992px resolution*/
@media screen and (max-width: 992px) {
  .global_footer .social-web-links .container.social-web-links-list {
    padding: 0px 15px;
    max-width: 100%;
  }

  #fat-footer_2 .container {
    width: 750px;
  }
}

/*Targeting below 767px resolution*/
@media screen and (max-width: 767px) {
  .global_footer {
    min-height: 400px;
    padding: 30px 22px;
  }

  .global_footer .social-web-links .container {
    padding: 0px 15px;
  }

  .global_footer .social-web-links .container ul {
    float: left;
    width: 100%;
    column-count: 2;
    column-gap: 0;
    border: 0 solid #ffffff;
    border-width: 0 0 1px 1px;
    max-height: 166px;
  }

  .global_footer .social-web-links .container ul li {
    border: 0 solid #ffffff;
    border-width: 1px 1px 0 0;
    display: inline-table;
    float: left;
    font-size: 16px;
    padding: 19px 10px;
    width: 100%;
    margin: 0;
  }

  .global_footer .social-web-links .container ul li a {
    font-size: 1em;
    line-height: 1;
    float: left;
  }

  .global_footer .social-web-links-icons ul li a {
    padding: 25px 39px;
    font-size: 28px;
  }

  .global_footer .social-web-links-icons ul li a:hover {
    color: #ffffff;
  }

  .global_footer .social-web-links-icons ul li a i {
    margin-right: 0;
  }

  #fat-footer_2 .container {
    width: 100%;
  }

  #fat-footer_2 .container .foot-note {
    margin: 26px 0px 14px 0px;
    padding: 0 31px;
  }
}

/*Targeting below 479px resolution*/
@media screen and (max-width: 479px) {
  .global_footer .social-web-links-icons ul li a {
    padding: 20px;
  }
}

.global_footer .social-web-links-icons ul li a:focus,
.global_footer .social-web-links .container ul li a:focus,
.global_footer .farmers-footer-logo a:focus {
  outline: 1px dashed #ffffff;
}

#fat-footer_2 .foot-note p a:focus {
  outline: 1px dashed #000000;
}

.global_footer .social-web-links .container ul li a:focus,
#fat-footer_2 .foot-note p a:focus {
  outline-offset: 2px;
}
/* COLORS */
/* Breadcrumb CSS*/
.breadcrumb {
  background: none;
}
.c-breadcrumb {
  margin: 25px auto 0px auto;
  max-width: 940px;
  display: block;
}
.c-breadcrumb ul li {
  display: inline-block;
  float: left;
  font-size: 0.75em;
  color: #000000;
  margin-right: 10px;
}
.c-breadcrumb ul li a {
  color: #003087;
  font-family: 'SlatePro-Bk', sans-serif;
  margin-right: 2px;
  text-decoration: underline;
}

.c-breadcrumb ul li a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.c-breadcrumb ul li i.fa-angle-left,
.c-breadcrumb ul li i.fa-angle-right {
  position: absolute;
  margin-top: 3px;
  font-size: 13px;
  color: #003087;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb {
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0px 0px 0px 13px;
  }
  .andriod .c-breadcrumb ul li,
  .iphone .c-breadcrumb ul li {
    display: none;
    font-size: 0.9rem;
  }
  .c-breadcrumb ul li i.fa-angle-right {
    display: none;
  }
  .c-breadcrumb ul li i.fa-angle-left {
    position: inherit;
    margin-right: 8px;
    font-size: 0.9rem;
  }

  .andriod .c-breadcrumb ul li:nth-last-child(2),
  .iphone .c-breadcrumb ul li:nth-last-child(2) {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb ul li i.fa-angle-right {
    margin-top: 4px;
  }
}
@media screen and (min-width: 993px) {
  .mac .c-breadcrumb ul li i.fa-angle-right {
    margin-top: 4px;
  }
}

@supports (-ms-ime-align: auto) {
    .c-breadcrumb ul li {
        float: none;
    }

    .c-breadcrumb ul li i.fa-angle-right {
        position: relative;
    }
}

/* COLORS */
.column-control .container {
    max-width: 940px;
}

.column-control .center {
    text-align: center;
}

.column-control .right {
    text-align: right;
}

.column-control .right .rich-text ul {
    float: right;
}

.column-control .col {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.column-control .farmersimage a:focus {
    outline: 1px dashed #000000;
    outline-offset: 1px;
}

.column-control .rich-text h1,
.column-control .rich-text h2,
.column-control .rich-text h3,
.column-control .rich-text h4,
.column-control .rich-text h5,
.column-control .rich-text h6 {
    text-align: inherit;
}

@media screen and (min-width: 768px) {
    .column-control .col.col-5 {
        max-width: 20%;
    }

    .column-control .col.col-70 {
        max-width: 70%;
    }

    .column-control .col.col-30 {
        max-width: 30%;
    }
}

.farmerscontainer .column-control .container {
    padding: 0;
}

@media screen and (max-width: 480px) {
    .column-control .column-control .row {
        margin: 0;
    }
}

/*for desktop viewport*/
@media (min-width: 769px) {
    .column-control .desktop-wrapper {
        display: block;
    }

    .column-control .mobile-wrapper {
        display: none;
    }
}

/*for tablet viewport*/
@media (min-width: 481px) and (max-width: 768px) {
    .column-control .desktop-wrapper {
        display: block;
    }

    .column-control .mobile-wrapper {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 989px) {
    .column-control .col.tablet-one-column {
        flex: auto;
        max-width: 100%;
    }
}

/*for mobile viewport*/
@media screen and (max-width: 480px) {
    .column-control .desktop-wrapper {
        display: none;
    }

    .column-control .mobile-wrapper {
        display: block;
    }
}

/* COLORS */
/* Farmers Container CSS*/
.farmerscontainer {
  height: 100%;
  overflow: inherit;
  margin-top: 30px;
}
.farmerscontainer .container {
  max-width: 940px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .farmerscontainer .container {
    max-width: inherit;
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .farmerscontainer .container {
    max-width: inherit;
    padding: 0 40px;
  }
}
.rightrail + .farmerscontainer {
  margin-top: 0;
}

.farmerscontainer .container .farmersText .rich-text  a {
  text-decoration: underline;
}

.farmerscontainer .container .farmersText .rich-text  a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.farmersimage a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
  display:inline-block;
}

.farmersimage a .imageCaptionText {
  text-decoration: underline;
  margin-top: 25px;
}

.farmersimage figure {
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .No-Img-Mobile {
    display: none;
  }
}


.H2-40px-DD {
    line-height: 1.2em;
    font-size: 40px;
    color: #A9A9A9;
    font-family: 'SlatePro-Bk';
}

.H2-40px-DB {
    line-height: 1.2em;
    font-size: 40px;
    color: #000000;
    font-family: 'SlatePro-Bk';
}

.H3-SPM {
    line-height: 1.2em;
    font-size: 35px;
    color: #000000;
    font-family: 'SlatePro-Medium';
}

.H3-SPM-DG {
    line-height: 1.2em;
    font-size: 35px;
    color: #808080;
    font-family: 'SlatePro-Medium';
}

.H3-SPM-DBl {
    line-height: 1.2em;
    font-size: 35px;
    font-family: 'SlatePro-Medium';
    color: #00008B;
}

.H3-SPB {
    line-height: 1.2em;
    font-size: 35px;
    color: #000000;
    font-family: 'SlatePro-Bk';
}

.H3-SPB-DG {
    line-height: 1.2em;
    font-size: 35px;
    color: #808080;
    font-family: 'SlatePro-Bk';
}

.H3-SPB-DBl {
    line-height: 1.2em;
    font-size: 35px;
    color: #00008B;
    font-family: 'SlatePro-Bk';
}

.H4-SPM {
    font-size: 1.5625em;
    color: #000000;
    font-family: 'SlatePro-Medium';
    line-height: 1.3;
}

.H4-SPM-DG {
    font-size: 25px;
    color: #808080;
    font-family: 'SlatePro-Medium';
}

.H4-SPM-DBl {
    font-size: 1.565rem;
    color: #00008B;
    font-family: 'SlatePro-Medium';
}

.H4-SPB {
    font-size: 1.5625em;
    color: #000000;
    font-family: 'SlatePro-Bk';
}

.H4-SPB-DG {
    font-size: 25px;
    color: #808080;
    font-family: 'SlatePro-Bk';
}

.H4-SPB-DBl {
    font-size: 25px;
    color: #00008B;
    font-family: 'SlatePro-Bk';
}

.H5-SPM {
    font-size: 1.25em;
    color: #000000;
    font-family: 'SlatePro-Medium';
}

.H5-SPM-DG {
    font-size: 1.25rem;
    color: #808080;
    font-family: 'SlatePro-Medium';
}

.H5-SPM-DBl {
    font-size: 1.25rem;
    color: #00008B;
    font-family: 'SlatePro-Medium';
}

.H5-SPB {
    font-size: 1.25em;
    color: #000000;
    font-family: 'SlatePro-Bk';
}

.H5-SPB-DG {
    font-size: 20px;
    color: #808080;
    font-family: 'SlatePro-Bk';
}

.H5-SPB-DBl {
    font-size: 20px;
    color: #00008B;
    font-family: 'SlatePro-Bk';
}

.H6-SPM {
    font-size: 1rem;
    color: #000000;
    font-family: 'SlatePro-Medium';
}

.H6-SPM-DG {
    font-size: 16px;
    color: #808080;
    font-family: 'SlatePro-Medium';
}

.H6-SPM-DBl {
    font-size: 16px;
    color: #00008B;
    font-family: 'SlatePro-Medium';
}

.H6-SPB {
    font-size: 1rem;
    color: #000000;
    font-family: 'SlatePro-Bk';
}

.H6-SPB-DG {
    font-size: 16px;
    color: #808080;
    font-family: 'SlatePro-Bk';
}

.H6-SPB-DBl {
    font-size: 1rem;
    color: #00008B;
    font-family: 'SlatePro-Bk';
}

div.drop-down-body {
    margin-top: 40px;
    margin-left: 40px;
}

.selected-value {
    margin-left: 115px;
}
.rich-text .author-styling {
    color: #003087;
    font-size: 1.5625em;
    padding-top:10px;
    text-align: left;
    font-weight: bold;
    padding-bottom:10px;
}

.rich-text .author-styling br {

            display:none;

        }

.rich-text .author-styling {
    color: #003087;
    font-size: 1.5625em;
    line-height: normal;
    text-align: left;
    font-weight: bold;
}

input[type=checkbox]:focus {
    outline: 1px dashed #000000;
    outline-offset: 2px;
}

/* COLORS */
/* Rich Text Component CSS */
.rich-text {
  max-width: 940px;
  margin: 0 auto;
}
.rich-text h1 {
  font-size: 2.1875em;
  line-height: normal;
  color: #003087;
  text-align: left;
  margin-bottom: 3px;
}
.rich-text h2 {
  font-size: 1.5625em;
  line-height: normal;
  text-align: left;
}
.rich-text h2.blue {
  color: #003087;
}
.rich-text h2.black {
  color: #000000;
  margin-bottom: 15px;
  margin-top: 56px;
}
.rich-text h3 {
  color: #003087;
  font-size: 1.25em;
  line-height: normal;
  text-align: left;
}
.rich-text h4 {
  color: #003087;
  font-size: 1.25em;
  line-height: normal;
  text-align: left;
}
.rich-text h5 {
  color: #000000;
  font-size: 1em;
  line-height: normal;
  text-align: left;
}
.rich-text p {
  font-size: 1em;
  color: #000000;
  line-height: 1.63;
}
.rich-text ul {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-padding-start: 16px;
  margin-left: 18px;
}
.rich-text ul li {
  padding-left: 0.3em;
  list-style: disc;
}
.rich-text.article-list-header {
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 25px;
}

.richText-404 h1 {
  font-size: 44px;
}

.richText-404 p {
  margin-bottom: 0px;
}

.richText-404 ul {
  margin-top: 0px;
}
.rich-text .product-page-anchor a {
  display: block;
  position: relative;
  top: 6px;
  visibility: hidden;
}
.rich-text .anchor a {
  display: block;
  position: relative;
  top: -76px;
  visibility: hidden;
}
.rich-text.farmers_blue_white {
  font-size: 18px;
  color: #fff;
  font-family: SlatePro-Bk;
}
.rich-text.farmers_blue_white h2 {
  font-family: SlatePro-Bk;
  padding-top: 24px;
  padding-bottom: 24px;
}
.rich-text.farmers_blue_white b {
  font-family: SlatePro-Medium;
  font-weight: 500;
  font-size: 27px;
}
@media (max-width : 767px) {
  .rich-text .anchor a {
    top: -21px;
  }
  .rich-text .product-page-anchor a {
    top: -75px;
  }
}
.rich-text .product-page-anchor a {
  display: block;
  position: relative;
  top: 6px;
  visibility: hidden;
}
.rich-text .anchor a {
  display: block;
  position: relative;
  top: -76px;
  visibility: hidden;
}
@media (max-width : 767px) {
  .rich-text .anchor a {
	top: -21px;
  }
  .rich-text .product-page-anchor a {
	top: -75px;
  }
}
@media screen and (min-width: 769px) {
  .richText-404 {
    margin: 0px 100px;
  }
  .richText-404 h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px){
  .rich-text.farmers_blue_white {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 767px) {
  .rich-text.farmers_blue_white {
    margin-left: 40px;
    margin-right: 40px;
  }

}

.farmersText .rich-text a {
  text-decoration: underline;
}

.farmersText .rich-text a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

.rich-text sup {
    display: inline-block;
}

.savingsstyles{

  font-family: SlatePro-Bk;
  font-size: 40px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #003087 !important;
  position:relative;
    left:50px;

    }

.subheading-landing{

 font-family: SlatePro-Bk;
  font-size: 25px !important;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0 !important;
  letter-spacing: normal;
  color: black !important;
  position:relative;
    left:50px;
    }

@media only screen and (max-width: 480px) {
  .savingsstyles{

  font-family: SlatePro-Bk;
  font-size: 30px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #003087 !important;
  position:relative;
  left:inherit;

    }

.subheading-landing{

 font-family: SlatePro-Bk;
  font-size:  20px !important;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.0 !important;
  letter-spacing: normal;
  color: black !important;
  position:relative;
    left:inherit;
    }



 .undertext-landing{
  font-family: SlatePro-Bk;
   font-size:  20px !important;
   font-weight: bolder;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.0 !important;
   letter-spacing: normal;
   color: black !important;
   position:relative;
     left:50px;
    padding-top:5px
     }

    }
:target:before{
    content: "";
    display: block;
    height: 90px;
    margin: -70px 0 0;
    position: relative;
}

.custom-heading h2 {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .custom-heading h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .custom-heading h2 {
    font-size: 34px;
  }
}

/* COLORS */
@media screen and (min-width: 768px) {
  .c-feedback {
    position: fixed;
    right: -104px;
    top: 49%;
    padding: 0;
    margin-top: 19px;
    cursor: pointer;
    background: #0073cf;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -ms-transform-origin: 20% 40%;
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Safari 3-8 */
    -webkit-transform-origin: 20% 40%;
    /* Safari 3-8 */
    transform: rotate(270deg);
  }
  .c-feedback a:first-child {
    padding: 10px 12px 6px 12px;
    display: block;
    width: 160px;
    height: 45px;
  }
}
.c-feedback:hover,
.c-feedback:active {
  background: #003087;
}
.desktopfeedback {
  text-transform: UPPERCASE;
  font-size: 16.16px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'SlatePro-Medium', sans-serif;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 0;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: middle;
}
.desktopfeedback img {
  vertical-align: baseline;
}
.desktopfeedback i {
  margin-left: 10px;
  font-weight: 700;
  font-size: 21px;
  margin-right: 0;
  float: right;
}
@media screen and (max-width: 767px) {
  .givefeedback {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 3px 15px 3px 20px;
    text-transform: UPPERCASE;
    font-size: 1em;
    line-height: 40px;
    font-weight: 700;
    font-family: 'SlatePro-Bk', sans-serif;
    white-space: nowrap;
    color: #fff;
    background: #0073cf;
    margin-bottom: 1px;
  }
}
.givefeedback img {
  vertical-align: baseline;
}
.givefeedback:hover,
.givefeedback:active {
  background: #003087;
  border: 1px solid #003087;
}
.givefeedback i {
  margin-left: 10px;
  font-weight: 700;
  font-size: 20px;
}
.c-feedback a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.edit-mode .test-hero_image {
  min-height: 50px;
}

.edit-mode .test-hero_content-bottom__wrapper {
  position: static;
}

.test-hero_content-mobile h2 {
  padding-top: 13px;
  font-family: 'SlatePro-Bk';
  font-size: 26px;
  color: #003087;
  line-height: 1.15;
}

.test-hero_image--dynamic {
  height: 100%;
  max-height: 380px;
  overflow: hidden;
}

.test-hero_image--regular {
  text-align: right;
}

.test-hero_image--regular img {
  max-width: 100%;
  width: auto;
  max-height: 380px;
  object-fit: contain;
  object-position: right bottom;
}

.test-hero_content-bottom__wrapper {
  background-color: #003087;
  padding: 20px 0;
}

.test-hero_content-bottom h2 {
  display: none;
}

.test-hero_content-bottom form {
  display: flex;
}

.test-hero_content-bottom .input-wrapper {
  position: relative;
  max-width: 148px;
  margin-right: 10px;
}

.test-hero_content-bottom .home-zipinput {
  font-size: 16px;
  color: #000000;
  border: solid 2px #b6b6b6;
  width: 100%;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.test-hero_content-bottom .error-message-lead {
  display: none;
  color: #ffffff;
  position: absolute;
  white-space: nowrap;
  top: 43px;
}

.test-hero_content-bottom button {
  height: 32px;
  min-width: 164px;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: 'SlatePro-Medium', sans-serif;
  font-size: 20px;
  padding: 0;
}

.test-hero_content-bottom .card-link-wrapper {
  margin-top: 20px;
}

.test-hero_content-bottom .card-link {
  text-decoration: underline;
  color: #ffffff;
  font-size: 20px;
}

@media screen and (min-width:768px) {
  .test-hero {
    position: relative;
  }

  .test-hero_content-mobile h2 {
    display: none;
  }

  .test-hero_image--dynamic {
    max-height: 350px;
  }

  .test-hero_image--regular img {
    max-height: 300px;
  }

  .test-hero_content-bottom__wrapper {
    position: absolute;
    top: 30px;
    width: 425px;
    padding: 24px 50px 9px 0;
  }

  .test-hero_content-bottom h2 {
    display: block;
    color: #ffffff;
    font-family: 'SlatePro-Bk';
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
  }
}

@media screen and (min-width:1024px) {
  .test-hero_image--dynamic {
    max-height: 500px;
  }

  .test-hero_image--regular img {
    max-height: 476px;
  }

  .test-hero_content-bottom {
    max-width: 940px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .test-hero_content-bottom__wrapper {
    top: 20px;
    width: 510px;
    padding-bottom: 26px;
    padding-left: 10px;
  }

  .test-hero_content-bottom h2 {
    font-size: 49px;
  }
}
/* COLORS */
/* Hero CSS */
.hero-dynamic {
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-position: center right;
  top: 76px;
}

.hero-dynamic .center img {
  width: 100%;
}

.hero-dynamic a.button-cta:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.hero-dynamic .preview-height {
  position: fixed;
  top: 75px;
  width: 100%;
}

.hero-dynamic .edit-height {
  top: 76px;
  position: relative;
  padding-bottom: 100px;
}

.hero-dynamic .edit-height .desktop-wrapper .cq-Editable-dom,
.hero-dynamic .edit-height .tablet-wrapper .cq-Editable-dom {
  height: 480px;
}

.hero-dynamic .edit-height .mobile-wrapper .cq-Editable-dom {
  height: 360px;
}

.hero-dynamic .container {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
}

.hero-dynamic .container a.privacy,
.hero-dynamic .container a.privacy:hover,
.hero-dynamic .container a.privacy:focus,
.hero-dynamic .container a.privacy:active,
.hero-dynamic .container a.privacy:visited {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
  color: #0073cf;
  cursor: pointer;
  text-decoration: underline;
}

.hero-dynamic .container .banner-content {
  margin-left: 45%;
}

.hero-dynamic .container .banner-content .heading {
  font-size: 3.125em;
  margin-bottom: 0;
  color: #ffffff;
  font-family: 'SlatePro-Bk', sans-serif;
  text-shadow: 0 0 2px #585858;
  text-indent: -3px;
  line-height: 60px;
  margin-bottom: 7px;
}

.hero-dynamic .container .banner-content .para {
  font-size: 1.25em;
  color: #ffffff;
  font-family: 'SlatePro-Medium', sans-serif;
  text-shadow: 0 0 2px #585858;
  line-height: 30px;
  margin-bottom: 1rem;
}

.hero-dynamic .container .banner-content a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

.hero-dynamic .container .banner-content ul {
  margin-left: 17px;
}

.hero-dynamic .container .banner-content li {
  list-style: disc;
}

.hero-dynamic .container .banner-content .cta-wrapper {
  display: flex;
}

.hero-dynamic .container .banner-content .cta-wrapper .button-cta {
  margin-right: 10px;
  display: inline-block;
  padding: 8px 0px 8px 0px;
  height: auto;
  font-weight: 500;
  width: 200px;
  text-transform: uppercase;
  justify-content: center;
}

.hero-dynamic .container.centercont .banner-content .cta-wrapper .button-cta {
  margin: 0 auto;
}

.hero-dynamic .container.centercont .banner-content .cta-wrapper {
  padding: 0px 0px 20px 0px
}

.hero-dynamic .container .banner-content .cta-wrapper a+a.button-cta {
  margin: 0;
}

.hero-dynamic .picture-wrapper {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  max-height: 476px;
}

.hero-dynamic .picture-wrapper img {
  width: 100%;
}

.hero-dynamic .mobile-wrapper img {
  width: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1190px) {
  .hero-dynamic .container.secondvariation {
    top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-dynamic+.responsivegrid {
    top: 376.172px;
  }

  .hero-dynamic .hero-banner .banner-wrapper {
    width: 380px !important;
  }

  .desktop-wrap {
    position: absolute;
    left: 0;
  }

  .banner-caption-wrapper .cta-wrapper {
    margin-left: 30px;
  }
}


#subproduct-page-template .hero-dynamic .picture-wrapper {
  height: auto;
  max-height: 320px;
}

#subproduct-page-template .hero-dynamic .container {
  top: 45px;
}

#subproduct-page-template .hero-dynamic+.responsivegrid {
  top: 320px;
}

#subproduct-page-template .hero-dynamic .mobile-wrapper {
  height: 250px;
}

#subproduct-page-template .hero-dynamic .edit-height .desktop-wrapper .cq-Editable-dom,
#subproduct-page-template .hero-dynamic .edit-height .tablet-wrapper .cq-Editable-dom {
  height: 300px;
}

#subproduct-page-template .hero-dynamic .edit-height .mobile-wrapper .cq-Editable-dom {
  height: 250px;
}

@media screen and (min-width: 993px) and (max-width: 1025px) {
  .hero-dynamic .container {
    top: 120px;
  }

  .hero-dynamic .container.centercont {
    top: 30px;
  }
}

@media screen and (min-width: 993px) {
  .hero-dynamic .container .mobile-hero {
    display: none;
  }

  .hero-dynamic .container.centercont .banner-content {
    margin-left: 54%;
  }
}

/*Targeting below 992px resolution*/
@media screen and (max-width: 992px) {
  .hero-dynamic {
    max-height: inherit;
    top: 72px;
  }

  .hero-dynamic .preview-height {
    top: 64px;
  }

  .hero-dynamic .edit-height .container {
    height: 250px;
  }

  .hero-dynamic .edit-height .desktop-wrapper .cq-Editable-dom,
  .hero-dynamic .edit-height .tablet-wrapper .cq-Editable-dom {
    height: 300px;
  }

  .hero-dynamic .container {
    position: static;
    top: 0;
    max-width: 100%;
    padding: 0 40px;
  }

  .hero-dynamic .container.centercont {
    position: absolute;
    top: 10px;
    margin-left: 28%;
  }

  .hero-dynamic .container .banner-content {
    width: 100%;
    float: right;
    margin-right: 0;
    padding-left: 0;
  }

  .hero-dynamic .container .banner-content .heading {
    font-size: 2.5em;
    color: #003087;
    margin: 20px 0 8px 0;
    text-shadow: inherit;
  }

  .hero-dynamic .container .banner-content .para {
    color: #000000;
    text-shadow: inherit;
    font-size: 1.125em;
  }

  .hero-dynamic .container .banner-content .cta-wrapper {
    padding: 0px 0px 26px 0px;
  }

  .hero-dynamic .container .banner-content .cta-wrapper .button-cta {
    font-size: 0.8em;
    width: 151px;
  }

  .hero-dynamic .picture-wrapper {
    height: auto;
    max-height: 300px;
  }

  .hero-dynamic .picture-wrapper img {
    width: 100%;
  }

  #subproduct-page-template .hero-dynamic+.responsivegrid {
    top: 264px;
  }

  #subproduct-page-template .hero-dynamic .edit-height .desktop-wrapper .cq-Editable-dom,
  #subproduct-page-template .hero-dynamic .edit-height .tablet-wrapper .cq-Editable-dom {
    height: 192px;
  }

  .hero-dynamic .container .desktop-hero {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-dynamic .picture-wrapper {
    overflow: hidden;
    position: relative;
    height: 360px;
    width: 100%;
  }

  .hero-dynamic .picture-wrapper img {
    width: 100%;
  }

  .hero-dynamic .picture-wrapper {
    max-height: 380px;
    height: auto;
  }

  #subproduct-page-template .hero-dynamic .picture-wrapper,
  .hero-dynamic .picture-wrapper {
    max-height: 320px;
    height: auto;
  }

  /* HERO BANNER */
  .hero-dynamic .preview-height .picture-wrapper.quote-variation {
    padding-top: 78px;
  }

  .hero-dynamic .preview-height .picture-wrapper.quote-variation {
    padding-top: 78px;
  }

  .hero-dynamic .preview-height {
    top: 64px;
  }

  .hero-dynamic .container {
    padding: 0 25px;
    position: absolute;
  }

  .hero-dynamic .container.centercont {
    margin-left: 0;
  }

  .hero-dynamic .container .banner-content {
    padding-left: 0;
    width: auto;
    float: none;
    margin-left: 42%;
  }

  .hero-dynamic .container .banner-content .para {
    font-size: 1em;
    color: #fff;
  }

  .hero-dynamic .container .banner-content .heading {
    margin: 20px 0 0;
    line-height: normal;
    color: #fff;
    font-size: 2em;
  }

  .hero-dynamic .container .banner-content .cta-wrapper {
    padding: 0px 0px 40px 0px;
  }

  .hero-dynamic .container .banner-content .cta-wrapper .button-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    width: 200px;
  }

  .hero-dynamic .picture-wrapper {
    max-height: 380px;
    height: auto;
  }

  #subproduct-page-template .hero-dynamic+.responsivegrid {
    top: 380px;
  }

  .mobile-wrap {
    position: absolute;
    left: 0;
    top: 0;
  }

  .bottom-align {
    left: 0;
    height: 100%;
  }

  .mobile-wrap .top-caption {
    position: relative;
    /* left: 0;
     top: 0;*/
  }

  .bottom-align .caption {
    /* position: relative;*/
    /* bottom: 0;
    left: 0;*/
    top: 280px;
  }

  .hero-dynamic .edit-height .container {
    height: 415px !important;
  }

  .hero-dynamic+.responsivegrid {
    top: 380px;
  }
}

@media screen and (max-width: 481px) {
  .hero-dynamic .container {
    position: static;
    top: 0;
    max-width: 100%;
    padding: 0 25px;
  }

  .hero-dynamic .container .banner-content {
    padding-left: 0;
    margin: 0;
  }

  .hero-dynamic .container .banner-content .para {
    font-size: 1em;
    color: #000000;
  }

  .hero-dynamic .container .banner-content .heading {
    margin: 20px 0 0;
    line-height: normal;
    color: #003087;
  }

  .hero-dynamic .container .banner-content .cta-wrapper {
    padding: 0px 0px 40px 0px;
  }

  .hero-dynamic .container .banner-content .cta-wrapper .button-cta {
    font-size: 1em;
    width: 200px;
  }

  .hero-dynamic .edit-height .container {
    height: 380px !important;
  }
}

@media screen and (max-width: 479px) {
  .hero-dynamic .container .banner-content .cta-wrapper .button-cta {
    font-size: 1em;
    width: 147px;
  }

  .hero-dynamic .container .banner-content .cta-wrapper .button-cta+a {
    margin-right: 0;
  }
}

.hero-dynamic+.responsivegrid {
  position: relative;
  background: #ffffff;
  top: 435px;
}

@media screen and (max-width: 1024px) {
  .hero-dynamic .container .banner-content .cta-wrapper .button-cta {
    padding: 8px 0px 8px 0px;
  }
}

/*Mac safari hack*/
@media screen and (-webkit-max-device-pixel-ratio: 1) and (min-color-index: 0) {
  .mac .hero-dynamic .container .banner-content .cta-wrapper .button-cta {
    padding: 7px 0px 7px 0px;
  }
}

/*dynamic media changes*/
.desktop-wrapper .dynamicmedia_desktop,
.tablet-wrapper .dynamicmedia_tablet {
  height: inherit;
}

.mobile-wrapper .dynamicmedia_mobile {
  height: inherit;
}

.hero-dynamic .banner-content ul li a {
  text-decoration: underline;
}

.hero-dynamic a:focus {
  outline: 1px dashed #FFFFFF;
  outline-offset: 2px;
}

.hero-dynamic .banner-content ul li a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.ch-exp-18-v1 .ch-hero-div a.cta.red:focus {
  outline: 1px dashed #FFFFFF;
  outline-offset: 2px;
}

/* second variation */

.hero-dynamic .hero-banner .banner-wrapper {
  background-position: center;
  background-size: cover;
  /* width: 600px;*/
  /* height: 276px;*/
}

.banner-caption-wrapper {
  /* display: flex;*/
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 350px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  font-family: SlatePro-Bk;
}

.banner-caption-wrapper>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner-caption-wrapper .caption {
  background-color: #003087;
  padding: 20px;
  color: #ffffff;
  line-height: 1;
}

.banner-caption-wrapper .caption .title {
  font-size: 3.22em;
  ;
}

.banner-caption-wrapper .caption .sub-title {
  font-size: 36px;
  margin-top: 23px;
  line-height: 1.2;

}

.banner-caption-wrapper .cta-wrapper {
  margin-top: 46px;
  margin-left: 4%;
}

.bottom-align .caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #003087;
  padding: 12px;
  color: #ffffff;
  width: 100%;
  height: 110px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  font-family: SlatePro-Bk
}

.bottom-align .caption p {
  margin-bottom: 0;
}

.caption p {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .banner-caption-wrapper .caption {
    width: 600px;
  }

}

.hero-dynamic .container.cta {
  position: absolute;
  left: 0;
  right: 0 !important;
}

/* Above Tablet Portrait Devices /
@media screen and (min-width: 992px) {
.hero-dynamic .preview-height{
top:152px !important;
}
}
/ Above Tablet Devices */
@media screen and (min-width: 768px) {
  .desktop-wrap {
    display: block;
  }

  .mobile-wrap {
    display: none;
  }

  .bottom-align {
    display: none;
  }
}

/* Tablet Devices */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-caption-wrapper .caption .title {
    font-size: 2em;
  }

  .banner-caption-wrapper .caption .sub-title {
    font-size: 1.5em;
    margin-top: 15px;
  }

  .banner-caption-wrapper .cta-wrapper {
    margin-top: 46px;
    margin-left: 5%
  }

  .desktop-wrap {
    position: absolute;
    left: 40px !important;
    top: 10px;
  }

  .banner-caption-wrapper .caption .off-hours-button .sub-title {
    font-size: 1.1em;
  }

  .off-hours-button a {
    bottom: 0px;
  }
}

/* Mobile Devices */
@media screen and (max-width: 767px) {
  .desktop-wrap {
    display: none;
  }

  .mobile-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .bottom-align {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .mobile-wrap .top-caption {
    color: black;
    text-align: left;
    background-color: white;
    padding: 10px;
  }

  .mobile-wrap .top-caption p {
    margin-bottom: 0;
  }
}

/*  Small Devices */
@media screen and (min-width: 576px) and (max-width: 767px) {

  .bottom-align.caption {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-wrap .top-caption .title {
    font-size: 26px;
    font-family: SlatePro-Bk;
    color: #003087;
  }

}

/* Extra Small Devices */
@media screen and (max-width: 575px) {
  .bottom-align .caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .mobile-wrap .top-caption .title {
    font-size: 22px;
    font-family: SlatePro-Bk;
    color: #003087;
    line-height: 1.3;
  }

  .bottom-align .caption .sub-title span[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
  }

  .bottom-align .caption .sub-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
  }

  .bottom-align .caption .sub-title span {
    float: right;
    font-size: 26px;
    font-weight: 700;
  }

  .bottom-align .caption .cta-wrapper {
    width: 100%;
    padding-bottom: 10px;
  }

  .bottom-align .caption .cta-wrapper a {
    width: 100%;
    display: block;
  }

  .off-hours .caption .cta-wrapper a {
    display: initial;
    margin: 1.5%;
    padding-right: 10%;
    padding-left: 9%;
  }

  .off-hours .caption .sub-title {
    padding-bottom: 10px;
    margin-left: 2%;

  }

  .off-hours .caption .cta-wrapper .off-hours .caption .cta-wrapper {
    width: 100%;
    text-align: center;
  }


}

@media (max-device-width: 361px) {
  .mobile-wrap .top-caption .title {
    font-size: 22px;
  }

  .off-hours .caption .cta-wrapper a {
    display: initial;
    margin: 1%;
    padding-right: 7%;
    padding-left: 7%;
  }

  .off-hours .caption .cta-wrapper a.specialty-android {
    padding-right: 8.5%;
  }
}

@media screen and (max-width:360px) and (orientation:landscape) {
  .bottom-align {
    position: inherit;
    top: 80%;
  }
}

@media screen and (min-width:361px) and (max-width:767px) and (orientation:landscape) {
  .bottom-align .caption {
    padding-bottom: 5%;
    height: 100px;
  }

  .bottom-align .caption .sub-title {
    margin-left: 2%;
    font-size: 1.2em;
  }

  .bottom-align {
    position: inherit;
    top: 83%;
  }

  .off-hours .caption .cta-wrapper a {
    display: initial;
    margin-right: 10px;
    padding: 10px;
  }

  .off-hours .caption .cta-wrapper a.button-cross-sell {
    padding-left: 50px;
    padding-right: 50px;
  }

  .off-hours .caption .cta-wrapper a.button-secondary {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.desktop-wrap {
  position: absolute;
  left: 90px;
}

.bottom-align .caption .off-hours {
  display: none;
}

.off-hours-button .sub-title {
  display: inline-block;
  padding-right: 5%;

}

.off-hours-button a {
  position: relative;
  bottom: 6px;
  width: 100% !important;
  padding-right: 10% !important;
  padding-left: 10% !important;
  padding-top: 2% !important;
  padding-bottom: 2% !important;
  font-size: 17px !important;
}

.mobile-number-hero {
  color: #fff;
  text-decoration: none;
}

a.mobile-number-hero:hover {
  color: #fff;
  text-decoration: none;
}


/* Third Variation Stylings */

/* HERO BANNER */
.hero-dynamic .preview-height .mobile-wrapper.quote-variation {
  padding-top: 78px;
}

.hero-dynamic .container.at-element-marker {
  background-color: #003087;
  /* override */
  position: static;
  height: 100%;
}

.lead-banner-caption-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lead-banner-caption-wrapper .lead-caption {
  position: absolute;
  top: 0;
  width: 285px;
  padding-top: 13px;
  font-family: 'SlatePro-Bk';
  font-size: 26px;
  color: #003087;
  line-height: 1.15;
}

.lead-banner-caption-wrapper .lead-caption .title {
  margin: 0;
}

.lead-banner-caption-wrapper .home-getaquote .formhome_getquote {
  display: flex;
}

.lead-banner-caption-wrapper .home-getaquote .input-wrapper {
  position: relative;
  margin-right: 10px;
  max-width: 148px;
}

.lead-banner-caption-wrapper .home-getaquote .home-zipinput {
  font-size: 16px;
  color: #000000;
  border: solid 2px #b6b6b6;
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.lead-banner-caption-wrapper .home-getaquote .input-wrapper .home-zipinput:focus,
.lead-banner-caption-wrapper .home-getaquote button.button-cta.button-cross-sell:not(:disabled):focus {
  outline-color: #ffffff !important;
}

.lead-banner-caption-wrapper .home-getaquote .error-message-lead {
  display: none;
  color: #ffffff;
  position: absolute;
  white-space: nowrap;
  top: 43px;
}

.lead-banner-caption-wrapper .home-getaquote .home-startquote {
  height: 32px;
  min-width: 164px;
  margin-left: 10px;
  text-transform: uppercase;
  padding: 8px 10px;
}

.formhome_getquote .home-startquote .fa-angle-right {
  font-weight: bold;
  margin-left: 7px;
  font-size: 1.3rem;
}

.lead-banner-caption-wrapper .home-getaquote .card-link-wrapper {
  margin-top: 19px;
  font-family: 'SlatePro-Medium';
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
}

.lead-banner-caption-wrapper .home-getaquote .card-link {
  text-decoration: underline;
  color: #ffffff;
  font-size: 20px;
}

.lead-banner-caption-wrapper .home-getaquote .card-text p,
.lead-banner-caption-wrapper .home-getaquote .card-text a {
  color: #ffffff;
}

.lead-banner-caption-wrapper .home-getaquote .card-text p {
  font-family: 'SlatePro-Bk';
}

.lead-banner-caption-wrapper .lead-cta-wrapper .on-hours {
  display: none;
}

.lead-banner-caption-wrapper .lead-cta-wrapper.error .error-message-lead {
  display: block;
}

.lead-banner-caption-wrapper .lead-cta-wrapper.error .card-link-wrapper {
  margin-top: 40px;
}

/* END OF HERO BANNER */


@media screen and (min-width: 420px) {
  .hero-dynamic .preview-height .picture-wrapper.quote-variation {
    padding-top: 0;
  }

  .lead-banner-caption-wrapper .lead-caption {
    background-color: #003087;
    top: 68px;
    left: 0;
    width: 326px;
    padding: 29px 0 21px 20px;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
  }

  .lead-banner-caption-wrapper .lead-cta-wrapper .home-getaquote .input-wrapper {
    max-width: 174px;
    width: 100%;
    margin-right: 16px;
  }

  .lead-banner-caption-wrapper .home-getaquote .home-zipinput {
    font-size: 18px;
    height: 40px;
  }

  .lead-banner-caption-wrapper ::placeholder {
    color: #000000;
  }

  .lead-banner-caption-wrapper .home-getaquote .home-startquote {
    height: 40px;
    max-width: 192px;
    width: 100%;
  }

  .lead-banner-caption-wrapper .lead-cta-wrapper.error .error-message-lead {
    top: 48px;
  }

  .lead-banner-caption-wrapper .home-getaquote .card-text p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-dynamic .container.at-element-marker {
    position: absolute;
    background: transparent;
    top: 94px;
  }

  .lead-banner-caption-wrapper {
    max-width: 940px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-top: 0;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    font-family: SlatePro-Bk;
  }

  .lead-banner-caption-wrapper .lead-cta-wrapper,
  .lead-banner-caption-wrapper .lead-caption {
    width: 510px;
  }

  .lead-banner-caption-wrapper .lead-caption {
    position: static;
    padding: 20px;
    color: #ffffff;
    line-height: 1;
    font-size: 49px;
    padding: 24px 50px 15px 30px;
  }

  .lead-banner-caption-wrapper .lead-cta-wrapper {
    background-color: #003087;
    height: auto;
    padding: 5px 50px 26px 30px;
    align-content: center;
  }

  .lead-banner-caption-wrapper .home-getaquote .input-wrapper {
    margin-right: 14px;
  }

  .lead-banner-caption-wrapper .home-getaquote .home-zipinput {
    font-size: 16px;
  }

  .lead-banner-caption-wrapper .home-getaquote .home-startquote {
    min-width: 230px;
  }

  .lead-banner-caption-wrapper .home-getaquote .card-link-wrapper {
    margin-top: 30px;
  }

  .lead-banner-caption-wrapper .home-getaquote .card-text p {
    font-size: 24px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {

  .lead-banner-caption-wrapper {
    position: fixed;
    left: 0px;
    top: -10px;
  }

  .lead-banner-caption-wrapper .lead-caption {
    background-color: #003087;
    top: 115px;
    left: 0px;
    width: 425px;
    padding: 24px 50px 15px 15px;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
    position: absolute;
  }

  .lead-banner-caption-wrapper .lead-cta-wrapper {
    background-color: #003087;
    top: 215px;
    left: 0px;
    width: 425px;
    padding: 14px 50px 9px 15px;
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    position: absolute;

  }

  .lead-banner-caption-wrapper .lead-cta-wrapper.error .error-message-lead {
    font-size: 1rem;
    padding-top: 5px;
  }
}

/*  STYLE SYSTEM STYLES */

/*
    make the CTA wider with CSS Class .wide-cta
*/
.hero-dynamic.wide-cta .container .banner-content .cta-wrapper {
  justify-content: center;
}

.hero-dynamic.wide-cta .container .banner-content .cta-wrapper .button-cta {
  width: auto;
  padding: 10px;
}

@media screen and (min-width: 482px) and (max-width: 767px) {
  .hero-dynamic.wide-cta .container .banner-content .cta-wrapper {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 993px) {
  .hero-dynamic.wide-cta .container .banner-content .cta-wrapper {
    justify-content: flex-start;
  }
}

/*
    Make the text white when displayed on top of the banner image
    with CSS Class .desktop-white
*/
.hero-dynamic.desktop-white .container .banner-content .cta-wrapper .button-cta:focus {
  outline: 1px dashed #ffffff;
  outline-offset: 2px;
}

@media screen and (min-width: 482px) and (max-width: 767px) {
  .hero-dynamic.desktop-white .container .banner-content {
    color: #ffffff;
  }
}


@media screen and (min-width: 993px) {
  .hero-dynamic.desktop-white .container .banner-content {
    color: #ffffff;
  }
}


/*
    Adjust sizes and spacing when content is larger that expected
    With CSS Class .large-content
*/
@media screen and (min-width: 482px) and (max-width: 615px) {
  .hero-dynamic.large-content .container .banner-content .heading {
    margin-top: 0;
  }
}

@media screen and (min-width: 482px) and (max-width: 767px) {
  .hero-dynamic.large-content .container .banner-content {
    font-size: .8em;
  }

  .hero-dynamic.large-content .container .banner-content .heading {
    font-size: 1em;
  }

  .hero-dynamic.large-content .container .banner-content p {
    margin-bottom: 0;
  }

  .hero-dynamic.large-content .container .banner-content .cta-wrapper {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-dynamic.large-content .container {
    top: 50px;
  }
}


@media screen and (min-width: 993px) {
  .hero-dynamic.large-content .container {
    top: 10px;
  }

  .hero-dynamic.large-content .container .banner-content .heading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-dynamic.large-content .container .banner-content .cta-wrapper {
    padding-top: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .hero-dynamic.large-content .container {
    top: 50px;
  }
}

/*  END OF STYLE SYSTEM STYLES */
/* COLORS */
/* Ruled List CSS */
.ruled-list:nth-child(1) {
  margin-top: 50px;
}
.ruled-list .container {
  padding: 0;
}
.ruled-list ul {
  /* margin-top: 30px; */
  margin-bottom: 30px;
  -webkit-padding-start: 16px;
  margin-left: 18px;
}
.ruled-list ul li {
  list-style: disc;
}
.ruled-list p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.63;
  color: #000000;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.ruled-list h5 {
  font-size: 1em;
  font-weight: 500;
  color: #000000;
  margin-top: 6px;
  padding-top: 4px;
  margin-bottom: 0px;
}
.ruled-list h5 b {
  font-weight: 500;
}
.ruled-list h3 {
  color: #003087;
  font-size: 1.5625em;
  font-weight: 500;
  line-height: 1.04;
  margin-left: 20px;
}
.ruled-list .rule-box .row {
  margin: 18px 0px 20px 20px;
}
.ruled-list .rule-box .row .imageBox {
  width: 77px;
  height: 77px;
}
.ruled-list .rule-box .row .imageBox img {
  max-width: 77px;
  height: 77px;
}
.ruled-list hr {
  border: 0;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 33px;
}
.ruled-list hr.hide-border {
  border-bottom-color: transparent;
}
.ruled-list .contetntBoxPadding {
  max-width: 70%;
}
.ruled-list .contetntBoxPadding1 {
  max-width: 97%;
}
@media (min-width: 993px) {
  .ruled-list .text-left-padding {
    margin-left: -70px;
  }
}
.right-rail-framework .ruled-list:nth-child(1) {
  margin-top: 0;
}
.right-rail-framework .ruled-list .rule-box .row .contetntBoxPadding {
  max-width: 100%;
  padding-right: 20px;
}
@media (min-width: 993px) {
  .right-rail-framework .ruled-list .rule-box .row .text-left-padding {
    margin-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ruled-list .rule-box .row {
    margin: 18px 0px 22px 20px;
  }
  .right-rail-framework .ruled-list .rule-box .row {
    margin: 10px 0px 22px 20px;
  }
  .right-rail-framework .ruled-list .rule-box .row .imageBox {
    width: 77px;
    height: 77px;
  }
  .right-rail-framework .ruled-list .rule-box .row .imageBox img {
    max-width: 77px;
  }
  .right-rail-framework .ruled-list .rule-box .row .text-left-padding {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .ruled-list .rule-box .row .imageBox {
    max-width: 77px;
  }
  .ruled-list .rule-box .row .box-title {
    margin-top: 5px;
  }
  .ruled-list .rule-box .row .contetntBoxPadding {
    max-width: 70%;
  }
  .ruled-list .rule-box .row .contetntBoxPadding1 {
    max-width: 96%;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .ruled-list .text-left-padding {
    margin-left: 30px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .ruled-list .contetntBoxPadding {
    max-width: 68%;
  }
  .ruled-list .contetntBoxPadding1 {
    max-width: 100%;
  }
  .right-rail-framework .ruled-list .rule-box .row .contetntBoxPadding {
    padding: 0;
  }
  .right-rail-framework .ruled-list .rule-box .row .contetntBoxPadding1 {
    max-width: 96%;
  }
  .right-rail-framework .ruled-list .rule-box .row .text-left-padding {
    margin-left: 40px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .ruled-list .rule-box .row .imageBox {
    margin-right: 17px;
  }
  .right-rail-framework .ruled-list .rule-box .row .imageBox {
    margin-right: 0;
  }
  .right-rail-framework .ruled-list .rule-box .row .text-left-padding {
    margin-left: 35px;
  }
  .right-rail-framework .ruled-list .contetntBoxPadding {
    max-width: 68% !important;
  }
}

.ruled-list .rule-box a {
  text-decoration: underline;
}

.ruled-list .rule-box a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

.ruled-list .small-icon .container {
  padding: 0;
}

.ruled-list .small-icon .rule-box .row {
  align-items: center;
  margin: 19px 24px 16px 19px;
}

.ruled-list .small-icon .rule-box .row .col-2 {
  max-width: 35px;
}

.ruled-list .small-icon .rule-box .row .col-10 {
  max-width: calc(100% - 35px);
}

.ruled-list .small-icon .rule-box .row .imageBox {
  width: 35px;
  height: auto;
}

.ruled-list .small-icon .rule-box .row .imageBox img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.ruled-list .small-icon .rule-box .row .contetntBoxPadding {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 5px;
}

.ruled-list .small-icon .contetntBoxPadding h2,
.ruled-list .small-icon .contetntBoxPadding h3 {
  font-size: 1em;
  font-family: SlatePro-Medium, sans-serif;
  color: #003087;
  line-height: normal;
  margin: 0;
}

.ruled-list .small-icon hr {
  display: none;
}

@media (min-width:768px) {
  .ruled-list .small-icon .rule-box .row {
    margin: 14px 18px 12px 14px;
  }
}

@media (min-width: 992px) {
  .ruled-list .small-icon .rule-box .row {
    margin: 30px 25px 15px 20px;
  }

  .ruled-list .small-icon .contetntBoxPadding h2,
  .ruled-list .small-icon .contetntBoxPadding h3 {
    font-size: 1.125em;
  }

  .ruled-list .small-icon .rule-box .row .contetntBoxPadding {
    padding-left: 10px;
  }
}
/* COLORS */
/* Secondary Navigation CSS */
.nav-secondary .container {
  width: 940px;
}
.nav-secondary .cta-wrapper {
  margin: auto 0;
}
.nav-secondary .sticky-header {
  top: 0;
  width: 100%;
  background: #f7f7f7;
  z-index: 2;
}

.nav-secondary .sticky-header .logo-visibility {
  display: none;
}
.nav-secondary .sticky-header .container {
  border-bottom: 1px solid #b6b6b6;
  width: 940px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
.nav-secondary .sticky-header .cta-wrapper {
  float: right;
}
.nav-secondary .sticky-header .cta-wrapper button {
  float: left;
}
.nav-secondary .sticky-header .cta-wrapper button.button-cta {
  font-size: 15.4px;
  max-width: inherit;
  padding: 0px 10px;
  margin-left: 10px;
  height: 27px;
  text-transform: uppercase;
}
.nav-secondary .sticky-header .cta-wrapper a {
  margin-left: 8px;
  display: inline-block;
  float: left;
  padding: 6px 20px;
  line-height: 2rem;
}

.nav-secondary .sticky-header .heading-wrapper {
  display: none;
}

.nav-secondary .sticky-header .heading {
  display: none;
  color: #585858;
  font-weight: 600;
  font-family: 'SlatePro-Medium', sans-serif;
}

.nav-secondary .sticky-header .heading:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}
.desktop-subnavHeading a{
  font-family: 'SlatePro-Medium', sans-serif;
  font-size: 1rem;
  color: #585858;
}

.desktop-subnavHeading a:focus{
  outline: 1px dashed #000000;
  outline-offset: 2px;

}

@media screen and (max-width: 767px) {
  .desktop-subnavHeading{
    display:none;
  }
}

@media screen and (min-width: 767px) {
  .nav-secondary .business-nav .row > ul > li:first-child{
    display:none;
  }
  .nav-secondary .business-nav li.menu a.mobile{
    display:none;
  }
}
.nav-secondary .sticky-header .logo {
  width: 122px;
}
.nav-secondary .sticky-header .logo img {
  width: 100%;
}
.nav-secondary .sticky-header .row {
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.nav-secondary.iPad .sticky-header {
  display: block;
}
.nav-secondary.fixed .sticky-header {
  display: block;
}
.nav-secondary.fixed .business-nav {
  top: 50px;
  z-index: 1;
  position: fixed;
}
.nav-secondary .business-nav {
  background: #f7f7f7;
  padding: 1.227% 0;
  width: 100%;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 4px #808080;
  -moz-box-shadow: 0px 1px 4px #808080;
  -webkit-box-shadow: 0px 1px 4px #808080;
  margin-top: -4px;
}
.nav-secondary.fixed .business-nav, .nav-secondary .sticky-header{
  z-index: 998 !important;
}
.nav-secondary .business-nav li.menu .fa::before {
  content: "\f107";
}
.nav-secondary .business-nav li.menu.open .fa::before {
  content: "\f106";
}
.nav-secondary .business-nav.fixed {
  position: fixed;
  top: 0;
  padding-top: 16px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-secondary .business-nav .row > ul > li:first-child a {
  color: #585858;
  font-weight: 500;
  font-family: 'SlatePro-Medium', sans-serif;
  /*cursor: inherit;
			text-decoration: none;*/
}
.nav-secondary .business-nav .row > ul > li:first-child a:hover {
  color: #003087;
}
.nav-secondary .business-nav li {
  float: left;
  margin: 0px 45px 0px 0px;
}
.nav-secondary .business-nav li:last-child {
  margin: 0;
}
.nav-secondary .business-nav li .business-menu {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px -4px #808080;
  -moz-box-shadow: 0 4px 4px -4px #808080;
  box-shadow: 0 4px 4px -4px #808080;
}
.nav-secondary .business-nav li .business-menu::before {
  content: " ";
  display: block;
  position: absolute;
  height: 25px;
  top: -22px;
  left: 0;
  right: 0;
}
.nav-secondary .business-nav li .business-menu .container {
  padding: 0;
  height: 70px;
  display: flex;
  align-items: center;
}
.nav-secondary .business-nav li .business-menu li:first-child a {
  color: #003087;
  font-weight: normal;
}
.nav-secondary .business-nav li.menu a .fa {
  font-size: 1em;
  vertical-align: top;
  margin: 4px 0px 0px 4px;
  margin-left: 4px;
  margin-right: 0;
}
.nav-secondary .business-nav li:last-child {
  margin: 0px;
}
.nav-secondary .business-nav li a:focus {
  text-decoration: underline;
}
.nav-secondary .business-nav li a {
  font-size: 1em;
  color: #003087;
  display: inline-block;
  font-family: 'SlatePro-Bk', sans-serif;
}
.nav-secondary .business-nav li.menu a.mobile {
  width: 90%;
  float: left;
}

.nav-secondary .business-nav li a:focus,
.nav-secondary .business-nav li i.fa:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.nav-secondary .business-nav li i.fa {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  font-size: 1.5em;
  color: #003087;
  vertical-align: sub;
  cursor: pointer;
}

.nav-secondary .business-nav li ul {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nav-secondary .sticky-header .cta-wrapper a {
    display: block;
    float: left;
    height: 28px;
    line-height: 1rem;
  }
  .nav-secondary.fixed .sticky-header {
    z-index: 999;
  }
  .nav-secondary .business-nav li .business-menu {
    z-index: -999;
  }
  .nav-secondary .business-nav li a {
    z-index: 999;
  }
  .nav-secondary .business-nav{
    margin:0;
  }
}
@media screen and (max-width: 992px) {
  .nav-secondary .sticky-header .container {
    width: 100%;
    padding: 0px 40px;
    max-width: 100%;
  }
  .nav-secondary .sticky-header .heading {
    display: none;
  }
  .nav-secondary .sticky-header .heading i {
    display: none;
  }
  .nav-secondary .sticky-header .logo {
    display: none;
  }
  .nav-secondary .sticky-header .heading {
    font-weight: normal;
    margin-top: 6px;
  }
  .nav-secondary .business-nav {
    padding: 15px 0;
    height: 60px;
  }
  .nav-secondary .business-nav .row > ul > li:first-child {
    display: none;
    width: 100%;
    margin: 8px 0px 0px 0;
  }
  .nav-secondary .business-nav li {
    margin: 0px 24px 0px 0px;
  }
  .nav-secondary .business-nav li a {
    font-size: 15px;
  }
  .nav-secondary .business-nav li li {
    margin: 0px 30px 0px 0px;
  }
  .nav-secondary .business-nav li .business-menu {
    padding: 0px 40px;
    top: 60px;
  }
  .nav-secondary .business-nav li .business-menu .container {
    height: 65px;
  }
  .nav-secondary.fixed .sticky-header {
    padding: 0px 40px 0px 40px;
  }

  .nav-secondary.fixed .sticky-header .container {
    padding: 0;
  }
  .nav-secondary.fixed .business-nav {
    padding: 18px 0px 0px 0px;
    height: 60px;
  }
  .nav-secondary.fixed .business-nav .row > ul > li:first-child {
    display: none;
  }
  .nav-secondary.fixed .business-nav .business-menu {
    top: 60px;
  }
  .nav-secondary .container {
    max-width: 100%;
    padding: 0px 55px;
  }
}
@media screen and (max-width: 767px) {
  .nav-secondary .sticky-header {
    box-shadow: 0px 3px 5.9px 0.1px rgba(0, 0, 0, 0.12);
    display: block;
    position: relative;
    /*.row {
				justify-content: left;
			}*/
  }
  .nav-secondary .sticky-header .container {
    border: none;
    padding: 0px 25px;
  }

  .nav-secondary .sticky-header .heading-wrapper {
    display: block;
  }

  .nav-secondary .sticky-header .heading {
    margin-top: 2px;
    font-size: 1em;
    font-family: 'SlatePro-Bk', sans-serif;
    color: #003087;
    display: block;
  }
  .nav-secondary .sticky-header .heading i {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  .nav-secondary .sticky-header .cta-wrapper a {
    display: none;
  }
  .nav-secondary .business-nav {
    display: none;
  }
  .nav-secondary .business-nav .container {
    width: 100%;
    padding: 0;
  }
  .nav-secondary .business-nav .container .row {
    margin: 0;
  }
  .nav-secondary .business-nav button {
    position: absolute;
    opacity: 1;
    top: 10px;
    font-weight: normal;
    text-shadow: none;
    color: #003087;
    right: 20px;
    font-size: 38px;
    width: auto;
  }
  .nav-secondary .business-nav .row > ul > li:first-child {
    display: block;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .nav-secondary .business-nav .row > ul > li:first-child a {
    color: #003087;
    font-weight: 500;
    font-size: 25px;
    /*cursor: default;	*/
  }
  .nav-secondary .business-nav li {
    padding: 16px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    width: 100%;
  }
  .nav-secondary .business-nav li.menu .fa {
    width: 20px;
    height: 20px;
    font-size: 1.8em;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
  }
  .nav-secondary .business-nav li a {
    font-size: 1.125em;
    display: block;
  }
  .nav-secondary .business-nav li:last-child {
    border: none;
  }
  .nav-secondary .business-nav li li {
    border: none;
    padding: 10px 0px 10px 24px;
    margin-right: 0;
  }
  .nav-secondary .business-nav li li a {
    font-size: 1em;
  }
  .nav-secondary .business-nav li .business-menu {
    background: #f7f7f7;
    height: auto;
    width: 100%;
    position: static;
    padding-left: 0px;
  }
  .nav-secondary .business-nav li .business-menu ul {
    margin-top: 0;
    display: block;
  }
  .nav-secondary .business-nav li .business-menu .container {
    display: block;
    height: auto;
  }
  .nav-secondary .business-nav.open {
    height: 100% !important;
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 1040;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    overflow-y: scroll;
  }
  .nav-secondary .business-nav ul {
    width: 100%;
  }
  .nav-secondary.fixed .sticky-header {
    position: fixed;
    padding: 0 25px;
  }
  .nav-secondary.fixed .sticky-header .container {
    padding: 0;
  }
  .nav-secondary .sticky-header .cta-wrapper a.mobile-cta {
    display: block;
    padding: 6px 10px;
  }
  .nav-secondary.fixed .business-nav .row > ul > li:first-child {
    display: block;
  }
  .nav-secondary .business-nav li .business-menu{
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-secondary .business-nav li.menu a.desktopTablet{
    display:none;
  }
}
/*Mac safari hack*/

.mac .nav-secondary .business-nav li.menu a .fa {
  margin: 2px 0px 0px 4px;
}
button.button-cta.button-cross-sell:not(:disabled):focus, a.button-cta.button-cross-sell:not(:disabled):focus {
  background: #b31429;
  background: linear-gradient(to bottom, #b31429 0%, #b31429 50%, #a0042b 50%, #a0042b 100%);
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

button.button-cta.button-secondary:not(:disabled):focus, a.button-cta.button-secondary:not(:disabled):focus {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, #e7e7e7 50%, #e7e7e7 100%);
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.remove-shadow-effect {
  border-bottom: none;
  box-shadow: 0 0 0;
}

/*for desktop viewport*/
@media screen and (min-width: 991px) {
    .mobile-cta-link {
        display: none !important;
    }
}

.mobile-cta-link {
    text-transform: lowercase;
}

.mobile-cta-link:first-letter {
    text-transform: uppercase;
}

#subproduct-page-template .mobile-cta-list-item {
    display: none !important;
}

/*for tablet viewport*/
@media (min-width: 481px) and (max-width: 990px) {
    .mobile-cta-list-item {
        display: none;
    }
}

/*for mobile viewport*/
@media screen and (max-width: 480px) {
    #product-page-template .mobile-cta-list-item.hide,
    .mobile-cta-list-item.show {
        display: none !important;
    }

    #product-page-template .mobile-cta-list-item.show {
        display: block !important;
    }
}


@media not all and (min-resolution:.001dpcm) { @media {
  .mac-alignment-fix{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  font-size: 1.5em;
  color: #003087;
  vertical-align: middle;
  cursor: pointer;
      }
  }
}
  .mac-alignment-fix{
     display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: 6px;
      margin-top: -3px;
      font-size: 1.5em;
      color: #003087;
      vertical-align: sub;
      cursor: pointer;
      }


/* HERO BANNER */

.formhome_getquote .home-startquote .fa-angle-right {
  font-weight: bold;
  margin-left: 7px;
  font-size: 1.3rem;
}


/* STICKY NAV third variation*/

nav .nav-secondary.second-variation .sticky-header .container {
  height: auto;
  min-height: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.nav-secondary.second-variation .sticky-header .desktop-subnavHeading .fa {
  display: none;
  font-size: 30px;
  font-weight: 600;
  color: #003087;
  vertical-align: sub;
  margin-left: 9px;
}

.nav-secondary.second-variation .sticky-header .heading-wrapper {
  min-width: 160px;
}

.nav-secondary.second-variation .sticky-header .heading-wrapper .heading {
  font-size: 22px;
}

.nav-secondary.second-variation .sticky-header .cta-wrapper .formhome_getquote {
  display: flex;
}

.nav-secondary.second-variation .sticky-header .cta-wrapper .formhome_getquote button.button-cta {
  height: 40px;
  min-width: 161px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.nav-secondary.second-variation .sticky-header .cta-wrapper .formhome_getquote .input-wrapper {
  min-width: 90px;
  position: relative;
}

.nav-secondary.second-variation.error .sticky-header .cta-wrapper .formhome_getquote .input-wrapper {
  padding-bottom: 29px;
}

.nav-secondary.second-variation .sticky-header .cta-wrapper .formhome_getquote .home-zipinput {
  max-width: 151px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.nav-secondary.second-variation .sticky-header .cta-wrapper .formhome_getquote .error-message-lead {
  position: absolute;
  top: 51px;
  white-space: nowrap;
  font-size: 14px;
  color: #707070;
  display: none;
}

.nav-secondary.second-variation.error .sticky-header .cta-wrapper .formhome_getquote .error-message-lead {
  display: block;
}


@media screen and (min-width: 455px) {
  /* STICKY NAV */
  .nav-secondary.second-variation .sticky-header .row {
    flex-wrap: nowrap;
  }
  /* END OF STICKY NAV */
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  nav .nav-secondary.second-variation .sticky-header .container {
    border-bottom: 0;
  }

  .nav-secondary.second-variation .sticky-header {
    box-shadow: 0px 3px 5.9px 0.1px rgba(0, 0, 0, 0.12);
  }

  nav .nav-secondary.second-variation .sticky-header .heading-wrapper,
  nav .nav-secondary.second-variation .sticky-header .heading-wrapper .heading {
    display: block;
  }

  .nav-secondary.second-variation .sticky-header .heading-wrapper .heading {
    color: #003087;
    font-family: 'SlatePro-Bk', sans-serif;
  }

  nav .nav-secondary.second-variation .sticky-header .heading i {
    color: #003087;
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    font-size: 1.3rem;
    vertical-align: middle;
  }

  .nav-secondary.second-variation .business-nav,
  .nav-secondary.second-variation .sticky-header .desktop-subnavHeading {
    display: none;
  }

  .nav-secondary.second-variation .business-nav .container {
    width: 100%;
    padding: 0;
  }
  .nav-secondary.second-variation .business-nav .container .row {
    margin: 0;
  }
  .nav-secondary.second-variation .business-nav button {
    display: block !important;
    position: absolute;
    opacity: 1;
    top: 10px;
    font-weight: bold;
    text-shadow: none;
    color: #003087;
    right: 20px;
    font-size: 34px;
    width: auto;
  }
  .nav-secondary.second-variation .business-nav .row > ul > li:first-child {
    display: block;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .nav-secondary.second-variation .business-nav .row > ul > li:first-child a {
    color: #003087;
    font-weight: 500;
    font-size: 25px;
    /*cursor: default;  */
  }
  .nav-secondary.second-variation .business-nav li {
    padding: 16px 0;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    width: 100%;
  }
  .nav-secondary.second-variation .business-nav li.menu .fa {
    width: 20px;
    height: 20px;
    font-size: 1.8em;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
  }
  .nav-secondary.second-variation .business-nav li a {
    font-size: 1.125em;
    display: block;
  }
  .nav-secondary.second-variation .business-nav li:last-child {
    border: none;
  }
  .nav-secondary.second-variation .business-nav li li {
    border: none;
    padding: 10px 0px 10px 24px;
    margin-right: 0;
  }
  .nav-secondary.second-variation .business-nav li li a {
    font-size: 1em;
  }
  .nav-secondary.second-variation .business-nav li .business-menu {
    background: #f7f7f7;
    height: auto;
    width: 100%;
    position: static;
    padding-left: 0px;
  }
  .nav-secondary.second-variation .business-nav li .business-menu ul {
    margin-top: 0;
    display: block;
  }
  .nav-secondary.second-variation .business-nav li .business-menu .container {
    display: block;
    height: auto;
  }
  nav .nav-secondary.second-variation .business-nav.open {
    z-index: 2;
    height: 100% !important;
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 1000;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    overflow-y: scroll;
  }
  .nav-secondary.second-variation .business-nav ul {
    width: 100%;
  }
  .nav-secondary.second-variation.fixed .sticky-header {
    position: fixed;
    padding: 0 25px;
  }
  .nav-secondary.second-variation.fixed .sticky-header .container {
    padding: 0;
  }
  .nav-secondary.second-variation .sticky-header .cta-wrapper a.mobile-cta {
    display: block;
    padding: 2px 10px;
  }
  .nav-secondary.second-variation.fixed .business-nav .row > ul > li:first-child {
    display: block;
  }
  .nav-secondary.second-variation .business-nav li .business-menu{
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-secondary.second-variation .business-nav li.menu a.desktopTablet{
    display:none;
  }
}

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

  /* STICKY NAV */
  .nav-secondary.second-variation .logo {
    display: none;
  }

  .nav-secondary.second-variation .sticky-header .row {
    align-items: center;
  }

  .nav-secondary.second-variation.fixed .sticky-header {
    box-shadow: 0px 1px 4px #808080;
    -moz-box-shadow: 0px 1px 4px #808080;
    -webkit-box-shadow: 0px 1px 4px #808080;
  }

  .nav-secondary.second-variation.fixed .sticky-header .container {
    border-bottom: none;
  }

  .nav-secondary.second-variation.fixed .desktop-subnavHeading a {
    font-size: 22px;
    font-family: 'SlatePro-Bk', sans-serif;
    font-weight: normal;
    color: #003087;
  }

  .nav-secondary.second-variation .desktop-subnavHeading .fa {
    display: none;
  }

  .nav-secondary.second-variation .desktop-subnavHeading .fa:focus {
    outline: 1px dashed #000000;
    outline-offset: 2px;
  }

  .nav-secondary.second-variation.fixed .desktop-subnavHeading .fa {
    display: inline-block;
  }

  nav .nav-secondary.second-variation:not(.fixed) .business-nav {
    display: block !important;
  }

  nav .nav-secondary.second-variation.fixed .business-nav {
    display: none;
    top: 62px;
  }

  nav .nav-secondary.second-variation.fixed.error .business-nav {
    top: 95px;
  }

  nav .nav-secondary.second-variation.fixed .business-nav.loading {
    display: block;
    max-height: 1px;
    overflow: hidden;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }

  /* END OF STICKY NAV */
}

/* COLORS */
/* Three Features CSS */
.three-features {
  font-family: 'SlatePro-Bk', sans-serif;
  overflow: hidden;
  margin-bottom: 30px;
}
.three-features .container {
  max-width: 940px;
  padding: 0px;
  display: table;
}
.three-features .rich-text {
  margin: 0 25px 29px 20px;
  text-align: left;
}
@media (min-width :768px) and (max-width :991px) {
  .three-features .rich-text {
    margin: 0 18px 19px 14px;
  }
}
@media (max-width : 767px) {
  .three-features .rich-text {
    margin: 0 24px 24px 19px;
  }
}
.three-features .col-md-4 > div {
  height: 100%;
}
.three-features a {
  font-family: 'SlatePro-Bk', sans-serif;
}
.three-features a:hover {
  text-decoration: none;
}
.three-features .normal-text {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.three-features .normal-text-weight {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: normal;
}
.three-features.greybackground {
  background: #f7f7f7;
}
.three-features h2 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 50px 0px 0px 0px;
  font-size: 1.5em;
  font-weight: 500;
}
.three-features h3 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 1em;
  font-weight: 500;
  margin: 0px;
}
@media (min-width :768px) and (max-width :991px) {
  .three-features h3 {
    margin: 14px 0 19px 0;
  }
}
@media (max-width : 767px) {
  .three-features h3 {
    margin: 19px 0 16px 0;
  }
}
.three-features .row {
  margin: 23px 0 50px 0;
}
.three-features .row .col {
  table-layout: fixed;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .three-features .row .col:last-child {
    margin-bottom: 0;
  }
}
.three-features p {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: normal;
  padding: 0;
  margin: 9px 0 0 0;
  font-size: 1em;
}
.three-features .cell-hover:hover {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.12);
}
.three-features .cell {
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  width: 100%;
  height: 100%;
}
.three-features .cell p {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0;
  line-height: 1.63 !important;
  font-size: 1em;
  text-align: left;
}
.three-features .farmersimage img,
.three-features img {
  width: 100%;
  height: 197px;
}
.three-features div.image {
  width: 100%;
  height: 197px;
}
@media (max-width : 767px) {
  .three-features .cell {
    width: 100%;
    height: 100%;
    margin-bottom: 18px;
  }
  .three-features .container {
    padding: 0px 25px;
  }
  .three-features div.image {
    height: auto;
  }
  .three-features .farmersimage img,
  .three-features img {
    height: auto;
  }
}
@media (min-width :768px) and (max-width :991px) {
  .three-features .cell {
    width: 97%;
  }
  .three-features .col-md-6.col-lg-3 .cell {
    margin-bottom: 3%;
  }
  .three-features .container {
    padding: 0px 40px;
  }
  .three-features .farmersimage img,
  .three-features img {
    height: 142px;
  }
  .three-features .col-md-6 .farmersimage img,
  .three-features .col-md-6 img {
    max-width: calc(100% - 30px);
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .three-features div.image {
    height: auto;
  }
}
@media (min-width :992px) {
  .three-features .col-md-6.col-lg-3 .cell {
    margin-bottom: 0;
  }
  .three-features h3 {
    font-size: 1.125em;
    margin: 20px 0 15px 0;
  }
  .three-features .cell {
    width: 96%;
  }
  .three-features .col-md-6 .farmersimage img,
  .three-features .col-md-6 img {
    max-width: calc(100% - 30px);
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .three-features .col-md-6.col-lg-3 .farmersimage img,
  .three-features .col-md-6.col-lg-3 img {
    height: 151px;
    max-width: 100%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .three-features .cell p {
    margin: 0;
    text-align: left;
  }
}

/* COLORS */
/* Tile List CSS */
.tile-list {
  font-family: 'SlatePro-Bk', sans-serif;
  margin-bottom: 53px;
}

.tile-list ul {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-padding-start: 16px;
  margin-left: 18px;
}

.tile-list ul li {
  padding-left: 0.7em;
  list-style: disc;
  color: #000000;
}

.tile-list h1 {
  font-size: 2.1875em;
  line-height: normal;
  color: #003087;
  text-align: left;
  margin-bottom: 3px;
}

.tile-list .tile-box h2 {
  font-size: 1.5625em;
  line-height: normal;
  text-align: left;
  color: #000000;
}

.tile-list .tile-box h2.blue {
  color: #003087;
}

.tile-list .tile-box h2.black {
  color: #000000;
  margin-bottom: 15px;
  margin-top: 56px;
}

.tile-list h3 {
  color: #003087;
  font-size: 1.25em;
  line-height: normal;
  text-align: left;
}

.tile-list h4 {
  color: #003087;
  font-size: 1.25em;
  line-height: normal;
  text-align: left;
}

.tile-list h5 {
  color: #000000;
  font-size: 1em;
  line-height: normal;
  text-align: left;
}

.tile-list a {
  font-family: 'SlatePro-Bk', sans-serif;
}

.tile-list a:hover {
  text-decoration: none;
}

.tile-list .col-10 {
  max-width: 81.333333%;
}

.tile-list .normal-text {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.tile-list .normal-text-weight {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: normal;
}

.tile-list .container {
  padding: 0;
}

.tile-list .tile-list-heading {
  padding-top: 25px;
}

.tile-list .tile-box {
  width: 100%;
  min-height: 114px;
  background-color: #ffffff;
  position: relative;
  border: solid 1px #e7e7e7;
  margin: 19px 0;
}

.tile-list .tile-box p {
  margin: 0;
}

.tile-list .tile-box .row {
  margin: 20px 0 16px 26px;
}

.tile-list .tile-box .row .imageBox {
  max-width: 77px;
  height: 77px;
  margin-top: -9px;
}

.tile-list .tile-box .row .imageBox img {
  width: 77px;
  height: 77px;
}

.tile-list .tile-box .row .numberbox {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding-right: 7px;
  height: 33px;
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1em;
  text-align: right;
  color: #003087;
}

.tile-list .tile-box .row .contetntBoxPadding {
  padding-left: 21px;
}

.tile-list .tile-box .row .col {
  padding-left: 0;
}

.tile-list .tile-box .v-align {
  position: relative;
}

.tile-list .tile-box .v-align .box-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tile-list .tile-box .row .col.box-title {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 1.250em;
  font-weight: 500;
  line-height: 1em;
  text-align: left;
  color: #003087;
  margin-top: 1px;
  font-family: 'SlatePro-Medium', sans-serif;
}

.tile-list .tile-box .row .col p {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: normal;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.6em;
  text-align: left;
  color: #000000;
  vertical-align: bottom;
}

.tile-list .tile-box-hover:hover {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

/*
  BLUE THEME
 */
.tile-list.theme-blue {
  background-color: #F6FAFF;
  margin-bottom: 50px;
}

.tile-list.theme-blue .tile-box {
  background-color: transparent;
  border: 0;
}

.tile-list.theme-blue .tile-box .row .col.box-title {
  color: #1e1f20;
}

.tile-list.theme-blue .tile-wrapper .tile-box:hover {
  box-shadow: none;
}

/*
  FOUR COLUMNS DISPLAY
 */
.tile-list .four-columns .tile-box .row .imageBox {
  margin-top: 0;
}

.tile-list .four-columns .tile-box .row .col p {
  line-height: 1.1;
}

/*
  FOUR COLUMNS DISPLAY
 */
@media (max-width:768px) {
  .tile-list .four-columns .tile-box .row .imageBox {
    max-width: 50px;
  }

  .tile-list .four-columns .tile-box .row .imageBox img {
    width: 50px;
    height: auto;
  }

  .tile-list .four-columns .tile-box .row .contetntBoxPadding {
    padding-left: 15px;
  }
}

@media (max-width:768px) {
  .tile-list .tile-box {
    width: 100%;
  }

  .tile-list .tile-box .row .imageBox {
    max-width: 70px;
  }

  .tile-list .tile-box .row .imageBox img {
    width: 70px;
  }

  .tile-list .tile-box .row .col .box-title {
    margin-top: 5px;
  }

  .tile-list .tile-box .row .contetntBoxPadding {
    max-width: 71%;
  }
}

@media (min-width: 769px) and (max-width: 829px) {
  .tile-list .tile-box .row .imageBox {
    max-width: 70px;
  }

  .tile-list .two-columns .tile-wrapper .contetntBoxPadding {
    max-width: calc(100% - 70px);
  }
}

.tile-list .tile-box p a,
.tile-list .tile-box li a {
  text-decoration: underline;
}

.tile-list .tile-box p a:focus,
.tile-list .tile-box li a:focus,
.tile-list .tile-box.tile-box-hover a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

.tile-list .tile-box a {
  display: block;
}

.tile-list .tile-box p a,
.tile-list .tile-box li a {
  display: inline-block;
}

@media (min-width: 768px) {
  .tile-list .tile-list-heading {
    padding-top: 15px;
  }

  /*
    MULTI COLUMNS DISPLAY
   */
  .tile-list .multi-columns {
    display: flex;
    flex-wrap: wrap;
  }

  .tile-list .multi-columns .tile-wrapper .tile-box {
    width: auto;
  }

  /*
    TWO COLUMNS DISPLAY
   */
  .tile-list .two-columns .tile-wrapper {
    flex: 0 50%;
  }

  .tile-list .two-columns .tile-wrapper:nth-child(odd) .tile-box {
    margin-right: 15px;
  }

  .tile-list .two-columns .tile-wrapper:nth-child(even) .tile-box {
    margin-left: 15px;
  }

  /*
    FOUR COLUMNS DISPLAY
   */
  .tile-list .four-columns .tile-wrapper {
    flex: 0 25%;
  }

  .tile-list .four-columns .tile-wrapper .tile-box {
    margin-right: 12px;
    margin-left: 12px;
  }

  .tile-list .four-columns .tile-wrapper:nth-child(4n) .tile-box {
    margin-right: 0;
  }

  .tile-list .four-columns .tile-wrapper:nth-child(4n-7) .tile-box {
    margin-left: 0;
  }

  .tile-list .four-columns .tile-wrapper .tile-box a {
    margin-right: 12px;
    margin-left: 12px;
  }

  .tile-list .four-columns .tile-box {
    margin-top: 0;
  }

  .tile-list .four-columns .tile-box .row {
    margin: 14px 0 0;
  }

  .tile-list .four-columns .tile-box .row .imageBox {
    margin: 0 auto;
    padding-top: 15px;
    width: auto;
    height: auto;
  }

  .tile-list .four-columns .tile-box .row .imageBox img {
    width: 36px;
    height: auto;
  }

  .tile-list .four-columns .tile-box .row .contetntBoxPadding {
    max-width: 100%;
    padding: 0;
    flex: auto;
  }

  .tile-list .four-columns .tile-box .row .col.box-title {
    padding-top: 12px;
    text-align: center;
    font-size: 16px;
  }

  .tile-list .four-columns .tile-box .row .col p {
    font-size: 12px;
  }

  .tile-list .four-columns .tile-box .row .col p,
  .tile-list .four-columns .tile-box .row .col h3,
  .tile-list .four-columns .tile-box .row .col h2 {
    text-align: center;
  }

  /*
    SMALL ICONS DISPLAY
   */
  .small-icons.tile-list .tile-box .row .imageBox img {
    width: 60px;
  }

  .small-icons.tile-list .tile-box .row {
    margin: 20px 0 16px 46px;
  }

  .small-icons.tile-list .tile-box .row .contetntBoxPadding {
    padding-left: 41px;
  }

  /*
    BLUE THEME
   */
  .tile-list.theme-blue {
    margin-bottom: 36px;
  }

  .tile-list.theme-blue  .tile-wrapper .tile-box {
    border-bottom: 7px solid transparent;
    margin-right: 0;
    margin-left: 0;
  }

  .tile-list.theme-blue  .tile-wrapper .tile-box:hover {
    box-shadow: none;
    background-color: #d7ecff;
    border-bottom-color: #3c8ed8;
  }
}

@media (min-width: 829px) {
  /*
    TWO COLUMNS DISPLAY
   */
  .tile-list .two-columns .tile-wrapper .contetntBoxPadding {
    max-width: calc(100% - 77px);
  }
}

@media (min-width: 1024px) {
  /*
    TWO COLUMNS DISPLAY
   */
  .tile-list .two-columns .tile-wrapper:nth-child(odd) .tile-box {
    margin-right: 12px;
  }

  .tile-list .two-columns .tile-wrapper:nth-child(even) .tile-box {
    margin-left: 12px;
  }

  /*
    FOUR COLUMNS DISPLAY
   */

   .tile-list .four-columns .tile-box {
    padding-bottom: 15px;
    margin-bottom: 36px;
  }

  .tile-list .four-columns .tile-box .row {
    margin-top: 36px;
  }

  .tile-list .four-columns .tile-box .row .imageBox img {
    width: 56px;
  }

  .tile-list .four-columns .tile-box .row .col.box-title {
    font-size: 24px;
    padding-top: 14px;
  }

  .tile-list .four-columns .tile-box .row .col p {
    font-size: 16px;
  }

  /*
    BLUE THEME
   */
  .tile-list.theme-blue {
    margin-bottom: 80px;
  }

  .tile-list.theme-blue .tile-list-heading {
    padding-top: 22px;
  }
}
.three-features .expFragment a {
  display: block;
}
.three-features .expFragment a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}
.three-features .expFragment .farmersimage .imageCaptionText {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-size: 1em;
  font-weight: 500;
  font-family: SlatePro-Medium, sans-serif;
  margin: 0;
  color: #003087;
  line-height: normal;
  text-align: left;
  text-decoration: none;
}
.three-features .expFragment .farmersimage a:hover {
  color: #003087;
  text-decoration: underline;
}
.three-features .expFragment .farmersimage a:focus {
  color: #003087;
  text-decoration: underline;
}
.three-features .expcard-description a {
  text-decoration: underline;
  display: inline;
}
.three-features .expcard-heading {
  height: auto !important;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .three-features .expFragment .farmersimage .imageCaptionText {
    font-size: 1.125em;
    margin: 20px 25px 15px 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .three-features .expFragment .farmersimage .imageCaptionText {
    margin: 14px 18px 19px 14px;
  }
}
@media (max-width: 767px) {
  .three-features .expFragment .farmersimage .imageCaptionText {
    margin: 19px 24px 16px 19px;
  }
}

.three-features .expFragment a {
    display: block;
}

.three-features .expcard-description a {
    text-decoration: underline;
    display: inline;
}

.three-features .expFragment a:focus {
    outline: 1px dashed #000000;
    outline-offset: 1px;
}

.three-features .expcard-heading {
    height: auto !important;
    margin-bottom: 0;
}

.three-features .expFragment .farmersimage .imageCaptionText,
.three-features .expFragment .s7dm-dynamic-media-custom figcaption {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 1em;
    font-weight: 500;
    font-family: SlatePro-Medium, sans-serif;
    margin: 0;
    color: #003087;
    line-height: normal;
    text-align: left;
    text-decoration: none;
}

.three-features .expFragment .farmersimage a:hover,
.three-features .expFragment .farmersimage a:focus {
    color: #003087;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .three-features .expFragment .farmersimage .imageCaptionText,
    .three-features .expFragment .s7dm-dynamic-media-custom figcaption {
        font-size: 1.125em;
        margin: 20px 25px 15px 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .three-features .expFragment .farmersimage .imageCaptionText,
    .three-features .expFragment .s7dm-dynamic-media-custom figcaption {
        margin: 14px 18px 19px 14px;
    }
}

@media (max-width: 767px) {
    .three-features .expFragment .farmersimage .imageCaptionText,
    .three-features .expFragment .s7dm-dynamic-media-custom figcaption {
        margin: 19px 24px 16px 19px;
    }
}

/* COLORS */
/* Defination Block CSS*/
.definitionblock {
  clear: both;
  display: block;
  margin: 0px auto 18px auto;
  width: 100%;
  min-height: 250px;
  vertical-align: top;
}
@media (min-width : 540px) and (max-width :767px) {
  .definitionblock {
    /* overrides to AEM grid styles*/
    display: inline-block !important;
    width: 49% !important;
    float: none !important;
  }
}
@media (min-width :768px) and (max-width :992px) {
  .definitionblock {
    /* overrides to AEM grid styles*/
    width: 220px !important;
    min-height: 250px;
    display: inline-block !important;
    margin-right: 7px;
  }
}
@media (min-width :992px) {
  .definitionblock {
    /* overrides to AEM grid styles*/
    width: 300px !important;
    min-height: 300px;
    display: inline-block !important;
    margin-right: 8px;
    float: none !important;
  }
  .definitionblock:nth-child(3) {
    margin-right: 0;
  }
}
.definitionblock .definition-block {
  font-family: 'SlatePro-Bk', sans-serif;
  width: 100%;
  margin: 0;
  height: inherit;
}
.definitionblock .definition-block div.title-header {
  position: relative;
  width: 100%;
  height: auto;
  background: #e7e7e7;
  border-radius: 3px 0 0 3px;
}
.definitionblock .definition-block div.title-header:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 3px 6px;
  border-style: solid;
  border-color: #e7e7e7 #e7e7e7 transparent transparent;
}
.definitionblock .definition-block div.content-area {
  border: 1px solid #e7e7e7;
  margin-left: 12px;
  width: 96%;
  min-height: 230px;
}
@media (min-width : 540px) and (max-width :767px) {
  .definitionblock .definition-block div.content-area {
    width: 95%;
  }
}
@media (min-width :768px) and (max-width :992px) {
  .definitionblock .definition-block div.content-area {
    width: 94%;
  }
}
@media (min-width :992px) {
  .definitionblock .definition-block div.content-area {
    width: 96%;
  }
}
.definitionblock .definition-block div.content-area p {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 39px;
}
.definitionblock .definition-block div .header {
  padding: 12px 20px 12px 32px;
  font-family: 'SlatePro-Medium', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #003087;
  white-space: initial;
  text-align: left;
  margin-bottom:0;
  word-break:break-word;
}
@media (min-width : 540px) and (max-width :767px) {
  .definitionblock .definition-block div .header {
    font-size: 1em;
  }
}
@media (min-width :768px) and (max-width :992px) {
  .definitionblock .definition-block div .header {
    padding: 14px 20px 10px 32px;
  }
  .definitionblock .definition-block div .header {
    font-size: 1em;
  }
}
@media (min-width :992px) {
  .definitionblock .definition-block div .header {
    font-size: 1.4em;
  }
}
.definitionblock .definition-block div p {
  padding: 0;
  font-weight: normal;
  color: #000000;
  font-size: 1rem;
}
.definitionblock .definition-block div.wrapper {
  width: 300px;
  min-height: 300px;
  border: 1px solid #e7e7e7;
  margin: 19px 9px;
  margin-bottom: 0;
  float: left;
}
.definitionblock .definition-block div .clear-left {
  clear: left;
}
.definitionblock .definition-block div .cq-placeholder {
  height: 0;
  width: 0;
  display: none;
}
@media (min-width :768px) and (max-width :992px) {
  .right-rail-framework .definitionblock {
    /* overrides to AEM Grid */
    width: 49% !important;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width :768px) and (max-width :992px) and (min-width :768px) and (max-width :992px) {
  .right-rail-framework .definitionblock:nth-child(odd) {
    margin-right: 5px;
  }
}
@media (min-width :992px) {
  .right-rail-framework .definitionblock {
    /* overrides to AEM Grid */
    width: 298px !important;
    min-height: 298px;
  }
}

.definitionblock .definition-block .title-header a {
  text-decoration: underline;
  color:#003087;
}

.definitionblock .definition-block .title-header a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

/* COLORS */
/*Promotion Section*/
.promotion-section {
  padding: 20px 40px;
  overflow: hidden;
}
.promotion-section ul li a image {
  margin-bottom: 7px;
}
.promotion-section ul li a:not([href]) {
  cursor: context-menu;
}
.promotion-section ul li a span {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.promotion-section h2 {
  font-size: 16px;
  line-height: 0.9;
  margin-bottom: 6px;
}
.promotion-section ul {
  display: flex;
  justify-content: space-between;
}
.promotion-section ul.count2 {
  justify-content: flex-start;
}
.promotion-section li {
  text-align: center;
}
.promotion-section ul.count2 li {
  margin-right: 100px;
}
.promotion-section li img {
  width: 55px;
  height: 55px;
}
.promotion-section li a span {
  color: #003087;
  display: block;
  line-height: 0.9;
}
.promotion-section .image-wrapper {
  width: 20%;
  float: right;
}
.promotion-section .image-wrapper a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

.promotion-section .content-wrapper {
  width: 78%;
  float: left;
  padding-right: 12px;
}
.promotion-section .content-wrapper.fullwidth {
  width: 100%;
}
.promotion-section .content-wrapper p {
  color: #000;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
  line-height: normal;
}
.promotion-section .content-wrapper a {
  font-family: 'SlatePro-Bk', sans-serif;
}
.promobanner .variation2 {
  display: block;
}
.promobanner .variation2 .product-grid-link1 .desktop {
    display: block;
}
.promobanner .variation2 .product-grid-link1 .mobile {
    display: none;
}
.promobanner .variation2 a:focus {
  outline: 1px dashed #000;
  outline-color: #000;
}
@media screen and (max-width: 992px) {
    .promobanner .variation2 .product-grid-link1 .desktop {
		display: none;
	}
	.promobanner .variation2 .product-grid-link1 .mobile {
		display: block;
	}
}
@media screen and (max-width: 767px) {
  .promotion-section {
    padding: 20px 26px;
  }
  .right-section .getaquote {
    margin-top: -31px;
  }
}
@media screen and (max-width: 480px) {
  .promotion-section {
    padding: 20px 20px 0px 20px;
  }
  .variation2 {
    display: flex;
  }
  .promotion-section ul {
    display: block;
  }
  .promotion-section li {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    width: 20%;
  }
  .promotion-section ul.count2 li {
    margin-right: 50px;
  }
  .promotion-section li a span {
    line-height: 18px;
  }
  .promotion-section li:nth-child(3n),
  .promotion-section li:nth-child(6n) {
    margin-right: 0;
  }
  /*.promotion-section .content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }*/
}

/* COLORS */
/*Promotion Section*/
.promotion-section {
  padding: 20px 40px;
  overflow: hidden;
}
.promotion-section ul li a image {
  margin-bottom: 7px;
}
.promotion-section ul li a:not([href]) {
  cursor: context-menu;
}
.promotion-section ul li a span {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.promotion-section h2 {
  font-size: 16px;
  line-height: 0.9;
  margin-bottom: 6px;
}
.promotion-section ul {
  display: flex;
  justify-content: space-between;
}
.promotion-section ul.count2 {
  justify-content: flex-start;
}
.promotion-section li {
  text-align: center;
}
.promotion-section ul.count2 li {
  margin-right: 100px;
}
.promotion-section li img {
  width: 55px;
  height: 55px;
}
.promotion-section li a span {
  color: #003087;
  display: block;
  line-height: 0.9;
}
.promotion-section .image-wrapper {
  width: 20%;
  float: right;
 
}
.promotion-section .content-wrapper {
  width: 78%;
  float: left;
  padding-right: 12px;
}
.promotion-section .content-wrapper.fullwidth {
  width: 100%;
}
.promotion-section .content-wrapper p {
  color: #000;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
  line-height: normal;
}
.promotion-section .content-wrapper a {
  font-family: 'SlatePro-Bk', sans-serif;
}
.promobanner .variation2 {display: block;
}
.promobanner .variation2 .product-grid-link1 .desktop {
    display: block;
}
.promobanner .variation2 .product-grid-link1 .mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .promobanner .variation2 .product-grid-link1 .desktop {
		display: none;
	}
	.promobanner .variation2 .product-grid-link1 .mobile {
		display: block;
	}
}
@media screen and (max-width: 767px) {
  .promotion-section {
    padding: 20px 26px;
  }
  .right-section .getaquote {
    margin-top: -31px;
  }
}
@media screen and (max-width: 480px) {
  .promotion-section {
    padding: 20px 20px 0px 20px;
  }
  .variation2 {
    display: flex;
  }
  .promotion-section ul {
    display: block;
  }
  .promotion-section li {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    width: 20%;
  }
  .promotion-section ul.count2 li {
    margin-right: 50px;
  }
  .promotion-section li a span {
    line-height: 18px;
  }
  .promotion-section li:nth-child(3n),
  .promotion-section li:nth-child(6n) {
    margin-right: 0;
  }
  /*.promotion-section .content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }*/
}

/* COLORS */
/*HP template*/
.hp-container {
  background: #f7f7f7;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hp-container .container {
  max-width: 940px;
  overflow: hidden;
  padding-top: 40px;
}

.hp-container .farmersText {
  padding: 40px 40px 0px 40px;
}

.hp-container .farmersText h1,
.hp-container .farmersText h2 {
  font-size: 50px;
  color: #003087;
  line-height: 1.04;
  text-transform: inherit;
}

.hp-container .farmersText p {
  font-size: 25px;
  line-height: normal;
}

.hp-container .image-container.flip img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hp-container .image-container {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 610px;
  width: 100%;
}

.hp-container .image-container img {
  width: 100%;
}

.hp-container .container .row {
  justify-content: space-between;
}

.hp-container .left-section,
.hp-container .right-section {
  position: relative;
  width: 450px;
  margin-bottom: 25px;
}

.promobanner div.variation2 a:focus {
  outline: 1px dashed #000;
  outline-color: #000;
}

/****  Promos  *****/

.offer-list-section .offer-list {
  margin: 0 16px;
}

.offer-list-section .offer-list .offer-item {
  padding: 15px 23px;
  border-bottom: 1px #979797 solid;
}

.offer-list-section .offer-list h2 {
  font-family: 'SlatePro-Medium', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #003087;
}


.offer-list-section .offer-list a:focus {
  outline: 1px dashed #000;
  outline-color: #000;
}

.offer-list-section .offer-list a {
  font-size: 1.1rem;
}

.offer-list-section .offer-list img {
  display: block;
  margin: 0 auto 15px;
}

.offer-list-section .offer-list .media-body {
  text-align: center;
}

@media screen and (max-width: 480px) {

  .hp-container .farmersText h1,
  .hp-container .farmersText h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .hp-container .farmersText p {
    font-size: 20px;
  }
}


@media screen and (max-width: 767px) {
  .hp-container {
    padding: 0px 25px 0px 25px;
  }

  .hp-container .right-section.order-md-1 {
    margin: 0px;
  }

  .hp-container .farmersText {
    padding: 0;
  }
  
}


@media screen and (max-width: 991px) {
  .homepagebannersection {
    margin-top: -24px;
  }
  .hp-container .farmersText {
    padding: 0px 40px 0px 40px;
  }

  .hp-container .image-container {
    display: none;
  }

  .hp-container .left-section,
  .hp-container .right-section {
    width: 100%;
  }
}



@media only screen and (min-width : 1023px) {
  .offer-list-section .offer-list {
    margin: 38px auto;
  }

  .offer-list-section .offer-list .offer-item {
    padding: 0 15px;
    border-bottom: none;
  }

  .offer-list-section .offer-list .offer-item_mid {
    border-left: 1px #979797 solid;
    border-right: 1px #979797 solid;
  }

  .offer-list-section .offer-list h2 {
    font-size: 1.5rem;
  }

  .offer-list-section .offer-list .media-body {
    text-align: left;
  }
}

@media only screen and (min-width : 1200px) {
  .offer-list-section .offer-list .offer-item {
    padding: 0 30px;
    border-bottom: none;
  }
}

@media screen and (min-width:1400px) {
  .hp-container .container {
    padding: 40px 0 0;
  }

  .hp-container .s7dm-dynamic-media img {
    margin-top: -30px;
  }

  .product-grid {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1500px) {
  .hp-container .container {
    padding: 40px 0 255px;
  }
  .hp-container .container {
    padding: 40px 0 190px;
  }
}


.home-banner {
  background-color: #e0e7f1;
}

.experiencefragment + .homepagebanner .home-banner {
  width: 100%;
  position: fixed;
  top: 80px;
}

.aem-AuthorLayer-Edit .experiencefragment + .homepagebanner .home-banner {
  position: relative;
}

.experiencefragment + .homepagebanner.d-none + .hero-dynamic .preview-height {
  top: 80px !important;
}

.home-banner .container {
  display: flex;
  max-width: 940px;
  padding: 0 15px;
}

.home-banner .covidBanner {
  position: relative;
  width: 100%;
  flex-direction: column;
}

.home-banner .banner-wrapper {
  position: relative;
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.home-banner .banner-wrapper .banner-detail {
  position: relative;
  padding-left: 40px;
  margin-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #000000;
  word-break: break-word;
}

.home-banner .banner-wrapper .banner-title {
  padding-left: 40px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #003087;
  font-family: 'SlatePro-Medium';
}

.home-banner button:focus,
.home-banner a:focus {
  outline: 1px dashed #000000;
  outline-color: rgb(0, 0, 0);
}

.home-banner .banner-wrapper p a {
  font-weight: 500;
  color: #0073cf;
  text-decoration: underline;
}

.home-banner .banner-wrapper .banner-detail ul,
.home-banner .banner-wrapper .banner-detail ol {
  padding-left: 20px;
}

.home-banner .banner-wrapper .banner-detail ul li {
  list-style: disc;
}

.home-banner .banner-wrapper .banner-detail ol:last-child,
.home-banner .banner-wrapper .banner-detail ul:last-child,
.home-banner .banner-wrapper .banner-detail p:last-child  {
  margin-bottom: 0;
}

.home-banner .banner-wrapper .banner-title span.info-icon {
  position: absolute;
  left: 0;
  top: 12px;
  height: 20px;
  width: 20px;
}

.full-width .container .home-banner .banner-wrapper .banner-title span.info-icon {
  left: 10px;
}

.home-banner .banner-wrapper .banner-title span.info-icon img {
  height: 20px;
  width: 20px;
}

.home-banner .covidBanner button.close-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 15px;
  top: 8px;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.home-banner .covidBanner button.close-icon img {
  height: 40px;
  width: 40px;
}

@media only screen and (min-width: 1024px) {
  .home-banner .container {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) {

  .home-banner .banner-wrapper {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1023px) {
  .home-banner-last {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .experiencefragment + .homepagebanner .home-banner {
    top: 64px;
  }

  .experiencefragment + .homepagebanner.d-none + .hero-dynamic .preview-height {
    top: 64px !important;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner {
    margin-bottom: 0;
    margin-top: -1px;
    padding-bottom: 24px;
  }
  .hp-container .container{
    padding-top: 0px !important;
  }

  .home-banner .banner-wrapper {
    padding-right: 45px;
  }

  .home-banner .covidBanner button.close-icon {
    top: 10px;
    right: 0;
    transform: none;
    border: none;
  }

  .home-banner .covidBanner {
    min-height: 130px;
  }
}

.far-info-banner {
  height: 50px;
  padding: 0;
  background-color:#003087;
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.far-info-banner.hidden {
  display: none;
}

.far-info-banner .container {
  margin-top: 15px;
  margin-bottom: 15px;
}

.far-info-banner .info-container {
  max-width: 73%;
  width: 724px;
}

.far-info-banner .info-container p {
  margin-bottom: 0;
  color: #ffffff;
}

.far-info-banner .info-container a:focus,
.far-info-banner .ok-btn:focus {
  outline-offset: 2px;
  outline: 1px dashed #fff;
}


.far-info-banner .info-container a,
.far-info-banner .info-container a:visited
.far-info-banner .info-container a:focus
.far-info-banner .info-container a:active {
  color: #ffffff;
  font-family: SlatePro-Bk;
  text-decoration: underline;
}

.far-info-banner .ok-btn,
.far-info-banner .ok-btn:visited,
.far-info-banner .ok-btn:hover,
.far-info-banner .ok-btn:not(:disabled):not(.disabled):active {
  width: 90px;
  height: 25px;
  padding: 2px 6px 7px;
  border-radius: 5px;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: -webkit-linear-gradient(90deg, #FFFFFF 0, #F7F7F7 100%);/* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(90deg, #FFFFFF 0, #F7F7F7 100%);/* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
  background: linear-gradient(90deg, #FFFFFF 0, #F7F7F7 100%);
  font-family: SlatePro-Medium;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0073cf;
  line-height: 1.3;
}

@media screen and (max-width: 372px) {
  .far-info-banner .info-container {
    max-width: 68%;
  }
}

@media (min-width: 768px) {
  .far-info-banner .info-container .d-sm-none {
    display: inline-block !important;
  }
  
  .far-info-banner .ok-btn,
  .far-info-banner .ok-btn:visited,
  .far-info-banner .ok-btn:hover,
  .far-info-banner .ok-btn:not(:disabled):not(.disabled):active {
    margin-left: 90px;
  }
}

@media screen and (min-width: 991px) {
  .far-info-banner .container {
    width: 940px;
    padding: 0;
  }
}
.search-container {
    color: #585858;
    padding-top: 27px;
    padding-bottom: 30px;
}

.search-container .heading h1 {
    font-family: Slatepro-bk;
    color: #003087;
    font-size: 2.8125rem;
    line-height: 3.125rem;
    margin-bottom: 0;
}

.search-container .heading h2 {
    font-family: Slatepro-bk;
    font-size: 1rem;
    line-height: 1.125rem;
    margin-bottom: 10px;
}

.search-container p {
    margin-bottom: 20px;
}

.search-container .heading p {
    line-height: 1rem;
}

.search-container .form-control {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 30px;
    padding-right: 48px;
    margin-bottom: 0;
    font-size: 0.875rem;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.search-container .form-control::placeholder {
    color: #999999;
}

.search-container .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}

.search-container .right-icon {
    right: 15px;
    color: #003087;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.search-container .right-icon + .form-control {
    padding-right: 48px;
}

.search-container .search-group {
    display: flex;
}

.search-container .input-group-btn .btn {
    width: 80px;
    margin-left: 15px;
    padding: 4px 12px;
    height: 30px;
    font-size: 0.8rem;
}

.search-container .search-hr {
    margin-top: 67px;
    margin-bottom: 45px;
    width: auto;
    border-color: #ccc;
}

.search-container .empty-result,
.search-container .notification {
    font-size: 1.5625rem;
    line-height: 1.5625rem;
    padding: 0 30px 15px 15px;
}

.search-container .empty-result .fa-info-circle {
    padding-right: 8px;
    color: #003087;
}

.search-container .notification .fa-warning {
    padding-right: 8px;
    color: #e01933;
}

.search-container .search-result a {
    line-height: 1.125rem;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
}

.search-container .search-result a:focus {
    outline: 1px dashed #000;
    outline-offset: 2px;
}

.search-container .search-result .page-title h2 {
    font-family: Slatepro-bk;
    font-size: 1rem;
    margin-bottom: 15px;
    display: inline;
}

.search-result .fa-chevron-right {
    font-size: 25px;
    float: right;
    margin-top: 5px;
}

.search-container .search-result {
    padding-left: 15px;
    padding-right: 15px;
}

.search-container .search-result .page-description {
    clear: both;
}

.search-container .search-result .page-description .page-details {
    text-overflow: ellipsis;
    line-height: 20px;
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.search-container .search-results .search-hr {
    margin-top: 50px;
    margin-bottom: 30px;
}

.search-container .search-results hr:last-of-type {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .search-container .heading h2,
    .search-container .search-result .page-title h2 {
        font-size: 1.5rem;
        line-height: 1.625rem;
    }

    .search-container .input-group {
        max-width: 288px;
    }

    .search-container .input-group-btn .btn {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .search-container {
        padding-top: 40px;
    }

    .search-container .heading h1 {
        font-size: 4.0625rem;
        line-height: 4.4375rem;
    }

    .search-container .input-group {
        max-width: 376px;
    }

    .search-container .input-group-btn .btn {
        padding-left: 36px;
        padding-right: 36px;
    }

    .search-container .search-result {
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {
    .search-container {
        max-width: 960px;
    }
}

.comparablyWidget {
  border-radius: 4px;
  box-shadow: 1px 1px 0px 0px #e1e8ed, -1px -1px 0px 0px #e1e8ed, -1px 1px 0px 0px #e1e8ed, 1px -1px 0px 0px #e1e8ed;
}
.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #003087 !important;
  font-family: "Arial", sans-serif !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #005290 !important;
}

.modalContainer .sidebarHeader[embeddedService-chatHeader_chatHeader] {
  background-color: #003087;
}

.modalContainer .sidebarHeader .embeddedServiceLiveAgentStateChatMessage .uiOutputRichText {
  text-align: left;
  color: #003087;
  font-family: slate;
}

/*svg icons not showing on ipad and iphone devices*/
.iphone .modalContainer button.minimizeButton,
.ipad .modalContainer button.minimizeButton,
.mac .modalContainer button.minimizeButton,
.iphone .modalContainer button.closeButton,
.ipad .modalContainer button.closeButton,
.mac .modalContainer button.closeButton {
  position: relative;
}

.iphone .modalContainer button.minimizeButton svg,
.ipad .modalContainer button.minimizeButton svg,
.mac .modalContainer button.minimizeButton svg,
.iphone .modalContainer button.closeButton svg,
.ipad .modalContainer button.closeButton svg,
.mac .modalContainer button.closeButton svg {
  display: none;
}

.iphone .modalContainer button.minimizeButton:hover[embeddedService-chatHeader_chatHeader]:before,
.ipad .modalContainer button.minimizeButton:hover[embeddedService-chatHeader_chatHeader]:before,
.mac .modalContainer button.minimizeButton:hover[embeddedService-chatHeader_chatHeader]:before,
.iphone .modalContainer button.closeButton:hover[embeddedService-chatHeader_chatHeader]:before,
.ipad .modalContainer button.closeButton:hover[embeddedService-chatHeader_chatHeader]:before,
.mac .modalContainer button.closeButton:hover[embeddedService-chatHeader_chatHeader]:before {
  right: 0;
  top: 0;
}

.iphone .modalContainer button.minimizeButton:after,
.ipad .modalContainer button.minimizeButton:after,
.mac .modalContainer button.minimizeButton:after {
  content: "";
  border-bottom: 2px solid #ffffff;
  width: 18px;
  display: block;
  position: absolute;
  bottom: 11px;
  right: 7px;
}

.iphone .modalContainer button.closeButton:after,
.ipad .modalContainer button.closeButton:after,
.mac .modalContainer button.closeButton:after {
  content: "\d7";
  color: #ffffff;
  font-size: 32px;
  position: absolute;
  bottom: 0;
  right: 7px;
  line-height: 32px;
}


.schedule-payment {
  padding: 23px 18px;
  margin-bottom: 35px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.17);
  border: 1px solid #cccccc;
}

.schedule-payment a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.schedule-payment__heading {
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #4a4a4a;
}

.schedule-payment__ctas {
  margin: 30px 0;
}

.schedule-payment__ctas a.button-cta.standard {
  width: 100%;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.schedule-payment__ctas .button-cta em {
  font-size: 16px;
  margin-left: 10px;
}

.schedule-payment__link {
  position: relative;
  padding-left: 24px;
  font-family: 'SlatePro-Bk', sans-serif;
  font-size: 18px;
}

.schedule-payment__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e01d37;
}

.schedule-payment__link em {
  vertical-align: middle;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .schedule-payment--left-gutter {
    margin-left: 12px;
  }

  .schedule-payment--right-gutter {
    margin-right: 12px;
  }

  .schedule-payment--top-margin {
    margin-top: 22px;
  }
}

@media (min-width: 1024px) {
  .schedule-payment--left-gutter {
    margin-left: 20px;
  }

  .schedule-payment--right-gutter {
    margin-right: 20px;
  }
}

@font-face {
font-family: 'SlatePro-Medium';
font-style: normal;
font-weight: normal;
src: local('SlatePro-Medium'), url('clientlib-base/resources/fonts/SlatePro-Medium.woff') format('woff');
    font-display: swap;
}


@font-face {
font-family: 'SlatePro-BkCondensed';
font-style: normal;
font-weight: normal;
src: local('SlatePro-BkCondensed'), url('clientlib-base/resources/fonts/232049ed2d2de5a2129e8796b069bac0.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-Light';
font-style: normal;
font-weight: normal;
src: local('SlatePro-Light'), url('clientlib-base/resources/fonts/41569b62a3d6b68b820ce2a0a7fd6cdc.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-Black';
font-style: normal;
font-weight: normal;
src: local('SlatePro-Black'), url('clientlib-base/resources/fonts/5253faaaf263a3e2c9214b5daa674a24.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-LightCondensed';
font-style: normal;
font-weight: normal;
src: local('SlatePro-LightCondensed'), url('clientlib-base/resources/fonts/664bdc3386d04e5c3bb0acc12043bace.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-Bk';
font-style: normal;
font-weight: normal;
src: local('SlatePro-Bk'), url('clientlib-base/resources/fonts/SlatePro-Bk.woff') format('woff');
    font-display: swap;
}


@font-face {
font-family: 'SlatePro-Condensed';
font-style: normal;
font-weight: normal;
src: local('SlatePro-Condensed'), url('clientlib-base/resources/fonts/911b6f40b8e2c0948d876b2051315504.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-MediumCondensed';
font-style: normal;
font-weight: normal;
src: local('SlatePro-MediumCondensed'), url('clientlib-base/resources/fonts/aa4629c8d900f73efddc6942af43dc78.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-BlackCondensed';
font-style: normal;
font-weight: normal;
src: local('SlatePro-BlackCondensed'), url('clientlib-base/resources/fonts/dc3e5fa56e1d5ce31233f696ea3a578e.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-BoldItalic';
font-style: normal;
font-weight: normal;
src: local('SlatePro-BoldItalic'), url('clientlib-base/resources/fonts/57b3aff0eeab116e28b1b45e9a3503aa.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-LightItalic';
font-style: normal;
font-weight: normal;
src: local('SlatePro-LightItalic'), url('clientlib-base/resources/fonts/7ab83a148744e42828cec53461a2bb9d.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-MediumItalic';
font-style: normal;
font-weight: normal;
src: local('SlatePro-MediumItalic'), url('clientlib-base/resources/fonts/9cead624007df9ba1ee3097c85761f9d.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-BlackItalic';
font-style: normal;
font-weight: normal;
src: local('SlatePro-BlackItalic'), url('clientlib-base/resources/fonts/a062fe864d1b3d80f1afeb541b89a271.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-BoldCondensed';
font-style: normal;
font-weight: normal;
src: local('SlatePro-BoldCondensed'), url('clientlib-base/resources/fonts/a2784e8058a4f2529597305213415ee0.woff') format('woff');
}


@font-face {
font-family: 'SlatePro-Italic';
font-style: normal;
font-weight: normal;
src: local('SlatePro-Italic'), url('clientlib-base/resources/fonts/b88ce2ca4a4e7626d77e6722a6dd377f.woff') format('woff');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../../etc.clientlibs/farmers/clientlibs/v2/clientlib-global/resources/fonts/MaterialIcons-Regular.eot');
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../../../etc.clientlibs/farmers/clientlibs/v2/clientlib-global/resources/fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../../../etc.clientlibs/farmers/clientlibs/v2/clientlib-global/resources/fonts/MaterialIcons-Regular.woff') format('woff'), url('../../../etc.clientlibs/farmers/clientlibs/v2/clientlib-global/resources/fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


sup {
  top: -1.1em;
  font-size: 45%;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.navigation .mobile-bar__toggler-button .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

img {
  image-rendering: -webkit-optimize-contrast;
}

.navigation .h1 {
  display: inline-block;
  font-family: "SlatePro-Bk", sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -1.5px;
  margin-bottom: 1rem; }

  .navigation .h1-alt1 {
  display: inline-block;
  font-family: "SlatePro-Bk", sans-serif;
  font-size: 2.813rem;
  line-height: 3.5rem;
  letter-spacing: -1.5px;
  margin-bottom: 1rem; }

  .navigation .h1-alt2 {
  display: inline-block;
  font-family: "SlatePro-Bk", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -1.5px;
  margin-bottom: 1rem; }

  .navigation .h2 {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem; }

  .navigation .h2-alt1 {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem; }

.navigation .h3 {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.5rem; }

.navigation .h4 {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.25px;
  margin-bottom: 0.5rem; }

.navigation .h4-alt1 {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: 0.25px;
  margin-bottom: 0.5rem; }

.navigation .h5 {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem; }

.navigation .h5-alt1 {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  margin-bottom: 0.5rem; }

.navigation .small-text {
  display: inline-block;
  font-family: "SlatePro-Bk", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.25px;
  margin-bottom: 0; }

.navigation .subtitle {
  font-family: "SlatePro-Medium", sans-serif;
  display: inline-block;
  font-family: "SlatePro-Bk", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.15px;
  margin-bottom: 1rem; }

.navigation .small-subtitle {
  display: inline-block;
  font-family: "SlatePro-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.25px;
  margin-bottom: 1rem; }

.navigation .caption {
  display: inline-block;
  font-family: "SlatePro-Bk", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem; }

.navigation .overline {
  display: inline-block;
  font-family: "SlatePro-Bk", sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem; }

.navigation .font-blue {
  color: #003087; }

.navigation .font-white {
  color: #fff; }
.navigation .font-white a {
  color: #fff; }
.navigation .font-white a:focus {
  outline: 1px dashed #fff;
  outline-offset: 2px; }
.navigation .font-white a:hover {
  color: #fff; }

.navigation a .font-white:focus {
  outline: 1px dashed #fff;
  outline-offset: 2px; }

.navigation a .font-white:hover {
  color: #fff; }

.navigation .font-gray {
  color: #585858; }

.navigation .all-caps {
  text-transform: uppercase; }

.navigation .edit-mode {
  font-family: 'SlatePro-LightItalic', sans-serif;
  color: #585858;
  padding: 5px 0;
  margin: 0; }

.navigation a:focus {
  outline: 1px dashed #000;
  outline-offset: 2px;
}

.navigation .close__search-bar {
  cursor: pointer;
}

.nav-item__search .desktop-search__input-wrapper form input {
  width: 100%;
}

.nav-item__search .desktop-search__input-wrapper form input:focus {
  outline: 1px dashed #000;
  outline-offset: 2px;
}

