/* === Variables
======================================== */
/* === Mixins
======================================== */
/* === Basic
======================================== */
body {
  font: 1.3125rem/1.3rem "Ropa Sans", sans-serif;
  color: #072d58;
  -webkit-font-smoothing: antialiased; }

body:after {
  content: url("assets/images/theme/sprite.fireworks.png");
  display: none; }

a:hover {
  text-decoration: underline; }

.logo {
  max-width: 455px;
  margin: 4em auto 2.8em;
  display: block; }

.padding-zero {
  padding: 0; }

.readmore {
  font: bold 85% 'Ropa Sans',sans-serif;
  display: block; }

/* === Header
======================================== */
.headerTop {
  border-bottom: 4px solid #dac787;
  background: #072d58;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #072d58 0%, #091540 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#072d58), color-stop(90%, #091540));
  background: linear-gradient(to bottom, #072d58 0%, #091540 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#072d58',endColorstr='#091540',GradientType=0 );
  /* IE6-9 */ }

.headerTop ul {
  text-align: center;
  padding-top: 2px; }

.headerTop ul li {
  display: inline-block;
  border-right: 1px solid #072d58; }

.headerTop .menu > li {
  display: inline-block !important; }

.headerTop ul li:last-child {
  border-right: 0; }

.headerTop a {
  color: #dbc991;
  text-decoration: none;
  font-size: 1em; }

.searchbox {
  background: #0b1745 !important;
  position: relative; }

input.searchfield {
  background: transparent;
  border: 0 !important;
  padding: 9px 7px 7px 40px;
  font: 0.8em "Ropa Sans", sans-serif;
  margin: 0;
  color: #dbc991; }

.icon_search {
  background: url("assets/images/theme/sprite.fireworks.png") no-repeat 0 -120px;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10px;
  left: 10px; }

.searchfield:focus {
  outline: none; }

.searchfield::-webkit-input-placeholder {
  color: #dbc991; }

.searchfield::-moz-placeholder {
  color: #dbc991; }

.searchfield:-ms-input-placeholder {
  color: #dbc991; }

.searchfield:-moz-placeholder {
  color: #dbc991; }

.headerBot {
  background: #f7f7f7;
  padding: 7px 0 7px; }

.main-nav ul {
  text-align: center;
  width: 100%;
  margin-bottom: 0; }

.main-nav ul li {
  display: inline-block;
  width: 19%; }

.main-nav ul li.headerLogo {
  width: 240px;
  height: 49px;
  max-width: 295px; }

.main-nav ul li.headerLogo a {
  background: url("assets/images/theme/sprite.fireworks.png") no-repeat -120px -155px;
  width: 240px;
  height: 49px;
  padding: 13px 55px 0;
  display: block;
  text-indent: -9999px; }

.headerLogo {
  text-align: center;
  max-width: 145px !important; }

.main-nav ul li a {
  display: block;
  color: #072d58;
  font: 1.2em "Ropa Sans", sans-serif;
  text-decoration: none; }

.menu-main-menu-container ul li a {
  font: 0.8em "Ropa Sans", sans-serif; }

.menu-burger-box {
  float: right;
  display: inline-block;
  padding: 10px 17px;
  background: #d5cfbf;
  margin-top: 10px; }

.menu-burger-box:hover {
  background: #c7b797; }

.menu-burger {
  background: url("assets/images/theme/sprite.fireworks.png") -40px -105px no-repeat;
  display: block;
  text-indent: -9999px;
  width: 17px;
  height: 11px; }

.call-today {
  padding: 15px; }

.call-today a {
  background: #dac787;
  width: 100%;
  padding: 5px;
  font-weight: bold;
  text-align: center !important;
  display: inline-block;
  color: #fff !important;
  text-transform: none;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  text-decoration: none; }

.call-today a:hover {
  background: #c7b797; }

#menu-mobile-menu li a {
  color: #fff;
  text-decoration: none !important; }

.sliderBox {
  height: 360px;
  overflow: hidden;
  position: relative;
  background: fixed;
  -webkit-background-size: cover;
          background-size: cover; }

.sliderTitle {
  width: 100%;
  text-overflow: ellipsis;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  color: #fff;
  font: 5rem "Ropa Sans", sans-serif;
  padding: 35px;
  letter-spacing: 0;
  position: absolute;
  top: 30%;
  text-align: center; }

.breadcrumbs-stillman {
  position: absolute;
  bottom: 0;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%; }

ul.breadcrumbs {
  list-style: none !important;
  margin: 0; }
  ul.breadcrumbs li {
    color: #fff;
    font: 0.9rem "Ropa Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 0 !important; }
  ul.breadcrumbs li a {
    color: #fff; }

/* === Footer
======================================== */
.footerTop {
  background: #fbfbfb;
  padding: 15px 0;
  color: #072d58;
  font: 1.2rem "Ropa Sans", sans-serif; }

.border-right {
  border-right: 1px solid #e4e4e4; }

.footerLogo {
  text-align: center;
  margin: 34px auto 0; }

.footerTop ul {
  list-style-image: url("assets/images/theme/bullet.png") !important; }

.footerTop ul li {
  padding: 0 0 0 9px; }

.footerTop ul li a {
  font: 0.875rem/1rem "Ropa Sans", sans-serif; }

.shield {
  display: block;
  background: url("assets/images/theme/sprite.fireworks.png") 0 -34px no-repeat;
  margin-left: 13px;
  width: 63px;
  height: 69px; }

.footerBot {
  background: #01114C;
  padding: 20px 0;
  color: #fff;
  font-size: .8rem;
  XXheight: 70px; }

.footerBot a {
  color: #fff; }

.copyright {
  display: block;
  padding: 9px 0; }

ul.socialmedia {
  text-align: center; }

ul.socialmedia li {
  display: inline-block; }

ul.socialmedia li a {
  display: block;
  background: url("assets/images/theme/sprite.fireworks.png") no-repeat;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(=50)";
  filter: alpha(opacity=50);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

ul.socialmedia li a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

ul.socialmedia li a.socialmedia-fb {
  background-position: 0 0; }

ul.socialmedia li a.socialmedia-li {
  background-position: -40px 0; }

ul.socialmedia li a.socialmedia-tw {
  background-position: -80px 0; }

ul.socialmedia li a.socialmedia-in {
  background-position: -119px 0; }

.footerBot-extra {
  background: #040C29;
  padding: 6px 0; }

.sneakerInteractive {
  display: block;
  color: #D3D3D3;
  font: 0.75rem/1rem "Ropa Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem; }

.sneakerInteractive:hover {
  text-decoration: underline; }

/* === Sidebar
======================================== */
.sidey {
  margin: 0 0 1rem; }

.sidey-left {
  border-right: 1px solid #D3D3D3; }

.sidey-right {
  border-left: 1px solid #D3D3D3; }

.menutitle {
  position: relative;
  background: #dac787;
  height: 4px;
  display: block;
  margin: 6px 0 18px; }

.menutitle span {
  position: absolute;
  top: -6px;
  background: #fff;
  font: bold 1.125rem "Ropa Sans", sans-serif;
  color: #557abd;
  text-transform: uppercase;
  padding-right: 8px; }

.sidey ul {
  margin: 0 0 30px; }

.sidey ul li {
  margin: 0;
  padding: 0; }

.sidey ul li a {
  color: #fff;
  background: #557abd;
  font: 1rem "Ropa Sans", sans-serif;
  display: block;
  padding: 10px;
  border-bottom: 2px solid #dededd; }

.sidey ul li a:hover {
  color: #072d58;
  background: #dac787;
  text-decoration: none; }

.sidey ul li ul {
  list-style-image: url("assets/images/theme/bullet.png");
  padding: 5px 0 5px 21px !important;
  background: #dededd;
  margin: 0; }

.sidey ul li ul li a {
  background: #dededd !important;
  color: #1f1b45;
  font-size: .9rem;
  padding: 6px; }

.sidey ul li ul li a:hover {
  text-decoration: underline; }

.menu > li {
  display: block !important; }

/* === Content Area
======================================== */
.content {
  padding-bottom: 2rem;
  XXborder: 1px solid pink;
  font: 300 1.05rem/1.6rem "Merriweather", serif;
  color: #072d58; }
  .content img, .content .img-auto {
    width: auto !important; }
  .content a {
    text-decoration: underline; }
  .content h2 {
    border-bottom: solid 4px #dac787;
    font: 2.762rem "Ropa Sans", sans-serif; }
  .content h3 {
    font: 2.5rem "Ropa Sans", sans-serif; }
  .content h4 {
    font: 2.5rem "Ropa Sans", sans-serif; }
  .content h5 {
    font: 2.3rem "Ropa Sans", sans-serif; }
  .content h6 {
    font: 2.1rem "Ropa Sans", sans-serif; }
  .content p {
    margin-bottom: 1.2rem; }
  .content ol {
    list-style: decimal;
    padding: 0 0 0 21px; }
  .content ol li {
    padding-left: 3px; }
  .content ul {
    list-style-image: url("assets/images/theme/bullet.png");
    padding: 0 0 0 14px; }
  .content ul li {
    padding-left: 10px; }
  .content blockquote {
    background: url(assets/images/theme/blockquote.jpg) no-repeat;
    font: 1.875rem/2rem "Merriweather", serif !important;
    color: #dac787 !important;
    border: 0; }

.article-title {
  font: 400 1rem/3.5rem "Ropa Sans", sans-serif;
  color: #072d58; }

.meta-info {
  font: italic 85% "Ropa Sans", sans-serif;
  display: block;
  margin-bottom: 1rem; }

.force-text-center {
  text-align: center !important; }

.intrinsic-container {
  position: relative;
  overflow: hidden;
  padding-top: 25%;
  padding-bottom: 75%;
  clear: both; }

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

#map {
  height: 525px;
  width: 100%; }

.apply-desc {
  background: url("assets/images/theme/apply_bg2.jpg") top center;
  -size: cover;
  color: #fff;
  padding: 30px 0 0; }
  .apply-desc h2, .apply-desc p, .apply-desc ol, .apply-desc ul {
    color: #fff; }

.apply-infobar {
  padding: 20px 0;
  text-align: center;
  font-size: 1.125em;
  background: #808080; }
  .apply-infobar a {
    color: #fff;
    text-decoration: none; }
  .apply-infobar a:hover {
    color: #dac787; }

/* === Forms (Contact Form 7 Mainly)
======================================== */
.wpcf7 {
  font: 400 0.9rem "Merriweather", serif; }
  .wpcf7 section {
    padding: 50px 0; }
  .wpcf7 label {
    display: none !important; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    resize: none;
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    color: #072d58;
    font: 400 1rem "Ropa Sans", sans-serif;
    letter-spacing: 0.1rem;
    margin: 10px 0 !important; }
  .wpcf7 input[type=submit] {
    background: #072d58;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font: 1rem "Ropa Sans", sans-serif;
    text-transform: uppercase; }
  .wpcf7 input[type=submit]:hover {
    background: #dac787;
    cursor: pointer; }
  .wpcf7 input[type=checkbox] {
    margin-right: 0.5rem !important; }
  .wpcf7 br {
    display: none; }
  .wpcf7 .wpcf7-not-valid-tip {
    font: 90% "Ropa Sans", sans-serif;
    margin: -5px 0 10px; }
  .wpcf7 .brown-form {
    background: #e3cc96; }

/* === Home
======================================== */
.tagline {
  font: 2rem "Ropa Sans", sans-serif;
  letter-spacing: .1;
  background: #dbc991;
  color: #fff;
  text-align: center;
  padding: 20px 0; }

.homeH2 {
  font: 2em/1.5em "Ropa Sans", sans-serif;
  text-align: center;
  margin-bottom: 40px; }

.homeH2-Followus {
  color: #ffffff;
  padding: 70px 0;
  font-size: 1.7em; }

.aptf-tweet-content {
  font-size: 16px !important;
  color: #072d58 !important; }

.select-arrow {
  background-image: url("img/darrow.png");
  background-position: right;
  -webkit-background-size: contain;
          background-size: contain; }

.social-feed {
  margin-bottom: 60px;
  overflow: auto;
  height: 340px;
  background: #fff;
  font-size: 16px !important; }

.social-feed-title {
  font-size: 1rem;
  padding: 20px;
  background: #e9e9e9;
  margin: 0; }

.social {
  background: #072d58 url(assets/images/theme/social-feed-bg.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 30px; }

/* social media feed */
#cff .cff-item, .aptf-single-tweet-wrapper {
  padding: 20px 10px 15px 10px !important;
  margin: 0;
  border-bottom: 1px solid #ddd !important;
  margin: 20px 0px 0 0px !important;
  color: #072d58 !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 15px !important; }

.social a, .latestNews a, .footerTop a, .events a {
  color: #072d58 !important;
  font-size: 16px !important; }

.events {
  font-size: 1.1em;
  padding: 50px 0 60px; }

.colorbox {
  background: #888;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#a5a5a5), to(#212121));
  background-image: -webkit-linear-gradient(top left, #a5a5a5, #212121);
  background-image: linear-gradient(to bottom right, #a5a5a5, #212121);
  color: #fff;
  padding: 25px;
  font-weight: normal; }

.colorbox a {
  display: block;
  color: #fff;
  text-decoration: underline;
  font-size: 1em; }

.colorbox img {
  width: auto; }

.colorbox img.headshot {
  margin: 200px 0 0;
  float: right; }

.colorbox span {
  display: block; }

.colorbox span.uno {
  font-size: 1.875em;
  margin: 10px 0 20px; }

.colorbox span.dos {
  font-size: 1.25em;
  margin-bottom: 15px; }

.colorbox span.tres {
  font-size: 1.375em;
  margin-bottom: 15px; }

.homeboxes {
  padding: 70px 0 60px; }

.singularbox {
  color: #072d58;
  padding-bottom: 30px; }

.singularbox a {
  background: #072d58;
  display: block;
  text-decoration: none; }

.singularbox a:hover {
  background: #dbc991; }

.singularbox a .learnmore {
  color: #fff;
  font: 1.2em/1.6em "Ropa Sans", sans-serif;
  display: block;
  padding: 10px 0; }

.arrow {
  background: url("assets/images/theme/sprite.fireworks.png") -22px -105px no-repeat;
  width: 6px;
  height: 7px;
  display: inline-block;
  margin-left: 10px;
  padding-top: 9px; }

.singularbox h3 {
  font-size: 1.6em; }

.singularbox p {
  font: 1.3em/1.2em "Ropa Sans", sans-serif; }

.icon {
  display: block;
  background: url("assets/images/theme/sprite.fireworks.png") no-repeat; }

.icon-building {
  background-position: -275px -19px;
  height: 88px;
  width: 137px;
  margin: 60px auto 50px; }

.icon-book {
  background-position: -460px -19px;
  height: 88px;
  width: 90px;
  margin: 60px auto 56px; }

.icon-grad-hat {
  background-position: -585px -19px;
  height: 88px;
  width: 103px;
  margin: 60px auto 50px; }

.socialArea {
  background: url("assets/images/theme/bkgd.swish.jpg") top center no-repeat;
  padding: 50px 0 90px; }

.socialbox {
  display: block;
  height: 250px;
  background: #fdfffd;
  border-right: 15px solid #072d58; }

.socialbox h3 {
  display: block;
  color: #282828;
  background: #e9e9e9;
  text-align: center;
  font: 1.4em/4em "Ropa Sans", sans-serif; }

.latestNews {
  background: #e2c98f;
  font-size: 1.1em;
  padding: 50px 0 20px; }

.latestNews > .row {
  color: #072d58; }

.latestNews-singular {
  width: 100% !important; }
  .latestNews-singular .grayscale {
    border: 2px solid rgba(17, 24, 66, 0.9); }

.yellow-box .events-carousel .owl-stage .owl-item.active {
  position: relative; }
  .yellow-box .events-carousel .owl-stage .owl-item.active.center:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 90%;
    right: -5px;
    top: 0;
    background-color: white; }
    @media screen and (max-width: 599px) {
      .yellow-box .events-carousel .owl-stage .owl-item.active.center:after {
        display: none; } }
  .yellow-box .events-carousel .owl-stage .owl-item.active.center:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 90%;
    left: -5px;
    top: 0;
    background-color: white; }
    @media screen and (max-width: 599px) {
      .yellow-box .events-carousel .owl-stage .owl-item.active.center:before {
        display: none; } }

.yellow-box .events-carousel .latestNews-singular .row {
  max-width: none !important; }

.latestNews img {
  max-width: 162px; }

.latestNews h3 {
  font: bold 1.3em 'Ropa Sans', sans-serif; }

.eventArea {
  padding: 50px 0 90px; }

.admissions_bg2 {
  background: url("assets/images/theme/admissions_bg2.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 0px; }

.admissions-content {
  margin-bottom: 60px;
  color: #072d58; }

.admissions-content-feed {
  margin-bottom: 0px;
  color: #072d58; }

.more-news {
  display: block;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px; }

.margin-img-col-admissions {
  margin-top: 40px;
  margin-bottom: 60px; }

.post-info {
  margin-bottom: 0 !important; }

.search-result {
  height: 100% !important;
  min-height: 100% !important; }

.margin-img-col-admissions .col-photo {
  height: 255px;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.news-pager {
  width: 75rem;
  margin-right: auto;
  margin-left: auto; }

.news-carousel .owl-dots {
  margin-left: 5px; }

.news-carousel .owl-dot {
  background-color: transparent;
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #999;
  margin: 5px;
  cursor: pointer;
  color: #072d58;
  text-align: center; }

.news-carousel .owl-dot span {
  font-size: 0.75em;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px; }

.news-carousel .owl-dot.active {
  background-color: white; }

.event-image-cont {
  display: block;
  position: relative; }

.event-image-cont h4 {
  position: absolute;
  display: block;
  text-align: center;
  line-height: 1;
  bottom: 1%;
  width: 100%;
  padding: 0 10px; }

.event-nav {
  width: 100%; }

.events-carousel {
  width: 92% !important; }

.events-carousel .owl-nav {
  position: absolute;
  top: 0px;
  width: 108%;
  margin-left: -4%;
  top: 40%;
  z-index: -99; }

.events-carousel .owl-prev, .events-carousel .owl-next {
  display: inline-block;
  margin: 5px; }

.events-carousel .owl-next {
  float: right; }

.events-carousel img {
  width: auto; }

.events-carousel .owl-nav.disabled,
.events-carousel .owl-dots.disabled {
  display: block !important; }

/* === Media Queiris
======================================== */
@media screen and (max-width: 700px) {
  .events-carousel .owl-nav {
    position: static;
    text-align: center;
    width: 100%; }
  .events-carousel .owl-next {
    float: none; } }

@media screen and (max-width: 900px) {
  .footerTop .row > div {
    padding: 10px !important;
    height: initial !important;
    border-right: none !important; } }

@media only screen and (max-device-width: 1024px) {
  .sliderBox {
    background-attachment: scroll !important; } }

@media (max-width: 992px) {
  .info-pane-event {
    background-color: #dcdbdb;
    color: #353f61;
    margin: 15px auto !important;
    padding: 15px; }
  .tribe-events-cal-links {
    margin: -15px auto !important; }
  .row:not(.expanded) .row {
    max-width: 100% !important; } }

@media (max-width: 440px) {
  .info-pane-event {
    background-color: #dcdbdb;
    color: #353f61;
    margin: 15px auto !important;
    padding: 15px; }
  .tribe-events-cal-links {
    margin: -15px auto !important; }
  .row:not(.expanded) .row {
    max-width: 100% !important; }
  .searchandfilter li {
    width: 100%; }
  .postform {
    width: 100% !important; }
  .searchandfilter [type="submit"] {
    width: 100%; }
  aside.sidebar {
    margin-top: 30px;
    text-align: center; } }

/* === Original SCSS File
======================================== */
.lastest-news-home {
  width: 100%;
  height: 115px; }

.columns.nopadding {
  padding-left: 0;
  padding-right: 0; }

.events-home {
  width: 100%;
  height: 190px;
  -webkit-background-size: cover !important;
          background-size: cover !important; }

.contact-icons {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px auto; }

#give-recurring-form .form-row label, form.give-form .form-row label, form[id*=give-form] .form-row label {
  position: inherit !important; }

#tribe-events-footer ul.tribe-events-sub-nav a {
  color: #09156a; }

.admissions-content .tribe-events-ical {
  color: #ffffff !important;
  background-color: #0b1745 !important;
  border-radius: 0 !important;
  padding: 10px 20px !important; }
  .admissions-content .tribe-events-ical:hover {
    background-color: #0b1745 !important; }

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-size: 0.9rem !important; }

#tribe-events-content ul.tribe-events-sub-nav {
  margin: 25px 0;
  background-color: #0b1745;
  color: white;
  padding: 12px 15px;
  border-top: solid 3px #ad9e5c; }
  #tribe-events-content ul.tribe-events-sub-nav a {
    color: #fff; }
    #tribe-events-content ul.tribe-events-sub-nav a:hover {
      color: #fff; }

.tribe-events-page-title {
  font-size: 2.2rem !important;
  letter-spacing: 4px; }

.tribe-events-sub-nav {
  margin: 20px; }

#tribe-events-content-wrapper {
  display: none;
  max-width: 75rem;
  margin: 0 auto; }

.tribe-events-calendar td div {
  color: #09156a !important; }

.tribe-events-othermonth a {
  color: #09156a !important; }

h2.tribe-events-page-title {
  clear: none;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: .5em;
  position: relative;
  z-index: 0;
  text-align: left !important;
  width: 100%;
  border-bottom: solid 3px #ad9e5c; }

.tribe-events-month {
  padding: 60px 10rem !important; }

.tribe-events-month-event-title a {
  color: #091540; }
  .tribe-events-month-event-title a:hover {
    color: #091540; }

#tribe-events-bar {
  max-width: 70vw;
  margin: 0px auto 50px; }

.tribe-bar-views-select {
  background-color: #e8e8e8 !important;
  border: none !important;
  padding: 10px !important;
  color: #001a5d !important;
  margin-bottom: 15px !important;
  background-position: right !important; }
  .tribe-bar-views-select:active {
    background-color: #e8e8e8 !important;
    border: none !important;
    color: #001a5d !important; }
  .tribe-bar-views-select:visited {
    background-color: #e8e8e8 !important;
    border: none !important;
    color: #001a5d !important; }
  .tribe-bar-views-select:focus {
    background-color: #e8e8e8 !important;
    border: none !important;
    color: #001a5d !important; }

#tribe-bar-dates input {
  background-color: #e8e8e8;
  border: none;
  color: #001a5d; }
  #tribe-bar-dates input:active {
    background-color: #e8e8e8;
    border: none; }
  #tribe-bar-dates input:visited {
    background-color: #e8e8e8;
    border: none; }
  #tribe-bar-dates input:focus {
    background-color: #e8e8e8;
    border: none; }

#tribe-bar-dates label:after {
  content: "\00BB"; }

.tribe-bar-search-filter input {
  background-color: #e8e8e8;
  border: none;
  color: #001a5d; }
  .tribe-bar-search-filter input:active {
    background-color: #e8e8e8;
    border: none; }
  .tribe-bar-search-filter input:visited {
    background-color: #e8e8e8;
    border: none; }
  .tribe-bar-search-filter input:focus {
    background-color: #e8e8e8;
    border: none; }

.tribe-bar-search-filter label:after {
  content: "\00BB"; }

.tribe-bar-views-inner label:after {
  content: "\00BB"; }

ul.tribe-bar-views-list {
  margin-left: 20px !important; }

.tribe-no-param {
  background-color: #081742;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 45px;
  letter-spacing: 2px;
  margin-bottom: 50px; }
  .tribe-no-param:hover {
    cursor: pointer; }

.tribe-bar-views-list {
  margin-top: 10px;
  list-style-image: url("img/list-icon-blue.png");
  margin-left: 10px !important;
  color: #081742; }
  .tribe-bar-views-list a {
    color: #081742; }
    .tribe-bar-views-list a:hover {
      color: #081742; }

@media print {
  a[href]:after {
    content: none !important; } }

.left-sidebar-bar {
  border-left: solid 1px #d2d2d2;
  padding-left: 40px !important; }

.event-sidebar {
  padding: 10px 10px 0 0;
  color: #072d58 !important; }

.tribe-events-meta-group {
  color: #fff; }
  .tribe-events-meta-group dd {
    color: #fff; }
    .tribe-events-meta-group dd .tribe-events-abbr {
      color: #fff; }
  .tribe-events-meta-group a {
    color: inherit; }
    .tribe-events-meta-group a:hover {
      color: inherit; }

.event-pic-card {
  height: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.contact-link {
  color: inherit; }

.l-adjust {
  width: 48%;
  float: left; }

.r-adjust {
  width: 48%;
  float: right; }

.w-text {
  color: #ffffff !important; }
  .w-text a {
    color: inherit; }
    .w-text a:hover {
      color: inherit;
      text-decoration: none; }

.container-page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }

.input-group [type=text] {
  border: none;
  padding: 0 30px;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  height: 64px; }
  .input-group [type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1.2em;
    color: #072d58; }
  .input-group [type=text]:focus {
    border: none; }
  .input-group [type=text]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1.2em;
    color: #072d58; }
  .input-group [type=text]:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 1.2em;
    color: #072d58; }
  .input-group [type=text]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 1.2em;
    color: #072d58; }

.input-group #searchsubmit {
  background: #fff;
  border: none;
  color: #6b6b6b;
  width: 150px; }
  .input-group #searchsubmit img {
    width: 28px; }

.input-group-field {
  height: 4rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.search-btn {
  width: 70px !important;
  height: 4rem !important;
  margin-left: -1px !important; }

.singularbox a {
  background-color: #00205c;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  .singularbox a:hover {
    background-color: #dbc991 !important; }

.margin-img-col-admissions img {
  margin-top: 0px; }

p {
  color: #072d58; }

.postform {
  width: 17vw !important;
  background-color: #f1f1f1 !important;
  border: none !important;
  color: #072d58 !important; }
  .postform:hover {
    border: none !important; }
  .postform:focus {
    border: none !important; }

.searchandfilter ul {
  margin-left: 0; }

.searchandfilter [type="submit"] {
  background-color: #002047;
  color: white;
  padding: 10px 20px;
  border: none; }

.widget_text {
  margin-bottom: 30px; }
  .widget_text h6 {
    color: #072d58; }

.searchfield {
  height: 20vh;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  padding-top: 65px; }
  .searchfield .singularbox {
    padding: 0; }

.post-date {
  width: 180px;
  padding: 8px 20px;
  border-bottom: 1px solid #a67e1c;
  border-top: 1px solid #a67e1c;
  margin-bottom: 20px;
  text-align: center;
  color: #a67e1c; }

.cat-title {
  margin-bottom: 0 !important; }

.categories-block {
  padding: 15px 25px;
  background-color: rgba(227, 204, 150, 0.7);
  color: #b69937;
  max-width: 450px;
  display: inline-block;
  margin-top: 30px;
  width: 85%; }
  .categories-block p {
    color: #b69937;
    margin-bottom: 0 !important; }
  .categories-block a {
    color: #b69937 !important; }
    .categories-block a:hover {
      color: #b69937 !important;
      -webkit-text-decoration-color: #b69937 !important;
              text-decoration-color: #b69937 !important; }

.post-info {
  text-align: left; }
  .post-info p.read-more {
    text-decoration: underline;
    font-size: 1rem !important;
    font-weight: 600; }
  .post-info h3.blue-font {
    font-size: 1.143rem !important;
    font-weight: 600 !important;
    margin-bottom: 45px; }
  .post-info a {
    color: inherit !important;
    background-color: inherit !important;
    display: inline; }
    .post-info a:hover {
      color: inherit !important;
      background-color: inherit !important; }

.post-result {
  padding-bottom: 55px;
  max-width: 50rem;
  padding-top: 55px;
  margin-bottom: 50px; }

.post-result:nth-child(odd) {
  background-color: white !important; }

.post-result:nth-child(even) {
  background-color: #f8f8f8 !important; }

.padd-column-grey {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.archive-pagination {
  text-align: left;
  margin-bottom: 85px; }
  .archive-pagination .page-numbers {
    background: #cdcdcd;
    padding: 10px 15px;
    color: white;
    display: inline; }
    .archive-pagination .page-numbers a {
      color: white; }
  .archive-pagination .current {
    background: #072d58;
    padding: 10px 15px;
    color: white; }

.post-featuredimg {
  margin-bottom: 50px; }

.search-result {
  padding: 30px;
  min-height: 200px; }
  .search-result h3 {
    font-size: 1.5rem !important; }
  .search-result p {
    font-size: 1rem !important;
    letter-spacing: 0.1rem;
    margin-top: 30px;
    font-weight: 600 !important; }

.color-back {
  background-color: #fbf4e2; }

.total {
  font-size: 30px;
  line-height: 1.2; }

.social-sidebar {
  margin-bottom: 20px;
  background-color: #f7f7f7; }
  .social-sidebar .side-title {
    font-size: 1.524rem;
    margin: 10px 0;
    padding: 0;
    color: #000b52 !important; }
  .social-sidebar .cff-item {
    margin-bottom: 56px !important; }
  .social-sidebar .cff-share-link {
    font-size: 14px !important;
    color: #000b52 !important; }
  .social-sidebar .cff-viewpost-facebook {
    font-size: 14px !important;
    color: #000b52 !important; }
  .social-sidebar .cff-post-text {
    font-size: 1rem !important;
    letter-spacing: 0.1rem !important;
    font-weight: 600 !important; }
    .social-sidebar .cff-post-text .cff-text {
      font-weight: 600 !important; }
  .social-sidebar .cff-author {
    font-size: 13px !important; }
  .social-sidebar .cff-text {
    font-size: 1rem !important;
    letter-spacing: 0.1rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important; }
    .social-sidebar .cff-text a {
      color: #000b52 !important; }
  .social-sidebar .cff-link-title {
    color: #000b52 !important; }
    .social-sidebar .cff-link-title a {
      color: #000b52 !important; }
  .social-sidebar .cff-media-link {
    color: #000b52 !important; }
    .social-sidebar .cff-media-link a {
      color: #000b52 !important; }
  .social-sidebar #cff.cff-default-styles h3, .social-sidebar #cff.cff-default-styles h4, .social-sidebar #cff.cff-default-styles h5, .social-sidebar #cff.cff-default-styles h6, .social-sidebar #cff.cff-default-styles p {
    line-height: 1; }
  .social-sidebar .aptf-tweet-content {
    font-size: 16px !important;
    font-weight: 600 !important; }
  .social-sidebar .aptf-timestamp {
    font-size: 12px !important; }

.yellow-block {
  background-color: #dfc686;
  padding: 30px 0;
  text-align: center;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 600; }

.no-padd {
  padding-left: 0;
  padding-right: 0; }

.full-color {
  background-color: #f7f7f7; }

.img-background {
  height: 400px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 50px; }

.whitefont {
  color: #FFFFFF !important;
  font-weight: 600;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1rem; }

ol.whitefont {
  margin-top: 40px;
  font-weight: 400;
  font-family: "Ropa Sans", sans-serif;
  margin-left: 15px !important;
  letter-spacing: 0.1rem; }
  ol.whitefont li {
    font-weight: 400;
    font-family: "Ropa Sans", sans-serif;
    font-size: 1rem !important;
    margin-bottom: 10px;
    padding-left: 10px;
    letter-spacing: 0.1rem; }

span.cff-text {
  font-size: 16px !important; }
  span.cff-text a {
    font-size: 16px !important; }

p.cff-link-title {
  font-size: 16px !important;
  line-height: 1.3rem !important; }

p.cff-post-desc {
  font-size: 16px !important; }

.cff-author {
  margin: 0px !important; }

.cff-author-text {
  display: none !important; }

.cff-author-img {
  display: none !important; }

.padding-top-90 {
  padding-top: 95px;
  padding-bottom: 0px; }

.the-post {
  line-height: 1.3rem !important; }
  .the-post h1 {
    font-size: 3.625em;
    line-height: 0.9 !important; }
  .the-post h2 {
    font-size: 2.75em;
    line-height: 1.1 !important; }
  .the-post h3 {
    font-size: 2.5em;
    line-height: 1.2 !important; }
  .the-post h4 {
    font-size: 1.875em;
    line-height: 1.8 !important; }
  .the-post h5 {
    font-size: 1.5em;
    line-height: 2.1 !important; }
  .the-post h6 {
    font-size: 1.125em; }
  .the-post p {
    font-family: "Merriweather", serif !important;
    color: inherit !important; }

.the-content {
  padding-left: 50px;
  border-left: solid 1px lightgrey;
  line-height: 1.3rem !important; }
  .the-content p {
    font-family: "Merriweather", serif !important;
    color: #000 !important; }
  .the-content a img {
    width: auto !important; }
  .the-content ul {
    list-style-image: url("img/list-icon-blue.png");
    margin-left: 0; }
    .the-content ul li {
      font-weight: 400; }

.the-content-nobar {
  line-height: 1.3rem !important; }
  .the-content-nobar a img {
    width: auto !important; }
  .the-content-nobar ul {
    list-style-image: url("img/list-icon-blue.png");
    margin-left: 0; }
    .the-content-nobar ul li {
      font-weight: 400; }

.the-content-full-col {
  padding-left: 50px; }

.side-bar ul li:before {
  content: "\FF0B";
  margin: 0 0;
  /* any design */ }

.side-bar ul {
  list-style-type: none;
  margin-left: 0; }

.post-block {
  font-size: 1.375em;
  background-color: #f6f6f6;
  text-align: center;
  padding: 40px 20px;
  margin: 25px 0;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400; }

.post-block-yellow {
  text-align: center;
  padding: 40px 20px;
  margin: 25px 0;
  border: 1px solid #dfc686;
  font-family: "Ropa Sans", sans-serif; }

.admissions .learnmore {
  background-color: #072d58;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  .admissions .learnmore:hover {
    background-color: #dbc991 !important; }

.homeboxes .learnmore {
  background-color: #072d58;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  .homeboxes .learnmore:hover {
    background-color: #dbc991 !important; }

.error_desc {
  font-size: 1.7rem; }

.search_404 {
  width: 100%;
  max-width: 650px;
  margin: 50px auto !important; }

.not-found {
  font-size: 1.7rem;
  text-align: center;
  margin: 20px auto; }

.post-result {
  border-bottom: solid 1px lightgray; }
  .post-result img {
    max-width: 200px;
    height: auto;
    overflow: hidden;
    border: solid 4px rgba(227, 204, 150, 0.7); }

.search_form {
  margin-top: 50px; }
  .search_form input[type=text] {
    font-size: 1.5rem;
    background-color: #c6c6c6;
    padding: 35px 40px;
    font-family: "Ropa Sans", sans-serif;
    letter-spacing: 0.1rem; }
  .search_form input[type=submit] {
    font-size: 1.5em;
    background-color: #cbba81;
    font-family: "Ropa Sans", sans-serif;
    letter-spacing: 0.1rem; }
  .search_form button {
    height: 100% !important;
    background-color: #cbba81 !important;
    font-family: "Ropa Sans", sans-serif;
    letter-spacing: 0.1rem;
    width: 145px !important; }

.error_bg2 {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-background-size: cover !important;
          background-size: cover !important; }

.pum-content.popmake-content p {
  color: #ffffff;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1rem; }

.pum-content.popmake-content a {
  color: #ffffff;
  text-decoration: underline;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1rem; }

.pum-theme-750, .pum-theme-default-theme {
  background-color: rgba(255, 255, 255, 0.9); }

.padding-zero {
  padding: 0 !important; }

.pdf-image {
  display: inline-block; }
  .pdf-image img {
    width: 40px;
    margin-left: 60px; }

.main-nav ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0px !important; }
  .main-nav ul li {
    text-align: left; }
    .main-nav ul li:last-of-type {
      text-align: right !important; }
    .main-nav ul li:nth-of-type(3) {
      text-align: center !important; }
    .main-nav ul li:nth-of-type(4) {
      text-align: right !important; }

.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.row-full-width {
  max-width: 100% !important; }

.padding p {
  padding-left: 15px !important;
  line-height: 1.3rem !important; }

.padding ul {
  margin-top: 0 !important; }
  .padding ul li {
    margin-bottom: 2px !important; }

.no-padd-logo {
  padding: 0 !important; }

.no-padd-lg {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.hide-for-lg {
  display: none !important; }

.hide-for-xs {
  display: block !important; }

@media screen and (max-width: 1023px) {
  div.img-container-directory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 250px; }
    div.img-container-directory .people-img-single {
      width: 248px;
      height: 248px;
      border: solid 5px #dbbf78;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-clip: border-box;
              background-clip: border-box;
      background-color: #455981;
      margin-right: 15px; } }

@media screen and (max-width: 793px) {
  div.img-container-directory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 250px; }
    div.img-container-directory .people-img-single {
      width: 248px;
      height: 248px;
      border: solid 5px #dbbf78;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-clip: border-box;
              background-clip: border-box;
      background-color: #455981;
      margin-right: 15px; }
  .searchfield {
    height: 30vh !important; }
  .directory-abc-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    height: 100% !important; }
    .directory-abc-container .directory-abc-item {
      margin-bottom: 8px; }
  .row .directory-people-container .img-people {
    margin: 10px auto !important; }
  .row .directory-people-container .people-name {
    text-align: center !important; }
  .row .directory-people-container .people-title {
    text-align: center !important; }
  .hidden-xs {
    display: none !important; }
  .-container {
    height: 100% !important;
    margin-top: 20px;
    margin-bottom: 15px; }
  .hide-for-xs {
    display: none !important; }
  .hide-for-lg {
    display: block !important; }
  .no-padd-lg {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .history-blue-content-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
    .history-blue-content-2 span.cap-text {
      font-size: 1.462rem !important; }
    .history-blue-content-2 span.text-content {
      font-size: 1.205rem !important; }
  .history-gold-content-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
    .history-gold-content-2 span.cap-text {
      font-size: 1.962rem !important; }
    .history-gold-content-2 span.text-content {
      font-size: 1.205rem !important; }
    .history-gold-content-2 p {
      color: white !important; }
    .history-gold-content-2 ul li {
      color: white !important; }
  .history-gold-content-3 {
    font-size: 1.124rem !important; }
  .timeline {
    display: none !important; }
  .history-circle-left {
    display: none !important; }
  .history-circle-right {
    display: none !important; }
  .post-block-yellow h4 {
    word-wrap: break-word; }
  .the-content {
    border: none !important; }
  blockquote p {
    line-height: 0.8 !important; }
  .img-background {
    padding: 10px 10px !important; }
  .the-content-full-col {
    padding-left: 0 !important; }
  .margin-img-col-admissions {
    margin-top: 40px; }
  .post-block-yellow h3 {
    font-size: 1.524rem !important; }
  .menu-main-menu-container ul.menu li a {
    letter-spacing: 0 !important; }
  .the-content {
    padding-left: 0; }
  .pdf-image img {
    margin-right: 60px;
    margin-top: 20px; }
  /**404 */
  .error_desc {
    font-size: 0.8em; }
  .search_form input[type=text] {
    padding: 10px;
    font-size: 0.8em; }
  .copyright {
    text-align: center;
    font-size: 0.8em; }
  .address {
    padding: 0 !important;
    text-align: center; }
    .address p {
      padding-left: 15px !important; }
  .footerTop .padding {
    padding: 0;
    height: 100% !important; }
  .footerBot {
    height: 100% !important; }
  .shield {
    margin: 10px auto !important; }
  .menu > li > a {
    padding: 0.7rem 0.5rem !important; }
  .socialmedia {
    text-align: right !important;
    margin-right: -10px !important;
    margin-left: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  ul.menu {
    width: 100% !important; }
    ul.menu li {
      padding-left: 0 !important; } }

@media screen and (max-width: 992px) {
  ul.menu {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #ulmenu {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .n2-font-999a7db4484fdd92ace59c10041411ee-hover {
    font-size: 33px !important; }
  #footerTop .row div {
    height: 100% !important; } }

@media screen and (max-width: 1024px) {
  section.gold-instructions {
    background-color: #dbbf78;
    width: 100%;
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section.gold-instructions .gold-instructions-content {
      font-family: "Ropa Sans", sans-serif;
      font-weight: 400;
      color: white;
      margin: 0px auto;
      text-align: center;
      font-size: 1.362rem !important; }
  .container-title-name {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center; }
  .input-group [type=text] {
    font-size: 0.86rem; } }

a.event-image-cont .grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0.2;
  height: 260px;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }
  a.event-image-cont .grayscale:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }

a.event-image-cont:hover .grayscale {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1; }

a.event-image-cont h4:hover .grayscale {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1; }

#searchsubmit img {
  width: 17px; }

a {
  -webkit-text-decoration-color: #072d58 !important;
          text-decoration-color: #072d58 !important; }

.pagination .current {
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  padding: 0 !important; }
  .pagination .current a {
    padding: 11px;
    padding-bottom: 3px;
    padding-top: 3px; }

h1 {
  font-size: 3.667rem !important;
  letter-spacing: 0.1rem;
  font-weight: 400; }

h2 {
  font-size: 2.762rem !important;
  letter-spacing: 0.1rem;
  font-weight: 400; }

h3 {
  font-size: 2.524rem !important;
  letter-spacing: 0.1rem;
  font-weight: 400; }

h4 {
  font-size: 1.905rem;
  letter-spacing: 0.1rem;
  font-weight: 400; }

h5 {
  font-size: 1.524rem !important;
  letter-spacing: 0.1rem;
  font-weight: 400; }

h6 {
  font-size: 1.143rem !important;
  letter-spacing: 0.1rem;
  font-weight: 400; }

.aptf-tweet-actions-wrapper {
  margin-top: 10px;
  float: left !important; }
  .aptf-tweet-actions-wrapper a {
    margin-right: 10px;
    color: #ddc07d !important;
    font-size: 16px !important; }

.aptf-timestamp {
  display: none; }

.roundedOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfff4), color-stop(40%, #dfe5d7), to(#b3bead));
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
  .roundedOne label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#45484d));
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
            box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white; }
    .roundedOne label:after {
      content: '';
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      left: 2px;
      background: #27ae60;
      background: -webkit-gradient(linear, left top, left bottom, from(#27ae60), to(#145b32));
      background: -webkit-linear-gradient(top, #27ae60 0%, #145b32 100%);
      background: linear-gradient(top, #27ae60 0%, #145b32 100%);
      opacity: 0;
      border-radius: 50px;
      -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
              box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5); }
    .roundedOne label:hover::after {
      opacity: 0.3; }

.aptf-timestamp {
  display: none; }

.first-3col, .third-3col {
  padding-top: 120px; }

.third-3col {
  background-color: #f7f7f7; }

.second-3col {
  border-left: 1px solid #e4e4e4;
  margin-top: 120px; }

input.searchfield {
  font-size: 0.8rem;
  height: 45px !important;
  padding: 6px 7px 7px 40px;
  letter-spacing: 0.1rem; }

.menu-main-menu-container ul li a {
  font: 0.8rem "Ropa Sans", sans-serif;
  letter-spacing: 0.1rem; }

.main-nav nav ul li {
  margin-bottom: 0 !important; }
  .main-nav nav ul li a {
    font-size: 1.248rem;
    letter-spacing: 0.1rem; }

.n2-font-999a7db4484fdd92ace59c10041411ee-hover {
  letter-spacing: 0.15em !important; }

span.learnmore {
  font-size: 1.048rem !important;
  letter-spacing: 0.1rem !important;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  span.learnmore:hover {
    background-color: #dbc991 !important; }

.singularbox h3 {
  font-size: 1.905rem !important;
  letter-spacing: 0.1rem !important;
  color: #072d58; }

.singularbox p {
  font-size: 1.429rem !important;
  color: #072d58;
  letter-spacing: 0.1rem !important; }

.homeH2-Followus {
  font-size: 1.8rem !important;
  letter-spacing: 0.1rem; }

.left-cell {
  float: left !important; }

.social-feed-title {
  font-size: 1.048rem !important;
  letter-spacing: 0.1rem; }

.homeH2 {
  font-size: 1.429rem !important;
  letter-spacing: 0.1rem; }

.homeboxes .row h6 {
  font-size: 1.8rem !important; }

.more-news {
  font-size: 1.142rem !important;
  letter-spacing: 0.1rem; }

.event-image-cont {
  margin-bottom: 30px !important; }

section.latestNews {
  background-color: #dbc991 !important; }
  section.latestNews .latestNews-singular p.timestamp {
    font-size: 0.8571rem !important;
    letter-spacing: 0.1rem;
    font-weight: 600 !important; }
  section.latestNews .latestNews-singular h3 {
    font-size: 1rem !important;
    letter-spacing: 0.1rem;
    font-weight: 600 !important;
    line-height: 1.6 !important; }
  section.latestNews .latestNews-singular p {
    font-size: 0.8571rem !important;
    letter-spacing: 0.1rem;
    font-weight: 600 !important; }
  section.latestNews .latestNews-singular a.readmore {
    font-size: 0.8571rem !important;
    letter-spacing: 0.1rem;
    font-weight: 600 !important; }

section.events .columns h4 {
  font-size: 1.238rem !important;
  color: #ffffff !important;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  min-height: 60px;
  background-color: rgba(17, 24, 66, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center; }

section.events .columns p {
  font-size: 1rem !important;
  letter-spacing: 0.1rem;
  font-weight: 600 !important; }

section.events .columns a.readmore {
  font-size: 0.8571rem !important;
  letter-spacing: 0.1rem; }

section.events .columns a {
  color: inherit; }

.padding {
  border-right: none !important; }
  .padding p {
    font-size: 0.8571rem !important;
    letter-spacing: 0.1rem; }
  .padding ul li a {
    font-size: 0.8571rem !important;
    letter-spacing: 0.1rem; }

.post-block-yellow h4 {
  font-size: 1rem !important;
  letter-spacing: 0.1rem;
  font-weight: 400; }

.post-block-yellow p {
  font-size: 1.524rem !important;
  letter-spacing: 0.1rem;
  font-weight: 400; }

.post-block {
  font-size: 1.333rem !important;
  line-height: 1.6 !important; }

.the-content p {
  font-size: 1.143rem !important;
  letter-spacing: 0.1rem; }

.the-content blockquote {
  background-position-y: 34px !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding-bottom: 40px !important;
  color: #072d58; }
  .the-content blockquote p {
    font-size: 1.143rem !important;
    letter-spacing: 0.1rem;
    line-height: 1.6 !important;
    display: block !important;
    color: #072d58; }

.the-content ul li {
  font-size: 1rem !important;
  letter-spacing: 0.1rem; }
  .the-content ul li:before {
    padding-right: 15px; }

.the-content ol {
  margin-left: 10px !important; }
  .the-content ol li {
    font-size: 1rem !important;
    letter-spacing: 0.1rem;
    margin-left: 15px;
    font-weight: 400;
    padding-left: 7px; }

.sb_instagram_header h3 {
  font-size: 16px !important; }

.error_desc {
  font-family: "Ropa Sans", sans-serif; }

input[type="checkbox"] {
  margin-right: 15px; }

form section {
  padding-top: 80px;
  padding-bottom: 70px; }

ul {
  color: #072d58; }
  ul li {
    color: #072d58; }

code {
  font-size: 1.143rem;
  letter-spacing: 0.1rem;
  font-family: "Ropa Sans", sans-serif !important;
  font-weight: 400;
  color: #072d58 !important;
  background-color: transparent !important;
  border: none !important; }

h2.section-title {
  color: #072d58;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 50px auto;
  font-size: 2.762rem; }

.margin-bottom-extra {
  margin-bottom: 60px; }

.border-right-on {
  border-right: solid 1px lightgrey; }

.border-left-on {
  border-left: solid 1px lightgrey; }

.sticky-post-content-news {
  font-size: 1.25rem !important;
  letter-spacing: 0.1rem !important;
  font-weight: normal !important; }
  .sticky-post-content-news p {
    font-size: 1.25rem !important;
    letter-spacing: 0.1rem !important;
    font-weight: normal !important; }

.pum-content h3 {
  color: #072d58 !important;
  font-size: 1.924rem !important;
  letter-spacing: 0.1rem;
  font-family: "Ropa Sans", sans-serif; }

.pum-content p {
  color: #072d58 !important;
  letter-spacing: 0.1rem;
  margin-bottom: 5px !important;
  font-family: "Ropa Sans", sans-serif; }

.pum-title {
  margin-left: 15px;
  margin-bottom: 20px;
  color: #072d58;
  font-family: "Ropa Sans", sans-serif; }

section.our-history {
  position: relative; }
  section.our-history .history-date {
    font-family: "Ropa Sans", sans-serif;
    color: #072d58;
    font-weight: 400;
    font-size: 1.905rem !important;
    text-align: left;
    letter-spacing: 0.1rem;
    margin-bottom: 0px !important; }
  section.our-history .history-card-cpt-title {
    color: #072d58;
    font-size: 1.805rem;
    text-align: left;
    letter-spacing: 0.1rem;
    width: 100%;
    border-bottom: solid 3px #dac787;
    line-height: 1.2 !important; }
    section.our-history .history-card-cpt-title p {
      color: #072d58;
      font-size: 1.705rem;
      text-align: left;
      letter-spacing: 0.1rem;
      width: 100%;
      border-bottom: solid 3px #dac787;
      line-height: 1.2 !important; }
  section.our-history .history-card-content {
    font-family: "Ropa Sans", sans-serif;
    color: #072d58;
    font-weight: 400;
    font-size: 1.143rem !important;
    text-align: left;
    letter-spacing: 0.1rem;
    display: inline;
    line-height: 1 !important; }
  section.our-history .history-read-more {
    font-family: "Ropa Sans", sans-serif;
    color: #dac787;
    font-weight: 400;
    font-size: 1.143rem !important;
    text-align: left;
    letter-spacing: 0.1rem;
    display: inline; }
    section.our-history .history-read-more:after {
      content: url("img/icon-after-history-read-more.png");
      color: #dac787; }
    section.our-history .history-read-more a {
      color: #dac787 !important;
      text-decoration: none !important; }
  section.our-history .history-card-container {
    height: 250px !important;
    position: relative; }
  section.our-history .img-history-circle-container {
    width: 180px;
    height: 180px;
    margin: 0px auto;
    background-position: center;
    background-color: white;
    border: solid 4px #072d58;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    border-radius: 300px; }
  section.our-history .timeline {
    height: 57.3%;
    width: 3px;
    position: absolute;
    top: 310px;
    left: 50%;
    background-color: lightgrey; }
  section.our-history .history-circle-right {
    width: 21px;
    height: 21px;
    border-radius: 300px;
    background-color: #0d1c4d;
    display: block;
    position: absolute;
    right: -2%;
    top: 30%; }
  section.our-history .history-circle-left {
    width: 21px;
    height: 21px;
    border-radius: 300px;
    background-color: #0d1c4d;
    display: block;
    position: absolute;
    left: -1.4%;
    top: 30%; }

.history-card-cpt-title {
  color: #072d58;
  font-size: 1.735rem;
  text-align: left;
  letter-spacing: 0.1rem;
  width: 100%;
  border-bottom: solid 3px #dac787; }
  .history-card-cpt-title p {
    color: #072d58;
    font-size: 1.735rem;
    text-align: left;
    letter-spacing: 0.1rem;
    width: 100%;
    border-bottom: solid 3px #dac787; }

section.directory-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18376d+0,111a43+100 */
  background: #18376d;
  /* Old browsers */
  background: -webkit-linear-gradient(#18376d 0%, #111a43 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#18376d), to(#111a43));
  background: linear-gradient(#18376d 0%, #111a43 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18376d', endColorstr='#111a43',GradientType=0 );
  /* IE6-9 */
  background-position: top;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  height: 100%;
  width: 100%; }

section.history-blue {
  background-image: url("img/big-history-blue.png");
  background-position: top;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  height: 100%;
  width: 100%; }
  section.history-blue .history-blue-content-2 {
    margin-top: 60px;
    margin-bottom: 30px; }
    section.history-blue .history-blue-content-2 span.text-content {
      font-family: "Ropa Sans", sans-serif;
      color: white;
      font-weight: 400;
      letter-spacing: 0.1rem;
      text-align: left;
      font-size: 1.605rem;
      display: inline;
      line-height: 1.6 !important; }
    section.history-blue .history-blue-content-2 span.cap-text {
      font-family: "Ropa Sans", sans-serif;
      color: white;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: left;
      font-size: 2.762rem;
      display: inline; }

section.history-gold {
  background-image: url("img/bg-history-gold.png");
  background-position: top;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  padding-bottom: 50px;
  height: 100%;
  width: 100%; }
  section.history-gold .history-gold-content {
    font-family: "Ropa Sans", sans-serif;
    color: #3820af;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: left;
    font-size: 2.762rem;
    margin-top: 80px; }
  section.history-gold .history-gold-content-subtitle {
    font-family: "Ropa Sans", sans-serif;
    color: #3820af;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: left;
    font-size: 2.762rem;
    margin-top: 80px; }
  section.history-gold .history-gold-content-2 {
    margin-bottom: 20px; }
    section.history-gold .history-gold-content-2 span.text-content {
      font-family: "Ropa Sans", sans-serif;
      color: white;
      font-weight: 400;
      letter-spacing: 0.1rem;
      text-align: left;
      font-size: 1.605rem;
      display: inline;
      line-height: 1.6 !important; }
      section.history-gold .history-gold-content-2 span.text-content p {
        color: white !important; }
      section.history-gold .history-gold-content-2 span.text-content ul li {
        color: white !important; }
    section.history-gold .history-gold-content-2 span.cap-text {
      font-family: "Ropa Sans", sans-serif;
      color: white;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: left;
      font-size: 2.762rem;
      display: inline; }
  section.history-gold .history-gold-content-3 {
    font-family: "Ropa Sans", sans-serif;
    color: white;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: left;
    font-size: 1.524rem; }

section.history-middle {
  background-image: url("img/bg-section-our-history-top.png");
  background-position: top;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  width: 100%; }
  section.history-middle .history-middle-content {
    font-size: 1.143rem !important;
    font-family: "Ropa Sans", sans-serif;
    color: #072d58;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-top: 50px;
    margin-bottom: 50px; }
    section.history-middle .history-middle-content p {
      font-size: 1.143rem !important;
      font-family: "Ropa Sans", sans-serif;
      color: #072d58;
      text-align: left;
      font-weight: 400;
      letter-spacing: 0.1rem; }
    section.history-middle .history-middle-content ul {
      font-size: 1.143rem !important;
      font-family: "Ropa Sans", sans-serif;
      color: #072d58;
      text-align: left;
      font-weight: 400;
      letter-spacing: 0.1rem; }
      section.history-middle .history-middle-content ul li {
        font-size: 1.143rem !important;
        font-family: "Ropa Sans", sans-serif;
        color: #072d58;
        text-align: left;
        font-weight: 400;
        letter-spacing: 0.1rem; }

.directory-abc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px auto; }
  .directory-abc-container .directory-abc-item {
    width: 38px;
    height: 38px;
    background-color: #10173f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
    text-decoration: none !important; }
    .directory-abc-container .directory-abc-item:hover {
      background-color: #e7d185 !important; }
      .directory-abc-container .directory-abc-item:hover .abc-item {
        color: #072d58 !important;
        text-decoration: none !important; }
    .directory-abc-container .directory-abc-item:active {
      background-color: #e7d185 !important; }
      .directory-abc-container .directory-abc-item:active .abc-item {
        color: #072d58 !important;
        text-decoration: none !important; }
    .directory-abc-container .directory-abc-item:focus {
      background-color: #e7d185 !important; }
      .directory-abc-container .directory-abc-item:focus .abc-item {
        color: #072d58 !important;
        text-decoration: none !important; }
    .directory-abc-container .directory-abc-item .abc-item {
      color: white;
      font-family: "Ropa Sans", sans-serif;
      font-weight: 400;
      font-size: 1.281rem;
      -webkit-transition: all ease-in-out 300ms;
      transition: all ease-in-out 300ms;
      text-decoration: none !important; }
      .directory-abc-container .directory-abc-item .abc-item:hover {
        text-decoration: none !important; }

.directory-people-container {
  width: 100%;
  height: 100%;
  margin: 70px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .directory-people-container .people-container {
    width: 240px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .directory-people-container .people-container .img-people {
      width: 162px;
      height: 162px;
      border: solid white 3px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-clip: border-box;
              background-clip: border-box;
      background-color: #455981;
      margin: 0 auto; }
    .directory-people-container .people-container .people-name {
      font-size: 1.5rem;
      color: white;
      font-family: "Ropa Sans", sans-serif;
      text-align: left;
      font-weight: 400;
      margin: 15px auto 0;
      text-overflow: ellipsis;
      max-width: 95%; }
    .directory-people-container .people-container .people-title {
      font-size: 1rem;
      color: #D5C384;
      font-family: "Ropa Sans", sans-serif;
      text-align: left;
      font-style: italic;
      font-weight: 300;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 auto 20px;
      max-width: 75%; }

section.gold-instructions {
  background-color: #dbbf78;
  width: 100%;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  section.gold-instructions .gold-instructions-content {
    font-family: "Ropa Sans", sans-serif;
    font-weight: 400;
    color: white;
    margin: 0px auto;
    text-align: center;
    font-size: 2.376rem; }

section.directory-single {
  width: 100%;
  overflow-y: auto;
  background-color: #f4f4f4; }

.bg-gray {
  background-color: #f4f4f4; }

.bg-white {
  background-color: white; }

.container-directory-selection {
  width: 100%;
  height: 100%; }

.padd-section-90 {
  padding-top: 90px;
  padding-bottom: 90px;
  height: 489px; }

.padd-section-sr {
  padding-top: 50px;
  padding-bottom: 90px; }

div.img-container-directory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 250px; }
  div.img-container-directory .people-img-single {
    width: 248px;
    height: 248px;
    border: solid 5px #dbbf78;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: border-box;
            background-clip: border-box;
    background-color: #455981;
    margin-right: 15px; }

.single-check {
  cursor: pointer !important; }

.container-title-name {
  overflow: hidden;
  width: 100%; }

.name-person {
  color: #072d58;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400;
  font-size: 1.705rem !important;
  text-align: left;
  letter-spacing: 0.1rem;
  margin-bottom: 0 !important; }

.title-person {
  color: #2f6bb7;
  font-family: "Ropa Sans", sans-serif;
  font-weight: 400;
  font-size: 1.705rem !important;
  text-align: left;
  font-style: italic;
  letter-spacing: 0.1rem; }

.text-person {
  font-size: 1.043rem !important;
  color: #072d58;
  letter-spacing: 0.1rem;
  text-align: left;
  font-family: "Ropa Sans", sans-serif;
  margin-bottom: 0 !important;
  line-height: 1.3 !important;
  height: 207px;
  overflow-y: auto;
  width: 100%; }
  .text-person p {
    font-size: 1.043rem !important;
    color: #072d58;
    letter-spacing: 0.1rem;
    text-align: left;
    font-family: "Ropa Sans", sans-serif;
    line-height: 1.3 !important; }

ul.contact-directory-single {
  color: #2f6bb7;
  font-weight: 400;
  text-align: left;
  font-family: "Ropa Sans", sans-serif;
  font-size: 1.524rem !important;
  list-style-image: url("img/list-icon-blue.png");
  margin-left: 50px !important;
  margin-top: 0 !important; }
  ul.contact-directory-single li {
    color: #072d58;
    font-size: 1.043rem !important;
    font-family: "Ropa Sans", sans-serif;
    text-align: left;
    margin-bottom: 28px;
    letter-spacing: 0.1rem; }
    ul.contact-directory-single li span {
      font-weight: 700; }

.result_message {
  color: white !important;
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.1rem; }

.cat-title {
  font-size: 0.8rem !important; }
  .cat-title a {
    font-size: 0.8rem !important; }

section.employment-section {
  padding: 90px;
  padding-left: 0;
  padding-right: 0;
  background-color: white; }
  section.employment-section .bg-faculty-jobs {
    background-color: #f7f7f7; }
  section.employment-section .container-jobs img {
    width: 100%;
    max-width: 30px;
    margin: 0px auto; }
  section.employment-section .employment-title {
    font-size: 1.905rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    text-align: left;
    letter-spacing: 0.1rem; }
  section.employment-section .pcontainer-employment {
    font-size: 1.143rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    text-align: left;
    letter-spacing: 0.1rem; }
    section.employment-section .pcontainer-employment p {
      font-size: 1.143rem;
      color: #072d58;
      font-family: "Ropa Sans", sans-serif;
      text-align: left;
      letter-spacing: 0.1rem; }
  section.employment-section .title-jobs {
    font-size: 1.905rem;
    color: #dac787;
    font-family: "Ropa Sans", sans-serif;
    text-align: left;
    letter-spacing: 0.1rem; }
  section.employment-section .job-application {
    font-size: 1.143rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    text-align: left;
    letter-spacing: 0.1rem;
    padding-left: 20px; }
  section.employment-section .img-employment {
    width: 100%;
    margin: 20px auto;
    max-width: 100%; }
  section.employment-section img.download-application-img {
    margin-top: 40px;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important; }
  section.employment-section .padd-top-employment {
    padding-top: 40px; }

section.events-menu-white-preview {
  background-color: white;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }
  section.events-menu-white-preview .title-event-preview {
    font-size: 1.905rem;
    font-family: "Ropa Sans", sans-serif;
    color: #072d58;
    font-weight: 400;
    text-align: left; }
  section.events-menu-white-preview .date-event-preview {
    font-size: 1.429rem;
    font-family: "Ropa Sans", sans-serif;
    color: #dac787;
    font-weight: 400;
    text-align: left; }
  section.events-menu-white-preview img.img-event-preview {
    width: 100%;
    max-width: 100%;
    margin: 20px auto; }
  section.events-menu-white-preview p.info-event-preview {
    font-size: 1.143rem;
    font-family: "Ropa Sans", sans-serif;
    color: #072d58;
    font-weight: 400;
    text-align: left; }
  section.events-menu-white-preview .calendar-event-preview {
    font-size: 1.143rem;
    font-family: "Ropa Sans", sans-serif;
    color: #4d84bf;
    font-weight: 400;
    text-align: left; }

section.events-single-blue-details {
  background-color: #072d58;
  background-image: url("img/big-history-blue.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }
  section.events-single-blue-details .detail-title {
    font-size: 1.905rem;
    font-family: "Ropa Sans", sans-serif;
    color: white;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-bottom: 30px; }
  section.events-single-blue-details .detail-container .detail-1 {
    display: inline;
    font-size: 1.229rem;
    font-family: "Ropa Sans", sans-serif;
    color: white;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-right: 6px;
    margin-bottom: 0 !important; }
  section.events-single-blue-details .detail-container .detail-2 {
    display: inline;
    font-size: 1.143rem;
    font-family: "Ropa Sans", sans-serif;
    color: white;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-bottom: 0 !important; }

section.events-blue-canvas {
  background-color: #242a54;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  section.events-blue-canvas .canvas-title {
    font-size: 1.905rem;
    font-family: "Ropa Sans", sans-serif;
    color: white;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-bottom: 25px;
    margin-top: 110px; }
  section.events-blue-canvas .canvas-text {
    font-size: 1.429rem;
    font-family: "Ropa Sans", sans-serif;
    color: white;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem;
    padding-right: 10px; }
  section.events-blue-canvas .canvas-img-bg {
    background-image: url("img/img-choir.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-color: black;
    height: 550px; }

section.events-white {
  background-color: white;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }
  section.events-white .title-section-events {
    font-size: 1.905rem;
    color: #072d58;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-align: left;
    font-family: "Ropa Sans", sans-serif;
    padding-left: 15px; }
  section.events-white .event-container {
    width: 100%;
    border: solid 5px #e0cf83 !important;
    height: 570px; }
    section.events-white .event-container .event-title {
      color: #072d58;
      font-size: 1.333rem;
      text-align: center;
      font-weight: 400;
      font-family: "Ropa Sans", sans-serif;
      margin-top: 20px;
      margin-bottom: 0px; }
    section.events-white .event-container .img-event-indiv {
      width: 100%;
      max-width: 100%;
      margin: 20px auto; }
    section.events-white .event-container .event-info {
      font-size: 1.143rem;
      color: #072d58;
      font-family: "Ropa Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.1rem;
      text-align: left;
      padding-left: 15px;
      margin-top: 20px; }
    section.events-white .event-container .event-more {
      font-size: 1.429rem;
      color: #e0cf83;
      text-align: left;
      font-weight: 400;
      letter-spacing: 0.1rem;
      font-family: "Ropa Sans", sans-serif;
      padding-left: 15px;
      margin-bottom: 0px; }
      section.events-white .event-container .event-more:after {
        content: url("img/icon-after-history-read-more.png");
        margin-left: 6px; }

section.donations-college {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: white;
  background-image: url("img/donations-img-college.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%; }
  section.donations-college p.title-donations-college {
    font-size: 1.429rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem; }
  section.donations-college .info-donations-college {
    font-size: 0.9524rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem; }

section.choose-campaign {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%; }
  section.choose-campaign .button-choose-campaign {
    width: 100%;
    font-family: "Ropa Sans", sans-serif;
    font-weight: 400;
    height: 65px;
    background-color: #072d58;
    color: white !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    margin-top: 30px; }
    section.choose-campaign .button-choose-campaign span.button-text-1 {
      color: white;
      text-align: center;
      font-size: 2rem;
      display: inline;
      letter-spacing: 0.1rem;
      font-weight: 400;
      font-family: "Ropa Sans", sans-serif;
      margin-right: 7px; }
    section.choose-campaign .button-choose-campaign span.button-text-2 {
      color: #e4cd97;
      font-size: 2rem;
      display: inline;
      letter-spacing: 0.1rem;
      font-weight: 400;
      font-family: "Ropa Sans", sans-serif; }
  section.choose-campaign img.img-general-fund {
    width: 100%;
    max-width: 100%;
    margin: 20px auto; }
  section.choose-campaign .title-general-fund {
    font-size: 1.524rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: left; }
  section.choose-campaign .info-general-fund {
    font-size: 1.143rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: left; }
  section.choose-campaign .border-gray-right {
    border-right: solid lightgrey 2px; }
  section.choose-campaign .border-gray-top {
    border-top: solid lightgrey 2px; }
  section.choose-campaign .button-donate-event {
    background-color: #072d58;
    color: white;
    font-weight: 400;
    font-family: "Ropa Sans", sans-serif;
    font-size: 0.9524rem;
    height: 36px;
    width: 100%;
    max-width: 144px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block; }
  section.choose-campaign .general-fund-event-title {
    font-size: 1.524rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: left;
    margin-bottom: 0 !important;
    margin-top: 10px; }
  section.choose-campaign .general-fund-event-info {
    font-size: 0.9524rem;
    color: #072d58;
    font-family: "Ropa Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
    text-align: left; }
  section.choose-campaign .separator-top {
    height: 2px;
    background-color: lightgrey;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 15px; }

.columns p input[type=submit].wpcf7-submit {
  cursor: pointer !important; }

a.apply-button-singularbox {
  background-color: transparent !important;
  color: #072d58;
  text-decoration: none !important; }
  a.apply-button-singularbox:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: #072d58; }

div#single-post div.widget-content {
  width: 25% !important;
  float: left !important;
  padding-left: 15px;
  padding-right: 15px; }

div.widget-content h3.widget-title {
  color: #072d58 !important;
  font-size: 1.905rem !important; }

div.widget-content ul {
  margin-top: 35px;
  list-style-type: none !important;
  list-style-image: none !important; }
  div.widget-content ul li {
    font-size: 1.143rem !important;
    letter-spacing: 0.1rem;
    padding-bottom: 18px !important;
    list-style-type: none !important;
    font-weight: 400; }
    div.widget-content ul li a {
      font-size: 1.143rem !important;
      letter-spacing: 0.1rem;
      font-weight: 400;
      color: #072d58 !important; }
      div.widget-content ul li a:hover {
        color: #072d58 !important; }
      div.widget-content ul li a:visited {
        color: #072d58 !important; }

div#page h2 {
  color: #072d58 !important; }

.lastest-news-home {
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 165px !important; }

.the-content ul li a {
  color: #072d58 !important; }
  .the-content ul li a:hover {
    color: #072d58 !important; }
  .the-content ul li a:focus {
    color: #072d58 !important; }
  .the-content ul li a:active {
    color: #072d58 !important; }
  .the-content ul li a:visited {
    color: #072d58 !important; }

form h3 {
  color: #072d58 !important; }

.employment-section h2 {
  color: #072d58 !important; }

.title-donations-college {
  color: #072d58 !important; }

.give_pre_form-content p {
  font-size: 1.45rem !important;
  font-weight: 700 !important; }

ul.contact-directory-single {
  font-size: 1.5rem !important; }
  ul.contact-directory-single li {
    color: #072d58 !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    margin-left: 18px !important;
    font-size: 1rem !important; }
    ul.contact-directory-single li a {
      font-size: 1rem !important;
      color: #072d58 !important; }

.name-person {
  font-size: 1.8rem !important;
  font-weight: 700 !important; }

.title-person {
  font-size: 1.2rem !important; }

.text-person {
  height: 100% !important; }

.info-pane-event {
  background-color: #dcdbdb;
  color: #353f61;
  margin: 15px 0 0 25px;
  padding: 15px; }

.tribe-events-cal-links {
  margin: 15px 0 0 25px; }

.wpcf7 ::-webkit-input-placeholder {
  color: black; }

.wpcf7 ::-moz-placeholder {
  color: black; }

.wpcf7 :-ms-input-placeholder {
  color: black; }

.wpcf7 :-moz-placeholder {
  color: black; }

#form-visible-label form {
  margin-top: 50px; }
  #form-visible-label form input#date {
    display: none; }

button.apply {
  background-color: #FF9900;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 9px;
  padding-right: 9px;
  text-transform: uppercase;
  border-radius: 0px 0px 5px 5px;
  color: #fff;
  position: absolute;
  right: 15px;
  top: -25px;
  cursor: pointer;
  font-size: 18px;
  -webkit-box-shadow: 5px 5px 5px #888888;
          box-shadow: 5px 5px 5px #888888; }
  @media screen and (min-width: 992px) {
    button.apply:hover {
      background-color: #072d58; } }

.tagline {
  overflow: hidden; }
  @media screen and (max-width: 740px) {
    .tagline .blog-description {
      margin-top: 35px; } }

.row.events-carousel.owl-carousel.owl-loaded {
  background-color: #d6ba60;
  padding-top: 15px; }

.event-arrow-carousel {
  color: rgba(17, 24, 66, 0.9);
  font-size: 30px !important; }

.yellow-box {
  background-color: #d6ba60;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 1500px) {
    .yellow-box {
      width: 70%; } }

/*form state hide*/
.hide-now {
  display: none; }

/*end form state hide*/

/*# sourceMappingURL=style-a.css.map */
