@media (max-width: 799px) {
  .alternating-rows {
    max-width: 671px;
  }
}
@media (min-width: 800px) {
  .alternating-rows {
    row-gap: 200px;
  }
}

.alternating-row {
  grid-auto-flow: dense;
  align-items: center;
}
@media (max-width: 799px) {
  .alternating-row {
    grid-template-rows: [graphic-start] auto [graphic-end content-start] auto [content-end];
  }
}
@media (min-width: 800px) {
  .alternating-row {
    grid-template-columns: [content-start] repeat(5, 1fr) [content-end] 1fr [graphic-start] repeat(6, 1fr) [graphic-end];
  }
  .alternating-row:nth-child(odd) {
    grid-template-columns: [graphic-start] repeat(6, 1fr) [graphic-end] 1fr [content-start] repeat(5, 1fr) [content-end];
  }
  .alternating-row .alternating-row__content {
    margin-top: -25px;
  }
}
.alternating-row .alternating-row__content {
  grid-column: content;
}
.alternating-row .alternating-row__content svg {
  display: block;
  width: 55px;
  min-height: 55px;
}
.alternating-row .alternating-row__image {
  grid-column: graphic;
}

aside.editorial-callout, blockquote.editorial-callout {
  background-color: #E8EDF0;
  font-family: "foro_extra_light";
  font-size: 32px;
  line-height: 1.5;
  color: #3A6A88;
  padding: 2.381em 0;
}
@media (min-width: 1200px) {
  aside.editorial-callout, blockquote.editorial-callout {
    font-size: 42px;
  }
}
aside.editorial-callout p, blockquote.editorial-callout p {
  margin: 0;
}

blockquote.editorial-callout {
  margin: 0;
  font-style: normal;
}
blockquote.editorial-callout cite {
  display: block;
  margin-top: 50px;
  font-style: normal;
  font-family: "tenso", "tenso_latinextreme", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  color: #4D85A3;
  font-weight: bold;
}
blockquote.editorial-callout cite::before {
  content: "—";
}

.faq {
  margin: 0;
}

.faq__item {
  background-color: #F5F7F8;
  border-radius: 6px;
  color: #254256;
}
.faq__item dt button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px 30px;
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
  color: inherit;
  text-align: left;
}
.faq__item dt button .ez-caret {
  margin-left: 30px;
  color: #4D85A3;
}
.faq__item dd {
  margin: 0;
  padding: 0 30px !important;
}
.faq__item dd::before {
  content: "";
  display: block;
  padding-top: 15px;
  border-top: 1px solid #E8EDF0;
}
.faq__item dd::after {
  content: "";
  display: block;
  padding-bottom: 15px;
}
.faq__item dd p:last-child {
  margin: 0;
}

.ui-imagery {
  --animation-direction: 1;
  background-color: #F5F7F8;
  transform: translateY(-10px);
  border-radius: 6px;
}
.ui-imagery img {
  filter: drop-shadow(0px -5px 15px rgba(103, 167, 191, 0.1)) drop-shadow(0px 5px 15px rgba(71, 114, 131, 0.1));
  opacity: 0;
}
.ui-imagery--alternate {
  --animation-direction: -1;
  transform: translateY(10px);
}

.doodle-overlay .doodle-overlay__heading {
  background-image: linear-gradient(rgba(245, 247, 248, 0.95), rgba(245, 247, 248, 0.95)), url("/presentation/images/doodles_repeating_81A4B0.svg");
  background-size: 800px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.2;
  font-family: "foro_extra_light";
  font-weight: normal;
  padding: 50px 15px 150px 15px;
  border: solid #E8EDF0;
  border-width: 1px 0;
  color: #4D85A3;
  margin: 0;
}
.doodle-overlay .doodle-overlay__content {
  width: max(100% - 25px, 70%);
  margin-top: -100px;
}
@media (max-width: 400px) {
  .doodle-overlay .doodle-overlay__content {
    padding: 25px 15px;
  }
}

.callout_box--with_icon {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 10px;
  padding: 25px;
}
.callout_box--with_icon > [class*=fa-] {
  font-size: 24px;
  color: #67A7BF;
}

.yn {
  display: flex;
}
.yn > [class*=fa-] {
  margin-right: 20px;
}

/** Typography and Headings **/
a.light {
  font-weight: bold;
  color: #a1cfe5;
  text-decoration: underline;
}

.content_section.section_title h2 {
  margin-bottom: 0;
  font-weight: bold;
}
.content_section.section_title .container {
  padding: 25px 0;
}

/** Containers and Backgrounds **/
#overlay_container {
  padding-right: 0 !important;
  /* Set to important to force override the same declaration set in overlay.css regardless of load order. */
  padding-left: 0 !important;
}
#overlay_container .overlay_hide {
  display: none;
}

.content_section {
  position: relative;
  z-index: 99;
  font-size: 16px;
}
.content_section.slidebehind {
  z-index: 89;
}
.content_section.classylightbk {
  background: #f2f2ed;
  color: #002339;
}
.content_section.classylightcontrastbk {
  background: #e5e5e0;
  color: #002339;
}
.content_section.colorbk {
  background: #4c84a2;
  color: #fcfcfc;
}
.content_section.darkbk {
  background: #002339;
  color: #fcfcfc;
}
.content_section.blackbk {
  background: #000;
  color: #fcfcfc;
}
.content_section.darkcolorbk {
  background: #2f7093;
  color: #fcfcfc;
}
.content_section.darkcolorbk a {
  color: #e2e9ec;
}
.content_section.boldcolorbk {
  background: #ea6012;
  color: #002339;
}
.content_section.lightbk {
  background: #e6e6e6;
}
.content_section .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content_section .container.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

/** Vertically Divided Section **/
.verticaldivider {
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
  width: 13px;
  height: 100%;
  background-image: url("images/vertical_sprites.png");
  background-repeat: repeat-y;
  background-size: 50px;
  background-position: top right;
}

.content_section.colorbk.verticallydivided50 {
  background: #4c84a2;
  color: #fcfcfc;
}

.verticallydivided50:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #2f7093;
}

@media only screen and (max-width: 40.37em) {
  .verticaldivider {
    display: none;
  }

  .verticallydivided50:before {
    background: none !important;
  }
}
/** Dotted Divider **/
.dotted_divider {
  height: 9px;
  background: url("images/dot.png") repeat left bottom;
  background-size: 16px;
}

.content_section.lightbk .dotted_divider {
  opacity: 0.5;
  background-position: left bottom;
}
.content_section .dotted_divider.darkcolor {
  background-position: left 0;
}
.content_section .dotted_divider.lightcolor {
  background-position: left 10px;
}

/** Stripes Overlay (Used in Section Titles and Vertically Divided Sections)  **/
.stripesoverlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background: url("images/background_stripes.png") repeat;
}

/** Big Icon Badge **/
.big_icon_badge {
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
  font-size: 100px;
  line-height: 100px;
  color: #2f7093;
  text-align: center;
}
.big_icon_badge.littlebigger {
  font-size: 120px;
}

.darkcolorbk .big_icon_badge {
  color: #ddd;
}

/** Styling for the FAQ Blocks **/
.faqs .positive {
  color: #538ead;
}
.faqs .negative {
  color: gray;
}
.faqs td {
  padding: 3px 10px 2px 5px;
}

/** Styling for the “Too Many Choices, We Can Help” component (Used on About and Desktop pages). **/
#best_fonts_fade {
  position: absolute;
  right: 0;
  width: 150px;
  height: 500px;
  background: linear-gradient(to right, rgba(47, 112, 147, 0) 0%, #2f7093 99%, #2f7093 100%);
}

/** Subtle Gradient from light blue to white used in the “Contact John” section. **/
.about-gradient {
  background: linear-gradient(180deg, #E6EDF1 0%, #FFFFFF 100%);
}

/** Vector Typography graphic used in the “Contact John” section. **/
#vector_typography {
  overflow: visible;
}
#vector_typography img {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: auto;
}
@media only screen and (max-width: 37.5em) {
  #vector_typography img {
    display: none;
  }
}
@media only screen and (min-width: 851px) {
  #vector_typography img {
    float: right;
    margin-top: -80px;
    margin-right: 60px;
  }
}

/** Miscellaneous / Page-Specific **/
.colorbk .btn:hover {
  background: #00496d;
}

.whybuy h3, .whybuy h3 a {
  color: #002339;
}

.worry_free_summary li {
  margin-bottom: 14px;
}
.worry_free_summary li p {
  margin-bottom: 6px;
}

#browsers li {
  margin-left: 5px;
  font-weight: bold;
  list-style-type: none;
}
#browsers li span {
  margin-right: 4px;
  font-weight: normal;
  color: #2A8EC0;
}

.profile_block .profile_img img {
  width: 100%;
  border-radius: 300px;
}

#landing-page-hero-container {
  overflow: hidden;
}

#landing-page-hero {
  display: grid;
  grid-gap: 20px;
  text-align: center;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
}
#landing-page-hero svg {
  max-width: 450px;
}
@media (min-width: 800px) {
  #landing-page-hero {
    grid-auto-flow: dense;
    grid-template-rows: minmax(min-content, min(800px, 100vh - 60px - 40px - 60px - 100px));
    grid-template-columns: 4fr minmax(40vh, 3fr);
    align-items: center;
    text-align: left;
  }
  #landing-page-hero svg {
    width: auto;
    grid-column: 2;
    position: absolute;
    height: 100%;
    min-width: 100%;
    max-width: 750px;
    left: 0;
  }
  #landing-page-hero > div {
    justify-self: start;
    margin: 75px 0;
  }
  #landing-page-hero > div p {
    max-width: 45ch;
  }
}
