/* 
    Document   : mobile.css
    Author     : Sky Tonnessen
    Description:  Mobile/Default styles. 
*/

html, body {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   color: #050505;
   height: 100%;
   overflow-x: hidden;
   position: static;
}
.row {width: 980px;}
#container {border-top: 10px #000 solid; position: relative;}
a {color: #004990; transition: color 0.3s ease}
a:hover {
	/*color: #aebc2a; Not ADA*/
	color: #676f19
}
@media screen and (max-width: 767px) {
    #footer .textwidget a.tellink {display: inline-block; font-size: 15px; padding: 12px ;  color: #fff; margin: 8px 0; background-color: #f78f1e;} 
    #footer .textwidget a.tellink:hover {background-color: #c1d72e; color: #fff;}
}
.entry-content a, a.read-more {text-decoration: underline;}
.programsatoz .entry-content  a {text-decoration: none;}
h1, h1 a {font-family: "Open Sans Condensed"; color: #9fb340; font-weight: 700}
/*
***************************
Reusable Classes
***************************
*/

.full-width {width: 100%;}
.right-align {text-align: right;}

.desktop-only {
  position: absolute;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.purple {background-color: #7d3274}
/* change orange to red for accessibility */
.orange {background-color: #f78f1e }
/*replacing green with turquoise for accessibility*/
.green {background-color: #c1d72e }
.lime{background-color: #008995}

#container {
    padding-bottom: 50px;
}
.button {
  width: auto;
  background: #6c207f;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.button:hover {background-color: #a54399;}
.arrowed {text-transform: uppercase; color: #fff; padding: 12px 50px 12px 12px; background-image: url('../images/arrow-white.png'); background-position: center right; background-repeat: no-repeat;}
.arrowed2 {text-transform: uppercase; color: #fff; padding: 12px 50px 12px 12px; background-image: url('../images/arrow-black.png'); background-position: center right; background-repeat: no-repeat;}
.orange-button {color: #000; background-color: #ff9900; transition: background-color 0.15s ease-in-out;}
.breadcrumb-container
.orange-button:hover {background-color: #a54399;}
.lightweight {font-weight: 400;}
#breadcrumb-container a.button:hover{background-color: #a54399; background-image: url('../images/arrow-white.png'); background-position: center right; background-repeat: no-repeat;}
.prospective-nav-container .button {background: #7d3274}
.prospective-nav-container .button:hover {background: #aebc2a}
#banner-alert .button {background-color: #fdb813}
/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
***************************
Alert banner
***************************
*/
#banner-alert {
   background-color: #222222;
   color: #fff;
   padding: 15px;
   box-sizing: border-box;
   position: absolute;
   height: 200px;
}
.pushy-closed {
    -webkit-transform: translate(0,-200px);
    -moz-transform: translate(0,-200px);
    -ms-transform: translate(0,-200px);
    -o-transform: translate(0,-200px);
    transform: translate(0,-200px);
    display: none;
}
.pushy-open{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.container-push{
    -webkit-transform: translate(0,200px);
    -moz-transform: translate(0,200px);
    -ms-transform: translate(0,200px);
    -o-transform: translate(0,200px);
    transform: translate(0,200px);
}
#banner-alert h2 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 22px;
    color: #fdb813;
}
#banner-alert .right-align {text-align: left; }
#banner-alert h2 span {color: #fdb813}
#banner-alert .button {padding-right: 40px; font-weight: 400; text-transform: uppercase; color: #000; background-image: url(../images/dismiss-icon.png); background-position: right center; background-repeat: no-repeat; margin-top: 15px;}
/*
***************************
Header
***************************
*/

.logo {
    width: 100%;
    padding-left: 15px;
    background-color: #2c2c2c;
}
/*
***************************
Pers nav
***************************
*/
.menu-persistent-nav-container {
    position: fixed;
    height: 50px;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #000;
}
.menu-persistent-nav-container li {width: 25%; display: block; height: 50px; float: left; overflow: hidden; border-right: 1px #333 solid;}
.menu-persistent-nav-container li:last-child {border-right: 0;}
.menu-persistent-nav-container li a {display: block; height: 50px; width: 100%}
.menu-persistent-nav-container li a span {
    visibility: hidden;
}
.menu-persistent-nav-container li.apply-link a {
    background: url('../images/pers-nav-mobile-apply.png') center center no-repeat;
   background-size: 90%;
}
.menu-persistent-nav-container li.financial-link a {
    background: url('../images/pers-nav-mobile-financial.png') center center no-repeat;
 background-size: 90%;
}
.menu-persistent-nav-container li.find-link a {
    background: url('../images/pers-nav-mobile-find.png') center center no-repeat;
  background-size: 90%;
}
.menu-persistent-nav-container li.payment-link a {
    background: url('../images/pers-nav-mobile-payment.png') center center no-repeat;
  background-size: 90%;
}
/*
***************************
Utility Nav 
Hide the parallelogram menu, and append utility menu to mobile nav
***************************
*/

.utility-nav-container {
  position: absolute;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*
***************************
Primary Nav
***************************
*/
#menu-main-menu {list-style-type: none;}
#menu-main-menu li {color: #fff; text-transform: uppercase; cursor: pointer;}
#menu-main-menu li:hover, 
#menu-main-menu li.menu-active,
.mobile-only #menu-main-menu-container li,
.mobile-only .menu-utility-nav-container li:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
    background-color: #004990;
}
#navigation-container a {
    color: #fff;
}
.main-nav-container {padding: 0 15px;}
/*dropdown*/
.mobile-icon {
    position: absolute;
    top: 20px;
    right: 30px;
}
/*main menu */
.close-menu {
    width: 100%;
    text-align: right;
    padding: 20px;
}
.close-menu img {
  background-color: #4d4d4d;
  padding: 6px;
  cursor: pointer;
}
.mobile-nav-container {
    width: 300px;
    position: absolute;
    left: -300px;
    top: 0;  
    height: 100%;
    background-color: #2c2c2c;
    z-index: 100;
    border-right: 1px #4d4d4d solid;
}
.mobile-nav-container {padding-left: 20px;}
.mobile-nav-container ul.inline-list{
    margin: 0;
}
.mobile-only .menu li, .mobile-only .menu-utility-nav-container li {
    display: block;
    float: none;
    margin: 0;
    padding: 6px;     
}
.mega-menu-toggle {
  position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#mega-menu-wrap-primary {background-color: transparent;}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {display: block;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {line-height: normal; height: auto; padding-left: 0}
.sub-menu-container ul {list-style-type: none;}
/* search */
.search-icon {
  position: absolute;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  margin-right: 10px;
}
.search-area {
    padding: 0 20px;
    width: 100%;
}

#searchform input {
    float: left; 
    width: 80%;
    border: 1px #cdcfcf solid;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-appearance: none;
}
#searchform input[type=text]{border-right: 0;}
#searchsubmit.button {
    background: #fff url('../images/search-icon.png') center center no-repeat;
    width: 15%;
    border-left: 0;  
    font-size:0;display:block;line-height:0

}
/*
***************************
Background-Photo
***************************
*/

.background-photo {
    /*background: url(../images/photo.jpg) top center no-repeat;*/
    background-size: cover;
    position: absolute;
    width: 100%;
    z-index: -10;
    top: 175px;
    height: 320px;
}
.background-photo-overlay {
    height: 100%;
    width: 100%;
    background: url('../images/bg-grid.png') repeat;
}
/*
***************************
Persona
***************************
*/
#personas {
   
}
.columns.iam {padding: 0; margin-bottom: 120px;}
.iam-box {
    background-color: #c1d72e;
    padding: 6px 15px;
    position: absolute;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.iam-text {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 700;
	position: relative;
	top: -25px;
}
.persona-box {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    width: 80%;
}
.persona-box div {display: inline-block; width: 100%; height: 100%; cursor: pointer; font-weight: 700; font-size: 22px;}
.persona-box div:after {
    content: '';
    display: inline-block;
    background: url(../images/arrow-white.png) top left no-repeat;
    width: 37px;
    height: 24px;
    float: right;
}
.persona-box span {display: inline-block; padding-right: 6px;}

.prospective-student {
    background: rgba(0,0,0,1);
    border-left: 15px solid rgba(125,50,116,1);
}
.current-student {
    background: rgba(0,0,0,1);
     border-left: 15px solid rgba(247,143,30,1);
}
.business {
    background: rgba(0,0,0,1);
     border-left: 15px solid rgba(193,215,46,0.8);
    /*background: rgba(125,140,27, 1);*/
}
.persona-expanded {
    position: fixed;
    right: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    top: 0;
    transition: width 0.3s ease;
    z-index: 1000;
}
.persona-expanded .expanded-innner {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.persona-expanded.expanded {background-color: #000}
.persona-expanded.purple,
.persona-expanded.orange,
.persona-expanded.green {
    background-color: #000;
}

.expanded-innner {
    width: 100%; 
    padding: 15px;
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    max-width: 100%;
}
.gdc_column:last-of-type .gdc_inner {line-height: 140%;}

.expanded-container a {color: #fff;transition: background-color 0.3s ease}
.expanded-container a:hover {background-color: rgba(255,255,255,.25)}
.persona-expanded.expanded {
    width: 85%;
    /*max-width: 300px;*/
    border-left: 1px #fff solid;
    padding-bottom: 40px;
}

.persona-expanded.expanded.purple {border-left: 15px #7d3274 solid;}
.persona-expanded.expanded.orange {border-left: 15px #f78f1e solid;}
.persona-expanded.expanded.green {border-left: 15px #aec133 solid;}

.close-persona {
    position: absolute;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.arrow {
    display: block;
    background: url(../images/close-icon-right.png) top right no-repeat;
    width: 100px;
    height: 26px;
    margin: 15px 0 15px 0;
}

.expanded-container p {font-weight: 700}
.expanded-container img {
    border: 1px #fff solid;
}
.persona-nav-container {
    /*border-top: 1px rgba(255, 255, 255, .5) solid;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;*/
    padding: 10px 0 0 0;
}
.persona-nav-container ul.menu {
   list-style-type: none;
   padding-left: 10px;
}
.expanded-container ul.menu  li {
    margin-bottom: 11px;
}
.nopadding {padding-bottom: 0}
.expanded-container ul.menu a {
    color: #fff;
    display: inline-block;
    height: 22px;
    line-height: 22px;
}
.persona-nav-container ul.menu li:before {
    content: '';
    height: 22px;
    display: inline-block;
    float: left;
    width: 29px;
    background: url(../images/nav-arrow.png) top left no-repeat;
        
}
/*prospective dropdown*/
.number {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 8px;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.expanded-container .prospective-nav-container p {font-size: 14px; font-weight: 400}
@media screen and (max-width: 768px) {
    .prospective-nav-container {padding-bottom: 90px;}
    .threebuttons .columns {font-size: 14px; padding-bottom: 18px;}
    .threebuttons a {padding-top: 17px;}  
}
.prospective-nav-container {max-width: 95%;}

.prospective-nav-container span {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 20px;
}
.threebuttons .columns {
    text-align: center;
    vertical-align: top;
    font-size: 14px; font-weight: 400
}
.threebuttons a.button {
    width: 100%;
    min-height: 50px;
   vertical-align: middle;
   margin-bottom: 6px;
}
.threebuttons a.padded-top {box-sizing: border-box; padding-top: 17px;}
a.apply-persona-button {min-height: 50px; box-sizing: border-box; padding-top: 17px;}
/*
***************************
Content Area
***************************
*/
#content {
    background-color: #fff;
    border-top: 1px #fff solid;
}
.breadcrumb-container .button {
    display: block;
    width: 50%; 
    float: right;
}
#content h2 {
    color: #a54399;
    font-family: "Open Sans Condensed";
    font-weight: 700;
}
#breadcrumb-container {border-bottom: 1px #bec0c2 solid; margin: 0; padding: 0}
#breadcrumb-container .right-align {
    padding-right: 0;
    padding-left: 0;
}
#breadcrumb-container .right-align a.button {width: 50%; float: right;}
#breadcrumbs {display: none;}


.entry-content {padding: 0 15px;}
/*
***************************
Interior pages - Intro Text.
***************************
*/
.intro-area {
    background: rgba(0,0,0, 1); color: #fff;
    padding: 15px; box-sizing: border-box;
    margin-top: 190px;
}
.intro-area h1 {
    color: #fff;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    margin-top: 0;
    font-size: 28px;
}
/*
***************************
Interior pages - Left nav/widget
***************************
*/
#side-nav {padding-right: 0; }
#secondary .widget_nav_menu {width: 85%;}
#secondary .widget_nav_menu .widget-title {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 14px;
    margin-left: 15px;
    box-sizing: border-box;
    padding: 15px;
    background: #bec0c2 url(../images/menuicon-white.png) center right no-repeat;
} 

#secondary .widget_nav_menu ul li {
    list-style-type: none;
    padding-bottom: 5px;
}
#secondary .widget_nav_menu .menu {
    position: absolute;
    height: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
#secondary .widget_nav_menu .menu.interior-menu-open {
    position: relative;
    height: auto; width: auto; 
    display: none;
    overflow: visible;
    clip: auto; /* IE6, IE7 */
    margin-left: 15px;
    background-color: #e7e7e7;
    padding: 15px; box-sixing: border-box;
}
#secondary .widget_nav_menu .menu.interior-menu-open li {
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: 1px #fff dotted;
}
.widget_nav_menu .current-menu-item > a,
.widget_nav_menu .current-menu-ancestor > a,
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current_page_ancestor > a {
color: #a54399;
font-weight: bold;
}
/*
***************************
Interior pages - a to z landing page
***************************
*/
#main.programsatoz {border-left: 0; }

.right-align.orange-border {text-align: left;}
.filter-dropdown {
    display: block;
    padding: 8px;
    color: #fff;
    margin-top: 10px;
    background: #f78f1e url(../images/arrow-down.png) center right no-repeat;
}
.filter-dropdown.open-filter {
    background: #f78f1e url(../images/arrow-up.png) center right no-repeat;
}
ul#filter {
    position: absolute;
    height: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
ul#filter.filter-showing {
    position: relative;
    height: auto; 
    display: none;
    overflow: visible;
    clip: auto; /* IE6, IE7 */
    background-color: #e7e7e7;
}
ul#filter {margin: 0; padding: 0;}
ul#filter li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    margin: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}
ul#filter li a {
    display: inline-block;
    background-color: #bec0c2;
    color: #fff;
    padding: 8px;
    font-size: 15px;   
}
ul#filter li.current a {
    background-color: #f78f1e;
}
.entry-content ul#filter-results,
.entry-content ul#filter-results ul {
    margin-left: 0;
}
ul#filter-results li {
    list-style-type: none;
}
#filter-results li h4 {
    width: 100%;
    font-size: 18px; 
    font-weight: 700;
    color: #fff;
    background-color: #02838f;
    padding: 4px 4px 4px 15px;
}
ul#filter-results li .menu li {
    display: block;
    margin-bottom: 5px;
}
ul#filter-results li .menu li a {
    display: block;
    width: 100%;
    padding: 8px;
    color: #535051;
    border: 1px #e7e7e7 solid;
    transition: all .35s ease-in-out;
}
ul#filter-results li .menu li a:hover {
    background-color: #6c207f;
    color: #fff;
} 
/*
***************************
Interior pages - course/program landing page
***************************
*/
.intro-area hr{
    border: 0;
    height: 1px;
    background: #393737;
}
.smaller-text {font-size: 14px; line-height: 20px;}
.smaller-text span {text-transform: uppercase;}
.salary-area {
    background: rgba(77,78,86,1);
}

.salary-area h3 {
    color: #fff;
    font-family: "Open Sans Condensed";
    text-tranform: uppercase;
    font-size: 19px;
    font-weight: 700;
}
.salary-area {
    color: #fff;
    text-transform: uppercase;
}
.salary-area p {
    margin-bottom: 4px;
}
.content-area h3 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    color: #a54399;
}
.content-area table {
    width: 100%;
    border: 0;
    boder-collapse: collapse;
}
@media screen and (max-width: 767px) {
    .content-area table th, .content-area table td {
    /*display: block; changed Mar 12, 2019 to display tables properly in mobile*/
}
.content-area table td {width: 100%!important;}

}
.content-area table th {
    margin-bottom: 3px;
}
.content-area table th {
    /*width: 100%; changed Jan 7 2019 to enable manual table cell width adjustment*/
    background-color: #204892;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 10px;
}
.content-area table td {
    background-color: #dadcde;
    /*width: 25%; changed Jan 7 2019 to enable manual table cell width adjustment*/

}
.content-area table tbody tr td {padding: 3px 10px; }

/*
***************************
HOME: promotional slider
***************************
*/
.blackened {/*display: inline-block;*/ display:none; padding: 12px; background:rgba(0,0,0,.45);}
.promotion-block{ height: 100%; width: 100%;}
.promotion-block.columns {padding: 0}
.nomargin {margin: 0 -15px;}
.purple.green {background-color: #aebc2a;}
.purple.green p, .purple.green h3 {color:#000000;}
.purple.orange {background-color: #f78f1e;}
.purple.orange p, .purple.orange h3 {color:#000000;}
.purple.red {background-color: #b20838}
.purple.turquoise {background-color: #008995;}
.purple.turquoise p, .purple.turquoise h3 {color:#000000;}
.purple.blue {background-color: #004990}
.purple.black {background-color: #000000}
.promo-slide {padding-bottom: 35px;}
.promo-slide .padded {padding: 20px; box-sizing: border-box;}
.promo-slide h3 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 2px dotted rgba(255,255,255,0.25);
}
.slick-slider {margin-bottom: 0}
.promo-slide p {color: #fff; font-weight: 700; font-size: 14px; line-height: normal}
.promo-slide a.button {text-align: left; padding-left: 10px; padding-right: 50px; background-color: #000; background-image: url(../images/arrow-white.png); background-position: right center; background-repeat: no-repeat;}
.purple.green a.button {background-color: #7d3274;}
.promo-slide a.button:hover {color: #fff; background-color: #a54399;}
.promotion-block .slick-dots {bottom: -12px; width: 90%}
.slick-dots li button:before {
    font-size: 8px;
    color: #FFF;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75;
}

/* *************************** HOME: calendar block *************************** */

.calendar-block {
    height: 100%;
    width: 100%;
}

.calendar-block.columns {
    padding: 0
}

.calendar-header {
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #004990;
    color: #fff;
    font-family: "Open Sans Condensed";
    font-size: 25px;
    margin-bottom: 10px;
}

.more-events {
    display: block;
    width: 100%;
    text-align: right;
    height: 35px;
    box-sizing: border-box;
}

.cta-calendar {
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    float: right;
    margin-bottom: 15px;
    height: 35px;
    padding: 12px 50px 0 12px;
    background: #004990 url('../images/arrow-white.png') center right no-repeat;
    transition: background-color .25s ease;
}

.cta-calendar:hover {
    color: #fff;
    background-color: #a54399;
}

.calendar-event {
  margin: 0 8px 0 8px;
}

.event-date {
    background-color: #fff;
    padding: 8px 0 8px 0;
    color: #004990;
    font-family: "Open Sans Condensed";
    font-size: 17px;
    font-weight:700;
    display: inline-block;
    width: 100%;
    /*margin-left: -15px; margin-right: 20px;*/
    vertical-align: top;
    border-top: 2px dotted rgba(255, 255, 255, 0.25);
  }

  .aac-event-day:not(:first-child) > .calendar-event > .event-date{
    border-top: 2px dotted rgba(0, 73, 144, 0.25);
  }

.event-info {
    display: inline-block;
    width: 100%;
    float: right;
    padding: 0 0 0 22px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
.event-info li.span{
  color:#073a6b;
}

.event-info a {
    color: #004990;
    float:right;
    font-size:11px;
}

.event-info a:hover{
  color: #676f19;
  text-decoration: underline;
}

.event-info ul{
  list-style-type:square;
  color: #004990;
}

.event-title {
    color:  #004990;
    line-height: 1.25em;
    font-size: 14px;
    font-weight: 400
}

.calendar-block .small {
    font-size: 14px;
}


/*interior calendar */

.page-id-140 .content-area table td {background-color: #fff;}
.page-id-140 .content-area table td.gce-has-events {
    background-color: #fddfb8;
}
.page-id-140 .content-area table td.gce-today-no-events {background-color: #f78f1e;}

/*
***************************
HOME: Social/nEws feed
***************************
*/
.social-block {border-top: 1px solid #fff; }
.social-block.columns {padding: 0}
.social-header {height: 50px; background-color: #004990; color: #fff; font-family: "Open Sans Condensed"; font-size: 25px; margin-bottom: 10px;}
.social-feed {display: block; box-sizing: border-box; padding: 15px; height: 50px;width: 50%; float: left; font-size: 25px; cursor: pointer}
.news-feed {display: block; box-sizing: border-box; padding: 15px; height: 50px; width: 50%; float: right; font-size: 25px; cursor: pointer}

.feed-active {background-color: #073a6b; position: relative}
.feed-active:after{
     top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 73, 144, 0);
	border-top-color: #073a6b;
	border-width: 10px;
	margin-left: -10px;
}
.social-feed-container, .news-feed-container , .cta-news{
    position: absolute !important;
    height: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0
}
.social-feed-container.show-feed, .news-feed-container.show-feed {
    position: relative !important;
    height: auto;
	width: 100%; 
    overflow: visible;
    clip: auto;
    padding: 15px; border-box: 20px;
}
.cta-news.show-link {
    position: relative !important;
    height: auto; width: 100%; 
    overflow: visible;
    clip: auto;
    height: 35px;
}
.news-feed-container .news-date {
    color: #686666;
    font-size: 12px;
    padding: 0; margin: 0 0 5px 0;
}
.news-feed-container h2, .news-feed-container h2 a {
    color: #073a6b;
    margin: 0; padding: 0;
    font-size: 16px;
    font-weight: 700;
}
.news-feed-container  {font-size: 14px;}

.more-news {display: block; background-color: #073a6b; width: 100%; text-align: right; height: 35px; box-sizing: border-box; }
.cta-news {cursor: pointer; text-transform: uppercase; color: #fff; font-size: 12px; display: inline-block; width: 100%; height: 35px; padding: 12px 50px 0 0; background: #073a6b url('../images/arrow-white.png') center right no-repeat; transition: background-color .25s ease;}
.cta-news:hover {color: #fff; background-color: #a54399;}
/*
***************************
Post pages / News / Archives / search
***************************
*/
.single #content {margin-top: 175px;}
#content.margin-this {margin-top: 175px;}
article footer.entry-meta {margin: 4px 0;}
/*
***************************
Footer
***************************
*/
#footer {
    background-color: #000;
    color: #fff;
    padding-bottom: 40px;
}
#footer .social {
    list-style-type: none;
}
#footer .social li {
    display: block; 
    float: right;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    background-color: #5f6061;
    margin-left: 10px;
}
#footer .social li:hover {
    background-color: #aec133;
}
#footer .menu {list-style-type: none;}
#footer .menu li {
    margin-bottom: 5px;
}
#footer .menu a {
    color: #bec0c2;
}
#footer .menu a:hover, #footer .textwidget a:hover {
    color:#c1d72e;
}
#sub-footer {
    background-color: #313131;
    color: #cdcfcf;
    padding: 13px 0;
}
#sub-footer p {font-size: 12px;}
#footer h4 {
    font-family: "Open Sans Condensed", sans-serif;
    color: #c1d72e;
    margin-bottom: 4px;
    margin-top: 24px;
}
#footer .textwidget {
    line-height: 1.25em;
    font-size: 15px;
    color: #fff;
}
#footer .textwidget a {
    color: #00a5b4;
    font-size: 14px;
}

#techalert-container {
	background-color: #000;
}
#techalerts {
	width: auto;
	margin: 0 auto;
}
#techalerts .SmartBoard_Table {
	border: none;
	margin: 0px;
	background-color: #000;
}
#techalerts .SmartBoard_Table .SmartBoard_Subject,
#techalerts .SmartBoard_Table .SmartBoard_DateTime {

}
#techalerts .SmartBoard_Table td {
	background-color: #900;
	color: #fff;
	padding: 2px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.lcp_thumbnail {
	float: left;	
	margin-right: 10px;
	margin-bottom: 20px;
}
.lcp_title {
	clear: both;
}
.issuearchive {
	width: 225px;
	text-align: center;
	float: left;
}
.issuearchive a {
	text-decoration: none;
}
.issuearchive img {
	box-shadow: 0px 0px 3px #888888;
}
.ia_header {
	clear: both;
}
.specialCreditCourses {
	width: 200px;
	display: inline;
}
.step {
	width: 345px;
	height: 400px;
	text-align: center;
	float: left;
	border: 1px solid #ddd;
	background-color: #f4f6f8;
	margin-right: 10px;
	margin-bottom: 10px;
}
.step h3 {
	color: #000;
}
.step-para {
	height: 130px;
	padding: 0 5px 0 5px;
}
.step-short {
	width: 345px;
	height: 315px;
	text-align: center;
	float: left;
	border: 1px solid #ddd;
	background-color: #f4f6f8;
	margin-right: 10px;
	margin-bottom: 10px;
}
.step-short h3 {
	color: #000;
}
.step-para-short {
	height: 80px;
	padding: 0 5px 0 5px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  /*font-family: 'Open Sans', sans-serif;*/
  line-height: 1.42857143;
  text-align: center;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: #004990;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #888888;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  background-color: #3e4a82;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #888888;
}
.btn3 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 800;
  /*font-family: 'Open Sans', sans-serif;*/
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: #ffcc33;
  color: #333;
  text-decoration: underline;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #888888;
}
.btn3:hover,
.btn3:focus,
.btn3.focus {
  color: #333;
  background-color: #ffcc33;
  border-radius: 0px;
  box-shadow: 2px 2px 5px #888888;
  text-decoration: underline;
}
.btn-default {
    color: #333;
    background-color: #ffcc33;
    border-color: #ccc;
	border-radius: 0px;
	text-decoration: underline;
}
.btn2 {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 800;
  /*font-family: 'Open Sans', sans-serif;*/
  line-height: 1.42857143;
  text-align: center;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: #004990;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #888888;
  width: 480px;
}
.btn2:hover,
.btn2:focus,
.btn2.focus {
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #888888;
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
#skip a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 
/*
Hey look, no print code, surpirse.
*/
@media print {
	/* Undo the 'bandaid hack' */
	html, body {
		height: auto;
		overflow-x: visible;
	}
	.menu-persistent-nav-container {display:none;}
	#container {border:none;}
	#container header {display:none;}
	.intro-area {margin-top:0px !important;}
	a:link:after, a:visited:after {content: "";}
	#footer {display:none;}
	#breadcrumb-container { border:none !important;}
	#breadcrumb-container .button {display:none;}
	#content {margin-top:0px !important;border:none !important;}
	#sidebar {display:none}
	#main {border-left:none !important;width:100%;}
}
.alert-banner-contents a { color: #fdb813; }
.alert-banner-contents a:hover { text-decoration: underline; }
