html, body
{
    /*font-family: "Open Sans", sans-serif;*/
    font-family: "BentonSansRegular", sans-serif;
    color: #252525;
    /*color: #252525;*/
    font-size: 0.97em;
    font-weight: 300;
    background-color: white;
}

a
{
    text-decoration: none;
    font-family: "BentonSansRegular";
    color: #005c5c;
}
a:hover,
a:focus
{
    text-decoration: none;
    color: #208383;

}
a:focus
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a.light
{
    color: #ade6ea;
}
/* a.light:hover,
a.light:focus
{
    text-decoration: none;
    color: #11cbd3;

}
a.light:focus
{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
} */

a, a:active, a:focus {
    outline: none;
}

.chem-header {
    border-bottom: 3px solid #bbbbbb;
}

.chem-footer {
    color: #358b80;
}

.chem-footer a {
    color: #45b9aa;
}
.chem-footer a:focus,
.chem-footer a:hover {
    color: #4bc4b4;
}

.coas-link {
    /*font-size: 115%;*/
    letter-spacing: 1px;
}
.chem-home-link {
    font-size: 275%;
    letter-spacing: 1px;
}

.chem-home-link a, .chem-home-link a:active, .chem-home-link a:focus, .chem-home-link a:hover {
    color: white;
}

@media (max-width: 767px)
{
    .chem-site-title { text-align: center;}
    .coas-link {
        /*font-size: 115%;*/
    }
    .chem-home-link {
        font-size: 200%;
    }
    .chem-footer { text-align:center; }
}

.chem-container { 
    width: 100%;
    max-width: 64rem;
    /*max-width: 994px;*/
    margin: 0 auto;
}

h1,
h2,
h3 { font-weight: 200; color: #777777; font-family: "BentonSansRegular"; }
h4,
h5,
h6 { font-weight: 200; color: #043e40; }

ul    { list-style-type: disc; }
ul li { padding-left:     15px; }



.menu-item {
    list-style-type: none!important;
}

.menu-item > a {
    padding-left: 0px!important;
}


textarea { resize: vertical; }



.text-spaced {
    letter-spacing: 2px;
}

main.container
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.chem-theme-header
{
    position:relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 5px solid #494949;
}

.site-name
{
    position: relative;
    z-index: 2;
    /*padding-top: 90px;*/
    padding-top: 140px;
    /*padding-bottom: 40px;*/
    padding-bottom: 60px;
    color: #ffffff;
    font-size: 5em;
    font-weight: 200;
    letter-spacing: 15px;
    line-height: 0.5em;
}
.home .site-name {
  
    padding-top: 250px;
    padding-bottom: 60px;
}

@media (max-width: 767px)
{
    .site-name
    {
        padding-top: 40px;
        padding-bottom: 30px;
        color: #ffffff;
        font-size: 3em;
        font-weight: 200;
        letter-spacing: 10px;
        line-height: 0.7em;
    }
        .site-name .first-letter
        {
            position: relative;
            top: 0px;
            overflow: hidden;
            display: inline-block;
            border:1px solid #ffffff;
            text-align: center;
            letter-spacing: 0;
            line-height: 1.1em;
            width: 52px;
            height: 52px;
            margin-right: 2px;
        }
        .site-name .second-line
        {
            text-align: right;
            font-size: 12px;
            font-weight: normal;
            text-transform: uppercase;
            width: 265px;
        }
}

.chem-feature-box
{
    position: relative;
    display: table;
    width: 100%;
    height: 275px;
    background-position: center;
    background-size: cover;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
}

.box-shading
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    pointer-events: none;
    
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.feature-box-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px 24px;
    z-index: 2;
}

@media (max-width: 767px)
{
    .chem-feature-box
    {
        /*height: 200px;*/
    }
}



.header-shading
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    
    background-color: rgba(0, 0, 0, 0.5);
}

/* .header-shading
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    pointer-events: none;
    
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); FF3.6-15
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); Chrome10-25,Safari5.1-6
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); IE6-9
} */

.header-shading-top
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    pointer-events: none;
    
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

h1.chemiub-header-title
{
    font-size: 110%;
    /*overflow: hidden;*/

    position: relative;
    top: -6px;
    left: 50%;

    width: 238px; /* 238px (238/16) */
    /*height: 142px;*/
    margin: 0 0 0 -119px; /* 0 0 0 -119px (119/16) */
    z-index: 2;
}
h1.chemiub-header-title a
{
    /*font-family: 'podkova', Arial, Helvetica, sans-serif;*/
    font-size: 300%; /* 42px (42/16) */
    font-weight: normal;
    line-height: 1em; /* 42px (42/42) */

    display: block;

    width: 238px; /* 238px (238/42) */
    padding: 45px 0 35px 0;
    /* -webkit-transition: all ease-out .2s;
       -moz-transition: all ease-out .2s;
        -ms-transition: all ease-out .2s;
         -o-transition: all ease-out .2s;
            transition: all ease-out .2s; */

    text-align: center;

    color: #fff;
    background: #900;
}
h1.chemiub-header-title a:hover
{
    text-decoration: none;

    background: #bb2c2c;
}
h1.chemiub-header-title a span
{
    font-size: .357em; /* 15px (15/42) */
    line-height: 1em; /* 15px (15/15) */

    display: block;

    letter-spacing: .05em;
    text-transform: uppercase;
}



.chem-theme-logo-container
{
    position: relative;
    width: 400px;
    max-width: 100%;
    margin:0 auto;
    opacity:1;
}

.chem-theme-logo-part
{
    position: absolute;
    width: 400px;
    max-width: 100%;
    height:auto;
    opacity:1;
}

.chem-theme-scroll-img
{
    width: 100%;
    max-height: 300px;
    padding-bottom: 30%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.chem-theme-news-img
{
    width: 100%;
    /*max-height: 300px;*/
    padding-bottom: 50%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.chem-theme-img-col
{
    height: 150px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px)
{
    .chem-theme-scroll-img
    {
        /*max-height: 300px;*/
        padding-bottom: 50%;
    }
}

.chem-theme-col-hr {
    height:8px;
}

.chem-theme-footer
{
    padding-top: 70px;
    padding-bottom: 80px;
}


.container
{
  max-width: 1024px;
}



/*==========================================*\
    COLORS
    \*==========================================*/

/**
 * Background Colors
 */

.bg-midnight { background-color: #4e7682; }

 .bg-schlebach-green  { background-color: #043e40!important; }
 .bg-schlebach-light  { background-color: #ade6ea!important; }
 
 .bg-chem-theme-gray  { background-color: #467995!important; }

 .bg-night-blue  { background-color: #141e24!important; }

 .bg-dark-blue   { background-color: #355d73!important; }
 .bg-mint-green  { background-color: #3B9E91!important; }
 .bg-mint-pale   { background-color: #95DBD1!important; }
 .bg-dark-yellow { background-color: #e3a638!important; }
 .bg-coal        { background-color: #0c1216!important; }

.bg-teal { background-color: #005c5c; }

/**
 * Font Colors
 */

 .text-gray    { color: #909090!important; }
 .text-lt-gray { color: #d4d4d4!important; }






/*==========================================*\
    NAVBAR
\*==========================================*/

/**
 * background: #494949
 * bg hover:   #6b6a6a
 * bg active:  #fff
 * font:       #f1f1ef
 * font hover: #f1f1ef
 *
 */

.navbar-chem-theme .navbar-nav.nav-justified > li
{
    float: none;
}

.navbar-chem-theme .navbar-nav > li > a
{
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    /*font-size: 12px;*/
    font-size: 1rem;
}

.navbar-chem-theme
{
    border: 0;
    /*background-color: transparent;*/
    background-color: #252525;
    /*background-color: #494949;*/
}

/*.navbar-chem-theme .dropdown
{
    text-transform: uppercase!important;
}*/
.navbar-chem-theme .navbar-brand
{
    color: #f1f1ef;
}
.navbar-chem-theme .navbar-brand:hover,
.navbar-chem-theme .navbar-brand:focus
{
    color: #f1f1ef;
    background-color: transparent;
}
.navbar-chem-theme .navbar-text
{
    color: #f1f1ef;
}

.navbar-chem-theme .navbar-nav {
    /*display:table;*/
    width:100%;
    /*height:100%;*/
}

.navbar-chem-theme .navbar-nav > li {
    display:table-cell;
    vertical-align: bottom;
    height:100%;
}

.navbar-chem-theme .navbar-nav > li:not(:last-child) { border-right: 1px solid #353535; }

.navbar-chem-theme .navbar-nav > li > a
{
    /*padding-left: 6px;*/
    padding-left: 0;
    /*padding-right: 6px;*/
    padding-right: 0;
    margin-right: 2px;
    color: #f1f1ef;
    /*background-color: #494949;*/
    background-color: transparent;
    height:100%;
    border-bottom: 2px solid transparent;
    
    /* -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; */
    
}

.navbar-chem-theme .navbar-nav > li:first-child > a { padding-left: 0;  }
.navbar-chem-theme .navbar-nav > li:last-child > a  { padding-right: 0; }

.navbar-chem-theme .navbar-nav > li > a:hover,
.navbar-chem-theme .navbar-nav > li > a:focus
{
    color: #f1f1ef;
    /*background-color: #6b6a6a;*/
    background-color: transparent;
    /*border-bottom: 2px solid #005c5c;*/
}
.navbar-chem-theme .navbar-nav > .active > a,
.navbar-chem-theme .navbar-nav > .active > a:hover,
.navbar-chem-theme .navbar-nav > .active > a:focus
{
    /*color: #494949;*/
    /*background-color: #fff;*/
    background-color: transparent;
    border-bottom: 2px solid #208383;
}
.navbar-chem-theme .navbar-nav > .disabled > a,
.navbar-chem-theme .navbar-nav > .disabled > a:hover,
.navbar-chem-theme .navbar-nav > .disabled > a:focus
{
    color: #f1f1ef;
    background-color: transparent;
}
.navbar-chem-theme .navbar-toggle
{
    color: #f1f1ef;
    border: 0;
}
.navbar-chem-theme .navbar-toggle:hover,
.navbar-chem-theme .navbar-toggle:focus
{
    color: #f1f1ef;
    background-color: transparent;
}
.navbar-chem-theme .navbar-toggle .icon-bar
{
    background-color: #888;
}
.navbar-chem-theme .navbar-collapse,
.navbar-chem-theme .navbar-form
{
    border: 0;
}
.navbar-chem-theme .navbar-nav > .open > a,
.navbar-chem-theme .navbar-nav > .open > a:hover,
.navbar-chem-theme .navbar-nav > .open > a:focus
{
    color: #f1f1ef;
    /*background-color: #252525;*/
    background-color: transparent;
}
/*.navbar-chem-theme .divider
{
background-color: #238f80;
}*/
@media (max-width: 767px)
{
    .navbar-chem-theme
    {
        /*background-color: #494949;*/
    }
    .navbar-chem-theme .navbar-nav > li > a
    {
        margin-right: 0;
    }
    .navbar-chem-theme .navbar-nav.nav-justified
    {
        margin: 7.5px 0;
    }
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > li > a
    {
        color: #f1f1ef;
    }
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #f1f1ef;
        background-color: transparent;
    }
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #f1f1ef;
        background-color: #82786F;
    }
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-chem-theme .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #f1f1ef;
        background-color: transparent;
    }

    .navbar-chem-theme .navbar-nav > li {
        display: block;
        height: auto;
    }

}

.navbar-chem-theme .navbar-link
{
    color: #c9ecff;
}
.navbar-chem-theme .navbar-link:hover
{
    color: #f1f1ef;
}
.navbar-chem-theme .btn-link
{
    color: #f1f1ef;
}
.navbar-chem-theme .btn-link:hover,
.navbar-chem-theme .btn-link:focus
{
    color: #f1f1ef;
}
.navbar-chem-theme .btn-link[disabled]:hover,
fieldset[disabled] .navbar-chem-theme .btn-link:hover,
.navbar-chem-theme .btn-link[disabled]:focus,
fieldset[disabled] .navbar-chem-theme .btn-link:focus
{
    color: #f1f1ef;
}




/*==========================================*\
    NAVS
\*==========================================*/

/* Nav Pills */



/*==========================================*\
    BUTTONS
\*==========================================*/

/**
 * Default Button
 */
 .btn-teal {
  color: #f1f1f1;
  background-color: #3B9E91;
  border-color: #3B9E91;
}
.btn-teal:focus,
.btn-teal.focus {
  color: #f1f1f1;
  background-color: #348b80;
  border-color: #348b80;
}
.btn-teal:hover {
  color: #f1f1f1;
  background-color: #348b80;
  border-color: #348b80;
}
.btn-teal:active,
.btn-teal.active,
.open > .dropdown-toggle.btn-teal {
  color: #f1f1f1;
  background-color: #348b80;
  border-color: #348b80;
}
.btn-teal:active:hover,
.btn-teal.active:hover,
.open > .dropdown-toggle.btn-teal:hover,
.btn-teal:active:focus,
.btn-teal.active:focus,
.open > .dropdown-toggle.btn-teal:focus,
.btn-teal:active.focus,
.btn-teal.active.focus,
.open > .dropdown-toggle.btn-teal.focus {
  color: #f1f1f1;
  background-color: #2e7c72;
  border-color: #2e7c72;
}
.btn-teal:active,
.btn-teal.active,
.open > .dropdown-toggle.btn-teal {
  background-image: none;
}
.btn-teal .badge {
  color: #3B9E91;
  background-color: #f1f1f1;
}


/* Default Clear Button */
.btn-clear.btn-teal {
  color: #3B9E91;
  background-color: transparent;
  border-color: #3B9E91;
}
.btn-clear.btn-teal:focus,
.btn-clear.btn-teal.focus {
  color: #348b80;
  background-color: transparent;
  border-color: #348b80;
}
.btn-clear.btn-teal:hover {
  color: #348b80;
  background-color: transparent;
  border-color: #348b80;
}
.btn-clear.btn-teal:active,
.btn-clear.btn-teal.active,
.open > .dropdown-toggle.btn-clear.btn-teal {
  color: #348b80;
  background-color: transparent;
  border-color: #348b80;
}
.btn-clear.btn-teal:active:hover,
.btn-clear.btn-teal.active:hover,
.open > .dropdown-toggle.btn-clear.btn-teal:hover,
.btn-clear.btn-teal:active:focus,
.btn-clear.btn-teal.active:focus,
.open > .dropdown-toggle.btn-clear.btn-teal:focus,
.btn-clear.btn-teal:active.focus,
.btn-clear.btn-teal.active.focus,
.open > .dropdown-toggle.btn-clear.btn-teal.focus {
  color: #2e7c72;
  background-color: transparent;
  border-color: #2e7c72;
}
.btn-clear.btn-teal:active,
.btn-clear.btn-teal.active,
.open > .dropdown-toggle.btn-clear.btn-teal {
  background-image: none;
}
.btn-clear.btn-teal .badge {
  color: #f1f1f1;
  background-color: #3B9E91;
}

/* Hover Fill Teal */
.btn-hvr-fill.btn-clear.btn-teal:hover {
  color: #f1f1f1;
  background-color: #3B9E91;
  border-color: transparent;
}
.btn-hvr-fill.btn-clear.btn-teal:active:hover,
.btn-hvr-fill.btn-clear.btn-teal.active:hover,
.open > .dropdown-toggle.btn-hvr-fill.btn-clear.btn-teal:hover,
.btn-hvr-fill.btn-clear.btn-teal:active:focus,
.btn-hvr-fill.btn-clear.btn-teal.active:focus,
.open > .dropdown-toggle.btn-hvr-fill.btn-clear.btn-teal:focus,
.btn-hvr-fill.btn-clear.btn-teal:active.focus,
.btn-hvr-fill.btn-clear.btn-teal.active.focus,
.open > .dropdown-toggle.btn-hvr-fill.btn-clear.btn-teal.focus {
  color: #f1f1f1;
  background-color: #348b80;
  border-color: #348b80;
}



/**
 * Button Shadows
 */

 .btn-shadow
 {
    -webkit-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -5px rgba(0,0,0,0.75);
}

/* Add text shadow to clear btns */
.btn-clear.btn-shadow
{
    text-shadow: 0px 0px 14px rgba(0,0,0,0.75);
}




/*==========================================*\
    MEDIA
\*==========================================*/

/**
 * Thumbnails
 */

 .thumbnail
 {
  
  background-color: transparent;
    border-radius: 0;
    
    -webkit-transition:border-color ease-out 0.2s;
    -moz-transition:border-color ease-out 0.2s;
    -ms-transition:border-color ease-out 0.2s;
    -o-transition:border-color ease-out 0.2s;
    transition:border-color ease-out 0.2s;
}
/* a.thumbnail
{
    border-color: transparent;
} */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active
{
    border-color: #11cbd3;
}




/*==========================================*\
    WELLS
\*==========================================*/

    .well
    {
        border-radius: 0;
        background-color: #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .well-round
    {
        border-radius: 4px;
    }


/**
 * Well Colors
 */

 /* Teal */
 .well-teal
 {
    background-color: transparent;
    border-color: #3b9e91;
    color: #2e7c72;
}


/*==========================================*\
    Alerts
\*==========================================*/

.alert {
  border-radius: 0!important;
}



.chemiub-home-news-container
{
    margin-top: 2px;

    background-color: #f1f1f1;
    border-bottom: 1px solid #dddddd;
    border-top: 16px solid #494949;
}

.chemiub-home-news-head
{
    position: relative;
    z-index: 3;
    top: -30px;

    width: 200px;
    margin: 0 auto;
    padding: 10px 0;

    text-align: center;

    color: #fff;
    background-color: #252525;
}




a .fa,
a.fa {
    text-decoration: none!important;
}


.breadcrumb { background-color: transparent; padding-left: 0; padding-right: 0; margin-bottom: 0;}

header {
    position: relative;
    width: 100%;
    background-color:#252525;
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}
header .header-background {
    position: absolute;
    width: 100%;
    height:100%;
    background-size: cover;
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
}
/* .home header .header-background {
    background-size: auto 100%;
    background-attachment: fixed;
    -webkit-filter: blur(50px); Safari 6.0 - 9.0
    filter: blur(3px);
} */
.home header {
    /*height: 70%;*/
    /*min-height: 50%;*/
    /*background-position: center;*/
    /*padding-bottom: 30px;*/
}
/* .home .chem-home-link {
    font-size: 400%;
    line-height: 0.8em;
    letter-spacing: 2px;
} */

.home-scroll {
    /*position: relative;*/
    /*top: 150px;*/
    font-size: 25%;
    line-height: 1em;
    letter-spacing: 1px;
}
.home-scroll a, .home-scroll a:active, .home-scroll a:focus, .home-scroll a:hover {
    color: white;
}
.fixed-center {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}
.coas-link a, .coas-link a:active, .coas-link a:focus, .coas-link a:hover { color: white; }

@media (max-width: 767px)
{
    .navbar-collapse {
        background-color: rgba(0,0,0,0.75);
    }
}
@media (max-width: 1024px)
{
    header { margin-top: 50px; }
}

/*#main-container { background-color: white; position: relative; z-index: 5; }*/

/* IU Brand Fixes */
#branding-bar { margin-bottom: 0; }

/**
 * Loading and Popup elements
 */

#loadingContainer
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
}
#loadingContainer table,
#loadingContainer td
{
    width: 100%;
    height: 100%;

    text-align: center;
    vertical-align: middle;
}
#loadingContainer #loading
{
    font-family: 'podkova';
    line-height: 1.3em;

    display: inline-block;

    width: 80px;
    height: 50px;

    color: #fff;
    border-radius: .3em;
    background-color: rgba(0,0,0,.7);
}

#shade
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 100px;

    background-color: rgba(0,0,0,.7);
}



.img-separator {
    width: 100%;
    height: 300px;
    background-position: center center;
    /*background-size: auto 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
}

.iu-icon {
    position: relative;
    display: inline-block;
    background-image: url("https://www.chem.indiana.edu/wp-content/themes/chem-theme/images/iu-square-logo.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
}


.chemiub-fadein {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.chemiub-form-step-bullet {
    line-height: 0;
    font-size: 300%;
    color: #aaa;
    cursor: pointer;
}

.chemiub-form-step-bullet.active {
    color: #000;
    cursor: default;
}

.chemiub-form-step-bullet.has-error {
    color: #f2dede;
}

.chemiub-form-step-bullet.has-error.active {
    color: #a94442;
}

.chemiub-conditions { display: none!important; }

.chemiub-form-section-header {
    color: black!important;
    font-family: "BentonSansBold";
    margin-bottom: 20px;
}

input[type="radio"]:checked ~ .chemiub-picker,
input[type="checkbox"]:checked ~ .chemiub-picker
{
    border: 1px solid #990000;
    background-color: #990000;
    color:  #ffffff!important;
}

.chemiub-picker {  white-space: normal; }

.chemiub-hidden { display: none; }

.tooltip-arrow {
  display:none!important;
}


.bg-coal h1,
.bg-coal h2,
.bg-coal h3,
.bg-coal h4,
.bg-coal h5,
.bg-coal h6 {
    color: white!important;
}


.chemiub-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

/* .chemiub-spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(270deg); }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation:
    dash 1.4s ease-in-out infinite, 
    colors (1.4s*4) ease-in-out infinite;
}

@keyframes colors {
    0% { stroke: #4285F4; }
    25% { stroke: #DE3E35; }
    50% { stroke: #F7C223; }
    75% { stroke: #1B9A59; }
  100% { stroke: #4285F4; }
}

@keyframes dash {
 0% { stroke-dashoffset: 187; }
 50% {
   stroke-dashoffset: 187/4;
   transform:rotate(135deg);
 }
 100% {
   stroke-dashoffset: 187;
   transform:rotate(450deg);
 }
} */



/************************************************************************************************
 * Pickatime Overrides
************************************************************************************************/
.pika-time-container { margin: 8px; }
.pika-time { width: 100%; }
.pika-time .pika-select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.pika-time .pika-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.pika-time .pika-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.pika-time .pika-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.pika-time .pika-select:-ms-input-placeholder {
  color: #999;
}
.pika-time .pika-select::-webkit-input-placeholder {
  color: #999;
}
.pika-time .pika-select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.pika-time .pika-select[disabled],
.pika-time .pika-select[readonly],
fieldset[disabled] .pika-time .pika-select {
  background-color: #eee;
  opacity: 1;
}
.pika-time .pika-select[disabled],
fieldset[disabled] .pika-time .pika-select {
  cursor: not-allowed;
}
textarea.pika-time .pika-select {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].pika-time .pika-select,
  input[type="time"].pika-time .pika-select,
  input[type="datetime-local"].pika-time .pika-select,
  input[type="month"].pika-time .pika-select {
    line-height: 34px;
  }
}
.pika-time .pika-select-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.pika-time .pika-select-static.input-lg,
.pika-time .pika-select-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-group-sm .pika-time .pika-select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.pika-time .pika-select {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.pika-time .pika-select,
.form-group-sm select[multiple].pika-time .pika-select {
  height: auto;
}
.form-group-sm .pika-time .pika-select-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.form-group-lg .pika-time .pika-select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.pika-time .pika-select {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.pika-time .pika-select,
.form-group-lg select[multiple].pika-time .pika-select {
  height: auto;
}
.form-group-lg .pika-time .pika-select-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback .pika-time .pika-select {
  padding-right: 42.5px;
}
.pika-time .pika-select-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .pika-time .pika-select-feedback,
.input-group-lg + .pika-time .pika-select-feedback,
.form-group-lg .pika-time .pika-select + .pika-time .pika-select-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .pika-time .pika-select-feedback,
.input-group-sm + .pika-time .pika-select-feedback,
.form-group-sm .pika-time .pika-select + .pika-time .pika-select-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .pika-time .pika-select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .pika-time .pika-select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .pika-time .pika-select-feedback {
  color: #3c763d;
}
.has-warning .pika-time .pika-select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .pika-time .pika-select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .pika-time .pika-select-feedback {
  color: #8a6d3b;
}
.has-error .pika-time .pika-select {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .pika-time .pika-select:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .pika-time .pika-select-feedback {
  color: #a94442;
}
.has-feedback label ~ .pika-time .pika-select-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .pika-time .pika-select-feedback {
  top: 0;
}
@media (min-width: 768px) {
  .form-inline .pika-time .pika-select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .pika-time .pika-select-static {
    display: inline-block;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .pika-time .pika-select {
    width: auto;
  }
  .form-inline .input-group > .pika-time .pika-select {
    width: 100%;
  }
  .form-inline .has-feedback .pika-time .pika-select-feedback {
    top: 0;
  }
}
.form-horizontal .has-feedback .pika-time .pika-select-feedback {
  right: 15px;
}
