/*==================================*/
/*                                  */
/*                                  */
/*             NORMALIZE            */
/*                                  */
/*                                  */
/*==================================*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block;}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;}

/* Prevents modern browsers from displaying 'audio' without controls and Remove excess height in iOS5 devices*/
audio:not([controls]) {
    display: none;
    height: 0;}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 and Known issue: no IE6 support*/
[hidden] {display: none;}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */

html, button, input, select, textarea {
    font-family: "ff-meta-web-pro",sans-serif;
    font-weight: 300;}

/* Addresses margins handled incorrectly in IE6/7 */

body {margin: 0; padding: 0;}


/* =============================================================================
   Links
   ========================================================================== */

/* Addresses outline displayed oddly in Chrome*/

a:focus {outline: none; /*thin dotted;*/}

/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test*/

a:hover, a:active {outline: 0;}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {font-size: 1.875em; margin: 1em 0; }

h2 {font-size: 1.5em; margin: 0; }

h3 {font-size: 1em; margin: 1em 0 0 0; }

h4 {font-size: 1em; margin: 1.33em 0; }

h5 {font-size: 0.83em; margin: 1.67em 0; }

h6 {font-size: 0.75em; margin: 2.33em 0; }

/* Addresses styling not present in IE7/8/9, S5, Chrome */

abbr[title] {border-bottom: 1px dotted;}

/* Addresses style set to 'bolder' in FF3+, S4/5, Chrome*/

b, strong {font-weight: bold;}

blockquote {margin: 1em 40px;}

/* Addresses styling not present in S5, Chrome */

dfn {font-style: italic;}

/* Addresses styling not present in IE6/7/8/9*/

mark {background: #ff0; color: #000;}

/* Addresses margins set differently in IE6/7 */

p, pre {margin: 1em 0;}

/* Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;}

/* Improves readability of pre-formatted text in all browsers*/

pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

q {quotes: none;}	/* 1 */
q:before, q:after {content: ''; content: none;} /* 2 */
small {font-size: 75%;}

/* Prevents sub and sup affecting line-height in all browsers gist.github.com/413930*/

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}


/* =============================================================================
   Lists
   ========================================================================== */

/* Addresses margins set differently in IE6/7 */

dl, menu, ol, ul {margin: 1em 0;}

dd {margin: 0 0 0 40px;}

/*Addresses paddings set differently in IE6/7  */

menu, ol, ul {padding: 0 0 0 40px;}

/* Corrects list images handled incorrectly in IE7 */

nav ul, nav ol {list-style: none; list-style-image: none;}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */}

/* Corrects overflow displayed oddly in IE9*/

svg:not(:root) {overflow: hidden;}


/* =============================================================================
   Figures
   ========================================================================== */

/* Addresses margin not present in IE6/7/8/9, S5, O11 */

figure {margin: 0;}


/* =============================================================================
   Forms
   ========================================================================== */

/* Corrects margin displayed oddly in IE6/7*/

form {margin: 0;}

/* Define consistent border, margin, and padding*/

fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button, input, select, textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet*/

button, input {
    line-height: normal; /* 1 */}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */}

/* Re-set default cursor for disabled elements */

button[disabled], input[disabled] {cursor: default;}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;}

/* Removes inner padding and search cancel button in S5, Chrome on OS X*/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {overflow: auto; /* 1 */
    vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells*/

table {
    border-collapse: collapse;
    border-spacing: 0;}

/*IE10 & IE11 hide select arrow*/
select::-ms-expand {
    display: none;
}
/*FF, Opera, Safari hide select arrow*/
select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none;
    text-indent: 0.01px;
    text-overflow: '';
}
/*==================================*/
/*                                  */
/*                                  */
/*               GRID               */
/*                                  */
/*                                  */
/*==================================*/

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 3%;}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */

.span_12_of_12 {width: 100%;}
.span_11_of_12 {width: 91.41%;}
.span_10_of_12 {width: 82.83%;}
.span_9_of_12 {width: 74.25%;}
.span_8_of_12 {width: 65.66%;}
.span_7_of_12 {width: 57.08%;}
.span_6_of_12 {width: 48.5%;}
.span_5_of_12 {width: 39.91%;}
.span_4_of_12 {width: 31.33%;}
.span_3_of_12 {width: 22.75%;}
.span_2_of_12 {width: 14.16%;}
.span_1_of_12 {width: 5.583%;}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {  
    margin: 1% 0 1% 0%; }
    
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%; }
}

/*Print CSS*/
@media print {
    /*index*/
    .slides{display: none;}
    .slidesContainer{display: none;}
    img{display: none;}
    .parallaxBanner{display: none;}
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {width: 100%; margin-left: 0;}
    .askRowdy{display: none;}
    #globalHeaderContainer{display: none;}
    #globalFooterContainer{display: none;}
    .landingSideMenu{display: none;}
    .custLinkGroup{display: none;}
    .meetRRBlock{display: none;}
    hr{display: none;}
    .grayBoxContainer{padding: 0 !important; margin-left: 0;}
    .collegesBlock{display: none;}
    a.internalBtn{display: none !important;}
    a.internalSlimBtn{display: none;}
    .glyphicons{display: none;}
    .virtualTourAdmissionsCustom{display: none;}
    .slides-pagination{display: none;}
}


/*==================================*/
/*                                  */
/*                                  */
/*       hELPER CLASS               */
/*                                  */
/*                                  */
/*==================================*/

  .ir {background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px;}
  .ir:before {content: ""; display: block; width: 0; height: 150%;}
  .hidden {display: none !important; visibility: hidden;}
  .visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}
  .invisible {visibility: hidden;}
  .clearfix:before, .clearfix:after {content: " "; display: table;}
  .clearfix:after {clear: both;}
  .clearfix {*zoom: 1;}
  .center{text-align: center;}

/*==================================*/
/*                                  */
/*                                  */
/*               GLOBAL             */
/*                                  */
/*                                  */
/*==================================*/
html{height: 100%; margin-bottom: 0.1em;}
.floatL{float: left;}
.floatR{float: right;}
p, ul{
  font-size: 1em;
  line-height: 1.4em;
  color: #111111;}
img{outline: none;}
a{text-decoration: none;}

.internalContainer{
  position:relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  }
.slidesInternalContainer{
  width: 90%;
  max-width: 870px;
  margin: 0 auto;
}
/*Back To Top Button*/
#backToTop{display: none; background: #f15a22; padding: 1em 0; text-align: center;}
#backToTop a{color: #ffffff;}

/*text align styles*/
.alignC{text-align: center;}
.alignL{text-align: left;}
.alignR{text-align: right;}

/*==================================*/
/*                                  */
/*                                  */
/*               BUTTONS            */
/*                                  */
/*                                  */
/*==================================*/
.internalSlimBtn{
  padding: 0.8em 1em 0.8em 0; 
  color: white; 
  text-indent: 8px;
  border-radius: 3px;
  display:inline-block;
  margin: 0 0 0.5em 0;
  transition: all .5s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
}
.internalBtn {
  width: 100%;
  margin: 0 0 0.5em 0;
  padding: .8em 0 .8em 0;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  font-size: 1em;
  font-weight:400;
  text-indent: 8px; /*15px;*/
  transition: all .5s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;}

.internalSlimBtn span, .internalBtn span {
  margin-right:.2em; 
  transition: all .5s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;}

.internalBtn b{
  float: right; 
  font-weight:100;
  padding-right: 1em;
  font-size: 1.1em;}
      /*Colors for the Buttons*/
      .white{background: white; color: #f15a22;}
      .white b{color: #f15a22;}
      /*Hover Effect*/
      .white:hover{background: #f15a22; color: white;}
      .white:hover span{color: white;}

      .blue{background: #0C2340; color: white;}
      .blue b, .blue span{color: #f15a22;}
      /*Hover Effect*/
      .blue:hover{background: #f15a22; color: white;}
      .blue:hover span{color: white;}

      .orange{background: #f15a22; color: #ffffff;}
      .orange span, .orange b {color: #ffffff;}
      /*Hover Effect*/
      .orange:hover{background: #ffffff; color: #f15a22;}
      .orange:hover span{color: #f15a22;}

      .darkGray {background: #888888; color: #ffffff;}
      .darkGray span, .darkGray b {color:#ffffff;}
      .darkGray:hover{background: #f15a22;}

/*==================================*/
/*                                  */
/*                                  */
/*         EMERGNECY               */
/*                                  */
/*                                  */
/*==================================*/


#emergencyNotice{
  display: none  ;/********************Remove to show the EMERGENCY NOTICE ***********************/
  background: #E7D845;
  text-align: center;
  margin: 0;
  padding: 0.1em 1em;}
#emergencyNotice p{
  font-size: 1em;
  color: #000;
  font-weight: 400;
  margin:0;
  padding: 0.5em 0;}

/*==================================*/
/*                                  */
/*                                  */
/*      GLOBAL HEADER               */
/*                                  */
/*                                  */
/*==================================*/

#globalHeaderContainer{
  width: 100%; 
  position: absolute;
  z-index: 99999;
  background: #0C2340;
  border-bottom: 0.2em solid #f15a22;
  padding-top:.2em; /*padding-bottom:.4em;*/}
#globalHeaderContainer .globalHeaderLogo{
  width: 320px;
  /*margin-top: -.33em; /*-.34em;*/
  padding-bottom:.3em;}
    #globalHeaderContainer .globalLgMobileLogo{
      display: none;
      width: 80px;}
    /*Logo Lg Header Mobile*/
    #globalHeaderContainer .globalLgMobileLogoIcon{
      display: none;
      width: 80px;}
    /*Logo Sm Header Mobile*/
    #globalHeaderContainer .globalSmMobileLogo{
      width: 80px; margin-top: 0.2em;}
#globalHeaderContainer #globalSmNav, #globalHeaderContainer #mainMenu{
  float: right;}
#globalHeaderContainer #globalSmNav{
  margin-top: 0.2em; /*0.7em*/}
#globalHeaderContainer #globalSmNav a, #globalHeaderContainer #mainMenu a{
  color: #ffffff;
  text-decoration: none;
  font-family: "ff-meta-web-pro",sans-serif;
  font-weight: 400;}
#globalHeaderContainer #globalSmNav a:hover, #globalHeaderContainer #mainMenu a:hover{
  color: #f15a22;}
#globalHeaderContainer #globalSmNav a{
  font-size: 0.68em;
  padding: 0 0 0 .8em;
  letter-spacing: 0.050em;}
#globalHeaderContainer #globalSmNav .glyphicons {
	color: #f15a22; margin-right:.2em; font-size:16px;}	
#globalHeaderContainer #mainMenu{
  margin: 1em 0 0 0;}
#globalHeaderContainer #mainMenu a{
  font-size: 0.95em; /*1.1em*/
  margin: 0 0 0 0.45em;
  letter-spacing: 0.025em;}
#globalHeaderContainer .col{
  margin-top: 0%;
  margin-bottom: 0%;}
#globalHeaderContainer #mobileMenuBtn{
  width: 35px;
  display: none;
  float: right;}

/*Search DropDown*/
.headerSearchContainer{
  display: none;
  background: #0C2340;
  margin-top: 10px;
}
.headerSearchContainer input{
  display: block;
  padding: 0.8em 0;
  margin: 0 0 1.2em 0;
  text-indent: 15px;
  width: 100%;
  border: 1px solid #999;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.headerSearchContainer .glyphicons-search{
  float: right; 
  top: 31px; 
  font-size: 18px; 
  right: 15px; 
  color: #f15a22;
}
/*.headerSearchCTAContainer{
  float: right; }
  
.headerSearchCTAContainer span a {
	display:block; float:right;
	margin-top:.35em;
  cursor:pointer;
  color: #ffffff;
  text-decoration: none;
  font-family: "ff-meta-web-pro-condensed",sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  padding: 0 0.5em 0 .5em;
  letter-spacing: 0.050em;} 
 
.headerSearchCTAContainer span a:hover{
  color: #f15a22;
  transition: all .3s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;}*/
   
#headerSearchCTA{
  color: #f15a22;
  font-weight: bold;
  margin-top: 0.8em;}
.showSearch{
  display:block;}
.hideSearch{
  display:none;}

/*Mobile Menu Slider*/
.mobileMenuSlider{
  display:none;
  background: #0C2340;
  color: white;
  padding-top: 3em;
}
.mobileMenuSlider .searchContainer{
  margin: 0 1.4em 0.2em 1.4em;
}
.mobileMenuSlider .glyphicons-search{
  color: #f15a22;
  float: right;
  top: 28px;
  right: 10px;
  font-size: 1.2em;
}
.mobileMenuSlider input[type=text]{
  font-size: 1em;
  height: 35px;
  border: none;
  background: #fff;
  width: 100%;
  text-indent: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mobileMenuSlider ul{
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}
.mobileMenuSlider ul li{
  border-bottom: 1px solid #223247;
}
.mobileMenuSlider ul li a{
  display: block;
  color: white;
  text-decoration: none;
  padding: 1.1em 0;
  margin-left: 1em;
  font-size: 1.2em;
}
.mobileMenuSlider ul li:last-child{
  border-bottom: none;
}

.mobileMenuSlider .studentBtns{
  background: #f15a22;
}
.mobileMenuSlider .studentBtns ul li{
  border-bottom: 1px solid #F4703F;
}
.mobileMenuSlider .studentBtns ul li:last-child{
  border-bottom: none !important;
}

/*==================================*/
/*                                  */
/*                                  */
/*      GLOBAL FOOTER               */
/*                                  */
/*                                  */
/*==================================*/

#globalFooterContainer{
  background: #0C2340;
  border-top: 3px solid #f15a22;
  text-align: center;
  margin: 0 auto;
  padding: 0 4px;
}
#globalFooterContainer #globalFooterNav{
  margin: 0.3em 0 0.3em 0;
}
#globalFooterContainer .info{
  display: inline;
}
#globalFooterContainer .info, #globalFooterContainer #globalFooterNav a{
  color: #ffffff;
  font-family: "ff-meta-web-pro",sans-serif;
  font-weight: 400;
  font-size: 0.68em;
  line-height: 1em;
  text-decoration: none;
}
#globalFooterContainer #globalFooterNav a:hover{
  color: #f15a22;
}
#globalFooterContainer .pipes{
  color: #8B8B8B;
  padding: 0 0.1em;
}
#globalFooterContainer .col{
  margin-top: 1%;
  margin-bottom: 1%;
}
#globalFooterContainer #socialNav{
  margin-top: 0.1em;
}
#globalFooterContainer #socialNav img{
  width: 24px;
}

/*Shared Styles In Global Header & Footer*/
#globalHeaderContainer #globalSmNav a, #globalHeaderContainer #mainMenu a, #globalHeaderContainer #globalSmNav a:hover, #globalHeaderContainer #mainMenu a:hover, 
#globalSensorJQ #globalMenuToggle a, #globalHeaderContainer .searchMenu a:hover, #globalFooterContainer #globalFooterNav a, #globalFooterContainer #globalFooterNav a:hover{
  transition: all .3s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
}

/*-------------------------------------------*/
/*                                           */
/*                                           */
/*---------------MEDIA QUERIES---------------*/
/*                                           */
/*                                           */
/*-------------------------------------------*/


@media screen and (max-width: 1200px){
  /*Global Header*/
  /*#globalHeaderContainer { padding-bottom:1em;}*/
  #globalHeaderContainer #mainMenu a{
    font-size: 0.9em;
    margin-left: 0.35em;
    letter-spacing: 0.025;
  }
  #globalHeaderContainer .globalHeaderLogo{
    display: none;
  }
  #globalHeaderContainer .globalLgMobileLogo{
    display: inline;
  }
  #globalHeaderContainer img.globalLgMobileLogo {
    width: 130px; margin-top:-.25em;
  }
  #globalHeaderContainer .span_3_of_12{
    width: 12.75%;
  }
  #globalHeaderContainer .span_9_of_12{
    width: 84.25%;
  }
}

@media screen and (max-width: 925px){ #globalHeaderContainer #mainMenu a{font-size: 0.9em;} }
	
@media screen and (max-width: 875px){
  /*Global Header*/
  #globalHeaderContainer {
	  padding-bottom:.1em; padding-top:.2em;}
  
  #globalHeaderContainer #mainMenu /*#globalHeaderContainer #globalSmNav*/, #globalHeaderContainer .search {
    display: none;
  }
  #globalHeaderContainer #globalSmNav .glyphicons{top: 0;}
  
  /*#globalHeaderContainer .span_3_of_12{
    width: 100%;
  }*/
  #globalHeaderContainer .col{
    margin-top: 0;
    margin-bottom: 0;
  }
  #globalHeaderContainer img.globalLgMobileLogo {
    width:5em; margin-top:.4em;
  }

  /*Mobile Menu Slider*/
  #globalHeaderContainer #mobileMenuBtn{
    display: inline;
    padding-left: 0.5em;
  }
  .showNav{
    display:block;
  }
  .hideNav{
    display:none;
  }
  /*Search Drop*/
  .showSearch{
    display: none;
  }
  .hideSearch{
    display: none;
  }
  .headerSearchCTAContainer{
    display: none;
  }

  /*Global Footer*/
  #globalFooterContainer{border-top: none;     text-align: center;
    margin: 0 auto; padding 0 10px;}
  #globalFooterContainer .span_9_of_12, #globalFooterContainer .span_3_of_12{
    width: 97%;
    padding:10px 0;
    margin: 0;
  }
  #globalFooterContainer #socialNav{
    float: none;
  }
  #globalFooterContainer .internalContainer{
    text-align: center;
    margin: 0 auto;
}
  #globalFooterContainer #socialNav{
    margin-top: 0%;
    margin-bottom: 2%;
  }

  /*UTSA Logo for Lg and Sm Header*/
  #globalHeaderContainer .globalLgMobileLogo{
    display: none;
  }
  #globalHeaderContainer .globalLgMobileLogoIcon{
    display: inline;
  }
  #globalHeaderContainer .globalLgMobileLogoIcon, #globalHeaderContainer .globalSmMobileLogo{
    margin: 0.55em 0 0 0;
  }
  #globalHeaderContainer #mobileMenuBtn{
    margin: -0.23em 0 0 0; /*0.5em 0 0 0*/
  }
  #globalHeaderContainer #globalSmNav .linkMobile{
    display: none;
  }
  #globalHeaderContainer #globalSmNav{
    margin-top: 0.75em;
  }
  #globalHeaderContainer #globalSmNav a{
    padding: 0 0 0 .7em;
  }

  /*Back to Top*/
  #backToTop{display: block;}
}

@media screen and (max-width: 767px){
  /*Buttons*/
  .internalBtn b{display: none;}
  .internalBtn {font-size: 0.9em;}
}

@media screen and (max-width: 480px){
  /*--Emergency Notice--*/
  #emergencyNotice p{
    font-size: 0.9em;
  }
}

@media screen and (max-width: 320px){

}