/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.theLogo {
  max-width: 350px;
}

@media all and (max-width: 600px) {
.theLogo {
  max-width: 250px;
}

}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.lato, h1, h2, h3, h4, h5, h6, .nav, .hero-list li, .box a, .checklist a, .footer, .footer p {
  font-family: 'Lato', sans-serif; }

.lora, html body {
  font-family: "Open Sans", sans-serif; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
        clear: both;
        font-size: 33px;
        margin: 0;
        color: #bf223e;
        margin: 20px 0px 0px 0px;
        font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
    }

.entry-meta {
	display: none;
}

p {
margin-bottom: 1.5em;
line-height: 35px;
font-size: 24px;}


  h5 {
    font-size: 22px;
font-weight: bold;
margin: 0px 0px 10px 0px;
  }


@media all and (max-width: 600px) {
    h5 {
        font-size: 22px;
        font-weight: bold;
        margin: 0px 0px 10px 10px;
    }
}

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc;
color: #000;}

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #067bc0;
  text-decoration: underline; }

a:visited {
  color: #067bc0; }

a:hover, a:focus, a:active {
  color: #bf223e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.header {
  clear: both;
  height: 157px;
  border-top: 1px solid #ddd; }

.logo {
  padding: 14px 36px 0; }

.container {
  max-width: 960px;
  margin: 0 auto;
  margin: 0 auto;
  font-size: 15px;}

.nav {
  background: #bf223e;
  text-align: center;
  position: relative;
  z-index: 2; }
  .nav ul {
    padding: 0;
    margin: 0; }
  .nav li {
    list-style: none;
    position: relative; }
  .nav > ul > li {
    display: inline-block;
    padding: 0 15px; }
    .nav > ul > li a {
      display: block;
      text-decoration: none;
      color: white;
      font-size: 20px;
      line-height: 42px;
      border-bottom: 2px solid #bf223e;
      padding: 0 6px; }
    .nav > ul > li.current-menu-item > a, .nav > ul > li:hover > a {
      border-bottom: 2px solid white; }
    .nav > ul > li:hover ul {
      display: block; }
    .nav > ul > li ul {
      display: none;
      position: absolute;
      top: 42px;
      left: 0;
      background: white;
      text-align: left;
      padding: 5px;
      border: 2px solid #bf223e;
      min-width: 200px; }
      .nav > ul > li ul a {
        line-height: 18px;
        font-size: 16px;
        color: #bf223e;
        border: none;
        padding: 3px; }
      .nav > ul > li ul a:hover {
        background: #bf223e;
        color: white; }

.hero {
  background: url(../images/slide.png);
  background-size: cover;
  padding: 93px 80px 80px; }
  .hero h1 {
    margin: 0;
    color: white;
    font-size: 52px;
    line-height: 60px;
    text-shadow: 4px 5px 1px rgba(0, 0, 0, 0.4);
    text-align: center; }

.hero-list {
  background: #bf223e;
  padding: 9px 0 23px; }
  .hero-list ul {
    padding: 0;
    margin: 0;
    text-align: center; }
  .hero-list li {
    list-style: none;
    line-height: 38px;
    position: relative;
    padding-left: 45px;
    display: inline;
    font-size: 30px;
    font-weight: bold;
    color: white; }
    .hero-list li:before {
      content: '';
      width: 14px;
      height: 14px;
      background: white;
      border-radius: 50%;
      position: absolute;
      top: 16px;
      left: 15px; }
    .hero-list li:first-child:before {
      content: none; }

.front {
  background: white;
  padding: 43px 0 73px; }
  .front .container {
    max-width: 960px; }
  .front p {
    font-size: 24px;
    color: black;
    margin: 0; }
  .front ul {
    padding: 0;
    margin: 0; }
  .front li {
    list-style: none;
    position: relative;
    padding-left: 23px;
    line-height: 35px;
    font-size: 24px; }
    .front li:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 3px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: black; }
  .front h2 {
    font-size: 33px;
    margin: 0;
    margin-top: 20px;
    color: #bf223e; }

.box-wrap {
  background: #2294c5; }

.boxes {
  display: flex;
  max-width: 1100px;
  margin: 0 auto; }

.box {
  flex: 1 1 33.3%;
  padding: 27px 43px 90px;
  min-height: 343px;
  position: relative; }
  .box h2 {
    margin: 0px 0px 15px 0px;
    color: white;
    font-size: 30px;
    line-height: 36px; }
  .box p {
    font-size: 23px;
    line-height: 28px;
    color: white;
    margin: 0; }
  .box a {
    position: absolute;
    bottom: 27px;
    left: 43px;
    background: #bf223e;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    line-height: 43px;
    font-weight: bold;
    font-size: 14px; }
    .box a:focus, .box a:hover {
      color: white;
      text-decoration: none; }

.box:nth-child(2) {
  border-left: 2px solid white;
  border-right: 2px solid white; }

.checklist {
  background: #192757;
  border-top: 5px solid white;
  border-bottom: 4px solid white;
  padding-bottom: 5px; }
  .checklist .container {
    display: flex; }
  .checklist .left {
    flex: 1 1 auto;
    order: 1;
    padding-top: 46px; }
  .checklist .right {
    flex: 1 1 auto;
    order: 2;
    min-width: 33%;
    padding-top: 16px; }
  .checklist h3,
  .checklist h2 {
    margin: 0;
    color: white;
    font-size: 33px;
    line-height: 40px; }
  .checklist h3 {
    font-weight: normal;
    margin-bottom: 24px; }
  .checklist a {
    display: inline-block;
    padding: 0 8px;
    line-height: 43px;
    color: white;
    background: #bf223e;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px; }
    .checklist a:hover {
      text-decoration: none;
      color: white;
      background: #bf223e; }


      .videoBox {
        background: #2294c5;
        border-top: 0px solid white;
        border-bottom: 4px solid white;
        padding-bottom: 5px; }
        .videoBox .container {
          display: flex; }
        .videoBox .left {
          flex: 1 1 auto;
          order: 1;
          padding-top: 46px; }
        .videoBox .right {
          flex: 1 1 auto;
          order: 2;
          min-width: 33%;
          padding-top: 16px; }
        .videoBox h3,
        .videoBox h2 {
          margin: 0;
          color: white;
          font-size: 33px;
          line-height: 40px; }
        .videoBox h3 {
          font-weight: normal;
          margin-bottom: 24px; }
        .videoBox a {
          display: inline-block;
          padding: 0 8px;
          line-height: 43px;
          color: white;
          font-family: Helvetica Neue;
          background: #bf223e;
          text-decoration: none;
          font-weight: bold;
          font-size: 18px; }
          .videoBox a:hover {
            text-decoration: none;
            color: white;
            background: #bf223e; }

            a.noBg{
              background: none;
            }

            a.noBg:hover{
              background: none;
            }

.footer {
  background: #bf223e;
  text-align: center;
  font-size: 17px;
  color: white;
  padding: 20px 0 33px; }
  .footer p {
    margin: 0 0 40px;
    color: white;
    font-size: 20px; }
  .footer a {
    text-decoration: none;
    color: white; }
    .footer a:hover {
      text-decoration: underline; }

.page-hero {
  background: #067bc0;
  padding: 25px 0 38px; }
  .page-hero .container {
    max-width: 1000px; }
  .page-hero h1 {
    margin: 0;
    color: white;
    font-size: 52px;
    line-height: 60px;
    text-align: center; }
  .page-hero h2 {
    font-size: 33px;
    margin: 0;
    margin-top: 17px;
    font-weight: normal;
    line-height: 42px;
    color: white;
    text-align: center; }

.content {
  padding: 20px 0 10px;
  min-height: 350px; }
  .content p {
    font-size: 22px;
    color: black;
    margin: 0 0 20px; }
  .content ul {
    padding: 0;
    margin: -20px 0px 20px 0px;
  }

  .content ul>li>ul {
    padding: 0;
    margin: 0px 0px 0px 0px;
  }
  .content li {
    list-style: none;
    position: relative;
    padding-left: 23px;
    line-height: 35px;
    font-size: 22px; }
    .content li:before {
      content: '';
      position: absolute;
      top: 14px;
      left: 3px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: black; }
  .content h2 {
    font-size: 33px;
    margin: 0;
    color: #bf223e; }

h2.wht {
  color: #FFF;
}

h3.wht {
  color: #FFF!important;
}

  .content h3 {
    color: #047cc1;
font-size: 27px;
margin: 10px 0px 20px 0px;
}

.cat-links {
  display: block; }

#primary {
  min-height: 350px; }

html {
  background: #bf223e; }

@media all and (max-width: 1160px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }
@media all and (max-width: 800px) {
  .page-hero,
  .hero {
    padding: 13vw 22px; }

  .page-hero h1,
  .hero h1 {
    font-size: 6vw;
    line-height: 8vw; }

  .page-hero h2 {
    font-size: 4vw;
    line-height: 6vw; }

  .hero-list li {
    display: inline-block;
    padding: 0;
    font-size: 4vw; }

  .hero-list li:before {
    content: none; }

  .header {
    height: auto; }

  .logo {
    padding: 14px 36px 10px;
    text-align: center; }

  .boxes {
    display: block; }

  .box:nth-child(2) {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-left: none;
    border-right: none; }

  .box {
    min-height: 0; } }
@media all and (max-width: 700px) {
  .checklist .container {
    display: block;
    text-align: center; }

  .checklist .right {
    padding-top: 48px; }

  .checklist .left {
    padding-top: 16px; } }

    .testimonalBox {
      width: 47%;
      background-color: #FFF;
      margin: 10px;
      float: left;
      display: block;
      border: 1px solid #000;
      padding: 0px 0px;
      font-size: 24px;
      -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
position: relative;
height: 340px;
    }


    @media all and (max-width: 600px) {
    .testimonalBox {
        width: 100%!important;
        background-color: #FFF;
        margin: 10px 10px 0px -5px;
        float: left;
        display: block;
        border: 2px solid #000;
        padding: 0px 0px;
        font-size: 24px;
        -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.34);
        -moz-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.34);
        box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.34);
        position: relative;
        height: 100%;
    }
}

    .testimonalBoxInner {
          padding: 20px 10px;
          text-align: center;
    }

    .testimonalBox p {
          font-size: 24px;
    }

    .testimonalName {
      font-size: 24px;
      background-color: #bf223e;
      text-align: center;
      color: #FFF;
      padding: 10px;
      position: absolute;
      width: 100%;
      bottom: 0px;
    }

        .testimonalName a {
              font-size: 24px;
              text-align: center;
              color: #FFF;
        }

        .testimonalNameBlu {
          font-size: 24px;
          background-color: #067bc0;
          text-align: center;
          color: #FFF;
          padding: 10px;
          position: absolute;
          width: 100%;
          bottom: 0px;
        }


    @media all and (max-width: 600px) {
    .testimonalNameBlu {
        font-size: 24px;
        background-color: #067bc0;
        text-align: center;
        color: #FFF;
        padding: 10px;
        position: relative;
        width: 100%;
        bottom: 0px;
    }
}

            .testimonalNameBlu a {
                  font-size: 24px;
                  text-align: center;
                  color: #FFF;
            }






    @media all and (max-width: 600px) {
    .testimonalName {
        font-size: 24px;
        background-color: #bf223e;
        text-align: center;
        color: #FFF;
        padding: 10px;
        position: relative;
        width: 100%;
        bottom: 0px;
    }
}


h2.mgnTop  {
  padding-top: 60px;
}


.samplesBox {
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
width: 100%;
margin: 0;
padding: 1.5rem 1.75rem;
background: #fff;
border-radius: 14px;
border: 1px solid rgba(17, 59, 115, 0.12);
position: relative;
display: block;
float: left;
margin: 0px 0px 20px 0px;
padding: 0px 10px 0px 0px;
}

.samplesImg {
  border: 0px solid #000;
  height: 100%;
  width: 33%;
  max-height: 330px;
  max-width: 330px;
  display: flex;
  padding: 5px 40px 5px 5px;
  position: relative;
  float: left;
}

.samplesImg img {
  height: 100%;
  width: 100%;
  max-height: 330px;
max-width: 330px;
}

.samplesBox  p{
  padding: 0px 0px 0px 0px;
  font-size: 19px;
}

    .samplesBox a {
      position: relative;
    /* bottom: 27px; */
    /* left: 43px; */
    background: #bf223e;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    line-height: 43px;
    font-weight: bold;
    font-size: 14px;
    font-family: Lato, sans-serif;
    float: left;
    }


    .samplesTxt {
      float: left;
      border: 0px solid #000;
      position: relative;
      display: block;
      width: 65%;
    }

    @media all and (max-width: 600px) {

      .samplesBox {
        -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
      -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
      box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.34);
      width: 100%;
      border: 1px solid #000;
      position: relative;
      display: block;
      float: left;
      margin: 0px 0px 20px 0px;
      padding: 0px 10px 10px 0px;
      }

      .samplesBox  p{
        padding: 10px 0px 0px 10px;
        font-size: 19px;
      }

      .samplesImg {
        border: 0px solid #000;
height: 100%;
width: 100%;
display: flex;
padding: 0px 0px 0px 0px;
position: relative;
float: left;
margin: 0px 0px 0px 10px;
      }


      .samplesTxt {
        float: left;
        border: 0px solid #000;
        position: relative;
        display: block;
        width: 100%;
      }
    }

    a.linkTest {
      font-size: 19px;
text-align: center;
color: #FFF;
    }

.marginTop {
padding: 0;
margin: 0px 0px 20px 0px!important;
}

h3.marginBtm {
padding: 0;
margin: 0px 0px 0px 0px!important;
}

h2.extraMargin {
  padding: 40px 0px 0px 0px !important;
}


.engage {
  border: 0px solid #000;
  margin-bottom: 40px;
  text-align: center;
}

@media all and (max-width: 600px) {

  .engage {
    float: left;
    max-width: 400px;
    width: 100%;
    display: block;
    border: 0px solid #000;
    margin-bottom: 40px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
  }
}


.videoImg {
  margin-top: -30px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 500px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

.btnHelp {
display: inline-block;
padding: 0 8px;
line-height: 43px;
color: #FFF!important;
font-family: Helvetica Neue;
background: #bf223e;
text-decoration: none;
font-weight: bold;
font-size: 14px;
margin-top: 40px;
margin-bottom: 40px;
}

a.btnHelp {
  color: #FFF;
}

a.btnHelp:visited {
  color: #FFF;
}

/* 2026 content refresh */
.page-hero .hero-subhead {
  max-width: 900px;
  margin: 18px auto 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.55;
  text-align: center;
}

.home-hero-subhead span {
  display: block;
}

.page-intro {
  max-width: 920px;
  margin: 0 0 30px !important;
  color: #192757 !important;
  font-size: 29px !important;
  line-height: 1.4 !important;
}

.partnership-bar {
  padding: 9px 0 23px;
}

.partnership-bar ul {
  margin: 0;
}

.partnership-bar li {
  display: inline;
  padding-left: 45px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.partnership-bar li:before {
  content: none;
}

.content-refresh {
  padding: 54px 0 36px;
}

.content-refresh .container {
  max-width: 1000px;
}

.content-refresh section {
  clear: both;
  padding: 42px 0;
  border-top: 1px solid #d9e3ea;
}

.content-refresh section:first-of-type {
  margin-top: 36px;
}

.content-refresh h2 {
  margin-bottom: 18px;
  line-height: 1.25;
}

.content-refresh h3 {
  margin: 28px 0 14px;
  line-height: 1.3;
}

.content-refresh ul {
  margin: 8px 0 20px;
}

.content-refresh .btnHelp {
  line-height: 1.35;
  padding: 14px 18px;
  text-align: center;
}

.featured-quote {
  margin: 42px 0 0;
  padding: 38px 44px;
  color: #fff;
  background: #192757;
  border-left: 8px solid #2294c5;
}

.featured-quote blockquote {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: 29px;
  line-height: 1.4;
}

.featured-quote figcaption {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.service-grid article {
  padding: 26px;
  background: #f3f8fb;
  border-top: 5px solid #2294c5;
}

.service-grid article:last-child {
  grid-column: 1 / -1;
}

.service-grid h3 {
  margin-top: 0;
  color: #bf223e;
}

.service-grid p,
.content-refresh .service-list {
  font-size: 19px;
  line-height: 1.65;
}

.service-list {
  color: #192757 !important;
  font-weight: 700;
}

.page-cta {
  margin-top: 24px;
  padding: 40px !important;
  color: #fff;
  background: #067bc0;
  border: 0 !important;
}

.page-cta h2,
.page-cta h2 a,
.page-cta p {
  color: #fff;
}

.split-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.profile-photo {
  width: min(300px, 38%);
  height: auto;
  margin: 0 0 28px 38px;
  border-radius: 4px;
}

.columns-list {
  columns: 2;
  column-gap: 50px;
}

.columns-list li {
  break-inside: avoid;
}

.services-page section:nth-child(even) {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  background: #f3f8fb;
  border-top: 5px solid #2294c5;
}

.download-note {
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #5d6570 !important;
}

.disabled-download {
  opacity: 1;
  background: #bf223e;
}

.simple-cta {
  clear: both;
  margin: 34px 0 24px !important;
}

.simple-cta a {
  display: inline-block;
  padding-bottom: 4px;
  color: #067bc0;
  font-family: "Archivo Black", sans-serif;
  font-size: 27px;
  line-height: 1.35;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.about-page section:first-of-type {
  clear: none;
  margin-top: 62px;
  padding-top: 42px;
}

.about-page section:first-of-type h2 {
  clear: none;
}

.about-page .split-list {
  grid-template-columns: 1fr;
  gap: 0;
}

.contact-page {
  min-height: 460px;
}

.contact-page address {
  padding: 34px;
  font-size: 23px;
  font-style: normal;
  line-height: 1.75;
  background: #f3f8fb;
  border-left: 6px solid #2294c5;
}

.sample-index-link {
  margin: 0 0 12px !important;
  font-size: 25px !important;
}

.sample-index-link a {
  color: #067bc0;
}

.communications-strategy {
  clear: both;
  margin-top: 46px;
  padding: 40px;
  background: #f3f8fb;
  border-top: 5px solid #2294c5;
}

.testimonial-timeline-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 0 !important;
}

.testimonial-timeline-item {
  min-width: 0;
  padding: 0 !important;
}

.testimonial-timeline-item:before {
  content: none !important;
}

.testimonial-quote {
  height: 100%;
  margin: 0;
  padding: 30px;
  background: #f3f8fb;
  border-top: 5px solid #2294c5;
}

.testimonial-quote blockquote {
  margin: 0;
}

.testimonial-quote blockquote p {
  font-size: 20px;
  line-height: 1.65;
}

.testimonial-quote figcaption {
  margin-top: 20px;
  color: #192757;
  font-size: 17px;
  line-height: 1.5;
}

.testimonial-quote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
}

.footer strong {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 15px;
  color: #192757;
  background: #fff;
  border-top: 4px solid #2294c5;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.35;
}

.footer p {
  line-height: 1.6;
  margin-bottom: 26px;
}

@media all and (max-width: 800px) {
  .page-hero .hero-subhead {
    font-size: 18px;
  }

  .partnership-bar li {
    display: inline-block;
    padding: 0;
    font-size: 4vw;
  }

  .home-hero-subhead span {
    display: inline;
  }

  .home-hero-subhead span:not(:last-child):after {
    content: " ";
  }

  .content-refresh {
    padding-top: 36px;
  }

  .service-grid,
  .split-list,
  .testimonial-timeline-list {
    grid-template-columns: 1fr;
  }

  .service-grid article:last-child {
    grid-column: auto;
  }

  .columns-list {
    columns: 1;
  }

  .featured-quote,
  .page-cta,
  .communications-strategy {
    padding: 28px !important;
  }

  .featured-quote blockquote {
    font-size: 23px;
  }
}

@media all and (max-width: 600px) {
  .profile-photo {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 28px;
    display: block;
  }

  .content-refresh p,
  .content-refresh li,
  .contact-page address {
    font-size: 19px;
    line-height: 1.65;
  }

  .content-refresh h2 {
    font-size: 28px;
  }
}
