a {
    color: #5B62F9;
}

.bg-secondary {
  background-color: #0074c8 !important;
}
.text-secondary {
  color: #0074c8 !important;
}

.alert.alert-secondary { background-color: #ebebeb; border-color: #cecece; color: #555555; }
.alert.alert-secondary .alert-heading { color: #0b0b0b; font-weight: 500; }


.badge.badge-secondary { border-color: #1f2742;background-color: #5b62f933; color: #7d8dff; font-weight: 400; padding: 4px 8px; }


.form-group { margin-bottom: 20px; }

.form-control {
    background-color: #FAFAFA;
}

.btn {
  display: inline-block;
  font-weight: 900;
  font-size: 12px;
  text-decoration: none;
  border-radius: 0.5rem;
  padding: 10px 15px;
  line-height: 1;
}
.btn.btn-lg {
  padding: 15px 45px;
  font-size: 14px;
}

.btn.btn-primary {
  background-color: #5B62F9;
  border-color: #5B62F9;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  border-color: #7D8DFF;
  background-color: #7D8DFF;
}

.btn.btn-secondary {
  background-color: #0074c8;
  border-color: #0074c8;
  color: #FFF;
}
.btn.btn-secondary:hover {
  border-color: #0074c8;
  background-color: #0074c8;
}

.btn.alt {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.btn.alt:hover {
    color: #2d2a26;
    background-color: #fff;
}


.btn.light {
    border-color: #dddddd;
    background-color: #dddddd;
}

.btn.btn-light-outline {
    border-color: #dddddd;
    background-color: rgba(0,0,0,0);
    color: #FFF;
}
.btn.btn-light-outline:hover {
    color: #2d2a26;
    background-color: #fff;
}

.btn.white {
    border-color: #ddd;
    background-color: #fff;
    border-width: 2px;
}


.banner {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner .mobile-bg {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 2px);
    height: 100%;
    max-width: unset;
    object-fit: cover;
}

.banner .container {
    position: relative;
}

.banner .inner {
    max-width: 600px;
    padding: 200px 0 175px;
}

.page-template-landing-page-1 .banner .inner, .page-template-landing-page-2 .banner .inner {
  padding: 130px 0 80px 0;
}

.banner.alt .inner {
    padding: 368px 0 68px 0;
}

.banner.alt .inner.inline {
    max-width: unset;
}


.banner h1, .banner .h1 {
    color: #fff;
    font-weight: 900;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 0;
}

.banner.alt h1, .banner.alt .h1 {
    margin-bottom: 10px;
}

.banner h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px;
}

.banner.alt h2 {
    margin-bottom: 5px;
}

.banner .text {
    color: #fff;
}

.banner .buttons {
    display: flex;
    margin: 0 -16px;
}

.banner .buttons.stacked {
    flex-direction: column;
}

.banner .buttons.inline {
    display: block;
    margin: 0;
}

.banner .buttons .btn {
    flex: 1;
    margin: 16px 16px 0;
}

.banner .buttons.stacked .btn {
    padding-left: 15px;
    padding-right: 15px;
}

.banner .buttons.inline .btn {
    margin: 16px 0 0;
}

.banner .buttons.inline-auto .btn {
    flex: none;
}

.banner .featured {
    display: block;
    position: absolute;
    bottom: 48px;
    right: 0;
    width: 194px;
    text-align: center;
    text-decoration: none;
}

.banner .featured img {
    width: 194px;
    height: 194px;
    object-fit: cover;
    border-radius: 50%
}

.banner .featured .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 18px 0 0;
}

.banner .featured .name {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}








.banner-tile-links {
    padding: 126px 0 120px;
    background-size: cover;
    background-position: center bottom;
    /*background-image: url('/wp-content/uploads/2022/01/image-000-scaled.jpg');*/
    background-image: url('/wp-content/uploads/2022/02/image-000-cropped.jpg');
}

.banner-tile-links h2 {
    color: #0075c9;
    font-size: 44px;
    margin: 0 0 30px;
    line-height: 1.2;
}

.banner-tile-links .text-area p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 15px 0;
}

.banner-tile-links .text-area > p:last-of-type {
    margin-bottom: 0;
}

.banner-tile-links .text-area .btn {
    margin-top: 50px;
}

.banner-tile-links .sidebar p {
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 24px;
}

.banner-tile-links .sidebar ul {
    list-style: none;
    margin: 0;
    /*padding: 0 0 0 25px;*/
    padding: 0;
}

.banner-tile-links .sidebar ul li {
    position: relative;
    padding: 0 0 18px 40px;
    font-weight: 600;
    line-height: 1.3;
}

.banner-tile-links .sidebar ul li:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
}

.banner-tile-links .sidebar .btn {
    display: none;
    margin-top: 30px;
    width: 100%;
}

.banner-tile-links .divider {
    position: absolute;
    top: 0;
    right: 50%;
    width: 3px;
    height: 100%;
    background-color: #bbb;
}

.banner-tile-links .sidebar ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16 fa-2x'%3E%3Cpath fill='%230075c9' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.banner-tile-links .sidebar ul li:last-of-type {
    padding-bottom: 0;
}


.banner-tile-links .tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 44px -21px 0;
}

.banner-tile-links .tiles .tile {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    padding: 42px 21px 0;
}

.banner-tile-links .tiles .tile .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f8f8f8;
    padding: 30px 30px 36px;
    border-radius: 8px;
    border: 2px solid #f8f8f8;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    text-align: center;
}

.banner-tile-links .tiles .tile .top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-tile-links .tiles .tile .bottom {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    margin-top: 24px;
}

.banner-tile-links .tiles .tile .bottom .text {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
}

.banner-tile-links .tiles .tile h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0;
}

.banner-tile-links .tiles .tile .btn {
    padding: 10px 28px;
    margin-top: 28px;
    background-color: #ddd;
    border-color: #ddd;
}

.banner-tile-links .tiles .tile .bottom p {
    margin: 0;
}


.banner-tile-links .tiles .tile.blue-border .inner {
    border-color: #0075c9;
}

.banner-tile-links .tiles .tile.blue-border .btn {
    border-color: #fff;
    background-color: #fff;
}

.banner-tile-links .tiles .tile.blue-bg .inner {
    border-color: #0075c9;
    background-color: #0075c9;
    color: #fff;
}

.banner-tile-links .tiles .tile.blue-bg .btn {
    border-color: #fff;
    background-color: #fff;
}


.banner-tile-links.alt h2 {
    margin: 0;
}

.banner-tile-links.alt .text-area {
    padding-top: 30px;
}

.banner-tile-links.alt .text-area p {
    font-weight: 400;
}

.banner-tile-links.alt .divider {
    width: 2px;
}

.banner-tile-links .top-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 -11px 66px;
}

.banner-tile-links .top-icons .tile {
    flex: 1 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 11px 30px;
}

.banner-tile-links .top-icons .tile .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding: 16px 42px 16px 98px;
    border-radius: 50px;
    min-height: 86px;
    height: 100%;
}

.banner-tile-links .top-icons .tile .inner img {
    position: absolute;
    max-width: 54px;
    max-height: 54px;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

.banner-tile-links .top-icons .tile .inner .title {
    font-size: 23px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    color: #0075c9;
    margin: 0;
}

.banner-tile-links .top-icons .tile .inner .subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}


.banner-tile-links.video {
    background-image: none;
    position: relative;
    padding: 46px 0 0;
    margin-bottom: 72px;
}

.banner-tile-links.video .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 230px);
    background-size: cover;
    background-position: center bottom;
    background-image: url('/wp-content/uploads/2022/01/image-000-scaled.jpg');
}

.banner-tile-links.video .container {
    position: relative;
}

.banner-tile-links.video .text-area p {
    font-weight: 400;
}

.banner-tile-links.video .video {
    display: block;
    margin: 84px auto 0;
    max-width: 945px;
}

.banner-tile-links.video .video a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.banner-tile-links.video .video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-tile-links.video .video a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0075c9;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    opacity: 0.8;
    z-index: 1;
}

.banner-tile-links.video .video a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='play' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-play fa-w-14 fa-2x'%3E%3Cpath fill='%23fff' d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z' class=''%3E%3C/path%3E%3C/svg%3E");
}






.team-banner {
    padding: 120px 0 124px;
}

.team-banner h2 {
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0075c9;
    line-height: 1;
    margin-bottom: 5px;
}

.team-banner h3 {
    font-size: 42px;
    margin: 0 0 15px;
    line-height: 1;
}

.team-banner p {
    font-size: 26px;
    margin: 0;
    line-height: 1.1;
}


.team-banner .image-grid {
    display: flex;
    width: calc(100% - 30px);
    height: 100%;
    border: 2px solid #bbbbbb;
    overflow: hidden;
}

.team-banner .image-grid .tile {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.team-banner .image-grid.animating .tile {
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.team-banner .image-grid .tile:hover {
    flex: 0 0 85%;
}

.team-banner .image-grid .tile img {
    position: absolute;
    top: 50%;
    left: calc(-183px / 2);
    transform: translateY(-50%);
    max-width: unset;
    width: 183px;
    height: 100%;
    object-fit: cover;
}

.team-banner .image-grid.animating .tile img {
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.team-banner .image-grid:not(:hover) .tile img {
    left: 0;
}

.team-banner .image-grid .tile:hover img {
    left: 0;
    transform: translateY(-50%);
}

.team-banner .image-grid .tile .outer {
    display: flex;
    align-items: center;
    position: absolute;
    width: 617px;
    height: 100%;
    left: 0;
    padding-left: 182.5px;
}

.team-banner .image-grid .tile .outer .inner {
    opacity: 0;
    padding: 74px 22px 92px;
}

.team-banner .image-grid.animating .tile .outer .inner {
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.team-banner .image-grid .tile:hover .outer .inner {
    opacity: 1;
}

.team-banner .image-grid .tile h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
}

.team-banner .image-grid .tile p {
    font-size: 16px;
    color: #52555b;
    margin: 0 0 20px;
}

.team-banner .image-grid .tile a {
    color: #5dc0e3;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.team-banner .image-grid .tile a:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    width: 12px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-double-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-chevron-double-right fa-w-16 fa-2x'%3E%3Cpath fill='%235dc0e3' d='M477.5 273L283.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9l154-154.7-154-154.7c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L477.5 239c9.3 9.4 9.3 24.6 0 34zm-192-34L91.1 44.7c-9.4-9.4-24.6-9.4-33.9 0L34.5 67.4c-9.4 9.4-9.4 24.5 0 33.9l154 154.7-154 154.7c-9.3 9.4-9.3 24.5 0 33.9l22.7 22.7c9.4 9.4 24.6 9.4 33.9 0L285.5 273c9.3-9.4 9.3-24.6 0-34z' class=''%3E%3C/path%3E%3C/svg%3E");
}




.company-logos {
    padding: 35px 0 75px;
}

.company-logos img {
    display: block;
    margin: 50px auto 0;
}




.cta-bar {
    padding: 42px 0 48px;
}

.cta-bar h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
    margin: 0;
}

.cta-bar .button-col {
    text-align: right;
}

.cta-bar.alt h2 {
    font-size: 40px;
}

.cta-bar.alt h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin: 10px 0 0;
}






.icon-buttons {
    position: relative;
}

.icon-buttons .container {
    position: relative;
}

.icon-buttons .tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -8px;
}

.icon-buttons .row .tile-col {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
    flex: 0 0 25%;
    padding-right: 8px;
    padding-left: 8px;
}

.icon-buttons .row .tile-col.last {
    flex: 1;
}

.icon-buttons .left-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% + ((100vw - 1140px) / 2) + 1px);
    background-size: cover;
    background-position: center;
    transition: opacity .25s ease-in-out;
    opacity: 0;
}

.icon-buttons .left-img.active {
    opacity: 1;
}

.icon-buttons .left-image-list > .left-img[index="1"] {
  background-position: 20% center;
}
.icon-buttons .left-image-list > .left-img[index="4"] {
  background-position: 20% center;
}
.icon-buttons .left-image-list > .left-img[index="11"] {
  background-position: right center;
}
.icon-buttons .left-image-list > .left-img[index="12"] {
  background-position: 35% center;
}

.icon-buttons .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + ((100vw - 1140px) / 2) + 1px);
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2022/01/image-022.jpg');
}

.icon-buttons .bg-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 4px;
    height: 100%;
    background-color: #fff;
    z-index: 9;
}

.icon-buttons .content {
    padding: 86px 0 76px 80px;
    position: relative;
}

.icon-buttons .content h2 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin: 0 0 40px;
}

.icon-buttons .content .tile {
    height: 100%;
    padding-top: 16px;
}

.icon-buttons .content .tile .inner {
    display: flex;
    background-color: #fff;
    position: relative;
    height: 100%;
    min-height: 78px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    transition: all .15s ease-in-out;
}

.icon-buttons .row .tile-col.last .tile .inner {
    padding: 0 15px;
}

.icon-buttons .content .tile-col:not(.last) .inner:hover {
    background-color: #0075c9;
}

.icon-buttons .content .tile .icon {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #f8f8f8;
}

.icon-buttons .content .tile svg {
    max-width: 70%;
    color: #0075ce;
    stroke: #0075ce;
    transition: all .15s ease-in-out;
}

.icon-buttons .content .tile svg * {
    color: #0075ce;
    stroke: #0075ce;
}

.icon-buttons .content .tile .inner:hover svg,
.icon-buttons .content .tile .inner:hover svg * {
    color: #fff;
    stroke: #fff;
}


.icon-buttons .content .tile .text {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 5px;
}

.icon-buttons .content .tile .text p {
    margin: 0;
    color: #0075ce;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    transition: all .15s ease-in-out;
}

.icon-buttons .content .tile .inner:hover .text p {
    color: #fff;
}


.icon-buttons .row .tile-col.last .tile .inner p {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}

.icon-buttons .row .tile-col.last .tile .inner .button-col {
    text-align: right;
}





.quote-slider {
    padding: 88px 0 104px;
}

.quote-slider .slider-container {
    position: relative;
}

.quote-slider .slider-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    color: #bbb;
    cursor: pointer;
    z-index: 2;
}

.quote-slider .slider-container .arrow.prev {
    left: calc(((100vw - 926px) / 2) / 2);
}

.quote-slider .slider-container .arrow.next {
    right: calc(((100vw - 926px) / 2) / 2);
}

.quote-slider .slick-track {
    display: flex;
}

.quote-slider .slick-track .slick-slide {
    height: auto;
}

.quote-slider h2 {
    font-size: 42px;
    color: #0075c9;
    text-align: center;
    margin: 0 0 64px;
    line-height: 1;
}

.quote-slider .slide .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*height: 100%; //Auto Height the blue text box to match the height of all the slides */
}

.quote-slider img {
    width: 272px;
    height: 272px;
    flex: 0 0 272px;
    border: 3px solid #0075c9;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.quote-slider .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    background-color: #0075c9;
    width: 100%;
    max-width: 926px;
    margin: -30px 0 20px;
    padding: 50px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    text-align: center;
}

.quote-slider .text .quote {
    font-size: 28px;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
}

.quote-slider .text .name {
    font-size: 28px;
    margin: 40px 0 0;
}

.quote-slider .text .position {
    margin: 18px 0 0;
}

.quote-slider .slick-slider-dots {
    margin-top: 20px;
}

.quote-slider .slick-dots {
    position: relative;
    bottom: 0;
}

.quote-slider .slick-dots li {
    background-color: #bbb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 8px;
}

.quote-slider .slick-dots li.slick-active {
    background-color: #54565a;
}

.quote-slider .slick-dots li button {
    display: none;
}





.featured-posts {
    padding: 120px 0 114px;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2022/01/image-022.jpg');
}

.featured-posts h2 {
    font-size: 44px;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
}

.featured-posts .tile {
    display: block;
    height: 100%;
    padding: 30px 0 0;
}

.featured-posts .tile .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    position: relative;
}

.featured-posts .tile .inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: rgb(0,116,200);
    background: linear-gradient(90deg, rgba(0,116,200,1) 0%, rgba(75,108,162,1) 50%, rgba(0,74,151,1) 100%);
}

.featured-posts .tile .inner img {
    flex: 0 0 240px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.featured-posts .tile .inner .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 34px 44px;
}

.featured-posts .tile .inner .text h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.featured-posts .tile .inner .text p {
    margin: 24px 0;
    line-height: 1.4;
}

.featured-posts .tile .inner .text a {
    color: #5dc0e3;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.featured-posts .tile .inner .text a:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    width: 12px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-double-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-chevron-double-right fa-w-16 fa-2x'%3E%3Cpath fill='%235dc0e3' d='M477.5 273L283.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9l154-154.7-154-154.7c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L477.5 239c9.3 9.4 9.3 24.6 0 34zm-192-34L91.1 44.7c-9.4-9.4-24.6-9.4-33.9 0L34.5 67.4c-9.4 9.4-9.4 24.5 0 33.9l154 154.7-154 154.7c-9.3 9.4-9.3 24.5 0 33.9l22.7 22.7c9.4 9.4 24.6 9.4 33.9 0L285.5 273c9.3-9.4 9.3-24.6 0-34z' class=''%3E%3C/path%3E%3C/svg%3E");
}



.subscription-options {
    padding: 92px 0 115px;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2022/01/pricing-bg.jpg');
}

.subscription-options h2 {
    text-align: center;
    line-height: 1.1;
    color: #fff;
    font-size: 44px;
    margin: 0 0 64px;
}

.subscription-options .lists .list-row {
    display: flex;
    margin: 0 -15px;
}

.subscription-options .lists .list-row > div {
    flex: 1;
    background-color: #f4f5f4;
    padding: 10px;
    margin: 0 15px;
    position: relative;
    border-style: solid;
    border-color: #f4f5f4;
    border-width: 0 2px 0;
}

.subscription-options .lists .list-row:nth-child(even) > div {
    background-color: #fff;
    border-color: #fff;
}

.subscription-options .lists.flag-1 .list-row > div:nth-of-type(2),
.subscription-options .lists.flag-2 .list-row > div:nth-of-type(3),
.subscription-options .lists.flag-3 .list-row > div:nth-of-type(4) {
    border-color: #0075c9 !important;
}

.subscription-options .lists .list-row > div:first-of-type {
    border: none;
}

.subscription-options .lists .list-row > div:first-of-type {
    flex: 0 0 35%;
    background-color: transparent !important;
}

.subscription-options .lists .list-row.top {
    text-align: center;
}

.subscription-options .lists .list-row.top > div {
    border-radius: 8px 8px 0 0;
    border-top-width: 2px;
}

.subscription-options .lists .list-row.bottom > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    border-bottom-width: 2px;
}

.subscription-options .lists .list-row.top > div .title {
    text-transform: uppercase;
    font-weight: 800;
    line-height: 2;
    margin: 0;
}

.subscription-options .lists .list-row.top > div .subtitle {
    margin: 0;
}

.subscription-options .lists .list-row.top > div span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0075c9;
    padding: 5px;
    width: calc(100% - 60px);
}

.subscription-options .lists .list-row.top > div span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0075c9;
    padding: 5px;
    width: calc(100% - 60px);
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 800;
}

.subscription-options .lists .list-row.item > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-options .lists .list-row.item > div:first-of-type {
    display: flex;
    justify-content: flex-end;
}

.subscription-options .lists .list-row.item .info {
    margin-left: 5px;
}

.subscription-options .lists .list-row.item .info svg {
    color: #f4f5f4;
    width: 16px;
}

.subscription-options .lists .list-row.item > div:first-of-type p {
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: right;
}

.subscription-options .lists .list-row.item > div svg {
    color: #0075c9;
    width: 26px;
}


.subscription-options .list-mobile-list {
    display: none;
}

.subscription-options .list-mobile-list .list-mobile-flag {
    background-color: #0075c9;
    padding: 5px;
    width: calc(100% - 60px);
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 800;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.subscription-options .list-mobile {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    border-radius: 8px;
    overflow: hidden;
}

.subscription-options .list-mobile.flag {
    border: 2px solid #0075c9;
}

.subscription-options .list-mobile .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4f5f4;
    padding: 10px;
    width: 100%;
    position: relative;
}

.subscription-options .list-mobile .item:nth-child(even) {
    background-color: #fff;
    border-color: #fff;
}

.subscription-options .list-mobile .item svg {
    color: #0075c9;
    width: 26px;
    margin-top: 5px;
}

.subscription-options .list-mobile .item .title {
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 5px;
}

.subscription-options .list-mobile .item .subtitle {
    margin: 0;
}

.subscription-options .list-mobile .item .list-title {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}

.subscription-options .list-mobile .item .list-title svg {
    margin: 0 0 0 5px;
    height: 20px;
}

.subscription-options .list-mobile .item .info-box {
    height: 0;
    overflow: hidden;
}

.subscription-options .list-mobile .item .info-box.animating {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.subscription-options .list-mobile .item .info-box .inner {
    line-height: 1.3;
    color: #0075c9;
    text-align: center;
    padding: 5px 15px;
}



.banner-tile-links-alt {
    padding: 96px 0 38px;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2022/02/insights-overview-bg.jpg');
}

.banner-tile-links-alt h2 {
    font-size: 40px;
    text-align: center;
    color: #0075c9;
}

.banner-tile-links-alt .text-area {
    font-size: 18px;
    line-height: 1.5;
}

.banner-tile-links-alt .text-area p {
    margin-bottom: 30px;
}

.banner-tile-links-alt .top-button {
    margin: 20px 0 60px;
}

.banner-tile-links-alt .tile {
    padding-top: 30px;
    height: 100%;
}

.banner-tile-links-alt .tile .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.banner-tile-links-alt .tile:not(.transparent) .inner {
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    padding: 46px 18px 20px;
}

.banner-tile-links-alt .tile:not(.transparent) .inner .title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 30px;
}

.banner-tile-links-alt .tile:not(.transparent) .inner .text {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 30px;
}

.banner-tile-links-alt .tile.transparent .inner {
    justify-content: center;
}

.banner-tile-links-alt .tile.transparent .inner .title {
    display: none;
}

.banner-tile-links-alt .tile.transparent .inner .text {
    color: #606060;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
}

.banner-tile-links-alt .bottom-button {
    margin: 48px 0 0;
}

.modal #mc_embed_signup {
  max-width: 100%;
}
.modal #mc_embed_signup form {
  padding: 0 !important;
}











#history-slider {
    padding: 60px 0 104px;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2022/02/insights-overview-bg.jpg');
}

#history-slider h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #0074c8;
    margin: 0 0 30px;
}

#history-slider .text {
    display: block;
    font-size: 18px;
    line-height: 1.6;
    color: #090909;
    text-align: center;
    max-width: 735px;
    margin: 0 auto;
}

#history-slider .text.bottom {
    padding-top: 92px;
}

#history-slider .text > *:last-child {
    margin-bottom: 0;
}

#history-slider .history-slider-container {
    display: block;
    width: calc(100% - 108px);
    margin: 104px auto 0;
    position: relative;
}

#history-slider .history-slider-container .dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 108px);
    height: 5px;
    background-color: #fff;
    box-sizing: content-box;
}

#history-slider .history-slider-container .dots .inner {
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 108px);
}

#history-slider .history-slider-container .dots .dot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

#history-slider .history-slider-container .dots .dot:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: #0074c8;
    border-radius: 50%;
}

#history-slider .slick-list {
    overflow: visible
}

#history-slider .history {
    display: flex;
    align-items: flex-start;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

#history-slider .history.slick-active {
    opacity: 1;
}

#history-slider .history:nth-child(even) {
    align-items: flex-end;
}

#history-slider .history .inner {
    position: relative;
    width: 100%;
}

#history-slider .history .inner .content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: calc(100% + 108px);
    height: 100%;
    padding: 20px 24px 22px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

#history-slider .history .inner .content h3 {
    color: #0074c8;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

#history-slider .history .inner .content h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

#history-slider .history .inner .content .bottom {
    padding-top: 6px;
}

#history-slider .history .inner .content p {
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
    color: #5b5a5f;
}

#history-slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 44px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

#history-slider .arrow.hide {
    opacity: 0 !important;
    pointer-events: none;
}

#history-slider .arrow:hover {
    opacity: 1;
}

#history-slider .arrow.prev {
    left: -120px;
}

#history-slider .arrow.next {
    right: -120px;
}

#history-slider .arrow.prev:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f053";
    font-size: 44px;
    color: #fff;
}

#history-slider .arrow.next:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    font-size: 44px;
    color: #fff;
}

#history-slider .history .inner .content .info {
    position: absolute;
    top: 8px;
    right: 8px
}

#history-slider .history .inner .content .info svg {
    color: #989898;
    width: 14px;
}







.leadership-team {
    padding : 64px 0 98px;
}

.leadership-team h2 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #0074c8;
    margin: 0 0 34px;
}

.leadership-team .tile {
    height: 100%;
    padding-top: 150px;
}

.leadership-team .tile .inner {
    height: 100%;
    background-color: #f7f7f7;
    position: relative;
    padding: 52px 15px 24px;
    text-align: center;
    border-radius: 12px;
}

.leadership-team .tile .inner img {
    position: absolute;
    left: 50%;
    top: -120px;
    transform: translateX(-50%);
    display: block;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    border: 2px solid #0074c8;
    object-fit: cover;
}

.leadership-team .tile .inner  .name {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    color: #2f2b28;
}

.leadership-team .tile .inner .title {
    font-size: 18px;
    font-weight: 600;
    color: #2f2b28;
    margin: 15px 0 0px;
}

.leadership-team .tile .social {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.leadership-team .tile .social .link {
    padding: 0 3px;
}

.leadership-team .tile .social .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #dbdbdb;
    text-decoration: none;
}

.leadership-team .tile .social .link a i {
    font-size: 20px;
    color: #2f2b28;
}







section.videos {
    padding: 92px 0 115px;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2022/01/pricing-bg.jpg');
}

section.videos h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    margin: 0 0 24px;
}

section.videos a {
    display: block;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin: 30px 0 0;
}

section.videos a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0075c9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    opacity: 0.8;
    z-index: 1;
}

section.videos a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='play' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-play fa-w-14 fa-2x'%3E%3Cpath fill='%23fff' d='M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z' class=''%3E%3C/path%3E%3C/svg%3E");
}

section.videos a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.subscription-options.small h2 {
    max-width: 812px;
    margin: 0 auto;
}

.subscription-options.small h3 {
    text-align: center;
    line-height: 1.1;
    color: #fff;
    font-size: 32px;
    max-width: 812px;
    margin: 30px auto 0;
    opacity: 0.9;
}

.subscription-options.small .options {
    margin-top: 30px;
}

.subscription-options.small .options .row {
    margin-right: -24px;
    margin-left: -24px;
}

.subscription-options.small .options .row .option-col {
    padding-right: 24px;
    padding-left: 24px;
}

.subscription-options.small .tile {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 0 0;

}

.subscription-options.small .tile .inner {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    padding: 15px 40px 15px 22px;
}

.subscription-options.small .tile .inner i {
    font-size: 36px;
    margin-right: 20px;
    color: #646464;
}

.subscription-options.small .tile .inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #252525;
    margin: 0;
}

.subscription-options.small .featured {
    display: flex;
    padding: 62px 62px 0 70px;
}

.subscription-options.small .feature {
    flex: 0 0 360px;
    text-align: center;
}

.subscription-options.small .feature .img {
    display: block;
    width: 144px;
    position: relative;
    margin: 0 auto;
}

.subscription-options.small .feature .img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.subscription-options.small .feature .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.subscription-options.small .feature .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 22px 0 0;
    color: #fff;
}

.subscription-options.small .feature .name {
    font-size: 26px;
    line-height: 1;
    margin: 5px;
    color: #fff;
}

.subscription-options.small .content {
    flex: 1;
}

.subscription-options.small .content .text {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    opacity: 0.9;
    padding-top: 10px
}

.subscription-options.small .content .text > *:last-child {
    margin-bottom: 0;
}

.subscription-options.small .content .btn {
    margin-top: 46px;
}

.search-form .form-control {
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.search-form .input-group-text {
  padding: 0;
  border-radius: 0 20px 20px 0;
  background-color: #fe9e05;
  color: #2d2a26;
}
.search-form .input-group-text .search-submit {
  border: none;
  background: none;
  padding: 6px 22px 6px 16px;
}
