/*
 Theme Name:     pmsa
 Template:       Divi
*/

:root {
    --lightblue: #0492BB;
    --darkblue: #0C72B9;
    --grey: #DEE7F0;
    --black: #000000;
    --white: #ffffff;
}
#main-footer {
    display: none !important;
}
.payment-link {
    padding: 14px 24px;
    background: var(--darkblue);
    color: #fff;
    display: block;
}
.payment-link .price {
    font-size: 140%;
}
h2 + p, h3 + p {
    margin-top: 1em;
}
p + h2, p + h3 {
    margin-top: 1.5em;
}
.margB-0 {
    margin-bottom: 0 !important;
}
.margT-0 {
    margin-top: 0 !important;
}
.margT-50 {
    margin-top: .5em !important;
}
.padB-0 {
    padding-bottom: 0 !important;
}
.padT-0 {
    padding-top: 0 !important;
}
.staff-photo img {
    width: 200px;
    height: auto;
    float: right;
    margin-left: 40px;
    border-radius: 50%;
    border: 1px solid #000;
}
.a-dotted {
    color: inherit;
    border-bottom: 1px dotted #000;
}
.a-dotted:hover {
    border-bottom: 1px solid #000;
}
/* GOOGLE RECAPTCHA ================================================================================ */
.grecaptcha-badge {
    display: none !important;
}
/* Testimonial =================================================================================== */

.author {
    font-weight: 200;
}
.et-pb-arrow-prev {
    left: -40px;
}
.et-pb-arrow-next {
    right: -40px;
}
.et_pb_slide {
    padding: 0;
}


/* Nav ========================================================================================== */
#top-menu li a {
    font-weight: 800 !important;
}
.et-fixed-header .logo_container {
    margin-top: -24px;
}
.et-fixed-header #logo {
    max-height: 35% !important;
}
.et_header_style_left #et-top-navigation nav > ul > li.menu-pill > a {
    padding: .5em 1em;
    border-radius: 20px;
    background-color: var(--lightblue);
    margin-bottom: 33px;
}
.et_header_style_left #et-top-navigation nav > ul > li.menu-pill.current-menu-item > a {
    background-color: rgba(255,255,255,0.1);
}
/* Full-width header ============================================================================= */
.et_pb_header_content_wrapper {
    position: absolute;
    bottom: 0px;
}
.et_pb_header_content_wrapper img {
    width: 130px;
}

/* Blurb ========================================================================================== */
.et_pb_main_blurb_image {
    margin-bottom: 14px;
}
.arrow-icon {
    position: absolute;
    right: 0;
    bottom: 14px;
}
.arrow-icon img {
    width: 34px;
    height: 34px;
}

/* News notification =============================================================================== */
#news-notice {
    background-color: #0c72b9;
    color: #000;
    text-align: center;
    margin-left: calc(-100vw/2 + 540px);
    margin-right: calc(-100vw/2 + 540px + 10px);
    padding: 13px 80px 5px 80px;
}
#news-notice h3 {
    font-size: 15px;
    font-weight: 600;
}
#news-notice a {
    font-size: 14px;
    border: 1px solid var(--black);
    background: var(--lightblue);
    padding: 3px 8px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
#news-notice a:hover {
    color: var(--white);
    background: var(--black);
}
/* Toggles ========================================================================================== */
.et_pb_toggle_close, .et_pb_toggle_open {
    padding: 20px 0;
    background-color: transparent;
    border: none;
    border-top: 1px solid #000;
}
.et_pb_toggle_close .et_pb_toggle_title {
    color: #000 !important;
}
.et_pb_toggle_open .et_pb_toggle_title {
    color: #0C72B9 !important;
}
.page-id-6633 #awards .et_pb_toggle_open .et_pb_toggle_title {
    color: #fff !important;
}
.et_pb_accordion_item {
    margin-bottom: 0 !important;
}
.et_pb_accordion_item:last-of-type {
    border-bottom: 1px solid #000 !important;
}
.et_pb_toggle_title::before {
    font-size: 26px;
    color: #0C72B9;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title::before {
    display: block;
}

/* Mailchimp ======================================================================================= */
#mc_embed_signup form {
    padding: 0 !important;
}

.half-field, .half-field-last {
    width: 48% !important;
    margin-right: 2% !important;
    display: inline-block !important;
    float: left;
    text-indent: 0 !important;
}
.half-field-last {
    width: 50% !important;
    margin-right: 0 !important;
}
#mc_embed_signup input {
    margin-bottom: 2%;
    border-radius: 0 !important;
    border: none !important;
    padding: 16px !important;
    font-size: 14px !important;
    background: #dddddd !important;
}
#mc_embed_signup .button {
    background: var(--darkblue) !important;
    color: var(--white);
    text-transform: uppercase;
    border-radius: 0 !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    height: auto !important;
}
#mc_embed_signup #mce-EMAIL {
    text-indent: 0 !important;
}

/* PURPOSE TO IMPACT chart on About page ================================================ */
.seven-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 0;
}
.single-column {
    flex-grow: 1;
    min-width: 14.285%;
}
.header-row {
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.header-row span {
    display: inline-block !important;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #05A78F;
    vertical-align: center;
}

.row-1 {
    background-color: #05A78F;
}
.row-2 {
    background-color: #3E5274;
}
.row-3 {
    background-color: #4C64A1;
}
.row-4 {
    background-color: #2F5D9E;
}
.row-5 {
    background-color: #0C7BC0;
}
.row-6 {
    background-color: #13BFD6;
}
.row-7 {
    background-color: #0083AE;
}
.text-row {
    font-size: 80%;
    line-height: 1.25;
    padding: 12px 20px 0 0;
}

/* EVENTS  ============================================================================== */
.mec-events-toggle {
    max-width: 1080px;
}

/* Footer ========================================================================================== */
.page-footer a {
    color: var(--white) !important;
}
.page-footer a:hover {
    color: var(--lightblue) !important;
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {

}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {

}

@media all and (min-width: 981px) and (max-width: 1100px) {

}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
.reverse-row {
     display: flex;
    flex-wrap: wrap;
    }
    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
    order: 1;
    }
    .second-on-mobile {
    order: 2;
    }
    .third-on-mobile {
    order: 3;
    }
    .fourth-on-mobile {
    order: 4;
    }
    /*** add margin to last column ***/
    .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
    }
    #main-header .et_mobile_menu {
        background-color: rgba(0,0,0,.4);
    }
    .seven-columns {
        flex-wrap: wrap;
    }
    .single-column {
        width: 25%;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 782px) {

}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {

}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
.half-field {
    width: 100% !important;
    margin-right: 0 !important;
    display: block !important;
}
.half-field-last {
    width: 100% !important;
    margin-right: 0 !important;
    display: block !important;
}
.staff-photo {
    width: 200px;
    float: none;
    margin-left: calc(50% - 100px);
}
.single-column {
    width: 50%;
}
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

}