/**********************

	Editor Blocks

**********************/
#titles .dark-green {
    background-color: #006b6b;
}

#titles .dark-blue {
    background-color: #0060af;
}

#titles .dark-green h1,
#titles .dark-green h2 p,
#titles .dark-blue h1,
#titles .dark-blue h2 p {
    color: white;
}

#titles .dark-green p a,
#titles .dark-green p a:hover,
#titles .dark-blue p a,
#titles .dark-blue p a:hover {
    color: white;
    text-decoration: none;
}

#titles .dark-green h4 a,
#titles .dark-green h4 a:hover,
#titles .dark-blue h4 a,
#titles .dark-blue h4 a:hover {
    color: white;
    text-decoration: underline;
}

.grey {
    background-color: rgba(99, 100, 102, 0.1);
}

#editor {
    padding-bottom: 15px;
    padding-top: 15px;
}

#editor h2 {
    color: #00aeef;
    font-family: 'CachetBoldRegular';
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

#editor h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #0089d0;
}

.faq-links {
    border-bottom: 3px solid #006b6b;
    padding-bottom: 25px;
}

#editor.background_blue {
    background-color: #0089d0;
}

#editor.background_green {
    background-color: #006b6b;
}

#editor.background_blue p,
#editor.background_blue a,
#editor.background_green p,
#editor.background_green a {
    color: white;
}

@media(max-width: 768px) {

    #editor.background_green,
    #editor.background_blue {
        border-bottom: 10px solid white;
    }

    #titles h2 p,
    #titles h2 {
        line-height: 1.8rem;
    }
}


/**********************

Video

**********************/

.videoblock {
    /*
    max-width: 1450px;
    margin: 0 auto;
*/
}

.videoblock .embed-container {
    width: 100%;
    height: auto;

}

.videoblock .embed-container iframe {
    width: 100% !important;
    padding: 0;
    margin: 0 auto;
    display: block;
    min-width: 100% !important;
}

/**********************

Table

**********************/
#table-block h2 {
    color: #01a490;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #006b6b;
    color: white;
}

.tablepress .odd td {
    background-color: rgba(99, 100, 102, 0.1);
}


/**********************

Horizontal Line

**********************/

hr.flexhr.darkblue {
    border-top: 4px solid #0060af;
    margin: 1rem 0;
}

hr.flexhr.mediumgreen {
    border-top: 4px solid #01a490;
    margin: 1rem 0;
}


/**********************

	Form Blocks

**********************/


/*
#formblock {
    background: #006b6b;
    background: -moz-linear-gradient(-45deg, #01a490 0%, #006b6b 50%, #01a490 100%);
    background: -webkit-linear-gradient(-45deg, #01a490 0%,#006b6b 50%,#01a490 100%);
    background: linear-gradient(135deg, #20bdbe 0%,#006b6b 50%,#01a490 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a490', endColorstr='#01a490',GradientType=1 );
    padding: 5rem 0;
}

#formblock .gfield_label {
	color: #ffffff;
}

#formblock h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #ffffff;
    margin-bottom: 2rem;
}

#formblock .gform_confirmation_message {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: 'CachetBoldRegular';
    letter-spacing: 1px;
}

#formblock .ginput_complex label {
    color: #fff;
}

#formblock #field_5_7,
#formblock #field_5_13 {
	margin-top: 35px;
    margin-bottom: -25px;
    color: white;
}
*/

#formblock h3 {
    color: #01a490;
}

#formblock .gform_wrapper {
    padding-top: 0;
    margin-top: 5px;
}


/**********************

    Color Blocks

**********************/


#colors h2,
#colors h3,
#colors h4,
#colors h5,
#colors h6,
#colors p,
#colors ul li,
#colors ol li {
    color: #fff;
}

#colors a {
    color: #fff;
    opacity: 1;
    transition: 0.5s all;
}

#colors a:hover,
#colors a:focus {
    color: #fff;
    opacity: .75;
    transition: 0.5s all;
}

#colors h2 {
    font-size: 2.25rem;
    line-height: 3rem;
    margin: 0px auto;
}

#colors h3 {
    font-size: 2rem;
    line-height: 2.5rem;
}

#colors h4 {
    font-size: 1.6rem;
    line-height: 2rem;
}

#colors a.btn.btn-primary.white:hover,
#colors a.btn.btn-primary.white:focus {
    opacity: 1;
    color: #0060af;
}

/**********************

       Marquee Blocks

**********************/
#block h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 1px;
    margin: 0px auto;
    padding: 15px 0;
}

a.nested-links-outside {
    overflow: hidden;
}

a.nested-links-outside:hover img,
a.nested-links-outside:focus img {
    transform: scale(1.1);
    transition: 0.5s all;
}

a.nested-links-outside img {
    transform: scale(1);
    transition: 0.5s all;
    z-index: -1;
    position: relative;
    height: 375px;
    width: 100%;
    object-fit: cover;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media(max-width: 1300px) {
    #block h3 {
        font-size: 1.1rem;
    }
}

@media(max-width: 992px) {
    a.nested-links-outside img {
        height: 250px;
    }

    #block h3 {
        font-size: 1.3rem;
    }
}

/**********************

    Tab Blocks

**********************/

#tabs {
    background-color: #006b6b;
    border-top: 3px solid #006b6b;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    background: #006b6b;
}

#tabs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #01a490 !important;
    border-color: transparent !important;
}

#tabs .nav-tabs .nav-link {
    color: #ffffff;
    border: 1px solid transparent;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 2rem 1rem;
}

#tabs .tab-content>.tab-pane {
    padding: 1rem;
}

#tabs .nav-tabs .nav-link:last-child {
    border-bottom: 2px solid #ddd;
}

#tabs .tab-content {
    background-color: #ffffff;
}

#tabs .tab-content>.active {
    display: block;
}

#tabs .nav-tabs .nav-item {
    display: block;
    width: 100%;
}

#tabs h2.tabtitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2rem;
    line-height: 2.75rem;
    font-family: 'CachetBoldRegular';
    color: #01a490;
    margin-bottom: 20px;
}

#tabs h3 {
    color: #636466;
    text-transform: uppercase;
    font-size: 25px;
}

#tabs #buttons {
    margin-top: 1.5rem;
}

#tabs .tab-content {
    padding-bottom: 3rem;
}

.page-id-252 #tabs h4 {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: .25rem;
}

#resources .intro {
    padding: 0 30px;
}

@media(max-width: 992px) {
    #tabs h2.tabtitle {
        font-size: 28px;
    }
}

/**********************

    Button Blocks

**********************/

#buttons {
    margin-bottom: 2rem;
}

a.btn.btn-primary.red {
    background-color: #ed1c24;
    color: #ffffff;
    border: 1px solid #ed1c24;
}

a.btn.btn-primary.red:hover,
a.btn.btn-primary.red:focus {
    background-color: #a92b31;
    border: 1px solid #a92b31;
    transition: 0.5s all;
}

a.btn.btn-primary.blue {
    background-color: #0089d0;
    color: #ffffff;
    border: 1px solid #0089d0;
}

a.btn.btn-primary.blue:hover,
a.btn.btn-primary.blue:focus {
    background-color: #0060af;
    border: 1px solid #0060af;
    transition: 0.5s all;
}

a.btn.btn-primary.purple {
    background-color: #92278f;
    color: #ffffff;
    border: 1px solid #92278f;
}

a.btn.btn-primary.purple:hover,
a.btn.btn-primary.purple:focus {
    background-color: #5c2e91;
    border: 1px solid #5c2e91;
    transition: 0.5s all;
}

a.btn.btn-primary.orange {
    background-color: #f47920;
    color: #ffffff;
    border: 1px solid #f47920;
}

a.btn.btn-primary.orange:hover,
a.btn.btn-primary.orange:focus {
    background-color: #dd5828;
    border: 1px solid #dd5828;
    transition: 0.5s all;
}

a.btn.btn-primary.green {
    background-color: #01a490;
    color: #ffffff;
    border: 1px solid #01a490;
}

a.btn.btn-primary.green:hover,
a.btn.btn-primary.green:focus {
    background-color: #006b6b;
    border: 1px solid #006b6b;
    transition: 0.5s all;
}

.wpfd-single-file a.wpfd-single-file-button span,
.wpfd-single-file a.added_to_cart span {
    color: #fff !important;
}


.wpfd-single-file .wpfd-file-link {
    border-radius: 5px !important;
    margin: 0 7px !important;

}

.wpfd-single-file .wpfd-file-link span.dropinfos {
    display: none;
}

.wpfd-single-file .wpfd-file-link a img {
    display: none;
}

.wpfd-single-file .wpfd-file-link a:last-of-type {
    margin: 5px auto;
    padding: 0 5px;
    background-color: #0089d0;
    border-radius: 5px;
    transition: 0.5s ease all;
}

.wpfd-single-file .droptitle {
    padding: 5px;
}



.wpfd-single-file .wpfd-file-link a:last-of-type:hover {
    background-color: #01a490;
}

.wpfd-single-file .wpfd-file-link a {
    display: block !important;
    text-align: center;
}


/**********************

    Icon Blocks

**********************/


#icons {
    padding-top: 2rem;
    padding-bottom: 4rem;
}



/**********************

    Heading Blocks

**********************/

.heading h2 {
    color: #00aeef;
    font-family: 'CachetBoldRegular';
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.heading h3,
.heading h3 span {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #0089d0;
    font-family: 'CachetBoldRegular';
}

.heading a {
    margin-left: -25px;
    opacity: 0;
    transition: 0.5s ease all;
    padding-top: 40px;
}

.logged-in .heading:hover a {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease all;
}


/**********************

  Accordion Blocks

**********************/
#accordion .panel-title a:before {
    float: right !important;
    font-family: 'Font Awesome 5 Pro';
    content: "\f068";
    padding-right: 5px;
}

#accordion .panel-title a.collapsed:before {
    float: right !important;
    content: "\f067";
}

#accordion .fa.plus-minus {
    float: right;
    display: block;
    margin-left: 10px;
    margin-top: 5px;
}

#accordion h5 a {
    color: white;
}

#accordion .card-header {
    background-color: #0060af;
    padding: 1.25rem 1rem;
    border-radius: 0;
    transition: 0.5s ease all;
}

#accordion .card-header.open {
    background-color: #00aeef;
    transition: 0.5s ease all;
}

#accordion .accordion .card {
    border-left: 0;
    border-right: 0;
    border-color: #ddd;
}

#accordion h5 a span.accordian-title {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'CachetBookRegular';
    width: 95%;
    display: inline-block;
}

#accordion .card-header h5 a i {
    width: 5%;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
}

@media(max-width: 992px) {
    #accordion h5 a span.accordian-title {
        font-size: 16px;
        width: 80%;
    }

    #accordion .panel-title a.collapsed:before,
    #accordion .panel-title a:before {
        font-size: 16px;
    }
}


@media (max-width: 565.98px) {

    #tabs .nav-tabs .nav-link {
        padding: 1rem;
    }

}


/*------------------------------------*\
  #INFORMATION SLIDER
\*------------------------------------*/
.program-content .carousel-item {
    background-color: #006b6b;
}

.program-content img {
    /*	max-width: 100%; */
    /*	height: 600px;*/
    /*	max-height: 100%; */

}

.program-content .carousel-caption span {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-family: 'CachetBookRegular';
    display: block;
}

.program-content .carousel-caption .program-header {
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'CachetBoldRegular';
    display: block;
}

.program-header:after {
    content: '';
    width: 25%;
    display: block;
    border-top: 3px solid #00aeef;
    margin: 25px 0;
}

.program-content .carousel-caption a {
    display: inline-block;
}

.program-content .carousel-caption {
    text-align: left;
}

.program-content .carousel-control-prev,
.program-content .carousel-control-next {
    width: 5%;
    z-index: 99;
}

.program-content .carousel-caption {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    padding: 50px;
    position: relative;
}

.program-content .carousel-control-prev,
.program-content .carousel-control-next {
    display: none;
}

#accordion h5 a {
    padding: 1.25rem 1rem;
    display: block;
}

#accordion .card-header {
    padding: 0;
}

.modal-header button {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: black;
    font-size: 30px;
    line-height: 1;
    float: right;
    display: block;
}

@media(max-width: 1100px) {
    .program-content .carousel-caption .program-header {
        font-size: 26px;
    }

    .program-content .carousel-caption span {
        font-size: 20px;
        line-height: 25px;
    }

    .program-header:after {
        width: 100%;
    }

    .program-content .carousel-caption {
        padding: 25px;
    }
}

@media(max-width: 992px) {
    .program-content img {
        /*		height: 300px; */
    }

    .bottom-carousel-content {
        min-height: 450px;
    }
}

@media (max-width: 768px) {
    .program-content .carousel-caption {
        margin: 0 auto;
        padding: 15px 50px;
        text-align: center;
    }

    .program-content img {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: unset;
    }
}

@media(max-width: 350px) {


    .bottom-carousel-content {
        min-height: 500px;
    }
}