﻿/*
* Created By: MDC Web Services
* Description: GLOBAL stylesheet 
* Revised: 2/27/2019
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Typography
2.0 - Navigation
    2.1 - Global Navbar
    2.2 - Site Masthead
    2.3 - Breadcrumbs
3.0 - Elements
    3.1 - Carousel
    3.2 - Featured Panel
    3.3 - Social Media Services
    3.4 - Lists
    3.5 - Tables
    3.6 - Modals
    3.7 - Videos
4.0 - Content
    4.1 - Pages
    4.2 - Landing Pages
5.0 Media
    5.1 - Images
    5.2 - Icons and Thumbnails
    5.3 - Captions
    5.4 - Calendar
6.0 Forms
7.0 Global Footer
8.0 Utilities
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Typography
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h1,
.h1 {
    font-size: 60px;
}

.no-masthead h1 {
    font-size: 37px;
}

h2,
.h2 {
    font-size: 37px;
}

.no-masthead h2 {
    font-size: 23px;
}

h3,
.h3 {
    font-size: 23px;
}

.no-masthead h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4,
.h4 {
    font-size: 18px;
}

.no-masthead h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 14px;
}

/* Header Overrides */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    line-height: 1.25;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 50%;
    display: inline-block;
    color: #767676;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 80%;
    display: inline-block;
    color: #767676;
}

.sec-nav>li.active>a,
.sec-nav>li.active>a:hover,
.sec-nav>li.active>a:focus {
    color: #333;
    background-color: #eee;
    font-weight: bold;
}

p a:link,
p a:visited,
ul a:link,
ul a:visited,
table a:link,
table a:visited,
#content a:link,
#content a:visited,
#siteContent a:link,
#siteContent a:visited {
    color: #005dab;
    text-decoration: underline;
}

/* current fix for MAGIC WP Site, will need more robust solution on WP CSS */
body.page .site-container a.cta-button{
    color: #fff;
}

p a:hover,
p a:active,
ul a:hover,
ul a:active,
table a:hover,
table a:active,
#content a:hover,
#content a:active,
#siteContent a:hover,
#siteContent a:active {
    text-decoration: none;
}

.nav a:link,
.nav a:visited,
.mdc-footer-links a:link,
.mdc-footer-links a:visited,
.mdc-footer-bottom a:link,
.mdc-footer-bottom a:visited,
.panel-title a:link,
.panel-title a:visited,
.list-decoration a:link,
.list-decoration a:visited,
.typeahead a:link,
.typeahead a:visited,
.btn {
    text-decoration: none !important;
}

.mdc-footer-links a:hover,
.mdc-footer-links a:active,
.mdc-footer-bottom a:hover,
.mdc-footer-bottom a:active,
.panel-title a:hover,
.panel-title a:active,
.list-decoration a:hover,
.list-decoration a:active {
    text-decoration: underline !important;
}

.mdc-footer-bottom p.equal-access a:link,
.mdc-footer-bottom p.equal-access a:visited {
    color: #c9c9c9;
    text-decoration: underline !important;
}

.mdc-footer-bottom p.equal-access a:hover,
.mdc-footer-bottom p.equal-access a:active,
mdc-footer-bottom p.equal-access a:focus {
    text-decoration: none !important;
}

.important-text {
    font-size: larger;
}

/*--------------------------------------------------------------
2.0 - Navigation
--------------------------------------------------------------*/
/* default tab override */
.nav-tabs {
    margin-bottom: 15px;
}

/* new default for tabs */
.nav-tabs>li>a {
    color: #005dab;
    text-decoration: none;
    background-color: #eee;
    border-color: #eee #eee #ddd;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.sec-nav {
    margin-bottom: 20px;
}

.sec-nav li {
    border-bottom: 1px solid #eee;
}


/* brand override for MDC logo */
#navLogo {
    padding-bottom: 8px;
    padding-top: 10px;
}

/* site navigation text */
p.navbar-brand {
    margin: 0px;
}

@media (min-width: 980px) {
    p.navbar-brand {
        display: none;
    }
}

/* floating right panels (smaller than parent) will have left margin for content */
.panel.pull-right {
    margin: 0px 0px 5px 15px;
}

/* new style for panel (related content) footer links and icons */
.panel-footer a {
    display: block;
}

.panel-footer span {
    float: right;
}

.panel-title a, #siteContent .panel-title a {
    font-size: 14px;
    color: inherit;
}

/* skip nagivation shows below global when focused with tab key */
.skip {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
    background-color: #222;
}

.skip a {
    font-weight: normal;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip a:focus {
    display: block;
    position: static;
    width: auto;
    height: auto;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .skip a:focus {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .skip a:focus {
        width: 970px;
    }
    #mdc-global-nav .navbar-brand {
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .skip a:focus {
        width: 1170px;
    }
}

/*--------------------------------------------------------------
2.1 - Global Navbar
--------------------------------------------------------------*/
/* global navigation fix top */
body {
    line-height: 23px;
    padding-top: 50px !important;
}

.navbar-header img {
    padding-top: 6px;
}

.navbar-portals {
    margin-right: 5px;
}

.dropdown-portals {
    border: none !important;
}

.dropdown-header-portals {
    font-weight: bold;
    padding-left: 10px;
}

.dropdown-menu-portals {
    left: 0 !important;
}

.dropdown-toggle-portals {
    padding: 7px 12px !important;
    background-color: #333;
    border: none;
}

.glyphicon-plus-portals {
    font-size: 10px;
    top: 0;
}

.icon-plus-portals {
    margin: -2px 1px 0 0;
}

.hidden-search {
    margin-bottom: 10px;
}

.search-trigger {
    padding: 6px 0;
}

/*
.search-icon a {
    color: #999;
}*/

#mdc-global-nav .search-icon a {
    color: #eee;
}

#mdc-global-nav .search-icon a:hover,#mdc-global-nav .search-icon a:focus {
    color: #fff;
}

.sec-nav>li.active>a,
.sec-nav>li.active>a:hover,
.sec-nav>li.active>a:focus {
    color: #333;
    background-color: #eee;
    font-weight: bold;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #333;
}

.global-nav .navbar-nav>li>a {
    color: #fff;
}

.navbar legend {
    display: none;
}

.navbar .dropdown-toggle:focus, .ft-right-ds .search-trigger:focus {
    outline-color: rgb(77, 144, 254);
    outline-offset: -2px;
    outline-width: 1px;
    outline-style: solid;
}

#mdc-global-nav>.container {
    position: relative;
}

#mdc-global-nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

#mdc-global-nav a {
    text-decoration: none;
}

#mdc-global-nav .btn {
    margin-right: 0.5em;
}

#mdc-global-nav .dropdown-menu > li > a {
    color: #333;
}

#mdc-global-nav .dropdown:hover>a {
    background-color: #1b1e20;
}

#mdc-global-nav .btn-outline-secondary {
    color: #eee;
    float: left;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#mdc-global-nav a.btn-outline-secondary:first-of-type {
    color: #6dc8bb;
    border-color: #6dc8bb;
}

#mdc-global-nav a.btn-outline-secondary:first-of-type:hover,
#mdc-global-nav a.btn-outline-secondary:first-of-type:focus {
    color: #343a40;
    background-color: #6dc8bb !important;
    border-color: #6dc8bb;
}

/*keep search hidden while it is slow appearing*/
#search-collapse.collapsing {
    display: none;
}


@media (min-width: 1366px) {
    /*#mdc-global-nav .container {
        width: 97.5em;
    }*/
}

@media (min-width: 1200px) and (max-width: 1365px) {
    /*#mdc-global-nav .container {
        width: 87em;
    }*/
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav>li>a {
        border-right: solid 1px #000;
    }

    #mdc-global-nav .navbar-header {
        width: 14%;
        z-index: 1;
    }

    #mdc-global-nav .container {
        padding-left: 0;
        padding-right: 0;

    }

    #mdc-global-nav form {
        margin-right: 1em;
    }

    .secondary-nav {
        right: 0;
    }

    /*#search-collapse.collapse.in {
        right: 1.5em;
    }*/
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #mdc-global-nav .secondary-nav {
        right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*#search-collapse.collapse.in {
        right: 0.75em;
    }*/
     #mdc-global-nav .container {
        width: 100%;
    }

    .secondary-nav {
        right: 5px;
    }

    #mdc-global-nav .btn-outline-secondary:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .nav>li>a {
        padding: 15px 8px;
    }

    .portals-text {
        display: none;
    }

    .glyphicon-plus-portals {
        font-size: 9px;
        top: 0;
    }

    .icon-plus-portals {
        margin: -1px 0 0 0;
        width: 9px;
    }
}

@media (min-width: 1023px) {
    .search-icon a {
        width: 2.5em;
    }
}

@media (min-width: 1100px) {
    #mdc-global-nav .dropdown:first-child>a {
         border-left: solid 1px #454b51;
    }
    #mdc-global-nav .navbar-nav>li>a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1022px) {
    body #mdc-global-nav form {
        margin-left: 0.5em;
    }

    .search-icon a {
        width: 1.7em;
    }
}

@media (min-width: 992px) {
    .container>.mdc-branding {
        margin-right: 20px;
    }

    #mdc-global-nav .dropdown>a {
        border-right: solid 1px #454b51;
    }    

    .global-nav .input-group {
        max-width: 210px;
    }

    /*#mdc-global-nav #navbar {
        position: relative;
    }*/

    .secondary-nav {
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }

    #mdc-global-nav form {
        float: left;
        margin-left: 1em;
        position: relative;
    }

    #search-collapse.collapse.in {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 3.06em;
        right: 1.2em;
        z-index: 1000;
        background: #fff;
        border-top: 3px solid #005dab;
        padding: 1em;
        opacity: 1;
        width: 17em;
        text-align: right;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .global-nav .navbar-nav a {
        letter-spacing: -0.2px;
    }
}

/* @media (max-width: 1100px) { */
    
    /*START: make navbar switch to mobile at 990px*/
    @media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: inherit !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*END: make navbar switch to mobile at 990px*/

    .navbar .secondary-nav {
        padding-top: 0.5em;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }

    #mdc-global-nav .btn-outline-secondary {
        width: 48%;
        margin: 1%;
    }

    #mdc-global-nav .search-icon {
        display: none;
    }

    #navbar #search-collapse {
        display: block;
        width: 98%;
        margin: 1em auto;
    }

    #navbar .form-inline .input-group {
        width: 100%;
    }

    #navbar .quick-links {
        display: block;
    }

    #navbar .quick-links:after {
        content: "";
        display: table;
        clear: both;
    }
    .dropdown-header-portals {
        color: #eee;
    }
    /*overwrite bootstrap to prevent navbar from clipping elements*/
    body #navbar.navbar-collapse {
        overflow-y: auto !important;
        padding: 0 1.5em 1em;
    }
}

/* @media (min-width: 768px) and (max-width: 991px) { */
@media (min-width: 768px) and (max-width: 1100px) {

    .dropdown-toggle-portals {
        margin-right: 5px;
        background-color: #333;
        border: none;
        height: 34px;
    }

    .dropdown-menu-portals {
        left: -150px !important;
        right: 5px !important;
    }

    /*overwrite bootstrap to make drop down menus stack horizontally*/
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    /* override bootstrap for collapse as big as content */
    /* without this line, the search bar gets hidden for heights below 375, */
    #mdc-global-nav.navbar-fixed-top .navbar-collapse {
        /*max-height: none;*/
    }
}

@media (max-width: 768px) {
    /*.navbar-header img {
        padding-left: 15px;
    }*/

    #mdc-global-nav.navbar-fixed-top .navbar-collapse {
        max-height: none;
    }

    .navbar-portals {
        margin-right: 0;
        margin-left: 0;
    }

    .dropdown-header-portals {
        font-weight: bold;
        color: #fff;
    }

}

/*iphone se*/
@media (max-width: 692px) and (max-height: 360px) {
    #mdc-global-nav.navbar-fixed-top .navbar-collapse {
        max-height: 275px;
    }

    /*  #mdc-global-nav .global-nav.collapse.in{
        height: 100%;
    }*/
}

/*--------------------------------------------------------------
2.2 - Site Masthead
--------------------------------------------------------------*/
/* remove from masthead */
.site-masthead strong {
    display: none;
}

.title-name a {
    color: #fff;
}

.site-masthead .title-name a {
    color: #fff;
}

#siteNav.fixed {
    border: 0;
    position: fixed;
    top: 51px;
    z-index: 101;
    width: 100%;
}

#siteNav.fixed .navbar-header {
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);*/
}

/*Academics*/
.title-name h1 {
    font-size: 24px;
    margin: 0;
}

.academics-masthead .site-masthead {
    background-image: url("/academics/img/academics-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1565c0;
    color: #fff;
}

.academics-masthead .title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
}

.academics-contact-hours {
    margin-bottom: 10px;
}

.quick-facts-list {
    padding-left: 0px;
}

.quick-facts-list li {
    list-style-type: none;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid #eee;
    display: flex;
    height: 100%;
}

.quick-facts-list li:last-child {
    border-bottom: none;
}

.quick-facts-list .qf-icon {
  align-self: center;
}

.quick-facts-list .circle-icon {
    color: #1a66b0;
    border: 2px solid #1a66b0;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.55em;
    vertical-align: middle;
}

.quick-facts-list .description {
    margin-left: 15px;
    align-self: center;
}

.quick-facts-list .description h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    line-height: 1.2em;
} 

.quick-facts-list .description p {
    line-height: 1.3;
}     

@media (min-width: 768px) {

    .academics-masthead .title-area {
        width: 100%;
        position: relative;
    }

    .academics-masthead .title-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: table;
    }

    .academics-masthead .title-name {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
	.site-masthead {
    	padding: 10px 0;
	}

	.title-area {
	    /*min-height: 75px;
    	position: relative;*/
	}

	.title-container {
	    min-height: 32px;
	    /*position: absolute;
	    left: 0;
	    top: 0;
	    display: table;*/
    }

	.title-name {
		/*display: table-cell;
	    vertical-align: middle;*/
	    width: 250px;
	    padding-right: 10px;
	}

	.title-name p {
		margin-bottom: 0;
	}

	#siteNav .navbar-toggle {
		margin-top: -43px;
	}

	#siteNav .navbar-nav {
		margin-top: 0;		
	}

	#siteNav {
		min-height: 0;		
	}

    .academics-masthead .site-masthead {
        padding: 10px 0;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.title-area {
	    min-height: 160px;
    	position: relative;
	}

	.title-container {
	    min-height: 160px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    display: table;
    }
    
	.title-name {
		display: table-cell;
	    vertical-align: middle;
	    width: 300px !important;
	    padding-right: 10px;
	}

	#siteNav .navbar-collapse {
    	border: none;
	}

	#siteNav .navbar-toggle {
		margin-top: -43px;
	}

	#siteNav .navbar-nav {
		margin-top: 0;		
	}

	#siteNav {
		min-height: 0;		
	}

    .academics-masthead .title-area {
        height: 120px;
    }

    .academics-masthead .title-container {
        height: 120px;
    }

    .academics-masthead .title-name h1 {
        font-size: 37px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .academics-masthead .title-area {
        height: 140px;
    }

    .academics-masthead .title-container {
        height: 140px;
    }

    .academics-masthead .title-name h1 {
        font-size: 48px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .academics-masthead .title-area {
        height: 180px;
    }

    .academics-masthead .title-container {
        height: 180px;
    }

    .academics-masthead .title-name h1 {
        font-size: 60px;
    }
}

/*Style the Masthead Navigation*/
.navbar-default {
    background-color: #005dab;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #0077da;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse {
    border-color: #1079BE;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0060a9;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #0f76cf;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.19);
}

/* For pages where the title has to be hidden */
.page-title-hidden {
    position: absolute;
    left: -100000000px;
}

/* For degree titles with track names */
.page-header h1,
.page-header h2 {
    line-height: 38px;
    padding-bottom: 8px;
}

/*--------------------------------------------------------------
2.3 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
    background-color: #eff1f1;
    border-radius: 0;
}

/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
/*Wells*/
.well {
    border-radius: 0;
}

/*Panels*/
.panel {
    border-radius: 0;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-title {
    font-size: 14px;
    font-weight: 400;
}

/* Media List MDC Overrides */
.media {
    margin-top: 20px;
}

.media-right,
.media>.pull-right {
    padding-left: 20px;
}

.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.media-list li {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
}


/* Jumbotron */
.jumbotron-zero-padd {
    padding: 0px !important;
}

.jumbotron-sm-padd {
    padding: 15px !important;
}

.list-border>li {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Buttons */
.btn {
    border-radius: 0;
    white-space: normal;
}

.btn-primary,
.btn-primary:focus {
    background-color: #005dab;
    border-color: #02468d;
}

.btn-primary:hover {
    background-color: #0077da;
}

.btn-primary-global-nav,
.btn-primary-global-nav:focus {
    border-color: #005dab;
    height: 34px;
    width: 100%;
}

.btn-primary a, a.btn.btn-primary, #siteContent .btn-primary, #siteContent a.btn-primary,
.btn-success a, a.btn.btn-success, #siteContent .btn-success, #siteContent a.btn-success,
.btn-info a, a.btn.btn-info, #siteContent .btn-info, #siteContent a.btn-info,
.btn-danger a, a.btn.btn-danger, #siteContent .btn-danger, #siteContent a.btn-danger {
    color: #fff !important;
    text-decoration: none !important;
}

.btn-success,
.btn-success:focus {
    background-color: #388538;
    border-color: #226c22;
}

.btn-success:hover {
    background-color: #266E26;
}

.btn-info,
.btn-info:focus {
    background-color: #1B7E9A;
    border-color: #156175;
}

.btn-info:hover {
    background-color: #196E85;
}

.btn-danger,
.btn-danger:focus {
    background-color: #cd0028;
    border: none;
}

.btn-danger:hover {
    background-color: #990400;
}

.btn-default a, a.btn.btn-default, #siteContent .btn-default, #siteContent a.btn-default{
    color: #333;
}

.btn-default-login,
.btn-default-login:focus {
    background-color: #efefef;
    border-color: #c6c6c6;
}

.btn-more-info,
.btn-more-info:focus,
a.btn.btn-more-info, #siteContent .btn-more-info, #siteContent a.btn-more-info {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

.btn-more-info:hover, a.btn-more-info:hover, #siteContent a.btn-more-info:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* all iframes with fit their parent width */
body iframe {
    width: 100% !important;
    border: none;
}

/* navbar form style  */
.navbar-form {
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 980px) {
    .navbar-form {
        display: inline-table;
        padding-right: 0px;
    }
}

/*--------------------------------------------------------------
3.1 - Carousel
--------------------------------------------------------------*/
/* CAROUSEL OVERRIDE */

#play-pause {
    position: absolute;
    top: 20px;
    right: 45px;
    color: white;
    border: 1px solid;
    height: 32px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    z-index: 20;
}

#play-pause:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
}

.carousel-control {
    z-index: 10;
}

#siteContent a.carousel-control{
    color: #fff;
}

.carousel-control:focus {   
outline: thin dotted !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
    outline-width: 5px !important;
    background-color: transparent !important;
    visibility: visible;
}

.caption-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.caption-bottom-left {
    position: absolute;
    right: 25%;
    bottom: 10px;
    left: 0;
    padding: 15px;
}

.caption-bottom-right {
    position: absolute;
    left: 25%;
    bottom: 10px;
    right: 0;
    padding: 15px;
}

.caption-left {
    position: absolute;
    right: 68%;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 50px 15px;
}

.caption-right {
    position: absolute;
    left: 68%;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 50px 15px;
}

/* this class will control the theme of carousel */
.dark-caption-background .carousel-caption {
    background: #333;
    background: rgba(0, 0, 0, 0.75);
}

/* change caption title for better design */
.carousel-caption>h3 {
    margin-top: 0px;
}

/* carousel caption indicator center/top */
.indicators-top {
    bottom: 85%;
}

/*MDC Templates Carousel 1/27/2015*/
.mdc-carousel .carousel-indicators {
    bottom: 0;
}

.mdc-carousel .carousel-control.left {
    background-image: none;
}

.mdc-carousel .carousel-control.right {
    background-image: none;
}

.mdc-carousel .carousel-caption {
    background: #222222;
    background: rgba(34, 34, 34, 0.75);
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.mdc-carousel .carousel-caption h3 {
    font-weight: 400;
    text-shadow: none;
}

@media (max-width: 767px) {
    .mdc-carousel .carousel-caption {
        position: static;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mdc-carousel .carousel-caption h3 {
        font-size: 16px;
    }

    .mdc-carousel .carousel-caption p {
        display: none;
    }

    #play-pause {
        background-color: rgba(0, 0, 0, 0.4);
    }

    #play-pause .glyphicon {
        margin-left: -1px;
    }
}

/*--------------------------------------------------------------
3.3 - Featured Panel
--------------------------------------------------------------*/
.featured-panel {
    background-color: #f1f1f1;
}

@media (max-width: 991px) {
    .cta-section-content {
        padding-left: 30px;
    }
}

.cta-section-content {
    padding-right: 30px;
}

@media (min-width: 992px) {
    .cta-section {
        width: 100%;
        position: relative;
    }

    .cta-section-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: table;
    }

    .cta-section-content {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta-section {
        height: 338px;
    }

    .cta-section-container {
        height: 338px;
    }
}

@media (min-width: 1200px) {
    .cta-section {
        height: 413px;
    }

    .cta-section-container {
        height: 413px;
    }
}

.cta-section-content h4 {
    font-weight: 400;
    font-size: 26px;
}

/*--------------------------------------------------------------
3.3 - Social Media Services
--------------------------------------------------------------*/
/* Style for mobile devices only */
@media (max-width: 550px) {

    /* hide one social media button */
    .st_email_hcount {
        display: none;
    }
}

/* twitter timeline style */
.twitter-timeline {
    margin-bottom: 20px;
}

/* make facebook coment fit parent */
.fb-comments,
.fb-comments iframe[style],
.fb-comments>span {
    width: 100% !important;
}

/* spacing above facebook comments */
.comments-title {
    margin-top: 30px;
}

/* social buttons style */
@media (min-width: 992px) {
    .social-buttons {
        padding-top: 8px;
    }
}

/* override from bootstrap */
.social-buttons span {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media (min-width: 768px) and (max-width: 991px) {
    .social-buttons span {
        margin-bottom: 2px;
    }
}

.social-aside {
    margin-bottom: 30px;
}

.social-col li a img {
    text-decoration: none;
    margin-right: 10px;
}

/*--------------------------------------------------------------
3.4 - Lists
--------------------------------------------------------------*/
.list-divider>li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-divider>li:last-child {
    border-bottom: none;
}

.divider-vertical {
    height: 12px;
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}

.list-inline>li.divider-vertical {
    padding-right: 0;
    padding-left: 0;
}

/*Academic Programs*/
.program-title {
    font-size: 20px;
    font-weight: 700;
}

.program-sheet {
    display: inline-block;
}

.quick-facts {
    background-color: #f5f5f5;
    color: #2c2c2c;
}

.quick-facts h4 {
    font-weight: 300;
    /*font-size: 16px;*/
}

.quick-facts ul {
    font-size: 16px;
    line-height: 22px;
    list-style-type: circle;
}

.quick-facts ul li {
    margin-bottom: 12px;
}

.list-divider.search-results>li {
    margin-bottom: 20px;
}

/*Media Object*/
h3.media-heading {
    font-size: 20px;
}

@media (max-width: 420px) {
    .media-body {
        display: block;
        width: auto;
        margin-top: 10px;
    }
}

@media (max-width: 678px) {
    .long-form.media-body {
        display: block;
        width: auto;
        margin-top: 10px;
    }
}

/*--------------------------------------------------------------
3.5 - Tables
--------------------------------------------------------------*/
table caption {
    color: #333;
    font-weight: bold;
}

.highlight-header {
    background-color: #666;
    color: #fff;
}

/* table-reformat */
@media only screen and (max-width: 40em) {
    .table-reformat thead th:not(:first-child) {
      display: none;
    }
    .table-reformat td, th {
      display: block;
      clear: both;
      border: none;
    }
    .table-reformat td[data-th]:before {
      content: attr(data-th);
      float: left;
      padding-right: 2em;
      display:none;
    }

    /* Table reformat for directories */
    .mobile-only-directory {
        display: block;
    }
    .mdc-info {
        margin-bottom: 1em;
    }
    .mdc-info p {
        margin: 0 0 0;
    }
    .table.table-reformat.table-directory {
        display: none;
    }
}

/* Table reformat for directories */
@media (min-width: 41em) {
    .mobile-only-directory {
        display: none;
    }
}

/*--------------------------------------------------------------
3.6 - Modals
--------------------------------------------------------------*/

.modal-header {
    background-color: #005dab;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}

.modal-body-login {
    padding: 40px;
    text-align: center;
}

.close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=80);
    opacity: .8;
}

/*--------------------------------------------------------------
3.7 - Videos
--------------------------------------------------------------*/
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

#video {
  top: -48.5px;
  margin-left: 0px;
  width: 100%;
  margin-bottom: -1em;
}

.video-container #play-pause {
  position: absolute;
  top: 100px;
  right: 150px;
  color: white;
  border: 1px solid;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  z-index: 1;
}

.video-container #play-pause:hover {
  color: #5976a5;
}

/* Scroll to bottom - video */
#scroll-down {
  z-index: 2;
  position: absolute;
  bottom: 10%;
  right: 50%;
}

#scroll-down .scroll {
  font-size: 2.5em;
  color: #fff;
}

.double-chevron {
  display: block;
  background: url(../img/double-chevron.png) center center no-repeat;
  width: 77px;
  height: 47px;
  background-size: 50% auto;
  margin: auto;
}

/* Eliniate the scroll button on mobile devices */
@media (min-width: 300px) and (max-width: 768px) {
  #scroll-down {
    display: none !important;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  #play-pause {
    top: 20px;
      right: 15px;
  }
}

/*--------------------------------------------------------------
4.0 - Content
--------------------------------------------------------------*/
@media (max-width: 767px) {
    #siteContent {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    #siteContent {
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
4.1 - Pages
--------------------------------------------------------------*/
/* Article Area */
article p {
    margin-bottom: 25px;
}

.article-body p {
    margin-bottom: 23px;
}

.article-byline {
    margin-bottom: 10px;
}

.subhead {
    font-size: 18px;
    margin-bottom: 4px;
}

.subtitle {
    font-style: italic;
}

.content-title {
    margin-top: 0;
    margin-bottom: 6px;
}

.featured-item {
    margin-bottom: 23px;
}

/* Page Header */
.page-header {
    padding-bottom: 6px;
    border-bottom: 3px double #eee;
    margin-top: 0px;
}

.page-header h1 {
    font-size: 37px;
    margin: 0px;
}

.page-header h2 {
    margin: 0px;
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 26px;
    }

    .page-header h2 {
        font-size: 24px;
    }
}

/* Related Content */
.related-content {
    border-top: none;
    margin-bottom: 36px;
}

.related-content iframe {
    border: none;
}

.related-title {
    margin-top: 0;
    line-height: 1.3;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    padding-top: 0;
}

.related-content h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
}

.related-content .btn-primary,
.related-content .btn-info,
.related-content .btn-more-info {
    padding: 12px 15px;
}

.related-content hr {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .related-content {
        margin-top: 30px;
    }
    .related-content .row.info-center .col-sm-6 h4 { 
        font-weight: 600;
    }
    .related-content .row.info-center .col-sm-6 p.lead { 
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .related-content .row.info-center .col-sm-6 {
        width: 100%;
    }
    .related-content .row.info-center .col-sm-6 h4 { 
        font-weight: 600;
    }
    .related-content .row.info-center .col-sm-6 p.lead { 
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
4.2 - Landing Pages
--------------------------------------------------------------*/
.module-header {
    font-weight: 600;
    border-bottom: 3px double #eef0f2;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.module-item {
    border-bottom: 1px solid #eef0f2;
    padding-bottom: 10px;
}

/*Module styling for landing pages*/
.landing-module>h3 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.landing-module-footer {
    border-top: 1px solid #c9d0d7;
    /*border-bottom: 1px solid #c9d0d7;*/
    text-align: left;
    font-style: italic;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: right;
}

.landing-module ul {
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
5.0 - Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 - Images
--------------------------------------------------------------*/

/* article image with caption style */
img.pull-right {
    margin: 0px 0px 20px 30px;
}

img.pull-left {
    margin: 0px 30px 20px 0px;
}


div.image-caption {
    background-color: #f5f5f5;
}

.image-caption.pull-right {
    margin: 0 0 5px 15px;
}

.image-caption.pull-left {
    margin: 0 15px 5px 0;
}

.image-caption p {
    font-size: 85%;
    line-height: 1.4;
    padding: 10px;
    color: #919191;
    margin-bottom: 10px;
}

.article-img {
    width: 187px;
}

/*--------------------------------------------------------------
5.2 - Icons and Thumbnails
--------------------------------------------------------------*/
/* no border thumbnail */
.thumbnail-clean {
    border: none;
}

.thumbnail-title {
    padding: 9px 0 0 0;
    margin: 0;
}

.thumbnail-caption {
   padding: 9px 9px 9px 0;
}

/* global thumbnail bottom spacing */
.thumbnail {
    margin-bottom: 30px;
}

.thumbnail .thumbnail-title  {
    padding-left: 9px;
}

.thumbnail .thumbnail-caption {
    padding: 9px;
}

.thumbnail .caption p {
    color: #333;
}

/* override, allow text on social icons */
.webicon {
    line-height: 30px;
    text-indent: 3em;
}

/* icons width 25px */
.social-list-sm {
    line-height: 35px;
}

.social-list-sm img {
    width: 25px;
    display: inline !important;
}

/* icons width 35px */
.social-list-md {
    line-height: 50px;
}

.social-list-md img {
    width: 35px;
    display: inline !important;
}

/* icons width 45px */
.social-list-lg {
    line-height: 60px;
}

.social-list-lg img {
    width: 45px;
    margin-right: 5px;
}

/* social media effects */
/*.social-list-lg img,
.social-list-md img,
.social-list-sm img {
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/

.social-list-lg img:hover,
.social-list-md img:hover,
.social-list-sm img:hover {
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

/* social justified */
.social-list-justified {
    width: 100%;
}

.social-list-justified>li {
    text-align: center;
    display: table-cell;
    width: 1%;
}




/*--------------------------------------------------------------
5.3 - Captions
--------------------------------------------------------------*/
.caption-panel {
    position: relative;
    overflow: hidden;
}

.caption-container {
    background-color: rgba(0, 0, 0, 0.87);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

.caption-basic {
    bottom: 0;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    line-height: 25px;
}

.caption-fadein {
    opacity: 0;
    top: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    line-height: 25px;
    height: 100%;
}

.caption-basic p {
    margin-bottom: 0;
}

.caption-panel.img-fade img {
    opacity: .5;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.caption-simple {
    height: 30px;
    width: 100%;
    display: block;
    bottom: -30px;
    line-height: 25pt;
    text-align: center;
}

.caption-teaser {
    height: 60px;
    width: 100%;
    display: block;
    bottom: -30px;
    line-height: 25pt;
    text-align: center;
}

/*Transitions*/
.caption-panel:hover .image-fadein {
    opacity: 1;
}

.caption-panel:hover .caption-fadein {
    opacity: 1;
}

.caption-panel:hover .caption-simple {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.caption-panel:hover .caption-teaser {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

/*Caption Typography*/
.feature-lead p {
    margin: 0;
    padding: 10px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 640px) {
    .feature-lead p {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .feature-lead p {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .feature-lead p {
        padding: 18px;
    }
}



/*--------------------------------------------------------------
5.4 - Calendar
--------------------------------------------------------------*/
.cal-date {
    text-align: center;
    background-color: #fff;
    width: 67px;
    height: 67px;
    color: #4e6d88;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.25);
    box-shadow: 0 1px 8px rgba(0,0,0,.25);
    border-color: #222 #222 #000;    
}

.cal-date .month {
    text-transform: uppercase;
    background-color: #005dab;
    color: #fff;
}

.cal-date .day {
    display: block;
    font-size: 28px;
    letter-spacing: -1px;
    padding-top: 10px;
}

.cal-item {
    padding-bottom: 29px;
    padding-top: 0;
}

.cal-item:first-of-type {
    padding-top: 0;
}

.cal-item:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 36px;
}

.cal-details h4 {
    margin-top: 0;
}

@media (max-width: 767px) {
    .cal-details h4 {
	   margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.cal-date {
		width: 47px;
    	height: 57px;
    }

	.cal-date .day {        
        font-size: 22px;
        padding-top: 5px;
    }
}



/*--------------------------------------------------------------
6.0 - Forms
--------------------------------------------------------------*/
/* signin section, form and controls style example */
.signin-section {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-control {
    border-radius: 0;
}

@media(max-width: 40em){
  .fsform-container {
   & .fsFieldCell, & .fsFieldEmail, & .fsFieldPhone, & .fsSubmit {
     width: calc(100vw - 5.35em);
   }
 }
}

/*--------------------------------------------------------------
7.0 - Global Footer
--------------------------------------------------------------*/
.mdc-footer-links {
    background-color: #222;
    border-bottom: 1px solid #333333;
    padding-top: 10px;
    padding-bottom: 16px;
    color: #c9c9c9;
    margin-top: 30px;
}

.mdc-footer-bottom {
    font-size: 13px;
    background-color: #222;
    padding-top: 20px;
    color: #c9c9c9;
    padding-bottom: 20px;
    text-align: center;
}

.footer-logo {
    margin-right: 20px;
}

.mdc-footer-links h5,
.mdc-footer-links .footer-header {
    border-bottom: 1px solid #3c3c3c;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mdc-footer-links li a {
    color: #c9c9c9;
}

.mdc-footer-bottom li a {
    color: #c9c9c9;
}
.mdc-footer-bottom a {
    color: #c9c9c9;
}
.line-right {
    margin-right: -1px;
    border-right: 1px solid #3c3c3c;
}

.mdc-footer-links .bi{
    font-size: 1.5em;
    margin-right: 0.25em;
    vertical-align: middle;
}

/* collapse buttons at footer */
.mdc-footer-links button {
    float: right;
}

.campuses-col {
    margin-bottom: 2px;
}

.btn-footer-collapse {
    height: 22px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 991px) {
    .mdc-footer-links button {
        display: none;
    }

    /* footer collapse elements */
    .mdc-footer-links .collapse {
        display: block;
        visibility: visible;
    }
}


/*--------------------------------------------------------------
8.0 - Utilities
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .ft-right-ds {
        float: right;
    }
}

@media (max-width: 1100px) {
    .ft-right-ds.secondary-nav {
        display: contents;
    }
    .global-nav .input-group {
        max-width: inherit;
    }
    #navbar .form-inline .input-group {
        width: 98% !important;
    }
    #mdc-global-nav form {
        float: initial;
    }
    #mdc-global-nav .dropdown-menu > li > a {
        color: #9d9d9d;
    }
}

.row.fix {
    display: flex;
    flex-wrap: wrap;
}
