/* Copyright 2016 DuBose Web */
/********************************************************/
/********************* LESS VARIABLES *******************/
/********************************************************/
/* Colors */
/* Fonts */
/********************************************************/
/************************ DEFAULTS **********************/
/********************************************************/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
   font-family: 'Neuton', serif;
   font-style:normal;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
  padding: 0px;
  font-style:normal;
}
p,
li {
  font-size: 18px;
}
p a,
li a {
  color: #d9002b;
}
p a:hover {
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: #d9002b;
}
th, td {
  padding:10px;

  font-family: 'Neuton';
  font-size: 18px;
  color: grey;
}
td ul {
  margin-left:20px;
}
td ul li {
  color: #302F2F;
  font-weight: 500;
}
.text-align-center {
  text-align: center !important;
}
.smooth {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
div.container {
  position: relative;
  max-width: 1150px;
  margin: 0px auto;
  padding: 0px 20px;
}

/********************************************************/
/****************** START CUSTOM STYLES *****************/
/********************************************************/
.visuallyhidden {
  position: absolute!important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.skip-topnav:focus {
  position: absolute !important;
  top: 0;
  left: 25%;
  width: 50%;
  text-align: center;
  padding: 5px;
  display: block;
  color: #fff;
  font-family: Oswald;
  font-weight: 400;
  z-index: 999999999999999999;
  text-decoration: none;
  background: #58585a;
  border-top: none;
  border-radius: 0 0 6px 6px;
  height: auto;
  clip: auto;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
.events .overlay:focus span.view {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
.red-button a:focus > .red-button {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
.viewall-areas-study {
  font-family: Oswald;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background: #d9002b;
  color:#fff;
  margin:0;
  padding:20px;
  font-size: 28px;
  font-weight: 300;
  display: block;
}
.viewall-areas-study:focus span {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
.register-links ul li {
  display: inline-block;
}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.flex-direction-nav {
  display: none;
}

h1, h1 a, h1 a:hover {
    font-family: Oswald;
    color:  #ffffff;
    font-size: 630%;
    text-transform: uppercase;
    font-weight: 400;

}

h2, h2 a, h2 a:hover {
    font-family: Oswald;
    font-size: 400%;
    text-transform: uppercase;
    font-weight: 400;
    color: #58585a;
    margin: 0 0 2% 0;
}
h3, h3 a, h3 a:hover, p.fauxH3 {
    font-family: Oswald;
    font-size: 200%;
    font-weight: 400;
    color: #58585a;
    margin-bottom: 1%;
}

h4, h4 a, h4 a:hover, .fauxH4, a .fauxH4, a .fauxH4:hover{
    font-family: Oswald;
    font-size: 150%;
    font-weight: 400;
    color: #58585a;
    margin-bottom: 1%;
}

a:focus {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

.content-page p {
    color: #575757;
    font-weight: 400;
    font-size:19px;
}

ul li {
    color: #575757;
    font-weight: 400;
    font-size:18px;
    vertical-align:top;
}
ol li {
    color: #575757;
    font-weight: 400;
    font-size:18px;
    vertical-align:top;
}
ul.large li {
    font-size:24px;
}

.readmore:hover {
      color: #d9002b;
}

.content-page .inner-section ul {
  padding: 1% 4%;
}

#page-section-tuition-aid .skewed-section{
  padding:3% 7%;
}

#page-section-tuition-aid .skewed-section ul{
  padding-left: 10%;
}

#page-section-tuition-aid .skewed-right {
  margin-left: 6px;
}

div.apply-now-wrapper {
  overflow: hidden;
  z-index: 10;
  position: fixed;
  top: 90px;
  right: 0px;
  width: 53px;
  padding-left: 53px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div.apply-2 {
  overflow: hidden;
  z-index: 10;
  position: fixed;
  top: 290px;
}
div.apply-now-wrapper:focus {
  width: 233px;
}
div.apply-now-wrapper:focus-within {
  width: 233px;
}
div.apply-now-wrapper:active {
  width: 53px;
}

div.apply-now-wrapper.open {
  width: 233px;
}
div.apply-now-wrapper div.apply-tab {
  cursor: pointer;
  position: absolute;
  display: block;
  left: -54px;
  top: 53px;
  width: 163px;
  height: 51px;
  padding-top: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #FFF;
  background: url(../../images/bg-apply-now.png) top center no-repeat;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.apply-now-wrapper div.apply-tab-2 {
  background: #6DB9B3;
}
div.apply-now-wrapper ul {
  list-style-type: none;
  display: block;
  width: 180px;
  background: rgba(217, 0, 43, 0.8);
}
div.apply-now-wrapper ul li a {
  display: block;
  padding: 8px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #FFF;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #a60021;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
div.apply-now-wrapper ul li a:hover {
  background: rgba(217, 0, 43, 0.5);
}
div.apply-now-wrapper ul li.last a {
  border-bottom: none;
}
section.top-bar {
  z-index: 3;
  position: relative;
}
section.top-bar div.white-bar-left {
  position: absolute;
  top: 0px;
  left: -9979px;
  width: 9999px;
  height: 50px;
  background: #FFF;
}

.add-circle {
  top: 32%;
  left: 34%;
  z-index: 1;
  width: auto;
  color: #fff;
  margin: 0 auto;
  font-size: 60px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #fff;
  padding: 25px 25px 25px 40px;
}

.home .emergency-banner {
  background :#FFE900;
  z-index: 3;
  padding: 11px;
  color: black;
  font-family: "Oswald";
  text-align: center;
  font-size:19px;
}

.home .emergency-banner span {
  font-size:22px;
}
.home section.top-bar div.white-bar-left {
    left: 0;
  width: 0;
}
.content-page section.top-bar div.white-bar-right {
  position: absolute;
   top: 0px;
  right: -9979px;
  width: 9999px;
  height: 37px;
  background: #FFF;
}
section.top-bar div.white-bar-right {
  position: absolute;
  top: 0px;
  height: 37px;
  background: #FFF;
}
.home section.top-bar div.top-menu {
  padding: 17px 0px 0px 245px;
}
.home section.top-bar div.top-menu li {
  padding: 0px 18px;
}
section.top-bar div.top-menu {
  z-index: 4;
  position: relative;
  float: left;
  height: 50px;
  padding: 17px 0px 0px 195px;
  background: #FFF;
}
section.top-bar.subpage-top-bar div.top-menu {
  padding: 17px 0px 0px 120px;
}
section.top-bar div.top-menu ul {
  list-style-type: none;
}
section.top-bar div.top-menu ul li {
  display: inline-block;
  height: 17px;
  padding: 0px 12px;
  border-right-color: #d9002b;
  border-right-width: 1px;
  border-right-style: solid;
}
section.top-bar div.top-menu ul li.last {
  padding-right: 23px;
  border-right: none;
}
section.top-bar div.top-menu ul li a {
  position: relative;
  top: -4px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #d9002b;
}
section.top-bar div.top-menu ul li a:hover {
  text-decoration: underline;
}
section.top-bar div.top-menu img.angle {
  position: absolute;
  bottom: 0px;
  right: -14px;
}
section.top-bar div.right {
  position: absolute;
  top: 0px;
  right: 20px;
  display: block;
  height: 37px;
  padding-left: 200px;
  background: #FFF;
}
section.top-bar ul.icons {
  list-style-type: none;
  position: absolute;
  top: 0px;
  right: 20px;
  display: block;
  height: 37px;
  padding-left: 200px;
  background: #FFF;
}
section.top-bar ul.icons li {
  display: inline-block;
  margin: 6px 0px 0px 19px;
}
section.top-bar ul.icons li a {
  font-size: 23px;
  line-height: 23px;
  color: #585858;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
section.top-bar ul.icons li a:hover {
  color: #999;
}
.fa-search:before {
    color: #585858;
}

form.search div.search-box-wrapper span.close {
    cursor: pointer;
    z-index: 11;
    opacity: 1;
    position: absolute;
    left: 5px;
    top: 5px;
}
form.search div.search-box-wrapper {
    z-index: 10;
    overflow: hidden;
    position: absolute;
    right: 23px;
    top: 0px;
    opacity: 0;
    display: inline-block;
    width: 0px;
    border-radius: 0px 0px 3px 3px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease 0s;
}
form.search div.search-box-wrapper span.close {
    cursor: pointer;
    z-index: 11;
    opacity: 1;
    position: absolute;
    left: 5px;
    top: 5px;
}
div.mobile-search-box{
  left: 25px;
  margin-top: -5px;
  width: 294px !important;
  background-color: #fff;
}
form.search div.search-box-wrapper.opened {
    opacity: 1 !important;
    width: 200px !important;
}
form.search div.search-box-wrapper input.search-box {
    padding: 5px 5px 5px 30px;
}
form.search button {
  background: transparent;
  border: none;
}
/*form.search:focus-within .search-box-wrapper {
  opacity: 1 !important;
  width: 200px !important;
}*/

.hidden-label:before {
  background-color:initial;
  display:none;
}
.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.reveal-if-active label {
  display: block;
  margin: 0 0 3px 0;
}
.reveal-if-active input[type=text] {
  width: 100%;
}
input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
   max-height: 960px;
  padding: 10px 20px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  overflow: visible;
}
section.ribbon div.red-ribbon {
  z-index: 5;
  position: absolute;
  text-align:center;
  top: -50px;
  left: -9px;
  width: 215px;
  background: #950024 url(../../images/bg-ribbon.jpg) top center no-repeat;
  /* Old browsers */
}
section.ribbon div.red-ribbon img.logo {
  position: relative;
  top: 13px;
  width:155px;
}
section.ribbon div.red-ribbon img.logo-home {
  position: relative;
  left: 15px;
  top:5px;
}
section.ribbon div.red-ribbon ul {
  list-style-type: none;
  display: block;
  margin: 20px 0px -6px;
  padding: 0px 20px 20px;
}
section.ribbon div.red-ribbon ul li {
  padding: 2px 0px;
  text-align: center;
  border-bottom-color: #B20427;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
section.ribbon div.red-ribbon ul li.last {
  border-bottom: none;
}
section.ribbon div.red-ribbon ul li a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
  color: #FFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
section.ribbon div.red-ribbon ul li a:hover {
  color: #CCC;
}
section.ribbon div.red-ribbon img.ribbon-bottom {
  position: absolute;
  bottom: -36px;
  left: 0px;
}
/*.academics section.ribbon div.red-ribbon {*/
/*  top:-150px;*/
/*}*/
.academics section.ribbon div.red-ribbon .ribbon-bottom {
  bottom:-33px;
}
.academics section.ribbon div.red-ribbon img.logo {
  position: relative;
  top: 13px;
}
.academics section.ribbon div.red-ribbon ul {
  margin: 14px 0 px -19px;
}
.academics .page-menu {
  top:353px;
}
.about-us .owl-item .council-member {
  max-width:200px;
}
.page-menu {
  top: 370px;
  position: absolute;
  width: 215px;
  left:-9px;
}

.page-menu ul {
    list-style: outside none none;
    font-family: Oswald, sans-serif;
    margin-left: 0;
}

section.ribbon  div.page-menu ul li {
    background: #6DB9B3;
    margin-bottom: 5px;
    padding: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 115%;
    text-align: center;
    font-family: Oswald;
}

#mmenu {
  background-color:#d9002b;
  text-transform:uppercase;
  z-index:9;
}
#mmenu ul li {
  color:white;
  font-size:20px;
}
#mobile-logo {
  text-align:center;
}
#mmenu .mm-next {
  background:white;
}
.mm-header {
  background:white;
  color:#d9002b;
  font-size:24px;
}
.mm-header .mm-title {
  background:white;
  color:#d9002b;
  font-size:24px;
  font-family:Oswald;
  text-transform:uppercase;
}
.mm-menu .mm-header > a {
  color:#585856;
}
section.ribbon div.page-menu ul li ul .academics-list-item {
    background: #abcfcc;
    margin-bottom: 5px;
    padding:0px;
    padding-left:20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 85%;
    text-align: left;
    font-family: Oswald;
}

section.ribbon div.page-menu li.academics-list {
  background: none;
}

section.ribbon div.page-menu ul.academics-list {
  background: #abcfcc;
  padding:6px 0;
  display:none;
}
section.ribbon div.page-menu span:focus ul.academics-list {
  display: block !important;
}
section.ribbon div.page-menu span:focus-within ul.academics-list {
  display: block !important;
}
section.ribbon  div.page-menu ul li.active {
    background: #29938A;
}
.page-menu a {
    color: #fff;
}
section.ribbon div.right {
  z-index: 5;
  position: absolute;
  top: -45px;
  right: 20px;
  display: block;
  height: 37px;
}
section.ribbon div.right span.call-to-action {
  cursor: pointer;
  display: inline-block;
  margin-right: 45px;
  padding: 5px 20px 6px;
  font-size: 16px;
  line-height: 16px;
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #d9002b;
}
section.ribbon div.right span.call-to-action:hover {
  background: #c00026;
}
section.ribbon div.right div.fly-out {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 200px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
section.ribbon div.right div.fly-out.open {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
section.ribbon div.right div.fly-out i.fa-eject {
  z-index: 6;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -16px;
  font-size: 40px;
  line-height: 40px;
  color: #FFF;
}
section.ribbon div.right div.fly-out ul {
  z-index: 7;
  position: relative;
  overflow: hidden;
  list-style-type: none;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
section.ribbon div.right div.fly-out ul li a {
  display: block;
  padding: 15px 0px;
  text-align: center;
  border-bottom: 1px solid #EEE;
  background: #FFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
section.ribbon div.right div.fly-out ul li a:hover {
  background: #f7f7f7;
}
section.ribbon div.right div.fly-out ul li.last a {
  border-bottom: none;
}
li.last.give-now-button a:hover{
  background-color: #729693 !important
}
section.ribbon div.red-ribbon ul li ul.subnav {
  margin-top: 1%;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  transition: 3s;
  transition-timing-function: linear;
    transition-delay: 2s;
}
section.ribbon div.red-ribbon ul li ul.subnav li {
  border-bottom: none;
  padding: 0
}
section.ribbon div.red-ribbon ul li ul.subnav li a {
    font-size: 75%;
    font-weight: 100;
}
section.home-slider {
  position: relative;
  overflow: hidden;
  height: 675px;
  z-index:0;
  top:-43px;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container {
  height: 675px;
  padding-top: 80px;
  text-align: right;
}

section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.reformation-logo {
  width: 45%;
  margin: 0 auto;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.giving-logo {
  width: 38%;
  margin: 0 auto;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content {
  position: absolute;
  bottom: 120px;
  right: 0px;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content span.heading {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  line-height: 80px;
  color: #FFF;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content span.play-video {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px 95px 15px 15px;
  font-weight: 300;
  font-size: 34px;
  line-height: 34px;
  color: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: rgba(217, 0, 43, 0.8);
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content span.play-video:hover {
  background: #d9002b;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content span.play-video em {
  display: inline-block;
  margin-right: 5px;
}
section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content span.play-video i {
  display: block;
  position: absolute;
  right: 15px;
  top: -6px;
  width: 70px;
  height: 70px;
  padding: 12px 0px 0px 5px;
  text-align: center;
  font-size: 40px;
  border: 4px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
section.home-slider div.flexslider ol.flex-control-nav {
  z-index: 5;
  bottom: 30px;
}
section.home-slider div.angle-left,
section.home-slider div.angle-right {
  z-index: 5;
  position: absolute;
  bottom: -1000px;
  left: -10%;
  width: 120%;
  height: 1000px;
  background: #FFF;
}
section.home-slider div.angle-left {
  transform: rotate(5deg);
}
section.home-slider div.angle-right {
  transform: rotate(-5deg);
}
section.home-isotope {
  padding: 50px 0px;
}
section.home-isotope div.container {
  max-width: 1150px;
  padding: 0px 9px;
}
section.home-isotope ul.isotope-filters {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0px 7px;
}
section.home-isotope ul.isotope-filters li {
  cursor: pointer;
  display: block;
  float: left;
  width: 24%;
  margin-right: 1.3333%;
  padding: 25px 0px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  line-height: 30px;
  background: #b3b3b3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
section.home-isotope ul.isotope-filters li:focus {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
section.home-isotope ul.isotope-filters li.last {
  margin-right: 0px;
}
section.home-isotope ul.isotope-filters li.active {
  background: #d9002b;
}
section.home-isotope ul.isotope-filters li.active:hover {
  background: #d9002b;
}
section.home-isotope ul.isotope-filters li:hover {
  background: #9a9a9a;
}
section.home-isotope ul.isotope-content {
  list-style-type: none;
}
section.home-isotope ul.isotope-content li {
  display: block;
  margin-bottom: 14px;
  padding: 0px 7px;
}
section.home-isotope ul.isotope-content li div.inner {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
section.home-isotope ul.isotope-content li div.inner:hover div.hover.from-top, section.home-isotope ul.isotope-content li div.inner div.hover.from-top.jqhover {
  opacity: 1;
  top: 0px;
}
section.home-isotope ul.isotope-content li div.inner:hover div.hover.from-left, section.home-isotope ul.isotope-content li div.inner div.hover.from-left.jqhover  {
  opacity: 1;
  left: 0px;
}
section.home-isotope ul.isotope-content li div.inner:hover div.hover.from-right, section.home-isotope ul.isotope-content li div.inner div.hover.from-right.jqhover  {
  opacity: 1;
  right: 0px;
}
section.home-isotope ul.isotope-content li div.inner:hover div.hover.from-bottom, section.home-isotope ul.isotope-content li div.inner div.hover.from-bottom.jqhover  {
  opacity: 1;
  bottom: 0px;
}
section.home-isotope ul.isotope-content li div.inner div.hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;

  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
section.home-isotope ul.isotope-content li div.inner div.hover.from-top {
  top: -50px;
  left: 0px;

  background-size:contain;
}
section.home-isotope ul.isotope-content li div.inner div.hover.from-left {
  top: 0px;
  left: -50px;
  background-size:contain;
}
section.home-isotope ul.isotope-content li div.inner div.hover.from-right {
  top: 0px;
  right: -50px;
  background-size:contain;
}
section.home-isotope ul.isotope-content li div.inner div.hover.from-bottom {
  bottom: -50px;
  left: 0px;
  background-size:contain;
}
section.home-isotope ul.isotope-content li.size-25-1 {
  width: 25%;
}
section.home-isotope ul.isotope-content li.size-25-1 div.inner {
  height: 220px;
}
section.home-isotope ul.isotope-content li.size-50-1 {
  width: 49%;
}
section.home-isotope ul.isotope-content li.size-50-1 div.inner {
  height: 220px;
}
section.home-isotope ul.isotope-content li.size-25-2 {
  width: 25%;
}
section.home-isotope ul.isotope-content li.size-25-2 div.inner {
  height: 454px;
}
section.home-isotope ul.isotope-content li.news div.inner {
  height: 204px;
  background: #f5f5f5;
}
section.home-isotope ul.isotope-content li.news div.inner img.photo {
  float: left;
  width: 154px;
  height: 204px;
  margin-right: 20px;
}
section.home-isotope ul.isotope-content li.news div.inner h3, section.home-isotope ul.isotope-content li.news div.inner .fauxH3{
  margin: 5px 0px 10px 0px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size:9px;
  line-height: 20px;
  font-weight: 300;
  color: #d9002b;
}
section.home-isotope ul.isotope-content li.news div.inner h3 a, section.home-isotope ul.isotope-content li.news div.inner a .fauxH3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #58585a;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
}
section.home-isotope ul.isotope-content li.news div.inner h3 a:hover, section.home-isotope ul.isotope-content li.news div.inner a .fauxH3:hover {
  color: #a60021;
}
section.home-isotope ul.isotope-content li.news div.inner p {
  font-size: 16px;
  line-height: 22px;
  color: #58585a;
}

section.home-isotope ul.isotope-content li.news div.inner span.date {
  position: absolute;
  left: 174px;
  bottom: 15px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #d9002b;
}
section.home-isotope ul.isotope-content li.events div.inner {
  height: 250px;
}
section.home-isotope ul.isotope-content li.events div.inner a.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.home-isotope ul.isotope-content li.events div.inner a.overlay:hover {
  background: transparent;
}
section.home-isotope ul.isotope-content li.events div.inner a.overlay div.caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 15px;
  color: #FFF;
  background: rgba(217, 0, 43, 0.7);
}
section.home-isotope ul.isotope-content li.events div.inner a.overlay div.caption span.date {
  display: block;
  float: left;
  margin: 8px 20px 0px 0px;
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
section.home-isotope ul.isotope-content li.events div.inner a.overlay div.caption h3, section.home-isotope ul.isotope-content li.events div.inner a.overlay div.caption .fauxH3 {
  margin-bottom: 3px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
section.home-isotope ul.isotope-content li.events div.inner a.overlay div.caption span.view {
  font-size: 16px;
  line-height: 16px;
}
section#home-parallax {
  position: relative;
  height: 500px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
section#home-parallax.page-section {
  min-height:392px;
}
section#home-parallax div.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
section#home-parallax.page-section div.overlay {
  background: rgba(0, 0, 0, 0.55);
}
section#home-parallax div.overlay div.container  {
  margin:0 auto;
  text-align:center;
  margin:0 auto;
  max-width:1100px;
}

section#home-parallax div.overlay div.container div.banner-icon  {
  display:inline-block;
  width:30%;
  margin:0 auto;
  text-align:center;
  padding-top:88px;
}

section#home-parallax div.overlay div.container div.banner-icon img {
  width:23%;
}
section#home-parallax div.overlay div.container div.banner-icon p {
  font-size:30px;
  padding-top:0px;
  line-height:30px;
  padding-top:40px;
}

section#home-parallax p {
  padding-top: 180px;
  font-family: 'Oswald', sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
section#home-parallax p img.seal {
  position: relative;
  top: -10px;
  margin-right: 20px;
}

#view-all {
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

#view-all:hover {
  opacity:.75;
}

#parallax-footer {
  	background-attachment: fixed;
	  background-position: center 0px;
	  background-repeat: no-repeat;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -ms-background-size: cover;
	  background-size: cover;
}

/*News Page  */

.news-content img {
  display:none;
}

section.academics ul {
  list-style-type: none;
}
section.academics ul li {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  width: 20%;
  height: 320px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
section.academics ul li:focus a.overlay div.hover,
section.academics ul li a.overlay:focus div.hover {
  opacity: 1;
  outline: none;
}
section.academics ul li:focus {
  outline: none;
}
section.academics ul li a.overlay:focus div.hover ul li.learn_more_link {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

section.academics ul li a.overlay {
  background: rgba(0, 0, 0, 0.35);
}
section.academics ul li:nth-child a.overlay strong {
  opacity: 0.45;
}
section.academics ul li.last a.overlay {
  padding-top: 120px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #FFF;
  background: #d9002b;
}
section.academics ul li.last a.overlay:hover {
  letter-spacing: 3px;
}
section.academics ul li a.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
section.academics ul li a.overlay:hover div.hover {
  opacity: 0;
}
section.academics ul li a.overlay.active div.hover {
  opacity: 0;
}
section.academics ul li a.overlay h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
}
section.academics ul li a.overlay div.hover {
  display: table;
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 320px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #FFF;
  background: #d9002b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.academics ul li a.overlay div:focus {
  opacity: 1;
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}
section.academics ul li a.overlay:hover div.hover {
  opacity: 1;
}
section.academics ul li a.overlay div.hover.extra-padding {
  padding-top: 135px;
}
section.academics ul li a.overlay div.hover ul {
  display: table-cell;
  width: 100%;
  height: 320px;
  vertical-align: middle;
  padding: 0px 50px;
}
section.academics ul li a.overlay div.hover ul li {
  overflow: visible;
  position: relative;
  display: block;
  float: none;
  width: 100%;
  height: auto;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
}

section.academics ul li div.hover ul li a {
  color: #FFF;

}
section.admission table, th, td {
    border: 1px solid black;
    border-collapse:collapse;
}
section.admission .tuition-table table, th, td {
  border: none;
}
.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-container table {
  width:96%;
}
.table-container th *{
  font-family:oswald;
  font-size:119%;
  text-align:left;
}
.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

section.alumni-stories {
  padding: 100px 0px;
}
section.alumni-stories div.flexslider ul.slides li img.photo {
  float: left;
  width: 236px;
  height: 236px;
  margin-right: 53px;
}
section.alumni-stories div.flexslider ul.slides li h3 {
  margin: 25px 0px 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  color: #d9002b;
}
section.alumni-stories div.flexslider ul.slides li h3 strong {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
section.alumni-stories div.flexslider ul.slides li p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #575757;
}
section.alumni-stories div.flexslider ul.slides li span.play-video {
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #d9002b;
  border-color: #d9002b;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
section.alumni-stories div.flexslider ul.slides li span.play-video:hover {
  color: #FFF;
  background: #d9002b;
}
section.alumni-stories div.flexslider ul.slides li span.play-video i {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
section.alumni-stories div.flexslider .flex-direction-nav a:before {
  content: " ";
  display: block;
  background: url(/images/bg_nav1.png) no-repeat 70px 0;
  height: 75px;
  background-size: 30px;
}
section.alumni-stories div.flexslider .flex-direction-nav a {
  color: #888;
  display: inline-block;
  text-align: right;
  opacity: 1;
  margin: 0 0 -57px 0;
}
section.alumni-stories div.flexslider .flex-direction-nav .flex-prev {
  margin: 0px 0px -37px 5px;
  left: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.alumni-stories div.flexslider .flex-direction-nav .flex-next {
  right: 10px;
}
section.alumni-stories div.flexslider .flex-direction-nav a:hover {
  color: #c8c8c8;
}
section.alumni-stories ul.custom-thumbnails {
  list-style-type: none;
  display: block;
  text-align: center;
  width: 88%;
  margin: 50px auto;
}
section.alumni-stories ul.custom-thumbnails li {
  display: inline-block;
  margin: 0px 15px 20px 15px;
}
section.alumni-stories ul.custom-thumbnails li.active img {
  cursor: default;
  opacity: 1;
}
section.alumni-stories ul.custom-thumbnails li.active img:hover {
  opacity: 1;
}
section.alumni-stories ul.custom-thumbnails li img {
  cursor: pointer;
  opacity: 0.7;
  width: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
section.alumni-stories ul.custom-thumbnails li img:hover {
  opacity: 0.85;
}
section.areas-of-study div.areas-info-box {
  background:#fff;
  margin-bottom:20px;
}
section.areas-of-study div.areas-info-box img{
  background:#fff;
  float:left;
  height:245px;
}
section.areas-of-study div.areas-info-box div.areas-info {
  margin-left:265px;
  padding-top:20px;
}
section.areas-of-study div.areas-info-box div.areas-info p {
  font-size:20px;
  margin-bottom:10px;
  padding-right:20px;
}

.page-body .page-section:nth-of-type(even) .segmentLink {
      background-color: #fff;
}

.page-body .page-section:nth-of-type(odd) .segmentLink {
      background-color: #ebebeb;
}

.segmentLink {
  margin:10px 3px;
  padding:20px;
  width:49%;
  display:inline-block;
  vertical-align:top;
}
.segmentLink span {
  font-weight:700;
}

.ff_composer .form-field {
  display: inline-block;
  padding-top: 0;
}

footer {
  overflow: hidden;
  background: #ebebeb;
}
footer div.container div.left {
  float: left;
  width: 65%;
  background-image: url(../../images/holland.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 1% 0% 0% 0%;
}
footer div.container div.left ul.quick-links {
  list-style-type: none;
  display: block;
  float: left;
}
footer div.container div.left ul.quick-links.last {
  margin-right: 0px;
}
footer div.container div.left ul.quick-links li {
  display: block;
  line-height: 19px;
  padding-bottom: 10px;
}
footer div.container div.left ul.quick-links li a {
  color: #d9002b;
}
footer div.container div.left ul.quick-links li a:hover {
  text-decoration: underline;
}
footer div.container div.left p.copyright {
  color: #898989;
  text-align:center;
  font-size:20px;
  font-weight: 400;
}
footer div.container div.left p.copyright a {
  display:inline-block;
  vertical-align: top;
}
footer div.container div.left p.copyright img.seal {
  margin-left: 14px;
}
footer div.container div.right {
  position: relative;
  float: right;
  width: 34%;
  min-height: 184px;
  padding: 0px 0px 78px 50px;
  background-image: url(../../images/graywolf.png);
  background-size: 655px 500px;
  background-repeat: no-repeat;
  background-position: top;
}

div.foot-container {
  max-width: 100%;
  padding: 0px 0px;
}

.foot-nav {
  display: inline-block;
  width: 24.5%;
  padding: 2% 0% 0% 5%;
  float: left;
  text-align:left;
}
footer div.container div.right img.footer-seal {
  width: 85%;
  max-width: 235px;
}

footer div.container div.right p {
  color: #d9002b;
}
footer div.container div.right p.phone {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 26px;
}
footer div.container div.right ul.social {
  list-style-type: none;
  margin-top: 30px;
}
footer div.container div.right ul.social li {
  display: inline-block;
  margin-right: 10px;
}
footer div.container div.right ul.social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  text-align: center;
  font-size: 24px;
  color: #E1E1E1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #d9002b;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
footer div.container div.right ul.social li a:hover {
  color: #d9002b;
  background: #FFF;
}
footer div.container div.right ul.social li a.twitter:hover {
  color: #55acee;
}
footer div.container div.right ul.social li a.facebook:hover {
  color: #3b5998;
}
footer div.container div.right ul.social li a.youtube:hover {
  color: #e52d27;
}
footer div.container div.right ul.social li a.flickr:hover {
  color: #ff0084;
}
footer div.container div.right a.join-email {
  display: inline-block;
  margin-top: 67px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  color: #d9002b;
  border-color: #d9002b;
  border-width: 1px;
  border-style: solid;
  background: transparent;
}
footer div.container div.right a.join-email:hover {
  color: #FFF;
  background: #d9002b;
}
footer div.container div.right div.bottom-whitespace-fix {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #E1E1E1;
}
footer div.container div.gray-box-right {
  position: absolute;
  right: -9979px;
  top: 0px;
  width: 9999px;
  height: 100%;
  background: #E1E1E1;
}

section.academics ul li a.overlay div.hover ul li.learn_more_link {
  color: #a3cfcb;
}

section .page-section-nav {
    margin-bottom: 4%;
    font-family: 'Oswald', sans-serif;
}

.page-body .page-section:nth-of-type(even) {
  background-color: #ebebeb;
}
.page-body .page-section:nth-of-type(even) .owl-item {
  background-color: #ebebeb;
}
.page-body .page-section:nth-of-type(odd) .owl-item {
  background-color: white;
}
.page-body .container {
   max-width: 100%;
    padding: 0;
}

.page-body .page-section .container {
    padding-top: 1%;
    padding-bottom: 3%;
}
.page-section {
  width: 100%;
  padding-bottom: 30px;
}

.page-section .container {
    max-width: 899px;
    margin-left: 28%;
}

.page-body .content{
    width: 100%;
}
.page-section.intro {
    display: block;
    padding-top: 20px;
    padding-bottom:5px;
}
.page-section.intro p {
  font-size:24px;
  padding-bottom:10px;
}

.subpage-content .page-section.intro {
  padding-bottom:20px;
}

.subpage-content ol {
    list-style-type: upper-alpha;
}

.subpage-content ul {
    padding-left: 20px;
}

.subpage-content ol ol {
    list-style-type: decimal;
}

.content-page .inner-section {
    margin-bottom: 10px;
}

.content-page .page-section.event .inner-section {
    margin-bottom: 10px;
    padding-bottom:20px;
}

.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.content-page .section-item-left, .content-page .section-item-right, .content-page .section-isotope .section-item-left, .content-page .section-isotope .section-item-right {
   display: inline-block;
}

.page-body .page-section:nth-of-type(even) .section-intro, .page-body .page-section:nth-of-type(even) .section-isotope .item {
    background-color: #fff;
}

.page-body .page-section:nth-of-type(odd) .section-intro, .page-body .page-section:nth-of-type(odd) .section-isotope .item {
      background-color: #ebebeb;
}

.content-page .section-intro .section-item-left {
    position: relative;
    width: 47.5%;
    float: left;
    padding-top: 2%;
    /*padding-bottom:2%;*/
    padding-left: 4%;
    vertical-align:top;
}

.content-page .section-intro .section-intro-heading {
  padding:10px 10px 0px 20px;
}
.content-page .section-intro .section-intro-paragraph {
  padding:0px 10px 10px 20px;
  margin-bottom:20px;
}

.section-item-left.left-image {
  width:45%;
  padding: 0%;
  margin: 1px 1px 1px 1px;
}


.content-page .section-intro .section-item-right {
  width: 45.5%;
  position: relative;
  left: 4px;
  float:left;
}

.campus-life.content-page .section-intro .section-item-right {
  left: 2px;
}

.section-item-right.right-text {
  width: 50%;
  padding:20px;
  padding-right:40px;
  right:0px !important;
}

.inner-section.full-row {
  padding: 2% 4%;
}

.content-page .page-section .inner-section img {
    vertical-align: bottom;
}
.content-page .page-section .inner-section .aid-icon {
    width:38%;
}

 .content-page .section-isotope .section-item-right {
    width: 59%;
    position: relative;
    padding-left: 3%;
    text-align: left;
    vertical-align:top;
}
 .campus-life .section-isotope .section-item-right {
    width: 53%;

}

.content-page div.section-isotope ul.isotope-content li.item {
    display: inline-block;
}

.content-page div.section-isotope ul.isotope-content li.size-50-1,.content-page div.section-isotope ul.isotope-content li.size-50-2 {
  max-width:48.9%;
  max-height:320px;
}

.content-page div.section-isotope ul.isotope-content li.size-50-1 {
    margin-right: 10px;
}

.content-page div.section-isotope ul.isotope-content {
  list-style-type: none;
}


.content-page .ribbon {
    position: fixed;
    right: 88%;
    top: 50px;
    z-index: 55;
}

.content-page .top-bar .container {
    position: fixed;
    left: 17%;
}

.content-page section.top-bar ul.icons {
    right: -176px;
}

.content-page section.page-body div.header-image {
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;

}

.content-item-right {
  width: 48.5%;
  position: relative;
  display: inline-block;
}

.item-right-img {
 padding: 3% 0% 3% 6%;
}

.content-center {
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.content-item-left {
  width: 29%;
  float: left;
  padding: 4% 0% 0% 5%;
}

.section-item {
  width: 102%;
}

.section-item-alumni {
  width: 53%;
  float: left;
  vertical-align: top;
  background-color: #fff;
  padding: 3% 6% 0% 5%;
}

.section-item-alumni-img {
  width: 47%;
  float: left;
  display: inline-block;
}

.good-alumni {
  background-color: #fff;
  float: left;
  margin-top: 1%;
}

.alumni-list {
  width: 58%;
  display: inline-block;
  margin: 4% 0% 0% 4%;
}

.good-alumni h4 {
 padding-bottom: 5%;
}

.alumni-img {
 float: right;
 margin-top: 17%;
}

.section-item-content {
  width: 48%;
  background-color: #ffffff;
  display:inline-block;
  vertical-align:top;
  margin: 10px 10px;
  text-align:left;
  float: left;
}

.section-item-content.equal-height h4 {
  padding:15px 0px 5px 15px;
}

.section-item-content.equal-height p {
  padding:0px 15px 15px 15px;
}

 .offset-boxes1 {
  width: 100%;
  margin-bottom: 8px;
  background-color: #ffffff;
  display: inline-block;
  overflow: auto;
  zoom: 1;
  float: left;
 }
.offset-boxes2 {
  width: 100%;
  margin-bottom: 10px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
  zoom: 1;
  float: left;
 }
.offset-img {
   float: right;
   vertical-align: top;
   margin: -5px 6px 1px 0px;
 }

 .offset-boxes1 p {
   margin: 1px 1px 10px 22px;
 }

 .offset-boxes2 p {
      margin: 1px 1px 10px 22px;
 }

  .offset-boxes1 h4 {
   margin: 19px 1px 1px 21px;
 }

  .offset-boxes2 h4 {
   margin: 19px 1px 1px 21px;
 }

 .offset-boxes1 ul {
  padding: 8px 0px 26px 46px;
  color: #d9002b;
 }

  .offset-boxes2 ul {
   color: #d9002b;
   padding: 8px 0px 18px 54px;
 }

.content-stack {
  margin-right: 10px;
  max-width: 46.4%;
  display:inline-block;
  vertical-align:top;
  float: left;
}
.content-aside {
  max-width: 46.4%;
  display:inline-block;
  vertical-align:top;
  float: left;
}

.sub-page-space {
  padding: 20px 30px;
  margin-top: 20px;
  overflow:auto;
}

.content-slider {
  display: inline-block;
  background-color: #E1E1E1;
  width: 48%;
  text-align: center;
  float: left;
  vertical-align: top;
  margin: .9%;
  font-size: 69%;
  line-height: 28px;
}

.slider-item-1 {
  width: 58%;
  float: left;
  padding: 3% 0% 3% 3%;
}
.slider-item-2 {
  width: 39%;
  float: left;
  margin: 9px 0px 0px 6px;
}
.content-slider-img {
  float: left;
  vertical-align: top;
  display: inline-block;
}

.giving-form {
  width: 99%;
  float: left;
  display: inline-block;
  /*margin-left: 5%;*/
  position: relative;
  padding-bottom: 0;
  height: 950px;
  margin-bottom: 0;
}

.giving-form iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.giving-form input[type="text"]#website { display: none; }

.ui-state-error {
  background-color:#FF9494;
}

.ui-state-error.message {
  background-color:inherit;
  font-size:16px;
  color:red;
  max-width:300px;
  padding:10px;
  margin-bottom:10px;
  margin-top: -21px;
}

.h5-email.ui-state-error:after {
  content:"Please fill out a valid email address";
}

 .radio .label, .checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 38px;
	margin-right: 15px;
  color: #575757;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio .label:before, .checkbox label:before  {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 15px;
	margin-left: 12px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.radio label:before {
	border-radius: 8px;
}
.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}

.radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 12px;
}

.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}

.form-red {
  display: inline-block;
  margin-bottom: 16px;
  background-color:  #d9002b;
  font-family: Oswald;
  color:  #ffffff;
  font-size: 18.42px;
  font-weight: 200;
  text-align: right;
  transform: scale(0.979,0.979);
  line-height: 30px;
  padding-right: 12px;
}
.form-field {
  margin-left: 1%;
  padding: 8.4px 0% 3px 0%;
}
.content-padding {
 padding: 6% 0% 6% 8%;
}
.page-body .header-image {
  height: auto;
}
.content-page .page-body .header-image img {
    min-width: 100%;
    float: left;
}
.content-page .header-image h1 {
  position: absolute;
  right: 15%;
  bottom: -7px;
  line-height: 1;
  text-align: right;
  max-width: 49%;
}

.content-page.fundraiser .header-image h1 {
  font-size: 600%;
}


.video-button {
    background: #d9002b;
    display: inline-block;
    padding: 4px 21px 12px;
    margin: 20px 0;
}

.video-button p {
  padding-bottom:0px !important;
}


.video-button p  {
    color: #fff;
    font-size: 200%;
}
.video-button a {
    color: #fff;
}

.content-align {
text-align: center;
padding: 5% 0% 5% 6%;
vertical-align: top;
}

.right-list {
  padding-bottom: 3%;
}

.content-box {
  padding: 1px 38px 15px 38px;
}

.owl-carousel .owl-item .content-box img {
  width:initial;
}
.owl-carousel.owl-text-select-on .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-text-select-on .owl-item.active {
  visibility: visible;
}
.owl-carousel:focus-within .owl-stage-outer {
  overflow: visible;
}

.content-right {
  margin-left: 255px;
  padding: 1px 5px 15px 5px;
  max-width: 640px;
}
 .content-box img {
   float: right;
   z-index: 1;
 }

.content-right img {
float:left;
margin: -47px 0px 0px -217px;
}

.content-right ul {
  font-family: Neuton;
 color:  #575757;
 font-size: 20.42px;
 font-weight: 300;
 text-align: left;
 text-indent: -8.168px;
 transform: scale(0.979,0.979);
 vertical-align: middle;
}

.section-bar {
  background-color: #f1f1f1;
}

.section-item-dates {
  padding-top: 1%;
  padding-bottom: 18px;
  display: inline-block;
}

.section-item-dates img {
   float: left;
   width: 38%;
}

.wrap-dates {
  float: right;
  width: 60%;
}

.content-margin {
  text-align: center;
  padding: 1.7% 3.5% 0% 3.5%;
  vertical-align: top;
  display: inline-block;
}

i.fa-play-circle-o {
    margin-left: 11px;
    font-size:30px;
    position:relative;
    top:3px;
}
a.learn-more, a.learn-more:hover {
    font-weight: 700;
    color: #575757;
}
.fancybox-wrap {
    z-index: 999999;
}
.blue-bar {
  background:#1143ff;
}
.blue-bar h4 {
  color:white;
  margin: 10px 0;
}
.red-bar {
  margin-top:20px;
 background-color:  #d9002b;
 padding-left:10px;
}
.red-bar h4 {
  color: white;
  padding: 10px 0;
}
.green-bar {
  background:#0e7f00;
  margin-top:20px;
}
.green-bar h4 {
  color:white;
  padding:10px 0;
}
.grey-bar {
  background: #f1f1f1;
  margin-top:20px;
}
.sub-grey-bar {
  padding-left:10px;
  padding-top:10px;
}
.numeral {
  width: 7.5%;
  display:inline-block;
  text-align:right;
  background: #f1f1f1;
}
.grey-bar .width-11 {
  padding-left:10px;
}
.tuition-table {
  position:relative;
}
.tuition-table strong {
  color:#656565;
}
.tuition-table .tuition-icon img {
  position:absolute;
  top:-46px;
  width:inherit;
}
.tuition-table .left-icon img {
  right:15px;
}
.tuition-table .total {
  margin-bottom:20px;
}
.tuition-table .subtotal {
  color:  #001b80;
  font-weight:700;
}
.tuition-table p span {
  float:right;
  margin-right: 6%;
}
#page-section-apply-now .width-12 {
    padding-right: 7px;
}
section.planned-giving li {
  color: #d9002b;
   list-style: none;
  line-height: 20px;
}
section.planned-giving li:before {
  content: url("/images/utility/bullet.png");
  vertical-align: 3px;
  margin-right: 6px;
}
.giving-donor {
  margin-left: 7.5%;
}
.giving-banner-1 {
  margin-left: 40px;
}
.giving-banner-2 {
  margin-left: 205px;
}
.giving-banner-3 {
  margin-left: 260px;
}
.giving-ways {
  padding-left: 4%;
}
.giving table {
  width: 95% !important;
  margin: 20px auto 0;
}
.giving table td {
  border: none;
  padding: 0 0 5px 0;
}
.giving table td h4 {
  margin: 0;
  padding: 0;
  font-size: 19px;
  line-height: 22px;
}
#page-section-residence-parking .accordion li {
    line-height: 52px;
}
.accordion li:focus-within ul {
  display: block;
}

.section-item-alumni-img .ras-button {
  margin: 9% 0% 4% 27%;
}
.alumni-img .ras-button {
    margin: 10% 10%;
}
.alum-link {
  display: inline-block;
  margin: 6% 0% 0% 17%;
  text-align: center;
}
.good-alumni ul {
  margin-bottom: 7%;
}
.join-box {
  padding: 2% 3% 6.2% 3%;
  background-color: #ebebeb;
  text-align: center;
}
a.news-heading {
  color: #d9002b;
  font-size: 158%;
  font-weight: 400;
  margin-bottom:10px;
  font-family: Oswald;
}
a.news-excerpt {
  font-family: Oswald;
  font-size: 140%;
  font-weight: 300;
  color: #58585A;
  margin-bottom: 1%;
}
.catalog p {
  color:#575757;
}
.catalog h3 {
  color: #D9002B;
}
.academicsIntro .intro-body p {
  padding: 10px;
}
.academicsIntro {
  position:relative;
}
.academicsIntro .section-item-left {
  padding-top:0 !important;
}
.academicsIntro h3 {
  padding-top:4%;
}
.academicsIntro img {
  height:100%;
}

.events-calendar .page-section .container {
  max-width: 1200px;
}

.academics-chart th{
  color: #302F2F;
}

.academics-chart td {
  vertical-align:top;
}

.academics .degree-program-lists {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

}

.academics .degree-program-lists ul {
    padding: 1% 6%;
}

.academics .degree-program-lists li {
  margin-left: 3px;
      -webkit-column-break-inside: avoid;
    -moz-column-break-inside:avoid;
    -moz-page-break-inside:avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
/********************************************************/
/****************** UTILITIES, BUTTONS, ETC. ************/
/********************************************************/

.back-button {
  color: #6DB9B3;
  cursor:pointer;
  font-size: 25px;
}
.back-button:hover {
  color: #58585a;
  cursor:pointer;
  font-size: 25px;
}
.mobile-view {
  display:none;
}

.red-button, .success-prev, .success-next {
  display: inline-block;
  padding: 7px 40px;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  border-color: #d9002b;
  border-width: 1px;
  border-style: solid;
  background-color: #d9002b;
  border-radius: 10px;
}
.red-button:hover, .success-prev:hover, .success-next:hover {
  color: #FFF;
  background: #91021E;
  cursor:pointer;
}
.calc-button {
  display: inline-block;
  border-radius: 10px;
  background-color:  #d9002b;
  width: 96%;
  height: 94px;
  font-family: Neuton;
  color:  #ffffff;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
.calc-button:hover {
  color: #FFF;
  background: #91021E;
  cursor:pointer;
}
.red-text {
  color:#d9002b;
}
.expand-slider .fa-angle-down {
  cursor: pointer;
  position: absolute;
  width: 50px;
  bottom:-6px;
  height: 50px;
  left:48%;
  padding-top: 3px;
  font-size: 40px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  border: 3px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #d9002b;
  z-index: 2;
}
.expand-slider .fa-angle-down:hover {
  line-height: 40px;
  color: #d9002b;
  text-align: center;
  border: 3px solid #d9002b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}
.segmentSlide:focus-within .concentrations {
  display: block;
}
.concentrations {
  display:none;
}
.gray-button {
    background-color: #616161;
    color: #FFF;
    font-family: "Oswald",sans-serif;
    border-radius: 10px;
    text-align: center;
    padding: 5px 20px 7px;
    line-height: 20px;
    font-size: 120%;
}
.centered {
  text-align:center;
}
.full-width {
  width: 100% !important;
}
.equal-heights {
  padding-bottom:200px;
  margin-bottom:-200px;
}
.ff_composer input[type=submit], .white-button {
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  background-color:#fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #d9002b;
  border-color: #d9002b;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.ff_composer input[type=submit],.white-button:hover {
  color:#fff;
  background-color: #d9002b;
}
.white-text {
  color:white;
}
.ras-button {
  display: inline-block;
  background-color:  #d9002b;
  width: 207px;
  height: 43px;
  font-family: Oswald;
  color:  #ffffff;
  font-size: 20.42px;
  font-weight: 400;
  text-align: center;
  transform: scale(0.979,0.979);
  line-height: 45px;
  border-radius: 10px;
}
.ras-button:hover {
  background-color:#AA0324;
}

.no-style-type {
  list-style-type:none;
  padding-bottom:20px;
}
.no-style-type li {
  color: #575757;
  font-weight: 300;
  font-size: 18px;
}
.width-1 {
  width:8.33% !important;
  display: inline-block;
}
.width-2 {
  width:15.67% !important;
  display: inline-block;
}
.width-3 {
  width:25% !important;
  display: inline-block;
}
.width-4 {
  width:32.3% !important;
  display: inline-block;
}
.width-4-margin-left {
  margin-left:32.3%;
}
.width-5 {
  width:41.65% !important;
  display: inline-block;
}
.width-6 {
  width:48% !important;
  display: inline-block;
}
.width-7 {
  width:57.33% !important;
  display: inline-block;
}
.width-8 {
  width:66.65% !important;
  display: inline-block;
}
.width-9 {
  width:74% !important;
  display: inline-block;
}
.width-10 {
  width:82.33% !important;
  display: inline-block;
}
.width-11 {
  width:90.66% !important;
  display: inline-block;
}
.width-12 {
  width:100% !important;
  display: inline-block;
}
  .width-1, .width-2, .width-3, .width-4, .width-5, .width-6, .width-7, .width-8,
  .width-9, .width-10, .width-11, .width-12 {
    vertical-align:top;
  }

/*faculty profiles*/
.faculty-item {
  width:21%;
  margin:10px;
  display:inline-block;
  vertical-align:top;
  text-align:center;
}

.profile-image {
  background:#ebebeb;
}
.profile-image img {
    /* width: 181px;
    height: 205px; */
    object-fit: cover;
    object-position: 0 0;
}

.staff-image img {
    /* width: 181px;
    height: 320px; */
    object-fit: cover;
    object-position: 0 0;
}
.profile-info {
  max-width:320px;
  margin: 0 auto;
}

/*Accordion menus */
.accordion {
	margin: 0 auto;
	vertical-align:top;
}
/*heading styles*/
.accordion {
  vertical-align:top;
}
.accordion h4 {
  padding: 8px 15px;
  cursor: pointer;
  color: #58585a;
  font-size: 20px;
  min-height: 48px;
	background: #fff;
}
.page-body .page-section:nth-of-type(odd) .accordion {
  background: white;
}
.page-body .page-section:nth-of-type(even) .accordion {
  background: #ebebeb;
}
.page-body .page-section:nth-of-type(odd) .section-intro, .page-body .page-section:nth-of-type(odd) .accordion h4 {
  background-color: #ebebeb;
}
.page-body .page-section:nth-of-type(odd) .section-intro, .page-body .page-section:nth-of-type(odd) .accordion ul ul {
  background-color: #ebebeb;
}
.grey-accordion h4 {
  background: #ebebeb;
}
.plus-icon {
  float: right;
  font-size:20px;
  vertical-align: top;
}
/*list items*/
.accordion ul {
  margin-bottom:10px;
  margin-top:-15px;
}
.profile-accordion ul {
  margin-top: -13px;
}
.accordion li {
	list-style-type: none;
}
.accordion ul li {
	list-style-type: none;
	margin-bottom:10px;
}
.segmentSlide .accordion ul li h4 img {
  width:28%;
}
.segmentSlide .faculty-accordion ul li h4 img {
  width:13%;
  min-width:77px;
}
.accordion ul ul {
  background-color:rgba(255, 255, 255, 1);
}
.grey-accordion ul ul  {
  background-color:#ebebeb;
}
.accordion ul ul li {
	padding: 11px;
}
/*hide the non active LIs by default*/
.accordion ul ul {
	display: none;
}
.accordion ul li ul .accordion-content ul {
	display: block !important;
	margin: 10px 0 0 20px;
}
.accordion ul li ul .accordion-content ul li {
  list-style-type: disc;
  margin: 0 14px 2px;
  padding: 0;
}
.accordion li.active ul {
	display: block;
}
/*Faculty Accordions*/
.faculty h4 {
  display:inline-block;
}
.faculty-name {
  position:relative;
  top:36px;
  padding-left: 18px;
}
.faculty-name p {
  padding-left: 16px;
}
.faculty-accordion h4 img {
  margin-right:40px;
  padding: 0;
}
.faculty-accordion h4 .plus-icon {
  padding: 10px 20px;
}
.profile-accordion .faculty-name, .profile-accordion p {
  padding-left:14px;
  font-size:18px;
}
.highlight {
  background-color:#729693 !important;
}
.programs-page .segmentNav {
  max-width: 100%;
}
.owl-nav {
  float:left;
  background-position:0 0;
  background-repeat:no-repeat;
  text-align:center;
  max-width:910px;
  list-style: none;
  width: 100%;
  display: block;
  padding-bottom:10px;
}
.owl-nav li {
  display: inline;
  white-space:nowrap;
}
.owl-nav li::after {
  background: url("/images/separator-dark.png") repeat scroll 0% 0% transparent;
  content: "";
  width: 2%;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px -3px;
  z-index:1;
}
.owl-nav li:last-of-type::after {
    display: none;
}
.owl-nav li.hiddenNav {
    display:none;
}
.owl-nav li.hiddenNav li:after {
    display:none;
}
.owl-nav li a{
    z-index:2;
    font-size:23px;
    margin:0 2px 0 0;
    list-style-type:none;
    color: #585858;
    border: 3px solid #585858;
    cursor:pointer;
}
.owl-nav li:hover a, .owl-nav li.active-slide a {
    background: #d9002b;
    color: #fff;
    border:3px solid #585858;
}
.owl-nav a {
  padding:3px 35px;
  display:inline;
  font-size:121%;
}
.owl-carousel .owl-item .initial-width {
  width:initial;
}
.success-nav {
  margin:0 auto;
  width: 78%;
}
.success-next {
  float:right;
}

.page-section .equal-heights {
  padding-bottom:210px;
  margin-bottom:-200px;
}
/*.owl-carousel .owl-stage-outer {*/
/*  height:inherit !important;*/
/*}*/
#dlstCategories {
  display:none !important;
}
/*********Possible sidebars ********/
  /************temp responsive *************/
.nav p.fa.fa-bars {
  display: none;
}
div.body.swiped {
  -webkit-transform: translate(-200px, 0px);
  -moz-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}
.responsive-sidebar {
  display: none;
  margin-top: 40px;
  position: fixed;
  left: 10px;
  top: -22px;
  z-index: 20000;
  background: rgb(255,255,255);
  width: 24%;
  min-width: 200px;
}
.responsive-sidebar ul {
  padding-left: 10px;
}
.responsive-sidebar li {
  margin-bottom: 10px;
}

/***************************************/
/********** Slide CSS *****************/
/***************************************/

iframe.insights-frame {
  width: 678px;
  height: 381px;
}

body.search-results ol {
    list-style: decimal;
}

/***************************************/
/********** CMS special stuff **********/
/*****to make all this work with CMS****/
/***************************************/
.cms h4 a,.cms h4 a:hover{
    font-family: Oswald;
    font-size: 102%;
    font-weight: 400;
    color:inherit;
    margin-bottom: 1%;
}
/***************************************/
/********** Newberry Admin  ************/
/******** Special Templates ************/
/***************************************/

.admin-temps .section-item-left {
  padding: 0 !important;
  width: 50% !important;
}
.admin-temps .section-item-right {
  padding: 2%;
  width: 50% !important;
  text-align: left;
}
.admin-temps img.section-image {
  height: 100% !important;
  width: 100% !important;
}

.admin-temps .temp-2 .section-item-left {
  width: 24.5% !important;
}
.admin-temps .temp-2 .section-item-right {
  width: 75.5% !important;
}
.admin-temps .temp-3 .section-item-left {
    padding: 2% !important;
    width: 50% !important;
    text-align: left;
}
.admin-temps .temp-3 .section-item-right {
  width: 50% !important;
  padding: 0 !important;
  float: right !important;
  left: 0 !important;
}
.admin-temps .temp-4 .section-item-left {
  padding: 2% !important;
  width: 75.5% !important;
  text-align: left;
}
.admin-temps .temp-4 .section-item-right {
  width: 24.5% !important;
  padding: 0;
  float: right !important;
  left: 0 !important;
}
.admin-temps .temp-5 {
  width: 100%;
  padding: 2%;
}
.admin-temps .headline {
  padding: 1% 2% 2%;
  text-align: center;
  display: inline-block;
}
.admin-temps .temp-5 .headline {
  padding: 0;
  text-align: left;
}
.admin-temps .temp-5 .headline h3 {
  text-align: center;
}
.admin-temps .headline h3 {
  margin-bottom: 1%;
}
.admin-temps h4 a {
  color: #d9002b;
}
.admin-temps h4.red-button a {

  color: #fff;
}
.admin-temps h4.red-button a:hover {
    color: #FFF;
  background: #91021E;
  cursor:pointer;
}

.admin-temps .side-by-side-image > div {
  width: 49% !important;
  padding: 0;
}

/*.admin-temps ul {
  list-style: none;
}*/

.admin-temps a {
    text-decoration: none;
    color: #d9002b;
}

.admin-temps a.ras-button {
    text-decoration: none;
    color: #fff;
}

.admin-temps h3 {
    font-size: 32px;
}

.admin-temps h3 a {
    font-size: 32px;
}

/********************************************************/
/********************* MEDIA QUERIES ********************/
/********************************************************/
@media (max-width: 1049px) {

.home .emergency-banner {
  top: 85px;
  position: relative;
  z-index: 3;
  padding: 11px 25px;
  color: black;
  font-family: "Oswald";
  text-align: center;
}
.content-page section.page-body div.header-image {
  top: 48px;
  margin-bottom: 60px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home a.fa.fa-bars.white-text {
  width: inherit;
  /* width: inherit; */
  font-size: 25px;
  /* z-index: 200; */
  float: left;
  position: fixed;
  top: 14px;
  left: 16px;
}
.mm-menu .mm-listview > li > a.mm-next {
  color: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid grey;
}
.mm-menu .mm-listview > li:after {
  border-color: rgba(156, 1, 1, 1);
}
.mm-menu .mm-listview > li > a.mm-prev:before, .mm-menu .mm-listview > li > a.mm-next:after {
  border-color: rgba(255, 5, 5, 0.84);
}
.content-page .page-body .header-image img {
  min-width: 100%;
  float: left;
  left: -140px;
  position: relative;
  height: 370px;
}
section.academics ul li a.overlay div.hover ul {
  padding: 0px 19px;
}
.nav {
  width: 10%;
  background: #fff;
  position: fixed;
  z-index: 20000;
  text-align: center;
}
.nav p.fa.fa-bars {
  display: inline-block;
  position: absolute;
  left: 0px;
  font-size: 26px;
  background: #fff;
  padding: 11px;
  border-radius: 5px;
  color: #D9002B;
}
.red-ribbon, .page-menu {
  display: none;
 }
  .no-ribbon-view {
    display:none;
  }
  .mobile-view.mobile-header {
    display:block;
    position:fixed;
    top:0;
    height:85px;
    background:#d9002b;
    width:100%;
    margin-left:-20px;
  }
  .mobile-view.nav {
    display: inline-block;
    margin: 17px 0;
    position: absolute;
    background: #d9002b;
    right: 13px;
  }
  .mobile-view.nav .fa {
    font: 20px/1 FontAwesome, 'Oswald';
    margin-top: 13px;
    text-transform: uppercase;
  }
  .mobile-view.nav .fa-bars:before {
    content: "\f0c9";
    margin-right: 5px;
    margin-top: 7px;
    font-size: 25px;
  }
  a.fa.fa-bars.white-text {
    width:inherit;
  }
  .mobile-view.mobile-logo {
    display:block;
    text-align:center;
  }
  .mobile-logo img {
    width:200px;
    padding-top:11px ;
  }
 section.home-isotope ul.isotope-content li.news div.inner h3 a {
    font-size:21px;
 }
 section.home-isotope ul.isotope-content li.news div.inner p {
   display:none;
 }
 .content-page .header-image h1 {
   left: 0;
   text-align:left;
 }
 .page-section .container {
   max-width: 100% ;
   margin-left: 10px;
 }
 .content-page .top-bar .container {
   left: 0;
 }
 section.top-bar div.top-menu {
   padding: 17px 0px 0px 5%;
 }
}


@media (max-width:1024px) {



  section.home-slider {
    height:506px;
    top: 35px;
  }
  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content {
  position: absolute;
  bottom: 63px;
  right: 52px;
  }
  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container {
  height: 500px;
  padding-top: 80px;
  text-align: right;
  }
  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content {
    position: absolute;
    bottom: 63px;
    right: 52px;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.reformation-logo {
    width: 27%;
    position: relative;
    left:-153px;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.giving-logo {
    width: 32%;
    margin: 0 0 0 18%;
  }

  .home #home-parallax div.overlay {
    background-image: url(https://assets-devnewberry.duboseweb.com/images/img-walkway-trees.jpg);
    background-position:center center;
    background-size:cover;
  }


  section#home-parallax div.overlay div.container div.banner-icon {
    display: inline-block;
    width: 27%;
    margin: 0 auto;
    text-align: center;
    padding-top: 22px;
  }

  section#home-parallax div.overlay div.container div.banner-icon img {
  width: 23%;
  }
  section#home-parallax div.overlay div.container div.banner-icon p {
    font-size: 19px;
    padding-top: 0px;
    line-height: 30px;
    padding-top: 20px;
  }
  section#home-parallax.page-section {
    min-height:20px;
  height:200px !important;
      background-image:none !important;
  }
}


@media (max-width: 940px) {

  section.home-slider div.flexslider ul.slides li
  div.slide-wrapper div.container div.content span.heading {
    font-size: 52px;
    line-height: 58px;
    font-size: 52px;
    line-height: 58px;
  }
  section.home-slider div.flexslider ul.slides li
  div.slide-wrapper div.container div.content span.play-video {
    line-height: 28px;
    padding: 6px 95px 11px 15px;
  }
  section.home-slider div.flexslider ul.slides li
  div.slide-wrapper div.container div.content span.play-video i {
    width: 50px;
    height: 50px;
    top: -2px;
    padding: 7px 0px 0px 4px;
    font-size: 30px;
  }
  section.home-slider div.flexslider ul.slides li
  div.slide-wrapper div.container div.content {
    position: absolute;
    bottom: 75px;
    right: 75px;
  }
  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.reformation-logo {
    width: 37%;
    position: relative;
    left:-185px;
  }
  .red-ribbon {
    top:-53px !important;
  }
  /************temp responsive *************/
  section.top-bar div.top-menu ul, section.top-bar ul.icons, .angle {
    display: none;
  }
  /***************************************/
  section.top-bar div.top-menu {
    height:50px;
    text-align:center;
  }
  /************temp responsive *************/
  section.top-bar div.white-bar-right {
    height: 50px !important;
  }
  /***************************************/
}

@media (max-width: 899px) {
  footer div.container div.right {
    width: 100%;
    text-align:center;
  }
  footer div.container div.left {
    width: 100%;
    text-align:center;
  }
}

@media (max-width: 850px) {
  .content-page .section-isotope .section-item-right {
    width: 100%;
    padding: 2%;
    text-align: left;
    vertical-align:top;
  }

  .greek-image img {
    display:none !important;
  }
}

@media (max-width: 810px) {
  .owl-nav li:nth-child(3):after {
    display:none;
  }
  .owl-nav li {
   font-size:38px;
  }
  .offset-boxes1 ul {
  margin: 8px 1px 26px 17px;
  }
  .offset-boxes2 ul {
    color: #d9002b;
    margin: 7px 1px 18px 17px;
  }
  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.giving-logo {
    width: 35%;
    margin: 0 0 0 13%;
  }
}

@media (max-width: 769px) {
  /************temp responsive *************/

  .nav {
    width: 14%;
  }

  .segmentNav li a {
    line-height: 45px;
   }

.segmentNav li::after {
   width: 0;
   background: none;
}
/********************************/

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.giving-logo {
    width: 38%;
    margin: 0 0 0 10%;
  }

  .angle-left, .angle-right {
    display:none;
  }

  .faculty-item {
    width:45%;
  }

    .home section#home-parallax {
  height: 345px;
    font-size: 43px;
  }




  section.home-isotope ul.isotope-content li.size-50-1.achieve {
    width:100%;
    display:none;
  }
    section.home-isotope ul.isotope-content li.size-50-1.life {
    width:100%;
    display:none;
  }

  section.home-isotope ul.isotope-content li.size-50-1.events {
    width:100%;
  }
  section.home-isotope ul.isotope-content li.size-50-1.news {
    width:100%;
  }
  section.home-isotope ul.isotope-content li.size-25-2 {
    width: 50%;
  }
  section.home-isotope ul.isotope-content li.size-25-1 {
    width: 50%;
  }
  section.home-isotope ul.isotope-content li.news div.inner h3 {
    font-size: 12px;
  }
  section.home-isotope ul.isotope-content li.news div.inner p {
    display:none;
  }

  section.academics ul li  {
    width:50%;
  }

  footer div.container div.left {
    width:100%;
    padding: 30px;
  }

  footer div.container div.right {
    width:100%;
    padding: 30px;
  }

  footer div.container div.right div.bottom-whitespace-fix {
    height:0;
  }

  section.home-isotope div.container {
    padding: 0px 9px;
    margin-bottom: 45px;
  }


  section#home-parallax {
    background-position: center center !important;
  }

  section#home-parallax p {
    padding-top:116px;
    line-height:20px;
    font-size: 36px;
  }

  section#home-parallax p img.seal {
    height:62px;
    top: -5px;
    margin-right: 10px;
  }

  footer div.container {
    padding: 0px;
    text-align:center;
  }

  footer div.container div.gray-box-right {
    height:0;
    width:0;
  }
  section.alumni-stories div.flexslider ul.slides li {
      text-align: center;
    }
  section.alumni-stories div.flexslider ul.slides li img.photo {
    margin: 0 auto;
    float:none;
  }

}

@media (max-width:775px) {
  .segmentLink {
    width:100%;
  }

  .slider-item-2 {
    width:100%;
  }
  .slider-item-1 {
    display:none;
  }
}



@media (max-width:640px) {
  .mobile-logo img {
  width: 181px;
  padding-top: 14px;
  float: right;
  margin-right: 13px;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.reformation-logo {
    width: 40%;
    position: relative;
    left:-143px;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.giving-logo {
    width: 42%;
    margin: 0 0 0 3%;
  }

  .red-ribbon {
    top:-65px !important
  }

  .content-page .ribbon {
    right:94%;
  }

  section.top-bar div.top-menu {
    height:50px;
  }

  section.home-isotope ul.isotope-filters li {
    width:48%;
    margin-right:2%;
    margin-bottom:2%;
  }

  footer div.container div.left p.copyright img.seal {
    display: block;
    width: inherit;
    margin: 0 auto;
  }

  .tuition-table .tuition-icon {
    display:none;
  }

  iframe.insights-frame {
  width: auto;
  height: auto;
  }


}

@media (max-width:600px) {


  .faculty-item {
    width:43%
  }

  .content-aside {
    max-width: 97.5%;
  }
  .content-stack {
    max-width: 100%;
  }
  .offset-img {
    float:none;
  }

  .academics .width-4 {
    margin-left:20% !important;
    margin-top: 0 !important;
  }

  .academics .form-red {
    margin-left:0 !important;
  }

  .academics .width-5 {
     margin:0 !important;
  }

  .segmentSlide {
    padding-top: 5px !important;
  }

  .concentrations .career-opp {
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .grad-careers div ul {
    padding-left: 20%;
    margin-left: -7% !important;
  }

  footer div.container div.left .foot-nav {
     width:50%;
     text-align:left;
  }

  .history-seal {
    display:none;
  }
  ul.width-4 {
    width: 31.3% !important;
  }
  .width-1, .width-2, .width-3, .width-4, .width-5, .width-6, .width-7, .width-8,
  .width-9, .width-10, .width-11, .width-12 {
    width: 100% !important;
  }

  .content-page .section-intro .section-item-left {
    padding:0;
  }
  .content-page .section-intro .section-item-right {
    padding:0;
  }

  .content-page .section-intro .section-intro-heading {
    padding:10px 0px;
  }

  .content-page .section-intro .section-intro-paragraph {
    padding:0px;
  }

  .inner-section.section-intro {
    padding: 10px 25px 10px 10px;
  }

  .width-12 {
    padding: 1% 6% 1% 0%;
  }

  .mobile-view {
    display:inline-block;
  }
  .no-mobile-view {
    display:none !important;
  }
  .mobile-marg-1 {
     margin: -7% 0% -21% -4%;;
  }
  .mobile-marg-2 {
     margin: 9% 0% -21% -4%;;
  }
  .content-mobile {
     margin-left: 3%;
     padding: 2% 6% 3% 0%;
  }
  .section-item-alumni {
    width: 100%;
    padding: 6% 5%;
  }
  .alum-link {
    margin: 6% 0% 0% 20%;
    text-align: center;
  }
  .wrap-dates {
    width: 100%;
  }
  .content-padding {
    padding: 6% 0% 6% 0%;
  }
  .giving-donor {
    margin: 0 0 0 48%;
    padding: 15% 0%;
  }
  .content-page .section-intro .section-item-right,
  .admin-temps .section-item-right {
    margin-top:10px;
    width:100% !important;
  }
  .form-red {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 12px;
  }
  .giving-form {
    width: 94%;
    margin: 0;
  }
  .giving-form .width-12 {
    margin: 0% 0% 3% 0%;
    padding: 0;
  }

  .giving-banner-1, .giving-banner-2, .giving-banner-3 {
    margin-left: 40px;
  }
  .giving-ways {
    padding: 0;
  }
  .content-page div.section-isotope ul.isotope-content li.size-50-1, .content-page div.section-isotope ul.isotope-content li.size-50-2 {
    max-width: 100%;
    margin: 0% 4% 2% 0%;
  }
  .content-page .section-intro .section-item-left,
  .admin-temps .section-item-left {
    width:100% !important;
  }
  .content-page .section-intro .width-4 h3 {
    margin-left: -20%;
    padding: 0 13% 0 0;
  }
  .content-page .section-intro .width-4 p {
    margin-left: -20%;
    padding: 0 13% 4% 0;
  }
  .content-page .section-intro .width-5 img {
    vertical-align: bottom;
    max-width: 420px;
    padding: 0.5em 32% 0 10%;
  }
  .owl-nav li a {
    font-size:18px;
  }
  .tuition-table .table-left {
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid grey;
  }
  .pullquote {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .admin-temps .temp-2 .section-item-left,
  .admin-temps .section-item-left,
  .admin-temps .temp-3 .section-item-right,
  .admin-temps .temp-4 .section-item-right {
    text-align: center;
  }
  .admin-temps .temp-2 .section-item-left img,
  .admin-temps .section-item-left img,
  .admin-temps .section-item-right img,
  .admin-temps .temp-4 .section-item-right img {
    width: auto !important;
    max-width: 100% !important;
  }
  .admin-temps img.section-image {
    height: auto !important;
  }
  .accordion.music ul {
    padding: 0 45px 0 0 !important;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.reformation-logo {
    width: 42%;
    position: relative;
    left:-145px;
  }

}

@media (max-width:540px) {

  .mobile-centered {
    text-align:center;
  }
  .mobile-icon {
    text-align:center;
  }
  .owl-carousel .mobile-icon img {
    width:27%;
    padding-left:0 !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width:520px) {

  h1 {
    font-size:300%;
  }

  h2 {
    font-size:280%;
  }

  div.apply-now-wrapper {
    top: 80px;
  }
  div.apply-now-wrapper, div.apply-2 {
    display:none;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content span.heading {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 50px;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content span.play-video {
    font-size: 22px;
    line-height: 26px;
    padding: 6px 76px 11px 15px;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container div.content {
    position: absolute;
    bottom: 63px;
    right: 0;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.reformation-logo {
    width: 50%;
    position: relative;
    left:-76px;
  }

  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.giving-logo {
    width: 55%;
  }

  section.home-isotope ul.isotope-content li.news div.inner h3 a {
    font-size: 18px;
  }

  .content-page .stButton .st-twitter-counter, .stButton .st-facebook-counter {
    height:30px !important;
  }

  .owl-nav li {
    font-size:37px;
  }

  footer div.container div.left ul.quick-links {
    margin:0 auto;
    width: inherit;
  }

  section.top-bar div.top-menu ul li {
    padding: 0px 10px;
  }

  section.home-isotope ul.isotope-content li.news div.inner h3 {
    font-size: 9px;
  }

  .content-page .page-body .header-image img {
    height: 291px;
    position:relative;
    left:-350px;
  }
  .content-page .page-body .subpage-header img {
    height:inherit;
  }
  .owl-nav li:after {
    display:none;
  }
  .success-nav {
    margin: 0 auto;
    width: 100%;
  }
  .content-page .page-body .subpage-header.fundraiser img {
    width: 250%;
    float: none;
    left: -100%;
    margin: auto;
    display: block;
    height: inherit;
    text-align: center;
  }
  .content-page.fundraiser .header-image h1 {
    font-size: 300%;
    margin: auto;
  }

}

@media (max-width:320px) {
  section.home-slider div.flexslider ul.slides li div.slide-wrapper div.container img.giving-logo {
    width: 65%;
    margin: -14% auto;
  }
}



/********************************************************/
/********************* HELPER CLASSES *******************/
/********************************************************/

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

/********************************************************/
/********************** PRINT STYLES ********************/
/********************************************************/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



	.netpricecalculator input {
			font-family: Arial;
			font-size: 13px;
		}

	.netpricecalculator .formtable td {
			padding-bottom: 15px;
		}

		.netpricecalculator .disclaimer {
			margin-top: 0px;
			margin-right: 8px;
			margin-bottom: 20px;
			/*width:220px;*/
			width: 480px;
			font-family: Arial;
			font-weight: normal;
			font-size: 11px;
			text-align: left;
		}

		.netpricecalculator .summarytable td {
			border-bottom: solid 1px #c7ddea;
			padding: 6px 1px 7px 4px;
		}

		.netpricecalculator .boldtd {
			font-weight: bold;
			font-family: Arial;
			font-size: 12px;
			color: #336699;
			width: 150px;
		}

		.netpricecalculator .title1 {
			color: #336699;
			font-family: Arial;
			font-size: 12px;
			font-weight: bold;
		}

		.netpricecalculator .title2 {
			color: #333333;
			font-family: Arial;
			font-size: 13px;
			font-weight: bold;
		}
