﻿.details-wrapper {
    font-family: Graphik,"Source Sans Pro",Arial,sans-serif !important;
    font-size: 15px !important;
}

.h1, h1 { font-size: 54px; font-weight: 400;}
.h2, h2 { font-size: 36px; font-weight: 400;}
.h3, h3 { font-size: 30px; font-weight: 400;}
.h4, h4 { font-size: 24px; font-weight: 400;}
.h5, h5 { font-size: 20px; font-weight: 400; line-height: 1.4;}
.h6, h6 { font-size: 13px; text-transform: uppercase; font-weight: 500;}

/* BASICS */
.micro { font-size: 13px }
.large { font-size: 15px; }
.medium { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.secondary { color: #80899d; }

a.light {
    color: #b4bac7 !important;
}
a.dark {
    color: #485269 !important;
}
a.light:hover, a.dark:hover {
    text-decoration: underline !important;
}

.program-header {
    background-size: cover;
    background-position-y: center;
}
    .program-header .overlay-gray {
        background: rgba(1,1,1,.6);
        padding: 50px 12px;
        text-align: center;
        display: table;
        width: 100%;
        min-height: 350px;
    }
        .program-header .overlay-gray h1 {
            display: table-cell;
            vertical-align: middle;
        }
    .program-header h1, .program-header h3 {
        color: #FFFFFF;
    }

.section-container {
    padding-top: 4%;
    padding-bottom: 4%;
}
    .section-container-spacer {
        height: 30px;
    }

    .section-container.section-container-light.blue {
        background-color: #ECF5FF;
    }
    .section-container.section-container-dark.blue {
        background-color: #163968;
    }
        .section-container.section-container-dark.blue h3 {
            color: #FFFFFF;
        }

    .section-container.section-container-light.gray {
        background-color: #F8F9FA;
    }
    .section-container.section-container-dark.gray {
        background-color: #80899D;
        color: #FFFFFF;
    }

.section-container.section-container-blog {
    background-color: #f8f9fa;
}

.location-desc {
    color: #333;
}
/*#region FOCUS/LINKS */
.modal-backdrop.light {
    /**/
    background-color: #DCDCDC !important;
    opacity: .75;
    transition: 0.5s ease-in-out
}
.modal-backdrop.dark {
    /**/
    background-color: #163968 !important;
    opacity: .75;
    transition: 0.5s ease-in-out
}

.section-container-focus {
    padding-bottom: 2%
}
.details-links-container {
    display: inline-block;
    margin-top:     20px;
    margin-bottom:  20px;
}
    .details-links-container a:not(:first-child) {
        margin-left: 30px;
    }
    .details-links-container img {
        width: 75px;
    }
    /*#endregion */
/*#region nav-tabs-button-group */
    .nav-tabs-button-group {
        margin-top: 15px;
        margin-bottom: 15px;
        border-bottom: none !important;
        display: inline-block;
    }
    .nav-tabs-button-group li {
        
    }
    .nav-tabs-button-group > li > a {
        color: #333;
        user-select: none;
        background-image: none;
        background-color: #fff !important;
        border-color: #ddd !important;
        margin-right: 0;
        border-radius: 4px;
    }
    .nav-tabs-button-group > li.active a, .nav-tabs-button-group > li.active > a:focus, .nav-tabs-button-group > li.active > a:hover {
        background-color: #337ab7 !important;
        color: #FFFFFF !important;
        border-color: #ddd !important;
    }

    .nav-tabs-button-group > li:first-child:not(:last-child) a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .nav-tabs-button-group > li:not(:first-child):not(:last-child) a {
        border-radius: 0;
    }
    .nav-tabs-button-group > li:last-child:not(:first-child) a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

/*#endregion */

/*#region nav-pills-button-group */
.nav-pills-button-group {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
    .nav-pills-button-group > li > a {
        background-color: #FFFFFF;
        color: #333;
        border: solid 1px #ddd !important;
    }

    .nav-pills-button-group > li + li {
        margin-left: 0;
    }

    .nav-pills-button-group > li:first-child:not(:last-child) a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .nav-pills-button-group > li:not(:first-child):not(:last-child) a {
        border-radius: 0;
    }

    .nav-pills-button-group > li:last-child:not(:first-child) a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

/*#endregion */

/*#region Participation Options */
.reg-tp-options-container {
    display: inline-table;
}
.reg-tp-option {
    display:table-cell;
    width: 370px;
    background-color:#FFFFFF;
}
.reg-tp-options-container > .reg-tp-option:not(:first-child) {
    border-left: solid 1px #CCCCCC;
}

.reg-tp-option .reg-tp-option-header {
    background-color: #08A68E;
    color: #FFFFFF;
    padding: 24px;
    min-height: 178px;
}

.reg-tp-option .pricing-container {
    background-color: #FCF8E3;
    padding: 15px 10px 10px 10px;
    border-radius: 3px;
}
    .reg-tp-option .pricing-container p:not(:last-child) {
        margin-bottom: 15px;
    }
    .reg-tp-option .pricing-container p:last-child {
        margin-bottom: 0;
    }


.reg-tp-option-body {
    padding: 30px;
}
    .reg-tp-option-body .spacer {
        height: 30px;
    }

    .reg-tp-option-body p {
        margin-bottom: 30px;
    }


    .reg-tp-option-body .reg-tp-option-includes {
        
    }
        .reg-tp-option-body .reg-tp-option-includes .standard-inclusions {
            border: solid 1px #CCCCCC;
        }
            .reg-tp-option-body .reg-tp-option-includes .standard-inclusions ul {
                margin-top:10px;
            }
            .reg-tp-option-body .reg-tp-option-includes .standard-inclusions ul li {
                list-style: none;
                margin-bottom: 10px;
            }

        .reg-tp-option-body .reg-tp-option-includes .additional-inclusions {
            
        }
            .reg-tp-option-body .reg-tp-option-includes .additional-inclusions p {
                line-height: 2em;
            }

    .reg-tp-option-body .reg-tp-option-photos {
        padding: 0 30px 4%;
    }

.reg-tp-option-img {
    width: 72px;
}
.reg-tp-option-title {
    font-size: 15px;
    font-weight: bold;
}

.reg-tp-option-incentive-details {
    color: #fbb144;
}
.reg-tp-option-no-incentive {
    border-top: solid 2px #337ab7;
    width: 40px;
    margin: 23px 0;
    display: inline-block;
    height: 13px;
}

.incentive-fullprice {
    text-align: right;
    text-decoration:line-through;
    text-decoration-style:solid;
}
.incentive-discount {
    text-align: right;
    color: red;
}
.incentive-fee {
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
}

@media (max-width: 1199px) {
    .reg-tp-option .reg-tp-option-header {
        min-height: 200px;
    }
}

@media (max-width: 991px) {
    .reg-tp-option {
        display: block;
        width: auto;
        margin-bottom: 25px;
    }
        .reg-tp-option .reg-tp-option-header {
            min-height: unset;
        }
}
/*#endregion */

.session-details-reg-disclaimer {
    margin-top: 4%;
    color: #B4BAC7;
    line-height: 40px;
}
    .session-details-reg-disclaimer a {
        color: #B4BAC7;
        text-decoration: underline;
    }

/*#region PROGRAM LEADS */
.program-lead-container-md {
    width: 475px;
}
.program-lead-container-sm {
    width: 360px;
    margin-right: 25px;
    display: inline-flex;
    vertical-align: top;
}
.program-lead-row {
    display: table-row;
}

.program-lead_cell-image {
    display: table-cell;
    vertical-align: top;
    padding: 0 50px 0 25px;
}

.program-lead-container-sm .program-lead_cell-image {
    padding-right: 25px;
}

    .program-lead_cell-image .img-profile-lg {
        width: 300px;
        height: 300px;
        border-radius: 150px;
        overflow: hidden;
        /*border: solid 2px #ccc;*/
    }
        .program-lead_cell-image .img-profile-lg img {
            width: 300px;
        }

    .program-lead_cell-image .img-profile-md {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        overflow: hidden;
        /*border: solid 2px #ccc;*/
        margin-top: 15px;
    }

        .program-lead_cell-image .img-profile-md img {
            width: 100px;
        }
.program-lead-details {
    padding-left: 25px;
}
.program-lead-details .btn {
    padding: 6px 24px;
}
.program-lead-cell-details {
    display: table-cell;
    vertical-align: top;
}
    .program-lead-cell-details p, .program-lead-details p {
        margin-bottom: 30px;
    }

    .program-lead-cell-details .icon-sm, .program-lead-details .icon-sm {
        font-size: 18px;
        display: inline;
        vertical-align: middle;
        /*margin-right: 4px;*/
    }
        .program-lead-cell-details .icon-sm img, .program-lead-details .icon-sm img {
            margin-right: 5px;
            margin-top: -2px;
        }

    .program-lead-cell-details .detail, .program-lead-details .detail {
        display: inline;
        vertical-align: middle;
    }

.program-lead-container-sm .program-lead-cell-details h3 {
    width: 150px
}

@media (max-width: 991px) {
    .program-lead_cell-image .img-profile-lg {
        width: 150px;
        height: 150px;
        border-radius: 75px;
        margin-top:15px;
    }
        .program-lead_cell-image .img-profile-lg img {
            width: 150px;
        }
    
    .program-lead-details {
        margin-bottom: 45px;
    }
    .program-lead-details, .program-lead_cell-image {
        padding-left: 0;
    }

    .program-lead-container-sm {
        width:auto;
    }
        .program-lead-container-sm .program-lead-cell-details h3 {
            width: auto;
        }
}
/*#endregion */

/*#region PACKAGE IMAGES */
.package-image-container {
    /*display: inline-block;*/
    /*width: 35%;*/
    display: block;
}

.package-image {
    background-size: cover;
    background-position: center center;
    height: 450px;
}
/*#endregion */

/*#region DRIVING FORCES */
.section-container-driving-force {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    background-color: #E3E6ED !important;
}
    .section-container-driving-force:before {
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #80899D;
        content: " ";
    }

    .section-container-driving-force .bottom-border-extension:before {
        width: 100%;
        height: 10px;
        position: absolute;
        top: 200px;
        background-color: #ECF5FF;
        content: " ";
    }

.driving-force-left {
    text-align: left;
    padding: 50px 50px 50px 15px;
}
.driving-force-right {
    text-align: right;
    padding: 50px 15px 50px 50px;
}
.driving-force-middle {
    text-align: center;
    padding: 30px 50px 50px 50px;
    background-color: #FFFFFF;
    border-bottom: solid 3px #337ab7;
}
    .driving-force-middle img {
        margin-bottom: 10px
    }





.driving-force-left, .driving-force-right, .driving-force-middle {
    height: 210px;
}

.carousel-control.driving-force {
    width: auto !important;
}

.carousel-indicators.driving-force {
    bottom: 10px;
}
    .carousel-indicators.driving-force li {
        border-color: #CFD3DC;
    }
        .carousel-indicators.driving-force li.active {
            background-color: #E3E6ED;
        }

@media (max-width: 991px) {
    .driving-force-left, .driving-force-right, .driving-force-middle {
        height: 250px;
    }
}
/*#endregion */

/*#region BLOG API */

.img-enlarge-wrap h4 {
    font-size: 18px;
}

/*#endregion */