/* Site Resources Styles */

.siteResources {
    padding-top: 1em;
    margin-bottom: 2%;
}

.siteResources dd {
    display: block;
    margin-bottom: 3% !important;
    border-style: solid;
    background-color: rgba(0, 60, 162, 0.7);
    border-width: 1px;
    border-color: white;
}

.siteResources dd.active>a {
    background: none !Important;
    color: #FFFFFF !Important;
}

.siteResources dd>a {
    background: none;
}

.siteResourcesRow {
    display: flex; 
    background-image: url('/Assets/Template/images/Site_resources_background_2.jpg');
}

.btn-site-resources {
    display: block;
    margin-bottom: 1em;
    border-style: solid;
    background-color: rgba(0, 60, 162, 0.7);
    border-width: 1px;
    border-color: white;
    width: 100%;
}


/* Campus/Canes Spotlight Styles */
.image-wrapper-campus-spotlight {
    position: relative;
}

.image-overlay-campus-spotlight {
    height: 100%;
    width: 100%;
    /*position: absolute;*/
    top: 0;
}

#campus-spotlight-header-bottom {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;*/
    /*justify-content: left;
    align-items: center;*/
    /*background-color: rgba(28, 63, 123, 0.7);*/
    color: #1c3f7b;
    font-size: 1em;
    padding: 5px;
    font-weight: bold;
}

#canesSpotlightTitle {
    width: 100%;
    padding-left: 10px;
    margin: 0;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1c3f7b !Important;
    top: 0;
}

.spotlightResponsive {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/*.spotlightResponsive has different style for < 640px*/ 


/* New Canes/Campus Spotlight Styles */
.canesSpotlight_wrapper {
    background: #1c3f7b;
}
.canesSpotlight_innerRow {
    max-width: 90em;
    border-color: transparent;
    border-width: 1.75em;
    border-style: solid;
    border-right: none;
    border-left: none;
}
.canesSpotlight_text {
    color: white;
    font-size: 1.1em;
}
.canesSpotlight_headerText {
    color: white;
    font-size: 2em;
}
.canesSpotlight_subHeaderText {
    font-family: Verdana;
    font-weight: 500;
    text-align: right;
    color: white;
    margin-top: 2em;
}
.canesSpotlight_textColumn {

}
.canesSpotlight_link {
    color: white;
    text-align: center;    
    margin-bottom: 0;
    font-size: 1.2em;
}

#spotlight_triangle-right {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 50px solid white;
    border-bottom: 25px solid transparent;
}

#spotlight_triangle-bottomright {
    width: 0;
    height: 0;
    border-top: 50px solid white;
    border-right: 24px solid transparent;
}

#spotlight_rectangle {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#spotlight_shapecontainer {
  display: flex;
  color: #1c3f7b;
  font-family: verdana;
  font-size: 2em;
  position: absolute;
  left: -15px;
}


/* Main Banner Styles */

.image-wrapper {
    position: relative;
}

.image-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

#banner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-evenly;
}

#banner-side {
    position: absolute;
    right: 0;
    top: 20%;
    display: flex;
    align-items: center;
}

.banner-btn {
    margin-left: 3%;
    margin-right: 3%;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    outline-color: rgba(28, 63, 123, 0.78);
    outline-style: solid;
    outline-width: 1px;
    background: rgba(28, 63, 123, 0.78);
}

.banner-btn:hover {
    background-color: #1c3f7b;
}

.banner-btn a {
    color: #ffffff !important;
    text-decoration:  none;
} 

.small-banner-btn {
    height: 100%;
    width: calc(100vw / 3);
    padding: 10% 0;
}

.banner-btn-side {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    margin: 0;
    background: #ffffff00;
}

.banner-btn-side a {
    color: #ffffff !important;
    text-decoration:  none;
}

#bannerSideBox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(28, 63, 123, 0.7);
}

#bannerSideBoxText {
    color: white;
    margin-top: 2vmin;
    margin-left: 2vmin;
    margin-right: 2vmin;
    margin-bottom: 0;
    font-size: 3.1vw;
}

#bannerSideBoxButton {
    margin: 2vmin;
}

.small-screen-banner-buttons {
    display: none;
}

.x-small-screen-banner-buttons {
    display: none;
}

.x-small-banner-btn {
    width: 100vw;
}

/*
//Removed parallax styles: 
.parallax-container {
            width: 100%;
            height: 20%;
            z-index: -1;
        }
        .parallax {
            /*background-image: url("Assets/Template/images/Part_Of_The_Storm.png");
background-color: blue;
width: 100%;
height: auto;
min-height: 500px;
background-position: 10% 90%;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
z-index: -3;
}
.parallax-text {
    margin-right: 45%;
    margin-top: 10%;
    justify-content: center;
}
*/

.parallax-container {
    padding-bottom: 600px;
}

.parallax-curtain {
    height: 600px;
    position: relative;
    z-index: 4;
}

.hashtag {
    position: fixed;
    background-color: #18191d;
    width: 100%;
    height: 300px;
    z-index: 3;
}


/*Quick Links styles*/

.image-wrapper-quick-links {
    position: relative;
}


.image-overlay-quick-links {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
#title-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5em;
}
#title-middle button {
    margin: 0;
}
.quicklinks-btn {
    border-style: solid;
    background-color: #B28E24;
    border-width: 2px;
    border-color: white;
}
.quicklinks-btn a {
    color: #ffffff !important;
    text-decoration:  none;
}
.quicklinks-btn:hover {
    background-color: #c69e29;
}
.quicklinks-btn:focus {
    background-color: #b58b0f;
}
.quicklinks-btn:visited {
    background-color: transparent;
}


/*Statistics styles*/

.img-overlay-stat {
    text-align: center;
}
#bottom-stat.img-overlay-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/*.img-overlay-stat:before {
    content:' ';
    display: block;
    /* adjust 'height' to position overlay content vertically */
    /*height: 5%;*/
/*}*/

.image-wrapper-stat {
    position: relative;
    background-size: cover;
    display: flex;
    background:url("/Assets/Template/images/Stat_picture_2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
    background-size: 100%;
}
.stat-header {
    font-size: 2.5em;
    margin-top: 1vh;
    margin-bottom: 1vh;
    color: white;
    font-family: Verdana;
}
#stat-row {
    margin-bottom: 1vh;
}
.stat-number {
    font-size: 4em;
    margin-bottom: 1vh;
    font-family: Verdana;
    font-weight: bold;
    color: white;
}
.stat-text {
    color: white;
    font-size: 1.2em;
    font-family: Verdana;
    text-align: center;
}

/* Useful/Academic Resources Styles */

.image-wrapper-useful-resources {
    position: relative;
}

.image-overlay-useful-resources {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #cccccc50;
    transition-duration: 1s;
}

.image-overlay-useful-resources:hover {
    background: none;
}

#title-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: rgba(28, 63, 123, 0.7);
    color: white;
    font-size: 1em;
    padding: 5px;
}

.useful-resources-btn {
    border-style: solid;
    background-color: #1c3f7bed;
    border-width: 1px;
    border-color: #ffffff;
    color: #fff;
    outline: solid;
    outline-width: 1px;
    outline-color: #1c3f7b;
    padding: 15px;
}

/* Recent News Styles */

.newsRow {
    background-color: white;

    max-width: 90em;
    /*max-width: ;*/
}

.newsColumn h1 {
    font-family: Verdana;
    color: #1c3f7b;
    text-align: left;
    margin-top: 2em;
}

.newsColumn h2 {
    text-align: right;
    color: #1c3f7b;
    margin-top: 20px;       
    font-size: 2em;
}

.newsBody {    
    text-align: left; 
    color: #1c3f7b;
}

.newsBody p {
    font-size: 1.1em;
}

.newsLink {
    text-align: center;
    font-size: 1.2em;
}

#news_triangle-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 50px solid #1c3f7b;
    border-bottom: 25px solid transparent;
}

#news_triangle-bottomleft {
    width: 0;
    height: 0;
    border-bottom: 50px solid #1c3f7b;
    border-left: 24px solid transparent;
}

#news_rectangle {           
      padding-left: 15px;
      padding-right: 15px;
      background-color: #1c3f7b;
      display: flex;
      justify-content: center;
      align-items: center;
}

#news_shapecontainer {
    position: absolute;
    display: flex;
    color: white;
    font-family: verdana;
    font-size: 2em;
    right: -15px;
}


/*Even space*/
.evenSpace {
    height: 1.75em;
}

/*Full width for images on Home page*/
.homeImage {
    width: 100%;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.image-wrapper-stat {
        min-height: unset;
        padding: 2.75em 0;
    }
}
/* Small screen styles */
@media screen and (min-width: 1920px) {
    .quicklinks-btn {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .canesSpotlight_innerRow {
        max-width: 30em;
    }

    #news_shapecontainer {
        right: 15px;
    }

    #spotlight_shapecontainer {
        left: 15px;
    }

    .newsRow {
        max-width: 30em;
    }
}

@media screen and (max-width: 640px) { 
    .stat-text { 
        font-size: 0.9em; 
    }
    .stat-number{
        font-size: 2.75em;
    }
    .stat-header{
        font-size: 2em;
    }

    .leftBlock {
        padding-right: .5em !important;
    }

    .rightBlock {
        padding-left: .5em !important;
    }

    .small-screen-margin-bottom {
        margin-bottom: 1em !important;
    }

    .spotlightResponsive { 
        margin-top: 1em; 
    }
}

@media screen and (max-width: 480px) {
    .small-screen-banner-buttons {
        display: flex;
        /*justify-content: space-evenly; Removed for iOS support */
        justify-content: space-between;
        margin-top: 1.75em;
    }

    .banner-btn {
        margin: 0 !important;
        outline: none;
    }

    #banner-bottom {
        display: none;
    }
    .img-overlay-stat {
        background: #1c3f7b; /* For browsers that do not support gradients */    
        background: -webkit-linear-gradient(left top, #0F2344, #496595); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(bottom right, #0F2344, #496595); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(bottom right, #0F2344, #496595); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to bottom right, #0F2344, #496595); /* Standard syntax (must be last) */
    }
    .siteResourcesRow {
        background: #c0c0c0; /* For browsers that do not support gradients */    
        background: -webkit-linear-gradient(left top, #c0c0c0, #c0c0c0); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(bottom right, #c0c0c0, #c0c0c0); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(bottom right, #c0c0c0, #c0c0c0); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to bottom right, #c0c0c0, #c0c0c0); /* Standard syntax (must be last) */
    }
}

@media screen and (max-width: 415px) {
    .x-small-screen-banner-buttons {
        display: block;
    }

    .small-screen-banner-buttons {
        display: none;
    }
}


 @media screen and (max-width: 25em) {
    #spotlight_rectangle, #news_rectangle {
    font-size: 0.7em;
    }
}

