@charset "UTF-8";
/* Theme colors */
.red {
  color: #CC2227;
}

.blue {
  color: #0C2956;
}

.grey {
  color: #6f6e6e;
}

.lightgrey {
  color: #7D7D7D;
}

/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  margin-left: -35px;
  margin-bottom: -35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 35px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px;
}

@media screen and (min-width: 800px) {
  .cft-g.news-events-grid > .cft-gi:first-of-type {
    width: 66.6666%;
  }
  .cft-g.news-events-grid > .cft-gi:last-of-type {
    width: 33.3333%;
  }
}

@media screen and (min-width: 800px) {
  .cft-g.news-grid > .cft-gi {
    width: 50%;
  }
}

.cft-g.tabs-grid {
  margin-left: -5px;
  margin-bottom: 30px;
}
.cft-g.tabs-grid > .cft-gi {
  width: 20%;
  padding-left: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .cft-g.tabs-grid {
    margin-left: -10px;
  }
  .cft-g.tabs-grid > .cft-gi {
    padding-left: 10px;
  }
}

@media screen and (min-width: 700px) {
  .cft-g.individual-profile-grid > .cft-gi.main {
    width: 66.6667%;
  }
  .cft-g.individual-profile-grid > .cft-gi.sidebar {
    width: 33.3333%;
  }
}

.cft-g.single-event-listing {
  margin-left: 0;
}
.cft-g.single-event-listing > .cft-gi {
  padding-left: 0;
}
.cft-g.single-event-listing > .cft-gi:first-of-type {
  width: 70px;
}

@media screen and (min-width: 960px) {
  .cft-g.footer-grid > .cft-gi:first-of-type {
    width: 30%;
  }
  .cft-g.footer-grid > .cft-gi:last-of-type {
    width: 70%;
    text-align: right;
  }
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
  background: #EEF0F3;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "libre-franklin", sans-serif;
  color: #565656;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.small-font {
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.tiny-font {
  font-size: 14px;
  line-height: 17px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

a {
  color: #0C2956;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .tribe-events-calendar .entry-title, .h5, .h6 {
  display: block;
  font-family: "minion-pro", serif;
  font-weight: 600;
  margin-bottom: 30px;
  color: #0C2956;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .tribe-events-calendar .entry-title a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 40px;
  line-height: 49px;
  font-size: 4rem;
  line-height: 4.9rem;
}

h2, .h2 {
  font-size: 36px;
  line-height: 41px;
  font-size: 3.6rem;
  line-height: 4.1rem;
}

h3, .h3 {
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
}

h4, .h4, .tribe-events-calendar .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "libre-franklin", sans-serif;
}

h5, .h5 {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "libre-franklin", sans-serif;
}

h6, .h6 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
}

p {
  margin: 0 0 1.5em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.small {
  font-size: 13px;
  line-height: 18px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #575B60;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #ebebeb;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #575B60;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #ebebeb;
  border-width: 1px 0 0;
  margin: 30px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea, select {
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px;
  color: #565656;
  margin: 0;
  width: 300px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

textarea {
  width: 100%;
}

select {
  padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

select {
  width: 300px;
  height: 34px;
}

input[type="checkbox"] {
  display: inline;
  -webkit-appearance: checkbox !important;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 16px !important;
  height: 16px;
  vertical-align: baseline;
  margin: 0 5px 0 0;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form, form.wpcf7-form {
  max-width: 800px;
  margin: 0;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #EEF0F3;
  /* Old browsers */
}
form.cft-form h3, form.cft-form h4, form.wpcf7-form h3, form.wpcf7-form h4 {
  margin-bottom: 20px;
}
form.cft-form p.form-message, form.wpcf7-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error, form.wpcf7-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success, form.wpcf7-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req, form.wpcf7-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error, form.wpcf7-form input[type="text"].error, form.wpcf7-form input[type="email"].error, form.wpcf7-form textarea.error, form.wpcf7-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse, form.wpcf7-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea, form.wpcf7-form input, form.wpcf7-form textarea {
  width: 300px;
  max-width: 100%;
  border-radius: 0;
}
form.cft-form textarea, form.wpcf7-form textarea {
  width: 100%;
}
form.cft-form .field-container, form.wpcf7-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label, form.wpcf7-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label, form.wpcf7-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form input[type="file"], form.wpcf7-form input[type="file"] {
  font-size: 14px;
  line-height: 16px;
}
form.cft-form input[type="submit"], form.wpcf7-form input[type="submit"] {
  width: auto;
}
form.cft-form textarea, form.wpcf7-form textarea {
  min-height: 100px;
}
form.cft-form span.wpcf7-list-item, form.wpcf7-form span.wpcf7-list-item {
  margin: 0;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
form.cft-form hr, form.wpcf7-form hr {
  border-color: #C3CCDA;
}
form.cft-form div.wpcf7-response-output, form.wpcf7-form div.wpcf7-response-output {
  margin: 20px 0;
  padding: 10px;
  background: #CC2227;
  color: #ffffff;
  font-weight: bold;
  border: none;
}
form.cft-form div.wpcf7-mail-sent-ok, form.wpcf7-form div.wpcf7-mail-sent-ok {
  background: #28b543;
  border: none;
}
form.cft-form div.wpcf7-spam-blocked, form.wpcf7-form div.wpcf7-spam-blocked {
  background: #ffa500;
  border: none;
}
form.cft-form div.wpcf7-validation-errors,
form.cft-form div.wpcf7-acceptance-missing, form.wpcf7-form div.wpcf7-validation-errors,
form.wpcf7-form div.wpcf7-acceptance-missing {
  background: #ffa500;
  border: none;
}
form.cft-form small, form.wpcf7-form small {
  font-weight: 500;
  display: block;
}

.btn, .btn-secondary,
a.btn-secondary,
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 20px 40px;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "libre-franklin", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #CC2227;
}
.btn.small, .small.btn-secondary,
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary,
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn:hover, .btn-secondary:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #a01b1f;
  color: #fff;
}
.btn:active, .btn-secondary:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #751316;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}
.btn.ghost, .ghost.btn-secondary,
a.btn.ghost,
a.ghost.btn-secondary {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn.ghost:hover, .ghost.btn-secondary:hover,
a.btn.ghost:hover,
a.ghost.btn-secondary:hover {
  background: #fff;
  color: #0C2956;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

footer.footer {
  height: auto;
  background: url("../images/footer-bkg.jpg") no-repeat bottom center;
  height: 800px;
  background-size: 964px 319px;
  text-align: center;
  padding-top: 0;
}
footer.footer .border {
  padding-top: 45px;
  border-top: solid 1px #BCBCBC;
}
footer.footer img.logo {
  max-width: 240px !important;
  margin: 0 auto;
}
footer.footer address {
  font-style: normal;
  font-weight: 400;
  color: #7D7D7D;
  margin: 30px 0 20px;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
footer.footer address a {
  color: #7D7D7D;
}
footer.footer address a:hover {
  color: #0C2956;
}
footer.footer address div:not(:last-of-type) {
  margin-bottom: 5px;
}
footer.footer .cft-gi {
  margin-bottom: 20px;
}
footer.footer .copy {
  color: #7D7D7D;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
footer.footer .footer-nav #menu-footer {
  margin-bottom: 20px;
}
footer.footer .social-links {
  margin-bottom: 15px;
}
footer.footer .social-links li {
  display: inline-block;
  width: 40px;
  height: 40px;
}
footer.footer .social-links a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: solid 2px #0C2956;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0C2956;
}
footer.footer .social-links a i, footer.footer .social-links a .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
}
footer.footer .btn, footer.footer .btn-secondary {
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  footer.footer {
    text-align: left;
    height: 610px;
    background-size: cover;
  }
  footer.footer img.logo {
    margin: 0;
  }
  footer.footer address {
    margin: 15px 0;
  }
  footer.footer .footer-nav #menu-footer li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  footer.footer .footer-nav #menu-footer li:last-of-type {
    margin-right: 0;
  }
  footer.footer .footer-nav #menu-footer li:last-of-type:after {
    display: none;
  }
  footer.footer .footer-nav #menu-footer li:after {
    width: 1px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -18px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #575B60;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  footer.footer .footer-nav #menu-footer li a {
    font-weight: 500;
    color: #575B60;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  footer.footer .footer-nav #menu-footer li:hover a {
    color: #0e0f10;
  }
  footer.footer .social-links li {
    margin-right: 15px;
  }
  footer.footer .social-links li:last-of-type {
    margin-right: 0;
  }
  footer.footer .social-links li:hover a {
    color: #1854b0;
    border: solid 2px #1854b0;
  }
}

.cft-pagination {
  display: block;
  width: 100%;
  padding: 15px 0;
}
.cft-pagination ul {
  text-align: right;
}
.cft-pagination ul li {
  display: inline-block;
  margin-left: 10px;
}
.cft-pagination ul li:first-child {
  margin-left: 0;
}
.cft-pagination ul li a {
  width: 40px;
  height: 40px;
  color: #0C2956;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-size: 1.6rem;
  line-height: 4rem;
  display: block;
  border: 1px solid #6f6e6e;
}
.cft-pagination ul li.next-post a, .cft-pagination ul li.prev-post a {
  color: #ffffff;
  position: relative;
}
.cft-pagination ul li.next-post a:before, .cft-pagination ul li.prev-post a:before {
  color: #0C2956;
  content: "\f105";
  display: block;
  font: normal normal normal 20px/1 "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cft-pagination ul li.prev-post a:before {
  content: "\f104";
  color: #0C2956;
}
.cft-pagination ul li.active a {
  background: #0C2956;
  color: #ffffff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'slick';
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: #fff;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background: #CC2227;
}

.arrows-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrows-container i, .arrows-container .svg-inline--fa {
  color: #CC2227;
  font-size: 48px;
  line-height: 48px;
  font-size: 4.8rem;
  line-height: 4.8rem;
}
.arrows-container .prev-arrow {
  position: relative;
  left: 0;
}
.arrows-container .next-arrow {
  position: absolute;
  right: 0;
}

.slick-dotted.slick-slider {
  margin: 0;
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1325px;
}
.container.collapse {
  padding: 0;
}
.container.mobile-collapse {
  padding: 0;
}
.container.search-container {
  max-width: 600px;
}
@media screen and (min-width: 960px) {
  .container {
    padding: 0 30px;
  }
  .container.desktop-collapse {
    padding: 0;
  }
  .container.mobile-collapse {
    padding: 0 30px;
  }
}

.site-section {
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .site-section {
    padding: 60px 0;
  }
}
.site-section.collapse-bottom {
  padding-bottom: 0;
}
.site-section.collapse-top {
  padding-top: 0;
}
.site-section.collapse {
  padding: 0;
}
.site-section .section-title.on-dark {
  color: #fff;
}
.site-section.xl {
  padding: 45px 0;
}
@media screen and (min-width: 800px) {
  .site-section.xl {
    padding: 90px 0;
  }
}

.inline {
  display: inline-block;
}

header.banner {
  background: #0C2956;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9999;
}
header.banner a.brand {
  padding: 15px 0;
  display: block;
  margin: 0;
  max-width: 150px;
}
header.banner a.brand .logo-blue {
  display: none;
}
header.banner .menu-toggle, header.banner .mobile-search {
  position: absolute;
  z-index: 10;
  top: 50%;
  color: #fff;
  right: 15px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.banner .menu-toggle i, header.banner .menu-toggle .svg-inline--fa, header.banner .mobile-search i, header.banner .mobile-search .svg-inline--fa {
  font-size: 20px;
  line-height: 24px;
  font-size: 2rem;
  line-height: 2.4rem;
}
header.banner .mobile-search {
  right: 50px;
}
header.banner .desktop-search {
  display: none;
}
@media screen and (min-width: 1140px) {
  header.banner {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: auto;
    z-index: 10;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header.banner:after {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: -1;
    content: "";
    background: #0C2956;
  }
  header.banner.active {
    background: rgba(255, 255, 255, 0.9);
  }
  header.banner.active .brand .logo-blue {
    opacity: 1;
    visibility: visible;
    display: inline-block;
  }
  header.banner.active .brand .logo-white {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  header.banner.active .nav-container .nav-primary ul li a {
    color: #0C2956;
  }
  header.banner.active .sub-menu-background {
    opacity: 1;
    visibility: visible;
  }
  header.banner a.brand {
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 250px;
  }
  header.banner a.brand .logo-blue {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  header.banner a.brand .logo-white {
    opacity: 1;
    visibility: visible;
    display: inline-block;
  }
  header.banner a.brand .logo-white, header.banner a.brand .logo-blue {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header.banner .menu-toggle, header.banner .mobile-search {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  .cft-g.page-body-grid {
    direction: rtl;
  }
  .cft-g.page-body-grid > .cft-gi {
    direction: ltr;
  }
  .cft-g.page-body-grid > .cft-gi.main {
    width: 75%;
  }
  .cft-g.page-body-grid > .cft-gi.sidebar {
    width: 25%;
  }
}

@media screen and (max-width: 959px) {
  .cft-g.sub-menu-grid > .cft-gi.image {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .cft-g.sub-menu-grid > .cft-gi:first-of-type {
    width: 25%;
  }
  .cft-g.sub-menu-grid > .cft-gi:last-of-type {
    width: 75%;
  }
  .cft-g.sub-menu-grid.has-buttons > .cft-gi.links {
    width: 50%;
  }
  .cft-g.sub-menu-grid.has-buttons > .cft-gi:last-of-type {
    width: 25%;
  }
}

.nav-container, .sub-menu-container {
  position: fixed;
  width: 100%;
  left: 100%;
  top: 73px;
  right: auto;
  bottom: 0;
  overflow-y: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.nav-container.open, .sub-menu-container.open {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nav-container.child-open, .sub-menu-container.child-open {
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.nav-container .social-links-container, .sub-menu-container .social-links-container {
  display: none;
}
.nav-container ul li, .sub-menu-container ul li {
  position: relative;
}
.nav-container ul li a, .sub-menu-container ul li a {
  border-bottom: 1px solid #5a6875;
  display: block;
  padding: 10px;
  color: #fff;
}
.nav-container ul li i.sub-menu-toggle, .sub-menu-container ul li i.sub-menu-toggle {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  top: 0;
  border-left: 1px solid #5a6875;
}

.nav-container {
  z-index: 10;
  background: #0a2044;
}

.menu-image {
  position: relative;
  padding: 30px 10px;
}
.menu-image .sub-menu-title {
  font-size: 22px;
  line-height: 26px;
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #fff;
  margin: 0;
  z-index: 1;
  position: relative;
}
.menu-image:after {
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  position: absolute;
  height: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.sub-menu-container {
  z-index: 11;
  background: #071832;
}
.sub-menu-container .button-container {
  padding: 0 15px;
}
.sub-menu-container .button-container a.btn, .sub-menu-container .button-container a.btn-secondary {
  width: 100%;
}
.sub-menu-container .button-container a.btn:not(:last-child), .sub-menu-container .button-container a.btn-secondary:not(:last-child) {
  margin-bottom: 10px;
}
.sub-menu-container a.back-to-main-menu {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #5a6875;
}
.sub-menu-container .links ul li a i {
  display: none;
}

@media screen and (min-width: 1140px) {
  .sub-menu-background {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    top: 100%;
  }

  .nav-container, .sub-menu-container {
    overflow-y: visible;
  }
  .nav-container .social-links-container, .sub-menu-container .social-links-container {
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    display: block;
  }
  .nav-container .social-links-container ul li a, .sub-menu-container .social-links-container ul li a {
    color: #0C2956;
  }
  .nav-container ul li a, .sub-menu-container ul li a {
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    font-size: 1.4rem;
    line-height: 1.7rem;
    border: none;
  }
  .nav-container ul li i.sub-menu-toggle, .sub-menu-container ul li i.sub-menu-toggle {
    display: none;
  }

  .sub-menu-container {
    position: absolute;
    top: 107px;
    left: 0;
    right: 0;
    height: auto;
    bottom: auto;
    background: transparent;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .sub-menu-container.active {
    opacity: 1;
    visibility: visible;
  }
  .sub-menu-container a.back-to-main-menu {
    display: none;
  }
  .sub-menu-container .button-container {
    padding: 0;
  }
  .sub-menu-container .button-container a.btn, .sub-menu-container .button-container a.btn-secondary {
    display: block;
    padding: 15px 0;
    margin-bottom: 15px;
    border-color: #0C2956;
    color: #0C2956;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .sub-menu-container .button-container a.btn:last-of-type, .sub-menu-container .button-container a.btn-secondary:last-of-type {
    margin-bottom: 0;
  }
  .sub-menu-container .button-container a.btn:hover, .sub-menu-container .button-container a.btn-secondary:hover {
    background: #0C2956;
    color: #fff;
  }
  .sub-menu-container .links ul {
    columns: 3;
    column-gap: 35px;
  }
  .sub-menu-container .links ul li {
    position: relative;
    margin-bottom: -1px;
    font-weight: 600;
    border-top: solid 1px #C3CCDA;
    border-bottom: solid 1px #C3CCDA;
    overflow: visible;
    break-inside: avoid;
    padding: 7px 0 7px 20px;
  }
  .sub-menu-container .links ul li a {
    color: #383838;
  }
  .sub-menu-container .links ul li a:hover {
    color: black;
  }
  .sub-menu-container .links ul li a i {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #CC2227;
    font-size: 18px;
    line-height: 20px;
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .sub-menu-container .has-buttons .links ul {
    columns: 2;
  }
  .sub-menu-container .has-buttons .links ul > li {
    padding: 7px 0 7px 20px;
  }

  .nav-container {
    background: transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: auto;
    left: 0;
    right: 0;
    bottom: auto;
    text-align: right;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-container ul li {
    padding: 0;
    border-bottom: none;
    display: inline-block;
  }
  .nav-container .nav-primary {
    position: relative;
    margin-bottom: 0;
    text-align: right;
    display: inline-block;
    pointer-events: all;
  }
  .nav-container .nav-primary ul li {
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .nav-container .nav-primary ul li:last-of-type {
    margin-right: 0;
  }
  .nav-container .nav-primary ul li.active a {
    color: #CC2227;
  }
  .nav-container .nav-secondary {
    pointer-events: all;
    position: absolute;
    top: -78px;
    right: 30px;
  }
  .nav-container .nav-secondary ul {
    display: inline-block;
    margin-right: 75px;
  }
  .nav-container .nav-secondary ul li {
    margin-right: 30px;
  }
  .nav-container .nav-secondary ul li:last-of-type {
    margin-right: 0;
  }
  .nav-container .nav-secondary .desktop-search {
    position: absolute;
    display: inline-block;
    right: 0;
    top: -10px;
    width: 45px;
    height: 45px;
    background: #4F72A7;
  }
  .nav-container .nav-secondary .desktop-search i, .nav-container .nav-secondary .desktop-search .svg-inline--fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .cft-g.sticky-news-grid {
    margin-bottom: 0;
  }
  .cft-g.sticky-news-grid > .cft-gi {
    width: 50%;
  }

  .cft-g.main-news-post-grid {
    margin-bottom: 0;
  }
  .cft-g.main-news-post-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 1140px) and (min-width: 850px) {
  .cft-g.main-news-post-grid > .cft-gi {
    width: 33.333%;
  }
}

@media screen and (min-width: 1140px) {
  .menu-image {
    position: relative;
    height: 150px;
  }
  .menu-image .sub-menu-title {
    position: absolute;
    margin-bottom: 0;
    bottom: 5px;
    left: 15px;
    color: #fff;
    font-family: "minion-pro", serif;
    font-weight: 600;
  }
}
@media screen and (min-width: 1150px) {
  .nav-container ul li a {
    font-size: 14px;
    line-height: 19px;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 1250px) {
  .nav-container ul li a {
    font-size: 16px;
    line-height: 19px;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
@media screen and (min-width: 1100px) {
  .nav-container .nav-primary ul li {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1250px) {
  .brand {
    max-width: 250px !important;
  }
}
.shaded:before, .shaded:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
  content: "";
}
.shaded:before {
  top: 0;
  height: 80px;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFA60000', endColorstr='#FF000000');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(5%, #000000), color-stop(100%, transparent));
  background-image: -moz-linear-gradient(top, #000000 0%, #000000 5%, transparent 100%);
  background-image: -webkit-linear-gradient(top, #000000 0%, #000000 5%, transparent 100%);
  background-image: linear-gradient(to bottom, #000000 0%, #000000 5%, rgba(0, 0, 0, 0) 100%);
}
.shaded:after {
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  height: 80px;
  z-index: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  .shaded:before {
    height: 150px;
  }
  .shaded:after {
    height: 150px;
  }
}

.page-header {
  position: relative;
  height: 200px;
}
.page-header .container {
  height: 200px;
}
.page-header .header-title {
  position: absolute;
  margin-bottom: 0;
  color: #fff;
  bottom: 10px;
  font-weight: 600;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .page-header {
    height: 400px;
  }
  .page-header .container {
    height: 400px;
  }
  .page-header .header-title {
    font-size: 64px;
    line-height: 64px;
    font-size: 6.4rem;
    line-height: 6.4rem;
    bottom: 30px;
  }
  .page-header:before {
    height: 150px;
  }
  .page-header:after {
    height: 150px;
  }
}

.search-overlay {
  position: fixed;
  display: none;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 0 0;
  background: #0C2956;
  background: rgba(12, 41, 86, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-overlay.open {
  z-index: 999999;
  display: block;
  visibility: visible;
  background: #0C2956;
  background: rgba(12, 41, 86, 0.95);
}

form.search-form {
  position: relative;
}
form.search-form input {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 30px;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (min-width: 960px) {
  form.search-form input {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
form.search-form .btn, form.search-form .btn-secondary {
  position: absolute;
  bottom: 0px;
  right: 10px;
  height: 52px;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  font-size: 1.4rem;
  line-height: 3rem;
  padding: 5px;
}
form.search-form .btn.fa, form.search-form .fa.btn-secondary {
  background: transparent;
  bottom: auto;
  right: 10px;
  height: 30px;
  width: 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
form.search-form .btn.fa i, form.search-form .fa.btn-secondary i {
  color: #0C2956;
  position: absolute;
  font-weight: 300;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  form.search-form .btn, form.search-form .btn-secondary {
    right: 30px;
    width: 120px;
    font-size: 18px;
    line-height: 30px;
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
form.search-form .search-closer {
  position: relative;
  display: block;
  margin: 0 40px 40px;
  text-align: right;
  z-index: 10;
}
form.search-form .search-closer i, form.search-form .search-closer .svg-inline--fa {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-size: 4rem;
  line-height: 4rem;
  pointer-events: none;
  font-weight: 300;
}

.search-results .search-container {
  max-width: 800px;
}
.search-results .search-container .search-intro {
  margin-bottom: 10px;
}
.search-results .search-container form.search-form .btn, .search-results .search-container form.search-form .btn-secondary {
  right: 0;
}
.search-results .search-container .search-feed {
  border-top: 1px solid #C3CCDA;
  padding-top: 20px;
  margin-top: 20px;
}
.search-results .search-container article {
  border-bottom: 1px solid #C3CCDA;
  margin-bottom: 20px;
}
.search-results .search-container article h4 {
  margin-bottom: 20px;
}

.sidebar-section {
  padding: 15px;
  background: #EEF0F3;
}
.sidebar-section h3 {
  margin-bottom: 10px;
}
.sidebar-section.collapse {
  padding: 0;
}
.sidebar-section:not(:last-child) {
  margin-bottom: 35px;
}
.sidebar-section .caret {
  display: none;
}
.sidebar-section .sidebar-links {
  font-size: 14px;
  line-height: 17px;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.sidebar-section .sidebar-links > li {
  padding: 13px 15px;
  border-bottom: solid 1px #C3CCDA;
}
.sidebar-section .sidebar-links > li:last-of-type {
  border-bottom: none;
}
.sidebar-section .sidebar-links > li a {
  color: #575B60;
}
.sidebar-section .sidebar-links > li.active .sub-menu {
  display: block;
}
.sidebar-section .sidebar-links > li .sub-menu {
  display: none;
  padding: 15px 0 0 15px;
}
.sidebar-section .sidebar-links > li .sub-menu > li {
  background: transparent;
  margin-bottom: 8px;
}
.sidebar-section .sidebar-links > li .sub-menu > li:last-of-type {
  margin-bottom: 0;
}
.sidebar-section .sidebar-links > li .sub-menu > li a {
  color: #575B60;
  font-weight: 400;
}
.sidebar-section .sidebar-links > li .sub-menu > li.active a {
  font-weight: 600;
  color: #0C2956;
}
.sidebar-section .sidebar-links > li .sub-menu > li.active .sub-menu {
  display: block;
}
.sidebar-section .sidebar-links > li .sub-menu > li .sub-menu {
  display: none;
  padding: 10px 0 0 15px;
}
.sidebar-section .sidebar-links > li .sub-menu > li .sub-menu > li a {
  color: #575B60;
  font-weight: 400;
}
.sidebar-section .sidebar-links > li .sub-menu > li .sub-menu > li.active a {
  font-weight: 600;
  color: #0C2956;
}
.sidebar-section .sidebar-links > li.active {
  position: relative;
  background: #E2E5E9;
}
.sidebar-section .sidebar-links > li.active a {
  color: #0C2956;
  font-weight: 600;
}

.button-section .btn, .button-section .btn-secondary {
  width: 100%;
}

#ccoptin {
  position: relative;
  margin-bottom: 0;
}

#ccoptin input.text {
  width: 100%;
  margin-bottom: 0;
}

#ccoptin input.submit {
  top: 0;
  right: 0;
  position: absolute;
  background: #4c7090;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 0;
}

@media screen and (min-width: 450px) {
  .cft-g.visual-links-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .cft-g.visual-links-grid.three-col > .cft-gi {
    width: 33.3333%;
  }
  .cft-g.visual-links-grid > .cft-gi {
    width: 25%;
  }
}

.visual-link {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.visual-link .visual-link-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.visual-link:hover .visual-link-image {
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.visual-link:hover .title {
  background: #0C2956;
}
.visual-link .title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px;
  margin-bottom: 0;
  color: #fff;
  background: rgba(10, 36, 64, 0.8);
  font-family: "libre-franklin", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.visual-link.on-dark .title {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  color: #0C2956;
}
.visual-link.on-dark:hover .title {
  background: #fff;
}

/***** PAGES *****/
.home.page .section-title {
  margin-bottom: 20px;
}

.frontpage-banner {
  position: relative;
}
.frontpage-banner .slick-dots {
  display: none !important;
  z-index: 9;
}
.frontpage-banner .slider {
  z-index: 1;
  position: relative;
}
.frontpage-banner .slider .slide {
  height: 400px;
  position: relative;
}
.frontpage-banner .slider .slide:after {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FFA60000');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  height: 160px;
  z-index: 0;
  bottom: 0;
  pointer-events: none;
}
.frontpage-banner .slider .slide .slide-caption {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.frontpage-banner .slider .slide .slide-caption h2, .frontpage-banner .slider .slide .slide-caption h3 {
  color: #fff;
}
.frontpage-banner .slider .slide .slide-caption h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  font-size: 3rem;
  line-height: 3.6rem;
}
.frontpage-banner .slider .slide .slide-caption h3 {
  font-size: 18px;
  line-height: 22px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "libre-franklin", sans-serif;
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .frontpage-banner .slick-dots {
    z-index: 1;
    display: block !important;
  }
  .frontpage-banner .slick-dots li button:before {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .frontpage-banner .slider .slide {
    height: 810px;
  }
  .frontpage-banner .slider .slide .slide-caption {
    position: absolute;
    bottom: 70px;
    left: 90px;
  }
  .frontpage-banner .slider .slide .slide-caption h2 {
    font-size: 64px;
    line-height: 64px;
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
  .frontpage-banner .slider .slide .slide-caption h3 {
    font-size: 24px;
    line-height: 29px;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
  .frontpage-banner .slider .slide:after {
    height: 270px;
  }
}

.homepage-spotlight {
  background-size: cover;
}

.news-and-events h4 {
  margin-bottom: 0;
  font-family: "libre-franklin", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
.news-and-events time {
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #7D7D7D;
}
.news-and-events .more-link {
  display: block;
  color: #CC2227;
  margin-top: 30px;
  text-align: right;
  font-weight: 600;
}
.news-and-events .news-section img {
  margin-bottom: 10px;
}
.news-and-events .events-section li {
  position: relative;
  margin: 0 0 20px 82px;
}
.news-and-events .events-section li:last-of-type {
  margin-bottom: 0;
}
.news-and-events .events-section .date-box {
  background: #0C2956;
  padding: 8px 10px;
  text-align: center;
  position: absolute;
  left: -82px;
  width: 72px;
}
.news-and-events .events-section .date-box .date {
  font-weight: 600;
}
.news-and-events .events-section .date-box .month, .news-and-events .events-section .date-box .date {
  display: block;
  color: #fff;
}
.news-and-events .events-section .name-and-time-box {
  display: block;
}

.news-list.fac-highlights h3 a {
  color: #0C2956;
}

.visit {
  padding: 60px 0;
  background: url("../images/visit-bg-small.jpg") fixed no-repeat center;
  background-size: cover;
  text-align: center;
}
.visit .section-title {
  color: #fff;
  margin-bottom: 35px;
}
.visit .btn, .visit .btn-secondary {
  display: block;
  width: 290px;
  margin: auto;
  padding: 15px 40px;
  font-weight: 500;
}
.visit .btn:first-of-type, .visit .btn-secondary:first-of-type {
  margin-bottom: 30px;
  width: 290px;
}
@media screen and (min-width: 800px) {
  .visit {
    padding: 130px 0;
  }
  .visit .section-title {
    font-size: 52px;
    line-height: 52px;
    font-size: 5.2rem;
    line-height: 5.2rem;
  }
}

.by-the-numbers .section-title {
  text-align: center;
}
.by-the-numbers .number {
  font-family: "minion-pro", serif;
  font-weight: 600;
  display: block;
  color: #CC2227;
  font-size: 70px;
  line-height: 70px;
  font-size: 7rem;
  line-height: 7rem;
  margin-bottom: 10px;
}
.by-the-numbers .caption {
  font-size: 18px;
  line-height: 22px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.by-the-numbers .slick-slide {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .by-the-numbers .section-title {
    margin-bottom: 50px !important;
  }
  .by-the-numbers .number {
    font-size: 90px;
    line-height: 90px;
    font-size: 9rem;
    line-height: 9rem;
  }
  .by-the-numbers .caption {
    font-size: 21px;
    line-height: 25px;
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}

.site-section.visual-navigation .cft-g.visual-links-grid > .cft-gi {
  margin-bottom: 30px;
}

.page-title {
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 40px;
}
.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title time {
  margin-bottom: 10px;
  display: block;
}
.page-title time {
  color: #575B60;
  font-weight: 600;
}

.page-content a {
  color: #CC2227;
  font-weight: 600;
}
.page-content p {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 30px;
}
.page-content ol, .page-content ul {
  margin-left: 30px;
  margin-bottom: 30px;
}
.page-content ol li, .page-content ul li {
  margin-bottom: 10px;
}
.page-content ol > ol, .page-content ol ul, .page-content ul > ol, .page-content ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol > ol li, .page-content ol ul li, .page-content ul > ol li, .page-content ul ul li {
  margin-bottom: 5px;
  list-style: square;
}
.page-content ul li {
  list-style: disc;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

thead th, th {
  background: #0C2956;
  text-align: left;
  color: #ffffff;
}

th h1, th h2, th h3, th h4, th h5 {
  color: #ffffff !important;
}

th, td, caption {
  padding: 8px;
}

tbody tr td {
  background: #efefef;
}

tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e0e0e0;
}

tfoot {
  font-style: italic;
}

h3.trigger {
  margin: 0px !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "libre-franklin", sans-serif;
  padding: 15px;
  padding-left: 30px;
  position: relative;
}
h3.trigger:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f067";
  position: absolute;
  top: 15px;
  right: 15px;
}
h3.trigger:hover:after {
  color: #CC2227;
}

h3.trigger a {
  text-decoration: none;
  display: block;
  color: #0C2956;
}

h3.trigger a:hover {
  color: #030913;
}

h3.toggle-white {
  background-color: #FFF;
}

h3.toggle-grey {
  background-color: #EEF0F3;
}

.toggle_container {
  overflow: hidden;
  padding: 20px 10px;
}

.navigation-tabs {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: .5;
}
.navigation-tabs.active {
  opacity: 1;
}
.navigation-tabs .nav-tab-link {
  position: relative;
  display: block;
  background: #E2E5E9;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  color: #0C2956;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  font-size: 1rem;
  line-height: 1.3rem;
}
.navigation-tabs .nav-tab-link:last-of-type {
  margin-right: 0;
}
.navigation-tabs .nav-tab-link.active {
  background: #0C2956;
  color: #fff;
}
@media screen and (min-width: 374px) {
  .navigation-tabs .nav-tab-link {
    font-size: 12px;
    line-height: 14px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 700px) {
  .navigation-tabs .nav-tab-link {
    font-size: 14px;
    line-height: 18px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 5px;
  }
}
@media screen and (min-width: 850px) {
  .navigation-tabs .nav-tab-link {
    padding: 10px 5px;
  }
}

@media screen and (min-width: 500px) {
  .cft-g.directory-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 700px) {
  .cft-g.directory-grid > .cft-gi {
    width: 33.3333%;
  }
}

.single-directory-member {
  position: relative;
}
.single-directory-member img {
  width: 100%;
}
.single-directory-member .text-box {
  opacity: 1;
}
.single-directory-member .hover-content {
  opacity: 0;
}
body.not-mobile .single-directory-member:hover .text-box, .single-directory-member.active .text-box {
  opacity: 0;
}
body.not-mobile .single-directory-member:hover .hover-content, .single-directory-member.active .hover-content {
  opacity: 1;
  pointer-events: all;
}
.single-directory-member .hover-content {
  pointer-events: none;
}
.single-directory-member .text-box, .single-directory-member .hover-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}
.single-directory-member .text-box:after, .single-directory-member .hover-content:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: -20px;
  z-index: -1;
  background: -moz-linear-gradient(top, transparent 0%, black 60%);
  background: -webkit-linear-gradient(top, transparent 0%, black 60%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 60%);
  content: "";
}
.single-directory-member .text-box .name, .single-directory-member .hover-content .name {
  font-size: 21px;
  line-height: 25px;
  font-size: 2.1rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.single-directory-member .text-box .position, .single-directory-member .hover-content .position {
  font-size: 14px;
  line-height: 17px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: #fff;
  font-family: "libre-franklin", sans-serif;
  margin-bottom: 10px;
}
.single-directory-member .text-box a, .single-directory-member .hover-content a {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 600;
}
.single-directory-member .text-box a:not(.btn):not(.btn-secondary), .single-directory-member .hover-content a:not(.btn):not(.btn-secondary) {
  margin-bottom: 5px;
}
.single-directory-member .text-box i, .single-directory-member .text-box .svg-inline--fa, .single-directory-member .hover-content i, .single-directory-member .hover-content .svg-inline--fa {
  color: #C3CCDA;
  margin-right: 15px;
}
.single-directory-member .text-box .btn, .single-directory-member .text-box .btn-secondary, .single-directory-member .hover-content .btn, .single-directory-member .hover-content .btn-secondary {
  background: transparent;
  border: solid 1px #C3CCDA;
  color: #C3CCDA;
  font-size: 14px;
  line-height: 17px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding: 15px;
  max-width: 140px;
  margin: 15px auto;
}

.directory form.search-form {
  position: relative;
  margin: 30px 0;
}
.directory form.search-form.active input {
  border-bottom: 3px solid #0C2956;
}
.directory form.search-form.active i {
  opacity: 1;
}
.directory form.search-form input {
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 19px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  background: #EEF0F3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.directory form.search-form i {
  background: transparent;
  bottom: auto;
  right: 10px;
  height: 30px;
  width: 30px;
  top: 50%;
  opacity: .5;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
  color: #0C2956;
  position: absolute;
}
.directory form.search-form i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-section.single-faculty h1, .site-section.single-faculty h2, .site-section.single-faculty h3, .site-section.single-faculty h4, .site-section.single-staff h1, .site-section.single-staff h2, .site-section.single-staff h3, .site-section.single-staff h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.site-section.single-faculty .name, .site-section.single-staff .name {
  font-size: 34px;
  line-height: 34px;
  font-size: 3.4rem;
  line-height: 3.4rem;
  margin-bottom: 20px;
}
.site-section.single-faculty .position, .site-section.single-staff .position {
  margin-bottom: 25px;
  color: #383838;
  font-family: "libre-franklin", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
.site-section.single-faculty .page-content, .site-section.single-staff .page-content {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.site-section.single-faculty .page-content a, .site-section.single-staff .page-content a {
  color: #4F72A7;
  font-weight: 600;
}
.site-section.single-faculty .return-link, .site-section.single-staff .return-link {
  position: absolute;
  font-weight: 600;
  top: -17px;
  right: 15px;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #4F72A7;
}
@media screen and (min-width: 550px) {
  .site-section.single-faculty .return-link, .site-section.single-staff .return-link {
    top: 0;
    right: 30px;
  }
}
.site-section.single-faculty .expander-open, .site-section.single-faculty .expander-close, .site-section.single-staff .expander-open, .site-section.single-staff .expander-close {
  margin-right: 10px;
  display: block;
  font-weight: 600;
  color: #4F72A7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: visible;
  opacity: 1;
}
.site-section.single-faculty .expander-open.hidden, .site-section.single-faculty .expander-close.hidden, .site-section.single-staff .expander-open.hidden, .site-section.single-staff .expander-close.hidden {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.site-section.single-faculty i, .site-section.single-faculty .svg-inline--fa, .site-section.single-staff i, .site-section.single-staff .svg-inline--fa {
  color: #4F72A7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-section.single-faculty i.open, .site-section.single-faculty .svg-inline--fa.open, .site-section.single-staff i.open, .site-section.single-staff .svg-inline--fa.open {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site-section.single-faculty .expander, .site-section.single-staff .expander {
  display: none;
}
.site-section.single-faculty .sidebar-container.profile, .site-section.single-staff .sidebar-container.profile {
  margin-bottom: 30px;
  max-width: 350px;
}
.site-section.single-faculty .sidebar-container.profile img, .site-section.single-staff .sidebar-container.profile img {
  display: block;
  width: 100%;
}
.site-section.single-faculty .sidebar-container.profile .text-box, .site-section.single-staff .sidebar-container.profile .text-box {
  background: #E2E5E9;
  padding: 15px;
}
.site-section.single-faculty .sidebar-container.profile .text-box i, .site-section.single-faculty .sidebar-container.profile .text-box .svg-inline--fa, .site-section.single-staff .sidebar-container.profile .text-box i, .site-section.single-staff .sidebar-container.profile .text-box .svg-inline--fa {
  position: absolute;
  left: 0px;
  top: 2px;
  color: #0C2956;
}
.site-section.single-faculty .sidebar-container.profile .text-box div, .site-section.single-staff .sidebar-container.profile .text-box div {
  position: relative;
  padding-left: 25px;
}
.site-section.single-faculty .sidebar-container.profile .phone, .site-section.single-faculty .sidebar-container.profile .email, .site-section.single-faculty .sidebar-container.profile .location, .site-section.single-staff .sidebar-container.profile .phone, .site-section.single-staff .sidebar-container.profile .email, .site-section.single-staff .sidebar-container.profile .location {
  font-size: 14px;
  line-height: 17px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 600;
}
.site-section.single-faculty .sidebar-container.profile .email a, .site-section.single-staff .sidebar-container.profile .email a {
  word-break: break-all;
}
.site-section.single-faculty .sidebar-container.profile .phone, .site-section.single-faculty .sidebar-container.profile .email, .site-section.single-staff .sidebar-container.profile .phone, .site-section.single-staff .sidebar-container.profile .email {
  margin-bottom: 5px;
}
.site-section.single-faculty .sidebar-container.profile .phone a, .site-section.single-faculty .sidebar-container.profile .location, .site-section.single-staff .sidebar-container.profile .phone a, .site-section.single-staff .sidebar-container.profile .location {
  color: #575B60;
}
.site-section.single-faculty .sidebar-container.profile .email a, .site-section.single-staff .sidebar-container.profile .email a {
  color: #4F72A7;
}
.site-section.single-faculty .sidebar-container.profile .cv-btn, .site-section.single-staff .sidebar-container.profile .cv-btn {
  display: block;
  padding: 15px 0;
  background: #0C2956;
  color: #fff;
  margin-top: 10px;
}
.site-section.single-faculty .sidebar-container.profile .cv-btn i, .site-section.single-faculty .sidebar-container.profile .cv-btn .svg-inline--fa, .site-section.single-staff .sidebar-container.profile .cv-btn i, .site-section.single-staff .sidebar-container.profile .cv-btn .svg-inline--fa {
  color: #fff;
  margin-right: 10px;
}

.social-links-container h2 {
  font-size: 25px;
  line-height: 32px;
  font-size: 2.5rem;
  line-height: 3.2rem;
  margin-bottom: 10px;
}
.social-links-container .social-links li {
  display: inline-block;
}
.social-links-container .social-links li:not(:last-child) {
  margin-right: 7px;
}
.social-links-container .social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0C2956;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.social-links-container .social-links li a:hover {
  background: #0C2956;
  color: #fff;
}
.social-links-container .social-links li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .social-links-container h2 {
    font-size: 30px;
    line-height: 38px;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .social-links-container .social-links li a {
    width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 27px;
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}

.upcoming-seminars h3 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}
.upcoming-seminars .month {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 5px;
}
.upcoming-seminars .month h3 {
  border: none;
  margin-bottom: 30px;
}
.upcoming-seminars h4 {
  margin-bottom: 5px;
}
.upcoming-seminars p {
  margin-bottom: 20px;
}

.seminar-head {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.seminar-head h4 {
  margin-bottom: 5px;
}
.seminar-head .location {
  display: block;
  margin-bottom: 5px;
}
.seminar-head .register a {
  font-weight: 700;
}
.seminar-head .cle-intro {
  margin-top: 30px;
}
.seminar-head .cle-intro p, .seminar-head .cle-intro h2, .seminar-head .cle-intro h3 {
  margin-bottom: 20px;
}
.seminar-head .cle-intro p:last-child {
  margin-bottom: 10px;
}

.social-feeds .social-feed-tab-nav ul li {
  display: inline-block;
  width: 33.3333%;
}
.social-feeds .social-feed-tab-nav ul li a {
  border: 1px solid #C3CCDA;
  border-left: none;
  display: block;
  text-align: center;
  padding: 7px;
  font-size: 20px;
  line-height: 20px;
  font-size: 2rem;
  line-height: 2rem;
}
.social-feeds .social-feed-tab-nav ul li a:first-child {
  border-left: 1px solid #C3CCDA;
}
.social-feeds .social-feed-tab-nav ul li a:hover {
  background: #d4d8de;
}
.social-feeds .social-feed-tab-nav ul li a.active {
  border-color: #0C2956;
  color: #fff;
  background: #0C2956;
}
.social-feeds .social-feed-tabs {
  position: relative;
  overflow: hidden;
  height: 450px;
}
.social-feeds .social-feed-tabs .social-tab {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 600ms ease;
  -moz-transition: transform 600ms ease;
  -ms-transition: transform 600ms ease;
  -o-transition: transform 600ms ease;
  transition: transform 600ms ease;
}
.social-feeds .social-feed-tabs .social-tab .instagram-container {
  position: relative;
  height: 450px;
  overflow: auto;
}
.social-feeds .social-feed-tabs .social-tab .instagram-container img {
  margin-bottom: 10px;
}
.social-feeds .social-feed-tabs .social-tab.tab-in {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.social-feeds .social-feed-tabs .social-tab.active {
  pointer-events: all;
  position: relative;
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 5;
}
.social-feeds .social-feed-tabs .social-tab.tab-out {
  z-index: 10;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.social-feeds .instagram-feed {
  height: 450px;
  overflow: auto;
}

.placements-app {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.placements-app.loaded {
  opacity: 1;
  visibility: visible;
}
.placements-app .filter-options {
  padding: 10px;
  margin: 0 0 15px 0;
  background: #EEF0F3;
}
.placements-app .filter-options .input-container {
  display: block;
}
.placements-app .filter-options .input-container:first-of-type {
  margin-bottom: 20px;
}
.placements-app .filter-options .input-container label {
  display: block;
}
.placements-app .filter-options .input-container select {
  width: 200px;
  height: 30px;
}
.placements-app .placements-table {
  overflow-x: auto;
}
.placements-app .placements-table table tr th {
  font-weight: 400;
}
.placements-app .placements-table table tr th a {
  color: #fff;
}
@media screen and (min-width: 800px) {
  .placements-app .filter-options .input-container {
    display: inline-block;
  }
  .placements-app .filter-options .input-container:first-of-type {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 800px) {
  .cft-g.placement-content-grid > .cft-gi:first-child {
    width: 60%;
  }
  .cft-g.placement-content-grid > .cft-gi:last-child {
    width: 40%;
  }
}

.single-placement {
  padding-bottom: 20px;
}
.single-placement .return-link {
  position: absolute;
  font-weight: 600;
  top: 12px;
  right: 30px;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #4F72A7;
}
@media screen and (min-width: 800px) {
  .single-placement .return-link {
    top: 40px;
  }
}
.single-placement address {
  font-style: normal;
  margin-bottom: 20px;
}
.single-placement address .recipient, .single-placement address .address-1, .single-placement address .address-2 {
  display: block;
}
.single-placement .placement-link {
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
}
.single-placement .placement-sidebar {
  background: #e6e6e6;
  padding: 20px;
}
.single-placement .placement-sidebar .placement-details {
  margin-bottom: 0;
}
.single-placement .placement-sidebar .placement-details tr {
  margin-bottom: 5px;
}
.single-placement .placement-sidebar .placement-details tr:last-of-type td {
  padding-bottom: 0;
}
.single-placement .placement-sidebar .placement-details tr td {
  background: transparent;
  margin: 0;
  padding: 0 0 5px;
}
.single-placement .placement-sidebar .placement-details tr td:last-of-type {
  font-weight: 600;
}

.news-grid-item img {
  margin-bottom: 15px;
}
.news-grid-item h4 {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.news-grid-item p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 0;
}

.content-container.news .featured-image {
  margin-bottom: 35px;
}
.content-container.news .post-categories {
  margin: 0;
  list-style-type: none;
}
.content-container.news .post-categories li {
  list-style-type: none;
  margin-bottom: 5px;
}
.content-container.news .post-categories li a {
  color: #4F72A7;
}
.content-container.news .post-categories li a:hover {
  color: #3f5a84;
}

@media screen and (min-width: 800px) {
  .cft-g.news-content-grid > .cft-gi:first-child {
    width: 66.6666%;
  }
  .cft-g.news-content-grid > .cft-gi:last-child {
    width: 33.3333%;
  }
}

.tribe-community-events {
  padding: 30px;
}
.tribe-community-events label.error {
  font-weight: bold;
  color: red;
}
.tribe-community-events .my-events-header {
  display: none;
}

.tribe-community-events label {
  line-height: 16px;
}

h1.entry-title {
  font-size: 24px;
  line-height: 28px;
  font-size: 2.4rem;
  line-height: 2.8rem;
}

@media (max-width: 782px) {
  .tribe-community-events .tribe-section.tribe-section-organizer input[type=text], .tribe-community-events .tribe-section.tribe-section-venue input[type=text] {
    width: 100%;
  }

  .tribe-community-events {
    padding: 40px 10px;
  }
}
.tribe-section-content tbody tr td {
  background: transparent;
}

.eventForm .tribe-datetime-block .tribe-field-end_date, .eventForm .tribe-datetime-block .tribe-field-end_time, .eventForm .tribe-datetime-block .tribe-field-start_date, .eventForm .tribe-datetime-block .tribe-field-start_time {
  height: 28px;
  display: inline-block;
}

.tribe_community_edit .ui-datepicker select {
  display: inline-block;
}

.eventForm td {
  vertical-align: middle;
}

.tribe-datetime-separator {
  vertical-align: top;
  display: inline-block;
  line-height: 30px;
}

.tribe_community_edit .tribe-button.submit, .tribe_community_list .tribe-button.submit {
  background: #CC2227;
}
.tribe_community_edit .tribe-button.submit:hover, .tribe_community_list .tribe-button.submit:hover {
  background: #8a171a;
}

.tribe-section-custom-fields table.tribe-section-content tr {
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
}

.tribe-events-calendar .entry-title {
  font-size: 18px;
  line-height: 24px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.tribe-events-calendar .tribe-events-abbr {
  margin-bottom: 10px;
  display: block;
}
.tribe-events-calendar p {
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.tribe-events-calendar a {
  color: #4F72A7;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #CC2227;
}

.cft-form {
  margin-bottom: 40px;
}
.cft-form fieldset {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.cft-form fieldset:after {
  content: "";
  display: block;
  clear: both;
}
.cft-form .form-group {
  margin-bottom: 15px;
}
.cft-form label {
  display: block;
  width: 100%;
}
.cft-form label.error {
  color: #CC2227;
  margin-top: -5px;
}
.cft-form legend {
  font-size: 20px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
  color: #0C2956;
}
.cft-form .form-group.radio-group label.error {
  position: absolute;
  left: 100px;
  display: inline;
  width: 200px;
}
.cft-form .help-block {
  margin: -15px 0 20px 0;
  font-size: 14px;
  line-height: 18px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.cft-form input[type="radio"] {
  margin-bottom: 5px;
}
.cft-form input[type="text"], .cft-form input[type="number"], .cft-form input[type="email"], .cft-form input[type="tel"], .cft-form select, .cft-form textarea {
  width: 100%;
}
.cft-form .bar-fields, .cft-form .repeatable-group, .cft-form .parents-fields {
  position: relative;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.cft-form .bar-fields button.minus-button, .cft-form .repeatable-group button.minus-button, .cft-form .parents-fields button.minus-button {
  background: #c9c9c9;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -33px;
  border: none;
  font-size: 12px;
}
.cft-form .bar-fields button.minus-button:hover, .cft-form .repeatable-group button.minus-button:hover, .cft-form .parents-fields button.minus-button:hover {
  background: #b0b0b0;
}
.cft-form .bar-fields textarea, .cft-form .parents-fields textarea {
  height: 200px;
}
.cft-form .bar-fields:last-of-type, .cft-form .repeatable-group:last-of-type, .cft-form .parents-fields:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.cft-form .btn, .cft-form .btn-secondary {
  background: #CC2227;
  color: #fff;
  border: 0;
  padding: 5px 10px;
}
.cft-form .btn:hover, .cft-form .btn-secondary:hover {
  background: #0b4274;
}
.cft-form .add-button {
  float: right;
  background: #0C2956;
}
.cft-form input[type="submit"] {
  text-transform: uppercase;
  padding: 10px 20px;
}
.cft-form #formMessage {
  background: #6f6e6e;
  padding: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 20px;
}
.cft-form #formMessage.success {
  background: #28b543;
}

p.formMessage.sending {
  animation: pulse 1s infinite;
}

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