@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1220px) {
  .container {
    max-width: 1400px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
/**
 * @license
 * MyFonts Webfont Build ID 2888433, 2014-09-23T14:29:55-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF DIN Web Pro Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-regular-italic/
 * 
 * Webfont: FF DIN Web Pro Bold Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-bold-italic/
 * 
 * Webfont: FF DIN Web Pro Light Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-light-italic/
 * 
 * Webfont: FF DIN Web Pro Medium Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-medium-italic/
 * 
 * Webfont: FF DIN Web Pro Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-bold/
 * 
 * Webfont: FF DIN Web Pro Light by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-light/
 * 
 * Webfont: FF DIN Web Pro Medium by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-medium/
 * 
 * Webfont: FF DIN Web Pro by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/ff-din/pro-regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2888433
 * Licensed pageviews: 500,000
 * Webfonts copyright: 2009 Albert-Jan Pool published by FSI FontShop International GmbH
 * 
 * © 2014 MyFonts Inc
*/
@font-face {
  font-family: 'FFDINWebProItalic';
  src: url("../font/2C12F1_0_0.eot");
  src: url("../font/2C12F1_0_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_0_0.woff") format("woff"), url("../font/2C12F1_0_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFDINWebProBoldItalic';
  src: url("../font/2C12F1_1_0.eot");
  src: url("../font/2C12F1_1_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_1_0.woff") format("woff"), url("../font/2C12F1_1_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFDINWebProLightItalic';
  src: url("../font/2C12F1_2_0.eot");
  src: url("../font/2C12F1_2_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_2_0.woff") format("woff"), url("../font/2C12F1_2_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFDINWebProMediumItalic';
  src: url("../font/2C12F1_3_0.eot");
  src: url("../font/2C12F1_3_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_3_0.woff") format("woff"), url("../font/2C12F1_3_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFDINWebProBold';
  src: url("../font/2C12F1_4_0.eot");
  src: url("../font/2C12F1_4_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_4_0.woff") format("woff"), url("../font/2C12F1_4_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFDINWebProLight';
  src: url("../font/2C12F1_5_0.eot");
  src: url("../font/2C12F1_5_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_5_0.woff") format("woff"), url("../font/2C12F1_5_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFDINWebProMedium';
  src: url("../font/2C12F1_6_0.eot");
  src: url("../font/2C12F1_6_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_6_0.woff") format("woff"), url("../font/2C12F1_6_0.ttf") format("truetype");
}
@font-face {
  font-family: 'FFDINWebPro';
  src: url("../font/2C12F1_7_0.eot");
  src: url("../font/2C12F1_7_0.eot?#iefix") format("embedded-opentype"), url("../font/2C12F1_7_0.woff") format("woff"), url("../font/2C12F1_7_0.ttf") format("truetype");
}
html, body {
  height: 100%;
  width: 100%;
}

body {
  color: #333333;
  font-family: "FFDINWebPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  background: #f1eeeb;
  background-image: url(../img/splat-bg.jpg);
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #eb382e;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 11.5px;
  font-family: inherit;
  font-weight: bold;
  line-height: 23px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
  line-height: 46px;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 13.6px;
}

p, ul {
  margin: 0 0 11.5px;
}

.loading * {
  -webkit-transition: none;
  transition: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  padding: 0;
}

.fixed {
  position: fixed;
  top: 0;
  height: 0;
}
@media (max-width: 767px) {
  .fixed {
    position: fixed;
  }
}

.img-responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-responsive-sm {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.alert {
  position: relative;
  padding: 15px 60px;
  font-size: 15px;
  background: #eb382e;
  color: white;
  z-index: 500;
}
.alert h1 {
  font-size: 28px;
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
}
.alert a {
  font-size: 15px;
  color: white;
}
.alert a:after {
  font-family: 'fontawesome';
  content: '  \f101';
  font-size: 10px;
}
.alert a:hover, .alert a:focus {
  color: black;
}
.alert .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.alert .close:after {
  font-family: 'fontawesome';
  content: '\f00d';
  font-size: 20px;
}
.alert .close:hover, .alert .close:focus {
  color: black;
}
.alert .close:active {
  color: white;
}
@media (max-width: 767px) {
  .alert {
    position: relative;
    top: 62px;
    width: 100%;
  }
  .alert h1 {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .alert a {
    display: block;
    margin-top: 10px;
  }
}

.nav-open {
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.navbar-wrapper.open {
  height: 100%;
}

.navbar-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3000;
}
@media (max-width: 767px) {
  .navbar-wrapper {
    background: black;
  }
}
.navbar-wrapper li {
  display: inline-block;
}
.navbar-wrapper .mobile-title {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 768px) {
  .navbar-wrapper .mobile-title {
    display: none;
  }
}
.navbar-wrapper .mobile-title img {
  float: left;
  height: 80px;
  width: 80px;
  margin-left: 0;
}
.navbar-wrapper .mobile-title .name {
  float: left;
  padding: 33px 5px 0;
  font-size: 21px;
}
.navbar-wrapper .mobile-title .name a {
  color: white !important;
}
.navbar-wrapper .mobile-title .name a:hover, .navbar-wrapper .mobile-title .name a:focus {
  color: #eb382e !important;
}
.navbar-wrapper .sec-nav {
  position: relative;
  z-index: 1000;
}
@media (max-width: 767px) {
  .navbar-wrapper .sec-nav {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% - 62px);
    height: calc(100% - 62px);
    top: 62px;
  }
}
.navbar-wrapper .sec-nav .top, .navbar-wrapper .sec-nav .bottom {
  padding: 0 100px;
  z-index: 100;
}
.navbar-wrapper .sec-nav .top {
  height: auto;
  background: black;
  font-weight: 300;
}
.navbar-wrapper .sec-nav .top a {
  color: white;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.navbar-wrapper .sec-nav .top a:hover, .navbar-wrapper .sec-nav .top a:focus {
  color: #eb382e;
}
.navbar-wrapper .sec-nav .top .active {
  color: #eb382e;
}
.navbar-wrapper .sec-nav .top .title {
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-wrapper .sec-nav .top .title img {
  float: left;
  height: 80px;
  width: 80px;
  margin-left: 0;
}
.navbar-wrapper .sec-nav .top .title .name {
  float: left;
  padding: 33px 5px 0;
  font-size: 21px;
}
.navbar-wrapper .sec-nav .top .title .name a {
  color: white !important;
}
.navbar-wrapper .sec-nav .top .title .name a:hover, .navbar-wrapper .sec-nav .top .title .name a:focus {
  color: #eb382e !important;
}
.navbar-wrapper .sec-nav .top .right {
  font-size: 16px;
  padding: 33px 10px 0 0;
  font-weight: 500;
  text-align: right;
}
.navbar-wrapper .sec-nav .top .right ul {
  margin-bottom: 0;
}
.navbar-wrapper .sec-nav .top .right li {
  margin-right: 2%;
}
.navbar-wrapper .sec-nav .top .right li:last-child {
  margin-right: 0;
}
.navbar-wrapper .sec-nav .top .right i {
  color: #eb382e;
}
.navbar-wrapper .sec-nav .top .right .cont-sub {
  display: none;
  position: fixed;
  top: 80px;
  margin-left: -32px;
  width: 220px;
  background: black;
  z-index: 3000;
}
.navbar-wrapper .sec-nav .top .right .cont-sub li {
  padding: 10px 20px;
  display: block;
  text-align: left;
}
.navbar-wrapper .sec-nav .top .right .cont-sub li a {
  color: #888888;
  font-size: 13px;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  display: block;
}
.navbar-wrapper .sec-nav .top .right .cont-sub li a:after {
  font-family: 'fontawesome';
  content: ' \f101';
  margin-left: 5px;
  color: #eb382e;
}
.navbar-wrapper .sec-nav .top .right .cont-sub li a:hover, .navbar-wrapper .sec-nav .top .right .cont-sub li a:focus {
  color: white;
}
.navbar-wrapper .sec-nav .top .right .gray {
  position: relative;
}
.navbar-wrapper .sec-nav .top .right .gray a {
  font-size: 14px;
  color: #888888;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.navbar-wrapper .sec-nav .top .right .gray a:hover, .navbar-wrapper .sec-nav .top .right .gray a:focus {
  color: white;
}
.navbar-wrapper .sec-nav .top .right .gray .info-sub {
  display: none;
  position: fixed;
  top: 80px;
  margin-left: -21px;
  width: 183px;
  background: black;
  z-index: 3000;
}
.navbar-wrapper .sec-nav .top .right .gray .info-sub li {
  padding: 10px 20px;
  display: block;
  text-align: left;
}
.navbar-wrapper .sec-nav .top .right .gray .info-sub li a {
  color: #888888;
  font-size: 13px;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  display: block;
}
.navbar-wrapper .sec-nav .top .right .gray .info-sub li a:after {
  font-family: 'fontawesome';
  content: ' \f101';
  margin-left: 5px;
  color: #eb382e;
}
.navbar-wrapper .sec-nav .top .right .gray .info-sub li a:hover, .navbar-wrapper .sec-nav .top .right .gray .info-sub li a:focus {
  color: white;
}
.navbar-wrapper .sec-nav .top .right .sub {
  display: none;
}
.navbar-wrapper .sec-nav .top .right .wrapper {
  position: relative;
}
.navbar-wrapper .sec-nav .top .right .wrapper span {
  cursor: pointer;
  font-size: 13px;
}
.navbar-wrapper .sec-nav .top .right .wrapper span .fa-circle, .navbar-wrapper .sec-nav .top .right .wrapper span .fa-search {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.navbar-wrapper .sec-nav .top .right .wrapper span .fa-circle {
  color: #eb382e;
}
.navbar-wrapper .sec-nav .top .right .wrapper span .fa-search {
  color: white;
}
.navbar-wrapper .sec-nav .top .right .wrapper span:hover .fa-circle, .navbar-wrapper .sec-nav .top .right .wrapper span:focus .fa-circle {
  color: white;
}
.navbar-wrapper .sec-nav .top .right .wrapper span:hover .fa-search, .navbar-wrapper .sec-nav .top .right .wrapper span:focus .fa-search {
  color: #eb382e;
}
.navbar-wrapper .sec-nav .top .right .search2 {
  position: absolute;
  width: 235px;
  height: 30px;
  top: 55px;
  right: 10px;
  font-size: 20px;
  color: #eb382e;
  padding: 10px;
  border-radius: 2px;
  border-style: none;
  border: 2px solid #eb382e;
  z-index: 301;
  padding: 0 5px;
}
.navbar-wrapper .sec-nav .bottom {
  position: relative;
  height: 48px;
  text-align: left;
  font-size: 13px;
  background: white;
  width: 100%;
  z-index: 300;
}
.navbar-wrapper .sec-nav .bottom ul {
  margin-left: 10px;
  padding: 12px;
}
.navbar-wrapper .sec-nav .bottom li {
  margin-right: 25px;
}
.navbar-wrapper .sec-nav .bottom a {
  color: black;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.navbar-wrapper .sec-nav .bottom a:hover, .navbar-wrapper .sec-nav .bottom a:focus {
  color: #eb382e;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-wrapper .sec-nav .top, .navbar-wrapper .sec-nav .bottom {
    padding: 0 5px;
  }
  .navbar-wrapper .sec-nav .right .gray {
    margin-right: 3px !important;
  }
  .navbar-wrapper .sec-nav .right .wrapper .search2 {
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .navbar-wrapper .search2 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-wrapper .sec-nav .top .title {
    width: 100%;
  }
  .navbar-wrapper .sec-nav .top .title img {
    height: 60px;
    width: 60px;
  }
  .navbar-wrapper .sec-nav .top .title .name {
    padding-top: 23px;
  }
  .navbar-wrapper .sec-nav .top .right {
    text-align: center;
    padding-bottom: 10px;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub, .navbar-wrapper .sec-nav .top .right .info-sub {
    top: 97px !important;
  }
  .navbar-wrapper .sec-nav .top .right .wrapper {
    padding-left: 10px;
  }
  .navbar-wrapper .sec-nav .top .right .wrapper .search2 {
    top: 45px !important;
    right: 0 !important;
  }
  .navbar-wrapper .sec-nav .bottom ul {
    margin-left: 10%;
  }
}
@media (max-width: 767px) {
  .navbar-wrapper {
    display: inherit;
    position: fixed;
    height: 62px;
  }
  .navbar-wrapper li {
    display: block;
  }
  .navbar-wrapper .mobile-title {
    width: 100%;
    z-index: 300;
    overflow: hidden;
  }
  .navbar-wrapper .mobile-title img {
    height: 60px;
    width: 60px;
  }
  .navbar-wrapper .mobile-title .name {
    padding: 21px 5px;
    font-size: 17px;
  }
  .navbar-wrapper .mobile-title #push {
    font-size: 32px;
    text-align: right;
  }
  .navbar-wrapper .mobile-title #push:after {
    font-family: 'fontawesome';
    content: '\f0c9';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 21px;
    color: white;
  }
  .navbar-wrapper .sec-nav {
    background: black;
  }
  .navbar-wrapper .sec-nav .top, .navbar-wrapper .sec-nav .bottom {
    padding: 0;
  }
  .navbar-wrapper .sec-nav .top {
    position: relative;
  }
  .navbar-wrapper .sec-nav .top .title {
    display: none;
  }
  .navbar-wrapper .sec-nav .top .right {
    display: none;
    overflow: auto;
    right: 0;
    width: 100%;
    background: black;
    height: auto;
    text-align: left;
    padding: 0 20px;
    width: 100%;
    margin: 0;
    z-index: 3;
  }
  .navbar-wrapper .sec-nav .top .right ul {
    margin: 0;
  }
  .navbar-wrapper .sec-nav .top .right li {
    padding: 10px 0;
    margin: 0;
  }
  .navbar-wrapper .sec-nav .top .right li a {
    font-size: 20px;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub {
    display: none;
    position: relative;
    width: 115%;
    top: 0;
    background: white;
    margin: 10px 0 10px -20px;
    z-index: 200;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub ul {
    padding: 10px;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub li {
    padding: 10px 20px;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub li a {
    color: #888888;
    font-weight: 300;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    display: block;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub li a:after {
    font-family: 'fontawesome';
    content: ' \f101';
    margin-left: 25px;
    color: #eb382e;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub li a:hover, .navbar-wrapper .sec-nav .top .right .cont-sub li a:focus {
    color: #eb382e;
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub li a[target^=_blank]:after {
    font-family: 'fontawesome';
    content: ' \00a0 \f08e';
  }
  .navbar-wrapper .sec-nav .top .right .cont-sub li a[target^=_blank]:hover, .navbar-wrapper .sec-nav .top .right .cont-sub li a[target^=_blank]:focus {
    color: #eb382e;
  }
  .navbar-wrapper .sec-nav .top .right .gray {
    display: none;
    position: relative;
  }
  .navbar-wrapper .sec-nav .top .right .gray .info-sub {
    display: none;
    position: relative;
    top: 0;
    margin: 10px 0 10px -20px;
    width: 115%;
    background: white;
    z-index: 3000;
  }
  .navbar-wrapper .sec-nav .top .right .gray .info-sub li {
    padding: 10px 20px;
    display: block;
    text-align: left;
  }
  .navbar-wrapper .sec-nav .top .right .gray .info-sub li a {
    color: #888888;
    font-size: 13px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    display: block;
  }
  .navbar-wrapper .sec-nav .top .right .gray .info-sub li a:hover, .navbar-wrapper .sec-nav .top .right .gray .info-sub li a:focus {
    color: white;
  }
  .navbar-wrapper .sec-nav .top .right .sub {
    display: inherit;
    color: #aaaaaa;
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub, .navbar-wrapper .sec-nav .top .right .sub .par-sub, .navbar-wrapper .sec-nav .top .right .sub .alu-sub, .navbar-wrapper .sec-nav .top .right .sub .fac-sub {
    display: none;
    margin: 10px -20px 10px;
    background: white;
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub ul, .navbar-wrapper .sec-nav .top .right .sub .par-sub ul, .navbar-wrapper .sec-nav .top .right .sub .alu-sub ul, .navbar-wrapper .sec-nav .top .right .sub .fac-sub ul {
    padding: 10px 0;
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub li, .navbar-wrapper .sec-nav .top .right .sub .par-sub li, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li {
    padding: 10px 20px;
    width: 100%;
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a {
    color: #888888;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    display: block;
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a:after, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a:after, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a:after, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a:after {
    font-family: 'fontawesome';
    content: ' \f101';
    margin-left: 5px;
    color: #eb382e;
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a:hover, .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a:focus, .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a:focus, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a:hover, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a:focus, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a:focus, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a:hover, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a:focus, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a:focus, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a:hover, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a:focus, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a:focus {
    color: #eb382e;
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a[target^=_blank]:after, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a[target^=_blank]:after, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a[target^=_blank]:after, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a[target^=_blank]:after {
    font-family: 'fontawesome';
    content: ' \00a0 \f08e';
  }
  .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a[target^=_blank]:hover, .navbar-wrapper .sec-nav .top .right .sub .stu-sub li a[target^=_blank]:focus, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a[target^=_blank]:hover, .navbar-wrapper .sec-nav .top .right .sub .par-sub li a[target^=_blank]:focus, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a[target^=_blank]:hover, .navbar-wrapper .sec-nav .top .right .sub .alu-sub li a[target^=_blank]:focus, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a[target^=_blank]:hover, .navbar-wrapper .sec-nav .top .right .sub .fac-sub li a[target^=_blank]:focus {
    color: #eb382e;
  }
  .navbar-wrapper .sec-nav .top .right .search2 {
    display: inherit;
    top: -3px !important;
    left: 37px !important;
  }
  .navbar-wrapper .sec-nav .bottom {
    display: none;
    float: left;
    background: black;
    position: relative;
    height: auto;
    z-index: 3;
  }
  .navbar-wrapper .sec-nav .bottom li {
    padding: 6px 0;
  }
  .navbar-wrapper .sec-nav .bottom li a {
    color: white;
  }
  .navbar-wrapper .noshow {
    display: none;
  }
  .navbar-wrapper .show {
    display: block;
  }
}

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  color: white;
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .main-nav {
    display: none;
  }
}
.main-nav a {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: white;
}
.main-nav a:hover, .main-nav a:focus {
  color: #eb382e;
}
.main-nav i {
  color: #eb382e;
  margin-left: 5px;
}
.main-nav .cont-sub, .main-nav .stu-sub, .main-nav .par-sub, .main-nav .alu-sub, .main-nav .fac-sub {
  display: none;
}
.main-nav .open {
  display: block;
}
.main-nav .vert-nav {
  background-color: black;
  padding-left: 20px;
  border-bottom: 1px solid black;
}
.main-nav .vert-nav .title {
  overflow: hidden;
  padding: 10px 0;
}
.main-nav .vert-nav .title img {
  float: left;
  height: 50px;
  width: 50px;
  margin-left: -6px;
}
.main-nav .vert-nav .title .name {
  float: left;
  padding: 16px 5px;
  font-size: 16px;
}
.main-nav .vert-nav .nav-top {
  margin-bottom: 0;
}
.main-nav .vert-nav .nav-top h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 1.5px;
}
.main-nav .vert-nav .nav-top i {
  cursor: pointer;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.main-nav .vert-nav .nav-top i:hover, .main-nav .vert-nav .nav-top i:focus {
  color: white;
}
.main-nav .vert-nav .nav-top .active {
  color: #eb382e;
}
.main-nav .vert-nav .nav-top .cont-sub {
  margin-left: -20px;
  background: white;
}
.main-nav .vert-nav .nav-top .cont-sub ul {
  padding: 10px 0;
}
.main-nav .vert-nav .nav-top .cont-sub li {
  padding: 10px 20px;
}
.main-nav .vert-nav .nav-top .cont-sub li a {
  color: #888888;
  font-weight: 300;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  display: block;
}
.main-nav .vert-nav .nav-top .cont-sub li a:after {
  font-family: 'fontawesome';
  content: ' \f101';
  margin-left: 25px;
  color: #eb382e;
}
.main-nav .vert-nav .nav-top .cont-sub li a:hover, .main-nav .vert-nav .nav-top .cont-sub li a:focus {
  color: #eb382e;
}
.main-nav .vert-nav .nav-top .cont-sub li a[target^=_blank]:after {
  font-family: 'fontawesome';
  content: ' \00a0 \f08e';
}
.main-nav .vert-nav .nav-top .cont-sub li a[target^=_blank]:hover, .main-nav .vert-nav .nav-top .cont-sub li a[target^=_blank]:focus {
  color: #eb382e;
}
.main-nav .vert-nav .nav-top .cont-sub li .lines:after {
  font-family: 'fontawesome';
  content: ' \f101';
  margin-left: 40px;
  color: #eb382e;
}
.main-nav .vert-nav .nav-top .cont-sub li .lines:hover, .main-nav .vert-nav .nav-top .cont-sub li .lines:focus {
  color: #eb382e;
}
.main-nav .nav-sub {
  background-color: black;
  padding: 7px 20px;
  margin-bottom: 1px;
}
.main-nav .nav-sub .nav-gray li {
  padding: 10px 0;
  cursor: pointer;
  color: #aaaaaa;
  font-size: 15px;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.main-nav .nav-sub .nav-gray li:hover, .main-nav .nav-sub .nav-gray li:focus {
  color: white;
}
.main-nav .nav-sub .nav-gray i {
  cursor: pointer;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.main-nav .nav-sub .nav-gray i:hover, .main-nav .nav-sub .nav-gray i:focus {
  color: white;
}
.main-nav .nav-sub .nav-gray .stu-sub, .main-nav .nav-sub .nav-gray .par-sub, .main-nav .nav-sub .nav-gray .alu-sub, .main-nav .nav-sub .nav-gray .fac-sub {
  margin: 10px -20px 10px;
  background: white;
}
.main-nav .nav-sub .nav-gray .stu-sub ul, .main-nav .nav-sub .nav-gray .par-sub ul, .main-nav .nav-sub .nav-gray .alu-sub ul, .main-nav .nav-sub .nav-gray .fac-sub ul {
  padding: 10px 0;
}
.main-nav .nav-sub .nav-gray .stu-sub li, .main-nav .nav-sub .nav-gray .par-sub li, .main-nav .nav-sub .nav-gray .alu-sub li, .main-nav .nav-sub .nav-gray .fac-sub li {
  padding: 10px 20px;
  width: 100%;
}
.main-nav .nav-sub .nav-gray .stu-sub li a, .main-nav .nav-sub .nav-gray .par-sub li a, .main-nav .nav-sub .nav-gray .alu-sub li a, .main-nav .nav-sub .nav-gray .fac-sub li a {
  color: #888888;
  font-weight: 300;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  display: block;
}
.main-nav .nav-sub .nav-gray .stu-sub li a:after, .main-nav .nav-sub .nav-gray .par-sub li a:after, .main-nav .nav-sub .nav-gray .alu-sub li a:after, .main-nav .nav-sub .nav-gray .fac-sub li a:after {
  font-family: 'fontawesome';
  content: ' \f101';
  margin-left: 5px;
  color: #eb382e;
}
.main-nav .nav-sub .nav-gray .stu-sub li a:hover, .main-nav .nav-sub .nav-gray .stu-sub li a:focus, .main-nav .nav-sub .nav-gray .par-sub li a:hover, .main-nav .nav-sub .nav-gray .par-sub li a:focus, .main-nav .nav-sub .nav-gray .alu-sub li a:hover, .main-nav .nav-sub .nav-gray .alu-sub li a:focus, .main-nav .nav-sub .nav-gray .fac-sub li a:hover, .main-nav .nav-sub .nav-gray .fac-sub li a:focus {
  color: #eb382e;
}
.main-nav .nav-sub .nav-gray .stu-sub li a[target^=_blank]:after, .main-nav .nav-sub .nav-gray .par-sub li a[target^=_blank]:after, .main-nav .nav-sub .nav-gray .alu-sub li a[target^=_blank]:after, .main-nav .nav-sub .nav-gray .fac-sub li a[target^=_blank]:after {
  font-family: 'fontawesome';
  content: ' \00a0 \f08e';
}
.main-nav .nav-sub .nav-gray .stu-sub li a[target^=_blank]:hover, .main-nav .nav-sub .nav-gray .stu-sub li a[target^=_blank]:focus, .main-nav .nav-sub .nav-gray .par-sub li a[target^=_blank]:hover, .main-nav .nav-sub .nav-gray .par-sub li a[target^=_blank]:focus, .main-nav .nav-sub .nav-gray .alu-sub li a[target^=_blank]:hover, .main-nav .nav-sub .nav-gray .alu-sub li a[target^=_blank]:focus, .main-nav .nav-sub .nav-gray .fac-sub li a[target^=_blank]:hover, .main-nav .nav-sub .nav-gray .fac-sub li a[target^=_blank]:focus {
  color: #eb382e;
}
.main-nav .nav-sub .nav-srch a {
  font-weight: 300;
  font-size: 18px;
}
.main-nav .nav-sub .nav-srch .wrapper {
  position: relative;
}
.main-nav .nav-sub .nav-srch .wrapper form #search-input {
  width: 100%;
  height: 44px;
  font-size: 22px;
  color: #eb382e;
  padding: 10px;
  border-radius: 2px;
  border-style: none;
}
.main-nav .nav-sub .nav-srch .wrapper form #btnsrch {
  position: absolute;
  top: 0px;
  right: 10px;
  padding: 7px 0;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.main-nav .nav-sub .nav-srch .wrapper form #btnsrch .fa-circle {
  color: #eb382e;
}
.main-nav .nav-sub .nav-srch .wrapper form #btnsrch .fa-search {
  color: white;
}
.main-nav .nav-sub .nav-srch .wrapper form #btnsrch:active .fa-circle {
  color: black;
}
.main-nav .nav-sub .nav-srch .wrapper form #btnsrch:active .fa-search {
  color: white;
}
.main-nav .nav-sub .nav-srch li:nth-child(2) h5 {
  margin-bottom: 15px;
}
.main-nav .request {
  width: 101%;
}
.main-nav .request a {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  color: white;
}
.main-nav .request a:hover, .main-nav .request a:focus {
  color: white;
}
.main-nav .request li {
  display: inline-block;
  padding: 15px 26px;
  background-color: black;
  margin-right: -3px;
  font-size: 12px;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.main-nav .request li:nth-child(2) {
  padding: 15px 28px;
}
.main-nav .request li:hover, .main-nav .request li:focus {
  background-color: #eb382e;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.masonry {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.pixels img {
  position: absolute;
}
.pixels .leftpix {
  top: 0;
  left: 0;
  z-index: 4;
}
.pixels .rightpix {
  top: -644px;
  right: 0;
  z-index: 4;
}

#hero {
  max-width: 1400px;
  position: relative;
}
#hero:after {
  content: '';
  display: block;
  clear: both;
}
#hero .static {
  display: block;
  width: 275px;
  top: 0 !important;
  left: 0 !important;
  z-index: 300 !important;
}
#hero .static .promo {
  float: left;
  background: black;
}
#hero .displays {
  left: 275px;
  width: 80%;
  width: -webkit-calc(100% - 275px);
  width: calc(100% - 275px);
  max-width: 1125px;
}
#hero .item {
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
#hero .item .item-message {
  font-size: 14px;
  background-color: white;
  min-height: 55px;
  margin-top: -8px;
  padding: 7px;
  max-width: 100%;
  overflow: hidden;
}
#hero .item .item-message .item-details {
  float: left;
  width: 90%;
  padding: 10px 0;
  text-transform: uppercase;
  text-align: left;
}
#hero .item .info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 7% 10%;
  color: white;
  background: rgba(236, 42, 39, 0.7);
  z-index: 100;
}
#hero .item .info h2 {
  font-size: 18px;
  line-height: 1.5;
}
#hero .item .info .link {
  margin-top: 15px;
}
#hero .item .info .link a {
  color: white;
}
#hero .item .info .link a:after {
  font-family: 'fontawesome';
  content: '  \f101';
}
#hero .item .info .link a:hover, #hero .item .info .link a:focus {
  color: black;
}
#hero .item .more-info, #hero .item .less-info {
  position: relative;
  float: right;
  top: 10px;
  right: 0;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 300;
}
#hero .item .more-info:hover, #hero .item .more-info:focus, #hero .item .less-info:hover, #hero .item .less-info:focus {
  opacity: 0.8;
}
#hero .item .more-info:before {
  content: '+';
  color: #eb382e;
  font-size: 30px;
}
#hero .item .less-info:before {
  content: '-';
  color: white;
  font-size: 30px;
}
#hero .iso {
  max-width: 100%;
  height: auto;
  margin: 10px;
  width: 30%;
}
@media (max-width: 1300px) {
  #hero .iso .info .title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #hero .iso {
    height: auto !important;
    width: 46%;
  }
  #hero .iso .item-message {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #hero .displays {
    left: 0;
    width: 100%;
  }
  #hero .iso {
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  #hero .iso img {
    width: 100%;
  }
  #hero .item .info {
    bottom: 10px;
    left: 10px;
    height: 100%;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    width: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 10%;
    text-align: left;
  }
  #hero .item .more-info, #hero .item .less-info {
    bottom: 20px;
  }
  #hero .item .more-info:before, #hero .item .less-info:before {
    font-size: 40px;
  }
  #hero .iso[data-id='1'] {
    margin-top: 60px;
  }
}

.news {
  position: relative;
  padding: 75px 12%;
  z-index: 3;
}
.news .row {
  margin: 0;
}
.news .title-news .name {
  float: left;
  text-transform: uppercase;
  width: 49%;
}
.news .title-news .add {
  float: right;
  text-align: right;
  margin-right: 5px;
}
.news .title-news .add a {
  color: #eb382e;
}
.news .title-news .add a:hover, .news .title-news .add a:focus {
  color: black;
}
.news .title-news .add .additional:after {
  content: 'Additional News & Events';
}
.news .carousel {
  height: 161px;
  padding: 10px 0;
}
.news .carousel .events {
  height: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.news .carousel .events .img {
  position: relative;
  z-index: 50;
}
.news .carousel .events .news-details {
  position: absolute;
  top: 0;
  height: 100%;
  width: 88%;
  padding: 9% 15%;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.news .carousel .events:hover .news-details, .news .carousel .events:focus .news-details {
  display: block;
}
.news .arrow-prev, .news .arrow-next {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 300;
}
.news .arrow-prev:before, .news .arrow-next:before {
  font-family: 'fontawesome';
  color: white;
  background-repeat: no-repeat;
  padding: 16px 19px;
  background-image: url(../img/red-splat.png);
}
.news .arrow-prev:hover:before, .news .arrow-next:hover:before {
  opacity: 0.8;
}
.news .arrow-prev:active:before, .news .arrow-next:active:before {
  opacity: 1;
}
.news .arrow-prev {
  left: 0;
}
.news .arrow-prev:before {
  content: '\f060';
}
.news .arrow-next {
  right: 0;
}
.news .arrow-next:before {
  content: '\f061';
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news .arrow-prev, .news .arrow-next {
    top: 44%;
  }
  .news .carousel .events .news-details {
    width: 86%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .news {
    padding: 60px 0;
  }
  .news .slick-slider {
    margin-bottom: 0;
  }
  .news .arrow-prev, .news .arrow-next {
    top: 50%;
  }
  .news .carousel .events .news-details {
    width: 88%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .news {
    padding: 60px 0;
  }
  .news .slick-slider {
    margin-bottom: 0;
  }
  .news .arrow-prev, .news .arrow-next {
    top: 34%;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 77px 0;
  }
  .news .title-news .additional:after {
    content: 'See More' !important;
  }
  .news .carousel .events .news-details {
    width: 84%;
  }
}

.main .row {
  position: relative;
  margin: 0;
  display: table;
  margin-bottom: 10px;
  padding: 0 10px;
}
.main .row .main-left, .main .row .main-right {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.main .row .main-left {
  padding: 6%;
  background: white;
}
.main .row .main-left h2 {
  font-size: 28px;
  text-transform: uppercase;
}
.main .row .main-left p {
  font-size: 15px;
}
.main .row .main-left a {
  color: #eb382e;
}
.main .row .main-left a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.main .row .main-left a:hover, .main .row .main-left a:focus {
  color: black;
}
.main .row .main-right {
  padding: 0;
}
.main .one .main-right {
  background-image: url(../img/img-row1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.main .two .main-left {
  background: #f7f6ee;
}
.main .two .main-right {
  position: relative;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .two .main-right img {
  width: 100%;
}
.main .two .main-right .learn {
  position: absolute;
  bottom: 4%;
  right: 4%;
  background: #eb382e;
  padding: 15px 40px;
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.main .two .main-right .learn:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.main .two .main-right .learn:active {
  color: #eb382e;
  background: white;
}
.main .three .main-right {
  background-image: url(../img/img-row3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .main {
    display: block;
  }
  .main .main-left, .main .main-right {
    float: inherit !important;
    display: block !important;
  }
  .main .main-left h2 {
    font-size: 24px;
  }
  .main .one .main-right, .main .three .main-right {
    background-position: center;
    height: 400px;
  }
  .main .two .main-right {
    background-color: white;
    text-align: center;
  }
  .main .two .main-right .learn {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 10px 20px !important;
    width: 100% !important;
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .main {
    display: block;
  }
  .main .main-left, .main .main-right {
    float: inherit !important;
    display: block !important;
  }
  .main .main-left h2 {
    font-size: 24px;
  }
  .main .one .main-right, .main .three .main-right {
    background-position: center;
    height: 400px;
  }
  .main .two .main-right {
    background-color: white;
    text-align: center;
  }
  .main .two .main-right .learn {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 10px 20px !important;
    width: 100% !important;
  }
  .main .two .main-right .learn a {
    font-size: 16px !important;
  }
}

#hero-academics {
  height: 759px !important;
  background-image: url(../img/hero-page2.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
#hero-academics .static {
  float: left;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 300;
}
#hero-academics .headline {
  float: left;
  position: relative;
  margin-left: 30%;
  margin-top: 10%;
}
#hero-academics .headline .second {
  margin-left: 100px;
}
#hero-academics hr {
  border: 1px solid white;
  margin-top: 344px;
  width: 90%;
}
#hero-academics .details {
  float: left;
  position: relative;
  margin-left: 34%;
  margin-top: 40px;
  width: 40%;
}
#hero-academics .details p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
#hero-academics .details p:first-child {
  text-transform: uppercase;
  font-size: 18px;
}
#hero-academics .down {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #hero-academics .headline {
    margin-left: 27%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #hero-academics .headline {
    margin-top: 17%;
  }
  #hero-academics .headline img {
    width: 100%;
  }
  #hero-academics .headline .first, #hero-academics .headline .second {
    padding: 0 6%;
  }
  #hero-academics .headline .second {
    margin-left: 0;
  }
  #hero-academics .details {
    width: 53%;
  }
  #hero-academics .down {
    padding-left: 22%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #hero-academics .headline {
    margin-top: 21%;
    margin-left: 35%;
  }
  #hero-academics .headline img {
    width: 100%;
  }
  #hero-academics .headline .first, #hero-academics .headline .second {
    padding: 0 6%;
  }
  #hero-academics .headline .second {
    margin-left: 0;
  }
  #hero-academics .details {
    width: 53%;
    margin-left: 41%;
  }
  #hero-academics .details p:last-child {
    margin-bottom: -25px;
  }
  #hero-academics .down {
    padding-left: 37%;
  }
}
@media (max-width: 767px) {
  #hero-academics .headline {
    margin-top: 20px;
    margin-left: 0 !important;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 20px;
  }
  #hero-academics .headline img {
    width: 100%;
  }
  #hero-academics .headline .first, #hero-academics .headline .second {
    margin: 0;
  }
  #hero-academics .headline .first {
    margin-top: 20%;
  }
  #hero-academics hr {
    position: relative;
    float: left;
    left: 5%;
    margin-top: 0;
  }
  #hero-academics .details {
    margin-left: 0;
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
  }
  #hero-academics .details p {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }
  #hero-academics .down {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.academics .undergrad, .academics .common, .academics .grad, .academics .career {
  display: table;
}
.academics .undergrad .left-col, .academics .common .left-col, .academics .grad .left-col, .academics .career .left-col {
  background: white;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 7%;
  overflow: hidden;
}
.academics .undergrad .left-col h2, .academics .common .left-col h2, .academics .grad .left-col h2, .academics .career .left-col h2 {
  font-size: 30px;
}
.academics .undergrad .right-col, .academics .common .right-col, .academics .grad .right-col, .academics .career .right-col {
  background: #f7f6ee;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 7% 6%;
}
.academics .undergrad .right-col p, .academics .common .right-col p, .academics .grad .right-col p, .academics .career .right-col p {
  width: 83%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .academics .undergrad .left-col, .academics .common .left-col, .academics .grad .left-col, .academics .career .left-col {
    width: 40%;
  }
  .academics .undergrad .right-col p, .academics .common .right-col p, .academics .grad .right-col p, .academics .career .right-col p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .academics .undergrad, .academics .common, .academics .grad, .academics .career {
    display: block;
  }
  .academics .undergrad .left-col, .academics .undergrad .right-col, .academics .common .left-col, .academics .common .right-col, .academics .grad .left-col, .academics .grad .right-col, .academics .career .left-col, .academics .career .right-col {
    float: inherit;
    display: block;
  }
  .academics .undergrad .right-col p, .academics .common .right-col p, .academics .grad .right-col p, .academics .career .right-col p {
    width: 100%;
  }
}
.academics .uprograms, .academics .gprograms {
  padding: 7%;
}
.academics .uprograms .links, .academics .gprograms .links {
  background: #e2e2e2;
  padding: 20px;
  margin: 0 5px 30px 0;
}
.academics .uprograms .links p, .academics .gprograms .links p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}
.academics .uprograms .links a, .academics .gprograms .links a {
  font-size: 14px;
  color: black;
}
.academics .uprograms .links a:after, .academics .gprograms .links a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.academics .uprograms .links a:hover, .academics .uprograms .links a:focus, .academics .gprograms .links a:hover, .academics .gprograms .links a:focus {
  color: #eb382e;
}
.academics .uprograms .links a[target^=_blank]:after, .academics .gprograms .links a[target^=_blank]:after {
  font-family: 'fontawesome';
  content: ' \00a0 \f08e';
  font-size: 10px;
}
.academics .uprograms .links a[target^=_blank]:hover, .academics .uprograms .links a[target^=_blank]:focus, .academics .gprograms .links a[target^=_blank]:hover, .academics .gprograms .links a[target^=_blank]:focus {
  color: #eb382e;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .academics .uprograms, .academics .gprograms {
    padding: 7% 20px;
  }
}
.academics .common a {
  font-size: 14px;
  margin-right: 2%;
  color: #eb382e;
}
.academics .common a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.academics .common a:hover, .academics .common a:focus {
  color: black;
}
.academics .common a[target^=_blank]:after {
  font-family: 'fontawesome';
  content: ' \00a0 \f08e';
  font-size: 10px;
}
.academics .common a[target^=_blank]:hover, .academics .common a[target^=_blank]:focus {
  color: #eb382e;
}
.academics .q1 {
	position: relative;
	height: 388px;
	display: table;
	width: 100%;
	background-image: url(../img/university/academics_divider_blue.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.academics .q1 .vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.academics .q1 .vert-text h1 {
  font-size: 54px;
  line-height: 1.5;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .academics .q1 .vert-text h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .academics .q1 {
    height: 100%;
    background-position: center;
  }
  .academics .q1 .vert-text {
    padding: 40px;
  }
  .academics .q1 .vert-text h1 {
    font-size: 25px;
  }
}
.academics .featimg {
  height: 600px;
  background: url(../img/red-head-lg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .academics .featimg {
    background: url(../img/red-head.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .academics .featimg {
    background: url(../img/red-head.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .academics .featimg {
    background: url(../img/red-head.jpg) no-repeat center center;
    background-size: cover;
  }
}
.academics .staff .row {
  margin: 0;
}
.academics .staff .row .col-md-4 {
  padding: 0;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
}
.academics .staff .row .col-md-4:hover .red-tint, .academics .staff .row .col-md-4:focus .red-tint {
  background: rgba(236, 42, 39, 0.9);
}
.academics .staff .row .col-md-4:hover .bottom-fac, .academics .staff .row .col-md-4:focus .bottom-fac {
  background: #e5e5e5;
}
.academics .staff .row .top-major {
  height: 393px;
  margin: 0;
}
.academics .staff .row .top-major .red-tint {
  position: absolute;
  content: ' ';
  height: 393px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 17% 12% 0;
  background: rgba(236, 42, 39, 0.8);
}
.academics .staff .row .top-major .red-tint p {
  color: white;
  font-size: 14px;
}
.academics .staff .row .top-major .red-tint p:first-child {
  font-size: 15px;
}
.academics .staff .row .top-major .red-tint a {
  color: white;
}
.academics .staff .row .top-major .red-tint a:hover, .academics .staff .row .top-major .red-tint a:focus {
  color: black;
}
.academics .staff .row .top-major .red-tint a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.academics .staff .row .tm1 {
  background-image: url(../img/classroom.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.academics .staff .row .tm2 {
  background-image: url(../img/classroom.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.academics .staff .row .tm3 {
  background-image: url(../img/classroom.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.academics .staff .row .bottom-fac {
  background: white;
  height: 393px;
  text-align: center;
}
.academics .staff .row .bottom-fac img {
  position: relative;
  margin-top: -50px;
}
.academics .staff .row .bottom-fac a {
  color: #eb382e;
}
.academics .staff .row .bottom-fac a:hover, .academics .staff .row .bottom-fac a:focus {
  color: black;
}
.academics .staff .row .bottom-fac a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
@media (max-width: 767px) {
  .academics .staff .row .bottom-fac img {
    margin-top: -25px;
  }
}
.academics .featimg2 {
  height: 600px;
  background: url(../img/painting-lg.jpg) no-repeat center center fixed;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .academics .featimg2 {
    background: url(../img/painting.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .academics .featimg2 {
    background: url(../img/painting.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .academics .featimg2 {
    background: url(../img/painting.jpg) no-repeat center center;
    background-size: cover;
  }
}
.academics .q2 {
  position: relative;
  height: 388px;
  display: table;
  width: 100%;
  background-image: url(../img/batterina-pink.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.academics .q2 .vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
.academics .q2 .vert-text h1 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .academics .q2 .vert-text h1 {
    font-size: 25px;
  }
}
.academics .classroom {
  background: #eeeeee;
}
.academics .classroom .people {
  position: relative;
}
.academics .classroom .people .slick-slider {
  margin-bottom: 0;
}
.academics .classroom .people .slider-people {
  top: -40px;
  z-index: 100;
}
.academics .classroom .people .slider-people .person {
  top: 0;
}
.academics .classroom .people .slider-people .person .teal-tint {
  position: absolute;
  height: 100%;
  width: 81%;
  background: rgba(73, 192, 184, 0.5);
  z-index: 30;
  top: 0;
  left: 132px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.academics .classroom .people .slider-people .person .profile {
  position: relative;
  margin: 0 10%;
}
.academics .classroom .people .slider-people .person .profile .info {
  position: absolute;
  text-align: left;
  padding: 7%;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 40;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.academics .classroom .people .slider-people .person .profile .info p {
  color: white;
  font-size: 15px;
}
.academics .classroom .people .slider-people .person .profile .info p:first-child {
  font-size: 15px;
}
.academics .classroom .people .slider-people .person .profile .info a {
  color: white;
  font-size: 15px;
}
.academics .classroom .people .slider-people .person .profile .info a:hover, .academics .classroom .people .slider-people .person .profile .info a:focus {
  color: #eb382e;
}
.academics .classroom .people .slider-people .person .profile .info a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.academics .classroom .people .arrow-prev, .academics .classroom .people .arrow-next {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 300;
}
.academics .classroom .people .arrow-prev:before, .academics .classroom .people .arrow-next:before {
  font-family: 'fontawesome';
  color: white;
  background-repeat: no-repeat;
  padding: 16px 19px;
  background-image: url(../img/red-splat.png);
}
.academics .classroom .people .arrow-prev:hover, .academics .classroom .people .arrow-prev:focus:before, .academics .classroom .people .arrow-next:hover, .academics .classroom .people .arrow-next:focus:before {
  opacity: 0.8;
}
.academics .classroom .people .arrow-prev:active:before, .academics .classroom .people .arrow-next:active:before {
  opacity: 1;
}
.academics .classroom .people .arrow-prev {
  left: 8%;
}
.academics .classroom .people .arrow-prev:before {
  content: '\f060';
}
.academics .classroom .people .arrow-next {
  right: 8%;
}
.academics .classroom .people .arrow-next:before {
  content: '\f061';
}
@media (min-width: 768px) and (max-width: 1200px) {
  .academics .classroom .people .slider-people .person .info {
    right: 0 !important;
  }
  .academics .classroom .people .slider-people .person .teal-tint {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .academics .classroom .people .slider-people .person .profile {
    margin: 0;
  }
  .academics .classroom .people .slider-people .person .info {
    padding: 30px !important;
  }
  .academics .classroom .people .arrow-prev, .academics .classroom .people .arrow-next {
    top: 38%;
  }
  .academics .classroom .people .arrow-prev {
    left: 5px;
  }
  .academics .classroom .people .arrow-next {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .academics .classroom .people .slider-people .person {
    margin: 0 10px;
  }
  .academics .classroom .people .slider-people .person .info {
    position: inherit !important;
    float: left !important;
    width: 100% !important;
    right: 0 !important;
    padding: 12% !important;
  }
  .academics .classroom .people .slider-people .person .teal-tint {
    width: 100%;
    left: 0;
  }
  .academics .classroom .people .arrow-prev {
    left: 0;
  }
  .academics .classroom .people .arrow-next {
    right: 0;
  }
}
.academics .opp {
  float: left;
  background: #eeeeee;
  padding: 40px 60px 60px;
}
.academics .opp .opp-details {
  padding: 0 5%;
  font-size: 16px;
}
.academics .opp .opp-details h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.academics .opp .opp-details p {
  padding-bottom: 20px;
}
.academics .opp .opp-details a {
  color: #eb382e;
  font-size: 14px;
}
.academics .opp .opp-details a:after {
  font-family: 'fontawesome';
  content: ' \f101';
  font-size: 10px;
}
.academics .opp .opp-details a:hover, .academics .opp .opp-details a:focus {
  color: black;
}
.academics .opp .opp-details li {
  padding: 5px;
}
.academics .opp .col-md-6:last-child p {
  margin-top: 52px;
  padding-bottom: 30px;
}

#hero-admissions {
  height: 759px !important;
  background-image: url(../img/hero-page3.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
#hero-admissions .static {
  float: left;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 300;
}
#hero-admissions .headline {
  float: left;
  position: relative;
  margin-left: 33%;
  margin-top: 10%;
  margin-bottom: 1%;
}
#hero-admissions .headline .second {
  margin-left: 100px;
}
#hero-admissions hr {
  border: 1px solid white;
  margin-top: 344px;
  width: 90%;
}
#hero-admissions .details {
  float: left;
  position: relative;
  margin-left: 40%;
  margin-top: 40px;
  width: 40%;
}
#hero-admissions .details p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
#hero-admissions .details p:last-child {
  text-transform: uppercase;
  font-size: 18px;
}
#hero-admissions .down {
  float: left;
  margin-left: 54%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #hero-admissions .headline {
    margin-left: 27%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #hero-admissions .headline {
    margin-top: 17%;
  }
  #hero-admissions .headline img {
    width: 100%;
  }
  #hero-admissions .headline .first, #hero-admissions .headline .second {
    padding: 0 6%;
  }
  #hero-admissions .headline .second {
    margin-left: 0;
  }
  #hero-admissions .details {
    width: 53%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #hero-admissions .headline {
    margin-top: 20%;
    margin-left: 35%;
  }
  #hero-admissions .headline img {
    width: 100%;
  }
  #hero-admissions .headline .first, #hero-admissions .headline .second {
    padding: 0 6%;
  }
  #hero-admissions .headline .second {
    margin-left: 0;
  }
  #hero-admissions .details {
    width: 53%;
    margin-left: 41%;
  }
  #hero-admissions .down {
    margin-left: 58%;
  }
}
@media (max-width: 767px) {
  #hero-admissions .headline {
    margin-top: 20px;
    margin-left: 0 !important;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 20px;
  }
  #hero-admissions .headline img {
    width: 100%;
  }
  #hero-admissions .headline .first, #hero-admissions .headline .second {
    margin: 0;
  }
  #hero-admissions .headline .first {
    margin-top: 20%;
  }
  #hero-admissions hr {
    position: relative;
    float: left;
    left: 5%;
    margin-top: 0;
  }
  #hero-admissions .details {
    margin-left: 0;
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
  }
  #hero-admissions .details p {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }
  #hero-admissions .down {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.admissions .undergrad, .admissions .grad, .admissions .tuition {
  display: table;
}
.admissions .undergrad .left-col, .admissions .grad .left-col, .admissions .tuition .left-col {
  background: white;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 7%;
  overflow: hidden;
}
.admissions .undergrad .left-col h2, .admissions .grad .left-col h2, .admissions .tuition .left-col h2 {
  font-size: 30px;
}
.admissions .undergrad .right-col, .admissions .grad .right-col, .admissions .tuition .right-col {
  background: #f7f6ee;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 7% 6%;
}
.admissions .undergrad .right-col a, .admissions .grad .right-col a, .admissions .tuition .right-col a {
  font-size: 14px;
  color: #eb382e;
}
.admissions .undergrad .right-col a:after, .admissions .grad .right-col a:after, .admissions .tuition .right-col a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.admissions .undergrad .right-col a:hover, .admissions .undergrad .right-col a:focus, .admissions .grad .right-col a:hover, .admissions .grad .right-col a:focus, .admissions .tuition .right-col a:hover, .admissions .tuition .right-col a:focus {
  color: black;
}
@media (min-width: 768px) and (max-width: 979px) {
  .admissions .undergrad .left-col, .admissions .grad .left-col, .admissions .tuition .left-col {
    width: 40%;
  }
  .admissions .undergrad .right-col p, .admissions .grad .right-col p, .admissions .tuition .right-col p {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .admissions .undergrad, .admissions .grad, .admissions .tuition {
    display: block;
  }
  .admissions .undergrad .left-col, .admissions .undergrad .right-col, .admissions .grad .left-col, .admissions .grad .right-col, .admissions .tuition .left-col, .admissions .tuition .right-col {
    float: inherit;
    display: block;
  }
  .admissions .undergrad .right-col p, .admissions .grad .right-col p, .admissions .tuition .right-col p {
    width: 100%;
  }
}
.admissions .undergrad .right-col, .admissions .grad .right-col {
  background: #f7f6ee;
}
.admissions .undergrad .right-col p, .admissions .grad .right-col p {
  margin-bottom: 25px;
  width: 73%;
}
.admissions .undergrad .right-col a, .admissions .grad .right-col a {
  display: block;
  margin-bottom: 20px;
}
.admissions .grad .right-col .port {
  margin: 50px 0 10px;
}
.admissions .tuition .right-col {
  color: white;
  background: #eb382e;
}
.admissions .tuition .right-col p {
  width: 73%;
}
@media (max-width: 767px) {
  .admissions .undergrad .right-col p, .admissions .grad .right-col p, .admissions .tuition .right-col p {
    width: 100%;
  }
}
.admissions .deadlines {
  padding: 7%;
}
.admissions .deadlines .col-md-12 {
  text-align: left;
}
.admissions .deadlines .col-md-12 h2 {
  margin-bottom: 24px;
}
.admissions .deadlines .top-dead h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 30px 0;
}
.admissions .deadlines .top-dead .dead {
  background: #e2e2e2;
  padding: 20px;
  margin: 0 5px 15px 0;
  text-align: center;
}
.admissions .deadlines .top-dead .dead p {
  font-size: 14px;
  margin-bottom: 0;
}
.admissions .deadlines .bottom-dead {
  position: relative;
  padding-top: 5%;
}
.admissions .deadlines .bottom-dead .left-dead {
  text-align: left;
}
.admissions .deadlines .bottom-dead .left-dead p {
  text-size: 14px;
  color: #969696;
}
.admissions .deadlines .bottom-dead .right-dead {
  text-align: right;
}
.admissions .deadlines .bottom-dead .right-dead .learn {
  position: absolute;
  bottom: 6%;
  right: 7%;
  background: #eb382e;
  padding: 10px 18px;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.admissions .deadlines .bottom-dead .right-dead .learn:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.admissions .deadlines .bottom-dead .right-dead .learn:active {
  color: #eb382e;
  background: white;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .admissions .deadlines .top-dead h5 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .admissions .deadlines {
    padding: 7% 20px;
  }
  .admissions .deadlines .top-dead h5 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .admissions .deadlines .top-dead h5 {
    margin: 20px 0 5px;
  }
  .admissions .deadlines .bottom-dead .right-dead .learn {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 10px 20px !important;
    width: 100% !important;
    font-size: 16px !important;
  }
}
.admissions .box-1 {
  height: 600px;
  background: url(../img/dance-lg.jpg) no-repeat center center fixed;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 979px) {
  .admissions .box-1 {
    background: url(../img/dance.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .admissions .box-1 {
    background: url(../img/dance.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .admissions .box-1 {
    background: url(../img/dance.jpg) no-repeat center center;
    background-size: cover;
  }
}
.admissions .facts {
  float: left;
  position: relative;
  padding: 7%;
}
.admissions .facts .graybox {
  background: #e2e2e2;
  padding: 20px;
  margin: 0 5px 15px 0;
}
.admissions .facts .graybox h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.admissions .facts .graybox p {
  font-size: 14px;
  margin-bottom: 0;
}
.admissions .facts .graybox a {
  display: block;
  font-size: 14px;
}
.admissions .facts .graybox a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.admissions .facts .graybox a:hover, .admissions .facts .graybox a:focus {
  color: #eb382e;
}
.admissions .facts .col-md-4:first-child a {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .admissions .facts {
    padding: 5%;
  }
}
.admissions .see {
  float: left;
  position: relative;
  display: table;
}
.admissions .see h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.admissions .see .left-see, .admissions .see .right-see {
  float: none;
  display: table-cell;
}
.admissions .see .left-see {
  padding: 8%;
  background: white;
}
.admissions .see .left-see p {
  margin-bottom: 25px;
}
.admissions .see .left-see a {
  display: block;
  margin-bottom: 20px;
}
.admissions .see .left-see a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.admissions .see .left-see a:hover, .admissions .see .left-see a:focus {
  color: #eb382e;
}
.admissions .see .right-see {
  padding: 7%;
  background: #f7f6ee;
  /*color: #eb382e;*/
}
.admissions .see .right-see h5 {
  margin-bottom: 0;
}
.admissions .see .right-see ul {
  list-style-type: disc;
  margin-bottom: 20px;
}
.admissions .see .right-see li {
  margin-left: 16px;
}
.admissions .see .right-see li:nth-child(2) {
  margin-bottom: 15px;
}
.admissions .see .right-see li a {
  color: #eb382e;
}
.admissions .see .right-see li a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.admissions .see .right-see li a:hover, .admissions .see .right-see li a:focus {
  color: black;
}
@media (min-width: 768px) and (max-width: 979px) {
  .admissions .see {
    display: block;
  }
  .admissions .see .left-see, .admissions .see .right-see {
    float: inherit;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .admissions .see {
    display: block;
  }
  .admissions .see .left-see, .admissions .see .right-see {
    float: inherit;
    display: block;
    width: 100%;
  }
}

#hero-university {
  height: 759px !important;
  background-image: url(../img/university/PhillySkylineGMPTC3.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}
#hero-university .static {
  float: left;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 300;
}
#hero-university .headline {
  float: left;
  position: relative;
  margin-left: 26%;
  margin-top: 10%;
  margin-bottom: 1%;
  z-index: 300;
}
#hero-university .headline .second {
  margin-left: 100px;
}
#hero-university hr {
  border: 1px solid white;
  margin-top: 344px;
  width: 90%;
  z-index: 300;
}
#hero-university .details {
  float: left;
  position: relative;
  margin-left: 34%;
  margin-top: 40px;
  width: 49%;
  z-index: 300;
}
#hero-university .details p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
#hero-university .details p:first-child {
  text-transform: uppercase;
  font-size: 18px;
}
#hero-university .details .down {
  float: left;
  width: 100%;
  text-align: center;
}
#hero-university .details .down img {
  z-index: 300;
}
#hero-university .pink-tint {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(236, 0, 140, 0.5);
  z-index: 20;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #hero-university .headline {
    margin-left: 29%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #hero-university .headline {
    margin-top: 17%;
  }
  #hero-university .headline img {
    width: 100%;
  }
  #hero-university .headline .first, #hero-university .headline .second {
    padding: 0 6%;
  }
  #hero-university .headline .second {
    margin-left: 0;
  }
  #hero-university .details {
    width: 53%;
  }
  #hero-university .down {
    padding-left: 22%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #hero-university .headline {
    margin-top: 20%;
    margin-left: 35%;
  }
  #hero-university .headline img {
    width: 100%;
  }
  #hero-university .headline .first, #hero-university .headline .second {
    padding: 0 6%;
  }
  #hero-university .headline .second {
    margin-left: 0;
  }
  #hero-university .details {
    width: 53%;
    margin-left: 41%;
  }
}
@media (max-width: 767px) {
  #hero-university .headline {
    margin-top: 20px;
    margin-left: 0 !important;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 20px;
  }
  #hero-university .headline img {
    width: 100%;
  }
  #hero-university .headline .first, #hero-university .headline .second {
    margin: 0;
  }
  #hero-university .headline .first {
    margin-top: 20%;
  }
  #hero-university hr {
    position: relative;
    float: left;
    left: 5%;
    margin-top: 0;
  }
  #hero-university .details {
    margin-left: 0;
    margin-top: 20px;
    padding: 0 20px;
    width: 100%;
  }
  #hero-university .details p {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }
}

.university .about {
  height: 1610px;
  background: white;
  position: relative;
}
.university .about .the-uni, .university .about .history, .university .about .phila {
  position: absolute;
  width: 552px;
  height: auto;
  padding: 4% 5%;
  z-index: 20;
  background: white;
}
.university .about .the-uni h2, .university .about .history h2, .university .about .phila h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.university .about .the-uni p, .university .about .history p, .university .about .phila p {
  font-size: 16px;
  margin-bottom: 20px;
}
.university .about .the-uni a, .university .about .history a, .university .about .phila a {
  display: block;
  margin-bottom: 25px;
}
.university .about .the-uni a:after, .university .about .history a:after, .university .about .phila a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.university .about .the-uni a:hover, .university .about .the-uni a:focus, .university .about .history a:hover, .university .about .history a:focus, .university .about .phila a:hover, .university .about .phila a:focus {
  color: #eb382e;
}
.university .about .the-uni {
  -webkit-transform: translate(145px, 411px);
  -ms-transform: translate(145px, 411px);
  transform: translate(145px, 411px);
}
.university .about .history {
  -webkit-transform: translate(726px, 930px);
  -ms-transform: translate(726px, 930px);
  transform: translate(726px, 930px);
}
.university .about .phila {
  bottom: -340px;
  right: 140px;
  width: 558px;
}
.university .about .images img {
  position: absolute;
  z-index: 30;
}
.university .about .images .uni1 {
  -webkit-transform: translate(140px, 29px);
  -ms-transform: translate(140px, 29px);
  transform: translate(140px, 29px);
}
.university .about .images .uni2 {
  -webkit-transform: translate(430px, 117px);
  -ms-transform: translate(430px, 117px);
  transform: translate(430px, 117px);
}
.university .about .images .uni3 {
  -webkit-transform: translate(707px, -33px);
  -ms-transform: translate(707px, -33px);
  transform: translate(707px, -33px);
}
.university .about .images .uni4 {
  -webkit-transform: translate(625px, 330px);
  -ms-transform: translate(625px, 330px);
  transform: translate(625px, 330px);
}
.university .about .images .uni5 {
  -webkit-transform: translate(914px, 330px);
  -ms-transform: translate(914px, 330px);
  transform: translate(914px, 330px);
}
.university .about .images .uni6 {
  -webkit-transform: translate(68px, 960px);
  -ms-transform: translate(68px, 960px);
  transform: translate(68px, 960px);
}
.university .about .images .uni7 {
  -webkit-transform: translate(562px, 1213px);
  -ms-transform: translate(562px, 1213px);
  transform: translate(562px, 1213px);
}
.university .about .images .uni8 {
  -webkit-transform: translate(120px, 1325px);
  -ms-transform: translate(120px, 1325px);
  transform: translate(120px, 1325px);
}
.university .about .bg .sheet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .university .about {
    height: 1300px;
  }
  .university .about .images {
    margin-left: -6%;
  }
  .university .about .images .uni2, .university .about .images .uni4, .university .about .images .uni7, .university .about .images .uni8 {
    display: none;
  }
  .university .about .images .uni3 {
    -webkit-transform: translate(508px, -33px);
    -ms-transform: translate(508px, -33px);
    transform: translate(508px, -33px);
  }
  .university .about .images .uni5 {
    -webkit-transform: translate(854px, 330px);
    -ms-transform: translate(854px, 330px);
    transform: translate(854px, 330px);
  }
  .university .about .images .uni6 {
    -webkit-transform: translate(161px, 910px);
    -ms-transform: translate(161px, 910px);
    transform: translate(161px, 910px);
  }
  .university .about .the-uni {
    -webkit-transform: translate(117px, 378px);
    -ms-transform: translate(117px, 378px);
    transform: translate(117px, 378px);
  }
  .university .about .history {
    -webkit-transform: translate(573px, 930px);
    -ms-transform: translate(573px, 930px);
    transform: translate(573px, 930px);
  }
  .university .about .phila {
    bottom: -507px;
    right: 192px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .university .about {
    height: 1300px;
  }
  .university .about .images {
    margin-left: -10%;
  }
  .university .about .images .uni2, .university .about .images .uni4, .university .about .images .uni7, .university .about .images .uni8 {
    display: none;
  }
  .university .about .images .uni3 {
    -webkit-transform: translate(508px, -33px);
    -ms-transform: translate(508px, -33px);
    transform: translate(508px, -33px);
  }
  .university .about .images .uni5 {
    -webkit-transform: translate(805px, 330px);
    -ms-transform: translate(805px, 330px);
    transform: translate(805px, 330px);
  }
  .university .about .images .uni6 {
    -webkit-transform: translate(140px, 902px);
    -ms-transform: translate(140px, 902px);
    transform: translate(140px, 902px);
  }
  .university .about .the-uni {
    -webkit-transform: translate(75px, 378px);
    -ms-transform: translate(75px, 378px);
    transform: translate(75px, 378px);
  }
  .university .about .history {
    -webkit-transform: translate(455px, 945px);
    -ms-transform: translate(455px, 945px);
    transform: translate(455px, 945px);
  }
  .university .about .phila {
    bottom: -507px;
    right: 192px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .university .about {
    height: auto !important;
  }
  .university .about .images img {
    display: none !important;
  }
  .university .about .bg {
    display: none !important;
  }
  .university .about .the-uni, .university .about .history, .university .about .phila {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 9% !important;
  }
  .university .about .bg-uni {
	position: relative !important;
	height: 300px !important;
	background-image: url(../img/university/Chicago_University.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
  }
  .university .about .bg-his {
	position: relative !important;
	height: 300px !important;
	background-image: url(../img/university/Film.jpg) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .university .about {
    height: auto;
  }
  .university .about .images img {
    display: none;
  }
  .university .about .bg {
    display: none;
  }
  .university .about .the-uni, .university .about .history, .university .about .phila {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    bottom: 0;
    right: 0;
    padding: 9%;
  }
  .university .about .bg-uni {
	position: relative;
	height: 300px;
	background-image: url(../img/university/Chicago_University.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  .university .about .bg-his {
	position: relative;
	height: 300px;
	background-image: url(../img/university/Film.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  }
}
.university .box-2 {
  position: relative;
  height: 600px;
  background: url(../img/drawing-lg.jpg) no-repeat center center fixed;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .university .box-2 {
    background: url(../img/drawing.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .university .box-2 {
    background: url(../img/drawing.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .university .box-2 {
    background: url(../img/drawing.jpg) no-repeat center center;
    background-size: cover;
  }
}
.university .local {
  display: table;
}
.university .local .left-col {
  float: none;
  display: table-cell;
  background: white;
  vertical-align: top;
  padding: 7%;
  overflow: hidden;
}
.university .local .left-col h2 {
  font-size: 30px;
}
.university .local .right-col {
  float: none;
  display: table-cell;
  background: #f7f6ee;
  vertical-align: top;
  padding: 7% 6%;
}
.university .local .right-col p {
  width: 73%;
}
.university .local .right-col a {
  font-size: 14px;
  color: #eb382e;
}
.university .local .right-col a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.university .local .right-col a:hover, .university .local .right-col a:focus {
  color: black;
}
@media (min-width: 768px) and (max-width: 979px) {
  .university .local .left-col {
    width: 40%;
  }
  .university .local .right-col p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .university .local {
    display: block;
  }
  .university .local .left-col, .university .local .right-col {
    float: inherit;
    display: block;
  }
  .university .local .right-col p {
    width: 100%;
  }
}
.university .relations {
  padding: 7% 9%;
}
.university .relations .assoc {
  background: white;
  margin: 0 5px 30px 0;
  overflow: hidden;
  text-align: center;
}
.university .relations .assoc .rel-info {
  display: none;
  position: absolute;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  top: 0;
  height: 82%;
  width: 91%;
  padding: 5%;
  color: white;
  background: rgba(236, 42, 39, 0.6);
  z-index: 100;
}
.university .relations .assoc:hover .rel-info, .university .relations .assoc:focus .rel-info {
  display: block;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .university .relations .assoc .rel-info {
    height: 80%;
    width: 90%;
    font-size: 10px;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .university .relations .assoc .rel-info {
    width: 88%;
    padding: 9px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .university .relations .assoc .rel-info {
    display: inherit;
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .university .relations .assoc .rel-info {
    display: inherit;
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }
}
.university .leader {
  height: 618px;
  position: relative;
  background-image: url(../img/bg-building.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.university .leader .lead-bg {
  height: 618px;
  content: ' ';
  width: 100%;
  background-color: rgba(236, 42, 39, 0.6);
}
.university .leader .col-md-6 {
  float: right;
  padding: 2% 3% 0;
}
.university .leader .left-lead {
  display: block;
}
.university .leader .left-lead .top-left, .university .leader .left-lead .bottom-left {
  position: relative;
  float: left;
  width: 100%;
}
.university .leader .left-lead .profile-img1, .university .leader .left-lead .profile-img2, .university .leader .left-lead .profile-details {
  float: left;
}
.university .leader .left-lead .top-left .profile-details {
  margin: 13% 5% 0;
}
.university .leader .left-lead .bottom-left {
  margin-left: 25px;
}
.university .leader .left-lead .bottom-left .profile-details {
  margin: 13% 2% 0;
}
.university .leader .left-lead .profile-details h4, .university .leader .left-lead .profile-details a {
  color: white;
}
.university .leader .left-lead .profile-details h4:first-child {
  margin-bottom: 0;
}
.university .leader .left-lead .profile-details h4:nth-child(2) {
  font-weight: 300;
}
.university .leader .left-lead .profile-details a {
  display: block;
  font-size: 14px;
}
.university .leader .left-lead .profile-details a:after {
  font-family: 'fontawesome';
  content: ' \f101';
  font-size: 10px;
}
.university .leader .left-lead .profile-details a:hover, .university .leader .left-lead .profile-details a:focus {
  color: black;
}
.university .leader .right-lead {
  background-color: white;
  padding: 12% 14% 8%;
}
.university .leader .right-lead strong {
  text-transform: uppercase;
}
.university .leader .right-lead a {
  display: inline;
  font-size: 14px;
  color: #eb382e;
  margin-right: 10px;
}
.university .leader .right-lead a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
.university .leader .right-lead a:hover, .university .leader .right-lead a:focus {
  color: black;
}
.university .leader .right-lead a[href^=tel] {
  color: inherit;
}
.university .leader .right-lead a[href^=tel]:after {
  content: '';
}
@media (min-width: 768px) and (max-width: 1200px) {
  .university .leader .left-lead {
    margin-left: 0;
  }
  .university .leader .left-lead .profile-details {
    margin: 13% 0 0 !important;
  }
  .university .leader .left-lead .bottom-left .profile-details {
    margin-left: -20px !important;
  }
  .university .leader .right-lead {
    padding: 12% 10% 8%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .university .leader .col-md-6 {
    padding: 2% 2% 0;
  }
  .university .leader .left-lead {
    margin-left: 0;
  }
  .university .leader .left-lead .profile-details {
    margin: 10% 0 0 !important;
  }
  .university .leader .right-lead {
    padding: 12% 10% 8%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .university .leader {
    background-image: none;
  }
  .university .leader .col-md-6 {
    float: inherit;
  }
  .university .leader .lead-bg {
    height: 1236px;
  }
  .university .leader .left-lead {
    margin-top: 20px;
    padding-left: 50px;
  }
  .university .leader .left-lead .top-left, .university .leader .left-lead .bottom-left {
    width: 50%;
    margin-left: 0;
  }
  .university .leader .left-lead .bottom-left {
    margin-top: -21px;
  }
  .university .leader .left-lead .bottom-left .profile-img2 {
    margin-bottom: 10px;
  }
  .university .leader .left-lead .profile-details {
    margin: 0% 5% 20% !important;
  }
  .university .leader .right-lead {
    padding: 50px 70px;
  }
}
@media (max-width: 767px) {
  .university .leader {
    background-image: none;
  }
  .university .leader .col-md-6 {
    float: inherit;
  }
  .university .leader .lead-bg {
    height: 1236px;
  }
  .university .leader .left-lead {
    margin-top: 20px;
  }
  .university .leader .left-lead .top-left, .university .leader .left-lead .bottom-left {
    width: 50%;
    margin-left: 0;
  }
  .university .leader .left-lead .profile-details {
    margin: 0% 5% 20% !important;
  }
  .university .leader .left-lead .bottom-left {
    margin-top: -11px;
  }
  .university .leader .left-lead .bottom-left .profile-details {
    margin-top: -4px !important;
  }
  .university .leader .right-lead a {
    display: block;
  }
}
.university .gallery-title {
  position: relative;
  height: 443px;
  display: table;
  width: 100%;
  padding: 0 5px;
  background-image: url(../img/bg-building.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.university .gallery-title .vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.university .gallery-title .vert-text h1 {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 70px;
}
.university .gallery-title .vert-text p {
  margin-top: 40px;
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .university .gallery-title .vert-text h1 {
    font-size: 36px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .university .gallery-title .vert-text h1 {
    font-size: 29px;
    line-height: 47px;
  }
}
.university .gallery {
  position: relative;
  background-color: white;
}
.university .gallery .slider-gallery {
  top: -37px;
  margin: 0 auto;
  padding: 0 10%;
  overflow: hidden;
  z-index: 100;
}
.university .gallery .slider-gallery .slide {
  position: relative;
  top: 0;
}
.university .gallery .slick-dots {
  display: none !important;
  bottom: 34px;
  margin-left: -209px;
  text-align: center;
}
.university .gallery .arrow-prev, .university .gallery .arrow-next {
  position: absolute;
  top: 45%;
  top: -webkit-calc(50% - 37px);
  top: calc(50% - 37px);
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 300;
}
.university .gallery .arrow-prev:before, .university .gallery .arrow-next:before {
  font-family: 'fontawesome';
  color: white;
  background-image: url(../img/red-splat.png);
  background-repeat: no-repeat;
  padding: 16px 19px;
}
.university .gallery .arrow-prev:hover:before, .university .gallery .arrow-prev:focus:before, .university .gallery .arrow-next:hover:before, .university .gallery .arrow-next:focus:before {
  opacity: 0.8;
}
.university .gallery .arrow-prev:active:before, .university .gallery .arrow-next:active:before {
  opacity: 1;
}
.university .gallery .arrow-prev {
  left: 8%;
}
.university .gallery .arrow-prev:before {
  content: '\f060';
}
.university .gallery .arrow-next {
  right: 8%;
}
.university .gallery .arrow-next:before {
  content: '\f061';
}
.university .gallery-info {
  position: relative;
  background-color: white;
  height: 177px;
  margin-top: -78px;
}
.university .gallery-info .col-md-9 {
  padding: 0;
}
.university .gallery-info .slider-info {
  padding: 4% 10% 2%;
  background-color: #f7f6ee;
  z-index: 100;
}
.university .gallery-info .slider-info .info p {
  width: 57%;
}
.university .gallery-info .slider-info .info a {
  display: block;
  font-size: 14px;
  color: #eb382e;
}
.university .gallery-info .slider-info .info a:after {
  font-family: 'fontawesome';
  /*content: ' \f08e';*/
  content: ' \f101';
  font-size: 10px;
}
.university .gallery-info .slider-info .info a:hover, .university .gallery-info .slider-info .info a:focus {
  color: black;
}
.university .gallery-info .slick-slider {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .university .gallery .slider-gallery .slick-dots {
    display: none !important;
  }
  .university .gallery-info {
    margin-top: 0;
  }
  .university .gallery-info .slider-info {
    padding: 4% 10%;
  }
  .university .gallery-info .slider-info .info p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .university .gallery .slider-gallery {
    top: -20px !important;
  }
  .university .gallery .slider-gallery .slick-dots {
    display: none !important;
  }
  .university .gallery .arrow-prev, .university .gallery .arrow-next {
    top: 50%;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
  }
  .university .gallery .arrow-prev {
    left: 2%;
  }
  .university .gallery .arrow-next {
    right: 2%;
  }
  .university .gallery-info {
    margin-top: 0;
  }
  .university .gallery-info .slider-info {
    padding: 7% 6%;
  }
  .university .gallery-info .slider-info .info p {
    width: 100%;
  }
}

footer .footer {
  display: table;
  width: 100%;
}
footer .footer .bottom-left, footer .footer .bottom-right {
  float: none;
  display: table-cell;
}
footer .footer .bottom-left {
  background: black;
  padding: 100px 0 60px 100px;
  vertical-align: top;
}
footer .footer .bottom-left .social {
  color: #eb382e;
  font-size: 26px;
}
footer .footer .bottom-left .social i {
  margin-right: 20px;
}
footer .footer .bottom-left .social span {
  cursor: pointer;
  font-size: 26px;
}
footer .footer .bottom-left .social span .fa-stop, footer .footer .bottom-left .social span .fa-facebook, footer .footer .bottom-left .social span .fa-twitter, footer .footer .bottom-left .social span .fa-instagram {
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
footer .footer .bottom-left .social span .fa-stop {
  color: #eb382e;
}
footer .footer .bottom-left .social span .fa-facebook, footer .footer .bottom-left .social span .fa-twitter, footer .footer .bottom-left .social span .fa-instagram {
  color: white;
}
footer .footer .bottom-left .social span:hover .fa-stop {
  color: white;
}
footer .footer .bottom-left .social span:hover .fa-facebook, footer .footer .bottom-left .social span:hover .fa-twitter, footer .footer .bottom-left .social span:hover .fa-instagram {
  color: #eb382e;
}
footer .footer .bottom-left address {
  color: white !important;
  font-size: 14px;
  margin: 20px 0 12px;
}
footer .footer .bottom-left address a[href^=tel] {
  color: inherit;
}
footer .footer .bottom-left .links a {
  color: white;
  margin-right: 7%;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
footer .footer .bottom-left .links a:hover {
  color: #eb382e;
}
footer .footer .bottom-left .links a:after {
  font-family: 'fontawesome';
  content: ' \f101';
}
footer .footer .bottom-right {
  padding: 100px 60px;
  background: #222222;
}
footer .footer .bottom-right li:hover {
  background-color: #eb382e;
}
footer .footer .bottom-right li a {
  padding: 5px 10px;
  font-size: 14px;
  color: white;
  display: block;
}
footer .footer .bottom-right .sctop {
  padding: 10%;
}
footer .footer .bottom-right .sctop .scrolltop-footer {
  position: relative;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
footer .footer .bottom-right .sctop .scrolltop-footer:after {
  content: url(../img/scroll-up.png);
}
footer .footer .bottom-right .sctop .scrolltop-footer:hover {
  opacity: .9;
}
footer .footer .bottom-right .sctop .scrolltop-footer:active {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .footer {
    display: block;
  }
  footer .footer .bottom-left, footer .footer .bottom-right {
    padding: 20% 21%;
    float: inherit;
    display: block;
  }
  footer .footer .social, footer .footer address, footer .footer .links {
    padding-left: 25px;
  }
  footer .footer .bottom-right .scrolltop-footer {
    display: none;
  }
}
footer .scrolltop {
  display: none;
}
@media (max-width: 767px) {
  footer .bottom-right ul {
    margin-bottom: 30px;
  }
  footer .scrolltop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  footer .scrolltop:after {
    content: url(../img/scroll-up-sm.png);
  }
  footer .scrolltop:hover {
    opacity: .9;
  }
  footer .scrolltop:active {
    opacity: 1;
  }
}
