/*
    Theme Name: WP RNP Custom Theme
*/
/* Fonts */
@font-face {
    font-family: 'Prospectus Pro S DEMO';
    src: url('fonts/ProspectusProSDEMO-Bold.woff2') format('woff2'), url('fonts/ProspectusProSDEMO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prospectus Pro S DEMO';
    src: url('fonts/ProspectusProSDEMO-Black.woff2') format('woff2'), url('fonts/ProspectusProSDEMO-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prospectus Pro S DEMO';
    src: url('fonts/ProspectusProSDEMO-Regular.woff2') format('woff2'), url('fonts/ProspectusProSDEMO-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Prospectus Pro S DEMO';
    src: url('fonts/ProspectusProSDEMO-SemiBold.woff2') format('woff2'), url('fonts/ProspectusProSDEMO-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'), url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Medium.woff2') format('woff2'), url('fonts/ProximaNova-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'), url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'), url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'), url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?cbyrvk');
    src: url('fonts/icomoon.eot?cbyrvk#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?cbyrvk') format('truetype'), url('fonts/icomoon.woff?cbyrvk') format('woff'), url('fonts/icomoon.svg?cbyrvk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e900";
    color: #fff;
}

.icon-phone:before {
    content: "\e901";
    color: #fff;
}

.icon-arrow-right:before {
    content: "\e902";
    color: #84cca7;
}

.icon-chevron-down:before {
    content: "\e903";
    color: #b9bdd0;
}

html:not(.page-id-27464):not(.page-id-21) {
    scroll-behavior: smooth;
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

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

strong,b {
    font-weight: 700
}

em,i {
    font-style: italic
}

input {
    outline: none;
    border: none;
    border-radius: 0
}

html,body {
    overflow-x: hidden
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #484848;
}

.right {
    float: right
}

.left {
    float: left
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.half {
    width: 48%
}

@media (max-width: 1000px) {
    .half {
        width:100%;
        float: none
    }
}

.none {
    display: none
}

a {
    color: #283266;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

a:hover {
    color: #3DB174;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out
}

a img {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%
}

h1,.h1 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -0.02em;
    color: #283266;
    line-height: 48px;
    line-height: 54px;
}

h2,.h2 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -0.02em;
    color: #283266;
    line-height: 49px;
}

h3,.h3 {
    font-family: "Prospectus Pro S DEMO";
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #283266;
}

h4,.h4 {
    font-family: "Prospectus Pro S DEMO";
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #283266;
}

.alignleft {
    float: left;
    margin: 5px 50px 25px 0
}

.alignright {
    float: right;
    margin: 5px 0 25px 50px
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
    margin: 0 0 20px;
    /*font-family: 'Poppins';*/
    /*font-weight: 600;*/
}

.content p,.content form,.content iframe,.content blockquote,.content hr {
    margin: 0 0 40px;
}

.content ul,.content ol {
    margin: 0 0 40px 30px
}

.gform_wrapper ul,.content form ul,form:not(.searchform) ul {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gform_wrapper ul li,.content form ul li,form:not(.searchform) ul li {
    width: 100%
}

.gform_wrapper ul li.third,.content form ul li.third,form:not(.searchform) ul li.third {
    width: 33%
}

@media (max-width: 1000px) {
    .gform_wrapper ul li.third,.content form ul li.third,form:not(.searchform) ul li.third {
        width:50%
    }
}

@media (max-width: 700px) {
    .gform_wrapper ul li.third,.content form ul li.third,form:not(.searchform) ul li.third {
        width:100%
    }
}

.gform_wrapper ul li.two-thirds input,.content form ul li.two-thirds input,form:not(.searchform) ul li.two-thirds input {
    width: 66% !important
}

@media (max-width: 1000px) {
    .gform_wrapper ul li.two-thirds input,.content form ul li.two-thirds input,form:not(.searchform) ul li.two-thirds input {
        width:50% !important
    }
}

@media (max-width: 700px) {
    .gform_wrapper ul li.two-thirds input,.content form ul li.two-thirds input,form:not(.searchform) ul li.two-thirds input {
        width:100% !important
    }
}

.gform_wrapper ul li.gsection,.content form ul li.gsection,form:not(.searchform) ul li.gsection {
    border: none;
    margin: 0;
    padding: 0
}

.gform_wrapper ul li.gsection h2,.content form ul li.gsection h2,form:not(.searchform) ul li.gsection h2 {
    font-size: 1rem
}

.gform_wrapper ul li .ginput_container_radio input[type="text"],.content form ul li .ginput_container_radio input[type="text"],form:not(.searchform) ul li .ginput_container_radio input[type="text"] {
    width: 90% !important;
    height: 35px;
    font-size: 1rem !important
}

.gform_wrapper label,.content form label,form:not(.searchform) label {
    font-size: .9375rem !important;
    font-weight: 400 !important
}

.gform_wrapper .ginput_complex label,.content form .ginput_complex label,form:not(.searchform) .ginput_complex label {
    font-size: .75rem !important
}

.gform_wrapper input[type="text"],.gform_wrapper input[type="email"],.gform_wrapper input[type="tel"],.gform_wrapper input[type="number"],.gform_wrapper input[type="password"],.gform_wrapper input[type="url"],.gform_wrapper textarea,.gform_wrapper select,.content form input[type="text"],.content form input[type="email"],.content form input[type="tel"],.content form input[type="number"],.content form input[type="password"],.content form input[type="url"],.content form textarea,.content form select,form:not(.searchform) input[type="text"],form:not(.searchform) input[type="email"],form:not(.searchform) input[type="tel"],form:not(.searchform) input[type="number"],form:not(.searchform) input[type="password"],form:not(.searchform) input[type="url"],form:not(.searchform) textarea,form:not(.searchform) select {
    background-color: #fff;
    width: 100% !important;
    height: 52px;
    outline: none;
    border: 1px solid #B9BDD0;
    padding: 0 17px !important;
    font-family: "Helvetica",helvetica,arial,sans-serif;
    font-size: 1.25rem;
    border-radius: 5px;
}

.gform_wrapper textarea,.content form textarea,form:not(.searchform) textarea {
    padding: 20px !important;
    height: 200px
}

.gform_wrapper input[type="submit"],.content form input[type="submit"],form:not(.searchform) input[type="submit"] {
    cursor: pointer;
    padding: 0;
    min-width: 200px;
    height: 55px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out
}

.gform_wrapper input[type="submit"]:hover,.content form input[type="submit"]:hover,form:not(.searchform) input[type="submit"]:hover {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out
}

/* Header */
.container {
    max-width: 1292px;
    margin: 0 auto;
    width: calc(100% - 120px);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav {
    display: flex;
    align-items: center;
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.header-main-menu {
    margin-right: 100px;
}

ul.main-menu > li > a {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #283266;
}

ul.main-menu > li a:hover {
    color: #84CCA7;
}

ul.main-menu > li.current-menu-item > a {
    font-weight: bold;
    color: #84CCA7;
}

ul.main-menu > li {
    margin-right: 50px;
}

ul.main-menu > li:last-child {
    margin: 0;
}

ul.main-menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 240px;
    padding: 15px 15px;
    border-radius: 0;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    transform: translateY(20px);
}

ul.main-menu > li {
    position: relative;
}

ul.main-menu > li ul li {
    margin-bottom: 10px;
}

ul.main-menu > li ul li:last-child {
    margin-bottom: 0;
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

ul.main-menu > li ul li > a {
    font-size: 14px;
    display: block;
    color: #283266;
    display: block;
    line-height: 20px;
}

ul.main-menu > li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #283266;
    border-bottom: 1px solid #283266;
    width: 8px;
    height: 8px;
    transform: rotate( -315deg );
    top: -2px;
    left: 8px;
    position: relative;
}

ul.main-menu > li.menu-item-has-children > a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

ul.main-menu > li.menu-item-has-children:hover > a:after {
    transform: rotate(-135deg);
    top: 2px;
}

img {
    vertical-align: middle;
}

header.site-header {
    background: #fff;
    padding: 34px 0 37px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 100;
}

header.site-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

body.admin-bar.logged-in header.site-header.fixed {
    top: 32px;
}

.header-cta .btn {
    border-radius: 5px;
    background: #84cca7;
    color: #fff;
    padding: 16px 34px 15px;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.02em;
    text-align: center;
}

.header-cta .btn:hover {
    background: #283266;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

/* Hero Home */
section.homepage-hero {
    /*min-height: 724px;
    padding: 65px 0;
    background-size: cover;
    background-position: center center;
    position: relative;*/
}

.homepage-hero-slider {
    min-height: 724px;
    display: flex;
    margin-bottom: 0!important;
}

.container.hero-form-wrap {
    position: relative;
}

.hero-form {
    position: absolute;
    bottom: 65px;
    left: 0;
}

.hero-slide {
    padding: 65px 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.homepage-hero-slider .slick-track {
    height: 100%;
}

h3.slide-heading {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -0.02em;
    color: #283266;
    line-height: 48px;
    line-height: 54px;
    max-width: 430px;
}

.homepage-hero-slider ul.slick-dots {
    bottom: 20px;
}

.homepage-hero-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    background: #84cca7;
}

.mobile-hero-bg {
    display: none;
}

section.homepage-hero h1 {
    max-width: 410px;
}

.hero-content {
    max-width: 510px;
    margin-top: 5px;
}

.hero-form {
    margin-top: 75px;
    max-width: 484px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.08);
    padding: 50px 34px;
}

.hero-form h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}

input#gform_submit_button_1 {
    margin: 0;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    background: #84cca7;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
}

div.gform_wrapper.gravity-theme .gform_footer, div.gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
    margin: 0;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px;
    grid-column-gap: 13px;
}

div#gform_fields_1 {
    margin-bottom: 15px;
}

select.empty {
    color: #B9BDD0;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(images/chevron-down.svg);
    background-position: calc(100% - 17px) center;
    background-size: 12px auto;
    background-repeat: no-repeat;
}

select::-ms-expand {
    display: none;
}

input::placeholder {
    color: #B9BDD0;
}

.hero-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #283266;
    width: 100%;
    padding: 28px 0 27px;
    z-index: 100;
}

.hero-notification h3 {
    color: #fff;
    margin-right: 50px;
    width: 320px;
}

.hero-notification h3 + div {
    width: 50%;
    max-width: 529px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.hero-notification .container {
    position: relative;
}

.close-notifcation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}

/* Sevices List */
.service-list-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}

.service-list-grid > h1 {
    width: 50%;
    max-width: 560px;
    margin-right: 94px;
    margin-top: 40px;
    width: 100%;
    max-width: 743px;
    text-align: center;
    margin: 0 auto 60px;
}

.services-list {
    width: 529px;
    display: flex;
    width: 100%;
    margin: 0 -8px;
}

.services-wrap {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    margin-bottom: 24px;
    width: calc(100%/3 - 16px);
    margin: 0 8px;
}

.services-intro-image {
    margin-top: -40px;
    margin-bottom: 136px;
    text-align: center;
}

.services-intro-image img {
    border-radius: 20px;
}

.services-wrap ul {
    list-style: none;
}

.services-wrap h3 {
    margin-bottom: 20px;
}

ul.services-list-inner li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

ul.services-list-inner li i {
    font-size: 12px;
    margin-left: 12px;
    transition: .35s ease;
    display: inline-block;
}

section.service-list-block {
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
}

ul.services-list-inner li a:hover i {
    transform: translateX(5px);
}

ul.services-list-inner li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #84CCA7;
}

/* Centered Content */
section.centered-content-block {
    position: relative;
    background-color: #F4F9FA;
    padding: 175px 0 86px;
    text-align: center;
}

section.centered-content-block:after, .bg-circle:after {
    display: block;
    width: 130%;
    height: 609px;
    background: #fff;
    content: '';
    border-radius: 100%;
    transform: translate(-10%, -80%);
    position: absolute;
    top: 0;
    left: 0;
}

section.centered-content-block .container {
    position: relative;
    z-index: 2;
}

.services-wrap:last-child {
    margin-bottom: 0;
}

.centered-content {
    max-width: 805px;
    margin: 24px auto 40px;
}

section.centered-content-block h2 {
    margin-bottom: 15px;
}

section.centered-content-block a.btn {
    background: #283266;
    padding: 17px 34px;
    border-radius: 5px;
    display: inline-flex;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    align-items: center;
}

section.centered-content-block a.btn:hover {
    background: #84cca7;
}

section.centered-content-block a.btn i {
    font-size: 12px;
    margin-right: 12px;
}

/* Help Us Block */
section.help-us-block {
    background: #283266;
    padding: 90px 0;
}

.help-us-left {
    color: #fff;
    width: 50%;
    max-width: 529px;
}

.help-us-left h2 {
    color: #fff;
    margin-bottom: 15px;
}

.help-us-left .button-wrap {
    display: flex;
    margin-top: 50px;
}

.help-us-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.help-us-right {
    width: 50%;
    max-width: 638px;
}

.btn {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    padding: 10px 29px;
    line-height: 1;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.btn.btn-solid {
    border-radius: 5px;
    background: #84CCA7;
    min-width: 133px;
    border: 2px solid #84CCA7;
}

a.btn.btn-border {
    border: 2px solid #84CCA7;
    border-radius: 5px;
}

.help-us-left .button-wrap a.btn.btn-solid {
    margin-right: 15px;
}

a.btn:hover {
    background: transparent;
    color: #fff;
    border-color: #84CCA7;
}

a.btn.btn-border:hover {
    background: #84CCA7;
}

/* Testimonials Block */
section.testimonials-block {
    padding: 125px 0 175px;
    background: #F4F9FA;
}

.testimonials-heading {
    text-align: center;
    margin-bottom: 64px;
}

.testimonial-slide-item {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
    padding: 44px 21px 44px 34px;
    margin: 0 14px 14px;
}

.testimonial-name {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
    margin: 23px 0 3px;
}

.testimonial-designation {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
}

div.testimonials-slider {
    margin: 0!important;
}

ul.slick-dots button {
    display: none;
}

ul.slick-dots li {
    width: 9px;
    height: 9px;
    background: #B9BDD0;
    border-radius: 50%;
    margin: 0 9px;
    transition: .35s ease;
}

ul.slick-dots li.slick-active, ul.slick-dots li:hover {
    background: #404C8D;
}

ul.slick-dots {
    bottom: -90px;
}

/* Footer CTA */
section.footer-cta-wrap {
    background-image: url(images/bg-cta.png);
    background-color: #404C8D;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) -13px;
}

section.footer-cta-wrap .container {
    max-width: 1074px;
}

section.footer-cta-wrap .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.footer-cta-wrap h3 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

.footer-cta-button a.btn {
    background: #fff;
    color: #283266;
    padding: 17px 30px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.footer-cta-button a.btn i:before {
    color: #283266;
}

.footer-cta-button a.btn i {
    margin-right: 11px;
    font-size: 14px;
}

.footer-cta-button a.btn:hover {
    background: #283266;
    color: #fff;
}

.footer-cta-button a.btn:hover i:before {
    color: #fff;
}

footer.site-footer {
    background: #283266;
    padding: 60px 0 70px;
}

footer.site-footer .container {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 161px;
}

.footer-col-right {
    width: calc(100% - 161px);
    padding-left: 166px;
}

footer.site-footer {
    background: #283266;
    padding: 60px 0 70px;
}

footer.site-footer .container {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 161px;
    margin-top: 10px;
}

.footer-col-right {
    width: calc(100% - 161px);
    padding-left: 166px;
}

.footer-menus-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #B9BDD0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.footer-menus-wrap > div {
    min-width: 211px;
    max-width: 260px;
}

.footer-menu-one ul {
    list-style: none;
}

.footer-menus-wrap ul {
    list-style: none;
}

.footer-menus-wrap ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.footer-menus-wrap h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Proxima Nova';
    line-height: 1;
    margin-bottom: 7px;
}

.footer-menus-wrap ul li {
    margin-bottom: 5px;
}

.footer-copyrights {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyrights {
    color: #B9BDD0;
    font-size: 10px;
    line-height: 12px;
}

ul.footer-social-list {
    list-style: none;
    display: flex;
    align-items: center;
}

ul.footer-social-list li {
    margin-right: 15px;
}

.footer-bottom-menu ul li a {
    color: #B9BDD0;
    font-size: 10px;
    line-height: 12px;
    display: block;
}

.footer-bottom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 10px;
}

.footer-bottom-menu ul li {
    margin-left: 30px;
}

.copyrights-wrap {
    display: flex;
    flex-wrap: wrap;
}

/* Blog Page */
.post.featured-post {
    padding: 96px 0 134px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.featured-image {
    width: 58%;
    max-width: 638px;
}

.post.featured-post .post-content {
    width: 50%;
    max-width: 498px;
    margin-left: 77px;
}

.post-publisded-date {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #84cca7;
}

.post.featured-post h2.post-title a {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
    display: block;
    margin: 17px 0 26px;
    line-height: 54px;
}

.blog-post-content {
    font-size: 18px;
    line-height: 24px;
    color: #484848;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.post {
    width: calc(100%/3 - 16px);
    margin: 0 8px 65px;
}

.post-content h2 a {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 29px;
    color: #283266;
    display: block;
}

.post img {
    width: 100%;
    border-radius: 12px;
}

.post:not(.featured-post) .post-content {
    margin-top: 32px;
}

.post:not(.featured-post) h2.post-title {
    margin: 22px 0;
}

.post p {
    margin: 0;
}

.page-navigation {
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
}

.page-navigation > * {
    margin: 0 5px;
    font-weight: bold;
}

section.blog-page {
    background: #F4F9FA;
}

/* Single Blog */
section.post-hero {
    background: #F4F9FA;
    padding-top: 96px;
    position: relative;
}

.post-title-data {
    width: 50%;
    padding: 50px 92px 50px 109px;
    position: relative;
    z-index: 1;
}

.post-thumbnail {
    width: 50%;
    max-width: 638px;
    position: relative;
    z-index: 1;
}

.post-thumbnail img {
    border-radius: 12px;
}

section.post-hero:after {
    content: '';
    width: 100%;
    height: 25px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.post-content-full {
    max-width: 856px;
    margin: 140px auto;
}

.default-content {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #484848;
}

.related-posts-grid {
    display: flex;
    margin: 0 -8px;
}

.related-posts-grid .post {
    width: calc(50% - 16px);
    margin-bottom: 0;
}

.blog-post-content p {
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    padding-right: 15px;
}

.related-posts-wrap .post-content-full {
    margin-bottom: 250px;
}

.post-title-data h1 {
    margin-top: 15px;
}

/* Contact Page */
section.contact-page-wrap {
    background: #F4F9FA;
    padding: 50px 0 116px;
}

.contact-form-wrap {
    max-width: 791px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.08);
    width: 65%;
    padding: 75px;
}

.contact-hours {
}

.contact-page-sidebar {
    width: 280px;
    margin-left: 93px;
    padding-top: 109px;
}

.contact-form-content {
    margin: 22px 0 54px;
}

textarea#input_2_5 {
    height: 172px;
}

input#gform_submit_button_2 {
    display: block;
    margin: 0 auto;
    min-width: 155px;
    height: 52px;
    border-radius: 5px;
    background: #84cca7;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    margin-top: 16px;
}

.contact-form input, textarea {
    border-color: #B9BDD0;
}

textarea::placeholder {
    color: #B9BDD0;
}

.contact-form input::placeholder {
    font-weight: 500;
}

input#gform_submit_button_2:hover {
    background: #283266;
}

body.page-id-34 .header-cta .btn {
    background: #283266;
}

.center-hours-wrap h3 {
    margin-bottom: 15px;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #283266;
}

.center-hours-wrap h4 {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    color: #84cca7;
}

.contact-page-sidebar {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #484848;
}

.center-hour-item {
    margin-bottom: 35px;
}

.center-hour-item:last-child {
    margin-bottom: 0;
}

.administrative-hours {
    margin-top: 118px;
}

.administrative-hours h3 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
    margin-bottom: 10px;
}

.administrative-content p {
    margin-bottom: 20px;
}

/* Events List Page */
.event-grid-item {
    width: calc(100%/3 - 40px);
    margin: 0 20px 40px;
    background: #fff;
    border-radius: 12px;
    transition: .35s ease;
}

.event-grid-item > a {
    display: flex;
    flex-wrap: wrap;
    padding: 33px 17px 30px 35px;
    height: 100%;
}

.event-grid-item:hover {
    transform: translateY(-10px);
}

.events-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 146px;
}

.events-list-wrap > div.post {
    margin: 0 20px;
}

section.events-archive-page {
    background: #F4F9FA;
}

.event-data {
    width: 31px;
    margin-right: 39px;
}

.event-description {
    width: calc(100% - 70px);
}

.event-data span {
    display: block;
    text-align: center;
}

.event-data span:first-child {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #84cca7;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.event-data span:last-child {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 29px;
    line-height: 1;
    text-align: center;
    color: #283266;
}

.events-list-wrap .page-navigation {
    margin: 0;
    transform: translateY(50px);
}

.event-grid-item h3 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
    margin-bottom: 10px;
    line-height: 1;
}

.event-description {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #919191;
}

a.btn.btn-blue {
    background: #283266;
    border-radius: 5px;
    border: 2px solid #283266;
}

a.btn.btn-blue:hover {
    background: transparent;
    color: #283266;
}

.events-buttons {
    margin-top: 45px;
}

a.btn.btn-blue-broder {
    border: 2px solid #283266;
    border-radius: 5px;
    color: #283266;
}

.events-buttons a {
    margin-right: 10px;
}

.events-buttons > a {
    min-width: 163px;
}

a.btn.btn-blue-broder:hover {
    background: #283266;
    color: #fff;
}

/* Single Event Page */
section.single-event-wrap {
    background: #F4F9FA;
    padding: 96px 0 0;
}

.single-event-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 110px;
}

.event-content {
    width: 45%;
    max-width: 420px;
}

.event-gallery {
    width: 50%;
    max-width: 638px;
}

.event-grid-item.single-page {
    width: 100%;
    display: flex;
    padding: 33px 17px 30px 35px;
    margin: 33px 0 60px;
}

.gallery-slide img {
    border-radius: 12px;
}

.gallery-thumb-slider {
    /*display: flex;
    flex-wrap: wrap;*/
}

.gallery-thumb-slider .gallery-slide.slick-current {
    border: 1px solid #84cca7;
    border-radius: 12px;
}

.gallery-thumb-slider .gallery-slide {
    margin: 20px 8px 0;
    width: calc(100%/3 - 16px);
}

.gallery-thumb-wrap ul.slick-dots {
    bottom: -40px;
}

.event-register-button {
    margin-top: 48px;
}

.other-events-list {
    border-top: 1px solid #6F78A2;
    padding-top: 50px;
    padding-bottom: 96px;
}

.other-events-wrap {
    display: flex;
    justify-content: space-between;
}

.other-events-wrap > h3 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
}

.related-events-grid {
    display: flex;
    max-width: 849px;
    width: 80%;
    margin: 0 -20px;
}

.related-events-grid .event-grid-item {
    width: 100%;
}

/* About Page */
section.about-page-hero.bg-circle:after {
    bottom: 100px;
    transform: translate(-10%, 0%);
    background: #F4F9FA;
    height: 100%;
    top: auto;
}

.bg-circle {
    position: relative;
}

.bg-circle > div {
    position: relative;
    z-index: 2;
}

::after {
}

section.about-page-hero {
    padding-top: 126px;
}

section.about-page-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 50%;
    width: 100%;
    background: #F4F9FA;
}

section.about-page-hero h1 {
    text-align: center;
    margin-bottom: 16px;
}

.about-hero-content {
    max-width: 646px;
    margin: 0 auto;
    padding-bottom: 75px;
}

.about-hero-img {
    max-width: 977px;
    margin: 0 auto;
    /* transform: translateX(-70px); */
}

.about-hero-img img {
    border-radius: 12px;
}

section.about-rnp-wrap .container {
    max-width: 977px;
    margin: 0 auto;
    /* transform: translateX(-50px); */
}

section.about-rnp-wrap {
    padding: 126px 0 96px;
    font-size: 18px;
    line-height: 32px;
}

.rnp-wrap {
    display: flex;
    justify-content: space-between;
}

.rnp-content {
    max-width: 638px;
    width: 63%;
}

.rnp-wrap p {
    margin-bottom: 30px;
}

.skilled-programs-content {
    max-width: 638px;
    width: 63%;
    margin-left: auto;
}

.skilled-programs-content h4 {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #84CCA7;
    margin-top: 40px;
}

p {
}

t {
}

.rnp-bottom-row {
    text-align: center;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #283266;
    margin: 128px -30px 0;
}

.skilled-programs-rnp {
    display: flex;
    position: relative;
    padding-top: 60px;
}

.skilled-programs-content {
    max-width: 638px;
    width: 63%;
    margin-left: auto;
}

.skilled-programs-content h4 {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #84CCA7;
    margin-top: 0;
}

p {
    font-size: 18px;
    line-height: 32px;
}

t {
}

.rnp-bottom-row {
    text-align: center;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #283266;
    margin: 128px -30px 0;
}

.skilled-programs-rnp {
    display: flex;
    position: relative;
    padding-top: 60px;
}

.skilled-programs-rnp > h2 {
    max-width: 280px;
}

section.about-team-wrap {
    background: #F4F9FA;
    padding-top: 78px;
    margin-bottom: 160px;
}

.about-affiliattion-content strong {
    color: #283266;
}

.team-members-wrap {
    max-width: 1107px;
    margin: 0 auto;
    position: relative;
}

.team-members-grid {
    /* transform: translateX(26px); */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -87px;
}

.team-members-wrap > h2 {
    transform: translateX(-90px);
    margin-bottom: 63px;
}

.team-grid-item {
    max-width: 462px;
    margin: 0 87px;
    margin-bottom: 55px;
}

.team-grid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-image img {
    width: 100%;
    border-radius: 50%;
}

.team-image {
    width: 122px;
}

.team-grid-meta {
    width: calc(100% - 144px);
}

.team-grid-meta h3 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
}

.team-designation {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #84cca7;
}

.team-grid-bio {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #484848;
    margin-top: 40px;
}

.board-of-directors-wrap .container {
    max-width: 1280px;
    transform: translateX(-5px);
    display: flex;
    justify-content: space-between;
}

ul.board-member-list {
    max-width: 891px;
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #484848;
}

ul.board-member-list li span {
    font-weight: bold;
    color: #84CCA7;
}

.bg-circle {
}

section.about-team-wrap.bg-circle:after {
    background: #f4f9fa;
    top: auto;
    width: 140vw;
    transform: translate(-20vw, 0%);
    bottom: -100px;
}

section.about-affiliattion-wrap > div > h2 {
    text-align: center;
    margin-bottom: 95px;
}

section.about-affiliattion-wrap > div {
    max-width: 942px;
}

.about-affiliattion-grid {
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-17px);
}

.about-affiliattion-content {
    max-width: 638px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 118px;
}

.about-affiliattion-img {
    width: 242px;
    margin-right: 62px;
}

.about-affiliattion-content p {
    margin-bottom: 30px;
}

.about-affiliattion-content p + ul {
    margin-top: -20px;
    padding-left: 25px;
}

.about-affiliattion-content h4 {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #84CCA7;
    margin-top: 40px;
}

/* Default page Content */
.content {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #484848;
}

section.default-content-wrap.content {
    padding: 120px 0 150px;
}

section.default-content-wrap.content h1 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -0.02em;
    color: #283266;
    margin-bottom: 50px;
}

section.default-content-wrap.content ol {
    color: #84CCA7;
    font-weight: bold;
    list-style: none;
    counter-reset: item;
}

section.default-content-wrap.content ol li:before {
    content: counter(item) '. ';
    counter-increment: item;
    position: absolute;
    left: 0px;
}

section.default-content-wrap.content ol li {
    position: relative;
    padding-left: 40px;
}

/* Programs Page */
section.program-page-hero {
    min-height: 456px;
    padding-top: 208px;
    background-size: cover;
    background-position: center center;
    padding-bottom: 100px;
}

.programs-list-left h2 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
    margin-bottom: 10px;
}

.programs-list-left > div {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #484848;
}

.programs-list-left {
    width: 530px;
}

section.programs-list-wrap {
    padding: 75px 0;
}

section.programs-list-wrap:nth-child(odd) + section.programs-list-wrap {
    background: #F4F9FA;
}

.programs-list-right {
    width: 423px;
    margin-left: 101px;
}

.program-list-item {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-top: 24px;
}

.program-list-item a {
    padding: 26px 0 26px 50px;
    display: block;
}

.program-list-item h3 {
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
}

.program-city {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    color: #84cca7;
    display: inline-flex;
    align-items: center;
    min-width: 190px;
    justify-content: space-between;
}

.program-city i {
    font-size: 12px;
    margin-left: 10px;
}

.program-list-item:first-child {
    margin-top: 0;
}

.program-breadcrums {
    padding: 48px 0 0;
}

.single-program-main {
    padding: 102px 0 114px;
    display: flex;
    justify-content: space-between;
}

section.single-program-wrap .container {
    max-width: 1078px;
}

.program-details-left {
    position: relative;
    width: 314px;
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #484848;
}

.single-program-content {
    width: 638px;
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #484848;
}

.program-address-phone {
    padding: 23px 28px 23px;
    margin-top: 64px;
}

.program-hours {
    padding: 23px 28px 23px;
    margin-top: 24px;
}

.program-address-phone > div:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #84CCA7;
}

.single-program-content.content ul li:before {
    content: "\e902";
    font-family: 'icomoon';
    color: #84cca7;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

.single-program-content.content ul {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #84cca7;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: calc(100% + 30px);
}

.single-program-content.content ul li{
    display: flex;
}

.wwu-hero-content {
    width: 670px;
}

section.work-with-us-hero h1 {
    width: 33%;
    padding-right: 50px;
    font-size: 45px;
}

section.work-with-us-hero {
    padding: 110px 0 144px;
}

section.careers-listing-wrap {
    background: #F4F9FA;
}

.careers-block-images {
    display: flex;
    justify-content: flex-end;
    margin: 0px 0 -70px;
    transform: translateY(-35px);
    position: relative;
    right: -10px;
}

.careers-content {
    margin-top: 50px;
    max-width: 960px;
}

.career-image img {
    border-radius: 12px;
}

.career-image {
    margin-left: 37px;
    max-width: 475px;
}

.career-image img {
    border-radius: 12px;
}

.career-image {
    margin-left: 37px;
}

section.form-callout {
    padding: 270px 0 185px;
}

.form-callout-form {
    width: 579px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.08);
    padding: 64px;
}

textarea#input_3_5 {
    height: 181px;
}

input#gform_submit_button_3 {
    margin: 0;
    min-width: 163px;
    height: 55px;
    border-radius: 5px;
    background: #84cca7;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 17px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    display: block;
    margin: 34px auto 0;
}

.form-callout-content {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #484848;
    width: 375px;
}

.form-callout-wrap {
    justify-content: space-between;
    display: flex;
}

section.form-callout .container {
    max-width: 1045px;
}

section.form-callout h2 {
    margin-bottom: 50px;
    font-family: "Prospectus Pro S DEMO";
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283266;
}

.form-callout-content p {
    margin-bottom: 30px;
}

.form-callout-content p:last-child {
    margin: 0;
}

.jobs-listings {
    width: 856px;
    margin: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.08);
    padding: 92px 65px 110px;
    transform: translateY(60px);
    max-width: 100%;
}

.job-item {
    border-bottom: 1px solid #B9BDD0;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.job-meta {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    color: #84cca7;
    margin-bottom: 10px;
}

.job-description {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    color: #484848;
}

.job-item:last-child {
    /*margin-bottom: 0;
    border-bottom: 0;*/
}

.jobs-listings-wrap {
    margin-top: -40px;
}

.job-item h3 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-item h3 a i {
    font-size: 12px;
}

.jobs-listings-wrap {
    background-image: url(images/bg-jobs-list.png);
    background-repeat: no-repeat;
    background-position: -20px center;
}

section.work-with-us-hero .container {
    max-width: 1084px;
}

section.careers-listing-wrap .container {
    max-width: 1084px;
}

section.careers-listing-wrap h2 {
    font-size: 45px;
    letter-spacing: .01em;
}

.contact-form-wrap h1,
.event-content h1 {
    font-size: 45px;
}

section.single-event-wrap .container {
    max-width: 1185px;
}

.program-breadcrums {
    color: #9BC6D1;
    text-transform: uppercase;
    font-weight: bold;
}

.program-breadcrums a {
    color: #9BC6D1;
}

.program-breadcrums i:before {
    color: #9BC6D1;
    font-size: 12px;
    margin: 0 3px;
}

.program-details-left > a {
    font-size: 22px;
    transform: rotate(180deg);
    display: block;
    transform-origin: center left;
    position: absolute;
    top: 45px;
    left: -80px;
}

.program-details-left a i:before {
    color: #283266;
}

section.program-page-hero h1 {
    color: #fff;
}

html.close-cookie-set .hero-notification {
    display: none;
}

.mobile-menu-toggle{
    display: none;
}


.jobs-listings .slick-slide > div:last-child .job-item {
    margin-bottom: 0;
    border-bottom: 0;
}

.team-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
}

.team-image img {
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

html {
    scroll-padding-top: 150px;
}

.header-container.container {
    max-width: 1600px;
}

nav.header-main-menu {
    margin: 0 auto;
    padding-right: 50px;
}

/* Summary Of Employee Page */

.summary-employeee-benefits-hero {
    position: relative;
}

.summary-employeee-benefits-hero:after {
    content: '''';
    background: #F4F9FA;
    height: 100%;
    width: 120%;
    position: absolute;
    top: -190px;
    left: 0;
    border-radius: 0 0 50% 50%;
    transform: translate(-10%, 0);
}

.summary-employeee-benefits-hero .container {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.summary-hero-grid {
    padding: 110px 0 100px;
    display: flex;
    justify-content: space-between;
}

.summary-hero-grid h1 {
    width: 268px;
}

.summary-hero-content {
    width: calc(100% - 300px);
    padding-left: 36px;
}

ul.summary-links {
    margin-top: 60px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 30px);
}

ul.summary-links a {
    font-family: "Proxima Nova";
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #84cca7;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-right: 30px;
}

ul.summary-links li {
    width: 47%;
}

ul.summary-links a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.summary-employeee-benefits .container {
    max-width: 980px;
}

.summary-employeee-benefits-content{
    margin-top: 105px;
    position: relative;
}

.summary-page-section {
    margin-bottom: 85px;
    display: flex;
    flex-wrap: wrap;
}

.summary-page-section > .content {
    width: calc(100% - 268px);
    padding-left: 36px;
}

.summary-page-section > h2 {
    width: 268px;
}

.summary-page-section > .content h3 {
    font-family: 'Proxima Nova';
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #84CCA7;
    margin-bottom: 12px;
}

.summary-footer-content {
    font-family: 'Prospectus Pro S DEMO';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #283266;
    margin: 60px 0 180px;
    line-height: 24px;
}

.leaf-bg{
    width: 577.91px;
    height: 529.6px;
    background: transparent;
    /*opacity: 0.2;*/
    position: absolute;
    background-image: url(images/bg-leaves.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 610px;
    right: -50px;
    transform: translateX(50%);
}

.leaf-bg.right-side{
    top: auto;
    bottom: 830px;
    right: auto;
    left: 0;
    transform: translateX(-50%);
}



/* Homepage Updates */
.home-standard-hero {
    position: relative;
}

.home-standard-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-standard-hero-bg img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.home-standard-hero-inner {
    padding: 58px 0 170px;
    position: relative;
}

.home-standard-hero-form-block {
    max-width: 530px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 35px rgba(0,0,0,0.08);
    padding: 64px 60px 64px 50px;
}

.home-shf-header-title {
    font-size: 40px;
    font-weight: bold;
    color: #283266;
    font-family: "Prospectus Pro S DEMO";
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.home-shf-header-desc {
    color: #283266;
    margin-top: 10px;
}

.home-shf-header {
    margin-bottom: 50px;
}

.home-shf-form .gform_title {
    font-size: 24px;
}

.home-shf-form .gfield {
    grid-column: span 12 !important;
}

.home-shf-form .gform_footer .gform_button {
    width: 100%;
    background: #84CCA7;
    color: #fff;
    height: 52px;
    border-radius: 5px;
    font-family: 'Prospectus Pro S DEMO',serif;
    font-size: 17px;
    font-weight: bold;
}

.home-shf-form .gform_footer .gform_button:hover {
    background: #283266;
}

.service-video {
    margin-bottom: 50px;
}

.services-wrap h3 {
    text-align: center;
}

section.join-team-home:before {
    content: '';
    background: #283266;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .84;
}

section.join-team-home {
    padding: 247px 0 126px;
    background-size: cover;
    background-position: top center;
    padding-left: 46px;
}

section.join-team-home .container {
    display: flex;
    max-width: 1028px;
    justify-content: space-between;
}

.join-team-left {
    width: 332px;
}

.join-team-right {
    width: 529px;
}

.join-team-right h2 {
    color: #fff;
}

.join-team-right p {
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
}

.team-ctas {
    margin-top: 40px;
    display: flex;
    column-gap: 13px;
}

section.follow-us-home {
    background-image: url(images/bg-cta.png);
    background-color: #414C81;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: -102px calc(100% - 20px);
}

section.follow-us-home .container {
    display: flex;
    justify-content: space-between;
}

.follow-us-right {
    width: 816px;
}

.follow-us-left {
    width: 250px;
}

ul.follow-links {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.follow-us-left h3 {
    color: #fff;
    margin-bottom: 30px;
}

.follow-slide img {
    width: 100%;
    height: 177px;
    opacity: 0;
}

.follow-slide {
    background-size: cover;
    background-position: center center;
    margin: 0 8px;
}

.follow-us-right .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0px 0px 15px rgba(132, 204, 167, 0.58);
    width: 51px;
    height: 51px;
    background: #84CCA7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.follow-us-right {
    position: relative;
}

.follow-slider-left.slick-arrow {
    left: -25px;
}

.follow-slider-right.slick-arrow {
    right: -25px;
}

.follow-slider-right.slick-arrow svg {
    transform: scaleX(-1);
}

.testimonial-content p {
    line-height: 24px;
    color: #484848;
}

/* Responsiveness */

@media all and (max-width: 1650px){
    ul.main-menu > li {
        margin-right: 30px;
    }

    ul.main-menu > li > a {
        font-size: 14px;
    }

    ul.main-menu > li.menu-item-has-children > a:after {
        left: 5px;
    }
}
@media all and (max-width: 1600px){
    .board-of-directors-wrap .container {
        transform: translateX(0);
        width: calc(100% - 120px);
        display: block;
        max-width: 891px;
    }

    ul.board-member-list {
        column-count: 3;
    }

    .board-of-directors-wrap h2 {
        margin-bottom: 20px;
    }

    .program-details-left h1 {
        font-size: 40px;
    }

    .single-program-main {
        padding: 60px 0 60px;
    }
}

@media all and (max-width: 1500px){
    ul.main-menu > li {
        margin-right: 20px;
    }

    .header-container.container {
        width: calc(100% - 50px);
    }

    ul.main-menu > li > a {
        font-size: 13px;
    }

    ul.main-menu > li.menu-item-has-children > a:after {
        left: 5px;
    }
}

@media all and (max-width: 1300px){
    .service-list-grid > h1 {
        /* width: 45%; */
        /* margin-right: 0; */
    }

    .services-list {
        max-width: 50%;
    }

    .service-list-grid {
        justify-content: space-between;
    }

    .container {
        width: calc(100% - 80px);
    }

    ul.main-menu > li {
        margin-right: 30px;
    }

    .header-logo img {
        width: 150px;
    }

    nav.header-main-menu {
        margin-right: 50px;
    }

    .help-us-left {
        padding-right: 50px;
    }

    .footer-logo img {
        max-width: 120px;
    }

    .footer-col-right {
        padding-left: 100px;
    }

    .footer-menus-wrap > div {
        min-width: auto;
    }

    .team-members-wrap > h2 {
        transform: translateX(0);
    }

    .about-affiliattion-grid {
        transform: translateX(0px);
        justify-content: center;
    }

    .about-affiliattion-content {
        width: calc(100% - 320px);
    }

    .team-grid-item {
        width: calc(50% - 110px);
        margin: 0 55px;
        margin-bottom: 55px;
    }

    .team-members-grid {
        margin: 0 -55px;
    }

    .wwu-hero-content {
        max-width: 67%;
    }

    .wwu-hero-content {
        max-width: 67%;
    }

    .form-callout-form {
        max-width: calc(100% - 445px);
    }

    .featured-image {
        width: 50%;
    }

    .post.featured-post .post-content {
        margin: 0;
        padding-left: 40px;
    }

    .event-grid-item {
        width: calc(100%/2 - 40px);
    }

    .events-list-wrap {
        padding-bottom: 80px;
    }

    .post.featured-post {
        padding: 70px 0 80px;
    }

    .post.featured-post h2.post-title a {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: -0.01em;
    }

    .other-events-wrap > h3{
        font-size: 32px;
    }

    .contact-form-wrap {
        width: 60%;
        padding: 50px 50px;
    }

    .contact-page-sidebar {
        margin-left: 0;
        padding-left: 30px;
    }

    .contact-page-wrap .display-flex {
        justify-content: space-between;
    }

    section.default-content-wrap.content {
        padding: 80px 0 80px;
    }

    html {
        scroll-padding-top: 135px;
    }

    .summary-employeee-benefits-hero:after {
        top: 0px;
        width: 130%;
    }

    .leaf-bg {
        transform: translateX(65%);
    }

    .leaf-bg.right-side {
        transform: translateX(-65%);
    }
}

.visible-table-mobile,
.logo-sticky{
    display: none;
}

@media all and (max-width: 1180px){
    .header-nav {
        display: none;
        overflow: auto;
    }

    .mobile-menu-toggle {
        display: block;
        color: #84CCA7;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .02em;
        line-height: 1;
    }

    .mobile-menu-toggle span:nth-child(2){
        display: none;
    }

    header.site-header {
        padding: 15px 0;
    }

    header.site-header.fixed img.logo-full {
        display: none;
    }

    header.site-header.fixed img.logo-sticky {
        display: block;
    }

    img.logo-sticky {
        max-width: 36px;
    }

    html.menu-active .header-nav {
        display: block;
        position: fixed;
        top: 62px;
        background: rgb(255 255 255 / 95%);
        height: calc(100% - 62px);
        width: 100%;
        left: 0;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    nav.header-main-menu {
        margin: 0;
    }

    ul.main-menu {
        display: block;
    }

    ul.main-menu > li {
        margin: 0 auto;
    }

    ul.main-menu > li.menu-item-has-children > a {
        justify-content: flex-start;
    }

    ul.main-menu > li > a {
        font-size: 20px;
    }

    ul.main-menu > li, ul.main-menu > li:last-child {
        margin-top: 50px;
    }

    .header-cta {
        position: relative;
    }

    html.menu-active {
        overflow: hidden;
    }

    html.menu-active header.site-header {
        background: rgb(255 255 255 / 95%);
        box-shadow: none;
        padding: 24px 0;
    }

    .header-cta {
        margin: 0 auto;
    }

    .header-cta .btn {
        min-width: 228px;
        margin: 30px 0;
    }

    html.menu-active img.logo-full {
        display: none;
    }

    html.menu-active img.logo-sticky {
        display: block;
    }

    html.menu-active .mobile-menu-toggle span:nth-child(2) {
        display: block;
    }

    html.menu-active .mobile-menu-toggle span:nth-child(1) {
        display: none;
    }

    .service-list-grid {
        display: block;
    }

    .service-list-grid > h1 {
        width: 100%;
        margin-bottom: 45px;
    }

    section.service-list-block {
        margin-top: 85px;
    }

    .services-list {
        width: 100%;
        max-width: 100%;
    }

    section.centered-content-block:after, .bg-circle:after {
        width: 130%;
        left: -3%;
        height: 300px;
    }

    .footer-col-right {
        padding-left: 30px;
    }

    .footer-bottom-menu ul li {
        margin-left: 15px;
    }

    .services-list .slick-track {
        display: flex;
    }

    .services-list .slick-list {
        padding-right: 50px;
    }

    .services-wrap {
        margin: 10px 5px 10px!important;
        box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
        position: relative;
        height: auto;
    }

    section.service-list-block {
        z-index: 9;
    }

    section.service-list-block ul.slick-dots {
        bottom: -50px;
        padding-right: 40px;
    }

    .follow-us-right {
        width: 65%;
    }
    
    .follow-us-left {
        width: 200px;
    }

    .help-us-right {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 52px;
    }

    .help-us-left {
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    ul.main-menu ul.sub-menu {
        position: static;
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        background: transparent;
        width: 100%;
        padding-left: 20px;
        padding-top: 10px;
        display: none;
    }

    ul.main-menu li.active ul.sub-menu{
        display: block;
        transform: none;
    }

    .programs-list-left {
        width: 100%;
    }

    .programs-list-right {
        margin-top: 30px;
        margin-left: 0;
    }

    .program-city {
        width: 100%;
    }

    .program-list-item a {
        padding: 26px 30px 26px 50px;
    }

    section.program-page-hero {
        min-height: 400px;
        padding-top: 140px;
    }

    ul.main-menu > li ul li > a {
        font-size: 20px;
    }

    ul.main-menu > li ul li {
        margin-bottom: 25px;
    }

    ul.main-menu > li.current-menu-item.active ul {
        display: block;
        transform: translateY(20px);
    }

    .team-members-wrap ul.slick-dots {
        bottom: 0px;
    }

    ul.board-member-list {
        column-count: 2;
    }

    section.about-page-hero {
        padding-top: 80px;
    }

    .jobs-listings {
        max-width: 100%;
    }

    .form-callout-wrap {
        flex-wrap: wrap;
    }

    .form-callout-content {
        width: 100%;
    }

    .form-callout-form {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }

    section.work-with-us-hero {
        padding: 80px 0 100px;
    }

    section.form-callout {
        padding: 150px 0 100px;
    }

    .featured-image {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .post.featured-post .post-content {
        width: 100%;
        max-width: 100%;
    }

    .gallery-slide {
        margin-right: 12px;
    }

    .event-content {
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    .event-gallery {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }

    .gallery-thumb-wrap {
        display: none;
    }

    .other-events-wrap {
        display: block;
    }

    .related-events-grid {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .other-events-list {
        padding-bottom: 30px;
    }

    .single-event-main {
        padding-bottom: 60px;
    }

    .event-register-button {
        margin-top: 32px;
    }

    .event-grid-item.single-page {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .event-gallery {
        margin: 0 -40px;
        max-width: 200%;
        width: calc(100% + 80px);
        padding-left: 40px;
        padding-bottom: 60px;
    }

    .gallery-main .slick-list {
        padding-right: 100px;
    }

    article.post {
        width: calc(100%/2 - 16px);
    }

    article.post.featured-post {
        margin-bottom: 0;
    }

    .visible-table-mobile{
        display: block;
    }

    .program-details-left {
        width: 100%;
    }

    .single-program-main {
        display: block;
    }

    .single-program-content.content {
        width: 100%;
        margin-top: 50px;
    }

    .program-details-left .program-address-phone {
        display: none;
    }

    .program-details-left .program-hours {
        display: none;
    }

    .program-address-phone {
        margin-top: 0;
        padding: 0;
        padding-top: 20px;
    }

    .program-hours {
        padding: 20px 0px 0;
    }

    .post-title-data {
        padding-left: 0;
    }

    section.post-hero.has-thumbnail {
        
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-notification h3 + div {
        width: 90%;
    }

    html {
        scroll-padding-top: 90px;
    }

    ul.summary-links li {
        width: 100%;
    }

    ul.summary-links {
        width: 100%;
    }

    .summary-page-section > .content {
        padding-left: 20px;
    }

    .summary-hero-content {
        padding-left: 20px;
    }

    .summary-employeee-benefits-hero:after {
        top: 0px;
        width: 130%;
    }

    .leaf-bg {
        width: 213.56px;
        height: 195.71px;
        right: 70px;
        top: 550px;
    }

    .leaf-bg.right-side {
        transform: translateX(-50%);
    }
}

@media all and (max-width: 1180px){
    .leaf-bg {
        top: 700px;
        right: 20px;
    }
}

.mobile-only{
    display: none;
}

@media all and (max-width: 1000px){
    .home-standard-hero-form-block {
        padding: 30px 30px;
    }
    
    .home-standard-hero-inner {
        padding: 40px 0;
    }
    
    .services-intro-image {
        margin-bottom: 40px;
    }
    
    section.join-team-home.bg-circle {
        padding: 120px 0 100px;
    }
    
    .join-team-right {
        width: 55%;
    }
    
    .join-team-left {
        width: 40%;
    }
    
    section.follow-us-home .container {
        flex-wrap: wrap;
    }
    
    .follow-us-right {
        width: 100%;
        margin-top: 40px;
    }
    
    section.testimonials-block {
        padding: 80px 0;
    }
    
    .testimonials-block ul.slick-dots {
        bottom: -50px;
    }
}

@media all and (max-width: 700px){
    section.homepage-hero {
        min-height: 614px;
        padding-bottom: 0;
        padding-top: 110px;
    }

    .home h1, .home .h1 {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: -0.01em;
    }

    .hero-slide:after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #9BC6D1;
        opacity: .72;
    }

    .container {
        width: calc(100% - 60px);
    }

    section.homepage-hero .container {
        z-index: 2;
        position: relative;
    }

    .hero-content p {
        color: #fff;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .hero-form {
        margin-top: 0;
        padding: 30px 34px 36px;
        transform: translateY(40px);
    }

    .gform_wrapper.gravity-theme .gfield {
        margin: 0;
    }

    div.hero-form h2 {
        font-size: 21px;
        line-height: 1;
        margin-bottom: 20px;
    }

    input#gform_submit_button_1 {
        font-size: 14px;
    }

    section.service-list-block .container {
        padding-left: 0;
        width: 100%;
    }

    .home h2, .home .h2 {
        font-size: 35px;
        letter-spacing: -.03em;
        line-height: 42px;
    }

    .service-list-grid > h1 {
        padding: 0 30px;
    }

    div.services-wrap.slick-current {
        margin-left: 30px!important;
    }

    .services-wrap {
        padding: 26px 30px 26px;
    }

    ul.services-list-inner li:last-child {
        margin-bottom: 0!important;
    }

    ul.services-list-inner li a {
        font-size: 14px;
    }

    section.centered-content-block:after, .bg-circle:after {
        width: 656px;
        left: 0;
        transform: translate(-50%, -80%);
        height: 346px;
        left: 50%;
        border-radius: 50%;
    }

    section.centered-content-block {
        padding-top: 120px;
    }

    section.centered-content-block h3 {
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .centered-content {
        margin-top: 16px;
        padding: 0 6px;
    }

    section.centered-content-block .button-wrap {
        margin-top: 60px;
    }

    section.help-us-block {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .help-us-right {
        margin: 0 -30px 50px;
        max-width: 200%;
        width: calc(100% + 60px);
    }

    .help-us-left {
        padding-right: 0;
    }

    .home p {
        line-height: 24px;
    }

    .hero-content p{
        font-size: 15px;
        max-width: 340px;
    }

    section.testimonials-block {
        padding-top: 78px;
        padding-bottom: 142px;
    }

    .testimonials-heading {
        text-align: left;
        margin-bottom: 30px;
    }

    .testimonials-heading h2 {
        font-size: 36px;
        letter-spacing: -0.01em;
        line-height: 43px;
    }

    .testimonials-slider .slick-list {
        padding-right: 100px;
        transform: translateX(15px);
    }

    section.testimonials-block .container {
        width: 100%;
    }

    .testimonials-heading h2 {
        padding: 0 30px;
    }

    section.footer-cta-wrap h3 {
        font-size: 26px;
        line-height: 25px;
        width: 133px;
    }

    .footer-cta-button a.btn {
        padding: 10px 15px;
    }

    section.footer-cta-wrap .container {
        padding: 0 15px;
        width: 100%;
    }

    section.footer-cta-wrap {
        padding: 40px 0 32px;
    }

    .footer-logo {
        display: none;
    }

    .footer-menus-wrap {
        display: none;
    }

    .footer-col-right {
        padding-left: 0;
        width: 100%;
    }

    footer.site-footer .container {
        width: 100%;
        padding: 0 27px 0 17px;
    }

    .footer-bottom-menu ul li:first-child {
        margin-left: 0;
        display: none;
    }

    .footer-bottom-menu ul {
        margin: 0;
    }

    .copyrights-wrap {
        justify-content: space-between;
        width: 100%;
        padding-top: 26px;
    }

    .footer-bottom-menu {
        margin-left: auto;
    }

    footer.site-footer {
        padding: 45px 0;
    }

    ul.footer-social-list li a {
        line-height: 1;
    }

    .footer-social {
        position: relative;
        width: 100%;
    }

    .footer-social:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #B9BDD0;
        position: absolute;
        top: 65%;
        transform: translateY(-50%);
        right: 0;
    }

    ul.footer-social-list {
        background: #283266;
        display: inline-flex;
        width: auto;
        z-index: 2;
        position: relative;
    }

    .btn {
        padding: 10px 26px;
    }

    .about-hero-heading h1 {
        font-size: 40px;
        line-height: 48px;
    }

    section.about-page-hero {
        padding-top: 85px;
    }

    .about-hero-content p {
        font-size: 16px;
        line-height: 24px;
        padding: 0 3px;
    }

    section.about-page-hero.bg-circle:after {
        width: 741px;
        height: 572px;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 60px;
    }

    .about-hero-content {
        padding-bottom: 30px;
    }

    .rnp-wrap {
        flex-wrap: wrap;
    }

    .rnp-content {
        width: 100%;
    }

    .rnp-wrap h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .rnp-content p {
        line-height: 32px;
        font-size: 16px;
    }

    .skilled-programs-rnp {
        padding-top: 14px;
        display: block;
    }

    .skilled-programs-rnp > h2 {
        font-size: 40px;
        line-height: 47px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .skilled-programs-content {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .skilled-programs-content p {
        font-size: 16px;
        line-height: 32px;
    }

    .rnp-bottom-row {
        margin: 60px 0 0;
    }

    section.about-rnp-wrap {
        padding-bottom: 70px;
        padding-top: 89px;
    }

    .rnp-bottom-row p {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .rnp-bottom-row p:last-child {
        padding-bottom: 0;
    }

    p {
        font-size: 16px;
        line-height: 32px;
    }

    .board-of-directors-wrap .container {
        width: calc(100% - 60px);
    }

    ul.board-member-list {
        column-count: 1;
    }

    section.about-team-wrap.bg-circle:after {
        transform: translate(-50%, 0);
    }

    h2, .h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .about-affiliattion-grid {
        display: block;
    }

    .about-affiliattion-img {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .about-affiliattion-content {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 70px;
    }

    section.work-with-us-hero h1 {
        width: 100%;
        padding: 0;
        margin-bottom: 11px;
    }

    .wwu-hero-content {
        width: 100%;
        max-width: 100%;
    }

    section.work-with-us-hero {
        padding-top: 69px;
        padding-bottom: 105px;
    }

    .career-image {
        margin-left: 12px;
    }

    section.careers-listing-wrap h2 {
        padding-top: 80px;
    }

    .careers-content.content {
        margin-top: 15px;
    }

    .jobs-listings {
        padding: 44px 28px 40px 28px;
    }

    .job-item h3 span {
        padding-right: 20px;
    }

    .jobs-listings ul.slick-dots {
        bottom: -30px;
    }

    .job-item h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .job-meta {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }

    .job-description {
        display: none;
    }

    .job-item {
        border-bottom: 1px solid #B9BDD0;
    }

    .form-callout-form {
        padding: 40px 23px;
    }

    .post.featured-post .post-content {
        padding-left: 0;
    }

    .event-grid-item {
        width: 100%;
        margin-bottom: 19px;
    }

    .contact-form-wrap h1, .event-content h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .event-grid-item.single-page {
        max-width: 350px;
    }

    .related-events-grid {
        display: block;
    }

    .single-event-main {
        padding-bottom: 80px;
    }

    .other-events-list {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .other-events-wrap > h3 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    section.single-event-wrap {
        padding-top: 38px;
    }

    article.post {
        width: 100%;
    }

    .post-content h2 a{
        font-size: 21px;
        line-height: 25px;
    }

    .post-title-data {
        width: 100%;
        padding: 0;
    }

    section.post-hero.has-thumbnail {
        padding-top: 45px;
    }

    .post-thumbnail {
        width: 100%;
        margin-top: 50px;
    }

    .post-content-full {
        margin-top: 50px;
    }

    .content p, .content form, .content iframe, .content blockquote, .content hr {
        margin-bottom: 30px;
    }

    .related-posts-grid .post {
        width: 100%;
    }

    .related-posts-grid {
        flex-wrap: wrap;
    }

    .related-posts-wrap .post-content-full {
        width: 100%;
        margin-bottom: 50px;
    }

    .mobile-only{
        display: block;
    }

    .related-posts-wrap h2 {
        margin-bottom: 40px;
        padding-top: 30px;
        border-top: 1px solid;
    }

    .program-list-item a {
        padding: 26px 26px 20px 26px;
    }

    .program-list-item {
        margin-top: 16px;
    }

    .contact-form-wrap {
        width: 100%;
        padding: 50px 34px;
    }

    .contact-form-content {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .contact-form-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .administrative-hours {
        margin-top: 86px;
    }

    section.default-content-wrap.content ol {
        font-size: 15px;
        line-height: 32px;
        margin-left: 0px;
    }

    section.default-content-wrap.content ol li {
        padding-left: 30px;
    }

    .mobile-hero-bg {
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        background-size: cover;
    }

    .team-grid-meta h3 {
        margin-bottom: 10px;
    }

    section.default-content-wrap.content h1,
    section.work-with-us-hero h1 {
        font-size: 40px;
    }

    section.careers-listing-wrap h2 {
        font-size: 40px;
    }

    section.form-callout h2 {
        font-size: 40px;
    }

    .job-meta {
        margin-bottom: 0;
    }

    section.service-list-block ul.slick-dots{
        padding-right: 30px;
    }

    section.homepage-hero {
        padding: 0;
    }

    .homepage-hero-slider {
        min-height: 614px;
    }

    h3.slide-heading {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.01em;
    }

    .hero-slide {
        padding-bottom: 400px;
        padding-top: 30px;
    }

    html {
        scroll-padding-top: 90px;
    }

    .summary-hero-grid h1 {
        width: 100%;
        text-align: center;
        font-size: 38px;
        line-height: 48px;
    }

    .summary-hero-grid {
        flex-wrap: wrap;
    }

    .summary-hero-content {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .summary-hero-grid h1 br {
        display: none;
    }

    .summary-hero-content .content {
        font-size: 16px;
        line-height: 24px;
    }

    .summary-page-section > h2 {
        width: 100%;
    }

    .summary-page-section > .content {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .summary-employeee-benefits-content {
        margin-top: 90px;
    }

    .summary-employeee-benefits-hero:after {
        width: 150%;
    }

    .summary-footer-content {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 90px;
    }

    .leaf-bg {
        top: 810px;
        right: 40px;
    }

    .leaf-bg.right-side {
        bottom: 1780px;
        left: 0;
    }

    .home-shf-header-title {
        font-size: 36px;
    }
    
    .service-list-grid > h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    
    .services-intro-image {
        padding: 0 30px;
    }
    
    section.join-team-home .container {
        flex-wrap: wrap;
    }
    
    .join-team-left {
        width: 100%;
    }
    
    .join-team-right {
        width: 100%;
        margin-top: 30px;
    }

}

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

.testimonial-slide-item {
    height: auto;
}

.services-intro-video video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.services-intro-video.services-intro-image {
    position: relative;
}

.services-play-icon.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.services-play-icon.play-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #84cca7;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
    transition: background 0.2s;
    transition: all 0.2s;
}

.services-play-icon.play-icon:hover span {
    background: #6ba888;
}

.services-play-icon.play-icon span:before {
    content: '';
    border: 20px solid transparent;
    border-left-color: #fff;
    border-top-width: 15px;
    border-bottom-width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -7px;
    transition: all 0.2s;
}

.services-intro-video.services-intro-image.playing .services-play-icon span:before {
    width: 9px;
    height: 30px;
    border: none;
    background: #fff;
    transform: translateX(-6px);
}

.services-intro-video.services-intro-image.playing .services-play-icon span:not(:hover) {
    opacity: 0;
}
.services-intro-video.services-intro-image.playing .services-play-icon span:after {
    content: '';
    border: 20px solid transparent;
    border-left-color: #fff;
    border-top-width: 15px;
    border-bottom-width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -7px;
    width: 9px;
    height: 30px;
    border: none;
    background: #fff;
    transform: translateX(10px);
}