/*********************************************************************/
/***** BEGIN DESIGNPLUS THEME IMPORT & CUSTOMIZATION  ****************/
/*********************************************************************/
/* Import statements need to be at the top of your CSS file */

/*** Legacy Sidebar ***/
/* For Main CSS file */
@import url(https://designtools.ciditools.com/css/themes.css);
/* For Mobile app CSS file */
/*@import url(https://designtools.ciditools.com/css/app.css);*/
/* Institution color customizations */
@import url(https://designtools.ciditools.com/css/inst_theme_overrides.css);

/*** New Sidebar ***/
/* For Main CSS files */
@import url(https://designplus.ciditools.com/css/content.css);
@import url(https://designplus.ciditools.com/css/editor.css);
/* For Mobile app CSS file */
/*@import url(https://designplus.ciditools.com/css/mobile.css);*/

:root {
    --dt-color-primary: #8C1515;
    --dt-color-primary-contrast: #FFFFFF;
    --dt-color-primary-dark-text: #8C1515;
    --dt-color-secondary: #2E2D29;
    --dt-color-secondary-contrast: #FFFFFF;
    --dt-color-secondary-dark-text: #2E2D29;
    --dt-color-accent: #53565A;
    --dt-color-accent-contrast: #FFFFFF;
    --dt-color-accent-dark-text: #53565A;
    --dt-color-gray: #CCCCCC;
    --dt-color-gray-contrast: #000000;
    --dt-color-gray-dark-text: #636363;
    --dt-color-white: #FFFFFF;
    --dt-color-white-contrast: #000000;
    --dt-color-white-dark-text: #707070;
    --dt-color-graybg: #E6E6E6;
    --dt-color-graybg-contrast: #000000;
}

/*********************************************************************/
/***** END DESIGNPLUS THEME IMPORT & CUSTOMIZATION   *****************/
/*********************************************************************/

/* WHERE IS THE SEED-BUTTON CLASS USED */
.seed-button {
    background-color: #6A6153;
    border: none;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px 1px;
    cursor:default;
    font-family: 'NewsGothicBT-Demi','Avant Garde','Source Sans Pro', sans-serif;
}
.seed-button:hover {
    color: white;
    background-color: #1A1718;
    cursor:default;
}

/*********************************************************************/
/***** BEGIN STANFORD SPECIFIC CUSTOMIZATIONS ************************/
/*********************************************************************/



    table.quiz-button {
        margin-left:auto; 
        margin-right:auto;
    }

    .quiz-button-1 {
        background-image:url("https://web.stanford.edu/group/instr_design/canvas/button-calendar-front.png");
        background-repeat: no-repeat;
        height: 84px;
        width: 71px;
    }
    .quiz-button-2 {
        background-image:url("https://web.stanford.edu/group/instr_design/canvas/button-slice.png");
        background-repeat: repeat-x;
        height: 84px;
    }
    .quiz-button-text {
        margin-top:15px; 
        display:inline-block;
        font-size: 20pt;
        border-bottom: 2px solid white;
        overflow: hidden;
        white-space: nowrap;
    }

    .quiz-button-text a {
        color:#fff;
        text-decoration: none !important;
    }

    .quiz-button-3 {
        background-image:url("https://web.stanford.edu/group/instr_design/canvas/button-tail.png");
        background-repeat: no-repeat;
        height: 84px;
        width: 35px;
    }   


/* Updated 8/24/17 - hide native Media buttons */
.mce-container [aria-label^="Record"][aria-label$="Media"] {display: none;}
.mce-container [aria-label^="Insert"][aria-label$="media"] {display: none;}

/* Added 12/16/16 - sadlak platform */
/*@charset "UTF-8"; */

 .gsb-section-container {
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-background-size: cover !important;
        background-size: cover !important;
        /*overflow: hidden;*/
    }
    .gsb-section-header {
        margin-left: 20%;
        width: 60%;
    }
    .gsb-section-header-text {
        font-size: 42px;
        font-weight: normal;
        line-height: 36px;
        padding: 14px 0 14px 0;
        text-align: center;
        white-space: normal;
    }
    .gsb-section-shadow {
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    }
    .gsb-header-box {
        margin-left:25%;
        width:50%;
        padding: 20px 12px 20px 12px;
        text-transform: uppercase;
    }

    .gsb-hero-image {
        min-width:100%;
        height:auto;
    }

    .gsb-hero-text {
       position:absolute;
       top:30%;
       left:5%;
       width:90%;
       min-width:300px;
       text-align:center;
       font-size:4vw;
       font-weight:bold;
       color:#fff;
    }

    .gsb-video-width {
        text-align: justify;
        margin: 14%;
        width: 71%;
        padding: 80px 0px 40px 0px;
    }
    .gsb-calendar-section {
    background-color: #fefefe;
    }
    .gsb-content-section-1 {
    background-color: #daf1fa;
    }
    .gsb-content-section-2 {
    background-color: #9fbcbf;
    }
    
/*********************************************************************/
/***** END STANFORD SPECIFIC CUSTOMIZATIONS **************************/
/*********************************************************************/