@charset "UTF-8";
/* Highlighting */
::selection {
  background: #fff2a8; }

::-moz-selection {
  background: #fff2a8; }

/* Type */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gentium Book Basic", serif;
  font-weight: 400;
  color: #000; }

h1 {
  font-size: 28px;
  padding: 0 0 10px;
  line-height: 1.2em; }

h2 {
  font-size: 24px;
  padding: 0 0 5px; }

h3 {
  font-size: 22px;
  padding: 0 0 5px; }

h4 {
  font-size: 20px;
  padding: 0 0 5px; }

h5 {
  font-size: 18px;
  padding: 0 0 5px; }

h6 {
  font-size: 16px;
  padding: 0 0 5px; }

p, .p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
  font-weight: 300;
  font-family: "museo-sans", sans-serif; }

p small {
  font-size: 14px;
  color: #888; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

/* Large intro paragraph for posts */
.single .textcontent > p:first-of-type {
  font-size: 1.5em;
  color: #444; }

/* Colors */
.white {
  color: #fff; }

.black {
  color: #000; }

/* Design */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

.btn {
  white-space: normal; }

/* Lists */
ol {
  list-style: decimal; }

ul {
  list-style: square; }

ul.styled {
  list-style: none;
  color: #999;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 200; }

ul.styled > li:before {
  content: "»";
  margin-right: 10px; }

/* Blockquotes */
blockquote {
  padding: 20px 20px 20px;
  margin: 30px 0 30px;
  border-left: 5px solid #1c61ac; }
  blockquote p {
    font-family: "Gentium Book Basic", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em; }

/* Links */
a {
  text-decoration: none;
  color: #1c61ac; }

a:hover, a:active, a:focus {
  color: #f8ad3a;
  text-shadow: none;
  text-decoration: none; }

/* Spacing */
.pad_v_0 {
  padding-top: 0;
  padding-bottom: 0; }

.pad_v_10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad_v_20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad_v_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad_v_40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad_h_0 {
  padding-left: 0;
  padding-right: 0; }

.pad_h_10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad_h_20 {
  padding-left: 20px;
  padding-right: 20px; }

.pad_h_30 {
  padding-left: 30px;
  padding-right: 30px; }

.pad_h_40 {
  padding-left: 40px;
  padding-right: 40px; }

.mar_h_0 {
  margin-left: 0;
  margin-right: 0; }

.mar_h_10 {
  margin-left: 10px;
  margin-right: 10px; }

.mar_h_20 {
  margin-left: 20px;
  margin-right: 20px; }

.mar_h_30 {
  margin-left: 30px;
  margin-right: 30px; }

.mar_h_40 {
  margin-left: 40px;
  margin-right: 40px; }

.mar_v_0 {
  margin-top: 0;
  margin-bottom: 0; }

.mar_v_10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mar_v_20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mar_v_30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mar_v_40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mar_neg_r_50 {
  margin-right: -50px; }

.mar_neg_l_50 {
  margin-left: -50px; }

/* Layout */
body {
  background: #fff;
  font-family: "museo-sans", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 42px; }

#footer {
  background: #1a1e21;
  padding: 15px 0;
  color: #fff; }
  #footer p {
    color: #fff;
    font-size: 12px;
    margin: 0; }

/**
 * Add Topnav style here
 */
/* Side Nav */
#sidebar .menu {
  font-size: 16px;
  margin: 20px;
  list-style: none;
  border: 1px solid #ddd;
  background: #fff; }

#sidebar .menu li a {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  border-left: 3px solid transparent;
  display: block; }

#sidebar .menu li:nth-child(even) {
  background: transparent; }

#sidebar .menu li ul.sub-menu a {
  padding-left: 30px; }

#sidebar .menu li a:hover {
  border-left: 3px solid #bf0a0a;
  background: #f4f7f7; }

#sidebar .menu li.current_page_item > a {
  background: #fff;
  border-left: 3px solid #bf0a0a; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.tags {
  font-style: italic;
  color: #777;
  font-size: 12px; }

.widget {
  margin-bottom: 20px; }

/*** Carousel Fade alternative to slide  ***/
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .active {
  opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1; }

.carousel-caption {
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  width: 100%; }

.carousel-caption p {
  margin-bottom: 0;
  font-size: 130%;
  color: #fff; }

body.logged-in.admin-bar .navbar-fixed-top {
  top: 32px !important; }

textarea,
iframe,
iframe *,
.video-wrapper * {
  max-width: 100% !important; }

.center {
  text-align: center; }

.alignleft {
  float: left;
  margin: 10px 10px 10px 0; }

.alignright {
  float: right;
  margin: 10px 0 10px 10px; }

.aligncenter,
.alignnone {
  display: block;
  margin: 10px auto; }

.borderbox {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 0;
  width: 100%; }

.grad0 {
  width: 100%;
  max-width: 1800px; }

.grad1 {
  width: 100%;
  max-width: 1200px; }

.grad2 {
  width: 80%;
  max-width: 1000px; }

.grad3 {
  width: 60%;
  max-width: 800px; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px; }

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 100%;
  height: 100%; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg); }

.timeline {
  padding: 80px 0; }
  .timeline ul {
    list-style: none;
    position: relative; }
    .timeline ul li.object {
      background: #ffffff;
      border: 1px solid #e7f0f7;
      width: 40%;
      display: block;
      clear: both;
      position: relative;
      margin-top: -50px; }
      .timeline ul li.object .fa {
        text-align: center;
        background: #1c61ac;
        color: #ffffff;
        height: 80px;
        width: 80px;
        line-height: 80px;
        border-radius: 50%;
        font-size: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .timeline ul li.object:nth-child(odd) {
        float: left; }
        .timeline ul li.object:nth-child(odd) .fa {
          right: -161px; }
      .timeline ul li.object:nth-child(even) {
        float: right; }
        .timeline ul li.object:nth-child(even) .fa {
          left: -161px; }
      .timeline ul li.object h2 {
        background: #e7f0f7;
        color: #1c61ac;
        padding: 30px;
        margin: 0; }
      .timeline ul li.object img {
        width: 100%; }
      .timeline ul li.object h3 {
        background: #ffffff;
        color: #1a1e21;
        padding: 20px 30px 10px;
        margin: 0; }
      .timeline ul li.object p {
        background: #ffffff;
        color: #1a1e21;
        padding: 10px 30px;
        font-size: 16px;
        margin: 0; }
      .timeline ul li.object h4 {
        background: #ffffff;
        color: #f8ad3a;
        padding: 10px 30px;
        margin: 0; }
        .timeline ul li.object h4 a {
          color: #f8ad3a; }

.modal {
  z-index: 5000; }
  .modal#pageModal .modal-content {
    background: white; }
    .modal#pageModal .modal-content .modal-body {
      padding: 50px; }
    .modal#pageModal .modal-content .modal-footer {
      border-top: none; }

#topbar {
  background: #1c61ac;
  font-family: "Gentium Book Basic", serif;
  position: absolute;
  top: 0;
  width: 100%; }
  #topbar ul {
    list-style: none;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0; }
    #topbar ul.topmenu-blue {
      float: right;
      text-transform: uppercase; }
    #topbar ul.topmenu-black {
      text-align: center; }
    #topbar ul li {
      display: inline-block; }
      #topbar ul li a {
        display: inline-block;
        color: #beddff;
        padding: 10px 15px;
        cursor: pointer; }
        #topbar ul li a:hover {
          color: #fff; }
      #topbar ul li.nav-search a {
        border: 1px solid #f8ad3a;
        border-radius: 15px;
        padding: 0px 15px; }

.navbar {
  background: #fff;
  border: none;
  border-bottom: 8px solid #1c61ac;
  border-radius: 0;
  margin: 0;
  z-index: 4000; }
  .navbar.affix {
    top: 0;
    width: 100%; }
    .navbar.affix .navbar-nav li a {
      padding: 20px 25px 15px; }
    .navbar.affix img {
      max-height: 55px;
      margin: 0; }
  .navbar img {
    max-height: 75px;
    margin: 5px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; }
  .navbar .navbar-nav {
    float: right;
    font-family: "Gentium Book Basic", serif;
    font-size: 20px;
    letter-spacing: 1px; }
    .navbar .navbar-nav > li {
      border-right: 2px solid #1c61ac; }
      .navbar .navbar-nav > li:first-child {
        border-left: 2px solid #1c61ac; }
      .navbar .navbar-nav > li > a {
        padding: 38px 25px 32px;
        color: #1a1e21;
        border-bottom: 6px solid transparent;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; }
        .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
          background: transparent;
          border-bottom: 6px solid #f8ad3a; }
    .navbar .navbar-nav > li.current_page_item > a {
      border-bottom: 6px solid #f8ad3a; }
  .navbar .dropdown-menu > li a {
    padding: 15px 25px;
    border-left: 3px solid transparent; }
  .navbar .dropdown-menu > li:hover a {
    border-left: 3px solid #f8ad3a; }

.bg_black {
  background: #1a1e21; }

.bg_blue {
  background: #1c61ac; }

.bg_blue_tint {
  background: #e7f0f7; }

.centered {
  text-align: center; }
  .centered .btn {
    margin-right: 10px;
    margin-left: 10px; }

#home-hero {
  background-size: cover;
  background-position: top center; }
  #home-hero h1 {
    margin: 75px 0 225px;
    padding: 0;
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 100;
    text-align: center;
    font-style: italic; }

.feature-box h6 {
  font-size: 19px;
  color: #1c61ac;
  margin: 20px 0 15px;
  padding: 0;
  font-family: "museo-sans", sans-serif; }
.feature-box .feature-excerpt p {
  font-size: 16px; }
  .feature-box .feature-excerpt p a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
.feature-box .feature-cats p {
  font-size: 12px;
  text-transform: uppercase;
  margin: -10px 0 0;
  letter-spacing: 1px; }
  .feature-box .feature-cats p a {
    color: #f8ad3a; }

.banner {
  background-size: cover;
  background-position: center; }
  .banner h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin: 140px 0 40px;
    padding: 0;
    font-style: italic;
    letter-spacing: 4px; }
  .banner .btn {
    margin: 0 auto 140px; }
  .banner .overlay-dark {
    background: rgba(0, 0, 0, 0.6); }
  .banner .overlay-blue {
    background: rgba(28, 97, 172, 0.7); }

.gform_wrapper .ginput_complex.ginput_container label {
  font-size: 12px !important; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin: 0 4px 0 0; }

.gform_wrapper ul.gform_fields li.gfield div.ginput_complex select {
  margin: 0;
  height: 36px; }

.gform_button.button {
  padding: 10px 30px;
  background: transparent;
  border-radius: 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  background: #f8ad3a;
  border-color: #f8ad3a;
  color: #fff; }
  .gform_button.button:hover {
    background: #1c61ac;
    border-color: #1c61ac; }

.btn {
  padding: 10px 30px;
  background: transparent;
  border-radius: 25px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px; }
  .btn.btn-center {
    margin-right: auto;
    margin-left: auto;
    display: block; }
  .btn.btn-gold {
    background: transparent;
    border-color: #f8ad3a;
    color: #fff; }
    .btn.btn-gold:hover {
      background: #f8ad3a; }
  .btn.btn-gold-inverse {
    background: #f8ad3a;
    border-color: #f8ad3a;
    color: #fff; }
    .btn.btn-gold-inverse:hover {
      background: #1c61ac;
      border-color: #1c61ac; }
  .btn.btn-none {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 1px;
    height: inherit;
    border-radius: 0; }
  .btn.next-posts-link a, .btn.prev-posts-link a {
    color: #f8ad3a; }
  .btn.next-posts-link:hover a, .btn.prev-posts-link:hover a {
    color: #fff; }

.buttons-right {
  float: right; }
  .buttons-right .btn {
    margin-right: 10px;
    margin-left: 10px; }

.section-title {
  color: #1c61ac;
  text-align: center;
  font-size: 50px;
  margin: 0 0 20px;
  padding: 0;
  font-style: italic;
  letter-spacing: 4px; }

#home-academics {
  border-top: 10px solid #1a1e21;
  padding: 50px; }
  #home-academics p {
    margin-bottom: 30px; }

.border_top_blue {
  border-top: 10px solid #1c61ac; }

.social-icons .fa {
  color: #fff;
  height: 40px;
  width: 40px;
  margin-right: 7px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #f8ad3a;
  font-size: 20px; }
.social-icons .fa-youtube-play {
  background-color: #e61c14; }
.social-icons .fa-facebook {
  background-color: #3d5998; }
.social-icons .fa-instagram {
  background-color: #ff00a5; }

#sharebar .btn .fa {
  margin-right: 10px; }

.pagetitle {
  font-size: 42px;
  padding: 0 0 5px;
  margin: 30px 0 10px; }

.byline {
  border-bottom: 4px solid #1c61ac;
  margin: 0 0 30px;
  border-top: 4px solid #1c61ac;
  padding: 10px 0 0; }
  .byline p {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px; }

.articleimage {
  margin-bottom: 20px; }

.people-search {
  border-top: 10px solid #f8ad3a;
  margin-bottom: 20px;
  padding-top: 15px;
  margin-top: -15px; }

.person-listing .col-sm-2:nth-child(6n+1) {
  clear: left; }
.person-listing .person-card {
  margin-bottom: 20px; }
  .person-listing .person-card h2 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 0;
    padding: 0; }
  .person-listing .person-card p {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center; }

.large_title {
  font-size: 50px; }

article ul, .text-box ul, article ol, .text-box ol, .panel-body ul {
  margin-left: 20px; }
  article ul li, .text-box ul li, article ol li, .text-box ol li, .panel-body ul li {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 7px; }

.featherlight .featherlight-content .caption {
  margin-top: 10px;
  font-size: 18px !important;
  text-align: center !important;
  width: 100%; }

.audio-item {
  margin-bottom: 20px; }
  .audio-item .image {
    float: left;
    margin-right: 10px; }
    .audio-item .image img {
      max-width: 90px;
      max-height: 112px;
      margin-bottom: 15px; }
  .audio-item p {
    font-size: 16px; }
    .audio-item p span {
      font-style: italic; }

.staff-subpages {
  background: #f8ad3a;
  padding: 20px 0; }
  .staff-subpages a {
    color: #ffffff; }
    .staff-subpages a:hover {
      color: #1c61ac; }

#staffContent .fa {
  margin-right: 15px;
  color: #1c61ac;
  opacity: 0.5; }

.panel {
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.bio h2 {
  margin-bottom: 0; }
.bio p.small {
  font-size: 14px;
  margin-bottom: 6px; }
.bio .the-bio {
  margin: 20px 0; }

.simcal-month {
  border: 1px solid #f5f5f5; }

.simcal-event, .simcal-event-bubble .simcal-event-details p {
  font-size: 14px !important; }

body.page-id-961 .grad3 {
  max-width: 1200px;
  width: 100%; }

#searchModal .form-inline {
  text-align: center; }
  #searchModal .form-inline #mainsearch {
    max-width: 100%;
    width: 300px; }

.archive-listing .feature-box {
  margin-bottom: 20px; }

body.search-results .archive-listing .feature-box {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px; }

body.page-id-732, body.parent-pageid-1794 {
  margin-top: 0 !important; }

.page-section-fields .billboard {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center; }
  .page-section-fields .billboard .overlay-blue {
    background: rgba(28, 97, 172, 0.7); }
  .page-section-fields .billboard .overlay-black {
    background: rgba(0, 0, 0, 0.6); }
  .page-section-fields .billboard .overlay-gold {
    background: rgba(255, 173, 76, 0.6); }
  .page-section-fields .billboard h2 {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    margin: 140px 0 40px;
    padding: 0;
    font-style: italic;
    letter-spacing: 4px; }
  .page-section-fields .billboard .btn {
    margin: 0 auto 140px; }
.page-section-fields .title_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center; }
  .page-section-fields .title_section .overlay-blue {
    background: rgba(28, 97, 172, 0.7); }
  .page-section-fields .title_section .overlay-black {
    background: rgba(0, 0, 0, 0.6); }
  .page-section-fields .title_section .overlay-gold {
    background: rgba(255, 173, 76, 0.6); }
  .page-section-fields .title_section h2 {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    margin: 100px 0;
    padding: 0;
    font-style: italic;
    letter-spacing: 4px; }
.page-section-fields .statement {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center; }
  .page-section-fields .statement .overlay-blue {
    background: rgba(28, 97, 172, 0.7); }
  .page-section-fields .statement .overlay-black {
    background: rgba(0, 0, 0, 0.6); }
  .page-section-fields .statement h3 {
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    margin: 100px 0 100px;
    padding: 0;
    font-style: italic;
    letter-spacing: 3px; }
.page-section-fields .people {
  border-top: 5px solid #f8ad3a; }
  .page-section-fields .people h2 {
    color: #f8ad3a;
    text-align: center;
    font-size: 38px;
    margin: 50px 0 30px;
    padding: 0;
    font-style: normal;
    letter-spacing: 2px; }
  .page-section-fields .people .btn {
    margin: 50px auto 50px; }
  .page-section-fields .people .item {
    padding: 20px;
    text-align: center; }
    .page-section-fields .people .item.small-many h3 {
      font-size: 22px; }
    .page-section-fields .people .item img {
      margin: 0 auto;
      max-width: 80%;
      max-height: 100%; }
      .page-section-fields .people .item img.circle {
        border-radius: 50%; }
      .page-section-fields .people .item img.square {
        border-radius: 0; }
    .page-section-fields .people .item h3 {
      color: #1c61ac;
      font-size: 30px;
      margin: 20px 0 10px;
      padding: 0;
      font-style: normal;
      letter-spacing: 2px; }
.page-section-fields .boxes {
  border-bottom: 8px solid #1c61ac; }
  .page-section-fields .boxes h2 {
    color: #f8ad3a;
    text-align: center;
    font-size: 38px;
    margin: 50px 0 30px;
    padding: 0;
    font-style: normal;
    letter-spacing: 2px; }
  .page-section-fields .boxes .btn {
    margin: 50px auto 50px; }
  .page-section-fields .boxes .item.hero {
    padding: 0;
    max-height: 289px;
    min-height: 289px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .page-section-fields .boxes .item.hero .overlay-black {
      background: rgba(0, 0, 0, 0.6); }
    .page-section-fields .boxes .item.hero a {
      display: block;
      padding: 120px 0 120px; }
    .page-section-fields .boxes .item.hero h3 {
      color: #ffffff;
      text-align: center;
      padding-right: 10px;
      padding-left: 10px;
      font-size: 40px;
      margin: 0;
      font-style: normal;
      letter-spacing: 2px; }
    .page-section-fields .boxes .item.hero .back h3 {
      font-size: 24px; }
    .page-section-fields .boxes .item.hero a:hover h3 {
      opacity: 0.6; }
  .page-section-fields .boxes .item.spaced {
    padding: 20px;
    text-align: center; }
    .page-section-fields .boxes .item.spaced img {
      width: 100%; }
    .page-section-fields .boxes .item.spaced h3 {
      color: #1c61ac;
      text-align: left;
      font-size: 22px;
      padding: 0;
      margin: 20px 0;
      font-style: normal;
      letter-spacing: 0px; }
.page-section-fields .options {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center; }
  .page-section-fields .options .overlay-blue {
    background: rgba(28, 97, 172, 0.7); }
  .page-section-fields .options .overlay-black {
    background: rgba(0, 0, 0, 0.6); }
  .page-section-fields .options .overlay-gold {
    background: rgba(255, 173, 76, 0.6); }
  .page-section-fields .options .overlay-white {
    background: #fff; }
    .page-section-fields .options .overlay-white h2 {
      color: #1c61ac; }
    .page-section-fields .options .overlay-white h4 {
      color: #000; }
    .page-section-fields .options .overlay-white .btn {
      background: #f8ad3a;
      border-color: #f8ad3a;
      color: #fff; }
      .page-section-fields .options .overlay-white .btn:hover {
        background: #1c61ac;
        border-color: #1c61ac;
        color: #fff; }
  .page-section-fields .options h2 {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    margin: 80px 0 40px;
    padding: 0;
    font-style: italic;
    letter-spacing: 4px; }
  .page-section-fields .options h4 {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    margin: 10px 0 60px;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px; }
  .page-section-fields .options .btn {
    margin: 0 10px 80px;
    display: inline-block; }
.page-section-fields .photo-gallery {
  background: #1a1e21;
  padding: 80px 0; }
  .page-section-fields .photo-gallery .col-sm-2 {
    padding: 0;
    margin: 0; }
  .page-section-fields .photo-gallery .btn {
    margin: 0 auto 80px; }
.page-section-fields .table-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-section-fields .table-section .overlay-blue {
    background: rgba(28, 97, 172, 0.8);
    color: #ffffff;
    padding: 50px 0; }
    .page-section-fields .table-section .overlay-blue h2 {
      color: #ffffff; }
  .page-section-fields .table-section .overlay-black {
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 50px 0; }
    .page-section-fields .table-section .overlay-black h2 {
      color: #ffffff; }
  .page-section-fields .table-section .overlay-gold {
    background: rgba(255, 173, 76, 0.7);
    color: #ffffff;
    padding: 50px 0; }
    .page-section-fields .table-section .overlay-gold h2 {
      color: #ffffff; }
  .page-section-fields .table-section .no_horizontal table > thead > tr > th {
    border-bottom: none !important; }
  .page-section-fields .table-section .no_horizontal table > tbody > tr > td {
    border-top: none !important; }
  .page-section-fields .table-section .show_vertical table > thead > tr > th,
  .page-section-fields .table-section .show_vertical table > tbody > tr > td {
    border-left: 1px solid #ddd !important; }
.page-section-fields .accordion {
  padding: 50px 0; }
  .page-section-fields .accordion .panel-default {
    border: none;
    background: transparent;
    box-shadow: none; }
    .page-section-fields .accordion .panel-default .panel-heading {
      border-color: transparent;
      padding: 20px; }
      .page-section-fields .accordion .panel-default .panel-heading h4 {
        font-size: 30px;
        margin: 0;
        padding: 0; }
.page-section-fields .quote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-section-fields .quote .panel {
    background-color: transparent; }
  .page-section-fields .quote h2 {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    margin: 0 0 30px;
    padding: 0;
    font-style: italic;
    letter-spacing: 4px; }
  .page-section-fields .quote .overlay-black {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 0; }
  .page-section-fields .quote .overlay-gold {
    background: rgba(255, 173, 76, 0.6);
    padding: 50px 0; }
  .page-section-fields .quote .overlay-blue {
    background: rgba(28, 97, 172, 0.8);
    padding: 50px 0; }
  .page-section-fields .quote h3, .page-section-fields .quote .quote-full p {
    color: #ffffff;
    font-family: "Gentium Book Basic", serif;
    text-align: center;
    font-size: 28px;
    line-height: 1.5em; }
  .page-section-fields .quote .quote-byline p {
    color: #fff;
    text-align: center; }
    .page-section-fields .quote .quote-byline p a {
      color: rgba(255, 255, 255, 0.4); }
      .page-section-fields .quote .quote-byline p a:hover {
        color: #f8ad3a; }
    .page-section-fields .quote .quote-byline p span {
      margin-left: 20px; }
.page-section-fields .video-section {
  overflow: hidden;
  position: relative;
  min-height: 300px; }
  .page-section-fields .video-section video {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%; }
  .page-section-fields .video-section .video-filter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .page-section-fields .video-section .overlay-blue {
    background: rgba(28, 97, 172, 0.7); }
  .page-section-fields .video-section .overlay-black {
    background: rgba(0, 0, 0, 0.6); }
  .page-section-fields .video-section .overlay-gold {
    background: rgba(255, 173, 76, 0.6); }
  .page-section-fields .video-section h2 {
    text-align: center;
    color: #fff;
    margin-top: 0;
    padding: 0; }
  .page-section-fields .video-section h3 {
    text-align: center;
    color: #fff;
    margin-top: 0;
    padding: 0;
    font-size: 30px; }
  .page-section-fields .video-section h1 {
    margin-top: 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 100;
    text-align: center;
    font-style: italic; }
.page-section-fields .quote-carousel .overlay-blue {
  min-height: 420px;
  background: rgba(28, 97, 172, 0.8); }
.page-section-fields .quote-carousel .overlay-black {
  min-height: 420px;
  background: rgba(0, 0, 0, 0.6); }
.page-section-fields .quote-carousel .overlay-gold {
  min-height: 420px;
  background: rgba(255, 173, 76, 0.6); }
.page-section-fields .quote-carousel .item {
  min-height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.page-section-fields .quote-carousel h3 {
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  margin: 50px 0 30px;
  padding: 0;
  font-style: italic;
  letter-spacing: 4px; }
.page-section-fields .quote-carousel .quote-snippet p {
  color: #fff;
  font-family: "Gentium Book Basic", serif;
  text-align: center;
  font-size: 28px;
  line-height: 1.5em; }
.page-section-fields .quote-carousel .quote-byline {
  color: #fff;
  text-align: center; }
  .page-section-fields .quote-carousel .quote-byline a {
    color: rgba(255, 255, 255, 0.4); }
    .page-section-fields .quote-carousel .quote-byline a:hover {
      color: #f8ad3a; }
  .page-section-fields .quote-carousel .quote-byline span {
    margin-left: 20px; }
#quoteCarousel .owl-nav {
  bottom: 0px;
  margin: 0 auto 0;
  display: block;
  width: 100%; }
#quoteCarousel .owl-nav .owl-next {
  right: 20px;
  position: absolute;
  top: 40%;
}
#quoteCarousel .owl-nav .owl-prev {
  left: 20px;
  position: absolute;
  top: 40%;
}
.page-section-fields .quote-carousel .panel {
  background: transparent;
}
.page-section-fields .quote-carousel .quote-byline p {
  color: #fff;
}
.page-section-fields .quote-carousel .quote-full p {
  color: #ffffff;
  font-family: "Gentium Book Basic", serif;
  text-align: center;
  font-size: 28px;
  line-height: 1.5em;
}
.page-section-fields .quote-carousel .owl-theme .owl-nav [class*=owl-] {
  background: transparent; }
.table-works td:nth-child(1) {
  text-align: right;
  padding: 8px 30px; }

@media (max-width: 767px) {
  .grad2, .grad3 {
    width: 95%; }

  .col-xs-6:nth-child(2n+1) {
    clear: both; }

  .container > .navbar-header {
    margin: 0 !important; }

  .navbar .navbar-nav {
    float: none;
    text-align: center;
    width: 100%;
    margin: 10px 0; }

  .navbar .navbar-nav li {
    border: none !important; }
    .navbar .navbar-nav li a {
      padding: 3px 15px !important; }

  #mobile-trigger {
    z-index: 4000;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%; }
    #mobile-trigger .navbar-toggle {
      background-color: #f8ad3a;
      border: 2px solid #fff; }
      #mobile-trigger .navbar-toggle .icon-bar {
        background-color: #fff; }

  .feature-video {
    margin-bottom: 20px; }

  #home-hero h1 {
    margin: 75px 0;
    font-size: 28px; }

  .feature-box .feature-cats p {
    margin-bottom: 20px; }

  #home-academics {
    padding: 50px 10px; }
    #home-academics .btn {
      margin-bottom: 10px; }

  #footer {
    text-align: center; }
    #footer .social-icons {
      margin: 20px 0 10px; }
    #footer .btn {
      margin-top: 10px; }

  .staff-subpages .btn {
    margin: 10px 0; }

  .timeline {
    padding: 50px 0; }
    .timeline ul li.object {
      width: 90%;
      margin-top: 0;
      margin-bottom: 30px; }
      .timeline ul li.object .fa {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 25px; }
      .timeline ul li.object:nth-child(odd) .fa {
        right: -30px; }
      .timeline ul li.object:nth-child(even) .fa {
        left: -30px; }
      .timeline ul li.object h2 {
        padding: 25px; }
      .timeline ul li.object h3 {
        padding: 20px 25px 10px; }
      .timeline ul li.object h4 {
        padding: 10px 25px; }

  .page-section-fields .options .btn {
    margin-bottom: 20px; }

  .page-section-fields .video-section h1 {
    font-size: 40px; }

  .page-section-fields .video-section h2, .page-section-fields .video-section h3 {
    font-size: 22px; }

  .page-section-fields .billboard h2 {
    font-size: 40px; }

  .video-section {
    height: 400px !important; }
    .video-section .video-filter {
      height: 400px !important; }
      .video-section .video-filter .video-inner {
        padding-top: 100px !important; }

  .page-section-fields .boxes .item.hero .back a {
    padding-top: 20px !important; } }
@media (min-width: 768px) {
  .col-sm-3:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar .navbar-nav {
    font-size: 18px; }

  .navbar-main {
    padding: 0; }

  .navbar .navbar-nav li a {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .navbar img {
    max-height: 55px;
    margin-top: 15px; }

  .page-section-fields .options .btn {
    margin-bottom: 20px; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .page-section-fields .options .btn {
    margin-bottom: 20px; }

  .navbar img {
    max-height: 55px !important; }

  .navbar .navbar-nav li a {
    padding: 20px 25px 15px !important; } }
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ } }

/*# sourceMappingURL=custom.css.map */

@media (min-width: 1024px) {
  .archive-listing .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
}
