:root {
    --blue: #00AEEF;
    --green: #32E9A0;
    --dark-blue: #12395A;
}
h1, h2, h3 {
    letter-spacing: -1px;
    font-weight: 600;
    color: var(--dark-blue);
}
.hero-title {
    text-align: left;
    display: block;
    color: #FFF;
    line-height: 1.5;
    top: 45%;
}
.hero-title p.title {
    font-size: 3.75rem;
    line-height: 0.95;
    letter-spacing: -3px;
    margin-bottom: 0;
    font-weight: 400;
}
.hero-title p.title strong {
    font-weight: 600;
    display: block;
}
.hero-title p:not(.title){
    font-size: 1rem;
    text-transform: uppercase;
}
.hero-title p:last-of-type:after {
    content: '';
    display: block;
    max-width: 150px;
    height: 3px;
    margin: 20px 0 0;
    background: #5EA3DB;
    background: -moz-linear-gradient(left, #5EA3DB 0%, #81C9AB 100%);
    background: -webkit-linear-gradient(left, #5EA3DB 0%, #81C9AB 100%);
    background: linear-gradient(to right, #5EA3DB 0%, #81C9AB 100%);
}
.entry-content {
    margin-top: 0;
}
.site-main {
    text-align: center;
}
h1.entry-title {
    font-size: 1.5rem;
    color: var(--dark-blue);
    font-weight: 600;
    margin-bottom: 0;
}
.entry-content p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.13;
    color: var(--dark-blue);
}
.read-more {
    display: block;
    margin-top: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}
.read-more:after {
    content: '\f105';
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-left: 10px;
}
.site-content a.button {
    background: var(--green);
    background: -moz-linear-gradient(45deg,  var(--green) 0%, var(--blue) 99%);
    background: -webkit-linear-gradient(45deg,  var(--green) 0%, var(--blue) 99%);
    background: linear-gradient(45deg,  var(--green) 0%, var(--blue) 99%);
    font-size: 0.9rem;
    font-weight: 600;
    padding-top: 9px;
    padding-bottom: 8px;
    transition: all ease 0.5s;
}
.site-content a.button:hover,
.site-content a.button:focus {
    background: var(--blue);
    background: -moz-linear-gradient(left, var(--blue) 0%, var(--blue) 100%);
    background: -webkit-linear-gradient(left, var(--blue) 0%, var(--blue) 100%);
    background: linear-gradient(to right, var(--blue) 0%, var(--blue) 100%);
}
.blue-swoosh {
    background-image: url('../images/bg-blue-swoosh.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-shadow {
    box-shadow: inset 0 0 14px rgb(0 0 0 / 7%);
}
.page-section .container {
    max-width: 1200px;
}
.faq-block,
.blog-category {
    background:  #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.rounded-block {
    border-radius: 20px;
    overflow: hidden;
}
.faq-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 20px;
}
.faq-block h3 {
    margin-bottom: 0;
    font-weight: 600;
	font-size: 17px;
}
.faq-block h3 a {
    display: block;
    color: var(--dark-blue);
}
.faq-block h3 a:hover,
.faq-block h3 a:focus {
    color: var(--blue);
}
a.featured-image {
    display: block;
    transition: all ease 0.3s;
}
a.featured-image:hover,
a.featured-image:focus {
    transform: scale(1.1);
}
.featured-image {
    background-size: cover;
    background-position: center;
    background-color: #efefef;
    line-height: 0;
    height: 0;
    padding-top: 68.25%;
}
.featured-image.no-featured-image {
    background-size: 60%;
    background-repeat: no-repeat;
}
.intro {
    max-width: 755px;
    margin: 0 auto 1.5em;
    text-align: center;
    text-transform: uppercase;
}
.intro p {
    color: var(--dark-blue);
    max-width: 600px;
    margin: 0 auto 5px;
}
.intro p:last-of-type {
    margin-bottom: 30px;
}
.text-section-text h2,
.intro h2 {
    font-size: 2.5rem;
    color: var(--dark-blue);
    font-weight: 600;
}
.intro h2:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    width: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#topics .intro h2:before {display: none;}
.intro h2 {
    margin-bottom: 5px;
}
.intro hr {
  background: linear-gradient(to right, #5EA3DB, #81C9AB);
  height: 2px;
  margin-bottom: 2rem;
}
.centered {
    text-align: center;
}
.margin-bottom {
    margin-bottom: 2em;
}
.block-24 {
    flex-basis: 24%;
}
.block-32 {
    flex-basis: 30%;
}
.block-30 {
    flex-basis: 30%;
}
.block-72 {
    flex-basis: 72%;
}
.page-cta {
    flex-basis: 20%;
}
.ctas-section.row {
    padding-bottom: 7.1875rem;
}
.cta-icon {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    line-height: 0;
    height: 0;
    padding-top: 80%;
    position: relative;
}
.cta-icon > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.page-cta-button {
    padding: 40px 20px 0;
}
.page-cta a.button {
    display: block;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.9rem;
}
.faq-excerpt {
    padding: 25px;
}
.faq-excerpt p:last-of-type,
.post-excerpt p:last-of-type {
    margin-bottom: 0;
}
.post-wrapper .flexed {
    align-items: center;
}
.post-wrapper {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
}
.post-wrapper.rounded-block {
    border-radius: 64px;
}
.post-wrapper:nth-of-type(odd) .flexed {
    flex-direction: row-reverse;
}
.post-wrapper .flexed .post-featured-image.rounded-block {
    border-radius: 64px;
}

.post-excerpt,
.text-section-text {
    flex-basis: 55%;
}
.text-section-photo,
.post-featured-image {
    flex-basis: 45%;
}
.text-section-photo .rounded-block {
    border-radius: 64px;
}
.text-section-photo .featured-image {
    padding-top: 100%;
}
.text-section-text p:last-of-type {
    margin-bottom: 0;
}
.text-section-text a.button {
    background: var(--blue);
}
.text-section-text a.button:hover,
.text-section-text a.button:focus {
    background: var(--green);
}
.post-excerpt h3 a {
    color: var(--dark-blue);
    font-weight: 600;
}
.post-excerpt h3 a:hover,
.post-excerpt h3 a:focus {
    color: var(--blue);
}
.post-wrapper .post-excerpt {
    padding: 2em 5em;
}
.post-wrapper .post-excerpt h3 {
    font-size: 1.5rem;
}
.blog-category .post-excerpt {
    padding: 20px;
}
.text-section .flexed {
    align-items: center;
}
.text-section-text {
    padding-left: 3em;
}

.text-section-text a.social-icon-link {
    margin-right: 15px;
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
}
.text-section-text a.button {
    margin-right: 20px;
}
.text-section-text a.social-icon-link:last-of-type {
    margin-right: 0;
}

.question-block {
    display: flex;
    align-items: center;
}
.question-block .block-inner {
    flex-basis: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}
.question-block .block-inner p {
    font-size: 1.1rem;
    line-height: 22px;
}
.question-block .block-inner p.plus-icon:after {
    content: '+';
    display: block;
    margin: 20px auto;
    border-radius: 50%;
    height: 145px;
    width: 145px;
    font-size: 7rem;
    padding-top: 15px;
    line-height: 1;
    color: #ECECEC;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #FFF;
}
.question-block .block-inner p.support-link:after {
    content: '';
    display: block;
    margin: 5px auto;
    height: 20px;
    width: 50px;
    background-image: url('../images/email-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-category-title {
    padding: 30px 0 0;
    text-transform: uppercase;
}
.blog-category-title h3:after {
    content: '';
    display: block;
    max-width: 95px;
    height: 3px;
    margin: 20px auto 0;
    background: var(--green);
    background: -moz-linear-gradient(left,  var(--green) 0%, var(--blue) 99%);
    background: -webkit-linear-gradient(left,  var(--green) 0%,var(--blue) 99%);
    background: linear-gradient(to right,  var(--green) 0%,var(--blue) 99%);
}


@media screen and (max-width: 1400px){
    .hero-title .container {
        padding:0;
    }
}
@media screen and (max-width: 1300px){
    .hero-title p.title {
        font-size: 3rem;
    }
}
@media screen and (max-width: 1200px){
    .hero-title p.title {
        font-size: 2.65rem;
        letter-spacing: 0;
    }
    .faq-block.block-32 {
        flex-basis: 32%;
    }
    .text-section-text h2 {
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 1100px){
    .text-section-text h2 {
        font-size: 2.125rem;
    }
}
@media screen and (max-width: 1023px){
    .hero-title p.title {
        font-size: 2rem;
        line-height: 1;
    }
    .page-cta {
        flex-basis: 45%;
        margin-bottom: 3em;
    }
    .blog-category.block-24,
    .faq-block.block-32,
    .blog-categories-wrapper .question-block.block-24 {
        flex-basis: 48%;
    }
    .blog-category.block-24,
    .blog-categories-wrapper .question-block.block-24 {
        margin-bottom: 3em;
    }
    .text-section .flexed {
        display: block;
    }
    .text-section-photo {
        margin-bottom: 2em;
    }
    .text-section-text {
        padding: 0 20px;
    }
}
@media screen and (max-width: 960px){
    .hero-title p.title {
        font-size: 2rem;
    }
    .post-featured-image {
        margin-bottom: 0;
    }
    .post-wrapper .featured-image {
        height: 100%;
        padding-top: 0;
    }
    .post-wrapper .flexed {
        align-items: stretch;
    }
    .post-wrapper .post-excerpt {
        padding: 2em;
    }
}
@media screen and (max-width: 900px){
    .hero-title {
        display: none;
    }
    .faq-wrapper > .flexed {
        display: block;
    }
}
@media screen and (max-width: 800px){
    .blog-categories-wrapper .flexed,
    .post-wrapper .flexed {
        display: block;
    }
    .post-wrapper .post-excerpt {
        padding: 30px 40px;
    }
    .post-wrapper .featured-image {
        height: 0;
        padding-top: 68.25%;
    }
    .post-wrapper.rounded-block,
    .post-wrapper .flexed .post-featured-image .rounded-block {
        border-radius: 40px;
    }
    .post-wrapper .post-excerpt h3 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px){
    body:not(.home) .hero-image {
        min-height: 225px;
    }
    body:not(.home) .hero-image > img {
        right: 0;
        left: auto;
        transform: translateY(-50%);
    }
    .faq-buttons-wrapper > .flexed {
        display: block;
    }
    h1.entry-title,
    .text-section-text h2, .intro h2 {
        font-size: 2rem;
    }
    .entry-content p {
        font-size: 1.375rem;
    }
    .text-section-text a.button {
        display: block;
        margin: 0 0 20px;
        text-align: center;
    }
}
@media screen and (max-width: 500px){
    .ctas-wrapper .flexed {
        display: block;
    }
    .page-cta {
        max-width: 360px;
        margin: 0 auto 3em;
    }
    .post-wrapper .post-excerpt {
        padding: 20px 30px;
    }
    .post-wrapper.rounded-block,
    .post-wrapper .flexed .post-featured-image .rounded-block {
        border-radius: 30px;
    }
}
@media screen and (max-width: 460px){
    body:not(.home) .hero-image {
        min-height: 185px;
    }
}
@media screen and (max-width: 400px){
    .intro h2:before {
        display: block;
        margin: 0 auto 10px;
    }
}