/*
 * Pace University Front-End Template
 * Authored by C.Stellato - 3/11/12
 *
 * This is the primary stylesheet to be used in the pace.edu website.
 * This stylesheet should be included on all pages within the website.



    font-family:'Brandon Grot W01 Thin';
    font-family:'BrandonGrotW01-ThinItal';
    font-family:'Brandon Grot W01 Light';
    font-family:'BrandonGrotW01-LightIt';
    font-family:'BrandonGrotW01-Regular';
    font-family:'BrandonGrotW01-RegularI';
    font-family:'Brandon Grot W01 Medium';
    font-family:'BrandonGrotW01-MediumIt';
    font-family:'Brandon Grot W01 Bold';
    font-family:'BrandonGrotW01-BoldItal';
    font-family:'Brandon Grot W01 Black';
    font-family:'BrandonGrotW01-BlackIta';

 */
/* pictos */

@font-face {
  font-family: "Pictos";
  src: url("fonts/pictos-web.eot");
  src: local("?"), url("fonts/pictos-web.woff") format("woff"),
    url("fonts/pictos-web.ttf") format("truetype"),
    url("fonts/pictos-web.svg#webfontIyfZbseF") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Base
   ========================================================================== */

* {
  -webkit-font-smoothing: antialiased;
  outline: none;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  background: #f5f5f5;
  font-size: 1em;
  height: 100%;
  min-width: 1000px;
  font-family: Georgia;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

button {
  border: none;
  background: transparent;
}

/*
 * Used for hiding carousel content (title/description)
 */

li span.hidden {
  display: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 13px;
  color: #646464;
  font-weight: normal;
  margin: 0 0 1.2em;
}

h1 {
  font-family: "BrandonGrotW01-Regular", "Arial", sans-serif;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  /*font-size: 22px;*/
  text-transform: uppercase;
  margin: 0.67em 0;
  /*    display: none;*/
  font-weight: normal;
}

h2 {
  font-family: "Brandon Grot W01 Black", "Arial", sans-serif;
  /*font-size: 16px;*/
  margin: 0;
  text-transform: uppercase;
  line-height: 16px;
  /*    color: #6c6c6c;*/
  font-weight: normal;
}

h3 {
  font-family: "BrandonGrotW01-Regular", "Arial", sans-serif;
  /*font-size: 11px;*/
  margin: 1em 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
}

h4 {
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  /*font-size: 24px;*/
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}

h5 {
  font-family: "BrandonGrotW01-BoldItal", "Arial", sans-serif;
  /*font-size: 24px;*/
  margin: 25px 0;
  text-transform: uppercase;
  /*    color: #969696;*/
  font-weight: normal;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

h2.hr {
  max-width: 1000px;
  margin: 22px auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  font: 24px "Brandon Grot W01 Bold", Arial, sans-serif;
  color: #7d7d7d;
  letter-spacing: -1px;
}
h2.hr:before {
  content: "";
  display: block;
  height: 1px;
  width: 1000px;
  background: #ddd;
  position: absolute;
  top: 50%;
}

h2.hr span {
  background-color: #f5f5f5;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   Theme
   ========================================================================== */

.t-lblue {
  color: #3d8dc6;
}

.t-green {
  color: #9cb31d;
}

.t-blue {
  color: #1f3b7a;
}

.t-yellow {
  color: #ffc300;
}

.t-gray {
  color: #dadada;
}

.t-red {
  color: #c8110d;
}

.t-brown {
  color: #ca8a3f;
}

.t-lred {
  color: #dc4623;
}

/* ==========================================================================
   Layout
   ========================================================================== */

/*** Top Nav ***/
#top-nav-wrapper {
  background: #fafafa;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  height: 49px;
  clear: both;
}

#top-nav {
  width: 1000px;
  margin: 0 auto;
}
.l-btnLeft {
  min-width: 200px;
  margin: 0 auto;
  float: left;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.l-btnRight {
  min-width: 492px;
  margin: 0 auto;
  float: right;
}

#top-nav li {
  float: left;
}

#top-nav .l-btnLeft li {
  border-left: 1px solid #e6e6e6;
}

#top-nav .l-btnLeft li a {
  display: block;
  height: 30px;
  padding: 12px 15px 7px 15px;
}

#top-nav .l-btnLeft li:hover a span {
  color: #fff;
}

.l-btnLeft li.t-lblue span {
  color: #3d8dc6;
}

.l-btnLeft li.t-lblue:hover {
  background: #3d8dc6;
}

.l-btnLeft li.t-green span {
  color: #9cb31d;
}

.l-btnLeft li.t-green:hover {
  background: #9cb31d;
}

#top-nav .l-btnRight li {
  height: 27px;
  border-left: 1px solid #e6e6e6;
  padding: 11px 10px;
}

#top-nav .l-btnRight li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #646464;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0px;
  margin: 0 3px 0 3px;
}

#top-nav .l-btnRight li:nth-child(4) {
  padding-right: 12px;
}

.l-btnRight li:hover {
  background: #ffffff;
}

#top-nav li.t-green {
  border-right: 1px solid #e6e6e6;
}

/* Schools Toggle */
#top-nav li.schools-toggle {
  width: 70px;
  height: 49px;
  padding: 0;
  margin: 0;
}

#top-nav li.schools-toggle-active {
  margin-top: -1px;
  padding-bottom: 1px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

#top-nav li.schools-toggle a {
  display: block;
  line-height: 52px;
  height: 53px;
  text-align: center;
}

#top-nav li.schools-toggle-active a {
  text-indent: -9999px;
  background: url("../img/schools-icon-close.png") center center no-repeat;
}

/* Search Toggle */
#top-nav li.search-toggle {
  border-right: 1px solid #e6e6e6;
  width: 63px;
  height: 49px;
  padding: 0;
  margin: 0;
}

#top-nav li.search-toggle-active {
  margin-top: -1px;
  padding-bottom: 2px;
  background: url("../img/search-gradient.png") repeat-x;
}

#top-nav li.search-toggle a {
  display: block;
  width: 63px;
  height: 53px;
  background: url("../img/search-icon.png") center center no-repeat;
  text-indent: -9999px;
}

#top-nav li.search-toggle-active a {
  background: url("../img/search-icon-close.png") center center no-repeat;
}

/*** Main Nav ***/

#l-main-nav-wrapper {
  background: #ffffff; /*white*/
  width: 100%;
  height: 120px;
}

/*
    #logo {
        background: url('../img/logo.png') no-repeat;
        width: 220px;
        height: 111px;
        margin: 4px 0 0 20px;
        padding-right: 10px;
        vertical-align: middle;

    }
*/

#l-main-nav {
  width: 1000px;
  margin: 0 auto;
  padding: 16px 0 0;
}

#l-main-nav ul {
  width: 1000px;
}

/*
    #l-main-nav li#logo {
            margin:0 70px 0 20px;
            padding-top:43px;
            position: relative;
        }
        
        #l-main-nav #logo h2 {
            display: inline-block;
        }
        
*/
#l-main-nav #logo h2 a {
  display: block;
  position: absolute;
  top: 0;
  height: 91px;
  width: 220px;
  text-indent: -9999px;
  overflow: hidden;
}

#l-main-nav li {
  display: inline-block;
  zoom: 1;
  margin: 0 60px 0 0;
  padding-top: 22px;
  height: 75px;
}

#l-main-nav li:last-child {
  margin-right: 0;
}

#l-main-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#l-main-nav li a {
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  color: #6c6c6c;
}

#l-main-nav li:hover a,
#l-main-nav li a.active {
  color: #3d8dc6;
  text-decoration: none;
}

.l-title {
  width: 1000px;
  padding-left: 38px;
  min-height: 70px;
  margin: 0 auto;
}

.l-title .t-title {
  font-family: "BrandonGrotW01-BoldItal", "Arial", sans-serif;
  line-height: 70px;
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: left;
  color: #969696;
}

/*** Mega Nav ***/

.l-mega-nav-wrapper-academics,
.l-mega-nav-wrapper-oncampus,
.l-mega-nav-wrapper-success,
.l-mega-nav-wrapper-admissions {
  background: #ffffff;
  width: 100%;
  min-width: 1000px;
  position: absolute;
  top: 165px;
  left: 0;
  height: auto;
  display: none;
  z-index: 100;
}

.l-mega-nav {
  width: 1000px;
  margin: 0 auto;
}

.l-mega-nav > ul {
  display: inline-block;
  width: 212px;
  padding: 0 18px;
  float: left;
  border-right: 1px solid #e6e6e6;
  min-height: 180px;
  margin: 20px 0px 20px 0;
}

.col-3 .l-mega-nav > ul {
  width: 292px;
  padding: 0 31px 0 20px;
}

.l-mega-nav > ul:last-child {
  border: none;
}

.col-3 .l-mega-nav > ul:last-child {
  padding-right: 0;
}

.col-3 .l-mega-nav li ul {
  width: 136px;
  float: left;
  padding-top: 15px;
}

.col-3 .l-mega-nav li ul + ul {
  margin-left: 20px;
}

.col-3 .l-mega-nav > ul > li {
  margin: 0 !important;
}

.l-mega-nav > ul:last-child li {
  color: #a0a0a0;
  margin-bottom: 27px;
}

.col-3 .l-mega-nav > ul:last-child li {
  margin-bottom: 12px;
}

.l-mega-nav li {
  font-family: "Brandon Grot W01 Medium", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.l-mega-nav li a {
  color: #a0a0a0;
}

.l-mega-nav li a:hover {
  color: #3d8dc6;
}

.l-mega-nav ul li.t-title,
.l-mega-nav ul li.t-title a {
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: #6c6c6c;

  margin: 0 0 15px;
}

.col-3 .l-mega-nav ul li.t-title {
  margin: 0 0 15px !important;
}

.l-mega-nav > ul:last-child li.t-title {
  margin: 0 0 5px;
}

.l-mega-nav ul li.t-title a {
  color: #9cb31d;
}

.l-mega-nav ul li.t-title:first-child a {
  color: #214277;
}

.l-mega-nav ul li.t-title a:hover {
  color: #3d8dc6;
}
/*** Search Dropdown ***/

.search-closed {
  height: 0px;
  display: none;
}

.seacrh-open {
  height: 100px;
}

.l-dropdown-search {
  background: url("../img/search-gradient.png") repeat-x;
  border-bottom: 1px solid #e6e6e6;
  height: 0px;
  margin-top: -16px;
}

.l-dropdown-search .l-search-form {
  width: 1000px;
  margin: auto;
}

.l-search-form .search-action {
  float: left;
  width: 65px;
  height: 59px;
  text-indent: -9999px;
  margin-top: 20px;
  background: url("../img/search-sprite.png") no-repeat top;
  border: 0;
  float: left;
  cursor: default;
}

.l-search-form .search-inactive {
  background-position: top;
}

.l-search-form .search-active {
  background-position: center;
  cursor: pointer;
}

.l-search-form .search-clicked {
  background-position: bottom;
}

.l-search-form .search-field {
  width: 100%;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  height: 70px;
  margin-top: 15px;
  background: transparent;
  color: #93c6ea;
  font-size: 50px;
  outline: none;
  border: none;
  float: left;
  width: 930px;
}

/*** Do Not Remove, used to style placeholder ***/
::-webkit-input-placeholder {
  color: #93c6ea;
  font-size: 50px;
  text-transform: lowercase;
}

:-moz-placeholder {
  color: #93c6ea;
  font-size: 50px;
  text-transform: lowercase;
}

::-moz-placeholder {
  color: #93c6ea;
  font-size: 50px;
  text-transform: lowercase;
}

:-ms-input-placeholder {
  color: #93c6ea;
  font-size: 50px;
  text-transform: lowercase;
}

/*** Schools Dropdown ***/

.schools-closed {
  height: 0px;
  display: none;
}

.schools-open {
  height: 100px;
}

.l-dropdown-schools {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  height: 0px;
}

.l-dropdown-schools ul {
  width: 1000px;
  margin: 0 auto;
  height: 99px;
  list-style: none;
}

.l-dropdown-schools li {
  width: 137px;
  border-left: 1px solid #e6e6e6;
  float: left;
  height: 70px;
  padding: 30px 14px 0 14px;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
}

.l-dropdown-schools li.computer-science {
  width: 140px;
}

.l-dropdown-schools li:last-child {
  border-right: 1px solid #e6e6e6;
}

.l-dropdown-schools li.health a {
  color: #dc4623;
}

.l-dropdown-schools li.health:hover {
  background: #dc4623;
}

.l-dropdown-schools li.arts a {
  color: #214277;
}

.l-dropdown-schools li.arts:hover {
  background: #214277;
}

.l-dropdown-schools li.business a {
  color: #b8d420;
}

.l-dropdown-schools li.business:hover {
  background: #b8d420;
}

.l-dropdown-schools li.education a {
  color: #fdc12d;
}

.l-dropdown-schools li.education:hover {
  background: #fdc12d;
}

.l-dropdown-schools li.law a {
  color: #ca8a3f;
}

.l-dropdown-schools li.law:hover {
  background: #ca8a3f;
}

.l-dropdown-schools li.computer-science a {
  color: #58beee;
}

.l-dropdown-schools li.computer-science:hover {
  background: #58beee;
}

.l-dropdown-schools li:hover a {
  color: #ffffff;
}

/*** Top Footer ***/
.footer-waypoint {
  width: 100%;
  clear: both;
  height: 74px;
  margin-top: 25px;
}

#l-top-footer {
  width: 100%;
  clear: both;
  background: url("../img/ftr-background.gif") repeat-x top;
  height: 74px;
  margin: 34px 0 0 0;
}

#l-top-footer.sticky-on {
  z-index: 100;
  bottom: 0;
  left: 0;
  position: fixed;
}

#l-top-footer.sticky-off {
  position: static;
}

#l-top-footer ul {
  width: 1000px;
  margin: 0 auto;
  height: 74px;
}

#l-top-footer li {
  list-style: none;
  float: left;

  text-align: center;
}

#l-top-footer li:nth-child(n + 6) a {
  height: 48px;
}

#l-top-footer li:first-child {
  background: #fff;
}

#l-top-footer li a {
  display: block;
  padding: 25px 26px 0;
  height: 49px;
}

#l-top-footer li a h2 {
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: -1px;
  color: #a0a0a0;
}

#l-top-footer li:nth-child(n + 6),
#l-top-footer li:first-child {
  border-left: 1px solid #ebebeb;
}

#l-top-footer li:last-child,
#l-top-footer li:first-child {
  border-right: 1px solid #ebebeb;
}

#l-top-footer li:nth-child(2) {
  border-top: 8px solid #1f3b7a;
  text-align: left;
}
#l-top-footer li:nth-child(2) a {
  padding: 17px 68px 0 20px;
}

#l-top-footer li:nth-child(2):hover {
  background: #1f3b7a;
}

#l-top-footer li:nth-child(2):hover h2 {
  color: #ffffff;
}

#l-top-footer li:nth-child(3) {
  border-top: 8px solid #208acb;
  text-align: left;
}
#l-top-footer li:nth-child(3) a {
  padding: 17px 62px 0 20px;
}

#l-top-footer li:nth-child(3):hover {
  background: #208acb;
}

#l-top-footer li:nth-child(3):hover h2 {
  color: #ffffff;
}

#l-top-footer li:nth-child(4) {
  border-top: 8px solid #90bd00;
  text-align: left;
}
#l-top-footer li:nth-child(4) a {
  padding: 17px 64px 0 20px;
}

#l-top-footer li:nth-child(4):hover {
  background: #90bd00;
}

#l-top-footer li:nth-child(4):hover h2 {
  color: #ffffff;
}

#l-top-footer li:nth-child(5) {
  border-top: 8px solid #ffc300;
  text-align: left;
}
#l-top-footer li:nth-child(5) a {
  padding: 17px 82px 0 22px;
}

#l-top-footer li:nth-child(5):hover {
  background: #ffc300;
}

#l-top-footer li:nth-child(5):hover h2 {
  color: #ffffff;
}

#l-top-footer li:nth-child(6) {
  background: #fff;
}
#l-top-footer li:nth-child(6) a {
  padding: 26px 24px 0;
}

#l-top-footer li:nth-child(6) h2 {
  line-height: 21px;
  font-size: 14px;
  color: #1f3b7a;
}

#l-top-footer li:nth-child(6):hover {
  background: #1f3b7a;
  border-left: 1px solid #1f3b7a;
}

#l-top-footer li:nth-child(6):hover h2 {
  color: #ffffff;
}

#l-top-footer li:nth-child(7) {
  background: #fff;
}
#l-top-footer li:nth-child(7) a {
  padding: 26px 22px 0;
}

#l-top-footer li:nth-child(7) h2 {
  line-height: 21px;
  font-size: 14px;
  color: #208acb;
}

#l-top-footer li:nth-child(7):hover {
  background: #208acb;
  border-left: 1px solid #208acb;
}

#l-top-footer li:nth-child(7):hover h2 {
  color: #ffffff;
}

#l-top-footer li:nth-child(8) {
  background: #fff;
}
#l-top-footer li:nth-child(8) a {
  padding: 26px 17px 0;
}

#l-top-footer li:nth-child(8) h2 {
  line-height: 21px;
  font-size: 14px;
  color: #90bd00;
}

#l-top-footer li:nth-child(8):hover {
  background: #90bd00;
  border-left: 1px solid #90bd00;
  border-right: 1px solid #90bd00;
}

#l-top-footer li:nth-child(8):hover h2 {
  color: #ffffff;
}

/*** Main Footer ***/

#l-main-footer-border {
  width: 100%;
  height: 4px;
  background: #323232;
  border-top: 1px solid #0f0f0f;
  padding: 0;
  margin: 0;
}

#l-main-footer {
  text-align: center;
  margin-top: 22px;
  min-height: 280px;
  padding-bottom: 10px;
  background: #3c3c3c url("../img/ftr-wide-bg.gif") repeat-y center;
}

#l-main-footer > ul {
  display: inline-block;
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  background: transparent url("../img/ftr-border.gif") repeat-y left;
}

#l-main-footer > ul > li {
  text-align: left;
  float: left;
  width: 162px;
  padding: 20px 14px 0 24px;
  background: url("../img/ftr-border.gif") repeat-y right;
  min-height: 268px;
}

#l-main-footer .t-title {
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 19px 0;
}

#l-main-footer li:last-child .t-title {
  margin-bottom: 6px;
}

#l-main-footer p,
#l-main-footer a {
  display: block;
  padding: 0;
  margin: 10px 0 5px 0;
  font-size: 14px;
  letter-spacing: 0px;
  color: #c8c8c8;
}

#l-main-footer a:hover p {
  color: #ffffff;
}

#l-main-footer .footer-info {
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 14px;
}

.l-social {
  margin: 0;
  list-style: none;
}

.l-social li {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
#l-main-footer .l-social li {
  margin-top: 5px;
}

.l-social li a {
  display: block;
  width: 32px;
  height: 32px;
}

.l-social li.twitter {
  background: url("../img/social-sprite.png") no-repeat 0 0;
  text-indent: -9999px;
}

.l-social li.twitter:hover {
  background-position: 0 -33px;
}

.l-social li.facebook {
  background: url("../img/social-sprite.png") no-repeat -33px 0;
  text-indent: -9999px;
}

.l-social li.facebook:hover {
  background-position: -33px -33px;
}

.l-social li.linkedin {
  background: url("../img/social-sprite.png") no-repeat -66px 0;
  text-indent: -9999px;
}

.l-social li.linkedin:hover {
  background-position: -66px -33px;
}

.l-social li.youtube {
  background: url("../img/social-sprite.png") no-repeat -99px 0;
  text-indent: -9999px;
}

.l-social li.youtube:hover {
  background-position: -99px -33px;
}

.l-social li.instagram {
  background: url("../img/social-sprite.png") no-repeat -133px 0;
  text-indent: -9999px;
}

.l-social li.instagram:hover {
  background-position: -133px -33px;
}

#l-copyright-wrapper {
  clear: both;
  background: #ffffff;
}

#copyright {
  width: 1000px;
  height: 45px;
  padding-top: 25px;
  margin: 0 auto;
}

#copyright div.l-left-col {
  float: left;
  width: 455px;
  height: 45px;
  padding-left: 20px;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 5px;
  color: #214277;
}

#copyright div.l-right-col {
  float: left;
  width: 525px;
  height: 45px;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-top: 5px;
  color: #969696;
}
#copyright a {
  color: #969696;
}

#copyright a:hover {
  color: #214277;
}

/*** Wrapper and Header for Template 2 & 3 ***/

.t-inside-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
}

.t-inside-wrapper .t-mainTitle {
  font: 36px/1 "Brandon Grot W01 Bold", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #7d7d7d;
  margin: 8px 0 14px 14px;
  float: left;
  min-height: 52px;
}

/* feature containers */
.feature-container {
  position: relative;
  padding-top: 170px;
  height: 240px;
  text-align: center;
  width: 100%;
}
.feature-container h2 {
  font-size: 72px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.feature-container h2 span {
  color: #fdc12d;
}
.feature-container .tour {
  width: 230px;
  text-align: center;
}

.feature-container.sm {
  height: 250px;
  padding: 0;
}

.feature-container.sm h2 {
  font-size: 50px;
  width: 750px;
  margin: auto auto;
  padding-left: 250px;
  padding-top: 50px;
  text-align: left;
}

.feature-container.med {
  height: 225px;
  padding: 125px 0 0 0;
}
.feature-container.med h2 {
  font-size: 60px;
}

/* Campus Navigation */
.l-nav-campus {
  width: 960px;
  margin: auto auto;
  background-color: #fff;
  margin-bottom: -40px;
  z-index: 50;
  position: relative;
  -moz-box-shadow: 0 1px 1px 1px #ebebeb;
  -webkit-box-shadow: 0 1px 1px 1px #ebebeb;
  box-shadow: 0 1px 1px 1px #ebebeb;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#ebebeb', Direction=135, Strength=2);
}
.l-nav-campus ul {
  display: table;
  width: 100%;
}
.l-nav-campus ul li {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}
.l-nav-campus ul li a {
  display: inline-block;
  text-align: left;
  color: #6c6c6c;
  line-height: 1;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 25px;
}
.l-nav-campus ul li:hover {
  background-color: #fafafa;
}
.l-nav-campus ul li:hover a {
  color: #3d8dc6;
}
.l-nav-campus ul li.current a {
  color: #3d8dc6;
}

/* intro box */
.l-intro-box {
  width: 960px;
  margin: -50px auto 40px auto;
  position: relative;
  z-index: 999;
  padding: 40px 20px;
  background-color: #fff;
  -moz-box-shadow: 0 1px 1px 1px #ebebeb;
  -webkit-box-shadow: 0 1px 1px 1px #ebebeb;
  box-shadow: 0 1px 1px 1px #ebebeb;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#ebebeb', Direction=135, Strength=2);
  display: table;
}

.l-intro-box .left,
.l-intro-box .right {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}
.l-intro-box .left {
  border-right: 1px solid #dcdcdc;
}

.l-intro-box .right {
  padding-left: 40px;
}
.l-intro-box h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #3d8dc6;
  margin: 0;
  font-family: "BrandonGrotW01-BoldItal", Arial, sans-serif;
}
.l-intro-box .right p {
  margin: 0;
  color: #464646;
  line-height: 1.8;
}

/*Inside Wrapper Links*/
.inside-wrapper-links {
  width: 500px;
  float: right;
  margin: 0 17px 0 0;
}

.inside-wrapper-links a {
  width: 120px;
  margin-left: 14px;
  padding: 10px 16px;

  display: block;
  float: left;
}

.inside-wrapper-links a {
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
}

.inside-wrapper-links a:nth-child(1) {
  background: #214277 url("../img/arrow-white-right.png") no-repeat 135px center;
}

.inside-wrapper-links a:nth-child(1):hover {
  background: #ffffff url("../img/arrow-darkblue-right.png") no-repeat 135px
    center;
  color: #214277;
}

.inside-wrapper-links a:nth-child(2) {
  background: #3d8dc6 url("../img/arrow-white-right.png") no-repeat 135px center;
}

.inside-wrapper-links a:nth-child(2):hover {
  background: #ffffff url("../img/arrow-blue-right.png") no-repeat 135px center;
  color: #3d8dc6;
}

.inside-wrapper-links a:nth-child(3) {
  background: #9cb31d url("../img/arrow-white-right.png") no-repeat 135px center;
}

.inside-wrapper-links a:nth-child(3):hover {
  background: #ffffff url("../img/arrow-green-right.png") no-repeat 135px center;
  color: #9cb31d;
}

/* BTNS */
.btn {
  display: inline-block;
  padding: 20px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  color: #1f4179;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonGrotW01-BoldItal", Arial, sans-serif;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  cursor: pointer;
}
.btn:hover {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.btn-arrow {
  display: inline-block;
  padding: 18px 70px 15px 20px;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  text-transform: uppercase;
  color: #7d7d7d;
  background: #f0f0f0 url(../img/arrow-gray-right.png) 90% center no-repeat;
  letter-spacing: -1px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  cursor: pointer;
}

.btn-arrow:hover {
  color: #3d8dc6;
  background: #fff url(../img/arrow-blue-right.png) 90% center no-repeat;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Common Styles
   ========================================================================== */

.padding-0 {
  padding: 0 !important;
}

.t-inside-wrapper.negative {
  padding: 0;
  margin-top: -60px;
}

.column-2 {
  position: relative;
  min-height: 600px;
}

.column-2 .content {
  width: 735px;
  float: right;
  background-color: #fff;
  padding: 30px 20px 40px 70px;
  -moz-box-shadow: 0 1px 1px 1px #ebebeb;
  -webkit-box-shadow: 0 1px 1px 1px #ebebeb;
  box-shadow: 0 1px 1px 1px #ebebeb;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#ebebeb', Direction=135, Strength=2);
  min-height: 800px;
}

.destinations-nav {
  font-family: "Brandon Grot W01 Bold", Arial, sans-serif;
  width: 206px;
  position: absolute;
  left: 20px;
  top: 35px;
  background-color: #fafafa;
  -moz-box-shadow: 0 1px 1px 1px #ebebeb;
  -webkit-box-shadow: 0 1px 1px 1px #ebebeb;
  box-shadow: 0 1px 1px 1px #ebebeb;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#ebebeb', Direction=135, Strength=2);
}

.destinations-nav dl dt {
  color: #fff;
  padding: 40px 40px 40px 20px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  background: #214277 url(../img/arrow-white-down.png) 90% center no-repeat;
  letter-spacing: -1px;
}

.destinations-nav li a {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 45px 0 18px;
  height: 50px;
  width: 143px;
  color: #7d7d7d;
  background: url(../img/arrow-gray-right.png) 90% center no-repeat;
  font-size: 16px;
  line-height: 1;
}
.destinations-nav dl li a {
  height: 80px;
}
.destinations-nav li a:hover {
  color: #3d8dc6;
  background: #fff url(../img/arrow-blue-right.png) 90% center no-repeat;
}
.destinations-nav li.current a {
  color: #fff;
  background: #3d8dc6 url(../img/arrow-white-right.png) 90% center no-repeat;
}

.destinations-nav li.haschild a {
  color: #fff;
  background: #3d8dc6 url(../img/arrow-white-down.png) 90% center no-repeat;
}

.destinations-nav li ul {
  border-bottom: 1px solid #ececec;
}

.destinations-nav li.haschild li a {
  padding-right: 18px;
  height: 40px;
  width: 188px;
  color: #7d7d7d;
  background: #fff;
  font-size: 12px;
}

.destinations-nav li li.current a {
  color: #fff !important;
  background: #9cb31d;
}

.destinations-nav li.haschild li a:hover {
  color: #9cb31d;
}

.article {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  padding-bottom: 18px;
}

.article h2 {
  font-family: "Brandon Grot W01 Bold", arial, sans-serif;
  font-size: 28px;
  line-height: 1.214;
  color: #3d8dc6;
  margin-bottom: 25px;
}

.article h3 {
  font: 24px/1.083 "Brandon Grot W01 Bold", arial, sans-serif;
  font-size: 24px;
  color: #fdc12d;
  margin: 1.25em 0 0.25em;
}

.article h4 {
  font: 18px/1.111 "BrandonGrotW01-Regular", "Arial", sans-serif;
  color: #9cb31d;
  margin: 1em 0 0.25em;
}

.article p {
  font-size: inherit;
  color: inherit;
  margin-top: 0;
  margin: 0 0 1.2em;
}

.article ul {
  margin: 1em 0;
}

/*.article ul li {
  padding-left: 20px;
  background: url(../img/bul.grn.png) no-repeat 6px 8px;
  margin-bottom: 0.4em;
  margin-left: 1.2em;
}
*/

.article .carousel {
  margin: 40px 0;
}

.article small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}

.article a {
  color: #3d8dc6;
  text-decoration: underline;
}

.txt-lg {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

.box-style {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.img-frame {
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.lnk-featured {
  background-color: #214277;
  background-repeat: no-repeat;
  font: 18px/1 "BrandonGrotW01-BoldItal", arial, sans-serif;
}
.lnk-featured a {
  display: block;
  color: #fff !important;
  padding: 146px 17px 0;
  height: 34px;
}
.lnk-featured:hover {
  background-color: #3d8dc6;
}

.bio {
  margin-bottom: 20px;
}

.bio .photo {
  margin-bottom: 25px;
}

.bio h2 {
  font-family: "Brandon Grot W01 Bold", arial, sans-serif;
  line-height: 1;
  color: #214277;
  margin-bottom: 10px;
}

.bio .title {
  font-family: "BrandonGrotW01-BoldItal", arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #bebebe;
}
.bio .contact {
  font-family: "Brandon Grot W01 Bold", arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  padding: 12px 0 8px 4px;
  color: #aeaeae;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bio a {
  color: #3d8dc6;
}

.icn {
  display: inline-block;
  font: 24px/1 "Pictos";
  color: #ddd;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  min-width: 24px;
}

.t-inside-wrapper .layout-2col-nav-b {
  margin-left: 177px;
}
.layout-2col-nav-b .col-main {
  display: table-cell;
  vertical-align: top;
  width: 520px;
  padding: 30px 19px 35px 68px;
  border-right: 1px solid #ebebeb;
  height: 800px;
}
.layout-2col-nav-b .col-side {
  display: table-cell;
  vertical-align: top;
  width: 215px;
  background: #fafafa;
  padding-bottom: 40px;
}

.breadcrumbs {
  font-family: "Brandon Grot W01 Bold", arial, sans-serif;
  font-size: 13px;
  color: #aaa;
  text-transform: uppercase;
  word-spacing: 7px;
  margin: 3px 0 15px;
}
.breadcrumbs a {
  color: #aaa;
  white-space: nowrap;
  word-spacing: normal;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  color: #fdc12d;
  white-space: nowrap;
  word-spacing: normal;
}

.m-filter {
  padding: 18px 0 1px;
}

.m-filter h3 {
  color: #aaa;
  font: 16px/1.125 "BrandonGrotW01-BoldItal", "Arial", sans-serif;
  margin: 0 0 15px;
}

.m-filter .field {
  margin: 0 0 18px 0;
  width: 175px;
}

#ui-datepicker-div {
  font-size: 12px;
  font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}

.m-filter input[type="text"] {
  display: block;
  height: 50px;
  padding: 0 35px 0 12px;
  width: 128px;
  border: 1px solid #ececec;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
  color: #7e7e7e;
  background: #fff url(../img/arrow-gray-down.png) no-repeat 89% 50%;
  font: 14px/50px "Brandon Grot W01 Bold", Arial, sans-serif;
  text-transform: uppercase;
  cursor: default;
}
.m-filter input[type="text"]::-webkit-input-placeholder {
  color: #7e7e7e;
  font-size: 14px;
  text-transform: uppercase;
}
.m-filter input[type="text"]:-moz-placeholder {
  color: #7e7e7e;
  font-size: 14px;
  text-transform: uppercase;
}
.m-filter input[type="text"]::-moz-placeholder {
  color: #7e7e7e;
  font-size: 14px;
  text-transform: uppercase;
}
.m-filter input[type="text"]:-ms-input-placeholder {
  color: #7e7e7e;
  font-size: 14px;
  text-transform: uppercase;
}

/* Start Custom select element
=========================================================================== */
/* Wrapper element to enable positioning */
.custom-select-container {
  position: relative;
}
/* Set the dimensions of the replaced select element and make it transparent. */
select.custom.replaced {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 50px;
  border: 0;
  filter: alpha(opacity=0); /* Move to IE-specific CSS file if you want to. */
  opacity: 0;
  line-height: 2;
}
.custom-select {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.custom-select > span {
  display: block;
  padding: 0 35px 0 12px;
  border: 1px solid #ececec;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
  color: #7e7e7e;
  background: #fff url(../img/arrow-gray-down.png) no-repeat 89% 50%;
}
.custom-select span span {
  display: block;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 14px/50px "Brandon Grot W01 Bold", Arial, sans-serif;
  text-transform: uppercase;
}
/* End Custom select element */

@media (max-width: 768px) {
  #l-main-footer > ul > li,
  .school #l-main-footer > ul > li {
    width: 100% !important;
  }
}
