/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  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-image img {
  width: 100%;
}

/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  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 Systems Incorporated
 *
 *  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 Systems Incorporated
 *
 *  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 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-face {
  font-family: SlatePro-Medium;
  src: url("clientlib-base/resources/fonts/SlatePro-Medium.woff") format("woff");
}
/* 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: 'SlatePro-Medium', sans-serif;
  font-size: 1.250em;
  line-height: calc(2/1.25);
  text-transform: uppercase;
  text-align: center;
  padding: 5px 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 {
	color: #b30032;
    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; } 
  }
.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;
    line-height: normal;
    text-align: left;
    font-weight: bold;
}

/* 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;
}

/* COLORS */
/* Article List CSS */
.article-list {
  width: 618px;
  margin: 0 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;
}
@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;
}


/* 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;
}

.verticalLineBlue .custom-quote {
    font-weight: normal;
  	font-style: italic;
  	font-stretch: normal;
  	letter-spacing: normal;
  	text-align: left;
}

.verticalLine .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;
}

.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;
  	line-height: 2.5;
  	letter-spacing: normal;
  	text-align: left;
  	color: #756f6f;
    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;
    }
}

/*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;
    }
}
.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 */
/* Breadcrumb CSS*/
.breadcrumb {
  background: none;
  margin: 25px auto 0px auto;
  max-width: 940px;
  display: block;
}
.breadcrumb ul li {
  display: inline-block;
  float: left;
  font-size: 0.75em;
  color: #000000;
  margin-right: 10px;
}
.breadcrumb ul li a {
  color: #003087;
  font-family: 'SlatePro-Bk', sans-serif;
  margin-right: 2px;
  text-decoration: underline;
}

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

.breadcrumb ul li i.fa-angle-right {
  position: absolute;
  margin-top: 3px;
  font-size: 13px;
  color: #003087;
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb ul li i.fa-angle-right {
    margin-top: 4px;
  }
}
@media screen and (min-width: 993px) {
  .mac .breadcrumb ul li i.fa-angle-right {
    margin-top: 4px;
  }
}

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

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

/* COLORS */
/* Button Component CSS */
button.button-cta,
a.button-cta {
  border-radius: 5px;
  border: none;
  font-family: 'SlatePro-Medium', sans-serif;
  font-size: 0.9625em;
  line-height: calc(2/1.25);
  text-transform: none;
  text-align: center;
  padding: 5px 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: 19.6px;
}

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: inline-table;
  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;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  button.button-cta,
  a.button-cta {
    padding: 6px 20px 3px 20px;
  }

  /* IE11 */
}

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

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

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

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

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

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

  .right-rail a.button-cta {
    font-size: 0.9625em;
  }

  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 2px 11px !important;
    background-size: 10px auto;
    background-position: 95% center;
  }

  a.button-cta.mobile {
    max-width: fit-content;
    padding: 8px 20px 2px 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 2px 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-color: #676767;
    clip: unset;
    position: inherit;
    opacity: inherit;
}
/* 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;
}

/* 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 {
    display: inline-block;
    width: 49% !important;
  }
}
@media (min-width :768px) and (max-width :992px) {
  .definitionblock {
    width: 220px;
    min-height: 250px;
    display: inline-block;
    margin-right: 7px;
  }
}
@media (min-width :992px) {
  .definitionblock {
    width: 300px;
    min-height: 300px;
    display: inline-block;
    margin-right: 8px;
  }
  .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;
  }
}
@media (min-width :992px) {
  .definitionblock .definition-block div .header {
    font-size: 1.563em;
  }
}
.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 {
    width: 49%;
    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 {
    width: 298px;
    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 */
/* Footer CSS*/
.footer {
  color: #000000;
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding-bottom: 40px;
}
.footer .row {
  margin: 0;
}
.footer h3 {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 7px;
  white-space: nowrap;
  font-size: 1.25em;
  margin-left: 0;
  border-bottom: 1px solid #b2b2b2;
  font-weight: normal;
  color: #585858;
  line-height: 22px;
}
.footer ul li a {
  font-size: 0.875em;
  line-height: 24px;
  color: #585858;
  font-family: 'SlatePro-Bk', sans-serif;
  word-break: break-word;
  text-decoration: underline;
}
.footer ul.list-two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 22px;
  padding-left: 32px;
}
.footer .container {
  width: 970px;
  max-width: 970px;
  padding-top: 27px;
}
.footer .container .list-section {
  width: 16.666667%;
}
.footer .container .list-section + .list-section {
  width: 41.66667%;
  padding-right: 0;
}
.footer .container .list-section + .list-section h3 {
  padding-left: 30px;
}
/*Blue footer*/
.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) {
  .footer .container {
    width: 90%;
    padding-top: 25px;
  }
  .footer .container .list-section {
    width: 30%;
  }
  .footer .container .list-section + .list-section {
    width: 35%;
  }
  .footer h3 {
    font-size: 1.125em;
  }
  .footer ul.list-two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .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) {
  .footer {
    min-height: 0px;
    padding: 0;
  }
  .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;
}

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

.footer ul li a:focus,
.global_footer .social-web-links .container ul li a:focus,
#fat-footer_2 .foot-note p a:focus {
  outline-offset: 2px;
}



/* COLORS */
/* Hero CSS */
.hero-dynamic {
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-position: center right;
  top: 76px;
}
.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 {
  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 sup {
  top: -0.1em;
}

.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;
}
.hero-dynamic .container .banner-content a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}
@-moz-document url-prefix() {
  .hero-dynamic .container .banner-content .heading {
    line-height: 30px;
  }
  .hero-dynamic .container .banner-content .para {
    line-height: 18px;
  }
}
.hero-dynamic .container .banner-content .cta-wrapper {
  display: flex;
}
.hero-dynamic .container .banner-content .cta-wrapper a.button-cta {
  margin-right: 10px;
  display: inline-block;
  padding: 8px 0px 7px 0px;
  height: auto;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1;
  width: 200px;
  text-transform: uppercase;
  justify-content: center;
}
.hero-dynamic .container .banner-content .cta-wrapper a + a.button-cta {
  margin: 0;
}
.hero-dynamic .desktop-wrapper {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 100%;
  max-height: 476px;
}
.hero-dynamic .desktop-wrapper img {
  width: 100%;
}
.hero-dynamic .mobile-wrapper {
  overflow: hidden;
  position: relative;
  height: 360px;
  width: 100%;
}
.hero-dynamic .mobile-wrapper img {
  width: 100%;
}
.hero-dynamic .preview-height .mobile-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-dynamic .preview-height .mobile-wrapper {
    display: block;
  }
}
@media screen and (max-width: 1025px) {
  .hero-dynamic .preview-height .desktop-wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hero-dynamic .preview-height .desktop-wrapper {
    display: none;
  }
}
#subproduct-page-template .hero-dynamic .desktop-wrapper {
  height: auto;
  max-height: 300px;
}
#subproduct-page-template .hero-dynamic .container {
  top: 45px;
}
#subproduct-page-template .hero-dynamic + .responsivegrid {
  top: 376px;
}
#subproduct-page-template .hero-dynamic .mobile-wrapper {
  height: 250px;
}
#subproduct-page-template .hero-dynamic .edit-height .desktop-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;
  }
}
@media screen and (min-width: 993px) {
  .hero-dynamic .container .mobile-hero {
    display: none;
  }
}
/*Targeting below 992px resolution*/
@media screen and (max-width: 992px) {
  .hero-dynamic {
    max-height: inherit;
    top: 72px;
  }
  .hero-dynamic .preview-height {
    top: 72px;
  }
  .hero-dynamic .edit-height .container {
    height: 250px;
  }
  .hero-dynamic .edit-height .desktop-wrapper .cq-Editable-dom {
    height: 300px;
  }
  .hero-dynamic .container {
    position: static;
    top: 0;
    max-width: 100%;
    padding: 0 40px;
  }
  .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 a.button-cta {
    font-size: 0.97em;
    width: 151px;
  }
  .hero-dynamic .desktop-wrapper {
    height: auto;
    max-height: 300px;
  }
  .hero-dynamic .desktop-wrapper img {
    width: 100%;
  }
  #subproduct-page-template .hero-dynamic .desktop-wrapper {
    height: 192px;
    max-height: 192px;
  }
  #subproduct-page-template .hero-dynamic + .responsivegrid {
    top: 264px;
  }
  #subproduct-page-template .hero-dynamic .edit-height .desktop-wrapper .cq-Editable-dom {
    height: 192px;
  }
  .hero-dynamic .container .desktop-hero {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hero-dynamic .preview-height {
    top: 72px;
  }
  .hero-dynamic .container {
    padding: 0 25px;
    position: absolute;
  }
  .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 a.button-cta {
    font-size: 1.1em;
    width: 200px;
  }
  .hero-dynamic .mobile-wrapper {
    max-height: 360px;
    height: auto;
  }
  #subproduct-page-template .hero-dynamic .mobile-wrapper {
    height: auto;
    max-height: 250px;
  }
  #subproduct-page-template .hero-dynamic + .responsivegrid {
    top: 322px;
  }
}
@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 a.button-cta {
    font-size: 1.2em;
    width: 200px;
  }
  .hero-dynamic .mobile-wrapper {
    max-height: 360px;
    height: auto;
  }
  #subproduct-page-template .hero-dynamic .mobile-wrapper {
    height: auto;
    max-height: 250px;
  }
}
@media screen and (max-width: 479px) {
  .hero-dynamic .container .banner-content .cta-wrapper a.button-cta {
    font-size: 1em;
    width: 147px;
  }
  .hero-dynamic .container .banner-content .cta-wrapper a.button-cta + a {
    margin-right: 0;
  }
}
.hero-dynamic + .responsivegrid {
  position: relative;
  background: #ffffff;
  top: 550px;
}
@media screen and (max-width: 767px) {
  .hero-dynamic + .responsivegrid {
    top: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-dynamic .container .banner-content .cta-wrapper a.button-cta {
    padding: 12px 0px 3px 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 a.button-cta {
    padding: 11px 0px 0px 0px;
  }
}
/*dynamic media changes*/
.desktop-wrapper .dynamicmedia_desktop {
  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;
}


* 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;
}

@media screen and (max-width: 991px) {
    .nav-primary-wrapper .skip-to-content.hidden-xs,
    .nav-primary-wrapper .skip-to-content.hidden-sm {
        display: none;
    }
}

.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 {
    /* -webkit-animation: secondaryMenuRightAnim 0.5s cubic-bezier(0, 1, 0.5, 1) 0.5s normal forwards;
                  animation: secondaryMenuRightAnim 0.5s cubic-bezier(0, 1, 0.5, 1) 0.3s normal forwards;
                  */
}

.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 . nav-primary . left-menu-items . sub-menu-left ul li: nth-child(8) a img
}

.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;
    }

    .noscroll .hero-dynamic + .responsivegrid,
    .noscroll .primaryNavigation + .responsivegrid {
        display: none;
    }

    .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;
}

/* Navigation Module CSS */
.navigation-module {
  padding: 0;
  font-family: 'SlatePro-Bk', sans-serif;
  width: 17%;
  display: inline-block;
  /*margin: 0 50px; */
  margin: 0 4%;
  width: 24%;
}
.navigation-module a {
  font-family: 'SlatePro-Bk', sans-serif;
}
.navigation-module a:hover {
  text-decoration: none;
}
.navigation-module h2 {
  font-size: 1.5625em;
  line-height: 1.04;
  color: #0073cf;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #b6b6b6;
  text-align: center;
  margin-bottom: 0;
  margin-top: 13px;
}
.navigation-module .rich-text h3 {
  text-align: center !important;
}
.navigation-module img {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 75px;
}
.navigation-module p {
  padding: 14px;
  font-size: 1em;
  line-height: 1.63;
  color: #000000;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .right-rail-framework .navigation-module {
    margin-left: 0;
    margin-right: 0;
  }
  .right-rail-framework .navigation-module:nth-child(even) {
    margin-right: 4%;
  }
  .right-rail-framework .navigation-module:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .navigation-module {
    width: 204px;
    /*margin: 0 9px; */
    margin: 0 1.2%;
  }
  .navigation-module h2 {
    font-size: 1.25em;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .navigation-module:first-child {
    margin-left: 25px;
  }
  .navigation-module:nth-child(3) {
    margin-right: 25px;
  }
  .right-rail-framework .navigation-module {
    margin-left: 0px;
  }
  .right-rail-framework .navigation-module:nth-child(odd) {
    margin-right: 36px;
  }
  .right-rail-framework .navigation-module:nth-child(even) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .navigation-module {
    width: 225px;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .navigation-module h2 {
    font-size: 1.5625em;
  }
  .navigation-module p {
    margin-bottom: 26px;
  }
}

.navigation-module .farmersimage .imageCaptionText {
  font-size: 1.25em;
  text-align: center;
  color: #003087;
  font-family: 'SlatePro-Medium', sans-serif;
  text-decoration: underline;
}

.navigation-module .expFragment a:focus{
  outline: 1px dashed #000000;
  outline-offset: 1px;
  display:block;
}
.navigation-module .expFragment a{
  display:block;
}
.navigation-module .farmersimage a .imageCaptionText{
  margin: 0 0 20px 0;
}

/* COLORS */
/* Quote Overlay CSS */
.quote-overlay {
  background: #022E8A;
  width: 100%;
  height: 450px;
  margin-top: 0;
  position: fixed;
  z-index: 9999;
  top: 76px;
  display: none;
}
.quote-overlay .container {
  position: relative;
  max-width: 940px;
  padding: 0;
}
.quote-overlay .container .close {
  color: #ffffff;
  font-size: 3em;
  opacity: 1;
  font-weight: normal;
  text-shadow: inherit;
  position: absolute;
  right: 0px;
  top: 15px;
}
.quote-overlay .close-getquote {
  font-size: 29px;
  color: #ffffff;
  float: right;
  cursor: pointer;
  font-weight: bold;
}
.quote-overlay .section {
  padding-top: 60px;
}
.quote-overlay .image {
  float: left;
  width: 200px;
}
.quote-overlay .image img {
  width: 100%;
}
.quote-overlay .content {
  float: left;
  margin-left: 45px;
  width: 70%;
}
.quote-overlay .content .zipcode {
  display: inline-block;
  width: 100%;
}
.quote-overlay .content .zipcode.error .zip-input {
  border-bottom-color: #EC7E8C;
  width: 190px;
}
.quote-overlay .content .zipcode .zip-label {
  float: left;
  color: #ffffff;
  font-size: 40px;
  margin: 0px 8px 0px 0px;
  font-weight: 500;
  line-height: 0.9em;
  font-family: 'SlatePro-Medium', sans-serif;
}
.quote-overlay .content .zipcode .zip-input {
  float: left;
  width: 150px;
  background: none;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  font-size: 40px;
  line-height: 0.5;
  padding: 0px 0px 0px 8px;
  font-weight: 600;
  height: 38px;
  caret-color: #ffffff;
}
.quote-overlay .content .zipcode .error-message {
  float: left;
  margin-left: 256px;
  margin-top: 14px;
  color: #ffffff;
  font-style: italic;
  display: none;
  line-height: 0.9em;
}
.quote-overlay .content button {
  margin-top: 42px;
  font-size: 19.6px;
  max-width: inherit;
  font-weight: bold;
  line-height: 1;
  height: auto;
  padding: 8px 15px 6px 15px;
  float: left;
  clear: left;
}
.quote-overlay .content button.show {
  display: block;
}
.quote-overlay p {
  font-size: 40px;
  color: #ffffff;
  width: 536px;
  margin-bottom: 40px;
  font-style: italic;
  line-height: 1.1em;
  text-indent: -16px;
}
.quote-overlay.overlay-authored {
  position: static;
  display: block;
}
.quote-overlay.sticky {
  top: 105px;
  z-index: 0;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .quote-overlay.sticky {
    top: 51px;
  }
}
@media screen and (max-width: 1024px) {
  .quote-overlay .content button {
    padding: 11px 15px 3px 15px;
  }
  .stopScroll {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 992px) {
  .quote-overlay {
    height: 466px;
    top: 72px;
  }
  .quote-overlay .container {
    padding: 0 40px;
  }
  .quote-overlay .container .close {
    right: 40px;
  }
  .quote-overlay .image {
    width: 175px;
  }
  .quote-overlay .content {
    width: 65%;
  }
  .quote-overlay .content .zipcode .zip-label {
    font-size: 35px;
  }
  .quote-overlay .content .zipcode .zip-input {
    font-size: 35px;
  }
  .quote-overlay .content .zipcode .error-message {
    margin-left: 208px;
    margin-top: 10px;
  }
  .quote-overlay p {
    font-size: 35px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .quote-overlay {
    height: 100% !important;
  }
  .quote-overlay .container {
    padding-right: 8px;
  }
  .quote-overlay .container .close {
    right: 20px;
  }
  .quote-overlay .image {
    width: 125px;
  }
  .quote-overlay .content {
    width: 60%;
    margin-left: 30px;
  }
  .quote-overlay .content .zipcode .zip-label {
    font-size: 20px;
  }
  .quote-overlay .content .zipcode .zip-input {
    font-size: 20px;
    height: 22px;
    width: 100px;
    padding-left: 4px;
  }
  .quote-overlay .content .zipcode .error-message {
    margin-left: 78px;
  }
  .quote-overlay .content .zipcode.error .zip-input {
    width: 130px;
  }
  .quote-overlay .content button {
    margin-top: 36px;
  }
  .quote-overlay p {
    font-size: 20px;
    width: 100%;
    text-indent: -6px;
    line-height: 1.2;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 479px) {
  .quote-overlay .container {
    padding: 0 25px;
  }
  .quote-overlay .image {
    width: 84px;
  }
  .quote-overlay .content {
    margin-left: 15px;
    width: 66%;
  }
  .quote-overlay .content .zipcode .zip-label,
  .quote-overlay .content .zipcode .zip-input {
    font-size: 1em;
  }
  .quote-overlay .content .zipcode.error .zip-input {
    width: 100px;
  }
  .quote-overlay .content .zipcode .error-message {
    margin-left: 18px;
  }
  .quote-overlay .content button {
    margin-top: 20px;
    font-size: 1em;
  }
  .quote-overlay p {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .armv .quote-overlay .section {
    padding-top: 30px !important;
  }
}
.quote-overlay .container .close:focus,
.quote-overlay .content .zipcode .zip-input:focus,
.quote-overlay .content button:focus {
  outline: 1px solid #ffffff !important;
  outline-offset: 1px;
}

.quote-overlay .content .zipcode .error-message {
  color: #EC7E8C;
}

.quote-overlay .requiredFields {
  color: #FFFFFF;
  font-size: 1rem;
}

.requiredFields{
  color: #ffffff;
  font-size: 1rem;
}

.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;
  }
}

/* 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 */
/* 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 .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;
}

/* COLORS */
/* Table Component CSS */
.table-custom .heading {
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0 10px 0;
}
.table-custom .header {
  display: none;
}
.table-custom .table {
  border: solid 1px #e7e7e7;
}
.table-custom .table thead tr {
  background-color: #f7f7f7;
}
.table-custom .table thead th {
  padding: 16px;
  color: #003087;
  line-height: 1.3;
  font-family: 'SlatePro-Medium', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}
.table-custom .table tbody tr td {
  font-family: 'SlatePro-Bk', sans-serif;
  font-size: 1em;
  line-height: 1.63;
  color: #000000;
  padding: 20px;
  width: 33%;
}

.table-custom .table .table-fourcolumn {
	width: 25%;
}

.table-custom .table .table-fivecolumn {
	width: 20%;
}

.table a {
  text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
  .table-custom .table tbody tr {
    border-bottom: 1px solid #555555;
  }

  .table-custom .table tbody tr td,
  .table-custom .table .table-fourcolumn,
  .table-custom .table .table-fivecolumn {
    border-top: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-custom .table {
    border: none;
  }
  .table-custom .table .desktabheading {
    display: none;
  }
  .table-custom .table tbody tr .header {
    display: block;
    background-color: #f7f7f7;
    color: #003087;
    padding: 16px;
    font-family: 'SlatePro-Medium', sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .table-custom .table tbody tr .coverage {
    background-color: #ffffff;
    padding: 0 20px 0 20px;
  }
}

/* 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: 222px;
  }
  .three-features .container {
    padding: 0px 40px;
  }
  .three-features .farmersimage img,
  .three-features img {
    height: 142px;
  }
  .three-features div.image {
    height: auto;
  }
}
@media (min-width :992px) {
  .three-features h3 {
    font-size: 1.125em;
    margin: 20px 0 15px 0;
  }
  .three-features .cell {
    width: 300px;
  }
  .three-features .cell p {
    margin: 0;
    text-align: left;
  }
}

.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 {
    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 {
        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 {
    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 {
        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;
    }
}

/* 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 h2 {
  font-size: 1.5625em;
  line-height: normal;
  text-align: left;
  color: #000000;
}
.tile-list h2.blue {
  color: #003087;
}
.tile-list 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-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 .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;
}
@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 .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;
}

/* COLORS */
/* Timeline CSS */
.timeline {
  background: #f7f7f7;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.timeline .container {
  padding-top: 51px;
}
@media (max-width: 767px) {
  .timeline .container {
    padding: 51px 45px;
  }
}
.timeline .container ul {
  padding-left: 26px;
}
.timeline .container ul li {
  position: relative;
  list-style-type: none;
}
@media (min-width: 768px) {
  .timeline .container ul li:last-child {
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .timeline .container ul li:last-child {
    padding-bottom: 30px;
  }
}
.timeline .whatweoffer {
  margin-left: -18px;
  background-color: #b6b6b6;
  width: 200px;
}
.timeline .whatweoffer p {
  margin-bottom: 0;
  padding: 18px;
  font-size: 1.25em;
  color: #ffffff;
  font-family: 'SlatePro-Bk', sans-serif;
  line-height: 1.3;
}
.timeline .row {
  position: relative;
}
.timeline .row .description p {
  margin-left: 35px;
  background-color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
}
.timeline .row #border {
  border-left: 2px solid #e7e7e7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
}
.timeline .row .left-timeline {
  height: auto;
}
@media (min-width: 993px) {
  .timeline .row .left-timeline {
    max-width: 15%;
  }
}
.timeline .row .left-timeline p {
  margin: 35px 0  0 7px;
  color: #003087;
  font-weight: 500;
  font-size: 1.250em;
  font-family: 'SlatePro-Bk', sans-serif;
  line-height: 1.3;
  width: 140px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .timeline .row .left-timeline p {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .timeline .row .left-timeline p {
    width: 128px;
  }
}
.timeline .row .circle-dot {
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 10px;
  background: #e7e7e7;
  top: 40px;
  left: -36px;
}
.timeline .row p {
  margin: 20px 15px;
  padding: 18px;
  color: #000000;
  font-weight: normal;
  font-size: 1em;
  border: 1px solid #e7e7e7;
  text-align: left;
  width: 390px;
  line-height: 1.6;
}
.timeline .row .final-dot {
  width: 10px;
  height: 10px;
  bottom: 0;
  top: 100%;
  left: -32px;
  background: #b6b6b6;
}
@media (max-width: 767px) {
  .timeline .row .description p {
    width: 100%;
    margin: -10px 25px -10px 6px;
    max-width: 375px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  .timeline .row {
    max-width: 462px;
  }
  .timeline .row .description p {
    width: 462px;
  }
}
.right-rail-framework .timeline .container {
  padding: 51px 26px;
}
@media (min-width: 993px) {
  .right-rail-framework .timeline .description p {
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .right-rail-framework .timeline .description {
    max-width: 72%;
  }
}
@media (min-width: 768px) {
  .right-rail-framework .timeline .row .description {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .right-rail-framework .timeline .row .left-timeline {
    padding-left: 2px;
  }
  .right-rail-framework .timeline .row .description p {
    margin: 15px 0px 10px 25px;
    width: 100%;
  }
}

/* COLORS */
/* Vertical Tab CSS */
div.vertical-tabset {
  margin-bottom: 50px;
}
.vertical-tabset {
  overflow: hidden;
  margin-top: 30px;
}
.vertical-tabset h2 {
  font-size: 25px;
  font-weight: 500;
}
.vertical-tabset .nav-tabs {
  float: left;
  border: 0;
  width: 44.8%;
  border-right: 2px solid #e7e7e7;
  position: relative;
  padding-left: 6px;
}
.vertical-tabset .nav-tabs a {
  margin-bottom: 21px;
  width: 100%;
}
.vertical-tabset .nav-tabs a:last-child {
  margin-bottom: 10px;
}
.vertical-tabset .nav-tabs a {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 14px 0 13px 14px;
  display: inline-block;
  font-size: 1em;
  color: #0073cf;
  width: 95%;
  font-family: 'SlatePro-Bk', sans-serif;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  cursor: pointer;
  text-decoration: underline;
}
.vertical-tabset .nav-tabs a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}
.vertical-tabset .nav-tabs a i {
  display: none;
  position: relative;
  top: 4px;
}
.vertical-tabset .nav-tabs a.active {
  box-shadow: none;
  cursor: pointer;
  color: #003087;
  font-weight: 500;
  font-family: 'SlatePro-Medium', sans-serif;
}
.vertical-tabset .nav-tabs a.active i {
  display: block;
  float: right;
  font-size: 13px;
}
.vertical-tabset .nav-tabs a.active::after {
  content: "";
  background: #003087;
  width: 4px;
  position: absolute;
  right: -3px;
  height: 34px;
  margin-top: -4px;
}
.vertical-tabset .tab-content {
  float: left;
  vertical-align: top;
  padding-left: 30px;
  margin-top: 11px;
  padding-right: 0;
}
.vertical-tabset .tab-content .tab-pane h3 {
  font-size: 1em;
  font-weight: 500;
}
.vertical-tabset .tab-content .tab-pane ul {
  padding-left: 12px;
}
.vertical-tabset .tab-content .tab-pane li {
  list-style-type: disc;
  padding-left: 10px;
}
.vertical-tabset .tab-content .tab-pane:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}
.vertical-tabset .tab-content.col-sm-5 {
  max-width: 55%;
}
@media screen and (max-width: 992px) {
  .vertical-tabset .tab-content {
    padding-left: 24px;
  }
  .vertical-tabset .nav-tabs {
    width: 55.7%;
  }
  .vertical-tabset .nav-tabs a {
    width: 97%;
  }
  .vertical-tabset .nav-tabs a.active i {
    display: none;
  }
  .vertical-tabset .tab-content.col-sm-5 {
    max-width: 44%;
    margin-top: 15px;
  }
  .vertical-tabset .tab-content .tab-pane h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .vertical-tabset .nav-tabs {
    max-width: 49%;
  }
  .vertical-tabset .tab-content {
    padding-left: 12px;
    max-width: 51%;
  }
  .vertical-tabset .tab-content.col-sm-5 {
    max-width: 50%;
  }
  .vertical-tabset .tab-content .tab-pane li {
    padding-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .vertical-tabset .nav-tabs {
    padding-right: 0;
  }
  .vertical-tabset .nav-tabs a {
    width: 90%;
    padding: 14px 8px;
  }
  .vertical-tabset .nav-tabs a.active {
    position: relative;
    width: 100%;
  }
  .vertical-tabset .nav-tabs a.active::after {
    top: 20%;
  }
}
.vertical-tabset .tab-content .tab-pane a {
  text-decoration: underline;
}
.vertical-tabset .tab-content .tab-pane a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}


a.transcript {
    text-decoration: underline;
    font-size: 0.85rem;
    font-family: SlatePro-BK;
}

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

/* 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: 2px 20px;

}

.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 {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  background: #ffffff;
  display: none;
  -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 .container {
  padding: 0;
  height: 70px;
  display: flex;
  align-items: center;
}
.nav-secondary .business-nav li .business-menu:before {
  content: " ";
  display: block;
  position: absolute;
  height: 25px;
  top: -25px;
  left: 0;
  right: 0;
}
.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;
  font-family: 'SlatePro-Bk', sans-serif;
}
.nav-secondary .business-nav li a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}
.nav-secondary .business-nav li ul {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .nav-secondary {
    /* Added to fix multiple dropdowns issue */
  }
  .nav-secondary .sticky-header .cta-wrapper a {
    padding-top: 2px;
    display: block;
    float: left;
    height: 28px;
  }
  .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 30px 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;
  }
  .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 {
    font-size: 1.5em;
    float: right;
    margin-top: 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;
    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 {
    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 .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: 2px 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 .sticky-header .cta-wrapper a {
  padding: 8px 20px 2px 20px;
}
.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;
}

/*@media (min-width: 992px) {*/
/*  .nav-secondary .business-nav li {*/
/*    display: inline-flex;*/
/*    text-align: center;*/
/*    margin: 0 40px 0 0;*/
/*    word-break: break-word;*/
/*  }*/

/*  .nav-secondary .business-nav ul {*/
/*    display: inline-flex;*/
/*    width: 100%;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 1025px) {*/
/*	.nav-secondary .sticky-header {*/
/*          position: initial !important;*/
/*	}*/
/*	.nav-secondary.fixed .sticky-header {*/
/*     	display: none !important;*/
/*    }*/
/*    .nav-secondary.fixed .business-nav {*/
/*      top: 0 !important;*/
/*      position: initial !important;*/
/*    }*/
/*	.nav-secondary .business-nav.fixed {*/
/*   	  position: initial !important;*/
/*	}*/
/*}*/

/* 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 */
.container-wrapper {
  border: gray thin dashed;
  margin: 10px 0;
}
.container-wrapper div #dynamicmedia_farmersstaff img {
  height: 120px;
  width: 120px;
  margin: 0 15px;
  text-align: center;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  border-radius: 5px;
}
.container-wrapper .name {
  text-align: center;
  size: 1.5em;
  margin-top: 7px;
}
.container-wrapper .title {
  font-weight: bold;
  text-align: left;
  size: 1.5em;
}
.container-wrapper .imgWrapper {
  text-align: center;
  width: 200px;
  height: 100px;
  padding: 10px;
}

/* COLORS */
.management-grid .container {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .container.management-images {
    width: 940px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .container.management-images {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container.management-images {
    max-width: 100%;
  }
}
/*Management Page styles start*/
.management-images {
  background: #f0f0f0;
  padding-top: 15px !important;
}
.management-images h3 {
  padding-left: 10px;
}
.management-images ul li.same-colheight {
  min-height: 240px;
}
.management-images ul li {
  display: inline-table;
  padding: 10px;
}
.management-images ul li img {
  display: block;
  cursor: pointer;
  width: 120PX;
  height: 120px;
}
.management-images ul li h3 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding: 0;
  cursor: pointer;
}
.management-images ul li span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  width: 150px;
  cursor: pointer;
}
.management-images ul + li {
  padding: 10px;
}
.management-images .positioned-div {
  display: none;
  z-index: 999;
  height: 365px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 0;
}
.management-images .positioned-div .presentelem {
  position: relative;
}
.management-images .positioned-div .officername {
  color: #003087;
  font-size: 24px;
  line-height: 32px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  display: inline;
}
.management-images .positioned-div .officerdesig {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
}
.management-images .positioned-div .management-close {
  background: url(clientlib-base/resources/images/close-icon.jpg);
  width: 29px;
  height: 30px;
  cursor: pointer;
}
.management-images .positioned-div .left-image-viewer {
  background: url(clientlib-base/resources/images/left-arrow.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 36px;
  vertical-align: top;
  position: relative;
  top: 150px;
  margin-right: 25px;
}
.management-images .positioned-div .right-image-viewer {
  background: url(clientlib-base/resources/images/right-arrow.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 36px;
  vertical-align: top;
  position: relative;
  top: 72px;
  margin-right: 25px;
}
.management-images .GITheWall .GI_TW_expander {
  width: 940px !important;
  left: 0px;
}
.management-images .GITheWall ul li h3 {
  font-size: 16px;
  line-height: 20px;
  position: inherit;
  text-align: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
}
.management-images .GITheWall ul li span {
  margin-top: 5px;
  display: block;
  margin-left: 0;
  text-align: left;
}
.management-images .GITheWall1 .GI_TW_expander {
  width: 940px !important;
  left: -548px;
}
.management-images .GITheWall1 ul li h3 {
  font-size: 16px;
  line-height: 20px;
  position: inherit;
  text-align: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
}
.management-images .GITheWall1 ul li span {
  margin-top: 5px;
  display: block;
  margin-left: 0;
  text-align: left;
}
.safari .management-images ul li {
  float: left;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .management-images .carousel_heading {
    margin-top: 7px;
    margin-bottom: -8px;
  }
  .management-images .carousel_heading span {
    padding-top: 5px;
    padding-left: 7px !important;
    margin-bottom: 5px;
    width: 200px;
  }
  .management-images .GI_TW_expander .GI_TW_close {
    right: 48px !important;
  }
  .management-images .GI_TW_expander .GI_TW_prev {
    left: 0px !important;
  }
  .management-images .GI_TW_expander .GI_TW_next {
    right: 0px !important;
  }
  .management-images .GI_TW_expander .farmers-title {
    margin-top: -2px !important;
  }
  .management-images #gradient {
    width: 420px !important;
  }
  .management-images .GITheWall ul li {
    padding: 10px 10px 10px 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  .management-images h3 {
    /* padding-left: 33px; */
  }
  .management-images .GI_TW_fullimg {
    width: 93.2% !important;
  }
  .management-images .GI_TW_fullimg img {
    padding-left: 30px !important;
    margin-left: 15px !important;
  }
  .management-images .GI_TW_fullimg .farmers-title {
    margin-top: -1px;
  }
  .management-images .GI_TW_fullimg .carousel_heading {
    margin-top: 7px;
    margin-bottom: -8px;
  }
  .management-images .GI_TW_fullimg .carousel_heading span {
    padding-top: 5px;
    padding-left: 7px !important;
    margin-bottom: 5px;
  }
  .management-images .GITheWall ul li {
    padding: 0 !important;
  }
  .management-images .GITheWall .GI_TW_close {
    right: 74px !important;
    /* mohit done */
  }
  .management-images .GITheWall1 ul li {
    padding: 0!important;
  }
  .management-images .GITheWall1 .GI_TW_close {
    right: 73px !important;
  }
  .management-images .GI_TW_prev {
    left: 16px !important;
  }
  .management-images .GI_TW_next {
    right: 20px !important;
  }
}
/* Management Page tablet styles start here */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .management-images {
    /*margin: 0 -7px;*/
    margin: 0 auto;
  }
  .management-images h3 {
    padding-left: 8px;
  }
  .management-images .GITheWall ul li h3 {
    width: 110px;
  }
  .management-images .GITheWall .GI_TW_expander {
    width: 767px !important;
  }
  .management-images .GITheWall .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
    width: 95.4%;
  }
  .management-images .GITheWall .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
    padding-left: 20px;
  }
  .management-images .GITheWall1 ul li h3 {
    width: 110px;
  }
  .management-images .GITheWall1 .GI_TW_expander {
    width: 767px !important;
    left: -444px;
  }
  .management-images .GITheWall1 .farmers-title,
  .management-images .GITheWall1 .component-generic-text,
  .management-images .GITheWall .farmers-title,
  .management-images .GITheWall .component-generic-text {
    /* padding-left: 45px;*/
    padding-left: 0;
  }
  .management-images .GITheWall1 .GI_TW_fullimg img,
  .management-images .GITheWall .GI_TW_fullimg img {
    height: 245px;
  }
  .management-images .GITheWall1 .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
    width: 95.4%;
  }
  .management-images .GITheWall1 .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
    padding-left: 20px;
  }
  .management-images ul li.same-colheight {
    display: inline-table;
    padding: 10px 10px 10px 0px;
    width: auto;
    min-height: 235px;
  }
  .management-images ul li.same-colheight img {
    display: block;
    width: 112px;
  }
  .management-images ul li.same-colheight h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding: 0;
    width: 120px;
  }
  .management-images ul li.same-colheight span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    width: 120px;
  }
  .management-images ul + li {
    padding: 10px;
  }
}
/* Management Page Phone styles start here */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .management-images {
    margin: 0;
  }
  .management-images h3 {
    float: left;
  }
  .management-images ul {
    padding: 0 8px;
  }
  .management-images ul li {
    width: 49%;
  }
  .management-images ul li img {
    display: inline-block;
  }
  .management-images ul li h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding: 0;
    width: auto;
  }
  .management-images ul li span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    width: auto;
  }
  .management-images ul + li {
    padding: 10px;
  }
  .management-images .GI_TW_fullimg .img {
    text-align: center !important;
  }
  .management-images .GI_TW_fullimg .img img {
    padding-left: 0px !important;
  }
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading h2 {
    font-size: 25px;
    padding-left: 13px !important;
  }
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading span {
    clear: both;
    display: block;
    border-left: 0px !important;
  }
  .management-images .GITheWall .GI_TW_expander {
    width: 100% !important;
    border-bottom: 0px;
  }
  .management-images .GITheWall .GI_TW_expander .GI_TW_close {
    right: 11px;
    top: 0px !important;
  }
  .management-images .GITheWall1 .GI_TW_expander {
    width: 100% !important;
    left: 0px !important;
  }
  .management-images .GITheWall1 .GI_TW_expander .GI_TW_close {
    right: 10px;
    background-size: 40%;
    top: 3px;
  }
  .farmers-subheader.col-md-7 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .farmers-subheader.col-md-5 {
    float: left;
  }
  .management-images h3 {
    padding-left: 0px;
  }
  .safari .GI_TW_fullimg .col-xs-12.col-sm-8 .component-generic-text {
    background: #ffffff !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .management-images .GI_TW_fullimg .farmers-title {
    padding-left: 0px;
    padding-top: 10px;
    text-align: left;
    float: left;
  }
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading span {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .management-images .GI_TW_fullimg .farmers-title {
    text-align: left;
    float: left;
    padding: 10px 0px !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .management-images h3 {
    width: 100%;
  }
  .management-images ul li {
    width: 33%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
  .farmers-title span,
  .carousel_heading h2,
  .carousel_heading span {
    font-size: 10px !important;
  }
}
/*Management Page styles end*/
/*Image Gallery styles start*/
.GI_TW_expander {
  color: white;
  position: absolute;
  z-index: 16;
  top: 0;
  background: white;
  left: 0;
  width: 100%;
  margin-top: 10px;
  height: 0;
  -webkit-transition: height 0.1s ease-in;
  -moz-transition: height 0.1s ease-in;
  -o-transition: height 0.1s ease-in;
  transition: height 0.1s ease-in;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  visibility: hidden;
}
.GI_TW_expander .animating {
  overflow: hidden !important;
}
.GI_TW_expander .opened {
  overflow: visible;
}
.GI_TW_expander .GI_TW_pointer {
  position: absolute;
  margin-top: -41px;
  width: 0;
  height: 61px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
  background: url("clientlib-base/resources/images/arrow_up.png") center no-repeat;
  /*&:after{
    position: absolute;
    right: -25px;
    width: 24px;
    height: 25px;
    border-bottom: solid 1px #b6b6b6;
    border-left: solid 1px #b6b6b6;
    transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
    background: white;
    content: '';
  }
  &:before{
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #c2e1f5;
    border-width: 36px;
    margin-left: -36px;
  }*/
}
.GI_TW_expander .GI_TW_expander-inner {
  height: 560px;
  margin: 0 auto;
  overflow: hidden;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
  position: relative;
  width: 95%;
  height: 360px;
  margin: 30px 0 0;
  overflow: hidden;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg #gradient {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  width: 572px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 115%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 115%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 115%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 115%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg p {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
  position: relative;
  padding-left: 55px;
  margin-left: 10px;
}
.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg .component-generic-text {
  overflow-y: auto;
  height: 200px;
  margin-top: 10px;
}
.GI_TW_expander .GI_TW_Controls {
  z-index: 1;
}
.GI_TW_expander .GI_TW_close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 24px;
  right: 73px;
  cursor: pointer;
  background: url("clientlib-base/resources/images/close-icon.jpg") center no-repeat;
}
.GI_TW_expander .GI_TW_arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
}
.GI_TW_expander .GI_TW_hidden {
  display: none;
}
.GI_TW_expander .GI_TW_next {
  right: 10px;
  background: url("clientlib-base/resources/images/right-arrow.png") center no-repeat;
}
.GI_TW_expander .GI_TW_prev {
  left: 1px;
  background: url("clientlib-base/resources/images/left-arrow.png") center no-repeat;
}
.GI_TW_fullimg row:eq(0) {
  margin-left: 5px;
}
.img .farmers-title {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  img .farmers-title {
    margin-left: 5px;
  }
}
.management-images .fa {
  height: 62px;
  width: 40px;
}
.carousel_heading {
  display: block;
}
.GITheWall > h3,
.GITheWall1 > h3 {
  font-size: 1.5em;
  margin: 8px auto  17px auto;
  font-family: 'SlatePro-Medium', sans-serif !important;
}
.farmers-subheader ul li h3 {
  font-size: 1.5em;
  margin: 8px auto 0 auto;
  font-family: 'SlatePro-Medium', sans-serif !important;
}
.farmers-title h2 {
  color: #003087;
  font-size: 2.1em;
  font-weight: bold;
  padding-left: 15px;
}
.carousel_heading h2 {
  display: inline;
  padding-right: 7px;
  vertical-align: middle;
  font-size: 28px !important;
}
.carousel_heading span {
  color: #000 !important;
  font-size: 16px !important;
  border-left: 2px solid #b6b6b6;
  padding-left: 10px !important;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.farmers-title span {
  color: grey;
  padding-left: 15px;
  font-size: 13px;
}
.ie9 .management-images .opened.GI_TW_expander,
.ie8 .management-images .opened.GI_TW_expander {
  visibility: visible;
}
.ie8 .management-images .GITheWall .GI_TW_expander {
  left: -15px !important;
}
.ie8 .management-images .GITheWall1 .GI_TW_expander {
  left: -599px !important;
}
.ie8 .farmers-title h2 {
  font-size: 32px;
}
.ie8 .management-images ul li span {
  font-size: 11px;
}
.ie9 .GI_TW_expander .GI_TW_pointer,
.ie10 .GI_TW_expander .GI_TW_pointer {
  background: url("clientlib-base/resources/images/arrow_up.png") no-repeat;
  margin-top: -22px;
  border-right: 60px solid transparent;
}
.ie8 .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
  padding-left: 35px;
  height: 300px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .GI_TW_expander .GI_TW_prev,
  .GI_TW_expander .GI_TW_next {
    background-size: 38%;
  }
  .management-images .GITheWall .GI_TW_expander .GI_TW_close {
    background-size: 40%;
  }
  .GI_TW_expander .GI_TW_arrow {
    top: 8%;
  }
  .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg .component-generic-text {
    overflow: auto;
  }
  .management-images .GI_TW_fullimg .img {
    position: static;
    z-index: 999;
    top: 0px;
    left: 20px;
    width: 90%;
    background: #ffffff;
    padding-top: 0px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  .carousel_heading h2 {
    font-size: 18px !important;
  }
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading span {
    display: inline-block;
  }
  .GI_TW_expander .GI_TW_Controls {
    z-index: 9999;
  }
  .GITheWall .farmers-title {
    padding: 20px 8px 10px 0.9375em;
  }
  .GITheWall .farmers-title h2 {
    padding-left: 0px;
  }
  .management-images ul {
    padding: 8px 8px 8px 0px;
  }
  .management-images ul li {
    padding: 10px 10px 10px 0px;
  }
  .fa.close-icon {
    width: 30px;
    height: 30px;
  }
  .management-images .GITheWall ul li h3,
  .management-images .GITheWall1 ul li h3 {
    margin-left: 0px;
  }
  .GI_TW_fullimg .component-generic-text {
    -webkit-overflow-scrolling: touch;
  }
  .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg #gradient {
    display: none !important;
  }
  .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg .component-generic-text,
  .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
    height: 100%;
    width: 100%;
  }
  .GI_TW_expander {
    height: 100% !important;
  }
  .GI_TW_expander .GI_TW_expander-inner {
    overflow: hidden;
  }
  html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .management-images .GI_TW_fullimg img {
    text-align: left !important;
    width: 70px;
    float: left;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
  }
  .management-images .GI_TW_fullimg img img {
    padding-left: 15px !important;
  }
  .management-images .GI_TW_fullimg img .farmers-title {
    padding-left: 0px;
    padding-top: 0px;
  }
  .GI_TW_expander .GI_TW_prev {
    left: 0;
  }
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading span,
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading h2 {
    padding-left: 7px !important;
  }
  .farmers-title span {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .management-images .GI_TW_fullimg img {
    text-align: left !important;
    width: 70px;
    margin: 0 auto !important;
    float: left;
  }
  .GI_TW_expander .GI_TW_arrow {
    top: 10%;
  }
  .management-images .GI_TW_fullimg .img {
    left: 0px;
    padding-left: 2.65em;
  }
  .carousel_heading h2 {
    display: block;
  }
  .management-images .GI_TW_fullimg .img {
    width: 96%;
    left: 15px;
  }
  .management-images ul {
    padding: 8px 8px 8px 10px;
  }
  .management-images h3 {
    padding-left: 8px;
  }
  .management-images .GITheWall1 .GI_TW_expander .GI_TW_close {
    right: 9px;
    background-size: 40%;
    top: 0px;
  }
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading h2,
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading span {
    padding-left: 15px !important;
  }
}
.GI_TW_expander .GI_TW_loading {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0;
  background: url(../components/content/management-grid/clientlibs/rwd/clientlibs_base/resources/images/ajax-loader.gif) no-repeat 0px 0px;
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
  .farmers-title span,
  .carousel_heading h2,
  .carousel_heading span {
    font-size: 14px !important;
  }
  .management-images .GI_TW_fullimg .farmers-title {
    padding-right: 0px;
  }
  .management-images .GI_TW_fullimg .farmers-title span {
    padding-left: 5px;
  }
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading h2,
  .management-images .GI_TW_fullimg .farmers-title .carousel_heading span {
    padding-left: 5px !important;
  }
}
.GI_TW_expander .fa-arrow-left:before,
.GI_TW_expander .fa-arrow-right:before {
  content: "" !important;
}
/*Image Gallery styles end*/
/*-----------------------------management starts here-------------------------------*/
.management-images .GITheWall ul li h4 {
  font-size: 16px;
  line-height: 20px;
  position: inherit;
  text-align: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  color: #000;
  padding: 0;
  cursor: pointer;
  font-family: SlatePro-Medium;
}
.management-images .GITheWall1 ul li h4 {
  font-size: 16px;
  line-height: 20px;
  position: inherit;
  text-align: left;
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  color: #000;
  padding: 0;
  cursor: pointer;
  font-family: SlatePro-Medium;
}
.farmers-subheader h3 {
  font-size: 1.5em;
  /* 24/16 */
}
.component-generic-text {
  padding-left: 15px;
}
/*-----------------------------management ends here-------------------------------*/
.same-colheight span {
  color: #585858;
}
@media only screen and (min-width: 992px) {
  .management-images .GI_TW_fullimg img {
    padding-left: 48px !important;
    margin-left: 15px !important;
  }
}
@media only screen and (min-width: 992px) {
  .GI_TW_fullimg .img-responsive {
    height: 295px;
  }
}
.farmers-subheader h2 {
  font-family: 'SlatePro-Bk', sans-serif;
}
.footerTop {
  margin-top: 380px;
}
@media only screen and (max-width: 767px) {
  .GI_TW_expander-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .component-generic-text {
    padding-left: 0;
  }
  .component-generic-text p {
    padding-left: 11px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 768px) {
  .component-generic-text p {
    padding-left: 0 !important;
    padding-right: 10px !important;
  }
  .mac .component-generic-text p {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .management-grid .container {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    max-width: 100% !important;
  }
  .farmers-subheader {
    padding: 0 15px;
  }
  .management-images > .row {
    margin: 0 15px;
  }
  .management-images .GITheWall .GI_TW_expander {
    left: -13px !important;
  }
}
.management-images hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel_heading h2,
  .farmers-title span {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .farmers-title span {
    padding-left: 15px;
  }
}
.management-images .demo {
  margin-bottom: 10px;
}
.ie .GI_TW_expander .GI_TW_pointer {
  width: 55px;
  border-right: 0;
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .modal-backdrop {
    background-color: #999999 !important;
    opacity: 1 !important;
  }
}
.modal-body p {
  line-height: 26px;
}

.GI_TW_expander{
	z-index:1;
}

.nav-secondary.fixed .business-nav, .nav-secondary .sticky-header{
	z-index: 1000;
}

.board-anchor {
  display: block;
}

.board-anchor:focus,
.GI_TW_close:focus,
.GI_TW_prev:focus,
.GI_TW_next:focus,
.same-colheight:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}



.management-grid-new .container {
  padding: 0;
  width: 960px;
}

.management-grid-new p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.63;
  color: #000000;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.management-grid-new .rule-box .row {
  margin: 18px 0px 20px 12px;
}

.management-grid-new .rule-box .row .imageBox {
  width: 150px;
  height: 200px;
  margin-top: 5px;
}

.management-grid-new .rule-box .row .imageBox img {
  max-width: 150px;
  height: 200px;
}

.management-grid-new hr {
  border: 0;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 33px;
}

.management-grid-new .contentBoxPadding {
  max-width: 70%;
}

.management-grid-new .rule-box a {
  text-decoration: underline;
}

.management-grid-new .rule-box a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

.management-grid-new .management-grid-content {
  font-size: 1rem;
}

.management-grid-new .management-grid-orgname {
  font-size: 0.88rem;
  color: #585858;
  margin-bottom: 0;
}

.management-grid-new hr {
  margin-bottom: 2%;
}

.management-grid-new .mobile-view {
  max-width: inherit;
}

.management-grid-new .contentBoxPadding.text-left-margin {
  max-width: 100%;
}

.management-grid-new {
  font-family: SlatePro-Bk;
}

.management-grid-staff {
  width: 100%;
  display: table;
}

.management-grid-staff :first-child {
  margin: 2px 0 0 2px;
  display: inline-table;
  font-size: 1.88rem;
  color: #003087;
}

.management-grid-new .contentBoxPadding1 {
  max-width: 97%;
}

.management-grid-bar {
  color: #585858;
  font-size: 1.88rem;
  margin-left: 0.2rem;
}

.management-grid-new .col-10{
  padding-left: 8px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .management-grid-new .rule-box .row {
    margin: 18px 0px 22px 20px;
  }
}

@media (max-width: 768px) {
  .management-grid-new .rule-box .row .imageBox {
    max-width: 77px;
    margin-top: 0;
  }

  .management-grid-orgname {
    margin-top: 1rem;
  }

  .management-grid-new .rule-box .row .contentBoxPadding1 {
    max-width: 96%;
  }
}

@media (min-width: 360px) and (max-width: 479px) {
  .management-grid-new .contentBoxPadding {
    max-width: 68%;
  }

  .management-grid-new .contentBoxPadding1 {
    max-width: 100%;
  }

  .management-grid-new .rule-box .row .text-left-margin {
    margin-left: 40px;
  }

  .management-grid-new .mobile-view {
    max-width: 100%;
  }

  .management-grid-new .rule-box .row .imageBox img {
    margin: 0 5.75rem 1rem;
  }

  .management-grid-new .rule-box .row .contentBoxPadding {
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .management-grid-new .row.no-gutters{
    width:100%;
  }

  .management-grid-staff :first-child {
    font-size: 1.575rem;
  }

  .management-grid-new .container {
    max-width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 359px) {

  .management-grid-new .rule-box .row .text-left-margin {
    margin-left: 0;
  }

  .management-grid-new .contentBoxPadding {
    max-width: 68%;
  }
}

/*for tablet viewport*/
@media (min-width: 481px) and (max-width: 768px) {
    .management-grid-new .rule-box .row .imageBox {
        width: 100%;
        max-width: unset;
    }

    .management-grid-new .rule-box .row .imageBox img {
        width: 100%;
    }
}

/* COLORS */
/* Carousel Component CSS */
.carousel .container {
  max-width: 970px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.carousel .carousel-indicators li {
  border-radius: 10px;
  border: 1px solid #ffffff;
  background-color: transparent;
  width: 10px;
  height: 10px;
}
.carousel .carousel-indicators .active {
  background-color: #ffffff;
}
.carousel a.carousel-control-prev,
.carousel a.carousel-control-next {
  font-size: 5em;
  opacity: 1;
  width: 10%;
  top: 15%;
  bottom: 15%;
}
.carousel a.carousel-control-prev:hover,
.carousel a.carousel-control-next:hover {
  opacity: 0.5;
}
@media screen and (max-width: 481px) {
  .carousel a.carousel-control-prev,
  .carousel a.carousel-control-next {
    font-size: 2.5em;
  }
}
.carousel video {
  width: 100%;
  vertical-align: middle;
}
#carouselExampleIndicators a:focus, #carouselExampleIndicators a:active{
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.carousel a.transcript {
  font-family: SlatePro-BK;
  font-size: 0.85rem;
  margin-left: 5px;
  text-decoration: underline;
}

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

/* COLORS */
/* Survey logout start */
#logoutsurvey {
  text-align: center;
}
#logoutsurvey .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 310px;
  min-height: 385px;
  margin: 100px auto 20px;
}
#logoutsurvey .modal-dialog .modal-header {
  border-bottom: 1px solid #b5b5b5;
  padding: 15px;
}
#logoutsurvey .modal-dialog .modal-header .modal-title {
  margin: 0px;
  color: #003087;
  font-size: 1.5em;
  line-height: 22px;
  font-family: 'SlatePro-Medium', sans-serif;
}
#logoutsurvey .modal-dialog .modal-header .close {
  opacity: 1;
  background: url("clientlib-base/resources/images/close-icon-white.png") no-repeat scroll 0% 0% transparent;
  height: 20px;
  width: 20px;
  outline: 0px;
  border: 0px;
  position: absolute;
  top: -20px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  #logoutsurvey .modal-dialog .modal-header .close {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #logoutsurvey .modal-dialog .modal-header {
    padding: 15px 28px;
  }
}
#logoutsurvey .modal-dialog .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  min-height: 385px;
}
#logoutsurvey .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #logoutsurvey .modal-dialog .modal-content .modal-body {
    padding: 15px 28px;
  }
}
@media screen and (max-width: 767px) {
  #logoutsurvey .modal-dialog .modal-content .modal-body .button-cta {
    padding: 8px 19px !important;
  }
}
#logoutsurvey .modal-dialog .modal-content .modal-body .button-cta {
  width: 100%;
}
#logoutsurvey .modal-dialog .modal-content .modal-body p {
  margin-bottom: 20px;
}
#logoutsurvey .modal-dialog .modal-content .modal-body p:last-child {
  margin-bottom: 0;
}
#logoutsurvey .modal-dialog .modal-content .modal-body a {
  font-size: 1em;
  color: #003087;
  font-family: 'SlatePro-Bk', sans-serif;
}
#logoutsurvey .modal-dialog .modal-content .modal-body p:nth-child(2) {
  font-weight: 700;
}
#logoutsurvey .modal-dialog .modal-content .modal-body #nothanks {
  margin-top: 18px;
}
.modal-backdrop.in {
  opacity: 0.4;
}
.modal-open {
  overflow: visible;
}
/* Survey logout Ends */

/* 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;
}
@media screen and (max-width: 992px) {
  .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 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: 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: 991px) {
  .homepagebannersection {
    margin-top: -24px;
  }
}

/* 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:focus {
  outline: 1px dashed #000000 !important;
  outline-offset: 2px;
}
.home-getaquote .select-wrapper {
  position: relative;
}
.home-getaquote .select-wrapper:after {
  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: #EC7E9C;
  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: 40px;
    margin-bottom: 12px;
  }
  .shadow-wrapper {
    margin: 0 auto 20px auto;
    width: 480px;
  }
}
@media screen and (max-width: 1025px) {
  .shadow-wrapper button {
    padding: 6px 30px 0px 30px;
    line-height: 1.75;
  }
  .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) {
  .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 .shadow-wrapper button {
  padding: 15px 45px 7px 45px;
}
.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;
  }
}
select#selectInsuraceType:focus{
    outline-offset: 2px;
    outline: 1px dashed #ffffff;
}
.input-wrapper #getaquote:focus{
    outline-offset: 2px;
    outline: 1px dashed #ffffff;
}
.home-getaquote .button-cta.button-cross-sell.home-startquote.whiteBorder:focus{
  outline-offset: 2px;
  outline: 1px dashed #ffffff!important;
}

.formhome_getquote {
  width: 15rem;
}


/* 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;
}
@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 */
.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 */
/*Flip animation*/
.product-grid-flip {
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
}
.product-grid {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /* content backface is visible so that static content still appears */
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  position: relative;
}
.product-grid .overlay .error-message {
  margin-bottom: 10px;
}
.product-grid .overlay .button-cross-sell {
  display: block;
  clear: both;
  font-size: 15.4px;
  padding: 4px 23px;
  margin: 15px 0px 20px 0px;
}
.product-grid .overlay .link a.button-secondary {
  width: auto;
  max-width: inherit;
  display: inline;
  padding: 5px 30px;
  font-family: 'SlatePro-Medium', sans-serif;
}
.product-grid .overlay h3 {
  font-size: 35px;
  color: #003087;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: 'SlatePro-Bk', sans-serif;
}
.product-grid .overlay li {
  display: block;
  padding-left: 5px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-grid .overlay li:before {
  content: "\f00c";
  padding-right: 8px;
  color: #003087;
  font-size: 15px;
  font: normal normal normal 14px/1 FontAwesome;
}
.product-grid-flip.flip .product-grid {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.product-grid .overlay .home-getaquote,
.product-grid .overlay {
  /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: visible;
}
.product-grid-flip .product-grid .product-grid-link a {
  font-family: 'SlatePro-Bk', sans-serif;
}
.product-grid .overlay .home-getaquote,
.flip .product-grid .overlay .home-getaquote {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}
.product-grid .overlay,
.flip .product-grid .overlay {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg) translateZ(1px);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
}
.product-grid .overlay .home-getaquote,
.flip .product-grid .overlay {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: visible;
}
.product-grid .home-getaquote {
  display: inline-block;
}
.overlay .product-grid .home-getaquote {
  display: none;
}
.product-grid-link1 a {
    color: #0073cf;
}
.product-grid-link1 a:hover {
    color: #003087;
}
.flip .product-grid .overlay .home-getaquote,
.product-grid .overlay {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  -webkit-animation: stayvisible 0.5s both;
  -moz-animation: stayvisible 0.5s both;
  -o-animation: stayvisible 0.5s both;
  -ms-animation: donothing 0.5s;
  -ms-transition: visibility 0s linear 0.17s;
  visibility: hidden;
}
@keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-moz-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-o-keyframes stayvisible {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
/*IE fix*/
.product-grid .overlay .home-getaquote {
  visibility: hidden;
}
.flip .product-grid .overlay .home-getaquote {
  visibility: visible;
}
/*
.home-getaquote select:focus {
	outline: black dashed 1px; 
	outline-offset: 1px;
}
*/
.product-grid {
  padding-bottom: 52px;
  width: 450px;
}
.product-grid p {
  margin-bottom: 0;
  line-height: 1.5;
}
.product-grid p:first-child {
  margin-bottom: 0px;
}
.product-grid .grid-section > a {
  box-shadow: 0px 3px 7.5px 0.5px rgba(0, 0, 0, 0.1);
  margin: 15px 13px 0px 0px;
  width: 30.8%;
  float: left;
  text-align: center;
  padding: 0px 8px 8px 8px;
  color: #003087;
}
.product-grid .grid-section > :nth-child(3n),
.grid-section > :nth-child(6n),
.grid-section > :nth-child(9n) {
  margin-right: 0;
}
.product-grid .grid-section img {
  width: 60px;
  height: 60px;
}
.product-grid .grid-section span {
  display: block;
  line-height: 16px;
}
.product-grid .overlay {
  background: #fff;
  width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 40px 0px 40px;
}
.product-grid .overlay .close {
  position: absolute;
  right: 19px;
  cursor: pointer;
  top: 19px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.product-grid .overlay .close:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}
.product-grid .overlay .close:before,
.product-grid .overlay .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 24px;
  width: 3px;
  background-color: #0073cf;
}
.product-grid .overlay .close:before {
  transform: rotate(45deg);
}
.product-grid .overlay .close:after {
  transform: rotate(-45deg);
}
.product-grid .overlay .close:hover:before,
.product-grid .overlay .close:hover:after {
  background-color: #003087;
}
.product-grid .overlay .heading {
  font-size: 35px;
  color: #003087;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 10px;
}
.product-grid .overlay p {
  font-size: 16px;
}
.product-grid .overlay ul {
  margin: 5px 0px 20px 0px;
}
.product-grid .overlay li {
  margin-bottom: 8px;
}
.product-grid .overlay li i {
  margin-right: 8px;
  color: #003087;
  font-size: 15px;
}
.product-grid .overlay .insurance-quote {
  font-size: 20px;
  font-family: 'SlatePro-Medium', sans-serif;
}
.product-grid .overlay .link a {
  font-family: 'SlatePro-Bk', sans-serif;
  text-decoration: underline;
}
.product-grid .overlay .link a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}
.overlay .home-getaquote input {
  width: 280px;
  margin-top: 7px;
}
.product-grid .overlay .link a.button-secondary:hover {
  color: #0073cf;
}
.productgrid .product-grid-flip .product-grid .product-grid-link .desktop {
    display: block;
}
.productgrid .product-grid-flip .product-grid .product-grid-link .mobile {
    display: none;
}
@media screen and (min-width: 768px) {
  .productgrid  .product-grid-flip.flip {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1025px) {
  .product-grid .overlay .button-cross-sell {
    padding: 7px 23px 0px 23px;
    line-height: 1.25;
  }
  .product-grid .overlay .link a.button-secondary {
    padding: 7px 30px 0px 30px;
    line-height: 1.2;
  }
  .product-grid p:first-child {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 992px) {
  .product-grid .overlay {
    width: 480px;
  }
  .product-grid {
    width: 480px !important;
  }
  .productgrid .product-grid-flip .product-grid .product-grid-link .desktop {
    display: none;
  }
  .productgrid .product-grid-flip .product-grid .product-grid-link .mobile {
    display: block;
  }
}
.product-grid .overlay .link p {
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .product-grid {
    padding-bottom: 52px;
  }
  .product-grid .grid-section > a {
    width: 46%;
  }
  .product-grid .grid-section > :nth-child(3n) {
    margin-right: 15px;
  }
  .product-grid .grid-section > a:nth-child(2n),
  .product-grid .grid-section > :nth-child(4n),
  .product-grid .grid-section > :nth-child(6n),
  .product-grid .grid-section > :nth-child(8n),
  .product-grid .grid-section > :nth-child(10n) {
    margin-right: 0;
  }
  .product-grid .overlay {
    padding: 30px 20px 30px 20px;
    width: 100%;
  }
  .product-grid .overlay .close {
    right: 4px;
    top: 6px;
  }
  .product-grid .overlay .heading {
    font-size: 25px;
  }
  .product-grid .overlay .button-cross-sell {
    width: auto;
  }
  .product-grid p:first-child {
    margin-bottom: 0;
  }
  .product-grid .overlay h3 {
    line-height: 35px;
    margin-top: 20px;
  }
}

.product-grid-link1 a:focus,
.product-grid-link1 a:active,
.product-grid-link a:focus,
.product-grid-link a:active,
.productgrid .product-grid-flip .grid-section a:focus{
  outline: 1px dashed #000000 !important;
  outline-offset: 1px;
}

.product-grid-link a,
.product-grid-link1 a {
  text-decoration: underline;
}

.flip_content {
  display: none;
}


/* COLORS */
@media screen and (min-width: 768px) {
  .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);
  }
  .feedback a:first-child {
    padding: 10px 12px 6px 12px;
    display: block;
    width: 160px;
    height: 45px;
  }
}
.feedback:hover,
.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;
}
.feedback a:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}


/* Contact Us Confirmation Message */
#confirmationmessage {
  margin-top: 119px;
}

#confirmationmessage .container {
  max-width: 940px !important;
}

#confirmationmessage .container .message-box {
  max-width: 940px;
  padding-top: 20px;
  background: rgba(20, 143, 239, 0.1);
  border: solid 1px #158fef;
}

#confirmationmessage .container .message-box .container {
  padding-right: 0px;
  padding-left: 0px;
}

#confirmationmessage .container .message-box .main-text {
  padding-left: 16px;
  padding-right: 0px;
}

#confirmationmessage .container .message-box .close-button button {
  border: none;
  background-color: Transparent;
  width: inherit;
  background-repeat:no-repeat;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}

#confirmationmessage .container .message-box .close-button .img-responsive {
  width: 50%;
}

#confirmationmessage .container .message-box .main-text h4 {
  font-family: SlatePro-Medium;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

#confirmationmessage .container .message-box .main-text p {
  font-family: 'SlatePro-Bk', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 13px;
}

#confirmationmessage .container .message-box .image-holder .img-responsive {
  padding-left: 10px;
  width: 63px;
  padding-left: 23px;
}

@media only screen and (max-width: 992px) and (min-width: 768px){
  #confirmationmessage {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 106px;
  }

  .confirmation-message .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .image-holder {
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .close-button .img-responsive {
    padding-left: 18px;
    width: 60px;
  }

  #confirmationmessage .container .message-box .main-text {
    padding-left: 22px;
  }

  #confirmationmessage .container .message-box .close-button button {
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .close-button {
    padding-left: 0px;
  }


  #confirmationmessage .container .message-box .close-button .img-responsive {
    padding-left: 0px;
    width: 21px !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px){
  #confirmationmessage {
    margin-left: 38px;
    margin-right: 38px;
    margin-top: 30px;
  }

  .confirmation-message .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .close-button {
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .image-holder {
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .image-holder .img-responsive {
    padding-left: 16px;
    width: 57px;
  }

  #confirmationmessage .container .message-box .main-text {
    padding-left: 35px !important;
  }

  #confirmationmessage .container .message-box .close-button .img-responsive {
    width: 19px !important;
  }
}

@media only screen and (max-width: 575px) and (min-width: 481px){
  .confirmation-message {
    margin-left: 31px;
    margin-right: 31px;
  }

  .confirmation-message .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .image-holder {
    padding-left: 0px;
    padding-right: 0px;
    width: inherit;
  }

  #confirmationmessage .container .message-box .image-holder .img-responsive {
    padding-left: 10px !important;
    width: 55px !important;
  }

  #confirmationmessage .container .message-box .main-text {
    width: 354px;
  }

  #confirmationmessage .container .message-box .close-button {
    width: 38px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button button {
    width: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button .img-responsive {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 416px){
  .confirmation-message {
    margin-left: 31px;
    margin-right: 31px;
  }

  .confirmation-message .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .image-holder {
    padding-left: 0px;
    padding-right: 0px;
    width: inherit;
  }

  #confirmationmessage .container .message-box .image-holder .img-responsive {
    padding-left: 10px !important;
    width: 55px !important;
  }

  #confirmationmessage .container .message-box .main-text {
    width: 289px;
  }

  #confirmationmessage .container .message-box .close-button {
    width: 38px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button button {
    width: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button .img-responsive {
    width: 49%;
  }
}

@media only screen and (max-width: 415px) and (min-width: 361px){
  .confirmation-message {
    margin-left: 31px;
    margin-right: 31px;
  }

  .confirmation-message .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .image-holder {
    padding-left: 0px;
    padding-right: 0px;
    width: inherit;
  }

  #confirmationmessage .container .message-box .image-holder .img-responsive {
    padding-left: 10px !important;
    width: 55px !important;
  }

  #confirmationmessage .container .message-box .main-text {
    width: 234px;
  }

  #confirmationmessage .container .message-box .close-button {
    width: 38px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button button {
    width: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button .img-responsive {
    width: 49%;
  }
}

@media only screen and (max-width: 360px) and (min-width: 319px){
  .confirmation-message {
    margin-left: 31px;
    margin-right: 31px;
  }

  .confirmation-message .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  #confirmationmessage .container .message-box .image-holder {
    padding-left: 0px;
    padding-right: 0px;
    width: inherit;
  }

  #confirmationmessage .container .message-box .image-holder .img-responsive {
    padding-left: 10px !important;
    width: 55px !important;
  }

  #confirmationmessage .container .message-box .main-text {
    width: 191px;
  }

  #confirmationmessage .container .message-box .close-button {
    width: 38px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button button {
    width: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }

  #confirmationmessage .container .message-box .close-button .img-responsive {
    width: 49%;
  }
}
/* Contact Us Confirmation Message End */
/* Contact Customer Service */
.container-fluid {
  width: 940px;
  display: flex;
  padding: 0px;
  margin-bottom: 40px;
}

.container-fluid .main-content {
  padding-left: 33px;
  padding-right: 0px;
}

.container-fluid .main-content .component-generic-text {
  border-bottom: 1px solid #b6b6b6;
  margin-top: 35px;
  padding-left: 0px;
}

.container-fluid .main-content .component-generic-text h4 {
  margin-bottom: 3px;
}

.container-fluid .main-content .container {
  padding-top: 24px;
  padding-left: 0px;
}

.contact-container .component-generic-text .heading-two {
  float: left !important;
  padding: 20px 0 0 0 !important;
  text-transform: capitalize !important;
}

.container-fluid .main-content .container .blu-btn-container .dark-font {
  font-family: SlatePro-Medium;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 12px;
}

.container-fluid .main-content .container .blu-btn-container .phone-num {
  font-family: SlatePro-Medium;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003087;
}

.container-fluid .main-content .container .blu-btn-container .btnBlue:not(:disabled):not(.disabled):active {
  background-image: linear-gradient(to bottom, #158fef 50%, #0073cf 50%);
}

.container-fluid .main-content .container .blu-btn-container .btnBlue:hover, .btnBlue:active, .btnBlue:focus {
  background-image: linear-gradient(to bottom, #1c82d2 50%, #0867b3 50%);
}

.container-fluid .main-content .container .blu-btn-container .buttonRed:not(:disabled):not(.disabled):active {
  background: linear-gradient(to bottom, #e01933 0%, #e01933 50%, #b30032 50%, #b30032 100%);
}

.container-fluid .main-content .container .blu-btn-container .buttonRed:hover, .buttonRed:active, .buttonRed:focus {
  background: linear-gradient(to bottom, #b31429 0%, #b31429 50%, #8f0028 50%, #8f0028 100%);
}

.container-fluid .main-content .container .blu-btn-container .text-link {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #cerulean;
}

.container-fluid .main-content .container .blu-btn-container .link-paragraph {
  margin-bottom: 3px;
}

.container-fluid .main-content .container .blu-btn-container .normal-font {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 2px;
}

.container-fluid .main-content .container .payment-div .dark-font {
  font-family: SlatePro-Medium;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 11px;
}

.container-fluid .main-content .container .payment-div .small-font-div .dark-font {
  margin-bottom: 4px;
}

.container-fluid .main-content .container .payment-div .phone-num {
  font-family: SlatePro-Medium;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003087;
}

a.phone-num:focus, a.phone-num-small:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

.container .payment-div .phone-num-small {
  font-family: SlatePro-Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003087;
}

.container-fluid .main-content .container .payment-div .normal-font {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 2px;
}

.payment-div .small-font-div {
  margin-top: -11px;
}

.zero-padding {
  padding: 0;
}

.zero-margin {
  margin: 0;
}

.btnBlue, .buttonRed{
  width:80%;
  margin-bottom: 15px;
}

.component-generic-text .row{margin:0;}
.heading-border-bottom{border-bottom:2px solid #e0e0eb; clear:both;}
.contact-container .component-generic-text .sub-heading{min-height:auto; line-height:1;}
.contact-container .component-generic-text .sub-heading-wraper {padding-bottom: 30px;}
.blue-btn-padding{padding-top: 5px; padding-bottom: 5px;}

.container-fluid .img-text-container{
  padding: 0px;
}

.commercial-tablet-view{
  display:none;
}

.buttonRed{
  background: linear-gradient(to bottom, #e01933 0%, #e01933 50%, #b30032 50%, #b30032 100%);
  padding-top: 10px !important;
  color: #fff !important;
  font-family: SlatePro-Medium;
  font-size: 18px !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 175px;
  height: 40px;
}

.btnBlue {
  padding-top: 10px;
  color: #fff !important;
  font-family: SlatePro-Medium;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 175px;
  height: 40px;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #158fef 50%, #0073cf 50%);
}

.btnBlue:focus, .buttonRed:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px;
}

.container-fluid .main-content .container .blu-btn-container .text-link:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}


@media only screen and (min-width: 993px){
  .buttonRed {padding: 2px 12px;}

  .container .img-text-container-tablet {
    display: none !important;
  }

  .container .main-content-tablet {
    display: none !important;
  }

  .container .img-text-container-mobile {
    display: none !important;
  }

  .container .main-content-mobile {
    display: none !important;
  }

}
@media only screen and (max-width: 991px) {
  .commercial-payment-div{display:none;}
  .commercial-tablet-view{display:block;margin-top:40px;}
  .btnBlue, .buttonRed{width:55%;}
  .contact-container .img-text-container{padding:0;}
  .contact-container .image-holder{padding:0;text-align: center;}
}

@media only screen and (max-width: 768px) and (min-width: 320px){
  .same-col-height white-bg, .contact-container .main-content {display:block;}
  .contact-container .heading-block{padding:15px;}
  .contact-container .image-holder{padding:0;text-align: center;}
  .contact-container .img-text-container .image-holder a{margin:0;}
  .contact-container .img-text-container{display: inline-block; margin:0; padding:0 !important;}
  .contact-container article{border:0;}
  .btnBlue, .buttonRed{width:80%; max-width:200px;}
  .payment-div, .commercial-tablet-view, .blu-btn-container{margin-bottom:20px;}
  .contact-container .main-content {padding-left:15px;padding-top: 0;}
  contact-container h4, .contact-container .phone-num {font-size: 20px;}
}

@media only screen and (min-width: 600px) and (max-width: 768px){
  .contact-container .img-text-container{width:10%;}
}

@media only screen and (min-width: 550px) and (max-width: 768px){
  .payment-div, .blu-btn-container{width:48%;}
}

@media only screen and (max-width: 992px) and (min-width: 768px){
  .container-fluid {
    width: 100%;
  }

  .container-fluid .img-text-container {
    display: none !important;
  }

  .container-fluid .main-content {
    display: none !important;
  }

  .container .img-text-container-mobile {
    display: none !important;
  }

  .container .main-content-mobile {
    display: none !important;
  }

  .container-fluid {
    margin-top: -38px;
  }

  .tablet-container {
    padding: 0px;
  }

  .container .main-content-tablet {
    padding-left: 55px;
    padding-right: 0px;
  }

  .container .main-content-tablet .component-generic-text {
    border-bottom: 1px solid #b6b6b6;
    margin-top: 35px;
    padding-left: 0px;
  }

  .container .main-content-tablet .component-generic-text h4 {
    margin-bottom: 3px;
  }

  .container .main-content-tablet .container {
    padding-top: 24px;
    padding-left: 0px;
  }

  .container .main-content-tablet .container .blu-btn-container .dark-font {
    font-family: SlatePro-Medium;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 12px;
  }

  .container .main-content-tablet .container .blu-btn-container .phone-num {
    font-family: SlatePro-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #003087;
  }

  .container .main-content-tablet .container .blu-btn-container .text-link {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: cerulean;
  }

  .container .main-content-tablet .container .blu-btn-container .link-paragraph {
    margin-bottom: 3px;
  }

  .container .main-content-tablet .container .blu-btn-container .normal-font {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
  }

  .main-content-tablet .payment-div {
    margin-top: 40px;
  }

  .container .main-content-tablet .container .payment-div .dark-font {
    font-family: SlatePro-Medium;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 2px;
  }

  .container .main-content-tablet .container .payment-div .phone-num {
    font-family: SlatePro-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #003087;
  }

  .container-fluid .main-content .container .payment-div .phone-num-small {
    font-family: SlatePro-Medium;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #003087;
  }

  .container .main-content-tablet .container .payment-div .normal-font {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
  }

  .container .img-text-container-tablet {
    padding: 0px;
  }

  .container .img-text-container-tablet .image-holder .img-responsive {
    width: 160% !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 576px){
  .container-fluid {
    width: 100%;
  }

  .container-fluid .img-text-container {
    display: none !important;
  }

  .container-fluid .main-content {
    display: none !important;
  }

  .container .img-text-container-tablet {
    display: none !important;
  }

  .container .main-content-tablet {
    display: none !important;
  }

  .container-fluid {
    margin-top: -30px;
  }

  .mobile-container {
    padding: 0px;
  }

  .container .main-content-mobile {
    padding-left: 25px;
    padding-right: 0px;
  }

  .container .main-content-mobile .component-generic-text {
    border-bottom: 1px solid #b6b6b6;
    margin-top: 35px;
    padding-left: 0px;
  }

  .container .main-content-mobile .component-generic-text h4 {
    margin-bottom: 3px;
  }

  .container .main-content-mobile .container {
    padding-top: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .container .main-content-mobile .container .blu-btn-container {
    width: 100%;
  }

  .container .main-content-mobile .container .blu-btn-container .dark-font {
    font-family: SlatePro-Medium;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 12px;
  }

  .container .main-content-mobile .container .blu-btn-container .phone-num {
    font-family: SlatePro-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0073cf;
  }

  .container .main-content-mobile .container .payment-div .phone-num-small {
    color: #0073cf;
  }

  .container .main-content-mobile .container .blu-btn-container .text-link {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: cerulean;
  }

  .container .main-content-mobile .container .blu-btn-container .link-paragraph {
    margin-bottom: 3px;
  }

  .container .main-content-mobile .container .blu-btn-container .normal-font {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
  }

  .main-content-mobile #payment-div {
    margin-top: 40px;
  }

  .container .main-content-mobile .container .payment-div .dark-font {
    font-family: SlatePro-Medium;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 4px;
  }

  .container .main-content-mobile .container .payment-div .phone-num {
    font-family: SlatePro-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0073cf;
  }

  .container .main-content-mobile .container .payment-div .normal-font {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
  }

  .container .img-text-container-mobile {
    padding: 0px;
  }

  .container .img-text-container-mobile .image-holder .img-responsive {
    width: 115% !important;
  }

  .payment-div .small-font-div {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 575px) and (min-width: 320px){
  .container-fluid {
    width: 100%;
  }

  .container-fluid .img-text-container {
    display: none !important;
  }

  .container-fluid .main-content {
    display: none !important;
  }

  .container .img-text-container-tablet {
    display: none !important;
  }

  .container .main-content-tablet {
    display: none !important;
  }

  .container-fluid {
    margin-top: -30px;
  }

  .mobile-container {
    padding: 0px;
  }

  .mobile-container .row {
    padding-left: 0px;
    margin-left: 24px;
    padding-right: 0px;
    margin-right: 35px;
  }

  .container .main-content-mobile {
    padding-left: 0px;
    padding-right: 0px;
    width: 76%;
  }

  .container .main-content-mobile .component-generic-text {
    padding-left: 0px;
    border-bottom: 1px solid #b6b6b6;
    margin-top: 35px;
  }

  .container .main-content-mobile .component-generic-text h4 {
    margin-bottom: 3px;
  }

  .container .main-content-mobile .container {
    padding-top: 24px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .container .main-content-mobile .container .blu-btn-container {
    width: 100%;
  }

  .container .main-content-mobile .container .blu-btn-container .dark-font {
    font-family: SlatePro-Medium;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 12px;
    margin-bottom: 12px;
  }

  .container .main-content-mobile .container .blu-btn-container .phone-num {
    font-family: SlatePro-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0073cf;
  }

  .container .main-content-mobile .container .blu-btn-container .text-link {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: cerulean;
  }

  .container .main-content-mobile .container .blu-btn-container .link-paragraph {
    margin-bottom: 3px;
  }

  .container .main-content-mobile .container .blu-btn-container .normal-font {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
  }

  .main-content-mobile #payment-div {
    margin-top: 40px;
  }

  .container .main-content-mobile .container .payment-div .dark-font {
    font-family: SlatePro-Medium;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 4px;
  }

  .container .main-content-mobile .container .payment-div .phone-num {
    font-family: SlatePro-Medium;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0073cf;
  }

  .container .main-content-mobile .container .payment-div .phone-num-small {
    color: #0073cf;
  }

  .container .main-content-mobile .container .payment-div .normal-font {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 2px;
  }

  .container .img-text-container-mobile {
    padding: 0px;
    width: 24%;
  }

  .container .img-text-container-mobile .image-holder .img-responsive {
    width: 100% !important;
  }

  .payment-div .small-font-div {
    margin-top: 0px !important;
  }
}
.component-generic-heading {
  font-size: 1.75rem;
}

.main-content .container .blu-btn-container .link-paragraph a,
.main-content .container .farmersblue-font{
  text-decoration:underline;
}


/* Contact Us Header */
#contactusheader {
  margin-top: 130px;
  margin-bottom: 8px;
}

#contactusheader .container {
  max-width: 940px;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}

#contactusheader .container .header {
  font-family: SlatePro-Bk !important;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #003087;
}

#contactusheader .container .paragraph p,
#contactusheader .container .paragraph h1 {
  font-family: 'SlatePro-Bk', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

@media only screen and (max-width:991px) and (min-width:569px)  {
  #contactusheader .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media only screen and (max-width:568px) and (min-width:480px)  {
  #contactusheader .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media only screen and (max-width:479px) and (min-width:415px) {
  #contactusheader .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media only screen and (max-width:414px) and (min-width:319px) {
  #contactusheader .container {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media only screen and (max-width:568px) and (min-width:319px)  {
  #contactusheader .container .header {
    padding: 0px;
  }

  #contactusheader .container .paragraph {
    padding: 0px;
  }
}
/* Contact Us Header Ends */




/* Help Footer */
#helpfooter {
  background-color: #f7f7f7;
}

#helpfooter .container  {
  max-width: 940px;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 90px;
}

#helpfooter .container .row .main-header h2 {
  font-family: SlatePro-Medium;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #003087;
  border-bottom: solid 1px #979797;
  margin-top: 44px;
  padding-bottom: 12px;
}

#helpfooter .container .row .left-column .sub-header h4 {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 2px;
  margin-bottom: 0px;
}

#helpfooter .container .row .left-column .row .second-column a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

#helpfooter .container .row .left-column .row .first-column a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

#helpfooter .container .row .left-column .sub-header a:focus {
  outline: 1px dashed #000000;
  outline-offset: 1px;
}

#helpfooter .container .row .left-column .sub-header a {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0073cf;
  text-decoration:underline;
}

#helpfooter .container .row .left-column .row .link-div {
  margin-bottom: 6px;
}

#helpfooter .container .row .left-column .row .first-column {
  margin-top: 39px;
}

#helpfooter .container .row .left-column .row .first-column a {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0073cf;
  text-decoration: underline;
}

#helpfooter .container .row .left-column .row .second-column {
  margin-top: 39px;
}

#helpfooter .container .row .left-column .row .second-column a {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0073cf;
  text-decoration: underline;
}

#helpfooter .container .row .right-column h2 {
  font-family: SlatePro-Medium;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #003087;
  margin-bottom: -14px;
}

#helpfooter .container .row .right-column p {
  font-family: SlatePro-Bk;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) and (min-width: 768px){
  #helpfooter .container  {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 320px){
  #helpfooter .container .row .right-column h2 {
    margin-top: 38px;
  }

  #helpfooter .container  {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 90px;
  }

  #helpfooter .container .row .main-header h2 {
    font-size: 25px;
  }
}

#helpfooter .container .row h3,
#helpfooter .container .row .right-column h3 {
  font-family: SlatePro-Medium;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 22px;
}
/* Help Footer Ends */



/* Feed back Button */
.globalFeedback {
  cursor: pointer;
  position: fixed;
  padding: 0px;
  right: -56px;
  top: 50%;
  margin-top: -19px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: right 300ms ease-in-out 0s;
  z-index: 1010;
}

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

.floatFeedback {
  /*top: 671px !important;*/
  /*position: absolute !important;*/
}

.globalFeedback .global_feedbackbutton .component-feedback-button-container {
  background: #0073CF;
}

.component-feedback-button-container .component-feedback-button {
  display: block;
  padding-right: 12px;
  padding-top: 14px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-decoration: none;
  width: 8rem;
  /*width: auto\9;
  height: auto\9;*/
  text-align: center;
  margin-top: 3px;
}

.component-feedback-button-container .component-feedback-button:hover {
  background: #003087;
}

.component-feedback-button-container .component-feedback-button .label {
  font-size: 100%;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  vertical-align: central;
  display: inline;
  white-space: nowrap;
  padding-top: 0px;
  padding-right: 0.6em;
  padding-bottom: 1.3em;
  padding-left: 0px;
  font-size: 16.6px;
  font-family: SlatePro-Medium;
  vertical-align: middle;
  margin-bottom: 4rem;
}

#globalFeedback .component-feedback-button-container .component-feedback-button {
  outline-offset: 5px;
  text-transform: UPPERCASE;
  padding-bottom: 14px;
  padding-top: 17px;
}

#globalFeedback .component-feedback-button-container img {
  margin-right: 15px;
  margin-top: -47px;
}

#mobileGlobalFeedback {
  display: none;
  background-color: #0073cf;
}

#mobileGlobalFeedback:hover {
  background: #003087;
}

#mobileGlobalFeedback a .container .row .col-xs-12 {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 13px;
}

#mobileGlobalFeedback a .container .row .col-xs-12 i {
  font-size: 20px;
}

#mobileGlobalFeedback a .container .row .col-xs-12 span {
  color: #ffffff;
  padding-right: 12px;
  text-transform: uppercase;
}

#mobileGlobalFeedback a .container .row .col-xs-12 img {
  margin-bottom: 8px;
}

@media only screen and (max-width:991px) and (min-width:569px)  {

}

@media only screen and (max-width:568px) and (min-width:480px)  {

}


@media only screen and (max-width:479px) and (min-width:415px) {

}

@media only screen and (max-width:414px) and (min-width:319px) {

}

@media only screen and (max-width:568px) and (min-width:319px)  {

}

@media only screen and (max-width:767px) {
  #globalFeedback {
    display: none;
  }

  #mobileGlobalFeedback {
    display: block;
  }
}
/* Feed back Button End */


.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;
}

@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;
  }
}

/* One time payment exit modal CSS */

.modal-open {
    padding-right: 0px !important;
}

.payments-container .modal-dialog {
    margin-top: 148px;
}

.payments-container .modal-dialog .modal-content {
    max-width: 480px;
    border-radius: 0.0;
}

.payments-container .modal-dialog .modal-content .modal-body {
    padding-top: 40px;
    padding-right: 45px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.payments-container .modal-dialog .modal-content .modal-body .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    top: 15px;
    opacity: 1;
    z-index: 1;
}

.payments-container .modal-dialog .modal-content .modal-body .close:focus {
    outline: 1px dashed #000000;
    outline-offset: 1px;
}

.payments-container .modal-dialog .modal-content .modal-body .close:before,
.payments-container .modal-dialog .modal-content .modal-body .close:after {
    position: absolute;
    left: 8px;
    top: 0;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #003087;
}

.payments-container .modal-dialog .modal-content .modal-body .close:before {
    transform: rotate(45deg);
}

.payments-container .modal-dialog .modal-content .modal-body .close:after {
    transform: rotate(-45deg);
}

.payments-container .modal-dialog .modal-content .modal-body .close:hover:before,
.payments-container .modal-dialog .modal-content .modal-body .close:hover:after {
    background-color: #0073cf;
}

.payments-container .modal-dialog .modal-content .modal-body h2 {
    padding-top: 3px;
    font-family: SlatePro-Medium;
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    color: #003087;
}

.payments-container .modal-dialog .modal-content .modal-body p {
    padding-top: 8px;
    margin-bottom: 26px;
    font-family: SlatePro-Bk;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
}

.payments-container .modal-dialog .modal-content .modal-body .btn-no {
    width: 190px;
    height: 42px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
    font-family: SlatePro-Medium;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #0073cf;
    margin-right: 8px;

}

.payments-container .modal-dialog .modal-content .modal-body .btn-no:focus {
    outline: 1px dashed #000000;
    outline-offset: 1px;
}

.payments-container .modal-dialog .modal-content .modal-body .btn-no:hover {
    background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 50%, #e7e7e7 50%, #e7e7e7 100%);
}

.payments-container .modal-dialog .modal-content .modal-body .btn-okay {
    margin-left: 108px;
}

.payments-container .modal-dialog .modal-content .modal-body .btn-yes {
    width: 190px;
    height: 40px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #158fef 0%, #158fef 50%, #0073cf 50%, #0073cf 100%);
    font-family: SlatePro-Medium;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.payments-container .modal-dialog .modal-content .modal-body .btn-yes:focus {
    outline: 1px dashed #000000;
    outline-offset: 1px;
}

.payments-container .modal-dialog .modal-content .modal-body .btn-yes:hover {
    background: linear-gradient(to bottom, #1c7cc8 0%, #1c7cc8 50%, #0062b0 50%, #0062b0 100%);
}

.paymentus .container {
    max-width: 970px;
    padding-left: 30px;
    padding-right: 30px;
}

.paymentus .iframe iframe {
    border: none;
    width: 100%;
    min-height: 571px;
}

.paymentus .exit-link {
    margin-top: 28px;
    margin-bottom: 58px;
}

.paymentus .exit-link a {
    font-family: SlatePro-Bk;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #2b71b8;
}

.paymentus .exit-link a:focus {
    outline: 1px dashed #000000;
    outline-offset: 1px;
}

.paymentus .exit-link a .arrow {
    color: #0073cf;
    font-weight: 700;
}

.modal-backdrop {
    background-color: #343a40 !important;
    opacity: 0.5 !important;
}

@media screen and (max-width: 500px) {
    .payments-container .modal-dialog .modal-content .modal-body .btn-no {
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 575px) {
    .payments-container .modal-dialog {
        margin-top: 94px;
        margin-right: 16px;
        margin-left: 16px;
    }

    .payments-container .modal-dialog .modal-content .modal-body {
        padding-left: 32px;
        padding-right: 32px;
    }

    .payments-container .modal-dialog .modal-content .modal-body .btn-no {
        width: 132px;
        margin-bottom: 0px;
    }

    .payments-container .modal-dialog .modal-content .modal-body .btn-yes {
        width: 132px;
    }
}

@media screen and (max-width: 372px) {
    .payments-container .modal-dialog .modal-content .modal-body .btn-no {
        width: 105px;
    }

    .payments-container .modal-dialog .modal-content .modal-body .btn-yes {
        width: 105px;
    }

    .payments-container .modal-dialog .modal-content .modal-body .btn-okay {
        margin-left: 27%;
    }
}

@media screen and (max-width: 992px) {
    .paymentus .container {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .paymentus .container {
        width: 100%;
        padding-right: 60px;
        padding-left: 60px;
    }

    .modal-backdrop {
        background-color: #343a40 !important;
        opacity: 0.5 !important;
    }
}

/* Claims ChatBot Button */
.claimschatbotbutton .button-cta.disabled button {
    cursor: default;
    background: #dddddd;
    height: 25px;
    width: 140px;
}
.claimschatbotbutton .button-cta.disabled button:hover {
    background: #dddddd;
}
.claimschatbotbutton form button {
    height: 28px;
    width: 132px;
    padding-top: 3px;
}
.claimschatbutton button.button-cta {
    cursor: default;
    background: #dddddd;
    height: 28px;
}
.claimschatbutton button.button-cta:hover {
    cursor: default;
    background: #dddddd;
    height: 28px;
}
@media screen and (max-width: 992px) {
    .claimschatbutton button.button-cta {
        display: block;
    }
    .claimschatbotbutton .button-cta.disabled button {
        height: 24px;
        width: 141px;
    }
}
claimschatbotbutton button:focus {
    outline: 1px dashed #000000;
    outline-offset: 2px;
}

@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-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-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');
}

@media only screen and (min-width: 1500px) {
  #farmers-home-page-template .homepagebannersection img {
    width: auto !important;
    margin-left: 5%;
  }
}
