@media only screen and (min-width: 1600px) {
	#brand-video {
		padding-top: 50px;
	}
}

.panels-flexible-region-2-center {
    width: 100%;
}

.flex-pauseplay {
	display: none;
}

.col .span_1_of_4:last-child {
    margin-left: calc(1.6% + 4px);
}

.rockhurst_alert_wrapper {
    max-width: 1250px;
    margin: 0 auto;
}

.rockhurst_alert_icon {
    background-size: 50px auto;
    float: left;
    height: 50px;
    width: 50px;
    z-index: 99;
    margin: 15px;
}

.rockhurst_alert_wrapper h1,
.rockhurst_alert_wrapper h2 {
    color: white;
    margin-top: 12px;
    font-family: din-condensed-web,sans-serif;
    font-size: 30px;
    padding-left: 10px;
}

.rockhurst_alert_verbiage {
    color: white;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.rockhurst_alert_verbiage a {
    color: white;
    text-decoration: underline;
}

.rockhurst_alert_verbiage a:hover {
    color: white;
    text-decoration: none;
}

.rockhurst_alert_Snow .rockhurst_alert_icon {
    background-image: url("/sites/all/themes/rockhurst2019/images/alerts/snowflake.png");
}

.rockhurst_alert_Storm .rockhurst_alert_icon {
    background-image: url("/sites/all/themes/rockhurst2019/images/alerts/storm.png");
}

.rockhurst_alert_Emergency .rockhurst_alert_icon {
    background-image: url("/sites/all/themes/rockhurst2019/images/alerts/attention.png");
}

.rockhurst_alert_Information .rockhurst_alert_icon {
    background-image: url("/sites/all/themes/rockhurst2019/images/alerts/information.png");
}

.rockhurst_alert_Fire .rockhurst_alert_icon {
    background-image: url("/sites/all/themes/rockhurst2019/images/alerts/fire.png");
}

.rockhurst_alert_Snow {
    background-color: #1391e7;
    border-bottom: 1px solid #1391e7;
    border-top: 1px solid #1391e7;
}

.rockhurst_alert_Storm {
    background-color: #9da1a3;
    border-bottom: 1px solid #9da1a3;
    border-top: 1px solid #9da1a3;
}

.rockhurst_alert_Information {
    background-color: #00828a;
    border-bottom: 1px solid #00828a;
    border-top: 1px solid #00828a;
}

.rockhurst_alert_Emergency {
    background-color: #d7823c;
    border-bottom: 1px solid #d7823c;
    border-top: 1px solid #d7823c;
}

.rockhurst_alert_Fire {
    background-color: #Be4d00;
    border-bottom: 1px solid #Be4d00;
    border-top: 1px solid #Be4d00;
}

.pane-views-homepage-slideshow-block {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /*margin-bottom: -10px;*/
}

.view-id-homepage_slideshow .view-content .flexslider .slides img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	height: auto;
}

.panel-flexible .panel-separator {
    margin: 0;
}

.rockhurst_homepage_slideshow_overlay {
    padding: 10px;
    width: 350px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0,0,0);
    /* RGBa with 0.8 opacity */
    background-color: rgba(0,0,0, 0.8);
    color: #ffffff;
}

.rockhurst_homepage_slideshow_overlay a{
    color: #ffffff;
    text-decoration: none;
}

.rockhurst_homepage_slideshow_overlay a:hover {
    color: #DADC56;
}

.rockhurst_homepage_slideshow_overlay_br {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.rockhurst_homepage_slideshow_overlay_tr {
    position: absolute;
    top: 40px;
    right: 40px;
}

.rockhurst_homepage_slideshow_overlay_bl {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.rockhurst_homepage_slideshow_overlay_tl {
    position: absolute;
    top: 40px;
    left: 40px;
}

.rockhurst_homepage_slideshow_overlay_dark {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0,0,0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0,0,0, 0.8);
    color: #ffffff;
}

.rockhurst_homepage_slideshow_overlay_dark a{
    color: #ffffff;
    text-decoration: none;
}

.rockhurst_homepage_slideshow_overlay_dark a:hover {
    color: #DADC56;
}

.rockhurst_homepage_slideshow_overlay_light {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0,0,0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0,0,0, 0.8);
    color: #ffffff;
}

.rockhurst_homepage_slideshow_overlay_light a{
    color: #ffffff;
    text-decoration: none;
}

.rockhurst_homepage_slideshow_overlay_light a:hover {
    color: #DADC56;
}

.rockhurst_homepage_slideshow_overlay_title {
    font-family: din-condensed-web, sans-serif !important;
    font-size: 30px;
	font-weight: normal !important;
	color: #fff;
}

.rockhurst_homepage_slideshow_overlay_body {
    font-size: 18px;
    padding-bottom: 20px;
}

.rockhurst_homepage_slideshow_overlay_link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.flex-pauseplay {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
}

.flex-direction-nav a{
    height: 20px;
    width: 20px;
}

.flex-direction-nav a:hover {
    color: #0055ae;
}

.flex-direction-nav a, .flexslider:hover .flex-direction-nav a {
    display: block;
    opacity: .8;
    -webkit-transition: none;
    transition: none;
}

.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
    right: calc(50% - 45px);
    opacity: .8;
}

.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
    left: calc(50% - 50px);
    opacity: .8;
}

.flex-direction-nav a:before {
    font-size: 20px;
}

.rockhurst_home_section_divider {
    position: relative;
    width: 100%;
    /*margin-top: 35px;*/
    padding-top: 35px;
    margin-bottom: 15px;
    font-family: din-condensed-web, sans-serif;
    font-size: 34px;
    font-weight: normal;
    border-bottom: 2px solid #002855;
    color: #002855;
}

.rockhurst_homepage_events_divider {
    padding-top: 0px;
}

#rockhurst_homepage_news_primary .pane-title, #rockhurst_homepage_news_secondary .pane-title {
    display: none;
}

#rockhurst_homepage_more_headlines h2, #rockhurst_homepage_upcoming_events h2, #helzberg_upcoming_events h2, #registrar_academic_calendar h2 {
    position: relative;
    width: calc(100% - 10px);
    background-color: #002C56;
    font-size: 26px;
    font-family: din-condensed-web, sans-serif;
    color: #ffffff;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 3px solid white;
}

#rockhurst_homepage_athletic_events h2 {
    position: relative;
    width: calc(100% - 10px);
    background-color: #0056AE;
    font-size: 26px;
    font-family: din-condensed-web, sans-serif;
    color: #ffffff;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 3px solid white;
}

#rockhurst_homepage_athletic_events li {
    margin-top: 10px;
    margin-left: 10px;
    list-style: none;
}

#rockhurst_homepage_athletic_events li a {
    text-decoration: none;
    color: #0056AE;
    font-weight: bold;
}

#rockhurst_homepage_athletic_events .more-link a {
    text-decoration: none;
    color: #002C56;
    font-weight: bold;
    margin-right: 10px;
}

#rockhurst_homepage_athletic_events a:hover {
    text-decoration: underline;
}

#rockhurst_homepage_more_headlines .more-link, #rockhurst_homepage_upcoming_events .more-link, #helzberg_upcoming_events .more-link {
    position: absolute;
    bottom: 5px;
    left: 8px;
    width: calc(100% - 16px);
    text-align: right;
    position: relative;
    top: 15px;
    left: 8px;
    margin-bottom: 40px;
}

#rockhurst_homepage_more_headlines .more-link a, #rockhurst_homepage_upcoming_events .more-link a, #helzberg_upcoming_events .more-link a{
    text-decoration: none;
    color: #002C56;
    font-weight: bold;
}

#rockhurst_homepage_more_headlines .more-link a:hover, #rockhurst_homepage_upcoming_events .more-link a:hover, #helzberg_upcoming_events .more-link a:hover {
    color: #0056AE;
}

#rockhurst_home_bottom_tagline {
    width: 100%;
    text-align: right;
    font-size: 60px;
    font-style: italic;
    color: #0056AE;
}

@media only screen and (max-width: 1210px) {
    .rockhurst_home_section_divider {
        padding-left: 10px;
    }
}

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

    .rockhurst_homepage_slideshow_overlay {
        padding: 5px;
    }

    .rockhurst_homepage_slideshow_overlay_title {
        font-size: 24px;
    }

    .rockhurst_homepage_slideshow_overlay_body {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .rockhurst_homepage_slideshow_overlay_link {
        right: 5px;
        bottom: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .rockhurst_homepage_slideshow_overlay_br {
        bottom: 30px;
        right: 10px;
    }

    .rockhurst_homepage_slideshow_overlay_tr {
        top: 10px;
        right: 10px;
    }

    .rockhurst_homepage_slideshow_overlay_bl {
        bottom: 30px;
        left: 10px;
    }

    .rockhurst_homepage_slideshow_overlay_tl {
        top: 10px;
        left: 10px;
    }

}

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

    .pane-views-homepage-slideshow-block {
        padding-bottom: 100px;
    }

    .pane-views-alumni-slideshow-block {
        padding-bottom: 150px;
    }

    .pane-views-helzberg-slideshow-block-1 {
        padding-bottom: 150px;
    }

    .rockhurst_homepage_slideshow_overlay {
        height: 80px;
        width: 98%;
    }

    .pane-views-alumni-slideshow-block .rockhurst_homepage_slideshow_overlay {
        height: 120px;
    }

    .pane-views-helzberg-slideshow-block-1 .rockhurst_homepage_slideshow_overlay {
        height: 120px;
    }

    .pane-views-alumni-slideshow-block .rockhurst_homepage_slideshow_overlay_br, .pane-views-alumni-slideshow-block .rockhurst_homepage_slideshow_overlay_tr, .pane-views-alumni-slideshow-block .rockhurst_homepage_slideshow_overlay_bl, .pane-views-alumni-slideshow-block .rockhurst_homepage_slideshow_overlay_tl {
        top: unset;
        bottom: -150px;
        left: 0px;
        right: unset;
    }

    .pane-views-helzberg-slideshow-block-1 .rockhurst_homepage_slideshow_overlay_br, .pane-views-helzberg-slideshow-block-1 .rockhurst_homepage_slideshow_overlay_tr, .pane-views-helzberg-slideshow-block-1 .rockhurst_homepage_slideshow_overlay_bl, .pane-views-helzberg-slideshow-block-1 .rockhurst_homepage_slideshow_overlay_tl {
        top: unset;
        bottom: -150px;
        left: 0px;
        right: unset;
    }

    .rockhurst_homepage_slideshow_overlay_br, .rockhurst_homepage_slideshow_overlay_tr, .rockhurst_homepage_slideshow_overlay_bl, .rockhurst_homepage_slideshow_overlay_tl {
        top: unset;
        bottom: -110px;
        left: 0px;
        right: unset;
    }

    .rockhurst_homepage_slideshow_overlay_dark, .rockhurst_homepage_slideshow_overlay {
        background-color: transparent;
        color: #002C56;
    }

    .rockhurst_homepage_slideshow_overlay_dark a, .rockhurst_homepage_slideshow_overlay a {
        color: #002C56;
    }
	
	.rockhurst_homepage_slideshow_overlay_title {
		color: #002C56;
	}

    .rockhurst_homepage_slideshow_overlay_body {
        line-height: 120%;
    }

    #helzberg_upcoming_events {
        margin-left: 0;
    }
}

