* {
  box-sizing: border-box;
}
html {
  /*height: 100%;*/
  scroll-behavior: smooth;
}
html.control {
  overflow-x: hidden;
}
body {
  /*height: 100%;*/
  background-color: white !important;
}
body.control {
  overflow-y: scroll;
  overflow-x: hidden;
}
p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  a {
    color: #2bbfed;
  }
}
@media only screen and (min-width: 768px) {
  .max-width {
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .margin {
    margin: 0 4.16% 0 4.16%;
  }
}
.all-hr {
  height: 10px;
  background-color: #EDEDEE;
}
.all-hr:last-of-type {
  display: none;
}
.single-hr {
  height: 10px;
  background-color: #EDEDEE;
}
.links-bar {
  background-color: #93ebfc;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .links-bar {
    padding: 1.25em 0 0.5em 0;
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .links-bar {
    padding: 1em 0 0.5em 2em;
    height: 48px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .links-bar {
    margin: 48px 0 0 0;
    padding: 1em 0 0.5em 2em;
    height: 48px;
  }
}
.links-bar section {
  white-space: nowrap;
}
.links-bar section a,
.links-bar section img {
  vertical-align: middle;
  display: inline-block;
}
.links-bar section img {
  width: auto;
  height: 6px;
}
.links-bar section a {
  font-family: "sharp-sans-semibold", sans-serif;
  color: #00234B;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .links-bar section a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .links-bar section a {
    font-size: 16px;
    line-height: 18px;
  }
}
.links-bar section a:hover {
  text-decoration: underline;
}
.links-bar section .padding {
  padding: 0 0.5em;
}
.links-bar section .dim {
  color: gray;
}
.links-bar section .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .links-bar section .title {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .links-bar section .title {
    width: 40%;
  }
}
/*links-bar*/
.page-links-bar {
  overflow: hidden;
  background-color: #93ebfc;
  z-index: 1;
  position: relative;
  -webkit-transition: max-height 250ms ease;
  -moz-transition: max-height 250ms ease;
  -ms-transition: max-height 250ms ease;
  -o-transition: max-height 250ms ease;
}
.page-links-bar.hide-bar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-links-bar {
    margin: 48px 0 0 0;
    max-height: 48px;
    min-height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .page-links-bar {
    max-height: 64px;
    min-height: 64px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar {
    margin: 48px 0 0 0;
    max-height: 48px;
    min-height: 48px;
  }
  .page-links-bar .margin {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-links-bar.expand {
    max-height: 144px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar.expand {
    max-height: 144px;
  }
}
.page-links-bar a {
  cursor: pointer;
  font-family: "sharp-sans-semibold", sans-serif;
}
@media only screen and (min-width: 768px) {
  .page-links-bar a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-links-bar a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar a {
    font-size: 16px;
    line-height: 18px;
  }
}
.page-links-bar .more-link {
  background-image: url(../images/gray_down_arrow.png);
  background-size: 15%;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 1em 0 0;
}
.page-links-bar.sticky-bar.stick {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .page-links-bar.sticky-bar.stick {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-links-bar.sticky-bar.stick {
    top: 48px;
    margin: 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar.sticky-bar.stick {
    top: 48px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-links-bar section {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .page-links-bar section {
    width: auto;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar section {
    width: 100%;
    text-align: center;
  }
}
.page-links-bar section .links-row {
  transform: translateZ(0px);
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-links-bar section .links-row {
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .page-links-bar section .links-row {
    height: 48px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar section .links-row {
    height: 48px;
  }
}
.page-links-bar section .links-row .links-parent {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-links-bar section .links-row .links-parent a,
.page-links-bar section .links-row .links-parent div,
.page-links-bar section .links-row .links-parent img {
  vertical-align: middle;
  display: inline-block;
}
.page-links-bar section .links-row .links-parent .line {
  height: 20px;
  background-color: #ffffff;
  width: 1px;
}
@media only screen and (min-width: 768px) {
  .page-links-bar section .links-row .links-parent .line {
    margin: 0 30px;
  }
}
.page-links-bar section .links-row .links-parent .line:last-of-type {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-links-bar section .links-row .links-parent .line.hide-line {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar section .links-row .links-parent .line.hide-line {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-links-bar section .links-row .links-parent .line {
    margin: 0 0.75em;
  }
  .page-links-bar section .links-row .links-parent .line:nth-of-type(n+4) {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar section .links-row .links-parent .line {
    margin: 0 1em;
  }
  .page-links-bar section .links-row .links-parent .line:nth-of-type(n+4) {
    display: none;
  }
}
.page-links-bar section .links-row .links-parent img {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .page-links-bar section .links-row .links-parent .hide-link {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar section .links-row .links-parent .hide-link {
    display: none;
  }
}
.page-links-bar section .links-row .links-parent a {
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -ms-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
}
@media only screen and (max-width: 767px) {
  .page-links-bar section .links-row .links-parent a {
    max-width: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .page-links-bar section .links-row .links-parent a.more-link {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .page-links-bar section .links-row .links-parent a {
    max-width: 90px;
  }
  .page-links-bar section .links-row .links-parent a.more-link {
    display: inline-block;
  }
}
.page-links-bar section .links-row .links-parent a.selected {
  color: #00234B;
}
.page-links-bar.template .links-parent {
  white-space: nowrap;
}
.page-links-bar.template .line {
  margin: 0 20px;
}
.page-links-bar.privacy-bar .links-row .links-parent a {
  color: #808080;
  margin: 5px 0;
}
.page-links-bar.privacy-bar .links-row .links-parent a.selected {
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .page-links-bar.privacy-bar .links-row .links-parent .line:nth-of-type(n+3) {
    display: none;
  }
}
/*page-links-bar*/
@media only screen and (max-width: 767px) {
  .clear-header {
    margin: 48px 0 0 0;
  }
}
.mobile-padding {
  padding: 0 3em;
}
.banner {
  height: 415px;
  background-repeat: no-repeat;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
@media only screen and (max-width: 767px) {
  .banner.sticky-pad {
    margin: 48px 0 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .banner.sticky-pad {
    margin: 0 0 64px 0;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    position: relative;
    padding: 3em 0 0 0;
    background-size: cover;
    background-position: center right;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    background-size: 140%;
    background-position: bottom right;
    padding: 3em 3em 500px 3em;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .banner {
    background-size: 140%;
    background-position: bottom right;
    padding: 3em 3em 500px 3em;
  }
}
.banner.template {
  background-color: #2bbfed;
  display: block;
  height: 100%;
  background-position: bottom right;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .banner.template {
    background-size: 165%;
    padding: 2em;
    height: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .banner.template {
    padding: 3em 0;
    min-height: 720px;
  }
}
.banner.template .inner {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner.template .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
  }
}
.banner.template .inner .copy {
  padding-top: 0;
}
.banner.template .inner .copy h2 {
  padding: 0 0 0.5em 0;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .banner.template .inner .copy h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.banner.template .inner .copy h4 {
  padding: 0 0 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .banner.template .inner .copy h4 p {
    font-family: sharp-sans-medium, sans-serif;
    font-size: 18px;
  }
}
.banner.template .inner .copy h5 {
  padding: 0 0 1.25em 0;
}
@media only screen and (max-width: 767px) {
  .banner.template .inner .copy h5 {
    padding: 0 0 0.5em 0;
  }
}
.banner.template .inner .copy h5 p {
  color: #00234B;
}
.banner.template .inner .copy .sg-para1 p {
  font-family: kievit-slab-book, Georgia, serif;
}
.banner.template .inner .copy .sg-btn {
  color: #00234B;
  border: none;
}
@media only screen and (max-width: 767px) {
  .banner.template .inner .copy .sg-btn {
    margin: 1em 0 0 0;
  }
}
.banner.template .inner .copy .sg-btn:hover {
  color: white;
  background-color: #00234B !important;
}
.banner.help {
  background-color: #00e6af;
}
.banner.help .inner .copy h1,
.banner.help .inner .copy h5 {
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .banner.help .inner .copy h1 {
    font-size: 40px;
  }
}
.banner.contact {
  background-color: #ffb4c8;
}
.banner.contact .inner .copy h1,
.banner.contact .inner .copy h5 {
  color: #00234B;
}
@media desktop {
  .banner .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.banner .inner .copy {
  padding-top: 3%;
}
@media only screen and (min-width: 768px) {
  .banner .inner .copy {
    max-width: 45%;
  }
}
.banner .inner .copy h5 {
  font-family: "sharp-sans-medium", sans-serif;
}
.banner .inner .copy a {
  color: white;
}
.banner .inner .copy a:hover {
  text-decoration: underline;
}
/*banner*/
.end-banner {
  height: 1px;
  background-color: #f2b3c7;
  position: relative;
}
.end-banner.press {
  margin: 3em 0 0 0;
}
@media only screen and (max-width: 767px) {
  .end-banner {
    padding: 3em 0 7em 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .end-banner {
    min-height: 70vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .end-banner {
    min-height: 40vh;
  }
}
.end-banner section {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .end-banner section {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.end-banner section article {
  vertical-align: top;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .end-banner section article {
    display: inline-block;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .end-banner section article {
    width: 100%;
    padding: 3em 0 0 0;
  }
}
.end-banner section article img {
  display: block;
  margin: 0 auto;
}
.end-banner section article a {
  display: inline-block;
  margin: 0 auto;
}
.end-banner section article p {
  color: #00234B;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .end-banner section article p {
    font-size: 20px;
    line-height: 28px;
  }
}
.end-banner section article img {
  box-sizing: content-box;
  height: 57px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .end-banner section article img {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .end-banner section article img {
    padding: 2em 0;
  }
}
.end-banner section article a {
  color: #07234d;
  background-color: #ffea4b;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .end-banner section article a {
    font-size: 15px;
  }
}
.end-banner section article a:hover {
  color: white;
  background-color: #07234d;
}
/*end banner*/
.single-post {
  padding: 0 0 5em 0;
  /*section*/
  /*content*/
}
.single-post .text-width {
  width: 73%;
  margin: 0 auto;
}
.single-post a {
  color: #28d0f3 !important;
}
.single-post section.header {
  text-align: center;
  margin: 0 auto;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .single-post section.header {
    padding: 5em 0 5em 0;
  }
  .single-post section.header h2 {
    padding-top: 25px;
    font-family: 'sharp-sans-bold', Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .single-post section.header {
    padding: 3em 2em 2em 2em;
  }
  .single-post section.header h2,
  .single-post section.header h4 {
    color: #00234B;
  }
  .single-post section.header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.single-post section.header h4 {
  font-family: 'sharp-sans-medium', Arial, sans-serif;
}
.single-post .content {
  margin: 0 auto;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
}
.single-post .content strong,
.single-post .content b {
  font-weight: bold;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
.single-post .content u {
  text-decoration: underline;
}
.single-post .content a {
  font-family: 'sharp-sans-medium', Arial, sans-serif;
}
.single-post .content a:hover {
  text-decoration: underline;
}
.single-post .content blockquote {
  padding: 0 30px;
}
.single-post .content h2 {
  font-size: 40px;
  margin: 2em 0 1em 0;
}
.single-post .content h3 {
  font-size: 26px;
  margin: 0 0 1em 0;
  line-height: 34px;
}
.single-post .content h4 {
  font-size: 28px;
  margin: 2em 0 1em 0;
  max-width: 70%;
}
.single-post .content h5 {
  font-size: 24px;
  margin: 2em 0 1em 0;
}
.single-post .content h6 {
  font-size: 22px;
  margin: 2em 0 1em 0;
}
.single-post .content p,
.single-post .content ol,
.single-post .content ul {
  margin: 0 auto 1em auto;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  color: #00234B;
  color: #00234b;
}
.single-post .content p iframe,
.single-post .content ol iframe,
.single-post .content ul iframe,
.single-post .content p img,
.single-post .content ol img,
.single-post .content ul img {
  max-width: 100%;
}
.single-post .content p.center,
.single-post .content ol.center,
.single-post .content ul.center {
  text-align: center;
}
.single-post .content p.center iframe,
.single-post .content ol.center iframe,
.single-post .content ul.center iframe {
  margin: 0 auto;
}
.single-post .content p.center img,
.single-post .content ol.center img,
.single-post .content ul.center img {
  margin: 0 auto;
  height: auto;
}
.single-post .content p strong,
.single-post .content ol strong,
.single-post .content ul strong,
.single-post .content p b,
.single-post .content ol b,
.single-post .content ul b {
  font-weight: bold;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
.single-post .content p u,
.single-post .content ol u,
.single-post .content ul u {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .single-post .content p,
  .single-post .content ol,
  .single-post .content ul {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .content p,
  .single-post .content ol,
  .single-post .content ul {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-post .content ul {
  list-style-type: disc;
  margin-bottom: 1em;
}
.single-post .content ul li {
  margin-left: 20px;
}
.single-post .content ol {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.single-post .content ol li {
  margin-left: 20px;
}
/*single post*/
@media only screen and (max-width: 767px) {
  .main-container {
    -webkit-transition: padding 250ms ease;
    -moz-transition: padding 250ms ease;
    -ms-transition: padding 250ms ease;
    -o-transition: padding 250ms ease;
  }
}
@media only screen and (max-width: 767px) {
  .main-container.sticky-pad {
    padding: 48px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-container.sticky-pad {
    padding: 64px 0 0 0;
  }
  .main-container.sticky-pad.expand-nav {
    padding: 98px 0 0 0;
  }
}
.mobile-header {
  width: 100vw;
}
.sg-navy-bg {
  padding: 0 0 2em 0;
}
.sg-yellow-bg a:hover {
  text-decoration: underline;
}
#footer-simple {
  background-color: #00234B;
  color: #ffffff;
  text-align: center;
  padding: 3%;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
#footer-simple a {
  color: #ffea4b;
}
#footer-simple .made-in-ny {
  background: url('/wp-content/themes/zocdoc/assets/made_in_NYAF.png') no-repeat center / 80px;
  height: 80px;
  width: 80px;
  margin: auto;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  #footer-simple {
    padding: 5%;
  }
  #footer-simple .made-in-ny {
    background: url('/wp-content/themes/zocdoc/assets/made_in_NYAF.png') no-repeat center / 60px;
  }
  #footer-simple .legal-links {
    font-size: 0.7rem;
  }
}
/*footer-simple*/
footer {
  /*media mobile*/
}
@media only screen and (min-width: 768px) {
  footer #footer-simple-row {
    padding-top: 2em;
  }
  footer .made-in-ny {
    text-align: center;
  }
  footer .legal {
    text-align: center;
  }
  footer .legal div:nth-of-type(2) {
    margin: 0 auto 0 auto !important;
    float: none;
  }
  footer .legal div:first-of-type,
  footer .legal div:last-of-type {
    display: none;
  }
}
/*footer*/
@media only screen and (max-width: 767px) {
  .search-parent {
    margin: 1em 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .search-parent {
    margin: 1em 4.16% 0 4.16%;
  }
}
.search-parent input {
  -webkit-appearance: none;
  border-radius: 0;
}
.search-parent input:focus {
  outline: none;
}
.search-parent input.text {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  color: #00234B;
  display: inline-block;
  float: left;
  border: 1px solid #e1e1e4;
}
@media only screen and (min-width: 768px) {
  .search-parent input.text {
    width: 60%;
    height: 75px;
    font-size: 24px;
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .search-parent input.text {
    width: calc(100% - 35px);
    height: 35px;
    font-size: 16px;
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .search-parent.wider {
    padding: 2em 2em 0 2em;
  }
}
@media only screen and (min-width: 768px) {
  .search-parent.wider {
    margin: 4em 4.16% 0 4.16%;
  }
}
@media only screen and (min-width: 768px) {
  .search-parent.wider input.text {
    width: calc(100% - 75px);
  }
}
.search-parent .search-button {
  background-image: url('../images/search.png');
  border: none;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .search-parent .search-button {
    height: 75px;
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .search-parent .search-button {
    width: 35px;
    height: 35px;
  }
}
/*search-parent*/
header {
  z-index: 1;
  position: relative;
}
.-header-top-container {
  z-index: 5;
}
.action-links a:hover {
  text-decoration: none;
}
.ie-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
.ie-content .color {
  height: 100%;
  width: 100%;
  background-color: #cccccc;
  z-index: -1;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  top: 0;
  left: 0;
}
.ie-content .image {
  background-image: url(../images/zocbig.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ie-content .ie-bar {
  background-color: red;
  height: 68px;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.ie-content .ie-bar p {
  color: white;
  line-height: 68px;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.ie-content .ie-bar p b {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
/*ie content*/
.single-post .content .social_shares {
  float: right;
  padding-left: 30px;
  padding-bottom: 10px;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .single-post .content .social_shares {
    width: 300px;
  }
}
.single-post .content .social_shares ul {
  list-style-type: none;
  line-height: 2em;
}
.single-post .content .social_shares ul li {
  font-size: 18px;
  line-height: 28px;
}
.single-post .content .social_shares ul li:first-of-type {
  font-family: "sharp-sans-bold", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 43px;
}
.single-post .content .social_shares ul li span {
  font-size: 0.8em;
}
.single-post .content .social_shares ul li a {
  color: #072348 !important;
  font-family: "sharp-sans-medium", Arial, sans-serif !important;
  font-size: 1.2em;
}
.single-post .content .social_shares ul li a:hover {
  color: #e9b6c7 !important;
  text-decoration: none !important;
}
.flex-header {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 18px;
  color: #00234B;
  height: 81px;
  border-bottom: 1px #efefef solid;
  display: flex;
  flex-flow: row;
}
.flex-header .flex-header-row {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .flex-header .flex-header-row {
    margin: unset;
  }
}
@media only screen and (max-width: 767px) {
  .flex-header .flex-header-row p {
    font-family: "sharp-sans-semibold", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .flex-header .flex-header-row p {
    font-family: "sharp-sans-medium", Arial, sans-serif;
    padding-bottom: 0px!important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.logo-image {
  width: 119px;
}
.cta-container {
  margin: 20px auto;
}
.cta-container .cta {
  background-color: transparent;
  border: solid 1px #00234B;
  width: 233px;
  height: 49px;
  font-size: 18px;
  border-radius: 5px;
  color: #00234B;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  cursor: pointer;
  padding: 10px 42px;
  /*      display: flex;
      flex-flow: column;
      justify-content: center;  
      margin: auto; 
      text-align: center; */
}
.cta-container .cta:hover {
  background-color: #00234B;
  color: #ffffff;
  border: solid 1px transparent;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .cta-container .cta {
    /*width: 100%;*/
    /*width: 285px;*/
    padding: 10px 21px;
    margin: auto;
    /*display: block;*/
  }
}
.new-join-header .header-col {
  padding: 10px 15px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .new-join-header .header-col {
    justify-content: center;
  }
}
.new-join-header .header-col img {
  height: 40px;
}
.new-join-header .header-col .cta-container {
  margin: unset;
  /*IE 11, 10 NOT 9*/
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-join-header .header-col .cta-container {
    margin: 0;
  }
}
.new-join-header .header-col .cta-container .cta {
  background-color: #00234B;
  border: solid 1px transparent;
  border-radius: 0px;
  padding: 10px 30px;
  font-size: 14px;
  color: #fff;
  font-family: "sharp-sans-medium", Arial, sans-serif;
  cursor: pointer;
}
.new-join-header .header-col .cta-container .cta:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .new-join-header .header-col .cta-container .cta {
    display: none;
  }
}
.only-zocdoc {
  background-color: #d8e5f4;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .only-zocdoc .col-sm {
    text-align: center;
  }
}
.only-zocdoc a {
  font-size: 32px;
  color: #00234B !important;
}
.only-zocdoc a:hover {
  text-decoration: none;
  color: #00234B;
}
.header-spo-simple {
  background-color: transparent;
}
.header-spo-simple .header-spo-container {
  padding-top: 40px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-spo-simple .header-spo-container {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-spo-simple .header-spo-container .smile-face-link {
    margin: auto;
  }
}
.header-spo-simple .header-spo-container .smile-face {
  height: 86px;
  width: 75px;
}
@media only screen and (max-width: 767px) {
  .header-spo-simple .header-spo-container .smile-face {
    width: 44px;
    height: 54px;
  }
}
.header-spo-simple .header-spo-container .logo-image {
  width: 178px;
  height: 67px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .header-spo-simple .header-spo-container .logo-image {
    width: 103px;
    height: 39px;
    margin-left: 0px;
  }
}
.header-spo-simple .header-spo-container #calendly-btn {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .header-spo-simple .header-spo-container #calendly-btn {
    width: 150px;
    margin-right: 3%;
    color: #00234B;
    /*border-radius: 0px;*/
    border: none;
    font-family: 'sharp-sans-medium', Arial, Georgia;
    text-align: right;
    text-decoration: underline;
    padding: 3px;
  }
  .header-spo-simple .header-spo-container #calendly-btn:hover {
    border: none;
    background-color: inherit;
  }
}
/*@highdensity: ~"only screen and (-webkit-min-device-pixel-ratio: 1.5)",
              ~"only screen and (min--moz-device-pixel-ratio: 1.5)",
              ~"only screen and (-o-min-device-pixel-ratio: 3/2)",
              ~"only screen and (min-device-pixel-ratio: 1.5)";*/
/*@desktop-xl:  ~"only screen and (min-width: 1129px)";*/
/*tablets in landscape and potrait*/
#press-page {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
#press-page #news:before,
#press-page #downloads:before,
#press-page #videos:before,
#press-page #spokespeople:before,
#press-page #blogs:before {
  display: block;
  content: '';
  position: relative;
  margin-top: -100px;
  height: 115px;
  visibility: hidden;
}
#press-page section {
  padding: 50px 0;
}
#press-page .max-width {
  max-width: 1040px;
  margin: 0 auto;
}
#press-page h1 {
  font-size: 54px;
  line-height: 60px;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  margin-bottom: 20px;
}
#press-page p {
  font-size: 20px;
  line-height: 28px;
}
#press-page .press-nav-links {
  display: flex;
}
#press-page nav {
  background-color: #bcd0e7;
}
#press-page nav #collapsibleNavbar {
  justify-content: flex-end;
}
#press-page nav button .navbar-toggler-icon {
  color: #00234B;
  display: flex;
  align-items: center;
  justify-content: center;
}
#press-page nav .zocdoc {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 32px;
  line-height: normal;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #press-page nav .zocdoc {
    color: #00234B;
  }
}
@media only screen and (max-width: 767px) {
  #press-page nav .zocdoc {
    color: #00234B;
    font-size: 20px;
  }
}
#press-page nav .nav-item {
  font-size: 20px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #press-page nav .nav-item .nav-link {
    color: #00234B;
  }
}
@media only screen and (max-width: 767px) {
  #press-page nav .nav-item .nav-link {
    color: #00234B;
  }
}
#press-page nav a:hover {
  text-decoration: none;
  color: #00234B;
}
#press-page .banner.press {
  background-color: #bcd0e7;
  color: #00234B;
  height: auto;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #press-page .banner.press a,
  #press-page .banner.press p {
    color: #00234B;
    font-family: 'sharp-sans-medium', Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  #press-page .banner.press a,
  #press-page .banner.press p {
    color: #00234B;
    font-family: 'sharp-sans-medium', Arial, sans-serif;
  }
}
#press-page .post {
  min-height: 305px;
  margin: 0 10px;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*IE 11, 10 NOT 9*/
}
#press-page .post a {
  display: block;
}
@media only screen and (max-width: 767px) {
  #press-page .post p {
    padding: 0 0 0.5em 0;
  }
}
#press-page .post .date {
  font-size: 16px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
#press-page .post .title {
  max-width: 350px;
  font-size: 20px;
  margin: 0 0 0.25em 0;
  line-height: normal;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #press-page .post .title {
    max-width: 300px;
  }
}
#press-page .post .more {
  line-height: 12px;
  margin: 10px 0px 20px;
}
#press-page .post .more a {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #press-page .post .more a {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #press-page .post .more a {
    color: #fff;
  }
}
#press-page .post .more a:hover {
  text-decoration: underline;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #press-page .post {
    margin-bottom: 40px;
  }
}
#press-page .see-all {
  text-decoration: underline;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  font-size: 20px;
  margin-top: 25px;
  color: #00234B;
}
#press-page .see-all:hover {
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  #press-page .see-all {
    margin-top: 0px;
  }
}
#press-page .header-text {
  color: #00234B;
  text-align: center;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}
#press-page .header-text a {
  color: #00234B;
}
#press-page .header-text a:hover {
  text-decoration: none;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  #press-page .header-text a {
    color: #00234B;
  }
}
#press-page #downloads {
  background-color: #dff3dc;
}
#press-page #downloads .downloads {
  position: relative;
}
#press-page #downloads .downloads .download {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #press-page #downloads .downloads .download {
    display: block;
    margin-bottom: 40px;
    overflow: auto;
  }
}
#press-page #downloads .downloads .download .image {
  flex: 1 1 32%;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#press-page #downloads .downloads .download .image img {
  width: 100%;
  display: block;
}
#press-page #downloads .downloads .download .info {
  padding: 0.5em 0 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
#press-page #downloads .downloads .download .info a,
#press-page #downloads .downloads .download .info p {
  float: left;
  width: 50%;
}
#press-page #downloads .downloads .download .info a {
  color: #00234B;
}
#press-page #downloads .downloads .download .info a:hover {
  text-decoration: underline;
}
#press-page #downloads .downloads .download .info a {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  #press-page #downloads .downloads .download .info a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #press-page #downloads .downloads .download .info a {
    font-size: 12px;
    line-height: 14px;
  }
}
#press-page #downloads .downloads .download .info a:nth-of-type(2) {
  background-image: url('../images/download.png');
  width: 49%;
  background-size: contain;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
}
#press-page #videos {
  background-color: #faf4b5;
}
#press-page #videos .videos {
  position: relative;
}
#press-page #videos .videos .video {
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #press-page #videos .videos .video {
    margin-bottom: 40px;
  }
}
#press-page #videos .videos .video .image {
  position: relative;
}
#press-page #videos .videos .video .image img {
  width: 100%;
}
#press-page #videos .videos .video .image a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#press-page #videos .videos .video .image a img {
  height: auto;
  width: 18%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#press-page #videos .videos .video .image:hover a img {
  opacity: 0.5;
}
#press-page #videos .videos .video .info {
  padding: 0.5em 0 0 0;
  text-align: center;
}
#press-page #videos .videos .video .info a {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  color: #00234B;
  color: #00234b;
}
@media only screen and (min-width: 768px) {
  #press-page #videos .videos .video .info a {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #press-page #videos .videos .video .info a {
    font-size: 12px;
    line-height: 14px;
  }
}
#press-page #videos .videos .video .info a:hover {
  text-decoration: underline;
}
#press-page .spokespeople {
  position: relative;
  vertical-align: top;
}
#press-page .spokespeople .spokesperson {
  position: relative;
  vertical-align: top;
}
#press-page .spokespeople .spokesperson:hover .headshot {
  opacity: 0;
}
#press-page .spokespeople .spokesperson .overlay {
  position: absolute;
  height: 170px;
  width: 170px;
  border-radius: 170px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-size: cover;
  background-position: center center;
  background-color: #FFF04B;
  background-size: 40%;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #press-page .spokespeople .spokesperson .overlay {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  #press-page .spokespeople .spokesperson .overlay {
    left: 50%;
  }
}
#press-page .spokespeople .spokesperson:nth-of-type(5n+1) .overlay {
  background-image: url('../images/cover1.png');
}
#press-page .spokespeople .spokesperson:nth-of-type(5n+2) .overlay {
  background-image: url('../images/cover2.png');
}
#press-page .spokespeople .spokesperson:nth-of-type(5n+3) .overlay {
  background-image: url('../images/cover3.png');
}
#press-page .spokespeople .spokesperson:nth-of-type(5n+4) .overlay {
  background-image: url('../images/cover4.png');
}
#press-page .spokespeople .spokesperson:nth-of-type(5n+5) .overlay {
  background-image: url('../images/cover5.png');
}
@media only screen and (max-width: 767px) {
  #press-page .spokespeople .spokesperson {
    margin-bottom: 40px;
  }
}
#press-page .spokespeople .spokesperson:hover .name a {
  text-decoration: underline;
}
#press-page .spokespeople .spokesperson .headshot {
  text-align: center;
  height: 170px;
  width: 170px;
  border-radius: 170px;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  margin: 0 auto 1em auto;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  opacity: 1;
  display: block;
}
#press-page .spokespeople .spokesperson .position,
#press-page .spokespeople .spokesperson .name {
  text-align: center;
  padding-bottom: 0 !important;
  color: #00234B;
  font-size: 16px;
  line-height: normal;
}
#press-page .spokespeople .spokesperson .name {
  margin-bottom: 5px;
}
#press-page .spokespeople .spokesperson .name a {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  color: #00234B;
}
#press-page #blogs {
  background-color: #f5f3e6;
}
#press-page #blogs .blogs {
  display: flex;
  flex-direction: row wrap;
  align-items: center;
}
#press-page #blogs .blogs .blog img {
  display: block;
  margin: auto;
  max-width: 275px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #press-page #blogs .blogs .blog img {
    max-width: 225px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #press-page #blogs .blogs .blog {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #press-page #blogs .blogs .blog {
    margin-bottom: 40px;
  }
}
#press-page #featured-links {
  background-color: #d8e5f4;
}
#press-page #featured-links .link img {
  width: 150px;
  margin: auto;
  display: block;
}
#press-page #featured-links .link p {
  text-align: center;
  padding: 0 50px;
}
#press-page #featured-links .link a:hover {
  color: #00234B;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #press-page #featured-links .link a {
    color: #00234B;
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  #press-page #featured-links .link a {
    color: #00234B;
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  #press-page #featured-links .link {
    margin-bottom: 40px;
  }
}
#press-news .max-width {
  max-width: 1040px;
}
#press-news .press-news-nav {
  background-color: #bcd0e7;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
}
#press-news .press-news-nav .row {
  width: 100%;
}
#press-news .press-news-nav .row .col-sm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#press-news .press-news-nav .zocdoc {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  font-size: 32px;
  line-height: normal;
}
#press-news .press-news-nav img {
  height: 6px;
  padding: 0 0.5em;
  vertical-align: middle;
}
#press-news .press-news-nav a {
  color: #00234B !important;
}
#press-news .right-wrapper-col {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .press-releases-header {
    padding: 8em 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .press-releases-header {
    padding: 5em 2em 0 2em;
  }
  .press-releases-header h2 {
    color: #00234B;
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .year {
    padding: 5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .year {
    padding: 3em 2em;
  }
}
@media only screen and (min-width: 768px) {
  .year:nth-of-type(3) .posts .post:first-of-type {
    display: block;
    width: 100%;
    padding: 0 0 3em 0;
  }
  .year:nth-of-type(3) .posts .post:first-of-type .title {
    max-width: 75%;
    line-height: 50px !important;
    font-size: 42px;
    font-family: "kievit-slab-book", Georgia, serif !important;
  }
}
.year:last-of-type {
  border-bottom: none;
}
.year h5 {
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  .year h5 {
    padding: 0 0 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .year h5 {
    padding: 0 0 2em 0;
  }
}
.year .posts .post {
  vertical-align: top;
  padding: 0 0 2em 0;
}
@media only screen and (min-width: 768px) {
  .year .posts .post {
    display: inline-block;
    width: 32.5%;
  }
}
.year .posts .post h2 {
  font-size: 30px;
  margin: 2em 0 1em 0;
}
.year .posts .post h3 {
  font-size: 26px;
  margin: 2em 0 1em 0;
}
.year .posts .post h4 {
  font-size: 24px;
  margin: 2em 0 1em 0;
}
.year .posts .post h5 {
  font-size: 22px;
  margin: 2em 0 1em 0;
}
.year .posts .post h6 {
  font-size: 20px;
  margin: 2em 0 1em 0;
}
.year .posts .post .date {
  font-size: 16px;
  color: #81818B;
}
.year .posts .post .title {
  max-width: 350px;
  display: block;
  font-family: "kievit-slab-book", Georgia, serif;
  font-size: 20px;
  margin: 0 1em 0.25em 0;
  line-height: 28px;
}
.year .posts .post .more a {
  color: #2bbfed;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
.year .posts .post .more a:hover {
  text-decoration: underline;
}
a.citation {
  font-size: 0.8rem;
  color: #666666 !important;
}
.video-header {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .video-header {
    padding: 8em 0 0 0;
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-header {
    padding: 4em 0 0 0;
  }
  .video-header h2 {
    color: #00234B;
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .video-category {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-category {
    padding: 2em 2em;
  }
}
.video-category:last-of-type {
  border-bottom: none;
}
.video-category section {
  padding: 1em 0;
}
.video-category section h5 {
  color: #a0a0a0;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .video-category section h5 {
    margin-bottom: 30px;
  }
}
.video-category .video {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .video-category .video {
    display: inline-block;
    width: 33%;
    padding: 1.5em 1em 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-category .video {
    padding: 1em 0;
  }
}
.video-category .video .info {
  padding: 0.5em 0 0 0;
}
.video-category .video .info p {
  color: #00234B;
}
.video-category .video .info a {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .video-category .video .info a {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .video-category .video .info a {
    font-size: 12px;
    line-height: 14px;
  }
}
.video-category .video .info a:hover {
  text-decoration: underline;
}
.video-category .video .image {
  position: relative;
}
.video-category .video .image img {
  width: 100%;
}
.video-category .video .image a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.video-category .video .image a img {
  height: auto;
  width: 17%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.video-category .video .image:hover a img {
  opacity: 0.5;
}
/*.single-search {
  width: 100%;
  @media @desktop {
    padding: 2em 0;
  }
  @media @mobile {
    padding: 2em 3em;
  }

  input {
    @media @desktop {
      width: ~"calc(100% - 75px)";
      height: 75px;
      font-family: "sharp-sans-medium", Arial, sans-serif;
      font-size: 24px;
      padding: 1em;
    }
    @media @mobile {
      width: ~"calc(100% - 35px)";
      height: 35px;
      font-size: 16px;
      padding: 0.5em;
    }
    color: #9C9C9C;
    display: inline-block;
    float: left;
    border: 1px solid RGBA(225, 225, 228, 1);
  }
  img {
    @media @desktop {
      height: 75px;
      width: 75px;
    }
    @media @mobile {
      width: 35px;
      height: 35px;
    }
    cursor: pointer;
  }
}
*/
@media only screen and (max-width: 767px) {
  .topic-header {
    padding: 5em 2em 0 2em;
  }
  .topic-header h2 {
    color: #00234B;
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .topic-header {
    padding: 5em 0 0 0;
  }
}
.all-bios {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .all-bios {
    padding: 5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .all-bios {
    padding: 2em 3em 5em 3em;
  }
}
.all-bios .bios-header {
  padding: 3em 0;
  text-align: center;
  color: #00234B;
}
.all-bios .bios-header h5 {
  font-family: sharp-sans-medium, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .all-bios .bios-header {
    width: 73%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .all-bios .bios-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.all-bios .grid .person {
  position: relative;
  vertical-align: top;
}
.all-bios .grid .person:hover a {
  text-decoration: underline;
}
.all-bios .grid .person a {
  color: black;
  font-family: sharp-sans-bold, Arial, sans-serif;
}
.all-bios .grid .person p {
  font-family: sharp-sans-semibold, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .all-bios .grid .person {
    display: inline-block;
    width: 24%;
    padding: 5em 0 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .all-bios .grid .person {
    padding: 2em 0;
  }
  .all-bios .grid .person a,
  .all-bios .grid .person p {
    color: #00234B;
  }
  .all-bios .grid .person div,
  .all-bios .grid .person a {
    font-size: 14px;
  }
}
.all-bios .grid .person .overlay {
  position: absolute;
  height: 202px;
  width: 202px;
  border-radius: 202px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-size: cover;
  background-position: center center;
  background-color: #FFF04B;
  background-size: 40%;
  background-repeat: no-repeat;
  z-index: -1;
}
.all-bios .grid .person:nth-of-type(5n+1) .overlay {
  background-image: url('../images/cover1.png');
}
.all-bios .grid .person:nth-of-type(5n+2) .overlay {
  background-image: url('../images/cover2.png');
}
.all-bios .grid .person:nth-of-type(5n+3) .overlay {
  background-image: url('../images/cover3.png');
}
.all-bios .grid .person:nth-of-type(5n+4) .overlay {
  background-image: url('../images/cover4.png');
}
.all-bios .grid .person:nth-of-type(5n+5) .overlay {
  background-image: url('../images/cover5.png');
}
.all-bios .grid .person .headshot {
  text-align: center;
  opacity: 1;
  backface-visibilty: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 1.5em auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .all-bios .grid .person .headshot {
    height: 202px;
    width: 202px;
    border-radius: 202px;
  }
}
@media only screen and (max-width: 767px) {
  .all-bios .grid .person .headshot {
    width: 202px;
    height: 202px;
    border-radius: 202px;
  }
}
.all-bios .grid .person:hover .headshot {
  opacity: 0;
}
.investors-page {
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .investors-page {
    padding: 8em 0;
  }
}
@media only screen and (max-width: 767px) {
  .investors-page {
    padding: 5em 0;
  }
}
.investors-page .investors-header {
  text-align: center;
  color: #00234B;
}
.investors-page .investors-header h5 {
  font-family: sharp-sans-medium, Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .investors-page .investors-header {
    padding: 0 0 8em 0;
    width: 73%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .investors-page .investors-header {
    padding: 0 2em 3em 2em;
  }
  .investors-page .investors-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.investors-page .investor {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .investors-page .investor {
    clear: both;
    width: 90%;
  }
  .investors-page .investor p {
    font-size: 20px;
    line-height: 28px;
    padding-right: 10%;
    font-family: 'sharp-sans-medium', Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .investors-page .investor {
    padding: 3em;
  }
}
.investors-page .investor section {
  position: relative;
}
.investors-page .investor section p {
  color: #00234B;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
}
.investors-page .investor section img {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .investors-page .investor section img {
    position: absolute;
    max-height: 150px;
    max-width: 23%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .investors-page .investor section img {
    display: block;
    max-width: 75%;
    margin: 0 auto 1em auto;
  }
}
@media only screen and (min-width: 768px) {
  .investors-page .investor section {
    width: 100%;
    padding: 2em 0 2em 25%;
  }
}
#landing-page {
  /*
	form {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start; 
		width: 75%;
		margin: auto;
	}*/
}
#landing-page img {
  display: block;
  margin: auto;
  padding: 5% 0;
}
@media only screen and (max-width: 767px) {
  #landing-page img {
    padding-top: 25%;
    padding-bottom: 10%;
    width: 75%;
  }
}
#landing-page .hero-text {
  color: #00234B;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  text-align: center;
}
#landing-page h1 {
  font-size: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #landing-page h1 {
    font-size: 3rem;
  }
}
#landing-page h2 {
  font-size: 2.5rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #landing-page h2 {
    font-size: 1.5rem;
    line-height: 1;
    padding: 5% 10%;
  }
}
#landing-page .body-copy {
  font-size: 1.5rem;
  line-height: 1;
  font-family: kievit-slab-book, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  #landing-page .body-copy {
    font-size: 1rem;
  }
}
.noborder input {
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .questions {
    padding: 4em 0 4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .questions {
    padding: 2em 2em;
  }
}
.questions h4 {
  color: #00234B;
  padding: 0 0 2em 0;
}
.questions .question-parent {
  border-bottom: 1px solid #E1E1E4;
  padding: 1.25em 0;
  overflow: hidden;
}
.questions .question-parent p,
.questions .question-parent a {
  font-family: kievit-slab-book, Georgia, serif;
}
.questions .question-parent a {
  color: #2bbfed;
}
.questions .question-parent li,
.questions .question-parent b {
  font-family: kievit-slab-book, Georgia, serif;
}
.questions .question-parent li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  padding-right: 20%;
}
.questions .question-parent b,
.questions .question-parent strong {
  font-weight: bold;
}
.questions .question-parent *:not(.question) {
  font-size: 16px;
  line-height: 24px;
}
.questions .question-parent p:not(.question) {
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-out;
  -moz-transition: max-height 300ms ease-out;
  -ms-transition: max-height 300ms ease-out;
  -o-transition: max-height 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .questions .question-parent p:not(.question) {
    font-size: 16px;
    line-height: 24px;
    padding-right: 20%;
    max-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .questions .question-parent p:not(.question) {
    width: 95%;
    max-height: 300px;
    line-height: 20px;
    font-size: 14px;
  }
}
.questions .question-parent .question {
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: margin 300ms ease-out;
  -moz-transition: margin 300ms ease-out;
  -ms-transition: margin 300ms ease-out;
  -o-transition: margin 300ms ease-out;
}
@media only screen and (min-width: 768px) {
  .questions .question-parent .question {
    margin: 0 0 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .questions .question-parent .question {
    margin: 0 0 1em 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.questions .question-parent .question img {
  position: absolute;
  top: 10px;
  right: 0;
  height: 8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
  -ms-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
}
.questions .question-parent.hidden-answer p:not(.question) {
  max-height: 0px;
  overflow: hidden;
}
.questions .question-parent.hidden-answer .question {
  margin: 0;
}
.questions .question-parent.hidden-answer .question img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .topics-parent {
    padding: 0 0 8em 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics-parent {
    padding: 0 2em 3em 2em;
  }
}
.topics-parent.single {
  padding: 2em 3em 7em 3em;
}
.topics-parent h4 {
  padding: 0 0 1em 0;
  color: #00234B;
}
.topics-parent .topics a:hover p {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .topics-parent .topics a {
    width: 33%;
    display: inline-block;
    padding: 1em 1.5em 1em 0;
  }
  .topics-parent .topics a:nth-of-type(3n) {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .topics-parent .topics a {
    width: 100%;
    margin: 0 0 1em 0;
    display: block;
  }
}
.topics-parent .topics a p {
  color: #28D7FA;
  background-repeat: no-repeat;
  background-image: url('../images/right_arrow_blue.png');
  background-position: center right;
  background-size: 1.5%;
  padding: 0 0 0.25em 0;
}
@media only screen and (max-width: 767px) {
  .topics-parent .topics a p {
    font-family: kievit-slab-book, serif;
  }
}
.topics-parent .topics a .topic-hr {
  width: 100%;
  height: 1px;
  background-color: #E1E1E4;
}
@media only screen and (min-width: 768px) {
  .privacy {
    padding: 5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy {
    padding: 4em 2em;
  }
}
.privacy .content-parent {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .privacy .content-parent {
    width: 73%;
  }
}
.privacy .content-parent section {
  margin: 0 0 2em 0;
}
.privacy .content-parent section h2 {
  color: #00234B;
  text-align: center;
  margin: 0 0 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .privacy .content-parent section h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .privacy .content-parent section .preamble {
    padding: 100px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .content-parent section .preamble {
    padding: 2em 0 0 0;
  }
  .privacy .content-parent section .preamble p {
    color: #00234B;
  }
}
.privacy .content-parent section .preamble .sg-header7 {
  font-weight: bold;
}
.privacy .content-parent section .preamble p {
  font-family: "kievit-slab-book", Georgia, serif;
  color: #00234B;
}
.privacy .content-parent section .preamble p:first-of-type {
  margin: 0 0 0.25em 0;
}
.privacy .content-parent .content {
  word-wrap: break-word;
}
.privacy .content-parent .content li {
  list-style: disc;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.4;
}
.privacy .content-parent .content b,
.privacy .content-parent .content strong {
  font-weight: bold;
}
.privacy .content-parent .content p {
  color: #00234B;
  margin: 0 0 1em 0;
}
@media only screen and (min-width: 768px) {
  .privacy .content-parent .content p {
    font-size: 20px;
    line-height: 28px;
  }
}
.privacy .content-parent .content p b,
.privacy .content-parent .content p strong {
  font-weight: bold;
}
.privacy .content-parent .content u {
  text-decoration: underline;
}
.privacy .content-parent .content a {
  font-family: "kievit-slab-book", Georgia, serif;
  color: #5dd2f4;
}
.single-video iframe {
  width: 100%;
  height: calc(100vw * 0.5625);
}
.single-video .single-vid-title {
  padding: 6em 0;
}
@media only screen and (max-width: 767px) {
  .single-video .single-vid-title {
    padding: 3em 2em;
  }
}
.single-video .single-vid-title h3 {
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .single-video .single-vid-title h3 {
    border-bottom: 0.5em solid transparent;
  }
}
.single-video div a {
  color: #28D7FA;
}
.bio {
  text-align: center;
  padding: 5em 0;
}
.bio .inner {
  text-align: center;
}
.bio .inner .info {
  padding: 2em 0;
}
.bio .inner .info h5 {
  font-family: sharp-sans-bold, Arial, sans-serif;
}
.bio .inner .info h2,
.bio .inner .info h5 {
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .bio .inner .info h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.bio .inner .headshot {
  margin: 2em auto 3em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .bio .inner .headshot {
    width: 400px;
    height: 400px;
    border-radius: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .bio .inner .headshot {
    width: 75vw;
    height: 75vw;
    border-radius: 75vw;
  }
}
.bio .inner .quote p {
  text-align: left;
  font-family: "kievit-slab-book";
  quotes: "“" "”" "‘" "’";
  padding: 0;
  color: #00234B;
  color: #00234b;
  margin: 0 auto 2em auto;
}
@media only screen and (min-width: 768px) {
  .bio .inner .quote p {
    font-size: 24px;
    line-height: 32px;
    width: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .bio .inner .quote p {
    font-size: 18px;
    padding: 0 2em;
  }
}
.bio .inner .quote p:before {
  content: open-quote;
}
.bio .inner .quote p:after {
  content: close-quote;
}
.bio .inner .text p {
  margin: 0 auto 1em auto;
  text-align: left;
  padding: 0;
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .bio .inner .text p {
    width: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .bio .inner .text p {
    font-size: 16px;
    padding: 0 2em;
  }
}
@media only screen and (min-width: 768px) {
  .sg-para1 p {
    line-height: 32px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.contact-methods {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-methods {
    padding: 2em 2em 0 2em;
  }
}
@media only screen and (min-width: 768px) {
  .contact-methods {
    padding: 3em 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .contact-methods section h4 {
    color: #00234B;
  }
}
@media only screen and (min-width: 768px) {
  .contact-methods section {
    width: 33%;
    float: left;
  }
  .contact-methods section h4 {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-methods section {
    margin: 0 0 2em 0;
    text-align: center;
  }
  .contact-methods section h4 {
    margin: 0 0 0.5em 0;
  }
}
.contact-methods section a {
  display: inline-block;
  background-color: #fff04b;
  cursor: pointer;
  color: black;
}
.contact-methods section a:hover {
  background-color: #00234b;
  color: white;
}
.contact-methods section.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-color: #fff04b;
  border-radius: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .contact-methods section.social a {
    margin: 1em 1em 0 1em;
  }
}
@media only screen and (min-width: 768px) {
  .contact-methods section.social a {
    margin: 0 0.25em;
  }
}
.fields {
  clear: both;
  overflow: hidden;
  max-height: 1500px;
  transition: max-height 600ms ease;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .fields h4 {
    color: #00234B;
  }
}
.fields.shrink {
  max-height: 260px;
}
@media only screen and (max-width: 767px) {
  .fields.shrink {
    max-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fields {
    padding: 2em;
  }
  .fields h4 {
    color: #00234B;
  }
}
@media only screen and (min-width: 768px) {
  .fields {
    padding: 3em 0;
  }
  .fields h4 {
    padding: 0 0 20px 0;
  }
}
.fields .replace {
  transition: opacity 250ms ease-out, padding 250ms ease-out;
}
.fields .replace.hidden-form {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .fields .replace.extra-padding {
    padding: 2em 0 2em 0;
  }
}
.fields .form {
  transition: opacity 250ms ease-out;
}
.fields .form.hidden-form {
  opacity: 0;
}
.fields .form div {
  padding: 0.5em 0;
  clear: both;
}
.fields .form div.error-message {
  color: red;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  opacity: 0;
  max-height: 0px;
  transition: max-height 600ms ease, padding 600ms ease, opacity 600ms ease;
  font-family: kievit-slab-book, Georgia, serif;
}
.fields .form div.error-message.show-error {
  max-height: 80px;
  opacity: 1;
  padding: 0.5em 0;
}
.fields .form .name-row section input,
.fields .form .subject-row section input,
.fields .form .message-row section input,
.fields .form .name-row section textarea,
.fields .form .subject-row section textarea,
.fields .form .message-row section textarea {
  width: 100%;
  border: 1px solid #E1E1E4;
  font-family: "sharp-sans-medium", Arial, sans-serif;
  color: #9C9C9C;
  border: 1px solid #e1e1e4;
  padding: 0.5em;
  -webkit-appearance: none;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  .fields .form .name-row section input,
  .fields .form .subject-row section input,
  .fields .form .message-row section input,
  .fields .form .name-row section textarea,
  .fields .form .subject-row section textarea,
  .fields .form .message-row section textarea {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fields .form .name-row section input,
  .fields .form .subject-row section input,
  .fields .form .message-row section input,
  .fields .form .name-row section textarea,
  .fields .form .subject-row section textarea,
  .fields .form .message-row section textarea {
    font-size: 16px;
  }
}
.fields .form .name-row section label,
.fields .form .subject-row section label,
.fields .form .message-row section label,
.fields .form .name-row section input,
.fields .form .subject-row section input,
.fields .form .message-row section input {
  display: block;
}
.fields .form .name-row section input,
.fields .form .subject-row section input,
.fields .form .message-row section input {
  height: 50px;
}
.fields .form .name-row section input:focus,
.fields .form .subject-row section input:focus,
.fields .form .message-row section input:focus {
  border: 1px solid #00234B;
}
.fields .form .name-row section textarea,
.fields .form .subject-row section textarea,
.fields .form .message-row section textarea {
  height: 125px;
}
.fields .form .name-row section textarea:focus,
.fields .form .subject-row section textarea:focus,
.fields .form .message-row section textarea:focus {
  border: 1px solid #00234B;
}
.fields .form .name-row section label,
.fields .form .subject-row section label,
.fields .form .message-row section label {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  color: #00234B;
  color: #00234b;
}
@media only screen and (min-width: 768px) {
  .fields .form .name-row section label,
  .fields .form .subject-row section label,
  .fields .form .message-row section label {
    font-size: 19px;
    line-height: 24px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .fields .form .name-row section label,
  .fields .form .subject-row section label,
  .fields .form .message-row section label {
    font-size: 19px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fields .form .name-row section label,
  .fields .form .subject-row section label,
  .fields .form .message-row section label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .fields .form .name-row section {
    float: left;
    width: 33.3%;
  }
  .fields .form .name-row section:nth-of-type(-n+2) {
    padding: 0 0.5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .fields .form .name-row section:nth-of-type(-n+2) {
    padding: 0.5em 0;
  }
  .fields .form .name-row section:last-of-type {
    padding: 0.5em 0 0 0;
  }
}
.fields .form .submit-row button {
  background-color: #fff04b;
  border: none;
  cursor: pointer;
}
.fields .form .submit-row button:hover {
  background-color: #00234b;
  color: white;
}
.offices {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .offices {
    padding: 0 2em 3em 2em;
  }
}
@media only screen and (min-width: 768px) {
  .offices {
    padding: 0 0 3em 0;
  }
}
.offices h4 {
  margin: 0 0 1em 0;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .offices section {
    margin: 1em 0 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .offices section {
    width: 32.5%;
    display: inline-block;
  }
}
.offices section p {
  font-family: "kievit-slab-book", Georgia, serif;
  color: #00234B;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .offices section p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .offices section p {
    font-size: 14px;
  }
}
.offices section p.office-name {
  font-weight: bolder !important;
}
@media only screen and (max-width: 767px) {
  .offices section p.office-name {
    font-size: 16px;
  }
}
.about-header-text {
  text-align: center ;
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .about-header-text h4 {
    font-size: 56px;
    margin: 0 0 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-header-text h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.facts {
  position: relative;
  min-height: 100vh;
  background-image: url('../images/facts_bg.png');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .facts {
    padding: 2em;
    border-top: 4em solid transparent;
    border-bottom: 4em solid transparent;
  }
}
@media only screen and (min-width: 768px) {
  .facts {
    padding: 7em 0;
  }
}
@media only screen and (min-width: 768px) {
  .facts .facts-grid {
    position: absolute;
    top: 50%;
    padding: 0 3em;
    left: 0;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
  }
}
@media only screen and (min-width: 768px) {
  .facts .facts-grid section {
    width: calc(32.5% - 1em);
    display: inline-block;
    margin: 0 0.5em 5em 0.5em;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .facts .facts-grid section {
    margin: 2em 0;
  }
}
.facts .facts-grid section p {
  font-family: "kievit-slab-book", Georgia, serif;
  padding-top: 1px;
  padding-bottom: 3px;
  color: #00234B;
}
.facts .facts-grid section p b,
.facts .facts-grid section p strong {
  font-weight: bold;
}
.facts .facts-grid section p u {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .facts .facts-grid section p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .facts .facts-grid section p {
    font-size: 14px;
    line-height: 18px;
  }
}
.facts .facts-grid section a {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  color: #2bbfed;
}
@media only screen and (min-width: 768px) {
  .facts .facts-grid section a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .facts .facts-grid section a {
    font-size: 12px;
  }
}
.facts .facts-grid section a:hover {
  text-decoration: underline;
}
.about-more-link {
  text-align: center;
  color: #2bbfed;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
.about-more-link:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .about-more-link {
    font-size: 24px;
    margin: 1em auto 0 auto;
    display: inline-block;
    position: relative;
  }
  .about-more-link img {
    height: 10px;
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .about-more-link {
    font-size: 14px;
    display: inline-block;
    position: relative;
  }
  .about-more-link img {
    height: 6px;
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.about-more-link:hover {
  text-decoration: underline;
}
.leadership {
  background-color: #ededee;
  padding: 7em 0;
  min-height: 90vh;
}
.leadership h2 {
  text-align: center;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .leadership h2 {
    color: #00234B;
    font-size: 40px;
    line-height: 44px;
  }
}
.leadership .margin {
  text-align: center;
}
.leadership .parent .quote-parent {
  margin: 3em 0 0 0;
  padding: 3em 0em;
}
@media only screen and (max-width: 767px) {
  .leadership .parent .quote-parent.desktop {
    display: none;
  }
}
.leadership .parent .quote-parent .swiper-wrapper .quote {
  height: 210px;
  width: 100%;
}
.leadership .parent .quote-parent .swiper-wrapper .quote .quote-inner {
  width: 88%;
  margin: auto;
  position: relative;
  height: 100%;
}
.leadership .parent .quote-parent .swiper-wrapper .quote .bio_svg_wrapper {
  position: absolute;
  bottom: -23px;
  height: 24px;
  text-align: center;
}
.leadership .parent .quote-parent .swiper-wrapper .quote p {
  font-family: "kievit-slab-book", Georgia, serif;
  font-size: 24px;
  color: #00234B;
  width: 100%;
  color: #00234b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  line-height: 32px;
  padding: 2em 3em;
  quotes: "“" "”" "‘" "’";
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .leadership .parent .quote-parent .swiper-wrapper .quote p {
    font-size: 18px;
  }
}
.leadership .parent .quote-parent .swiper-wrapper .quote p:before {
  content: open-quote;
}
.leadership .parent .quote-parent .swiper-wrapper .quote p:after {
  content: close-quote;
}
.leadership .parent .quote-parent .swiper-wrapper .quote svg,
.leadership .parent .quote-parent .swiper-wrapper .quote img {
  position: absolute;
  bottom: -23px;
  height: 24px;
  width: 48px;
  margin-left: -24px;
}
.leadership .parent .people-parent.desktop {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
@media only screen and (max-width: 767px) {
  .leadership .parent .people-parent.desktop {
    display: none;
  }
}
.leadership .parent .people-parent .person {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .leadership .parent .people-parent .person {
    /*  width: 30%;*/
  }
}
.leadership .parent .people-parent .person a .image {
  height: 130px;
  width: 130px;
  border-radius: 100px;
  background-position: center center;
  background-size: cover;
  margin: 0 auto 1em auto;
}
.leadership .parent .people-parent .person a div {
  margin: 0 0 0.25em 0;
  color: #00234B;
}
.leadership .parent .people-parent .person a div.name {
  font-family: sharp-sans-semibold, Arial, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .leadership .parent .people-parent .person a div {
    padding: 0 5px;
    box-sizing: border-box;
  }
}
.leadership .parent .people-parent .person a:hover div:nth-of-type(2) {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .leadership .parent .combined-parent {
    display: none;
  }
}
.leadership .parent .combined-parent .item {
  margin: 4em 0;
  padding: 0 2em;
}
.leadership .parent .combined-parent .item .quote {
  padding: 1em 2em;
  margin-bottom: 3em;
  position: relative;
}
.leadership .parent .combined-parent .item .quote svg {
  position: absolute;
  height: 20px;
  bottom: -20px;
  left: 20px;
}
.leadership .parent .combined-parent .item a {
  color: #00234B;
}
.leadership .parent .combined-parent .item p {
  text-align: left;
  font-family: kievit-slab-book, Georgia, serif;
  font-size: 16px;
  quotes: "“" "”" "‘" "’";
  color: #00234B;
}
.leadership .parent .combined-parent .item p:before {
  content: open-quote;
}
.leadership .parent .combined-parent .item p:after {
  content: close-quote;
}
.leadership .parent .combined-parent .item div.info {
  padding: 0em 0 0 1.1em;
}
.leadership .parent .combined-parent .item div.info .image {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  margin: 0 auto;
  display: inline-block;
  margin: 0 1em 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.leadership .parent .combined-parent .item div.info a {
  display: inline-block;
}
.leadership .parent .combined-parent .item div.info .image,
.leadership .parent .combined-parent .item div.info a {
  vertical-align: middle;
}
.featured-video {
  width: 100%;
  height: calc(100vw * 0.5625);
  position: relative;
}
.featured-video .image {
  /*    background-image: url('../images/featured_video.png');*/
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
  width: 100%;
}
.featured-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .featured-video img {
    width: 15%;
  }
}
.featured-video h2 {
  position: absolute;
  color: white;
  left: 0;
  top: 1em;
  width: 100%;
  text-align: center;
}
.featured-video iframe {
  width: 100%;
  display: none;
  height: calc(100vw * 0.5625);
}
.featured-video img,
.featured-video h2,
.featured-video .image {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
}
.featured-video.play iframe {
  display: block;
}
.featured-video.play img,
.featured-video.play h2,
.featured-video.play .image {
  opacity: 0;
  pointer-events: none;
}
.investors {
  min-height: 90vh;
  background-color: white;
  text-align: center;
  padding: 7em 0 3em 0;
}
.investors h2 {
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .investors h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.investors a {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
.investors a:hover {
  text-decoration: underline;
}
.investors p {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .investors p {
    font-size: 24px;
    margin: 1em 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .investors p {
    font-size: 14px;
  }
}
.investors .investor-grid {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .investors .investor-grid {
    margin: 8em auto;
  }
}
@media only screen and (max-width: 767px) {
  .investors .investor-grid {
    margin: 4em auto;
  }
}
.investors .investor-grid .investor {
  backface-visibility: hidden;
  opacity: 0.4;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .investors .investor-grid .investor {
    width: 33%;
    height: 20vh;
    display: inline-block;
    border: 2em solid transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .investors .investor-grid .investor {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .investors .investor-grid .investor {
    height: 15vh;
    margin: 9vh 0;
    display: block;
  }
}
.investors .investor-grid .investor:hover {
  /*        opacity: 0.7;*/
}
.scrolling {
  background-color: #C382FF;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .scrolling {
    background-color: #a0a0a0;
  }
}
.scrolling ::-webkit-scrollbar {
  display: none;
}
.scrolling .rash-flat {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .scrolling .rash-flat {
    display: none;
  }
}
.scrolling .rash {
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -ms-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  z-index: 0;
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .scrolling .rash {
    position: fixed;
    bottom: 0;
    right: -10vw;
    height: 80vw;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .scrolling .rash {
    position: fixed;
    bottom: 0;
    right: calc(-20vmin + 5vw);
    height: 90vh;
  }
}
@media screen and (min-width: 1350px) {
  .scrolling .rash {
    position: fixed;
    bottom: 0;
    right: 0 !important;
    height: 100vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .scrolling .rash {
    display: none;
  }
}
.scrolling .rash g.hide {
  display: none;
}
.scrolling.absolute .rash {
  position: absolute;
}
.scrolling .scroll-parent .scrolling-content {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  z-index: 99;
}
.scrolling .scroll-parent .scrolling-content .initial {
  position: relative;
  height: calc(100vh - 104px);
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content .initial {
    background-image: url('../images/rashflat.jpg');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 50vh;
    padding: 1.5em 0 0 1em;
    background-color: #C382FF;
  }
}
@media only screen and (min-width: 768px) {
  .scrolling .scroll-parent .scrolling-content .initial h1 {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .scrolling .scroll-parent .scrolling-content .initial h1 {
    font-size: 120px;
    line-height: 1em;
    top: 20% !important;
  }
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content .initial h1 {
    padding: 0;
    margin: 0;
    font-size: 40px;
  }
}
.scrolling .scroll-parent .scrolling-content section {
  width: 65%;
  position: relative;
  z-index: 2;
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content section {
    width: 100%;
    padding: 2em;
  }
}
.scrolling .scroll-parent .scrolling-content section:last-of-type {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content section:last-of-type {
    padding: 0 2em;
  }
}
.scrolling .scroll-parent .scrolling-content section img {
  width: 70%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content section img {
    width: 95%;
  }
}
.scrolling .scroll-parent .scrolling-content section .text {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content section .text {
    width: 100%;
  }
}
.scrolling .scroll-parent .scrolling-content section .text p,
.scrolling .scroll-parent .scrolling-content section .text h3 {
  color: #00234B;
}
.scrolling .scroll-parent .scrolling-content section .text p {
  font-family: kievit-slab-book, Georgia, serif;
  font-size: 20px;
  line-height: 28px;
}
.scrolling .scroll-parent .scrolling-content section .text h3 {
  margin: 0 0 0.75em 0;
}
.scrolling .scroll-parent .scrolling-content section .text h3 p {
  font-family: sharp-sans-bold, Arial, sans-serif;
  font-size: 40px;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content section .text h3 p {
    font-size: 24px;
    line-height: 32px;
  }
}
.scrolling .scroll-parent .scrolling-content section.bottle {
  padding: 300px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content section.bottle {
    padding: 125px 2em 2em 2em;
    margin: 4em 0 0 0;
  }
}
.scrolling .scroll-parent .scrolling-content section.bottle img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 85%;
}
.scrolling .scroll-parent .scrolling-content section.phone {
  padding: 650px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .scrolling .scroll-parent .scrolling-content section.phone {
    padding: 325px 2em 100px 2em;
    margin: 50px 0 0 0;
  }
}
.scrolling .scroll-parent .scrolling-content section.phone img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 80%;
}
.scrolling h1,
.scrolling h5 {
  color: #00234B;
}
#featured-links {
  padding: 50px 0px;
  background-color: #d8e5f4;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
#featured-links .max-width {
  margin: auto;
}
#featured-links .link img {
  width: 150px;
  margin: auto;
  display: block;
}
#featured-links .link p {
  text-align: center;
  padding: 0 50px;
  font-size: 20px;
  line-height: 28px;
}
#featured-links .link a:hover {
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  #featured-links .link a {
    color: #00234B;
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  #featured-links .link {
    margin-bottom: 40px;
  }
}
.mobile-menu {
  display: block;
  position: fixed;
  top: 48px;
  z-index: 0;
}
.mobile-menu.hide {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
}
/**
 * Swiper 3.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: January 10, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.downloads-header {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .downloads-header {
    padding: 8em 0 0 0;
    margin: 0 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .downloads-header {
    padding: 4em 0 0 0;
  }
}
.downloads-header h2 {
  color: #00234B;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) {
  .all-downloads {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .all-downloads {
    padding: 2em 2em;
  }
}
.all-downloads:last-of-type {
  border-bottom: none;
}
.all-downloads section {
  padding: 1em 0;
}
.all-downloads section h5 {
  color: #a0a0a0;
}
.all-downloads .download {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .all-downloads .download {
    display: inline-block;
    width: 33%;
    padding: 1em 1em 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .all-downloads .download {
    padding: 1em 0;
    overflow: auto;
  }
}
.all-downloads .download .info {
  padding: 0.5em 0 0 0;
}
.all-downloads .download .info a,
.all-downloads .download .info p {
  float: left;
  width: 50%;
}
.all-downloads .download .info a {
  color: #00234B;
}
.all-downloads .download .info a:hover {
  text-decoration: underline;
}
.all-downloads .download .info a {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
  .all-downloads .download .info a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .all-downloads .download .info a {
    font-size: 12px;
    line-height: 14px;
  }
}
.all-downloads .download .info a:last-of-type {
  background-image: url('../images/download.png');
  width: 49%;
  background-size: contain;
  height: 17px;
  background-repeat: no-repeat;
  background-position: right center;
}
.all-downloads .download .image {
  flex: 1 1 32%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  min-height: 210px;
}
.all-downloads .download .image img {
  width: 100%;
  display: block;
}
.sg-header4-sp {
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .sg-header4-sp {
    font-family: sharp-sans-semibold, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #00234B;
    color: #00234b;
  }
  .sg-header4-sp p {
    font-family: sharp-sans-semibold, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #00234B;
    color: #00234b;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sg-header4-sp {
    font-family: sharp-sans-semibold, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #00234B;
    color: #00234b;
  }
  .sg-header4-sp p {
    font-family: sharp-sans-semibold, Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #00234B;
    color: #00234b;
  }
}
.sg-btn:hover,
.sg-btn-med:hover {
  text-decoration: none !important;
}
.sg-title {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sg-title {
    font-size: 12px;
  }
}
.sg-header1 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sg-header1 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sg-header1 {
    font-size: 80px;
    line-height: 88px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.sg-header2 {
  font-family: "sharp-sans-bold", Arial, sans-serif !important;
  padding-top: 0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sg-header2 {
    font-size: 56px;
    line-height: 64px;
  }
}
.sg-header3 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.sg-header5 {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sg-header5 {
    font-size: 16px;
  }
}
.sg-header5 p {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sg-header5 p {
    font-size: 16px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sg-header5 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
.sg-header6 {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sg-header6 {
    font-size: 14px;
  }
}
.sg-header4 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sg-header4 {
    font-size: 16px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sg-header4 {
    font-size: 32px;
    line-height: 40px;
  }
  .sg-header4 p {
    font-family: "sharp-sans-bold", Arial, sans-serif;
    line-height: 40px;
  }
}
.sg-btn-med {
  padding: 11px 15px 11px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .sg-btn-med {
    font-size: 14px;
    line-height: 24px;
  }
}
.sg-btn {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #fff04b;
  border: 1px solid #fff04b;
  color: #00234B;
  border-radius: 0px;
}
.sg-para1 {
  font-family: "kievit-slab-book", Georgia, serif;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sg-para1 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .sg-para1 p {
    font-size: 24px;
    line-height: 32px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .sg-para1 p {
    font-family: "kievit-slab-book", Georgia, serif;
    font-size: 12px;
    line-height: 24px;
  }
}
.sg-btn-secondary {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #00234b;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .sg-btn-secondary p {
    font-family: "sharp-sans-semibold", Arial, sans-serif;
    color: #00234B;
  }
}
.sg-btn-duo a {
  color: #00234B;
}
.template-video {
  position: relative;
  width: 100%;
  height: calc(100vw * 0.52);
}
@media only screen and (max-width: 767px) {
  .template-video {
    height: 65vh;
    padding: 4em 0;
  }
}
.template-video .image {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.35);
  background-blend-mode: overlay;
}
.template-video .copy {
  padding: 0 2em;
}
@media only screen and (min-width: 768px) {
  .template-video .copy {
    text-align: center;
  }
}
.template-video img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .template-video img {
    width: 15%;
  }
}
.template-video h2 {
  top: 1em;
  left: 0;
  width: 100%;
  color: white;
}
@media only screen and (min-width: 768px) {
  .template-video h2 {
    padding: 72px 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .template-video h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.template-video h4 {
  color: white;
  margin: 1.25em 0;
}
@media only screen and (max-width: 767px) {
  .template-video h4 {
    margin: 0 0 1.5em 0;
  }
}
.template-video h4 p {
  font-family: kievit-slab-book, Georgia, serif;
  line-height: 32px;
  padding-top: 2px;
  font-size: 24px;
  padding-bottom: 2px;
  quotes: "“" "”" "‘" "’";
}
@media only screen and (max-width: 767px) {
  .template-video h4 p {
    font-size: 14px;
    line-height: 18px;
  }
}
.template-video iframe {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: calc(100vw * .52);
}
.template-video img,
.template-video h2,
.template-video .image,
.template-video a {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
}
@media only screen and (min-width: 768px) {
  .template-video a {
    position: relative;
    margin: 3em 0 0 0;
    padding: 11px 30px 11px 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .template-video a {
    position: relative;
    padding: 11px 30px 11px 45px;
  }
  .template-video a p {
    font-family: sharp-sans-semibold, Arial, sans-serif;
    color: #00234B;
  }
}
.template-video a svg,
.template-video a p {
  display: inline;
}
.template-video a svg {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.template-video a:hover svg polygon {
  fill: white;
}
.template-video.play iframe {
  display: block;
}
.template-video.play img,
.template-video.play h2,
.template-video.play .image,
.template-video.play a {
  pointer-events: none;
  opacity: 0;
}
.text-w-form {
  background-color: #E1E1E3;
  padding: 7em 0 7em 0;
}
@media only screen and (max-width: 767px) {
  .text-w-form {
    padding: 2em 2em 4em 2em;
    border-top: 2em solid transparent;
  }
}
.text-w-form .yellow-bg {
  height: 500px;
  width: 600px;
  display: block;
  transform: translateY(-12%);
  background-repeat: no-repeat;
  background-image: url('../images/yellow_blob.png');
  background-size: contain;
  background-position: top left;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .text-w-form .yellow-bg {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-5%);
    -moz-transform: translateX(-50%) translateY(-5%);
    -ms-transform: translateX(-50%) translateY(-5%);
    -o-transform: translateX(-50%) translateY(-5%);
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .text-w-form .yellow-bg {
    width: 600px;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
.text-w-form .margin {
  overflow: auto;
}
.text-w-form .copy,
.text-w-form .form {
  position: relative;
}
.text-w-form .copy {
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .text-w-form .copy {
    float: left;
    width: 70%;
    padding: 0 5% 0 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .text-w-form .copy {
    float: left;
    width: 70%;
    padding: 0 5% 0 0;
  }
}
.text-w-form .copy h2 {
  padding: 0 0 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .text-w-form .copy h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .text-w-form .form {
    width: 30%;
    float: left;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .text-w-form .form {
    width: 30%;
    float: left;
  }
}
.template-text {
  background-color: #f3f3f4;
  background-image: url('../images/pink_blob.png');
  border-top: 5em solid transparent;
  border-bottom: 5em solid transparent;
  padding: 2em 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .template-text {
    background-position: top center;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    padding: 2em 1em;
  }
}
.template-text .top {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .template-text .top {
    text-align: left;
  }
}
.template-text .top h2 {
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .template-text .top h2 {
    padding: 0 0 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .template-text .top h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.template-text .top h4 {
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .template-text .top h4 {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .template-text .top h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .template-text .top h4 p {
    font-family: sharp-sans-bold, sans-serif;
  }
}
.template-text .top a {
  margin: 4em 0;
}
@media only screen and (max-width: 767px) {
  .template-text .top a {
    margin: 1.5em 0;
  }
}
.template-text .bottom p {
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .template-text .bottom p {
    width: 64%;
    margin: 0 auto 1em auto;
  }
}
@media only screen and (max-width: 767px) {
  .template-text .bottom p {
    font-size: 14px;
    line-height: 24px;
  }
}
.end-banner-template {
  text-align: center;
  padding: 7em 0;
}
@media only screen and (min-width: 768px) {
  .end-banner-template.r1 article {
    width: 100%;
  }
  .end-banner-template.r2 article {
    width: 49%;
  }
  .end-banner-template.r3 article {
    width: 33%;
  }
  .end-banner-template.r4 article {
    width: 24%;
  }
  .end-banner-template.r5 article {
    width: 19%;
  }
  .end-banner-template.r6 article {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .end-banner-template {
    padding: 3em 2em;
  }
}
.end-banner-template h2 {
  color: #00234B;
  margin: 0 0 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .end-banner-template h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.end-banner-template h3 {
  width: 50%;
  margin: 0 auto;
}
.end-banner-template h3 p {
  font-family: kievit-slab-book, Georgia, serif;
  color: #00234B;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .end-banner-template h3 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.end-banner-template .rows {
  margin: 4em 0 0 0;
}
@media only screen and (max-width: 767px) {
  .end-banner-template .rows {
    margin: 0;
  }
}
.end-banner-template article {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .end-banner-template article {
    vertical-align: top;
    display: inline-block;
    border-right: 2em solid transparent;
    border-left: 2em solid transparent;
    border-bottom: 1em solid transparent;
    border-top: 1em solid transparent;
    min-height: 300px;
    margin: 0 0 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .end-banner-template article {
    margin: 15% 0 0 0;
  }
}
.end-banner-template article img,
.end-banner-template article p {
  display: block;
}
.end-banner-template article img {
  margin: 0 auto;
  padding: 1em 2em;
  height: 175px;
  width: 175px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .end-banner-template article img {
    height: 150px;
    width: 150px;
  }
}
.end-banner-template article p:first-of-type {
  font-family: sharp-sans-bold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .end-banner-template article p:first-of-type {
    min-height: 96px;
  }
}
.end-banner-template article p:nth-of-type(2) {
  font-family: kievit-slab-book, Georgia, serif;
  font-size: 16px;
  line-height: 24px;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .end-banner-template article p:nth-of-type(2) {
    font-size: 14px;
    line-height: 24px;
  }
}
.template-form {
  padding: 5em 0;
  background-color: #93ebfc;
}
@media only screen and (max-width: 767px) {
  .template-form {
    padding: 5em 2em;
  }
}
.template-form h2 {
  text-align: center;
  margin: 0 auto 1em auto;
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .template-form h2 {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .template-form h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
/*
@font-face {
  font-family: "SSSocial";
  src: url('ss-social-circle.eot');
  src: url('ss-social-circle.eot?#iefix') format('embedded-opentype'),
       url('ss-social-circle.woff') format('woff'),
       url('ss-social-circle.ttf') format('truetype'),
       url('ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: bold;
  font-style: normal;
}
*/
@font-face {
  font-family: "SSSocial";
  src: url('/wp-content/themes/zocdoc/fonts/ss-social/webfonts/ss-social-regular.eot');
  src: url('/wp-content/themes/zocdoc/fonts/ss-social/webfonts/ss-social-regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/zocdoc/fonts/ss-social/webfonts/ss-social-regular.woff') format('woff'), url('/wp-content/themes/zocdoc/fonts/ss-social/webfonts/ss-social-regular.ttf') format('truetype'), url('/wp-content/themes/zocdoc/fonts/ss-social/webfonts/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kievit-slab-light";
  src: url('/wp-content/themes/zocdoc/fonts/KievitSlabPro-light.otf') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kievit-slab-thin";
  src: url('/wp-content/themes/zocdoc/fonts/KievitSlabPro-Thin.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kievit-slab-bold";
  src: url('/wp-content/themes/zocdoc/fonts/KievitSlabWeb-Bold.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kievit-slab-book";
  src: url('/wp-content/themes/zocdoc/fonts/KievitSlabWeb-Book.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Kievit-slab-offc";
  src: url('/wp-content/themes/zocdoc/fonts/KievitSlabOffc-Book.ttf');
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-icon,
.ss-icon.ss-social,
.ss-icon.ss-social-circle,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before,
[class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after,
[class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before,
[class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-facebook:before,
.ss-facebook.right:after {
  content: '';
}
.ss-twitter:before,
.ss-twitter.right:after {
  content: '';
}
.ss-linkedin:before,
.ss-linkedin.right:after {
  content: '';
}
.ss-googleplus:before,
.ss-googleplus.right:after {
  content: '';
}
.ss-tumblr:before,
.ss-tumblr.right:after {
  content: '';
}
.ss-wordpress:before,
.ss-wordpress.right:after {
  content: '';
}
.ss-blogger:before,
.ss-blogger.right:after {
  content: '';
}
.ss-posterous:before,
.ss-posterous.right:after {
  content: '';
}
.ss-youtube:before,
.ss-youtube.right:after {
  content: '';
}
.ss-vimeo:before,
.ss-vimeo.right:after {
  content: '';
}
.ss-flickr:before,
.ss-flickr.right:after {
  content: '';
}
.ss-instagram:before,
.ss-instagram.right:after {
  content: '';
}
.ss-pinterest:before,
.ss-pinterest.right:after {
  content: '';
}
.ss-svpply:before,
.ss-svpply.right:after {
  content: '';
}
.ss-readmill:before,
.ss-readmill.right:after {
  content: '';
}
.ss-dropbox:before,
.ss-dropbox.right:after {
  content: '';
}
.ss-dribbble:before,
.ss-dribbble.right:after {
  content: '';
}
.ss-behance:before,
.ss-behance.right:after {
  content: '';
}
.ss-github:before,
.ss-github.right:after {
  content: '';
}
.ss-octocat:before,
.ss-octocat.right:after {
  content: '';
}
.ss-stackoverflow:before,
.ss-stackoverflow.right:after {
  content: '';
}
.ss-paypal:before,
.ss-paypal.right:after {
  content: '';
}
.ss-kickstarter:before,
.ss-kickstarter.right:after {
  content: '';
}
.ss-foursquare:before,
.ss-foursquare.right:after {
  content: '';
}
.ss-skype:before,
.ss-skype.right:after {
  content: '';
}
.ss-rdio:before,
.ss-rdio.right:after {
  content: '';
}
.ss-spotify:before,
.ss-spotify.right:after {
  content: '';
}
.ss-lastfm:before,
.ss-lastfm.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
span.ss-icon {
  padding-right: 5px;
}
.flapjack-faq {
  /*FIREFOX*/
  /*FIREFOX*/
  /*IE 12 AND UP*/
  /*IE 11, 10 NOT 9*/
  /*question-btn*/
}
@-moz-document url-prefix() {
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .flapjack-faq .main-row {
      margin-top: 5%;
    }
  }
  .flapjack-faq .heading {
    margin-top: 3.5%;
  }
  .flapjack-faq .navbar-toggler {
    margin-top: 3%;
  }
  .flapjack-faq .kicker-nav h3 {
    margin-top: 5%;
    display: block;
  }
  .flapjack-faq .kicker {
    margin-bottom: 5%;
  }
}
@supports (-ms-ime-align:auto) {
  .flapjack-faq .heading {
    margin: 5% 0;
  }
  .flapjack-faq .kicker {
    margin-bottom: 5%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flapjack-faq .navbar-collapse {
    /*position: relative;*/
  }
  .flapjack-faq .navbar-collapse .navbar-nav {
    /*				position: absolute;
				top: 0;
				left: 0;*/
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .flapjack-faq .main-row {
    margin-top: 5%;
  }
}
.flapjack-faq nav,
.flapjack-faq .q-and-a {
  color: #00234B;
  padding-top: 3%;
}
.flapjack-faq .navbar {
  align-items: left!important;
}
.flapjack-faq .navbar-collapse {
  align-items: start!important;
  padding: 0.5rem;
}
.flapjack-faq nav {
  display: flex;
  flex-flow: column;
  background-color: #EDEDEE;
}
.flapjack-faq nav .nav-item {
  font-size: 1rem;
  margin: 2% 0;
}
.flapjack-faq nav .nav-item .nav-link {
  color: #00234B;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  line-height: 1.25;
}
.flapjack-faq nav .nav-item .nav-link:hover {
  color: #1C5EA8;
  text-decoration: underline;
}
.flapjack-faq nav button:focus {
  outline: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .flapjack-faq nav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .flapjack-faq nav {
    display: block;
    margin-top: 48px;
  }
}
.flapjack-faq h1,
.flapjack-faq h3 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.flapjack-faq h1 {
  font-size: 3.1rem;
  line-height: 1.25;
  margin-bottom: 3%;
}
.flapjack-faq h1 p {
  font-size: 0.8rem;
  text-decoration: underline;
  color: #1C5EA8;
  /*margin: 5% 0%;*/
}
@media only screen and (max-width: 767px) {
  .flapjack-faq h1 p {
    color: #00234B;
    /*margin-top: 5%;*/
  }
}
@media only screen and (max-width: 767px) {
  .flapjack-faq h1 {
    font-size: 2.5rem;
    font-family: "sharp-sans-bold", Arial, sans-serif;
    padding: 5% 0;
    line-height: 1;
  }
}
.flapjack-faq h3 {
  font-size: 1.25rem;
  margin-top: 5%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .flapjack-faq h3 {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .flapjack-faq h3 {
    /*padding-left: 0px;*/
    margin-top: 0px;
    display: inline;
    font-size: 1rem;
  }
}
.flapjack-faq .subtitle {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 1.5rem;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .flapjack-faq .subtitle {
    padding-bottom: 0px!important;
  }
}
@media only screen and (max-width: 767px) {
  .flapjack-faq .subtitle {
    font-size: 1rem;
    font-family: "sharp-sans-semibold", Arial, sans-serif;
    padding-bottom: 0px;
  }
}
.flapjack-faq .values {
  display: flex;
  /*		flex-flow: row wrap;
		justify-content: space-around;*/
  /*align-items: baseline;*/
  text-align: center;
}
.flapjack-faq .values img {
  width: 65px;
  max-height: 65px;
}
.flapjack-faq .values .value .value-headline {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 1.25rem;
  color: #23a9e1;
  /*margin: 2% 0 3% 0;*/
  margin: 2% auto;
  width: 55%;
  line-height: 1.25;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .flapjack-faq .values .value .value-headline {
    padding: 1%;
    /*margin: 0;*/
  }
}
@media only screen and (max-width: 767px) {
  .flapjack-faq .values .value .value-headline {
    margin: 0px;
    margin-top: 5%;
    margin-bottom: -2%;
  }
}
.flapjack-faq .values .value .value-body {
  /*width: 65%;*/
  width: 55%;
  margin: auto;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .flapjack-faq .values .value .value-body {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .flapjack-faq .values .value .value-body {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .flapjack-faq .values .value .value-body {
    width: 100%;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .flapjack-faq .values {
    text-align: left;
  }
}
.flapjack-faq .q-and-a {
  padding: 3%;
}
@media only screen and (max-width: 767px) {
  .flapjack-faq .faq-topic {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 10%;
  }
}
.flapjack-faq .question-btn {
  margin: 2% 0;
  cursor: pointer;
}
.flapjack-faq .question-btn .question {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  /*width: 60%;*/
}
.flapjack-faq .question-btn .question-text {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 1rem;
}
.flapjack-faq .question-btn .toggle-status {
  height: 20px;
  width: 20px;
  background: url('../../../assets/up_arrow.png') no-repeat center / 10px;
}
.flapjack-faq .question-btn.collapsed .toggle-status {
  background: url('../../../assets/down_arrow.png') no-repeat center / 10px;
}
.flapjack-faq .answer {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  font-size: 1rem;
  margin-top: 1%;
}
@media only screen and (max-width: 767px) {
  .flapjack-faq .answer {
    margin-top: -10%;
  }
}
.flapjack-faq .answer p {
  line-height: 1.5;
}
.flapjack-faq .answer a {
  color: #2bbfed;
  text-decoration: underline;
}
.flapjack-faq .answer ul,
.flapjack-faq .answer ol {
  margin-bottom: 1em;
  margin-left: 3%;
  margin-top: 1%;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .flapjack-faq .answer ul,
  .flapjack-faq .answer ol {
    margin: 5% 0 0 15%;
  }
}
.flapjack-faq .answer ul {
  list-style-type: disc;
}
.flapjack-faq .answer ol {
  list-style-type: decimal;
}
.flapjack-faq .kicker-text {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 1rem;
  margin-top: 1%;
}
.flapjack-faq .kicker-text a {
  color: #1C5EA8;
  text-decoration: underline;
}
.flapjack-faq .kicker-nav {
  margin-top: 10%;
}
.flapjack-faq .kicker-nav .kicker-text {
  font-size: 0.8rem;
}
.join-form {
  padding: 4%;
}
.join-form img {
  display: block;
  margin: auto;
  padding: 5% 0;
}
@media only screen and (max-width: 767px) {
  .join-form img {
    padding-top: 25%;
    padding-bottom: 10%;
    width: 75%;
  }
}
.join-form .hero-text {
  color: #00234B;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .join-form .hero-text {
    text-align: center;
  }
}
.join-form h1 {
  font-size: 4rem;
  line-height: 1;
  padding-top: 2%;
}
@media only screen and (max-width: 767px) {
  .join-form h1 {
    font-size: 3rem;
  }
}
.join-form h2 {
  font-size: 2.5rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .join-form h2 {
    font-size: 1.5rem;
    line-height: 1;
    /*padding: 5% 10%;*/
    text-align: center;
  }
}
.join-form .body-copy {
  font-size: 1.5rem;
  line-height: 1;
  font-family: kievit-slab-book, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .join-form .body-copy {
    font-size: 1rem;
  }
}
.join-form .wFormContainer {
  border: none;
  max-width: 100%;
}
.join-form .wFormContainer .wForm {
  padding: 0px;
}
.join-form .wFormContainer .wForm form {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  /*width: 85%;*/
  width: 100%;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  color: #00234B;
  font-size: 1rem;
}
.join-form .wFormContainer .wForm form .oneField {
  padding-right: 3%;
  padding-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .join-form .wFormContainer .wForm form .oneField {
    padding-right: 0px;
    padding-bottom: 0px;
  }
}
.join-form .wFormContainer .wForm form #tfa_85-D {
  width: 100%;
}
.join-form .wFormContainer .wForm form input {
  padding: 11px 15px 11px 24px;
  background: #ffffff;
}
.join-form .wFormContainer .wForm form select {
  background-color: #ffffff;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .join-form .wFormContainer .wForm form select {
    width: 75%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .join-form .wFormContainer .wForm form select {
    width: 75%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .join-form .wFormContainer .wForm form .actions {
    margin: auto;
    padding: 10% 0;
  }
}
.join-form .wFormContainer .wForm form .actions .primaryAction {
  background-image: none!important;
  background-color: #00234B;
  color: #ffffff;
  box-shadow: none!important;
  border-color: transparent;
  padding: 10px 25px;
  border-radius: 5px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 16px;
}
.join-form .wFormContainer .wForm form .actions .primaryAction:hover {
  text-decoration: none;
  background-color: #08376E;
  box-shadow: none;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .join-form .wFormContainer .wForm form {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .join-form .wFormContainer .wForm form {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .join-form {
    overflow-x: hidden;
    padding: 0px;
  }
}
.patient-promo {
  margin-top: 3%;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .patient-promo .promo-callout img {
    height: 75px;
    width: 75px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .patient-promo {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .patient-promo {
    /*margin-top: 15%;*/
    margin-top: 25%;
  }
}
.patient-promo h1,
.patient-promo h2,
.patient-promo h3 {
  color: #00234B;
  line-height: 1;
}
.patient-promo h1 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .patient-promo h1 {
    font-size: 2.7rem;
    font-family: "sharp-sans-bold", Arial, sans-serif;
    /*padding: 5% 0;*/
    line-height: 1;
    text-align: center;
  }
}
.patient-promo h2 {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  font-size: 2rem;
  margin: 3% 0;
}
@media only screen and (max-width: 767px) {
  .patient-promo h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
  }
}
.patient-promo h3 {
  font-size: 1.25rem;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .patient-promo h3 {
    font-size: 1rem;
  }
}
.patient-promo p {
  color: #00234B;
  line-height: 1;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .patient-promo p {
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
.patient-promo .hero-row {
  margin: 5% 0;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .patient-promo .hero-row {
    /*margin: 5% 0 0 0;*/
  }
}
.patient-promo .hero-row .hero-image {
  position: relative;
  /*			position: absolute;
			right: 0;*/
}
@media only screen and (max-width: 767px) {
  .patient-promo .hero-row .hero-image {
    top: 98%;
  }
}
.patient-promo .hero-row .hero-image .featured-img {
  width: 350px;
  position: absolute;
  padding: 0 15px;
  right: 0;
  /*				@media @portrait {
					float: right;
					margin-top: 25%;
					width: 300px;
				}
				@media @mobile {
					width: 125px;
					float: right;
				}*/
}
@media only screen and (max-width: 767px) {
  .patient-promo .hero-row .hero-image .featured-img {
    position: relative;
    margin: auto;
    display: block;
  }
}
.patient-promo .hero-row .flapjack-join-cta {
  width: 300px;
  padding: 15px;
  background-color: #ffea4b;
  border: transparent;
  color: #00234B;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 1rem;
  display: block;
  border-radius: 5px;
  text-align: center;
}
.patient-promo .hero-row .flapjack-join-cta:hover {
  background-color: #00234B;
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .patient-promo .hero-row .flapjack-join-cta {
    text-align: center;
    margin: 10% auto;
    width: 100%;
    max-width: 300px;
  }
}
.patient-promo .hero-row .promo-callout {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  /*width: 60%;*/
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  .patient-promo .hero-row .promo-callout {
    width: 100%;
  }
}
.patient-promo .hero-row .promo-callout img {
  height: 50px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .patient-promo .hero-row .promo-callout img {
    height: 100px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .patient-promo .hero-row .promo-callout img {
    height: 75px;
  }
}
.patient-promo .hero-row .promo-callout .no-image {
  margin-left: 0px;
}
.patient-promo .hero-row .promo-callout h3 {
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .patient-promo .hero-row .promo-callout h3 {
    padding: 0;
    display: inline-block;
    width: auto;
  }
}
.patient-promo .hero-row .promo-callout h3 .promo-callout-fine-print {
  color: #808080;
  font-size: 1rem;
  display: block;
  margin-top: 3%;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .patient-promo .hero-row .promo-callout h3 .promo-callout-fine-print {
    font-size: 0.8rem;
    margin: 5% 0 10%;
  }
}
.patient-promo .hero-row .fine-print {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  font-size: 12px;
  /*		position: absolute;
			bottom: 0;*/
  /*padding-bottom: 3%;*/
}
@media only screen and (max-width: 767px) {
  .patient-promo .hero-row .fine-print {
    font-size: 10px;
    text-align: center;
    padding-top: 1%;
  }
}
.patient-promo .download-section {
  background-color: #EDEDEE;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .patient-promo .download-section {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .patient-promo .download-section .ctas .cta-info {
    /*width: 50%;*/
    text-align: center;
  }
}
.patient-promo .download-section .ctas h3 {
  width: 100%;
  margin: 3% 0 2% 0;
}
.patient-promo .download-section .ctas a {
  margin-right: 1%;
}
.patient-promo .download-section .ctas .download {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .patient-promo .download-section .ctas .download {
    margin-bottom: 5%;
  }
}
.patient-promo .download-section .ctas .doctor-img {
  /*margin-top: -10%;*/
  /*				position: absolute;
				right: 30%;
				top: 40%;*/
  position: relative;
}
.patient-promo .download-section .ctas .doctor-img img {
  /*margin-top: 20%;*/
  margin-top: -85px;
  position: absolute;
  /*margin-left: 60px;*/
  margin-left: 100px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .patient-promo .download-section .ctas .doctor-img {
    top: -100%;
  }
}
.evergreen-hero-container {
  /*padding: 0px;*/
  /*margin-top: 5%;*/
}
.evergreen-hero-container img {
  display: block;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .evergreen-hero-container {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .evergreen-hero-container {
    /*margin-top: 20%;*/
  }
}
.evergreen-hero-container a {
  color: #0060cc;
}
.evergreen-hero-container strong {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.evergreen-hero-container h1,
.evergreen-hero-container h2,
.evergreen-hero-container h3,
.evergreen-hero-container p {
  color: #00234B;
  line-height: 1;
}
.evergreen-hero-container h1 {
  font-size: 2.25rem;
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .evergreen-hero-container h1 {
    /*font-size: 2.5rem;*/
    /*padding: 5% 0;*/
  }
}
.evergreen-hero-container h2 {
  font-size: 1.75rem;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .evergreen-hero-container h2 {
    /*			font-size: 1.75rem;
			margin-top: 10%;*/
  }
}
.evergreen-hero-container p {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.evergreen-hero-container .hero-fine-print {
  font-size: 16px;
  color: #808080;
}
.evergreen-hero-container .cta-container {
  padding: 0;
}
.evergreen-hero-container .cta-container .cta {
  padding: 11px 30px;
  font-size: 18px;
  border: none;
  background-color: #feee5a;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  color: #00234B;
  border-radius: 4px;
  cursor: pointer;
}
.evergreen-hero-container .cta-container .cta:hover {
  color: #ffffff;
  background-color: #00234B;
}
.evergreen-hero-container .cta-container .cta a:hover {
  color: #ffffff;
  text-decoration: none!important;
}
.evergreen-hero-container .cta-container .cta button a:hover {
  text-decoration: none!important;
}
@media only screen and (max-width: 767px) {
  .evergreen-hero-container .cta-container .cta {
    font-size: 18px;
  }
}
.page-template-template-spo {
  overflow: unset;
}
.spo-nav {
  height: 80px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e1e1e4;
  background-color: #ffffff;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .spo-nav {
    box-shadow: none;
    border: none;
  }
}
.spo-nav .left-nav img {
  width: 154px;
}
.spo-nav .right-nav {
  display: flex;
  align-items: center;
}
.spo-nav .right-nav p {
  font-size: 16px;
  line-height: 32px;
  margin-right: 32px;
  margin-bottom: 0;
  padding-bottom: 0px;
  color: #00234B;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .spo-nav .right-nav p {
    display: none;
    margin-right: 12px;
  }
}
.spo .cta-container,
.spo-nav .cta-container {
  margin: 0px;
}
.spo .cta-container .cta,
.spo-nav .cta-container .cta {
  width: 263px;
  height: 48px;
  background-color: #00234B;
  color: #ffffff;
  font-size: 16px;
  padding: 0px;
  border: none;
  border-radius: 0px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.spo {
  color: #00234B;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.spo .max-width {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .spo section {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'sharp-sans-medium', Arial, sans-serif !important;
  }
}
.spo h1 {
  font-size: 53px;
  line-height: 70px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .spo h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
}
.spo h2 {
  font-size: 40px;
  line-height: 48px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spo h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.spo-hero {
  min-height: 940px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 506px 860px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .spo-hero {
    min-height: 840px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .spo-hero {
    background-size: 406px 560px;
    min-height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .spo-hero {
    background-image: none!important;
  }
}
.spo-hero .left-col {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .spo-hero .left-col .headline {
    text-align: left;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .spo-hero .left-col .headline {
    padding-top: 25px;
  }
}
.spo-hero .left-col .body {
  margin: 24px 0;
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .spo-hero .left-col .body {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
.spo-hero .left-col .body .mobile-body-text {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .spo-hero .left-col .body .mobile-body-text {
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
  .spo-hero .left-col .cta {
    width: 100%;
  }
}
.spo-hero img {
  width: 505px;
  height: auto;
  display: block;
  margin-left: 25px;
  margin-top: 50px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .spo-hero img {
    margin: 45px auto 0;
  }
}
.spo-value-props {
  background-color: #f9f9fa;
  padding-top: 80px;
  padding-bottom: 40px;
}
.spo-value-props .value-props {
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .spo-value-props .value-props {
    margin: 0 auto;
  }
}
.spo-value-props .value-props .callout-card {
  background-color: #ffffff;
  width: 320px;
  height: 320px;
  margin: 0 22px;
  padding: 0 24px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .spo-value-props .value-props .callout-card:last-of-type {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .spo-value-props .value-props .callout-card {
    margin: 22px 0;
    height: 270px;
  }
}
.spo-value-props .value-props .callout-card .headline {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
}
@media only screen and (max-width: 767px) {
  .spo-value-props .value-props .callout-card .headline {
    font-size: 20px;
    line-height: 32px;
  }
}
.spo-value-props .value-props .callout-card .body {
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .spo-value-props .value-props .callout-card .body {
    font-size: 18px;
    line-height: 30px;
  }
}
.spo-value-props .fine-print {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .spo-value-props .fine-print {
    font-size: 18px;
    line-height: 30px;
    max-width: 322px;
    margin: auto;
  }
}
.spo-text-and-image-blocks .text-and-image-block {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .spo-text-and-image-blocks .text-and-image-block {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}
.spo-text-and-image-blocks .text-and-image-block:last-of-type {
  margin-bottom: 156px;
}
@media only screen and (max-width: 767px) {
  .spo-text-and-image-blocks .text-and-image-block:last-of-type {
    margin-bottom: 100px;
  }
}
.spo-text-and-image-blocks .text-and-image-block .text-block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.spo-text-and-image-blocks .text-and-image-block .text-block .headline {
  margin-bottom: 16px;
  text-align: left;
  max-width: 427px;
}
@media only screen and (max-width: 767px) {
  .spo-text-and-image-blocks .text-and-image-block .text-block .headline {
    margin-bottom: 0px;
    text-align: center;
    width: 275px;
  }
}
.spo-text-and-image-blocks .text-and-image-block .text-block .body {
  line-height: 32px;
  max-width: 427px;
}
@media only screen and (max-width: 767px) {
  .spo-text-and-image-blocks .text-and-image-block .text-block .body {
    text-align: center;
  }
}
.spo-text-and-image-blocks img {
  width: 560px;
}
@media only screen and (max-width: 767px) {
  .spo-text-and-image-blocks img {
    margin-bottom: 15px;
  }
}
.spo-text-block {
  height: 400px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spo-text-block {
    margin: auto;
    display: block;
    margin-top: 250px;
  }
}
@supports (-ms-ime-align:auto) {
  .spo-text-block .row {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .spo-text-block {
    min-height: auto;
  }
}
.spo-text-block .body {
  text-align: center;
  max-width: 882px;
  margin: 12px auto 16px;
  line-height: 32px;
}
.spo-text-block .body a {
  color: #0060cc;
  text-decoration: none;
}
.spo-text-block .cta-container {
  margin: auto;
}
.spo-text-block .cta-container .cta {
  margin: auto;
}
.spo-testimonial {
  min-height: 392px;
  background-color: #f9f9fa;
}
.spo-testimonial img {
  width: 120px;
  height: 120px;
  margin: -60px auto 48px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .spo-testimonial img {
    margin: -85px auto 28px;
  }
}
.spo-testimonial .quote {
  font-size: 24px;
  line-height: 38px;
  max-width: 853px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .spo-testimonial .quote {
    font-size: 22px;
    line-height: 34px;
  }
}
.spo-testimonial .name {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spo-testimonial .name {
    padding-bottom: 5px;
  }
}
.spo-testimonial .location {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spo-testimonial .location {
    font-size: 16px;
  }
}
.evergreen-text-image-right-container a {
  color: #0060cc;
}
.evergreen-text-image-right-container img {
  display: block;
}
.evergreen-text-image-right-container h1,
.evergreen-text-image-right-container h2,
.evergreen-text-image-right-container h3,
.evergreen-text-image-right-container p {
  color: #00234B;
  /*line-height: 1;*/
}
.evergreen-text-image-right-container .headline {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 1.75rem;
  /*margin-bottom: 5%;*/
}
@media only screen and (max-width: 767px) {
  .evergreen-text-image-right-container .headline {
    margin-bottom: 0px;
    text-align: center;
  }
}
.evergreen-text-image-right-container .text-block-container {
  font-family: "kievit-slab-book", Georgia, serif;
  color: #00234B;
}
.evergreen-text-image-right-container .text-block-container .text-block {
  font-size: 1.25rem;
  /*line-height: 1.25;*/
}
@media only screen and (max-width: 767px) {
  .evergreen-text-image-right-container .text-block-container .text-block {
    font-size: 1rem;
    margin: 9px 0 17px;
  }
}
.evergreen-text-image-right-container .cta-container {
  /*padding: 0;*/
}
.evergreen-text-image-right-container .cta-container .cta {
  padding: 11px 30px;
  font-size: 18px;
  border: none;
  background-color: #feee5a;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  color: #00234B;
  border-radius: 4px;
  cursor: pointer;
}
.evergreen-text-image-right-container .cta-container .cta:hover {
  color: #ffffff;
  background-color: #00234B;
}
.evergreen-text-image-right-container .cta-container .cta a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .evergreen-text-image-right-container .cta-container .cta {
    font-size: 18px;
  }
}
.evergreen-qa-container {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.evergreen-qa-container h1,
.evergreen-qa-container h2,
.evergreen-qa-container h3,
.evergreen-qa-container h4,
.evergreen-qa-container h5,
.evergreen-qa-container p {
  color: #00234B;
  line-height: 1.25;
}
.evergreen-qa-container strong {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.evergreen-qa-container h1 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  text-align: center;
}
.evergreen-qa-container a {
  color: #0060cc;
  text-decoration: underline;
}
.evergreen-qa-container ul,
.evergreen-qa-container ol {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  margin-bottom: 1em;
  margin-left: 3%;
  margin-top: 1%;
  line-height: 1.25;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .evergreen-qa-container ul,
  .evergreen-qa-container ol {
    margin: 5% 0 0 15%;
  }
}
.evergreen-qa-container ul {
  list-style-type: disc;
}
.evergreen-qa-container ol {
  list-style-type: decimal;
}
.evergreen-qa-container li {
  margin: 10px 0;
}
.evergreen-qa-container .question {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .evergreen-qa-container .question {
    padding-bottom: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .evergreen-qa-container .question {
    padding-bottom: 0;
  }
}
.evergreen-qa-container .answer {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  font-size: 20px;
  margin: 5px 0 41px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .evergreen-qa-container .answer {
    margin: 8px 0 24px;
  }
}
.value-prop-carousel {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .value-prop-carousel .card-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
.value-prop-carousel .value {
  min-height: 300px;
  max-width: 260px;
  border-radius: 0px;
  margin: 11px;
  background-color: #ffffff;
  /*		&:first-of-type {
			margin-left: 50px;
		}
		&:last-of-type {
			margin-right: 50px;
		}*/
}
@media only screen and (max-width: 767px) {
  .value-prop-carousel .value {
    margin: 3% auto;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .value-prop-carousel .value {
    margin: 3%;
  }
}
.value-prop-carousel .value .icon {
  /*height: 50px*/
  height: 100px;
  margin: 15px auto;
  display: block;
}
.value-prop-carousel .value .headline {
  font-size: 24px;
  color: #00234B;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  text-align: center;
  line-height: 1.25;
  /*margin-top: 50px;*/
}
.value-prop-carousel .value .body {
  text-align: center;
  color: #878791;
  font-family: "sharp-sans-medium", Arial, sans-serif;
  line-height: 1.57;
  font-size: 14px;
  margin: 20px 0;
}
.faq-template {
  padding: 50px 0 25px;
}
.faq-template h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.evergreen-one-column-block {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 287px;
}
.evergreen-one-column-block h1,
.evergreen-one-column-block h2,
.evergreen-one-column-block h3,
.evergreen-one-column-block h4,
.evergreen-one-column-block h5,
.evergreen-one-column-block h6,
.evergreen-one-column-block p {
  color: #00234B;
  line-height: 1;
}
.evergreen-one-column-block h1 {
  font-size: 35px;
  line-height: 1.26;
  text-align: center;
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.evergreen-one-column-block h2 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  line-height: 1.4;
}
.evergreen-one-column-block p {
  font-family: "sharp-sans-medium", Arial, sans-serif;
  margin: 12px 0 27px;
  font-size: 20px;
  line-height: 28px;
}
.evergreen-one-column-block .cta {
  background-color: #ffea4b;
  border: solid 1px transparent;
  width: 327px;
  height: 60px;
  font-size: 18px;
  border-radius: 5px;
  color: #00234B;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  cursor: pointer;
}
.evergreen-one-column-block .cta:hover {
  background-color: #00234B;
  color: #ffffff;
  /*border: solid 1px #0060cc;*/
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .evergreen-one-column-block .cta {
    width: 100%;
    margin: auto;
    display: block;
  }
}
.evergreen-one-column-block img {
  display: block;
  margin: auto;
}
.evergreen-two-column-block h1 {
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .evergreen-two-column-block h1 {
    font-size: 26px;
  }
}
.evergreen-two-column-block p {
  text-align: center;
  font-size: 23px;
  line-height: 1;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .evergreen-two-column-block p {
    font-size: 17px;
    line-height: 1.41;
    padding-bottom: 0px;
  }
}
.evergreen-two-column-block button {
  display: block;
  margin: auto;
}
.evergreen-two-column-block img {
  display: block;
  margin: auto;
  /*			@media @mobile {
				display: block;
				margin: auto;
			}*/
}
.evergreen-two-column-block a:hover {
  text-decoration: none!important;
}
.evergreen-two-column-block .cta {
  background-color: #ffea4b;
  border: solid 1px transparent;
  width: 327px;
  height: 48px;
  font-size: 16px;
  border-radius: 5px;
  color: #00234B;
  font-family: "sharp-sans-medium", Arial, sans-serif;
  cursor: pointer;
}
.evergreen-two-column-block .cta:hover {
  background-color: #00234B;
  color: #ffffff;
  border: solid 1px transparent;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .evergreen-two-column-block .cta {
    /*width: 100%;*/
    width: 285px;
    margin: auto;
    display: block;
  }
}
.evergreen-two-column-block hr {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .evergreen-two-column-block hr {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .evergreen-two-column-block hr {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.3);
    opacity: 0.3;
    width: 302px;
  }
}
.video-module .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-module .embed-container iframe,
.video-module .embed-container object,
.video-module .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-template .max-width {
  margin: auto;
}
.flex-template .evergreen-hero-container h1 {
  text-align: center;
  margin: 70px 0 30px;
  font-size: 44px;
}
.flex-template .evergreen-hero-container p {
  margin-bottom: 30px;
}
.flex-template .evergreen-hero-container .cta-container .cta {
  background-color: #ffea4b;
  border: solid 1px transparent;
  width: 327px;
  height: 48px;
  font-size: 18px;
  border-radius: 5px;
  color: #00234B;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: auto;
  text-align: center;
}
.flex-template .evergreen-hero-container .cta-container .cta:hover {
  background-color: #00234B;
  color: #ffffff;
  border: solid 1px transparent;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .flex-template .evergreen-hero-container .cta-container .cta {
    /*width: 100%;*/
    width: 285px;
    margin: auto;
    display: block;
  }
}
.flex-template .evergreen-hero-container .cta-container button {
  margin: auto;
  display: block;
}
.flex-template .evergreen-qa-container {
  background-color: #EDEDEE;
}
.flex-template .evergreen-qa-container h1 {
  font-size: 36px;
  margin: 30px 0;
}
.new-flex {
  overflow-x: hidden;
  color: #00234B;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.new-flex h1 {
  font-size: 54px;
  line-height: 60px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .new-flex h1 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 50px;
  }
}
.new-flex h2 {
  font-size: 40px;
  line-height: 46px;
  padding-bottom: 20px;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .new-flex h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.new-flex h3 {
  font-size: 32px;
  line-height: 28px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .new-flex h3 {
    font-size: 24px;
  }
}
.new-flex h4 {
  font-size: 28px;
  line-height: 28px;
}
.new-flex h5 {
  font-size: 24px;
  line-height: 28px;
}
.new-flex h6 {
  font-size: 22px;
  line-height: 28px;
}
.new-flex p {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 20px;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .new-flex p {
    font-size: 18px;
    line-height: 28px;
  }
}
.new-flex strong {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.new-flex a {
  color: #0060cc;
  text-decoration: underline;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.new-flex ul {
  margin: 0px 0 30px 50px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .new-flex ul {
    margin-left: 40px;
  }
}
.new-flex ul li {
  list-style-type: disc;
}
.new-flex ol {
  margin: 0px 0 30px 50px;
  line-height: 28px;
}
.new-flex ol li {
  list-style-type: decimal;
}
.new-flex li {
  margin: 10px 0;
  font-size: 20px;
  line-height: 28px;
}
.new-flex section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.new-flex section .max-width {
  max-width: 1040px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .new-flex section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.new-flex .fine-print {
  font-size: 12px;
  line-height: 18px;
}
.new-flex blockquote {
  color: #00234B;
}
.new-flex blockquote:before {
  color: transparent;
  content: 'Q';
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSIzNSIgdmlld0JveD0iMCAwIDQ1IDM1Ij4KICAgIDx0ZXh0IGZpbGw9IiNFMUUxRTQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZm9udC1mYW1pbHk9Ikdlb3JnaWEtQm9sZCwgR2VvcmdpYSIgZm9udC1zaXplPSIxMDAiIGZvbnQtd2VpZ2h0PSJib2xkIiBsZXR0ZXItc3BhY2luZz0iLTMuNTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTY5IC00MSkiPgogICAgICAgIDx0c3BhbiB4PSIxNjYuNzY1IiB5PSIxMTYiPuKAnDwvdHNwYW4+CiAgICA8L3RleHQ+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
}
.new-flex .cta {
  background-color: #00234B;
  border: solid 1px transparent;
  width: 245px;
  border-radius: 0px;
  height: 48px;
  font-size: 18px;
  color: #ffffff;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 20px auto 0px;
  text-align: center;
  text-decoration: none;
}
.new-flex .cta:hover {
  background-color: #ffea4b;
  color: #00234B;
  border: solid 1px transparent;
}
@media only screen and (max-width: 767px) {
  .new-flex .cta {
    width: 285px;
    margin: auto;
  }
}
.new-flex .cta.outline {
  border: solid 1px #00234B;
  background: transparent;
  color: #00234B;
}
.new-flex .cta.outline:hover {
  background-color: #00234B;
  color: #fff;
}
.new-flex .two-column {
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .new-flex .two-column {
    column-count: 1;
  }
}
.new-flex :target {
  display: block!important;
  position: relative!important;
  top: -110px !important;
  visibility: hidden!important;
}
@media only screen and (max-width: 767px) {
  .new-flex :target {
    top: -20px !important;
  }
}
@media print {
  .new-flex a,
  .new-flex p {
    page-break-inside: avoid;
  }
  .new-flex blockquote {
    page-break-inside: avoid;
  }
  .new-flex h1,
  .new-flex h3,
  .new-flex h4,
  .new-flex h5,
  .new-flex h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  .new-flex img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  .new-flex table,
  .new-flex pre {
    page-break-inside: avoid;
  }
  .new-flex ul,
  .new-flex ol,
  .new-flex dl {
    page-break-before: avoid;
  }
}
.new-flex .flex-q-and-a .hero {
  padding-bottom: 20px;
}
.new-flex .flex-q-and-a .question {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 5px;
}
.new-flex .flex-q-and-a .answer {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 40px;
}
.new-flex .flex-two-col-hero {
  /*background-position: 105% 150%!important;*/
  background-position: 110% -125% !important;
  background-size: 750px!important;
  position: relative;
}
.new-flex .flex-two-col-hero .max-width {
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-col-hero {
    padding-top: 50px;
    background-position: -33px -445px !important;
  }
}
.new-flex .flex-two-col-hero .foreground-img {
  display: block;
  width: 262px;
  margin-left: 225px;
  position: absolute;
  top: 13px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-col-hero .foreground-img {
    margin-left: 100px;
    top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-col-hero .foreground-img {
    margin: auto;
    position: relative;
  }
}
.new-flex .flex-two-col-hero .background-img {
  position: absolute;
  right: -70px;
  top: -140px;
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-col-hero .background-img {
    right: -375px;
    top: -460px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-col-hero .background-img {
    right: -285px;
    top: -555px;
    width: auto;
  }
}
.new-flex .flex-two-col-hero .cta {
  margin: 45px 0px 20px 0px;
  width: 233px;
  height: 49px;
  background-color: #00234B;
  color: #ffffff;
}
.new-flex .flex-two-col-hero .cta:hover {
  background-color: #ffea4b;
  color: #00234B;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-col-hero .cta {
    margin: 20px auto 20px;
    width: auto;
  }
}
.new-flex .flex-two-col-hero .fine-print {
  line-height: 18px;
}
.new-flex .flex-text-block .cta-container {
  margin: 40px auto 20px;
}
.new-flex .flex-unordered-list .list {
  margin: 0px 0 30px 0px;
}
.new-flex .flex-unordered-list .list li {
  list-style-type: none;
  border-radius: 5px;
  min-height: 48px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 20px;
}
.new-flex .flex-unordered-list .list li .inner-li {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.new-flex .flex-unordered-list .list li .inner-li img {
  height: 80px;
  margin-right: 20px;
}
.new-flex .flex-callout-cards .cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-callout-cards .cards {
    margin-top: 27px;
  }
}
.new-flex .flex-callout-cards .cards .callout-card {
  height: 340px;
  width: 275px;
  min-width: 240px;
  border-radius: 4px;
  margin: 22px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 3px 3px 10px 2px #ccc;
}
.new-flex .flex-callout-cards .cards .callout-card.no-border {
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-callout-cards .cards .callout-card {
    height: 316px;
    margin-left: 10px;
  }
}
.new-flex .flex-callout-cards .cards .callout-card .headline {
  margin: 17.5px auto 21.5px;
  padding: 0px 10px;
}
.new-flex .flex-callout-cards .cards .callout-card .headline p {
  line-height: 26px;
  padding-bottom: 0px;
}
.new-flex .flex-callout-cards .cards .callout-card .body {
  width: 233px;
  margin: auto;
}
.new-flex .flex-callout-cards .cards .callout-card .body p {
  padding-bottom: 0px;
}
.new-flex .flex-callout-cards .cards .callout-card img {
  height: 85px;
  margin: 25px auto 0px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-callout-cards .cards .callout-card img {
    margin: 17px auto 17px;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-callout-cards .mobile-hidden {
    display: none;
  }
}
.new-flex .flex-callout-cards .swiper-mobile-slick {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.new-flex .flex-callout-cards .swiper-mobile-slick .callout-card {
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-callout-cards .swiper-mobile-slick {
    display: flex;
    position: relative;
    left: auto;
    top: auto;
  }
}
.new-flex .flex-testimonial-quotes {
  /*IE 12 AND UP*/
  /*IE 11, 10 NOT 9*/
}
@supports (-ms-ime-align:auto) {
  .new-flex .flex-testimonial-quotes .open-quote {
    width: 150px;
    display: block;
    margin: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-flex .flex-testimonial-quotes .open-quote {
    width: 50px!important;
    display: block!important;
    margin: auto!important;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-testimonial-quotes .open-quote {
    width: 40px;
    margin-left: 20px;
    border: 1px transparent solid;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-testimonial-quotes .open-quote {
    width: 40px;
    margin-left: 20px;
    border: 1px transparent solid;
  }
}
.new-flex .flex-testimonial-quotes .hero {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-testimonial-quotes .hero {
    margin-bottom: 0px;
  }
}
.new-flex .flex-testimonial-quotes .quote-col {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border-right: 1px #e1e1e4 solid;
}
.new-flex .flex-testimonial-quotes .quote-col:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-testimonial-quotes .quote-col {
    /*border-bottom: 1px #e1e1e4 solid;*/
    border-right: none;
    padding: 20px 0;
  }
  .new-flex .flex-testimonial-quotes .quote-col:last-of-type {
    border-bottom: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-testimonial-quotes .quote-col {
    margin-bottom: 25px!important;
  }
}
.new-flex .flex-testimonial-quotes .quote-col .quote {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-testimonial-quotes .quote-col .quote p {
    font-family: "sharp-sans-semibold", Arial, sans-serif;
    text-align: left!important;
    padding-bottom: 0px;
    line-height: 1.65;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-testimonial-quotes .quote-col .quote p {
    font-family: "sharp-sans-semibold", Arial, sans-serif;
    text-align: left!important;
    padding-bottom: 0px;
    line-height: 1.65;
  }
}
.new-flex .flex-testimonial-quotes .quote-col .name {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-testimonial-quotes .quote-col .name p {
    text-align: left!important;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-testimonial-quotes .quote-col .name p {
    text-align: left!important;
  }
}
.new-flex .flex-two-column-block .hero {
  margin-bottom: 50px;
}
.new-flex .flex-two-column-block blockquote {
  font-family: "sharp-sans-semibold";
}
.new-flex .flex-two-column-block blockquote p {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-block .right-col {
    margin-top: 50px;
  }
}
.new-flex .flex-two-column-table .hero {
  margin-bottom: 36px;
}
.new-flex .flex-two-column-table .table {
  width: 868px;
  border: 1px #c3c3c8 solid;
  border-radius: 5px;
  margin: auto;
  padding: 0px 29px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-table .table {
    padding: 0px 15px;
  }
}
.new-flex .flex-two-column-table .table .data {
  border-bottom: 1px #c3c3c8 solid;
  padding: 23px 0px;
}
.new-flex .flex-two-column-table .table .data:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-table .table .data {
    display: flex;
    flex-flow: row;
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-table .table .data .key p {
    padding-bottom: 0px;
    font-size: 15px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-table .table .data .key p {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-table .table .data .value {
    text-align: right;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-table .table .data .value {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-table .table .data .value p {
    font-size: 15px;
  }
}
.new-flex .flex-two-column-table .fine-print {
  max-width: 868px;
  margin: 15px auto 0px;
}
.new-flex .flex-two-column-carousel-img {
  padding-bottom: 80px;
  background-position: 105% 150%!important;
  background-size: 750px!important;
  /*Firefox*/
  /*IE 12 AND UP*/
  /*IE 11, 10 NOT 9*/
}
@-moz-document url-prefix() {
  .new-flex .flex-two-column-carousel-img li {
    list-style-type: none;
  }
}
@supports (-ms-ime-align:auto) {
  .new-flex .flex-two-column-carousel-img .inner-all {
    /*justify-content: center!important;*/
    margin-right: 150px;
  }
  .new-flex .flex-two-column-carousel-img .head-and-body {
    margin-right: 10%;
  }
  .new-flex .flex-two-column-carousel-img li {
    list-style-type: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-flex .flex-two-column-carousel-img .inner-all {
    justify-content: center!important;
  }
  .new-flex .flex-two-column-carousel-img .head-and-body {
    margin-right: 10%;
  }
  .new-flex .flex-two-column-carousel-img li {
    list-style-type: none;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img {
    background: none!important;
  }
}
.new-flex .flex-two-column-carousel-img .row {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img .row {
    display: block;
  }
}
.new-flex .flex-two-column-carousel-img .headline {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img .headline {
    margin-bottom: 25px;
  }
}
.new-flex .flex-two-column-carousel-img img {
  max-width: 309px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img .carousel-col {
    margin: 50px 0 100px 0px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .carousel-col {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
.new-flex .flex-two-column-carousel-img .inner-all {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 250px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .inner-all {
    /*padding: 0 90px;*/
    justify-content: center;
    /*align-items: center;*/
    /*padding: 0px;*/
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-flex .flex-two-column-carousel-img .inner-all {
    padding: 0px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .head-and-body {
    margin-right: 50px;
    /*border: 1px red solid;*/
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .acc-img img {
    width: 250px;
  }
}
.new-flex .flex-two-column-carousel-img .carousel-headline,
.new-flex .flex-two-column-carousel-img .carousel-body {
  max-width: 445px;
  margin: auto;
  display: block;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .carousel-headline,
  .new-flex .flex-two-column-carousel-img .carousel-body {
    width: 225px;
  }
}
.new-flex .flex-two-column-carousel-img .carousel-headline {
  line-height: 1.3;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .carousel-headline {
    padding-right: 10px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .carousel-headline h3 {
    font-size: 24px;
  }
}
.new-flex .flex-two-column-carousel-img .carousel-body {
  /*		@media @mobile {
			width: 225px;
		}*/
  /*		@media @landscape {
			width: 325px;
		}


		@media @portrait {
			width: 225px;
		}*/
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-two-column-carousel-img .carousel-body p {
    font-size: 18px;
  }
}
.new-flex .flex-two-column-carousel-img .carousel-indicators {
  margin: auto;
  bottom: -40px;
}
.new-flex .flex-two-column-carousel-img .carousel-indicators li {
  background-color: #efefef;
  margin-bottom: 0px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
.new-flex .flex-two-column-carousel-img .carousel-indicators li.active {
  background-color: #00234B;
}
.new-flex .flex-two-column-carousel-img .carousel-control-prev-icon {
  /*background-image: url(http://localhost:8080/about/wp-content/uploads/2018/08/slider-control-prev.svg);*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDkuMyAoNTExNjcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnNsaWRlci1jb250cm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InNsaWRlci1jb250cm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjAwMDAwMCwgNC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTMuMDAwMDAwLCAtNC4wMDAwMDApICIgZmlsbD0iIzA3MjM0RCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjEuNzUgMCAwLjI1IDEuNSAyLjc1IDQgMC4yNSA2LjUgMS43NSA4IDUuNzUgNCI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.new-flex .flex-two-column-carousel-img .carousel-control-next-icon {
  /*background-image: url(http://localhost:8080/about/wp-content/uploads/2018/08/slider-control-next.svg);*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDkuMyAoNTExNjcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnNsaWRlci1jb250cm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InNsaWRlci1jb250cm9sIiBmaWxsPSIjMDcyMzREIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMS43NSAwIDAuMjUgMS41IDIuNzUgNCAwLjI1IDYuNSAxLjc1IDggNS43NSA0Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.new-flex .flex-two-column-carousel-img .carousel-control-prev,
.new-flex .flex-two-column-carousel-img .carousel-control-next {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img .carousel-control-prev,
  .new-flex .flex-two-column-carousel-img .carousel-control-next {
    background-color: transparent!important;
  }
}
.new-flex .flex-two-column-carousel-img .carousel-control-prev .carousel-control-next-icon,
.new-flex .flex-two-column-carousel-img .carousel-control-next .carousel-control-next-icon,
.new-flex .flex-two-column-carousel-img .carousel-control-prev .carousel-control-prev-icon,
.new-flex .flex-two-column-carousel-img .carousel-control-next .carousel-control-prev-icon {
  border-radius: 50%;
  background-color: #efefef;
  width: 40px;
  height: 40px;
  background-size: 45% 45%;
}
.new-flex .flex-two-column-carousel-img .desktop-hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img .desktop-hidden {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-column-carousel-img .mobile-hidden {
    display: none;
  }
}
.new-flex .flex-form-html {
  /*IE 12 AND UP*/
  /*IE 11, 10 NOT 9*/
}
@supports (-ms-ime-align:auto) {
  .new-flex .flex-form-html .wForm {
    width: 900px;
  }
  @media only screen and (max-width: 767px) {
    .new-flex .flex-form-html .wForm {
      width: auto;
    }
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-flex .flex-form-html .wForm {
    width: 900px;
  }
}
@media all and (-ms-high-contrast: none) and only screen and (max-width: 767px), (-ms-high-contrast: active) and only screen and (max-width: 767px) {
  .new-flex .flex-form-html .wForm {
    width: auto;
  }
}
.new-flex .flex-form-html .wpforms-container.wpforms-container-full {
  width: 75%;
}
.new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-validate.wpforms-form {
  width: 100%;
}
.new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-validate.wpforms-form .wpforms-field-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-validate.wpforms-form .wpforms-field-container label {
  display: block;
}
.new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-validate.wpforms-form .wpforms-field-container .wpforms-field {
  margin: 0 10px;
}
.new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-validate.wpforms-form .wpforms-field-container .wpforms-field textarea {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-validate.wpforms-form .wpforms-field-container input,
  .new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-validate.wpforms-form .wpforms-field-container textarea {
    width: 300px;
  }
}
.new-flex .flex-form-html .wpforms-container.wpforms-container-full .wpforms-field-hp {
  display: none;
}
.new-flex .flex-form-html .wpforms-confirmation-container-full.wpforms-confirmation-scroll p {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  text-align: center;
  padding: 0 15px;
}
.new-flex .flex-form-html .hero {
  margin-bottom: 28px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-form-html .hero {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-form-html .hero {
    margin-bottom: 0px;
  }
}
.new-flex .flex-form-html .form {
  justify-content: center;
}
.new-flex .flex-form-html .form .hidden {
  height: 0px;
}
.new-flex .flex-form-html .form .row {
  /*margin-bottom: 20px;*/
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-form-html .form .row {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-form-html .form p {
    padding-bottom: 0px;
  }
}
.new-flex .flex-form-html label {
  font-size: 18px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  /*margin-bottom: 14px;*/
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-form-html label {
    margin-bottom: 0px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-form-html label {
    margin-bottom: 0px;
  }
}
.new-flex .flex-form-html input::placeholder,
.new-flex .flex-form-html select::placeholder {
  color: #00234B;
}
.new-flex .flex-form-html input,
.new-flex .flex-form-html select,
.new-flex .flex-form-html textarea {
  /*margin-bottom: 20px;*/
  width: 406px;
  height: 44px;
  padding: 0 10px;
  color: #00234B;
  background-color: #dce7f2;
  border: transparent;
  border-radius: 3px;
  margin: 14px auto 20px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-form-html input,
  .new-flex .flex-form-html select,
  .new-flex .flex-form-html textarea {
    /*width: 300px;*/
    width: 100%;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-flex .flex-form-html input,
  .new-flex .flex-form-html select,
  .new-flex .flex-form-html textarea {
    width: 350px;
  }
}
.new-flex .flex-form-html #submit_button,
.new-flex .flex-form-html .wpcf7-submit,
.new-flex .flex-form-html .wpforms-submit {
  width: 421px;
  height: 60px;
  background-color: #00234B;
  padding: 24px 76px;
  opacity: 1;
  color: #ffffff;
  border: none;
  display: block;
  margin: 44px auto 24px;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-form-html #submit_button,
  .new-flex .flex-form-html .wpcf7-submit,
  .new-flex .flex-form-html .wpforms-submit {
    /*width: 300px;*/
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 34px auto 24px;
  }
}
.new-flex .flex-form-html .errMsg {
  color: #c10f21;
  margin-top: -12px;
  margin-bottom: 12px;
}
.new-flex .flex-form-html .fine-print {
  margin: auto;
  display: block;
}
.new-flex .flex-logo-grid .logo-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.new-flex .flex-logo-grid .logo-container img {
  width: 150px;
  margin: 40px auto;
  display: block;
}
.new-flex .flex-two-button-block .col:first-of-type {
  border-right: 1px #00234B solid;
}
@media only screen and (max-width: 767px) {
  .new-flex .flex-two-button-block .col:first-of-type {
    border-right: none;
  }
}
.new-flex .flex-two-button-block .body p {
  font-size: 16px;
  line-height: 1.5;
  width: 75%;
  margin: auto;
}
.new-flex .flex-two-button-block .cta-container .cta {
  width: 233px;
  height: 49px;
  background-color: #00234B;
  color: #ffffff;
}
.new-flex .flex-two-button-block .cta-container .cta:hover {
  background-color: #ffea4b;
  color: #00234B;
}
.gated-landing-page {
  overflow-x: hidden;
  /** {border: 1px red solid;}*/
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  color: #00234B;
}
.gated-landing-page .max-width {
  margin: auto;
}
.gated-landing-page p,
.gated-landing-page li {
  font-size: 20px;
  line-height: 1.35;
}
.gated-landing-page p strong,
.gated-landing-page li strong {
  line-height: 1.35;
}
.gated-landing-page strong {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
.gated-landing-page ul,
.gated-landing-page ol {
  margin-left: 30px;
}
.gated-landing-page li {
  list-style-type: disc;
  margin-bottom: 20px;
}
.gated-landing-page .gated-hero {
  /*padding: 250px;*/
  /*min-height: 100vh;*/
  padding: 50px 15px;
  min-height: 65vh;
  /*max-height: 500px;*/
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.gated-landing-page .gated-hero h1 {
  font-size: 75px;
  line-height: 1.1;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  text-align: center;
  color: #ffffff;
}
.gated-landing-page .gated-hero h2 {
  font-size: 44px;
  line-height: 44px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  text-align: center;
  color: #ffea4b;
  margin-top: 50px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .gated-landing-page .gated-hero h1 {
    font-size: 72px;
  }
  .gated-landing-page .gated-hero h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-hero h1 {
    font-size: 56px;
  }
  .gated-landing-page .gated-hero h2 {
    font-size: 32px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gated-landing-page .gated-hero {
    display: block;
  }
}
.gated-landing-page .gated-main-paragraph {
  padding: 100px 15px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .gated-landing-page .gated-main-paragraph {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-main-paragraph {
    padding: 50px 15px;
  }
}
.gated-landing-page .gated-main-paragraph img {
  width: 100px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-main-paragraph img {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-main-paragraph p {
    padding-bottom: 0px;
  }
}
.gated-landing-page .gated-whats-inside {
  padding: 50px 15px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .gated-landing-page .gated-whats-inside {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-whats-inside {
    padding: 50px 15px;
  }
}
.gated-landing-page .gated-whats-inside .left-img {
  width: 360px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-whats-inside .left-img {
    width: 320px;
  }
}
.gated-landing-page .gated-whats-inside .inner .headline {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 40px;
  margin-bottom: 50px;
  line-height: 40px;
}
.gated-landing-page .gated-whats-inside .inner .headline .checkmark {
  height: 50px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-whats-inside .inner .headline .checkmark {
    height: 40px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-whats-inside .inner .headline {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-whats-inside .inner .text {
    padding: 0 15px;
  }
}
.gated-landing-page .gated-whats-inside .inner li {
  margin-bottom: 30px;
}
.gated-landing-page .gated-slide-show {
  /** {border: 1px red solid;}*/
  padding: 75px 0;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-slide-show {
    padding: 25px 0;
  }
}
.gated-landing-page .gated-slide-show .headline {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  line-height: 1.1;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-slide-show .headline {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
.gated-landing-page .gated-slide-show .carousel-inner {
  background-color: #fff;
}
.gated-landing-page .gated-slide-show .carousel-inner img {
  margin: auto;
  display: block;
  /*width: 827px;*/
  height: 527px;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-slide-show .carousel-inner img {
    width: 100%;
    height: unset;
  }
}
.gated-landing-page .gated-slide-show .carousel-inner .carousel-indicators {
  margin: auto;
}
.gated-landing-page .gated-slide-show .carousel-inner .carousel-indicators li {
  background-color: inherit;
  margin-bottom: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 2px #ffea4b solid;
}
.gated-landing-page .gated-slide-show .carousel-inner .carousel-indicators li.active {
  background-color: #ffea4b;
}
.gated-landing-page .gated-slide-show li {
  list-style-type: none;
}
.gated-landing-page .gated-slide-show .carousel-control-prev-icon {
  /*background-image: url(http://localhost:8080/about/wp-content/uploads/2018/08/slider-control-prev.svg);*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDkuMyAoNTExNjcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnNsaWRlci1jb250cm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InNsaWRlci1jb250cm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjAwMDAwMCwgNC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTMuMDAwMDAwLCAtNC4wMDAwMDApICIgZmlsbD0iIzA3MjM0RCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjEuNzUgMCAwLjI1IDEuNSAyLjc1IDQgMC4yNSA2LjUgMS43NSA4IDUuNzUgNCI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.gated-landing-page .gated-slide-show .carousel-control-next-icon {
  /*background-image: url(http://localhost:8080/about/wp-content/uploads/2018/08/slider-control-next.svg);*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDkuMyAoNTExNjcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnNsaWRlci1jb250cm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InNsaWRlci1jb250cm9sIiBmaWxsPSIjMDcyMzREIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMS43NSAwIDAuMjUgMS41IDIuNzUgNCAwLjI1IDYuNSAxLjc1IDggNS43NSA0Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.gated-landing-page .gated-slide-show .carousel-control-prev,
.gated-landing-page .gated-slide-show .carousel-control-next {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-slide-show .carousel-control-prev,
  .gated-landing-page .gated-slide-show .carousel-control-next {
    background-color: transparent!important;
  }
}
.gated-landing-page .gated-slide-show .carousel-control-prev .carousel-control-next-icon,
.gated-landing-page .gated-slide-show .carousel-control-next .carousel-control-next-icon,
.gated-landing-page .gated-slide-show .carousel-control-prev .carousel-control-prev-icon,
.gated-landing-page .gated-slide-show .carousel-control-next .carousel-control-prev-icon {
  border: 1px #ffea4b solid;
  border-radius: 50%;
  background-color: #ffea4b;
  width: 50px;
  height: 50px;
  background-size: 35% 35%;
}
.gated-landing-page .gated-form {
  padding: 75px 0;
}
.gated-landing-page .gated-form .headline {
  text-align: center;
  /*color: #ffffff;*/
  font-size: 40px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  line-height: 1.1;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .gated-landing-page .gated-form .headline {
    font-size: 32px;
  }
}
.gated-landing-page .gated-form .form-code {
  margin: auto;
  display: block;
}
.gated-landing-page .gated-form .form-code iframe {
  min-height: 425px;
  max-width: 800px;
  margin: auto;
  display: block;
}
.case-study {
  /*overflow-x: hidden;*/
  overflow: hidden;
  color: #00234B;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.case-study .max-width {
  margin: auto;
}
.case-study strong {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.case-study a {
  color: #0060cc;
  text-decoration: none;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.case-study a:hover {
  text-decoration: underline;
}
.case-study ul,
.case-study ol {
  margin: 0px 0 0px 50px;
  line-height: 28px;
}
.case-study ul li {
  list-style-type: disc;
}
.case-study ol li {
  list-style-type: decimal;
}
@media only screen and (max-width: 767px) {
  .case-study ol {
    padding-left: 0px;
  }
}
.case-study li {
  margin: 10px 0;
  font-size: 20px;
  line-height: 28px;
}
.case-study h1 {
  font-size: 53px;
  line-height: 70px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .case-study h1 {
    font-size: 31px;
    line-height: 40px;
  }
}
.case-study h2 {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .case-study h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.case-study h3 {
  font-size: 32px;
  line-height: 28px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .case-study h3 {
    font-size: 24px;
  }
}
.case-study h4 {
  font-size: 28px;
  line-height: 28px;
}
.case-study h5 {
  font-size: 24px;
  line-height: 28px;
}
.case-study h6 {
  font-size: 22px;
  line-height: 28px;
}
.case-study p {
  font-size: 20px;
  line-height: 1.65;
  padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .case-study p {
    line-height: 28px;
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .case-study p {
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
.case-study .case-study-hero {
  /*	padding-top: 50px;
	padding-bottom: 25px;*/
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #F8F8F8;
  /*height: 60vh;*/
  min-height: 550px;
  /*IE 11, 10 NOT 9*/
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-hero {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
  }
}
.case-study .case-study-hero .hero-logo {
  text-align: center;
  font-size: 44px;
  color: #00234B;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  display: block;
  margin-bottom: 50px;
}
.case-study .case-study-hero .hero-logo:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-hero .hero-logo {
    margin-bottom: 25px;
    font-size: 28px;
    margin-top: 25px;
  }
}
.case-study .case-study-hero .row {
  z-index: 1;
}
.case-study .case-study-hero .hero-col {
  margin: auto;
  display: block;
}
.case-study .case-study-hero .hero-blob {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-hero .hero-blob {
    left: -200px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .case-study .case-study-hero .hero-logo {
    margin-top: 50px;
  }
}
.case-study .case-study-image {
  padding-left: 0px;
  padding-right: 0px;
}
.case-study .case-study-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.case-study .case-study-the-problem {
  padding-top: 50px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem {
    padding-top: 25px;
    padding-bottom: 12.5px;
  }
}
.case-study .case-study-the-problem .problem-and-statistic {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem .problem-and-statistic {
    margin-top: 0px;
  }
}
.case-study .case-study-the-problem .problem-and-statistic .statistic {
  margin-top: 65px;
  font-size: 45px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem .problem-and-statistic .statistic {
    margin-top: 15px;
  }
}
.case-study .case-study-the-problem .problem-and-statistic .statistic .stat p {
  color: #4769B2;
  font-size: 65px;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem .problem-and-statistic .statistic .stat p {
    padding-bottom: 23px;
  }
}
.case-study .case-study-the-problem .problem-and-statistic .statistic .stat-text p {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.case-study .case-study-the-problem .problem-blob {
  position: absolute;
  right: 0;
  bottom: -190px;
  z-index: -5;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem .problem-blob {
    width: 250px;
    bottom: -155px;
  }
}
.case-study .case-study-the-problem {
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem {
    padding-top: 25px;
    padding-bottom: 12.5px;
  }
}
.case-study .case-study-the-problem blockquote p {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem blockquote p {
    font-size: 24px;
  }
}
.case-study .case-study-the-problem .solution-blob {
  position: absolute;
  left: 0;
  /*bottom: -190px;*/
  bottom: -220px;
  z-index: -5;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-problem .solution-blob {
    width: 250px;
    bottom: -180px;
  }
}
.case-study .case-study-the-results {
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  position: relative;
}
.case-study .case-study-the-results .results-bg {
  /*height: 100vh;*/
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.case-study .case-study-the-results .results {
  background-color: #ffffff;
  padding: 50px 35px 0px 35px;
  margin-top: -400px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .case-study .case-study-the-results .results {
    /*margin-top: inherit;*/
  }
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-results .results {
    padding: 0px 15px;
    margin-top: 0px;
    background-color: unset;
  }
}
.case-study .case-study-the-results .results-img {
  max-width: 325px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-the-results .results-img {
    margin-bottom: 25px;
    width: 250px;
  }
}
.case-study .case-study-the-results .results-blob {
  position: absolute;
  bottom: -20px;
  left: -50px;
  z-index: -5;
  width: 200px;
}
.case-study .case-study-related-case-studies {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-related-case-studies {
    padding-top: 25px;
  }
}
.case-study .case-study-related-case-studies a:hover {
  text-decoration: none;
}
.case-study .case-study-related-case-studies .title {
  font-size: 22px;
  color: #00234B;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  margin: 15px 0;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-related-case-studies .title,
  .case-study .case-study-related-case-studies .excerpt {
    padding-bottom: 0px;
  }
}
.case-study .case-study-related-case-studies .studies {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-related-case-studies .studies {
    margin-top: 12.5px;
  }
}
.case-study .case-study-related-case-studies .study img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .case-study .case-study-related-case-studies .study {
    margin-bottom: 15px;
  }
}
.billing {
  overflow-x: hidden;
  font-size: 16px;
  color: #00234B;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.billing .max-width {
  margin: auto;
}
.billing h1 {
  font-size: 53px;
  line-height: 70px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .billing h1 {
    font-size: 31px;
    line-height: 40px;
  }
}
.billing h2 {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  /*font-family: 'sharp-sans-semibold', Arial, sans-serif;*/
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .billing h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.billing h3 {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .billing h3 {
    font-size: 24px;
  }
}
.billing p {
  font-size: 20px;
  color: #00234B;
  line-height: 28px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .billing p {
    font-family: "sharp-sans-medium", Arial, sans-serif;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .billing p {
    line-height: 28px;
    padding-bottom: 0px;
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
.billing strong {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.billing a {
  color: #00234B;
  text-decoration: underline;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .billing a {
    color: #00234B;
  }
}
.billing ul {
  margin: 0px 0 30px 30px;
  line-height: 28px;
}
.billing ul li {
  list-style-type: disc;
}
.billing ol {
  margin: 0px 0 30px 30px;
  line-height: 28px;
}
.billing ol li {
  list-style-type: decimal;
}
.billing li {
  margin: 10px 0;
  font-size: 20px;
  line-height: 28px;
}
.billing section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .billing section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.billing .hero-row {
  margin-bottom: 25px;
}
.billing .billing-header {
  background-color: red;
}
.billing .billing-hero {
  padding-top: 25px;
  padding-bottom: 0px;
  background: url('../../../assets/Blob_billing.png');
  background-repeat: no-repeat;
  background-color: #b8cce4;
  background-size: 900px;
  background-position: right -50px;
  /*	.hero-blob {
		position: absolute;
		top: -75px;
		right: 0;
		width: 900px;

		@media @tabletLandP {
			width: 700px;
			top: -75px;
		}

		@media @mobile {
			display: none;
		}
	}*/
}
@media only screen and (max-width: 767px) {
  .billing .billing-hero {
    background-image: none;
  }
}
.billing .billing-hero .logo {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 50px;
}
.billing .billing-hero .logo:hover {
  text-decoration: none;
  color: #00234B;
}
.billing .billing-hero .logo h2 {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .billing .billing-hero .logo {
    margin-bottom: 25px;
  }
}
.billing .billing-hero .laptop {
  margin: 50px 0 50px 0;
}
.billing .billing-hero .headline h1 {
  font-size: 70px;
}
@media only screen and (max-width: 767px) {
  .billing .billing-hero .headline h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.billing .billing-three-col-table .swipe,
.billing .billing-four-col-table .swipe {
  padding-bottom: 10px;
}
.billing .billing-three-col-table .subheadline,
.billing .billing-four-col-table .subheadline {
  margin: auto;
  display: block;
  width: 50%;
}
.billing .billing-three-col-table .subheadline p,
.billing .billing-four-col-table .subheadline p {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .billing .billing-three-col-table .subheadline,
  .billing .billing-four-col-table .subheadline {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .billing .billing-three-col-table .subheadline,
  .billing .billing-four-col-table .subheadline {
    width: 100%;
  }
}
.billing .billing-three-col-table table p,
.billing .billing-four-col-table table p {
  line-height: 28px;
}
.billing .billing-three-col-table table th,
.billing .billing-four-col-table table th,
.billing .billing-three-col-table table td,
.billing .billing-four-col-table table td {
  border-top: none;
}
.billing .billing-three-col-table table tr,
.billing .billing-four-col-table table tr {
  height: 100%;
}
.billing .billing-three-col-table table tr.header,
.billing .billing-four-col-table table tr.header {
  background-color: #00234B;
  color: #fff;
}
.billing .billing-three-col-table table td,
.billing .billing-four-col-table table td {
  vertical-align: middle;
  padding: 35px;
}
.billing .billing-three-col-table table td.new-patient,
.billing .billing-four-col-table table td.new-patient {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}
.billing .billing-three-col-table table td.number,
.billing .billing-four-col-table table td.number,
.billing .billing-three-col-table table td.math,
.billing .billing-four-col-table table td.math {
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}
.billing .billing-four-col-table tr:last-child p {
  color: #fff;
}
.billing .billing-details {
  color: #fff;
  background-color: #00234B;
}
.billing .billing-details .headline {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.billing .billing-details .detail {
  margin-bottom: 24px;
}
.billing .billing-details p {
  color: #fff;
}
.billing .billing-details .number {
  font-size: 32px;
  margin-bottom: 25px;
  color: #fff;
}
.billing .billing-text-block,
.billing .billing-to-see {
  background-color: #b8cce4;
}
.billing .billing-text-block img,
.billing .billing-to-see img {
  width: 800px;
}
.billing .billing-text-block .headline,
.billing .billing-to-see .headline,
.billing .billing-text-block .subheadline p,
.billing .billing-to-see .subheadline p {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.billing .billing-to-see .see p {
  margin-bottom: 24px;
}
.billing .billing-to-see .second {
  border-left: 1px #00234B solid;
  border-right: 1px #00234B solid;
}
@media only screen and (max-width: 767px) {
  .billing .billing-to-see .second {
    border-left: none;
    border-right: none;
  }
}
.billing .billing-faqs .card {
  cursor: pointer;
  background-color: #fff;
  border-color: #00234B;
  border-radius: 0px;
}
.billing .billing-faqs .card .card-header {
  border-bottom: none;
  background-color: #fff;
  border-radius: 0px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.billing .billing-faqs .card .card-header p {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .billing .billing-faqs .card .card-header p {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.billing .billing-faqs .card .card-header .rotate {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .billing .billing-faqs .card .answer {
    padding: 0px 6px;
  }
}
.new-join {
  overflow-x: hidden;
  color: #00234B;
  font-family: "sharp-sans-medium", Arial, sans-serif;
  /*    .hero-row {
        margin-bottom: 25px;
    }*/
}
.new-join .max-width {
  margin: auto;
}
.new-join h1 {
  font-size: 40px;
  line-height: 56px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .new-join h1 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 13px;
    padding-bottom: 0px;
  }
}
.new-join h2 {
  font-size: 34px;
  line-height: 44px;
  padding-bottom: 20px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .new-join h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.new-join h3 {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .new-join h3 {
    font-size: 24px;
  }
}
.new-join p {
  font-size: 16px;
  color: #00234B;
  line-height: 28px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-join p {
    font-family: "sharp-sans-medium", Arial, sans-serif;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new-join p {
    line-height: 28px;
    padding-bottom: 0px;
    font-family: "sharp-sans-medium", Arial, sans-serif;
  }
}
.new-join strong {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.new-join a {
  color: #00234B;
  text-decoration: underline;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .new-join a {
    color: #00234B;
  }
}
.new-join ul {
  margin: 0px 0 30px 30px;
  line-height: 28px;
}
.new-join ul li {
  list-style-type: disc;
}
.new-join ol {
  margin: 0px 0 30px 30px;
  line-height: 28px;
}
.new-join ol li {
  list-style-type: none;
}
.new-join li {
  margin: 10px 0;
  font-size: 20px;
  line-height: 28px;
}
.new-join section {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .new-join section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.new-join .cta-container a {
  text-decoration: none!important;
}
.new-join .cta-container .cta {
  background-color: #00234B;
  border: solid 1px transparent;
  border-radius: 0px;
  padding: 16px 30px;
  font-size: 16px;
  color: #fff;
  font-family: "sharp-sans-medium", Arial, sans-serif;
  cursor: pointer;
}
.new-join .cta-container .cta:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .new-join .cta-container .cta {
    /*width: 100%;*/
    width: 285px;
    margin: auto;
    /*display: block;*/
  }
}
.new-join .new-join-hero {
  padding-bottom: 0px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-join .new-join-hero {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.new-join .new-join-hero .max-width {
  max-width: 960px;
  align-items: center;
}
.new-join .new-join-hero .image-col img {
  display: block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-join .new-join-hero .image-col {
    height: 160px;
  }
}
.new-join .new-join-hero .text-col {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-hero .text-col {
    text-align: center;
    padding: 0px;
  }
}
.new-join .new-join-hero .text-col h2 {
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 20px;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  width: 460px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-join .new-join-hero .text-col h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-hero .text-col h2 {
    font-size: 16px;
    line-height: 23px;
    padding-top: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-hero .cta-container {
    padding-bottom: 16px;
  }
}
.new-join .new-join-value-props {
  padding-bottom: 50px;
}
.new-join .new-join-value-props p {
  font-size: 20px;
}
.new-join .new-join-value-props .values-row {
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-value-props .values-row {
    margin: 25px auto;
  }
}
.new-join .new-join-value-props .value .text {
  margin: 18px auto;
  font-size: 16px;
  line-height: 23px;
}
.new-join .new-join-value-props .value img {
  display: block;
  margin: 0 auto 18px;
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-value-props .value {
    margin-bottom: 25px;
  }
}
.new-join .new-join-provider-quotes .providers-row {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .new-join .new-join-provider-quotes .providers-row {
    justify-content: center;
  }
}
.new-join .new-join-provider-quotes .providers-row .provider {
  padding: 26px 20px;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 4px 0 #DADADA;
  border-radius: 6px;
  max-width: 300px;
  height: auto;
  overflow: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-join .new-join-provider-quotes .providers-row .provider {
    margin: 25px auto;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .new-join .new-join-provider-quotes .providers-row .provider {
    margin: 0px;
  }
}
.new-join .new-join-provider-quotes .providers-row .provider .headshot {
  margin: auto;
  display: block;
  width: 90px;
}
.new-join .new-join-provider-quotes .providers-row .provider .provider-name {
  font-size: 18px;
  line-height: 28px;
  margin-top: 17px;
  margin-bottom: 14px;
}
.new-join .new-join-provider-quotes .providers-row .provider .provider-bio {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 13px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
.new-join .new-join-provider-quotes .providers-row .provider .provider-quote {
  font-size: 14px;
  line-height: 20px;
}
.new-join .new-join-provider-quotes .mobile-only {
  display: none;
}
.new-join .new-join-provider-quotes .mobile-only .swiper-wrapper {
  margin-bottom: 25px;
}
.new-join .new-join-provider-quotes .mobile-only .provider {
  margin: 0px;
  padding: 26px 20px;
  border: 1px solid #ECECEC;
  box-shadow: 0 4px 4px 0 #DADADA;
  border-radius: 6px;
  height: 340px;
  /*max-width: 275px;*/
  width: 275px;
  min-width: 240px;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-provider-quotes .mobile-only {
    display: unset;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-provider-quotes .desktop {
    display: none;
  }
}
.new-join .new-join-pricing .table {
  width: 868px;
  margin: 0 auto;
  padding: 30px;
  background: #FFFFFF;
  border: 2px solid #ECECEC;
  box-shadow: 0 4px 4px 0 #DADADA;
  border-radius: 4px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-pricing .table {
    padding: 0px 15px;
  }
}
.new-join .new-join-pricing .table .not-bold {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.new-join .new-join-pricing .table .data {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  border-bottom: 1px #c3c3c8 solid;
  padding: 23px 0px;
}
.new-join .new-join-pricing .table .data:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-pricing .table .data {
    display: flex;
    flex-flow: row;
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-pricing .table .data .key p {
    padding-bottom: 0px;
    font-size: 15px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-join .new-join-pricing .table .data .key p {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-pricing .table .data .value {
    text-align: right;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-join .new-join-pricing .table .data .value {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-pricing .table .data .value p {
    font-size: 15px;
  }
}
.new-join .new-join-pricing .fine-print {
  max-width: 868px;
  margin: 15px auto 27px;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-pricing .fine-print {
    padding: unset;
  }
}
.new-join .new-join-form {
  /*IE 12 AND UP*/
  /*IE 11, 10 NOT 9*/
  /*	.hero {
		margin-bottom: 28px;
		@media @tabletLandP {
			margin-bottom: 0px;
		}
		@media @mobile {
			margin-bottom: 0px;
		}
	}*/
}
.new-join .new-join-form .hidden {
  height: 0px!important;
}
.new-join .new-join-form .wFormContainer {
  max-width: 100%;
  width: 700px;
  border: none;
  margin: auto;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-join .new-join-form .wFormContainer {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form .wFormContainer {
    width: 100%;
  }
}
.new-join .new-join-form #tfaContent {
  margin: auto;
  display: block;
  padding: 0px 15px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-join .new-join-form #tfaContent .row {
    flex-flow: row;
  }
}
@supports (-ms-ime-align:auto) {
  @media only screen and (max-width: 767px) {
    .new-join .new-join-form .wForm {
      width: auto;
    }
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-join .new-join-form .wForm {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) and only screen and (max-width: 767px), (-ms-high-contrast: active) and only screen and (max-width: 767px) {
  .new-join .new-join-form .wForm {
    width: auto;
  }
}
.new-join .new-join-form .form {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form .form .row {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form .form p {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form .wForm .inputWrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form .wForm .oneField {
    width: 100%;
  }
}
.new-join .new-join-form .wForm .oneField input,
.new-join .new-join-form .wForm .oneField select {
  /*margin-bottom: 20px;*/
  width: 306px;
  height: 44px;
  padding: 0 10px;
  color: #00234B;
  background-color: #dce7f2;
  border: transparent;
  border-radius: 3px;
  margin: 14px auto 20px;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form .wForm .oneField input,
  .new-join .new-join-form .wForm .oneField select {
    /*width: 300px;*/
    width: 100%;
  }
}
.new-join .new-join-form label {
  font-size: 18px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  /*margin-bottom: 14px;*/
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form label {
    margin-bottom: 0px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-join .new-join-form label {
    margin-bottom: 0px;
  }
}
.new-join .new-join-form input::placeholder,
.new-join .new-join-form select::placeholder {
  color: #00234B;
}
.new-join .new-join-form #submit_button {
  height: 48px;
  width: 141px;
  background-color: #00234B;
  opacity: 1;
  color: #ffffff;
  border: none;
  display: block;
  margin: 44px auto 24px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  box-shadow: none;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-form #submit_button {
    margin: 34px auto 24px;
  }
}
.new-join .new-join-form .errMsg {
  color: #c10f21;
  margin-top: -12px;
  margin-bottom: 12px;
}
.new-join .new-join-form .fine-print {
  margin: auto;
  display: block;
}
.new-join .new-join-carousel {
  /*Firefox*/
  /*IE 12 AND UP*/
  /*IE 11, 10 NOT 9*/
  position: relative;
}
@-moz-document url-prefix() {
  .new-join .new-join-carousel li {
    list-style-type: none;
  }
}
@supports (-ms-ime-align:auto) {
  .new-join .new-join-carousel .carousel {
    width: 100%;
  }
  .new-join .new-join-carousel .carousel-item.active,
  .new-join .new-join-carousel .carousel-item-next,
  .new-join .new-join-carousel .carousel-item-prev {
    padding: 0;
    display: block;
  }
  .new-join .new-join-carousel li {
    list-style-type: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-join .new-join-carousel .carousel {
    width: 100%;
  }
  .new-join .new-join-carousel .carousel-item.active,
  .new-join .new-join-carousel .carousel-item-next,
  .new-join .new-join-carousel .carousel-item-prev {
    padding: 0;
    display: block;
  }
  .new-join .new-join-carousel li {
    list-style-type: none;
  }
}
.new-join .new-join-carousel .carousel-item.active,
.new-join .new-join-carousel .carousel-item-next,
.new-join .new-join-carousel .carousel-item-prev {
  display: flex;
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-carousel .carousel-item.active,
  .new-join .new-join-carousel .carousel-item-next,
  .new-join .new-join-carousel .carousel-item-prev {
    display: block;
    padding: 0px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-join .new-join-carousel .carousel-item.active,
  .new-join .new-join-carousel .carousel-item-next,
  .new-join .new-join-carousel .carousel-item-prev {
    padding: 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-carousel .text-col {
    text-align: center;
  }
}
.new-join .new-join-carousel .slide-img {
  width: 250px;
  max-height: 500px;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-carousel .slide-img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.new-join .new-join-carousel .prev,
.new-join .new-join-carousel .next {
  top: 50%;
  bottom: 0;
  height: 100px;
  background-color: #EDEDEE;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 1;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-carousel .prev,
  .new-join .new-join-carousel .next {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-join .new-join-carousel .prev,
  .new-join .new-join-carousel .next {
    display: none;
  }
}
.new-join .new-join-carousel .carousel-control-prev-icon {
  /*background-image: url(http://localhost:8080/about/wp-content/uploads/2018/08/slider-control-prev.svg);*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDkuMyAoNTExNjcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnNsaWRlci1jb250cm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InNsaWRlci1jb250cm9sIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjAwMDAwMCwgNC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTMuMDAwMDAwLCAtNC4wMDAwMDApICIgZmlsbD0iIzA3MjM0RCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjEuNzUgMCAwLjI1IDEuNSAyLjc1IDQgMC4yNSA2LjUgMS43NSA4IDUuNzUgNCI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.new-join .new-join-carousel .carousel-control-next-icon {
  /*background-image: url(http://localhost:8080/about/wp-content/uploads/2018/08/slider-control-next.svg);*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDYgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNDkuMyAoNTExNjcpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPnNsaWRlci1jb250cm9sPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InNsaWRlci1jb250cm9sIiBmaWxsPSIjMDcyMzREIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMS43NSAwIDAuMjUgMS41IDIuNzUgNCAwLjI1IDYuNSAxLjc1IDggNS43NSA0Ij48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.new-join .new-join-carousel .button-row {
  margin: 75px auto 0;
}
.new-join .new-join-carousel .green-blob {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 500px;
  z-index: -999;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .new-join .new-join-carousel .green-blob {
    right: -10px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-carousel .green-blob {
    width: 300px;
    height: 400px;
    top: 0;
    bottom: 0;
    right: -50px;
  }
}
.new-join .new-join-carousel .slide-headline {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
.new-join .new-join-carousel .slide-body {
  font-size: 16px;
  line-height: 23px;
}
.new-join .new-join-carousel .carousel-indicators {
  margin: 0 auto -50px;
}
.new-join .new-join-carousel .carousel-indicators li {
  background-color: #EDEDEE;
  border-radius: 50px;
  height: 12px;
  width: 12px;
  margin: 5px;
}
.new-join .new-join-carousel .carousel-indicators li.active {
  background-color: #00234B;
}
.new-join .new-join-state-pricing-block {
  background-color: #f4f4f4;
}
.new-join .new-join-state-pricing-block p {
  font-size: 20px;
}
.new-join .new-join-state-pricing-block a {
  color: #0060cc;
  text-decoration: underline;
}
.new-join .new-join-state-pricing-block .headline,
.new-join .new-join-state-pricing-block .subheadline_one,
.new-join .new-join-state-pricing-block .subheadline_two,
.new-join .new-join-state-pricing-block .equation-fine-print,
.new-join .new-join-state-pricing-block .other-state-text {
  text-align: center;
}
.new-join .new-join-state-pricing-block .states {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.new-join .new-join-state-pricing-block .states .state {
  display: flex;
  flex-flow: column;
  height: 150px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .new-join .new-join-state-pricing-block .states .state {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .new-join .new-join-state-pricing-block .states .state {
    width: 50%;
    margin-bottom: 25px;
  }
}
.new-join .new-join-state-pricing-block .states .state .state-icon {
  margin: auto;
  display: block;
  max-width: 100px;
  /*IE 11, 10 NOT 9*/
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .new-join .new-join-state-pricing-block .states .state .state-icon {
    height: 100%;
    width: 100%;
  }
}
.new-join .new-join-state-pricing-block .states .state .state-name {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
.new-join .new-join-state-pricing-block .cta-block {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.new-join .new-join-state-pricing-block .cta-block .cta-container {
  margin: 0px;
  width: 141px;
  height: 48px;
  background-color: #00234B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.new-join .new-join-state-pricing-block .cta-block .cta-container.yes {
  margin-right: 24px;
}
.new-join .new-join-state-pricing-block .cta-block .cta-container a {
  color: #fff;
}
.new-join .new-join-state-pricing-block .cta-block .cta-container a.no {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.new-join .new-join-state-pricing-block .equation {
  margin: 42px auto 21px;
  background-color: #fff;
  max-width: 670px;
  height: 160px;
  display: flex;
  align-items: center;
}
.new-join .new-join-state-pricing-block .equation .left-addend strong,
.new-join .new-join-state-pricing-block .equation .right-addend strong {
  font-size: 24px;
  line-height: 32px;
}
.new-join .new-join-state-pricing-block .equation .left-addend p,
.new-join .new-join-state-pricing-block .equation .right-addend p {
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
.new-join .new-join-state-pricing-block .equation .plus-sign {
  font-size: 40px;
}
.new-join .new-join-state-pricing-block .equation-fine-print {
  font-size: 14px;
  line-height: 20px;
  max-width: 670px;
  margin: auto;
}
.new-join .new-join-state-pricing-block .collapsed-cta-block {
  margin: 36px 0px 61px;
}
.new-join .new-join-state-pricing-block .collapsed-cta-block .collapsed-cta {
  width: 264px!important;
}
.new-join .new-join-state-pricing-block .other-state-text {
  font-size: 20px;
}
.new-join .new-join-state-pricing-block .other-state-text a {
  text-decoration: none;
}
.new-join .new-join-state-pricing-block .collapse-no-text {
  text-align: center;
  margin-top: 56px;
}
#integrations .max-width {
  margin: auto;
}
#integrations .integrations-hero {
  height: 500px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #integrations .integrations-hero {
    height: 350px;
    padding-top: 0px;
  }
}
#integrations .integrations-hero .subheadline {
  font-size: 28px;
  line-height: 28px;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #integrations .integrations-hero .subheadline {
    width: 100%;
    font-size: 20px;
  }
}
#integrations .integrations-hero .bg-img {
  height: 500px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #integrations .integrations-hero .bg-img {
    height: 50%;
    right: -50px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #integrations .integrations-hero .bg-img {
    height: auto;
    right: -150px;
  }
}
#integrations .integrations-hero .cta-row {
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  #integrations .integrations-hero .cta-row {
    margin-top: 0px!important;
  }
}
#integrations .integrations-hero .cta-row .cta {
  background-color: #00234B;
  color: #ffffff;
}
#integrations .cards {
  justify-content: space-around;
}
#integrations .cards .callout-card.no-border {
  height: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #integrations .cards {
    justify-content: center;
  }
}
#integrations :target {
  display: block!important;
  position: relative!important;
  top: 0!important;
  visibility: visible!important;
}
@media only screen and (max-width: 767px) {
  #integrations :target {
    top: -20px !important;
  }
}
#integrations .quote-col {
  border-right: 1px #ffffff solid;
}
#integrations .quote-col:last-of-type {
  border-right: none;
}
#integrations .quote-col .open-quote {
  display: none;
}
#access-for-all {
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #access-for-all {
    padding-bottom: 32px;
  }
}
#access-for-all .cta:hover {
  background-color: #00234B;
  color: #ffffff;
  border: solid 1px transparent;
  text-decoration: none;
}
#access-for-all .max-width {
  max-width: 840px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #access-for-all .max-width {
    padding: 0 15px;
  }
}
#access-for-all #flex-header {
  background-color: #fff04b;
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
#access-for-all #flex-header a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #access-for-all #flex-header a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all #flex-header .col-sm {
    text-align: left;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all #flex-header {
    height: 64px;
  }
}
#access-for-all .flex-text-block,
#access-for-all .flex-two-column-block {
  padding-top: 100px;
  padding-bottom: 60px;
}
#access-for-all .flex-text-block a,
#access-for-all .flex-two-column-block a {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-text-block,
  #access-for-all .flex-two-column-block {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
#access-for-all .flex-two-column-block {
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-two-column-block {
    padding-bottom: 32px;
  }
}
#access-for-all .flex-text-block:nth-of-type(3) {
  padding-top: 0px;
}
#access-for-all .flex-text-block:nth-of-type(4) {
  padding-top: 0px;
  padding-bottom: 40px;
}
#access-for-all .flex-text-block:nth-of-type(4) h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-text-block:nth-of-type(4) {
    padding-bottom: 24px;
  }
}
#access-for-all h1 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 58px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #access-for-all h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
#access-for-all h2 {
  font-size: 32px;
  line-height: 42px;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  margin-bottom: 32px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #access-for-all h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "sharp-sans-bold", Arial, sans-serif;
    margin-bottom: 32px;
  }
}
#access-for-all h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
  padding-bottom: 0px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #access-for-all h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}
#access-for-all p {
  line-height: 34px;
  color: #4a4a4a;
  padding-bottom: 20px;
}
#access-for-all p:last-of-type {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #access-for-all p {
    font-size: 18px;
    line-height: 30px;
  }
}
#access-for-all a {
  color: #00214e;
  text-decoration: underline;
}
#access-for-all ul {
  margin-left: 0px;
  margin-bottom: 0px;
}
#access-for-all ul li {
  list-style: none;
  font-size: 18px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  margin: 0 0 15px 0;
}
#access-for-all ul li:last-of-type {
  margin-bottom: 0px;
}
#access-for-all ul li a {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
}
#access-for-all .fine-print {
  font-size: 16px;
  line-height: 32px;
  color: #464b49;
  margin: 0 0 0 15px;
}
#access-for-all .fine-print a {
  color: #00234B;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #access-for-all .fine-print {
    line-height: 24px;
    font-size: 13px;
  }
}
#access-for-all footer a {
  color: #fff;
}
#access-for-all .flex-form-html {
  padding-top: 0px;
}
#access-for-all .flex-form-html .form {
  justify-content: unset;
}
#access-for-all .flex-form-html .form .wpforms-field-container {
  justify-content: unset;
}
#access-for-all .flex-form-html .form .wpforms-field-container .wpforms-sublabel-hide {
  display: none;
}
#access-for-all .flex-form-html .form .wpforms-field-container .wpforms-required-label {
  color: red;
}
#access-for-all .flex-form-html .form .wpforms-field-container input,
#access-for-all .flex-form-html .form .wpforms-field-container textarea {
  height: 48px;
  border-radius: 0px;
  background-color: #fff;
  border: 1px #e1e1e4 solid;
  font-size: 15px;
}
#access-for-all .flex-form-html .form .wpforms-field-container input::placeholder,
#access-for-all .flex-form-html .form .wpforms-field-container textarea::placeholder {
  color: #464b49;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-container input,
  #access-for-all .flex-form-html .form .wpforms-field-container textarea {
    background: no-repeat;
    margin-bottom: 0px;
  }
}
#access-for-all .flex-form-html .form .wpforms-field-container input[type="checkbox"] {
  width: 40px;
  margin: 10px 15px 0px 10px;
  height: 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-container input[type="checkbox"] {
    height: 15px;
    margin: 0px;
  }
}
#access-for-all .flex-form-html .form .wpforms-field-container input[type="checkbox"]:checked + label:after {
  opacity: 0;
}
#access-for-all .flex-form-html .form .wpforms-field-container .wpforms-field.wpforms-field-checkbox {
  margin: 0 0 14px 3px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-container .wpforms-field.wpforms-field-checkbox {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form .wpforms-field-container .choice-1 {
  display: flex;
  flex-flow: row;
  align-items: start;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-container .choice-1 {
    margin-right: 15px;
  }
}
#access-for-all .flex-form-html .form .wpforms-field-container .choice-1 label {
  font-size: 15px;
  line-height: 20px;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-container .choice-1 label {
    font-size: 13px;
    line-height: 18px;
    width: 270px;
  }
}
#access-for-all .flex-form-html .form .wpforms-submit,
#access-for-all .flex-form-html .form .wpforms-one-half,
#access-for-all .flex-form-html .form .wpforms-field-textarea,
#access-for-all .flex-form-html .form .wpforms-field-text {
  margin: 0 20px 32px 15px;
}
#access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name {
  margin-left: 0px;
  margin-right: 0px;
}
#access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name label {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name label {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name {
    margin-right: 15px;
    margin-left: 15px;
  }
}
#access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-one-half {
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-one-half .wpforms-field-name-last {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-one-half {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-one-half.wpforms-first {
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-one-half.wpforms-first {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 5px;
  }
}
#access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-field-row.wpforms-field-medium {
  display: flex;
  flex-flow: row wrap;
}
#access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-field-row.wpforms-field-medium input {
  width: 395px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-field-row.wpforms-field-medium input {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name .wpforms-field-row.wpforms-field-medium input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field.wpforms-field-name {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form div[id$='field_6-container'],
#access-for-all .flex-form-html .form div[id$='field_8-container'] {
  margin: 0 0px 32px 15px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_6-container'],
  #access-for-all .flex-form-html .form div[id$='field_8-container'] {
    width: 100%;
    margin-right: 15px;
  }
}
#access-for-all .flex-form-html .form div[id$='field_6-container'] input,
#access-for-all .flex-form-html .form div[id$='field_8-container'] input {
  width: 395px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_6-container'] input,
  #access-for-all .flex-form-html .form div[id$='field_8-container'] input {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_6-container'] input,
  #access-for-all .flex-form-html .form div[id$='field_8-container'] input {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form div[id$='field_6-container'] {
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_6-container'] {
    width: 100%;
    margin-right: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_6-container'] input {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_6-container'] input {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form div[id$='field_8-container'] {
  margin-left: 0px;
  margin-right: 15px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_8-container'] {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_8-container'] {
    margin-left: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_8-container'] input {
    width: 345px;
  }
}
#access-for-all .flex-form-html .form div[id$='field_9-container'] {
  margin-right: 0px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_9-container'] {
    width: 100%;
    margin-right: 15px;
  }
}
#access-for-all .flex-form-html .form div[id$='field_9-container'] input {
  width: 250px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_9-container'] input {
    width: 215px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_9-container'] input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_4-container'] {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form div[id$='field_10-container'] {
  margin: 0 27px 32px 27px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_10-container'] {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
#access-for-all .flex-form-html .form div[id$='field_10-container'] select {
  width: 250px;
  background-color: #fff;
  border: 1px #e1e1e4 solid;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_10-container'] select {
    width: 215px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_10-container'] select {
    width: 100%;
    margin-bottom: 0px;
  }
}
#access-for-all .flex-form-html .form div[id$='field_2-container'] {
  margin-left: 0px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_2-container'] {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
  }
}
#access-for-all .flex-form-html .form div[id$='field_2-container'] input[type="number"] {
  width: 250px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_2-container'] input[type="number"] {
    width: 215px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_2-container'] input[type="number"] {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form div[id$='field_1-container'] {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_1-container'] {
    width: 100%;
    margin-right: 15px;
  }
}
#access-for-all .flex-form-html .form div[id$='field_1-container'] input[type="email"] {
  width: 395px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_1-container'] input[type="email"] {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_1-container'] input[type="email"] {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form div[id$='field_13-container'] {
  display: inline-block;
  margin-left: 0px;
  margin-right: 20px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_13-container'] {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_13-container'] {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
}
#access-for-all .flex-form-html .form div[id$='field_13-container'] input[type="tel"] {
  width: 395px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #access-for-all .flex-form-html .form div[id$='field_13-container'] input[type="tel"] {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form div[id$='field_13-container'] input[type="tel"] {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form .wpforms-field-phone {
  margin: 0 0 32px 15px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-phone {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-phone {
    width: 100%;
  }
}
#access-for-all .flex-form-html .form .wpforms-field-textarea {
  margin-bottom: 14px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-field-textarea {
    margin-right: 15px;
  }
}
#access-for-all .flex-form-html .form .wpforms-field-textarea textarea {
  width: 100%;
}
#access-for-all .flex-form-html .form .wpforms-submit {
  background-color: #ffea4b;
  width: 289px;
  height: 54px;
  font-size: 20px;
  color: #00234B;
  padding: 18px 24px 18px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
#access-for-all .flex-form-html .form .wpforms-submit:hover {
  background-color: #00234B;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form .wpforms-submit {
    margin-bottom: 50px;
    width: 310px;
    font-size: 18px;
    height: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#access-for-all .flex-form-html .form textarea {
  height: 149px!important;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #access-for-all .flex-form-html .form textarea {
    width: 310px;
  }
}
#access-for-all .wpforms-container-full {
  width: 100%;
}
#access-for-all .wpforms-confirmation-container-full {
  width: 100%;
  background-color: #f3f3f3;
}
#access-for-all .wpforms-confirmation-container-full p {
  color: #00234B;
  font-size: 24px;
  line-height: 57px;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 88px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .wpforms-confirmation-container-full p {
    font-size: 18px;
  }
}
#access-for-all .wpforms-confirmation-container-full p img {
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  #access-for-all .wpforms-confirmation-container-full p img {
    width: 20px;
    height: 20px;
  }
}
#pricing-update .max-width {
  max-width: 840px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #pricing-update .max-width {
    padding: 0 15px;
  }
}
#pricing-update #flex-header {
  background-color: #ffea4b;
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
#pricing-update #flex-header a {
  text-decoration: none;
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #pricing-update #flex-header a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #pricing-update #flex-header .col-sm {
    text-align: left;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #pricing-update #flex-header {
    height: 64px;
  }
}
#pricing-update .pricing-update-hero {
  padding-top: 61px;
  padding-bottom: 58px;
}
#pricing-update .pricing-update-hero a {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #pricing-update .pricing-update-hero .hero-image-row {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #pricing-update .pricing-update-hero {
    padding-bottom: 40px;
  }
}
#pricing-update .hero-image {
  width: 172px;
  height: 130px;
  margin-bottom: 30px;
}
#pricing-update h1 {
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 32px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #pricing-update h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
#pricing-update .flex-text-block:nth-of-type(2) {
  padding-top: 0px;
}
#pricing-update h2 {
  font-size: 32px;
  line-height: 42px;
  font-family: "sharp-sans-bold", Arial, sans-serif;
  margin-bottom: 32px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #pricing-update h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "sharp-sans-bold", Arial, sans-serif;
    margin-bottom: 32px;
  }
}
#pricing-update h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
  padding-bottom: 0px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  #pricing-update h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0px;
    margin-bottom: 20px;
  }
}
#pricing-update p {
  line-height: 34px;
  color: #4a4a4a;
  padding-bottom: 20px;
}
#pricing-update p:last-of-type {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #pricing-update p {
    font-size: 18px;
    line-height: 30px;
  }
}
#pricing-update a {
  color: #00214e;
  text-decoration: underline;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
#pricing-update .list-container {
  padding-left: 0px;
}
#pricing-update .list-container .inner-li img {
  height: 90px;
}
@media only screen and (max-width: 767px) {
  #pricing-update .list-container .inner-li img {
    display: none;
  }
}
#pricing-update .list-container .inner-li .li-strong {
  color: #00234B;
  display: block;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  #pricing-update .list-container .inner-li .li-strong {
    font-size: 20px;
    line-height: 29px;
    padding-bottom: 15px;
  }
}
#pricing-update .list-container .inner-li p {
  font-size: 18px;
  line-height: 32px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #pricing-update .list-container {
    padding-left: 15px;
  }
}
#pricing-update .flex-unordered-list {
  padding-top: 0px;
  padding-bottom: 10px;
}
#pricing-update .flex-unordered-list li {
  padding: 20px 20px 20px 0px;
}
#pricing-update .flex-unordered-list li:first-of-type {
  padding-top: 0px;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  #pricing-update .flex-unordered-list li {
    padding: 20px 0px 10px 0px;
    margin-bottom: 0px;
  }
}
#pricing-update .question {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #pricing-update .question {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
#pricing-update .answer {
  font-size: 18px;
  line-height: 32px;
  color: #4a4a4a;
}
#pricing-update footer a {
  color: #fff;
}
.new-footer {
  background-color: #00234B;
  color: #fff;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
.new-footer .top-row,
.new-footer .bottom-row {
  margin: auto;
}
.new-footer .top-row {
  padding: 30px 53px;
}
.new-footer .bottom-row {
  padding: 14px 53px;
}
@media only screen and (max-width: 767px) {
  .new-footer .bottom-row {
    display: none;
  }
}
.new-footer .list-heading {
  color: #ffea4b;
  letter-spacing: 0.1px;
  padding: 12px 0;
  font-size: 16px;
  line-height: 21px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
.new-footer li {
  margin: 0 0 9px;
  font-size: 14px;
  line-height: 21px;
}
.new-footer .footer-list-link {
  color: #fff !important;
  border-bottom: 1px #878791 dotted;
  text-decoration: none!important;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.new-footer .footer-list-link.no-underline {
  border-bottom: none!important;
}
.new-footer .footer-list-link.no-underline:hover {
  text-decoration: none;
  border-bottom: none;
}
.new-footer .footer-list-link:hover {
  text-decoration: none;
  border-bottom: 1px #878791 solid;
}
.new-footer .download-badge {
  width: 119px;
  display: block;
  margin-bottom: 9px;
}
.new-footer .ny-icon {
  width: 40px;
  margin-top: 9px;
}
.new-footer .last-col {
  padding-top: 12px;
}
.new-footer .social-icons,
.new-footer .legal {
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .new-footer .social-icons,
  .new-footer .legal {
    justify-content: center;
  }
}
.new-footer .social-icons li,
.new-footer .legal li {
  display: inline-block;
}
.new-footer .social-icons li:not(:first-child) {
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .new-footer .social-icons {
    margin-top: 15px;
  }
}
.new-footer .legal li:not(:last-child) {
  margin-right: 18px;
}
.new-footer .mobile-row {
  display: none;
}
@media only screen and (max-width: 767px) {
  .new-footer .mobile-row {
    font-family: "sharp-sans-medium", Arial, sans-serif;
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100%;
  }
  .new-footer .mobile-row a {
    color: yellow;
    font-size: 14px;
  }
  .new-footer .mobile-row p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
@media print {
  .new-footer * {
    display: none;
  }
}
#new-knowledge-base {
  color: #00234b;
}
@media only screen and (max-width: 767px) {
  #new-knowledge-base.container {
    width: auto!important;
  }
}
#new-knowledge-base .knowledge-base-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 50px;
  margin-bottom: 100px;
}
#new-knowledge-base .knowledge-body {
  margin: 15px 12px;
  padding: 30px;
  background-color: #f2b3c7;
}
#new-knowledge-base body,
#new-knowledge-base html {
  overflow-x: hidden;
}
@media screen and (max-width: 414px) {
  #new-knowledge-base h2.sg-header2,
  #new-knowledge-base h2.sg-header3 {
    font-size: 35px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#new-knowledge-base .kb-sg-header7 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #new-knowledge-base .kb-sg-header7 {
    font-family: "sharp-sans-bold", Arial, sans-serif;
    padding-top: 20px;
  }
}
#new-knowledge-base .kb-sg-para3 {
  width: 80%;
  margin: auto;
}
#new-knowledge-base .prov-hed-link {
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  margin-top: 12px;
  display: inherit;
}
#new-knowledge-base .prov-hed-link:hover {
  text-decoration: underline !important;
}
#new-knowledge-base .providers-header {
  text-align: center;
  padding: 7em 0 0 0;
}
@media only screen and (max-width: 767px) {
  #new-knowledge-base .providers-header {
    padding: 0px;
    margin-top: 50px;
  }
}
#new-knowledge-base .knowledge-header {
  text-align: center;
  padding: 2em 0 2em 0;
}
#new-knowledge-base h2.sg-header2,
#new-knowledge-base h2.sg-header3 {
  max-width: 800px;
  margin: 0 auto;
}
#new-knowledge-base .prov-btn {
  margin-top: 45px;
}
#new-knowledge-base .sg-prov-btn {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #00234b;
  background-color: #fff04b;
}
#new-knowledge-base .sg-prov-btn:hover {
  background-color: #00234b;
  color: #fff04b;
}
#bob .max-width {
  max-width: 1280px;
  margin: auto;
}
#bob p,
#bob h3 {
  font-family: 'sharp-sans-medium', Arial, sans-serif;
}
#bob h2,
#bob strong {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
#bob .flex-two-col-hero h3 {
  line-height: 33px;
}
#bob .flex-two-col-hero .foreground-img {
  position: relative;
  width: 100%;
  top: 0px;
  margin-left: 100px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #bob .flex-two-col-hero .foreground-img {
    display: block;
    margin: auto;
    width: 250px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #bob .flex-two-col-hero .foreground-img {
    width: auto;
    top: 0;
    margin-left: 0px;
    display: block;
  }
}
#bob .flex-two-col-hero .background-img {
  right: 0;
  bottom: 0;
  width: 750px;
  top: auto;
}
@media only screen and (max-width: 767px) {
  #bob .flex-two-col-hero .background-img {
    display: none!important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #bob .flex-two-col-hero .background-img {
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #bob .flex-two-col-hero .background-img {
    margin-right: -100px;
  }
}
@media only screen and (max-width: 767px) {
  #bob .flex-two-col-hero {
    padding-top: 0px;
  }
}
#bob .callout-card {
  margin-left: 0px;
  overflow: unset;
}
@media only screen and (max-width: 767px) {
  #bob .callout-card {
    background-color: #ffffff !important;
    height: auto;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #bob .callout-card {
    width: 400px;
  }
}
#bob .callout-details-container {
  border-right: 1px #00234B solid;
  height: auto;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #bob .callout-details-container {
    border-right: none;
  }
}
#bob .callout-card:last-of-type .callout-details-container {
  border-right: none;
}
#bob .button-block:first-of-type {
  margin-bottom: 25px;
}
#bob .wp-video {
  width: 100%!important;
}
#most-popular .max-width {
  margin: auto;
}
#most-popular .hero {
  margin-bottom: 10px;
}
#most-popular .hero h3 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 0px;
}
#most-popular a {
  font-size: 16px;
  line-height: 24px;
}
.dragster {
  color: #00234B;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.dragster .max-width {
  margin: auto;
}
.dragster header {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .dragster header {
    position: relative;
  }
}
.dragster a {
  color: #00234B;
  text-decoration: underline;
}
.dragster section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .dragster section {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'sharp-sans-medium', Arial, sans-serif !important;
  }
}
.dragster h1 {
  font-size: 53px;
  line-height: 70px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .dragster h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
}
.dragster h2 {
  font-size: 40px;
  line-height: 48px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .dragster h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.dragster-hero {
  min-height: 940px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 860px;
  display: flex;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .dragster-hero {
    min-height: 840px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .dragster-hero {
    background-size: 406px 560px;
    min-height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .dragster-hero {
    background-image: none!important;
    min-height: unset;
  }
}
.dragster-hero .left-col {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .dragster-hero .left-col .headline {
    text-align: left;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .dragster-hero .left-col .headline {
    padding-top: 25px;
  }
}
.dragster-hero .left-col .body {
  margin: 24px 0;
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .dragster-hero .left-col .body {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
.dragster-hero .left-col .body .mobile-body-text {
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .dragster-hero .left-col .body .mobile-body-text {
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
  .dragster-hero .left-col .cta {
    width: 100%;
  }
}
.dragster-hero img {
  width: 450px;
  height: auto;
  display: block;
  margin-left: 20%;
  margin-top: 90px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .dragster-hero img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dragster-hero img {
    margin: 45px auto 0;
  }
}
.dragster-faq {
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 853px;
}
@media only screen and (max-width: 767px) {
  .dragster-faq {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dragster-faq .col-sm-12 {
    padding: 0 20px;
  }
}
.dragster-faq .question {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .dragster-faq .question {
    font-size: 20px;
    line-height: 30px;
  }
}
.dragster-faq .answer {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .dragster-faq .answer p {
    font-size: 18px;
    line-height: 26px;
  }
}
.dragster-value-props {
  background-color: #f9f9fa;
  padding-top: 80px;
  padding-bottom: 40px;
}
.dragster-value-props .value-props {
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .dragster-value-props .value-props {
    margin: 0 auto;
  }
}
.dragster-value-props .value-props .callout-card {
  background-color: #ffffff;
  width: 295px;
  height: 335px;
  margin: 0 11px;
  padding: 0 24px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .dragster-value-props .value-props .callout-card {
    margin: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .dragster-value-props .value-props .callout-card {
    margin: 22px 0;
    height: 290px;
    width: 325px;
  }
}
.dragster-value-props .value-props .callout-card .headline {
  font-family: "sharp-sans-bold", Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
}
@media only screen and (max-width: 767px) {
  .dragster-value-props .value-props .callout-card .headline {
    font-size: 20px;
    line-height: 32px;
  }
}
.dragster-value-props .value-props .callout-card .body {
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .dragster-value-props .value-props .callout-card .body {
    font-size: 18px;
    line-height: 30px;
  }
}
.dragster-value-props .fine-print {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .dragster-value-props .fine-print {
    font-size: 18px;
    line-height: 30px;
    max-width: 322px;
    margin: auto;
  }
}
.spo-text-block {
  height: 400px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .spo-text-block {
    margin: auto;
    display: block;
    margin-top: 250px;
  }
}
@supports (-ms-ime-align:auto) {
  .spo-text-block .row {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .spo-text-block {
    min-height: auto;
  }
}
.spo-text-block .body {
  text-align: center;
  max-width: 882px;
  margin: 12px auto 16px;
  line-height: 32px;
}
.spo-text-block .body a {
  color: #0060cc;
  text-decoration: none;
}
.spo-text-block .cta-container {
  margin: auto;
}
.spo-text-block .cta-container .cta {
  margin: auto;
}
.lpv-nav {
  height: 80px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e1e1e4;
  background-color: #ffffff;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  flex-flow: row;
}
.lpv-nav .nav-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpv-nav {
    box-shadow: none;
    border: none;
    height: auto;
    margin: 12px 0;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv-nav .left-nav {
    margin-left: 0;
    margin-right: 25px;
  }
}
.lpv-nav .left-nav .logo-image-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  left: 50%;
  margin-left: -580px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv-nav .left-nav .logo-image-link {
    position: static;
    left: 0;
    margin-left: 0;
  }
}
.lpv-nav .left-nav img {
  width: 145px;
  max-width: unset;
}
.lpv-nav .right-nav {
  display: flex;
  align-items: center;
}
.lpv-nav .right-nav p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 25px 0 0;
  padding: 0px;
  color: #00234B;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .lpv-nav .right-nav p {
    display: none;
    margin-right: 12px;
  }
}
.lpv-nav .logo-text {
  font-size: 28px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  text-align: center;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  color: #00234B;
}
.lpv .cta-container,
.lpv-nav .cta-container {
  margin: 0px;
}
.lpv .cta-container .cta,
.lpv-nav .cta-container .cta {
  width: 288px;
  height: 48px;
  background-color: #00234B;
  color: #ffffff;
  font-size: 16px;
  padding: 0 24px 0 24px;
  border: none;
  border-radius: 0px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.lpv .cta-container .cta:hover,
.lpv-nav .cta-container .cta:hover {
  background-color: #08376e;
}
.lpv {
  color: #00234B;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.lpv .max-width {
  max-width: 1100px;
  margin: auto;
}
.lpv section {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .lpv section {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'sharp-sans-medium', Arial, sans-serif !important;
  }
}
.lpv strong {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.lpv h1 {
  font-size: 53px;
  line-height: 70px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .lpv h1 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
}
.lpv h2 {
  font-size: 40px;
  line-height: 48px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .lpv h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.lpv-hero {
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .lpv-hero {
    background-image: none!important;
  }
}
.lpv-hero .order-sm-first {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 30px;
}
.lpv-hero .headline {
  margin-bottom: 37px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv-hero .headline {
    font-size: 43px;
    line-height: 56px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .lpv-hero .headline {
    text-align: left;
    margin: 40px 0 30px;
    font-size: 32px;
    line-height: 40px;
  }
}
.lpv-hero .subheadline {
  font-size: 24px;
  line-height: 36px;
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  .lpv-hero .subheadline {
    font-size: 18px;
    line-height: 28px;
  }
}
.lpv-hero .mobile-img-col {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .lpv-hero .mobile-img-col {
    padding-left: 70px;
    padding-right: 15px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv-hero .mobile-img-col {
    padding-left: 0;
    padding-right: 30px;
  }
}
.lpv-hero .mobile-img-col .desktop-img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lpv-hero .mobile-img-col .desktop-img {
    display: none;
  }
}
.lpv-hero .mobile-img-col .mobile-img {
  padding: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .lpv-hero .mobile-img-col .mobile-img {
    width: 100%;
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpv-hero .row {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lpv-text-block {
    padding: 0 !important;
  }
}
.lpv-text-block h2 {
  margin: 0 0 13px;
  max-width: 853px;
}
@media only screen and (max-width: 767px) {
  .lpv-text-block h2 {
    margin: 5px 0 25px;
    padding: 0 15px;
  }
}
.lpv-text-block p {
  font-size: 14px;
}
.lpv-text-block img {
  width: 100%;
}
.lpv-faq h2,
.lpv-faq .question,
.lpv-faq .answer {
  max-width: 900px;
}
.lpv-faq h2 {
  margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  .lpv-faq h2 {
    margin-bottom: 28px;
  }
}
.lpv-faq .question {
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .lpv-faq .question {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}
.lpv-faq .answer {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lpv-faq .answer {
    font-size: 14px;
    line-height: 20px;
  }
}
.lpv-faq.kicker {
  padding: 65px 0;
  background-color: #dee7f2;
}
@media only screen and (max-width: 767px) {
  .lpv-faq.kicker {
    padding: 41px 15px;
  }
}
.lpv-faq .cta-callout p {
  text-align: center;
  max-width: 740px;
  margin: auto;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  line-height: 1.5;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .lpv-faq .cta-callout p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 32px;
    max-width: 100%;
  }
}
.lpv-faq .cta {
  margin: 42px auto 0;
}
@media only screen and (max-width: 767px) {
  .lpv-faq .cta {
    margin-top: 33px;
  }
}
.lpv-wizard {
  background-color: #f3f3f4;
}
.lpv-wizard h2 {
  margin-bottom: 51px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard h2 {
    margin-bottom: 25px;
  }
}
.lpv-wizard .carousel-row {
  background-color: #ffffff;
  height: 452px;
  max-width: 1070px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel-row {
    height: 374px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv-wizard .carousel-row {
    max-width: 95%;
    margin: auto;
  }
}
.lpv-wizard .carousel {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lpv-wizard .carousel .carousel-inner {
  height: 452px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner {
    height: 374px;
  }
}
.lpv-wizard .carousel .carousel-inner .carousel-item {
  height: 324px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .carousel-item {
    height: 280px;
    -webkit-transition: 1s ease-in-out left;
    -moz-transition: 1s ease-in-out left;
    -ms-transition: 1s ease-in-out left;
    -o-transition: 1s ease-in-out left;
  }
}
.lpv-wizard .carousel .carousel-inner .col-content {
  height: 324px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .col-content {
    height: 280px;
    max-width: 315px;
  }
}
.lpv-wizard .carousel .carousel-inner .col-content .wizard-step-text {
  font-size: 24px;
  line-height: 32px;
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  text-align: center;
  margin: 21px 0 19px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .col-content .wizard-step-text {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 29px;
  }
}
.lpv-wizard .carousel .carousel-inner .col-content .input-block-2,
.lpv-wizard .carousel .carousel-inner .col-content .input-block-5 {
  position: relative;
}
.lpv-wizard .carousel .carousel-inner .col-content .input-block-2::before,
.lpv-wizard .carousel .carousel-inner .col-content .input-block-5::before {
  content: '$';
  display: inline-block;
  position: absolute;
  left: -20px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}
.lpv-wizard .carousel .carousel-inner .col-content .input-block-3 {
  position: relative;
}
.lpv-wizard .carousel .carousel-inner .col-content .input-block-3::after {
  content: '%';
  display: block;
  position: absolute;
  right: -25px;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}
.lpv-wizard .carousel .carousel-inner .col-content input {
  width: 108px;
  height: 44px;
  border: 1px solid #c3c3c8;
  margin: auto;
  display: inline-block;
  padding: 10px;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  color: #00234b;
}
.lpv-wizard .carousel .carousel-inner .col-content .instructions {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 9px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .col-content .instructions {
    font-size: 14px;
    line-height: 20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lpv-wizard .carousel .carousel-inner .col-content .instructions {
    max-width: 640px;
  }
}
.lpv-wizard .carousel .carousel-inner .col-content .clarification-text {
  color: #00234b;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 30px 0 0;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .col-content .clarification-text {
    margin: 23px 0 0;
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .col-content .not-control {
    margin-bottom: 40px;
  }
}
.lpv-wizard .carousel .carousel-inner .button-block {
  border-top: 2px #f3f3f4 solid;
  height: 127px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .button-block {
    height: 92px;
  }
}
.lpv-wizard .carousel .carousel-inner .button-block .cta-container {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .button-block .cta-container {
    padding: 0 13px;
  }
}
.lpv-wizard .carousel .carousel-inner .button-block .cta {
  width: 108px;
  padding: 0;
}
.lpv-wizard .carousel .carousel-inner .button-block .cta:hover {
  background-color: #08376e;
}
.lpv-wizard .carousel .carousel-inner .button-block .cta.start-over {
  background-color: #ffffff;
  color: #0060cc;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .button-block .cta.start-over {
    align-items: flex-start;
  }
}
.lpv-wizard .carousel .carousel-inner .button-block .cta.prev {
  color: #00234B;
  border: 1px #00234B solid;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .button-block .cta {
    font-size: 14px;
    width: 81px;
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner {
    overflow: visible;
  }
}
.lpv-wizard .carousel .carousel-inner .item-1 .col-content .instructions {
  max-width: 395px;
}
.lpv-wizard .carousel .carousel-inner .item-3 .col-content .instructions,
.lpv-wizard .carousel .carousel-inner .item-4 .col-content .instructions {
  max-width: 460px;
}
.lpv-wizard .carousel .carousel-inner .item-6 .col-content .wizard-step-text {
  margin-top: 0;
  padding-top: 0;
}
.lpv-wizard .carousel .carousel-inner .item-6 .col-content .instructions {
  margin: 0 auto 15px;
}
.lpv-wizard .carousel .carousel-inner .item-6 .col-content .cta {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .carousel .carousel-inner .item-2 .col-content .wizard-step-text,
  .lpv-wizard .carousel .carousel-inner .item-5 .col-content .wizard-step-text,
  .lpv-wizard .carousel .carousel-inner .item-6 .col-content .wizard-step-text {
    margin: 0 0 18px;
  }
  .lpv-wizard .carousel .carousel-inner .item-2 .col-content .instructions,
  .lpv-wizard .carousel .carousel-inner .item-5 .col-content .instructions,
  .lpv-wizard .carousel .carousel-inner .item-6 .col-content .instructions {
    margin-bottom: 0;
  }
  .lpv-wizard .carousel .carousel-inner .item-2 .col-content .not-control,
  .lpv-wizard .carousel .carousel-inner .item-5 .col-content .not-control,
  .lpv-wizard .carousel .carousel-inner .item-6 .col-content .not-control {
    margin-bottom: 0;
  }
  .lpv-wizard .carousel .carousel-inner .item-6 .col-content .cta {
    width: 310px;
    font-size: 14px;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .item-6.active h3 {
    padding-top: 0;
    margin-bottom: 13px;
  }
}
.lpv-wizard .item-6.active + .button-block {
  justify-content: space-between;
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .item-6.active + .button-block {
    justify-content: center;
  }
}
.lpv-wizard .carousel-control-prev,
.lpv-wizard .carousel-control-next {
  opacity: 1;
  position: relative;
}
.lpv-wizard .carousel-control-prev.start-over:focus,
.lpv-wizard .carousel-control-next.start-over:focus {
  opacity: 1;
}
.lpv-wizard .carousel-control-prev.start-over:hover,
.lpv-wizard .carousel-control-next.start-over:hover {
  background-color: #ffffff;
  opacity: 1;
}
.lpv-wizard .carousel-control-prev .carousel-control-next-icon,
.lpv-wizard .carousel-control-next .carousel-control-next-icon,
.lpv-wizard .carousel-control-prev .carousel-control-prev-icon,
.lpv-wizard .carousel-control-next .carousel-control-prev-icon {
  background-image: none;
}
.lpv-wizard .later-text .rather-text,
.lpv-wizard .later-text .download-link {
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  font-size: 16px;
  line-height: 34px;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv-wizard .later-text .rather-text {
    padding-bottom: 0px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .later-text .rather-text {
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.lpv-wizard .later-text .download-link {
  color: #0060cc;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lpv-wizard .later-text .download-link {
    padding-bottom: 0px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .lpv-wizard .later-text .download-link {
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }
}
body,
html {
  overflow-x: hidden;
}
@media screen and (max-width: 414px) {
  h2.sg-header2,
  h2.sg-header3 {
    font-size: 35px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 450px) {
  .sg-small-18.sg-columns.sg-small-offset-1.sg-small-pull-1 {
    position: inherit;
  }
}
.provider-nav {
  background-color: #fff !important;
}
.provider-nav .links-parent {
  text-align: center;
}
.provider-nav .links-parent .line {
  background-color: #949496 !important;
}
.provider-nav a {
  color: #949496 !important;
}
.provider-alt-nav {
  background-color: #ededee !important;
}
.provider-alt-nav .links-parent {
  text-align: center;
}
.provider-alt-nav .links-parent .line {
  background-color: #949496 !important;
}
.provider-alt-nav a {
  color: #949496 !important;
}
.main-container {
  padding: 0 !important;
}
.side-nav:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}
.side-nav {
  color: #28a7fa;
  border-bottom: solid 1px #949496;
  padding-bottom: 13px;
  margin-bottom: 13px;
  line-height: 22px !important;
}
@media screen and (max-width: 450px) {
  .page-links-bar section .links-row .links-parent a {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-links-bar section .links-row .links-parent a {
    max-width: 260px;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .page-links-bar.sticky-bar.stick {
    top: 0;
    margin: 0;
  }
  .page-links-bar section .links-row .links-parent a {
    max-width: 260px;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) {
  .page-links-bar a {
    font-size: 13px;
  }
}
.nav-link-box h5.sg-para2 {
  padding-bottom: 25px !important;
}
.prov-hed-link {
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  margin-top: 12px;
  display: inherit;
}
.prov-hed-link:hover {
  text-decoration: underline !important;
}
.providers-header {
  min-height: 400px;
  text-align: center;
  padding: 7em 0 3em 0;
}
.prov-alt-hed {
  text-align: left;
  padding: 0;
}
h2.sg-header2,
h2.sg-header3 {
  max-width: 800px;
  margin: 0 auto;
}
.prov-alt-title {
  max-width: 100% !important;
}
.hero-img-container {
  background-size: cover;
  width: 100%;
  height: 590px;
}
@media screen and (max-width: 768px) {
  .hero-img-container {
    background-position-x: -160px;
  }
}
@media screen and (max-width: 450px) {
  .hero-img-container {
    background-position-x: -170px !important;
    height: 400px;
  }
}
.nav-link-container {
  height: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-link-box {
  width: 352px;
  max-height: 430px;
  padding: 40px;
  background-color: #fff;
}
.nav-link-box h5.sg-para2 {
  font-size: 25px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .nav-link-box {
    display: none;
  }
}
.logo-slide {
  padding-top: 50px;
  max-width: 1024px;
  margin: 0 auto;
}
.logo-panel {
  margin: 0 10px;
}
.slick-slide img {
  margin: 0 auto;
  max-width: 200px;
  max-height: 50px;
}
.prov-btn {
  margin-top: 45px;
}
.prov-btn-container {
  width: 90vw;
  margin: 0 auto;
}
.sg-prov-btn {
  min-width: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #fff04b;
  background-color: #00234b;
}
.sg-prov-btn:hover {
  background-color: #fff04b;
  color: #00234b;
}
.sg-prov-alt-btn {
  width: 100% !important;
  color: #00234b;
  background-color: #fff;
  border: solid 1px #00234b;
}
.sg-prov-alt-btn:hover {
  background-color: #00234b;
  color: #fff;
}
.providers-text-image {
  background-color: #ededee;
  padding: 7em 0;
  min-height: 90vh;
}
.text-w-image-container {
  padding: 100px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
}
.wrap-reverse {
  flex-wrap: wrap-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.text-w-image {
  min-width: 350px;
  max-width: 400px;
}
.text-w-image img {
  width: 100%;
  height: auto;
}
.prov-text {
  align-self: center;
  padding: 0 15px;
}
.sg-para3 ul {
  list-style: disc outside none;
  padding-left: 1em;
}
.why-join-container {
  padding: 100px 0 0 0;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .why-join-container {
    width: 75vw;
  }
}
@media screen and (min-width: 768px) {
  .why-join-blurb {
    max-width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .why-join-blurb {
    width: 100vw;
    padding-bottom: 50px;
  }
}
.why-join-icon img {
  max-width: 150px;
  max-height: 150px;
}
@media screen and (min-width: 768px) {
  .why-join-icon {
    max-width: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .why-join-icon {
    width: 100vw;
    padding-bottom: 50px;
  }
}
p small {
  font-size: 16px;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  line-height: 15px;
}
.icon-header {
  padding-bottom: 20px !important;
}
h5.sg-para2.icon-header {
  line-height: 24px;
  font-size: 18px;
}
.icon-dek {
  padding-top: 20px;
}
.join-text-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 55px;
  justify-content: space-around;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
}
.join-text-container .join-row {
  padding-bottom: 55px;
  display: inherit;
  justify-content: space-around;
  width: 700px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .join-text-container .join-row {
    max-width: 80vw;
  }
}
p small em {
  font-style: italic;
}
.join-text-left {
  width: 250px;
  height: 200px;
  display: inherit;
  text-align: center;
  background-size: 250px auto;
  background-repeat: no-repeat;
  background-position-y: 0;
}
.join-text-left span {
  align-self: center;
  padding: 0 45px;
}
.join-text-left strong {
  font-weight: 700;
}
.join-text-right {
  width: 400px;
  height: auto;
  text-align: left;
}
.join-text-right h6 {
  line-height: 1em;
}
.pricing-container {
  background-color: #fff;
  margin: 100px auto;
  max-width: 820px;
  min-height: 505px;
  padding: 60px 50px;
}
@media screen and (max-width: 768px) {
  .pricing-container {
    margin: 100px 40px;
  }
}
@media screen and (max-width: 450px) {
  .pricing-container {
    margin: 100px 20px;
  }
}
.pricing-benefits {
  border-bottom: solid 1px #949496;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.pricing-benefits img {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 450px) {
  .pricing-benefits h5.sg-para3 {
    width: 75%;
  }
}
.pricing-fee {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.video-container {
  height: 100%;
  display: flex;
  justify-content: center;
}
.video-text {
  padding: 0 !important;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .video-text {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .video-text h2 {
    padding: 0;
  }
}
a#template-play {
  color: #fff04b;
}
a#template-play:hover {
  color: #00234b;
}
@media screen and (max-width: 767px) {
  a#template-play {
    margin-top: 30px;
    padding: 11px 15px 11px !important;
  }
}
.template-video a {
  padding: 11px 30px !important;
}
.page-template-template-covid19 strong a {
  font-family: "sharp-sans-bold", Arial, sans-serif;
}
.page-template-template-covid19 .bg-white + .bg-white {
  padding-top: 0;
}
.page-template-template-covid19 .bg-blue {
  background: #BDD1E8;
}
.page-template-template-covid19 .bg-gray {
  background: #F7F7F7;
}
.page-template-template-covid19 .bg-dark-blue {
  background: #072348;
}
.page-template-template-covid19 .bg-dark-blue .section-title,
.page-template-template-covid19 .bg-dark-blue .section-content,
.page-template-template-covid19 .bg-dark-blue .icon-w-text,
.page-template-template-covid19 .bg-dark-blue .section-title *,
.page-template-template-covid19 .bg-dark-blue .section-content *,
.page-template-template-covid19 .bg-dark-blue .icon-w-text * {
  color: #fff;
}
.page-template-template-covid19 .bg-teal {
  background: #35A8B0;
}
.page-template-template-covid19 .bg-teal .section-title,
.page-template-template-covid19 .bg-teal .section-content,
.page-template-template-covid19 .bg-teal .icon-w-text,
.page-template-template-covid19 .bg-teal .section-title *,
.page-template-template-covid19 .bg-teal .section-content *,
.page-template-template-covid19 .bg-teal .icon-w-text * {
  color: #fff;
}
.page-template-template-covid19 .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-template-template-covid19 .cta {
  height: auto;
  width: auto;
  background-color: #FFF04B;
  align-items: center;
  color: #00234B;
  display: inline-flex;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 18px;
}
.page-template-template-covid19 .cta:hover {
  background-color: #00234B;
  color: #FFFFFF !important;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .cta {
    font-size: 21px;
    line-height: 25px;
    padding: 18px 36px;
    min-width: 428px;
  }
}
.page-template-template-covid19 .container {
  padding: 0 14px;
}
.page-template-template-covid19 .container .row {
  margin: -14px;
}
.page-template-template-covid19 .container .col-12 {
  padding: 14px;
}
.page-template-template-covid19 section .container {
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 section .container {
    max-width: 340px;
  }
}
.page-template-template-covid19 section {
  padding: 48px 0;
}
.page-template-template-covid19 section a {
  color: #00234B;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 section {
    padding: 100px 0;
  }
}
.page-template-template-covid19 .section-title {
  font-size: 24px;
  line-height: 1.16;
  text-align: center;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1em;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .section-title {
    font-size: 52px;
    line-height: 1.25;
    padding: 0 0 76px;
  }
}
.page-template-template-covid19 .section-title.has-mobile strong.section-title-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .section-title.has-mobile strong {
    display: none;
  }
  .page-template-template-covid19 .section-title.has-mobile strong.section-title-mobile {
    display: inline-block;
  }
}
.page-template-template-covid19 .section-content p {
  margin: 0 0 1em;
}
.page-template-template-covid19 .section-content p,
.page-template-template-covid19 .section-content ul li,
.page-template-template-covid19 .section-content ol li {
  font-size: 16px;
  line-height: 1.31;
  text-align: center;
  padding: 0;
}
.page-template-template-covid19 .section-content p:last-child,
.page-template-template-covid19 .section-content ul li:last-child,
.page-template-template-covid19 .section-content ol li:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .section-content p,
  .page-template-template-covid19 .section-content ul li,
  .page-template-template-covid19 .section-content ol li {
    font-size: 36px;
    line-height: 1.2222;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-icons-w-text .row {
    margin: -21px -14px;
  }
  .page-template-template-covid19 .covid19-icons-w-text .row .col-12 {
    padding: 21px 14px;
  }
}
.page-template-template-covid19 .icon-w-text img {
  height: 192px;
  width: auto;
  margin: 0 auto 36px;
  display: block;
  text-align: center;
}
.page-template-template-covid19 .icon-w-text p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .icon-w-text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .icon-w-text {
    display: block;
    margin: 0 auto;
  }
  .page-template-template-covid19 .icon-w-text img {
    height: 100px;
    margin: 0 auto 18px;
  }
}
.page-template-template-covid19 .covid19-powered-by-message {
  display: flex;
  font-size: 14px;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  line-height: 17px;
  padding-top: 13px;
}
.page-template-template-covid19 .covid19-powered-by-message p {
  font-size: 14px;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  line-height: 17px;
}
.page-template-template-covid19 .covid19-powered-by-message img {
  width: 73px;
  height: 14px;
}
.page-template-template-covid19 .powered-by-icon {
  margin-left: 4px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .powered-by-icon {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .powered-by-icon {
    margin-top: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 #covid19-quick-tips.bg-teal {
    position: relative;
  }
  .page-template-template-covid19 #covid19-quick-tips.bg-teal:after {
    content: '';
    background: #35A8B0;
    display: block;
    width: 110%;
    height: 120px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    position: absolute;
    bottom: -36px;
    left: -5%;
    z-index: -1;
  }
  .page-template-template-covid19 #covid19-quick-tips.bg-teal + section {
    margin-top: 36px;
  }
}
.page-template-template-covid19 .covid19-nav {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.page-template-template-covid19 .covid19-nav .container {
  width: 100%;
  max-width: 100%;
}
.page-template-template-covid19 .covid19-nav a {
  display: block;
}
.page-template-template-covid19 .covid19-nav img {
  margin-top: 38px;
  margin-left: 46px;
  height: 32px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-nav img {
    height: 18px;
    display: block;
    margin: 12px auto 0;
  }
}
.page-template-template-covid19 .covid19-nav .logo-image-link.logo-blue-zee img {
  margin-top: 46px;
  margin-left: 38px;
  height: 72px;
}
.page-template-template-covid19 .covid19-nav .logo-image-link.logo-blue-zee img.logo-image-mobile {
  display: none;
  height: 16px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-nav .logo-image-link.logo-blue-zee img {
    display: none;
  }
  .page-template-template-covid19 .covid19-nav .logo-image-link.logo-blue-zee img.logo-image-mobile {
    margin-top: 24px;
    display: block;
  }
}
.page-template-template-covid19 .covid19-hero {
  position: relative;
  padding: 0;
}
.page-template-template-covid19 .covid19-hero .bg-img,
.page-template-template-covid19 .covid19-hero .bg-img-mobile {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-template-template-covid19 .covid19-hero .bg-img {
  height: 470px;
}
.page-template-template-covid19 .covid19-hero .bg-img-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-covid19 .covid19-hero .hero-content {
  position: relative;
  z-index: 3;
  max-width: 768px;
  display: block;
  margin: -250px auto 0;
  background: #fff;
  padding: 88px 72px;
  text-align: center;
}
.page-template-template-covid19 .covid19-hero .hero-content h1 {
  font-size: 52px;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 0.7em;
}
.page-template-template-covid19 .covid19-hero .hero-content p {
  font-size: 24px;
  line-height: 1.16;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-hero {
    padding: 68px 0 50px;
  }
  .page-template-template-covid19 .covid19-hero .bg-img {
    display: none;
  }
  .page-template-template-covid19 .covid19-hero .hero-content {
    margin: 0 auto;
    padding: 26px 10px;
    max-width: 268px;
  }
  .page-template-template-covid19 .covid19-hero .hero-content h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .page-template-template-covid19 .covid19-hero .hero-content p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-hero .bg-img-mobile {
    display: none;
  }
}
.page-template-template-covid19 .covid19-simple-section {
  position: relative;
}
.page-template-template-covid19 .covid19-simple-section.bg-image {
  padding: 120px 0;
}
.page-template-template-covid19 .covid19-simple-section.bg-image .section-content-wrapper {
  padding: 25px 20px;
}
.page-template-template-covid19 .covid19-simple-section.bg-image .section-content p,
.page-template-template-covid19 .covid19-simple-section.bg-image .section-content ul li,
.page-template-template-covid19 .covid19-simple-section.bg-image .section-content ol li {
  font-size: 18px;
  line-height: 22px;
}
.page-template-template-covid19 .covid19-simple-section .container {
  position: relative;
  z-index: 3;
}
.page-template-template-covid19 .covid19-simple-section .cta-container {
  margin: 24px auto 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .container {
    max-width: 1110px;
    display: flex;
    align-items: center;
  }
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .container > div {
    flex: 1 1 50%;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image.float-image-left .floating-img-wrapper {
    padding-right: 25px;
  }
  .page-template-template-covid19 .covid19-simple-section.add-floating-image.float-image-left .section-content-wrapper {
    padding-left: 25px;
  }
}
.page-template-template-covid19 .covid19-simple-section.add-floating-image.float-image-right .container {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image.float-image-right .floating-img-wrapper {
    padding-left: 25px;
  }
  .page-template-template-covid19 .covid19-simple-section.add-floating-image.float-image-right .section-content-wrapper {
    padding-right: 25px;
  }
}
.page-template-template-covid19 .covid19-simple-section.add-floating-image .floating-img-wrapper img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .floating-img-wrapper img.floating-img-mobile {
    display: block;
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .floating-img-wrapper img.floating-img {
    display: block;
  }
}
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-title,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .cta-container {
  max-width: 100%;
}
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-title,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .cta-container,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-title *,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content *,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .cta-container * {
  text-align: left;
}
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-title {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .section-title {
    padding: 0 0 8px;
  }
}
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content p,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content ul li,
.page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content ol li {
  font-size: 15px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .cta {
    width: 100%;
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .section-title {
    font-size: 40px;
    line-height: 50px;
  }
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content p,
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content ul li,
  .page-template-template-covid19 .covid19-simple-section.add-floating-image .section-content ol li {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section.add-checkmarks .section-title {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-title {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 1em;
  }
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-content p,
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-content ul li,
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-content ol li {
    font-size: 16px;
    line-height: 22px;
  }
  .page-template-template-covid19 .covid19-simple-section .cta-container {
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section.bg-image {
    padding: 180px 0;
  }
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-content-wrapper {
    padding: 40px 80px;
  }
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-title {
    padding: 0 0 21px;
    margin-top: -0.2em;
  }
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-content p,
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-content ul li,
  .page-template-template-covid19 .covid19-simple-section.bg-image .section-content ol li {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-template-covid19 .covid19-simple-section .container {
    max-width: 768px;
  }
}
.page-template-template-covid19 .covid19-simple-section .bg-img,
.page-template-template-covid19 .covid19-simple-section .bg-img-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section .bg-img {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-simple-section .bg-img-mobile {
    display: block;
  }
}
.page-template-template-covid19 .covid19-simple-section .section-checkmarks {
  margin: 0 -9px 8px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
.page-template-template-covid19 .covid19-simple-section .section-checkmarks.section-checkmarks-mobile {
  display: none;
}
.page-template-template-covid19 .covid19-simple-section .section-checkmarks li {
  margin: 0;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
}
.page-template-template-covid19 .covid19-simple-section .section-checkmarks li:before {
  content: '';
  height: 32px;
  width: 32px;
  background-image: url('../../../assets/check-green.svg');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks {
    display: none;
  }
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks.section-checkmarks-mobile {
    display: block;
  }
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks,
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks li {
    font-size: 14px;
    line-height: 17px;
  }
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks li:before {
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks + .section-content {
    border-top: 1px solid #E1E1E4;
    padding-top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-simple-section .section-checkmarks {
    margin: 0 -9px 24px;
  }
}
.page-template-template-covid19 .video-visit-container {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .video-visit-container {
    margin: 24px 0 0;
  }
}
.page-template-template-covid19 .video-visit-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  line-height: 25px;
  background: #FFFFFF;
  padding: 16px 40px 16px 20px;
  border: 1px solid #00234B;
  width: 100%;
  border-radius: 0;
  color: #00234B;
  width: auto;
  position: relative;
  background-image: url('../../../assets/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 18px center;
  cursor: pointer;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
.page-template-template-covid19 .video-visit-container select:required:invalid {
  color: #878791;
}
.page-template-template-covid19 .video-visit-container select option[value=""][disabled] {
  display: none;
}
.page-template-template-covid19 .video-visit-container select option {
  color: #00234B;
}
.page-template-template-covid19 .video-visit-container .cta {
  margin: 0 0 0 18px;
  min-width: auto;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .video-visit-container {
    margin: 24px 0 0;
    flex-wrap: wrap;
  }
  .page-template-template-covid19 .video-visit-container select,
  .page-template-template-covid19 .video-visit-container .cta {
    width: 100%;
  }
  .page-template-template-covid19 .video-visit-container select {
    font-size: 15px;
    line-height: 19px;
    border-width: 1px;
  }
  .page-template-template-covid19 .video-visit-container .cta {
    margin: 10px 0 0;
  }
}
.page-template-template-covid19 #covid19-hero {
  padding-top: 87px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 #covid19-hero {
    padding-top: 154px;
  }
}
.page-template-template-covid19 #covid19-hero .section-title {
  max-width: 561px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 #covid19-hero .section-title {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 9px;
  }
}
.page-template-template-covid19 #covid19-hero .section-content {
  max-width: 690px;
  margin: 0 auto;
}
.page-template-template-covid19 #covid19-hero .section-content p,
.page-template-template-covid19 #covid19-hero .section-content ul li,
.page-template-template-covid19 #covid19-hero .section-content ol li {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 #covid19-hero .section-content p,
  .page-template-template-covid19 #covid19-hero .section-content ul li,
  .page-template-template-covid19 #covid19-hero .section-content ol li {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 #nurse-chat {
    padding-bottom: 72px;
  }
}
.page-template-template-covid19 .covid19-blocks-w-links .btn-load-more {
  width: 100%;
  display: none;
  border: 1px solid #00234B;
  color: #00234B;
  background: none;
  font-size: 18px;
  height: 48px;
  margin-top: 48px;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blocks-w-links .container {
    max-width: 100%;
    padding: 0;
  }
  .page-template-template-covid19 .covid19-blocks-w-links .section-title {
    padding: 0 0 32px;
  }
  .page-template-template-covid19 .covid19-blocks-w-links .row {
    display: none;
    margin: -9px -15px;
  }
  .page-template-template-covid19 .covid19-blocks-w-links .col-12 {
    padding: 9px 15px;
    display: none;
  }
  .page-template-template-covid19 .covid19-blocks-w-links .btn-load-more {
    display: none;
  }
}
.page-template-template-covid19 .block-w-link {
  background: #fff;
  height: 100%;
  width: 260px;
  margin: 0 auto;
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.page-template-template-covid19 .block-w-link .logo {
  padding: 24px 16px;
}
.page-template-template-covid19 .block-w-link .logo img {
  width: auto;
  height: 28px;
}
.page-template-template-covid19 .block-w-link h1 {
  margin: 0;
  font-family: "sharp-sans-semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding: 16px;
}
.page-template-template-covid19 .block-w-link a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .block-w-link {
    width: 100%;
  }
  .page-template-template-covid19 .block-w-link h1 {
    padding: 18px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .block-w-link h1,
  .page-template-template-covid19 .block-w-link p,
  .page-template-template-covid19 .block-w-link a {
    font-size: 16px;
    line-height: 22px;
  }
  .page-template-template-covid19 .block-w-link .read-more-link {
    bottom: 20px;
  }
}
.page-template-template-covid19 .blocks-list.horizontal-scroll {
  display: flex;
  overflow-x: auto;
  padding: 0 24px 12px 0;
}
.page-template-template-covid19 .blocks-list.horizontal-scroll .block-item {
  padding: 0 0 0 24px;
  flex: 1 0 auto;
}
.page-template-template-covid19 .blocks-list.horizontal-scroll .block-item:last-child {
  padding-right: 24px;
}
.page-template-template-covid19 .blocks-list.horizontal-scroll .block-w-link {
  width: 276px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .blocks-list.horizontal-scroll {
    display: none;
  }
}
.page-template-template-covid19 .covid19-accordion .section-title {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-accordion .section-title {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-accordion .section-title {
    font-size: 48px;
    line-height: 64px;
  }
}
.page-template-template-covid19 .accordion {
  max-width: 860px;
  margin: 0 auto;
}
.page-template-template-covid19 .accordion .card {
  border: none;
  border-radius: 0;
  border-bottom: 2px #ddd solid;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .accordion .card {
    border-bottom: 1px #ddd solid;
  }
}
.page-template-template-covid19 .accordion .card-header {
  background: none;
  border: none;
  padding: 40px 30px;
  cursor: pointer;
}
.page-template-template-covid19 .accordion .card-header h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  padding: 0 60px 0 0;
  margin: 0;
  position: relative;
}
.page-template-template-covid19 .accordion .card-header h3 span {
  max-width: 954px;
  display: inline-block;
}
.page-template-template-covid19 .accordion .card-header h3:after {
  position: absolute;
  display: block;
  content: ' ';
  background-image: url('../../../assets/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: 27px 17px;
  height: 17px;
  width: 27px;
  top: 50%;
  margin-top: -9px;
  right: 30px;
  transform-origin: center center;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.page-template-template-covid19 .accordion .card-header[aria-expanded="true"] h3:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .accordion .card-header {
    padding: 24px 0px;
  }
  .page-template-template-covid19 .accordion .card-header h3 {
    font-size: 15px;
    line-height: 24px;
    padding: 0 78px 0 0;
  }
  .page-template-template-covid19 .accordion .card-header h3:after {
    right: 0;
    background-size: 13px 8px;
    height: 9px;
    width: 14px;
    margin-top: -5px;
  }
}
.page-template-template-covid19 .accordion .card-body {
  padding: 0 30px 40px;
}
.page-template-template-covid19 .accordion .card-body p,
.page-template-template-covid19 .accordion .card-body ul li,
.page-template-template-covid19 .accordion .card-body ol li {
  font-size: 18px;
  line-height: 30px;
}
.page-template-template-covid19 .accordion .card-body p:last-child,
.page-template-template-covid19 .accordion .card-body ul li:last-child,
.page-template-template-covid19 .accordion .card-body ol li:last-child {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .accordion .card-body {
    padding: 0 0 36px;
  }
  .page-template-template-covid19 .accordion .card-body p,
  .page-template-template-covid19 .accordion .card-body ul li,
  .page-template-template-covid19 .accordion .card-body ol li {
    font-size: 14px;
    line-height: 24px;
  }
}
.page-template-template-covid19 .covid19-columns {
  padding: 0 0 32px;
}
.page-template-template-covid19 .covid19-columns .container {
  max-width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-columns .row {
    display: flex;
  }
}
.page-template-template-covid19 .covid19-columns .col-12 {
  max-width: 653px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-columns .col-12 {
    flex: 1 0 0;
  }
}
.page-template-template-covid19 .covid19-columns .column-block {
  background: #F0F0F0;
  height: 100%;
  padding: 28px 24px 36px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-columns .column-block h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-columns .column-block {
    min-width: 410px;
    padding: 26px 56px 72px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-columns .column-block-tcc p,
  .page-template-template-covid19 .covid19-columns .column-block-tcc ul li,
  .page-template-template-covid19 .covid19-columns .column-block-tcc ol li {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-columns .column-block-tcc p,
  .page-template-template-covid19 .covid19-columns .column-block-tcc ul li,
  .page-template-template-covid19 .covid19-columns .column-block-tcc ol li {
    font-size: 20px;
    line-height: 24px;
  }
}
.page-template-template-covid19 .covid19-columns .column-block-tcc ul {
  margin-bottom: 0;
  margin-left: 42px;
}
.page-template-template-covid19 .covid19-columns .column-block-tcc ul li {
  margin: 1em 0;
  list-style-type: none;
  position: relative;
}
.page-template-template-covid19 .covid19-columns .column-block-tcc ul li:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  top: 0.5em;
  left: -36px;
  background: #00234B;
  border-radius: 500px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-columns .column-block-tcc .cta {
    margin: 18px 0 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-columns .column-block-tcc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .page-template-template-covid19 .covid19-columns .column-block-tcc .cta {
    margin-left: 0;
    width: 100%;
    min-width: auto;
    max-width: 428px;
  }
}
.page-template-template-covid19 .covid19-columns .wFormContainer {
  border: none;
  font-family: "sharp-sans-medium", Arial, sans-serif;
}
.page-template-template-covid19 .covid19-columns .wForm {
  padding: 0;
}
.page-template-template-covid19 .covid19-columns .wForm form {
  margin: 0;
}
.page-template-template-covid19 .covid19-columns .wForm .actions,
.page-template-template-covid19 .covid19-columns .wForm .row {
  margin: 0;
  padding: 0;
  border: none;
}
.page-template-template-covid19 .covid19-columns .wForm .oneField {
  margin: 0;
  padding: 0 0 32px;
  border: none;
  position: relative;
}
.page-template-template-covid19 .covid19-columns .wForm .oneField select,
.page-template-template-covid19 .covid19-columns .wForm .oneField input {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 15px;
  line-height: 24px;
  background: #FFFFFF;
  padding: 12px;
  border: 1px solid #E1E1E4;
  width: 100%;
  border-radius: 0;
  color: #00234B;
}
.page-template-template-covid19 .covid19-columns .wForm .oneField select {
  width: auto;
  position: relative;
  background-image: url('../../../assets/down-arrow.svg');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 18px center;
}
.page-template-template-covid19 .covid19-columns .wForm .oneField select:required:invalid {
  color: #878791;
}
.page-template-template-covid19 .covid19-columns .wForm .oneField select option[value=""][disabled] {
  display: none;
}
.page-template-template-covid19 .covid19-columns .wForm .oneField select option {
  color: #00234B;
}
.page-template-template-covid19 .covid19-columns .wForm input[type=submit] {
  height: auto;
  width: auto;
  background: #FFF04B;
  align-items: center;
  color: #00234B;
  display: inline-flex;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 18px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.page-template-template-covid19 .covid19-columns .wForm input[type=submit]:hover {
  background: #00234B;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-columns .wForm input[type=submit] {
    margin-top: 12px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-columns .wForm input[type=submit] {
    font-size: 21px;
    line-height: 25px;
    padding: 18px 36px;
    width: 100%;
    max-width: 428px;
  }
}
.page-template-template-covid19 .covid19-columns .wForm .inputWrapper {
  width: 100%;
}
.page-template-template-covid19 .covid19-columns .wForm .preField,
.page-template-template-covid19 .covid19-columns .wForm br {
  display: none;
}
.page-template-template-covid19 .covid19-columns .wForm form .errFld {
  border: none;
}
.page-template-template-covid19 .covid19-columns .wForm form .errFld select,
.page-template-template-covid19 .covid19-columns .wForm form .errFld input {
  border-color: #FF6272;
}
.page-template-template-covid19 .covid19-columns .wForm form .errFld .errMsg {
  position: absolute;
  font-size: 15px;
  line-height: 24px;
  color: #FF6272;
}
.page-template-template-covid19 .covid19-blank-section {
  color: #00234B;
  font-family: "sharp-sans-medium", Arial, sans-serif;
  padding: 0;
}
.page-template-template-covid19 .covid19-blank-section p {
  margin: 0;
  padding: 0;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-primary-div {
  background-color: #F0F0F0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-primary-div {
    background-image: url(https://zocdocstatic.wpengine.com/wp-content/uploads/2020/03/telemed-tablet-image.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-primary-div {
    padding: 0 17px 24px 17px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-header {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  font-size: 52px;
  line-height: 62px;
  padding-top: 103px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-header {
    font-size: 24px;
    line-height: 28px;
    padding-top: 36px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-message {
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  padding-top: 22px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-message {
    margin: auto;
    width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-message {
    font-size: 16px;
    line-height: 21px;
    padding-top: 16px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-subsection {
  display: flex;
  padding: 52px 0 110px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-subsection {
    flex-direction: column;
    padding: 0;
    padding-top: 30px;
    text-align: left;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-tile {
  background-color: white;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 33px 23px 16px 23px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-tile {
    height: 332px;
    max-width: 403px;
    width: 403px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-tile {
    padding: 27px 24px 16px 24px;
    width: 100%;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-tile-header {
  font-family: 'sharp-sans-bold', Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-tile-header {
    font-size: 20px;
    line-height: 22px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-tile-message {
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  padding-top: 16px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-tile-message {
    padding-top: 18px;
    font-size: 16px;
    line-height: 22px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 36px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-wrapper {
    padding-top: 26px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-primary {
  background-color: #FFF04B;
  align-items: center;
  color: #00234B;
  display: flex;
  font-size: 18px;
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
  justify-content: center;
  padding: 15px 0;
  text-decoration: none;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-primary:hover {
  background-color: #00234B;
  color: #FFFFFF;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-primary:hover .covid19-blank-section-button-chat-img {
  display: none;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-primary:hover .covid19-blank-section-button-chat-img-hover {
  display: block;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-primary img {
  width: 30px;
  height: 24px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-primary {
    font-size: 15px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-chat-img {
  display: block;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-chat-img-hover {
  display: none;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-powered-by-message {
  display: flex;
  font-size: 14px;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  line-height: 17px;
  padding-top: 13px;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-powered-by-message p {
  font-size: 14px;
  font-family: 'sharp-sans-medium', Arial, sans-serif;
  line-height: 17px;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-powered-by-message img {
  width: 73px;
  height: 14px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-powered-by-message {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-telehealth {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-telehealth {
    margin-top: 22px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-telehealth-states {
  display: flex;
  padding-top: 29px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-telehealth-states {
    flex-direction: column;
    padding-top: 24px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-round {
  border-radius: 50%;
  font-size: 21px;
  height: 61px;
  line-height: 26px;
  margin-left: 13px;
  width: 61px;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-round:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-button-round {
    height: 70px;
    padding: 0;
    width: 70px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-circle-buttons-row-1 {
  display: flex;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-circle-buttons-row-2 {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-circle-buttons-row-2 {
    padding-top: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-circle-buttons-row-2 {
    padding-left: 13px;
  }
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-telehealth-other-states {
  font-size: 18px;
  line-height: 27px;
  padding-top: 6px;
}
.page-template-template-covid19 .covid19-blank-section .covid19-blank-section-telehealth-other-states a {
  font-family: 'sharp-sans-semibold', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .covid19-blank-section-telehealth-other-states {
    font-size: 18px;
    line-height: 25px;
    padding-top: 16px;
  }
}
.page-template-template-covid19 .covid19-blank-section .powered-by-icon {
  margin-left: 4px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19 .covid19-blank-section .powered-by-icon {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19 .covid19-blank-section .powered-by-icon {
    margin-top: -1px;
  }
}
.page-template-template-covid19.covid19-provider section {
  padding: 36px 0;
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19.covid19-provider section {
    padding: 76px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19.covid19-provider .main-container .container {
    max-width: 906px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19.covid19-provider .covid19-simple-section.bg-image {
    padding: 54px 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19.covid19-provider .covid19-simple-section.bg-image .container {
    max-width: 100%;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section.bg-image .container .section-content-wrapper {
    padding: 60px 32px;
    max-width: 924px;
    display: block;
    margin: 0 auto;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section.bg-image .container .section-content-wrapper p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19.covid19-provider .covid19-simple-section .container {
    max-width: 296px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(n) .section-title,
  .page-template-template-covid19.covid19-provider .section-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(n) .section-title,
  .page-template-template-covid19.covid19-provider .section-title {
    max-width: 639px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19.covid19-provider .section-content p,
  .page-template-template-covid19.covid19-provider .section-content ul li,
  .page-template-template-covid19.covid19-provider .section-content ol li {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .page-template-template-covid19.covid19-provider .section-content p,
  .page-template-template-covid19.covid19-provider .section-content ul li,
  .page-template-template-covid19.covid19-provider .section-content ol li {
    font-size: 28px;
    line-height: 1.285;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(1) .container {
    max-width: 100%;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(1) .section-content-wrapper {
    max-width: 305px;
    margin: 0 auto;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(1) .section-title {
    max-width: 208px;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(1) .section-content {
    max-width: 268px;
    margin: 0 auto;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(2) .container {
    max-width: 100%;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(2) .section-title {
    max-width: 223px;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(2) .section-content {
    max-width: 268px;
    margin: 0 auto;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(4) .container,
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(5) .container {
    max-width: 100%;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(4) .section-title,
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(5) .section-title {
    max-width: 232px;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(4) .section-content,
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(5) .section-content {
    max-width: 288px;
    margin: 0 auto;
  }
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(4) .cta,
  .page-template-template-covid19.covid19-provider .covid19-simple-section:nth-child(5) .cta {
    width: 298px;
    padding: 16px 0;
  }
}
