/**ENS**/
.t1 #sacens{
    display:none;
}
.jumbotron.emergencynotice-section{
    background-color:#00aa4f;
}
.emergencynotice-section h1{
    font-weight: 600;
    text-shadow: rgba(0, 0, 0, 1) 2px 2px 3px;
}
.emergencynotice-section h1, .emergencynotice-section p {
    color:#fff;
}

/** Can be deleted **/
.gradient-left {
    /* http://colorzilla.com/gradient-editor/#f9c606+0,58b947+36,008453+72,481c63+100 */
    background: #E6B711;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f9c606), color-stop(36%, #58b947), color-stop(72%, #008453), to(#481c63));
    background: linear-gradient(to right, #f9c606 0%, #58b947 36%, #008453 72%, #481c63 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c606', endColorstr='#481c63', GradientType=1);
    /* IE6-9 */
}

.gradient-border {
    height: 10px;
    /*margin-top:-5px;
    z-index:1000;*/
}

.gradient-right {
    /* http://colorzilla.com/gradient-editor/#481c63+0,008453+28,58b947+64,f9c606+100 */
    background: #481c63;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#481c63), color-stop(28%, #008453), color-stop(64%, #58b947), to(#f9c606));
    background: linear-gradient(to right, #481c63 0%, #008453 28%, #58b947 64%, #f9c606 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#481c63', endColorstr='#f9c606', GradientType=1);
    /* IE6-9 */
}


/*.t1 .section1 {
    background-image:none;
    background-color:#004e38;
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top:inherit;
}

.t1 .section1, .t1 .quicklinks-section{ 
	border-image: linear-gradient(to right, #f9c606 0%,#58b947 36%,#008453 72%,#481c63 100%) 5;
    border-top: 10px solid;
}
*/
/** end Can be deleted **/

.t1.page-homepage .bg-image-full {
    height: 30vh;
    padding: 0;
    overflow: hidden;
}

.t1 .bg-image-full .container {
    padding: 20vh 10%;
    margin: 0;
    background: rgba(255, 255, 255, .85);
    max-width: 1140px;
}

@media screen and (min-width:400px) and (min-width:500px) {
    .t1 .bg-image-full .container {
        padding: 30vh 10%;
    }
}

@media screen and (min-width:500px) {
    .t1 .bg-image-full .container {
        background: rgba(255, 255, 255, .65);
        max-width: 1140px;
    }
}

.t1 .bg-image-full .container h2 {
    text-shadow: #333 1px 1px 1px;
    color: #c4b581;
    /* ss gold */
}

.t1 .sac-state-news .news-box .news-box-content:hover {
    background-color: rgb(0, 46, 35);
    -webkit-box-shadow: rgb(97, 84, 34) 0 6px 12px;
    box-shadow: rgb(97, 84, 34) 0 6px 12px;
}

.t1 .sac-state-news .news-box *:hover {
    text-decoration: none;
}

@media screen and (min-width:400px) and (max-width:600px) and (max-height: 800px) {
    #navbar-primary {
        height: 25vh;
    }

    .t1.page-homepage .bg-image-full {
        height: 75vh;
    }
}

@media screen and (min-width:600px) and (max-width:900px) and (min-height:649px) and (max-height: 1000px) {
    #navbar-primary {
        height: 15vh;
    }

    .t1.page-homepage .bg-image-full {
        height: 30vh;
    }
}

@media screen and (min-width:900px) {
    .t1 .bg-image-full .container {
        background: rgba(255, 255, 255, 0);
        padding: 7%;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media screen and (min-width:1200px) {
    .t1 .bg-image-full .container {
        max-width: 1140px;
        padding: 7% 0;
    }
}



.t1.page-homepage {
    position: relative;
}

.t1.page-homepage div[id="sacens"] {
    background: #900;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 3em 0 0 0;
    -webkit-box-shadow: #ccc 3px 8px 10px;
    box-shadow: #ccc 3px 8px 10px;
    border-bottom: 9px solid #cbb668;
    margin-bottom: 2em;
}

.t1.page-homepage div[id="sacens"] div[id="sac_ens_msg"] {
    padding-bottom: 2em;
    width: 80%;
    margin: 0 auto;
}

.t1.page-homepage div[id="sacens"] div[id="sac_ens_msg"] h1,
.t1.page-homepage div[id="sacens"] div[id="sac_ens_msg"] h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-shadow: rgba(0, 0, 0, .3) 3px 3px 3px;
}

.t1.page-homepage div[id="sacens"] div[id="sac_ens_msg"] p {
    color: #fff;
    font-size: 16px;
}

.t1.page-homepage div[id="sacens"] div[id="sac_ens_msg"] a {
    color: #f0e1b0;
    /* Web 5 */
    text-decoration: underline;
}

.t1.page-homepage div[id="sacens"] div[id="sac_ens_msg"] a:hover {
    color: #cbb668;
    /* Web 3 */
    text-decoration: none;
}

@media screen and (min-width: 1120px) {
    .t1.page-homepage div[id="sacens"] {
        background: #900 url(../images/background-accent-double-ss-full.png) 90% 50% no-repeat;
        background-size: contain;
    }

    .t1.page-homepage div[id="sacens"] div[id="sac_ens_msg"] {
        padding-bottom: 2em;
        max-width: 920px;
    }
}
