@charset "utf-8";
/* This CSS Document contains elements common to all pages in the primary uth.edu site, including both the home page and interior pages. */

/* Skip Navigation Styles */
.skip {position: absolute; left: -10000px; top:auto; width: 1px; height: 1px; overflow: hidden;}

body {font: normal 100% Arial, Verdana, Geneva, sans-serif;}
h1, h2, h3, h4, h5, h6 {color: #333;}
p {font-size: .8rem;}
tbody td, th {border: solid 1px #ccc;}
th {background-color: #eaeaea;}
tbody tr:nth-child(odd) {background: #f9f7f7;}
a {color:rgb(22,85,104);}
a:hover {color:#144c5d;text-decoration:underline;}
a.page{color:rgb(22,85,104);text-decoration: none; border-bottom:1px dashed;}
a.page:hover {color:rgb(22,85,104);text-decoration:underline;}
.p7TM3-04 ul a:hover, .p7TM3-04 ul a:focus {text-decoration: underline;}

/* List Styles */
ul.twoColList{width:100%;}
ul.twoColList > li{
    float:left;
    margin:0;
    width:50%;
}
ul.twoColList > li:nth-child(even){margin-right:0;}

/* Grid HTML Classes */
.row {margin: 0 auto;}

.columncenter, 
.columnscenter {position: relative; padding-left: .9375em; padding-right: .9375em; width: 100%; margin:0 auto;}

/* Panels */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {color: #333333;}  
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4,.panel.callout h5, .panel.callout h6, .panel.callout p { color: white; }

/* Orbit Graceful Loading */        
.slideshow-wrapper {display:none;}        
.slideshow-wrapper ul {display:none;}    
.slideshow-wrapper ul li, slideshow-wrapper ul li .orbit-caption {display: none;}        
.slideshow-wrapper ul li:first-child {display:none;}         
slideshow-wrapper .orbit-container {display:none;}         
.slideshow-wrapper .orbit-container li {display:none;} 
.slideshow-wrapper .orbit-container li .orbit-caption {display:none;} 
.preloader {display:none;}       

/* Foundation Dropdowns */
.f-dropdown {padding: 1.25em;}

/* Search */
#cse-search-box {
  float: right;
  margin: 4px 0;
  padding: 0;
  height: 20px;
  font-size: 11px;
  font-family: inherit;
  width: 160px;
}
#cse-search-box fieldset {
  border: medium none;
  margin: 0;
  padding: 0px;
}
#cse-search-box input.hidden {
  display: none;
}
#cse-search-box input.search {
  width: 120px;
  float: left;
  margin-right: 4px;
  border-radius: 2em;
}
#cse-search-box input.button {
  font-family: inherit;
/*  font-size: 0.9em; */
  width: 35px;
  border-radius: 2em;
}
#q {
 width: 120px;
 border-radius: 2em;
 float: left;
 padding: 2px 5px;
 margin: 5px 4px 0 0;
 font-size: 0.8rem;
 height: 1.5em;
 line-height: 1.5em;
}
#btnG {
 padding: 0px 10px;
 border-radius: 2em;
 font-size: 0.7rem;
 height: 1.9em;
 margin-top: 5px;
}
/* MEDIA QUERIES */
@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }

.top-bar form {height: 2.45em; margin-left: 15px;}
.top-bar input, .top-bar .button {
  line-height: 1em;
  font-size: 0.875;
  height: 1.5em;
  padding: 0 10px;
  position: relative;
  top: 8px;
}
/* Footer */
.footer {
  margin: 0 auto;
  background: none repeat scroll 0 0 #323439;
  overflow: hidden;
  padding: 15px 0;
}
.footer .columns {padding: 0;}
.footernav {
  text-align: center;
  color: #ccc;
  background-image: url(/global/gfx/footer-shadow.png);
  background-repeat: no-repeat;
  background-position: center 38px;
  min-height: 80px;
}
ul.footernav-links {
  display: inline-block;
}
.footernav-links a:link {
  padding: 4px;
}
.footernav-links ul {
  display: inline;
  list-style: none !important;
}
.footernav-links li {
  display: block !important;
  float: left;
}
.footernav-links li a {
  color: #ccc;
  font-size: 0.95em;
  padding: 0.6em 1em !important;
}
.footernav-links li a:hover {
  color: #fff;
  background-color: #666;
  border-radius: 5px;
  text-decoration: none;
}
.footernav-links-small {
  text-align: center;
  color: #ccc;
  font-size: 0.8em;
}
.footernav-links-small a {
  color: #fff;
  font-size: 0.65rem;
}
.footernav-links-small a:hover {
  color: #999;
  text-decoration: underline;
}
/* Sticky Footer */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -220px;
  background-color: #f4f4f4;
}
/*
.footer, .push {
  height: 220px;
}
*/
/* Social Media - Footer */
#socialmedia {width: 240px; margin: 0 auto;}
#socialmedia li {
                float:left;
                width:40px;
                height:40px;
                list-style-type:none;
}
#socialmedia li a {
                display:block;
                height:100%;
                background-image:url('/global/gfx/social-media-sprite.png')
}
#socialmedia li a.facebook {background-position: 1px -1px;}
#socialmedia li a:hover.facebook {background-position: 1px -41px;}
#socialmedia li a.twitter {background-position: -38px -1px;}
#socialmedia li a:hover.twitter {background-position: -38px -41px;}
#socialmedia li a.youtube {background-position: -73px -1px;}
#socialmedia li a:hover.youtube {background-position: -73px -41px;}
#socialmedia li a.linkedin {background-position: -109px -1px;}
#socialmedia li a:hover.linkedin {background-position: -109px -41px;}
#socialmedia li a.flickr {background-position: -146px -1px;}
#socialmedia li a:hover.flickr {background-position: -146px -41px;}
#socialmedia li a.instagram {background-position: -183px -1px;}
#socialmedia li a:hover.instagram {background-position: -183px -41px;}
#socialmedia span {display: none;}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {

.small-push-1 {left: inherit;}  
.small-pull-1 {right: inherit;} 
.small-push-2 {left: inherit;}  
.small-pull-2 {right: inherit;}  
.small-push-3 {left: inherit;}
.small-pull-3 {right: inherit;}  
.small-push-4 {left: inherit;}  
.small-pull-4 {right: inherit;}
.small-push-5 {left: inherit;}  
.small-pull-5 {right: inherit;}  
.small-push-6 {left: inherit;}  
.small-pull-6 {right: inherit;}  
.small-push-7 {left: inherit;}  
.small-pull-7 {right: inherit;}  
.small-push-8 {left: inherit;}  
.small-pull-8 {right: inherit;}  
.small-push-9 {left: inherit;}  
.small-pull-9 {right: inherit;}  
.small-push-10 {left: inherit;}
.small-pull-10 {right: inherit;}  
.small-push-11 {left: inherit;}
.small-pull-11 {right: inherit;}
.column.large-uncentered,
.columns.large-uncentered {float: none;} 

}

/* Foundation Block Grids for below small breakpoint */ 
@media only screen {@media only screen {

[class*="block-grid-"] {margin: 0 -10px;}    
[class*="block-grid-"] > li {padding: 0 10px 10px;}  
.small-block-grid-1 > li {padding: 0 10px 10px;}  
.small-block-grid-2 > li {padding: 0 10px 10px;}
.small-block-grid-3 > li {padding: 0 10px 10px;}
.small-block-grid-4 > li {padding: 0 10px 10px;}
.small-block-grid-5 > li {padding: 0 10px 10px;}
.small-block-grid-6 > li {padding: 0 10px 10px;}
.small-block-grid-7 > li {padding: 0 10px 10px;}
.small-block-grid-8 > li {padding: 0 10px 10px;}
.small-block-grid-9 > li {padding: 0 10px 10px;}
.small-block-grid-10 > li {padding: 0 10px 10px;}
.small-block-grid-11 > li {padding: 0 10px 10px;}
.small-block-grid-12 > li {padding: 0 10px 10px;}
}
    
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
.large-block-grid-1 > li {padding: 0 10px 10px;}
.large-block-grid-2 > li {padding: 0 10px 10px;}
.large-block-grid-3 > li {padding: 0 10px 10px;}
.large-block-grid-4 > li {padding: 0 10px 10px;}
.large-block-grid-5 > li {padding: 0 10px 10px;}
.large-block-grid-6 > li {padding: 0 10px 10px;}
.large-block-grid-7 > li {padding: 0 10px 10px;}
.large-block-grid-8 > li {padding: 0 10px 10px;}
.large-block-grid-9 > li {padding: 0 10px 10px;}
.large-block-grid-10 > li {padding: 0 10px 10px;}
.large-block-grid-11 > li {padding: 0 10px 10px;}
.large-block-grid-12 > li {padding: 0 10px 10px;}
form.custom .custom.checkbox {padding: -3px;}
form.custom .custom.checkbox:before {font-size: 20px;}
form.custom .custom.checkbox.checked:before {content: "\2A2F";margin-top: -8px; margin-left: 2px;}
.section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {padding-bottom: 0;}
.section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {padding-bottom: 0; }
.section-container.vertical-tabs section .content > *:last-child,.section-container.vertical-tabs .section .content > *:last-child {padding-bottom: 0; }
.section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {padding-bottom: 0; }
.section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {padding-bottom: 0; }
.reveal-modal {background-color: #fff;}  
.clearing-feature ~ li {display: none; }  
}

/* Wrapped around .top-bar to contain to grid width */ 

.contain-to-grid {background: #44697c;}
.top-bar .row {max-width: 1000px;}
.top-bar {background: #44697c;margin-bottom: 0;}
.top-bar.expanded .title-area {background: #44697c;}
.top-bar.expanded .toggle-topbar a {color: #ccc;}
.top-bar.expanded /*.toggle-topbar a span */ {-webkit-box-shadow: 0 2px 0 1px #ccc, 0 2px 0 1px #ccc, 0 2px 0 1px #ccc;box-shadow: 0 2px 0 1px #ccc, 0 2px 0 1px #ccc, 0 2px 0 1px #ccc; }
.top-bar-section ul {background-color: #44697C; }
.top-bar-section .divider,
.top-bar-section [role="separator"] {border-bottom: solid 1px #375564; border-top: solid 1px #0e354a; }
/*.top-bar-section ul li { margin: 0 5px; } */
.top-bar-section ul li > a {font-size: .7em; background: #44697c !important;font-weight:normal; }
.top-bar-section ul li > a:hover {background: #124661 !important; /*border: solid 1px #ccc; border-radius: 1rem;*/} 
.top-bar-section ul li.active > a {background: #2b2b2b; color:inherit; } 
.top-bar-section .has-dropdown > a:after {top: 22px; }

@media only screen and (min-width: 58.75em) {
.top-bar {background: #44697C; }
.contain-to-grid .top-bar {margin-bottom: 1.875em; }
.top-bar-section li a:not(.button) {background: #44697c !important; }
.top-bar-section li a:not(.button):hover {background: #124661 !important; }
.top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section.has-dropdown:active > .dropdown {margin-top: -15px; }
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {border-right: solid 1px #ccc; border-left: solid 1px #ccc;}
.orbit-container .orbit-slides-container > * {height: 100%; }
.orbit-container .orbit-slides-container > * .orbit-caption {padding:0;}
.orbit-container .orbit-slide-number {display:none;}
  
}

/*  _______________________________________

  MEGAMENU Styles
    _______________________________________  */

.masthead {
  background-color: #124661;
  padding: 0;
  max-width: 100%;
}  

.masthead .row {
  height: 110px;
  padding-top: 5px;
}

#megamenu-outerwrap {
  position: static;
/*  padding-right: .9735em; */
}

.megamenu_wrapper, .megamenu_wrapper_full {
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  height: 110px;
}

.megamenu_wrapper {
  width: 100%;
  margin-top: 30px;
}

.megamenu_wrapper_full {
  width: 100%;
  position: static;
}

.megamenu_container {
  margin: -5px auto 0 auto;
  height: 110px;
}

.megamenu_wrapper_full .megamenu_container {
  width: 100%;
}

.megamenu_container .megamenu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.megamenu > li {
  float: left;
  position: relative;
  border: none;
}

.megamenu li.menuitem_fullwidth {
  position: static !important;
}

.megamenu > li > a {
  outline: 0;
  padding: 9px 15px 11px 15px;
  text-decoration: none;
  display: block;
}

.megamenu > li .menuitem_drop {
  padding-right: 27px;
}

.megamenu > li.menuitem_nodrop {width:15%; line-height: 50px; font-size: 16px;}

.megamenu > li.menuitem_nodrop > a {
  padding-bottom: 10px;
}

.megamenu > li.menuitem_nodrop img {
  float: left;
}

/* Right aligned menu item */
.megamenu > li.menuitem_right {
  float: right;
  right: 0;
  margin-right: 0;
}

/* Menu Button (Mobiles) */
.megamenu li.megamenu_button {
  display: none;
}

.megamenu li.megamenu_button_active {
  background: #000 !important;
}

/*  _______________________________________

  02 DROP DOWN MENU
    _______________________________________  */
/* Drop Downs Containers */
.megamenu .dropdown_1column,
.megamenu .dropdown_2columns,
.megamenu .dropdown_3columns,
.megamenu .dropdown_4columns,
.megamenu .dropdown_5columns,
.megamenu .dropdown_fullwidth {
  margin: 0;
  display: none;
  position: absolute;
  top: 110px;
  left: -1px;
}

/* Drop Downs Sizes */
.megamenu .dropdown_1column {
  width: 135px;
  padding: 15px 14px 15px 15px;
}

.megamenu .dropdown_2columns {
  width: 290px;
  padding: 15px 11px 15px 15px;
}

.megamenu .dropdown_3columns {
  width: 445px;
  padding: 15px 8px 15px 15px;
}

.megamenu .dropdown_4columns {
  width: 600px;
  padding: 15px 5px 15px 15px;
}

/* line 110, ../../scss/megamenu.scss */
.megamenu .dropdown_5columns {
  width: 755px;
  padding: 15px 2px 15px 15px;
}

.megamenu .dropdown_fullwidth {
  left: 0 !important;
  right: 0 !important;
  padding: 15px 0 15px 15px;
  top: 110px;
}

.megamenu_wrapper_full .megamenu .dropdown_fullwidth {
  z-index: 9999;
  top: 150px;
  box-shadow: 0 2px 4px #888;
  padding: 0;
  height: 260px;
}

.megamenu_wrapper .dropdown_right,
.megamenu_wrapper_full .dropdown_right {
  left: auto;
  right: -1px;
}

.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
  left: auto;
  right: 8px;
}

.megamenu_wrapper_full .megamenu li.menuitem_right > .dropdown_fullwidth {
  top: 110px;
}

.dropdown_constrain {
  max-width: 48.6em;
  margin: 0 auto;
  padding: 15px;
  height: 100%;
}

/* Showing Drop Down on Mouse Hover */
.megamenu li:hover > div {
  display: block;
  /*  height:260px !important;
    opacity:1 !important; */
}

/* Columns Sizes */
.megamenu .col_one_sixth,
.megamenu .col_one_fifth,
.megamenu .col_one_quarter,
.megamenu .col_one_third,
.megamenu .col_two_fifths,
.megamenu .col_half,
.megamenu .col_three_fifths,
.megamenu .col_two_thirds,
.megamenu .col_three_quarters,
.megamenu .col_four_fifths,
.megamenu .col_five_sixths,
.megamenu .col_full {
  float: left;
  margin-left: 2%;
}

.megamenu .col_one_sixth {
  width: 14.66667%;
}

.megamenu .col_one_fifth {
  width: 18%;
}

.megamenu .col_one_quarter {
  width: 23%;
}

.megamenu .col_one_third {
  width: 31.33333%;
}

.megamenu .col_two_fifths {
  width: 38%;
}

.megamenu .col_half {
  width: 48%;
}

.megamenu .col_three_fifths {
  width: 58%;
}

.megamenu .col_two_thirds {
  width: 64.66667%;
}

.megamenu .col_three_quarters {
  width: 73%;
}

.megamenu .col_four_fifths {
  width: 78%;
}

.megamenu .col_five_sixths {
  width: 81.33333%;
}

.megamenu .col_full {
  width: 98%;
}

/* IMPORTANT */
/* Use the firstcolumn class for the first element of a new row of content */
.megamenu .firstcolumn {
  margin-left: 0;
  clear: left;
}

/*  _______________________________________

  03 CONTENT STYLING
    _______________________________________  */
.megamenu p,
.megamenu ul,
.megamenu li,
.megamenu h2,
.megamenu h3 {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-align: left;
  color: #fff;
}

.megamenu li {
  width: 15%;
  font-size: 20px;
  line-height: 90px;
  text-align: center;
}

.megamenu p {
  margin: 0;
  margin-bottom: 18px;
}

.megamenu .strong {
  font-weight: bold;
}

.megamenu .italic {
  font-style: italic;
}

.megamenu h2,
.megamenu h3 {
  margin-top: 0;
}

.megamenu h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}

.megamenu h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 14px;
  padding-bottom: 7px;
}

.megamenu li a {
  text-decoration: none;
}

.megamenu .pusher {
  /* Use this pucher if you want to give more vertical spacing between your rows of content */
  margin-top: 18px;
}

/* Images styles */
.megamenu .imgshadow_light {
  padding: 4px;
  margin-top: 5px;
}

.megamenu .img_left {
  /* Image sticks to the left */
  float: left;
  margin: 5px 15px 5px 0;
}

/* line 260, ../../scss/megamenu.scss */
.megamenu .img_right {
  /* Image sticks to the right */
  float: right;
  margin: 5px 0 5px 15px;
}

/* Standard lists styles */
.megamenu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.megamenu li ul li {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  width: 100%;
}

.megamenu li ul li a {
  padding: 0;
}

/* Greybox lists styles */
.megamenu li .greybox li {
  margin: 0 0 4px 0;
  padding: 4px 6% 4px 6%;
  width: 88%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Other lists styles */
.megamenu li .plus li {
  margin: 0 0 4px 0;
  padding: 0 0 0 20px;
  float: left;
}

/* 2-Levels Drop Down */
.megamenu .dropdown_flyout {
  min-width: 120px;
}

.megamenu .levels,
.megamenu .levels ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.megamenu .levels a {
  display: block;
  width: 10em;
}

.megamenu .levels li {
  float: left;
}

.megamenu .levels li ul {
  position: absolute;
  top: -23px;
  margin: 15px 0 0 4px;
  padding: 6px 12px;
  left: -999em;
  z-index: 9999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.megamenu .levels li:hover > ul {
  left: 96%;
}

/*  _______________________________________

  06 LIGHT THEME
    _______________________________________  */
.megamenu_light_theme {
  background: #124661;
}

.megamenu_light_theme .megamenu_container > ul > li:hover,
.megamenu_light_theme .megamenu_container .megamenu > li.active {
  background-color: #bd4f19;
}

.megamenu_light_theme .megamenu_container > ul > li.menuitem_nodrop:hover {background-color: #bd4f19;}

.megamenu_light_theme .megamenu_container > ul > li > a,
.megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
  color: #eee;
}

.megamenu_light_theme ul li .menuitem_drop,
.megamenu_light_theme .megamenu li.noactive .menuitem_drop {
  border-bottom: 5px solid #bd4f19;
  height: 110px;
}

.megamenu_light_theme .megamenu > li > div,
.megamenu_light_theme ul .levels li ul {
  background: #bd4f19;
  border-bottom: 1px solid #444444;
  border-top: none;
}

.megamenu_light_theme ul .levels li ul {
  border: 1px solid #444444;
}

.megamenu_light_theme ul h2,
.megamenu_light_theme ul h3 {
  border-bottom: 1px solid #e8e8e8;
}

.megamenu_light_theme ul .imgshadow_light {
  /* Better style on light background */
  background: #fff;
  border: 1px solid #777777;
  -webkit-box-shadow: 0 0 5px #666666;
  -moz-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
}

.megamenu_light_theme ul li .black_box {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background-color: #333;
  -webkit-box-shadow: inset 0 0 3px #000;
  -moz-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
}

.megamenu_light_theme ul li .dark_grey_box {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  background-color: #555;
  -webkit-box-shadow: inset 0 0 3px #111;
  -moz-box-shadow: inset 0 0 3px #111;
  box-shadow: inset 0 0 3px #111;
}

.megamenu_light_theme ul li .greybox li {
  background: #F4F4F4;
  border: 1px solid #bbb;
}

.megamenu_light_theme ul li .greybox li:hover {
  background: #fff;
  border: 1px solid #aaa;
}

/*  _______________________________________

  08 COLORS
    _______________________________________  */
.megamenu_light_theme .megamenu_orange li div a {
  color: #fff;
}

.megamenu_light_theme .megamenu_orange li div a:hover {
  color: #ff945b;
}

.megamenu_light_theme .megamenu_orange li ul li a:hover {
  color: #ff945b;
}

/* No left & right borders if full width menu bar */
.megamenu_wrapper_full .megamenu_container {
  border-left: none;
  border-right: none;
}

/*  ____________________________________

  Added Styles
  ___________________________________*/
.megamenu a {
  display: block;
}

.megamenu a span {
  display: none;
}

.megamenu .schools ul li {
  position: static;
}

.megamenu .schools ul li a:link, .megamenu .schools ul li a:visited {
  padding: 4px;
  border-top: solid 1px #bd4f19;
  border-bottom: solid 1px #bd4f19;
}

.megamenu .schools ul li a:hover, .megamenu .schools ul li a:active {
  background-color: #d36027;
  background: -moz-linear-gradient(left, #d36027, #bd4f19);
  background: -webkit-linear-gradient(left, #d36027, #bd4f19);
  background: -ms-linear-gradient(left, #d36027, #bd4f19);
  border-top: dashed 1px #e19f7f;
  border-bottom: dashed 1px #e19f7f;
  color: #fff !important;
}

.megamenu a:hover span {
  display: block;
  position: absolute;
  top: 30px;
  left: 65%;
  z-index: 10;
  color: black;
}

.megamenu_light_theme:hover {
  border-bottom: none;
}

#menu-announcements {
  list-style: disc;
  margin-left: 20px;
}

/*  _______________________________________

  MOBILE DEVICES
    _______________________________________  */
.megamenu_light_theme .megamenu_container .megamenu > li.noactive {
  background-color: transparent;
  border: none;
}

@media only screen and (min-width: 769px) and (max-width: 1026px) {
  .megamenu .dropdown_fullwidth {
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .megamenu li {
    font-size: 16px;
  }

  .megamenu li a {
    padding-left: 9px;
  }

  .megamenu h2 {
    font-size: 12px;
    font-weight: 600;
  }

  .megamenu h3 {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 690px) {
  .megamenu_wrapper_full .megamenu .dropdown_fullwidth {
    height: 0;
/*    display: block;
    -webkit-transition: height .1s linear .2s;
    transition: height .1s linear .2s; */
    -webkit-transition: ease .5s;
    transition: ease .5s;
    opacity: 0;
    overflow: hidden;
  }

  .megamenu li:hover > div {
    height: 260px !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 690px) {
  .masthead .row {
    height: 323px;
  }

  .masthead .columns {
    padding: 0;
  }

  /* Menu Containers */
  .megamenu_wrapper {
    width: 95%;
  }

  .megamenu_wrapper_full {
    width: 100%;
    position: absolute;
  }

  .megamenu_wrapper .megamenu_container,
  .megamenu_wrapper_full .megamenu_container {
    width: 100%;
    padding: 0;
    height: 110px;
    float: left;
  }

  .megamenu_wrapper .megamenu_container .megamenu,
  .megamenu_wrapper_full .megamenu_container .megamenu {
    width: 98%;
    margin: 0;
    padding: 0 1% 0 1%;
  }

  /* Menu Items */
  .megamenu_wrapper .megamenu > li,
  .megamenu_wrapper_full .megamenu > li {
    /*    height:40px;
    */
    position: static;
    float: left;
    right: auto;
  }

  .megamenu_wrapper .megamenu > li.menuitem_right,
  .megamenu_wrapper_full .megamenu > li.menuitem_right {
    float: right;
  }

  /* Menu Drop Downs */
  .dropdown_constrain {
    background-color: transparent;
  }

  .megamenu_wrapper .megamenu .dropdown_1column,
  .megamenu_wrapper .megamenu .dropdown_2columns,
  .megamenu_wrapper .megamenu .dropdown_3columns,
  .megamenu_wrapper .megamenu .dropdown_4columns,
  .megamenu_wrapper .megamenu .dropdown_5columns,
  .megamenu_wrapper .megamenu .dropdown_fullwidth,
  .megamenu_wrapper .megamenu .dropdown_right,
  .megamenu_wrapper_full .megamenu .dropdown_1column,
  .megamenu_wrapper_full .megamenu .dropdown_2columns,
  .megamenu_wrapper_full .megamenu .dropdown_3columns,
  .megamenu_wrapper_full .megamenu .dropdown_4columns,
  .megamenu_wrapper_full .megamenu .dropdown_5columns,
  .megamenu_wrapper_full .megamenu .dropdown_fullwidth,
  .megamenu_wrapper_full .megamenu .dropdown_right {
    top: auto;
    right: auto;
    left: auto;
    float: left;
    border-top: none;
    padding: 2%;
    margin: -1px 0 0 -1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    height: auto !important;
  }

  /*  .megamenu li:hover > div {
      diplay:block !important;
    } */
  .megamenu > li.menuitem_nodrop {
    width: 100%;
    text-align: center;
  }

  .megamenu > li.menuitem_nodrop img {
    float: none;
  }

  .megamenu_light_theme ul li .menuitem_drop,
  .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
    background-image: url("/global/gfx/megamenu/arrow_down2.png");
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: none;
    height: auto;
  }

  .megamenu .dropdown_1column {
    width: 12.6666%;
  }

  .megamenu .dropdown_2columns {
    width: 29.3333%;
  }

  .megamenu .dropdown_3columns {
    width: 44%;
  }

  .megamenu .dropdown_4columns {
    width: 60.6666%;
  }

  .megamenu .dropdown_5columns {
    width: 79.3333%;
  }

  .megamenu .dropdown_fullwidth {
    width: 94%;
  }

  .megamenu_wrapper .megamenu .dropdown_right,
  .megamenu_wrapper_full .megamenu .dropdown_right {
    left: auto;
    right: 1%;
  }

  .megamenu_wrapper .megamenu .dropdown_fullwidth,
  .megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth,
  .megamenu_wrapper_full .megamenu .dropdown_fullwidth,
  .megamenu_wrapper_full .megamenu li.menuitem_right .dropdown_fullwidth {
    top: 105px;
    right: auto;
    left: 1%;
    margin: 0;
  }

  .megamenu a:hover span {
    display: none;
  }

  .schools img {
    display: none;
  }

  .megamenu_wrapper,
  .megamenu_wrapper_full {
    width: 99.9%;
    height: 300px;
    margin: 7px auto 0 auto;
    float: none;
  }

  .megamenu_wrapper .megamenu_container,
  .megamenu_wrapper_full .megamenu_container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .megamenu_wrapper .megamenu_container .megamenu,
  .megamenu_wrapper_full .megamenu_container .megamenu {
    width: 99.9%;
    margin: 0;
    padding: 0;
  }

  .megamenu_container .megamenu > li,
  .megamenu_container .megamenu > li:hover,
  .megamenu_container .megamenu > li.menuitem_right,
  .megamenu_container .megamenu > li.menuitem_right:hover {
    float: left;
    width: 100%;
    display: block;
    padding-right: 0;
    margin-right: 0;
  }

  .megamenu_container > ul > li:hover {
    background-color: #d36027;
  }

  .megamenu_wrapper_full .megamenu_container .megamenu > li,
  .megamenu_wrapper_full .megamenu_container .megamenu > li:hover,
  .megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right,
  .megamenu_wrapper_full .megamenu_container .megamenu > li.menuitem_right:hover {
    width: 100%;
    margin: 0 1px 0 1px;
    line-height: 30px;
  }

  .megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth,
  .megamenu_wrapper_full .megamenu li.menuitem_right > .dropdown_fullwidth {
    top: auto;
    right: auto;
    left: 0;
  }

  .megamenu_container .megamenu .dropdown_1column,
  .megamenu_container .megamenu .dropdown_2columns,
  .megamenu_container .megamenu .dropdown_3columns,
  .megamenu_container .megamenu .dropdown_4columns,
  .megamenu_container .megamenu .dropdown_5columns,
  .megamenu_container .megamenu .dropdown_fullwidth,
  .megamenu_container .megamenu .dropdown_right {
    left: 0;
    top: auto;
    margin: -1px 0 0 0;
    width: 92%;
    padding: 0 15px 0 15px;
  }

  .megamenu_wrapper_full .megamenu .dropdown_1column,
  .megamenu_wrapper_full .megamenu .dropdown_2columns,
  .megamenu_wrapper_full .megamenu .dropdown_3columns,
  .megamenu_wrapper_full .megamenu .dropdown_4columns,
  .megamenu_wrapper_full .megamenu .dropdown_5columns,
  .megamenu_wrapper_full .megamenu .dropdown_fullwidth,
  .megamenu_wrapper_full .megamenu .dropdown_right {
    padding: 0 13px 0 15px;
  }

  /* Menu Drop Downs Columns */
  .megamenu .col_one_sixth,
  .megamenu .col_one_fifth,
  .megamenu .col_one_quarter,
  .megamenu .col_one_third,
  .megamenu .col_two_fifths,
  .megamenu .col_half,
  .megamenu .col_three_fifths,
  .megamenu .col_two_thirds,
  .megamenu .col_three_quarters,
  .megamenu .col_four_fifths,
  .megamenu .col_five_sixths,
  .megamenu .col_full {
    margin-left: 0;
    margin-right: 0;
    width: 96%;
    float: left;
    display: block;
  }

  .megamenu > .col_one_sixth,
  .megamenu > .col_one_fifth,
  .megamenu > .col_one_quarter,
  .megamenu > .col_one_third,
  .megamenu > .col_two_fifths,
  .megamenu > .col_half,
  .megamenu > .col_three_fifths,
  .megamenu > .col_two_thirds,
  .megamenu > .col_three_quarters,
  .megamenu > .col_four_fifths,
  .megamenu > .col_five_sixths,
  .megamenu > .col_full {
    margin-left: 2%;
    margin-right: 2%;
  }

  /* Regular Drop Down (turned into a list) */
  .megamenu_wrapper .megamenu .levels li ul,
  .megamenu_wrapper_full .megamenu .levels li ul {
    position: relative;
    top: auto;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: auto;
    border: none;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .megamenu_wrapper .megamenu .levels li,
  .megamenu_wrapper_full .megamenu .levels li {
    float: left;
    width: 100%;
  }

  .megamenu_wrapper .megamenu .levels li:hover > ul,
  .megamenu_wrapper_full .megamenu .levels li:hover > ul {
    left: auto;
  }

  .megamenu_light_theme ul .levels a.parent,
  .megamenu_light_theme ul .levels a.parent:hover,
  .megamenu_light_theme ul .levels li ul,
  .megamenu_wrapper .megamenu_light_theme ul .levels a.parent,
  .megamenu_wrapper .megamenu_light_theme ul .levels a.parent:hover,
  .megamenu_wrapper .megamenu_light_theme ul .levels li ul {
    background: none;
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  #megamenu-outerwrap {
    position: inherit;
  }

  .megamenu_wrapper_full {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .megamenu .schools ul li {
    position: inherit;
  }

  .megamenu_wrapper,
  .megamenu_wrapper_full {
    height: 300px;
  }
}
/*Mega Menu Feature*/
#feature {
  background-color: #333;
  min-height: 175px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #000;
}
#feature img {
  float: right;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 5px 5px 5px;
  clear: left;
  box-shadow: 2px 2px 2px #000;
}
#feature p {
  line-height: 20px !important;
  margin: 0 0 10px 5px !important;
}
.skip {position: absolute; left: -1000em; width: 20em;}