ct/******** CUSTOM TINYMCE STYLES ********/

.grey-text {
    color: #b2b2b2;
}

.orange-text, .dept-content h5.orange-text {
    color: #f58426;
}

.light-blue {
color: #12bae2;
font-weight: bold;
}


/** PAGE STYLES **/



a.t4Edit-page {
    width: 30px;
    height: 30px;
    position: absolute;
}


.banner-menu {
  padding-top: 15px;
}

.banner-menu img {
    max-width: 100%;
    height: auto!important;
}

form#cse-search-box {
  margin-bottom: 0;
}


.container.content {
  padding: 15px 25px;
}

.container.content h4 {
  color: #00a5d9;

}

.container.content img {
  max-width: 100%;
  height: auto!important;
}

.page-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #f58426;
  font-size: 24px;
}

.news-sidebar > h4 {
      padding-bottom: 10px;
    font-style: italic;
  color: #003e7e;
}

#news-widget p.description {
  font-size: 12px;
}

#news-widget div h4 {
    font-size: 14px;
}

.badges div {
  padding: 15px 0;
  text-align: center;
}

.badges img {
  max-width: 100%;
  padding: 5px;
  height: auto!important;
}

img.dir-photo {
    max-width: 110px!important;
    width: auto;
}

.blue-btn {
    background: #003e7e;
    width: 150px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
  border-radius: 5px;
}

.blue-btn a {
  width: 100%;
  color: #fff;
  font-size: 14px;
 padding: 10px;
  display: block;
  
}

.blue-btn a:hover {
  text-decoration: none;
}


/**EVENTS BOX**/
.events-box h3 {
    color: #eba625;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.events-box {
    background: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 3px 4px #ccc;
    padding: 10px;
  margin-top: 15px;
}

.events-box hr {
  border-top-style: dashed;
    border-color: #dbdbdb;
    margin-bottom: 10px;
    border-width: 2px 0 0;
}

/* PROGRAM PAGE STYLES */

.blue-header-bar {
  
  height: 18px;
  width: 100%;
  background-color: #80a1b6;
  
}

.program-header {
  
  margin-bottom: 54px;
  
}

.program-description {
  margin-top: 40px;
}

h2.prog-header {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    color: #003e7e;
  font-size: 43px;
  font-weight: bolder;
  line-height: 29px;
  
}

h2.discover {
    font-family: 'Oswald', sans-serif;
    margin: 0 0 30px 0;
    color: #003e7e;
  font-size: 33px;
  font-weight: normal;
  line-height: 29px;
  
}

h3.subhead {
  
  background-color: #80a1b6;
  color: white;
  padding: 14px 25px 14px 25px;
    
  
}

.fact-sheet span.key {
  
  color: #f78429;
  
}

.date-sheet span.key {
  
  color: #003e7e;
  
}


.prog-location {
  
  font-family: 'Oswald', sans-serif;
    margin: 0 0 16px 0;
    color: #f78429;
  font-size: 43px;
  font-weight: 100;
  
}

.fact-sheet, .date-sheet {
  
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 25px;
  
}

a.collapsible-panel-single {
  
  background-color: #d8d9da;
  color: black;
  border: 1px solid black;

  
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutters > [class*="col-"] {
  margin-right: 0;
  margin-left: 0;
}


.no-gutters .name-location {
  
  padding-left: 30px;
  
}

.no-gutters .program-description-data.col-sm-8 {
  
  padding-left: 15px;
  
}

  

/**MAIN NAV**/

.has-list ul {
	display: none;
	list-style: none;
	padding-left: 0;
	position: absolute;
	padding: 10px;
	min-width: 275px;
	z-index: 555;
  background: #fff;
  font-family: sans-serif;
  text-align: left;
  border: 1px solid #003e7e;
}

.has-list ul li {
  padding: 5px;
}

.has-list ul li a {
    white-space: normal;
    color: #003e7e;
    font-family: sans-serif;
    font-size: 14px;
  text-transform: none;
}

.has-list ul li a:hover {
  background-color: transparent;
  color: #f58426;
  text-decoration: none;
}

li.has-list ul {
  margin-top: 0;
}

.navbar-nav {
    position: relative;
    text-align: left;
    margin-top: 8px!important;
    display: block;
}


.navbar-nav li  a {
      font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
    padding-top: 5px;
  	padding-bottom: 5px;
  color: #003e7e;
}


.navbar-nav {
    padding: 0;
    margin: 0;
    width: 100%;
}

.tagline {
    display: inline-block;
    margin-bottom: 10px;
}

.top-tools {
    display: inline;
}

#collapsedNav {
    background: #fff;
    display: block;
}



#main-nav-mobile {
    display: none;
}


.nav > li > a:focus,
.nav > li > a:hover {
    background: #fff;
    color: #f58426;
}


@media only screen and (max-width: 992px) {
    .logo, .nav-container {
        width: 100%;
        text-align: center;
    }
    
    .logo img {
        width: 125px;
    
    }
    
    .top-tools {
        display: inline-block;
    }
   
    
    .navbar-nav {
        margin-top: 0;
      height: auto;
    }
  
  .has-list ul {
    position: relative;
    border: none;
  }
  
  .has-list ul li {
    padding-left: 20px;
  }
  
    
    #main-nav-mobile {
        width: 100%;
      margin-top: 10px;
        display: block;
        background: #fff;
        color: #003e7e;
        font-size: 1.5em;
        text-align: left;
        cursor: pointer;
        vertical-align: middle;
    }
    
    #collapsedNav.js {
        display: none;
        height: auto;
        position: relative;
        z-index: 999;
    }
    
    ul.navbar-nav li {
        display: block;
        text-align: left;
      float: none;
    }

    
}

@media only screen and (max-width: 768px) {
	#main-nav-mobile {
      padding-left: 0;
    }
  
  
    .header {
    text-align: center;
  }
  
  .input-group {
    margin: 0 auto;
  }
  
  .input-group.pull-right {
    float: none!important;
  }
  
  div#collapsedSearch {
    margin: 10px 0;
  }
  
  .input-group img {
    margin-top: 20px;
  }
  
}































































































