.account-utility_wrapper {
  width: 940px;
  margin: auto;
  padding: 0px 0 70px 0;
}
@media (max-width: 1024px) {
  .account-utility_wrapper {
    width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .account-utility_wrapper {
    padding: 30px 0;
  }
}
.account-utility_wrapper .account-utility-title {
  color: #333333;
  margin: 0px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .account-utility_wrapper .account-utility-title {
    padding-bottom: 20px;
  }
}
.account-utility_wrapper .account-utility-linkswrapper {
  display: flex;
}
@media (max-width: 767px) {
  .account-utility_wrapper .account-utility-linkswrapper {
    display: grid;
  }
}
.account-utility_wrapper .account-utility-link {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .account-utility_wrapper .account-utility-link {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.account-utility_wrapper .account-utility-link:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .account-utility_wrapper .account-utility-link:last-child {
    margin-bottom: 0px;
  }
}

.agency-contact-form-wrapper {
  /*background: @greyscale-light-grey;*/
}
.agency-contact-form-wrapper .agency-contact-form-inner {
  margin: 0 20px;
  padding-bottom: 50px;
  padding-top: 30px;
}
.agency-contact-form-wrapper .agency-contact-form-inner h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.agency-contact-form-wrapper .agency-contact-form-inner form {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .agency-contact-form-wrapper .agency-contact-form-inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.agency-contact-form-wrapper textarea {
  height: 11.75em;
}
.agency-contact-form-wrapper .contact-form-column > div:last-of-type,
.agency-contact-form-wrapper input:last-of-type {
  margin-bottom: 0;
}
.agency-contact-form-wrapper div.form-group.eig-f-textarea {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .agency-contact-form-wrapper .agency-contact-form-inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .agency-contact-form-wrapper .agency-contact-form-inner h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .agency-contact-form-wrapper .agency-contact-form-inner {
    margin: 0 auto;
    max-width: 940px;
    padding: 70px 0;
  }
  .agency-contact-form-wrapper .contact-form-column {
    float: left;
    margin-right: 40px;
    width: 450px;
  }
  .agency-contact-form-wrapper .contact-form-column ~ .contact-form-column {
    margin-right: 0;
    /* only first column should have padding */
  }
  .agency-contact-form-wrapper input[type=submit] {
    margin-right: 0;
  }
}
.modal textarea {
  height: 11.75em;
}
.modal .close-icon-Success {
  top: 0px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .modal .close-icon-Success {
    top: 10px;
  }
}
.modal .agency-contact-form-inner p {
  margin: 30px 0;
}
.modal .agency-contact-form-inner .modal-header {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .modal .agency-contact-form-inner .modal-header {
    max-height: 70px;
    z-index: 0 !important;
  }
}
@media only screen and (max-width: 670px) {
  .modal .agency-contact-form-inner .modal-header {
    margin-bottom: 15px !important;
  }
}
.modal .agency-contact-form-inner .modal-description {
  font-size: 1em;
  line-height: 21px;
}
@media only screen and (max-width: 670px) {
  .modal .agency-contact-form-inner .modal-description {
    line-height: 18px;
  }
}
.modal .agency-contact-form-inner .agency-contact-form-submit {
  padding-top: 15px;
}
@media (min-width: 1025px) {
  .modal .agency-contact-form-inner .modal-body {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .modal .agency-contact-form-inner p {
    margin: 20px 0 30px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .modal .agency-contact-form-inner form {
    max-width: 690px !important;
  }
}
@media (min-width: 1025px) {
  .modal .contact-form-column {
    float: left;
    margin-right: 30px;
    width: 420px;
  }
  .modal .contact-form-column ~ .contact-form-column {
    margin-right: 0;
    /* only first column should have padding */
    margin-bottom: 40px;
  }
  .modal input[type=submit] {
    margin-right: 0;
  }
}

.agency-description {
  /*width: 539px;
    margin: 70px 0;*/
  width: 940px;
  margin: auto;
  padding: 70px 0;
}
.agency-description .agency-description-socialMediaWrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .agency-description .agency-description-socialMediaWrapper {
    display: block;
  }
}
.agency-description .agency-description-socialMediaWrapper h3 {
  margin: 0px;
}
.agency-description .agency-description-header {
  margin-bottom: 30px;
  margin-top: 0px;
}
.agency-description p + p {
  margin: 1em 0;
}
.agency-description h3.variant {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}
.agency-description .agency-language-list {
  list-style-type: none;
  display: block;
  padding-left: 0px;
  padding-top: 10px;
  margin: 0px;
}
.agency-description .description {
  line-height: 1.66667em;
}
.agency-description .description-toggle {
  font-weight: 700;
}
.agency-description .section-title {
  margin-bottom: 1.33333em;
  text-transform: uppercase;
}
.agency-description .social-links,
.agency-description .languages {
  margin-top: 2.7em;
}
.agency-description .social-icon {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
}
.agency-description .social-icon .social-link {
  display: block;
  height: 24px;
  width: 24px;
}
.agency-description .social-icon .social-link img {
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .agency-description {
    width: 100%;
    margin: 50px 0;
    padding: 0 40px;
  }
  .agency-description .agency-description-header {
    text-align: left;
  }
  .agency-description .description {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .agency-description {
    width: 100%;
    margin: 30px 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .agency-description .agency-description-header {
    margin-bottom: 20px;
  }
  .agency-description .section-title {
    margin-bottom: 0.625em;
  }
  .agency-description .social-links,
  .agency-description .languages {
    margin-top: 30px;
  }
}

.agency-get-quote_wrapper {
  width: 940px;
  margin: auto;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .agency-get-quote_wrapper {
    width: 100%;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .agency-get-quote_wrapper {
    padding: 30px 0;
  }
}
.agency-get-quote_wrapper .agency-get-quote-title {
  /*color: #333333;*/
  margin: 0px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .agency-get-quote_wrapper .agency-get-quote-title {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .agency-profile .right-sidebar {
    float: right;
    margin-top: -170px;
  }
}
@media screen and (max-width: 1024px) {
  .agency-profile .left-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .agency-profile .left-content {
    float: left;
    max-width: 40em;
  }
}
@media screen and (min-width: 1025px) {
  .agency-profile .row.right-sidebar,
  .agency-profile .row.left-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.baseball.baseball {
  background: #0079c1;
}
.baseball {
  background: #0079c1;
  color: #ffffff;
  padding: 1.33333em 1.33333em 3.33333em;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .baseball {
    padding: 2.66667em 2.66667em 3.33333em 0;
  }
}
@media only screen and (max-width: 767px) {
  .baseball {
    padding: 2.0em 30px 3.33333em 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .baseball {
    padding: 2em 2em 3.33333em;
    width: 21.33333em;
  }
}
.baseball > header {
  margin-bottom: 2em;
}
.baseball > header p {
  margin: 0.33333em 0;
}
.baseball .baseball-title {
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
  text-align: center;
}
.baseball .baseball-name {
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
.baseball .agent-photo {
  height: 8em;
  width: 8em;
  margin-bottom: 1.33333em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .baseball .agent-photo {
    float: none;
    margin: 1.33333em auto 1.33333em;
  }
}
.baseball .baseball-bio {
  padding: 0;
  font-size: 15px;
}
.baseball .baseball-bio:before {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 0.2em;
  margin: 0 auto 2em auto;
  width: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .baseball .baseball-bio {
    margin-left: 0;
    padding: 0 40px 2em 40px;
  }
  .baseball .baseball-bio:before {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 0.2em;
    margin: 0 auto 2em auto;
    width: 3em;
  }
}
.baseball .baseball-bio ul {
  margin: 0;
  padding: 0 0 0 1.66667em;
}
.contact-info.contact-info {
  background: #FFFFFF;
}
.agency-contact {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .agency-contact {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .agency-contact {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.agency-contact.agency-contact {
  background: #FFFFFF;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .agency-contact.agency-contact {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .agency-contact.agency-contact {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .agency-contact-data {
    width: 34.05%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .agency-contact-data {
    width: 40%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .agency-contact-data {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.agency-contact-data .contact-info-phone {
  color: #0079c1;
  font-style: normal;
}
.agency-contact-header {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .agency-contact-header {
    margin-left: 30px;
  }
}
.agency-contact-address {
  margin-top: 0px;
}
.contact-info {
  color: #222222;
  background: #FFFFFF;
  padding: 0;
  display: block;
}
.contact-info h3 {
  margin-bottom: 10px;
  text-transform: none;
}
.contact-info a {
  color: #0079c1;
  font-style: normal;
}
.contact-info section {
  margin-bottom: 20px;
  font-weight: 300;
}
@media only screen and (min-width: 1025px) {
  .agency-contact-map {
    width: 65.95%;
    float: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .agency-contact-map {
    width: 59%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .agency-contact-map {
    width: 100%;
  }
}
.agency-profile-form-content .indicates-required {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .agency-profile-form-content .indicates-required {
    padding-left: 50px;
  }
}
@media (min-width: 1025px) {
  .agency-profile-form-content .indicates-required {
    padding-left: 12px;
  }
}
.agency-profile-form-content .get-a-quote label.req:before {
  color: #CC0000;
}

.agency-hero {
  background: linear-gradient(to right, #2d2d2d, #002955);
  background-size: cover;
  margin: auto;
  color: #ffffff;
  padding: 110px 0 110px 0px;
  position: relative;
}
.agency-hero .container {
  padding: 0px;
}
@media (max-width: 1024px) {
  .agency-hero {
    width: 100%;
    padding: 70px 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .agency-hero {
    padding: 50px 0 ;
  }
  .agency-hero .agency-hero-container {
    padding: 0 20px;
  }
}
.agency-hero h1 {
  display: block;
  font-size: 4.26667em;
  font-weight: 300;
  margin-bottom: 1.56249em;
  margin: 0px;
}
@media (max-width: 767px) {
  .agency-hero h1 {
    margin-bottom: 0px;
    font-size: 3.2em;
  }
}
.agency-hero .agency-hero-return-icon {
  height: 0.5em;
  vertical-align: baseline;
}
.agency-hero .agency-hero-location {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin: 20px 0 10px 0;
}
.agency-hero .agency-hero-lines {
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.agency-hero .interactions {
  margin-top: 2.66667em;
}
@media (max-width: 1024px) {
  .agency-hero .interactions {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .agency-hero .interactions {
    margin-top: 28px;
  }
}
.agency-hero .interactions .disassociate-icon {
  display: inline-block;
  height: 0.8em;
  padding-right: 0.6em;
}
@media only screen and (min-width: 768px) {
  .agency-hero .interactions .interaction-associate,
  .agency-hero .interactions .interaction-disassociate {
    margin-right: 15px;
  }
}
.agency-hero .interactions .btn {
  margin-bottom: 0;
  width: 25.53%;
}
@media (max-width: 1024px) {
  .agency-hero .interactions .btn {
    width: 100%;
  }
}
.agency-hero .interactions .btn:first-child {
  padding-left: 25px;
  padding-right: 25px;
}
.agency-hero.is-associated .interaction-associate {
  display: none;
}
.agency-hero:not(.is-associated) .interaction-disassociate {
  display: none;
}

.basic-hero.discount-fact {
  height: auto;
}
@media (min-width: 1025px) {
  .basic-hero.discount-fact {
    min-height: 700px;
  }
}
.auto-fact.container {
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .auto-fact.container {
    margin: 0 !important;
  }
}
.auto-fact.container .pull-right-tab {
  float: right;
}
@media (max-width: 1024px) {
  .auto-fact.container .pull-right-tab {
    float: none;
    margin: 0 auto;
  }
}
.auto-fact.container .pull-left-tab {
  float: left;
}
@media (max-width: 1024px) {
  .auto-fact.container .pull-left-tab {
    float: none;
    margin: 0 auto;
  }
}
.auto-fact-container {
  width: 55%;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 30px 40px 30px;
  text-align: center;
  color: #222222;
}
.auto-fact-container a {
  color: #0079c1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .auto-fact-container {
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  .auto-fact-container {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .auto-fact-container {
    width: 100%;
    padding: 30px 45px;
  }
}
.auto-fact-container .sub-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .auto-fact-container .sub-title {
    font-size: 15px;
    line-height: 21px;
    /*padding: 0 36px;*/
  }
}
@media (max-width: 767px) {
  .auto-fact-container .sub-title {
    padding: 0;
  }
}
.auto-fact-container .figure {
  font-weight: 300;
  font-size: 120px;
  line-height: 144px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .auto-fact-container .figure {
    font-size: 120px;
    line-height: 144px;
  }
}
@media (max-width: 767px) {
  .auto-fact-container .figure {
    font-size: 90px;
    line-height: 108px;
  }
}
.auto-fact-container .figure-description {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  /*padding: 0 70px;*/
}
@media (max-width: 767px) {
  .auto-fact-container .figure-description {
    padding: 0;
  }
}
.auto-fact-container .description {
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  /*margin: 0 15px;*/
}
@media (max-width: 1024px) {
  .auto-fact-container .description {
    max-width: none;
  }
}
.auto-fact-container .disclaimer {
  font-weight: 300;
  font-size: 15px;
  color: #2d2d2d;
  line-height: 21px;
  margin-top: 2em;
}
.auto-fact-container hr {
  background: #747474;
  width: 49px;
  height: 3px;
}
.auto-fact-container .primary-ruler {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .auto-fact-container .primary-ruler {
    margin-top: 30px;
  }
}
.auto-fact-container .secondary-ruler {
  margin: 15px auto 25px;
}
@media (max-width: 1024px) {
  .auto-fact-container .secondary-ruler {
    margin: 20px auto 30px;
  }
}

.basic-hero {
  align-items: center;
  display: flex;
  height: calc(100vh - 70px);
  line-height: 1.6667;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.basic-hero .photo-fullbleed-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}
.basic-hero .container {
  margin: 0 auto;
  position: relative;
  top: -10%;
}
custom-modal:not(.wffmAgentLocatorModal) .basic-hero .container {
  margin-top: 75px;
  padding: 4em 0;
  position: relative;
  z-index: 100;
}
.basic-hero-title {
  margin-bottom: 50px;
}
.basic-hero-description {
  font-size: 24px;
  line-height: 34px;
}
.dark-background {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .basic-hero .container {
    padding: 0 44px;
  }
  .basic-hero-title {
    margin-bottom: 40px;
  }
  .basic-hero-description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .basic-hero .container {
    width: 100%;
    padding: 0 30px;
  }
  .basic-hero-description {
    font-size: 18px;
    line-height: 25px;
  }
  .basic-hero-title {
    margin-bottom: 30px;
  }
}

.carousel-intro {
  font-size: 0.93333em;
  line-height: 1.85714;
  padding: 2.14286em;
  text-align: center;
}
.carousel-intro .carousel-intro-headline {
  font-size: 1.42857em;
  font-weight: 300;
  margin: 0.75em 0;
}
.carousel-intro .carousel-intro-supertitle {
  color: #747474;
  font-size: 0.85714em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .carousel-intro {
    font-size: 1.2em;
  }
}
.eipl-carousel {
  overflow: hidden;
  position: relative;
}
.eipl-carousel.carousel-content-width {
  margin-left: auto;
  margin-right: auto;
  width: 1015px;
}
.eipl-carousel .carousel-item {
  height: 100%;
  top: 0;
  transition: transform 0.5s ease-out;
  width: 100%;
}
.eipl-carousel div.carousel-left,
.eipl-carousel div.carousel-right {
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .eipl-carousel div.carousel-left .carousel-bio-details,
  .eipl-carousel div.carousel-right .carousel-bio-details {
    opacity: 0;
  }
}
.eipl-carousel div.carousel-right {
  transform: translateX(100%);
  display: none;
}
.eipl-carousel div.carousel-left {
  transform: translateX(-100%);
  display: none;
}
.eipl-carousel[data-control-scheme=dots] .carousel-controls,
.eipl-carousel:not([data-control-scheme]) .carousel-controls {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.eipl-carousel[data-control-scheme=dots] .carousel-controls .carousel-control-item,
.eipl-carousel:not([data-control-scheme]) .carousel-controls .carousel-control-item {
  background: transparent;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  display: inline-block;
  font-size: 1px;
  height: 1.5rem;
  margin: 0 0.33333rem;
  padding: 0;
  text-indent: -9999px;
  vertical-align: text-bottom;
  width: 1.5rem;
}
.eipl-carousel[data-control-scheme=dots] .carousel-controls .carousel-control-item.carousel-current,
.eipl-carousel:not([data-control-scheme]) .carousel-controls .carousel-control-item.carousel-current {
  background: #0b7abf;
  border: none;
  display: block;
}
.eipl-carousel[data-control-scheme=dots] .carousel-controls .carousel-control-item:focus,
.eipl-carousel:not([data-control-scheme]) .carousel-controls .carousel-control-item:focus {
  box-shadow: 0 0 0.33333em 0 #0b7abf;
  outline: 0;
}
.eipl-carousel[data-control-scheme=arrows] .carousel-controls {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-item {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  border: none;
  height: 100%;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 3em;
}
.eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-item:focus {
  outline: none;
}
@media (min-width: 768px) {
  .eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-item {
    background-position-y: 55vw;
  }
}
@media (min-width: 1025px) {
  .eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-item {
    background-color: #fff;
    background-position-y: center;
    bottom: 0;
    max-height: 10000px;
  }
}
.eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-back {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2039%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%238e7043%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2219.5%2C39%2021%2C37.5%203%2C19.5%2021%2C1.5%2019.5%2C0%200%2C19.5%20%22%2F%3E%3C%2Fsvg%3E%0A%0A');
  left: 0;
}
.carousel-first.eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-back {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2039%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23D1D1D1%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2219.5%2C39%2021%2C37.5%203%2C19.5%2021%2C1.5%2019.5%2C0%200%2C19.5%20%22%2F%3E%3C%2Fsvg%3E%0A%0A');
  cursor: default;
}
.eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2039%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%09.st0%7Bfill%3A%238e7043%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%221.5%2C39%200%2C37.5%2018%2C19.5%200%2C1.5%201.5%2C0%2021%2C19.5%20%22%2F%3E%3C%2Fsvg%3E%0A%0A');
  right: 0;
}
.carousel-last.eipl-carousel[data-control-scheme=arrows] .carousel-controls .carousel-control-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2039%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%09.st0%7Bfill%3A%23D1D1D1%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%221.5%2C39%200%2C37.5%2018%2C19.5%200%2C1.5%201.5%2C0%2021%2C19.5%20%22%2F%3E%3C%2Fsvg%3E%0A%0A');
  cursor: default;
}
@media (min-width: 1025px) {
  .eipl-carousel[data-control-scheme=arrows] {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.eipl-carousel[data-control-scheme=arrows] .carousel-bio-photo {
  padding: 0 4.46154em;
}
.eipl-carousel .carousel-item-bio {
  display: flex;
  flex-direction: column-reverse;
  font-size: 0.86667em;
}
.eipl-carousel .carousel-item-bio .carousel-bio-details {
  opacity: 0.99;
  padding: 2.14286em;
  text-align: center;
  transition: opacity 0.5s ease-out;
}
.eipl-carousel .carousel-item-bio .carousel-bio-details .carousel-bio-name {
  font-size: 1.28571em;
  font-weight: 300;
  margin: 0;
}
.eipl-carousel .carousel-item-bio .carousel-bio-details .carousel-bio-dateline {
  margin: 0 0 1.42857em;
}
.eipl-carousel .carousel-item-bio .carousel-bio-details .carousel-bio-text {
  line-height: 1.85714;
}
@media (min-width: 1025px) {
  .eipl-carousel .carousel-item-bio .carousel-bio-details {
    background: #8e7043;
    color: #fff;
    flex-grow: 1;
  }
  .eipl-carousel .carousel-item-bio .carousel-bio-details .carousel-bio-name {
    font-size: 1.71429em;
  }
}
@media (max-width: 1024px) {
  .eipl-carousel .carousel-item-bio .carousel-bio-details:not(.no-background) {
    color: #fff;
  }
  .eipl-carousel .carousel-item-bio .carousel-bio-details.no-background {
    background: none!important;
  }
}
.eipl-carousel .carousel-item-bio .carousel-bio-photo {
  background: #e2e2e2 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2039%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%238e7043%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2219.5%2C39%2021%2C37.5%203%2C19.5%2021%2C1.5%2019.5%2C0%200%2C19.5%20%22%2F%3E%3C%2Fsvg%3E%0A%0A') no-repeat center center;
  background-size: 1%;
  /* I can't even really explain the need for the background image here, but... just trust me. */
  height: 100%;
  /*padding: 0 4.46154em;*/
  width: 100%;
}
@media (max-width: 1024px) {
  .eipl-carousel .carousel-item-bio .carousel-bio-photo img {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .eipl-carousel .carousel-item-bio .carousel-bio-photo {
    background: none;
    padding: 0;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .eipl-carousel .carousel-item-bio {
    flex-direction: row;
  }
}
.eipl-carousel .eig-readmore-button {
  display: none;
}
@media (max-width: 767px) {
  .eipl-carousel .carousel-item-bio .eig-readmore {
    position: relative;
    transition: 0.75s max-height linear, 0.2s padding-bottom linear;
  }
  .eipl-carousel .carousel-item-bio .eig-readmore.eig-readmore-collapsed {
    max-height: 15.33333em;
  }
  .eipl-carousel .carousel-item-bio .eig-readmore.eig-readmore-collapsed .eig-readmore-button:before {
    content: "read more";
  }
  .eipl-carousel .carousel-item-bio .eig-readmore.eig-readmore-expanded {
    max-height: 50em;
    padding-bottom: 6em;
  }
  .eipl-carousel .carousel-item-bio .eig-readmore.eig-readmore-expanded .eig-readmore-button:before {
    content: "read less";
  }
  .eipl-carousel .carousel-item-bio .eig-readmore-button {
    /* begin background gradient */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 67%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 67%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 67%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    /* end background gradient */
    border: none;
    bottom: 0;
    color: #0b7abf;
    display: block;
    font-weight: 700;
    left: 0;
    padding: 4.61538em 0 1.38462em;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
  }
  .eipl-carousel .carousel-item-bio .eig-readmore-button:focus {
    outline: none;
    text-shadow: 0 0 1.5em #6cc2f7;
  }
}
.carousel-homepage {
  margin: auto;
}
.carousel-homepage h2 {
  margin-bottom: 0.833333em;
  text-align: center;
}
.carousel-homepage .eipl-carousel {
  max-width: 48.266667em;
}
.carousel-homepage-wrapper {
  margin: 6.666667em 0;
}
@media (max-width: 1024px) {
  .carousel-homepage-wrapper {
    margin: 4.666667em 0;
  }
}
@media (max-width: 767px) {
  .carousel-homepage-wrapper {
    margin: 3.333333em 0;
  }
}
.eipl-carousel {
  /*&.eipl-carousel-outer-controls .eipl-controls {
        padding-top: 15px;
    }*/
}
.eipl-carousel .carousel-item-teaserWithIcon {
  padding-bottom: 5px;
  position: relative;
}
.eipl-carousel .carousel-item-teaserWithIcon .carousel-teaser-heading {
  margin-bottom: 1.111111em;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.eipl-carousel .carousel-item-teaserWithIcon .carousel-teaser-icon {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .eipl-carousel.eipl-carousel-outer-controls.enabled .eipl-carousel-content {
    margin-left: 1.333333em;
    margin-right: 1.333333em;
    text-align: center;
  }
  .eipl-carousel .carousel-item-teaserWithIcon .carousel-teaser-icon {
    margin-bottom: 1.333333em;
  }
  .eipl-carousel .carousel-item-teaserWithIcon .carousel-teaser-heading {
    margin-bottom: 1.428571em;
  }
  .image-slideshow-wrapper .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev,
  .image-slideshow-wrapper .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    top: 24%;
  }
  .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev,
  .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    top: 0.2em;
  }
  .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev {
    left: 15px;
  }
  .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    right: 15px;
  }
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev {
    left: 0px;
  }
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .eipl-carousel .carousel-item-teaserWithIcon .carousel-teaser-icon {
    left: 3.833333em;
    /* half of carousel-teaser-content's left margin */
    position: absolute;
    top: calc(50% + (2.111111em * 1.2 / 2));
    /* halfway down + half of heading size */
    transform: translate(-50%, -50%);
  }
  .eipl-carousel .carousel-item-teaserWithIcon .carousel-teaser-content {
    border-left: 2px solid #d1d1d1;
    margin: 0 0 0 7.666667em;
    padding: 0 1.333333em;
  }
  .image-slideshow-wrapper .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev,
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev,
  .image-slideshow-wrapper .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next,
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    top: calc(50% - ((50px + 200px * 1.2) / 2));
    /* halfway down - half of (dots height + heading size) */
  }
  .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev,
  .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    top: calc(50% - ((50px + 2.1111111em * 1.2) / 2));
    /* halfway down - half of (dots height + heading size) */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .image-slideshow-wrapper .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev,
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev {
    left: 50px;
  }
  .image-slideshow-wrapper .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next,
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    right: 50px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1025px) {
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-prev {
    left: 0px;
  }
  .image-gallery-carousel-container .eipl-carousel.eipl-carousel-outer-controls .eipl-controls .eipl-next {
    right: 0px;
  }
}

.content-block {
  /* horizontal line */
  /*tab & mobiles*/
  /*tab & mobiles*/
  /*only mobile*/
}
@media (min-width: 1025px) {
  .content-block {
    margin: auto;
  }
}
.content-block.content-block-full {
  background-size: cover;
  max-width: 100%;
}
.content-block .content-block-contents {
  margin: auto;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .content-block .content-block-contents {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .content-block .content-block-contents {
    max-width: 935px;
  }
}
.content-block.content-block-center {
  text-align: center;
}
.content-block.content-block-center li {
  list-style-position: inside;
}
.content-block hr {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-block .img-container {
  height: 300px;
  overflow: hidden;
}
.content-block .image-left {
  float: left !important;
  margin: 20px 20px 20px 0;
  width: 30%;
}
.content-block .image-right {
  float: right !important;
  margin: 20px 0 20px 20px;
  width: 30%;
  overflow: hidden;
}
.content-block .image-right img,
.content-block .image-left img {
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content-block .caption-title {
  font-weight: bold;
  padding-top: 10px;
}
.content-block .call-action a,
.content-block .call-action a:hover,
.content-block .call-action a:active {
  color: #007cc6;
}
.content-block .table {
  margin-bottom: 10px;
}
.content-block .table td {
  padding: 15px 7px !important;
}
@media (min-width: 768px) {
  .content-block .table tbody tr td:nth-child(3) {
    padding-left: 17px !important;
  }
}
.content-block .table-header-highlight {
  background-color: #e8f4f9;
}
@media (max-width: 767px) {
  .content-block .compare-table-wrapper {
    padding: 0 15px;
  }
}
.content-block .compare-table th,
.content-block .compare-table td {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
  border-bottom: 1px solid #d1d1d1;
}
.content-block .compare-table > caption + thead > tr:first-child > th,
.content-block .compare-table > colgroup + thead > tr:first-child > th,
.content-block .compare-table > thead:first-child > tr:first-child > th,
.content-block .compare-table > caption + thead > tr:first-child > td,
.content-block .compare-table > colgroup + thead > tr:first-child > td,
.content-block .compare-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
@media (max-width: 1024px) {
  .content-block .compare-table {
    text-align: center;
  }
  .content-block .compare-table tbody {
    width: 100%;
  }
  .content-block .compare-table td,
  .content-block .compare-table th {
    border-bottom: 0;
    display: inline-block;
  }
  .content-block .compare-table tr {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .content-block .compare-table tr:first-of-type td:not(:first-of-type) {
    display: none;
  }
  .content-block .compare-table td:first-of-type {
    flex-basis: 100%;
    font-size: 1.5em;
  }
  .content-block .compare-table td[data-th] {
    flex-grow: 1;
    flex-basis: 49%;
    padding-bottom: 60px;
  }
  .content-block .compare-table td[data-th]:before {
    content: attr(data-th);
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media (max-width: 670px) {
  .content-block .compare-table td:first-of-type {
    font-size: 1em;
  }
  .content-block .compare-table td[data-th] {
    flex-basis: 100%;
    font-size: 0.875em;
    padding-bottom: 15px;
    padding-left: 40% !important;
    text-align: left;
    width: 100% !important;
  }
  .content-block .compare-table td[data-th]:before {
    float: left;
    font-size: 0.875em;
    margin-bottom: 0;
    margin-left: -60%;
    width: 40%;
  }
}
.content-block h2.section-header {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .content-block h2.section-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .content-block h2.section-header {
    margin-bottom: 10px;
  }
}
.content-block p.section-header-description {
  margin-top: 0px !important;
}
@media only screen and (min-width: 768px) {
  .content-block p.section-header-description {
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
  }
  .content-block p.section-header-description.horizontalLine:after {
    background: #d1d1d1;
    bottom: 0;
    content: "";
    display: block;
    height: 0.08em;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1.5em;
  }
}
@media (min-width: 1025px) {
  .content-block p.section-header-description {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .content-block p.section-header-description {
    margin-top: 0px;
  }
}
.content-block.dark-background p.section-header-description:after {
  background: #fff;
}
.content-block .list-cities .listing-block {
  margin-bottom: 20px;
}
.content-block .list-agencies .agent-info {
  border-bottom: 1px solid #e2e2e2;
  break-inside: avoid;
  text-align: center;
}
.content-block .list-agencies .agent-info a {
  font-weight: 700;
}
.content-block .list-agencies .agent-info.agency-link {
  padding: 0 0 20px 0;
}
@media all and (-ms-high-contrast: none) {
  .content-block .list-agencies .agent-info:first-child .agent-photo {
    margin-top: 0;
    /* fix bug with IE display in large viewport */
  }
}
.content-block .locator-link {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .content-block .list-cities.columns {
    columns: 3;
  }
  .content-block .list-cities.columns.two {
    column-count: 2;
    max-width: 66.66667%;
  }
  .content-block .list-agencies.columns {
    columns: 3;
  }
  .content-block .list-agencies.columns.two {
    column-count: 2;
  }
  @supports (display: grid) {
    .content-block .list-agencies {
      columns: 1;
      display: grid;
      grid-gap: 20px 90px;
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .content-block .locator-link {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .content-block .image-left,
  .content-block .image-right {
    float: none;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
  }
}
.content-block .quote-container {
  border-top: 0.01em solid #d4d4d4;
  border-bottom: 0.01em solid #d4d4d4;
  border-left: none;
  padding: 2.125em 3.125em 1.125em 3.125em;
  margin: 2.500em 0 2.500em 0;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  color: #484949;
  line-height: 1.6;
}
.content-block .quote-container:before {
  content: "\201D";
  font-size: 3.667em;
  font-family: "Times New Roman";
  line-height: 0.333em;
  display: block;
  font-weight: 900;
  color: #cae7f4;
}
.content-block .quote-container cite {
  font-size: 18px;
  font-style: normal;
  color: #b9b9b9;
  padding: 0.313em;
}
.content-block .quote-source-name {
  font-weight: 600;
}
.content-block .quote-source {
  margin-top: 1.333em;
}
.content-block .import-content {
  padding: 1.33333em;
}
.content-block .import-content p {
  margin-bottom: 1.3333em;
}
.content-block .import-content dl {
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .content-block .import-content {
    padding: 0 0 0 5.33333em;
  }
}
.content-block .press-release-header {
  padding: 3em 2em 0em 2em;
}
@media (max-width: 1024px) {
  .content-block .quote-container {
    padding: 2.125em 0 1.125em 0;
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  .content-block .quote-container {
    padding: 2.250em 0 1.250em 0;
    line-height: 1.4;
    font-size: 2em;
  }
}
.content-block.dark-background a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.contentBlock-withBackgroundWrapper {
  background-size: cover;
  background-position-x: center;
}
.contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper {
  width: 940px;
  margin: auto;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper {
    width: 100%;
  }
}
.contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .section-header-description {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .section-header-description {
    padding-bottom: 0px;
  }
}
.contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .content-disclaimer-text {
  margin-top: 50px;
  font-size: 13.5px;
  font-style: italic;
  line-height: 16px;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .content-disclaimer-text {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .content-disclaimer-text {
    margin-top: 30px;
  }
}
.contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .content-button {
  text-align: center;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .content-button {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .content-button {
    padding-top: 50px;
  }
}
.contentBlock-withBackgroundWrapper .contentBlock-withBackground-contentWrapper .content-block-header {
  text-align: center;
  padding-bottom: 10px;
}
.contentBlock-withBackgroundWrapper .dark-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  margin: -100px 0;
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .contentBlock-withBackgroundWrapper .dark-overlay {
    margin-bottom: -70px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .contentBlock-withBackgroundWrapper .dark-overlay {
    margin-bottom: -50px;
    margin-top: -50px;
  }
}

.Employee-Bio_wrapper {
  width: 867px;
  margin: auto;
  padding: 70px 0px 70px 15px;
}
@media (max-width: 1024px) {
  .Employee-Bio_wrapper {
    width: 100%;
    padding: 70px 40px 70px 30px;
  }
}
@media (max-width: 767px) {
  .Employee-Bio_wrapper {
    padding: 40px 0 47px 0px;
  }
  .Employee-Bio_wrapper .Employee-Bio-description {
    padding: 0px 20px 0px 23px;
  }
}
.Employee-Bio_wrapper .Employee-Bio_Anchor_Wrapper {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .Employee-Bio_wrapper .Employee-Bio_Anchor_Wrapper {
    padding: 0 20px;
  }
}
.Employee-Bio_wrapper .Employee_Bio_Image {
  width: 37.1%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  float: left;
}
@media (max-width: 1024px) {
  .Employee-Bio_wrapper .Employee_Bio_Image {
    width: 46.1%;
  }
}
@media (max-width: 767px) {
  .Employee-Bio_wrapper .Employee_Bio_Image {
    margin-right: 0px;
    width: 100%;
  }
}

.factmodule-wrapper {
  margin: auto;
  width: 960px;
}
@media only screen and (max-width: 1024px) {
  .factmodule-wrapper {
    width: 100%;
  }
}
.factmodule-wrapper .section-description {
  font-size: 42px;
  font-weight: 300;
  line-height: 50px;
}
.factmodule-wrapper .factmodule-header {
  margin-left: 44px;
  margin-right: 44px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .factmodule-wrapper .factmodule-header {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .factmodule-wrapper .factmodule-header {
    margin-bottom: 0px;
    margin-top: 40px;
    margin-left: 36px;
    margin-right: 24px;
  }
}
.factmodule-wrapper .factmodule-header .factmodule-title {
  font-size: 20px;
  font-weight: 700;
}
.factmodule-wrapper .factmodule-header hr {
  width: 49px;
  border: 3px solid #767676;
  margin: 30px auto;
}
.factmodule-wrapper .factmodule-description {
  position: relative;
  text-align: center;
  clear: both;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .factmodule-wrapper .factmodule-description {
    top: -20px;
  }
}
.factmodule-wrapper .factmodule-citation {
  text-align: center;
  clear: both;
  margin-top: 40px;
  line-height: 1.4;
}
.factmodule-wrapper .factmodule-citation {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
}
.factmodule-wrapper .facts {
  text-align: center;
}
.factmodule-wrapper .facts.container {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .factmodule-wrapper .facts.container {
    margin: 20px auto;
  }
}
.factmodule-wrapper .facts .fact {
  color: white;
  text-align: center;
  vertical-align: top;
}
.factmodule-wrapper .facts .fact .fact-title {
  font-size: 14px;
  font-weight: 500;
}
.factmodule-wrapper .facts .fact .fact-percent {
  font-size: 70px;
  font-weight: 200;
  line-height: 84px;
}
.factmodule-wrapper .facts .fact .fact-text {
  font-size: 14px;
  font-weight: 500;
  padding: 0 25px;
}
@media only screen and (min-width: 1025px) {
  .factmodule-wrapper .facts .fact .fact-text {
    padding: 0 50px;
  }
}
.factmodule-wrapper .facts .fact .fact-unit {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.factmodule-wrapper .facts .circle {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a8cce+0,46596c+100 */
  background: #4a8cce;
  /* Old browsers */
  background: -moz-linear-gradient(225deg, #0079C1 0%, #0B486B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(225deg, #0079C1 0%, #0B486B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(225deg, #0079C1 0%, #0B486B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079C1', endColorstr='#0B486B', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  padding-top: 45px;
  height: 250px;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 250px;
  margin: 0;
  max-width: 250px;
}
@media only screen and (max-width: 1024px) {
  .factmodule-wrapper .facts .circle {
    padding-top: 10px;
  }
}
.factmodule-wrapper .facts .circle + .circle {
  margin-left: 35px;
}
.factmodule-wrapper .factmodule-content {
  clear: both;
  color: #747474;
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .factmodule-wrapper .facts .fact .fact-percent {
    font-size: 60px;
    line-height: 72px;
  }
  .factmodule-wrapper .facts .fact .fact-text {
    font-size: 12px;
    max-width: 150px;
    width: 150px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .factmodule-wrapper .facts .fact .fact-title {
    font-size: 12px;
  }
  .factmodule-wrapper .facts .circle {
    display: flex;
    justify-content: center;
    height: 210px;
    width: 210px;
    max-width: 210px;
    max-height: 210px;
  }
  .factmodule-wrapper .facts .circle + .circle {
    margin-left: 25px;
  }
  .factmodule-wrapper .factmodule-wrapper .facts {
    padding-top: 50px;
  }
  .factmodule-wrapper .factmodule-citation {
    margin-left: 36px;
    margin-right: 24px;
  }
}
@media only screen and (max-width: 670px) {
  .factmodule-wrapper .factmodule-header .factmodule-title {
    font-size: 11px;
  }
  .factmodule-wrapper .factmodule-citation {
    margin: 30px 36px auto 24px;
  }
  .factmodule-wrapper .facts {
    flex-direction: column;
  }
  .factmodule-wrapper .facts .fact .fact-title {
    font-weight: 300;
  }
  .factmodule-wrapper .facts .fact .fact-text {
    max-width: 150px;
    font-size: 11px;
    width: 150px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .factmodule-wrapper .facts .fact .fact-percent {
    font-size: 56px;
    line-height: 68px;
  }
  .factmodule-wrapper .facts .circle {
    display: flex;
    height: 201px;
    margin: 0 auto;
    width: 201px;
    justify-content: center;
    flex-basis: 201px;
  }
  .factmodule-wrapper .facts .circle + .circle {
    margin: 20px auto 0;
  }
}

.featurespotlight-wrapper p.section-header-description {
  padding-bottom: 20px;
}
.featurespotlight-wrapper .spotlightitems {
  margin-top: 40px;
  text-align: center;
}
.featurespotlight-wrapper .spotlightitems .row {
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.featurespotlight-wrapper .spotlightitems .spotlightitem {
  margin-top: 1em;
  padding-left: 30px;
  padding-right: 30px;
  color: #2D2D2D;
}
@media (max-width: 1024px) {
  .featurespotlight-wrapper .spotlightitems .spotlightitem {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .featurespotlight-wrapper .spotlightitems .spotlightitem {
    margin-top: 0;
  }
}
@media (max-width: 670px) {
  .featurespotlight-wrapper .spotlightitem-title {
    font-size: 18px;
  }
  .featurespotlight-wrapper .spotlightitem-description {
    padding: 0 15px;
  }
  .featurespotlight-wrapper .spotlightitems {
    margin-top: 0;
  }
  .featurespotlight-wrapper .spotlightitems .row {
    flex-direction: column;
  }
  .featurespotlight-wrapper .spotlightitem + .spotlightitem {
    margin-top: 20px;
  }
}
@media (min-width: 451px) and (max-width: 670px) {
  .featurespotlight-wrapper .spotlightitem {
    float: none;
    margin: 0 auto;
    width: 430px;
  }
}
.spotlightitem-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding: .66em;
}
.spotlightitem-description {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 1024px) {
  .spotlightitem-main-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .spotlightitem-main-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.basic-page-header-wrapper {
  position: relative;
}
.basic-page-header-wrapper .basic-page-header {
  background: #2d2d2d;
  color: #fff;
}
.basic-page-header-wrapper .basic-page-header a {
  color: inherit;
}
.basic-page-header-wrapper .basic-header-breadcrumb-container {
  position: absolute;
  top: 1.45em;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .basic-page-header-wrapper .basic-header-breadcrumb-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .basic-page-header-wrapper .basic-header-breadcrumb-container {
    left: 0;
  }
}
.basic-page-header-wrapper .basic-header-breadcrumb {
  display: inline-block;
  margin: auto;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .basic-page-header-wrapper .basic-header-breadcrumb {
    display: table;
    padding-right: 2em;
  }
}
.basic-page-header-wrapper header {
  padding: 0 35px;
}
@media (min-width: 768px) {
  .basic-page-header-wrapper header {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .basic-page-header-wrapper header {
    margin: auto;
    max-width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}
.basic-page-header-wrapper .basic-header-title {
  font-size: 30px;
  padding: 80px 0 40px;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .basic-page-header-wrapper .basic-header-title {
    font-size: 40px;
    padding: 110px 0;
    text-align: left;
  }
}
.basic-page-header-wrapper .basic-header-content {
  padding-left: 50px;
}
/* TEASER */
.basic-header-teaser-container {
  padding-top: 5.55em;
  line-height: 1.69em;
  font-size: 18px;
  max-width: 940px;
}
@media (max-width: 1024px) {
  .basic-header-teaser-container {
    padding-top: 3.9em;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .basic-header-teaser-container {
    padding-top: 2.24em;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.basic-header-teaser {
  border-bottom: 0.13333em solid #ccc;
  /* border thickness (2px) / font size (15px) */
  font-weight: 500;
  padding-bottom: 3.85em;
}
.basic-header-teaser p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .basic-header-teaser {
    padding-bottom: 2.2em;
  }
}
@media (max-width: 767px) {
  .basic-header-teaser {
    padding-bottom: 1.7em;
  }
}

.iframe-wrapper .container {
  max-width: 791px;
}
.iframe-wrapper iframe {
  border: none;
  width: 100%;
}

@media (max-width: 1024px) {
  .image-gallery-carousel-container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .image-gallery-carousel-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.image-gallery-carousel-container .image-gallery-header-wrapper {
  max-width: 950px;
  margin: auto;
}
@media (max-width: 1024px) {
  .image-gallery-carousel-container .image-gallery-header-wrapper {
    margin: 0 10%;
  }
}
@media (max-width: 767px) {
  .image-gallery-carousel-container .image-gallery-header-wrapper {
    padding: 0 20px;
  }
}
.image-gallery-carousel-container .image-gallery-header-wrapper .variant {
  margin-top: 0px;
}
.image-gallery-carousel-container .image-gallery-header-wrapper .section-header-description {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .image-gallery-carousel-container .image-gallery-header-wrapper .section-header-description {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .image-gallery-carousel-container .image-gallery-header-wrapper .section-header-description {
    padding-bottom: 0px;
  }
}
.image-gallery-carousel-container .image-gallery-header-wrapper .image-gallery-header-Content {
  display: inline-block;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .image-gallery-carousel-container .image-gallery-header-wrapper .image-gallery-header-Content {
    padding-bottom: 30px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .image-gallery-carousel-container .image-gallery-header-wrapper .image-gallery-header-Content {
    padding-bottom: 20px;
  }
}
.image-gallery-carousel-container .image-gallery-slideshow-content {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .image-gallery-carousel-container .image-gallery-slideshow-content {
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
  }
}
.image-gallery-carousel-container .image-gallery-slideshow-content h3 {
  padding-bottom: 10px;
  margin: 0px;
}
@media (max-width: 767px) {
  .image-gallery-carousel-container .image-gallery-slideshow-content h3 {
    line-height: 24px;
  }
}
.image-gallery-carousel-container .eipl-carousel {
  margin: auto;
}
@media (min-width: 1025px) {
  .image-gallery-carousel-container .eipl-carousel {
    max-width: 1100px;
  }
}
@media (max-width: 767px) {
  .image-gallery-carousel-container .eipl-carousel .eipl-carousel-content {
    margin: 0px !important;
  }
}
.image-gallery-carousel-container .eipl-carousel .eipl-carousel-content .image-gallery-image-container {
  margin: auto;
  text-align: center;
  max-width: 90%;
}
@media (max-width: 767px) {
  .image-gallery-carousel-container .eipl-carousel .eipl-carousel-content .image-gallery-image-container {
    max-width: 70%;
    padding-bottom: 1px;
  }
}
.image-gallery-carousel-container .eipl-carousel .eipl-carousel-content .image-gallery-image-container img {
  max-width: 100%;
}

.pull-quote {
  color: #fff;
  text-align: center;
}
.pull-quote .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pull-quote .container {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (max-width: 767px) {
  .pull-quote .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pull-quote a {
  color: white;
  text-decoration: underline;
}
.pull-quote a:hover,
.pull-quote a:active {
  text-decoration: underline;
}
.pull-quote .quote-header {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.pull-quote .quote-description {
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: center;
  padding-top: 10px;
}
.pull-quote blockquote {
  font-weight: 300;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: center;
  padding-top: 20px;
  border-left: none;
}
@media (min-width: 1025px) {
  .pull-quote blockquote {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .pull-quote blockquote {
    padding-bottom: 15px;
  }
}
.pull-quote blockquote strong {
  font-weight: 700;
}
.pull-quote .quote-author {
  font-size: 15px;
  font-style: italic;
}
@media (min-width: 1025px) {
  .pull-quote .quote-author {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .pull-quote .quote-author {
    margin-top: 30px;
  }
}
.pull-quote .quote-mark {
  height: 40px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pull-quote .quote-mark svg {
  max-height: 100%;
}
@media (min-width: 1025px) {
  .pull-quote .quote-mark {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pull-quote .quote-mark {
    margin-top: 40px;
  }
}
.pull-quote .quote-description span,
.pull-quote blockquote span {
  background-color: transparent !important;
  color: inherit !important;
}
@media (max-width: 767px) {
  .pull-quote {
    padding: 45px 0px;
  }
  .pull-quote .quote-header {
    font-size: 18px;
  }
  .pull-quote .quote-description {
    font-size: 18px;
    line-height: 24px;
  }
  .pull-quote blockquote {
    font-size: 24px;
    line-height: 32px;
    background-size: 38px 27px;
    padding-top: 20px;
  }
  .pull-quote .quote-mark {
    height: 40px;
  }
}

.related-module-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .related-module-container {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .related-module-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.related-module-container .section-header-description {
  color: #333333;
}
@media (max-width: 767px) {
  .related-module-container .section-header-description {
    margin: 0px !important;
    padding-bottom: 30px !important;
  }
}
.related-module-container .realted-item-row {
  display: inline-flex;
}
@media (max-width: 1024px) {
  .related-module-container .realted-item-row {
    display: inline-block;
    width: 100%;
  }
}
.related-module-container .realted-item-row :first-child {
  margin-left: 0px !important;
}
.related-module-container .realted-item-row :last-child {
  margin-right: 0px !important;
}
.related-module-container .realted-item-row .related-item-container {
  width: 300px;
  margin: 0px 10px 0px 10px;
  padding: 0px;
}
@media (max-width: 1024px) {
  .related-module-container .realted-item-row .related-item-container {
    width: 100%;
    display: flex;
    margin: 0px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .related-module-container .realted-item-row .related-item-container {
    display: inline-block;
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .related-module-container .realted-item-row .related-item-container .item-thumbnail-container {
    width: 210px;
    float: left;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .related-module-container .realted-item-row .related-item-container .item-thumbnail-container {
    width: 100%;
    padding-left: 0px;
  }
}
.related-module-container .realted-item-row .related-item-container .item-thumbnail-container img {
  width: 100%;
}
.related-module-container .realted-item-row .related-item-container .item-text-container {
  letter-spacing: 0;
  text-align: center;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .related-module-container .realted-item-row .related-item-container .item-text-container {
    display: inline;
    width: 63.5%;
    margin-left: 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .related-module-container .realted-item-row .related-item-container .item-text-container {
    display: inline-block;
    width: 100%;
    margin: 0px;
    text-align: center;
    padding-top: 10px;
  }
}
.related-module-container .realted-item-row .related-item-container .item-text-container .item-title {
  color: #0079c1;
  font-size: 15px;
  margin: 0px;
  padding: 20px 0px 15px 0px;
}
@media (max-width: 1024px) {
  .related-module-container .realted-item-row .related-item-container .item-text-container .item-title {
    padding: 0px 0px 10px 0px;
  }
}
.related-module-container .related-item-button {
  text-align: center;
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .related-module-container .related-item-button {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .related-module-container .related-item-button {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.stand-alone-button-panel {
  padding: 0 30px;
  padding-top: 0 !important;
}
@media (min-width: 1025px) {
  .stand-alone-button-panel {
    padding: 0;
  }
}
.stand-alone-button-panel .align-center-btn {
  text-align: center;
}

.accordion-toggle:focus {
  outline-offset: -4px !important;
}
.standard-accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
@media (max-width: 1024px) {
  .standard-accordion {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .standard-accordion {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.standard-accordion > .panel-group .panel-info > .panel-heading {
  border: 1px solid #d1d1d1;
}
@media (max-width: 1024px) {
  .standard-accordion > .panel-group .panel-info > .panel-heading {
    padding-left: 0;
  }
}
.standard-accordion > .panel-group .panel-info .panel-title {
  color: #0079c1;
}
.standard-accordion > .panel-group .panel-info .panel-title .accordion-toggle:not(.collapsed) {
  color: #222222;
}
.standard-accordion > .panel-group .panel-info .panel-title a.accordion-toggle {
  padding-top: 20px;
  text-decoration: none;
}
.standard-accordion > .panel-group .panel-info .panel-body {
  border: 1px solid #d1d1d1;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .standard-accordion > .panel-group .panel-info .panel-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.standard-accordion > .panel-group .panel-info .panel-body p:not(:first-child),
.standard-accordion > .panel-group .panel-info .panel-body ul:not(:first-child),
.standard-accordion > .panel-group .panel-info .panel-body ol:not(:first-child) {
  margin-top: 1.4em;
}
.standard-accordion > .panel-group .panel-info .panel-body p:not(:last-child),
.standard-accordion > .panel-group .panel-info .panel-body ul:not(:last-child),
.standard-accordion > .panel-group .panel-info .panel-body ol:not(:last-child) {
  margin-bottom: 1.4em;
}
.standard-accordion > .panel-group .panel-info .panel-body-sitemap {
  border: 1px solid #d1d1d1;
  font-size: 13px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .standard-accordion > .panel-group .panel-info .panel-body-sitemap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.standard-accordion > .panel-group .panel-info .panel-body-sitemap p:not(:first-child),
.standard-accordion > .panel-group .panel-info .panel-body-sitemap ul:not(:first-child),
.standard-accordion > .panel-group .panel-info .panel-body-sitemap li:not(:first-child),
.standard-accordion > .panel-group .panel-info .panel-body-sitemap ol:not(:first-child) {
  margin-top: 1.4em;
}
.standard-accordion > .panel-group .panel-info .panel-body-sitemap p:not(:last-child),
.standard-accordion > .panel-group .panel-info .panel-body-sitemap ul:not(:last-child),
.standard-accordion > .panel-group .panel-info .panel-body-sitemap li:not(:last-child),
.standard-accordion > .panel-group .panel-info .panel-body-sitemap ol:not(:last-child) {
  margin-bottom: 1.4em;
}
.standard-accordion > .panel-group .panel-info .panel-body-sitemap li {
  color: #0079c1;
}
.standard-accordion > .panel-group .panel + .panel {
  margin-top: 0;
}
.standard-accordion > .panel-group .panel + .panel .panel-heading {
  border-top: 0;
}
.accordion-title {
  padding-bottom: 45px;
  text-align: center;
}
@media (max-width: 1024px) {
  .accordion-title {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .accordion-title {
    padding-bottom: 25px;
  }
}

.video-outer-container.module.background-image {
  padding-bottom: 0;
  padding-top: 0;
}
.video-promo {
  width: 100%;
  height: 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  padding-bottom: 41.805556%;
  position: relative;
}
.video-promo .mask {
  background: rgba(20, 20, 20, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}
.video-promo .video-content {
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 100%;
}
.video-promo .description-title {
  padding: 0 25%;
  margin-top: 2em;
}
.video-promo .description-hero-title {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  margin-top: 50px;
  font-size: 24px;
  line-height: 34px;
}
.video-promo .video-promo-ruler {
  width: 100%;
  padding: 5px;
}
.video-promo .video-promo-ruler > hr {
  border-color: inherit;
  border-width: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
}
.video-promo .play-button {
  color: inherit;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 64px;
  text-transform: uppercase;
}
.video-promo .play-button:before {
  content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 64.3 64.3%22 x%3D%220px%22 y%3D%220px%22 xml%3Aspace%3D%22preserve%22%3E%3Cstyle type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3Cpath class%3D%22st0%22 d%3D%22M32.1%2C64.3C14.4%2C64.3%2C0%2C49.8%2C0%2C32.1S14.4%2C0%2C32.1%2C0s32.1%2C14.4%2C32.1%2C32.1S49.8%2C64.3%2C32.1%2C64.3z M32.1%2C4 C16.6%2C4%2C4%2C16.6%2C4%2C32.1s12.6%2C28.1%2C28.1%2C28.1s28.1-12.6%2C28.1-28.1S47.6%2C4%2C32.1%2C4z M35.1%2C23.9l-11.9-8.2v16.4l0%2C16.4l11.9-8.2L47%2C32.1 L35.1%2C23.9z%22%2F%3E%3C%2Fsvg%3E');
  display: inline-block;
  height: 3.333333rem;
  vertical-align: middle;
  width: 3.333333rem;
}
@media (min-width: 768px) {
  .video-promo .play-button:before {
    margin-right: 0.833333em;
  }
}
.video-promo .video-player-wrapper {
  background: #000;
  bottom: 1.333333em;
  display: none;
  left: 50%;
  position: absolute;
  top: 1.333333em;
  transform: translateX(-50%);
  width: calc(72.7229% - 7.413334em);
}
.video-promo .video-promo-video-panel {
  height: calc(100% - 5.133333em);
  left: 2.333333em;
  position: absolute;
  top: 2.333333em;
  width: calc(100% - 4.666667em);
}
.video-promo .video-player-accessibility-controls {
  position: absolute;
  right: 2.333333em;
  top: calc(100% - 2.8em);
}
.video-promo .video-player-accessibility-controls .descriptive-audio:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='1' fill='%23ffffff' fill-rule='evenodd'%3E%3Cpath d='M2.66513912,2.17419244 L4.18473598,2.17419244 L4.90946679,6.6862262 L3.6937893,6.6862262 L3.57689723,5.72771126 L1.84689465,5.72771126 L1.30919114,6.6862262 L0,6.6862262 L2.66513912,2.17419244 Z M3.24959945,3.13270738 L2.31446292,4.83933155 L3.43662676,4.83933155 L3.24959945,3.13270738 Z M5.19000775,2.19757085 C6.10955868,2.19757085 6.88104631,2.19757085 7.50447067,2.19757085 C8.11230942,2.19757085 10.0527177,2.46377427 10.0527177,4.3951417 C10.0527177,6.32650913 8.27595831,6.70984687 7.50447067,6.70984687 C6.91221753,6.70984687 6.14072989,6.70984687 5.19000775,6.70984687 L5.19000775,2.19757085 Z M6.73298303,3.27297786 L6.73298303,5.58755885 L7.59798432,5.58755885 C8.19023746,5.44425691 8.48636403,5.03899173 8.48636403,4.37176329 C8.48636403,3.70453485 8.19023746,3.33827304 7.59798432,3.27297786 L6.73298303,3.27297786 Z M8.7902834,1.07540701 C9.88906883,1.07540701 12.390559,1.84689465 12.390559,4.20811439 C12.390559,6.56933414 10.581508,7.80839004 8.7902834,7.80839004 C10.0293393,7.31744336 11.1748816,6.02946265 11.1748816,4.32500646 C11.1748816,2.62055027 9.79555517,1.49621845 8.7902834,1.07540701 Z M10.1462314,0 C11.0346111,0 14.2842105,1.2390559 14.2842105,4.44189853 C14.2842105,7.64474115 10.9878543,8.88379705 10.1462314,8.88379705 C10.7306917,8.76690499 13.2088035,6.96676716 13.2088035,4.44189853 C13.2088035,1.91702989 11.3619089,0.467568266 10.1462314,0 Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  height: 1em;
  /* needed for IE11 */
  vertical-align: text-bottom;
  width: 1.7em;
}
.video-promo .video-player-accessibility-controls .descriptive-audio[aria-pressed=true] {
  border-bottom: 1px solid #cc0000;
}
.video-promo .video-player-accessibility-controls .transcript-link {
  color: inherit;
  font-size: 0.6em;
  margin-right: 1.333333em;
  text-transform: uppercase;
}
.video-promo .close-icon-control {
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 viewBox%3D%220 0 230.89 230.89%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3B%7D.cls-1%7Bclip-rule%3Aevenodd%3B%7D.cls-3%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-4%7Bclip-path%3Aurl(%23clip-path-2)%3B%7D.cls-5%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3CclipPath id%3D%22clip-path%22 transform%3D%22translate(-83.55 -33.24)%22%3E%3Cpath class%3D%22cls-1%22 d%3D%22M265.48%2C205.44L210.83%2C147.6l56.47-56q5.46-5.6%2C0-11.19t-10.93%2C0l-58.29%2C57.84L143.43%2C80.44q-5.46-5.6-10.93%2C0t0%2C11.19l54.65%2C57.84-56.47%2C56q-5.46%2C5.6%2C0%2C11.19t10.93%2C0l56.47-56%2C54.65%2C57.84a11%2C11%2C0%2C0%2C0%2C12.75-1.87Q270.95%2C211%2C265.48%2C205.44Z%22%2F%3E%3C%2FclipPath%3E%3CclipPath id%3D%22clip-path-2%22 transform%3D%22translate(-83.55 -33.24)%22%3E%3Crect class%3D%22cls-2%22 x%3D%22-10031.27%22 y%3D%22-4762.2%22 width%3D%2212787.82%22 height%3D%229848.4%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Ex%3C%2Ftitle%3E%3Cg class%3D%22cls-3%22%3E%3Cg class%3D%22cls-4%22%3E%3Crect class%3D%22cls-5%22 width%3D%22230.89%22 height%3D%22230.89%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
  border: none;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
}
.video-promo .video-promo-video {
  height: 100%;
  width: 100%;
}
.video-promo iframe:focus {
  outline: 2px solid #0079c1;
}
@media (max-width: 1024px) {
  .video-promo {
    padding-bottom: 78.125%;
  }
  .video-promo .description-title {
    padding: 0 3em;
  }
  .video-promo .description-hero-title {
    width: 680px;
  }
  .video-promo .video-player-wrapper {
    height: 0;
    left: 0;
    padding-bottom: calc(56.25% + 2.666667em);
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
  }
  .video-promo .play-button {
    margin-top: 63px;
  }
}
@media (max-width: 767px) {
  .video-promo {
    padding-bottom: 115%;
  }
  .video-promo .description-title {
    display: none;
    margin-top: 2.222222em;
  }
  .video-promo .description-hero-title {
    display: none;
  }
  .video-promo .video-player-header {
    margin: 0 1em 0 1em;
  }
  .video-promo .play-button {
    margin-top: 2.666667em;
  }
  .video-promo .play-button span {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}
/* -------------------------------------------------------- */
/* #NOTES                                                   */
/* -------------------------------------------------------- */
/*
[1] The video player module is supposed to maintain a static aspect ratio
    (2.39:1 at large viewport). The actual video however needs to maintain
    an aspect ratio of 16:9, plus non-scaling padding around it (the black
    frame). CSS does not handle any of this well, the result of which is 
    the gnarly calc declarations in this module.

    * For the container (video-promo) to keep its aspect ratio we set the
        height to zero and declare the bottom padding as a percentage in the
        correct ratio (percent paddings are always based on width). All of
        its children will need to be absolutely positioned.

    * For the video-player-wrapper we use the top and bottom properties to
        set the spacing between it and the top and bottom edges of the
        module; this determines its height, and its width needs to be in
        ratio to that, but there's no way to calculate it directly from the
        height. Instead you have to calculate it in relation to the container
        width as a function of the height. Which leads to this:

        (vw_w / vw_h) * ((vp_w / vp_h) - (vw_t + vw_b)) - vw_l - vw_r

        I will give $10 to anyone who can find a simpler way to do this that
        properly maintains the aspect ratios and padding (mcs).

    * For the video itself (video-promo-video-panel) the dimensions are
        just 100% - the appropriate padding.

[2] On medium and small viewports, the strategy changes: the video wrapper
    is as wide as video-promo and its height needs to be set off the width
    instead of the other way around. We can reuse the strategy we used to
    size video-promo, but we need to account for the space around the
    actual video. The width becomes just 100%, but the height (set by the
    bottom padding) is calculated as follows:

        (vw_h / vw_w) + vw_t + vw_b
*/

.blog-layout {
  /* -------------------------------------------------------------- */
  /* #ARTICLE COMPONENTS                                            */
  /* -------------------------------------------------------------- */
  /* CONTENT BLOCK */
  /* FULL BLEED IMAGE */
  /* PULL QUOTE */
  /* PHOTO FIGURE */
  /* VIDEO PROMO */
  /* TWO-PANE CONTAINER*/
}
.blog-layout .blog-article {
  width: 940px;
  margin: auto;
}
@media (max-width: 1024px) {
  .blog-layout .blog-article {
    width: 100%;
  }
}
.blog-layout .blog-article .content-block {
  padding: 0px;
}
.blog-layout .blog-article .content-block h1,
.blog-layout .blog-article .content-block h2,
.blog-layout .blog-article .content-block h3,
.blog-layout .blog-article .content-block h4,
.blog-layout .blog-article .content-block h5 {
  margin: 21px 0;
}
.blog-layout .blog-article .content-block h1 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .blog-layout .blog-article .content-block h1 {
    font-size: 2.4rem;
  }
}
.blog-layout .blog-article .content-block h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-layout .blog-article .content-block h3 {
  font-size: 1.067rem;
  /* 16px */
  font-weight: 700;
}
.blog-layout .blog-article .content-block h4 {
  font-size: 1.067rem;
  /* 16px */
  font-weight: 500;
}
.blog-layout .blog-article .content-block h5 {
  font-size: 1rem;
  /* 15px */
  font-weight: 500;
}
.blog-layout .blog-article .content-block p {
  margin: 21px 0;
}
.blog-layout .blog-article .content-block :first-child {
  margin-top: 0px;
}
.blog-layout .blog-article .content-block :last-child {
  margin-bottom: 0px;
}
.blog-layout .blog-article .content-block-contents {
  padding: 0;
}
@media (max-width: 767px) {
  .blog-layout .blog-article .content-block-contents {
    margin: 0;
  }
}
.blog-layout .blog-article-header {
  padding: 5px 0 50px 0px;
}
@media (max-width: 1024px) {
  .blog-layout .blog-article-header {
    padding: 10px 50px 40px;
  }
}
@media (max-width: 767px) {
  .blog-layout .blog-article-header {
    margin-left: 2em;
    margin-right: 2em;
    padding: 0px 0px 30px;
  }
}
.blog-layout .blog-article-header p {
  margin: 0px;
}
.blog-layout .blog-article-header h1 {
  margin: 0px;
  padding-bottom: 23px;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .blog-layout .blog-article-header h1 {
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
}
.blog-layout .blog-article-header .blog-category-list {
  margin: 0;
  padding: 0;
}
.blog-layout .blog-article-header .blog-category-list li {
  display: inline-block;
  list-style: none;
}
@media (min-width: 671px) {
  .blog-layout .blog-article-header .blog-byline {
    float: left;
  }
}
@media (max-width: 1024px) {
  .blog-layout .blog-article-header .blog-byline {
    width: auto;
  }
}
@media (max-width: 767px) {
  .blog-layout .blog-article-header .blog-byline {
    margin-bottom: 20px;
  }
}
@media (min-width: 671px) {
  .blog-layout .blog-article-header .blog-social {
    clear: none !important;
    float: right;
  }
}
.blog-layout .article-video-sizing {
  margin: 0 auto;
  max-width: 100%;
  width: 73.33333em;
}
@media only screen and (max-width: 73.33333em) {
  .blog-layout .article-video-sizing {
    width: 100%;
  }
}
.blog-layout .article-video-main-shim {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.blog-layout .article-video-main-shim iframe {
  border: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.blog-layout .blog-article-image,
.blog-layout .blog-article-image > img {
  border: 0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 73.33333em) {
  .blog-layout .blog-article-image,
  .blog-layout .blog-article-image > img {
    margin: 0 auto;
    max-width: 100%;
    width: 73.33333em;
  }
}
.blog-layout .blog-article-schema {
  display: none;
}
.blog-layout .blog-article-body {
  margin: 50px auto;
}
@media (max-width: 1024px) {
  .blog-layout .blog-article-body {
    margin: 40px 70px 40px 80px;
  }
}
@media (max-width: 767px) {
  .blog-layout .blog-article-body {
    margin: 30px;
  }
}
.blog-layout .blog-article-body .blog-article-tags {
  width: 620px;
  margin: 50px auto;
}
@media (max-width: 1024px) {
  .blog-layout .blog-article-body .blog-article-tags {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .blog-layout .blog-article-body .blog-article-tags {
    margin: 30px 0px;
  }
}
.blog-layout .blog-article-body .blog-article-tags .blod-article-category-tag {
  text-transform: uppercase;
}
.blog-layout .blog-article-body .video-outer-container:first-child {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .blog-layout .blog-article-body .video-outer-container:first-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .blog-layout .blog-article-body .video-outer-container:first-child {
    margin-bottom: 100px;
  }
}
.blog-layout .blog-social .at-icon-wrapper {
  padding: 0;
}
.blog-layout .blog-social .at-icon-more {
  fill: #9f9c9c;
}
.blog-layout .blog-social .at-resp-share-element {
  float: left;
}
.blog-layout .blog-social svg {
  height: 24px !important;
  fill: #9f9c9c !important;
  width: 24px !important;
}
@media (max-width: 670px) {
  .blog-layout .blog-social {
    margin: 2em 0 0 0;
  }
  .blog-layout .blog-social .button:first-of-type {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
.blog-layout .page > .blog-social {
  margin: 0 2em;
}
.blog-layout .page > .blog-social .at-icon-facebook {
  fill: #3b5a9b !important;
}
.blog-layout .page > .blog-social .at-icon-twitter {
  fill: #25aae1 !important;
}
.blog-layout .page > .blog-social .at-icon-linkedin {
  fill: #2085c7 !important;
}
.blog-layout .page > .blog-social .at-icon-pinterest_share {
  fill: #c92228 !important;
}
.blog-layout .page > .blog-social .at-icon-google_plusone_share {
  fill: #d34836 !important;
}
.blog-layout .page > .blog-social .at-icon-more {
  fill: #c9242b;
}
@media (min-width: 768px) {
  .blog-layout .page > .blog-social {
    margin-left: 16.6667%;
    width: 64.58333%;
  }
}
@media (min-width: 960px) {
  .blog-layout .page > .blog-social {
    margin: 2em auto;
    max-width: 43.6em;
  }
}
.blog-layout .blog-social-media-icons-container {
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 70px;
  max-width: 620px;
}
.blog-layout .blog-social-media-icons-container .clr {
  clear: both;
  font-size: 0;
}
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons {
  list-style-type: none;
  float: left;
  padding: 0;
}
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons li {
  float: left;
}
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons li img {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  /*box-shadow:1px 1px 1px #E2E2E2;*/
}
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons li img:hover,
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons li a:focus img {
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons li img:active,
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons li a:active img {
  transform: scale(1.25);
}
.blog-layout .blog-social-media-icons-container ul.blog-social-media-icons li + li {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .blog-layout .blog-social-media-icons-container {
    margin: 50px 80px;
  }
}
@media (max-width: 767px) {
  .blog-layout .blog-social-media-icons-container {
    margin: 30px 30px;
  }
}
@media (min-width: 768px) {
  .blog-layout .blog-article .blog-social-media-icons-container ul.blog-social-media-icons {
    float: right;
  }
}
.blog-layout .blog-article .blog-social-media-icons-container {
  max-width: 100%;
  margin: 0;
}
.blog-layout .content-block {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-layout .content-block {
    width: 620px;
  }
}
.blog-layout .fullbleed-background {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .blog-layout .pullquote {
    clear: right;
    float: right;
    margin: 0 0 1.3333em 5.3333em;
    width: 25.5319%;
  }
}
.blog-layout .pullquote blockquote {
  border: none;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
.blog-layout .pullquote blockquote:before {
  color: #d14c12;
  content: "\201c";
  display: block;
  float: left;
  font-size: 2em;
  margin: -0.25em 0 0 -0.5em;
}
.blog-layout .pullquote blockquote :last-child:after {
  content: "\201d";
}
.blog-layout .pullquote .pullquote-attribution {
  display: block;
  font-weight: 700;
}
.blog-layout .pullquote .pullquote-attribution-details {
  font-size: 0.66667em;
}
.blog-layout .photofigure {
  clear: right;
  font-style: italic;
  margin: 0 0 2.1em 0;
}
.blog-layout .photofigure img {
  margin-bottom: 0.666667em;
  max-width: 100%;
}
.blog-layout .photofigure.photofigure-aside {
  align-items: center;
  display: flex;
}
.blog-layout .photofigure.photofigure-aside img {
  float: left;
  margin-right: 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .blog-layout .photofigure.photofigure-aside {
    display: block;
    float: right;
    margin-left: 40px;
    margin-right: 53px;
    width: 215px;
  }
  .blog-layout .photofigure.photofigure-aside img {
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}
.blog-layout .photofigure.photofigure-Horizontal img {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-layout .photofigure.photofigure-Horizontal {
    float: right;
    margin-left: 40px;
    margin-right: 53px;
    width: 323px;
  }
}
@media (min-width: 768px) {
  .blog-layout .photofigure.photofigure-full {
    margin-left: 16.666667%;
    padding: 0 5px;
    width: 64.583333%;
  }
}
@media (max-width: 767px) {
  .blog-layout .content-block + .photofigure {
    margin-top: 1.333333em;
  }
}
.blog-layout .video-outer-container {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 98.8vw !important;
}
.blog-layout .two-pane-container {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 1025px;
  margin: 0 auto;
}
.blog-layout .two-pane-container > .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 4.400em 0;
}
@media (min-width: 1025px) {
  .blog-layout .two-pane-container > .row .left-column {
    padding-right: 48px;
  }
  .blog-layout .two-pane-container > .row .right-column {
    padding-left: 48px;
  }
  .blog-layout .two-pane-container > .row .left-column + .right-column {
    border-left: 1px solid #e2e2e2;
  }
}
@media (max-width: 1024px) {
  .blog-layout .two-pane-container > .row .right-column {
    padding-top: 40px;
  }
}
.blog-layout .blog-disclaimer {
  background-color: #F6F6F6;
  padding: 10px;
}
.blog-layout .blog-disclaimer .blog-disclaimer-body {
  font-size: 13px;
  letter-spacing: -0.07px;
  line-height: 18px;
  max-width: 940px;
  margin: 50px auto;
}
@media (max-width: 1024px) {
  .blog-layout .blog-disclaimer .blog-disclaimer-body {
    margin: 50px 40px;
  }
}
@media (max-width: 767px) {
  .blog-layout .blog-disclaimer .blog-disclaimer-body {
    margin: 30px 20px;
  }
}
@media (max-width: 1024px) {
  .blog-layout .two-pane-container {
    width: 100%;
  }
  .blog-layout .two-pane-container > .row {
    width: 100%;
    padding: 4.4em 2.667em;
  }
}

.blog-feature {
  margin: 50px auto;
  max-width: 960px;
}
@media (min-width: 1025px) {
  .blog-feature {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.blog-feature .blog-feature-title {
  margin-bottom: 1em;
  text-align: center;
}
.blog-feature .blog-listing {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1.33em;
}
.blog-feature .blog-listing .blog-listing-item {
  overflow: hidden;
  padding: 0;
}
@media (max-width: 1024px) {
  .blog-feature .blog-listing .blog-listing-item {
    margin-bottom: 1.33em;
  }
}
.blog-feature .blog-listing .blog-thumbnail-container {
  width: 100%;
}
.blog-feature .blog-listing img.blog-article-thumbnail {
  width: 100%;
}
.blog-feature .blog-listing .blog-title-container {
  position: relative;
  top: -5%;
  text-align: center;
  margin: 0 auto;
}
.blog-feature .blog-listing .blog-category-name {
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .blog-feature .blog-listing .blog-category-name {
    padding: 4px 0;
  }
}
.blog-feature .blog-listing .blog-category-name span {
  background-color: #0079c1;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 20px;
  font-size: 11px;
  font-weight: 700;
}
.blog-feature .blog-listing .blog-title {
  font-size: 1em;
}
.blog-feature .blog-listing .blog-title a {
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: right 10px center;
  padding-right: 25px;
  display: inline;
}
.blog-feature .featured-blog-post-as-listing {
  display: none;
  padding: 0;
}
.featured-blog-post {
  background-color: #0079c1;
  background-size: cover;
  position: relative;
  width: 100%;
}
.featured-blog-post .blog-dark-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.featured-blog-post .featured-blog-post-details {
  padding: 10em 10em 4em 55%;
  text-align: left;
  height: 100%;
  display: table;
  position: relative;
  color: #fff;
}
.featured-blog-post .featured-blog-post-details > div .btn-callout {
  margin-top: 20px;
}
.featured-blog-post .featured-blog-post-details > div .blog-post-title {
  color: #ffffff;
}
.featured-blog-post .featured-blog-post-details > div .blog-post-title a {
  color: #fff;
}
.featured-blog-post .featured-blog-post-details > div .blog-post-description {
  color: #ffffff;
  margin-bottom: 4em;
  margin-top: 2.666667em;
}
.featured-blog-post .blog-post-category {
  background-color: #0079c1;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  margin: 0 2em 0 0;
  min-width: 14em;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
}
.featured-blog-post .down-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #fff;
  z-index: 15;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .blog-feature .blog-listing .blog-listing-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured-blog-post {
    height: 44.666667em;
  }
  .featured-blog-post .blog-post-category {
    display: none;
  }
}
@media (max-width: 1024px) {
  .blog-feature .blog-feature-title {
    text-align: left;
  }
  .blog-feature .featured-blog-post-as-listing {
    display: block;
  }
  .featured-blog-post {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-feature {
    width: 80%;
    margin: 70px auto;
  }
  .blog-feature .blog-listing img.blog-article-thumbnail {
    display: inline-block;
    width: 30%;
    height: 100%;
  }
  .blog-feature .blog-listing .blog-category-name {
    position: absolute;
    top: 0;
    text-align: center;
    left: 30%;
    padding-left: 40px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .blog-feature .blog-listing .blog-title-container {
    position: absolute;
    top: 2em;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    padding-left: 40px;
    left: 30%;
  }
  .blog-feature .blog-listing .blog-title {
    margin: 0;
    text-align: left;
    padding: 20px 0;
  }
  .blog-feature .blog-listing .blog-listing-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .blog-feature .blog-feature-title {
    padding-left: 0.833333em;
    padding-right: 0.833333em;
    text-align: center;
  }
  .blog-feature .blog-listing > div {
    padding: 0 20px;
  }
  .blog-feature .blog-listing {
    padding: 0 15px;
  }
}

.ei-header-blog {
  height: 4rem;
  text-transform: uppercase;
}
.ei-header-blog .navbar-brand-blog {
  background-color: #0079c1;
  bottom: 0;
  color: #fff;
  display: table-cell;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  padding: 0 1em;
  top: 0;
}
.ei-header-blog .navbar-brand-blog a {
  color: inherit;
  text-decoration: none;
}
.ei-header-blog .navbar-brand-blog span {
  font-weight: 300;
}
@media (max-width: 767px) {
  .ei-header-blog .navbar-brand-blog {
    padding-top: 1.5em;
  }
}
@media (min-width: 768px) {
  .ei-header-blog .navbar-brand-blog {
    font-size: 1.6em;
    padding-top: 0.5em;
  }
}
@media (min-width: 1025px) {
  .ei-header-blog .navbar-brand-blog {
    font-size: 1.2em;
    padding: 2.5em 2em 0 2em;
  }
  .affix.ei-header-blog .navbar-brand-blog {
    background-color: transparent;
    color: #0b7abf;
    padding-top: 1em;
  }
}
.ei-header-blog .navbar {
  height: 100%;
}
.ei-header-blog .blog-header-middle {
  height: 100%;
  margin: 0 12rem 0 4rem;
  overflow: hidden;
  padding: 1em 0;
}
@media (max-width: 1024px) {
  .ei-header-blog .blog-header-middle {
    margin: 0 auto 3rem 5rem;
    padding: .75em 0;
  }
}
.ei-header-blog .blog-header-middle .ei-header-blog-tagline {
  margin-top: 2.25em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ei-header-blog .blog-header-middle .ei-header-blog-tagline {
    margin-top: 1.5em;
  }
}
.ei-header-blog .blog-header-middle .ei-header-blog-title .blog-article-category {
  float: left;
  font-size: 0.8em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ei-header-blog .blog-header-middle {
    display: none;
  }
}
@media (min-width: 768px) {
  .ei-header-blog .blog-header-middle .ei-header-blog-title {
    display: none;
  }
}
@media (min-width: 1025px) {
  .affix.ei-header-blog .blog-header-middle .ei-header-blog-tagline {
    display: none;
  }
  .affix.ei-header-blog .blog-header-middle .ei-header-blog-title {
    align-items: center;
    display: flex;
  }
}
.ei-header-blog .blog-header-utility {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.ei-header-blog .blog-header-utility .navbar-flyout {
  width: 500px;
}
.ei-header-blog .blog-header-utility .open-menu {
  height: 100%;
}
.ei-header-blog .blog-header-utility .blog-search-container {
  display: inline-block;
  height: 60px;
}
.ei-header-blog .blog-header-utility .blog-search-container form {
  height: 100%;
}
.ei-header-blog .blog-header-utility .blog-header-social ul,
.ei-header-blog .blog-header-utility .blog-header-social li {
  display: inline;
  display: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ei-header-blog .navbar-ei.force-expand .navbar-flyout {
  margin-right: 0;
}
.ei-header-blog .navbar-nav {
  background: #fbfbfb;
}
.ei-header-blog .navbar-nav .blog-flyout-search {
  background-color: #fff;
}
.ei-header-blog .navbar-nav .blog-flyout-search input {
  background-color: inherit;
}
.ei-header-blog .navbar-nav .blog-global-header-item {
  border-top: 1px solid #e2e2e2;
  font-size: 0.86667em;
  font-weight: 700;
}
.ei-header-blog .navbar-nav .blog-global-header-item .blog-article-category {
  text-align: left;
  font-size: 1.15em;
  padding: 1.6em;
}
.ei-header-blog .navbar-nav .blog-global-header-item a.blog-article-category:hover {
  background-color: rgba(0, 121, 193, 0.05);
}
.ei-header-blog .navbar-nav .blog-global-header-item.blog-header-nav-logo {
  font-size: 1em;
  padding: 1.42857em;
}
.ei-header-blog .navbar-nav .blog-global-header-item a {
  background-color: inherit;
  color: #0067A4;
  font-size: inherit;
  padding: 1.53846em;
}
.ei-header-blog .navbar-nav .blog-global-header-item span {
  font-weight: 300;
}
.ei-header-blog .navbar-header {
  height: 100%;
}
.ei-header-blog .navbar-header button.open-menu {
  display: inline;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 1em;
}
.menu-open .ei-header-blog .navbar-header button.open-menu {
  display: none;
}
.ei-header-blog .navbar-header button.open-menu .menu-title {
  min-width: 0;
  width: 45px;
  /*@media only screen and (max-width: @screen-sm-max) {
                    display: none;
                }*/
}
@media only screen and (min-width: 1025px) {
  .ei-header-blog .navbar-header button.open-menu {
    border-left: 1px solid #e2e2e2;
  }
}
@media (min-width: 1025px) {
  .affix.ei-header-blog .navbar-header {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.ei-header-blog .blog-category-menu-header {
  font-size: .867rem;
  line-height: 1.2rem;
  font-weight: 500;
  padding: 1.38rem;
  margin: 0;
}
@media (min-width: 1025px) {
  :not(.affix).ei-header-blog {
    height: 6.67rem;
  }
  :not(.affix).ei-header-blog .blog-header-social {
    display: none;
  }
}
@media (max-width: 1024px) {
  :not(.affix).ei-header-blog {
    height: 4rem;
  }
  :not(.affix).ei-header-blog .blog-header-social {
    display: none;
  }
}
.container.blog-header-homelink {
  font-size: 0.8em;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 56.875rem;*/
  padding-top: 3em;
}
.container.blog-header-homelink .blog-return-link {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 29.1' width='17' height='9' preserveAspectRatio='xMinYMid'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230079c1; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='9.7 11.9 21.6 0 14.4 0 0 14.6 14.4 29.1 21.6 29.1 9.8 17.1 51 17.1 51 12 9.7 11.9' /%3E%3C/svg%3E") no-repeat left center;
  background-size: 1.4em;
  padding-left: 2em;
}
@media (max-width: 1024px) {
  .container.blog-header-homelink {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog-homepage-main {
  display: flex;
}
@media (max-width: 1024px) {
  .blog-homepage-main {
    display: block;
  }
}
.blog-homepageteaser-wrapper {
  max-width: 934px;
  margin-bottom: 70px;
  margin-top: 20px;
  padding-right: 40px;
  border-right: 1px solid #E2E2E2;
}
@media (max-width: 1024px) {
  .blog-homepageteaser-wrapper {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-right: 0px;
    border-right: 0px;
  }
}
@media (max-width: 767px) {
  .blog-homepageteaser-wrapper {
    margin-bottom: 30px;
    margin-top: 0px;
  }
}
.blog-homepageteaser-wrapper .blog-homepageteaser {
  max-width: 646px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .blog-homepageteaser-wrapper .blog-homepageteaser {
    max-width: 100%;
    padding: 0px;
  }
}
.blog-homepageteaser-wrapper .blog-homepageteaser .blog-homepageteaser-text {
  text-align: left;
}
.blog-homepageteaser-wrapper .blog-homepageteaser .blog-homepageteaser-text .variant {
  font-size: 36px;
  line-height: 43px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 767px) {
  .blog-homepageteaser-wrapper .blog-homepageteaser .blog-homepageteaser-text .variant {
    font-size: 30px;
    line-height: 36px;
  }
}
.blog-homepageteaser-wrapper .blog-homepageteaser .blog-homepageteaser-text .blog-byline {
  font-size: 15px;
  color: #222222;
  line-height: 21px;
  margin-bottom: 20px;
}
.blog-homepageteaser-wrapper .blog-homepageteaser .blog-homepageteaser-image-wrapper {
  margin-bottom: 20px;
}
.blog-homepageteaser-wrapper .blog-homepageteaser .blog-homepageteaser-image {
  max-width: 646px;
}
@media (max-width: 1024px) {
  .blog-homepageteaser-wrapper .blog-homepageteaser .blog-homepageteaser-image {
    max-width: 100%;
  }
}

.blog-homepage .row {
  margin-left: 0;
  margin-right: 0;
}
.blog-homepage div.container {
  padding: 0;
  width: 940px;
}
@media only screen and (max-width: 1024px) {
  .blog-homepage div.container {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-homepage div.container {
    border-bottom: 1px solid #e2e2e2;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blog-homepage .blog-homepage-top {
  /*@media only screen and (min-width: @screen-md-min) {
            margin-bottom: 5.33333em;
        }*/
  /*.blog-category-header {
            width: auto;

            @media only screen and (max-width: @screen-md-max) {
                padding-left: 0;
                padding-right: 0;
            }

            .blog-category-list {
                justify-content: space-between;
                display: flex;
                width: 100%;

                @media only screen and (max-width: @screen-md-max) {
                    flex-wrap: wrap;
                }

                @media only screen and (max-width: @screen-sm-max) {
                    display: none;
                }

                li {
                    flex-grow: 1;
                    padding: 0;

                    @media only screen and (max-width: @screen-md-max) {
                        flex-basis: 30%;

                        &:nth-of-type(3n+1) {
                            margin-left: 0;
                        }
                    }

                    & + li {
                        margin-left: 1em;
                    }

                    .blog-article-category {
                        margin-right: 0;
                        min-width: 0;
                        width: 100%;
                    }
                }
            }
        }*/
}
.blog-homepage .blog-homepage-top .photo-fullbleed-container {
  margin: 1.33333em 0;
}
@media (max-width: 767px) {
  .blog-homepage .blog-homepage-top .photo-fullbleed-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.blog-homepage .blog-homepage-top .photo-fullbleed-container img {
  width: 100%;
}
.blog-homepage .blog-homepage-top .article-video-sizing {
  margin: 1.33333em auto;
}
.blog-homepage .blog-homepage-top .blog-teaser {
  display: block;
  margin: 1.33333em 0;
}
.blog-homepage .blog-homepage-top .blog-teaser-button {
  margin: 1.33333em 0;
}
.blog-homepage .blog-homepage-main,
.blog-homepage aside {
  padding: 0;
}
.blog-homepage .blog-top-story h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .blog-homepage .blog-top-story .blog-teaser-button {
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-homepage .blog-teasers:before {
    background: #e2e2e2;
    bottom: 0;
    content: "";
    left: -16.66667%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-homepage .blog-teasers {
    margin: 4.66667em 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-homepage .blog-teasers .blog-article-teaser {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-homepage .blog-teasers .blog-article-teaser {
    float: left;
    width: 32%;
  }
  .blog-homepage .blog-teasers .blog-article-teaser + .blog-article-teaser {
    margin-left: 2%;
  }
}
.blog-homepage .blog-teasers .blog-article-teaser:not(:last-of-type) {
  margin-bottom: 2.66667em;
}
.blog-homepage .blog-teasers .article-teaser-image {
  margin-bottom: 1em;
  width: 100%;
}
.blog-homepage .blog-teasers .article-teaser-title {
  color: inherit;
  font-size: 1.2em;
  font-weight: 700;
}
.blog-homepage .blog-homepage-supplement {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .blog-homepage .blog-homepage-supplement .blog-homepage-quote {
    order: 2;
  }
}
.blog-homepage .related-blog-container {
  margin: 2em 0;
}
@media only screen and (min-width: 768px) {
  .blog-homepage .related-blog-container {
    margin: 4.66667em 0;
  }
}
.blog-homepage .related-blog-container div.article-container:not(.foo) {
  /* :not selector to overcome specificity */
  font-size: 93.33333%;
  padding-top: 0;
}
@media only screen and (min-width: 1025px) {
  .blog-homepage .related-blog-container div.article-container:not(.foo) {
    float: left;
    width: 32.33333%;
  }
  .blog-homepage .related-blog-container div.article-container:not(.foo) + .article-container {
    margin-left: 1.49254%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-homepage .related-blog-container div.article-container:not(.foo) {
    border-top: none;
  }
}
.blog-homepage .related-blog-container div.article-container:not(.foo) .blog-item-title {
  /* :not selector to overcome specificity */
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-homepage .related-blog-container div.article-container:not(.foo) .blog-item-title {
    padding: 0;
  }
}
.blog-homepage .related-blog-container .related-blog-title:not(.foo) {
  /* :not selector to overcome specificity */
  padding-bottom: 0;
}

.blog-category-header {
  display: block;
  margin-bottom: 50px;
}
.blog-category-header .currentCategory {
  background-color: #0079c1;
  height: 165px;
  width: 100%;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
}
.blog-category-header .currentCategory .currentCategoryHeader {
  padding-left: 50px;
  display: flex;
  align-items: center;
  margin: 0;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .blog-category-header .currentCategory .currentCategoryHeader {
    width: 100%;
  }
}
.blog-category-header .currentCategory .currentCategoryHeader .bloghomepageheader {
  font-weight: 700;
}
.blog-category-header .blog-category-list-wrapper {
  background-color: #FBFBFB;
  width: 100%;
}
.blog-category-header .blog-category-list {
  list-style-type: none;
  list-style: none;
  overflow: hidden;
  background-color: #FBFBFB;
  line-height: 2.27;
  padding-bottom: 37px;
  padding-top: 37px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
  margin: auto;
}
.blog-category-header .blog-category-list li {
  float: left;
  margin-right: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-category-header .blog-category-list li a {
  color: #0067A4;
  font-weight: 300;
}
.blog-category-header .blog-category-list li a:hover {
  text-decoration: underline;
}
.blog-category-header .blog-category-list li.active,
.blog-category-header .blog-category-list li.active a {
  color: #222222;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .blog-category-header {
    display: none;
  }
}
.blogCategoryHeaderMobile {
  display: none;
}
@media (max-width: 1024px) {
  .blogCategoryHeaderMobile {
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .blogCategoryHeaderMobile :focus {
    display: inline-block;
    box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.9) !important;
    outline: 1px dashed #FFFFFF !important;
    outline-offset: -1px !important;
  }
  .blogCategoryHeaderMobile .topCurrentCategory:after {
    display: block;
    float: right;
    margin-right: 20px;
    width: 16px;
  }
  .blogCategoryHeaderMobile .topCurrentCategory:focus {
    display: inline-block;
    box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.9) !important;
    outline: 1px dashed #FFFFFF !important;
    outline-offset: -1px !important;
  }
  .blogCategoryHeaderMobile .topCurrentCategory[aria-expanded="true"]:after {
    content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 139.3 10.6%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect class%3D%22cls-1%22 width%3D%22139.3%22 height%3D%2210.6%22 %2F%3E%3C%2Fsvg%3E');
    position: relative;
    top: -8px;
  }
  .blogCategoryHeaderMobile .topCurrentCategory[aria-expanded="false"]:after {
    content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 139.3 139.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect class%3D%22cls-1%22 y%3D%2264.3%22 width%3D%22139.3%22 height%3D%2210.6%22 %2F%3E%3Crect class%3D%22cls-1%22 x%3D%2264.3%22 width%3D%2210.6%22 height%3D%22139.3%22 %2F%3E%3C%2Fsvg%3E');
  }
}
.blogCategoryHeaderMobile .topCurrentCategory {
  background-color: #0079c1;
  height: 60px;
  color: #FFFFFF;
  display: block;
  padding: 0 20px;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .blogCategoryHeaderMobile .topCurrentCategory {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .blogCategoryHeaderMobile .topCurrentCategory {
    padding: 0 20px;
  }
}
.blogCategoryHeaderMobile .topCurrentCategory :focus {
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.9) !important;
  outline: 1px dashed #FFFFFF !important;
  outline-offset: 2px !important;
}
.blogCategoryHeaderMobile .navBarMenu {
  background-color: #FBFBFB;
  height: 40px;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
div.blogCategoryHeaderMobile .navBarMenu.currentCategory {
  color: #222222;
  font-weight: 500;
  padding: 0;
}
div.blogCategoryHeaderMobile .navBarMenu.currentCategory a {
  color: #222222;
}
.blogCategoryHeaderMobile .navBarMenu a {
  color: #0067A4;
}
.blogCategoryHeaderMobile .navBarMenu :hover {
  text-decoration: underline;
}
.blogCategoryHeaderMobile .blogCategoryNavBarMobileDropdown {
  padding: 20px 0 0 20px;
  background-color: #FBFBFB;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .blogCategoryHeaderMobile .blogCategoryNavBarMobileDropdown {
    padding: 20px 0 0 30px;
  }
}
.blogCategoryHeaderMobile .blogCategoryNavBarMobileDropdown.minimized {
  display: none;
}
.blogCategoryHeaderMobile .blogCategoryNavBarMobileDropdown.expanded {
  display: block;
  position: absolute;
  z-index: 10000;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.blog-category {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .blog-category {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-category {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .blog-category .related-blog-container:not(.article-page) .article-container + .article-container {
    border-top: none;
  }
}
@media (max-width: 1024px) {
  .blog-category {
    position: relative;
  }
}
.blog-category .bottom-left {
  order: 4;
}
@media (min-width: 768px) {
  .blog-category .bottom-left {
    margin-left: auto;
    max-width: 705px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-category .bottom-left {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1025px) {
  .blog-category .bottom-left {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .blog-category .bottom-left {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .blog-category .bottom-left {
    order: 3;
  }
}
@media (min-width: 768px) {
  .blog-category .bottom-right {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-category .bottom-right {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .blog-category .bottom-right {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .blog-category .bottom-right {
    order: 6;
  }
}
.blog-category .bottom-right {
  order: 5;
}
@media (min-width: 1025px) {
  .blog-category .bottom-right {
    padding-left: 42px;
    padding-right: 0px;
    max-width: 235px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .blog-category .bottom-right {
    /*padding-left: 30px;
                padding-right: 30px;*/
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .blog-category .bottom-right {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .blog-category .top-right {
    order: 2;
    max-width: 235px;
    margin-right: auto;
    padding-left: 42px;
    padding-right: 0px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .blog-category .top-right {
    margin: 0px 50px 50px 50px;
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .blog-category .top-right {
    order: 6;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .blog-category .top-right {
    order: 5;
  }
}
.blog-category .top-left {
  order: 1;
}
@media (min-width: 768px) {
  .blog-category .top-left {
    margin-left: auto;
    max-width: 705px;
  }
}
@media (max-width: 767px) {
  .blog-category .top-left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-category .top-left {
    margin-right: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 1025px) {
  .blog-category .top-left {
    flex: 0 0 70%;
    border-right: 1px solid #e2e2e2;
    padding-right: 40px;
  }
}
.blog-category .blog-content {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 70px 0;
  order: 3;
}
@media (max-width: 1024px) {
  .blog-category .blog-content {
    order: 2;
  }
}
@media (max-width: 768px) and (min-width: 1024px) {
  .blog-category .blog-content {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .blog-category .blog-content {
    padding: 50px 0;
  }
}
.blog-category .show-more-container {
  margin-bottom: 70px;
  max-width: 687px;
  padding-top: 50px;
  padding-right: 42px;
  margin-left: auto;
  margin-right: auto;
  order: 6;
}
@media (max-width: 1024px) {
  .blog-category .show-more-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-category .show-more-container {
    padding-top: 30px;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .blog-category .show-more-container {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .blog-category .show-more-container {
    order: 5;
    margin-right: auto;
  }
}
.blog-category .show-more-container .show-more {
  text-align: center;
  display: inline;
  width: 58%;
}
@media (max-width: 1024px) {
  .blog-category .show-more-container .show-more {
    left: auto;
    width: 100%;
  }
}
.blog-category .show-more-container .show-more .btn {
  padding-left: 48px;
  padding-right: 48px;
  width: 245px;
  white-space: normal;
}
@media (max-width: 1024px) {
  .blog-category .show-more-container .show-more .btn {
    width: 100%;
  }
}
.blog-category .show-more-container .show-more .btn:focus {
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.9) !important;
  outline: 1px dashed #fff !important;
  outline-offset: 0px !important;
}
.blog-category .blog-list .article-container {
  display: flex;
}
@media (max-width: 767px) {
  .blog-category .blog-list .article-container {
    flex-direction: column;
  }
}
.blog-category .blog-list .article-container + .article-container {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .blog-category .blog-list .article-container + .article-container {
    padding-top: 30px;
  }
}
.blog-category .blog-list .blog-item-title {
  display: block;
  width: 365px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .blog-category .blog-list .blog-item-title {
    width: 100%;
    padding-top: 10px;
  }
}
.blog-category .blog-list .blog-thumbnail-container {
  margin-right: 30px;
  display: block;
  width: 252px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-category .blog-list .blog-thumbnail-container {
    width: 100%;
    margin-right: 0;
  }
}
.blog-category .blog-list .blog-thumbnail-container img {
  width: 100%;
}
.blog-category .blog-list .blog-item-title h3 {
  font-size: 15px;
  margin: 0 0;
}
.blog-category .blog-list .blog-title:focus {
  display: inline-block;
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.9) !important;
  outline: 1px dashed #fff !important;
  outline-offset: 2px !important;
}
.blog-category .blog-list .blog-title:hover {
  text-decoration: underline;
}
.blog-category .blog-list .publish-date {
  font-size: 12px;
  letter-spacing: 0px;
  text-align: left;
  padding: 10px 0;
}
.blog-category .blog-list .description {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 21px;
}

.blog-mostrecentarticle-Wrapper {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .blog-mostrecentarticle-Wrapper {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-mostrecentarticle-Wrapper {
    margin-bottom: 40px;
  }
}
.blog-mostrecentarticle-Wrapper .variant {
  margin-top: 0px;
  margin-bottom: 20px !important;
}
@media (max-width: 1024px) {
  .blog-mostrecentarticle-Wrapper .blog-mostrecentarticle-teasers {
    display: flex;
  }
}
@media (max-width: 767px) {
  .blog-mostrecentarticle-Wrapper .blog-mostrecentarticle-teasers {
    display: block;
  }
}
.blog-mostrecentarticle-Wrapper .blog-mostrecentarticle {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .blog-mostrecentarticle-Wrapper .blog-mostrecentarticle {
    margin-right: 15px;
    width: 32.33333%;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .blog-mostrecentarticle-Wrapper .blog-mostrecentarticle {
    margin-right: 0px;
    width: 100%;
    margin-top: 20px;
  }
}
.blog-mostrecentarticle-Wrapper .blog-mostrecentarticle .blog-mostrecentarticle-anchor {
  display: block;
}
.blog-mostrecentarticle-Wrapper .blog-mostrecentarticle .blog-mostrecentarticle-imagewrapper {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-mostrecentarticle-Wrapper .blog-mostrecentarticle .blog-mostrecentarticle-imagewrapper {
    margin-bottom: 10px;
  }
}
.blog-mostrecentarticle-Wrapper .blog-mostrecentarticle .blog-homepageteaser-image {
  width: 100%;
}
@media (max-width: 1024px) {
  .blog-mostrecentarticle-Wrapper .blog-mostrecentarticle:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1025px) {
  .blog-mostrecentarticle-Wrapper .blog-mostrecentarticle:first-child {
    margin-top: 0px;
  }
}

.blog-video-wrapper {
  margin: 30px 0;
}
.blog-video-wrapper .blog-video-promo {
  background: #000;
  margin: 0 auto;
  max-width: 620px;
  padding: 30px;
  width: 100%;
}
.blog-video-wrapper .blog-video-promo .video-player-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.blog-video-wrapper .blog-video-promo .video-promo-video-panel {
  height: 100%;
  position: absolute;
  width: 100%;
}
.blog-video-wrapper .blog-video-promo .video-player-accessibility-controls {
  bottom: -20px;
  position: absolute;
  right: 0;
}
.blog-video-wrapper .blog-video-promo .video-player-accessibility-controls .descriptive-audio:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='1' fill='%23ffffff' fill-rule='evenodd'%3E%3Cpath d='M2.66513912,2.17419244 L4.18473598,2.17419244 L4.90946679,6.6862262 L3.6937893,6.6862262 L3.57689723,5.72771126 L1.84689465,5.72771126 L1.30919114,6.6862262 L0,6.6862262 L2.66513912,2.17419244 Z M3.24959945,3.13270738 L2.31446292,4.83933155 L3.43662676,4.83933155 L3.24959945,3.13270738 Z M5.19000775,2.19757085 C6.10955868,2.19757085 6.88104631,2.19757085 7.50447067,2.19757085 C8.11230942,2.19757085 10.0527177,2.46377427 10.0527177,4.3951417 C10.0527177,6.32650913 8.27595831,6.70984687 7.50447067,6.70984687 C6.91221753,6.70984687 6.14072989,6.70984687 5.19000775,6.70984687 L5.19000775,2.19757085 Z M6.73298303,3.27297786 L6.73298303,5.58755885 L7.59798432,5.58755885 C8.19023746,5.44425691 8.48636403,5.03899173 8.48636403,4.37176329 C8.48636403,3.70453485 8.19023746,3.33827304 7.59798432,3.27297786 L6.73298303,3.27297786 Z M8.7902834,1.07540701 C9.88906883,1.07540701 12.390559,1.84689465 12.390559,4.20811439 C12.390559,6.56933414 10.581508,7.80839004 8.7902834,7.80839004 C10.0293393,7.31744336 11.1748816,6.02946265 11.1748816,4.32500646 C11.1748816,2.62055027 9.79555517,1.49621845 8.7902834,1.07540701 Z M10.1462314,0 C11.0346111,0 14.2842105,1.2390559 14.2842105,4.44189853 C14.2842105,7.64474115 10.9878543,8.88379705 10.1462314,8.88379705 C10.7306917,8.76690499 13.2088035,6.96676716 13.2088035,4.44189853 C13.2088035,1.91702989 11.3619089,0.467568266 10.1462314,0 Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  height: 1em;
  /* needed for IE11 */
  vertical-align: text-bottom;
  width: 1.7em;
}
.blog-video-wrapper .blog-video-promo .video-player-accessibility-controls .descriptive-audio[aria-pressed=true] {
  border-bottom: 1px solid #cc0000;
}
.blog-video-wrapper .blog-video-promo .video-player-accessibility-controls .transcript-link {
  color: #fff;
  font-size: 0.6em;
  margin-right: 1.333333em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-video-wrapper .blog-video-promo {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}
.blog-video-wrapper .blog-video-caption {
  color: #747474;
  font-style: italic;
  margin: 10px auto 0;
  max-width: 620px;
}

.blog-brand-bar-wrapper {
  background: #FBFBFB;
  display: flex;
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper {
    display: grid;
  }
}
.blog-brand-bar-wrapper .bbb-logo {
  padding: 50px 30px 0px 0px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .bbb-logo {
    padding: 0px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .bbb-logo {
    text-align: center;
  }
}
.blog-brand-bar-wrapper .bbb-logo .logo {
  width: 135px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .bbb-logo .logo {
    height: 53px;
  }
}
@media (min-width: 1025px) {
  .blog-brand-bar-wrapper .bbb-logo .bbb-logo-anchor {
    display: inline-block;
  }
}
.blog-brand-bar-wrapper .bbb-border-line {
  border-right: 1px solid #d1d1d1;
  width: 1px;
  height: auto;
  margin-top: 51px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .bbb-border-line {
    display: none;
  }
}
.blog-brand-bar-wrapper .center-blog-brand-bar-withoutAgent {
  margin: auto;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar-withoutAgent {
    width: 100% !important;
  }
}
.blog-brand-bar-wrapper .center-blog-brand-bar {
  width: 62.8%;
  display: flex;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar {
    margin: 0;
    display: inline;
    padding: 50px 40px 50px 40px;
  }
}
@media (max-width: 670px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar {
    align-items: center;
    width: 100%;
    padding: 50px 20px 50px 20px;
  }
}
.blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content-withoutAgent {
  padding: 0px 0px 0px 29px !important;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content-withoutAgent {
    padding: 0 !important;
  }
}
.blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content {
  padding: 0px 30px 0px 30px;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content {
    width: 100%;
    padding: 0px;
    margin: 0px;
    flex-grow: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content {
    text-align: center;
  }
}
.blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .center-bbb-Title {
  padding-top: 50px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .center-bbb-Title {
    padding-top: 20px;
  }
}
@media (max-width: 670px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .center-bbb-Title {
    font-size: 36px;
    padding: 30px 10px 0px 10px;
  }
}
.blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .bbb-center-teasertext {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 418px;
  margin-top: 0px !important;
  color: #222222;
  letter-spacing: 0;
  text-align: left;
  line-height: 33px;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .bbb-center-teasertext {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .bbb-center-teasertext {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    text-align: center;
  }
}
.blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .indicates-required {
  margin-bottom: 20px;
}
.blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content .teasertextWithOutAgent {
  padding: 50px 0px 30px 0px;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content {
    padding: 30px 0px 20px 0px;
    width: 375px;
  }
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .center-blog-brand-bar .center-bbb-content {
    padding: 20px 10px 20px 10px;
    width: 100%;
  }
}
.blog-brand-bar-wrapper .blog-agent-wrapper {
  background-color: #0079c1;
  flex-grow: 3;
  width: 37.2%;
  color: #FFFFFF;
  text-align: center;
  float: right;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper {
    width: 41.7%;
    padding: 139px 34px 0px 34px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper {
    width: 100%;
    padding: 50px 34px 0px 34px;
  }
}
.blog-brand-bar-wrapper .blog-agent-wrapper .agency-link {
  max-width: 254px;
  padding-left: 30px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper .agency-link {
    max-width: 100%;
    padding: 0;
  }
}
.blog-brand-bar-wrapper .blog-agent-wrapper .bbb-rightblog-title {
  max-width: 254px;
  margin: 0px;
  padding: 50px 0px 10px 30px;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper .bbb-rightblog-title {
    max-width: 100%;
    padding: 0px 0px 10px 0px;
  }
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper .bbb-rightblog-title {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 30px;
  }
}
.blog-brand-bar-wrapper .blog-agent-wrapper .img-circle {
  background-image: url('../../styles/Blog/agentImages/NoAgent.html');
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-size: cover;
  background-position-y: -7px;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 670px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper .img-circle {
    margin: auto;
  }
}
.blog-brand-bar-wrapper .blog-agent-wrapper .agent-name {
  font-weight: 500;
  padding-bottom: 15px;
}
.blog-brand-bar-wrapper .blog-agent-wrapper .agency-phone {
  font-size: 15px;
  line-height: 20px;
  text-decoration: underline;
}
.blog-brand-bar-wrapper .blog-agent-wrapper .agency-phone .phone-num {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper .agency-phone {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .blog-brand-bar-wrapper .blog-agent-wrapper .agency-phone {
    padding-bottom: 50px;
  }
}
.blog-brand-bar-wrapper .blog-agent-wrapper .agency-name {
  font-size: 15px;
  line-height: 20px;
  text-decoration: underline;
  padding-bottom: 15px;
  color: #FFFFFF;
}
.blog-brand-bar-wrapper .bbb-form-content {
  padding-bottom: 50px;
  width: 418px;
}
@media (max-width: 1024px) {
  .blog-brand-bar-wrapper .bbb-form-content {
    padding-bottom: 0px;
    width: 100%;
  }
}
.blog-brand-bar-wrapper .bbb-form-content .get-a-quote label.req:before {
  color: #CC0000;
}
.blog-brand-bar-wrapper .bbb-form-content .form-control {
  border: 1px solid #747474;
}
@media (min-width: 1025px) {
  .blog-brand-bar-wrapper .bbb-form-content .form-group {
    margin: 0px;
  }
  .blog-brand-bar-wrapper .bbb-form-content .internal-submit {
    margin-left: 20px;
  }
}

.blog-footer {
  background-color: #fbfbfb;
  padding: 40px;
  text-align: center;
}
.blog-footer .footer-wrapper {
  margin: 0 auto;
  max-width: 1025px;
}
.blog-footer .logos-container {
  text-align: center;
}
.blog-footer .blog-footer-logo {
  height: 2.66667em;
  margin-bottom: 40px;
}
.blog-footer .blog-footer-logo:first-of-type {
  margin-right: 40px;
}
.blog-footer .blog-category-list {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  font-size: 12px;
  list-style: none;
  margin-bottom: 40px;
  padding: 40px 0;
}
.blog-footer .blog-category-list .blog-category-name {
  font-weight: 700;
  text-transform: uppercase;
}
.blog-footer .blog-category-list .blog-category-name a,
.blog-footer .blog-category-list .blog-category-name a:hover {
  color: #2d2d2d;
}
.blog-footer .blog-category-list .blog-category-name + .blog-category-name {
  margin-top: 25px;
}
.blog-footer .footer-links {
  font-size: 12px;
  list-style: none;
  padding: 0;
}
.blog-footer .footer-links .footer-link,
.blog-footer .footer-links a,
.blog-footer .footer-links a:hover {
  color: #2d2d2d;
}
.blog-footer .footer-links .footer-link + .footer-link {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .blog-footer .blog-footer-logo.blog-footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 671px) {
  .blog-footer .blog-category-name,
  .blog-footer .footer-link {
    display: inline-block;
    line-height: 4em;
  }
  .blog-footer .blog-category-list .blog-category-name + .blog-category-name,
  .blog-footer .footer-links .footer-link + .footer-link {
    margin-left: 25px;
    margin-top: 0;
  }
}

.infographic-wrapper {
  max-width: 960px;
  margin: 70px auto;
}
.infographic-wrapper .toggle-button {
  text-align: center;
  padding-bottom: 20px;
}
.infographic-wrapper .infographic-description {
  padding-bottom: 60px;
}
.infographic-wrapper img {
  width: 100%;
}
@media (max-width: 1024px) {
  .infographic-wrapper {
    margin: 60px 44px;
  }
  .infographic-wrapper .toggle-button {
    padding-bottom: 15px;
  }
  .infographic-wrapper .infographic-description {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .infographic-wrapper {
    margin: 50px 30px;
  }
  .infographic-wrapper .toggle-button {
    padding-bottom: 10px;
  }
  .infographic-wrapper .infographic-description {
    padding-bottom: 40px;
  }
}

.blog-cta {
  background: #e8f4f9;
  margin: 40px 0;
  padding: 30px;
}
.blog-cta .blog-cta-message {
  font-size: 22px;
}
@media (max-width: 767px) {
  .blog-cta .blog-cta-message {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.blog-cta .btn-primary {
  background-color: #0067a4;
  border-color: #0067a4;
}
.blog-cta .btn-primary:hover,
.blog-cta .btn-primary:focus {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
@media (max-width: 767px) {
  .blog-cta {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 768px) {
  .blog-cta {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    justify-content: space-between;
  }
  .blog-cta .blog-cta-message {
    margin-right: 25px;
  }
}
.blog-cta + .content-block {
  margin-top: 0;
}

@media (max-width: 767px) {
  .blog-homepage-popular {
    order: 2;
  }
}
.blog-border {
  border-top: 1px solid #E2E2E2;
}
.related-blog-wrapper {
  max-width: 940px;
  margin: 70px auto;
}
@media (max-width: 1024px) {
  .related-blog-wrapper {
    margin: 50px;
  }
}
@media (max-width: 767px) {
  .related-blog-wrapper {
    margin: 30px;
  }
}
.related-blog-wrapper .variant {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333333;
}
.related-blog-wrapper .related-blog-articles-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .related-blog-wrapper .related-blog-articles-wrapper {
    display: block;
  }
}
.related-blog-wrapper .related-blog-articles-wrapper .related-blog-article {
  margin-right: 57px;
  width: 29.33333%;
}
@media (max-width: 1024px) {
  .related-blog-wrapper .related-blog-articles-wrapper .related-blog-article {
    margin-right: 15px;
    width: 32%;
  }
}
@media (max-width: 767px) {
  .related-blog-wrapper .related-blog-articles-wrapper .related-blog-article {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.related-blog-wrapper .related-blog-articles-wrapper .related-blog-article .related-blog-article-anchor {
  display: block;
}
.related-blog-wrapper .related-blog-articles-wrapper .related-blog-article .related-blog-article-imagewrapper {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .related-blog-wrapper .related-blog-articles-wrapper .related-blog-article .related-blog-article-imagewrapper {
    margin-bottom: 10px;
  }
}
.related-blog-wrapper .related-blog-articles-wrapper .related-blog-article .related-blog-article-imagewrapper .related-blog-article-image {
  width: 100%;
}
.related-blog-wrapper .related-blog-article:last-child {
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .related-blog-wrapper .related-blog-article:last-child {
    margin-bottom: 0px;
  }
}
.related-blogcategory-wrapper .variant {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333333;
}
@media (max-width: 767px) {
  .related-blogcategory-wrapper {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
@media (max-width: 1024px) {
  .related-blogcategory-wrapper .related-blogcategory-articles-wrapper {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .related-blogcategory-wrapper .related-blogcategory-articles-wrapper {
    display: block;
  }
}
.related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article {
    margin-right: 15px;
    margin-bottom: 0px;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article .related-blogcategory-article-anchor {
  display: block;
}
.related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article .related-blogcategory-article-imagewrapper {
  margin-bottom: 10px;
}
.related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article .related-blogcategory-article-imagewrapper .related-blogcategory-article-image {
  width: 100%;
}
@media (max-width: 767px) {
  .related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article .related-blogcategory-article-imagewrapper .related-blogcategory-article-image {
    width: 100%;
  }
}
.related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article:last-child {
  margin-bottom: 0px !important;
}
@media (max-width: 1024px) {
  .related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article:last-child {
    margin-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .related-blogcategory-wrapper .related-blogcategory-articles-wrapper .related-blogcategory-article:last-child {
    margin-bottom: 0px !important;
  }
}

.business-risk-wrapper.basic-hero {
  height: auto;
}
.business-risk-wrapper {
  flex-direction: column;
}
.business-risk-wrapper .dark-overlay {
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .business-risk-wrapper .dark-overlay {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 767px) {
  .business-risk-wrapper .dark-overlay {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .business-risk-wrapper .business-risk-form form,
  .business-risk-wrapper .agency-contact-details form {
    width: 960px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .business-risk-wrapper .business-risk-form form,
  .business-risk-wrapper .agency-contact-details form {
    margin: 0 15px;
  }
}
.business-risk-wrapper custom-modal:not(.wffmAgentLocatorModal) .container {
  display: none;
  padding: 12em 0 4em !important;
}
.business-risk-wrapper .container.active {
  display: block;
}
.business-risk-wrapper .business-risk-hero {
  color: #ffffff;
  display: none;
}
.business-risk-wrapper .business-risk-hero .hero-title {
  color: #fff;
  font-weight: 700;
}
.business-risk-wrapper .business-risk-hero .hero-description {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .business-risk-wrapper .business-risk-hero .hero-description {
    font-size: 14px;
  }
}
.business-risk-wrapper .business-risk-hero .hero-question-prompt {
  color: #fff;
  font-size: 15px;
}
.business-risk-wrapper .business-risk-hero .ruler {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .business-risk-wrapper .business-risk-hero .ruler {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .business-risk-wrapper .business-risk-hero .ruler {
    padding: 20px 0;
  }
}
.business-risk-wrapper .business-risk-hero hr {
  border-color: #ffffff;
  border-width: 3px;
  margin: 0 45% 0 45%;
  width: 49px;
}
.business-risk-wrapper .business-risk-hero .basic-hero-callout {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .business-risk-wrapper .business-risk-hero .basic-hero-callout {
    padding-top: 50px;
  }
}
.business-risk-wrapper .business-risk-hero .basic-hero-callout .btn {
  margin-bottom: 20px;
  padding: 19px 48px 18px;
}
.business-risk-wrapper .business-risk-hero .section-header-description {
  font-size: 42px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .business-risk-wrapper .business-risk-hero .section-header-description {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .business-risk-wrapper .business-risk-hero .section-header-description {
    font-size: 30px;
    padding-bottom: 0;
  }
}
.business-risk-wrapper .business-risk-form {
  margin: 0 auto;
  background-image: linear-gradient(to bottom, rgba(201, 201, 201, 0.95) 100%, rgba(201, 201, 201, 0.95) 100%, rgba(201, 201, 201, 0.95) 100%);
  counter-reset: questionItem;
  display: none;
}
.business-risk-wrapper .business-risk-form fieldset > .form-group {
  margin-bottom: 0;
  margin-right: 15px;
}
.business-risk-wrapper .business-risk-form .custom-title {
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  color: #222222;
  letter-spacing: 0px;
  line-height: 44px;
}
.business-risk-wrapper .business-risk-form .question-title {
  font-weight: 300;
  font-size: 36px;
  color: #333333;
  letter-spacing: 0px;
  line-height: 48px;
  text-align: center;
  padding: 0 20px;
}
.business-risk-wrapper .business-risk-form .radio-button-wrapper {
  background-color: transparent;
  margin: 0 20px;
  width: 200px;
}
.business-risk-wrapper .business-risk-form .radio-button-wrapper label {
  padding-left: 0;
}
.business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper {
  background-color: #fbfbfb;
  padding: 10px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper {
    text-align: center;
  }
}
.business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper .img-container {
  text-align: center;
  padding-bottom: 10px;
}
.business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper img {
  max-width: 100px;
  max-height: 100px;
}
.business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper .header-title {
  font-weight: 700;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
.business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper .description {
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0px;
  line-height: 24px;
}
.business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper .morecontent span {
  display: none;
}
.business-risk-wrapper .business-risk-form .custom-imagetitledesc-wrapper .morelink {
  display: block;
}
.business-risk-wrapper .business-risk-form .custom-title,
.business-risk-wrapper .business-risk-form .form-submit-border {
  display: none;
}
.business-risk-wrapper .business-risk-form .form-submit-border {
  display: none !important;
}
.business-risk-wrapper .business-risk-form .question-counter,
.business-risk-wrapper .business-risk-form .question-total-counter {
  opacity: 0.8;
  font-weight: 700;
  font-size: 14px;
  color: #747474;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.business-risk-wrapper .custom-radio-button-wrapper {
  margin: 0 auto;
}
.custom-radio-button-wrapper {
  text-align: center;
  max-width: 780px;
  display: none;
  padding: 10.667em 0;
}
.custom-radio-button-wrapper .question-options {
  display: inline-block;
  padding: 20px 0 80px 0;
}
@media (max-width: 767px) {
  .custom-radio-button-wrapper .question-options {
    min-width: 40%;
  }
}
.custom-radio-button-wrapper .question-options label {
  float: left;
  width: 170px;
  margin: 4px;
  background-color: transparent;
  border: 1px solid #222222;
  overflow: auto;
  text-transform: uppercase;
  /*input {
            position:absolute;
            top:-20px;
        }*/
}
@media (max-width: 767px) {
  .custom-radio-button-wrapper .question-options label {
    width: 100%;
  }
}
.custom-radio-button-wrapper .question-options label.active {
  border: none;
}
.custom-radio-button-wrapper .question-options label span {
  text-align: center;
  font-weight: 500;
  padding: 13px 0px;
  display: block;
}
.custom-radio-button-wrapper .question-options input:checked + span {
  background-color: #0b7abf;
  color: #fff;
}
.custom-radio-button-wrapper .screen-navigation-control {
  text-align: center;
}
.custom-radio-button-wrapper .screen-navigation-control .btn-success {
  width: 200px;
  padding: 20px;
}
.custom-radio-button-wrapper .screen-navigation-control .btn-success :after {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2051%2029.1%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow_white%3C/title%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2241.3%2017.2%2029.4%2029.1%2036.6%2029.1%2051%2014.5%2036.6%200%2029.4%200%2041.2%2012%200%2012%200%2017.1%2041.3%2017.2%22/%3E%3C/svg%3E');
  background-position: center right;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  padding: 1px 20px;
}
.custom-radio-button-wrapper .screen-navigation-control .btn-success:disabled {
  background-color: #98caa4;
  border: none;
}
.custom-radio-button-wrapper .screen-navigation-control .btn-back {
  background-color: transparent;
  color: #0b7abf;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 29.1' width='17' height='9' preserveAspectRatio='xMinYMid'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230079c1; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='9.7 11.9 21.6 0 14.4 0 0 14.6 14.4 29.1 21.6 29.1 9.8 17.1 51 17.1 51 12 9.7 11.9' /%3E%3C/svg%3E");
  background-position: center left;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  padding: 20px;
  width: auto;
}
.custom-radio-button-wrapper.active,
.custom-imagetitledesc-wrapper.active,
.custom-title.active,
.form-submit-border.active,
.business-risk-form.active {
  display: block !important;
}
.custom-imagetitledesc-wrapper {
  display: none;
}
.agency-contact-form-resize {
  left: 20em;
  top: 10em;
  right: 20em;
  bottom: 10em;
}
.endQuoteContactAgent,
.lifeCalcContactAgent,
.agentProfileContactAgent,
.product-hero {
  text-align: center;
  padding-bottom: 20px;
}
.endQuoteContactAgent .form-group.has-error.has-feedback.bg-warning,
.lifeCalcContactAgent .form-group.has-error.has-feedback.bg-warning,
.agentProfileContactAgent .form-group.has-error.has-feedback.bg-warning,
.product-hero .form-group.has-error.has-feedback.bg-warning {
  margin-top: 0;
  margin-bottom: 0;
}
.endQuoteContactAgent #getAQuoteModal,
.lifeCalcContactAgent #getAQuoteModal,
.agentProfileContactAgent #getAQuoteModal,
.product-hero #getAQuoteModal,
.endQuoteContactAgent #getAQuoteModalCTA,
.lifeCalcContactAgent #getAQuoteModalCTA,
.agentProfileContactAgent #getAQuoteModalCTA,
.product-hero #getAQuoteModalCTA {
  max-width: 1000000px;
}
.endQuoteContactAgent .getAQuoteModal,
.lifeCalcContactAgent .getAQuoteModal,
.agentProfileContactAgent .getAQuoteModal,
.product-hero .getAQuoteModal,
.endQuoteContactAgent .lifeCalcModal,
.lifeCalcContactAgent .lifeCalcModal,
.agentProfileContactAgent .lifeCalcModal,
.product-hero .lifeCalcModal {
  background-color: white;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: fixed;
  left: 20em;
  top: 70px;
  right: 20em;
  bottom: 2em;
  z-index: 10000000;
}
@media (max-height: 1024px) {
  .endQuoteContactAgent .getAQuoteModal,
  .lifeCalcContactAgent .getAQuoteModal,
  .agentProfileContactAgent .getAQuoteModal,
  .product-hero .getAQuoteModal,
  .endQuoteContactAgent .lifeCalcModal,
  .lifeCalcContactAgent .lifeCalcModal,
  .agentProfileContactAgent .lifeCalcModal,
  .product-hero .lifeCalcModal {
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .endQuoteContactAgent .getAQuoteModal,
  .lifeCalcContactAgent .getAQuoteModal,
  .agentProfileContactAgent .getAQuoteModal,
  .product-hero .getAQuoteModal,
  .endQuoteContactAgent .lifeCalcModal,
  .lifeCalcContactAgent .lifeCalcModal,
  .agentProfileContactAgent .lifeCalcModal,
  .product-hero .lifeCalcModal {
    position: static;
  }
}
.endQuoteContactAgent .agency-contact-screen,
.lifeCalcContactAgent .agency-contact-screen,
.agentProfileContactAgent .agency-contact-screen,
.product-hero .agency-contact-screen {
  position: relative;
}
.endQuoteContactAgent .endQuoteModalClose,
.lifeCalcContactAgent .endQuoteModalClose,
.agentProfileContactAgent .endQuoteModalClose,
.product-hero .endQuoteModalClose {
  text-indent: -99999px;
  background: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20106.07%20106%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23333%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ex%3C/title%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22104.1%22%20y%3D%2239.67%22%20width%3D%2210.6%22%20height%3D%22139.3%22%20transform%3D%22translate%28-101.59%2053.05%29%20rotate%28-45%29%22/%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2239.68%22%20y%3D%22104.02%22%20width%3D%22139.3%22%20height%3D%2210.6%22%20transform%3D%22translate%28-101.61%2053%29%20rotate%28-45%29%22/%3E%3C/svg%3E') no-repeat center center;
  border: none;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 0;
  margin: 5px;
}
.hheroContactAgent {
  background-color: white;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: fixed;
  left: 20em;
  top: 2em;
  right: 20em;
  bottom: 2em;
  z-index: 10000000;
}
@media (max-height: 1024px) {
  .hheroContactAgent {
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .hheroContactAgent {
    display: block;
    left: 0;
    right: 0;
    z-index: 50000;
  }
}
.hheroContactAgent .agency-contact-screen {
  position: relative;
}
.hheroContactAgent .endQuoteModalClose {
  text-indent: -99999px;
  background: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20106.07%20106%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23333%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ex%3C/title%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22104.1%22%20y%3D%2239.67%22%20width%3D%2210.6%22%20height%3D%22139.3%22%20transform%3D%22translate%28-101.59%2053.05%29%20rotate%28-45%29%22/%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2239.68%22%20y%3D%22104.02%22%20width%3D%22139.3%22%20height%3D%2210.6%22%20transform%3D%22translate%28-101.61%2053%29%20rotate%28-45%29%22/%3E%3C/svg%3E') no-repeat center center;
  border: none;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 0;
  margin: 5px;
}
.agentProfile .getAQuoteModal {
  left: 10em;
  right: 10em;
}
@media (max-height: 1024px) {
  .agentProfile .getAQuoteModal {
    overflow-y: auto;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .agentProfile .getAQuoteModal {
    position: static;
    box-shadow: none;
  }
  .agentProfile .getAQuoteModal.getAQuoteModal {
    left: 10px;
    right: 10px;
  }
}
.customizeyourcoverage-wrapper .endQuoteContactAgent,
.customizeyourcoverage-wrapper .endQuoteContactAgent.product-endCTA,
.customizeyourcoverage-wrapper .endQuoteContactAgent.lifeCalcContactAgent {
  background-image: none;
}
@media (max-height: 1024px) {
  .customizeyourcoverage-wrapper .endQuoteContactAgent .getAQuoteModal,
  .customizeyourcoverage-wrapper .endQuoteContactAgent.product-endCTA .getAQuoteModal,
  .customizeyourcoverage-wrapper .endQuoteContactAgent.lifeCalcContactAgent .getAQuoteModal {
    overflow-y: hidden;
  }
}
.customizeyourcoverage-wrapper .endQuoteContactAgent form,
.customizeyourcoverage-wrapper .endQuoteContactAgent.product-endCTA form,
.customizeyourcoverage-wrapper .endQuoteContactAgent.lifeCalcContactAgent form {
  margin: auto;
}
.customizeyourcoverage-wrapper .form-group.has-error.has-feedback.bg-warning {
  margin-top: 0;
  margin-bottom: 0;
}
.agentProfile {
  background-image: none;
  clear: both;
}
.agentProfile form {
  margin: auto;
}
.agentProfile .form-group.has-error.has-feedback.bg-warning {
  margin-top: 0;
  margin-bottom: 0;
}
.agentProfile #getAQuoteModal,
.agentProfile #getAQuoteModalCTA,
.agentProfile #getAQuoteModalHero {
  max-width: 1000000px;
}
.agentProfile .getAQuoteModal,
.agentProfile .lifeCalcModal {
  background-color: white;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: fixed;
  left: 10em;
  top: 2em;
  right: 10em;
  bottom: 2em;
  z-index: 10000000;
}
@media (max-height: 1024px) {
  .agentProfile {
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .agentProfile {
    position: static;
    box-shadow: none;
    width: auto;
  }
}
.agency-contact-screen {
  position: relative;
}
.endQuoteModalClose {
  text-indent: -99999px;
  background: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20106.07%20106%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23333%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ex%3C/title%3E%3Crect%20class%3D%22cls-1%22%20x%3D%22104.1%22%20y%3D%2239.67%22%20width%3D%2210.6%22%20height%3D%22139.3%22%20transform%3D%22translate%28-101.59%2053.05%29%20rotate%28-45%29%22/%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2239.68%22%20y%3D%22104.02%22%20width%3D%22139.3%22%20height%3D%2210.6%22%20transform%3D%22translate%28-101.61%2053%29%20rotate%28-45%29%22/%3E%3C/svg%3E') no-repeat center center;
  border: none;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 0;
  margin: 5px;
}
#business-risk-interactive-modal .modal-header {
  padding-bottom: 30px !important;
}
#business-risk-interactive-modal .ei-interactive .ei-interactive-screen:last-of-type .eii-business-risk-screen {
  overflow-y: scroll;
  height: 343px;
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .ei-interactive .ei-interactive-screen:last-of-type .eii-business-risk-screen {
    height: 325px;
  }
}
#business-risk-interactive-modal .ei-interactive .ei-interactive-screen:last-of-type {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .ei-interactive .ei-interactive-screen:last-of-type {
    padding-bottom: 40px;
  }
}
#business-risk-interactive-modal .ei-interactive .ei-interactive-screen:last-of-type .eii-business-risk-contents {
  text-align: center;
}
#business-risk-interactive-modal .eii-business-risk-screen {
  /*.list-options {
            text-align: center;
            padding: 5px;
        }*/
}
#business-risk-interactive-modal .eii-business-risk-screen li {
  display: inline;
}
#business-risk-interactive-modal .eii-business-risk-screen .business-risk-results-list div {
  display: none;
  padding-bottom: 20px;
}
#business-risk-interactive-modal .eii-business-risk-screen .business-risk-results-list div h3 {
  padding-bottom: 10px;
}
#business-risk-interactive-modal .eii-business-risk-screen img {
  width: 10px;
}
#business-risk-interactive-modal .eii-business-risk-screen .btn {
  width: 245px;
  height: 56px;
}
@media (max-width: 1024px) {
  #business-risk-interactive-modal .eii-business-risk-screen .btn {
    width: 100%;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .btn.businessRiskContactAnAgent {
  margin: 30px 0 30px 0;
}
@media (max-width: 1024px) {
  #business-risk-interactive-modal .eii-business-risk-screen .btn.businessRiskContactAnAgent {
    width: 100%;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .btn-list {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .eii-business-risk-screen .btn-list {
    flex-wrap: wrap;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .btn-list input:checked + label.btn:before {
  background: none;
  border: 0;
  box-shadow: none !important;
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.3%206.6%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.3%200.9%207.3%200%202.7%204.7%201%203%200%203.9%202.7%206.6%203.6%205.6%203.6%205.6%208.3%200.9%22%2F%3E%3C%2Fsvg%3E');
  display: inline-block;
  height: 1em;
  outline: none !important;
  position: static;
}
#business-risk-interactive-modal .eii-business-risk-screen .btn-list input:checked + label.btn:after {
  border: none;
}
#business-risk-interactive-modal .eii-business-risk-screen .btn-list input:focus + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0079c1;
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .eii-business-risk-screen .btn-list .lc-radio-description {
    display: inline;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .btn-list li + li {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #business-risk-interactive-modal .eii-business-risk-screen .btn-list li {
    width: 245px;
  }
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .eii-business-risk-screen .btn-list li {
    flex-grow: 1;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .lc-group-multi.lc-field-radio .btn {
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .eii-business-risk-screen .lc-group-multi.lc-field-radio {
    display: block;
  }
  #business-risk-interactive-modal .eii-business-risk-screen .lc-group-multi.lc-field-radio li {
    /*clear: left;*/
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    width: 47%;
  }
  #business-risk-interactive-modal .eii-business-risk-screen .lc-group-multi.lc-field-radio li:nth-of-type(2n) {
    /*clear: right;*/
    float: right;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .list-options {
  margin-top: 0;
}
#business-risk-interactive-modal .eii-business-risk-screen legend {
  border-bottom: none;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .eii-business-risk-screen legend {
    margin: 20px auto;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .btn-outline-primary > img {
  display: none;
}
#business-risk-interactive-modal .eii-business-risk-screen .btn-solid-primary > img {
  display: inline;
}
#business-risk-interactive-modal .eii-business-risk-screen .ei-interactive-controls {
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  #business-risk-interactive-modal .eii-business-risk-screen .ei-interactive-controls {
    margin-top: 75px;
  }
}
#business-risk-interactive-modal .eii-business-risk-screen .ei-interactive-controls .btn {
  display: block;
  margin: auto;
}
#business-risk-interactive-modal .eii-business-risk-screen .ei-interactive-controls .ei-interactive-back {
  padding-left: 25px;
  padding-right: 25px;
}

/*@import url('../Shared/variables.less');

.industry-package-wrapper .industry-package-hero{
	height:400px;
}

.industry-package-wrapper .industry-package-hero .basic-hero-title {
    font-weight: 100;
    margin-bottom: 0.7em;
    font-size: 3.0em;
}

.industry-package-wrapper .industry-package-hero .basic-hero-description {
    font-size: 1em;
    font-weight: 100;
}
.industry-package-wrapper .industry-package-header {
    padding: 20px;
}

.industry-package-wrapper .industry-package-header .super-title{
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    padding-bottom: 10px;
    color: #b9b9b9;
}

.industry-package-wrapper .industry-package-header .description {
    font-size: 1.2em;
    font-weight: 100;
}

.industry-package-wrapper .industry-package-hero-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 20px;
}

.industry-package-wrapper .grayscale {
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.industry-package-wrapper .package-list .box {
   float: left;
   position: relative;
   width: 33%;
   padding-bottom: 25%;
   border: 7px solid #fff;
}
.industry-package-wrapper .package-list .box .boxInner {
	position: absolute;
	overflow: hidden;
	width:100%;
	height:100%;
}
.industry-package-wrapper .package-list .box .boxInner img {
   min-height: 100%;
	min-width: 100%;
}
.industry-package-wrapper .package-list .box .boxInner .content-wrapper {
    background-color: fade(@primary, 90%);
	margin: 5%;
	height: 80%;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.industry-package-wrapper .package-list a{
        color: #ffffff;
        text-transform: uppercase;
    }

    .industry-package-wrapper .package-list a:hover, .industry-package-wrapper .package-list  a:focus{
        text-decoration: none; 
    }

.industry-package-wrapper .package-list .box .boxInner .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
	color:#fff;
	display: table;
	/*background-image: linear-gradient(to bottom, rgba(17, 117, 179, .7) 100%, rgba(17, 117, 179, .7) 100%, rgba(17, 117, 179, .7)100%);*/
/*}

@media(max-width:1024px){

	.industry-package-wrapper .package-list .box {
		width: 50%;
	    padding-bottom: 30%;
	}
}
			
@media(max-width:767px){
    .industry-package-wrapper .industry-package-hero-container{ 
        display: table;
    }
    .industry-package-wrapper .industry-package-hero .container {
        padding: 0 2em 0 2em;
        height: 350px;
        display: table-cell;
    }
	.industry-package-wrapper .package-list .box {
		width: 100%;
	    /*height: 130px;*/
/*    padding-bottom: 25%;
	}
    .industry-package-wrapper .industry-package-hero .scroll-down {
        text-align: center;
        display: table-row;
        background: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-405%20152.8%2039.3%2021.2%22%20style%3D%22enable-background%3Anew%20-405%20152.8%2039.3%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-white%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-385.4%2C174%20-405%2C154.4%20-403.6%2C153%20-385.4%2C171.2%20-367.1%2C152.8%20-365.7%2C154.2%20%22/%3E%0A%3C/svg%3E%0A);
        background-repeat: no-repeat;
        background-size: 20px 40px;
        background-position: 50% 100%;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 100;
    }

    
}
	
@media(max-width: 1100px){
	
	.industry-package-wrapper .industry-package-hero-description{
		top:0;
	}
	
}*/

.three-column-copy-block {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.three-column-copy-block .featured-coverages {
  padding: 0;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.three-column-copy-block .featured-coverages li {
  list-style: none;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .three-column-copy-block {
    max-width: 100%;
    padding: 0 44px;
  }
  .three-column-copy-block .featured-coverages {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .three-column-copy-block {
    padding: 0 30px;
  }
  .three-column-copy-block .featured-coverages {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  .three-column-copy-block .featured-coverages li {
    text-align: left;
    padding-right: 0;
  }
}

.career-hhero-carousel {
  height: 80vh !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: 100%;
}
.career-hhero-carousel .basic-hero .container {
  padding: 0;
}
.career-hhero-carousel .basic-hero-title {
  font-weight: 300;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .career-hhero-carousel .basic-hero-title {
    font-size: 36px;
  }
}
.career-hhero-carousel .featurespotlight-title {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: none;
}
@media (max-width: 670px) {
  .career-hhero-carousel .featurespotlight-title {
    font-size: 28px;
  }
}
.career-hhero-carousel .featurespotlight-description {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 auto;
  max-width: 840px;
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 670px) {
  .career-hhero-carousel .featurespotlight-description {
    display: none;
  }
}
.career-hhero-carousel .hhero-content-wrapper {
  max-width: 960px;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.career-hhero-carousel .hhero-title {
  font-weight: 300;
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: left;
}
.career-hhero-carousel .hhero-content {
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.career-hhero-carousel .hhero-content span {
  background-color: none;
  color: #ffffff;
}
.career-hhero-carousel .basic-hero-callout {
  margin-top: 2.37em;
  margin-bottom: 1.185em;
}
.career-hhero-carousel .btn-callout {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  margin-top: 1.185em;
  margin-bottom: 1.185em;
}
.career-hhero-carousel .slide {
  left: 0;
  right: 0;
}
.career-hhero-carousel .career-carousel {
  max-width: 960px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 100px;
  padding-top: 3.333em;
  padding-bottom: 3.333em;
}
@media (max-width: 767px) {
  .career-hhero-carousel .career-carousel {
    margin-top: 25%;
    padding-bottom: 0;
  }
}
.career-hhero-carousel .career-carousel [class*='col-'] {
  padding: 0 20px;
}
.career-hhero-carousel .career-carousel .carousel {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .career-hhero-carousel .career-carousel .carousel {
    padding-top: 20px;
  }
}
.career-hhero-carousel .career-carousel .glyphicon-chevron-right,
.career-hhero-carousel .career-carousel .glyphicon-chevron-left {
  height: 57px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  top: 45%;
}
.career-hhero-carousel .career-carousel .glyphicon-chevron-right {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-1619.9%20593.1%2021.1%2039.2%22%20style%3D%22enable-background%3Anew%20-1619.9%20593.1%2021.1%2039.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23333333%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-black%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-1618.6%2C632.3%20-1619.9%2C631%20-1601.6%2C612.6%20-1619.8%2C594.5%20-1618.4%2C593.1%20-1598.8%2C612.6%20%22/%3E%0A%3C/svg%3E%0A');
}
.career-hhero-carousel .career-carousel .glyphicon-chevron-left {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-1205.9%20449.4%2021.2%2039.3%22%20style%3D%22enable-background%3Anew%20-1205.9%20449.4%2021.2%2039.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23333333%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-black%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-1205.9%2C468.9%20-1186.3%2C449.4%20-1184.9%2C450.8%20-1203.1%2C468.9%20-1184.8%2C487.3%20-1186.1%2C488.6%20%22/%3E%0A%3C/svg%3E%0A');
}
.career-hhero-carousel .career-carousel .glyphicon-chevron-left:before,
.career-hhero-carousel .career-carousel .glyphicon-chevron-right:before {
  content: none;
}
.career-hhero-carousel .career-carousel .item {
  padding: 0 20px;
}
.career-hhero-carousel .career-carousel .image-container {
  height: 50px;
  margin: auto;
}
.career-hhero-carousel .career-carousel .image-container img {
  max-height: 50px;
}
@media (max-width: 767px) {
  .career-hhero-carousel .career-carousel .carousel-control {
    display: none;
  }
}
.career-hhero-carousel .career-carousel .carousel-control.left,
.career-hhero-carousel .career-carousel .carousel-control.right {
  background-image: none;
  width: 3%;
}
@media (max-width: 767px) {
  .career-hhero-carousel .career-carousel .carousel-inner .active.left {
    left: -100%;
  }
  .career-hhero-carousel .career-carousel .active > div:first-child,
  .career-hhero-carousel .career-carousel .active > div:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .career-hhero-carousel .career-item-count {
    display: none;
  }
}
@media (max-width: 767px) {
  .career-hhero-carousel .career-item-count {
    display: block;
    line-height: 30px;
    margin: 1em 0;
  }
}
.career-hhero-carousel .career-item-count:before {
  content: '';
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-1205.9%20449.4%2021.2%2039.3%22%20style%3D%22enable-background%3Anew%20-1205.9%20449.4%2021.2%2039.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23333333%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-black%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-1205.9%2C468.9%20-1186.3%2C449.4%20-1184.9%2C450.8%20-1203.1%2C468.9%20-1184.8%2C487.3%20-1186.1%2C488.6%20%22/%3E%0A%3C/svg%3E%0A');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding: 1px 20px;
  background-position: center;
}
.career-hhero-carousel .career-item-count:after {
  content: '';
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-1619.9%20593.1%2021.1%2039.2%22%20style%3D%22enable-background%3Anew%20-1619.9%20593.1%2021.1%2039.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23333333%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-black%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-1618.6%2C632.3%20-1619.9%2C631%20-1601.6%2C612.6%20-1619.8%2C594.5%20-1618.4%2C593.1%20-1598.8%2C612.6%20%22/%3E%0A%3C/svg%3E%0A');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding: 1px 20px;
  background-position: center;
}
.career-hhero-carousel .learn-more {
  text-align: center;
  background: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-405%20152.8%2039.3%2021.2%22%20style%3D%22enable-background%3Anew%20-405%20152.8%2039.3%2021.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-white%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-385.4%2C174%20-405%2C154.4%20-403.6%2C153%20-385.4%2C171.2%20-367.1%2C152.8%20-365.7%2C154.2%20%22/%3E%0A%3C/svg%3E%0A);
  background-repeat: no-repeat;
  background-size: 20px 40px;
  background-position: center bottom;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-weight: 100;
}
.career-hhero-carousel .item-count {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0px;
  text-align: center;
}
.career-hero-carousel-editor .carousel {
  overflow-x: scroll;
  margin-bottom: 10px;
}
.career-hero-carousel-editor .carousel .carousel-inner {
  /*white-space:  nowrap;*/
  padding-bottom: 0;
  height: initial;
  padding: 10px;
}
.career-hero-carousel-editor .slide {
  left: 0;
  right: 0;
}

@media (max-width: 670px) {
  .image-slideshow .image-carousel-container .carousel-inner > .item img {
    height: 20em;
    min-height: initial;
  }
}
.image-slideshow .image-carousel-container .carousel-content,
.image-slideshow .image-carousel-page-editor .carousel-content {
  color: #fff;
  min-height: 325px;
  padding: 20px 5% 80px !important;
  text-align: center;
}
.image-slideshow .image-carousel-container .carousel-content ul,
.image-slideshow .image-carousel-page-editor .carousel-content ul {
  display: block;
}
.image-slideshow .image-carousel-container .carousel-content .title,
.image-slideshow .image-carousel-page-editor .carousel-content .title {
  font-size: 1.1em;
}
.image-slideshow .image-carousel-container .carousel-content .description,
.image-slideshow .image-carousel-page-editor .carousel-content .description {
  font-size: 1.5em;
  padding: 40px 0 0 !important;
}
@media (max-width: 1024px) {
  .image-slideshow .image-carousel-container .carousel-content .title,
  .image-slideshow .image-carousel-page-editor .carousel-content .title {
    font-size: 1em;
  }
  .image-slideshow .image-carousel-container .carousel-content .description,
  .image-slideshow .image-carousel-page-editor .carousel-content .description {
    font-size: 1.2em;
  }
}
@media (max-width: 670px) {
  .image-slideshow .image-carousel-container .carousel-content,
  .image-slideshow .image-carousel-page-editor .carousel-content {
    padding: 5%;
  }
  .image-slideshow .image-carousel-container .carousel-content .title,
  .image-slideshow .image-carousel-page-editor .carousel-content .title {
    font-size: 0.8em;
  }
  .image-slideshow .image-carousel-container .carousel-content .description,
  .image-slideshow .image-carousel-page-editor .carousel-content .description {
    font-size: 1em;
    padding: 30px 0 !important;
  }
}
@media (min-width: 671px) {
  .image-slideshow .carousel-indicators li {
    height: 20px;
    margin: 5px 13px;
    width: 20px;
  }
  .image-slideshow .carousel-indicators .active {
    height: 22px;
    width: 22px;
  }
}
.image-slideshow .image-carousel-container.image-carousel-page-editor .carousel-inner {
  overflow-x: auto !important;
  overflow-y: auto !important;
}
.image-slideshow .image-carousel-container.image-carousel-page-editor .carousel-inner > div {
  height: auto !important;
}
.image-slideshow-wrapper {
  max-width: 824px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.image-slideshow-wrapper h2.variant {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .image-slideshow-wrapper h2.variant {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .image-slideshow-wrapper h2.variant {
    margin-bottom: 20px;
  }
}
.image-slideshow-wrapper .carousel-item-image-slideshow-content {
  margin-top: 30px;
  margin-left: 2em;
}
@media (max-width: 767px) {
  .image-slideshow-wrapper .carousel-item-image-slideshow-content {
    margin-top: 20px;
  }
}
.image-slideshow-wrapper img {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.image-slideshow-wrapper .carousel-item-image-slideshow-image-container {
  margin-left: 2em;
  margin-right: 4.7em;
}

.officeLocations_Wrapper {
  width: 698px;
  padding-top: 70px;
  padding-bottom: 30px;
  margin: auto;
  display: flex;
}
@media (max-width: 1024px) {
  .officeLocations_Wrapper {
    width: 100%;
    padding: 70px 30px 60px 40px;
  }
}
@media (max-width: 767px) {
  .officeLocations_Wrapper {
    padding: 40px 0 30px 0px;
    display: grid;
  }
}
.officeLocations_Wrapper .officeLocations_ContentWrapper {
  width: 29.1%;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .officeLocations_Wrapper .officeLocations_ContentWrapper {
    width: 33.5%;
  }
}
@media (max-width: 767px) {
  .officeLocations_Wrapper .officeLocations_ContentWrapper {
    width: 73%;
    padding: 30px 0 0 30px;
    margin-right: auto;
    order: 1;
  }
}
.officeLocations_Wrapper .officeLocations_ContentWrapper .officeLocations_Telephone {
  pointer-events: none;
}
@media (max-width: 767px) {
  .officeLocations_Wrapper .officeLocations_ContentWrapper .officeLocations_Telephone {
    pointer-events: all;
  }
}
.officeLocations_Wrapper .officeLocations_ContentWrapper .listing {
  margin-bottom: 0px;
}
.officeLocations_Wrapper .officeLocations_ContentWrapper .listing dt {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 5px;
}
.officeLocations_Wrapper .officeLocations_ContentWrapper .listing dd {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .officeLocations_Wrapper .officeLocations_ContentWrapper .listing dd .officeLocations_Telephone {
    color: #222222;
  }
}
.officeLocations_Wrapper .officeLocations_ImageWrapper {
  float: right;
  width: 66.6%;
}
@media (max-width: 1024px) {
  .officeLocations_Wrapper .officeLocations_ImageWrapper {
    width: 76.8%;
  }
}
@media (max-width: 767px) {
  .officeLocations_Wrapper .officeLocations_ImageWrapper {
    width: 100%;
    order: 0;
  }
}
.officeLocations_Wrapper .officeLocations_ImageWrapper .officeLocations_Image {
  width: 100%;
}

.contact-form-hero-wrapper {
  background: #085e93;
  background-size: cover;
  color: white;
  padding: 7.46667em 0;
}
.contact-form-hero-wrapper span {
  font-weight: 300;
  font-size: 60px;
}
.contact-form-sub-section {
  padding: 5.333em 0;
}
.contact-form-sub-section .sub-title {
  font-weight: 300;
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
}
.contact-form-sub-section .description {
  font-weight: 300;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0px;
  line-height: 32px;
  padding-top: 20px;
}
.cotact-form-wrapper {
  /*background: @greyscale-light-grey;*/
  background-size: cover;
  color: #222222;
}
.cotact-form-wrapper .container {
  padding: 60px 0;
}
.cotact-form-wrapper .container form {
  margin: 0 1em;
  max-width: 620px;
}
@media (min-width: 768px) {
  .cotact-form-wrapper .container form {
    margin: 0 auto;
  }
}
.cotact-form-wrapper .container form p {
  /*margin-left:15px;*/
  margin-bottom: 15px;
}
.cotact-form-wrapper .form-submit-border {
  /*margin-left:15px;*/
}
.cotact-form-wrapper .form-submit-border .btn {
  width: 100%;
}
.cotact-form-wrapper .has-error .field-validation-error {
  display: block;
}
.cotact-form-wrapper .field-validation-error {
  background-color: #fbe6e6;
  color: #cc0000;
  display: none;
  font-size: 13px;
  padding: 5px 14px 5px 14px;
  margin-top: 0;
}
.cotact-form-wrapper .required-field .custom-title:before,
.cotact-form-wrapper .required-field .control-label:before,
.cotact-form-wrapper .required-field .checkbox label:after {
  color: #cc0000;
  content: "*";
  font-weight: bolder;
  margin-right: 5px;
}
.cotact-form-wrapper .form-group {
  margin-left: 0;
}
.cotact-form-wrapper .form-inline {
  /*margin-left:15px;*/
}
.cotact-form-wrapper .form-inline legend {
  margin-bottom: 0;
  font-size: 15px;
  border-bottom: none;
}
.cotact-form-wrapper .form-inline .form-group {
  margin: 0;
}
.cotact-form-wrapper .form-inline .halfSection {
  width: 100%;
  float: left;
  /*padding-right:15px;*/
}
@media (min-width: 768px) {
  .cotact-form-wrapper .form-inline .halfSection {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cotact-form-wrapper .form-inline .halfSection {
    padding-top: 10px;
  }
}
.cotact-form-wrapper .form-inline .halfSection input {
  width: 100%;
}
@media (min-width: 768px) {
  .cotact-form-wrapper .form-inline .halfSection + .halfSection {
    padding-left: 15px;
  }
}
.cotact-form-wrapper .check-group {
  margin-bottom: -5px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.cotact-form-wrapper .check-group input[type=checkbox] + label:before,
.cotact-form-wrapper .check-group input[type=radio] + label:before {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.cotact-form-wrapper .list-options > li {
  float: left;
}
@media (max-width: 767px) {
  .cotact-form-wrapper .list-options > li:not(:last-child) {
    margin-right: 25px;
  }
}
.cotact-form-wrapper .droplist-custom-value {
  display: none;
  margin-top: 10px;
}
.cotact-form-wrapper .droplist-custom-value.active {
  display: block;
}
.cotact-form-wrapper input[type=checkbox] + input[type=hidden] + label:before {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 7%;
  content: " ";
  display: inline-block;
  font-size: 100%;
  height: 1.2em;
  line-height: 1em;
  margin: 0.2em 0.4em 0 0;
  text-align: center;
  vertical-align: text-top;
  width: 1.2em;
  margin-right: 10px;
  margin-top: 0px;
}
.cotact-form-wrapper input[type=checkbox]:checked + input[type=hidden] + label:before {
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2280%22%3E%3Cpath%20d%3D%22M%2029%2C68%206%2C44%2017%2C33%2030%2C45%2063%2C12%2074%2C23%2029%2C68%20Z%22%20style%3D%22fill%3A%230b7abf%22%20%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.cotact-form-wrapper .checkbox label {
  padding-left: 0;
}
.alert-danger .bg-warning {
  margin: 0;
  background-color: transparent;
}
.alert-danger .bg-warning ul {
  padding-left: 0;
}
.textarea-wrapper {
  position: relative;
}
.textarea-wrapper .messageCounter {
  bottom: 0;
  color: #747474;
  font-weight: 700;
  position: absolute;
  right: 1.66667em;
}
/* ------------------------------------------------------ */
/* #CONTACTFORMHEADER                                     */
/* ------------------------------------------------------ */
.contact-header-wrapper {
  background-color: #085e93;
  color: #fff;
  padding: 6.666667em 0;
}
@media (min-width: 768px) {
  .contact-header-wrapper {
    padding: 8.666667em 0;
  }
}
@media (min-width: 1025px) {
  .contact-header-wrapper {
    padding: 10em 0;
  }
}
.contact-header-wrapper .contact-header {
  margin: 0 1.333333em;
  max-width: 960px;
}
@media (min-width: 768px) {
  .contact-header-wrapper .contact-header {
    margin: 0 2.666667em 0;
  }
}
@media (min-width: 1025px) {
  .contact-header-wrapper .contact-header {
    margin: 0 auto;
  }
}
.contact-header-wrapper .contact-header-title {
  font-size: 2.4em;
  font-weight: 200;
}
@media (min-width: 768px) {
  .contact-header-wrapper .contact-header-title {
    font-size: 3em;
  }
}
.contact-subheader {
  color: #222222;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 960px;
  padding: 4em 1.333333em;
}
@media (min-width: 768px) {
  .contact-subheader {
    padding: 4.666667em 2.666667em;
  }
}
@media (min-width: 1025px) {
  .contact-subheader {
    padding: 5.333333em 0;
  }
}
.contact-subheader .contact-subheader-subhead {
  margin-bottom: 1.111111em;
  text-transform: uppercase;
}
.contact-form-column .list-options input[type=radio] + label:before {
  border: 1px solid #747474;
}

.page-not-found-header {
  background: #085e93;
  height: 370px;
  color: #fff;
  font-size: 0.666667em;
  font-weight: 500;
  line-height: 2em;
}
@media only screen and (max-width: 468px) {
  .page-not-found-header {
    height: 250px;
  }
}
@media only screen and (max-width: 468px) {
  .page-not-found-content {
    text-align: center;
  }
}
.page-not-found-header-container {
  max-width: 960px;
}
.page-not-found-header a {
  color: inherit;
}
.page-not-found-header .page-not-found-breadcrumb:before {
  content: " ";
  padding: 10px;
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-399%20147%2053%2031%22%20style%3D%22enable-background%3Anew%20-399%20147%2053%2031%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-388.3%2C159.8%20-376.4%2C147.9%20-383.6%2C147.9%20-398%2C162.5%20-383.6%2C177%20-376.4%2C177%20-388.2%2C165%20-347%2C165%20%0A%09-347%2C159.9%20%22/%3E%0A%3C/svg%3E%0A);
  background-size: 10px 10px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.page-not-found-breadcrumb {
  font-weight: 200;
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 2em 0 0 0;
  /* line height (2em) * lines (1) */
  text-transform: uppercase;
}
.page-not-found-title {
  font-size: 64px;
  font-weight: 200;
  line-height: 1.3333333;
  margin: 0;
  padding-bottom: 1em;
  padding-top: 1.5em;
}
@media only screen and (max-width: 468px) {
  .page-not-found-title {
    font-size: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-not-found-input {
  border-bottom: 1px solid black;
  padding: 20px;
}
.error-page-site-links {
  list-style-type: disc;
  list-style-position: inside;
  columns: 150px 2;
  -webkit-columns: 150px 2;
  -moz-columns: 150px 2;
  margin-bottom: 41px;
  width: 75%;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  padding-left: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 468px) {
  .error-page-site-links {
    margin-left: auto;
    margin-right: auto;
  }
}
.error-page-site-links ul,
.page-not-found-search-results ul {
  padding-left: 0;
}
.error-page-site-links ul li,
.page-not-found-search-results ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-not-found-search-results {
  font-weight: 400;
  font-size: 16px;
}
.page-not-found-result-description {
  font-weight: 200;
}
.page-not-found-oops {
  margin-top: 69px;
  margin-bottom: 30px;
}
.page-not-found-contact-us {
  margin-top: 50px;
  margin-bottom: 103px;
}

/*.history-callout-wrapper{
	padding:50px 0;
	margin-left:auto;
	margin-right:auto;
    position: relative;
    text-align: center;
}

.history-callout-wrapper .zip-search-section{
	padding-top:3.667em;
	background-size: 30px 50%;
	background-repeat: no-repeat;
	background-position: 50% top;
	text-align: center;
    display: inline-block;
    margin: 20px 0 0 20px ;
}

.history-callout-wrapper .zip-search-control{
	width:100%;
    background-size: 10px 10px;
    padding-right: 20px;
	border-radius: 0;
	background-position: right 10px center;
    height: 30px;
    font-size: 0.8em;
}
.history-callout-wrapper .zip-search-section .zip-search-container{
    margin:0 auto;
    display: table;
	padding-top:10px;
}

.history-callout-wrapper .mosaic-title{
    font-size: 1.25em;
}*/
.history-callout-mosaic {
  position: relative;
  overflow: hidden;
}
.history-callout-mosaic .box {
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
  border: 1px solid #fff;
}
.history-callout-mosaic .box .boxInner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.history-callout-mosaic .box .boxInner img {
  height: 100%;
  min-width: 100%;
}
.history-callout-mosaic .carousel-control {
  display: none;
}
.history-callout-mosaic .box .boxInner .content-wrapper {
  height: 100%;
  overflow: hidden;
  display: table;
  padding: 25px;
  width: 100%;
}
.history-callout-mosaic .box .boxInner .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.history-callout-mosaic .box .boxInner .content ul {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  line-height: 1.5em;
}
.history-callout-mosaic .box .boxInner .content li.info {
  text-decoration: none;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s ease-in-out;
  -ms-transition: opacity 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s ease-in-out;
}
.history-callout-mosaic .box .boxInner .content li.info:first-child {
  padding-bottom: 10px;
}
.history-callout-mosaic .box .boxInner .content li.info.business-name {
  font-weight: bold;
}
.history-callout-mosaic .box .boxInner .content li.info.business-description {
  font-style: italic;
}
.history-calout-detials {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.history-calout-detials div + div {
  padding-top: 20px;
}
.history-callout-mosaic-editor .box .boxInner .content {
  margin: 10%;
  width: 80%;
  height: 80%;
}
.history-callout-mosaic .box .icon-overlay {
  background: url('data:image/svg+xml,%3c%3fxml version%3d%221.0%22 encoding%3d%22UTF-8%22 standalone%3d%22no%22 %3f%3e%3csvg xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22 width%3d%2232%22 height%3d%2232%22%3e%3cpath style%3d%22stroke%3a%23fff%3bstroke-width%3a3.5%3bstroke-linecap%3around%3bstroke-opacity%3a1%22 d%3d%22m 16.042485%2c5.9337999 c 0%2c19.9132981 0%2c19.9132981 0%2c19.9132981 l 0%2c0%22%2f%3e%3cpath style%3d%22stroke%3a%23fff%3bstroke-width%3a3.5%3bstroke-linecap%3around%3bstroke-opacity%3a1%22 d%3d%22m 6.1213393%2c15.78943 c 19.9132987%2c0 19.9132987%2c0 19.9132987%2c0 l 0%2c0%22%2f%3e%3c%2fsvg%3e') center center no-repeat;
  background-position: 98%;
  z-index: -1;
  width: 100%;
  height: 20%;
  position: absolute;
  overflow: hidden;
  top: 80%;
  text-align: center;
}
.history-callout-mosaic .box .icon-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: ;
}
.banner-carousel-wrapper {
  background-size: cover;
  height: 700px;
  position: relative;
}
/*Medium and large screens*/
@media (min-width: 767px) {
  .history-callout-mosaic .box > .boxInner:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .history-callout-mosaic .box > .boxInner:hover .content {
    background-color: rgba(0, 121, 193, 0.9);
  }
  .history-callout-mosaic .box > .boxInner:hover .content li.info,
  .history-callout-mosaic-editor .box > .boxInner .content li.info {
    opacity: 1;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
/*Only large screens*/
@media (max-width: 1024px) {
  .history-callout-wrapper .history-details,
  .history-callout-mosaic .box .boxInner .content li.info {
    font-size: 1em;
  }
  .history-callout-wrapper .zip-search-section {
    display: block;
  }
  .history-callout-wrapper .history-calout-detials {
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .history-callout-mosaic .box.left-panel,
  .history-callout-mosaic .box.right-panel {
    border: 1px solid #fff;
  }
  .history-callout-mosaic .box.left-panel {
    left: 0;
  }
  .history-callout-mosaic .box > .boxInner {
    overflow: hidden;
    height: 100%;
  }
  .history-callout-mosaic .box.left-panel > .boxInner img,
  .history-callout-mosaic .box.right-panel > .boxInner img {
    width: auto;
    height: 100%;
  }
  .history-callout-mosaic .box.active > .boxInner img {
    width: 100%;
  }
}
/*Only medium screens*/
@media (min-width: 768px) and (max-width: 1024px) {
  .history-callout-mosaic .box {
    width: 33%;
    padding-bottom: 33%;
  }
  .history-callout-mosaic .box.mosaic-last-tile {
    padding-bottom: 0px;
  }
}
/*Only small screens*/
@media (max-width: 767px) {
  .banner-carousel-wrapper {
    background-size: cover;
    height: 500px;
  }
  .history-callout-mosaic {
    height: 400px;
  }
  .history-callout-mosaic .box:not(.active):not(.left-panel):not(.right-panel) {
    width: 0!important;
    border: none;
  }
  .history-callout-wrapper .zip-search-control {
    height: 40px;
    background-size: 20px 20px;
    padding-right: 30px;
  }
  .history-callout-wrapper .zip-search-section {
    padding-top: 5.667em;
  }
  .history-callout-wrapper .zip-search-section div {
    font-size: 1.3em;
  }
  .history-callout-wrapper .zip-search-section .zip-search-container {
    width: 20%;
    padding-top: 20px;
  }
  .history-callout-mosaic .box.left-panel,
  .history-callout-mosaic .box.right-panel {
    width: 10% !important;
    height: 100%;
  }
  .history-callout-mosaic .box.active {
    width: 80% !important;
    height: 100%;
  }
  .history-callout-mosaic .active.first-item,
  .history-callout-mosaic .right-panel.first-item {
    left: 10%;
  }
  .history-callout-mosaic .left-panel.first-item {
    left: -90% !important;
  }
  .history-callout-mosaic .active.last-item {
    left: -10%;
  }
  .history-callout-mosaic .left-panel.last-item {
    left: -10% !important;
  }
  .history-callout-mosaic .right-panel.last-item {
    left: 90%;
  }
  .history-callout-mosaic .box.active .icon-overlay {
    z-index: 1;
    -o-filter: contrast(150%);
    -webkit-filter: contrast(150%);
    -moz-filter: contrast(150%);
    filter: contrast(150%);
  }
  .history-callout-mosaic .box.active > .boxInner .content.display-content {
    background-image: rgba(0, 121, 193, 0.9);
  }
  .history-callout-mosaic .box.active > .boxInner .content.display-content li.info,
  .history-callout-mosaic-editor .box.active > .boxInner .content.display-content li.info {
    opacity: 1;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .history-callout-wrapper .zip-search-section {
    padding-top: 5em;
    background-size: 40px 50%;
    background-position: 50% -10%;
  }
  .history-callout-wrapper .zip-search-section .zip-search-container {
    width: 70%;
    padding-top: 20px;
  }
  .history-callout-wrapper .zip-search-control {
    height: 60px;
    background-size: 20px 20px;
    padding-right: 30px;
  }
}

.account-information {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
.account-information.baseball {
  z-index: 100;
  font-weight: 500;
}
.account-information.baseball .agency-phone {
  margin-bottom: 0;
}
.account-information.baseball .section-title {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .account-information.baseball {
    padding: 70px 40px;
  }
  .account-information.baseball .agent-photo {
    float: none;
    margin: auto;
  }
  .account-information.baseball .section-title {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .account-information.baseball {
    padding: 50px 20px;
  }
  .account-information.baseball .section-title {
    padding-top: 40px;
  }
}
.account-information .img-circle {
  margin-bottom: 20px;
}
.account-information header {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .account-information header {
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .account-information .account-actions .btn {
    width: 100%;
  }
}
.account-information .account-actions [class*='col-']:not(:last-of-type) {
  padding-bottom: 10px;
}
.account-information .account-actions [class*='col-']:last-of-type {
  padding-bottom: 15px;
}
.account-information .account-actions .change-user-link {
  padding-top: 5px;
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}
.account-information .section-separator {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 50px;
}

.agentBrandBarItemContainer {
  margin: auto;
  max-width: 960px;
}
.agentbrandbar-header {
  text-align: center;
  clear: both;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .agentbrandbar-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .agentbrandbar-header {
    margin-bottom: 0px;
  }
}
.agentbrandbar-title {
  font-weight: 300;
  color: white;
}
.brandbaritems {
  text-align: center;
  margin-top: 21px;
}
.brandbaritems p {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .brandbaritems {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .brandbaritems {
    margin-top: 0px;
  }
  .brandbaritems p {
    padding-top: 25px;
  }
}
.agentbrandbar .brandbaritem a {
  color: white;
  text-decoration: underline;
}
.brandbaritem {
  color: white;
  display: inline-block;
  margin: 1.5em 6em;
  padding: 0em 2em 2em 2em;
}
@media (max-width: 767px) {
  .brandbaritem {
    margin: 0px;
  }
}
.brandbaritem-value {
  font-size: 4em;
  font-weight: 200;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .brandbaritem-value {
    font-size: 4.666666em;
  }
}
.brandbaritem {
  width: 32.9%;
  height: 18.25em;
}
@media (max-width: 767px) {
  .brandbaritem {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .brandbaritem-value {
    font-size: 5.333333em;
  }
}
#agentBrandBar {
  position: static !important;
}
@media (max-width: 767px) {
  .agentbrandbar-title {
    margin-bottom: 0px;
  }
  .agentbrandbar-header {
    text-align: center;
    clear: both;
    margin: 0 2em;
  }
  .brandbaritem {
    /*margin: 0 5.5em;*/
    padding: 30px 0;
    vertical-align: top;
    height: auto;
    margin: 0 2em;
  }
  .agentBrandBar .brandbaritem,
  .agentBrandBar .brandbaritem + .brandbaritem {
    border-bottom: 1px solid #fff;
  }
  .agentBrandBar .brandbaritem + .brandbaritem + .brandbaritem {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .brandbaritem {
    margin: 0;
    vertical-align: top;
  }
  .agentBrandBar .brandbaritem + .brandbaritem {
    border-left: 1px solid #fff;
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .agentBrandBar {
    display: inline-flex;
  }
}

@media screen and (min-width: 1025px) {
  .customer-content .right-sidebar {
    float: right;
    margin-top: -170px;
  }
}
@media screen and (max-width: 1024px) {
  .customer-content .left-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .customer-content .left-content {
    float: left;
    max-width: 40em;
  }
}
@media screen and (min-width: 1025px) {
  .customer-content .row.right-sidebar,
  .customer-content .row.left-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.customer-content + div {
  margin-top: 0 !important;
}

.customer-hero {
  position: relative;
}
.customer-hero .hero-text {
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 56px);
}
.customer-hero .hero-text .login-message {
  font-size: 15px;
  margin-top: 25px;
}
.customer-hero .hero-text .login-message a,
.customer-hero .hero-text .login-message a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 670px) {
  .customer-hero .hero-text {
    font-size: 36px;
    top: calc(50% - 79px);
    max-width: 260px;
  }
}
@media (min-width: 1024px) {
  .customer-hero .hero-text {
    text-align: left;
  }
}
.customer-hero .photo-fullbleed-container {
  margin-bottom: 0;
  max-height: 350px;
  padding: 137px 0;
  background: no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .customer-hero .photo-fullbleed-container {
    min-height: 290px;
  }
}
@media (min-width: 768px) {
  .customer-hero .photo-fullbleed-container {
    min-height: 350px;
  }
}
.hhero,
.get-in-touch,
.account-information {
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
}
.hhero .img-circle,
.get-in-touch .img-circle,
.account-information .img-circle {
  background-image: url('../../styles/Homepage/agentImages/NoAgent.html');
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-size: cover;
  background-position-y: -7px;
}
@media only screen and (max-width: 670px) {
  .hhero .img-circle,
  .get-in-touch .img-circle,
  .account-information .img-circle {
    margin: auto;
  }
}
.hhero .getAQuoteModal .modal-header,
.get-in-touch .getAQuoteModal .modal-header,
.account-information .getAQuoteModal .modal-header {
  color: #333;
}
.hhero .getAQuoteModal .modal-body,
.get-in-touch .getAQuoteModal .modal-body,
.account-information .getAQuoteModal .modal-body {
  margin-bottom: 40px;
}
.hhero .agent-name,
.get-in-touch .agent-name,
.account-information .agent-name,
.hhero .agency-photo,
.get-in-touch .agency-photo,
.account-information .agency-photo,
.hhero .agency-name,
.get-in-touch .agency-name,
.account-information .agency-name {
  cursor: pointer;
}
.hhero .agency-phone,
.get-in-touch .agency-phone,
.account-information .agency-phone,
.hhero .agency-name,
.get-in-touch .agency-name,
.account-information .agency-name {
  color: white;
  text-decoration: underline;
  margin-top: 15px;
}
.hhero .agency-phone,
.get-in-touch .agency-phone,
.account-information .agency-phone {
  margin-bottom: 30px;
}
.hhero .agent-name,
.get-in-touch .agent-name,
.account-information .agent-name {
  color: white;
  margin-top: 20px;
  font-weight: 700;
}
.hhero .btn,
.get-in-touch .btn,
.account-information .btn {
  padding: 21px 25px 20px;
}
.hhero .agency-link,
.get-in-touch .agency-link,
.account-information .agency-link {
  padding-top: 0;
}
.hhero .container {
  display: flex;
}
@media (max-width: 767px) {
  .hhero .container {
    padding-left: 1.334em;
    padding-right: 1.334em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hhero .container {
    padding-left: 2.7em;
    padding-right: 2.7em;
  }
}
.wffmAgentLocatorModal .container {
  display: block;
}
.hhero .wffmAgentLocatorModal {
  color: black;
}
.hhero-salutation {
  margin-bottom: 30px;
}
.hhero-quote:first-child .hhero-salutation {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .hhero-salutation {
    text-align: center;
    font-size: 4em;
    margin-bottom: 20px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 670px) {
  .hhero-salutation {
    line-height: 34px;
    font-size: 2.3em;
  }
}
.hhero-utility {
  background: #0c486c;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.hhero-utility .btn {
  margin: 1em 0.7699em;
}
.hhero-utility .hero-utility-header {
  text-transform: uppercase;
}
.hhero-quote {
  margin: auto;
}
.hhero .indicates-required {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .hhero .indicates-required {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .with-agent.hhero .indicates-required {
    padding-left: 0.75em;
    text-align: left;
  }
}
.hhero-agent {
  text-align: center;
  margin-right: 3.7em;
}
.hhero-container .hhero-agent-large .hhero-agent .offscreenAgencyHeader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hhero-agent-sm-med {
  display: none;
}
.hhero-agent .img-circle {
  margin: auto;
}
@media (max-width: 1024px) {
  .hhero-agent .img-circle {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .hhero-agent .img-circle {
    margin-top: 40px;
  }
}
.hhero-agent .hhero-agent-name {
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
.hhero-agent .hhero-agent-agency {
  font-size: 12px;
  line-height: 15px;
  margin-top: .5em;
  text-transform: uppercase;
}
.hhero-agent .hhero-agent-results {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  margin-top: .5em;
}
@media only screen and (max-width: 1024px) {
  .hhero-agent-large {
    display: none;
  }
  .hhero .container {
    display: block;
  }
  .hhero-agent-sm-med {
    display: block;
  }
  .hhero-agent-sm-med .hhero-agent {
    margin-right: 0;
    padding-bottom: 30px;
    background-color: #0b7abf;
  }
  .hhero-agent-sm-med .hhero-agent .offscreenAgencyHeader {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .hhero-utility {
    background: #0c486c;
    margin-top: 1em;
    text-align: center;
    position: inherit;
    font-size: 18px;
    padding-top: 40px;
  }
  .hhero-utility .btn + .btn {
    margin: 3em 0 2em 0;
  }
  .hhero-quote {
    text-align: center;
  }
  .agency-link {
    padding: 4em 4em 0 4em;
  }
  .hhero-utility .btn + .btn {
    margin: 1em 0 2em 0;
  }
  .hhero-agent-sm-med .hhero-agent-locatorLink {
    margin: 2.6715em;
  }
  .hhero-utility > .container {
    display: block;
  }
  .hhero-utility .btn {
    margin: 2em 0 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .hhero .container {
    align-items: center;
    display: flex;
    width: 1100px;
  }
  .hhero-utility .container {
    display: block;
  }
  .hhero-container {
    padding-top: 4.666667em;
  }
  .hhero-utility .hero-utility-header {
    font-size: 1.6em;
    font-weight: 300;
    margin-right: 50px;
  }
  .hhero {
    height: 639px;
  }
}
@media only screen and (max-width: 670px) {
  .hhero-quote .form-group {
    margin-left: 8px;
  }
  .hhero-agent-sm-med .hhero-agent-locatorLink {
    margin: 20px;
  }
  .agency-link {
    padding: 2em 2em 0 2em;
  }
  .hhero-agent-sm-med .hhero-agent {
    padding-bottom: 20px;
  }
  .hhero-utility {
    margin-top: 1em;
  }
}

.ei-form {
  /* note: this class is intentionally misnamed, used for honey pot to fool bots */
}
.ei-form .eig-f-line + .eig-f-line,
.ei-form .eig-f-line + [type=hidden] + .eig-f-line,
.ei-form .eig-f-line + [aria-live=assertive] + .eig-f-line,
.ei-form .eig-f-line + [aria-live=assertive] + [type=hidden] + .eig-f-line {
  margin-top: 20px;
}
.ei-form .eig-f-line.last-of-type {
  margin-bottom: 20px;
}
.ei-form + .form-group,
.ei-form [aria-live=assertive] + .form-group {
  margin-top: 20px;
}
.ei-form .btn {
  display: block;
  margin: 20px auto;
}
.ei-form .btn.eig-f-submit {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .ei-form .btn.eig-f-submit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ei-form legend {
  border-bottom: none;
  font-size: 1em;
}
.ei-form .ei-multitext-fieldset .form-group {
  margin-top: 10px;
}
.ei-form ul.list-options {
  margin-top: 5px;
}
.ei-form .select-wrapper {
  margin-top: 10px;
}
.ei-form .verify {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.ei-form .disclaimer-text {
  padding-top: 20px;
}
.ei-form .payment-extra p {
  margin: 2px 0;
}
.ei-form .payment-extra .form-group:last-of-type {
  margin-bottom: 0;
}
.ei-form .payment-extra .cco-panel {
  margin-bottom: 0;
  margin-top: 20px;
}
.ei-form .payment-extra + .form-group {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .ei-form .eig-f-field-nameComposite {
    display: flex;
    grid-gap: 40px;
    justify-content: space-between;
  }
  .ei-form .eig-f-field-nameComposite .form-group {
    margin-top: 0;
  }
  .ei-form .eig-f-field-nameComposite .form-control {
    width: auto;
  }
  .ei-form .eig-f-field-nameComposite .eig-f-field-nameMiddle {
    width: 100px;
  }
  .ei-form .eig-f-field-nameComposite .eig-f-field-nameMiddle label {
    white-space: nowrap;
  }
  .ei-form .eig-f-field-nameComposite .eig-f-field-nameMiddle .form-control {
    width: 100%;
  }
}
.ei-form .eig-f-subsectionHeading {
  font-size: 20px;
  font-weight: 700;
}
.ei-form .eig-f-subsectionHeading:not(:first-of-type) {
  margin-top: 40px;
}
.ei-form .has-error + [aria-live=assertive] > .error-message {
  display: block;
}
.internal-contact-form .ei-form,
.agent-contact-form .ei-form {
  margin: auto;
  max-width: 620px;
  padding: 40px 20px 50px;
}
@media (min-width: 768px) {
  .internal-contact-form .ei-form,
  .agent-contact-form .ei-form {
    padding-bottom: 70px;
  }
}
@media (min-width: 1025px) {
  .internal-contact-form .ei-form,
  .agent-contact-form .ei-form {
    padding-bottom: 100px;
  }
}
.agency-contact-form .ei-submit-desc {
  clear: both;
  padding-top: 40px;
}
.agency-contact-form .ei-submit-inner {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.ei-form-disclosure.module {
  font-style: italic;
  margin-top: 0;
}

.ei-interactive a[role=presentation]:focus {
  box-shadow: none !important;
  outline: none !important;
}
.ei-interactive .ei-interactive-hide {
  display: none !important;
}

.lc-splash-wrapper {
  background-size: cover;
  background-position-y: center;
  padding: 50px 20px;
  text-align: center;
}
.lc-splash-wrapper .lc-splash-content {
  padding-bottom: 50px;
}
.lc-splash-wrapper.content-block h2.section-header {
  margin-bottom: 10px;
}
.lc-splash-wrapper.content-block .section-header-description.horizontalLine:after {
  height: 3px;
  width: 49px;
}
@media (max-width: 767px) {
  .lc-splash-wrapper .section-header-description.horizontalLine {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .lc-splash-wrapper {
    padding: 70px 40px;
  }
  .lc-splash-wrapper .lc-splash-content {
    padding-bottom: 90px;
  }
}
.life-calc {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .life-calc {
    background: #e2e2e2;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .life-calc .lc-primarynav-wrapper.lc-lg {
    display: none;
  }
}
.life-calc .lc-primarynav-wrapper.lc-lg .lc-primarynav-list {
  background: #fff;
  display: flex;
  justify-content: space-around;
  /* for IE/Edge */
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.life-calc .lc-primarynav-wrapper.lc-lg .lc-primarynav-list li {
  border: 1px solid transparent;
  /* allows focus ring to show correctly */
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.life-calc .lc-primarynav-wrapper.lc-lg .lc-primarynav-list li button[role=tab] {
  background: none;
  border: 0;
  padding: 0 0 15px 0;
}
.life-calc .lc-primarynav-wrapper.lc-lg .lc-primarynav-list li button[role=tab][aria-selected=true] {
  background: linear-gradient(to top, #0079c1, #0079c1 9%, transparent 0%, transparent 100%);
  font-weight: 500;
}
.life-calc .lc-primarynav-wrapper.lc-lg .lc-primarynav-list li button[role=tab][disabled] {
  color: #747474;
}
.life-calc .lc-primarynav-wrapper.lc-lg .lc-primarynav-list li[data-completed='true'] {
  position: relative;
}
.life-calc .lc-primarynav-wrapper.lc-lg .lc-primarynav-list li[data-completed='true']:before {
  content: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%22-1%20-1%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%229%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9%2C18%20C4.02943725%2C18%204.99600361e-16%2C13.9705627%200%2C9%20C-6.24500451e-16%2C4.02943725%204.02943725%2C9.99200722e-16%209%2C0%20C13.9705627%2C-8.74300632e-16%2018%2C4.02943725%2018%2C9%20C18%2C11.3869484%2017.0517884%2C13.6761336%2015.363961%2C15.363961%20C13.6761336%2C17.0517884%2011.3869484%2C18%209%2C18%20L9%2C18%20Z%20M9%2C0.7875%20C4.46436149%2C0.7875%200.7875%2C4.46436149%200.7875%2C9%20C0.7875%2C13.5356385%204.46436149%2C17.2125%209%2C17.2125%20C13.5356385%2C17.2125%2017.2125%2C13.5356385%2017.2125%2C9%20C17.1879048%2C4.4745883%2013.5254117%2C0.812095173%209%2C0.7875%20L9%2C0.7875%20Z%22%20fill%3D%22%231CA049%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%231CA049%22%20points%3D%2214.2875%206.6375%2013.1625%205.625%207.9875%2010.9125%206.075%209%204.95%2010.0125%207.9875%2013.05%209%2011.925%209%2011.925%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  left: -25px;
  position: absolute;
}
.life-calc .lc-primarynav-wrapper.lc-md {
  position: relative;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .life-calc .lc-primarynav-wrapper.lc-md {
    display: none;
  }
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-dropdown-header {
  background: #0b486b;
  color: #fff;
  position: relative;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-dropdown-header p {
  margin: 0;
  padding: 15px 20px;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-dropdown-header .lc-dropdown-button {
  background: #0b7abf;
  border: none;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 66px;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-dropdown-header .lc-dropdown-button:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 18px;
  position: relative;
  top: -5px;
  transform: rotate(45deg);
  width: 18px;
}
.life-calc .lc-primarynav-wrapper.lc-md[data-open=true] .lc-primarynav-list {
  display: block;
}
.life-calc .lc-primarynav-wrapper.lc-md[data-open=true] .lc-dropdown-button:before {
  transform: rotate(225deg);
  top: 5px;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-primarynav-list {
  background: #fbfbfb;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-primarynav-list li {
  border: 1px solid #d1d1d1;
  border-width: 0 1px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-primarynav-list li button {
  background: none;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  box-sizing: border-box;
  padding: 10px 0 10px 50px;
  text-align: left;
  width: 100%;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-primarynav-list li button:hover {
  background: rgba(0, 121, 193, 0.05);
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-primarynav-list li button[aria-selected=true] {
  background: rgba(0, 121, 193, 0.15);
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-primarynav-list li[data-completed='true'] {
  position: relative;
}
.life-calc .lc-primarynav-wrapper.lc-md .lc-primarynav-list li[data-completed='true']:before {
  content: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%22-1%20-1%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23FFFFFF%22%20cx%3D%229%22%20cy%3D%229%22%20r%3D%229%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9%2C18%20C4.02943725%2C18%204.99600361e-16%2C13.9705627%200%2C9%20C-6.24500451e-16%2C4.02943725%204.02943725%2C9.99200722e-16%209%2C0%20C13.9705627%2C-8.74300632e-16%2018%2C4.02943725%2018%2C9%20C18%2C11.3869484%2017.0517884%2C13.6761336%2015.363961%2C15.363961%20C13.6761336%2C17.0517884%2011.3869484%2C18%209%2C18%20L9%2C18%20Z%20M9%2C0.7875%20C4.46436149%2C0.7875%200.7875%2C4.46436149%200.7875%2C9%20C0.7875%2C13.5356385%204.46436149%2C17.2125%209%2C17.2125%20C13.5356385%2C17.2125%2017.2125%2C13.5356385%2017.2125%2C9%20C17.1879048%2C4.4745883%2013.5254117%2C0.812095173%209%2C0.7875%20L9%2C0.7875%20Z%22%20fill%3D%22%231CA049%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%231CA049%22%20points%3D%2214.2875%206.6375%2013.1625%205.625%207.9875%2010.9125%206.075%209%204.95%2010.0125%207.9875%2013.05%209%2011.925%209%2011.925%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .life-calc .lc-stage-wrapper {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .life-calc .lc-stage-wrapper {
    padding: 0 30px 15px 30px;
  }
}
.life-calc .lc-primary-screen .lc-cat-variables {
  display: none;
}
@media (min-width: 1025px) {
  .life-calc .lc-primary-screen .lc-cat-variables {
    display: flex;
    margin: 15px 0;
  }
}
.life-calc .lc-primary-screen .lc-cat-variables .lc-cat-variable {
  display: none;
  text-align: center;
}
.life-calc .lc-primary-screen .lc-cat-variables .lc-cat-variable:not(:last-of-type) {
  margin-right: 45px;
}
.life-calc .lc-primary-screen .lc-cat-variables .lc-cat-variable .lc-cat-variableValue {
  text-transform: uppercase;
}
.life-calc .lc-primary-screen .lc-cat-variables[data-category='0'] [data-category='0'] {
  display: block;
}
.life-calc .lc-primary-screen .lc-cat-variables[data-category='1'] [data-category='1'] {
  display: block;
}
.life-calc .lc-primary-screen .lc-cat-variables[data-category='2'] [data-category='2'] {
  display: block;
}
.life-calc .lc-primary-screen .lc-cat-variables[data-category='3'] [data-category='3'] {
  display: block;
}
.life-calc .lc-primary-screen .lc-cat-variables[data-category='4'] [data-category='4'] {
  display: block;
}
.life-calc .lc-primary-screen .lc-cat-stage {
  background: #fff;
  padding: 20px 20px 0 20px;
  text-align: center;
}
.life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-screen {
  width: 100%;
}
.life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-screen > fieldset {
  display: flex;
  /* see #IE-grid-bugs below */
  -ms-flex-direction: column;
  width: 100%;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-screen-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  /* see #IE-grid-bugs below */
  -ms-grid-rows: auto 1fr 120px;
  grid-template-rows: auto 1fr 120px;
  min-height: 330px;
  width: 100%;
  /* see #IE-grid-bugs below */
}
@media (max-width: 767px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-screen-wrapper {
    -ms-grid-rows: auto 1fr 110px;
    grid-template-rows: auto 1fr 110px;
  }
}
@media (min-width: 1025px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-screen-wrapper {
    -ms-grid-rows: auto 1fr 130px;
    grid-template-rows: auto 1fr 130px;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-screen-wrapper-fieldset {
  min-height: 120px;
  display: block;
  padding-bottom: 70px;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-screen-wrapper-navigation {
  min-height: 120px;
  grid-template-rows: none;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-screen-wrapper-navigation {
    padding-left: 0px;
    display: block;
  }
}
@media (min-width: 1025px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-screen-wrapper-navigation {
    min-height: 130px;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage fieldset > .lc-screen-wrapper {
  -ms-grid-rows: 1fr 120px;
}
@media (max-width: 767px) {
  .life-calc .lc-primary-screen .lc-cat-stage fieldset > .lc-screen-wrapper {
    -ms-grid-rows: 1fr 110px;
    grid-template-rows: 1fr 110px;
  }
}
@media (min-width: 1025px) {
  .life-calc .lc-primary-screen .lc-cat-stage fieldset > .lc-screen-wrapper {
    -ms-grid-rows: 1fr 130px;
    grid-template-rows: 1fr 130px;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question {
  border-bottom: 0;
  margin-bottom: 20px;
  -ms-grid-column: 2;
  /* see #IE-grid-bugs below */
  -ms-grid-row: 1;
  text-align: center;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question .lc-question-text {
  font-size: 20px;
}
@media (min-width: 768px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question .lc-question-text {
    font-size: 24px;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question .lc-question-description {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields {
  -ms-grid-column: 2;
  /* see #IE-grid-bugs below */
  -ms-grid-row: 2;
  margin-bottom: 20px;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-number,
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-money {
  display: inline-block;
  font-size: 20px;
  padding: 5px 0;
  text-align: inherit;
  width: 2.4em;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-money {
  width: 10.8em;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list input:checked + label.btn {
    text-indent: -1.2em;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list input:checked + label.btn:before {
  background: none;
  border: 0;
  box-shadow: none !important;
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.3%206.6%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.3%200.9%207.3%200%202.7%204.7%201%203%200%203.9%202.7%206.6%203.6%205.6%203.6%205.6%208.3%200.9%22%2F%3E%3C%2Fsvg%3E');
  display: inline-block;
  height: 1em;
  outline: none !important;
  position: static;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list input:checked + label.btn:after {
  border: none;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list input:focus + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #0079c1;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list .lc-radio-description {
  display: block;
  font-size: 12px;
  text-transform: lowercase;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list li + li {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list li {
    width: 245px;
  }
}
@media (max-width: 767px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .btn-list li {
    flex-grow: 1;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-group-multi.lc-field-radio .btn {
  padding-bottom: 13px;
  padding-top: 13px;
}
@media (max-width: 1024px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-group-multi.lc-field-radio {
    display: block;
  }
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-group-multi.lc-field-radio li {
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
    width: 47%;
  }
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-group-multi.lc-field-radio li:nth-of-type(2n) {
    float: right;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .list-options {
  margin-top: 0;
}
@media (min-width: 768px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group .lc-field-children {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min-content 1fr min-content;
    grid-template-columns: min-content auto min-content;
    width: 100%;
  }
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group .lc-field-children {
    -ms-grid-column: 1;
    text-align: right;
    white-space: nowrap;
  }
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group .lc-field-children:nth-of-type(2n) {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group .lc-field-children:nth-of-type(4n+3),
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group .lc-field-children:nth-of-type(4n+4) {
    -ms-grid-row: 2;
  }
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group .lc-field-children label {
    margin-right: 5px;
  }
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group .lc-field-children input {
    text-align: center;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-field-children-group + div > .error-message {
  max-width: 100%;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-children-add {
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  margin-top: 15px;
  text-transform: none;
  width: auto;
}
@media (min-width: 768px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .lc-children-add {
    margin-top: 30px;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .error-message {
  text-align: left;
}
@media (min-width: 768px) {
  .life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields .error-message {
    margin: auto;
    max-width: 320px;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage fieldset .lc-question-fields {
  -ms-grid-row: 1;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-footnote {
  font-size: 0.8em;
  font-style: italic;
  text-align: left;
}
.life-calc .lc-primary-screen .lc-cat-stage .lc-question-fields > .lc-footnote {
  margin-top: 5px;
}
.life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-controls {
  -ms-grid-column: 2;
  /* see #IE-grid-bugs below */
  -ms-grid-row: 3;
  position: relative;
}
.life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-controls button {
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-controls .ei-interactive-next {
  top: 0;
}
.life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-controls .ei-interactive-back {
  bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-controls .ei-interactive-back {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .life-calc .lc-primary-screen .lc-cat-stage .ei-interactive-controls .ei-interactive-back {
    padding-top: 30px;
  }
}
.life-calc .lc-primary-screen .lc-cat-stage fieldset .ei-interactive-controls {
  -ms-grid-row: 2;
}
@media (max-width: 767px) {
  .life-calc .lc-primary-screen .lc-cat-stage {
    padding-left: 0;
    padding-right: 0;
  }
}
.life-calc .lc-primary-screen .lc-cat-total {
  background: #e2e2e2;
  padding: 15px 0 0 0;
  text-align: center;
}
.life-calc .lc-primary-screen .lc-cat-total .lc-cat-totalValue {
  font-size: 30px;
}
.life-calc .lc-screen-results {
  margin-bottom: 20px;
  max-height: 405px;
  overflow-y: scroll;
}
.life-calc .lc-screen-results h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
}
.life-calc .lc-screen-results h3:first-child {
  margin-top: 0;
}
.life-calc .lc-screen-results .lc-cat-total {
  background: none;
}
.life-calc .lc-screen-results tbody th {
  font-weight: 300;
}
.life-calc .lc-screen-results th:last-child,
.life-calc .lc-screen-results td:last-child {
  text-align: right;
}
.life-calc .lc-screen-results .lc-results-buttons {
  padding: 30px 0;
}
.life-calc .lc-screen-results .lc-results-buttons button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.life-calc .lc-screen-results .lc-control-reset {
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 0;
}
.life-calc h2.modal-header,
.life-calc h3.modal-header {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .life-calc .table > tbody > tr > td,
  .life-calc .table > tfoot > tr > td {
    padding-left: 0;
  }
  .life-calc .table > thead > tr {
    position: static;
  }
  .life-calc .table > thead > tr th {
    padding-top: 0;
  }
}
.life-calc-modal.modal-content .modal-header {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .life-calc-modal.modal-content .modal-header {
    padding: 20px;
  }
}
.life-calc-modal.modal-content .close-icon {
  top: 20px;
}
/* ------------------------------------------------------------- */
/* #IE-grid-bugs                                                 */
/* ------------------------------------------------------------- */
/**
    IE 10+ has some known bugs with grid layouts., in addition
    to still requiring prefices on certain properties and using
    an old version of the spec.

    1. IE won't honor a min-height on a grid layout item unless
       its parent is a flex container (I think a grid container
       also works).
    2. In order to horizontally center the contents of the screens
       here, we need to BOTH set the width of the container to 
       100% AND create empty columns on either side of it. Your
       guess is as good as mine.
*/

#main-content + .refagent-info {
  margin-top: 0;
}
.refagent-info-slim {
  text-align: center;
}
.refagent-info-slim.module.background-color {
  padding-bottom: 50px;
  padding-top: 50px;
}
.refagent-info-slim .refagent-name {
  font-size: 36px;
  margin: 10px 0;
}
.refagent-info-slim .refagent-phone {
  font-size: 24px;
}
@media (min-width: 1025px) {
  .refagent-info-slim {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .refagent-info-slim .refagent-headline {
    font-size: 15px;
  }
  .refagent-info-slim .refagent-name {
    font-size: 30px;
    margin: 10px 0;
  }
  .refagent-info-slim .refagent-phone {
    font-size: 18px;
  }
}
.refagent-info-photo .refagent-contact {
  text-align: center;
}
@media (min-width: 1025px) {
  .refagent-info-photo .refagent-contact {
    text-align: left;
  }
}
.refagent-info-photo .refagent-name {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .refagent-info-photo .refagent-name {
    font-size: 36px;
  }
}
.refagent-info-photo .refagent-photo {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .refagent-info-photo .refagent-photo {
    position: relative;
  }
  .refagent-info-photo .refagent-photo::after {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 220px;
  }
}
.refagent-info-photo .refagent-agentName {
  font-weight: 500;
  margin-bottom: 5px;
}
.refagent-info-photo .agent-photo {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .refagent-info-photo.module.background-color {
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .refagent-info-photo .container {
    display: flex;
    justify-content: space-between;
  }
  .refagent-info-photo .refagent-contact {
    padding-right: 30px;
  }
  .refagent-info-photo .refagent-name {
    font-weight: 300;
    margin-top: 0;
  }
  .refagent-info-photo .refagent-photo {
    border-left: 1px solid #fff;
    margin-top: 0;
    padding-top: 0;
    width: 300px;
  }
  .refagent-info-photo .agent-photo {
    margin-top: 0;
  }
}
.refagent-hero.module.background-color {
  padding-bottom: 0;
  padding-top: 0;
}
.refagent-hero.module.background-color > .container {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .refagent-hero.module.background-color > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .refagent-hero.module.background-color > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.refagent-hero.module.background-color .refagent-contact {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 1025px) {
  .refagent-hero.module.background-color .refagent-contact {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .refagent-hero.module.background-color {
    margin-bottom: 100px;
  }
}
.refagent-hero .refagent-name {
  margin-bottom: 20px;
}
.refagent-hero .refagent-inset .container {
  background-color: #0079c1;
  text-align: center;
  padding: 70px 100px;
}
@media (max-width: 1024px) {
  .refagent-hero .refagent-inset .container {
    padding: 70px 50px;
  }
}
@media (max-width: 767px) {
  .refagent-hero .refagent-inset .container {
    padding: 50px 20px;
  }
}
.refagent-hero .refagent-inset .container h1 {
  margin-bottom: 10px;
}
.refagent-hero .refagent-inset .container p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .refagent-hero .refagent-inset .container p {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .refagent-hero .refagent-inset .container p {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .refagent-hero .refagent-inset {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 0);
  }
}
.refagent-hero .refagent-icon {
  margin-bottom: 20px;
  max-width: 110px;
}
.refagent-hero .refagent-quote {
  margin-top: 50px;
}

.footprint-map {
  background-image: url('../../Images/footprint-map.html');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 400px;
  margin-top: 20px;
}

.page-header-with-nav {
  background: #2d2d2d;
  color: #fff;
  line-height: 2em;
  padding: 3em 2em 3em 2em;
}
@media (max-width: 767px) {
  .page-header-with-nav {
    padding: 1em;
  }
}
.page-header-with-nav .page-header-container {
  max-width: 960px;
  margin: 0 auto;
  /* CHILD NAV */
}
.page-header-with-nav .page-header-container .header-title {
  font-weight: 300;
  font-size: 4.261em;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: left;
  border-bottom: none;
}
.page-header-with-nav .page-header-container .header-parentpages {
  display: inline-flex;
}
.page-header-with-nav .page-header-container .header-parentpages a {
  padding-left: 10px;
  font-weight: 500;
  font-size: 0.932em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.page-header-with-nav .page-header-container .multi-nav-icon {
  padding: 10px;
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-801.9%20295.1%2024%2042.1%22%20style%3D%22enable-background%3Anew%20-801.9%20295.1%2024%2042.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-tertiary-blue%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-798.9%2C337.3%20-801.7%2C334.5%20-783.5%2C316.3%20-801.9%2C298%20-799.1%2C295.1%20-777.9%2C316.2%20%22/%3E%0A%3C/svg%3E%0A);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 0 20px;
}
.page-header-with-nav .page-header-container .multi-nav-icon:first-child {
  background: none;
  padding-left: 0;
}
.page-header-with-nav .page-header-container .multi-nav-icon:first-child > a {
  padding-left: 0;
}
.page-header-with-nav .page-header-container .header-subpages {
  border-top: 1px solid #0079c1;
}
.page-header-with-nav .page-header-container .header-subpages ul,
.page-header-with-nav .page-header-container .header-subpages li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-header-with-nav .page-header-container .header-subpages li {
  margin-top: 2em;
}
.page-header-with-nav .page-header-container .header-subpages li a {
  color: #fff;
}
@media (min-width: 768px) {
  .page-header-with-nav .page-header-container .header-subpages li {
    display: inline-block;
    margin-top: 3em;
    padding-right: 1em;
  }
  .page-header-with-nav .page-header-container .header-subpages li:not(:first-of-type) {
    border-left: 1px solid #0079c1;
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .page-header-with-nav .page-header-container .header-title {
    font-size: 2em;
  }
}
.page-teaser {
  background: #e8f4f9;
  color: #fff;
  padding: 31px 0;
}
.page-teaser .page-teaser-container {
  max-width: 960px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 13.98px;
  color: #222222;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center;
  padding: 0 30px;
}
.page-description {
  padding: 31px 0;
}
.page-description .page-title-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: center;
}

.modal-open {
  position: relative;
  overflow: hidden;
}
.eig-carousel[data-control-scheme=arrows].media-center-controls .carousel-controls .carousel-control-item {
  width: 27px;
}
@media (max-width: 767px) {
  .eig-carousel[data-control-scheme=arrows].media-center-controls .carousel-controls .carousel-control-item {
    width: 20px;
  }
}
.eig-carousel[data-control-scheme=arrows].media-center-controls .carousel-controls .carousel-control-back {
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-1205.9%20449.4%2021.2%2039.3%22%20style%3D%22enable-background%3Anew%20-1205.9%20449.4%2021.2%2039.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%230079c1%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-black%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-1205.9%2C468.9%20-1186.3%2C449.4%20-1184.9%2C450.8%20-1203.1%2C468.9%20-1184.8%2C487.3%20-1186.1%2C488.6%20%22/%3E%0A%3C/svg%3E%0A);
}
.carousel-first.eig-carousel[data-control-scheme=arrows].media-center-controls .carousel-controls .carousel-control-back {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2039%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23D1D1D1%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2219.5%2C39%2021%2C37.5%203%2C19.5%2021%2C1.5%2019.5%2C0%200%2C19.5%20%22%2F%3E%3C%2Fsvg%3E%0A%0A');
}
.eig-carousel[data-control-scheme=arrows].media-center-controls .carousel-controls .carousel-control-next {
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-1205.9%20449.4%2021.2%2039.3%22%20style%3D%22enable-background%3Anew%20-1205.9%20449.4%2021.2%2039.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%230079c1%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-black%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-1204.5%2C488.6%20-1205.9%2C487.3%20-1187.5%2C468.9%20-1205.8%2C450.8%20-1204.3%2C449.4%20-1184.8%2C468.9%20%22/%3E%0A%3C/svg%3E);
  right: 0;
}
.carousel-last.eig-carousel[data-control-scheme=arrows].media-center-controls .carousel-controls .carousel-control-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2039%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%09.st0%7Bfill%3A%23D1D1D1%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%221.5%2C39%200%2C37.5%2018%2C19.5%200%2C1.5%201.5%2C0%2021%2C19.5%20%22%2F%3E%3C%2Fsvg%3E%0A%0A');
}
.eig-carousel-container {
  margin: auto;
  margin-bottom: 50px;
  max-width: 960px;
  /*.carousel-item-media {*/
  /*}*/
}
.eig-carousel-container .row [class*="col-"] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.eig-carousel-container .media-center-link-container {
  text-align: center;
  padding-top: 30px;
}
.eig-carousel-container .media-center-link-container a {
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.eig-carousel-container .modal-wrapper td {
  border-bottom: none;
}
.eig-carousel-container .modal-wrapper tr + tr {
  border-top: 1px solid #979797;
}
.eig-carousel-container .modal-wrapper .img-container img {
  width: 100%;
  margin: 30px 0 50px;
}
.eig-carousel-container .modal-wrapper .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  margin-bottom: 30px;
}
.eig-carousel-container .modal-wrapper .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.eig-carousel-container .modal-wrapper .video-container .video-title {
  color: #222222;
  font-size: 16px;
}
.eig-carousel-container .download-media-link {
  margin: 50px 0;
  text-align: center;
}
.eig-carousel-container .download-media-link .download-icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-333%20330.9%2053%2061.1%22%20style%3D%22enable-background%3Anew%20-333%20330.9%2053%2061.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23888888%3B%7D%0A%3C/style%3E%0A%3Cpath%20id%3D%22XMLID_27_%22%20class%3D%22st0%22%20d%3D%22M-288.1%2C335.9V363h-3.5v-27.1c0-0.8-0.7-1.5-1.5-1.5H-315v14.8h-9v-3.5h5.5v-10.3l-11%2C9.3v37.7%0A%09c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h17.6l3.5%2C3.5H-328c-2.7%2C0-5-2.2-5-5v-38.7l0%2C0c0-0.4%2C0.2-0.8%2C0.6-1.2l13.2-11.2c0.4-0.2%2C0.7-0.4%2C1.1-0.4h0.1%0A%09h24.9C-290.4%2C330.9-288.1%2C333.1-288.1%2C335.9z%20M-280.2%2C374.2c-0.2-0.4-0.6-1.1-1.5-1.1h-6.4l0%2C0h-3.5l0%2C0v3.5h3.5h2.8l-11.6%2C11.6%0A%09l-11.5-11.6h3.3h3.5v-3.5v-12.6l0%2C0V357l0%2C0v-0.3c0-1-0.8-1.8-1.8-1.8s-1.8%2C0.8-1.8%2C1.8v9.4v0.1v6.8h-6.7c-0.8%2C0-1.5%2C0.4-1.8%2C1.1%0A%09c-0.3%2C0.8-0.2%2C1.9%2C0.4%2C2.5l14.5%2C14.6c0.5%2C0.5%2C1.2%2C0.8%2C1.8%2C0.8c0.7%2C0%2C1.3-0.3%2C1.8-0.8l14.6-14.6C-280%2C376.2-279.9%2C375.1-280.2%2C374.2z%0A%09%22/%3E%0A%3C/svg%3E%0A);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 25px;
  padding: 6px;
  display: inline-block;
}
@media (max-width: 767px) {
  .eig-carousel-container .download-media-link .download-icon {
    display: none;
  }
}
.eig-carousel-container .download-media-link a {
  text-align: left;
  padding-left: 25px;
  font-weight: 700;
  font-size: 12px;
  color: #0b7abf;
  letter-spacing: 0px;
  line-height: 18px;
}
.eig-carousel-container .download-media-link .goto-blogarticle-icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-333%20330.9%2053%2061.1%22%20style%3D%22enable-background%3Anew%20-333%20330.9%2053%2061.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23888888%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-289.2%2C336.1v22.5l-3.5-3.5v-19c0-0.8-0.7-1.5-1.5-1.5h-21.9l0%2C14.8h-9v-3.5h5.5v-10.3l-11%2C9.3v37.6%0A%09c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5l26.3%2C0v3.5l-26.3%2C0c-2.8%2C0-5-2.2-5-5v-38.6l0%2C0c0-0.4%2C0.2-0.8%2C0.6-1.2l13.2-11.2c0.3-0.3%2C0.7-0.4%2C1.1-0.4%0A%09l0.1%2C0h24.9C-291.5%2C331.1-289.2%2C333.4-289.2%2C336.1z%20M-281.1%2C371.2l-14.5-14.6c-0.5-0.5-1.2-0.8-1.8-0.8c-0.7%2C0-1.3%2C0.3-1.8%2C0.8%0A%09l-14.6%2C14.6c-0.5%2C0.5-0.7%2C1.6-0.3%2C2.5c0.2%2C0.4%2C0.6%2C1.1%2C1.5%2C1.1l9.9%2C0v-3.5l-6.3%2C0l11.6-11.5l11.5%2C11.5l-6.8%2C0l0%2C19.8%0A%09c0%2C0%2C0%2C0.1%2C0%2C0.1v0.1h0c0.1%2C0.8%2C0.8%2C1.5%2C1.7%2C1.5c1%2C0%2C1.8-0.8%2C1.8-1.8l0-16.3l6.7%2C0c0.8%2C0%2C1.5-0.4%2C1.8-1.1%0A%09C-280.3%2C372.8-280.5%2C371.7-281.1%2C371.2z%22/%3E%0A%3C/svg%3E%0A);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px 25px;
  padding: 6px;
}
.eig-carousel-container .download-media-link span + span {
  margin-left: 40px;
}
.eig-carousel-container .carousel-media-photo-container {
  position: relative;
  margin-bottom: 20px;
}
.eig-carousel-container .carousel-media-photo-container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.eig-carousel-container img.carousel-media-photo {
  width: 100%;
  display: block;
  position: relative;
}
.eig-carousel-container .effect .overlay {
  opacity: 0;
  overflow: visible;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.eig-carousel-container .effect .overlay .overlay-video-icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-327.9%20336.5%2065.6%2048.9%22%20style%3D%22enable-background%3Anew%20-327.9%20336.5%2065.6%2048.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-320.7%2C344.6c0-1.2%2C1-2.2%2C2.2-2.2c1.2%2C0%2C2.3%2C1%2C2.3%2C2.2c0%2C1.2-1%2C2.2-2.3%2C2.2%0A%09C-319.7%2C346.8-320.7%2C345.8-320.7%2C344.6z%20M-311.3%2C346.8c1.2%2C0%2C2.2-1%2C2.2-2.2c0-1.2-1-2.2-2.2-2.2c-1.2%2C0-2.2%2C1-2.2%2C2.2%0A%09C-313.6%2C345.8-312.6%2C346.8-311.3%2C346.8z%20M-262.3%2C341.5v38.9c0%2C2.8-2.2%2C5-5%2C5h-55.6c-2.8%2C0-5-2.2-5-5v-38.9c0-2.8%2C2.2-5%2C5-5h55.6%0A%09C-264.6%2C336.5-262.3%2C338.8-262.3%2C341.5z%20M-324.4%2C341.5v7.5h58.6v-7.5c0-0.8-0.7-1.5-1.5-1.5h-55.6%0A%09C-323.8%2C340-324.4%2C340.7-324.4%2C341.5z%20M-265.8%2C380.5v-27.9h-58.6v27.9c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h55.6%0A%09C-266.5%2C382-265.8%2C381.3-265.8%2C380.5z%20M-283.7%2C367.2c0%2C0.6-0.3%2C1.2-0.9%2C1.5l-15.9%2C9.2c-0.3%2C0.2-0.6%2C0.2-0.9%2C0.2%0A%09c-0.3%2C0-0.6-0.1-0.9-0.2c-0.5-0.3-0.9-0.9-0.9-1.5V358c0-0.6%2C0.3-1.2%2C0.9-1.5c0.5-0.3%2C1.2-0.3%2C1.8%2C0l15.9%2C9.2%0A%09C-284.1%2C366-283.7%2C366.6-283.7%2C367.2z%20M-289%2C367.2l-10.7-6.2v12.4L-289%2C367.2z%22/%3E%0A%3C/svg%3E%0A);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0 5px;
  opacity: 0;
}
.eig-carousel-container .effect .overlay .overlay-photo-icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-329%20336.4%2059.6%2049.6%22%20style%3D%22enable-background%3Anew%20-329%20336.4%2059.6%2049.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M-291.4%2C358.3c-0.7-0.7-0.7-1.8%2C0-2.5l8.9-8.9h-6.5c-1%2C0-1.8-0.8-1.8-1.8s0.8-1.7%2C1.8-1.7h10.7%0A%09c0.5%2C0%2C0.9%2C0.2%2C1.3%2C0.5c0.3%2C0.3%2C0.5%2C0.8%2C0.5%2C1.3v10.7c0%2C1-0.8%2C1.8-1.8%2C1.8s-1.7-0.8-1.7-1.8v-6.5l-8.9%2C8.9c-0.3%2C0.3-0.8%2C0.5-1.2%2C0.5%0A%09C-290.6%2C358.8-291.1%2C358.7-291.4%2C358.3z%20M-269.4%2C336.4V386H-329l0%2C0l0%2C0v-25.4l0%2C0v-24.2H-269.4z%20M-297.8%2C364.1h-27.7v18.4h27.7%0A%09V364.1z%20M-272.9%2C339.9h-52.6v20.7h31.2v21.9h21.4V339.9z%22/%3E%0A%3C/svg%3E%0A);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0 5px;
  opacity: 0;
}
.eig-carousel-container .effect .overlay .overlay-text {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0px;
  line-height: 14px;
  opacity: 0;
  top: 45%;
  left: 40%;
  width: 100px;
  position: absolute;
  text-align: center;
  display: inline-flex;
}
.eig-carousel-container .effect .overlay .overlay-text p {
  width: 40px;
  text-align: left;
}
.eig-carousel-container .effect:hover .overlay {
  opacity: 1;
  background-color: rgba(11, 122, 183, 0.7);
}
.eig-carousel-container .effect:hover .overlay .overlay-text,
.eig-carousel-container .effect:hover .overlay .overlay-video-icon,
.eig-carousel-container .effect:hover .overlay .overlay-photo-icon {
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.eig-carousel-container .carousel-media-title {
  color: #747474;
  text-align: center;
}
@media (max-width: 767px) {
  .eig-carousel-container .carousel-current {
    padding: 0 5%;
  }
}
.eig-carousel-container div.carousel-right {
  -moz-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -o-transform: translateX(105%);
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
.eig-carousel-container div.carousel-left {
  -moz-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  -o-transform: translateX(-105%);
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.eig-carousel-container + .eig-carousel-container {
  border-top: 1px solid #979797;
}
.tile-title {
  font-weight: 300;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: center;
  padding: 80px 0;
}
.tileitem-title {
  text-align: center;
}
.tile-item {
  padding-bottom: 50px;
}
.show-more-tiles-container {
  text-align: center;
  padding-bottom: 80px;
}
.media-center-footer {
  margin: 30px auto 90px;
  max-width: 960px;
  font-weight: 300;
  font-size: 10px;
  color: #747474;
  letter-spacing: 0px;
  line-height: 18px;
  text-align: center;
}
.media-center-footer hr {
  margin-bottom: 50px;
  background: #747474;
  width: 49px;
  height: 3px;
}

.pressrelease_contentwrapper {
  width: 940px;
  margin: auto;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pressrelease_contentwrapper {
    width: 100%;
    padding: 0 40px 70px 40px;
  }
}
@media (max-width: 767px) {
  .pressrelease_contentwrapper {
    padding: 0 30px 50px 30px;
  }
}
.pressrelease_contentwrapper .offscreenheader {
  display: none;
}
.pressrelease_contentwrapper .pressrelease-subheader {
  font-style: italic;
  font-weight: 700;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .pressrelease_contentwrapper .pressrelease-subheader {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pressrelease_contentwrapper .pressrelease-subheader {
    padding-bottom: 30px;
  }
}
.pressrelease_contentwrapper .pressrelease_content h1,
.pressrelease_contentwrapper .pressrelease_content h2,
.pressrelease_contentwrapper .pressrelease_content h3,
.pressrelease_contentwrapper .pressrelease_content h4,
.pressrelease_contentwrapper .pressrelease_content h5 {
  margin: 21px 0;
}
.pressrelease_contentwrapper .pressrelease_content h1 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .pressrelease_contentwrapper .pressrelease_content h1 {
    font-size: 2.4rem;
  }
}
.pressrelease_contentwrapper .pressrelease_content h2 {
  font-size: 1.2rem;
  font-weight: 700;
}
.pressrelease_contentwrapper .pressrelease_content h3 {
  font-size: 1.067rem;
  /* 16px */
  font-weight: 700;
}
.pressrelease_contentwrapper .pressrelease_content h4 {
  font-size: 1.067rem;
  /* 16px */
  font-weight: 500;
}
.pressrelease_contentwrapper .pressrelease_content h5 {
  font-size: 1rem;
  /* 15px */
  font-weight: 500;
}
.pressrelease_contentwrapper .pressrelease_content i {
  font-size: 13.5px;
  font-weight: 300;
}
.pressrelease_contentwrapper .pressrelease_content p {
  margin: 21px 0;
}
.pressrelease_contentwrapper .pressrelease_content p:first-child {
  margin-top: 0px;
}
.pressrelease_contentwrapper .pressrelease_contentlinkswrapper {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .pressrelease_contentwrapper .pressrelease_contentlinkswrapper {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pressrelease_contentwrapper .pressrelease_contentlinkswrapper {
    padding-top: 30px;
  }
}
.pressrelease_contentwrapper .pressrelease_contentlinkswrapper .variant {
  text-align: left;
  padding-bottom: 15px;
  margin: 0px;
}
.pressrelease_contentwrapper .pressrelease_contentlinkswrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pressrelease-headerwrapper {
  width: 940px;
  margin: auto;
  padding: 20px 0 50px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .pressrelease-headerwrapper {
    width: 100%;
    padding: 20px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .pressrelease-headerwrapper {
    padding: 20px 30px 30px 30px;
  }
}
.pressrelease-headerwrapper .pressrelease-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 29.1' width='17' height='9' preserveAspectRatio='xMinYMid'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230079c1; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='9.7 11.9 21.6 0 14.4 0 0 14.6 14.4 29.1 21.6 29.1 9.8 17.1 51 17.1 51 12 9.7 11.9' /%3E%3C/svg%3E") no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.92857em;
}
.pressrelease-headerwrapper h1 {
  margin: 0px;
  padding-top: 60px;
  text-transform: none;
}
@media (max-width: 1024px) {
  .pressrelease-headerwrapper h1 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pressrelease-headerwrapper h1 {
    padding-top: 30px;
    font-size: 36px !important;
  }
}

.pressRelease-IndexWrapper {
  width: 940px;
  margin: auto;
  padding: 70px 0 110px 0px;
}
@media (max-width: 1024px) {
  .pressRelease-IndexWrapper {
    width: 100%;
    padding: 40px 40px 70px 40px;
  }
}
@media (max-width: 767px) {
  .pressRelease-IndexWrapper {
    padding: 30px 30px 50px 30px;
  }
}
.pressRelease-IndexWrapper .section-header {
  text-align: left;
  margin: 0px;
  padding-bottom: 20px;
}
.pressRelease-IndexWrapper p {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .pressRelease-IndexWrapper p {
    padding-bottom: 30px;
  }
}
.pressRelease-IndexListWrapper {
  width: 940px;
  margin: auto;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .pressRelease-IndexListWrapper {
    width: 100%;
    padding: 60px 40px 0px 40px;
  }
}
@media (max-width: 767px) {
  .pressRelease-IndexListWrapper {
    padding: 40px 30px 0px 30px;
  }
}
.pressRelease-IndexListWrapper hr {
  border-top: 1px solid #E2E2E2;
  margin: 0px;
}
.pressRelease-IndexListWrapper .section-header {
  text-align: left;
  margin: 0px;
  padding-bottom: 24px;
}
@media (max-width: 1024px) {
  .pressRelease-IndexListWrapper .section-header {
    padding-bottom: 20px;
  }
}
.pressRelease-IndexListWrapper .pressRelease-Indexlist .pressRelease-IndexItem {
  padding-bottom: 30px;
}
.pressRelease-IndexListWrapper .pressRelease-Indexlist .pressRelease-IndexItem .pr-summary-date {
  font-size: 12px;
  margin-top: 10px;
}
.pressRelease-IndexListWrapper .pressRelease-Indexlist .pressRelease-IndexItem:last-child {
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .pressRelease-IndexListWrapper .pressRelease-Indexlist .pressRelease-IndexItem:last-child {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pressRelease-IndexListWrapper .pressRelease-Indexlist .pressRelease-IndexItem:last-child {
    padding-bottom: 30px;
  }
}

/**
 * #TABLE_OF_CONTENTS
 *   Variables -- defines additional LESS variables for the calculator
 *   Module -- styles the on-page module that houses the calculator
 *   Layout -- controls how elements lay out in relation to each other
 *      - Header
 *      - Navigation
 *      - Cards
 *   Appearance -- defines visual presentation of individual elements
 *      - Header
 *      - Navigation
 *      - Cards
 *      - Validation
 *   Tabbing -- styles that control tabbing behavior
 *   Slider -- styles for touch-enabled slider
 *   Carousel -- styles for results tab carousel
 *   Launch -- styles for splash page
 *   Modal -- styles for confirmation modal
 */
/**
 * #VARIABLES
 */
/* ------------------------------------------------------------------- */
/* #MODULE                                                             */
/* ------------------------------------------------------------------- */
.calc-module {
  background: #e8f4f9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .calc-module {
    height: calc(100vh - 61px);
    min-height: 52.66667em;
  }
}
.calc-module:not(.completed) .description-completed {
  display: none;
}
.calc-module.completed .description-initial {
  display: none;
}
.calc-module:not(.completed) .button-text-completed {
  display: none;
}
.calc-module.completed .button-text-initial {
  display: none;
}
.calc-module .calc-scroll {
  bottom: 8%;
  font-size: 0.93333em;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .calc-module .calc-scroll {
    display: none;
  }
}
.calc-module .calc-scroll:after {
  border: 2px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  color: #fff;
  content: "";
  display: block;
  height: 1em;
  margin: 0 auto;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 1em;
  z-index: 100;
}
.calc-module .lifeCalcContactAgent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
}
/* ------------------------------------------------------------------- */
/* #LAYOUT                                                             */
/* ------------------------------------------------------------------- */
.calc {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 2.66667em;
  position: absolute;
  right: 0;
  top: 0;
  /* #HEADER */
  /* #NAVIGATION */
  /* #CARDS */
}
@media screen and (max-width: 1024px) {
  .calc {
    margin: 0;
    position: fixed;
    top: 50px;
  }
}
.calc .btn {
  min-width: 16em;
}
@media screen and (max-width: 1024px) {
  .calc .btn {
    margin: 1.25em auto;
    min-width: 13em;
  }
}
.calc .calc-main {
  display: flex;
  flex-grow: 1;
}
.calc .calc-header {
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .calc .calc-header {
    flex-basis: 10em;
  }
}
@media screen and (max-width: 1024px) {
  .calc .calc-header {
    border-bottom: 1px solid #d1d1d1;
  }
}
@media screen and (max-width: 767px) {
  .calc .calc-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .calc .calc-nav-header {
    font-size: 0.8em;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .calc .calc-nav-header {
    flex-basis: 45%;
  }
}
@media (min-width: 1025px) {
  .calc .calc-nav-header {
    align-items: center;
    display: flex;
    flex-basis: 20em;
  }
}
.calc .calc-stage-total {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .calc .calc-stage-total .calc-total-describe {
    display: none;
  }
}
.calc .calc-close {
  position: absolute;
  right: 1em;
  top: 1em;
}
@media (min-width: 1025px) {
  .calc .calc-close {
    right: 3.5em;
    top: 50%;
    transform: translateY(-50%);
  }
}
.calc .calc-nav {
  align-self: stretch;
  display: flex;
  flex-basis: 20em;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1024px), print {
  .calc .calc-nav {
    display: none !important;
  }
}
.calc-print.calc .calc-card-nav {
  display: none !important;
}
.calc .calc-nav ul,
.calc .calc-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calc .calc-nav-primary {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 33.33333%;
}
.calc .calc-nav-category {
  flex-basis: 7.33333em;
  padding: 0 0.66667em;
  width: 100%;
}
.calc .calc-nav-secondary {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 66.66667%;
}
.calc .calc-nav-tab {
  max-height: 6.66667em;
  flex-basis: 6.66667em;
  flex-shrink: 1;
}
.calc .calc-restart {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1.33333em;
  text-align: center;
}
.calc .calc-restart p {
  color: #d1d1d1;
  margin-bottom: 1em;
}
.calc .calc-restart .btn {
  min-width: 0;
  width: 100%;
}
.calc .calc-stage {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1025px) {
  .calc .calc-stage {
    max-width: calc(100% - 20em);
  }
}
.calc .calc-stage-card {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .calc .calc-stage-card {
    flex-grow: 1;
    height: 100%;
  }
}
.calc .calc-stage-card:first-of-type .calc-nav-back {
  display: none;
}
.calc .calc-results-card {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .calc .calc-results-card {
    width: calc(100% - 20em - 1px);
  }
}
@media screen and (max-width: 1024px) {
  .calc .calc-results-card {
    width: 100%;
  }
}
.calc-print.calc .calc-results-card {
  width: 100%;
}
.calc-print.calc .calc-results-card button {
  display: none;
}
.calc .calc-results-card .calc-close {
  top: 3.5em;
  /*.calc-print& {
                display: none;
            }*/
}
@media screen and (max-width: 767px) {
  .calc .calc-results-card .calc-close {
    font-size: 0.6em;
    right: 0.8em;
    top: 1em;
  }
}
.calc .calc-card-response {
  flex-grow: 1;
  margin: 4em 0;
}
@media screen and (max-height: 800px) {
  .calc .calc-card-response {
    margin: 1.33333em 0;
  }
}
@media (min-width: 768px) {
  .calc .card-input-container ~ .card-input-container:not(.card-toggle-container) {
    margin-left: 12em;
  }
}
@media screen and (min-width: 1136px) {
  .calc .card-input-container ~ .card-input-container:not(.card-toggle-container) {
    margin-left: 16em;
    /* TODO: magic number, fix */
  }
}
.calc .calc-card-input {
  font-family: inherit;
  position: relative;
  vertical-align: middle;
}
.calc .calc-card-input:focus::placeholder {
  color: transparent;
}
.calc .calc-card-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.calc .calc-card-input:focus:-moz-placeholder {
  color: transparent;
  /* FF 4-18 */
}
.calc .calc-card-input:focus::-moz-placeholder {
  color: transparent;
  /* FF 19+ */
}
.calc .calc-card-input:focus:-ms-input-placeholder {
  color: transparent;
  /* IE 10+ */
}
.calc [data-after],
.calc [data-before] {
  position: relative;
}
.calc [data-after]:after,
.calc [data-before]:before {
  display: block;
  line-height: 1em;
  position: absolute;
  top: 1.6em;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .calc [data-after]:after,
  .calc [data-before]:before {
    top: 2em;
  }
}
.calc [data-after]:after {
  content: attr(data-after);
  left: 100%;
}
.calc [data-before]:before {
  content: attr(data-before);
  right: 100%;
}
.calc .calc-card-input.digit-2 {
  width: 2em;
}
.calc .calc-card-input.digit-3 {
  width: 3em;
}
.calc .calc-card-input.digit-5 {
  width: 5em;
}
@media screen and (max-width: 767px) {
  .calc .calc-card-input.digit-5 {
    width: 3em;
  }
}
.calc .card-input-container {
  display: table;
  /* this + 1% width forces details div to stay within bounds; see more here: http://stackoverflow.com/questions/5485341/css-div-width-depending-on-image-size-above */
  margin-left: 0.83333em;
  margin-right: 0.83333em;
  position: relative;
  width: 1%;
}
@media screen and (max-width: 767px) {
  .calc .card-input-container {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .calc .card-input-container {
    display: inline-table;
  }
}
.calc .card-toggle-container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .calc .card-toggle-container {
    margin-bottom: 0.66667em;
  }
}
.calc .calc-card-toggle {
  position: absolute;
  right: 100%;
}
.calc .card-toggle-details {
  max-width: 100%;
}
.calc .calc-card-nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .calc .calc-card-nav .calc-nav-back {
    /*padding-bottom: 0;*/
  }
}
@media screen and (max-width: 1024px) {
  .calc .calc-card-nav {
    flex-direction: column;
  }
}
.calc-print.calc .calc-card-nav {
  display: none;
}
@media print {
  .calc .calc-card-nav {
    display: none;
  }
}
.calc .calc-nav-next,
.calc .calc-nav-back {
  display: block;
}
@media screen and (max-height: 800px) {
  .calc .calc-nav-next,
  .calc .calc-nav-back {
    margin: 0;
  }
}
.calc .slide-slider {
  display: flex;
  justify-content: center;
}
.calc .kid-tile {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.66667em;
  min-width: 8em;
}
.calc .calc-results-card {
  display: flex;
  flex-direction: column;
  /* FOR DISCLAIMER */
}
.calc .calc-results-card .supertitle {
  align-self: center;
  /* don't really know why this is necessary, ask IE */
  margin: 0 auto;
}
@media (min-width: 768px) {
  .calc .calc-results-card .supertitle {
    width: 50%;
  }
}
.calc-print.calc .calc-results-card .results-buttons {
  display: none;
}
.calc .calc-results-card .calc-results-body {
  flex-grow: 1;
}
.calc .calc-results-card .calc-card-nav {
  flex-direction: row;
  justify-content: center;
}
.calc .calc-results-card .calc-card-nav .calc-nav-button {
  background: transparent;
  color: #0b7abf;
  display: inline-block;
  min-width: 0;
  padding: 1em;
  width: auto;
}
@media (min-width: 768px) {
  .calc .calc-results-card .calc-results-body {
    display: flex;
    flex-wrap: wrap;
  }
  .calc .calc-results-card .calc-results-body .calc-results-header {
    flex-basis: 100%;
  }
  .calc .calc-results-card .calc-results-body .calc-results-column {
    align-self: stretch;
  }
}
.calc .calc-results-card .disclaimer {
  bottom: 1.5em;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .calc .calc-results-card .disclaimer {
    bottom: 3em;
  }
}
.calc-print.calc .calc-results-card .disclaimer {
  margin-top: 20px;
  position: static;
}
@media print {
  .calc .calc-results-card .disclaimer {
    position: static;
  }
}
.calc .calc-results-message {
  margin: 1.33333em 0;
}
.calc .calc-summary {
  margin: 0;
  padding: 0;
}
.calc .calc-summary li {
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .calc .calc-summary li {
    padding: 0.5em 0 1em 6rem;
  }
}
/* ------------------------------------------------------------------- */
/* #APPEARANCE                                                         */
/* ------------------------------------------------------------------- */
.calc-module {
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .calc-module {
    padding: 2em;
  }
}
.calc-module header h1 {
  font-weight: 200;
}
.calc-module header h1:after {
  background: #fff;
  content: "";
  display: block;
  font-size: 2.77778%;
  height: 3em;
  line-height: 1em;
  margin: 40em auto 0;
  width: 50em;
}
.calc-module .supertitle {
  font-size: 0.93333em;
  font-weight: 700;
  text-transform: uppercase;
}
.calc-module .calc-description {
  font-size: 1.2em;
  margin: 2.22222em auto;
}
@media (min-width: 768px) {
  .calc-module .calc-description {
    width: 33.33333em;
  }
}
.calc-module .modal-wrapper {
  color: #2d2d2d;
  text-align: left;
}
.calc {
  background: #fff;
  color: #2d2d2d;
  /* #HEADER */
  /* #NAVIGATION */
  /* #CARDS */
  /* #VALIDATION */
}
@media screen and (min-width: 1025px) {
  .calc {
    background: #fbfbfb;
  }
}
.calc .btn {
  border: none;
  cursor: pointer;
  font-size: 0.8em;
  padding: 1.8em 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .calc .btn {
    padding: 1em 0;
  }
}
.calc .calc-header {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .calc .calc-header {
    padding: 1.33333em 1.33333em 0;
  }
}
.calc .calc-stage-total {
  position: relative;
}
@media (min-width: 1025px) {
  .calc .calc-stage-total {
    padding: 1.33333em 0;
  }
}
.calc .calc-stage-total p {
  align-items: center;
  color: #747474;
  display: flex;
  height: 100%;
  margin: 0;
}
@media (min-width: 1025px) {
  .calc .calc-stage-total p {
    border-left: 1px solid #fbfbfb;
    padding: 0 2.66667em;
  }
}
.calc .calc-stage-total p .calc-total-value {
  color: #2d2d2d;
  display: inline-block;
  font-size: 3em;
  font-weight: 300;
  padding-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .calc .calc-stage-total p .calc-total-value {
    font-size: 2.4em;
  }
}
.calc .calc-nav-header {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .calc .calc-nav-header {
    font-size: 1.6em;
    padding: 1.33333em;
  }
}
@media (min-width: 1025px) {
  .calc .calc-nav-header {
    padding: 2.66667em;
  }
}
.calc .calc-close {
  background: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 139.3 139.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23979797%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect class%3D%22cls-1%22 y%3D%2264.3%22 width%3D%22139.3%22 height%3D%2210.6%22 %2F%3E%3Crect class%3D%22cls-1%22 x%3D%2264.3%22 width%3D%2210.6%22 height%3D%22139.3%22 %2F%3E%3C%2Fsvg%3E') no-repeat center center;
  border: none;
  height: 2em;
  text-indent: -9999px;
  transform: rotate(45deg);
  transform-origin: center;
  width: 2em;
}
.calc .calc-nav {
  background: #6c6c6c;
}
.calc .calc-nav-primary {
  background: #2d2d2d;
}
.calc .calc-nav-category {
  background: none;
  border: none;
  color: #747474;
  font-size: 80%;
  text-align: center;
  text-transform: uppercase;
}
.calc .calc-nav-category:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.3);
}
.calc .calc-nav-category.current {
  background: linear-gradient(to right, #0b7abf 0.33333em, rgba(255, 255, 255, 0.15) 0%);
  color: #fbfbfb;
}
.calc .calc-nav-tab {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10%;
  text-align: center;
  width: 80%;
}
.calc .calc-nav-secondary .value {
  font-size: 2em;
  text-transform: uppercase;
}
.calc .calc-nav-secondary .label {
  font-size: 0.86667em;
}
.calc .calc-restart .btn {
  background: #2d2d2d;
  color: #d1d1d1;
}
.calc .calc-stage-card {
  padding-bottom: 0;
  text-align: center;
}
@media screen {
  .calc .calc-stage-card {
    max-height: 100%;
    padding: 2em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .calc .calc-stage-card {
    padding: 1.66667em;
  }
}
@media screen and (max-height: 800px), screen and (max-width: 767px) {
  .calc .calc-stage-card {
    padding: 1.33333em;
    padding-bottom: 0;
  }
}
.calc .calc-results-card {
  background: #fff;
}
.calc .calc-card-category {
  color: #ccc;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .calc .calc-card-category {
    margin-bottom: 0.25em;
  }
}
.calc .calc-card-question {
  font-size: 3em;
  font-weight: 300;
}
@media screen and (max-height: 800px) {
  .calc .calc-card-question {
    font-size: 2.33333em;
  }
}
@media screen and (max-width: 1024px) {
  .calc .calc-card-question {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .calc .calc-card-question {
    font-size: 1.33333em;
  }
}
@media screen and (max-width: 767px) {
  .calc .calc-card-description {
    display: none;
  }
}
.calc .calc-card-input {
  background: transparent;
  border: 2px solid #0b7abf;
  color: #0b7abf;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .calc .calc-card-input {
    font-size: 2em;
    margin: 0.06667em auto;
  }
}
.calc .calc-card-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.calc .calc-card-input:-ms-input-placeholder {
  color: #0b7abf;
}
.calc .calc-card-input::-webkit-input-placeholder {
  color: inherit;
}
.calc .calc-card-input::placeholder {
  color: inherit;
}
.calc [data-after]:after,
.calc [data-before]:before {
  color: #747474;
  padding: 0 0.5em;
}
@media (min-width: 768px) {
  .calc [data-after]:after,
  .calc [data-before]:before {
    font-weight: 500;
    white-space: nowrap;
  }
}
.calc .card-toggle-label {
  background: transparent;
  border: 1px solid #0b7abf;
  color: #0b7abf;
  display: inline-block;
}
.calc .card-toggle-label::before {
  display: none;
}
@media screen and (max-width: 767px), (max-height: 800px) {
  .calc .card-toggle-label {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.calc :checked ~ .card-toggle-label {
  background: #0b7abf;
  color: #fbfbfb;
}
.calc .card-toggle-details {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .calc .card-toggle-details {
    display: none;
  }
}
.calc .calc-nav-next {
  background: #029428;
  color: #fbfbfb;
}
.calc .calc-nav-back {
  background: transparent;
  color: #0b7abf;
}
.calc .calc-nav-back:before {
  content: "← ";
  font-size: 1.25em;
}
.calc .calc-card-footnote {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}
.calc .kid-tile-container {
  counter-reset: kids;
}
.calc .kid-tile {
  background: #fff;
}
.calc .kid-tile .btn-default {
  font-weight: 200;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.calc .kid-tile .kids-counter::before {
  content: counter(kids);
  counter-increment: kids;
}
.calc .calc-kid-add {
  font-size: 4em;
  line-height: 0.1;
}
.calc .calc-results-body {
  text-align: center;
}
.calc .calc-results-body .calc-results-column {
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .calc .calc-results-body .calc-results-column {
    padding: 0 1em;
  }
}
@media print {
  .calc .calc-results-body .calc-results-column {
    width: 100% !important;
    float: none !important;
  }
}
.calc .calc-results-card .supertitle {
  color: #747474;
  font-weight: bold;
}
.calc .calc-results-card .lifeCalcModal {
  background-color: white;
  width: 600px;
}
.calc .calc-results-card .calc-total-value {
  color: #0b7abf;
  font-size: 2.33333em;
}
@media screen and (max-width: 767px) {
  .calc .calc-results-card .calc-total-value {
    margin: 0.73333em auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .calc .calc-results-card .calc-total-value {
    font-size: 4em;
  }
}
.calc .calc-results-card .results-button-print {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2062.51%2067.3%22%20preserveAspectRatio%3D%22xMinYMid%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23333%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2211.03%22%20cy%3D%2225.8%22%20r%3D%222.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M104.49%2C163H95v-15.5H61.48V163H52a5%2C5%2C0%2C0%2C0-5%2C5v24a5%2C5%2C0%2C0%2C0%2C5%2C5h5.24v-3.5H52a1.52%2C1.52%2C0%2C0%2C1-1.5-1.5V168a1.52%2C1.52%2C0%2C0%2C1%2C1.5-1.5h52.51A1.52%2C1.52%2C0%2C0%2C1%2C106%2C168v24a1.52%2C1.52%2C0%2C0%2C1-1.5%2C1.5h-5.2V197h5.2a5%2C5%2C0%2C0%2C0%2C5-5V168A5%2C5%2C0%2C0%2C0%2C104.49%2C163Zm-13%2C0H65V151H91.49v12Z%22%20transform%3D%22translate%28-46.98%20-147.48%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.58%2C182.73H56.9v3.5h4.33v28.55h34V186.23h4.33v-3.5Zm-7.83%2C28.55h-27v-25h27v25Z%22%20transform%3D%22translate%28-46.98%20-147.48%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M85.52%2C196.6H71a1.75%2C1.75%2C0%2C0%2C1%2C0-3.5H85.52A1.75%2C1.75%2C0%2C0%2C1%2C85.52%2C196.6Z%22%20transform%3D%22translate%28-46.98%20-147.48%29%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M85.52%2C204.46H71a1.75%2C1.75%2C0%2C0%2C1%2C0-3.5H85.52A1.75%2C1.75%2C0%2C0%2C1%2C85.52%2C204.46Z%22%20transform%3D%22translate%28-46.98%20-147.48%29%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
  border: none;
  padding-left: 2em;
}
.calc .calc-results-card .disclaimer {
  color: #747474;
  font-size: 0.6em;
  font-style: italic;
}
.calc .calc-summary li {
  border-top: 1px solid #d1d1d1;
  clear: both;
  position: relative;
}
.calc .calc-summary li:before {
  background-position: left;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100%;
  left: 1.5rem;
  position: absolute;
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .calc .calc-summary li:before {
    height: 20px;
    left: 55%;
    top: 0.2em;
    width: 0.8em;
  }
}
.calc .calc-summary li.need:before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 139.3 139.3%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23979797%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect class%3D%22cls-1%22 y%3D%2264.3%22 width%3D%22139.3%22 height%3D%2210.6%22 %2F%3E%3Crect class%3D%22cls-1%22 x%3D%2264.3%22 width%3D%2210.6%22 height%3D%22139.3%22 %2F%3E%3C%2Fsvg%3E');
}
.calc .calc-summary li.asset:before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 139.3 10.6%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23979797%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect class%3D%22cls-1%22 width%3D%22139.3%22 height%3D%2210.6%22 %2F%3E%3C%2Fsvg%3E');
}
@media screen and (max-width: 767px) {
  .calc .calc-summary li.asset:before {
    top: 0;
  }
}
@media print {
  .calc .calc-summary li.need:before {
    content: "+";
  }
  .calc .calc-summary li.asset:before {
    content: "-";
  }
  .calc .calc-summary li:before {
    left: 0;
    top: 20px;
  }
  .calc .calc-summary li .calc-summary-value {
    margin-left: 20px;
  }
}
.calc .calc-summary li.asset .calc-summary-value {
  color: #cc0000;
}
@media print {
  .calc .calc-summary li.asset .calc-summary-value {
    top: 65%;
  }
}
.calc .calc-summary .calc-summary-cat {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .calc .calc-summary .calc-summary-cat {
    float: left;
    max-width: 55%;
    padding-top: 0.26667em;
  }
}
@media (min-width: 768px) {
  .calc .calc-summary .calc-summary-cat {
    font-size: 0.93333em;
  }
}
.calc .calc-summary .calc-summary-value {
  display: block;
  font-size: 1.06667em;
  margin-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .calc .calc-summary .calc-summary-value {
    float: right;
  }
}
@media (min-width: 768px) {
  .calc .calc-summary .calc-summary-value {
    font-size: 1.73333em;
  }
}
.calc .calc-summary .calc-summary-total {
  border-top: 2px solid #222222;
  font-size: 1.73333em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .calc .calc-summary .calc-summary-total {
    text-align: right;
  }
}
.calc .calc-card-input:valid ~ .validation-message,
.calc .calc-card-input.pristine ~ .validation-message {
  display: none;
}
.calc .validation-message {
  border: 1px solid #cc0000;
  color: #cc0000;
  font-size: 0.8em;
  margin: 0;
}
/* ------------------------------------------------------------------- */
/* #TABBING                                                            */
/* ------------------------------------------------------------------- */
.calc :not(.current) > button ~ .calc-nav-secondary {
  display: none;
}
.calc .calc-nav-category:not(.completed) ~ .calc-nav-results {
  display: none;
}
.calc .calc-nav-category.completed {
  position: relative;
}
.calc .calc-nav-category img {
  margin: 0.5em 0;
  max-width: 50%;
}
@media (max-height: 800px) {
  .calc .calc-nav-category img {
    display: none !important;
  }
}
.calc .calc-nav-category .calc-category-active {
  display: none;
}
.calc .calc-nav-category.current .calc-category-active,
.calc .calc-nav-category:hover .calc-category-active {
  display: inline;
}
.calc .calc-nav-category.current .calc-category-inactive,
.calc .calc-nav-category:hover .calc-category-inactive {
  display: none;
}
.calc .calc-nav-category.completed:after {
  background: #029428 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.3%206.6%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.3%200.9%207.3%200%202.7%204.7%201%203%200%203.9%202.7%206.6%203.6%205.6%203.6%205.6%208.3%200.9%22%2F%3E%3C%2Fsvg%3E') no-repeat 40% 50%;
  background-size: 75%;
  border-radius: 100%;
  content: "";
  font-size: 75%;
  height: 1.5em;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 1.5em;
}
.calc .calc-stage-card:not(.current) {
  display: none;
}
.calc .calc-nav-tab:not(.completed) ~ .calc-nav-tab:not(.current) {
  display: none;
}
/* ------------------------------------------------------------------- */
/* #SLIDER                                                             */
/* ------------------------------------------------------------------- */
.slide-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slide-container .slide-slider {
  padding: 0 2.33333em;
  transition: transform 0.5s ease-out;
  transform: translateX(0);
}
.slide-container .slide-control {
  background: #fff;
  border: none;
  bottom: 0;
  display: none;
  font-size: 2.33333em;
  position: absolute;
  top: 0;
  width: 1em;
}
.slide-container .slide-control.slide-left {
  left: 0;
}
.slide-container .slide-control.slide-right {
  right: 0;
}
.slide-active.slide-container .slide-control {
  display: block;
}
/* ------------------------------------------------------------------- */
/* #CAROUSEL                                                           */
/* ------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .calc .carousel-container {
    overflow: hidden;
    position: relative;
  }
  .calc .carousel-container .carousel-item {
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.5s left ease-out;
    width: 100%;
  }
  .calc .carousel-container div.carousel-right {
    left: 100%;
  }
  .calc .carousel-container div.carousel-left {
    left: -100%;
  }
  .calc .carousel-container div.carousel-current {
    left: 0;
  }
  .calc .carousel-container .carousel-controls {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .calc .carousel-container .carousel-controls .carousel-control-item {
    background: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    display: inline-block;
    font-size: 1px;
    height: 1.5rem;
    margin: 0 0.33333rem;
    padding: 0;
    text-indent: -9999px;
    vertical-align: text-bottom;
    width: 1.5rem;
  }
  .calc .carousel-container .carousel-controls .carousel-control-item.carousel-current {
    background: #0b7abf;
    border: none;
  }
  .calc .carousel-container .carousel-controls .carousel-control-item:focus {
    box-shadow: 0 0 0.33333em 0 #0b7abf;
    outline: 0;
  }
}
@media screen and (min-width: 1025px) {
  .calc .carousel-controls {
    display: none;
  }
}
/* ------------------------------------------------------------------- */
/* #LAUNCH                                                             */
/* ------------------------------------------------------------------- */
.calc {
  opacity: 0.00001;
  transform: scale(0.00001);
  transition: transform 0.3s cubic-bezier(0.69, 0.44, 0.56, 1.29), opacity 0.15s linear;
  z-index: 100;
}
.calc-reveal .calc {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .calc-open {
    overflow: hidden !important;
    width: 100%;
    position: fixed;
  }
}
/* ------------------------------------------------------------------- */
/* #MODAL                                                              */
/* ------------------------------------------------------------------- */
.calc-module .modal-wrapper :not(.wffmAgentLocatorModal) .modal-content {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.calc-module .modal-wrapper :not(.wffmAgentLocatorModal) .modal-content .modal-body {
  text-align: center;
}
.calc-module .modal-wrapper :not(.wffmAgentLocatorModal) .modal-content .modal-body .Modal-Paragraph {
  text-align: left;
}
.calc-module .modal-wrapper :not(.wffmAgentLocatorModal) .modal-content .btn {
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .customizeyourcoverage-wrapper {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.customizeyourcoverage-wrapper .endQuoteContactAgent {
  background-image: none;
}
.customizeyourcoverage-wrapper .endQuoteContactAgent form {
  margin: auto;
}
.customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper {
  width: 940px;
  margin: auto;
}
.customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .container {
  padding: 0px;
}
@media (max-width: 1024px) {
  .customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper {
    width: 100%;
  }
}
.customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .customizeyourcoverage-titlewrapper {
  display: inline-block;
  text-align: center;
}
.customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .customizeyourcoverage-titlewrapper .variant {
  margin-top: 0px;
}
.customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .customizeyourcoverage-titlewrapper .section-header-description {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .customizeyourcoverage-titlewrapper .section-header-description {
    margin-bottom: 20px;
    padding: 0px;
  }
}
.customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .section-Regulartext {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .section-Regulartext {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .customizeyourcoverage-ContentWrapper .section-Regulartext {
    margin-bottom: 20px;
  }
}
.customizeyourcoverage-wrapper .coverageitems {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .customizeyourcoverage-wrapper .coverageitems {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .coverageitems {
    display: block;
  }
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem {
  width: 25%;
  background: #fff;
  margin-right: 20px;
  min-height: 370px;
  height: auto;
  vertical-align: middle;
  text-align: center;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .customizeyourcoverage-wrapper .coverageitems .coverageitem {
    width: 48.55%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .coverageitems .coverageitem {
    width: 100%;
    min-height: unset;
    margin-bottom: 10px;
  }
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem .imagewrapper {
  min-height: 100px;
  display: flex;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .coverageitems .coverageitem .imagewrapper {
    display: none;
  }
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem .imagewrapper > img {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  max-width: 120px;
  max-height: 100px;
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .coverageitems .coverageitem .imagewrapper {
    min-height: unset;
  }
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem .coverageitem-text {
  text-align: center;
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem .coverageitem-text .variant {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .coverageitems .coverageitem .coverageitem-text .variant {
    margin-top: 0px;
  }
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem .coverageitem-text .coverageitem-description {
  font-size: 15px;
}
@media (min-width: 1025px) {
  .customizeyourcoverage-wrapper .coverageitems .coverageitem .coverageitem-text .coverageitem-description {
    margin-bottom: 20px;
  }
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem .add-to-request-block {
  margin-top: auto;
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .coverageitems .coverageitem .add-to-request-block {
    margin-top: 20px;
  }
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem .add-to-request-block .add-to-request-btn {
  border: 1px solid #747474;
  background: #FFFFFF;
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem-selected {
  border: 2px solid #0067A4;
  box-shadow: 0 0 2px 0 #0079C1;
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem-selected .addToRequest {
  padding-left: 29px;
}
.customizeyourcoverage-wrapper .coverageitems .coverageitem-selected .addToRequest:after {
  border-left: 3px solid #0079c1;
  border-bottom: 3px solid #0079c1;
  content: " ";
  position: absolute;
  left: 3px;
  top: 5px;
  height: 7px;
  width: 13px;
  transform: rotate(-45deg);
}
.customizeyourcoverage-wrapper #coverageItem3 {
  margin-right: 0px !important;
}
.customizeyourcoverage-wrapper .coverageFooter {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .customizeyourcoverage-wrapper .coverageFooter {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .customizeyourcoverage-wrapper .coverageFooter {
    margin-top: 30px;
  }
}
.customizeyourcoverage-wrapper .coverageFooter .coverageitem-ItemsSelected {
  font-weight: 700;
  margin-bottom: 20px;
}

.product-endCTA {
  overflow: hidden;
  position: relative;
}
.product-endCTA.endCtaDefaultBackgroundColor {
  background-color: #0B486B;
  color: #fff;
}
.product-endCTA .photo-fullbleed-container {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  position: absolute;
  right: 0;
  top: 0;
}
.product-endCTA .photo-fullbleed-container picture.photo-fullbleed-image > img,
.product-endCTA .photo-fullbleed-container img.photo-fullbleed-image {
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-endCTA .endCTA-caption-text {
  color: #fff;
  margin: 0 auto;
  max-width: 1025px;
  position: relative;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-endCTA .endCTA-caption-text h2.variant {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-endCTA .endCTA-caption-text h2.variant {
    font-size: 14px;
  }
}
.product-endCTA .endCTA-caption-text p.section-header-description {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .product-endCTA .endCTA-caption-text p.section-header-description {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-endCTA .endCTA-caption-text p.section-header-description {
    padding-bottom: 0px;
    margin-bottom: 54px;
  }
}
.product-endCTA .endAction-callToAction {
  text-transform: uppercase;
  margin-top: 4em;
}
@media (max-width: 767px) {
  .product-endCTA .endAction-callToAction {
    margin-top: 0em;
  }
}
@media (min-width: 1025px) {
  .product-endCTA .endAction-callToAction {
    border: 1px solid #0079c1;
    padding: 5.75em;
  }
}
.product-endCTA .endAction-callToAction p {
  font-size: 2.4em;
}
@media (max-width: 1024px) {
  .product-endCTA .endAction-callToAction p {
    display: none;
  }
}
.product-endCTA .endAction-callToAction .btn {
  margin: 57px 0 0 0;
}
@media (max-width: 1024px) {
  .product-endCTA .endAction-callToAction .btn {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .product-endCTA .endAction-callToAction .btn {
    margin: 0 0 0 0;
  }
}

.image-carousel-page-editor {
  max-width: 960px;
  margin: auto;
}
.product-carousel-container {
  margin: auto;
}
.product-carousel-container .carousel-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-carousel-container .carousel-container > ol {
  display: none;
}
.product-carousel-container .item {
  background-size: cover;
  margin: 0 auto;
  width: 100%;
}
.product-carousel-container hr {
  border: 2px solid #fff;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 40px;
}
.product-carousel-container .carousel-item-container {
  background: rgba(0, 41, 85, 0.85);
  color: white;
  height: 80%;
  margin-left: 50px;
  position: absolute;
  text-align: center;
  top: 10%;
  width: 465px;
}
.product-carousel-container .carousel-content {
  padding: 40px 30px 40px 30px;
  width: 100%;
  overflow-y: hidden;
}
.product-carousel-container .carousel-content .supertitle {
  font-size: 0.9em;
  text-transform: uppercase;
}
.product-carousel-container .carousel-content .title {
  font-size: 2.5em;
  font-weight: 200;
  text-transform: uppercase;
}
.product-carousel-container .carousel-content .description {
  font-size: 1em;
  line-height: 1.75em;
}
.product-carousel-container .carousel-indicators.btn-group {
  bottom: 27px;
  height: 25px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 15;
}
.product-carousel-container .carousel-indicators.btn-group > .btn {
  background-color: #2d2d2d;
  border-radius: 16px;
  color: #fff;
  height: inherit;
  padding: 0;
  width: 35px;
}
.product-carousel-container .carousel-indicators.btn-group > .btn.active {
  background-color: #0079c1;
}
.product-carousel-container .carousel-indicators.btn-group > .btn.active:focus {
  outline: none;
}
.product-carousel-container .carousel-indicators.btn-group > .btn + .btn {
  margin-left: 0;
  border-left: 1px solid #c0c0c0;
}
.product-carousel-container .carousel-indicators.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-carousel-container .carousel-indicators.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.product-carousel-container .carousel-indicators li {
  margin: 5px;
}
@media (max-width: 1024px) {
  .product-carousel-container .item {
    max-height: 100vh;
  }
  .product-carousel-container .carousel-item-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 90px 40px 0;
    top: 0;
  }
  .product-carousel-container .carousel-indicators {
    margin-bottom: 25px;
  }
  .product-carousel-container .carousel-indicators li,
  .product-carousel-container .carousel-indicators .active {
    height: 20px;
    width: 20px;
  }
  .product-carousel-container .carousel-indicators.btn-group {
    display: none;
  }
  .product-carousel-container .carousel-container > ol {
    display: block;
  }
  .product-carousel-container .carousel-content {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 670px) {
  .product-carousel-container .carousel-item-container {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-carousel-container .carousel-indicators li {
    margin: 8px;
  }
  .product-carousel-container .carousel-indicators li,
  .product-carousel-container .carousel-indicators .active {
    height: 15px;
    width: 15px;
  }
  .product-carousel-container .carousel-content .supertitle {
    font-size: 12px;
  }
  .product-carousel-container .carousel-content .title {
    font-size: 1.5em;
  }
  .product-carousel-container .carousel-content .description {
    font-size: 0.9em;
    margin-top: 15px;
  }
  .product-carousel-container .carousel-content .title-rule {
    display: none;
  }
}
/*slide effect*/
.carousel-container .item.ng-animate {
  -webkit-transition: 1075ms cubic-bezier(0, 0, 0.58, 1) all;
  -moz-transition: 1075ms cubic-bezier(0, 0, 0.58, 1) all;
  -ms-transition: 1075ms cubic-bezier(0, 0, 0.58, 1) all;
  -o-transition: 1075ms cubic-bezier(0, 0, 0.58, 1) all;
  transition: 1075ms cubic-bezier(0, 0, 0.58, 1) all;
  position: absolute;
}
.carousel-container.slide-left > .item.ng-enter {
  left: 100%;
}
.carousel-container.slide-left > .item.ng-leave,
.carousel-container.slide-left > .item.ng-enter.ng-enter-active {
  left: 0;
}
.carousel-container.slide-left > .item.ng-leave.ng-leave-active {
  left: -100%;
}
.carousel-container.slide-right > .item.ng-enter {
  right: 100%;
}
.carousel-container.slide-right > .item.ng-leave,
.carousel-container.slide-right > .item.ng-enter.ng-enter-active {
  right: 0;
}
.carousel-container.slide-right > .item.ng-leave.ng-leave-active {
  right: -100%;
}
/*slide effect*/
/*Edit mode */
.product-carousel-container.image-carousel-page-editor .carousel-container {
  overflow-x: scroll;
  overflow-y: scroll;
  margin-bottom: 10px;
}
.product-carousel-container.image-carousel-page-editor .carousel-indicators {
  display: none;
}
.product-carousel-container .carousel-container > .item > img {
  min-height: 500px;
  min-width: 100%;
  width: auto;
  max-width: none;
}
.product-carousel-container.image-carousel-page-editor .carousel-item-container {
  position: relative;
}

/* COMMON */
.explorer-tab-item {
  text-align: left;
}
.scLooseFrameZone.scLooseFrameZone ~ .explorer-tab-item {
  box-shadow: inset 0 -10px 50px -20px rgba(0, 0, 0, 0.15);
  display: block;
}
@media (min-width: 768px) {
  .explorer-tab-item {
    padding: 20px;
  }
}
.explorer-tab-item *:first-child {
  margin-top: 0;
}
.explorer-tab-item h3 {
  font-size: 1.333333rem;
  font-weight: 500;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.explorer-wrapper {
  width: 100%;
}
.explorer-wrapper .pl-accordion {
  clear: both;
}
@media (max-width: 1024px) {
  .explorer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.explorer-wrapper p.section-header-description {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .explorer-wrapper p.section-header-description {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .explorer-wrapper p.section-header-description {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .explorer-wrapper .product-section-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.explorer-tab-container {
  margin: auto;
  max-width: 960px;
}
.explorer-tab-container .product-anchor-tag {
  margin-left: 1px;
}
@media (max-width: 767px) {
  .explorer-tab-container .product-anchor-tag {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .explorer-tab-container {
    display: none;
  }
}
.explorer-wrapper .pl-accordion .panel-heading {
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .explorer-wrapper .pl-accordion .panel-body {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .explorer-wrapper .pl-accordion .panel-body h3 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .explorer-wrapper .pl-accordion {
    display: none;
  }
}
.explorer-wrapper .explorer-tab-maincontent {
  padding: 30px 30px 40px 40px;
  max-width: 642.5px;
  text-align: left;
  /**:first-child {
            margin-top: 0;
        }*/
}
@media (max-width: 767px) {
  .explorer-wrapper .explorer-tab-maincontent {
    padding: 0px;
    padding-bottom: 20px;
  }
}
.explorer-wrapper .explorer-tab-maincontent h3 {
  margin-bottom: 5px;
}
.explorer-wrapper .explorer-tab-maincontent h5 {
  margin-top: 15px;
}
.explorer-wrapper .explorer-tab-maincontent h4 {
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .explorer-wrapper .explorer-tab-maincontent h4 {
    margin-top: 1em;
  }
}
@media (min-width: 1025px) {
  .explorer-wrapper .explorer-tab-maincontent h4 {
    margin-top: 40px;
  }
}
.explorer-wrapper .explorer-tab-aside {
  border-left-width: 1px;
  border-color: #979797;
  border-left-style: solid;
  margin: 40px 0px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .explorer-wrapper .explorer-tab-aside {
    padding-right: 40px;
    width: 43%;
  }
}
@media (max-width: 1024px) {
  .explorer-wrapper .explorer-tab-aside {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .explorer-wrapper .explorer-tab-aside {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .explorer-wrapper .explorer-tab-aside {
    border-left-width: 0;
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0px;
    padding-top: 20px;
    padding-left: 0px;
    max-width: 100%;
  }
}
.explorer-wrapper .explorer-tab-aside .explorer-aside-icon {
  margin-right: 40px;
  max-width: 237px;
  display: block;
}
.explorer-wrapper .explorer-tab-aside .explorer-aside-title {
  font-size: 1.6rem;
  margin: 0.416667em 0;
  text-align: left;
}
@media (min-width: 768px) {
  .explorer-wrapper .explorer-tab-aside .explorer-aside-title {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .explorer-wrapper .explorer-tab-aside .explorer-aside-title {
    max-width: 100%;
  }
}
.explorer-wrapper .explorer-tab-aside .explorer-aside-link {
  font-size: 20px;
  /*text-decoration: none;*/
}
.explorer-wrapper .explorer-tab-aside .explorer-aside-regular-text {
  margin-top: 10px;
}
.explorer-sibebar-wrapper {
  width: 100%;
}
@media (max-width: 1024px) {
  .explorer-sibebar-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .explorer-sibebar-wrapper .pl-accordion {
    display: none;
  }
}
.explorer-sibebar-wrapper .section-header-description {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .explorer-sibebar-wrapper .section-header-description {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .explorer-sibebar-wrapper .section-header-description {
    margin-bottom: 0px;
  }
}
.explorer-sibebar-wrapper .nav-tabs.nav-justified {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}
.explorer-sibebar-wrapper .nav-tabs.nav-justified > li {
  width: auto;
  max-width: 250px;
}
.explorer-sibebar-wrapper .nav-tabs.nav-justified > li a {
  white-space: normal;
}
.explorer-sibebar-wrapper .nav-tabs.nav-justified > li.active:after {
  width: auto;
}
.explorer-sibebar-wrapper .nav-tabs.nav-justified > li#productexplorer-siderbar-more {
  max-width: 210px;
}
.explorer-sibebar-wrapper .productsidebar-anchor-tag {
  height: 100% !important;
  text-transform: uppercase;
  margin-left: 1px;
}
.product-explorer-sidebar .tab-content .active {
  display: flex;
  padding: 0;
}
.explorer-sidebar-container {
  margin: auto;
  max-width: 960px;
}
@media (max-width: 1024px) {
  .explorer-sidebar-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .explorer-sidebar-container {
    display: none;
  }
}
.explorer-sidebar-container .dropdown:hover:after {
  width: inherit;
  background-color: inherit;
}
.explorer-sidebar-container .tab-content .active {
  display: flex;
}
.explorer-sidebar-container .tab-content .tab-pane {
  padding: 0px;
}
.product-explorer-industry .pl-accordion h3,
.product-explorer-industry .pl-accordion h4,
.product-explorer-industry .pl-accordion h5,
.product-explorer-industry .pl-accordion h6 {
  font-size: 1.333333rem;
  font-weight: 500;
  margin: 10px 0 5px;
}
/* PL overrides for menu */
.product-explorer .explorer-tab-container {
  position: relative;
}
.product-explorer .dropdown-menu {
  top: auto;
}
.product-explorer .dropdown-menu a {
  font-size: 0.833333em;
  font-weight: 500;
  text-transform: uppercase;
}
.product-explorer .nav-tabs > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.product-explorer .nav-tabs > li > a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.product-explorer .nav-tabs > li > a:focus:before {
  bottom: -2px;
  box-shadow: 0 0 4px #0079c1;
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}
.product-explorer .nav-tabs > li + li > a {
  margin-left: 0;
}

.product-hero {
  background-size: cover;
  background-position-x: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  margin: 0;
  max-width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
html:not(.eig-modal-open) .product-hero:not(.hero-fluid-height) {
  min-height: calc(100vh - 60px);
}
@media (max-width: 767px) {
  html:not(.eig-modal-open) .product-hero:not(.hero-fluid-height) {
    min-height: calc(100vh - 70px);
  }
}
@media (max-width: 670px) {
  .product-hero header h1 {
    margin: 10% 0 0.2em 0;
  }
}
.product-hero .product-hero.basic-fullBleed {
  margin-bottom: 0;
  margin-top: 0;
}
.product-hero .photo-fullbleed-container {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  position: absolute;
  right: 0;
  top: 0;
}
.product-hero .photo-fullbleed-container picture.photo-fullbleed-image > img,
.product-hero .photo-fullbleed-container img.photo-fullbleed-image {
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-hero.show-scroll-message.product-hero:after {
  border: 2px solid;
  border-right-width: 0;
  border-top-width: 0;
  content: "";
  display: block;
  height: 1em;
  position: fixed;
  right: 50%;
  bottom: 35px;
  transform: rotate(-45deg) translate(0.717em, 0em);
  width: 1em;
}
.product-hero header {
  order: 1;
  margin: 10% 1em 3em 1em;
}
@media (max-width: 670px) {
  .product-hero header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    margin-bottom: 1.4em;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .product-hero header {
    margin: 10% 1em 2.4em 1em;
  }
}
.product-hero .btn-wrapper .btn {
  flex-grow: 0;
}
@media (min-width: 768px) {
  .product-hero .btn-wrapper .btn {
    flex-grow: 0;
    margin: 1.666667em 0 1.666667em 0;
  }
}
.product-hero .product-hero-scrolltext {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 0;
  left: 0;
  text-transform: uppercase;
}
@media (min-width: 671px) {
  .product-hero .product-hero-scrolltext {
    justify-content: center;
    order: 4;
  }
}
.show-scroll-message.product-hero .product-hero-scrolltext {
  display: block;
}
.product-hero .product-hero-description {
  order: 2;
  margin: 0 10% 2em;
}
@media (max-width: 670px) {
  .product-hero .product-hero-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 100;
    order: 3;
    margin-left: 10%;
    margin-right: 10%;
    margin: 0 10% 2.7em;
  }
}
@media (min-width: 671px) {
  .product-hero .product-hero-description {
    font-size: 1.6em;
    margin: 0 10% 3.3em;
  }
}
@media (min-width: 1025px) {
  .product-hero .product-hero-description {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.3em;
    width: 750px;
  }
}
.product-hero .btn-wrapper {
  order: 3;
  margin-top: 5%;
}
@media (max-width: 670px) {
  .product-hero .btn-wrapper {
    flex-grow: 0;
    order: 2;
  }
}
@media (max-width: 1024px) {
  .product-hero .btn-wrapper {
    padding-left: 2.666667em;
    padding-right: 2.666667em;
  }
}
@media (max-width: 767px) {
  .product-hero .btn-wrapper {
    padding-left: 1.333333em;
    padding-right: 1.333333em;
  }
}
.product-hero .zipCode-wrapper {
  order: 4;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}
@media (max-width: 1024px) {
  .product-hero .zipCode-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .product-hero .zipCode-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 670px) {
  .product-hero .zipCode-wrapper {
    order: 2;
  }
}
.product-hero .zipCode-wrapper .form-control-search {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2053%2031%22%20style%3D%22enable-background%3Anew%200%200%2053%2031%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%230B7ABF%3B%7D%0A%3C/style%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%221%2C12.9%201%2C18%2042.2%2C18%2030.4%2C30%2037.6%2C30%2052%2C15.5%2037.6%2C0.9%2030.4%2C0.9%2042.3%2C12.8%20%22/%3E%0A%3C/svg%3E%0A');
  background-position: center right 27px;
  background-repeat: no-repeat;
  background-size: 21px 12px;
  padding-right: 3.7em;
  font-size: 13px;
  height: 56px;
  width: 220px;
  padding-left: 23px;
}
/* --------------------------------------------------------------- */
/* PRODUCT HERO                                                    */
/* --------------------------------------------------------------- */
.prodHero-respImage {
  position: fixed;
  left: 50%;
  min-width: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .prodHero-respImage {
    top: 50px;
  }
}
.prodHero-respImage img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.wffmAgentLocatorModal .modal-wrapper .modal-content {
  position: relative;
  left: 0;
  margin-left: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .wffmAgentLocatorModal .modal-wrapper .modal-content {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
}

.mosaic-layout {
  color: #fff;
  text-align: center;
}
.mosaic-title {
  font-size: 1.25em;
  line-height: 24px;
  text-align: center;
}
.mosaic-desc {
  font-size: 15px;
  line-height: 21px;
}
.mosaic-section-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #222222;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .mosaic-section-content {
    padding-bottom: 40px;
  }
  .mosaic-tile-inactive,
  .mosaic-tile-image {
    display: none;
  }
  .mosaic-tile {
    padding: 4.25em 0;
  }
  .mosaic-desc {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 960px) {
  .mosaic-section-content {
    padding-bottom: 50px;
  }
  .mosaic-layout {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
  }
  .mosaic-tile {
    background-clip: padding-box;
    overflow: hidden;
  }
  .mosaic-tile-inactive {
    background-color: #e2e2e2;
  }
  .mosaic-tile-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25em;
  }
  .mosaic-title {
    font-size: 1.5em;
    line-height: 24px;
  }
  .mosaic-tile-image {
    background-repeat: no-repeat;
    /* resolves occasional bug */
    background-position: center center;
    background-size: cover;
  }
  .has-active .mosaic-tile:not(.tile-revealed) {
    opacity: 0.4;
  }
  .scLooseFrameZone {
    height: 100%;
  }
  /* Note that there are no IE grid properties here. For the product
        mosaics the decision was made to use the small/medium presentation
        in large viewports due to the effort required to support IE.
    */
  .mosaic-layout {
    align-items: stretch;
    display: grid;
    grid-auto-rows: 60px;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    width: 960px;
  }
  .mosaic-layout.mosaic-layout-5-4 {
    /* 5 text, 4 image */
    grid-template-rows: repeat(6, 60px);
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(1) {
    grid-column: 1 / 5;
    grid-row: 1 / 5;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(2) {
    grid-column: 5 / 8;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(3) {
    grid-column: 8 / 11;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(4) {
    grid-column: 5 / 8;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(5) {
    grid-column: 8 / 11;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(6) {
    grid-column: 11 / 13;
    grid-row: 1 / 3;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(7) {
    grid-column: 1 / 3;
    grid-row: 5 / 7;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(8) {
    grid-column: 3 / 5;
    grid-row: 5 / 7;
  }
  .mosaic-layout.mosaic-layout-5-4 .mosaic-tile:nth-of-type(9) {
    grid-column: 11 / 13;
    grid-row: 3 / 7;
  }
  .mosaic-layout.mosaic-layout-6-5 {
    grid-template-rows: repeat(10, 60px);
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(2) {
    grid-column: 8 / 11;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(3) {
    grid-column: 1 / 4;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(4) {
    grid-column: 4 / 8;
    grid-row: 3 / 7;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(5) {
    grid-column: 8 / 11;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(6) {
    grid-column: 9 / 13;
    grid-row: 7 / 11;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(7) {
    grid-column: 4 / 6;
    grid-row: 1 / 3;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(8) {
    grid-column: 6 / 8;
    grid-row: 1 / 3;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(9) {
    grid-column: 11 / 13;
    grid-row: 1 / 5;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(10) {
    grid-column: 11 / 13;
    grid-row: 5 / 7;
  }
  .mosaic-layout.mosaic-layout-6-5 .mosaic-tile:nth-of-type(11) {
    grid-column: 1 / 9;
    grid-row: 7 / 11;
  }
  .mosaic-layout.mosaic-layout-6-6 {
    /* 6 text, 6 image */
    grid-template-rows: repeat(9, 60px);
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(1) {
    grid-column: 4 / 8;
    grid-row: 1 / 5;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(2) {
    grid-column: 8 / 11;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(3) {
    grid-column: 1 / 4;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(4) {
    grid-column: 8 / 11;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(5) {
    grid-column: 3 / 6;
    grid-row: 7 / 10;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(6) {
    grid-column: 10 / 13;
    grid-row: 7 / 10;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(7) {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(8) {
    grid-column: 11 / 13;
    grid-row: 1 / 3;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(9) {
    grid-column: 4 / 8;
    grid-row: 5 / 7;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(10) {
    grid-column: 11 / 13;
    grid-row: 3 / 7;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(11) {
    grid-column: 1 / 3;
    grid-row: 7 / 10;
  }
  .mosaic-layout.mosaic-layout-6-6 .mosaic-tile:nth-of-type(12) {
    grid-column: 6 / 10;
    grid-row: 7 / 10;
  }
  .mosaic-layout.mosaic-layout-7-5 {
    /* 7 text, 5 image */
    grid-template-rows: repeat(9, 60px);
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(1) {
    grid-column: 4 / 8;
    grid-row: 1 / 5;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(2) {
    grid-column: 8 / 11;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(3) {
    grid-column: 11 / 13;
    grid-row: 3 / 7;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(4) {
    grid-column: 1 / 4;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(5) {
    grid-column: 8 / 11;
    grid-row: 4 / 7;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(6) {
    grid-column: 3 / 6;
    grid-row: 7 / 10;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(7) {
    grid-column: 10 / 13;
    grid-row: 7 / 10;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(8) {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(9) {
    grid-column: 11 / 13;
    grid-row: 1 / 3;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(10) {
    grid-column: 4 / 8;
    grid-row: 5 / 7;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(11) {
    grid-column: 1 / 3;
    grid-row: 7 / 10;
  }
  .mosaic-layout.mosaic-layout-7-5 .mosaic-tile:nth-of-type(12) {
    grid-column: 6 / 10;
    grid-row: 7 / 10;
  }
}
@media only screen and (max-width: 670px) {
  .mosaic-tile {
    padding: 2.81em 0;
  }
  .mosaic-section-content {
    padding-bottom: 30px;
  }
  .mosaic-desc {
    padding: 0 30px;
  }
}
.mosaic-disclaimer-text {
  color: #222222;
  font-size: 10px;
  font-style: italic;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .mosaic-disclaimer-text {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .mosaic-disclaimer-text {
    padding-top: 20px;
  }
}
.product-mosaic-layout {
  color: #222222;
}

.showcase-wrapper .showcase {
  margin: 0 auto;
  max-width: 1025px;
  text-align: center;
}
@media (max-width: 767px) {
  .showcase-wrapper .showcase {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.showcase-wrapper .showcase .showcase-header,
.showcase-wrapper .showcase .showcase-description {
  margin: 0 10%;
}
@media only screen and (max-width: 767px) {
  .showcase-wrapper .showcase .showcase-header,
  .showcase-wrapper .showcase .showcase-description {
    margin: 0 1em;
  }
}
.showcase-wrapper .showcase .showcase-header-description {
  font-size: 30px;
  line-height: 37px;
  /*}
           

        .showcase-header-description {*/
  position: relative;
}
@media (min-width: 768px) {
  .showcase-wrapper .showcase .showcase-header-description {
    padding: 0 15px;
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1025px) {
  .showcase-wrapper .showcase .showcase-header-description {
    margin: 0 auto;
    font-size: 48px;
    font-weight: 300;
    color: #333333;
    line-height: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .showcase-wrapper .showcase .showcase-header-description {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .showcase-wrapper .showcase .showcase-header-description:after {
    background: #d1d1d1;
    bottom: 0;
    content: "";
    display: block;
    height: 0.08em;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1.5em;
  }
}
.showcase-wrapper .showcase .showcase-content {
  margin: 60px 0 70px;
}
.showcase-wrapper .showcase .showcase-content img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .showcase-wrapper .showcase .showcase-content {
    display: none;
  }
}
.showcase-wrapper .showcase .showcase-description-header {
  margin-bottom: 1.3333em;
  text-transform: uppercase;
}
.showcase-wrapper .showcase .showcase-description-header h3 {
  font-size: 1.2em;
}
.showcase-wrapper .showcase .showcase-description-header p {
  font-size: 0.9em;
  font-weight: 700;
}

.searchresults-wrapper {
  width: 940px;
  margin: auto;
}
@media (max-width: 1024px) {
  .searchresults-wrapper {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .searchresults-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.searchresults-wrapper .searchresults-content-wrapper .variant {
  margin: 0px;
  padding-bottom: 20px;
}
.searchresults-wrapper .searchresults-content-wrapper .search-control {
  width: 100%;
  height: 70px;
  background: none;
  padding-left: 15px;
  font-size: 18px;
  color: #222222;
}
.searchresults-wrapper .searchresults-content-wrapper .submit-search {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 30px;
}
.searchresults-wrapper .searchresults-content-wrapper .submit-search .off-screen {
  display: none;
}
.searchresults-wrapper .searchresults-content-wrapper .submit-search:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 31 30'%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M30.43 28.132l-1.33 1.326c-.35.352-.824.55-1.32.55-.498-.002-.976-.2-1.33-.55l-8.5-8.512a11.277 11.277 0 1 1 3.97-3.98l8.51 8.512c.73.734.73 1.92 0 2.654zm-18.19-9.378a7.5 7.5 0 1 0-7.5-7.5 7.493 7.493 0 0 0 7.5 7.5z' fill='%230079c1' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.searchresults-wrapper .searchresults-content-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.searchresults-wrapper .searchresults-content-wrapper ul li {
  margin-top: 20px;
}
.searchresults-wrapper .searchresults-content-wrapper ul .variant {
  padding-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .searchresults-wrapper .searchresults-content-wrapper ul .variant {
    padding-bottom: 5px;
  }
}
.searchresults-wrapper .searchresults-content-wrapper .showmore-wrapper {
  text-align: center;
  margin-top: 40px;
}
.searchresults-wrapper .most-search-results a {
  color: #0071b3;
}
.searchresults-wrapper .input-group-search-js {
  display: block;
  position: relative;
}
.header-js-search {
  display: inline-block;
  vertical-align: top;
}

.wrapper {
  width: 100%;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.two-column-layout {
  padding: 0 1px;
}
.two-column-layout.editing,
.two-column-layout.editing [class*="col-"] {
  min-height: 100px;
}
.background-0079c1 {
  background-color: #2d2d2d;
}
.background-0067a4 {
  background-color: #2d2d2d;
}
.background-005487 {
  background-color: #2d2d2d;
}
.background-0b486b {
  background-color: #2d2d2d;
}
.background-002955 {
  background-color: #2d2d2d;
}
.background-c39a5c {
  background-color: #2d2d2d;
}
.background-8e7043 {
  background-color: #2d2d2d;
}
.background-00afb7 {
  background-color: #2d2d2d;
}
.background-128389 {
  background-color: #2d2d2d;
}
.background-333333 {
  background-color: #333333;
}
.background-767676 {
  background-color: #747474;
}
.background-fbfbfb {
  background-color: #fbfbfb;
}
.background-e2e2e2 {
  background-color: #e2e2e2;
}
.background-d1d1d1 {
  background-color: #d1d1d1;
}
.context-reading h2,
.context-reading h3,
.context-reading h4,
.context-reading h5,
.context-reading h6 {
  /* common to all headings */
  margin-bottom: 20px;
  margin-top: 50px;
}
.context-reading h2:first-child,
.context-reading h3:first-child,
.context-reading h4:first-child,
.context-reading h5:first-child,
.context-reading h6:first-child {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .context-reading h2,
  .context-reading h3,
  .context-reading h4,
  .context-reading h5,
  .context-reading h6 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .context-reading h2,
  .context-reading h3,
  .context-reading h4,
  .context-reading h5,
  .context-reading h6 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .context-reading h2 + p:not(.b),
  .context-reading h3 + p:not(.b),
  .context-reading h4 + p:not(.b),
  .context-reading h5 + p:not(.b),
  .context-reading h6 + p:not(.b),
  .context-reading h2 + ol:not(.b),
  .context-reading h3 + ol:not(.b),
  .context-reading h4 + ol:not(.b),
  .context-reading h5 + ol:not(.b),
  .context-reading h6 + ol:not(.b),
  .context-reading h2 + ul:not(.b),
  .context-reading h3 + ul:not(.b),
  .context-reading h4 + ul:not(.b),
  .context-reading h5 + ul:not(.b),
  .context-reading h6 + ul:not(.b) {
    /* little bit of specificity hacking */
    margin-top: 0;
  }
}
.context-reading h1 {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .context-reading h1 {
    font-size: 30px;
  }
}
.context-reading h2 {
  font-size: 30px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .context-reading h2 {
    font-size: 24px;
  }
}
.context-reading h3 {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .context-reading h3 {
    font-size: 20px;
  }
}
.context-reading h4 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .context-reading h4 {
    font-size: 18px;
  }
}
.context-reading h5 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .context-reading h5 {
    font-size: 16px;
  }
}
.context-reading p:not(:first-child),
.context-reading ul:not(:first-child),
.context-reading ol:not(:first-child) {
  margin-top: 21px;
}
.context-reading li ul:not(:first-child) {
  margin-top: 0;
}
.single-nav-icon {
  background: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-399%20147%2053%2031%22%20style%3D%22enable-background%3Anew%20-399%20147%2053%2031%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-388.3%2C159.8%20-376.4%2C147.9%20-383.6%2C147.9%20-398%2C162.5%20-383.6%2C177%20-376.4%2C177%20-388.2%2C165%20-347%2C165%20%0A%09-347%2C159.9%20%22/%3E%0A%3C/svg%3E%0A) no-repeat 0.5em center;
  background-size: 1em 1em;
  padding: 0 0.5em 0 2em;
}
/* explanation: https://labs.levelaccess.com/index.php/Offscreen_Text */
span.sr-only {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.offscreenHeader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn {
  white-space: normal;
}
.follow-link {
  cursor: pointer;
}
.product-hero .prodHero-content .zipCode-wrapper .form-group .get-a-quote {
  display: block;
}
.get-a-quote {
  display: flex;
  /*.hhero-utility > .container {
        align-items: center;
        display: flex;
    }*/
}
.hhero-quote:first-child .get-a-quote {
  justify-content: center;
}
.get-a-quote label.req:before {
  color: #fff;
}
.get-a-quote label {
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .get-a-quote {
    display: block;
  }
}
.get-a-quote .form-group.internal-submit .btn-default {
  height: 36px;
}
.get-a-quote .form-group {
  vertical-align: top;
}
.get-a-quote .get-a-quote-type {
  color: #747474;
  text-transform: uppercase;
  width: 100%;
}
.get-a-quote .get-a-quote-type option {
  font-weight: inherit;
}
.get-a-quote .internal-submit {
  position: relative;
}
.get-a-quote .form-group.internal-submit [type="submit"] {
  background: transparent;
  border: none;
  top: 27px;
  font-size: 1.4em;
  line-height: 0;
  position: absolute;
  right: 0;
  width: auto;
}
.get-a-quote .select-wrapper.internal-label:after {
  font-size: 1.4em;
  transform: rotate(-45deg) translatex(-0.6em) translatey(-1.5em);
}
@media only screen and (min-width: 1025px) {
  .get-a-quote .form-group {
    display: inline-block;
    margin-left: 0.75em;
    margin-right: 0.75em;
    width: 220px;
  }
  .get-a-quote .get-a-quote-zip::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }
  @supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
    .get-a-quote .form-control {
      display: inline-block;
    }
  }
}
@media only screen and (max-width: 1024px) {
  .get-a-quote .form-group {
    margin-bottom: 1em;
  }
}
.get-a-quote .hhero-salutation {
  font-size: 4.5em;
  margin-bottom: 0.37em;
}
.get-a-quote .hhero-utility h2,
.get-a-quote .hhero-utility a {
  width: auto;
}
.get-a-quote .hhero-utility h2 {
  flex-grow: 2;
}
.get-a-quote .hhero-utility .btn {
  flex-grow: 3;
  margin: 1.666667em 0 1.666667em 2.5%;
}
.agent-locator-hook {
  margin: 0 40px 40px 0;
}
@media only screen and (max-width: 767px) {
  .agent-locator-hook {
    margin: 0 20px 40px 0;
  }
}
.agent-locator-hook .language-group {
  margin-bottom: 40px;
  margin-top: 15px;
}
.agent-locator-hook form {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .agent-locator-hook form {
    max-width: none !important;
  }
}
.agent-locator-hook form .btn {
  float: right;
}
#agentLocatorHook .modal-wrapper h2.modal-header,
#agentLocatorHook .modal-wrapper h3.modal-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #agentLocatorHook .modal-wrapper h2.modal-header,
  #agentLocatorHook .modal-wrapper h3.modal-header {
    max-height: 70px;
    z-index: 0 !important;
  }
}
.agent-locator-iframe {
  margin-top: 80px;
}
.agent-locator-iframe .eig-modal-iframe {
  height: 700px;
  width: 100%;
  border: none;
}
.agent-locator-iframe .eig-modal-iframe .ei-header {
  display: none;
}
.wffmAlHookInstrucitons {
  text-align: center;
  font-size: 12px;
}
.hiddenFormField {
  display: none;
}
.ei-header-height-padding .module-anchor {
  display: block;
}
@media (min-width: 1025px) {
  .ei-header-height-padding .module-anchor:target {
    margin-bottom: 60px;
  }
}
.fullbleed-background {
  background-size: cover;
  background-position: center center;
}
.fullbleed-background.top {
  background-position-y: top;
}
.fullbleed-background.bottom {
  background-position-y: bottom;
}
.module-section-title {
  color: #747474;
  display: block;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.baseball-bio .disclaimer-text {
  color: #fff;
}
.disclaimer-text {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}
span[class*="line-height-"] {
  display: inline-block;
}
.line-height-tight {
  line-height: 0.875em;
}
.line-height-normal {
  line-height: 1em;
}
.line-height-2 {
  line-height: 1.2em;
}
.line-height-3 {
  line-height: 1.4em;
}
.line-height-4 {
  line-height: 1.6em;
}
.line-height-5 {
  line-height: 1.8em;
}
.line-height-6 {
  line-height: 2em;
}
.line-height-large {
  line-height: 2.5em;
}
[class*="col-"].no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.photo-fullbleed-container {
  display: flex;
  overflow: hidden;
}
.photo-fullbleed-container.middle {
  align-items: center;
}
.photo-fullbleed-container.top {
  align-items: flex-start;
}
.photo-fullbleed-container.bottom {
  align-items: flex-end;
}
.photo-fullbleed-image img {
  width: 100%;
}
.blog-article-category {
  background: #0079c1;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2.63636;
  min-width: 14em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.blog-article-category:hover {
  color: #fff;
  text-decoration: none;
}
.ei-header .navbar-brand.has-custom-nav {
  display: block;
}
.footer-separator {
  display: none;
}
.schema {
  display: none;
}
img[srcset] {
  -o-object-fit: cover;
  object-fit: cover;
}
/* TABLET */
/* DESKTOP */
@media only screen and (min-width: 1025px) {
  .wrapper > .container,
  .container {
    margin: auto;
    width: 960px;
  }
  .btn {
    width: 245px;
  }
}
.grecaptcha-badge {
  opacity: 0;
  /* use opacity instead of display: none or visibility: hidden, otherwise recaptcha won't work */
}
/* ----------------------------------------------------------------------- */
/* #PATTERN LIBRARY OVERRIDES                                              */
/* ----------------------------------------------------------------------- */
html {
  font-size: 15px;
  /* base font size so rem units work */
  /* 18px */
}
html body {
  color: #222222;
}
html a:hover,
html a:active {
  text-decoration: underline;
}
html [type=checkbox] + label:before,
html [type=radio] + label:before {
  border-color: #747474;
}
html a:focus,
html input:focus,
html button:focus,
html select:focus,
html .focusable,
html [type=checkbox]:focus + label:before,
html [type=radio]:focus + label:before {
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.9) !important;
  outline: 1px dashed #fff !important;
  outline-offset: 2px !important;
}
html .select-wrapper select.has-dummy optgroup option:first-of-type {
  color: #333333;
}
html .btn-solid-primary:focus {
  box-shadow: 0 0 0 2px #fff !important;
  outline: 1px dashed rgba(0, 121, 193, 0.9) !important;
  outline-offset: 2px !important;
}
html .btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.9) !important;
  outline: 1px dashed #fff !important;
  outline-offset: 0px !important;
}
html .btn-outline:hover,
html .btn-outline:focus {
  background-color: rgba(34, 34, 34, 0.05);
}
html .btn-outline:active {
  background-color: rgba(34, 34, 34, 0.15);
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-weight: 300;
}
html h1 {
  font-size: 4.266667rem;
  /* 64px */
  /* 48px */
}
html h1.variant {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  html h1 {
    font-size: 3.2rem;
  }
}
html h2 {
  font-size: 3.2rem;
  /* 48px */
  /* 18px */
}
html h2.variant {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  html h2 {
    font-size: 2.4rem;
  }
}
html h3 {
  font-size: 2.4rem;
  /* 36px */
  /* 20px */
}
html h3.variant {
  font-size: 1.333333rem;
  font-weight: 700;
}
html h3.smaller-variant {
  font-size: 1.067rem;
  /* 16px */
  font-weight: 700;
}
@media (max-width: 767px) {
  html h3 {
    font-size: 2rem;
  }
}
html h4 {
  font-size: 2rem;
  /* 30px */
}
html h5 {
  font-size: 1.6rem;
  /* 24px */
}
html h6 {
  font-size: 1.2rem;
}
html .feature-text {
  font-size: 2em;
}
@media (min-width: 768px) {
  html .feature-text {
    font-size: 2.4em;
  }
}
@media (min-width: 1025px) {
  html .feature-text {
    font-size: 3.2em;
  }
}
html .nav-tabs.nav-justified {
  display: flex;
}
html .nav-tabs.nav-justified > li {
  background: #0079c1;
  display: flex;
  flex-grow: 1;
  white-space: normal;
}
html .nav-tabs.nav-justified > li.active {
  background: #0b486b;
}
html .nav-tabs.nav-justified > li.active:after {
  border: 13px solid transparent;
  border-bottom-color: #fff;
  bottom: 0;
  content: "";
  left: calc(50% - 13px);
  position: absolute;
}
html .nav-tabs.nav-justified > li:hover {
  background: #0067a4;
}
html .nav-tabs.nav-justified > li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
html .nav-tabs.nav-justified > li a {
  align-items: center;
  background: none;
  display: flex;
  flex-grow: 1;
  height: auto;
  justify-content: center;
}
html .nav-tabs.nav-justified > li a:after {
  display: none;
}
html .nav-tabs.nav-justified > li a:hover {
  background: none;
}
html .nav-tabs.nav-justified > li a:focus {
  background: none;
  z-index: 100;
}
html .nav-tabs.nav-justified > li [role=menu] a {
  justify-content: flex-start;
}
html .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: 101%;
}
html .explorer-tab-container .accordion-view .panel-body {
  border: none !important;
}
html .help-block {
  color: #747474;
}
html .error-message {
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 8px;
  position: relative;
}
html .error-message:before {
  content: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 viewBox%3D%220 0 20 20%22 height%3D%2216%22 width%3D%2216%22%3E%3Cpath style%3D%22fill%3A%23c90813%3B%22 d%3D%22M10%2C19.09A9.09%2C9.09%2C0%2C1%2C1%2C19.09%2C10%2C9.1%2C9.1%2C0%2C0%2C1%2C10%2C19.09M10%2C0A10%2C10%2C0%2C1%2C0%2C20%2C10%2C10%2C10%2C0%2C0%2C0%2C10%2C0%22%2F%3E%3Cpath style%3D%22fill%3A%23c90813%3B%22 d%3D%22M14.61%2C5.82a.52.52%2C0%2C0%2C0-.73%2C0L10.13%2C9.53%2C6.43%2C5.79a.52.52%2C0%2C0%2C0-.74.73L9.4%2C10.26%2C5.66%2C14a.52.52%2C0%2C1%2C0%2C.73.74L10.13%2C11l3.71%2C3.74a.52.52%2C0%2C0%2C0%2C.74-.73l-3.71-3.74L14.6%2C6.56a.52.52%2C0%2C0%2C0%2C0-.73%22%2F%3E%3C%2Fsvg%3E');
  left: 15px;
  position: absolute;
  top: 8px;
}
html legend {
  color: inherit;
}
html .form-control {
  border-color: #747474;
}
html .agency-result-list {
  color: #222222;
}
h2.section-header {
  text-align: center;
  margin-bottom: 10px;
}
p.section-header-description {
  margin: 0 auto;
  max-width: 1025px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  p.section-header-description {
    font-size: 2.4em;
    line-height: 1.2;
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  p.section-header-description {
    font-size: 2.8em;
    line-height: 1.2;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  p.section-header-description {
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-size: 2.0em;
  }
  p.section-header-description.horizontalLine:after {
    background: #d1d1d1;
    bottom: 0;
    content: "";
    display: block;
    height: 0.08em;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1.5em;
  }
}
.factmodule-wrapper p.section-header-description {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .factmodule-wrapper p.section-header-description {
    margin-bottom: 40px;
  }
}
.factmodule-wrapper p.section-header-description.horizontalLine:after {
  background: #747474;
  bottom: -32px;
  content: "";
  display: block;
  height: 0.08em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.5em;
}
@media only screen and (max-width: 767px) {
  .factmodule-wrapper p.section-header-description.horizontalLine:after {
    bottom: 0px;
  }
}

html.eig-modal-open,
html.eig-modal-open > body {
  overflow-y: hidden;
}
.display-as-modal {
  border: none;
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
  left: 50%;
  max-height: 90vh;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.display-as-modal fieldset {
  float: left;
  margin: 0 2.4%;
  width: 45%;
}
.display-as-modal .footer-message {
  clear: left;
}
.display-as-inline-modal {
  border: 0 solid #fbfbfb;
  border-width: 0.25em 0;
  position: relative;
}
.eig-modal {
  background: #fff;
  display: none;
  max-width: 900px;
  min-height: 20em;
  min-width: 40em;
  padding: 1em;
  text-align: left;
  border: 0 solid #fbfbfb;
  border-width: 0.25em 0;
  position: relative;
}
.eig-modal.eig-modal-visible {
  display: block;
}
.eig-modal .page-header {
  border-bottom: none;
  font-size: 1.73333em;
}
.eig-modal .list-options > li {
  float: left;
}
.eig-modal .has-error .field-validation-error {
  display: block;
}
.eig-modal .field-validation-error {
  background-color: #fbe6e6;
  color: #cc0000;
  display: none;
  font-size: 13px;
  padding: 5px 14px 5px 14px;
  margin-top: 0;
}
.eig-modal .required-field .control-label:before,
.eig-modal .required-field .checkbox:after {
  color: #cc0000;
  content: "*";
  font-weight: bolder;
  margin-right: 5px;
}
@media (min-width: 671px) {
  .eig-modal.eig-modal-sm-modal {
    border: none;
    box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
    left: 50%;
    max-height: 90vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .eig-modal.eig-modal-sm-modal fieldset {
    float: left;
    margin: 0 2.4%;
    width: 45%;
  }
  .eig-modal.eig-modal-sm-modal .footer-message {
    clear: left;
  }
}
@media (min-width: 768px) {
  .eig-modal.eig-modal-md-modal {
    border: none;
    box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
    left: 50%;
    max-height: 90vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .eig-modal.eig-modal-md-modal fieldset {
    float: left;
    margin: 0 2.4%;
    width: 45%;
  }
  .eig-modal.eig-modal-md-modal .footer-message {
    clear: left;
  }
}
@media (min-width: 1025px) {
  .eig-modal.eig-modal-lg-modal {
    border: none;
    box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.3);
    left: 50%;
    max-height: 90vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .eig-modal.eig-modal-lg-modal fieldset {
    float: left;
    margin: 0 2.4%;
    width: 45%;
  }
  .eig-modal.eig-modal-lg-modal .footer-message {
    clear: left;
  }
}

.image-carousel-main-container,
.image-carousel-page-editor {
  max-width: 940px;
}
@media (min-width: 1025px) {
  .image-carousel-main-container,
  .image-carousel-page-editor {
    margin: auto;
  }
}
.image-carousel-image {
  background-position: right;
}
.image-carousel-image img {
  width: 100%;
}
.image-carousel-sectionheader {
  display: inline-block;
}
.image-carousel-container {
  font-weight: 300;
  background: rgba(0, 41, 85, 0.65);
  color: white;
  position: absolute;
  text-align: center;
  top: 0%;
}
@media (min-width: 1025px) {
  .image-carousel-container {
    width: 400px;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .image-carousel-container {
    height: 109vh;
  }
}
.image-carousel-container .carousel-content .title-rule {
  border: 3px solid #FFFFFF;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 47px;
}
@media (min-width: 768px) {
  .image-carousel-container .carousel-content .title {
    padding: 40px 134px 20px;
  }
}
@media (min-width: 1025px) {
  .image-carousel-container .carousel-content .title {
    padding: 40px 30px 15px;
  }
}
@media (max-width: 671px) {
  .image-carousel-container .carousel-content .title {
    padding: 40px 50px 15px;
  }
}
.image-carousel-container .carousel-content .description {
  font-weight: 500;
  font-size: 0.938em;
  line-height: 1.313em;
}
@media (min-width: 768px) {
  .image-carousel-container .carousel-content .description {
    padding: 0px 134px 5px;
  }
}
@media (min-width: 1025px) {
  .image-carousel-container .carousel-content .description {
    padding: 0px 30px 5px;
  }
}
@media (max-width: 671px) {
  .image-carousel-container .carousel-content .description {
    padding: 0px 50px 5px;
  }
}
.image-carousel-container .carousel-content .subheader {
  font-size: 1.600em;
  line-height: 1.813em;
  text-align: center;
}
@media (min-width: 768px) {
  .image-carousel-container .carousel-content .subheader {
    padding: 5px 134px 20px;
  }
}
@media (min-width: 1025px) {
  .image-carousel-container .carousel-content .subheader {
    padding: 5px 30px 20px;
  }
}
@media (max-width: 671px) {
  .image-carousel-container .carousel-content .subheader {
    padding: 5px 50px 10px;
    font-size: 1.333em;
  }
}
.image-carousel-container .carousel-content .subheader-description {
  font-size: 0.938em;
  line-height: 1.313em;
}
@media (max-width: 1024px) {
  .image-carousel-container .carousel-content .subheader-description {
    padding: 0px 134px 30px;
  }
}
@media (min-width: 1025px) {
  .image-carousel-container .carousel-content .subheader-description {
    padding: 0px 30px 90px;
  }
}
@media (max-width: 671px) {
  .image-carousel-container .carousel-content .subheader-description {
    padding: 0px 50px 30px;
  }
}
.image-carousel-container .carousel-content .image-carousel-link {
  font-size: 0.625em;
  line-height: 1.625em;
}

.module {
  margin-top: 50px;
}
.module.background-color,
.module.background-image {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .module {
    margin-top: 70px;
  }
  .module.background-color,
  .module.background-image {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (min-width: 1025px) {
  .module {
    margin-top: 100px;
  }
  .module.background-color,
  .module.background-image {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
/* there are admittedly some very specific overrides here, but I can't think
   of a better way to handle these edge cases */
.background-color + .background-color,
.background-color + .background-image,
.background-image + .background-color,
.background-image + .background.image,
.background-color + a + .background-color,
.background-color + a + .background-image,
.background-image + a + .background-color,
.background-image + a + .background.image,
.background-color + style + .background-color,
.background-color + style + .background-image,
.background-image + style + .background-color,
.background-image + style + .background.image,
.background-color + script + .background-color,
.background-color + script + .background-image,
.background-image + script + .background-color,
.background-image + script + .background.image,
.background-color + style + script + .background-color,
.background-color + style + script + .background-image,
.background-image + style + script + .background-color,
.background-image + style + script + .background.image,
.background-color + script + style + .background-color,
.background-color + script + style + .background-image,
.background-image + script + style + .background-color,
.background-image + script + style + .background.image,
.product-hero + style + script + .background-color,
.product-hero + style + script + .background-image,
.basic-hero + style + script + .background-color,
.basic-hero + style + script + .background-image,
.basic-hero + script + .background-color,
.basic-hero + script + .background-image,
.basic-hero + style + .background-color,
.basic-hero + style + .background-image,
.basic-hero + .background-color,
.basic-hero + .background-image {
  margin-top: 0;
}
.module:not(.background-color):not(.background-image) + footer {
  margin-top: 100px;
}




@media only screen and (min-width: 1025px) {
  .get-in-touch .hhero-agent {
    max-width: none;
    margin-top: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .get-in-touch .hhero-agent {
    margin-right: 0;
  }
}
.get-in-touch .hhero-agent .agency-link {
  padding: 0px;
}
@media (max-width: 1024px) {
  .get-in-touch .hhero-agent .img-circle {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .get-in-touch .hhero-agent .img-circle {
    margin-top: 0px;
  }
}
.get-in-touch .hhero-agent-sm-med {
  display: block;
  margin: 2.6715em;
}
.get-in-touch .hhero-agent-sm-med .hhero-agent {
  margin-right: 0;
  max-width: none;
  padding-bottom: 70px;
  background-color: #0b7abf;
}
.get-in-touch .panel-heading {
  /*background-color: @primary;*/
}
.get-in-touch .panel-heading .panel-title {
  height: 6.667em;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .get-in-touch .panel-heading .panel-title {
    padding-left: 30px;
  }
}
.get-in-touch .panel-heading .panel-title a {
  padding: 0;
  height: 0;
}
.get-in-touch .panel-heading .panel-title .header-title {
  text-transform: uppercase;
  font-size: 1.600em;
  font-weight: 200;
  padding: 33px 30px;
  display: inline-block;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 19px 10px;
}
@media (max-width: 1024px) {
  .get-in-touch .panel-heading .panel-title .header-title {
    width: 100%;
    text-align: left;
    padding-left: 0;
    background-position: center right 30px;
  }
}
.get-in-touch .panel-heading a.collapsed .header-title {
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042.2%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-down-white%3C/title%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%220%203%202.8%200.2%2021%2018.4%2039.3%200%2042.2%202.8%2021.1%2024%200%203%22/%3E%3C/svg%3E');
}
.get-in-touch .panel-heading a:not(.collapsed) .header-title {
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2039.2%2021.1%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-up-thin-white%3C/title%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2219.7%200%2039.2%2019.6%2037.8%2021%2019.7%202.8%201.3%2021.1%200%2019.8%2019.7%200%22/%3E%3C/svg%3E');
}
.get-in-touch .panel-heading + .panel-collapse > .panel-body,
.get-in-touch .panel-heading + .panel-collapse > .list-group {
  border: none;
}
.get-in-touch .panel-body {
  padding: 0;
  text-align: center;
  color: #fff;
  margin: auto;
}
@media (min-width: 1024px) {
  .get-in-touch .panel-body {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .get-in-touch .panel-body {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .get-in-touch .panel-body {
    padding: 0 40px;
  }
}
.get-in-touch .panel-body .btn {
  padding-top: 21px;
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .get-in-touch .panel-body .btn + .btn {
    margin-left: 15px;
  }
}
.get-in-touch .panel-body .btn + .btn .hhero-agent {
  margin-right: 0px;
}
.get-in-touch .panel-body .agent-title {
  margin-top: 0;
  padding-bottom: 35px;
  /*@media(min-width:@screen-lg-min) {
                padding-top: 75px;
            }

            @media(min-width:@screen-md-min) and (max-width:@screen-md-max) {
                padding-top: 20px;
            }

            @media(max-width:@screen-sm-min) {
                padding-top: 0px;
            }*/
}
.get-in-touch .panel-body .agent-title-nc {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-in-touch .panel-body .agent-title-nc {
    padding-bottom: 35px !important;
  }
}
.get-in-touch .panel-body .find-agent-wrapper {
  margin: auto;
}
.get-in-touch .panel-body .find-agent-wrapper-cookie {
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-in-touch .panel-body .find-agent-wrapper-cookie {
    padding-top: 10px;
  }
}
.get-in-touch .panel-body .contact-erie-wrapper {
  margin: 0 auto;
}
.get-in-touch .panel-body .contact-erie-wrapper .callout-text {
  padding-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-in-touch .panel-body .contact-erie-wrapper .callout-text {
    padding-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .get-in-touch .panel-body .contact-ew-padding {
    padding-top: 90px;
    /*padding-bottom: 85px;*/
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-in-touch .panel-body .contact-ew-padding {
    padding-top: 60px;
    /*padding-bottom: 50px;*/
  }
}
@media (max-width: 671px) {
  .get-in-touch .panel-body .contact-ew-padding {
    padding-top: 34px;
    /*padding-bottom: 30px;*/
  }
}
@media (min-width: 1025px) {
  .get-in-touch .panel-body .contact-ew-auth-padding {
    padding-top: 60px;
    /*padding-bottom: 80px;*/
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .get-in-touch .panel-body .contact-ew-auth-padding {
    padding-top: 30px;
    /*padding-bottom: 50px;*/
  }
}
@media (max-width: 671px) {
  .get-in-touch .panel-body .contact-ew-auth-padding {
    padding-top: 0px;
    /*padding-bottom: 30px;*/
  }
}
.get-in-touch .panel-body .agent-list-wrapper {
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 50px;
}
.get-in-touch .panel-body .agent-list-wrapper .agent-wrapper {
  margin: 0 auto;
  width: 100%;
}
.get-in-touch .panel-body .agent-list-wrapper .agent-wrapper .img-circle {
  background-image: url('../../styles/SupportCenterPage/agentImages/NoAgent.html');
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-size: cover;
  background-position-y: -7px;
}
@media only screen and (max-width: 670px) {
  .get-in-touch .panel-body .agent-list-wrapper .agent-wrapper .img-circle {
    margin: auto;
  }
}
.get-in-touch .panel-body .agent-list-wrapper .agent-wrapper + .agent-wrapper {
  padding-top: 20px;
}

.support-center-main {
  margin: auto;
  max-width: 100%;
}
.support-center-navigation ::-ms-clear {
  display: none;
}

.support-content {
  /*& > .container.container {
        padding: 1.66667em auto;
        @media  (max-width: 1024px){
            margin: 1.66667em;
            
        }
         @media (min-width: 768px) and (max-width: 1024px){
             padding-right:2em;
         }
        padding: 0;
    }*/
}
@media (max-width: 1024px) {
  .support-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .support-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.support-content .support-content-intro {
  font-size: 1.33333em;
}
.support-content p {
  /*margin-top: 20px;*/
}
.support-content .btn {
  margin: 1.33333em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .support-content .btn {
    margin: auto;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .support-content .btn {
    display: block;
    width: auto;
  }
}
.support-content .support-content-overview {
  font-size: 1em;
  margin: 1.33333em 0 0.5em 0;
}

.support-fullimage > .container {
  padding-left: 0;
  padding-right: 0;
}
.support-fullimage .support-fullimage-image {
  width: 100%;
}

.support-center-page-header {
  background: #2d2d2d;
  color: #fff;
  line-height: 2em;
  padding: 5.3em 2em 6.666em 2em;
}
.support-center-page-header-container {
  margin: 0 auto;
  max-width: 1400px;
}
.support-center-page-header-container.main-page {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.support-center-page-header-container.sub-page {
  text-align: left;
}
.support-center-header-teaser {
  text-align: center;
  font-weight: 300;
}
.support-center-icon {
  height: 70px;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  width: auto;
  opacity: 0.4;
}
.main-page .support-center-icon {
  display: block;
}
.sub-page .support-center-icon {
  display: flex;
}
.sub-page .support-center-header-teaser {
  text-align: left;
}
.support-center-icon > img {
  height: 100%;
  max-width: 100%;
}
.support-center-nav {
  display: inline-flex;
}
.support-center-nav a {
  color: inherit;
  padding-left: 10px;
  font-size: 0.77em;
}
.multi-nav-icon {
  padding: 10px;
  background: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%22-801.9%20295.1%2024%2042.1%22%20style%3D%22enable-background%3Anew%20-801.9%20295.1%2024%2042.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text/css%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C/style%3E%0A%3Ctitle%3Earrowhead-tertiary-blue%3C/title%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%22-798.9%2C337.3%20-801.7%2C334.5%20-783.5%2C316.3%20-801.9%2C298%20-799.1%2C295.1%20-777.9%2C316.2%20%22/%3E%0A%3C/svg%3E%0A) no-repeat;
  background-size: 10px 10px;
  background-position: 0 20px;
}
.support-center-nav > .multi-nav-icon:first-child {
  background: none;
  padding-left: 0;
}
.support-center-nav > .multi-nav-icon:first-child > a {
  padding-left: 0;
}
@media (min-width: 768px) {
  .support-center-title {
    padding-bottom: 0.625em;
  }
  .support-center-header-teaser {
    line-height: 28px;
  }
  .support-center-page-header {
    padding: 3.333em 2em 4.666em 2em;
  }
}
@media (min-width: 1025px) {
  .support-center-title {
    padding-bottom: 0.78125em;
  }
  .support-center-header-teaser {
    line-height: 34px;
  }
  .support-center-page-header {
    padding: 5.3em 2em 6.666em 2em;
  }
}
@media (max-width: 670px) {
  .support-center-page-header-container.main-page,
  .support-center-page-header-container.sub-page {
    text-align: center;
  }
  .main-page .support-center-icon,
  .sub-page .support-center-icon {
    display: block;
    height: 5.333em;
  }
  .support-center-title {
    padding-bottom: 0.66666em;
    line-height: 57px;
  }
  .support-center-header-teaser {
    font-size: 1.2em;
    line-height: 25px;
  }
  .support-center-page-header {
    padding: 1em;
  }
  .sub-page .support-center-header-teaser {
    text-align: center;
  }
  .support-center-page-header {
    padding: 2em 2em 3.33em 2em;
  }
}

.support-center-navigation-wrapper {
  /*background-color: @greyscale-light-grey;*/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.support-center-navigation-wrapper.search-results {
  padding-bottom: 60px;
}
.support-center-navigation-wrapper .section-header {
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.support-center-navigation-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.support-center-navigation-wrapper ul li {
  margin-top: 24px;
}
.support-center-navigation-wrapper ul .variant {
  padding-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .support-center-navigation-wrapper ul .variant {
    padding-bottom: 5px;
  }
}
.support-center-navigation {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  text-align: center;
}
.support-center-navigation .search-title {
  padding-bottom: 24px;
}
.support-center-navigation .search-title h2.heading-x-large {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 50px;
}
.support-center-navigation .search-text {
  background-repeat: no-repeat;
  background-position: right 15px center;
  position: relative;
}
.support-center-navigation .most-search-content {
  border: 1px solid #747474;
  background-color: #ffffff;
}
.support-center-navigation .most-search-content .search-with-btn {
  height: 70px;
  font-size: 18px;
  font-weight: 300;
}
.support-center-navigation .most-search-content ul {
  padding-bottom: 20px;
}
.support-center-navigation .most-search-content .showmore-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .support-center-navigation .most-search-content .showmore-wrapper {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .support-center-navigation .most-search-content .showmore-wrapper {
    padding-top: 40px;
  }
}
.support-center-navigation .search-control {
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 60px;
  border: none;
  background-size: 30px 50%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left 15px center;
  border-bottom: 2px solid #dedede;
}
.support-center-navigation .most-search-content ul {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.support-center-navigation .most-search-content ul li {
  margin-top: 20px;
}
.support-center-navigation .most-search-content ul .variant {
  padding-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .support-center-navigation .most-search-content ul .variant {
    padding-bottom: 5px;
  }
}
.browse-topic {
  padding: 60px 0px 50px 0px;
  text-align: center;
}
.clear-search {
  /*background-image: url('data:image/svg+xml,%3csvg xmlns%3d%22http%3a%2f%2fwww.w3.org%2f2000%2fsvg%22 viewBox%3d%220 0 230.89 230.89%22%3e%3cdefs%3e%3cstyle%3e.cls-1%2c .cls-2 %7bfill%3a none%3b%7d.cls-1 %7bclip-rule%3a evenodd%3b%7d.cls-3 %7bclip-path%3a url(%23clip-path)%3b%7d.cls-4 %7bclip-path%3a url(%23clip-path-2)%3b%7d.cls-5 %7bfill%3a %23333%3b%7d%3c%2fstyle%3e%3cclipPath id%3d%22clip-path%22 transform%3d%22translate(-83.55 -33.24)%22%3e%3cpath class%3d%22cls-1%22 d%3d%22M265.48%2c205.44L210.83%2c147.6l56.47-56q5.46-5.6%2c0-11.19t-10.93%2c0l-58.29%2c57.84L143.43%2c80.44q-5.46-5.6-10.93%2c0t0%2c11.19l54.65%2c57.84-56.47%2c56q-5.46%2c5.6%2c0%2c11.19t10.93%2c0l56.47-56%2c54.65%2c57.84a11%2c11%2c0%2c0%2c0%2c12.75-1.87Q270.95%2c211%2c265.48%2c205.44Z%22 %2f%3e%3c%2fclipPath%3e%3cclipPath id%3d%22clip-path-2%22 transform%3d%22translate(-83.55 -33.24)%22%3e%3crect class%3d%22cls-2%22 x%3d%22-10031.27%22 y%3d%22-4762.2%22 width%3d%2212787.82%22 height%3d%229848.4%22 %2f%3e%3c%2fclipPath%3e%3c%2fdefs%3e%3cg class%3d%22cls-3%22%3e%3cg class%3d%22cls-4%22%3e%3crect class%3d%22cls-5%22 width%3d%22230.89%22 height%3d%22230.89%22 %2f%3e%3c%2fg%3e%3c%2fg%3e%3c%2fsvg%3e');
            background-size: 16px 16px;*/
  display: block;
}
@media (max-width: 1024px) {
  .support-center-navigation-wrapper {
    padding: 0 40px;
  }
  .support-center-navigation {
    padding: 70px 0px 0px 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .support-center-navigation.search-results {
    padding-bottom: 50px;
  }
  .support-center-navigation .search-title h2.heading-x-large {
    padding-bottom: 40px;
    line-height: 50px;
  }
  .browse-topic {
    padding: 50px 0px 30px 0px;
  }
  .browse-topic ul {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .support-center-navigation-wrapper {
    padding: 0 30px;
  }
  .support-center-navigation {
    padding-top: 50px;
    /*margin-right:20px !important;
        margin-left: 20px !important;*/
  }
  .support-center-navigation.search-results {
    padding-bottom: 40px;
  }
  .support-center-navigation .search-title h2.heading-x-large {
    font-size: 36px;
    line-height: 43px;
    padding: 0px 10px 30px 10px;
  }
  .support-center-navigation-wrapper .section-header {
    font-size: 30px;
  }
  .browse-topic {
    padding: 40px 0px 10px 0px;
  }
}

.support-process > .container.container {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0px 0px 70px 0px;
}
.support-process .support-step {
  padding-top: 60px;
  color: #222222;
}
.support-process .support-step .heading-x-large {
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 57px;
  font-size: 48px ;
  color: #222222;
}
.support-process .support-step .support-step-contents {
  font-size: 15px;
  color: #222222;
}
@media (max-width: 1024px) {
  .support-process > .container.container {
    padding: 0px 45px 50px 43px;
  }
  .support-process .support-step {
    padding-top: 40px;
  }
  .support-process .support-step .heading-x-large {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .support-process > .container.container {
    padding: 0px 31px 40px 29px;
  }
  .support-process .support-step {
    padding-top: 30px;
  }
  .support-process .support-step .heading-x-large {
    padding-bottom: 10px;
  }
}

.support-feedback {
  background: #fff;
  height: 16em;
  margin: 1.33333em auto;
}
.support-feedback.no-js {
  height: auto;
}
.support-feedback .support-feedback-screen {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 2em;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
.support-feedback .support-feedback-screen > h3,
.support-feedback .support-feedback-screen p {
  margin: 0;
}
.support-feedback .support-feedback-screen .button-close {
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0 0.5em;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.support-feedback .feedback-screen-dark {
  background: #029428;
  color: #fff;
}
.support-feedback .feedback-screen-negative {
  background: #d14c12;
}
.support-feedback .btn {
  border-radius: 0;
}
.support-feedback .btn-outline {
  background: inherit;
  border: 1px solid #000;
}
.support-feedback .button-list {
  margin: 0;
  padding: 0;
}
.support-feedback .button-list li {
  display: inline-block;
}
.support-feedback .feedback-screen-query {
  border: 0.13333em solid #d1d1d1;
  border-left-width: 0;
  border-right-width: 0;
  text-align: center;
}
.support-feedback .feedback-screen-query h2 {
  font-weight: 200;
  margin-bottom: 0.75em;
}
.support-feedback .feedback-screen-query .button-list {
  width: 100%;
}
.support-feedback .feedback-screen-query .button-list li {
  margin: 0 0.5em;
  width: 32%;
}
.support-feedback .feedback-screen-query .query-button [type=radio] {
  display: none;
}
.no-js.support-feedback .feedback-screen-query .query-button [type=radio]:checked ~ .btn-yes {
  background-color: rgba(2, 148, 40, 0.2);
}
.no-js.support-feedback .feedback-screen-query .query-button [type=radio]:checked ~ .btn-no {
  background-color: rgba(209, 76, 18, 0.2);
}
.support-feedback .feedback-screen-query .query-button [type=radio] ~ label {
  display: inline-block;
  min-width: 100%;
}
.support-feedback .feedback-screen-query .query-button [type=radio] ~ label:before {
  display: none;
}
.support-feedback .feedback-screen-query .query-button [type=radio] ~ label.btn-yes {
  border-color: #029428;
  color: #029428;
}
.support-feedback .feedback-screen-query .query-button [type=radio] ~ label.btn-no {
  border-color: #d14c12;
  color: #d14c12;
}
.support-feedback .support-feedback-details textarea {
  border: 0;
  height: 4em;
  width: 100%;
}
.support-feedback .support-feedback-details label,
.support-feedback .support-feedback-details .support-feedback-washelpful {
  display: none;
}
.support-feedback .support-feedback-details .detail-buttons-skip {
  background: none;
  border: none;
  margin-right: 2.5em;
}
.support-feedback .support-feedback-details .form-submit-border {
  font-size: 80%;
  text-align: right;
}
.support-feedback .support-feedback-details .form-submit-border button,
.support-feedback .support-feedback-details .form-submit-border input[type=button] input[type=submit] {
  margin-left: 3em;
  padding: 0.8em;
}
.support-feedback .support-feedback-details .form-submit-border [type=submit] {
  background: #b3410f;
  border: none;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.support-feedback .support-feedback-info {
  background-image: url('../../-/media/Images/Icons/check-white-no-bg.svg');
  background-position: 4em center;
  background-repeat: no-repeat;
  background-size: 5em 5em;
  padding-left: 10em;
}
.no-js.support-feedback .support-feedback-info {
  display: none !important;
}
.support-feedback.no-js .hide-without-js {
  display: none !important;
}

.topic-page-navigation {
  /*padding: 0 0 100px 0;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  text-align: left;
}
@media (max-width: 1024px) {
  .topic-page-navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .topic-page-navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.topic-page-navigation hr {
  border-top-color: #767676;
  margin: 0px;
  padding-bottom: 70px;
}
.topic-page-navigation h2 {
  margin: 0px;
}
.topic-page-navigation ul {
  padding: 0;
  list-style-type: none;
}
.topic-page-navigation ul li:first-of-type {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .topic-page-navigation ul li:first-of-type {
    margin-top: 20px;
  }
}
.topic-page-navigation ul li:not(:first-of-type) {
  margin-top: 24px;
}
.topic-page-navigation ul .variant {
  padding-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .topic-page-navigation ul .variant {
    padding-bottom: 5px;
  }
}
.topic-page-navigation .top-navigation-subnav {
  padding-top: 50px;
}
/*@media(max-width:@screen-md-max) {
    .topic-page-navigation {
        padding: 0px 40px 70px 40px;
        
        hr{
            padding-bottom:50px;
        }
        .top-navigation-subnav {
            padding-top: 40px;
        }
    }
}

@media(max-width:@screen-xs-max) {
    .topic-page-navigation {
        padding: 0px 30px 50px 30px;

        hr{
            padding-bottom:40px;
        }
        .top-navigation-subnav {
            padding-top: 45px;
        }
        
    }
}*/

.basic-fullBleed {
    font-size: 80%;
    /*margin-bottom: 1.66667em;
    margin-top: 1.66667em;*/
}

.basic-fullBleed.module.background-image {
    padding-bottom: 0;
    padding-top: 0;
}

.basic-fullBleed-imageContainer {
    max-height: 33.3333em;
    overflow: hidden;
}

.basic-fullBleed-image {
    /*margin-bottom: 1.66667em;*/
    
    width: 100%;
}
.business-risk-wrapper.basic-fullBleed  {
    margin-bottom: 0;
    font-size: 100%;
    }

.basic-fullBleed-image img, .photo-fullbleed-image {
    width: 100%;
}

.block-caption-text {
    line-height: 1.66667;
}

.block-caption-title {
    text-transform: uppercase;
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 1.66667em;
}

.block-caption-description {
    border-bottom: 0.166667em solid #ccc;
    color: #767676;
    padding-bottom: 1.66667em;
}

@media only screen and (min-width: 768px) {
    .block-caption-text {
        margin-top: 3.33333em;
    }
}

.expands-callout-carousel-container, .image-carousel-page-editor {
    max-width: none;
    margin: auto;
}

.expands-callout-carousel-container .carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: auto;
    right: auto;
}

/*carousel item content*/
.expands-carousel-container .carousel-item-container
{
	top: 0;
	position: absolute;
	text-align: center;
	color: white;
	height: 21.333em;
	margin: 50px 30px 30px 30px;
}
.expands-callout-carousel-container .carousel-content{
	padding: 5% 5%;
    width: 50%;
    height: 100%;
	overflow-y: hidden;
    position: absolute;
    top: 0;
    color: #ffffff;
    display: table;
}

.expands-callout-carousel-container .carousel-indicators li {
    margin: 5px;
}
.expands-callout-carousel-container .carousel-content li.title{
	font-size: 1.5em;
    font-weight: 200;
    width: 100%;
    line-height: 1em;
}
.expands-callout-carousel-container .carousel-content li.description {
    font-size: 0.94em;
    padding: 20px 0 40px 0;
    line-height: 1.6em;
    width: 340px;
}

.expands-callout-carousel-container .carousel-content li.callout-quote {
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2031.25%2022.78%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Equotes-white%3C/title%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M127.57%2C251.7a1.61%2C1.61%2C0%2C0%2C1-1.16-.44%2C1.47%2C1.47%2C0%2C0%2C1-.46-1.11%2C2%2C2%2C0%2C0%2C1%2C1.34-1.76%2C17.89%2C17.89%2C0%2C0%2C0%2C4.68-3.27%2C4.35%2C4.35%2C0%2C0%2C0%2C1.37-2.21%2C0.94%2C0.94%2C0%2C0%2C0-1.05-.81l-0.42%2C0L131.3%2C242a5.5%2C5.5%2C0%2C0%2C1-3.69-2.09%2C6.78%2C6.78%2C0%2C0%2C1-1.41-4.34%2C6.48%2C6.48%2C0%2C0%2C1%2C1.76-4.5%2C6.94%2C6.94%2C0%2C0%2C1%2C10.23.21%2C8.5%2C8.5%2C0%2C0%2C1%2C2.21%2C6%2C12.24%2C12.24%2C0%2C0%2C1-2.21%2C6.63%2C19.39%2C19.39%2C0%2C0%2C1-5.77%2C5.75Q129.33%2C251.7%2C127.57%2C251.7Zm-16.8%2C0a1.61%2C1.61%2C0%2C0%2C1-1.16-.44%2C1.47%2C1.47%2C0%2C0%2C1-.46-1.11%2C2%2C2%2C0%2C0%2C1%2C1.34-1.76%2C17.88%2C17.88%2C0%2C0%2C0%2C4.68-3.27%2C4.35%2C4.35%2C0%2C0%2C0%2C1.37-2.21%2C0.94%2C0.94%2C0%2C0%2C0-1.05-.81l-0.42%2C0-0.56-.07a5.5%2C5.5%2C0%2C0%2C1-3.69-2.09%2C6.78%2C6.78%2C0%2C0%2C1-1.41-4.34%2C6.48%2C6.48%2C0%2C0%2C1%2C1.76-4.5%2C6.94%2C6.94%2C0%2C0%2C1%2C10.23.21%2C8.5%2C8.5%2C0%2C0%2C1%2C2.21%2C6%2C12.24%2C12.24%2C0%2C0%2C1-2.21%2C6.63%2C19.39%2C19.39%2C0%2C0%2C1-5.77%2C5.75Q112.53%2C251.7%2C110.77%2C251.7Z%22%20transform%3D%22translate%28-109.15%20-228.92%29%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 17px;
    overflow: hidden;
    font-size: 0.7em;
    line-height: 1.6em;
    padding-top: 20px;
    width: 70%;
}

.expands-callout-carousel-container .carousel-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
}
    
.expands-callout-carousel-container .carousel-inner,.expands-callout-carousel-container  .carousel-inner > .item {
    height: 100%;
}

.expands-callout-carousel-container  .carousel-inner > .item  img{
	width: 100%;
}
/*carousel item content*/

@media (max-width:1024px){
    .expands-callout-carousel-container .carousel-item-container .carousel-content li.title,
    .expands-callout-carousel-container .carousel-item-container .carousel-content li.description,
    .expands-callout-carousel-container .carousel-item-container .carousel-content li.callout-quote {
        width: 100%;
    }
    .expands-callout-carousel-container .carousel-item-container .carousel-content {
        width: 100%;
        text-align: center;
        height: 100%;
        background: #000000;
        background: rgba(0,0,0, 0.4);
    }

    .expands-callout-carousel-container .carousel-content li.callout-quote {
        background-position: 50% 0;
    }
}

@media (min-width: 1025px) {
    .expands-callout-carousel-container .carousel-content {
        background: #000000;
        background: rgba(0,0,0, 0.4); /* Old browsers */
        background: linear-gradient(to right, rgba(0,0,0,0.8) 0,rgba(255,255,255,0) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }
}

@media (min-width:767px) and (max-width:1024px) {
    .expands-callout-carousel-container .carousel-content {
        padding: 5% 25%;
    }
}
@media (max-width:767px) {
    .expands-callout-carousel-container .carousel-content {
        padding: 5%;
    }
    .expands-callout-carousel-container .carousel-content li.description {
        padding: 20px 0;
    }
    .expands-callout-carousel-container .carousel-content li.description,.expands-callout-carousel-container .carousel-content li.callout-quote {
        font-size: 1em;
    }
}

/*Edit mode */
.expands-callout-carousel-container.image-carousel-page-editor .carousel {
    height: auto;
}
.expands-callout-carousel-container.image-carousel-page-editor .carousel-inner {
    overflow-x: scroll;
    overflow-y: scroll;
    margin-bottom: 10px;

}
.expands-callout-carousel-container.image-carousel-page-editor .carousel-indicators{
    display: none;
}

.expands-callout-carousel-container.image-carousel-page-editor .carousel-inner > div {
    position: relative;
    height: 26.667em;
    overflow: hidden;
}


.alert-link,
.alert-link:hover {
    line-height: 1.166667;
}

.alert-edit-container,
.alert-link:not(.alert-edit) {
    background: #cc0000;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 1.333333em;
    padding-left: 4.333333em;
    position: relative;
}

.alert-link + .alert-link {
    margin-top: 0.3333em;
}

.alert-icon {
    left: 2.5em;
    max-height: 5em;
    max-width: 5em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.alert-message {
    margin-left: 3em;
}*/
