﻿
/* body */
body{
    -webkit-text-size-adjust:100%;
}

/* default font size */
body, .ms-core-defaultFont, #pageStatusBar, .ms-status-msg, .js-callout-body{
	font-size:14px;
}

/* accessibility link div */
#accessibility-link-div{
    position:absolute;
    width:186px;
    padding:0px 0px 0px 5px;
    background:white;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    opacity:0.0;
    z-index:0;
}
@media screen and (max-width:799px){
    #accessibility-link-div{
        left:55px;
    }
}

/* accessibility link */
.accessibility-link{
    position:absolute;top:-2px;
    opacity:0.0;
    font-size:10px!important;
    font-weight:400!important;
    color:#000!important;
}

/* sign in text hide if not login */
.ms-signInLink{
    display:none !important;
}

/* sharepoint page below settings bars */
#s4-workspace{
    width:100%;
    background:#000;
    background-image:url("/_catalogs/masterpage/Eldorado/media/Emerald-Sunburst-Credit-Rod-Hanna_desktop.jpg");
    background-size:100% auto!important;
    background-repeat:no-repeat!important;
}

/* sharepoint body */
#s4-bodyContainer{
    height:100%;
}

/* page wrapper */
#wrapper{
    height:100%;
}

/* site icon */
#siteIcon{
    display:none;
}

/* page content div including page title and breadcrumbs */    
#contentstyle{
    margin:30px auto;
    height:auto;
    width:86%;
    padding-top:10px;
    padding-bottom:30px;
    background-color:#fff;
    border-radius:7px;
    box-shadow:0px 6px 20px -3px #000;
}
@media screen and (max-width:799px){
    #contentstyle{
        width:100%;
    }
}

/* title area of page content */
#tittlebar{
    margin-top:20px;
    padding:0px 40px;
}

/* page title text */
#pageTitle{
    font-size:40px;
    color:#000;
}

/* page title link */
#pageTitle a{
    text-decoration:none;
    color:#000;
}

/* page content breadcrumbs */
#ed-breadcrumb{
    padding:0px 40px;
}

/* page content breadcrumb links */
#ed-breadcrumb a, #ed-breadcrumb a:visited{
    color:#3244DC;
    font-weight:bold;
}

/* page content breadcrumb link hover */
#ed-breadcrumb a:hover{
    color:#bc7a10;
}

/* outer page content div below page title and breadcrumbs */
#contentRow{
    height:100%;
    padding-top:20px;
}

/* inner page content div below page title and breadcrumbs */
#contentBox{
    min-width:0px;
    margin-left:40px;
    margin-right:40px;
    margin-bottom:30px;
    font-size:1.2em;
    color:#2d2d2d;
}

/* h1 in page content */
#contentstyle h1{
    font-weight:350;
}

/* h2 in page content */
#contentstyle h2{
    font-size:1.6em!important;
    font-weight:350;
    color:#005699;
}

/* h3 in page content */
#contentstyle h3{
    font-size:1.2em!important;
    font-weight:600;
}

/* h4 in page content */
#contentstyle h4{
    font-size:1.2em!important;
    font-weight:350;
    color:#2d2d2d;
}

/* links in page content */
#contentstyle a{
    text-decoration:underline!important;
    text-decoration-style:solid!important;
    text-decoration-color: #93d6db!important;
    -webkit-text-decoration-color: #93d6db!important;
    color:#3244DC;
}

/* links in page content - hover */
#contentstyle a:hover{
    text-decoration:underline!important;
    color:#804182;
}

/* links in page content - visited */
#contentstyle #contentBox a:visited{
    color:#804182;
}

/* font classes from Ektron */
.subtitle{
    display:block;
    line-height:1.4;
    font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size:2.3em!important;
    font-weight:350;
    color:#0072C6;
}
.subtitle2{
    display:block;
    line-height:1.4;
    font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size:1.6em!important;
    font-weight:350;
    color:#005699;
}
.subtitle3{
    display:block;
    line-height:1.4;
    font-family:"Segoe UI Semilight","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size:1.2em!important;
    font-weight:600;
    color:#2d2d2d;
}
.boldred{
    line-height:1.6;
    font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size:1em;    
    font-weight:600;
    color:#B50606;    
}

/* horizontal line */
hr{
    margin:20px 0px;
}

/* bulletted lists */
.buletlist,.buletlist ul{
	padding-left:20px;
}

/* accessibility font button styles */
.footer-link-text a#btn-decrease,.footer-link-text a#btn-orig,.footer-link-text a#btn-increase,.changeFont{
    padding:3px 6px;
    min-width:13px;
    min-width:initial;
    min-width:none;
    background:#333;
    border:1px solid gray;
    color:#fff !important;
    min-width:auto;
    margin-left:5px;
    font-size:12px;
    display:inline-block;
    display:inline-flex;
    text-align:center;
    height:15px;
    width:10px;
    position:relative;
}
.smallFont span{
    font-size:10px;
    line-height:16px;
    position:absolute;
    top:13%;
    left:35%;
}
.normalFont span{
    font-size:12px;
    line-height:16px;
    position:absolute;
    top:13%;
    left:32%;
}
.bigFont span{
    font-size:15px;
    line-height:16px;
    position:absolute;
    top:13%;
    left:28%;
}

/* link styles */

/* link over white background */
.link-white-bg{
    text-decoration:none!important;
}
.link-white-bg:hover{
    background:#e6f2fb!important;
}
.link-white-bg *:hover{
    background:#e6f2fb!important;
}

/* link over dark background */
.link-dark-bg{
    text-decoration:none!important;
    color:#fff!important;
}
.link-dark-bg *{
    color:#fff!important;
}
.link-dark-bg:hover{
    background:#40749c!important;
}
.link-dark-bg *:hover{
    background:#40749c!important;
}

/* WithDocIcon item style */
.item-style-WithDocIcon-title{
    /*display:inline-table;*/
    display:table;
}
/* WithDocIcon title link item style */
.item-style-WithDocIcon-title a{
    text-decoration:none!important;
}
.item-style-WithDocIcon-icon{
    position:relative; top:2px;
    width:25px;
    /*display:inline-table;*/
    display:table-cell;
}
.item-style-WithDocIcon-icon:empty{
    padding-right:0px;
}
.item-style-WithDocIcon-column-before-title{
    /*display:inline-table;*/
    display:table-cell;
    padding-right:10px;
    color:#444;
}
.item-style-WithDocIcon-column-before-title:empty{
    padding-right:0px;
}
.item-style-WithDocIcon-title-text{
    /*display:inline-table;*/
    display:table-cell;
    padding-left:2px;
    padding-right:5px;
    text-indent:-5px;
}
.item-style-WithDocIcon-title-text:empty{
    padding-right:0px;
}
.item-style-WithDocIcon-column-after-title{
    /*display:inline-table;*/
    display:table-cell;
    padding-left:5px;
    color:#444;
}
.item-style-WithDocIcon-column-after-title:empty{
    padding-left:0px;
}
.item-style-WithDocIcon-description{
    margin-left:40px;
    font-size:0.8em!important;
}


/* page jump links */
.page-jump-link{
    text-decoration:none!important;
    cursor:pointer;
}

/* page jump link hover */
.page-jump-link:hover{
    color:#bc7a10!important;
}

/* blog post viewer div initial style */
#blog-post-page-viewer-div{
    display:none;
}