.page-header {
    border-bottom: 6px solid #277d6c;
}

ol.card-list {
    padding: 20px 20px 20px 50px;
    background-color: #fbf7f4;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #e5e1df;
}

ol.card-list li {
    margin-bottom: 18px;
    margin-left: 0;
    border-radius: 3px;
    padding: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
}

ol.card-list li.category {
    font-size: 20px;
    padding: 0;
    list-style-type: none;
}

ol.card-list li.category .number {
    margin-left: -34px;
}

ol.card-list li.category .number:after {
    content: ".";
}

ol.card-list li.category ol {
    padding: 10px 10px 10px 30px;
}

ol.card-list li.category ol li {
    margin-left: 0;
    padding: 10px;
    background-color: white;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.16);
       -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.16);
            box-shadow: 0 3px 10px rgba(0,0,0,0.16);
    border: none;
    list-style-type: lower-alpha;
    font-size: 16px;
}

ol.card-list li.category:last-of-type,
ol.card-list li.category ol li:last-of-type {
    margin-bottom: 0;
}

ol.card-list li.category ol li .title {
    font-weight: 600;
    display: block;
}

ol.card-list li.category ol li .blurb {
    /*display: none;*/
    display: block;
    margin-top: 10px;
}

ol.card-list li.category .blurb {
    font-size: 16px
}

ol.card-list li.category ul.closed-session {
    margin: 20px 30px;
}

ol.card-list li.category ul.closed-session li {
    margin-bottom: 0;
}

ol.card-list.san-diego {
    border-left: 4px solid #4DB6AC;
}

ol.card-list.san-diego li.category li.item:first-of-type {
    margin-top: 10px;
}

h1.district {
    font-family: 'Roboto Slab';
    font-weight: 300;
    border: none;
    text-align: center;
}

.san-diego-type {
    color: #00796B;
}

#viewerContainer {
     height: 90vh;
     width: 100%;
}

.fa {
    margin-bottom: 10px;
    padding: 0 8%;
}

#dayToggles {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 32px;
    margin-bottom: 15px;
}

html[data-useragent*="Chrome"] #dayToggles {
    margin-top: 33px;
}

#dayToggles li {
    list-style-type: none;
    display: inline;
    text-align: center;
}

#dayToggles li a {
    color: white;
    margin: 0;
    padding: 8px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#dayToggles li a strong {
    font-size: 18px;
}

#dayToggles li a.selected {
    background-color: #277d6c;
}

#dayToggles li a:not(.selected) {
    background-color: #1A589A;
}

.column-4 #dayToggles {
    margin-top: 52px;
}

html[data-useragent*="Chrome"] .column-4 #dayToggles {
    margin-top: 53px;
}

ul.horizontal-list {
    padding: 0;
    margin: 0;
}

ul.horizontal-list li {
    display: inline;
    padding: 0 20px;
}

#sticky iframe {
    height: 77vh;
    width: 100%;
}

#sticky h2,
.featherlight-content h2 {
    margin-top: 0;
    padding-bottom: 10px;
}

#sticky ul,
.featherlight-content ul {
    margin-bottom: 6px;
    height: auto;
}

#sticky ul li,
.featherlight-content ul li {
    margin-bottom: 6px;
}

#sticky li a,
.featherlight-content li a {
    font-size: 18px;
    color: #0288D1;
    padding: 0 8px 3px 8px;
    text-decoration: none;
}

#sticky li a.selected,
.featherlight-content li a.selected {
    border-bottom: 3px solid #39C0A5;
}

.label {
    background-color: #0288D1;
    float: right;
    margin-right: -16px;
}

.category .label {
    font-size: 12.8px;
    /*margin-right: 0;*/
}


#fullscreen,
#emailsignup,
#commentConf,
#commentMsg,
#commentMsgtwo {
    display: none;
}

.featherlight-content #fullscreen,
.featherlight-content #emailsignup,
.featherlight-content #commentConf,
.featherlight-content #commentMsg,
.featherlight-content #commentMsgtwo {
    display: block;
}

.featherlight-content #fullscreen {
    /*width: 95%;*/
    height: 95%;
}

.featherlight-iframe .featherlight-content {
    padding: 1.5%;
    width: 90%;
}

.featherlight-content iframe {
    width: 100%;
    height: 76vh;
}

.page-header button {
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    display: block;
}

#language-toggle {
    margin-top: 0;
}

#language-toggle.switch-ios.switch-toggle {
    background-color: #1a589a;
    border: 1px solid #0288d1;
}

.switch-ios.switch-toggle label {
    color: white;
}

#language-toggle.switch-ios.switch-toggle a {
    background-color: #277d6c;
}

#language-toggle.switch-ios input:checked+label {
    padding: 8px 0;
}

h1.statewide,
h2.statewide,
h3.statewide,
h4.statewide,
h5.statewide,
h6.statewide {
  color: #0288D1;
}

.card-list.statewide {
    border-left: 4px solid #0288D1;
}

.card-list.energy-res-fed {
    border-left: 4px solid #0097A7;
}

h1.north-coast,
h2.north-coast,
h3.north-coast,
h4.north-coast,
h5.north-coast,
h6.north-coast {
  color: #689F38;
}

.card-list.north-coast {
    border-left: 4px solid #689F38;
}

.card-list.north-central {
    border-left: 4px solid #E57373;
}

.card-list.central-coast {
    border-left: 4px solid #9575CD;
}

.card-list.south-central {
    border-left: 4px solid #C2185B;
}

.card-list.enforcement {
    border-left: 4px solid #90A4AE;
}

.card-list.south-coast {
    border-left: 4px solid #cd4318;
}

.list-style-none {
    list-style-type: none;
}

@media (max-width: 1024px) {
    /*.pull-over-page-header{margin-top: -80px;}  xxx*/

    .page-header {
        padding: 30px;
    }

    .page-header h2 {
        font-size: 18px;
        width: 70%;
        margin: auto;
    }

    #last-updated {
        margin-top: 30px !important;
    }

    #language-toggle {
        margin-top: 20px;
    }

    #live-stream {
        margin-top: 20px;
        font-size: 12px;
        /*padding-left: 0;
        padding-left: 0;*/
    }

    #dayToggles {
        margin-top: 52px;
    }

    #dayToggles li a {
        padding: 5px 0;
        margin: 0;
    }

    #dayToggles li a strong {
        font-size: 14px;
    }

    #dayExtended {
        /*display: none;*/
        font-size: 9px;
    }

    ol.card-list li.category .item ul.horizontal-list {
        margin-top: 10px;      
    }

    ol.card-list li.category .item ul.horizontal-list li {
        box-shadow: none;
        margin: 0;
        background-color: transparent;
        padding: 0 15px 0 0;
    }
    
}

/*IPAD*/
@media (max-width: 1366px) {

    .hide-desktop {

        display: block;
    }

    .hide-mobile{display: none;}

    ul.accordion li a.toggle {display: none;}

    .page-header {
        padding: 30px;
    }

    .page-header h2 {
        font-size: 18px;
        width: 70%;
        margin: auto;
    }

    #last-updated {
        margin-top: 30px !important;
    }

    #language-toggle {
        margin-top: 20px;
    }

    #live-stream {
        margin-top: 20px;
        font-size: 12px;
        /*padding-left: 0;
        padding-left: 0;*/
    }

    #dayToggles {
        margin-top: 52px;
    }

    #dayToggles li a {
        padding: 5px 0;
        margin: 0;
    }

    #dayToggles li a strong {
        font-size: 14px;
    }

    #dayExtended {
        /*display: none;*/
        font-size: 9px;
    }

    ol.card-list li.category .item ul.horizontal-list {
        margin-top: 10px;
    }

    ol.card-list li.category .item ul.horizontal-list li {
        box-shadow: none;
        margin: 0;
        background-color: transparent;
        padding: 0 15px 0 0;
    }

}
/*TEST End*/





.russ-back-to-top {
    background-color: #277d6c; /* button color */
    color: #fff; /* text/arrow color */ 
    display: none;
    z-index: 999;
    /* float in bottom right corner */
    /* 20 pixels from edge */
    position: fixed;
    right: 20px;
    bottom: 20px;
    /* size of button is 50 pixels*/
    width: 70px;
    height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    /* round button */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;

}
a.russ-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 14px; 
    color: #fff;   

}
a:hover.russ-back-to-top {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 14px; 
    color: #fff;   
    background-color: #1A589A;
    text-decoration: none;

}
@font-face {
    font-family: squarespace-ui-font;
    src: url(angular-ui-router/squarespace-ui-font.ttf),url(angular-ui-router/squarespace-ui-font-ie.eot);
}
a.russ-back-to-top .arrow:before {
    content: "\e008";
    font-family: 'squarespace-ui-font';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e008";
    text-align: center;
    display: block;
    vertical-align: middle;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    cursor: pointer;
    margin-left: -4px;

}