@charset "UTF-8";
/*
 Theme Name:   UBC Infrastructure Child
 Description:  UBC Infrastructure Child Theme, timeline, events
 Author:       Eggbeater Creative
 Author URI:   http://eggbeater.ca
 Template:     clf-basic
 Version:      2.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ubc-infrastructure-child
*/
/* Colors
-------------------------------------------------------*/
/* Fonts
-------------------------------------------------------*/
/* Defaults
--------------------------------------------------------*/
#ubc7-unit-footer {
  border-top: none !important; }

body {
  background-color: #FFF;
  position: relative;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial; }
  @media (max-width: 979px) {
    body .expand-full {
      margin-left: -20px;
      margin-right: -20px; } }

.feature-section {
  padding-top: 4rem; }
  @media (max-width: 767px) {
    .feature-section {
      padding-top: 2rem; } }

.background-image {
  min-height: 55vh;
  position: relative; }
  @media (min-width: 1180px) {
    .background-image {
      min-height: 70vh; } }

@media (min-width: 1024px) {
  .parallax-effect {
    background-attachment: fixed; } }

a:link {
  outline: none; }
  a:link:focus, a:link:active {
    outline: none;
    text-decoration: none;
    color: #00053e; }

h1, h2, h3, h4, h5, h6 {
  color: #002145;
  margin-top: 0;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial; }

.no-data {
  padding: 4rem 0;
  text-align: center; }

.full-width-container {
  margin: 0 !important; }

@media (max-width: 979px) {
  .bt-expand {
    margin-left: -20px;
    margin-right: -20px; }
    .bt-expand .bt-expand {
      margin-left: 0;
      margin-right: 0; } }

/* Header
--------------------------------------------------------*/
.msl-feature-header {
  margin-bottom: 4rem; }
  .msl-feature-header .title {
    color: #00053e;
    font-size: 36px;
    line-height: 1.1;
    display: inline; }
  .msl-feature-header .divider {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 10px;
    position: relative;
    top: -3px; }
  .msl-feature-header .link {
    text-decoration: none;
    color: #ab192d;
    font-size: 18px; }

@media (min-width: 768px) and (max-width: 979px) {
  .msl-feature-header {
    margin-bottom: 3rem; }
    .msl-feature-header .title {
      font-size: 32px; }
    .msl-feature-header .link {
      font-size: 17px; } }

@media (max-width: 767px) {
  .msl-feature-header {
    margin-bottom: 2rem; }
    .msl-feature-header .divider {
      display: none; }
    .msl-feature-header .link {
      display: block;
      font-size: 15px; } }

/* Ellipsis
--------------------------------------------------------*/
.ellipsis {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden; }

.ellipsis-line {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

/* Prev Next
--------------------------------------------------------*/
.single-post-nav {
  padding: 2rem 0; }
  .single-post-nav .back-btn {
    background-color: #005ca6; }
  .single-post-nav .prev-next {
    float: right;
    padding-top: 1.2rem; }
    .single-post-nav .prev-next .btn-next {
      padding-left: 100px; }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .single-post-nav .back-btn {
    display: none; }
  .single-post-nav .prev-next {
    float: none; }
    .single-post-nav .prev-next .btn-next {
      float: right; } }

/*  BG sprite - for @include
----------------------------------------------------------------------*/
.ubc-sprite-white {
  background-image: url("images/ubc7-clf-sprite-centennial-white.png");
  background-repeat: no-repeat; }

.ubc-sprite-blue, .button:after, .button-link:after, .slick-slider .arrow, .sidebar .nav-menu a:after {
  background-image: url("images/ubc7-clf-sprite-centennial-blue.png");
  background-repeat: no-repeat; }

.dna-bg, .add-dna-yes .picture-card-content-inner {
  background-image: url("images/svg/msl-dna.svg");
  background-repeat: no-repeat; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*  Backgrounds
------------------------------------------------------------------*/
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center; }

/* Reset for mobile */
@media (max-width: 1030px) {
  .bg-fixed {
    background-attachment: inherit; } }

/*  Preloader
----------------------------------------------------------------------*/
.css-loader,
.css-loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

.css-loader {
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(0, 92, 166, 0.4);
  border-right: 0.5em solid rgba(0, 92, 166, 0.4);
  border-bottom: 0.5em solid rgba(0, 92, 166, 0.4);
  border-left: 0.5em solid #005ca6;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: cssSpinner 1.1s infinite linear;
  -o-animation: cssSpinner 1.1s infinite linear;
  animation: cssSpinner 1.1s infinite linear; }
  .css-loader.white {
    border-left: 0.5em solid #c3d0db; }
  .css-loader.small {
    border-width: 0.4em;
    width: 2em;
    height: 2em; }
    .css-loader.small:after {
      width: 2em;
      height: 2em; }

@-webkit-keyframes cssSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes cssSpinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes cssSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*  Button
-------------------------------------------------------------*/
.button {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
  text-transform: inherit;
  padding: 14px 40px 10px 30px;
  text-decoration: none;
  outline: none;
  border: none;
  color: #FFF;
  background-color: #ab192d;
  opacity: 1;
  -webkit-transition: all 600ms ease !important;
  -o-transition: all 600ms ease !important;
  transition: all 600ms ease !important;
  border-radius: 0; }
  @media (min-width: 768px) and (max-width: 979px) {
    .button {
      font-size: 18px;
      padding-left: 20px;
      padding-right: 36px; } }
  .button a {
    text-decoration: none;
    color: #FFF;
    line-height: 1.1; }
  .button:after {
    content: "";
    position: absolute;
    right: 6%;
    left: auto;
    top: 9px;
    bottom: auto;
    display: block;
    background-color: transparent;
    background-position: -1105px -219px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
  .button:hover, .button:focus, .button:active {
    color: #F1F1F1 !important;
    opacity: 0.8; }
    .button:hover:after, .button:focus:after, .button:active:after {
      right: 5%; }
  .button.arrow-left {
    padding: 20px 40px 15px 70px; }
    .button.arrow-left:after {
      background-position: -1038px -219px;
      right: auto;
      left: 7%; }
    .button.arrow-left:hover:after, .button.arrow-left:focus:after {
      right: auto;
      left: 5%; }
  .button.no-arrow {
    padding: 20px 40px 15px; }
    .button.no-arrow:after {
      display: none; }

/*  Link button
--------------------------------------------------------------*/
.button-link {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-size: 22px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
  color: #002046;
  padding-right: 40px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease; }
  @media (min-width: 768px) and (max-width: 979px) {
    .button-link {
      font-size: 18px;
      padding-left: 20px;
      padding-right: 36px; } }
  .button-link:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: -7px;
    bottom: auto;
    display: block;
    background-color: transparent;
    background-position: -1105px -253px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #002046;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
  .button-link:hover, .button-link:focus {
    color: #002046;
    opacity: 0.8; }
    .button-link:hover:after, .button-link:focus:after {
      right: 2%; }
  .button-link.white {
    color: white; }
    .button-link.white:after {
      border: 1px solid white;
      background-position: -1105px -220px; }
    .button-link.white:hover, .button-link.white:focus {
      color: white; }
  .button-link.arrow-left {
    padding-left: 40px;
    padding-right: 0; }
    .button-link.arrow-left:after {
      background-position: -1038px -253px;
      right: auto;
      left: 0; }
    .button-link.arrow-left:hover:after, .button-link.arrow-left:focus:after {
      right: auto;
      left: 2%; }
  .button-link.no-arrow:after {
    display: none; }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .button-link,
  .button {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 14px;
    padding-right: 36px; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

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

/* WP Classes
--------------------------------------------------------*/
body .post {
  padding: 0;
  margin: 0; }

.entry-featured-image img {
  margin: .5rem 0 1.5rem; }

.screen-reader-text {
  display: none; }

.aligncenter,
.alignleft,
.alignright {
  margin-bottom: 1.5rem; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block; }

.alignleft {
  float: left;
  margin-top: 5px;
  margin-right: 1.5rem; }

.alignright {
  float: right;
  margin-top: 5px;
  margin-left: 1.5rem; }

.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
  margin-bottom: 2rem; }
  .wp-caption .wp-caption-text {
    margin: 0.8075rem 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px; }
  .wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%; }

.entry-content {
  font-size: 17px;
  line-height: 1.6; }
  .entry-content p {
    font-size: 17px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 15px; }
  .entry-content ul li {
    font-size: 16px;
    margin-bottom: 4px;
    list-style-type: disc; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 2rem 0 0.4rem 0;
    color: #002145;
    line-height: 1.2; }
  .entry-content h2 {
    font-size: 26px; }

.simple-text-editor {
  padding-bottom: .5rem !important; }
  .simple-text-editor .entry-content {
    margin-bottom: 0 !important; }

.entry-content[itemprop="articleBody"] table,
.simple-text-editor table {
  width: 100%;
  border: 0; }
  .entry-content[itemprop="articleBody"] table td,
  .simple-text-editor table td {
    vertical-align: top; }

.entry-content[itemprop="articleBody"] ul li,
.entry-content[itemprop="articleBody"] ol li,
.simple-text-editor ul li,
.simple-text-editor ol li {
  margin-bottom: 5px; }

.entry-content[itemprop="articleBody"] ul,
.simple-text-editor ul {
  list-style: none !important;
  margin: 0 0 2rem 1rem; }
  .entry-content[itemprop="articleBody"] ul li,
  .simple-text-editor ul li {
    list-style: none !important;
    position: relative; }
    .entry-content[itemprop="articleBody"] ul li:before,
    .simple-text-editor ul li:before {
      content: "•";
      color: #ab192d;
      font-size: 20px;
      font-weight: 600;
      display: block;
      position: absolute;
      left: -12px;
      top: 0; }

@media (max-width: 767px) {
  .entry-content p {
    font-size: 14px; }
  .entry-content h2 {
    font-size: 22px; }
  .entry-content ul li,
  .entry-content ol li {
    font-size: 14px; } }

.entry-content-asset {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .entry-content-asset iframe,
  .entry-content-asset video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* WP Gallery
------------------------------------------------------*/
.gallery {
  padding-top: 1rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery figure {
    float: left;
    min-height: 210px;
    width: 33.3%;
    text-align: center;
    padding: 0 .5rem 1rem; }
    .gallery figure img {
      max-width: 100%;
      height: auto;
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: auto;
      border: 1px solid #ccc;
      -webkit-transition: all 600ms ease;
      -o-transition: all 600ms ease;
      transition: all 600ms ease;
      opacity: 1; }
    .gallery figure figcaption {
      padding: 6px;
      display: block;
      min-height: 40px;
      color: #000;
      font-size: 14px; }
  .gallery a {
    text-decoration: none; }
    .gallery a:hover {
      text-decoration: none; }
      .gallery a:hover img {
        opacity: 0.8; }

/* WP Gallery - GRID
------------------------------------------------------*/
.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-7 .gallery-item {
  width: 14.28%; }

.gallery-columns-6 .gallery-item {
  width: 16.6%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-3 .gallery-item {
  width: 33.3%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

/*  Form
--------------------------------------------------------------*/
.gfield_visibility_hidden {
  display: none; }

body .gform_wrapper textarea,
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="date"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="search"],
body .gform_wrapper input[type="tel"] {
  border-color: #bfbebe;
  padding: 1.2rem 1rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease; }
  body .gform_wrapper textarea::-webkit-input-placeholder, body .gform_wrapper textarea::-moz-placeholder, body .gform_wrapper textarea:-ms-input-placeholder, body .gform_wrapper textarea:-moz-placeholder, body .gform_wrapper textarea::-webkit-input-placeholder,
  body .gform_wrapper input[type="text"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="text"]::-moz-placeholder,
  body .gform_wrapper input[type="text"]:-ms-input-placeholder,
  body .gform_wrapper input[type="text"]:-moz-placeholder,
  body .gform_wrapper input[type="text"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="password"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="password"]::-moz-placeholder,
  body .gform_wrapper input[type="password"]:-ms-input-placeholder,
  body .gform_wrapper input[type="password"]:-moz-placeholder,
  body .gform_wrapper input[type="password"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="date"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="date"]::-moz-placeholder,
  body .gform_wrapper input[type="date"]:-ms-input-placeholder,
  body .gform_wrapper input[type="date"]:-moz-placeholder,
  body .gform_wrapper input[type="date"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="number"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="number"]::-moz-placeholder,
  body .gform_wrapper input[type="number"]:-ms-input-placeholder,
  body .gform_wrapper input[type="number"]:-moz-placeholder,
  body .gform_wrapper input[type="number"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="email"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="email"]::-moz-placeholder,
  body .gform_wrapper input[type="email"]:-ms-input-placeholder,
  body .gform_wrapper input[type="email"]:-moz-placeholder,
  body .gform_wrapper input[type="email"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="search"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="search"]::-moz-placeholder,
  body .gform_wrapper input[type="search"]:-ms-input-placeholder,
  body .gform_wrapper input[type="search"]:-moz-placeholder,
  body .gform_wrapper input[type="search"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="tel"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="tel"]::-moz-placeholder,
  body .gform_wrapper input[type="tel"]:-ms-input-placeholder,
  body .gform_wrapper input[type="tel"]:-moz-placeholder,
  body .gform_wrapper input[type="tel"]::-webkit-input-placeholder {
    color: #000000 !important; }
  body .gform_wrapper textarea::-webkit-input-placeholder, body .gform_wrapper textarea::-moz-placeholder, body .gform_wrapper textarea:-ms-input-placeholder, body .gform_wrapper textarea:-moz-placeholder, body .gform_wrapper textarea::placeholder,
  body .gform_wrapper input[type="text"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="text"]::-moz-placeholder,
  body .gform_wrapper input[type="text"]:-ms-input-placeholder,
  body .gform_wrapper input[type="text"]:-moz-placeholder,
  body .gform_wrapper input[type="text"]::placeholder,
  body .gform_wrapper input[type="password"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="password"]::-moz-placeholder,
  body .gform_wrapper input[type="password"]:-ms-input-placeholder,
  body .gform_wrapper input[type="password"]:-moz-placeholder,
  body .gform_wrapper input[type="password"]::placeholder,
  body .gform_wrapper input[type="date"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="date"]::-moz-placeholder,
  body .gform_wrapper input[type="date"]:-ms-input-placeholder,
  body .gform_wrapper input[type="date"]:-moz-placeholder,
  body .gform_wrapper input[type="date"]::placeholder,
  body .gform_wrapper input[type="number"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="number"]::-moz-placeholder,
  body .gform_wrapper input[type="number"]:-ms-input-placeholder,
  body .gform_wrapper input[type="number"]:-moz-placeholder,
  body .gform_wrapper input[type="number"]::placeholder,
  body .gform_wrapper input[type="email"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="email"]::-moz-placeholder,
  body .gform_wrapper input[type="email"]:-ms-input-placeholder,
  body .gform_wrapper input[type="email"]:-moz-placeholder,
  body .gform_wrapper input[type="email"]::placeholder,
  body .gform_wrapper input[type="search"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="search"]::-moz-placeholder,
  body .gform_wrapper input[type="search"]:-ms-input-placeholder,
  body .gform_wrapper input[type="search"]:-moz-placeholder,
  body .gform_wrapper input[type="search"]::placeholder,
  body .gform_wrapper input[type="tel"]::-webkit-input-placeholder,
  body .gform_wrapper input[type="tel"]::-moz-placeholder,
  body .gform_wrapper input[type="tel"]:-ms-input-placeholder,
  body .gform_wrapper input[type="tel"]:-moz-placeholder,
  body .gform_wrapper input[type="tel"]::placeholder {
    color: #000000 !important; }
  body .gform_wrapper textarea:focus,
  body .gform_wrapper input[type="text"]:focus,
  body .gform_wrapper input[type="password"]:focus,
  body .gform_wrapper input[type="date"]:focus,
  body .gform_wrapper input[type="number"]:focus,
  body .gform_wrapper input[type="email"]:focus,
  body .gform_wrapper input[type="search"]:focus,
  body .gform_wrapper input[type="tel"]:focus {
    border-color: #666;
    box-shadow: none; }

body .gfield_required {
  color: red;
  position: relative;
  left: 2px; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/*  Gform
--------------------------------------------------------------*/
.gform_wrapper .gform_title {
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase; }

.gform_wrapper .gform_body {
  margin-bottom: 1rem; }
  .gform_wrapper .gform_body ul {
    margin: 0;
    padding: 0; }
    .gform_wrapper .gform_body ul li {
      margin: 0 0 1.5rem;
      padding: 0;
      list-style: none;
      position: relative;
      box-sizing: border-box; }

.gform_wrapper label.gfield_label {
  text-transform: uppercase;
  font-weight: 600;
  color: #002046;
  display: none; }

.gform_wrapper .gform_button {
  padding-right: 40px;
  border-radius: 0; }
  @media (max-width: 767px) {
    .gform_wrapper .gform_button {
      padding-right: 22px; } }

#gform_wrapper_1 textarea {
  min-height: auto;
  height: 100px; }
  #gform_wrapper_1 textarea:focus {
    height: 180px; }

#gform_wrapper_1 .gform_footer {
  text-align: center; }

body .gform_wrapper ul.gform_fields .gfield {
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    body .gform_wrapper ul.gform_fields .gfield {
      float: none; } }
  body .gform_wrapper ul.gform_fields .gfield.field-left, body .gform_wrapper ul.gform_fields .gfield.field-right {
    width: 49%; }
    @media (max-width: 767px) {
      body .gform_wrapper ul.gform_fields .gfield.field-left, body .gform_wrapper ul.gform_fields .gfield.field-right {
        width: 100%; } }
  body .gform_wrapper ul.gform_fields .gfield.field-left {
    float: left; }
    @media (max-width: 767px) {
      body .gform_wrapper ul.gform_fields .gfield.field-left {
        float: none; } }
  body .gform_wrapper ul.gform_fields .gfield.field-right {
    float: right; }
    @media (max-width: 767px) {
      body .gform_wrapper ul.gform_fields .gfield.field-right {
        float: none; } }

body .gform_wrapper .checkbox-fields,
body .gform_wrapper .radio-fields {
  width: 100%;
  float: left; }
  @media (max-width: 767px) {
    body .gform_wrapper .checkbox-fields,
    body .gform_wrapper .radio-fields {
      float: none; } }
  body .gform_wrapper .checkbox-fields .gfield_label,
  body .gform_wrapper .radio-fields .gfield_label {
    display: block !important;
    float: left;
    width: 49%; }
    @media (max-width: 767px) {
      body .gform_wrapper .checkbox-fields .gfield_label,
      body .gform_wrapper .radio-fields .gfield_label {
        width: 100%;
        float: none; } }
  body .gform_wrapper .checkbox-fields .ginput_container,
  body .gform_wrapper .radio-fields .ginput_container {
    float: right;
    width: 49%; }
    @media (max-width: 767px) {
      body .gform_wrapper .checkbox-fields .ginput_container,
      body .gform_wrapper .radio-fields .ginput_container {
        width: 100%;
        float: none; } }

body .gform_wrapper ul.gfield_radio li,
body .gform_wrapper ul.gfield_checkbox li {
  margin-bottom: 1rem; }
  body .gform_wrapper ul.gfield_radio li input[type="radio"],
  body .gform_wrapper ul.gfield_radio li input[type="checkbox"],
  body .gform_wrapper ul.gfield_checkbox li input[type="radio"],
  body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: .6rem; }
  body .gform_wrapper ul.gfield_radio li label,
  body .gform_wrapper ul.gfield_checkbox li label {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    padding-top: 5px; }

body .gform_wrapper ul.gfield_checkbox li {
  width: 50%;
  float: left;
  padding-right: 8px; }
  body .gform_wrapper ul.gfield_checkbox li label {
    font-size: 13px;
    padding-top: 8px; }
  body .gform_wrapper ul.gfield_checkbox li:nth-child(2n) {
    padding-right: 0; }

body .gform_wrapper .gfield.border-bottom {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f1f1; }

/* Datepicker
---------------------------------------------------------------*/
.gform_wrapper .ui-datepicker-trigger {
  position: absolute;
  top: 13px;
  right: 10px; }

/* Gravity Forms - Validation
---------------------------------------------------------------*/
.gform_confirmation_wrapper,
.validation_error {
  padding: 0.2rem;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 2px;
  line-height: 1.2;
  font-size: 16px; }

.validation_error {
  background-color: red;
  color: #FFF; }

.gform_confirmation_wrapper {
  background-color: transparent;
  text-transform: uppercase; }

.validation_message {
  font-size: 11px;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 2px;
  color: red; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

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

td,
th {
  padding: 0; }

.border-box {
  box-sizing: border-box; }
  .border-box div,
  .border-box section,
  .border-box article,
  .border-box span,
  .border-box nav {
    box-sizing: border-box; }

.bt-container {
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.bt-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.bt-container-fluid {
  margin-right: auto;
  margin-left: auto; }

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

@media (min-width: 992px) {
  .bt-container {
    width: 970px; } }

@media (min-width: 1200px) {
  .bt-container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0; }
  .bt-container-fluid {
    padding-left: 0;
    padding-right: 0; } }

.bt-row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

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

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

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

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

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

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

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

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

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

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

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

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

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

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

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

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .gallery:before, body .gform_wrapper ul.gform_fields:before, body .gform_wrapper .ginput_container_checkbox:before, body .gform_wrapper ul.gfield_radio li:before,
body .gform_wrapper ul.gfield_checkbox li:before, .wrap-header-filters .wrap-nav-elements:before,
.clearfix:after,
.gallery:after,
body .gform_wrapper ul.gform_fields:after,
body .gform_wrapper .ginput_container_checkbox:after,
body .gform_wrapper ul.gfield_radio li:after,
body .gform_wrapper ul.gfield_checkbox li:after,
.wrap-header-filters .wrap-nav-elements:after,
.bt-container:before,
.bt-container:after,
.bt-container-fluid:before,
.bt-container-fluid:after,
.bt-row:before,
.bt-row:after {
  content: " ";
  display: table; }


.clearfix:after,
.gallery:after,
body .gform_wrapper ul.gform_fields:after,
body .gform_wrapper .ginput_container_checkbox:after,
body .gform_wrapper ul.gfield_radio li:after,
body .gform_wrapper ul.gfield_checkbox li:after,
.wrap-header-filters .wrap-nav-elements:after,
.bt-container:after,
.bt-container-fluid:after,
.bt-row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

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

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.ct-card-wrap {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .ct-card-wrap .ct-card {
    width: 25%;
    float: left;
    border: 1px solid #FFF;
    position: relative;
    z-index: 2;
    -webkit-transition: -webkit-transform 280ms ease 0s;
    transition: -webkit-transform 280ms ease 0s;
    -o-transition: -o-transform 280ms ease 0s;
    transition: transform 280ms ease 0s;
    transition: transform 280ms ease 0s, -webkit-transform 280ms ease 0s, -o-transform 280ms ease 0s;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    @media (max-width: 767px) {
      .ct-card-wrap .ct-card {
        width: 50%; } }
    .ct-card-wrap .ct-card:hover {
      -webkit-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
      z-index: 3; }
    .ct-card-wrap .ct-card .ct-item {
      text-decoration: none;
      outline: none;
      min-height: 400px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: block;
      position: relative;
      opacity: 1;
      -webkit-transition: all 800ms ease 0s;
      -o-transition: all 800ms ease 0s;
      transition: all 800ms ease 0s;
      overflow: hidden; }
      @media (max-width: 767px) {
        .ct-card-wrap .ct-card .ct-item {
          min-height: 360px; } }
      .ct-card-wrap .ct-card .ct-item.image-empty {
        background-size: contain;
        background-position: 50% 20%; }
      .ct-card-wrap .ct-card .ct-item .link-top {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        display: block;
        min-height: calc(100% - 110px);
        height: calc(100% - 110px); }
      .ct-card-wrap .ct-card .ct-item a {
        text-decoration: none; }
        .ct-card-wrap .ct-card .ct-item a:hover {
          text-decoration: none;
          outline: none; }
    .ct-card-wrap .ct-card .ct-hover {
      background-color: rgba(0, 0, 0, 0.5);
      color: #FFF;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      min-height: 110px;
      text-align: center;
      padding: 1.4rem 1rem 1rem; }
      .ct-card-wrap .ct-card .ct-hover .keywords {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.1; }
      .ct-card-wrap .ct-card .ct-hover .category {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #FFF;
        line-height: 1.1; }
      .ct-card-wrap .ct-card .ct-hover .term {
        font-size: 14px;
        text-transform: inherit;
        margin-bottom: 5px;
        color: #FFF;
        line-height: 1.1; }
      .ct-card-wrap .ct-card .ct-hover .field-text {
        font-size: 12px;
        line-height: 1;
        color: #FFF;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0; }
      .ct-card-wrap .ct-card .ct-hover .date {
        font-size: 22px;
        line-height: 1;
        text-transform: inherit;
        margin-bottom: 10px;
        color: #FFF; }
        @media (max-width: 767px) {
          .ct-card-wrap .ct-card .ct-hover .date {
            font-size: 18px; } }
      .ct-card-wrap .ct-card .ct-hover .title {
        font-size: 17px;
        line-height: 1.1;
        text-transform: inherit;
        margin-bottom: 4px;
        color: #FFF; }
        @media (max-width: 767px) {
          .ct-card-wrap .ct-card .ct-hover .title {
            font-size: 16px; } }
        .ct-card-wrap .ct-card .ct-hover .title.small {
          font-size: 18px; }
        .ct-card-wrap .ct-card .ct-hover .title.large {
          font-size: 24px; }
      .ct-card-wrap .ct-card .ct-hover .read-more {
        font-size: 14px;
        margin: 0;
        line-height: 1.1; }

.hide-two-last .ct-card-wrap .ct-card:nth-child(5n), .hide-two-last .ct-card-wrap .ct-card:nth-child(6n) {
  display: none; }

@media only screen and (min-width: 1220px) {
  .hide-two-last .ct-card-wrap .ct-card:nth-child(5n), .hide-two-last .ct-card-wrap .ct-card:nth-child(6n) {
    display: block; }
  .ct-card-wrap .ct-card {
    width: 16.666%; } }

.wrap-pagination {
  text-align: center;
  padding: 2rem 0; }

.pagination .page-numbers {
  display: inline-block;
  padding: .5rem 1rem;
  background-color: #ab192d;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  font-size: 15px; }
  @media (max-width: 767px) {
    .pagination .page-numbers {
      font-size: 14px;
      padding: .3rem .6rem .2rem; } }
  .pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active {
    background-color: rgba(171, 25, 45, 0.6);
    color: #FFF; }

.wrap-header-filters {
  background: #002046;
  padding: 4rem 0; }
  @media (max-width: 980px) {
    .wrap-header-filters {
      padding: 2rem 0 1.5rem; } }
  .wrap-header-filters .tax-title {
    color: #FFF;
    font-size: 18px;
    line-height: 1.1;
    display: block;
    text-align: left; }
    @media (max-width: 980px) {
      .wrap-header-filters .tax-title {
        font-size: 17px; } }
  .wrap-header-filters .wrap-nav-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wrap-header-filters .filter-elements {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; }
    @media (max-width: 980px) {
      .wrap-header-filters .filter-elements {
        max-width: 310px; } }
    .wrap-header-filters .filter-elements.add-calendar .show-all {
      margin-right: 1rem; }
  .wrap-header-filters .nav-icon {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    background-color: transparent;
    background-position: 50% 2px;
    background-repeat: no-repeat;
    background-size: 100% 90%;
    opacity: .5;
    -webkit-transition: opacity 800ms ease 0s;
    -o-transition: opacity 800ms ease 0s;
    transition: opacity 800ms ease 0s; }
    .wrap-header-filters .nav-icon:first-of-type {
      margin-right: 1rem; }
    .wrap-header-filters .nav-icon:hover {
      opacity: .9; }
  .wrap-header-filters .show-all {
    background-image: url("images/menu-squares.png"); }
  .wrap-header-filters .calendar-icon {
    background-image: url("images/menu-calendar.png"); }

.wrap-header-filters .filter-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  float: left;
  height: 40px;
  width: 480px;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #bcbcbd;
  position: relative;
  z-index: 5;
  margin-right: 1rem; }
  @media (max-width: 980px) {
    .wrap-header-filters .filter-nav {
      width: 250px; } }
  .wrap-header-filters .filter-nav .arrow-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    padding: 15px;
    margin: 0;
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: right; }
    .wrap-header-filters .filter-nav .arrow-wrap .arrow {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 24px;
      color: #ab192d;
      -webkit-transition: all 400ms ease 0s;
      -o-transition: all 400ms ease 0s;
      transition: all 400ms ease 0s;
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .wrap-header-filters .filter-nav.active .arrow-wrap {
    width: 50px; }
    .wrap-header-filters .filter-nav.active .arrow-wrap .arrow {
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.wrap-header-filters .filter-nav ul {
  padding: 0;
  margin: 0; }
  .wrap-header-filters .filter-nav ul li {
    list-style: none;
    display: block; }
    .wrap-header-filters .filter-nav ul li.current-menu-item a {
      background-color: #edf1f4;
      color: #333; }

.wrap-header-filters .filter-nav a {
  background-color: #FFF;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  border-bottom: 1px solid #bcbcbd;
  padding: 14px 25px;
  color: #000;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  line-height: 1.1;
  text-align: left; }
  @media (max-width: 980px) {
    .wrap-header-filters .filter-nav a {
      padding: 14px 10px; } }
  .wrap-header-filters .filter-nav a:hover {
    background-color: #edf1f4;
    color: #333; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* Filters
--------------------------------------------------------*/
#filter-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 5; }

/* Menu
--------------------------------------------------------*/
.filter-menu {
  width: 40%;
  margin: 0 auto; }
  .filter-menu form,
  .filter-menu select {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    width: 100%; }
    .filter-menu form:active, .filter-menu form:focus,
    .filter-menu select:active,
    .filter-menu select:focus {
      outline: none; }
  .filter-menu select {
    padding: 2px 10px;
    height: auto;
    font-size: 16px;
    margin: 0;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #bcbcbd;
    position: relative;
    z-index: 2;
    width: 100%; }
    .filter-menu select option {
      padding: 6px 30px; }
    .filter-menu select:active, .filter-menu select:focus {
      outline: none; }
  .filter-menu .field {
    margin: 0;
    display: block;
    position: relative;
    border: 0; }
    .filter-menu .field:after {
      content: "❯";
      color: #ab192d;
      text-align: center;
      font-size: 24px;
      padding-top: 8px;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      display: block;
      width: 50px;
      position: absolute;
      z-index: 4;
      -webkit-transition: all 600ms ease;
      -o-transition: all 600ms ease;
      transition: all 600ms ease; }
    .filter-menu .field:hover:after {
      background-position: -1171px -245px; }

.header-fixed-bg {
  min-height: 480px;
  display: block;
  position: relative;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 980px) {
    .header-fixed-bg {
      min-height: 360px; } }

.header-wrap-desc {
  position: relative;
  right: auto;
  top: 180px;
  bottom: auto;
  background-color: transparent;
  -webkit-transition: all 600ms ease 0.1s;
  -o-transition: all 600ms ease 0.1s;
  transition: all 600ms ease 0.1s;
  opacity: 1;
  margin: 0;
  box-sizing: border-box; }
  @media (max-width: 980px) {
    .header-wrap-desc {
      padding-left: 0;
      padding-right: 0; } }
  .header-wrap-desc .title {
    margin-bottom: 0;
    color: #FFF;
    font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
    font-size: 56px;
    line-height: 1;
    text-transform: uppercase; }
  .header-wrap-desc .header-editor-desc {
    color: #FFF; }
    .header-wrap-desc .header-editor-desc h1, .header-wrap-desc .header-editor-desc h2, .header-wrap-desc .header-editor-desc h3, .header-wrap-desc .header-editor-desc h4, .header-wrap-desc .header-editor-desc h5, .header-wrap-desc .header-editor-desc p {
      color: #FFF;
      line-height: 1.2;
      font-weight: normal;
      font-size: 22px;
      font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
      margin: 0;
      text-transform: uppercase; }
  .header-wrap-desc p {
    font-size: 22px;
    color: #FFF; }
  .header-wrap-desc a {
    text-decoration: none;
    color: #FFF; }

/* Large desktop */
@media (min-width: 1200px) {
  .header-fixed-bg {
    min-height: 480px;
    margin: 0; }
  .header-wrap-desc .title {
    font-size: 60px; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .header-wrap-desc {
    top: 120px;
    min-height: 420px; }
    .header-wrap-desc .title {
      font-size: 40px; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header-fixed-bg {
    min-height: 220px; }
  .header-wrap-desc {
    top: 60px; }
    .header-wrap-desc .title {
      font-size: 36px;
      margin-bottom: .5rem; }
    .header-wrap-desc .header-editor-desc {
      font-size: 14px; }
      .header-wrap-desc .header-editor-desc h1, .header-wrap-desc .header-editor-desc h2, .header-wrap-desc .header-editor-desc h3, .header-wrap-desc .header-editor-desc h4, .header-wrap-desc .header-editor-desc h5, .header-wrap-desc .header-editor-desc p {
        font-size: 14px;
        line-height: 1.2; } }

/* Landscape phones and down */
@media (max-width: 480px) {
  .header-wrap-desc .title {
    font-size: 28px; } }

/* Slideshow
--------------------------------------------------------*/
.header-slideshow {
  position: relative;
  height: 540px;
  overflow: hidden; }
  .header-slideshow .slide-item {
    min-height: 540px; }
  .header-slideshow .slide-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    -webkit-transition: opacity 600ms ease;
    -o-transition: opacity 600ms ease;
    transition: opacity 600ms ease; }

/* Loader
--------------------------------------------------------*/
.header-slideshow .css-loader {
  position: absolute;
  left: 47%;
  top: 47%; }

.header-slideshow .slide-item,
.header-slideshow .arrow {
  opacity: 0; }

.header-slideshow.loaded {
  height: auto;
  min-height: 500px; }
  .header-slideshow.loaded .css-loader {
    display: none; }
  .header-slideshow.loaded .slide-item,
  .header-slideshow.loaded .arrow {
    opacity: 1; }

/* Slick
--------------------------------------------------------*/
.slick-slider .arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  bottom: auto;
  color: #005ca6;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 2px solid #005ca6;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .slick-slider .arrow.arrow-prev {
    left: 24px;
    right: auto;
    background-position: -1037px -186px; }
    .slick-slider .arrow.arrow-prev:hover, .slick-slider .arrow.arrow-prev:focus {
      background-color: #005ca6;
      background-position: -1037px -218px; }
  .slick-slider .arrow.arrow-next {
    background-position: -1104px -186px;
    left: auto;
    right: 24px; }
    .slick-slider .arrow.arrow-next:hover, .slick-slider .arrow.arrow-next:focus {
      background-color: #005ca6;
      background-position: -1104px -218px; }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .header-slideshow .arrow {
    display: none !important; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header-slideshow.loaded,
  .header-slideshow .slide-item {
    min-height: 340px; }
  .header-slideshow .arrow {
    display: none !important; } }

/* background
--------------------------------------------------------*/
.blog .expand[role="main"],
.singular .expand[role="main"],
.archive .expand[role="main"],
.tag .expand[role="main"] {
  background-color: #FFF; }

/* Elements
--------------------------------------------------------*/
.page-title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #002145; }

.breadcrumb {
  padding-top: 1rem;
  padding-bottom: 2rem; }

/* Mobile */
@media (max-width: 767px) {
  .page-title {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 1rem; } }

/* Landscape phones and down */
@media (max-width: 480px) {
  .page-title {
    font-size: 30px; } }

#ubc7-unit,
#ubc7-unit-menu,
#ubc7-secondary-navigation {
  position: relative;
  top: 0; }

/* Scrolling header
------------------------------------------------------*/
@media (min-width: 1280px) {
  body.fixed-header-init {
    padding-top: 122px; }
    body.fixed-header-init #ubc7-unit,
    body.fixed-header-init #ubc7-unit-menu,
    body.fixed-header-init #ubc7-secondary-navigation {
      position: fixed;
      width: 100%;
      left: 0; }
    body.fixed-header-init #ubc7-unit {
      top: 0;
      z-index: 999; }
    body.fixed-header-init #ubc7-unit-menu {
      top: 60px;
      z-index: 999; }
    body.fixed-header-init #ubc7-secondary-navigation {
      top: 105px;
      z-index: 99; } }

/* Unit Menu
------------------------------------------------------*/
body #ubc7-unit {
  background-color: #656565;
  box-shadow: none; }

body #ubc7-unit-menu,
body #ubc7-unit-menu .navbar-inner {
  background-color: #002145; }

body #ubc7-unit-menu .dropdown .btn-group .btn,
body #ubc7-unit-menu .dropdown .btn-group button,
body #ubc7-unit-alternate-navigation .dropdown .btn-group .btn,
body #ubc7-unit-alternate-navigation .dropdown .btn-group button {
  background-color: transparent; }

body #ubc7-unit-menu .dropdown .btn-group:hover .btn,
body #ubc7-unit-menu .dropdown .btn-group:hover .dropdown-toggle,
body #ubc7-unit-menu .dropdown .btn-group .dropdown-toggle:hover,
body #ubc7-unit-alternate-navigation .nav > li.active > .btn-group:hover .btn,
body #ubc7-unit-alternate-navigation .dropdown .btn-group:hover .btn,
body #ubc7-unit-alternate-navigation .dropdown .btn-group:hover .dropdown-toggle,
body #ubc7-unit-alternate-navigation .dropdown .btn-group .dropdown-toggle:hover,
body #ubc7-unit-menu .nav > li > a:hover,
body #ubc7-unit-alternate-navigation .nav > li > a:hover {
  background-color: rgba(68, 87, 113, 0.9) !important;
  color: #FFF; }
  @media (max-width: 769px) {
    body #ubc7-unit-menu .dropdown .btn-group:hover .btn,
    body #ubc7-unit-menu .dropdown .btn-group:hover .dropdown-toggle,
    body #ubc7-unit-menu .dropdown .btn-group .dropdown-toggle:hover,
    body #ubc7-unit-alternate-navigation .nav > li.active > .btn-group:hover .btn,
    body #ubc7-unit-alternate-navigation .dropdown .btn-group:hover .btn,
    body #ubc7-unit-alternate-navigation .dropdown .btn-group:hover .dropdown-toggle,
    body #ubc7-unit-alternate-navigation .dropdown .btn-group .dropdown-toggle:hover,
    body #ubc7-unit-menu .nav > li > a:hover,
    body #ubc7-unit-alternate-navigation .nav > li > a:hover {
      background-color: rgba(68, 87, 113, 0.9) !important; } }

body #ubc7-unit-menu .nav-collapse .nav > li > a:hover,
body #ubc7-unit-menu .nav-collapse .dropdown-menu a:hover,
body #ubc7-unit-alternate-navigation .nav-collapse .nav > li > a:hover,
body #ubc7-unit-alternate-navigation .nav-collapse .dropdown-menu a:hover {
  background-color: rgba(68, 87, 113, 0.9) !important;
  color: #FFF; }
  @media (max-width: 769px) {
    body #ubc7-unit-menu .nav-collapse .nav > li > a:hover,
    body #ubc7-unit-menu .nav-collapse .dropdown-menu a:hover,
    body #ubc7-unit-alternate-navigation .nav-collapse .nav > li > a:hover,
    body #ubc7-unit-alternate-navigation .nav-collapse .dropdown-menu a:hover {
      background-color: rgba(68, 87, 113, 0.9) !important; } }

@media (max-width: 979px) {
  body #ubc7-unit-menu .nav-collapse .dropdown-menu a,
  body #ubc7-unit-alternate-navigation .nav-collapse .nav > li > a,
  body #ubc7-unit-alternate-navigation .nav-collapse .dropdown-menu a {
    color: #FFF; } }

body #ubc7-unit-menu .nav > li.active > a,
body #ubc7-unit-alternate-navigation .nav > li.active > a,
body #ubc7-unit-menu .nav > li.active > .btn-group {
  background-color: rgba(68, 87, 113, 0.9);
  color: #FFF; }

@media (max-width: 981px) {
  body #ubc7-unit-menu .dropdown-menu a {
    background-color: #002145;
    color: #FFF; } }

@media (max-width: 981px) {
  body #ubc7-unit-menu .dropdown-menu .active a,
  body #ubc7-unit-menu .dropdown-menu .active a:hover,
  body #ubc7-unit-menu .dropdown-menu .active a:focus {
    background-color: rgba(68, 87, 113, 0.9) !important;
    color: #FFF; } }

body #ubc7-unit-menu .nav > li > a,
body #ubc7-unit-alternate-navigation .nav > li > a {
  color: #FFF;
  -webkit-transition: background-color 600ms ease 0s;
  -o-transition: background-color 600ms ease 0s;
  transition: background-color 600ms ease 0s; }

body #ubc7-unit-menu .btn-group .btn,
body #ubc7-unit-alternate-navigation .btn-group .btn {
  color: #FFF; }

body #ubc7-unit-menu .dropdown .btn-group button,
body #ubc7-unit-alternate-navigation .dropdown .btn-group button {
  border-left: none !important; }

body #ubc7-unit-menu .dropdown .btn-group .ubc7-arrow,
body #ubc7-unit-menu .dropdown .dropdown-toggle .ubc7-arrow,
body #ubc7-unit-alternate-navigation .dropdown .btn-group .ubc7-arrow {
  background-position: -1178px -227px !important; }

body #ubc7-unit-menu .nav > li:first-child > a {
  text-indent: -9999px;
  width: 40px;
  background-image: url("images/svg/home-icon.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block; }
  body #ubc7-unit-menu .nav > li:first-child > a:hover {
    background-image: url("images/svg/home-icon.svg") !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: 20px auto !important; }

/* Navigation
------------------------------------------------------*/
.secondary-navigation {
  background-color: #e6e6e6; }
  .secondary-navigation ul {
    margin: 0;
    list-style: none; }
    .secondary-navigation ul li {
      float: left;
      margin: 0; }

@media (max-width: 980px) {
  .secondary-navigation {
    padding-left: 10px; } }

.secondary-navigation a {
  padding: 8px 15px 8px 15px;
  color: #002145;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: background-color 600ms ease 0s;
  -o-transition: background-color 600ms ease 0s;
  transition: background-color 600ms ease 0s; }
  @media (max-width: 980px) {
    .secondary-navigation a {
      padding-left: 8px;
      padding-right: 8px; } }
  .secondary-navigation a:hover {
    background-color: #dbdfe3; }

.secondary-navigation .current_page_item a {
  background-color: #dbdfe3; }

#ubc7-unit-footer .container {
  position: relative; }
  #ubc7-unit-footer .container .span2,
  #ubc7-unit-footer .container .wrap-social {
    float: right; }
    @media (max-width: 769px) {
      #ubc7-unit-footer .container .span2,
      #ubc7-unit-footer .container .wrap-social {
        float: left; } }

#ubc7-unit-footer #ubc7-unit-social-icons a {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: inline-block; }

#ubc7-unit-footer #ubc7-unit-social-icons i {
  cursor: pointer;
  color: #8d8d8d;
  -webkit-transition: color 600ms ease;
  -o-transition: color 600ms ease;
  transition: color 600ms ease; }
  #ubc7-unit-footer #ubc7-unit-social-icons i:hover {
    color: #002046; }

.intro-text {
  padding: 3rem 0; }
  @media (max-width: 767px) {
    .intro-text {
      padding: 1.5rem 0; } }
  .intro-text h1, .intro-text h2, .intro-text h3, .intro-text h4 {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 34px;
    text-transform: inherit; }
    @media (max-width: 767px) {
      .intro-text h1, .intro-text h2, .intro-text h3, .intro-text h4 {
        font-size: 28px; } }

.bg-blue .intro-text {
  background-color: #005ca6;
  color: #FFF; }
  .bg-blue .intro-text h1, .bg-blue .intro-text h2, .bg-blue .intro-text h3, .bg-blue .intro-text h4 {
    color: #FFF; }

.bg-white .intro-text {
  background-color: transparent;
  color: #005ca6; }
  .bg-white .intro-text h1, .bg-white .intro-text h2, .bg-white .intro-text h3, .bg-white .intro-text h4 {
    color: #005ca6; }

/*  Featured
--------------------------------------------------------------*/
.featured-news .categories {
  text-transform: uppercase;
  margin-bottom: 5px; }
  .featured-news .categories .post-categories {
    margin: 0;
    padding: 0; }
    .featured-news .categories .post-categories li {
      list-style: none;
      float: left;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: bold;
      font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial; }
      .featured-news .categories .post-categories li a {
        color: #005ca6;
        text-decoration: none; }

.featured-news .wrap-top {
  min-height: 230px; }

.featured-news .title {
  margin: 0 0 5px;
  display: block;
  text-transform: uppercase;
  color: #002046;
  font-size: 20px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
  font-weight: 400; }

.featured-news .date {
  display: block;
  font-size: 16px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
  color: #002046;
  text-transform: uppercase;
  margin-bottom: 2rem; }

/*  Featured
--------------------------------------------------------------*/
.featured-news {
  padding: 4rem 0;
  background: transparent url("images/bg-repeat.png") 50% 50% repeat; }
  @media (max-width: 767px) {
    .featured-news {
      padding: 2rem 0; } }
  .featured-news .wrap-news {
    padding: 1rem;
    margin-bottom: 3rem;
    min-height: 290px;
    position: relative;
    background-color: #FFF; }
    .featured-news .wrap-news:after {
      content: "";
      display: none;
      width: 320px;
      height: 290px;
      position: absolute;
      left: 50%;
      right: auto;
      top: 1rem;
      padding: 0 20px;
      margin-left: -186px;
      border-left: 1px solid #c6c6c6;
      border-right: 1px solid #c6c6c6;
      background: transparent url("images/featured-news-bg.png") 50% 50% no-repeat; }
  .featured-news .item {
    width: 50%;
    min-height: 290px;
    box-sizing: border-box;
    padding-right: 15px; }
    .featured-news .item:nth-child(1) {
      float: left; }
    .featured-news .item:nth-child(2) {
      float: right; }
  .featured-news .btn-wrap {
    text-align: center; }

/* Large desktop */
@media (min-width: 1200px) {
  .featured-news .wrap-news .item {
    width: 30%;
    margin-bottom: 0; }
  .featured-news .wrap-news:after {
    display: block; } }

/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .featured-news {
    padding: 0; }
    .featured-news .wrap-news .item {
      width: 100%; }
    .featured-news .wrap-top {
      min-height: 200px; } }

/* News Landing
--------------------------------------------------------*/
.blog .post,
.singular .post,
.archive .post,
.tag .post {
  border-bottom: 1px solid #c3d0db; }
  .blog .post:last-of-type,
  .singular .post:last-of-type,
  .archive .post:last-of-type,
  .tag .post:last-of-type {
    border-bottom: none; }

/* Post and post meta
--------------------------------------------------------*/
.post {
  padding: 0 0 2rem 0;
  margin-bottom: 4rem; }
  .post .feat-img {
    margin-bottom: 2rem; }
    .post .feat-img img {
      opacity: 1;
      -webkit-transition: opacity 1s ease;
      -o-transition: opacity 1s ease;
      transition: opacity 1s ease; }
  .post .link-img:hover img {
    opacity: 0.9; }
  .post .post-header {
    margin-bottom: 2rem; }
    .post .post-header .title {
      font-size: 23px;
      text-transform: uppercase;
      line-height: 1.2; }
    .post .post-header a {
      text-decoration: none; }
  .post .date {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .post .read-more {
    margin-top: 2rem; }

/* Post Title singular
--------------------------------------------------------*/
.singular .post-header .title {
  font-size: 40px; }

/* Sidebar
--------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 2rem; }
  .sidebar .widget ul li {
    list-style: none;
    font-size: 18px; }
  .sidebar .widget a {
    text-decoration: none; }

.sidebar .widget-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.4rem; }

/* Sidebar categories
--------------------------------------------------------*/
.sidebar .categories ul li {
  margin-bottom: 5px; }
  .sidebar .categories ul li a {
    text-decoration: underline; }
    .sidebar .categories ul li a:hover {
      text-decoration: none; }
  .sidebar .categories ul li.current-cat a {
    text-decoration: none;
    color: #002046;
    font-weight: bold; }

/* Button
--------------------------------------------------------*/
.sidebar .btn-sidebar {
  background-color: #009483;
  display: inline-block;
  line-height: 1.2;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  outline: none;
  border: none;
  color: #FFF;
  padding: .5rem 1rem .5rem 2rem; }
  .sidebar .btn-sidebar .icon-exclamation-sign {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    left: .5rem;
    top: .5rem; }

/* Search form
--------------------------------------------------------*/
.sidebar .search-form {
  margin: 0; }
  .sidebar .search-form input[type="text"] {
    width: 95%; }
  .sidebar .search-form .search-submit {
    display: none; }

/* Widget Nav Menu
--------------------------------------------------------*/
.sidebar .nav-menu {
  border: 1px solid #c3d0db; }
  .sidebar .nav-menu .widget-title {
    display: none; }
  .sidebar .nav-menu a {
    background-color: #FFF;
    display: block;
    padding: 10px 12px;
    line-height: 1.1;
    font-size: 14px;
    color: #002145;
    position: relative;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    border-bottom: 1px solid #c3d0db; }
    .sidebar .nav-menu a:after {
      content: "";
      width: 18px;
      height: 100%;
      min-height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      -webkit-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      background-position: -1112px -250px; }
    .sidebar .nav-menu a:hover, .sidebar .nav-menu a:focus {
      background-color: #005ca6;
      color: #FFF; }
      .sidebar .nav-menu a:hover:after, .sidebar .nav-menu a:focus:after {
        background-position: -1112px -217px; }
  .sidebar .nav-menu ul {
    margin: 0; }
    .sidebar .nav-menu ul li {
      margin: 0; }
      .sidebar .nav-menu ul li.current-menu-item a {
        background-color: #005ca6;
        color: #FFF; }
        .sidebar .nav-menu ul li.current-menu-item a:after {
          background-position: -1112px -217px; }
  .sidebar .nav-menu .sub-menu li a:before {
    content: " - "; }

.sidebar .nav-menu:not(.sub-menu) li:last-child a {
  border-bottom: none; }

/* Large desktop */
@media (min-width: 1200px) {
  .sidebar .btn-sidebar {
    font-size: 18px;
    padding: 1rem 2rem 1rem 4rem; }
    .sidebar .btn-sidebar .icon-exclamation-sign {
      font-size: 24px;
      left: 1.5rem;
      top: 1.5rem; } }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar .nav-menu a:after {
    display: none; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .blog .sidebar {
    display: none; } }

/*  Map
--------------------------------------------------------------*/
#map-init {
  width: 100%;
  position: relative;
  height: 400px;
  margin-bottom: 2rem; }

.contact-details,
.wrap-contacts {
  margin-bottom: 2rem; }

.wrap-contacts {
  overflow: hidden; }

/*  Data list
--------------------------------------------------------------*/
.data-list {
  margin: 0;
  font-size: 14px; }
  .data-list dt {
    padding: 10px;
    margin: 0;
    background-color: #005ca6;
    color: white; }
  .data-list dd {
    padding: 15px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .data-list dd:nth-child(2n+1) {
      background-color: #ebf1f6; }
  .data-list .field {
    width: 16%;
    box-sizing: border-box; }
    .data-list .field.pos {
      width: 35%; }
    .data-list .field.name {
      font-weight: bold; }

/* Large desktop */
@media (min-width: 1200px) {
  .data-list {
    font-size: 16px; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .data-list {
    font-size: 14px; }
    .data-list .field {
      width: 100%; }
      .data-list .field.pos {
        width: 100%;
        margin-bottom: 10px; } }

/*  Table Styles
--------------------------------------------------------------*/
.table-title {
  font-size: 18px;
  line-height: 1.1;
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .table-title {
      font-size: 15px; } }
  .table-title.color-red {
    color: #ab192d; }
  .table-title .red-title {
    font-size: 18px; }
    @media (max-width: 767px) {
      .table-title .red-title {
        font-size: 15px; } }
  .table-title .red-title {
    color: #ab192d; }
  .table-title .divider {
    font-size: 14px;
    margin: 0 5px;
    position: relative;
    top: -2px; }
  .table-title .toggle-icon {
    right: 15px;
    top: 27%;
    position: absolute;
    background-color: #ab192d;
    width: 24px;
    height: 24px;
    border-radius: 50%; }
    .table-title .toggle-icon::after {
      content: "+";
      font-size: 20px;
      color: #FFF;
      display: block;
      text-align: center;
      position: relative;
      top: 1px; }
      @media (max-width: 767px) {
        .table-title .toggle-icon::after {
          top: 0; } }

.fx-table-wrap {
  padding-bottom: 1.5rem; }

.dropdown-toggle .toggle-this {
  display: none; }

.dropdown-toggle .flexible-table {
  margin-top: 0; }

.dropdown-toggle .table-title {
  cursor: pointer;
  padding: 1rem;
  margin: 0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0; }
  .dropdown-toggle .table-title .toggle-icon {
    display: block; }

.dropdown-toggle.active .table-title {
  border-bottom: none; }

.dropdown-toggle.active .toggle-icon::after {
  content: "–"; }

.flexible-table {
  margin: .8rem 0 1rem; }
  .flexible-table table .light-blue {
    background-color: rgba(66, 180, 227, 0.3) !important; }
  .flexible-table table {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border-collapse: collapse; }
    .flexible-table table th {
      background-color: #ebf1f6;
      border: 1px solid #d0d0d0;
      color: #002046;
      padding: 16px 2px;
      text-align: center;
      font-weight: bold;
      font-size: 17px; }
    .flexible-table table td {
      border: 1px solid #d0d0d0;
      padding: 10px 20px;
      vertical-align: middle; }
    .flexible-table table tbody ul li,
    .flexible-table table tbody ol li,
    .flexible-table table tbody p {
      font-size: 16px;
      margin-bottom: 8px; }

.flexible-table.highlight table tr {
  background-color: #f5f5f5; }
  .flexible-table.highlight table tr:nth-child(2n) {
    background-color: #FFF; }

/* Mobile */
@media (max-width: 767px) {
  .flexible-table table th {
    padding: 10px 8px;
    font-size: 14px; }
  .flexible-table table td {
    padding: 10px 8px; } }

/* Landscape phones and down */
@media (max-width: 480px) {
  .flexible-table table td ul li,
  .flexible-table table td ol li,
  .flexible-table table td p {
    font-size: 13px; } }

/* Layout
-------------------------------------------------*/
.card-title .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #ab192d;
  margin-bottom: .2rem; }

.card-title .title {
  font-size: 36px;
  text-transform: inherit;
  margin-bottom: 1.5rem;
  color: #00053e;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .card-title .title {
      font-size: 30px; } }

.add-dna-yes .picture-card-content-inner {
  background-position: 300% 0;
  background-color: transparent;
  background-size: 500px; }

.add-dna-yes.color-blue .picture-card-content-inner {
  background-position: 200% 0; }

.picture-card.color-blue {
  background-color: #005ca6;
  color: #FFF; }
  .picture-card.color-blue .picture-card-content-inner .card-title,
  .picture-card.color-blue .picture-card-content-inner .subtitle,
  .picture-card.color-blue .picture-card-content-inner .title {
    color: #FFF; }
  .picture-card.color-blue .picture-card-content-inner .entry-content {
    color: #FFF; }
    .picture-card.color-blue .picture-card-content-inner .entry-content h1,
    .picture-card.color-blue .picture-card-content-inner .entry-content h2,
    .picture-card.color-blue .picture-card-content-inner .entry-content h3,
    .picture-card.color-blue .picture-card-content-inner .entry-content h4,
    .picture-card.color-blue .picture-card-content-inner .entry-content h5,
    .picture-card.color-blue .picture-card-content-inner .entry-content p,
    .picture-card.color-blue .picture-card-content-inner .entry-content li,
    .picture-card.color-blue .picture-card-content-inner .entry-content a,
    .picture-card.color-blue .picture-card-content-inner .entry-content table {
      color: #FFF; }

.picture-card-content-wrap {
  padding-bottom: 40px;
  margin-top: 20px; }
  .picture-card-content-wrap .border-gradient {
    margin-bottom: 20px; }
  .picture-card-content-wrap .picture-card-cta {
    margin-top: 20px; }

/* Grid
-------------------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
  .picture-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .picture-card-img-wrap {
    max-height: 400px;
    overflow: hidden; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
  .picture-card-img-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    max-height: 100%;
    overflow: visible; }
    .picture-card-img-wrap img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      height: 100%; }
  .picture-card.width-30-70 .picture-card-img-wrap {
    width: 32%; }
  .picture-card.width-70-30 .picture-card-img-wrap {
    width: 68%; } }

@media only screen and (min-width: 992px) {
  .picture-card-content-wrap {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    margin-top: 0; }
    .picture-card-content-wrap .picture-card-content-inner {
      display: block;
      position: relative;
      float: right;
      width: 50%;
      height: 100%;
      border-radius: 5px 0 0 5px;
      padding: 60px 0 60px 60px; }
      .picture-card-content-wrap .picture-card-content-inner:before {
        content: "";
        position: absolute;
        top: 0;
        left: -60px;
        width: 60px;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        height: 100%;
        min-height: 100%;
        display: block; }
  .picture-card.width-30-70 .picture-card-content-wrap .picture-card-content-inner {
    width: 68%; }
  .picture-card.width-70-30 .picture-card-content-wrap .picture-card-content-inner {
    width: 32%; }
  .picture-card.color-blue .picture-card-content-inner::before {
    display: none; } }

/* Numbers wrapper
-------------------------------------------------*/
.numbers-feature {
  background-color: #f5f5f5;
  padding: 100px 0 0;
  text-align: center;
  background-position: 80% -1140px;
  background-size: 880px;
  background-attachment: fixed; }

.numbers-feature .desc {
  margin-bottom: 60px; }

.numbers-feature .card-circle {
  display: inline-block;
  width: 250px;
  height: 250px;
  background-color: #FFF;
  border: 2px solid #3d4b67;
  border-radius: 50%;
  position: relative;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .numbers-feature .card-circle {
      margin-bottom: .5rem; } }
  .numbers-feature .card-circle .wrap-titles {
    margin-top: 100px; }
    .numbers-feature .card-circle .wrap-titles .title {
      line-height: 1.1; }
    .numbers-feature .card-circle .wrap-titles .number-title {
      font-size: 60px;
      color: #005ca6;
      margin-bottom: 1rem; }
      .numbers-feature .card-circle .wrap-titles .number-title .plus {
        position: relative;
        top: -4px;
        left: 4px;
        font-size: 50px; }
  .numbers-feature .card-circle img {
    position: absolute;
    width: 110px;
    height: auto;
    margin-left: -55px;
    left: 50%;
    top: -50px;
    -webkit-transition: all 600ms ease 0.4s;
    -o-transition: all 600ms ease 0.4s;
    transition: all 600ms ease 0.4s; }

.numbers-feature.visible-el .card-circle img {
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4); }

.numbers-feature.visible-el.element-visible .card-circle img {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.featured-testimonials {
  background-color: #005ca6;
  background-attachment: fixed;
  background-position: 90% 0;
  background-size: 600px;
  padding: 80px 0;
  color: #FFF;
  text-align: center; }
  @media (max-width: 767px) {
    .featured-testimonials {
      padding: 40px 0; } }
  .featured-testimonials .quote-svg {
    display: inline-block;
    width: 82px;
    height: 64px;
    background-image: url("images/svg/icon-quotes.svg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5; }
    @media (max-width: 767px) {
      .featured-testimonials .quote-svg {
        width: 72px;
        height: 54px; } }
  .featured-testimonials .testimonial-item {
    padding: 2rem 4rem;
    cursor: -webkit-grab;
    cursor: grab;
    outline: none; }
    @media (max-width: 767px) {
      .featured-testimonials .testimonial-item {
        padding: 1rem; } }
    .featured-testimonials .testimonial-item:active {
      cursor: -webkit-grabbing;
      cursor: grabbing;
      outline: none; }
    .featured-testimonials .testimonial-item p {
      font-size: 36px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .featured-testimonials .testimonial-item p {
          font-size: 26px; } }
    .featured-testimonials .testimonial-item .info-text {
      color: #96d5ea;
      font-size: 30px; }
      @media (max-width: 767px) {
        .featured-testimonials .testimonial-item .info-text {
          font-size: 20px; } }
  .featured-testimonials .testimonial-content-wrap {
    margin-bottom: 2rem; }

.featured-questions {
  background-position: 120% -1140px;
  background-size: 900px;
  background-color: #f5f5f5;
  background-attachment: fixed;
  padding: 4rem 0; }
  @media (max-width: 767px) {
    .featured-questions {
      padding: 2rem 0; } }

.question-item {
  text-align: center;
  margin-bottom: 30px; }
  .question-item .wrap {
    background-color: #99bbe2;
    padding: 30px;
    text-decoration: none;
    display: block; }
  .question-item:nth-child(2n) .wrap {
    background-color: #bfd4ed; }
  .question-item:nth-child(3n) .wrap {
    background-color: #d2e4f9; }
  .question-item .wrap::after {
    content: "";
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -23px;
    background-position: 50% 50%;
    background-size: contain;
    background-color: transparent;
    background-image: url("images/svg/msl-arrow.svg");
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .question-item .wrap:hover::after {
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  .question-item .title {
    color: #ab192d;
    font-size: 14px;
    margin-bottom: .5rem; }
  .question-item .question {
    color: #00053e;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 1rem; }

.room-featured-questions {
  position: relative; }
  .room-featured-questions:after {
    content: "";
    position: absolute;
    top: 56%;
    left: 0;
    z-index: 1;
    width: 100%;
    display: block;
    height: 1px;
    background-color: rgba(101, 101, 101, 0.9); }
  .room-featured-questions header {
    text-align: center; }
  .room-featured-questions .question-item {
    position: relative;
    z-index: 5; }
    .room-featured-questions .question-item .title,
    .room-featured-questions .question-item .question {
      color: #FFF; }
    .room-featured-questions .question-item .wrap {
      background-color: #002046; }
    .room-featured-questions .question-item:nth-child(2n) .wrap {
      background-color: #005ca6; }
    .room-featured-questions .question-item:nth-child(3n) .wrap {
      background-color: #42b4e3; }

.news-feature .ct-card .ct-hover .read-more {
  display: block; }

.news-feature .ct-card .ct-hover .date {
  display: none; }

.news-feature .ct-card .ct-hover .title {
  margin-bottom: .5rem; }

.tribe-events-feature .ct-card .ct-hover .read-more {
  display: none; }

.tribe-events-feature .ct-card .ct-hover .date {
  display: block; }
  .tribe-events-feature .ct-card .ct-hover .date::after {
    content: "❯";
    position: relative;
    left: 8px;
    top: -1px;
    display: inline-block; }

.tribe-events-feature .ct-card .ct-hover .title {
  font-weight: 300;
  margin-bottom: .5rem; }

.people-single-wrapper .entry-post-content {
  padding-top: 1rem; }

.people-single-header {
  position: relative; }

.people-info {
  color: #000;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 2rem 0;
  max-width: auto; }
  .people-info .category {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 14px; }
  .people-info .title {
    color: #000;
    margin-bottom: .2rem; }
  .people-info .position {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 1.2rem; }
  .people-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem; }
    .people-info ul li {
      margin: 0 0 .3rem;
      padding: 0;
      color: #000;
      font-size: 18px;
      /* Mobile */ }
      @media (max-width: 767px) {
        .people-info ul li {
          font-size: 17px; } }
      .people-info ul li a {
        color: #000; }
  .people-info .social-media a {
    margin-right: 1rem;
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 55% 55%;
    -webkit-transition: all 680ms ease 0s;
    -o-transition: all 680ms ease 0s;
    transition: all 680ms ease 0s;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .people-info .social-media a.twitter {
      background-image: url("images/social/social-tw-bl.svg"); }
    .people-info .social-media a.facebook {
      background-image: url("images/social/social-fb-bl.svg"); }
    .people-info .social-media a.linkedin {
      background-image: url("images/social/social-ln-bl.svg"); }
    .people-info .social-media a.google-scholar {
      background-image: url("images/social/social-gs-bl.png"); }
    .people-info .social-media a.pubmed {
      background-image: url("images/social/pubmed-bl.png"); }
    .people-info .social-media a:last-of-type {
      margin-right: 0; }
    .people-info .social-media a:hover {
      -webkit-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }

/* Large desktop */
@media (min-width: 1289px) {
  .people-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; }
  .people-header-info .people-info {
    height: 100%;
    min-height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 480px;
    padding: 4rem 3rem 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
    border: none; }
    .people-header-info .people-info .category {
      color: #FFF; }
    .people-header-info .people-info .title {
      color: #FFF; }
    .people-header-info .people-info .position {
      color: #FFF; }
    .people-header-info .people-info ul li {
      color: #FFF; }
      .people-header-info .people-info ul li a {
        color: #FFF;
        text-decoration: none; }
    .people-header-info .people-info .social-media a {
      border-color: #FFF; }
      .people-header-info .people-info .social-media a.twitter {
        background-image: url("images/social/social-tw.svg"); }
      .people-header-info .people-info .social-media a.facebook {
        background-image: url("images/social/social-fb.svg"); }
      .people-header-info .people-info .social-media a.linkedin {
        background-image: url("images/social/social-ln.svg"); }
      .people-header-info .people-info .social-media a.google-scholar {
        background-image: url("images/social/social-gs.png"); }
      .people-header-info .people-info .social-media a.pubmed {
        background-image: url("images/social/pubmed.png"); } }

/* Landscape phone to portrait tablet */
/* Landscape phones and down */
.research-loop .ct-card {
  background-color: #d0d0d0; }
  .research-loop .ct-card:nth-child(2n) {
    background-color: #a9a9a9; }
  .research-loop .ct-card .ct-hover a {
    color: #FFF; }

.research-loop .link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .research-loop .link-top hgroup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4rem 1rem 0; }
    @media (max-width: 767px) {
      .research-loop .link-top hgroup {
        padding: 2rem .5rem 0; } }
    .research-loop .link-top hgroup .q-research {
      color: #ab192d;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .research-loop .link-top hgroup .t-research {
      color: #333;
      font-size: 22px;
      line-height: 1.2;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .research-loop .link-top hgroup .t-research {
          font-size: 20px; } }

.research-loop .lab .t-lab {
  color: #FFF;
  font-size: 20px; }

.research-loop .lab .u-lab {
  color: #FFF;
  font-size: 16px;
  line-height: 1.1;
  display: block; }

.page-room-header {
  text-align: center;
  padding: 1rem 0 0; }
  .page-room-header .entry-title-red {
    margin-bottom: .2rem; }
  .page-room-header .header-title {
    background-color: #002046;
    color: #FFF;
    text-align: center;
    padding: 2.2rem 0 2rem;
    line-height: 1.1;
    margin: 0; }
    @media (max-width: 769px) {
      .page-room-header .header-title {
        padding: 1.4rem 0 1rem;
        font-size: 24px; } }

.room-page .entry-post-content {
  padding-top: 1.5rem; }

/* Room post header
-----------------------------------------------*/
.category-9 .room-post .entry-header {
  background-color: #002046; }

.category-10 .room-post .entry-header {
  background-color: #005ca6; }

.category-17 .room-post .entry-header {
  background-color: #42b4e3; }

/* Room post
-----------------------------------------------*/
.wrap-room-post {
  background-color: #dddddd;
  margin-bottom: 3rem; }

.room-post .entry-header {
  background-color: #002046;
  padding: 0;
  line-height: 1.1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .room-post .entry-header .title {
    width: 75%;
    padding: 2rem;
    color: #FFF;
    margin: 0;
    font-size: 26px;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .room-post .entry-header .title {
        width: 70%; } }
  .room-post .entry-header .floor {
    width: 25%;
    padding: 2rem;
    font-size: 24px;
    color: #FFF;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #656565;
    line-height: 1.1; }
    @media (max-width: 767px) {
      .room-post .entry-header .floor {
        width: 30%; } }

.room-post .content-left {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 2rem; }
  @media (min-width: 768px) and (max-width: 979px) {
    .room-post .content-left {
      width: 46%; } }

.room-post .content-right {
  width: 60%;
  float: left;
  box-sizing: border-box; }
  @media (min-width: 768px) and (max-width: 979px) {
    .room-post .content-right {
      width: 54%; } }

@media (max-width: 767px) {
  .room-post .entry-header .title {
    padding: 1rem;
    font-size: 20px; }
  .room-post .entry-header .floor {
    padding: 1rem;
    font-size: 14px; }
  .room-post .content-left {
    padding: 1rem; }
  .room-post .content-right,
  .room-post .content-left {
    float: none;
    width: 100%; } }

.room-post-nav {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .room-post-nav {
      display: block; } }
  .room-post-nav .item {
    width: 50%;
    align-item: center; }
    @media (max-width: 767px) {
      .room-post-nav .item {
        width: 100%; } }
  .room-post-nav .file {
    display: block;
    margin: 2px 1rem 15px;
    color: #ab192d; }
  .room-post-nav .button {
    float: right;
    margin-right: 2rem; }
    @media (min-width: 768px) and (max-width: 979px) {
      .room-post-nav .button {
        margin-right: .4rem; } }
    @media (max-width: 767px) {
      .room-post-nav .button {
        margin: 0 0 0 1rem;
        float: none; } }

.room-gallery-slideshow {
  padding: 0;
  margin: 0; }
  .room-gallery-slideshow .slide-item {
    padding: 0;
    margin: 0; }
  .room-gallery-slideshow.slick-initialized figure {
    cursor: -webkit-grab;
    cursor: grab; }
    .room-gallery-slideshow.slick-initialized figure:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

.room-booking-form .wrap-form {
  padding: 3rem 0; }

.room-booking-form .form-header {
  text-align: center;
  margin-bottom: 2rem; }
  .room-booking-form .form-header .entry-title-red {
    font-size: 14px;
    margin-bottom: 5px; }

.social-feed-wrapper {
  padding-bottom: 40px; }
  .social-feed-wrapper .repeater-link:first-of-type {
    margin-right: 1.5rem; }

.entry-post-content {
  padding: 3rem 0 2rem; }
  .entry-post-content[data-id="#awards-and-recognition"] .entry-title-red {
    margin-bottom: 0;
    text-align: center; }
  .entry-post-content h1:first-child,
  .entry-post-content h2:first-child {
    margin: 0 0 1rem; }
  .entry-post-content .entry-content {
    margin-bottom: 2rem; }

.entry-post-header {
  margin-bottom: 1.4rem; }

.entry-title-red {
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ab192d;
  margin-bottom: 1.5rem;
  display: block;
  /* Mobile */ }
  @media (max-width: 767px) {
    .entry-title-red {
      margin-bottom: .5rem; } }

.entry-data-header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.entry-back-btn {
  padding: 1rem;
  text-align: center; }

.entry-featured-image img {
  max-width: 100%;
  height: auto;
  display: block; }

/*  Dna bg wrapper
--------------------------------------------------------------*/
.timeline-main-wrapper {
  background-attachment: fixed;
  background-position: 130% 0;
  background-size: 900px; }

/*  Timeline
--------------------------------------------------------------*/
.timeline-wrapper {
  border-left: 2px solid #656565;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 2rem;
  padding: 20px 0;
  position: relative; }
  @media (max-width: 767px) {
    .timeline-wrapper {
      margin-left: -8px;
      margin-right: 12px; } }
  .timeline-wrapper .year-circle {
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background-color: #ab192d;
    display: block;
    position: relative;
    font-size: 38px;
    height: 120px;
    width: 120px;
    line-height: 126px;
    left: -60px;
    margin: 0 0 100px;
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease; }
    @media (max-width: 767px) {
      .timeline-wrapper .year-circle {
        height: 50px;
        width: 50px;
        line-height: 52px;
        left: -25px;
        font-size: 18px;
        margin-bottom: 40px; } }
  .timeline-wrapper .visible-el .year-circle {
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4); }
  .timeline-wrapper .visible-el.element-visible .year-circle {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/*  Header
--------------------------------------------------------------*/
.page-center-header {
  text-align: center;
  padding: 1.5rem 0 0;
  margin-bottom: 2rem; }
  .page-center-header .entry-title-red {
    margin-bottom: .2rem; }
  .page-center-header .header-title {
    color: #002046;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 1rem; }
    @media (max-width: 767px) {
      .page-center-header .header-title {
        font-size: 24px; } }

/*  Post
--------------------------------------------------------------*/
.timeline-wrapper .post-wrap {
  padding-left: 140px;
  position: relative;
  margin-bottom: 4rem; }
  @media (min-width: 768px) and (max-width: 992px) {
    .timeline-wrapper .post-wrap {
      padding-left: 50px; } }
  @media (max-width: 767px) {
    .timeline-wrapper .post-wrap {
      padding-left: 24px;
      margin-bottom: 2.6rem; } }
  .timeline-wrapper .post-wrap.image-applied .col-left {
    width: 62%;
    float: left; }
  .timeline-wrapper .post-wrap.image-applied .col-right {
    width: 34%;
    float: right; }
  .timeline-wrapper .post-wrap .post-dot {
    display: block;
    position: absolute;
    top: 0;
    left: -16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #656565; }
    @media (max-width: 767px) {
      .timeline-wrapper .post-wrap .post-dot {
        width: 20px;
        height: 20px;
        left: -10px; } }
    .timeline-wrapper .post-wrap .post-dot::after {
      content: "";
      display: block;
      position: absolute;
      left: 1px;
      width: 120px;
      height: 2px;
      top: 14px;
      background-color: #656565; }
      @media (min-width: 768px) and (max-width: 992px) {
        .timeline-wrapper .post-wrap .post-dot::after {
          width: 50px; } }
      @media (max-width: 767px) {
        .timeline-wrapper .post-wrap .post-dot::after {
          width: 28px;
          top: 9px; } }
  .timeline-wrapper .post-wrap .post-title {
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .timeline-wrapper .post-wrap .post-title {
        font-size: 22px;
        line-height: 1.2; } }
    .timeline-wrapper .post-wrap .post-title a {
      color: #002046; }
  .timeline-wrapper .post-wrap .post-date {
    display: block;
    text-align: right;
    width: 70px;
    position: absolute;
    top: 6px;
    right: calc(100% + 30px);
    text-transform: uppercase;
    font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
    font-size: 18px;
    font-weight: 600;
    color: #002046; }
    @media (max-width: 767px) {
      .timeline-wrapper .post-wrap .post-date {
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        font-size: 14px;
        margin-bottom: .5rem; } }
  .timeline-wrapper .post-wrap .excerpt-text {
    margin-bottom: 1rem; }
  .timeline-wrapper .post-wrap .read-more {
    display: block;
    color: #ab192d;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    font-weight: 600;
    font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
    margin-bottom: .6rem; }
  .timeline-wrapper .post-wrap .featured-image {
    width: 100%;
    height: auto;
    display: block; }

.acf-additional-info {
  font-weight: 600;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
  color: #002046; }
  .acf-additional-info p,
  .acf-additional-info a {
    font-weight: 600;
    font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
    color: #002046; }

/*  Timeline menu
--------------------------------------------------------------*/
body.fixed-header-init .timeline-menu {
  top: 170px; }
  @media (min-width: 768px) and (max-width: 992px) {
    body.fixed-header-init .timeline-menu {
      top: 100px; } }
  @media (max-width: 767px) {
    body.fixed-header-init .timeline-menu {
      top: 60px; } }

.timeline-menu {
  background-color: #bebebe;
  position: fixed;
  display: inline-block;
  top: 320px;
  bottom: auto;
  left: auto;
  right: 0;
  height: auto;
  padding: 1rem 1rem 1rem 1.2rem;
  z-index: 999;
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease; }
  @media (min-width: 768px) and (max-width: 992px) {
    .timeline-menu {
      font-size: 14px;
      padding: 1rem;
      width: auto; } }
  @media (max-width: 767px) {
    .timeline-menu {
      padding: .4rem .3rem; } }
  .timeline-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .timeline-menu ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .timeline-menu a {
    font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
    font-size: 14px;
    display: block;
    color: #656565;
    text-decoration: none;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .timeline-menu a {
        font-size: 13px; } }
    .timeline-menu a:last-of-type {
      margin-bottom: 0; }
    .timeline-menu a.active, .timeline-menu a:hover, .timeline-menu a:focus, .timeline-menu a:active {
      color: #FFF; }

/*  Timeline menu
--------------------------------------------------------------*/
body #container .tribe-events-tooltip {
  padding-bottom: 1em !important; }
  body #container .tribe-events-tooltip .entry-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2; }
  body #container .tribe-events-tooltip .tribe-events-event-thumb {
    width: 35%;
    margin-bottom: 5px;
    padding-top: 8px; }
    body #container .tribe-events-tooltip .tribe-events-event-thumb img {
      max-width: 100%;
      max-heght: 100%;
      height: auto;
      display: block; }
  body #container .tribe-events-tooltip .tribe-event-description {
    padding-top: 5px; }
    body #container .tribe-events-tooltip .tribe-event-description p {
      font-size: 14px;
      line-height: 1.4; }

/*  Overwrites
--------------------------------------------------------------*/
body.singular-tribe_venue .calendar-events-filters, body.singular-tribe_organizer .calendar-events-filters, body.taxonomy-tribe_events_cat .calendar-events-filters, body.singular-tribe_events .calendar-events-filters, body.archive-tribe_events .calendar-events-filters {
  display: block; }

body #tribe-events-bar {
  display: none; }

body.events-list .entry-title-red, body.events-archive .entry-title-red {
  display: none; }

body dl dt {
  font-size: 100%; }

body dl dd {
  font-size: 90%;
  margin-bottom: 10px; }

body #tribe-bar-views .tribe-bar-views-option-week,
body #tribe-bar-views .tribe-bar-views-option-day,
body #tribe-bar-views .tribe-bar-views-option-map,
body #tribe-bar-views .tribe-bar-views-option-list {
  display: none !important; }

body .tribe-events-event-meta .tribe-events-meta-group {
  padding: 0 0 2%; }

body #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured,
body #tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background-color: #002046; }

body #tribe-events .tribe-events-button,
body #tribe-events .tribe-events-button:hover,
body #tribe_events_filters_wrapper input[type="submit"],
body .tribe-events-button,
body .tribe-events-button.tribe-active:hover,
body .tribe-events-button.tribe-inactive,
body .tribe-events-button:hover,
body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
body .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #002046; }

body #tribe-events-content a,
body .tribe-events-adv-list-widget .tribe-events-widget-link a,
body .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
body .tribe-events-back a,
body .tribe-events-back a:hover,
body .tribe-events-event-meta a,
body .tribe-events-list-widget .tribe-events-widget-link a,
body .tribe-events-list-widget .tribe-events-widget-link a:hover,
body ul.tribe-events-sub-nav a,
body ul.tribe-events-sub-nav a:hover {
  color: #002046; }

body #tribe-events-content .tribe-events-calendar .mobile-active:hover,
body #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
body #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"],
body #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"] a,
body .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
body .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
body .tribe-events-calendar td.mobile-active {
  background-color: #002046; }

body .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  font-size: 110%; }

body .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  color: #ab192d;
  font-family: "Whitney SSm A", "Whitney SSm B", "Myriad Pro", "Helvetica", Arial;
  font-weight: 600; }

.tribe-events-sub-nav li a {
  background-color: transparent !important; }
