@charset "UTF-8";
.findAgent {
  font-size: 0.9em;
}
.findAgent form h2 {
  font-size: 26px;
  color: #005F9F;
  margin: 0 0 5px 0;
}
.findAgent img + p {
  margin-top: 1em;
  margin-bottom: 0;
}
.findAgent input[type=text] {
  margin: 10px 0px;
  width: 100%;
}

.banner {
  background-image: url(/images/homeBanner_LARGE.jpg);
  background-repeat: no-repeat;
  background-size: auto 284px;
  background-position: top left 17%;
  border-bottom: solid 5px #99CCFF;
  max-height: 243px;
  /* These are header themes*/
}
@media (min-width: 450px) {
  .banner {
    background-size: auto 290px;
    background-position: top left 18%;
    max-height: 273px;
  }
}
@media (min-width: 555px) {
  .banner {
    background-size: cover;
    background-position: top left;
  }
}
@media (min-width: 801px) {
  .banner {
    background-image: url(/images/homeBanner.jpg);
    background-position: top center;
    position: relative;
    height: 365px;
    max-height: none;
    margin: 0 auto;
    width: 100%;
  }
}
.banner .bannerContent {
  /*background-image: url(/images/mobileBannerRepeater.png);
  background-repeat: repeat-x;
  background-size: auto auto;
  background-position: bottom; */
}
.banner .bannerContent .bannerTxt {
  padding-top: 35px;
  float: right;
  margin-right: 1%;
  clear: both;
  width: 54%;
  min-width: 158px;
}
@media (min-width: 450px) {
  .banner .bannerContent .bannerTxt {
    width: 55%;
    min-width: 185px;
  }
}
.banner .bannerContent .bannerTxt h1 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", Arial, sans-serif;
  font-weight: 300;
  color: white;
}
.banner .bannerContent .bannerTxt h1 > b {
  font-weight: 700;
  font-family: "proxima-nova-n7", "proxima-nova", Arial, sans-serif;
}
.banner .bannerContent .bannerTxt h1:before {
  content: none;
}
@media (min-width: 450px) {
  .banner .bannerContent .bannerTxt h1 {
    font-size: 30px;
    min-width: 165px;
    padding-bottom: 15px;
  }
}
@media (min-width: 555px) {
  .banner .bannerContent .bannerTxt h1 {
    max-width: 350px;
  }
}
.banner .bannerContent .btn {
  margin-bottom: 82px;
}
.banner .bannerContent .btn, .banner .bannerContent input[type=submit] {
  font-size: 17px;
  padding: 7px 25px;
}
@media (min-width: 801px) {
  .banner .bannerContent {
    width: 33%;
    margin: 0;
    margin-left: 26%;
    position: relative;
    height: 360px;
    padding-top: 105px;
  }
  .banner .bannerContent .bannerTxt {
    width: auto;
    float: none;
    min-width: none;
    padding: 0;
    margin: 0;
  }
  .banner .bannerContent .bannerTxt h1 {
    font-size: 27px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .wf-active .banner .bannerContent .bannerTxt h1 {
    font-size: 30px;
  }
  .banner .bannerContent .bannerLogos {
    position: absolute;
    right: -35px;
    margin-top: 0px;
    bottom: 0px;
    width: 200px;
  }
  .banner .bannerContent .bannerLogos .FSR_Img {
    max-width: 90px;
  }
  .banner .bannerContent .bannerLogos .wards_Img {
    max-width: 90px;
  }
}
@media (min-width: 1170px) {
  .banner .bannerContent {
    margin-left: 31%;
    width: 38%;
  }
}
.banner .findAgent {
  background-color: white;
  max-width: 295px;
  padding: 16px 24px 24px 24px;
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0;
}
.banner .findAgent:before {
  position: absolute;
  content: "";
  background-color: white;
  height: 360px;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner .findAgent form {
  position: relative;
}
@media (min-width: 1170px) {
  .banner .findAgent {
    right: 25px;
  }
}
.banner .findAgent h3 {
  color: #005F9F;
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", Arial, sans-serif;
  font-weight: 300;
}
.banner .findAgent h3 > b {
  font-weight: 700;
  font-family: "proxima-nova-n7", "proxima-nova", Arial, sans-serif;
}
.banner.lightHeader .bannerContent .bannerTxt h1 {
  color: #005F9F;
}
@media (min-width: 801px) {
  .banner.ctmHeadBannerSummer3 .bannerContent {
    padding-top: 65px;
  }
}

.leadIn em {
  font-family: "proxima-nova-n7", "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.leadIn strong {
  font-family: "proxima-nova-i7", "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

@media (min-width: 801px) {
  .homePannel1 {
    padding-top: 60px;
  }
}
.homePannel1 .sectionLinks {
  padding: 60px 0px 75px 0px;
}
.homePannel1 .sectionLinks h3 {
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #005F9F;
}
.homePannel1 .sectionLinks .box {
  width: 16.5%;
  text-align: center;
}
.homePannel1 .box {
  padding: 0;
}
.homePannel1 .box img {
  width: 100px;
}
.homePannel1 .box img + h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.homePannel1 .box a:last-child {
  white-space: nowrap;
  color: #ED8013;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  padding-left: 0.5em;
}
.homePannel1 .box a:last-child:after {
  content: "»";
  position: relative;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  text-rendering: auto;
  top: -0.1em;
  line-height: 0;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0.2em;
}

.homePannel2 {
  background-color: #F1F0F0;
  padding: 28px;
  margin: 20px 0px;
  overflow-x: hidden;
}
.homePannel2 .box {
  background: #3399ff;
  background-image: -webkit-linear-gradient(top, #99CCFF 1%, #3399ff 100%);
  background-image: -o-linear-gradient(top, #99CCFF 1%, #3399ff 100%);
  background-image: linear-gradient(to bottom, #99CCFF 1%, #3399ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF99CCFF", endColorstr="#FF3399FF", GradientType=0);
  background-repeat: repeat-x;
  margin: 0 auto;
  padding: 30px 20px;
}
.homePannel2 .box:before, .homePannel2 .box:after {
  display: table;
  content: " ";
}
.homePannel2 .box:after {
  clear: both;
}
.homePannel2 .box:first-of-type {
  margin-bottom: 28px;
}
.homePannel2 .box:nth-of-type(1) img.boxImg {
  width: 35%;
}
.homePannel2 .box:nth-of-type(2) img.boxImg {
  width: 50%;
}
@media (min-width: 800px) {
  .homePannel2 .box {
    height: 405px;
    box-sizing: border-box;
    padding: 25px 45px;
  }
  .homePannel2 .box + .box {
    border-left: 14px solid #F1F0F0;
  }
  .homePannel2 .box:first-of-type {
    margin-bottom: 0;
    border-right: 14px solid #F1F0F0;
  }
  .homePannel2 .box:first-of-type img.boxImg {
    width: 45%;
  }
  .homePannel2 .box:nth-of-type(2) img.boxImg {
    right: -145px;
    width: 89%;
  }
}
@media (min-width: 1170px) {
  .homePannel2 .box {
    height: 385px;
  }
  .homePannel2 .box:after {
    content: "";
    display: block;
    position: absolute;
    width: 55%;
    height: 300px;
    background-size: 120%;
    background-image: url(/images/homeDiamond.svg);
    right: 0;
    bottom: 0;
    z-index: 7;
    overflow: hidden;
  }
}
.homePannel2 .box h2 {
  font-size: 35px;
  color: white;
}
.homePannel2 .box p {
  color: #111;
  max-width: 500px;
  margin-top: 1em;
  position: relative;
  z-index: 9;
  line-height: 120%;
}
@media (min-width: 1170px) {
  .homePannel2 .box p {
    max-width: 66%;
  }
}
.homePannel2 .box img.boxImg {
  display: none;
  position: absolute;
  bottom: 0px;
  right: -28px;
  z-index: 8;
}
@media (min-width: 551px) {
  .homePannel2 .box img.boxImg {
    display: block;
  }
}
@media (min-width: 800px) {
  .homePannel2 .box img.boxImg {
    bottom: -28px;
  }
}
.homePannel2 .box ul.linedList {
  list-style-type: none;
  padding-left: 0px;
  margin: 5px 0px 0px 0px;
  float: left;
}
.homePannel2 .box ul.linedList > li {
  border-bottom: solid 1px #99CCFF;
  display: block;
  padding-right: 1em;
}
.homePannel2 .box ul.linedList > li:last-of-type {
  border-bottom: none;
}
.homePannel2 .box ul.linedList > li a {
  text-decoration: none;
  color: white;
  line-height: 240%;
  font-weight: 700;
  text-transform: uppercase;
}
.homePannel2 .box ul.linedList > li a:after {
  content: "»";
  position: relative;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  text-rendering: auto;
  top: -0.1em;
  line-height: 0;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0.2em;
}

.homePannel3 {
  padding: 100px 0px 50px 0px;
  text-align: center;
}
.homePannel3 .quoteHeader {
  color: #1ea953;
  font-size: 25px;
  padding-bottom: 25px;
}
.homePannel3 .quote {
  font-size: 40px;
  text-align: center;
  color: #0069B0;
  font-weight: 700;
  font-family: "proxima-nova-n7", "proxima-nova", Arial, sans-serif;
  line-height: 110%;
  max-width: 74%;
  margin: 0 auto;
}
.homePannel3 .quote:before, .homePannel3 .quote:after {
  position: absolute;
  content: "“";
  font-family: "proxima-nova";
  left: 0;
  padding-left: 4%;
  top: 0.3em;
  padding-top: 70px;
  font-size: 5em;
  color: #1ea953;
}
.homePannel3 .quote:after {
  content: "”";
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 4%;
}
.homePannel3 .testimonial a {
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  color: #ED8013;
  font-weight: 700;
}
.homePannel3 .testimonial a:after {
  content: "»";
  position: relative;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  text-rendering: auto;
  top: -0.1em;
  line-height: 0;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0.2em;
}

@media (min-width: 800px) and (max-width: 1010px) {
  .homePannel2 .box ul.linedList > li a {
    line-height: 180% !important;
  }

  .homePannel2 .box ul.linedList > li {
    position: relative !important;
    z-index: 9 !important;
  }
}
.homePanelFooter .cell.cell-fb, .homePanelFooter .cell.cell-contact, .homePanelFooter .cell.cell-secureMessage {
  color: white;
}
.homePanelFooter .cell.cell-fb .cell-body, .homePanelFooter .cell.cell-contact .cell-body, .homePanelFooter .cell.cell-secureMessage .cell-body {
  padding: 10% 10%;
  line-height: 100%;
}
.homePanelFooter .cell.cell-fb .cell-body h6, .homePanelFooter .cell.cell-contact .cell-body h6, .homePanelFooter .cell.cell-secureMessage .cell-body h6 {
  color: white;
  font-size: 2vw;
  font-weight: 300;
  font-family: "proxima-nova-n3", "proxima-nova", Arial, sans-serif;
  margin-top: 0;
  padding: 0;
}
.homePanelFooter .cell.cell-fb .cell-body h6 > b, .homePanelFooter .cell.cell-contact .cell-body h6 > b, .homePanelFooter .cell.cell-secureMessage .cell-body h6 > b {
  font-family: "proxima-nova-n7", "proxima-nova", Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 1230px) {
  .homePanelFooter .cell.cell-fb .cell-body h6, .homePanelFooter .cell.cell-contact .cell-body h6, .homePanelFooter .cell.cell-secureMessage .cell-body h6 {
    font-size: 24px;
  }
}
.homePanelFooter .cell.cell-fb .cell-body a.link, .homePanelFooter .cell.cell-contact .cell-body a.link, .homePanelFooter .cell.cell-secureMessage .cell-body a.link {
  color: white;
  text-transform: uppercase;
}
.homePanelFooter .cell.cell-fb .cell-body a.link:after, .homePanelFooter .cell.cell-contact .cell-body a.link:after, .homePanelFooter .cell.cell-secureMessage .cell-body a.link:after {
  content: "»";
  position: relative;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  text-rendering: auto;
  top: -0.1em;
  line-height: 0;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0.2em;
}

.homePanelFooter {
  max-height: 761px;
  width: 100%;
  padding-bottom: 61%;
  position: relative;
  display: none;
  overflow: hidden;
}
.homePanelFooter:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 1s ease-in-out;
}
.homePanelFooter:hover:before {
  transform: scale(1.02);
}
@media (min-width: 801px) {
  .homePanelFooter {
    display: block;
  }
}
.homePanelFooter .cell {
  position: absolute;
  display: flex;
  align-items: center;
}
.homePanelFooter .cell[position^=sw-] {
  top: 50%;
  left: 0;
}
.homePanelFooter .cell[position^=sw-][position*=-nw] {
  bottom: 25%;
  right: 83.3333333333%;
}
.homePanelFooter .cell[position^=sw-][position*=-sw] {
  top: 75%;
  right: 83.3333333333%;
}
.homePanelFooter .cell[position^=sw-][position*=-ne] {
  left: 33.3333333333%;
  bottom: 25%;
  right: 50%;
}
.homePanelFooter .cell[position^=sw-][position*=-se] {
  top: 75%;
  left: 33.3333333333%;
  bottom: 0;
  right: 50%;
}
.homePanelFooter .cell[position^=sw-].cell-large[position*=-sw], .homePanelFooter .cell[position^=sw-].cell-large[position*=-nw] {
  top: 50%;
  bottom: 0;
  right: 66.6666666667%;
}
.homePanelFooter .cell[position^=sw-].cell-large[position*=-se], .homePanelFooter .cell[position^=sw-].cell-large[position*=-ne] {
  left: 16.6666666667%;
  top: 50%;
  bottom: 0;
  right: 50%;
}
.homePanelFooter .cell[position^=sw-].cell-wide[position*=-sw] {
  top: 75%;
  bottom: 0;
  right: 66.6666666667%;
}
.homePanelFooter .cell[position^=sw-].cell-wide[position*=-nw] {
  top: 50%;
  bottom: 25%;
  right: 66.6666666667%;
}
.homePanelFooter .cell[position^=sw-].cell-wide[position*=-se] {
  left: 16.6666666667%;
  top: 75%;
  bottom: 0;
  right: 50%;
}
.homePanelFooter .cell[position^=sw-].cell-wide[position*=-ne] {
  left: 16.6666666667%;
  top: 50%;
  bottom: 25%;
  right: 50%;
}
.homePanelFooter .cell[position^=nw-] {
  top: 0;
  left: 0;
}
.homePanelFooter .cell[position^=nw-][position*=-nw] {
  bottom: 75%;
  right: 83.3333333333%;
}
.homePanelFooter .cell[position^=nw-][position*=-sw] {
  top: 25%;
  bottom: 50%;
  right: 83.3333333333%;
}
.homePanelFooter .cell[position^=nw-][position*=-ne] {
  left: 33.3333333333%;
  bottom: 75%;
  right: 50%;
}
.homePanelFooter .cell[position^=nw-][position*=-se] {
  top: 25%;
  left: 33.3333333333%;
  bottom: 75%;
  right: 50%;
}
.homePanelFooter .cell[position^=nw-].cell-large[position*=-sw], .homePanelFooter .cell[position^=nw-].cell-large[position*=-nw] {
  top: 0;
  bottom: 50%;
  right: 66.6666666667%;
}
.homePanelFooter .cell[position^=nw-].cell-large[position*=-se], .homePanelFooter .cell[position^=nw-].cell-large[position*=-ne] {
  left: 16.6666666667%;
  top: 0;
  bottom: 50%;
  right: 50%;
}
.homePanelFooter .cell[position^=nw-].cell-wide[position*=-sw] {
  top: 25%;
  bottom: 50%;
  right: 66.6666666667%;
}
.homePanelFooter .cell[position^=nw-].cell-wide[position*=-nw] {
  top: 0;
  bottom: 75%;
  right: 66.6666666667%;
}
.homePanelFooter .cell[position^=nw-].cell-wide[position*=-se] {
  left: 16.6666666667%;
  top: 25%;
  bottom: 50%;
  right: 50%;
}
.homePanelFooter .cell[position^=nw-].cell-wide[position*=-ne] {
  left: 16.6666666667%;
  top: 0;
  bottom: 75%;
  right: 50%;
}
.homePanelFooter .cell[position^=ne-] {
  top: 0;
  left: 50%;
}
.homePanelFooter .cell[position^=ne-][position*=-nw] {
  bottom: 75%;
  right: 33.3333333333%;
}
.homePanelFooter .cell[position^=ne-][position*=-sw] {
  top: 25%;
  bottom: 50%;
  right: 33.3333333333%;
}
.homePanelFooter .cell[position^=ne-][position*=-ne] {
  left: 83.3333333333%;
  bottom: 75%;
  right: 0;
}
.homePanelFooter .cell[position^=ne-][position*=-se] {
  top: 25%;
  left: 83.3333333333%;
  bottom: 75%;
  right: 0;
}
.homePanelFooter .cell[position^=ne-].cell-large[position*=-sw], .homePanelFooter .cell[position^=ne-].cell-large[position*=-nw] {
  top: 0;
  bottom: 50%;
  right: 16.6666666667%;
}
.homePanelFooter .cell[position^=ne-].cell-large[position*=-se], .homePanelFooter .cell[position^=ne-].cell-large[position*=-ne] {
  left: 66.6666666667%;
  top: 0;
  bottom: 50%;
  right: 0;
}
.homePanelFooter .cell[position^=ne-].cell-wide[position*=-sw] {
  top: 25%;
  bottom: 50%;
  right: 16.6666666667%;
}
.homePanelFooter .cell[position^=ne-].cell-wide[position*=-nw] {
  top: 0;
  bottom: 75%;
  right: 16.6666666667%;
}
.homePanelFooter .cell[position^=ne-].cell-wide[position*=-se] {
  left: 66.6666666667%;
  top: 25%;
  bottom: 50%;
  right: 0;
}
.homePanelFooter .cell[position^=ne-].cell-wide[position*=-ne] {
  left: 66.6666666667%;
  top: 0;
  bottom: 75%;
  right: 0;
}
.homePanelFooter .cell[position^=se-] {
  top: 50%;
  left: 50%;
}
.homePanelFooter .cell[position^=se-][position*=-nw] {
  bottom: 25%;
  right: 33.3333333333%;
}
.homePanelFooter .cell[position^=se-][position*=-sw] {
  top: 75%;
  right: 33.3333333333%;
  left: 50%;
  bottom: 0;
}
.homePanelFooter .cell[position^=se-][position*=-ne] {
  left: 83.3333333333%;
  bottom: 25%;
  right: 0;
}
.homePanelFooter .cell[position^=se-][position*=-se] {
  top: 75%;
  left: 83.3333333333%;
  bottom: 0;
  right: 0;
}
.homePanelFooter .cell[position^=se-].cell-large[position*=-sw], .homePanelFooter .cell[position^=se-].cell-large[position*=-nw] {
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 16.6666666667%;
}
.homePanelFooter .cell[position^=se-].cell-large[position*=-se], .homePanelFooter .cell[position^=se-].cell-large[position*=-ne] {
  left: 66.6666666667%;
  top: 50%;
  bottom: 0;
  right: 0;
}
.homePanelFooter .cell[position^=se-].cell-wide[position*=-sw] {
  top: 75%;
  bottom: 0;
  left: 50%;
  right: 16.6666666667%;
}
.homePanelFooter .cell[position^=se-].cell-wide[position*=-nw] {
  top: 50%;
  bottom: 25%;
  left: 50%;
  right: 16.6666666667%;
}
.homePanelFooter .cell[position^=se-].cell-wide[position*=-se] {
  left: 66.6666666667%;
  top: 75%;
  bottom: 0;
  right: 0;
}
.homePanelFooter .cell[position^=se-].cell-wide[position*=-ne] {
  left: 66.6666666667%;
  top: 50%;
  bottom: 25%;
  right: 0;
}
.homePanelFooter .cell.cell-safty-tips {
  background-color: rgba(0, 105, 176, 0.8);
  color: white;
}
.homePanelFooter .cell.cell-safty-tips .cell-body {
  text-align: center;
  padding: 10% 10%;
  line-height: 100%;
}
.homePanelFooter .cell.cell-safty-tips .cell-body:before, .homePanelFooter .cell.cell-safty-tips .cell-body:after {
  position: absolute;
  content: "“";
  font-family: "proxima-nova";
  left: 3%;
  top: 5%;
  margin-top: 0.2em;
  margin-bottom: -0.2em;
  font-size: 6em;
  color: #99CCFF;
}
.homePanelFooter .cell.cell-safty-tips .cell-body:after {
  content: "”";
  left: auto;
  top: auto;
  right: 3%;
  bottom: 5%;
}
.homePanelFooter .cell.cell-safty-tips .cell-body .title {
  color: white;
  font-size: 2em;
  font-weight: 300;
  font-family: "proxima-nova-n3", "proxima-nova", Arial, sans-serif;
}
.homePanelFooter .cell.cell-safty-tips .cell-body .title > b,
.homePanelFooter .cell.cell-safty-tips .cell-body .title > strong {
  font-weight: 300;
  font-family: "proxima-nova-n7", "proxima-nova", Arial, sans-serif;
}
.homePanelFooter .cell.cell-safty-tips .cell-body a.link {
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
}
.homePanelFooter .cell.cell-safty-tips .cell-body a.link:after {
  content: "»";
  position: relative;
  font-family: "Asap", sans-serif;
  font-weight: 400;
  text-rendering: auto;
  top: -0.1em;
  line-height: 0;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0.2em;
}
@media (min-width: 960px) {
  .homePanelFooter .cell.cell-safty-tips .cell-body {
    padding: 20% 10%;
  }
  .homePanelFooter .cell.cell-safty-tips .cell-body .content {
    line-height: 110%;
  }
  .homePanelFooter .cell.cell-safty-tips .cell-body a.link {
    display: block;
    margin-top: 1em;
    font-size: 1em;
  }
  .homePanelFooter .cell.cell-safty-tips .cell-body:before, .homePanelFooter .cell.cell-safty-tips .cell-body:after {
    font-size: 10em;
  }
  .homePanelFooter .cell.cell-safty-tips .cell-body:before {
    left: 3%;
    top: 10%;
  }
  .homePanelFooter .cell.cell-safty-tips .cell-body:after {
    right: 3%;
    bottom: 10%;
  }
}
.homePanelFooter .cell.cell-secureMessage {
  background-color: #99CCFF;
}
.homePanelFooter .cell.cell-secureMessage .cell-body {
  padding: 5%;
}
.homePanelFooter .cell.cell-secureMessage .cell-body .title {
  color: white;
}
.homePanelFooter .cell.cell-secureMessage .cell-body a.link {
  left: 5%;
}
.homePanelFooter .cell.cell-contact {
  background-color: #1ea953;
}
.homePanelFooter .cell.cell-contact .cell-body .title {
  color: white;
}
.homePanelFooter .cell.cell-contact .content {
  display: none;
}
@media (min-width: 1000px) {
  .homePanelFooter .cell.cell-contact .content {
    display: block;
  }
}
.homePanelFooter .cell.cell-fb {
  background-color: white;
  color: black;
}
.homePanelFooter .cell.cell-fb .cell-body {
  padding-top: 75px;
  line-height: 110%;
  font-size: 0.9em;
}
.homePanelFooter .cell.cell-fb .cell-body:before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  display: block;
  margin-bottom: 0.5em;
  margin-top: -25px;
  color: #3A5898;
  font-size: 50px;
}
.homePanelFooter .cell.cell-fb .cell-body .content {
  font-size: 1.2em;
}
.homePanelFooter .cell.cell-fb .cell-body a.link {
  font-size: 1.1em;
  color: #ED8013;
}
@media (min-width: 900px) {
  .homePanelFooter .cell.cell-fb .cell-body {
    font-size: 1em;
  }
}
@media (min-width: 1000px) {
  .homePanelFooter .cell.cell-fb .cell-body .content {
    font-size: 1.5em;
    line-height: 1;
  }
}
@media (min-width: 1000px) {
  .homePanelFooter .cell.cell-fb .cell-body .content {
    font-size: 1.7em;
  }
}
@media (min-width: 1230px) {
  .homePanelFooter .cell.cell-fb .cell-body {
    padding-top: 25%;
  }
}

/* COVID PANEL */
.leftBannerPanel {
  float: left;
  position: absolute;
  margin-left: 20px;
  width: 295px;
  height: 358px;
  background-color: #ffffff;
}

@media (min-width: 800px) and (max-width: 1170px) {
  .leftBannerPanel {
    width: 166px;
  }
}
.leftBannerPanel h3 {
  padding-left: 24px;
  padding-top: 34px;
  color: #005f9f;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
}

.leftBannerPanel p {
  padding-left: 24px;
  font-size: 18px;
  width: 270px;
}

@media (min-width: 800px) and (max-width: 1170px) {
  .leftBannerPanel p {
    font-size: 0.9em;
    width: 152px;
  }
}
.leftBannerPanel .focusSection {
  position: relative;
  background: #A5E6E2;
  height: 207px;
  bottom: 0;
  padding: 20px 20px 0 20px;
}

@media (min-width: 800px) and (max-width: 1170px) {
  .leftBannerPanel .focusSection {
    height: 174px;
  }
}
.leftBannerPanel .focusSection .button {
  width: 100%;
}

.leftBannerPanel .focusSection .button .btn {
  font-size: 20px;
  padding: 7px 29px;
  margin: 0 auto;
}

@media (min-width: 800px) and (max-width: 1170px) {
  .leftBannerPanel .focusSection .button .btn {
    font-size: 17px;
    padding: 7px 10px;
    margin-left: -5px;
  }
}
.leftBannerPanel .focusSection .leftImage {
  padding: 10px 0 0 5px;
  float: left;
}

@media (min-width: 800px) and (max-width: 1170px) {
  .leftBannerPanel .focusSection .leftImage {
    display: none;
  }
}
.leftBannerPanel .focusSection .rightImage {
  margin: 0;
  padding: 20px 0 0 0;
  width: 126px;
  float: right;
}

@media (min-width: 800px) and (max-width: 1170px) {
  .leftBannerPanel .focusSection .rightImage {
    margin: 10px 12px 10px 10px;
    width: 100px;
    padding: 0;
  }
}
/* MOBILE COVID PANEL: BELOW BANNER */
@media (max-width: 800px) {
  #leftBannerCovid {
    display: none;
  }
}
#covid {
  display: inline;
  position: relative;
  width: 100%;
  padding: auto;
  margin: 0 auto 40px auto;
}

#covid .titleSection {
  width: 270px;
  margin: auto;
}

#covid .focusSection .focusContent {
  width: 270px;
  margin: auto;
}

@media (min-width: 800px) {
  #covid {
    display: none;
  }
}

/*# sourceMappingURL=homepage.css.map */
