body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

body .menuOverlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 999;
}

body header {
  display: flex;
  flex-direction: column;
  box-shadow: #000 -1px -1px 4px;
}

body header section.topLinks {
  background: #f1f1f1;
  flex-basis: 100%;
  width: 100%;
  padding: 0 60px;
  display: flex;
  padding: 10px 60px;
}

body header section.topLinks a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  color: #333333;
  text-decoration: none;
  border-right: 1px #333333 solid;
  margin: 0 0 0 0;
}

body header section.topLinks a:first-child {
  margin: 0 0 0 auto;
}

body header section.topLinks a:last-child {
  border-right: none;
  margin: 0 0 0 0;
}

body header section.topLinks a:hover {
  text-decoration: underline;
}

body header a.mobileLogo {
  display: none;
}

body header span.mobileMenu {
  display: none;
}

body header nav {
  flex-basis: 100%;
  width: 100%;
  padding: 0 60px;
  align-items: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  padding: 0 60px;
  z-index: 15;
}

body header nav .link {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  align-self: flex-end;
  position: relative;
}

body header nav .link a {
  padding: 30px;
  color: #333333;
  text-decoration: none;
  display: block;
}

body header nav .link:hover > a {
  background: #2b2b2b;
  color: #f3f3f3;
}

body header nav .link.drop > a:after {
  content: "\25BE";
}

body header nav .link.drop:hover .dropdown {
  display: block;
}

body header nav .link.drop .dropdown {
  display: none;
  position: absolute;
  padding: 0;
  top: 100%;
  background: #1b1b1b;
  margin: 0;
  padding: 20px;
  width: 220px;
  left: 0;
}

body header nav .link.drop .dropdown li {
  display: block;
  padding: 0;
  margin: 0;
}

body header nav .link.drop .dropdown li a {
  padding: 10px;
  color: #f3f3f3;
  text-decoration: none;
  display: block;
  text-align: left;
}

body header nav .link.drop .dropdown li a:hover {
  background: #f3f3f3;
  color: #1b1b1b;
}

body header nav .link:last-child {
  margin: 0 0 0 0;
}

body header nav .link:first-child {
  margin: 0 0 0 auto;
}

body header nav a.logo {
  margin: 0 auto 0 0;
}

body header nav a.logo img {
  width: 100%;
}

body section.pageBody {
  display: flex;
  flex-direction: column;
}

body section.pageBody section.hero {
  flex-basis: 100%;
}

body section.pageBody section.hero.home {
  background: url(../images/hero-home.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 600px;
}

body section.pageBody section.hero.home .hero-cta {
  padding: 40px;
  background-color: #000000;
  background-color: #000000;
  background-image: linear-gradient(315deg, #000000 0%, #5e5368 74%);
  max-width: 40%;
  margin: 0 150px 0 auto;
  box-shadow: #000 0px 0px 40px;
  z-index: 5;
}

body section.pageBody section.hero.home .hero-cta h1 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-size: 41px;
}

body section.pageBody section.hero.home .hero-cta p {
  color: #f3f3f3;
  line-height: 28px;
  font-size: 17px;
  letter-spacing: 1.5px;
}

body section.pageBody section.hero.home .hero-cta .cta-button {
  background: #487F80;
  color: #fff;
  display: block;
  flex-basis: 100%;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
  cursor: pointer;
}

body section.pageBody section.hero.home .transition {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 130px;
  background: url(../images/triangle-transition-dark.png) repeat-x bottom;
  z-index: 1;
}

body section.pageBody section.hero.about {
  background: url(../images/hero-city-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.about h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.meet-us {
  background: url(../images/hero-meet-our-staff.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.meet-us h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.contact {
  background: url(../images/hero-contact.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.contact h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.products {
  background: url(../images/hero-product-index.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.products h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.medicare-adv {
  background: url(../images/hero-medicare-advantage.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.medicare-adv h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.medicare-sup {
  background: url(../images/hero-medicare-sup.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.medicare-sup h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.life-ins {
  background: url(../images/hero-life-ins.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.life-ins h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.final-exp {
  background: url(../images/hero-final-expense.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.final-exp h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.hospital-indemnity {
  background: url(../images/hero-hospital-indemnity.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.hospital-indemnity h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.cancer-stroke {
  background: url(../images/hero-cancer-stroke.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.cancer-stroke h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.dental-vision {
  background: url(../images/hero-dental-vision.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.dental-vision h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.hero.home-healthcare {
  background: url(../images/hero-home-healthcare.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

body section.pageBody section.hero.home-healthcare h2 {
  color: #fff;
  text-shadow: #000 1px 1px 15px;
  font-size: 48px;
}

body section.pageBody section.homeProducts {
  background: #2b2b2b;
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body section.pageBody section.homeProducts section {
  color: #f3f3f3;
}

body section.pageBody section.homeProducts section:nth-child(1) {
  flex-basis: 35%;
}

body section.pageBody section.homeProducts section:nth-child(1) h2 {
  font-size: 40px;
  margin: 0 auto 20px auto;
}

body section.pageBody section.homeProducts section:nth-child(1) p {
  font-size: 18px;
  line-height: 24px;
}

body section.pageBody section.homeProducts section:nth-child(2) {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
}

body section.pageBody section.homeProducts section:nth-child(2) .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 50px 0 50px 50px;
}

body section.pageBody section.homeProducts section:nth-child(2) .logos .logo {
  flex-basis: 25%;
  padding: 20px;
  font-size: 40px;
  text-align: center;
}

body section.pageBody section.homeProducts section:nth-child(2) .logos .logo img {
  width: 100%;
}

body section.pageBody section.homeProducts section:nth-child(2) .allProducts {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: block;
  color: #f3f3f3;
  text-decoration: none;
}

body section.pageBody section.homeProducts section:nth-child(2) .allProducts:hover {
  text-decoration: underline;
}

body section.pageBody section.homeSeminars {
  background: url(../images/home-seminar-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 50px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

body section.pageBody section.homeSeminars h2 {
  font-size: 60px;
  color: #f3f3f3;
  flex-basis: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
}

body section.pageBody section.homeSeminars span {
  flex-basis: 100%;
  font-size: 23px;
  color: #f3f3f3;
  text-align: center;
  margin: 0 auto 40px auto;
}

body section.pageBody section.homeSeminars .half {
  font-size: 16px;
  flex-basis: 30%;
  color: #f3f3f3;
}

body section.pageBody section.homeSeminars .half.left {
  text-align: right;
  margin: 0 0 0 auto;
  padding: 0 20px 0 0;
}

body section.pageBody section.homeSeminars .half.left > div {
  float: right;
}

body section.pageBody section.homeSeminars .half.right {
  text-align: left;
  margin: 0 auto 0 0;
  padding: 0 0 0 20px;
}

body section.pageBody section.homeSeminars .half p {
  line-height: 24px;
  margin-top: 0;
}

body section.pageBody section.homeSeminars .half .button {
  border-radius: 5px;
  background: #487F80;
  color: #f3f3f3;
  padding: 20px;
  margin: 30px auto;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 2px;
}

body section.pageBody section.homeBlog {
  background: #fff url(../images/triangle-transition-grey.png) repeat-x bottom;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0 100px 0;
  justify-content: center;
}

body section.pageBody section.homeBlog h2 {
  line-height: 42px;
  font-size: 42px;
  color: #636363;
  text-align: center;
  margin: 0;
  flex-basis: 100%;
}

body section.pageBody section.homeBlog .articleTier {
  flex-basis: 25%;
  max-width: 380px;
  margin: 20px;
  min-height: 350px;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

body section.pageBody section.homeBlog .articleTier p.banner {
  position: relative;
  width: 300px;
  margin: auto;
  padding: 2%;
  background: #487F80;
  position: absolute;
  margin: 15px 0 0 -15px;
  color: #fff;
  text-shadow: 1px 2px black;
  border-radius: 0 8px 8px 0;
}

body section.pageBody section.homeBlog .articleTier p.banner:before, body section.pageBody section.homeBlog .articleTier p.banner:after {
  content: "";
  position: absolute;
}

body section.pageBody section.homeBlog .articleTier p.banner:before {
  border-top: 15px solid #111e1e;
  bottom: -15px;
  border-left: 15px solid transparent;
  left: 0;
}

body section.pageBody section.homeBlog .articleTier p.banner:after {
  border-top: 0 solid #111e1e;
  bottom: 0;
  border-right: 0 solid transparent;
  right: 0;
}

body section.pageBody section.homeBlog .articleTier .thumbnail {
  flex-basis: 100%;
  min-height: 300px;
  text-decoration: none;
}

body section.pageBody section.homeBlog .articleTier .description {
  flex-basis: 100%;
  color: rgba(10, 10, 10, 0.85);
  padding: 20px;
  font-size: 18px;
  line-height: 26px;
}

body section.pageBody section.homeBlog .articleTier .description .trunc {
  color: #487F80;
  margin: 0 0 0 8px;
}

body section.pageBody section.homeBlog .articleTier:nth-child(2) .thumbnail {
  background: url(../images/medicare-savings.jpg) no-repeat center;
  background-size: cover;
}

body section.pageBody section.homeBlog .articleTier:nth-child(3) .thumbnail {
  background: url(../images/medicare-technology.jpg) no-repeat center;
  background-size: cover;
}

body section.pageBody section.homeBlog .articleTier:nth-child(4) .thumbnail {
  background: url(../images/medicare-meeting.jpg) no-repeat center;
  background-size: cover;
}

body section.pageBody section.homeResources {
  background: url(../images/cream_pixels.png) repeat center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0;
  justify-content: center;
}

body section.pageBody section.homeResources h2 {
  line-height: 42px;
  font-size: 42px;
  color: #636363;
  text-align: center;
  margin: 0;
  flex-basis: 100%;
}

body section.pageBody section.homeResources .resourceTier {
  flex-basis: 25%;
  max-width: 380px;
  margin: 40px auto 0 auto;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  justify-content: center;
}

body section.pageBody section.homeResources .resourceTier .thumbnail {
  flex-basis: 100%;
  min-height: 200px;
  min-width: 200px;
  margin: 0 auto 20px auto;
  text-decoration: none;
  mask-image: url(../images/octo-mask.svg);
  -webkit-mask-image: url(../images/octo-mask.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
}

body section.pageBody section.homeResources .resourceTier strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #487F80;
}

body section.pageBody section.homeResources .resourceTier .description {
  flex-basis: 100%;
  color: rgba(10, 10, 10, 0.85);
  padding: 0 20px 20px 20px;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

body section.pageBody section.homeResources .resourceTier button {
  background: #487F80;
  margin: 15px auto;
  color: #fff;
  border-radius: 5px;
  border: 0;
  padding: 10px;
  margin: 0 auto;
  font-size: 18px;
  display: block;
  width: 100%;
  max-width: 65%;
}

body section.pageBody section.homeResources .resourceTier:nth-child(2) .thumbnail {
  background: url(../images/resource-1.jpg) no-repeat center;
  background-size: cover;
}

body section.pageBody section.homeResources .resourceTier:nth-child(3) .thumbnail {
  background: url(../images/resource-2.jpg) no-repeat center;
  background-size: cover;
}

body section.pageBody section.homeResources .resourceTier:nth-child(4) .thumbnail {
  background: url(../images/resource-3.jpg) no-repeat center;
  background-size: cover;
}

body section.pageBody section.homeResources .resourceTier:nth-child(5) .thumbnail {
  background: url(../images/resource-4.jpg) no-repeat center;
  background-size: cover;
}

body section.pageBody section.homeResources .viewAll {
  display: block;
  flex-basis: 100%;
  text-align: center;
  color: #487F80;
  margin: 50px 0 0 0;
}

body section.pageBody section.homeAbout {
  background: #f1f1f1 url(../images/triangle-transition-white.png) repeat-x top;
  display: flex;
  flex-direction: column;
  padding: 150px 150px 50px 150px;
  justify-content: center;
}

body section.pageBody section.homeAbout h2 {
  line-height: 42px;
  font-size: 42px;
  color: #636363;
  text-align: center;
  margin: 0 0 40px 0;
  flex-basis: 100%;
}

body section.pageBody section.homeAbout .info {
  display: flex;
  flex-direction: row;
  padding: 25px;
}

body section.pageBody section.homeAbout .info .about {
  flex-basis: 55%;
  border-right: #dedede 1px solid;
  font-size: 19px;
  line-height: 23px;
  color: #565656;
  text-align: center;
}

body section.pageBody section.homeAbout .info .hours {
  flex-basis: 45%;
  padding: 0 0 0 20px;
}

body section.pageBody section.homeAbout .info .hours strong {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #565656;
  margin: 0 0 30px 0;
}

body section.pageBody section.homeAbout .info .hours p {
  font-size: 19px;
  line-height: 23px;
  color: #565656;
}

body section.pageBody section.homeAbout nav.support {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body section.pageBody section.homeAbout nav.support a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  color: #565656;
  background: #fff;
  border: #dedede 1px solid;
  box-shadow: #bebebe 2px 2px 15px;
  width: 175px;
  height: 160px;
  margin: 5px;
  text-decoration: none;
}

body section.pageBody section.homeAbout nav.support a i {
  color: #487F80;
  font-size: 40px;
  line-height: 65px;
}

body section.pageBody section.homeRatings {
  background: #3b3b3b url(../images/wild_oliva.png) repeat center;
  display: flex;
  flex-direction: column;
  padding: 50px 150px;
  justify-content: center;
  color: #fff;
}

body section.pageBody section.homeRatings h2 {
  line-height: 42px;
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
  flex-basis: 100%;
}

body section.pageBody section.homeRatings .stars {
  text-align: center;
  margin: 0 0 30px 0;
}

body section.pageBody section.homeRatings .stars i {
  color: #487F80;
  font-size: 40px;
}

body section.pageBody section.homeRatings .testimonials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body section.pageBody section.homeRatings .testimonials .video {
  height: 160px;
  flex-basis: 28%;
  max-width: 420px;
  width: 100%;
  background: #dedede;
  margin: 0 auto;
}

body section.pageBody section.homeRatings .testimonials .video:nth-child(1) {
  margin: 0 auto 0 0;
}

body section.pageBody section.homeRatings .testimonials .video:nth-child(3) {
  margin: 0 0 0 auto;
}

body section.pageBody section.homeRatings .seeMore {
  text-align: right;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  margin: 20px 0 0 0;
}

body section.pageBody section.homeRatings .seeMore:hover {
  text-decoration: underline;
}

body section.pageBody section.homeRatings .staffSlider {
  padding: 0 50px;
}

body section.pageBody section.homeRatings .staffSlider .slick-next {
  color: #487F80;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-100%);
  border: 0;
  background: none;
  font-size: 50px;
  cursor: pointer;
}

body section.pageBody section.homeRatings .staffSlider .slick-prev {
  color: #487F80;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-100%);
  border: 0;
  background: none;
  font-size: 50px;
  cursor: pointer;
}

body section.pageBody section.homeRatings .staffSlider .staffMember {
  text-align: center;
  opacity: 0.6;
}

body section.pageBody section.homeRatings .staffSlider .staffMember.slick-center {
  opacity: 1;
}

body section.pageBody section.homeRatings .staffSlider .staffMember.slick-center .staffPhoto {
  margin: 0 auto;
}

body section.pageBody section.homeRatings .staffSlider .staffMember.slick-center .staffPhoto img {
  margin: 10px auto;
  max-width: 100%;
  border-radius: 50%;
}

body section.pageBody section.homeRatings .staffSlider .staffMember .staffPhoto {
  margin: 0 auto;
}

body section.pageBody section.homeRatings .staffSlider .staffMember .staffPhoto img {
  margin: 10px auto;
  max-width: 60%;
  border-radius: 50%;
}

body section.pageBody section.homeRatings .staffSlider .staffMember .staffInfo {
  margin: 0 auto;
  text-align: center;
}

body section.pageBody section.homeRatings .staffSlider .staffMember .staffInfo .title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

body section.pageBody section.homeRatings .staffSlider .staffMember .staffInfo .subTitle {
  margin: 0 auto;
  text-align: center;
  font-style: italic;
}

body section.pageBody section.homeSignup {
  background: #3b3b3b url(../images/teal-stripes.png) repeat center;
  display: flex;
  flex-direction: column;
  padding: 65px 150px;
  color: #fff;
  min-height: 600px;
}

body section.pageBody section.homeSignup h2 {
  line-height: 42px;
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 0 0 50px 0;
  flex-basis: 100%;
}

body section.pageBody section.homeSignup .formBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

body section.pageBody section.homeSignup .formBox form {
  flex-basis: 48%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

body section.pageBody section.homeSignup .formBox form h3 {
  line-height: 34px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
}

body section.pageBody section.homeSignup .formBox form input[type=text] {
  margin: 6px 0;
  padding: 6px;
  border-radius: 2px;
  color: #1b1b1b;
  border: #dedede;
  font-size: 18px;
  width: 100%;
}

body section.pageBody section.homeSignup .formBox form textarea {
  margin: 6px 0;
  padding: 6px;
  border-radius: 2px;
  color: #1b1b1b;
  border: #dedede;
  font-size: 18px;
  width: 100%;
}

body section.pageBody section.homeSignup .formBox form label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

body section.pageBody section.homeSignup .formBox form .button {
  border-radius: 5px;
  background: #45486A;
  color: #f3f3f3;
  padding: 10px 35px;
  margin: 0 auto 0 0;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 2px;
  border: 0;
  box-shadow: 0px 0px 18px #000;
  font-weight: bold;
  text-transform: uppercase;
}

body section.pageBody section.homeSignup .formBox .updates {
  flex-basis: 48%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 6px;
}

body section.pageBody section.homeSignup .formBox .updates h3 {
  line-height: 34px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
  flex-basis: 100%;
}

body section.pageBody section.homeSignup .formBox .updates a {
  font-size: 22px;
  line-height: 35px;
  text-decoration: none;
  color: #f3f3f3;
  padding: 5px 0;
  display: block;
}

body section.pageBody section.homeSignup .formBox .updates a:hover {
  text-decoration: underline;
}

body section.pageBody section.homeSignup .formBox .updates a i {
  font-size: 26px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #45486A;
}

body section.pageBody section.homeSignup .formBox .updates ul {
  color: #fff;
  margin: 20px auto 0 0;
}

body section.pageBody section.homeSignup .formBox .updates ul li {
  padding: 8px;
}

body section.pageBody section.homeSignup .formBox .updates ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

body section.pageBody section.homeSignup .formBox .updates ul li a:hover {
  color: #487F80;
  text-decoration: underline;
}

body section.pageBody section.content {
  padding: 50px;
  max-width: 1400px;
  margin: 0 auto;
}

body section.pageBody section.content h2 {
  line-height: 42px;
  font-size: 42px;
  color: #636363;
  margin: 0;
  flex-basis: 100%;
}

body section.pageBody section.content a {
  text-decoration: none;
  color: #45486A;
}

body section.pageBody section.content p {
  font-size: 20px;
  line-height: 28px;
}

body section.pageBody section.content #become-seller {
  display: flex;
  flex-direction: column;
  background: #dedede;
  padding: 20px;
  border-radius: 8px;
}

body section.pageBody section.content #become-seller label {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  width: 100%;
  justify-content: center;
  padding: 20px 0;
}

body section.pageBody section.content #become-seller label input {
  flex-basis: 100%;
  width: 100%;
  padding: 5px;
}

body section.pageBody section.content #become-seller input[type=submit] {
  background: #487F80;
  color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 8px;
}

body section.pageBody section.content .carrierList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

body section.pageBody section.content .carrierList span.list_carrier {
  display: block;
  margin: 0;
  border: #dedede 1px solid;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none;
  background: #f8f8f8;
  flex-basis: 48%;
  margin: 5px;
}

body section.pageBody section.content #liveChat, body section.pageBody section.content .buttonLink {
  display: inline-block;
  margin: 10px 0;
  background: #45486A;
  border: 0;
  padding: 15px 40px;
  color: #f3f3f3;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

body section.pageBody section.content #liveChat:hover, body section.pageBody section.content .buttonLink:hover {
  background: #2a2e57;
}

body section.pageBody section.content .columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

body section.pageBody section.content .columns .column {
  flex-basis: 30%;
  padding: 15px;
}

body section.pageBody section.content .aepCountdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 100px 100px 100px;
}

body section.pageBody section.content .aepCountdown #aepClock {
  display: flex;
  flex-direction: row;
  font-size: 76px;
  padding: 30px 0 0 0;
}

body section.pageBody section.content .aepCountdown #aepClock > div {
  display: block;
  font-size: 18px;
  text-align: center;
}

body section.pageBody section.content .aepCountdown #aepClock > div span {
  color: #f3f3f3;
  background: #2b2b2b;
  padding: 20px;
  border-radius: 6px;
  display: block;
  font-size: 56px;
}

body section.pageBody section.content .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

body section.pageBody section.content .product-info .product {
  flex-basis: 60%;
}

body section.pageBody section.content .product-info .product p, body section.pageBody section.content .product-info .product ul, body section.pageBody section.content .product-info .product ol, body section.pageBody section.content .product-info .product li {
  font-size: 20px;
  line-height: 28px;
}

body section.pageBody section.content .product-info .sidebar {
  display: flex;
  flex-basis: 35%;
  flex-direction: column;
  margin: 0 0 0 30px;
}

body section.pageBody section.content .product-info .sidebar form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #dedede;
  border-radius: 10px;
}

body section.pageBody section.content .product-info .sidebar form input {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0 0 15px 0;
}

body section.pageBody section.content .product-info .sidebar form input[type=submit] {
  background: #487F80;
  color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 8px;
}

body section.pageBody section.content .product-info .sidebar a.sidebar_carrier {
  display: block;
  margin: 0;
  border: #dedede 1px solid;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none;
  background: #f8f8f8;
}

body section.pageBody section.content .product-info .sidebar a.sidebar_carrier:hover {
  background: #dedede;
}

body section.pageBody section.content .staffMember {
  display: block;
  padding: 20px;
  display: flex;
  align-items: center;
}

body section.pageBody section.content .staffMember:nth-child(odd) {
  text-align: left;
  flex-direction: row;
}

body section.pageBody section.content .staffMember:nth-child(even) {
  text-align: right;
  background: #f3f3f3;
  flex-direction: row-reverse;
}

body section.pageBody section.content .staffMember .staffPhoto img {
  border-radius: 50%;
}

body section.pageBody section.content .staffMember .staffInfo {
  padding: 0 10px;
}

body section.pageBody section.content .staffMember .staffInfo .title {
  font-size: 35px;
  font-weight: bold;
  display: block;
}

body section.pageBody section.content .staffMember .staffInfo .subTitle {
  font-size: 20px;
  font-style: italic;
}

body section.pageBody section.content h3.listHeading {
  line-height: 34px;
  font-size: 25px;
  color: #636363;
  margin: 0;
  flex-basis: 100%;
  border-bottom: #45486A 1px solid;
}

body section.pageBody section.content .listBox {
  display: block;
  padding: 0;
}

body section.pageBody section.content .listBox li {
  display: block;
  padding: 20px 0;
}

body section.pageBody section.content .listBox li i {
  font-size: 24px;
  color: #5d5d5d;
}

body section.pageBody section.content .listBox li a {
  text-decoration: none;
  color: #487F80;
  font-size: 20px;
  margin: 0 0 0 10px;
}

body section.pageBody section.content p.intro {
  font-size: 18px;
  line-height: 24px;
  padding: 40px;
}

body section.pageBody.contact {
  flex-direction: row;
  flex-wrap: wrap;
}

body section.pageBody.contact section.hero {
  flex-basis: 100%;
}

body section.pageBody.contact section.content {
  flex-basis: 50%;
}

body section.pageBody.contact section.homeSignup {
  flex-basis: 49%;
  padding: 20px;
}

body section.pageBody.contact section.homeSignup h2 {
  flex-basis: unset;
}

body section.pageBody.contact section.homeSignup .formBox {
  flex-direction: column;
}

body section.pageBody.contact section.homeSignup .formBox form {
  margin: 0 0 30px 0;
}

body section.pageBody.contact section.homeSignup .formBox form .button {
  width: 100%;
}

body section.pageBody.contact section.homeSignup .formBox .updates {
  width: 100%;
}

body section.pageBody.contact section.homeSignup .formBox .updates a {
  font-size: 16px;
}

body footer {
  background: #2b2b2b;
  padding: 40px;
  color: #f3f3f3;
  display: flex;
  flex-direction: column;
  border-top: #45486A 2px solid;
  align-items: center;
}

body footer .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body footer .social a {
  text-decoration: none;
  cursor: pointer;
  margin: 10px 10px 20px 10px;
}

body footer .social a i {
  color: #fff;
  font-size: 30px;
}

body footer .copyright {
  text-align: center;
}

body footer section {
  flex-basis: 24%;
  display: flex;
  flex-direction: column;
}

body footer section h4 {
  margin: 0 0 35px 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #8a8a8a;
}

body footer section a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #f3f3f3;
  padding: 5px 0;
}

body footer section a:hover {
  text-decoration: underline;
}

body footer section a i {
  font-size: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}

body footer section:nth-child(4) {
  flex-direction: row;
  flex-wrap: wrap;
}

body footer section:nth-child(4) h4 {
  flex-basis: 100%;
}
