/*HOMEPAGE DEGREE OPTIONS BOXES */

.hp-degree-options h2 {
    background-color: #1e6b52;
    color: white;
    padding: 8px 40px;
    position: relative;
    top: -20px;
    left: -30px;
    font-size: 1.5em;
}

.hp-degree-options h2::after {
    border-color: transparent #80bc00 transparent transparent;
    border-width: 0 10px 10px 0;
    border-style: solid;
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
}

.hp-degree-options .uk-panel {
    border: 1px solid #1E6B52;
}

.hp-degree-options .uk-grid-margin.uk-row-first:last-child {
    width: 100%;
}

/*POST-PROFESSIONAL - LOW VISION - TESTIMONIALS */

div.testimonials {
    border: 3px solid #80bc00;
}

.caret {
    border-top: 7px solid #80bc00;
}

/*HOME - AOTA */

.aota div.uk-width-medium-7-10 {
    border-left: 1px solid #1E6B52;
}

/*HOME - OT SPOTLIGHTS */

.spotlights div.uk-overlay-panel.uk-overlay-background.uk-overlay-fade {
    background-color: black;
    opacity: 0.5;
}

/*ALUMNI - NEWSLETTER */

.newsletter div.pull-right.item-image {
    max-width: 450px;
}

.newsletter div.pull-left.item-image {
    max-width: 37%;
}

.newsletter a.btn {
    background: none;
    color: #1E6B52;
    border: none;
    padding: 0.7em;
    box-shadow: none;
    text-shadow: none;
    font-weight: bold;
    margin-left: -10px;
}

.newsletter h2 {
    float: right;
    background-color: #1E6B52;
    padding: 5px 20px;
    color: white;
    font-size: 1em;
    clear: both !important;
}

.newsletter h3.intro {
    padding-top: 1.5em;
}

/*HOME - INSTRAGRAM FEED HEADING */

h3.instagramHeading {
    color: #1e6b52;
    font-size: 1.8rem;
    padding-bottom: 0.5em;
    text-align: center;
    font-family: kulturista-web !important;
}

/*POST-PROFESSIONAL - LOW VISION - MEET OUR ALUMNI */

.alumni a.uk-link-reset {
    color: #444;
}

.alumni a.uk-button {
    background: none !important;
    color: #1E6B52 !important;
    border: none !important;
    padding: 0.7em !important;
    font-weight: bold !important;
    margin-left: -10px !important;
}

div.v2-directory.blog .item .page-header {
    min-height: 104px;
}

div.alumni--lvr h3.uk-panel-title {
    background: #1E6B52;
    padding: 0.5em;
    margin-right: -21px !important;
    margin-left: -20px !important;
    margin-top: -20px !important;
    min-height: 60px;
}

div.alumni--lvr a {
    color: white;
}

div.alumni--lvr a:hover {
    color: white !important;
}

div.alumni--lvr a.uk-button {
    border: 1px solid #1E6B52 !important;
}

div.alumni--lvr div.uk-panel.uk-panel-box {
    border: 1px solid #1E6B52;
}

@media only screen and (max-width: 600px) {
    img.newsletter-intro {
        float: none !important;
        clear: both;
        width: 100%;
    }

    .newsletter h2 {
        float: none;
    }

    .newsletter div.pull-left.item-image {
        max-width: 100%;
        margin-left: 8px;
    }

    p.low-vision-video {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 !important;
    }
}

blockquote p {
    font-weight: normal !important;
}

/*#region Home Banner */

.banner-background--container {
    background-image: url('images/banners/ot-banner-option2.jpg');
    background-position: 52% 0;
}

/* BEGIN General Styles */

.banner-background--container {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*#endregion Home Banner */


/*#region OT in Action */

.ot-in-action-link {
    font-size: 1.6em;
    line-height: 120% !important;
    font-family: "kulturista-web", serif !important;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0.5em;
    font-weight: 600 !important;
    padding: 0.4em 0.3em !important;
    color: #1e6b52;
}


/*#endregion OT in Action */