@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li, h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.social-container .copy-container .copy-header,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.social-container .copy-container .copy-header {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small,
  .h2 small,
  h3 small,
  .h3 small,
  h4 small,
  .h4 small,
  h5 small,
  .h5 small,
  h6 small,
  .h6 small,
  .social-container .copy-container .copy-header small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h2,
.h2 {
  font-size: 1.875rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h3,
.h3 {
  font-size: 1.375rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem; }


h6,
.h6,
.social-container .copy-container .copy-header {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 4.0625rem; }
  
  h2,
  .h2 {
    font-size: 2.6875rem; }
  
  h3,
  .h3 {
    font-size: 1.5625rem; }
  
  h4,
  .h4 {
    font-size: 1.25rem; }
  
  h5,
  .h5 {
    font-size: 1.125rem; }
  
  h6,
  .h6,
  .social-container .copy-container .copy-header {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #0B8261;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #097053; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8b8b8b; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8b8b8b; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #000;
  color: #000;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #f8f8f8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f8f8f8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8b8b8b; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8b8b8b;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f8f8f8;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #f8f8f8;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #f8f8f8; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28139, 139, 139%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8b8b8b;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #f8f8f8;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #E03100;
  background-color: #fceae6; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #E03100; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #E03100; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #E03100; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #E03100; }

.is-invalid-label {
  color: #E03100; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #E03100; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0B8261;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #096f52;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.82rem; }
  .button.large {
    font-size: 1.35rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #0B8261;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #09684e;
      color: #fff; }
  .button.secondary {
    background-color: #45A046;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #378038;
      color: #000; }
  .button.success {
    background-color: #45A046;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #378038;
      color: #000; }
  .button.warning {
    background-color: #fbf235;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #eee405;
      color: #000; }
  .button.alert {
    background-color: #E03100;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #b32700;
      color: #fff; }
  .button.hollow {
    border: 1px solid #0B8261;
    color: #0B8261; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #064131;
      color: #064131; }
    .button.hollow.primary {
      border: 1px solid #0B8261;
      color: #0B8261; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #064131;
        color: #064131; }
    .button.hollow.secondary {
      border: 1px solid #45A046;
      color: #45A046; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #235023;
        color: #235023; }
    .button.hollow.success {
      border: 1px solid #45A046;
      color: #45A046; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #235023;
        color: #235023; }
    .button.hollow.warning {
      border: 1px solid #fbf235;
      color: #fbf235; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #958e03;
        color: #958e03; }
    .button.hollow.alert {
      border: 1px solid #E03100;
      color: #E03100; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #701900;
        color: #701900; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0B8261;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #0B8261;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #45A046;
        color: #000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #45A046;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #fbf235;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #E03100;
        color: #fff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #0B8261; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #0B8261; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #45A046; }
  .button.dropdown.hollow.success::after {
    border-top-color: #45A046; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #fbf235; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #E03100; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f8f8f8;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0B8261; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #f8f8f8;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f8f8f8; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #f8f8f8;
  border-bottom: 0;
  background-color: #fff;
  color: #000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #f8f8f8; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0B8261 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #0B8261;
  color: #fff; }
  .badge.primary {
    background: #0B8261;
    color: #fff; }
  .badge.secondary {
    background: #45A046;
    color: #000; }
  .badge.success {
    background: #45A046;
    color: #000; }
  .badge.warning {
    background: #fbf235;
    color: #000; }
  .badge.alert {
    background: #E03100;
    color: #fff; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.3rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #0B8261; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1.1rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.82rem; }
  .button-group.large .button {
    font-size: 1.35rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #0B8261;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #09684e;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #45A046;
    color: #000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #378038;
      color: #000; }
  .button-group.success .button {
    background-color: #45A046;
    color: #000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #378038;
      color: #000; }
  .button-group.warning .button {
    background-color: #fbf235;
    color: #000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #eee405;
      color: #000; }
  .button-group.alert .button {
    background-color: #E03100;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #b32700;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ccfbee;
    color: #000; }
  .callout.secondary {
    background-color: #e2f2e2;
    color: #000; }
  .callout.success {
    background-color: #e2f2e2;
    color: #000; }
  .callout.warning {
    background-color: #fefde1;
    color: #000; }
  .callout.alert {
    background-color: #ffddd4;
    color: #000; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #f8f8f8;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #000; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #f8f8f8; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #455560;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #0B8261;
    color: #fff; }
  .menu.menu-bordered li {
    border: 1px solid #f8f8f8; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #f8f8f8; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
            box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8b8b8b;
    -webkit-box-shadow: 0 7px 0 #8b8b8b, 0 14px 0 #8b8b8b;
            box-shadow: 0 7px 0 #8b8b8b, 0 14px 0 #8b8b8b; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0B8261;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0B8261 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 0;
  visibility: hidden;
  border: 1px solid #f8f8f8;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0B8261 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0B8261 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0B8261; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0B8261 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0B8261 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0B8261; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0B8261 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0B8261 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0B8261; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0B8261 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0B8261; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0B8261;
  color: #fff; }
  .label.primary {
    background: #0B8261;
    color: #fff; }
  .label.secondary {
    background: #45A046;
    color: #000; }
  .label.success {
    background: #45A046;
    color: #000; }
  .label.warning {
    background: #fbf235;
    color: #000; }
  .label.alert {
    background: #E03100;
    color: #fff; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f8f8f8; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #f8f8f8; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8b8b8b; }
    .orbit-bullets button.is-active {
      background-color: #8b8b8b; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f8f8f8; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #0B8261;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #0B8261; }
  .progress.secondary .progress-meter {
    background-color: #45A046; }
  .progress.success .progress-meter {
    background-color: #45A046; }
  .progress.warning .progress-meter {
    background-color: #fbf235; }
  .progress.alert .progress-meter {
    background-color: #E03100; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0B8261; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f8f8f8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #0B8261;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #096f52; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 3rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #0B8261; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 0 solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #fff;
    color: #0B8261; }
  tfoot {
    background: #f2f2f2;
    color: #000; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 0 solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #fafafa; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #f8f8f8;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #0B8261; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #0c936e; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #0B8261; }
    .tabs-title > a:hover {
      background: #fff;
      color: #097053; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #f8f8f8;
      color: #0B8261; }

.tabs-content {
  border: 1px solid #f8f8f8;
  border-top: 0;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #f8f8f8;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(11, 130, 97, 0.5);
            box-shadow: 0 0 6px 1px rgba(11, 130, 97, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8b8b8b;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0B8261;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0B8261;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0B8261 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0B8261;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0B8261 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #f8f8f8; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

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

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

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

.clearfix::before, section.durham .durham-nav::before, .clearfix::after, section.durham .durham-nav::after {
  display: table;
  content: ' '; }

.clearfix::after, section.durham .durham-nav::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@media screen and (max-width: 39.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }
  .off-canvas > ul.menu a {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    opacity: .75; }
  .off-canvas > ul.menu .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.off-canvas .menu .active > a {
  background-color: #41525e; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar .menu .home a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar .menu a {
  color: #e6e6e6;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1; }
  .top-bar .menu a:hover:not(.button) {
    background-color: #42525D; }

.top-bar .menu .active > a {
  background-color: #41525e; }

.top-bar .menu > li:not(.menu-text) > a {
  padding: 1rem; }

.top-bar .menu li:not(:last-child) {
  border-right: 1px solid #4e4e4e; }

.top-bar .dropdown.menu .submenu {
  border: 0; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/*.sidebar {
  @include breakpoint(small) {
    @include grid-column(12);
  }

  @include breakpoint(medium) {
    @include grid-column(4);
    margin-top: 1rem;
  }
}
*/
body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.button {
  cursor: pointer !important; }
  .button + .button:not(:last-of-type):not(:last-of-type) {
    margin-right: 0.25em;
    margin-left: 0.25em; }

button.button {
  cursor: pointer; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

article .button > .fa {
  margin: 0 0.5em 0 0; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

#featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%; }
  #featured-hero img {
    height: 100%;
    width: 100%; }

.page-template-page-templates.page-template-page-full-page-width #featured-hero {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  margin: 0 0 2.5em 0; }
  .page-template-page-templates.page-template-page-full-page-width #featured-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }

@media screen and (min-width: 64em) {
  .page-template-page-templates.page-template-page-full-page-width .row.breadcrumb-container {
    position: relative;
    z-index: 100; }
    .page-template-page-templates.page-template-page-full-page-width .row.breadcrumb-container ul.breadcrumbs > li {
      margin-bottom: 0 !important; }
  .page-template-page-templates.page-template-page-full-page-width header .row.main-header .row:after {
    content: '';
    z-index: 50;
    position: absolute;
    pointer-events: none;
    content: '';
    height: 800px;
    width: 800px;
    position: absolute;
    background: -webkit-linear-gradient(315deg, rgba(248, 248, 248, 0.8) 50%, rgba(236, 236, 236, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(248, 248, 248, 0.8) 50%, rgba(236, 236, 236, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    margin-left: -480px;
    margin-top: 155px; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

:target:before {
  content: "";
  display: block;
  height: 44px;
  /* fixed header height*/
  margin: -44px 0 0;
  /* negative fixed header height */ }

.timeline.row.expanded {
  padding: 60px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  overflow-y: auto; }
  .timeline.row.expanded #lineCont {
    width: 100%;
    height: 20%; }
  .timeline.row.expanded #line {
    height: 20px;
    width: 100%;
    border-radius: 5px;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative; }
  .timeline.row.expanded #span {
    display: none;
    width: 70%;
    margin: auto;
    margin-top: 25%;
    text-align: center;
    color: black; }
  .timeline.row.expanded .circle {
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -10px;
    border: 2px solid;
    color: #a5aaad; }
  .timeline.row.expanded .circle:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    display: none; }
  .timeline.row.expanded .circle .popupSpan {
    width: 150px;
    height: auto;
    padding: 10px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    left: -75px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  .timeline.row.expanded .circle.hover:before, .timeline.row.expanded .circle.active:before {
    display: none; }
  .timeline.row.expanded .circle.hover .popupSpan, .timeline.row.expanded .circle.active .popupSpan {
    display: block; }
  .timeline.row.expanded .popupSpan {
    font-family: 'Oswald', sans-serif; }
  .timeline.row.expanded .circle.active .popupSpan:after {
    position: relative;
    left: 40px;
    top: 10px;
    content: "";
    height: 5px;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#0b8261), color-stop(49%, #0b8261), color-stop(49%, #0b8261), color-stop(49%, #ffffff), color-stop(51%, #ffffff), color-stop(51%, #522c1b), color-stop(51%, #522c1b));
    background: -webkit-linear-gradient(left, #0b8261 0%, #0b8261 49%, #0b8261 49%, #ffffff 49%, #ffffff 51%, #522c1b 51%, #522c1b 51%);
    background: linear-gradient(to right, #0b8261 0%, #0b8261 49%, #0b8261 49%, #ffffff 49%, #ffffff 51%, #522c1b 51%, #522c1b 51%);
    display: block;
    transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    opacity: 1; }
  .timeline.row.expanded #mainCont {
    height: 80%;
    width: 100%;
    position: relative;
    color: #000;
    font-size: 62px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: 'Oswald', sans-serif; }
  .timeline.row.expanded #mainCont span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 30%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .timeline.row.expanded #mainCont span.right {
    left: 200%; }
  .timeline.row.expanded #mainCont span.center {
    left: 0% !important; }
  .timeline.row.expanded #mainCont span.left {
    left: -100%; }
  .timeline.row.expanded .notEmpty {
    height: 30px;
    cursor: pointer; }
  .timeline.row.expanded .empty {
    height: 15px;
    margin-top: 15px; }
  .timeline.row.expanded .circle.select {
    color: #0B8261;
    -webkit-transition: 150ms all;
    transition: 150ms all; }
  .timeline.row.expanded .circle.unselect {
    color: #B0B0B0; }
  .timeline.row.expanded .disableSelect {
    pointer-events: none;
    cursor: not-allowed; }

.student-journey-bottom {
  width: 100%;
  max-width: none;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca; }
  .student-journey-bottom .columns {
    padding-left: 0px;
    padding-right: 0px; }
  .student-journey-bottom .prevPage, .student-journey-bottom .nextPage {
    font-size: 1em;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    padding-top: 10px;
    height: 100%; }
    .student-journey-bottom .prevPage:hover, .student-journey-bottom .nextPage:hover {
      cursor: pointer; }
    .student-journey-bottom .prevPage a, .student-journey-bottom .nextPage a {
      text-decoration: none;
      display: block; }
    .student-journey-bottom .prevPage span, .student-journey-bottom .nextPage span {
      display: block;
      color: #4B5151; }
    .student-journey-bottom .prevPage button, .student-journey-bottom .nextPage button {
      font-family: 'Oswald', Arial, Helvetica, sans-serif;
      color: #4B5151; }
    .student-journey-bottom .prevPage .left-part, .student-journey-bottom .nextPage .left-part {
      display: inline-block;
      padding: 0px 10px; }
      .student-journey-bottom .prevPage .left-part i, .student-journey-bottom .nextPage .left-part i {
        font-size: 40px;
        color: #4B5151; }
    .student-journey-bottom .prevPage .right-part, .student-journey-bottom .nextPage .right-part {
      display: inline-block;
      padding: 0px 10px; }
      .student-journey-bottom .prevPage .right-part i, .student-journey-bottom .nextPage .right-part i {
        font-size: 40px;
        color: #4B5151; }
  .student-journey-bottom .progress {
    height: 4em;
    margin-bottom: 0;
    position: relative; }
    .student-journey-bottom .progress .progress-meter {
      background-color: #f8f8f8;
      -webkit-background-size: 4px 4px !important;
              background-size: 4px 4px !important;
      background-image: -webkit-linear-gradient(135deg, transparent 46%, #cacaca 49%, #cacaca 51%, transparent 55%);
      background-image: linear-gradient(-45deg, transparent 46%, #cacaca 49%, #cacaca 51%, transparent 55%); }
    .student-journey-bottom .progress .progress-meter-text {
      position: absolute;
      left: 50%; }
      .student-journey-bottom .progress .progress-meter-text .progress-meter-text-container {
        font-family: 'Oswald', Arial, Helvetica, sans-serif;
        font-weight: 400;
        margin: 0;
        line-height: 4em;
        vertical-align: middle;
        color: #4B5151;
        font-size: 1.5em; }
        .student-journey-bottom .progress .progress-meter-text .progress-meter-text-container span.value {
          margin-right: 25px;
          font-size: 1.75em;
          color: #0B8261;
          vertical-align: middle; }

.contentBox {
  color: #455560;
  font-family: 'Oswald', sans-serif; }
  .contentBox .arrow {
    color: #0B8261;
    font-size: 20px; }
  .contentBox .goal-box {
    width: 500px; }

/* contact block for shortcode use            background: url(../images/shortcodes/question.svg) no-repeat;*/
.widget.content-widget {
  margin: 25px 0; }

.widget.contact-widget {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 10px 10px 0px 60px; }
  .widget.contact-widget .question {
    width: 60px;
    position: absolute;
    margin-left: -80px;
    margin-top: 10px; }
  .widget.contact-widget p {
    font-family: 'Lato', sans-serif;
    line-height: 10px; }

.widget.help-widget {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 15px 20px 0px 60px;
  position: relative; }
  .widget.help-widget .arrow {
    width: 60px;
    position: absolute;
    margin-left: -75px;
    margin-top: -15px;
    height: 100%; }
  .widget.help-widget p {
    font-family: 'Lato', sans-serif; }
    .widget.help-widget p:before {
      background-color: #45A046;
      display: inline-block;
      padding: 0 5px;
      content: "HELPFUL HINT";
      position: absolute;
      top: -15px;
      color: white;
      font-family: 'Oswald', sans-serif; }

.widget.expandable-widget .subItem {
  font-family: 'Lato', sans-serif;
  background-color: #f8f8f8; }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      display: table;
      content: ' '; }
    #front-hero .marketing::after {
      clear: both; }
  @media print, screen and (min-width: 40em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media print, screen and (min-width: 40em) {
      #front-hero #watch {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 0%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-top: 6rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero .tagline {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1, #front-hero .h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media print, screen and (min-width: 40em) {
      #front-hero h1, #front-hero .h1 {
        font-size: 2.875rem; } }
  #front-hero h4, #front-hero .h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 8.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2, .intro .fp-intro .h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4, .intro .fp-intro .h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .section-divider::before, .section-divider::after {
    display: table;
    content: ' '; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media print, screen and (min-width: 40em) {
      .section-divider hr {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    display: table;
    content: ' '; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits header {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2, .benefits header .h2 {
      font-weight: 300; }
    .benefits header h4, .benefits header .h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3, .benefits .semantic .h3,
    .benefits .responsive h3,
    .benefits .responsive .h3,
    .benefits .customizable h3,
    .benefits .customizable .h3,
    .benefits .professional h3,
    .benefits .professional .h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      display: table;
      content: ' '; }
    .benefits .why-foundation::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#kitchen-sink {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    display: table;
    content: ' '; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #kitchen-sink header {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media print, screen and (min-width: 40em) {
      #kitchen-sink #components {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #components {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        display: block;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page::before, #page::after {
    display: table;
    content: ' '; }
  #page::after {
    clear: both; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page .main-content {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page .main-content {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page .main-content {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }

#page-sidebar-left {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    display: table;
    content: ' '; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 33.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .main-content {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: none;
  margin-right: auto;
  margin-left: auto; }
  #page-full-width::before, #page-full-width::after {
    display: table;
    content: ' '; }
  #page-full-width::after {
    clear: both; }

.banner + #page-full-width {
  margin-top: 0; }

#single-post {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    display: table;
    content: ' '; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #single-post .main-content {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #single-post .main-content {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #single-post .main-content {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
    @media print, screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }
  #single-post article footer {
    background: #fff !important; }
    #single-post article footer a:hover {
      color: #0B8261 !important; }
  #single-post .dcRelBlog {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 39.9375em) {
      #single-post .dcRelBlog {
        display: block; } }
    #single-post .dcRelBlog h4, #single-post .dcRelBlog .h4 {
      margin: 0; }
      @media screen and (max-width: 39.9375em) {
        #single-post .dcRelBlog h4, #single-post .dcRelBlog .h4 {
          margin-bottom: 1rem; } }
    #single-post .dcRelBlog .dcRelBlogs {
      text-align: center; }
      #single-post .dcRelBlog .dcRelBlogs a {
        color: #000;
        text-decoration: none;
        text-transform: initial;
        font-family: "Lato", sans-serif;
        font-size: 0.85em;
        text-align: center;
        font-weight: bold; }
        @media screen and (max-width: 39.9375em) {
          #single-post .dcRelBlog .dcRelBlogs a {
            margin-bottom: 1rem;
            display: block; } }
        #single-post .dcRelBlog .dcRelBlogs a img {
          margin-bottom: 0.5rem; }

.share-button-con {
  display: table;
  margin: 2.5rem 0; }

.share-button-in {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  font-family: Oswald, sans-serif;
  font-size: 1em; }

.EmbeddedTweet {
  border: 0 !important; }

.blogRSS {
  color: #FF6600 !important;
  font-weight: bold;
  margin-left: 10px;
  font-size: 1.1rem; }

.news-archive #___gcse_2 {
  border: 1px solid #0B8261; }

#page article footer {
  background: #fff !important; }
  #page article footer a:hover {
    color: #0B8261 !important; }

.single-program-highlights article footer {
  background: #fff !important; }
  .single-program-highlights article footer a:hover {
    color: #0B8261 !important; }

.displaynone {
  display: none !important; }

.breadcrumbs {
  margin: 0 0 0.5rem 0 !important; }

.tooltip.course-tooltip {
  max-width: 25rem; }

.program-at-a-glance {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media print, screen and (min-width: 64em) {
    .program-at-a-glance {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0; } }
  .program-at-a-glance:last-child {
    padding-right: 0; }
  .program-at-a-glance dl:not(.ce-program-at-a-glance) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0.1rem;
    width: auto; }
    .program-at-a-glance dl:not(.ce-program-at-a-glance) dt {
      float: left;
      position: relative;
      min-width: auto !important;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 1rem !important;
      font-weight: 400 !important;
      padding: 0;
      margin: 0;
      width: 108px;
      text-align: right; }
      @media screen and (max-width: 39.9375em) {
        .program-at-a-glance dl:not(.ce-program-at-a-glance) dt {
          min-width: 55px; } }
  .program-at-a-glance .apply-button {
    padding: 10px;
    font-size: 1rem; }
  .program-at-a-glance dt.progGlanceShort {
    width: 55px;
    padding: 0 8px 0 0; }
    @media screen and (max-width: 39.9375em) {
      .program-at-a-glance dt.progGlanceShort {
        width: 80px; } }
  .program-at-a-glance dd {
    float: right;
    width: 75%;
    padding: 0 0 0 19px;
    margin: 0;
    font-size: 0.9rem !important;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .program-at-a-glance dd {
        margin-bottom: 0.3rem;
        float: right;
        width: 80%; } }
    .program-at-a-glance dd a {
      font-size: 0.9rem !important; }
    .program-at-a-glance dd .has-tip {
      position: relative;
      right: -4px; }
  .program-at-a-glance .dcprogTitleBracket {
    display: block;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #3E2B2F;
    font-weight: 400; }
  .program-at-a-glance .dcprogLocationBracket {
    display: block;
    font-size: 0.75rem;
    font-style: italic; }
  .program-at-a-glance .progTitleLine {
    margin: 0 0 25px 0;
    width: 92%; }

.tabs-container {
  padding: 0 0.85em; }
  .tabs-container .dropdown-pane {
    z-index: 150;
    width: auto !important; }
  .tabs-container > .display-flex.position-relative:after {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    content: '';
    width: 100%;
    position: absolute;
    bottom: .35em;
    left: 0; }

.dc-microsite-tabs {
  border-bottom: 1px solid #cacaca !important; }

.dc-programs-container {
  border: 0; }
  @media print, screen and (min-width: 64em) {
    .dc-programs-container {
      padding: 0 !important; } }
  .dc-programs-container h2.columns.tab-title, .dc-programs-container .columns.tab-title.h2 {
    margin: 0 0 0.5em 0; }
  .dc-programs-container h4.h3, .dc-programs-container .h3.h4 {
    margin-top: .8rem; }
  .dc-programs-container h2, .dc-programs-container .h2 {
    font-size: 2rem !important; }
  .dc-programs-container h3, .dc-programs-container .h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1.25em !important;
    display: block; }
  .dc-programs-container h4, .dc-programs-container .h4 {
    color: #000 !important;
    font-family: 'Lato' !important;
    font-size: 1rem !important;
    font-weight: bold;
    margin-top: 1rem !important; }
  .dc-programs-container ul {
    list-style: none;
    padding: 0;
    margin-left: 1rem; }
    .dc-programs-container ul li::before {
      font-family: 'FontAwesome';
      content: "»";
      color: #0b8261;
      display: inline-block;
      width: 1.2em;
      margin-left: -1.2em; }
  .dc-programs-container ul.accordion {
    list-style: none;
    padding: 0;
    margin-left: 1rem; }
    .dc-programs-container ul.accordion li::before {
      content: "";
      display: inline-block; }
    .dc-programs-container ul.accordion li div ul {
      margin: 0 0 0 1.5rem;
      list-style: disc; }
  .dc-programs-container .progConnectwithUs {
    margin: 0;
    padding: 30px 10px; }
    .dc-programs-container .progConnectwithUs h2.gform_submission_error, .dc-programs-container .progConnectwithUs .gform_submission_error.h2 {
      font-size: 16px !important; }
  .dc-programs-container #tabDetails ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .dc-programs-container .prog-plo-list li {
    padding: 0 0 15px 15px; }
  @media screen and (max-width: 39.9375em) {
    .dc-programs-container .tabs-panel {
      padding: 1rem 0 !important; } }

.program-banner .banner-form,
.program-banner .banner-body {
  width: auto;
  max-width: 100%; }

.program-banner .banner-form {
  margin-left: 25px;
  margin-bottom: 3rem;
  line-height: 40px; }
  .program-banner .banner-form .status > div {
    display: none; }
  .program-banner .banner-form .status > div.active {
    display: block; }

@media screen and (max-width: 39.9375em) {
  .status .international {
    padding-left: 10px;
    padding-top: 6px; } }

.program-banner .banner-body .banner-bg {
  width: 80% !important;
  height: 250px !important; }
  @media screen and (min-width: 64em) {
    .program-banner .banner-body .banner-bg {
      width: 45% !important; } }

@media screen and (max-width: 39.9375em) {
  .dcprogheader {
    margin-bottom: 2rem; } }

.dcprogheader h1, .dcprogheader .h1 {
  font-size: 2.4rem;
  margin: 0 0 2rem 0;
  line-height: 1.2; }

.dcprogheader .former-title {
  margin: -1em 0 1em 0; }
  .dcprogheader .former-title.featured {
    font-size: 1.25rem;
    font-weight: bold;
    color: #455560;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400 !important; }
    .dcprogheader .former-title.featured .fa {
      color: #E03100; }

.program-banner {
  background-color: #fafdfb; }
  @media print, screen and (min-width: 64em) {
    .program-banner {
      min-height: auto !important;
      margin-bottom: 2rem; } }
  .program-banner .program-banner-body {
    /*
            svg {

                @include breakpoint(small only) { 
                    
                    bottom: 5%;
                    width: 85px;
                    height: auto;
                    left: 5%;
                    
                                }
                
                color: #fff;
                fill: currentColor;
                left: 3%;
                bottom: 5%;
                position: absolute;
                opacity: 0.6;
                z-index: 2;
                cursor: pointer;
                -webkit-filter: drop-shadow(3px 2px 2px rgba(0,0,0,.7) );
                filter: drop-shadow(3px 3px 2px rgba(0,0,0,.7) );
                }*/ }
    @media screen and (max-width: 39.9375em) {
      .program-banner .program-banner-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .program-banner .program-banner-body .prog22VidContainer {
      -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
              box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
      position: relative;
      cursor: pointer; }
      .program-banner .program-banner-body .prog22VidContainer:before {
        content: '';
        width: 180px;
        height: 180px;
        bottom: 0;
        right: 0;
        position: absolute;
        background: -webkit-linear-gradient(135deg, rgba(11, 130, 97, 0.8) 50%, rgba(11, 130, 97, 0.8) 43%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%) !important;
        background: linear-gradient(-45deg, rgba(11, 130, 97, 0.8) 50%, rgba(11, 130, 97, 0.8) 43%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%) !important;
        z-index: 50; }
        @media screen and (max-width: 39.9375em) {
          .program-banner .program-banner-body .prog22VidContainer:before {
            width: 130px;
            height: 130px; } }
      .program-banner .program-banner-body .prog22VidContainer .prog22-play {
        position: absolute;
        right: 19px;
        bottom: 13px;
        z-index: 51; }
        @media screen and (max-width: 39.9375em) {
          .program-banner .program-banner-body .prog22VidContainer .prog22-play {
            right: 13px;
            bottom: 11px; } }
        .program-banner .program-banner-body .prog22VidContainer .prog22-play img {
          width: 70px;
          height: 70px;
          opacity: 0.7;
          cursor: pointer; }
          @media screen and (max-width: 39.9375em) {
            .program-banner .program-banner-body .prog22VidContainer .prog22-play img {
              width: 50px;
              height: 50px; } }

.dcOverviewMarketingBlurb {
  margin-bottom: 1.6em !important; }

.dcIntakeBlock table {
  width: 100%;
  border-top: none; }
  .dcIntakeBlock table thead tr {
    border-bottom: 1px solid #cacaca; }
    .dcIntakeBlock table thead tr .pgwpElig {
      font-size: 0.85rem;
      color: #000;
      display: block; }
      .dcIntakeBlock table thead tr .pgwpElig .fa.fa-check {
        color: #0b8261; }
      @media screen and (max-width: 39.9375em) {
        .dcIntakeBlock table thead tr .pgwpElig a {
          display: block; } }
  .dcIntakeBlock table th,
  .dcIntakeBlock table td {
    width: 25% !important;
    text-transform: none;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Lato';
    padding: 0.5rem 0.625rem 0.625rem !important;
    vertical-align: top; }
  .dcIntakeBlock table tbody tr {
    background-color: #f8f8f8;
    border-bottom: 1px solid #cacaca; }
    .dcIntakeBlock table tbody tr td {
      padding: 0.5rem 0.625rem 0.625rem !important;
      font-weight: 500; }
    .dcIntakeBlock table tbody tr:nth-child(even) {
      background-color: #fff; }
    .dcIntakeBlock table tbody tr:last-child {
      border-bottom: none !important; }

.accordion-title {
  font-size: 1.1rem !important;
  padding: 1rem 1.2rem 1.5rem 1.2rem; }

/* Intake status Select box prototype */
.dc-pselect-wrap {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 40px;
  background: #fff; }

.dc-pselect-span {
  background-color: #FFF;
  display: block;
  position: relative;
  display: none; }

.dc-pselect-span.active {
  display: block; }

.dc-pselect-span:after {
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: 5;
  font-size: 14px;
  font-weight: bold; }

.dc-pselect-span.Open.active:after {
  content: "\25CF   OPEN";
  color: #45A046; }

.dc-pselect-span.active.Waitlisted:after {
  content: "\25CF  WAITLISTED";
  color: #ffae00; }

.dc-pselect-span.active.Closed:after {
  content: "\25CF   CLOSED";
  color: #cc4b37; }

.dc-pselect-span.active.Suspended:after {
  content: "\25CF   SUSPENDED";
  color: #455560; }

select.dc-pselect {
  padding: 10px 40px 10px 10px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  border: 1px solid #bbb;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
  width: 300px;
  height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280,0,0%29'></polygon></svg>"); }

.dcProgOverview {
  margin-bottom: 1em !important; }

/* !Intake status select box prototype */
.program-icons img.circle-img,
.program-icons img.icon-img {
  border-radius: 50%;
  width: 75px;
  height: auto;
  display: block;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .program-icons img.circle-img,
    .program-icons img.icon-img {
      width: 85px; } }

.program-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 75px;
      flex-basis: 75px; }
  .program-icons img.icon-img {
    background-color: #8fd4ab;
    color: #fff; }

.program-icons .prog-icons.prog-icons-svg img.icon-img.svg {
  padding: 10px; }

.program-icons .prog-icons.prog-icons-svg img[src*="/wp-content/uploads/co-op.png"] {
  padding: 0 !important;
  background: transparent !important; }

.prog-image-small {
  margin-bottom: 1rem !important; }

.program-banner .banner-body .banner-bg {
  display: block;
  position: relative; }
  @media screen and (min-width: 64em) {
    .program-banner .banner-body .banner-bg {
      height: 100% !important; } }

@media screen and (min-width: 64em) {
  .program-banner .banner-body #breadcrumbs {
    margin-left: -15px; } }

@media screen and (min-width: 64em) {
  .prog-static-contact {
    padding-left: 40px; } }

@media screen and (max-width: 39.9375em) {
  .prog-static-contact {
    padding-left: 0.75em; } }

.prog-static-contact .fa,
.prog-static-int .fa {
  padding: 0.5em 0.5em 0.5em 0; }

@media screen and (max-width: 39.9375em) {
  .prog-static-container {
    padding-left: 15px;
    padding-right: 15px; } }

.prog-static-container .main-column {
  border-right: 2px solid white;
  border-bottom: 0; }
  .prog-static-container .main-column:last-child {
    border-right: 0 !important; }
  @media screen and (max-width: 39.9375em) {
    .prog-static-container .main-column {
      border-right: 0;
      border-bottom: 2px solid white;
      padding-bottom: 1.7rem; }
      .prog-static-container .main-column:last-child {
        border-bottom: 0; } }

@media screen and (max-width: 39.9375em) {
  .prog-static-int {
    padding: 0; } }

@media screen and (max-width: 39.9375em) {
  .static-mobile {
    padding-left: 10px; } }

.dc-prog-small-image {
  display: none; }
  @media only screen and (max-width: 736px) {
    .dc-prog-small-image {
      display: block; } }

@media only screen and (max-width: 736px) and (min-width: 400px) {
  .dc-Int-intake {
    width: 100% !important;
    margin-left: 15px;
    margin-top: 5px; } }

.dcTabAnchor {
  display: block; }

section.program-tabs {
  margin-bottom: 1rem !important; }
  @media screen and (max-width: 39.9375em) {
    section.program-tabs {
      background: #fff; } }
  section.program-tabs .progStickyTabs.is-anchored {
    width: auto !important;
    margin-top: 20px !important; }
  section.program-tabs .progStickyTabs.is-stuck {
    top: 44px !important;
    width: 359.984px !important; }
  section.program-tabs .progEventwidget img {
    margin-top: 2rem; }
  section.program-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    float: none;
    width: 100%; }
  section.program-tabs li {
    position: relative;
    display: block;
    border-bottom: 1px solid #cacaca;
    background-color: #fff;
    float: none; }
    section.program-tabs li:nth-child(even) {
      background-color: #f8f8f8; }
    section.program-tabs li a {
      font-size: 0.95rem;
      padding: 10px !important;
      display: block;
      line-height: 1; }
    section.program-tabs li a.dc-apply-drop {
      font-size: 0.95rem;
      padding: 10px !important;
      display: block;
      text-align: left; }
      section.program-tabs li a.dc-apply-drop .fa {
        float: right; }
  section.program-tabs li.dcprogSubNavTitle {
    background-color: #fff !important;
    font-size: 1rem;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 30px;
    border: none; }
  section.program-tabs li.dcprogSubNavItem {
    background-color: #e5f1ed !important; }
    section.program-tabs li.dcprogSubNavItem:nth-child(even) {
      background-color: #f2f8f6 !important; }
    section.program-tabs li.dcprogSubNavItem a:hover {
      background-color: transparent !important; }
  section.program-tabs .is-active a:before {
    top: 10px;
    left: 0;
    position: absolute;
    content: "";
    height: 17px;
    width: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b8261), color-stop(60%, #0b8261), color-stop(60%, #0b8261), color-stop(60%, #ffffff), color-stop(75%, #ffffff), color-stop(75%, #3E2B2F), color-stop(75%, #3E2B2F));
    background: -webkit-linear-gradient(top, #0b8261 0%, #0b8261 60%, #0b8261 60%, #ffffff 60%, #ffffff 75%, #3E2B2F 75%, #3E2B2F 75%);
    background: linear-gradient(to bottom, #0b8261 0%, #0b8261 60%, #0b8261 60%, #ffffff 60%, #ffffff 75%, #3E2B2F 75%, #3E2B2F 75%);
    display: block;
    transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    opacity: 1; }

/* Program Highlights */
.program-highlights {
  margin: 0 0 2.5em 0 !important;
  padding: 0.75em 0.75em 0 0.75em !important; }
  @media print, screen and (min-width: 40em) {
    .program-highlights {
      padding: 2.5em 2.5em 1em 2.5em !important; } }
  .program-highlights .tabs {
    z-index: 200; }
    .program-highlights .tabs:after {
      background: none !important;
      content: '';
      width: 0;
      height: 0; }
    .program-highlights .tabs li.dropdown-item {
      display: none !important; }
    .program-highlights .tabs.scroll > li:not(.dropdown-item) {
      display: none !important; }
    .program-highlights .tabs.scroll > li.dropdown-item,
    .program-highlights .tabs.scroll li.dropdown-item .is-open {
      display: block !important; }
    .program-highlights .tabs a {
      margin: 0;
      outline: none !important;
      background: none !important; }
    .program-highlights .tabs .tabs-title {
      margin-left: 1em; }
      .program-highlights .tabs .tabs-title > a:focus,
      .program-highlights .tabs .tabs-title > a[aria-selected='true'] {
        background: none;
        outline: none !important; }
    .program-highlights .tabs > .dropdown-pane {
      display: none; }
    .program-highlights .tabs .button .fa {
      margin: 0 0.5em; }
  .program-highlights .tabs-panel {
    padding: 0 !important; }
  .program-highlights .h2 {
    font-weight: 400;
    font-size: 2.25em;
    color: #3e2b2f;
    margin-bottom: 0.75em; }
  .program-highlights section:not(:first-of-type):not(:last-of-type),
  .program-highlights .panel-grid:not(:first-of-type):not(.no-row-border) {
    border-top: 0;
    border-bottom: 0; }
  .program-highlights .display-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0;
    width: 100%; }
  .program-highlights ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
        -ms-flex-align: self-end;
            align-items: self-end;
    margin-left: 1em;
    float: none;
    margin-right: 0;
    display: flex;
    height: 100%; }
    .program-highlights ul.tabs li {
      margin-top: 1em;
      float: none; }
      .program-highlights ul.tabs li a {
        padding: 0; }
      .program-highlights ul.tabs li:first-child {
        margin-left: auto; }
      .program-highlights ul.tabs li:before {
        content: ''; }
    .program-highlights ul.tabs.scroll {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      z-index: 125; }
  .program-highlights ul.vertical {
    margin: 0; }
    .program-highlights ul.vertical li {
      margin: 0;
      padding: 0; }
      .program-highlights ul.vertical li:before {
        content: '';
        display: none; }
      .program-highlights ul.vertical li a {
        font-size: 0.85em;
        display: block;
        padding: 0.85em !important; }
        .program-highlights ul.vertical li a:after {
          display: none;
          content: '';
          height: 0;
          width: 0;
          margin: 0; }
  .program-highlights .highlights-tabs {
    margin-bottom: 0; }
  .program-highlights ul.tabs,
  .program-highlights .tabs-content,
  .program-highlights .n2-ss-slider-2,
  .program-highlights .tabs-panel,
  .program-highlights .highlights-tabs {
    background: none !important;
    border: 0 !important; }
    .program-highlights ul.tabs .is-active > a:after,
    .program-highlights .tabs-content .is-active > a:after,
    .program-highlights .n2-ss-slider-2 .is-active > a:after,
    .program-highlights .tabs-panel .is-active > a:after,
    .program-highlights .highlights-tabs .is-active > a:after {
      top: 16%;
      position: relative;
      content: "";
      height: 5px;
      background: -webkit-gradient(linear, right top, left top, from(#0b8261), color-stop(63%, #0b8261), color-stop(63%, #0b8261), color-stop(63%, #ffffff), color-stop(66%, #ffffff), color-stop(66%, #3E2B2F), color-stop(66%, #3E2B2F));
      background: -webkit-linear-gradient(right, #0b8261 0%, #0b8261 63%, #0b8261 63%, #ffffff 63%, #ffffff 66%, #3E2B2F 66%, #3E2B2F 66%);
      background: linear-gradient(to left, #0b8261 0%, #0b8261 63%, #0b8261 63%, #ffffff 63%, #ffffff 66%, #3E2B2F 66%, #3E2B2F 66%);
      display: block;
      transition: opacity 0.5s linear;
      -o-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      -webkit-transition: opacity 0.5s linear;
      opacity: 1;
      z-index: 5; }
  .program-highlights .n2-ss-slider-3 {
    max-height: 200px; }
  .program-highlights .n2-ss-slider-pane {
    margin: 1em 0 !important; }
  .program-highlights .nextend-arrow {
    margin-top: -25px; }
  .program-highlights .dc-program-nn-slider {
    width: 100%;
    height: 100%; }
  .program-highlights #dc-highlights-slider {
    aspect-ratio: auto !important;
    padding: 30px 0 40px 0; }
    @media screen and (max-width: 39.9375em) {
      .program-highlights #dc-highlights-slider {
        min-height: 300px;
        padding: 20px 0 40px 0; } }
    .program-highlights #dc-highlights-slider #testimonial-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      bottom: 4%; }
      @media screen and (max-width: 39.9375em) {
        .program-highlights #dc-highlights-slider #testimonial-dots {
          bottom: 6%; } }
      .program-highlights #dc-highlights-slider #testimonial-dots .keen-slider-dot {
        border: none;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        margin: 0 5px;
        padding: 5px;
        cursor: pointer; }
        .program-highlights #dc-highlights-slider #testimonial-dots .keen-slider-dot:focus {
          outline: none; }
      .program-highlights #dc-highlights-slider #testimonial-dots .keen-slider-dot.active {
        background: #0B8261; }
    .program-highlights #dc-highlights-slider #prev-testimonial,
    .program-highlights #dc-highlights-slider #next-testimonial {
      width: 20px;
      height: 20px;
      position: absolute;
      top: unset;
      top: 38%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      fill: #fff;
      cursor: pointer;
      z-index: 200; }
      @media screen and (max-width: 39.9375em) {
        .program-highlights #dc-highlights-slider #prev-testimonial,
        .program-highlights #dc-highlights-slider #next-testimonial {
          top: 40%; } }
      .program-highlights #dc-highlights-slider #prev-testimonial:focus,
      .program-highlights #dc-highlights-slider #next-testimonial:focus {
        outline: none !important; }
    .program-highlights #dc-highlights-slider #prev-testimonial {
      left: -3px !important;
      left: unset;
      fill: "#fff";
      cursor: pointer;
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E"); }
    .program-highlights #dc-highlights-slider #next-testimonial {
      cursor: pointer;
      right: -2px !important;
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E"); }
    .program-highlights #dc-highlights-slider .arrow--disabled.arrow--left {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E"); }
    .program-highlights #dc-highlights-slider .arrow--disabled.arrow--right {
      background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E"); }
    .program-highlights #dc-highlights-slider .keen-slider__slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content h3, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .h3 {
          position: relative;
          text-transform: none !important;
          margin: 1rem 0 !important;
          font-weight: 300; }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content h3::before, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .h3::before {
            content: '';
            background-image: url("https://durhamcollege.ca/wp-content/uploads/youtube.png");
            background-color: #F3FAF5;
            display: inline-block;
            /* Allows setting width and height */
            width: 25px;
            /* Adjust to your icon's width */
            height: 25px;
            /* Adjust to your icon's height */
            -webkit-background-size: contain;
                    background-size: contain;
            /* Ensures the image fits */
            background-repeat: no-repeat;
            /* Prevents tiling */
            margin-right: 5px;
            /* Optional: adds space after the icon */
            vertical-align: middle; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .button.hollow {
          display: none !important; }
        @media screen and (max-width: 39.9375em) {
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .has-reel-text.dc-highlight-excerpt {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
                -ms-flex-direction: column !important;
                    flex-direction: column !important;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .has-reel-text.dc-highlight-excerpt .plyr {
          -webkit-box-flex: 2;
              -ms-flex-positive: 2;
                  flex-grow: 2; }
          @media screen and (max-width: 39.9375em) {
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .has-reel-text.dc-highlight-excerpt .plyr {
              width: 50%; } }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .has-reel-text.dc-highlight-excerpt .plyr .plyr__poster {
            width: 334% !important; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .dc-highlight-excerpt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .dc-highlight-excerpt .dc-highlight-reel-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            padding: 0 40px; }
            @media screen and (max-width: 39.9375em) {
              .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .dc-highlight-excerpt .dc-highlight-reel-text {
                display: block !important;
                padding: 15px 0;
                text-align: center; } }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .dc-highlight-excerpt .plyr {
            position: relative;
            width: auto;
            height: 371px;
            aspect-ratio: 9 / 16;
            background: #F3FAF5;
            -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .dc-highlight-excerpt .plyr .plyr__controls {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .dc-highlight-content .dc-highlight-excerpt .plyr .plyr__poster {
              width: 326%;
              height: 101%;
              position: absolute;
              z-index: 2;
              top: 0;
              left: -236px; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-reels .has-reel-text-cont.dc-highlight-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-industry-partners {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-industry-partners .dc-highlight-content h3, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-industry-partners .dc-highlight-content .h3 {
        display: none; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-industry-partners .dc-highlight-content .button.hollow {
        display: none; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-industry-partners .dc-highlight-content .dc-highlight-excerpt .button.hollow {
        display: inline-block !important; }
    .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .dc-highlight-stat-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        max-width: 580px;
        margin-bottom: 1rem; }
        @media screen and (max-width: 39.9375em) {
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .dc-highlight-stat-number {
            max-width: 273px;
            margin-bottom: -0.5rem; } }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .dc-highlight-stat-number p {
          margin: 0;
          font-size: 6rem;
          line-height: 1;
          display: inline;
          color: #0B8261;
          font-family: 'Oswald', sans-serif; }
          @media screen and (max-width: 39.9375em) {
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .dc-highlight-stat-number p {
              font-size: 5rem; } }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-image {
          min-height: 40px;
          margin: 0;
          width: 18%;
          position: relative; }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-image img {
            top: -82%;
            left: 11%;
            position: absolute;
            height: 80px; }
            @media screen and (max-width: 39.9375em) {
              .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-image img {
                top: -47%;
                left: -13%; } }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content {
          width: 52%; }
          @media screen and (max-width: 39.9375em) {
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content {
              width: 72%; } }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content h3, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content .h3 {
            display: none; }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content .dc-highlight-excerpt {
            background-color: #F3FAF5; }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content .dc-highlight-excerpt p {
              display: inline;
              text-transform: uppercase;
              font-size: 1.2rem;
              line-height: 2.0;
              color: #3E2B2F;
              padding: 0 5px;
              font-family: "Oswald", sans-serif;
              background-color: #b2dbc0;
              -webkit-box-decoration-break: clone;
                      box-decoration-break: clone; }
              @media screen and (max-width: 39.9375em) {
                .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content .dc-highlight-excerpt p {
                  font-size: 1rem; } }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-stats .flex-container .dc-highlight-content .button.hollow {
            display: none !important; }
    .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container {
        margin-left: 2em !important;
        margin-right: 2em !important; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          gap: 30px; }
          @media screen and (max-width: 39.9375em) {
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container {
              display: block;
              text-align: center; } }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-image {
            -ms-flex-preferred-size: 40%;
                flex-basis: 40%;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0; }
            @media screen and (max-width: 39.9375em) {
              .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-image {
                max-width: 33.3%;
                margin: 0 auto 1rem; } }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0; }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content h3::after, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content .h3::after {
              content: "";
              background: -webkit-gradient(linear, left top, right top, color-stop(0, #3e2b2f), color-stop(23%, #3e2b2f), color-stop(0, #fff), color-stop(26%, #fff), color-stop(0, #0b8261), to(#0b8261));
              background: -webkit-linear-gradient(left, #3e2b2f 0, #3e2b2f 23%, #fff 0, #fff 26%, #0b8261 0, #0b8261);
              background: linear-gradient(90deg, #3e2b2f 0, #3e2b2f 23%, #fff 0, #fff 26%, #0b8261 0, #0b8261);
              height: 6px !important;
              display: block;
              margin-top: 1rem;
              width: 100px; }
              @media screen and (max-width: 39.9375em) {
                .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content h3::after, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content .h3::after {
                  margin: 1rem auto 0; } }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content .button.hollow {
              display: none !important; }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content .dc-highlight-excerpt {
              font-size: 1rem; }
              .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content .dc-highlight-excerpt strong,
              .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container .dc-highlight-content .dc-highlight-excerpt b {
                display: block; }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-snapshot-stories .container .flex-container.has-image {
            -ms-flex-preferred-size: 60%;
                flex-basis: 60%; }
    .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content h3, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .h3 {
          position: relative;
          text-transform: none !important;
          margin: 1rem 0 !important;
          font-weight: 300; }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content h3::before, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .h3::before {
            content: '';
            background-image: url("https://durhamcollege.ca/wp-content/uploads/youtube.png");
            background-color: #F3FAF5;
            display: inline-block;
            /* Allows setting width and height */
            width: 25px;
            /* Adjust to your icon's width */
            height: 25px;
            /* Adjust to your icon's height */
            -webkit-background-size: contain;
                    background-size: contain;
            /* Ensures the image fits */
            background-repeat: no-repeat;
            /* Prevents tiling */
            margin-right: 5px;
            /* Optional: adds space after the icon */
            vertical-align: middle; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .button.hollow {
          display: none !important; }
        .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .dc-highlight-excerpt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .dc-highlight-excerpt .plyr {
            position: relative;
            width: 100%;
            max-width: 100%;
            min-width: 660px;
            height: auto;
            aspect-ratio: auto;
            -o-object-fit: contain;
               object-fit: contain;
            background: #F3FAF5;
            -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
            @media screen and (max-width: 39.9375em) {
              .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .dc-highlight-excerpt .plyr {
                min-width: 340px; } }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .dc-highlight-excerpt .plyr .plyr__controls {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-videos .dc-highlight-content .dc-highlight-excerpt .plyr img.plyr__poster {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain;
              -o-object-position: center;
                 object-position: center;
              z-index: 2;
              background: #F3FAF5; }
    .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-blog {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-blog .dc-highlight-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        padding: 1em 0;
        gap: 1em;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 0;
        width: 100%; }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-blog h3.dc-highlight-title, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-blog .dc-highlight-title.h3 {
        color: #0b8261;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        text-decoration: none !important;
        text-transform: inherit !important;
        font-size: 1.5rem !important;
        text-transform: none !important;
        margin: 0; }
        @media screen and (max-width: 39.9375em) {
          .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-blog h3.dc-highlight-title, .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-blog .dc-highlight-title.h3 {
            font-size: 1.75em !important; } }
      .program-highlights #dc-highlights-slider .keen-slider__slide.snapshot-blog a.button.hollow {
        font-size: 0.85em;
        text-align: center;
        text-wrap: nowrap; }
  .program-highlights .keen-slider__slide.snapshot-testimonials .container {
    position: relative;
    overflow: hidden;
    border: 0px;
    margin-left: 2em !important;
    margin-right: 2em !important;
    text-align: left;
    background: URL("/wp-content/themes/durhamcollege.ca/assets/images/misc/quote.png");
    background-repeat: no-repeat;
    background-position: 510px 125px;
    -webkit-background-size: 100px auto;
            background-size: 100px auto; }
    @media screen and (max-width: 39.9375em) {
      .program-highlights .keen-slider__slide.snapshot-testimonials .container {
        background-position: 230px 138px;
        -webkit-background-size: 100px auto;
        background-size: 79px auto; } }
    .program-highlights .keen-slider__slide.snapshot-testimonials .container .flex-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Aligns items vertically centered */
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      /* Ensures content stays aligned to the left */
      gap: 20px;
      /* Space between image and testimonial content */
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /* Allows responsiveness for smaller screens */
      z-index: 100;
      position: relative; }
    .program-highlights .keen-slider__slide.snapshot-testimonials .container .flex-item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      /* Allows both items to share available space */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Ensures elements inside are aligned */ }
    .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      /* Prevents the image container from stretching */
      width: 100px;
      /* Adjust thumbnail size as needed */
      height: 100px; }
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-image img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        /* Optional: Circular image */ }
    .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      /* Allows the testimonial content to expand */
      /* Prevents content from taking up too much space */
      word-wrap: break-word;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media screen and (max-width: 39.9375em) {
        .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content {
          max-width: 100%; } }
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content .dc-highlight-excerpt {
        line-height: 1.2;
        color: #0B8261 !important;
        font-size: 1.8rem !important;
        color: #0B8261 !important;
        font-weight: 300 !important;
        text-align: left !important;
        border-left: none !important;
        margin-bottom: 0;
        font-family: "Oswald", sans-serif !important;
        font-style: normal; }
        @media screen and (max-width: 39.9375em) {
          .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content .dc-highlight-excerpt {
            font-size: 1rem !important;
            margin-bottom: 1rem; } }
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content h3.dc-highlight-title, .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content .dc-highlight-title.h3 {
        margin-top: 2rem;
        color: #3E2B2F;
        font-size: 20.4px !important;
        text-align: left !important;
        position: relative; }
        @media screen and (max-width: 39.9375em) {
          .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content h3.dc-highlight-title, .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content .dc-highlight-title.h3 {
            font-size: 0.8em !important;
            margin-top: 1rem; } }
        .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content h3.dc-highlight-title:before, .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content .dc-highlight-title.h3:before {
          content: '';
          background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(23%, #000), color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, #0b8261), to(#0b8261));
          background: -webkit-linear-gradient(left, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
          background: linear-gradient(90deg, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
          height: 4px !important;
          position: absolute;
          top: -15px;
          width: 75px;
          left: 0; }
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content .testimonial-meta {
        position: relative;
        margin: 2em 0 0 0;
        font-size: 0.85em; }
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-highlight-content .button.hollow {
        display: none !important; }
    @media (max-width: 768px) {
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /* Stack image and content on smaller screens */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* Center aligns content */
        text-align: center;
        /* Centers text when stacked */ }
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .testimonial-image-container {
        width: 60px;
        /* Smaller image for mobile */
        height: 60px; }
      .program-highlights .keen-slider__slide.snapshot-testimonials .container .dc-profile {
        max-width: 100%;
        /* Allows full width on smaller screens */ } }
  .program-highlights .keen-slider__slide.snapshot-testimonials .test-slide-inner .dc-profile q:before,
  .program-highlights .keen-slider__slide.snapshot-testimonials .test-slide-inner .dc-profile q::after {
    font-family: 'Lato';
    font-size: 1.5rem; }
  .program-highlights .keen-slider__slide.snapshot-testimonials .test-slide-inner blockquote {
    font-size: 1.25em;
    line-height: 1.25;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: relative;
    border-left: none !important; }
  @media print, screen and (min-width: 64em) {
    .program-highlights .keen-slider__slide.snapshot-testimonials .test-slide-inner blockquote {
      font-size: 1.85em; } }
  .program-highlights .keen-slider__slide.snapshot-testimonials:before {
    content: '';
    position: absolute;
    width: 162px;
    height: 195px;
    top: 0px;
    left: 90px;
    background: URL("/wp-content/themes/durhamcollege.ca/assets/images/misc/quote.png");
    -webkit-background-size: 100px auto;
            background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-transform: scaleY(1) scaleX(-1);
        -ms-transform: scaleY(1) scaleX(-1);
            transform: scaleY(1) scaleX(-1); }
    @media screen and (max-width: 39.9375em) {
      .program-highlights .keen-slider__slide.snapshot-testimonials:before {
        top: 46px;
        left: 0;
        -webkit-background-size: 81px auto;
                background-size: 81px auto; } }
  .program-highlights .keen-slider__slide.snapshot-testimonials blockquote.h2.green {
    line-height: 1.2;
    color: #0B8261 !important;
    font-size: 1.7rem !important;
    color: #0B8261 !important;
    font-weight: 300 !important;
    text-align: left !important;
    border-left: none !important;
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .program-highlights .keen-slider__slide.snapshot-testimonials blockquote.h2.green {
        font-size: 1rem !important; } }

.dc-nn-wdiget {
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  padding: 1em 2.5em;
  color: #000; }
  .dc-nn-wdiget .nn-row {
    position: relative; }
  .dc-nn-wdiget .nn-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0.35em;
    position: relative; }
  @media only screen and (max-width: 736px) {
    .dc-nn-wdiget {
      padding: 1em 1.5em; } }
  .dc-nn-wdiget span,
  .dc-nn-wdiget a {
    color: #000; }
  .dc-nn-wdiget .img {
    height: 120px;
    width: 240px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50%; }

.resources .resources-row .top-resource {
  padding: 1em 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media print, screen and (min-width: 40em) {
    .resources .resources-row .top-resource {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .resources .resources-row .top-resource .primary-resource {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .resources .resources-row .top-resource .primary-resource {
        max-width: 50%; } }
    .resources .resources-row .top-resource .primary-resource span.h3 {
      margin: 0 0 0.25em 0; }
    .resources .resources-row .top-resource .primary-resource img {
      margin: 0 0 0.25em 0em;
      -webkit-box-shadow: 0 0px 10px 2px #555 !important;
              box-shadow: 0 0px 10px 2px #555 !important;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 125px;
              flex: 1 1 125px;
      max-width: 125px;
      margin: 0 0.5em; }
    .resources .resources-row .top-resource .primary-resource .resource-description {
      max-width: 66%;
      margin: 0 1.5em; }
  .resources .resources-row .top-resource .resources-img {
    height: 100px;
    padding: 0.75em;
    -webkit-filter: invert(1);
            filter: invert(1); }

.resources span.h3 {
  margin: 0 0 0.25em 0; }

.resources a.button.hollow {
  margin: 1.25em 0 0 0;
  white-space: nowrap; }

.resources .secondary-resources {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1.5em 0.25em; }
  @media print, screen and (min-width: 40em) {
    .resources .secondary-resources {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      max-width: 40%; } }
  .resources .secondary-resources ul {
    white-space: unset;
    text-align: left !important;
    margin: 0; }
    .resources .secondary-resources ul:after {
      background: none !important; }
    .resources .secondary-resources ul li {
      display: block !important; }
      .resources .secondary-resources ul li a {
        padding: 0;
        text-decoration: underline;
        font-size: 0.85rem !important; }
        .resources .secondary-resources ul li a:after {
          height: 0;
          margin-top: 0;
          content: ''; }
        .resources .secondary-resources ul li a span {
          padding-left: 0;
          white-space: normal;
          font-size: 0.85em; }
      .resources .secondary-resources ul li:before {
        font-family: 'FontAwesome';
        content: "»";
        color: #0b8261;
        display: inline;
        width: unset;
        margin-left: unset;
        margin-right: 0.5em; }

.resources .program-icons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media print, screen and (min-width: 40em) {
    .resources .program-icons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .resources .program-icons .prog-icons {
    text-align: center;
    padding: 0.25em 0.75em; }
    @media only screen and (max-width: 736px) and (min-width: 415px) {
      .resources .program-icons .prog-icons {
        width: 100% !important; } }
    .resources .program-icons .prog-icons:after {
      display: none;
      content: ''; }

#tabGallery .n2-ss-slide:only-child {
  margin-left: 0 !important; }

.program-tabs-mobile {
  padding: 0 !important; }
  .program-tabs-mobile a.dc-apply-drop {
    font-size: 0.95rem;
    padding: 10px !important;
    display: block;
    text-align: left;
    border-bottom: 3px solid #E03100; }
    .program-tabs-mobile a.dc-apply-drop .fa {
      float: right; }
  .program-tabs-mobile .dc-apply-drop-menu li {
    display: block; }
  .program-tabs-mobile .mNavContianer {
    background-color: #fafdfb;
    list-style: none;
    padding: 5px 3px 6px 10px;
    margin: 0;
    white-space: nowrap;
    float: none;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca; }
    .program-tabs-mobile .mNavContianer li {
      position: relative; }
    .program-tabs-mobile .mNavContianer .mNavTitle {
      text-align: left;
      color: #0b8261;
      text-transform: uppercase;
      font-size: 1rem !important; }
    .program-tabs-mobile .mNavContianer a {
      width: 99%;
      position: absolute;
      left: 0; }
      .program-tabs-mobile .mNavContianer a .fa {
        float: right;
        color: #0b8261;
        cursor: pointer;
        margin: 4px 5px 5px 5px; }
  .program-tabs-mobile #deeplinked-tabs {
    display: none;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    float: none;
    width: 100%; }
    .program-tabs-mobile #deeplinked-tabs li {
      position: relative;
      display: block;
      float: none !important;
      border-bottom: 1px solid #cacaca;
      background-color: #fff;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
           break-inside: avoid; }
      .program-tabs-mobile #deeplinked-tabs li:nth-child(even) {
        background-color: #f8f8f8; }
      .program-tabs-mobile #deeplinked-tabs li a {
        font-size: 0.95rem;
        padding: 10px !important;
        display: block;
        line-height: 1; }
        .program-tabs-mobile #deeplinked-tabs li a[aria-selected='true'] {
          background: inherit !important; }
  .program-tabs-mobile #deeplinked-tabs.is-open {
    display: block; }
  .program-tabs-mobile #deeplinked-tabs.closed {
    display: none; }
  .program-tabs-mobile .progStickyTabsM.is-stuck {
    top: 45px !important;
    max-width: 100% !important;
    width: 100% !important; }

.degree-widget {
  margin-bottom: 3rem !important; }
  .degree-widget .degree-widget-container {
    border: 2px solid #ccc;
    padding-top: 20px; }
    .degree-widget .degree-widget-container .date-date {
      border-right: 2px solid #cacaca;
      text-align: center; }
      .degree-widget .degree-widget-container .date-date a {
        text-decoration: none; }
        .degree-widget .degree-widget-container .date-date a .date-month {
          color: #45A046;
          font-weight: 400;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          line-height: 1.5;
          font-size: 1.3rem; }
        .degree-widget .degree-widget-container .date-date a .date-day {
          font-family: "Oswald", sans-serif;
          font-size: 2.6em;
          font-weight: 400;
          color: #45A046;
          line-height: 30px;
          display: block;
          padding-bottom: 15px;
          text-decoration: none; }
    .degree-widget .degree-widget-container .date-copy {
      margin-left: 20px; }

.pswcTuitionBtn {
  margin: -30px 0 0 70px;
  padding: 5px;
  font-size: 0.9rem; }
  @media screen and (max-width: 39.9375em) {
    .pswcTuitionBtn {
      margin: 0; } }

/* Degree widget end */
.progVTembed {
  padding: 20px; }
  @media screen and (max-width: 39.9375em) {
    .progVTembed {
      padding: 5px; } }
  .progVTembed .bg-light-green {
    padding: 0 40px 40px 40px !important; }
    @media screen and (max-width: 39.9375em) {
      .progVTembed .bg-light-green {
        padding: 0 20px 20px 20px !important; } }
    .progVTembed .bg-light-green .progVTtitle {
      padding: 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .progVTembed .bg-light-green .progVTtitle h2, .progVTembed .bg-light-green .progVTtitle .h2 {
        font-weight: 400;
        text-transform: uppercase;
        font-size: 2rem !important;
        padding: 20px 0 15px 0;
        display: inline-block; }
        @media screen and (max-width: 39.9375em) {
          .progVTembed .bg-light-green .progVTtitle h2, .progVTembed .bg-light-green .progVTtitle .h2 {
            font-size: 1.3rem !important; } }
      .progVTembed .bg-light-green .progVTtitle a {
        margin-bottom: 0;
        padding: 10px;
        font-size: 1rem; }
        @media screen and (max-width: 39.9375em) {
          .progVTembed .bg-light-green .progVTtitle a {
            padding: 5px;
            font-size: 0.8rem; } }

/*Modal version of Connect */
.progConnectwithUs {
  margin: 0;
  padding: 30px 10px; }
  .progConnectwithUs hr.white {
    border-color: #fff; }
  .progConnectwithUs h4.first.small.green.highlight, .progConnectwithUs .first.small.green.highlight.h4 {
    color: #0B8261 !important; }
  .progConnectwithUs h4, .progConnectwithUs .h4 {
    color: #000 !important;
    font-family: 'Lato' !important;
    font-size: 1rem !important;
    font-weight: bold;
    margin-top: 2rem !important; }
  .progConnectwithUs h2, .progConnectwithUs .h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem !important;
    margin-bottom: 2rem; }
  .progConnectwithUs h2.gform_submission_error, .progConnectwithUs .gform_submission_error.h2 {
    font-size: 16px !important; }
  .progConnectwithUs h3, .progConnectwithUs .h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1.25em !important;
    display: block;
    margin-top: 3rem; }
    .progConnectwithUs h3.first, .progConnectwithUs .first.h3 {
      margin-top: 1rem; }

@media print {
  .tabs-panel {
    display: block; }
  .program-tabs {
    display: none; }
  .banner {
    display: block; }
  .banner-media {
    display: none; }
  .accordion-content {
    display: block; }
  .resource-link {
    display: none; }
  .contact-us-form {
    display: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a.link-secondary, footer ul.footer-menu li a {
    display: none; } }

.apply-now-program {
  text-align: center; }

@media screen and (max-width: 39.9375em) {
  .apply-button {
    margin: 0;
    padding: 0.7em 1em !important; } }

.resources h4, .resources .h4 {
  display: block; }

.dcIntakeBlock {
  margin-bottom: 2.2em !important; }

.dc-nn-wdiget {
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000; }
  .dc-nn-wdiget a {
    text-decoration: none;
    text-transform: initial;
    font-family: "Lato", sans-serif;
    font-size: 0.85em;
    text-align: center;
    font-weight: bold; }
    .dc-nn-wdiget a:hover {
      text-decoration: underline; }

/* COOP specific over-rides */
#tabCOOP h4.h3, #tabCOOP .h3.h4 {
  color: #0B8261 !important;
  font-family: 'Oswald', sans-serif !important; }

/* Related programs */
.dcrelatedPrograms {
  margin-top: 4rem;
  padding: 25px 25px 0; }
  .dcrelatedPrograms .h2 {
    font-weight: 400;
    font-size: 2rem;
    color: #3e2b2f;
    margin-bottom: 0.75em; }
    @media screen and (max-width: 39.9375em) {
      .dcrelatedPrograms .h2 {
        font-size: 1.6em; } }
  .dcrelatedPrograms .rpBtnCol {
    text-align: left;
    margin-top: 10px; }
    @media print, screen and (min-width: 40em) {
      .dcrelatedPrograms .rpBtnCol {
        text-align: right;
        margin-top: 22px; } }
    .dcrelatedPrograms .rpBtnCol .rpBtn {
      padding: 10px; }
      @media screen and (max-width: 39.9375em) {
        .dcrelatedPrograms .rpBtnCol .rpBtn {
          padding: 5px;
          font-size: 1rem; } }
  .dcrelatedPrograms .dc-related-widget {
    /* custom scrollbar */
    background: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none !important;
    padding: 1em;
    color: #000; }
    .dcrelatedPrograms .dc-related-widget :hover {
      cursor: move;
      /* fallback if grab cursor is unsupported */
      cursor: grab;
      cursor: -webkit-grab; }
    .dcrelatedPrograms .dc-related-widget :active {
      cursor: grabbing;
      cursor: -webkit-grabbing; }
    .dcrelatedPrograms .dc-related-widget ::-webkit-scrollbar {
      width: 20px; }
    .dcrelatedPrograms .dc-related-widget ::-webkit-scrollbar-track {
      background-color: transparent; }
    .dcrelatedPrograms .dc-related-widget ::-webkit-scrollbar-thumb {
      /*  background-color: #d6dee1;*/
      background-color: transparent;
      border-radius: 20px;
      border: 6px solid transparent;
      -webkit-background-clip: content-box;
              background-clip: content-box; }
    .dcrelatedPrograms .dc-related-widget ::-webkit-scrollbar-thumb:hover {
      /*  background-color: #a8bbbf;*/
      background-color: transparent; }
    .dcrelatedPrograms .dc-related-widget .related-row {
      position: relative; }
      .dcrelatedPrograms .dc-related-widget .related-row:not(.end) {
        position: relative; }
        .dcrelatedPrograms .dc-related-widget .related-row:not(.end):after {
          pointer-events: none;
          content: '';
          height: 215px;
          width: 10em;
          right: -0.85em;
          top: 0;
          position: absolute;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#F3FAF5));
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #F3FAF5);
          background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F3FAF5);
          z-index: 100;
          opacity: 1;
          -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }
          @media screen and (max-width: 39.9375em) {
            .dcrelatedPrograms .dc-related-widget .related-row:not(.end):after {
              width: 5em; } }
    .dcrelatedPrograms .dc-related-widget .related-row.middle:after {
      pointer-events: none;
      content: '';
      height: 215px;
      width: 10em;
      right: -0.85em;
      top: 0;
      position: absolute;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#F3FAF5));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #F3FAF5);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F3FAF5);
      z-index: 100;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      @media screen and (max-width: 39.9375em) {
        .dcrelatedPrograms .dc-related-widget .related-row.middle:after {
          width: 5em; } }
    .dcrelatedPrograms .dc-related-widget .related-row.middle:before {
      pointer-events: none;
      content: '';
      height: 215px;
      width: 10em;
      left: -0.85em;
      top: 0;
      position: absolute;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#F3FAF5));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #F3FAF5);
      background: linear-gradient(270deg, rgba(255, 255, 255, 0), #F3FAF5);
      z-index: 100;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      @media screen and (max-width: 39.9375em) {
        .dcrelatedPrograms .dc-related-widget .related-row.middle:before {
          width: 5em; } }
    .dcrelatedPrograms .dc-related-widget .related-row.end:after {
      pointer-events: none;
      content: '';
      height: 215px;
      width: 10em;
      left: -0.85em;
      top: 0;
      position: absolute;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#F3FAF5));
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #F3FAF5);
      background: linear-gradient(270deg, rgba(255, 255, 255, 0), #F3FAF5);
      z-index: 100;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      @media screen and (max-width: 39.9375em) {
        .dcrelatedPrograms .dc-related-widget .related-row.end:after {
          width: 5em; } }
    .dcrelatedPrograms .dc-related-widget .relatedItems {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-y: hidden;
      overflow-x: scroll;
      max-width: 100%;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 0.35em;
      position: relative; }
      .dcrelatedPrograms .dc-related-widget .relatedItems .rp-item {
        margin: 0 2em 0 0;
        -webkit-box-flex: 0;
            -ms-flex: 0;
                flex: 0;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        max-width: 300px;
        padding: 0 0 1em 0; }
        .dcrelatedPrograms .dc-related-widget .relatedItems .rp-item:nth-last-child(1) {
          margin: 0; }
        .dcrelatedPrograms .dc-related-widget .relatedItems .rp-item .rp-item-text {
          margin-top: 0.5rem; }
    .dcrelatedPrograms .dc-related-widget span,
    .dcrelatedPrograms .dc-related-widget a {
      color: #000;
      line-height: normal;
      text-decoration: none;
      text-transform: initial;
      font-family: "Lato", sans-serif;
      font-size: 0.85em;
      text-align: center;
      font-weight: bold; }
    .dcrelatedPrograms .dc-related-widget .img {
      height: 150px;
      width: 300px;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50%; }
    .dcrelatedPrograms .dc-related-widget ul.scroll-indicators {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .dcrelatedPrograms .dc-related-widget ul.scroll-indicators li {
        position: relative;
        display: inline-block; }
        .dcrelatedPrograms .dc-related-widget ul.scroll-indicators li:before {
          content: '';
          width: 9px;
          height: 9px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          background: #455560;
          opacity: 1;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-width: 0px;
          border-style: solid;
          border-color: RGBA(0, 0, 0, 1);
          border-radius: 50px;
          margin: 0 4px;
          -ms-flex-line-pack: center;
              align-content: center;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-transition: background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          transition: background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          transition: background 0.25s ease-in-out, transform 0.25s ease-in-out;
          transition: background 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
        .dcrelatedPrograms .dc-related-widget ul.scroll-indicators li.active:before {
          background: #0B8261;
          -webkit-transition: background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          transition: background 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          transition: background 0.25s ease-in-out, transform 0.25s ease-in-out;
          transition: background 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
          -webkit-transform: scale(1.25);
              -ms-transform: scale(1.25);
                  transform: scale(1.25); }

#topNav {
  z-index: 300 !important; }

/* CONNECT WITH US FORM  */
.dcConnectBtnC .button {
  font-size: 0.9rem !important;
  padding: 10px !important; }

.dcConnectContainer {
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  opacity: 0;
  display: none;
  margin-top: 1rem !important; }
  .dcConnectContainer h4, .dcConnectContainer .h4 {
    margin-top: 2rem; }
  .dcConnectContainer .wFormContainer tbody {
    background-color: inherit !important; }
  .dcConnectContainer .wFormContainer .oneField,
  .dcConnectContainer .wFormContainer .actions {
    margin: 0 !important;
    padding: 0 !important; }
  .dcConnectContainer .wFormContainer .label {
    padding-top: 0px !important;
    font-size: 16px !important;
    font-weight: bold;
    background: none;
    color: #000000;
    margin-bottom: 0 !important;
    margin-left: -5px !important; }
  .dcConnectContainer .wFormContainer .inputWrapper .choices {
    display: inline !important; }
    .dcConnectContainer .wFormContainer .inputWrapper .choices .oneChoice {
      display: inline-block; }
      .dcConnectContainer .wFormContainer .inputWrapper .choices .oneChoice label {
        font-weight: 400 !important;
        margin-bottom: 5px !important; }
  .dcConnectContainer .wFormContainer .wFormFooter {
    display: none !important; }
  .dcConnectContainer .wFormContainer .captchaHelp {
    display: none !important; }
  .dcConnectContainer .wFormContainer .wForm input[type=button],
  .dcConnectContainer .wFormContainer .wForm input[type=submit] {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    margin: 9px 0 0 0;
    padding: 15px;
    border-radius: 0;
    background-image: none !important;
    border: none !important;
    background-color: #0B8261 !important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    vertical-align: middle; }
  .dcConnectContainer .wFormContainer #tfa_3108 {
    margin-top: 1rem; }
  .dcConnectContainer .wFormContainer #tfa_3100-D {
    padding-top: 1rem !important; }

.dcConnectContainer.active {
  opacity: 1;
  display: block; }

.connectFormSuccess .connectFormSuccessToggle {
  cursor: pointer; }

.progConnectwithUs h3.connectR, .progConnectwithUs .connectR.h3,
.progConnectwithUs h3.connectI,
.progConnectwithUs .connectI.h3,
.progConnectwithUs h3.connectA,
.progConnectwithUs .connectA.h3 {
  cursor: pointer; }

.progConnectwithUs .connectRCon,
.progConnectwithUs .connectICon,
.progConnectwithUs .connectACon {
  display: block !important;
  margin-bottom: 1rem; }

.progConnectwithUs .connectRCon.closed,
.progConnectwithUs .connectICon.closed,
.progConnectwithUs .connectACon.closed {
  display: none !important;
  margin-bottom: 0; }

.progConnectwithUs #tfa_3081-HTML {
  display: none; }

.dcProgIndustry {
  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;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 39.9375em) {
    .dcProgIndustry {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 0; } }
  .dcProgIndustry .dcProgIndustryTitle {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /* Allow this element to grow and take remaining space */
    padding-left: 9px; }
    @media screen and (max-width: 39.9375em) {
      .dcProgIndustry .dcProgIndustryTitle {
        text-align: center;
        margin-bottom: 2rem;
        padding-left: 0; } }
    .dcProgIndustry .dcProgIndustryTitle .button.hollow {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      margin: 8px 0 0 0;
      text-transform: uppercase;
      display: block !important; }
  .dcProgIndustry .dcProgIndustryImg {
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .dcProgIndustry .dcProgIndustryImg {
        width: 100%; } }
    .dcProgIndustry .dcProgIndustryImg .circle-img-md {
      margin-right: 35px; }
      @media screen and (max-width: 39.9375em) {
        .dcProgIndustry .dcProgIndustryImg .circle-img-md {
          margin-right: 0;
          margin-bottom: 2rem; } }
      .dcProgIndustry .dcProgIndustryImg .circle-img-md .img {
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .dcProgIndustry .dcProgIndustryImg .dcProgIndustryLogo {
      position: absolute;
      bottom: -13px;
      left: 63px;
      padding: 3px;
      background-color: #fff;
      -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
              box-shadow: 0 0px 10px 2px #8b8b8b; }
      @media screen and (max-width: 39.9375em) {
        .dcProgIndustry .dcProgIndustryImg .dcProgIndustryLogo {
          bottom: 15%;
          left: 50%; } }
      .dcProgIndustry .dcProgIndustryImg .dcProgIndustryLogo img {
        width: 80px;
        height: auto; }

#tabOverview hr {
  margin: 1rem 0 2rem 0; }

/* Juicer Feed */
.juicer-feed ul.j-filters {
  display: none !important; }

.juicer-feed.modern .j-poster h3, .juicer-feed.modern .j-poster .h3 {
  font-size: 12px !important; }

#tabSocial .juicer {
  margin-top: 2rem !important; }

/* Faculty experts */
#tabFaculty ul.facultyC {
  margin-top: 2rem; }
  #tabFaculty ul.facultyC li {
    border-bottom: 1px solid #cacaca; }
    @media print, screen and (min-width: 64em) {
      #tabFaculty ul.facultyC li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    #tabFaculty ul.facultyC li .facultyProfileC {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    #tabFaculty ul.facultyC li:before {
      content: "";
      width: 0;
      height: 0; }
    #tabFaculty ul.facultyC li h3, #tabFaculty ul.facultyC li .h3 {
      margin: 0; }
    #tabFaculty ul.facultyC li h4, #tabFaculty ul.facultyC li .h4 {
      text-transform: inherit !important;
      margin-top: 0.5rem !important; }
    #tabFaculty ul.facultyC li ul {
      list-style: disc; }
      #tabFaculty ul.facultyC li ul li {
        display: block;
        border-bottom: none; }
        #tabFaculty ul.facultyC li ul li:before {
          font-family: 'FontAwesome';
          content: "»";
          color: #0b8261;
          display: inline-block;
          width: 1.2em;
          margin-left: -1.2em; }
    #tabFaculty ul.facultyC li:last-of-type {
      border: none; }

/* See our Space */
#tabSeeSpace iframe.programVT {
  border: 0;
  min-height: 500px;
  /* height:50vh; */
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    #tabSeeSpace iframe.programVT {
      min-height: 300px;
      height: 300px; } }

/* Next Steps - mobile */
li.dcprogSubNavItem {
  background-color: #e5f1ed !important; }
  li.dcprogSubNavItem:nth-child(even) {
    background-color: #f2f8f6 !important; }
  li.dcprogSubNavItem a:hover {
    background-color: transparent !important; }

/* Unibuddy/SA tab */
#tabAskStudent .mentors-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.kalendae .k-days span {
  width: 20px !important;
  height: 20px !important;
  text-align: center !important; }

.dc-microsite-tabs {
  margin-bottom: 3rem; }
  .dc-microsite-tabs ul {
    overflow-x: auto;
    white-space: nowrap;
    float: none;
    overflow-x: auto;
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .dc-microsite-tabs ul {
        margin-bottom: 0; }
        .dc-microsite-tabs ul:after {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          pointer-events: none;
          background: -webkit-gradient(linear, left top, right top, from(white), color-stop(20%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), to(white));
          background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%);
          background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%); } }
    .dc-microsite-tabs ul li:first-child,
    .dc-microsite-tabs ul li:nth-child(2),
    .dc-microsite-tabs ul li:last-child {
      z-index: 3;
      position: relative; }
    .dc-microsite-tabs ul a.apply-button {
      position: absolute;
      right: 0;
      top: 50%;
      margin-bottom: 0;
      margin-left: 10px;
      z-index: 99;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      height: 100%; }
    .dc-microsite-tabs ul li {
      display: inline-block !important;
      vertical-align: inherit; }
      .dc-microsite-tabs ul li a {
        padding: 0.95em; }
        .dc-microsite-tabs ul li a:first-child:not(.button) {
          padding-left: 0px;
          font-size: 0.95rem !important; }
        .dc-microsite-tabs ul li a span {
          white-space: nowrap;
          font-size: 0.95rem; }
      .dc-microsite-tabs ul li.apply-button, .dc-microsite-tabs ul li.page_item.page_item_cta {
        position: absolute;
        right: 0;
        top: 0;
        margin-bottom: 0;
        height: 100%;
        margin-left: 10px; }
        .dc-microsite-tabs ul li.apply-button a:after, .dc-microsite-tabs ul li.page_item.page_item_cta a:after {
          content: "";
          background: none;
          height: 0px;
          width: 0;
          display: block;
          margin: auto;
          opacity: 0;
          -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          margin-top: 20px; }
      .dc-microsite-tabs ul li.active a, .dc-microsite-tabs ul li.current_page_ancestor a, .dc-microsite-tabs ul li.router-link-exact-active a, .dc-microsite-tabs ul li.router-link-active a {
        color: #0B8261;
        padding-bottom: 0;
        white-space: nowrap; }
        .dc-microsite-tabs ul li.active a:after, .dc-microsite-tabs ul li.current_page_ancestor a:after, .dc-microsite-tabs ul li.router-link-exact-active a:after, .dc-microsite-tabs ul li.router-link-active a:after {
          content: "";
          background: -webkit-gradient(linear, left top, right top, color-stop(0, #0b8261), color-stop(49.5%, #0b8261), color-stop(0, transparent), color-stop(52%, transparent), color-stop(0, #522c1b), to(#522c1b));
          background: -webkit-linear-gradient(left, #0b8261 0, #0b8261 49.5%, transparent 0, transparent 52%, #522c1b 0, #522c1b);
          background: linear-gradient(90deg, #0b8261 0, #0b8261 49.5%, transparent 0, transparent 52%, #522c1b 0, #522c1b);
          height: 5px;
          width: 100%;
          opacity: 1;
          display: block;
          margin: auto;
          -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
          margin-top: 20px; }
      .dc-microsite-tabs ul li.active span, .dc-microsite-tabs ul li.current_page_ancestor span, .dc-microsite-tabs ul li.router-link-exact-active span, .dc-microsite-tabs ul li.router-link-active span {
        color: #0B8261; }
      .dc-microsite-tabs ul li a {
        text-decoration: none;
        padding-bottom: 0;
        white-space: nowrap; }
        .dc-microsite-tabs ul li a:after {
          content: "";
          background: transparent;
          height: 5px;
          width: 100%;
          display: block;
          margin: auto;
          margin-top: 19px; }
  .dc-microsite-tabs ~ article.main-content .section-title-container:first-of-type.row.expanded {
    margin-top: -3em; }
  @media screen and (max-width: 39.9375em) {
    .dc-microsite-tabs {
      margin-bottom: 3rem; } }

.dc-micro-social-list {
  list-style: none;
  font-size: 0.7rem;
  margin: 0;
  height: 25px; }
  .dc-micro-social-list li {
    float: left;
    margin-right: 10px; }
    .dc-micro-social-list li a {
      color: #455560; }
      .dc-micro-social-list li a:hover {
        color: #0B8261; }

ul#library-tabs {
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  height: auto;
  overflow-x: auto; }
  @media only screen and (max-width: 400px) {
    ul#library-tabs li {
      float: none; } }
  ul#library-tabs li.tabs-title.is-active {
    background-color: #fff; }
    ul#library-tabs li.tabs-title.is-active > a {
      background: #fff;
      padding: 15px;
      margin-bottom: 0;
      color: #000;
      text-decoration: none;
      font-size: 0.9rem; }
      ul#library-tabs li.tabs-title.is-active > a:hover {
        text-decoration: underline;
        color: #0B8261; }
    @media only screen and (max-width: 400px) {
      ul#library-tabs li.tabs-title.is-active a {
        padding-right: 0; } }
  ul#library-tabs li.tabs-title {
    background-color: #f5f5f5; }
    ul#library-tabs li.tabs-title > a {
      padding: 15px;
      margin-bottom: 0;
      color: #000;
      text-decoration: none;
      font-size: 0.9rem; }
      ul#library-tabs li.tabs-title > a:hover {
        text-decoration: underline;
        color: #0B8261; }
    @media only screen and (max-width: 400px) {
      ul#library-tabs li.tabs-title a {
        padding-right: 0; } }

.libraryblock {
  background-color: #008466;
  clear: both;
  min-height: 80px;
  height: auto;
  width: auto;
  padding: 15px;
  margin-bottom: 0.5rem !important;
  text-align: center; }
  .libraryblock a {
    color: #fff;
    text-decoration: none; }
    .libraryblock a:hover {
      color: #fff;
      text-decoration: underline !important; }
    .libraryblock a span.dc-library-icon-text {
      float: left;
      margin: 0 0 0 1em;
      color: #fff; }
      .libraryblock a span.dc-library-icon-text:hover {
        text-decoration: underline; }
  .libraryblock .columns.column-block.padding-top-sm > img,
  .libraryblock .columns.column-block.padding-top-sm span {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    float: none;
    margin: 0 auto; }
  .libraryblock .dc-library-icon-text {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    white-space: nowrap; }
    .libraryblock .dc-library-icon-text:hover {
      text-decoration: underline; }

.libraryh3lp {
  text-align: center; }

.colourrule {
  display: block;
  width: 100%;
  height: 10px;
  background: url("/wp-content/uploads/hr-01.svg") top left repeat-x; }

/*Mixin for styled stack dc date */
/* Mixin for profile style round images */
.circle-img:not(.no-preview),
.circle-img .circle-img-sm:not(.no-preview) {
  position: initial; }
  @media print, screen and (min-width: 64em) {
    .circle-img:not(.no-preview),
    .circle-img .circle-img-sm:not(.no-preview) {
      position: relative; } }
  .circle-img:not(.no-preview).no-preview::before,
  .circle-img .circle-img-sm:not(.no-preview).no-preview::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: visible;
    z-index: 999;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
            box-shadow: 0 0px 10px 2px #8b8b8b;
    margin: 0 -50px; }
    @media print, screen and (min-width: 40em) {
      .circle-img:not(.no-preview).no-preview::before,
      .circle-img .circle-img-sm:not(.no-preview).no-preview::before {
        margin: 0; } }
  .circle-img:not(.no-preview) img,
  .circle-img .circle-img-sm:not(.no-preview) img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
  .circle-img:not(.no-preview) div.img,
  .circle-img .circle-img-sm:not(.no-preview) div.img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
    .circle-img:not(.no-preview) div.img::not(.no-preview):not(.has-preview):before,
    .circle-img .circle-img-sm:not(.no-preview) div.img::not(.no-preview):not(.has-preview):before {
      content: "";
      height: 1px;
      width: 100%;
      display: block;
      border-bottom: 1px solid #cacaca;
      top: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      position: absolute; }
    .circle-img:not(.no-preview) div.img.icon,
    .circle-img .circle-img-sm:not(.no-preview) div.img.icon {
      -webkit-background-size: 75px 75px;
              background-size: 75px;
      background-repeat: no-repeat; }
  .circle-img:not(.no-preview) div.video,
  .circle-img .circle-img-sm:not(.no-preview) div.video {
    display: block;
    max-width: 100%;
    overflow: hidden;
    max-height: 50px;
    border-radius: 50%;
    max-width: 50px;
    min-height: 50px;
    width: 50px;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
    .circle-img:not(.no-preview) div.video video,
    .circle-img .circle-img-sm:not(.no-preview) div.video video {
      left: -50px;
      top: -125px;
      width: 640px;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .circle-img:not(.no-preview) div.video video,
        .circle-img .circle-img-sm:not(.no-preview) div.video video {
          top: -115px;
          left: -40px; } }

.circle-img.no-preview {
  width: auto;
  -webkit-transform: rotate(0deg);
  border-radius: 50%;
  overflow: visible;
  max-width: 100%; }

.circle-img-md:not(.no-preview) {
  position: initial; }
  @media print, screen and (min-width: 64em) {
    .circle-img-md:not(.no-preview) {
      position: relative; } }
  .circle-img-md:not(.no-preview).no-preview::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: visible;
    z-index: 999;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
            box-shadow: 0 0px 10px 2px #8b8b8b;
    margin: 0 -50px; }
    @media print, screen and (min-width: 40em) {
      .circle-img-md:not(.no-preview).no-preview::before {
        margin: 0; } }
  .circle-img-md:not(.no-preview) img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
  .circle-img-md:not(.no-preview) div.img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
    .circle-img-md:not(.no-preview) div.img::not(.no-preview):not(.has-preview):before {
      content: "";
      height: 1px;
      width: 100%;
      display: block;
      border-bottom: 1px solid #cacaca;
      top: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      position: absolute; }
    .circle-img-md:not(.no-preview) div.img.icon {
      -webkit-background-size: 75px 75px;
              background-size: 75px;
      background-repeat: no-repeat; }
  .circle-img-md:not(.no-preview) div.video {
    display: block;
    max-width: 100%;
    overflow: hidden;
    max-height: 100px;
    border-radius: 50%;
    max-width: 100px;
    min-height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
    .circle-img-md:not(.no-preview) div.video video {
      left: -50px;
      top: -125px;
      width: 640px;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .circle-img-md:not(.no-preview) div.video video {
          top: -115px;
          left: -40px; } }
  @media print, screen and (min-width: 64em) {
    .circle-img-md:not(.no-preview) {
      position: initial; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .circle-img-md:not(.no-preview) {
      position: relative; } }
  @media print, screen and (min-width: 64em) {
      .circle-img-md:not(.no-preview).no-preview::before {
        content: '';
        position: absolute;
        width: 125px;
        height: 125px;
        overflow: visible;
        z-index: 999;
        border-radius: 50%;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
                box-shadow: 0 0px 10px 2px #8b8b8b;
        margin: 0 -50px; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .circle-img-md:not(.no-preview).no-preview::before {
        margin: 0; } }
  @media print, screen and (min-width: 64em) {
      .circle-img-md:not(.no-preview) img {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        margin: 0px auto;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
        box-shadow: 0 0px 10px 2px #8b8b8b;
        display: block; }
      .circle-img-md:not(.no-preview) div.img {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: 50% 50%;
        margin: 0px auto;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
        box-shadow: 0 0px 10px 2px #8b8b8b;
        display: block; }
        .circle-img-md:not(.no-preview) div.img::not(.no-preview):not(.has-preview):before {
          content: "";
          height: 1px;
          width: 100%;
          display: block;
          border-bottom: 1px solid #cacaca;
          top: 50%;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          position: absolute; }
        .circle-img-md:not(.no-preview) div.img.icon {
          -webkit-background-size: 75px 75px;
                  background-size: 75px;
          background-repeat: no-repeat; }
      .circle-img-md:not(.no-preview) div.video {
        display: block;
        max-width: 100%;
        overflow: hidden;
        max-height: 125px;
        border-radius: 50%;
        max-width: 125px;
        min-height: 125px;
        width: 125px;
        margin: 0 auto;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0); }
        .circle-img-md:not(.no-preview) div.video video {
          left: -50px;
          top: -125px;
          width: 640px;
          position: relative; } }
      @media print, screen and (min-width: 64em) and (min-width: 64em) {
        .circle-img-md:not(.no-preview) div.video video {
          top: -115px;
          left: -40px; } }

.circle-img-md.no-preview {
  width: 100px;
  min-width: 100px;
  position: initial; }
  @media print, screen and (min-width: 64em) {
    .circle-img-md.no-preview {
      position: relative; } }
  .circle-img-md.no-preview.no-preview::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: visible;
    z-index: 999;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
            box-shadow: 0 0px 10px 2px #8b8b8b;
    margin: 0 -50px; }
    @media print, screen and (min-width: 40em) {
      .circle-img-md.no-preview.no-preview::before {
        margin: 0; } }
  .circle-img-md.no-preview img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
  .circle-img-md.no-preview div.img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
    .circle-img-md.no-preview div.img::not(.no-preview):not(.has-preview):before {
      content: "";
      height: 1px;
      width: 100%;
      display: block;
      border-bottom: 1px solid #cacaca;
      top: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      position: absolute; }
    .circle-img-md.no-preview div.img.icon {
      -webkit-background-size: 75px 75px;
              background-size: 75px;
      background-repeat: no-repeat; }
  .circle-img-md.no-preview div.video {
    display: block;
    max-width: 100%;
    overflow: hidden;
    max-height: 100px;
    border-radius: 50%;
    max-width: 100px;
    min-height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
    .circle-img-md.no-preview div.video video {
      left: -50px;
      top: -125px;
      width: 640px;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .circle-img-md.no-preview div.video video {
          top: -115px;
          left: -40px; } }
  @media print, screen and (min-width: 64em) {
    .circle-img-md.no-preview {
      position: initial; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .circle-img-md.no-preview {
      position: relative; } }
  @media print, screen and (min-width: 64em) {
      .circle-img-md.no-preview.no-preview::before {
        content: '';
        position: absolute;
        width: 125px;
        height: 125px;
        overflow: visible;
        z-index: 999;
        border-radius: 50%;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
                box-shadow: 0 0px 10px 2px #8b8b8b;
        margin: 0 -50px; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .circle-img-md.no-preview.no-preview::before {
        margin: 0; } }
  @media print, screen and (min-width: 64em) {
      .circle-img-md.no-preview img {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        margin: 0px auto;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
        box-shadow: 0 0px 10px 2px #8b8b8b;
        display: block; }
      .circle-img-md.no-preview div.img {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: 50% 50%;
        margin: 0px auto;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
        box-shadow: 0 0px 10px 2px #8b8b8b;
        display: block; }
        .circle-img-md.no-preview div.img::not(.no-preview):not(.has-preview):before {
          content: "";
          height: 1px;
          width: 100%;
          display: block;
          border-bottom: 1px solid #cacaca;
          top: 50%;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          position: absolute; }
        .circle-img-md.no-preview div.img.icon {
          -webkit-background-size: 75px 75px;
                  background-size: 75px;
          background-repeat: no-repeat; }
      .circle-img-md.no-preview div.video {
        display: block;
        max-width: 100%;
        overflow: hidden;
        max-height: 125px;
        border-radius: 50%;
        max-width: 125px;
        min-height: 125px;
        width: 125px;
        margin: 0 auto;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0); }
        .circle-img-md.no-preview div.video video {
          left: -50px;
          top: -125px;
          width: 640px;
          position: relative; } }
      @media print, screen and (min-width: 64em) and (min-width: 64em) {
        .circle-img-md.no-preview div.video video {
          top: -115px;
          left: -40px; } }

.circle-img-lg:not(.no-preview) {
  position: initial; }
  @media print, screen and (min-width: 64em) {
    .circle-img-lg:not(.no-preview) {
      position: relative; } }
  .circle-img-lg:not(.no-preview).no-preview::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: visible;
    z-index: 999;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
            box-shadow: 0 0px 10px 2px #8b8b8b;
    margin: 0 -50px; }
    @media print, screen and (min-width: 40em) {
      .circle-img-lg:not(.no-preview).no-preview::before {
        margin: 0; } }
  .circle-img-lg:not(.no-preview) img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
  .circle-img-lg:not(.no-preview) div.img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    margin: 0px auto;
    -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
    box-shadow: 0 0px 10px 2px #8b8b8b;
    display: block; }
    .circle-img-lg:not(.no-preview) div.img::not(.no-preview):not(.has-preview):before {
      content: "";
      height: 1px;
      width: 100%;
      display: block;
      border-bottom: 1px solid #cacaca;
      top: 50%;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      position: absolute; }
    .circle-img-lg:not(.no-preview) div.img.icon {
      -webkit-background-size: 75px 75px;
              background-size: 75px;
      background-repeat: no-repeat; }
  .circle-img-lg:not(.no-preview) div.video {
    display: block;
    max-width: 100%;
    overflow: hidden;
    max-height: 100px;
    border-radius: 50%;
    max-width: 100px;
    min-height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
    .circle-img-lg:not(.no-preview) div.video video {
      left: -50px;
      top: -125px;
      width: 640px;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .circle-img-lg:not(.no-preview) div.video video {
          top: -115px;
          left: -40px; } }
  @media print, screen and (min-width: 64em) {
    .circle-img-lg:not(.no-preview) {
      position: initial; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .circle-img-lg:not(.no-preview) {
      position: relative; } }
  @media print, screen and (min-width: 64em) {
      .circle-img-lg:not(.no-preview).no-preview::before {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        overflow: visible;
        z-index: 999;
        border-radius: 50%;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
                box-shadow: 0 0px 10px 2px #8b8b8b;
        margin: 0 -50px; } }
    @media print, screen and (min-width: 64em) and (min-width: 40em) {
      .circle-img-lg:not(.no-preview).no-preview::before {
        margin: 0; } }
  @media print, screen and (min-width: 64em) {
      .circle-img-lg:not(.no-preview) img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        margin: 0px auto;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
        box-shadow: 0 0px 10px 2px #8b8b8b;
        display: block; }
      .circle-img-lg:not(.no-preview) div.img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: 50% 50%;
        margin: 0px auto;
        -webkit-box-shadow: 0 0px 10px 2px #8b8b8b;
        box-shadow: 0 0px 10px 2px #8b8b8b;
        display: block; }
        .circle-img-lg:not(.no-preview) div.img::not(.no-preview):not(.has-preview):before {
          content: "";
          height: 1px;
          width: 100%;
          display: block;
          border-bottom: 1px solid #cacaca;
          top: 50%;
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%);
          position: absolute; }
        .circle-img-lg:not(.no-preview) div.img.icon {
          -webkit-background-size: 75px 75px;
                  background-size: 75px;
          background-repeat: no-repeat; }
      .circle-img-lg:not(.no-preview) div.video {
        display: block;
        max-width: 100%;
        overflow: hidden;
        max-height: 250px;
        border-radius: 50%;
        max-width: 250px;
        min-height: 250px;
        width: 250px;
        margin: 0 auto;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0); }
        .circle-img-lg:not(.no-preview) div.video video {
          left: -50px;
          top: -125px;
          width: 640px;
          position: relative; } }
      @media print, screen and (min-width: 64em) and (min-width: 64em) {
        .circle-img-lg:not(.no-preview) div.video video {
          top: -115px;
          left: -40px; } }
  @media print, screen and (min-width: 64em) {
      .circle-img-lg:not(.no-preview) img {
        border: 5px solid #fff; } }

.circle-img-lg.no-preview {
  width: auto;
  -webkit-transform: rotate(0deg);
  border-radius: 50%;
  overflow: visible;
  height: 100px;
  max-width: 100px; }
  @media print, screen and (min-width: 64em) {
    .circle-img-lg.no-preview {
      height: 250px;
      max-width: 250px; } }

.page-template-page-news-archive .dc-news-archive-img img {
  contain-intrinsic-size: revert; }

.loader {
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 5em auto;
  text-align: center; }
  .loader img,
  .loader svg {
    height: 50px;
    width: 50px; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section:not(:first-of-type):not(:last-of-type),
.panel-grid:not(:first-of-type):not(.no-row-border) {
  border-top: 2.5px solid #fff;
  border-bottom: 2.5px solid #ffffff; }

.section-title h2, .section-title .h2 {
  margin-bottom: 0;
  padding: 2rem 0; }

.section-title + .panel-grid:not(:first-of-type):not(:last-of-type),
.section-title + .row {
  border: 0; }
  .section-title + .panel-grid:not(:first-of-type):not(:last-of-type) section,
  .section-title + .row section {
    padding-top: 0 !important; }

*:focus {
  outline: 0; }

a {
  text-decoration: underline;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  word-wrap: break-word; }
  a.h1, a.h2, a.h3, a.h4, a.h5, a.h6, .social-container .copy-container a.copy-header {
    text-decoration: none; }

a.icon-link {
  font-size: 1.2rem;
  color: #000;
  text-decoration: none; }
  a.icon-link:focus, a.icon-link:hover {
    color: #0B8261; }
  a.icon-link + .icon-link {
    margin-left: .7rem; }
  a.icon-link.icon-link-secondary {
    color: #fff; }
    a.icon-link.icon-link-secondary:focus, a.icon-link.icon-link-secondary:hover {
      color: #d9d9d9; }
  a.icon-link.lg-icon .fa {
    font-size: 1.4rem; }

a.link-secondary, footer ul.footer-menu li a {
  color: #455560;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  a.link-secondary:focus, footer ul.footer-menu li a:focus, a.link-secondary:hover, footer ul.footer-menu li a:hover {
    color: #252e33; }

a.link-tertiary,
.link-tertiary {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  a.link-tertiary:focus, a.link-tertiary:hover,
  .link-tertiary:focus,
  .link-tertiary:hover {
    color: #0B8261; }

a.link-white {
  color: #fff;
  text-decoration: underline; }
  a.link-white:focus, a.link-white:hover {
    color: #d9d9d9; }

.trigger-modal {
  cursor: pointer; }

.trigger-modal:hover {
  cursor: pointer; }

a.link-white-secondary {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400; }
  a.link-white-secondary:focus, a.link-white-secondary:hover {
    color: #d9d9d9; }

a.news-link .fa.fa-newspaper-o {
  position: relative;
  bottom: -5px;
  margin-right: 5px; }

.text-upper,
.text-uppercase {
  text-transform: uppercase; }

.bg-green {
  background-color: #0B8261 !important; }
  .bg-green a.link-secondary, .bg-green footer ul.footer-menu li a, footer ul.footer-menu li .bg-green a {
    color: #fff; }

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

.bg-light-gray {
  background-color: #f8f8f8 !important; }
  .bg-light-gray.has-gradient {
    position: relative; }
    .bg-light-gray.has-gradient:before {
      content: '';
      position: absolute;
      margin: 0 auto;
      width: 550px;
      height: 100%;
      background: -webkit-linear-gradient(315deg, whitesmoke 0%, whitesmoke 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(135deg, whitesmoke 0%, whitesmoke 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background-position: 50% 0%;
      z-index: 0; }
    .bg-light-gray.has-gradient :first-child {
      z-index: 10; }

.bg-dark-gray {
  background-color: #455560 !important; }

.bg-white {
  background: white; }
  .bg-white a {
    text-decoration: none; }

.grayscale {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .grayscale:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.bg-light-green {
  background-color: #F3FAF5; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.color-green {
  color: #0B8261; }

.color-gray {
  color: #cacaca; }

.status-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -5px;
  position: relative; }
  .status-icon.open, .status-icon.Open {
    background-color: #45A046; }
  .status-icon.closed, .status-icon.Closed, .status-icon.suspended, .status-icon.Suspended, .status-icon.Unavailable, .status-icon.unavailable {
    background-color: #E03100; }
  .status-icon.waitlisted, .status-icon.Waitlisted, .status-icon.notice, .status-icon.Notice {
    background-color: #fbf235; }

p.large {
  font-size: 110%;
  line-height: 1.5; }

.xlg-text {
  font-size: 130px;
  line-height: 130px;
  font-family: "Oswald", sans-serif;
  color: #0B8261;
  font-weight: 400; }
  .xlg-text.white {
    color: #fff; }

hr {
  max-width: none; }
  hr.secondary {
    border-bottom: 1px solid #000; }

.banner #contact-map {
  margin-top: 0;
  height: 100%; }

.first-row {
  margin-bottom: 2.5em;
  -webkit-transition: margin 250ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: margin 250ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
  .first-row.menuPushDown {
    padding: 1.25em 0 0 0; }

.row.breadcrumb-container + iframe.youtube {
  min-width: 100%;
  height: auto;
  min-height: 600px; }

.list-column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.list-column-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4; }

.display-block {
  display: block !important; }

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .display-flex.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .display-flex.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .display-flex.no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.display-inline {
  display: inline !important; }

.display-inline-block {
  display: inline-block !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.nopadding {
  padding: 0 !important; }

.nopadding-top {
  padding-top: 0 !important; }

.position-absolute {
  position: absolute; }

.position-relative {
  position: relative; }

.margin-bottom-2 {
  margin-bottom: 2rem; }

/* Lists */
ul.has-stripes > li:nth-of-type(even) {
  background: #f2f2f2; }

ul.no-bullets {
  margin-left: 0px;
  padding-left: 0px; }
  ul.no-bullets li {
    list-style: none; }

ul.feature-list {
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    ul.feature-list {
      text-align: left; } }
  ul.feature-list div {
    display: block;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      ul.feature-list div {
        text-align: left; } }
  ul.feature-list a.h2,
  ul.feature-list a.h3,
  ul.feature-list a.h4 {
    text-decoration: none;
    text-transform: none;
    text-transform: initial;
    font-weight: 300;
    display: block;
    margin: 0.5em 0; }
    @media print, screen and (min-width: 40em) {
      ul.feature-list a.h2,
      ul.feature-list a.h3,
      ul.feature-list a.h4 {
        margin: 0 0 0.5em 0; } }
  ul.feature-list li,
  ul.feature-list .row {
    border-bottom: 1px solid #cacaca; }
    ul.feature-list li ul.feature-properties,
    ul.feature-list .row ul.feature-properties {
      display: block;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        ul.feature-list li ul.feature-properties,
        ul.feature-list .row ul.feature-properties {
          text-align: left; } }
      ul.feature-list li ul.feature-properties li,
      ul.feature-list .row ul.feature-properties li {
        display: block;
        list-style-type: none;
        border-bottom: none;
        line-height: 0.85em;
        font-size: 0.85em;
        margin: 0.5em 0;
        display: block;
        text-align: inherit;
        padding-left: 0; }
        @media print, screen and (min-width: 40em) {
          ul.feature-list li ul.feature-properties li,
          ul.feature-list .row ul.feature-properties li {
            margin: 0;
            display: inline;
            vertical-align: middle; }
            ul.feature-list li ul.feature-properties li span.status-icon,
            ul.feature-list .row ul.feature-properties li span.status-icon {
              width: 1em;
              height: 1em;
              border: 1px solid #ccc;
              outline: 1px solid #fff;
              vertical-align: middle;
              line-height: 1em;
              margin-right: 0.85em; }
              ul.feature-list li ul.feature-properties li span.status-icon:after,
              ul.feature-list .row ul.feature-properties li span.status-icon:after {
                display: none; } }
  @media print, screen and (min-width: 40em) and (min-width: 64em) {
    ul.feature-list li ul.feature-properties li,
    ul.feature-list .row ul.feature-properties li {
      font-size: 1em; } }
        @media print, screen and (min-width: 40em) {
            ul.feature-list li ul.feature-properties li.small,
            ul.feature-list .row ul.feature-properties li.small {
              margin: 0; }
            ul.feature-list li ul.feature-properties li:not(:first-of-type):before,
            ul.feature-list .row ul.feature-properties li:not(:first-of-type):before {
              content: '|';
              position: relative;
              padding: 0px 0.85em; } }
    ul.feature-list li p:only-of-type,
    ul.feature-list .row p:only-of-type {
      margin-bottom: 0; }

ul.date-list {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  min-height: 165px;
  display: inline-block; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    ul.date-list {
      padding-right: 15px; } }
  @media screen and (max-width: 39.9375em) {
    ul.date-list {
      min-height: 115px; } }
  ul.date-list .date-date {
    border-right: 1px solid #cacaca; }
    @media screen and (max-width: 39.9375em) {
      ul.date-list .date-date {
        padding-left: 0px; } }
    ul.date-list .date-date a {
      text-decoration: none; }
      ul.date-list .date-date a span {
        display: block;
        padding: 0;
        text-align: left; }
        ul.date-list .date-date a span.date-month {
          color: #000;
          font-weight: 400;
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          line-height: 1.5; }
          @media screen and (max-width: 39.9375em) {
            ul.date-list .date-date a span.date-month {
              text-align: left;
              padding-right: 0; } }
        ul.date-list .date-date a span.date-day {
          font-family: "Oswald", sans-serif;
          font-size: 2.5em;
          font-weight: 300;
          color: #0B8261;
          line-height: 30px;
          display: block;
          padding-bottom: 15px; }
          @media screen and (max-width: 39.9375em) {
            ul.date-list .date-date a span.date-day {
              text-align: left;
              font-size: 2em;
              padding-right: 0; } }
  ul.date-list .date-copy {
    padding-left: 15px; }
    @media screen and (max-width: 39.9375em) {
      ul.date-list .date-copy {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      ul.date-list .date-copy p {
        word-wrap: break-word; } }
    ul.date-list .date-copy a {
      text-decoration: none; }
      ul.date-list .date-copy a span.h4 {
        text-transform: initial; }
    ul.date-list .date-copy .display_title {
      font-weight: bold;
      color: black; }

ul [class^="circle-img-"]:before {
  display: none; }

dt,
dd {
  float: left; }

dt {
  clear: both;
  font-family: 'Oswald', sans-serif;
  font-weight: normal !important;
  color: #455560;
  padding-right: 5px;
  min-width: 8.5em;
  font-size: 1.25em;
  text-transform: uppercase; }

.more {
  display: inline; }

.morecontent .showmore {
  display: none; }

dd {
  font-size: 1em; }
  dd p {
    margin: 0; }
    dd p:not(:only-of-type):last-of-type {
      margin-bottom: 0.3rem; }

/* End Lists */
iframe {
  max-width: 100%; }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.heart-dc {
  height: 1em;
  width: 1em;
  position: relative;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  margin: 0 0.15em;
  display: inline-block;
  background: url(../../assets/images/brand/dc-heart.svg); }

.no-borders {
  border: 0px !important; }

body.overflow-hidden {
  position: fixed;
  height: 100%;
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto; }
  .row .expanded {
    padding-left: 0px;
    padding-right: 0px; }
  .row.collapse.column, .row.collapse.columns {
    width: 100%;
    -webkit-background-origin: content-box;
            background-origin: content-box;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    padding: 0; }
    .row.collapse.column > div, .row.collapse.columns > div {
      padding: 0 1em !important;
      -webkit-background-origin: content-box;
              background-origin: content-box;
      -webkit-background-clip: content-box;
              background-clip: content-box;
      max-width: 1200px;
      margin: 0 auto !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1rem; }
  .row.panel-grid:not(.row-has-margin) {
    margin-bottom: 0px; }
    .row.panel-grid:not(.row-has-margin) .panel-grid-cell:first-of-type:not(:only-child) {
      margin: 25px 0; }
      @media print, screen and (min-width: 40em) {
        .row.panel-grid:not(.row-has-margin) .panel-grid-cell:first-of-type:not(:only-child) {
          margin: 0; } }

.widget .widget-title {
  margin-top: 1em !important;
  height: 0 !important;
  font-size: 1.15em !important; }

@media screen and (max-width: 63.9375em) {
  .widget[data-equalizer-watch] {
    height: auto !important; } }

.widget[data-equalizer-watch] > * {
  height: 100%; }

.widget.widget_smartslider3.panel-first-child {
  margin-bottom: 0 !important; }

.widget.so-widget-sow-image {
  margin: 0.5em 0 1.5em 0; }

.widget.so-widget-sow-image h3, .widget.so-widget-sow-image .h3 {
  margin: 0.5em 0 0 0; }

.widget.widget_sow-tabs h3.widget-title, .widget.widget_sow-tabs .widget-title.h3 {
  padding: 0 1.65em; }

.widget .so-widget-sow-video {
  text-align: center; }

.section-title.row {
  width: 100%;
  display: table;
  padding: 0 1em;
  margin: 2em 0; }
  .section-title.row img,
  .section-title.row h2,
  .section-title.row .h2 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em 0 0; }
  .section-title.row img {
    height: 100px;
    width: 100px;
    max-width: initial; }
  
  .section-title.row h2,
  .section-title.row .h2 {
    width: 100%; }

.section-title-container + .row.panel-grid {
  border-top: 0;
  padding-bottom: 2em !important; }

.row .row-sm {
  padding: 0 20px;
  max-width: 1000px;
  margin: 0px auto; }

.row-xs {
  padding: 0 20px;
  max-width: 850px;
  margin: 0px auto; }

.row-lg {
  padding: 0 20px;
  max-width: 1350px;
  margin: 0px auto; }

.first-margin-top {
  margin-top: 1em; }

.padding-top-sm {
  padding-top: 2em; }

main.main-with-sidebar article.main-content {
  margin: 0; }

main.main-with-sidebar article h1.entry-title, main.main-with-sidebar article .entry-title.h1 {
  margin-bottom: 1rem; }

@media print, screen and (min-width: 64em) {
  main.main-with-sidebar {
    float: right;
    width: 70%;
    margin-bottom: 4em; } }

aside.sidebar {
  margin-bottom: 3em; }
  aside.sidebar > div {
    margin-bottom: 0.5; }
  @media print, screen and (min-width: 64em) {
    aside.sidebar {
      float: left;
      width: 25%;
      margin-right: 5%; } }

.section-padding, section.durham {
  padding-bottom: 3.5em;
  padding-top: 3.5em; }

.section-padding-md, section.experience-dc {
  padding-bottom: 2.5em !important;
  padding-top: 2.5em !important; }

.section-padding-lg {
  padding-bottom: 3.5em !important;
  padding-top: 3.5em !important; }

.section-padding-sm {
  padding-bottom: 1.5em;
  padding-top: 1.5em; }

.section-padding-vs {
  padding-bottom: 1em;
  padding-top: 1em; }

.section-padding-xs {
  padding-bottom: 0.5em;
  padding-top: 0.5em; }

.row.margin-bottom-sm .columns {
  margin-bottom: 2em; }
  .row.margin-bottom-sm .columns:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .row.margin-bottom-sm .columns {
      margin-bottom: 0; } }

@media print, screen and (min-width: 40em) {
  .row.margin-bottom-md .columns {
    margin-bottom: 2em; }
    .row.margin-bottom-md .columns.last-child {
      margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .row.margin-bottom-md .columns {
    margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .row.margin-bottom-lg .columns {
    margin-bottom: 2em; }
    .row.margin-bottom-lg .columns.last-child {
      margin-bottom: 0; } }

.columns.margin-bottom-sm {
  margin-bottom: 2em; }
  @media print, screen and (min-width: 40em) {
    .columns.margin-bottom-sm {
      margin-bottom: 0; } }

@media print, screen and (min-width: 40em) {
  .columns.margin-bottom-md {
    margin-bottom: 2em; } }

@media print, screen and (min-width: 64em) {
  .columns.margin-bottom-md {
    margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .columns.margin-bottom-lg {
    margin-bottom: 2em; } }

@media print, screen and (min-width: 64em) {
  .columns.margin-top-lg {
    margin-top: 2em; } }

.row .margin-expanded {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .row .margin-expanded {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }

.row .more-row {
  position: relative; }
  .row .more-row a.button,
  .row .more-row button {
    margin: 0; }

.float-left-md {
  float: none; }
  @media print, screen and (min-width: 40em) {
    .float-left-md {
      float: left; } }

.float-right-md {
  float: none; }
  @media print, screen and (min-width: 40em) {
    .float-right-md {
      float: right; } }

@media print, screen and (min-width: 40em) {
  .mobile-break {
    display: none; } }

.sink {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .sink {
      width: initial; }
      .sink:not(button), .sink:not(a.button) {
        width: 100%; } }
  .sink.right {
    left: initial;
    right: 0; }

.sink-md {
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .sink-md {
      width: initial;
      position: absolute;
      left: 0;
      bottom: 0; }
      .sink-md:not(button), .sink-md:not(a.button) {
        width: 100%; }
      .sink-md.right {
        left: initial;
        right: 0; } }

.no-margins {
  margin: 0 !important; }

.nowrap {
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

article .logo.logo-img {
  max-height: 500px;
  background-repeat: no-repeat;
  min-height: 250px;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50%;
  margin: 1em 0; }

article.main-content.type-class .entry-content {
  padding-top: 0; }
  article.main-content.type-class .entry-content .plyr-container {
    margin: 1em auto;
    min-height: 200px;
    min-width: 100%;
    height: auto; }
    @media print, screen and (min-width: 40em) {
      article.main-content.type-class .entry-content .plyr-container {
        min-height: 600px; } }

.vertical.menu.accordion-menu {
  margin-bottom: 0;
  border: 0; }
  .vertical.menu.accordion-menu .horizontal.menu.is-accordion-submenu {
    margin-left: 0;
    overflow-x: scroll;
    overflow-y: hidden; }
    .vertical.menu.accordion-menu .horizontal.menu.is-accordion-submenu.vertical li {
      display: block !important; }
    .vertical.menu.accordion-menu .horizontal.menu.is-accordion-submenu li a.button.gray {
      text-decoration: none;
      padding: 0.85em 0;
      white-space: nowrap;
      font-size: 1em;
      position: relative;
      margin: 0 1em;
      background: none;
      display: inline-block; }
      .vertical.menu.accordion-menu .horizontal.menu.is-accordion-submenu li a.button.gray:after {
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        position: absolute;
        width: 100%;
        height: 2.5px;
        bottom: 0.5em;
        left: 0;
        right: 0;
        display: block;
        margin: auto; }
    .vertical.menu.accordion-menu .horizontal.menu.is-accordion-submenu li.active a.button.gray::after, .vertical.menu.accordion-menu .horizontal.menu.is-accordion-submenu li.router-link-active a.button.gray::after {
      opacity: 1; }
  .vertical.menu.accordion-menu a.title-bar-title {
    text-decoration: none; }
  .vertical.menu.accordion-menu .large-horizontal {
    margin-left: 0; }
    .vertical.menu.accordion-menu .large-horizontal li.button.gray a {
      padding: 0;
      text-decoration: none; }
  .vertical.menu.accordion-menu ul::after {
    background: none; }

.plyr-container {
  position: relative;
  padding: 0;
  height: auto !important; }
  .plyr-container .fg-plyr,
  .plyr-container video {
    top: 0px;
    left: 0px;
    bottom: 0px;
    position: relative;
    height: auto;
    width: 100%;
    max-height: 650px; }
    .plyr-container .fg-plyr:not(video),
    .plyr-container video:not(video) {
      visibility: hidden; }
  .plyr-container .bg-plyr {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: auto;
    cursor: pointer; }
    .plyr-container .bg-plyr ~ svg, .plyr-container .bg-plyr > svg {
      width: 25%;
      max-height: 100px;
      height: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #fff;
      fill: currentColor;
      right: 5%;
      bottom: 5%;
      position: absolute;
      opacity: 0.6;
      z-index: 2;
      cursor: pointer;
      -webkit-filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.7));
      filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
      pointer-events: none; }
      @media print, screen and (min-width: 40em) {
        .plyr-container .bg-plyr ~ svg, .plyr-container .bg-plyr > svg {
          top: initial;
          -webkit-transform: initial;
              -ms-transform: initial;
                  transform: initial;
          max-width: 100px; } }
      @media print, screen and (min-width: 64em) {
        .plyr-container .bg-plyr ~ svg, .plyr-container .bg-plyr > svg {
          max-height: 25%; } }
  .plyr-container .plyr {
    height: 100%;
    max-height: 100%;
    max-height: 650px; }

.livestream-container {
  margin: 1em 0;
  background: #fff; }
  .livestream-container iframe {
    width: 100%;
    min-height: 415px;
    min-width: 640px;
    min-height: 600px; }

article > .entry-content .siteorigin-widget-tinymce.textwidget h2:first-child:not(:only-child), article > .entry-content .siteorigin-widget-tinymce.textwidget .h2:first-child:not(:only-child) {
  margin-top: 0.85em; }

.single-post figure {
  padding: 1em 0; }
  .single-post figure .h1, .single-post figure .h2, .single-post figure .h3, .single-post figure .h4, .single-post figure .h5, .single-post figure .h5, .single-post figure h1, .single-post figure .h1, .single-post figure h2, .single-post figure .h2, .single-post figure h3, .single-post figure .h3, .single-post figure h4, .single-post figure .h4, .single-post figure h5, .single-post figure .h5, .single-post figure h6, .single-post figure .h6, .single-post figure .social-container .copy-container .copy-header, .social-container .copy-container .single-post figure .copy-header {
    margin: 0.5em 0; }

.single-post blockquote {
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  border: 0;
  color: #000;
  line-height: 1em;
  background: #f8f8f8;
  font-size: 1em;
  position: relative; }
  .single-post blockquote p {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    overflow: hidden;
    z-index: 100;
    position: relative; }
    .single-post blockquote p:before {
      content: '“'; }
    .single-post blockquote p:after {
      content: '”'; }
  .single-post blockquote footer {
    margin: 1em 0 0 0;
    position: relative;
    z-index: 100;
    background: none;
    border: 0;
    line-height: 1.5em;
    text-transform: uppercase; }
    .single-post blockquote footer br {
      display: inline;
      content: ''; }
    .single-post blockquote footer br:after {
      content: ', ';
      display: inline-block; }
    .single-post blockquote footer cite {
      color: #000;
      text-decoration: none;
      font-style: normal;
      border: none; }
  .single-post blockquote:after {
    content: '';
    clear: both; }

a.secondary {
  color: #455560; }
  a.secondary span.fa {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
    padding: 0 0.25em; }

p.small {
  font-size: 0.85em; }

p:empty {
  line-height: 0;
  margin: 0;
  padding: 0; }

h1, .h1,
h2,
.h2,
h3,
.h3 {
  color: #0B8261; }

h1, .h1,
h2,
.h2 {
  font-weight: 300; }
  h1.small, .small.h1,
  h2.small,
  .small.h2 {
    font-size: 2rem; }
  h1 > .fa, .h1 > .fa,
  h2 > .fa,
  .h2 > .fa {
    padding: 1em;
    font-size: 0.85;
    padding: 0 0.5em;
    font-size: 0.5em;
    vertical-align: middle;
    text-decoration: none; }


h3,
.h3,
h4,
.h4 {
  text-transform: uppercase; }

h3.small, .small.h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  display: block; }


h4,
.h4 {
  color: #455560; }
  h4.small, .small.h4 {
    color: #000;
    text-transform: initial;
    font-size: 1em;
    font-family: 'Lato';
    font-weight: bold; }


h6,
.h6,
.social-container .copy-container .copy-header {
  text-transform: uppercase; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.social-container .copy-container .copy-header {
  margin-bottom: .8rem;
  line-height: 1; }
  h1 small, .h1 small,
  h2 small,
  .h2 small,
  h3 small,
  .h3 small,
  h4 small,
  .h4 small,
  h5 small,
  .h5 small,
  h6 small,
  .h6 small,
  .social-container .copy-container .copy-header small {
    color: #455560; }

* + h2, * + .h2,
* + h3,
* + .h3,
* + h4,
* + .h4,
* + h5,
* + .h5,
* + h6,
* + .h6,
.social-container .copy-container * + .copy-header {
  margin-top: 3rem; }

h1 + h2, .h1 + h2, h1 + .h2, .h1 + .h2,
h2 + h3,
.h2 + h3,
h2 + .h3,
.h2 + .h3,
h3 + h4,
.h3 + h4,
h3 + .h4,
.h3 + .h4,
h4 + h5,
.h4 + h5,
h4 + .h5,
.h4 + .h5,
h5 + h6,
.h5 + h6,
h5 + .h6,
.h5 + .h6,
.social-container .copy-container h5 + .copy-header,
.social-container .copy-container .h5 + .copy-header,
.no-top-margin {
  margin-top: 0; }

h1.no-margin, .no-margin.h1,
h2.no-margin,
.no-margin.h2,
h3.no-margin,
.no-margin.h3,
h4.no-margin,
.no-margin.h4,
h5.no-margin,
.no-margin.h5,
h6.no-margin,
.no-margin.h6,
.social-container .copy-container .no-margin.copy-header {
  margin-top: 0;
  margin-bottom: 0; }

.h1 {
  display: inline-block;
  margin-bottom: 0; }

.h2 {
  display: inline-block;
  margin-bottom: 0; }
  .h2.black {
    color: #000; }
  .h2.small {
    font-size: 2rem; }

.h3 {
  display: inline-block;
  margin-bottom: 0; }
  .h3.black {
    color: #000; }
  .h3.small {
    font-size: 1.1rem; }

.h4 {
  display: inline-block;
  margin-bottom: 0; }
  .h4.black {
    color: #000; }
  .h4.small {
    font-size: 1rem; }

.h5 {
  display: inline-block;
  margin-bottom: 0; }
  .h5.black {
    color: #000; }
  .h5.small {
    font-size: 1rem; }

.h6, .social-container .copy-container .copy-header {
  display: inline-block;
  margin-bottom: 0; }
  .h6.black, .social-container .copy-container .black.copy-header {
    color: #000; }
  .h6.small, .social-container .copy-container .small.copy-header {
    font-size: 1rem; }

ul.vertical > li {
  display: block !important; }

ul.horizontal > li {
  display: inline-block !important; }

.white {
  color: #fff; }

.green, .highlight {
  color: #0B8261; }

.black {
  color: #000; }

.gray {
  color: #455560; }

.red {
  color: #E03100; }

.text-clean {
  text-transform: none;
  text-decoration: none; }

.text-upper {
  text-transform: uppercase; }

/* Main Nav */
@media print {
  /* this affects the margin in the printer settings */
  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  header {
    display: none; }
  video, .dc-program-hero-slider.program-hero-slider {
    display: none; }
  #lhnContainerDone, .scroll-top-wrapper {
    display: none; }
  section.dcrelatedPrograms, section.program-highlights {
    display: none; }
  section.tabs-content {
    width: 100% !important; }
  footer {
    display: none; }
  .tab-content {
    display: block !important; }
  .juicer-cust {
    display: none; }
  .juicer {
    display: none; }
  a:link:after,
  a:visited:after {
    content: normal !important; }
  a:link:after,
  a:visited:after {
    content: "" !important; }
  .sow-accordion-panel-content {
    display: block !important; } }

.sow-accordion-title, .sow-accordion-open-close-button {
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #455560;
  text-transform: uppercase;
  margin-bottom: 0; }

.sow-accordion-panel-header {
  padding: 15px; }

.sow-accordion-panel:nth-child(odd) {
  background-color: #f2f2f2 !important; }

.sow-accordion-panel:nth-child(even) {
  background-color: #f9f9f9 !important; }

.sow-accordion-panel-header {
  background: inherit !important; }

header.global-class .dc-logo {
  max-width: 200px; }

header.global-class ~ .banner.banner-global-class {
  margin-top: 11em; }
  @media print, screen and (min-width: 64em) {
    header.global-class ~ .banner.banner-global-class {
      margin-top: 7.5em; } }
  header.global-class ~ .banner.banner-global-class .gc-program-banner dl.program-at-a-glance {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    header.global-class ~ .banner.banner-global-class .gc-program-banner dl.program-at-a-glance dd {
      width: 75% !important;
      margin-bottom: 0 !important; }
      @media screen and (max-width: 39.9375em) {
        header.global-class ~ .banner.banner-global-class .gc-program-banner dl.program-at-a-glance dd {
          width: 100% !important;
          padding-left: 0 !important;
          margin-bottom: 1em !important; } }
    header.global-class ~ .banner.banner-global-class .gc-program-banner dl.program-at-a-glance dt {
      width: 25% !important;
      min-width: auto;
      margin-bottom: 0 !important; }

header.global-class ~ .banner.banner-video {
  margin-top: 5em; }

.banner-title-area {
  background: #fff;
  z-index: 99;
  position: relative;
  margin-top: -1em; }
  .banner-title-area .banner-gc.banner-title {
    background: #0b8261;
    z-index: 99;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0%;
    right: 0%;
    top: 2.5em; }
    .banner-title-area .banner-gc.banner-title:after {
      content: '';
      position: absolute;
      top: -3.75em;
      right: 50px;
      height: 7.5em;
      width: 7.5em;
      background-image: url(/wp-content/themes/durhamcollege.ca/assets/images/global-class/gc-globe.png);
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(2.5em);
          -ms-transform: translateY(2.5em);
              transform: translateY(2.5em);
      z-index: -99; }
    .banner-title-area .banner-gc.banner-title .title {
      color: #fff;
      white-space: nowrap;
      text-transform: uppercase;
      font-family: 'Oswald', sans-serif; }
      .banner-title-area .banner-gc.banner-title .title.primary {
        line-height: 4rem;
        font-size: 2rem;
        padding: 0 1rem;
        margin: 0.5rem 0; }
        @media print, screen and (min-width: 64em) {
          .banner-title-area .banner-gc.banner-title .title.primary {
            border-right: 1px solid #fff; } }
      .banner-title-area .banner-gc.banner-title .title.secondary {
        font-size: 1rem;
        padding: 0 1rem;
        text-transform: uppercase;
        margin: 1rem 0;
        line-height: 1.25rem; }

header.banner {
  position: relative; }
  @media screen and (min-width: 64em) {
    header.banner {
      min-height: 450px; } }
  header.banner.program-banner.gc-program-banner {
    min-height: auto; }
    header.banner.program-banner.gc-program-banner .banner-body {
      width: 100% !important; }
      header.banner.program-banner.gc-program-banner .banner-body #breadcrumbs {
        margin: 1em 0 0 0; }
      @media screen and (min-width: 64em) {
        header.banner.program-banner.gc-program-banner .banner-body {
          padding: 0 0.625rem !important;
          width: 50% !important; }
          header.banner.program-banner.gc-program-banner .banner-body .program-at-a-glance {
            padding: 0; }
          header.banner.program-banner.gc-program-banner .banner-body .banner-content {
            width: 100%;
            padding: 0 45px 0 15px; }
            header.banner.program-banner.gc-program-banner .banner-body .banner-content p.large {
              margin-bottom: 0; }
            header.banner.program-banner.gc-program-banner .banner-body .banner-content h1, header.banner.program-banner.gc-program-banner .banner-body .banner-content .h1 {
              height: auto; } }
    header.banner.program-banner.gc-program-banner .banner-bg {
      position: relative;
      min-height: 350px;
      overflow: hidden;
      background: #f8f8f8;
      min-height: 350px !important; }
      @media print, screen and (min-width: 40em) {
        header.banner.program-banner.gc-program-banner .banner-bg {
          background: #000; } }
      header.banner.program-banner.gc-program-banner .banner-bg.plyr-container {
        position: relative;
        margin: 0;
        min-height: 300px;
        max-height: 350px; }
        @media print, screen and (min-width: 40em) {
          header.banner.program-banner.gc-program-banner .banner-bg.plyr-container {
            height: initial;
            max-height: initial; } }
        @media print, screen and (min-width: 64em) {
          header.banner.program-banner.gc-program-banner .banner-bg.plyr-container {
            min-width: initial; } }
        header.banner.program-banner.gc-program-banner .banner-bg.plyr-container .fg-plyr {
          top: 0px;
          left: 0px;
          bottom: 0px;
          position: relative;
          width: 100%;
          visibility: hidden; }
        header.banner.program-banner.gc-program-banner .banner-bg.plyr-container video {
          position: absolute;
          z-index: 0;
          /* background: url(mel.jpg) no-repeat; */
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%;
          top: 0px;
          left: 0px;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          max-height: 350px; }
        header.banner.program-banner.gc-program-banner .banner-bg.plyr-container .bg-plyr {
          top: 0px;
          left: 0px;
          position: absolute;
          width: 100%;
          height: 100%;
          cursor: pointer;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%); }
        header.banner.program-banner.gc-program-banner .banner-bg.plyr-container .plyr {
          height: 100%;
          max-height: 100%; }
  header.banner ~ #page-full-width article > .entry-content h1:first-child:not(:only-child), header.banner ~ #page-full-width article > .entry-content .h1:first-child:not(:only-child),
  header.banner ~ #page-full-width article > .entry-content h2:first-child:not(:only-child),
  header.banner ~ #page-full-width article > .entry-content .h2:first-child:not(:only-child) {
    margin-top: 0; }
  header.banner.banner-video .video-container .restart-icon {
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    width: auto;
    cursor: pointer;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    header.banner.banner-video .video-container .restart-icon:hover {
      cursor: pointer;
      -webkit-transform: rotateZ(720deg);
          -ms-transform: rotate(720deg);
              transform: rotateZ(720deg); }
  header.banner.banner-video video {
    max-width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    width: auto; }
  @media print, screen and (min-width: 64em) {
    header.banner.banner-video {
      overflow: hidden;
      min-height: 250px; }
      header.banner.banner-video .banner-video-container {
        min-height: 500px;
        overflow: hidden;
        background: #fff; }
        header.banner.banner-video .banner-video-container video {
          max-width: 1200px; } }
  header.banner.banner-video + #page-full-width .dc-microsite-tabs ul {
    padding: 0; }
  header.banner.banner-contact {
    min-height: initial;
    padding: 15px; }
    header.banner.banner-contact .banner-body .banner-content {
      min-height: initial;
      width: initial;
      padding: 1em 0; }
      header.banner.banner-contact .banner-body .banner-content .breadcrumbs {
        margin-left: 0px; }
      header.banner.banner-contact .banner-body .banner-content h1, header.banner.banner-contact .banner-body .banner-content .h1 {
        margin: 0;
        height: auto;
        line-height: 1;
        margin: 0 0 0.75em 0; }
        @media screen and (max-width: 40em) {
          header.banner.banner-contact .banner-body .banner-content h1, header.banner.banner-contact .banner-body .banner-content .h1 {
            margin: 1em 0; } }
    header.banner.banner-contact .banner-body .tour-contact .profile-info {
      position: relative; }
      @media screen and (min-width: 64em) {
        header.banner.banner-contact .banner-body .tour-contact .profile-info {
          border-left: 1px solid #fff;
          padding: 1em; } }
      header.banner.banner-contact .banner-body .tour-contact .profile-info strong,
      header.banner.banner-contact .banner-body .tour-contact .profile-info span:not(.fa),
      header.banner.banner-contact .banner-body .tour-contact .profile-info a {
        display: block; }
    header.banner.banner-contact .banner-body .tour-contact .banner-button button,
    header.banner.banner-contact .banner-body .tour-contact .banner-button .button {
      margin: 1em 0 0 0; }
  header.banner .banner-body {
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 64em) {
      header.banner .banner-body {
        width: 100%; } }
    header.banner .banner-body .banner-content {
      display: table;
      padding: 1rem 0 2.5rem;
      min-height: 350px; }
      @media screen and (max-width: 39.9375em) {
        header.banner .banner-body .banner-content {
          padding: 1rem 3rem 1rem 0; } }
      header.banner .banner-body .banner-content .breadcrumbs {
        margin-left: -0.625rem;
        margin-bottom: 0;
        display: block; }
      header.banner .banner-body .banner-content dl {
        padding-left: 0px;
        margin: 0 0 1em 0; }
      header.banner .banner-body .banner-content h1, header.banner .banner-body .banner-content .h1 {
        font-size: 2.5rem;
        display: table;
        vertical-align: middle;
        height: 6.5rem;
        margin: 1em 0; }
    header.banner .banner-body .banner-bg {
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 0 50%;
      position: relative;
      height: 250px;
      width: 100%;
      display: block;
      float: right; }
      @media screen and (min-width: 40em) {
        header.banner .banner-body .banner-bg {
          position: absolute;
          right: 0;
          bottom: 0;
          top: 0;
          width: 50%;
          margin: 0; } }
      @media screen and (max-width: 63.9375em) {
        header.banner .banner-body .banner-bg {
          margin: 1.5em 0; } }
      header.banner .banner-body .banner-bg.profile-photo {
        background-position: top center;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat; }
    header.banner .banner-body .banner-content {
      float: left;
      width: 100%;
      padding: 15px 45px 15px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 64em) {
        header.banner .banner-body .banner-content {
          width: 50%; }
          header.banner .banner-body .banner-content.large {
            width: 65%; }
          header.banner .banner-body .banner-content .breadcrumbs {
            margin-left: -15px; } }
      @media screen and (min-width: 75em) {
        header.banner .banner-body .banner-content {
          padding: 15px 45px 15px 15px; } }
    @media print, screen and (min-width: 40em) {
      header.banner .banner-body {
        display: block; }
        header.banner .banner-body .banner-copy {
          width: 60%; }
          header.banner .banner-body .banner-copy.lg {
            width: 100%; }
            header.banner .banner-body .banner-copy.lg + .banner-bg {
              display: none; }
        header.banner .banner-body .banner-bg {
          width: 100%;
          height: 250px;
          display: block;
          position: relative; } }
    @media screen and (min-width: 40em) and (min-width: 64em) {
      header.banner .banner-body .banner-bg {
        height: 450px; }
        header.banner .banner-body .banner-bg.icon {
          height: initial; }
          header.banner .banner-body .banner-bg.icon .banner-button {
            border-left: 1px solid #fff; }
            header.banner .banner-body .banner-bg.icon .banner-button img,
            header.banner .banner-body .banner-bg.icon .banner-button a,
            header.banner .banner-body .banner-bg.icon .banner-button button {
              margin-bottom: 0px; } }
    @media print, screen and (min-width: 64em) {
      header.banner .banner-body .banner-bg {
        width: 50%;
        display: block;
        float: right;
        position: absolute; }
        header.banner .banner-body .banner-bg.icon {
          height: initial;
          width: 35%;
          background-repeat: no-repeat;
          -webkit-background-origin: content-box;
                  background-origin: content-box;
          background-position: 50%;
          -webkit-background-size: auto auto;
                  background-size: auto; }
      header.banner .banner-body .banner-copy,
      header.banner .banner-body .banner-title {
        width: 43%;
        min-height: 350px; }
        header.banner .banner-body .banner-copy.lg,
        header.banner .banner-body .banner-title.lg {
          width: 60%;
          float: left; }
          header.banner .banner-body .banner-copy.lg.border,
          header.banner .banner-body .banner-title.lg.border {
            border-right: 1px solid #fff; }
          header.banner .banner-body .banner-copy.lg + .banner-bg,
          header.banner .banner-body .banner-title.lg + .banner-bg {
            width: 40%;
            display: block; }
      header.banner .banner-body .banner-copy-2 {
        float: left;
        width: 40%;
        padding: 5rem 50px 0 3rem; } }
  header.banner .banner-form {
    width: 50%; }
  header.banner .contact-banner-left {
    font-family: "Lato", sans-serif; }
  header.banner .contact-banner-middle {
    display: inline-block;
    font-family: "Lato", sans-serif; }
    header.banner .contact-banner-middle .img {
      position: relative; }
    header.banner .contact-banner-middle span:not(.fa) {
      display: block;
      margin-bottom: 30px; }
  header.banner .contact-banner-right .circle-img {
    width: 100px;
    height: 100px;
    margin-top: 50%; }

.banner.home .banner-bg {
  width: 57%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
  background-image: url("/wp-content/uploads/experience-our-campuses-2.jpg"); }

.banner.home .banner-copy {
  padding: 2.5rem 0;
  width: 43%;
  min-height: 350px; }
  @media print, screen and (min-width: 40em) {
    .banner.home .banner-copy {
      padding: 4rem 3rem 4rem 0; } }

.banner.home .xlg-text {
  position: relative;
  display: inline-block; }

.banner.home .xlg-text:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#0B8261), color-stop(48%, #0B8261), color-stop(48%, transparent), color-stop(52%, transparent), color-stop(52%, #522C1B), to(#522C1B));
  background: -webkit-linear-gradient(left, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
  background: linear-gradient(to right, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
  height: 8px;
  width: 85%;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0; }

.banner.home .banner-lead {
  font-size: 40px;
  line-height: 40px;
  position: relative;
  font-weight: 300;
  font-family: Oswald, sans-serif;
  margin-top: 50px; }
  @media print, screen and (min-width: 64em) {
    .banner.home .banner-lead {
      margin-top: -40px;
      margin-left: 220px; } }

.banner.home a.button {
  margin-top: 40px; }
  @media print, screen and (min-width: 64em) {
    .banner.home a.button {
      margin-left: 220px; } }

.three-block-cont {
  display: inline-block;
  padding: 50px 0px 50px 0px;
  margin-right: 30px; }
  .three-block-cont .button {
    margin-right: 10px; }

header.basic-page {
  padding: 1rem 3rem 1rem 0.5rem; }

/* Library banner  */
header.short-banner {
  min-height: initial; }
  header.short-banner .row .banner-body .banner-content {
    min-height: 250px; }
    header.short-banner .row .banner-body .banner-content #breadcrumbs {
      position: relative;
      overflow: hidden; }
      @media print, screen and (min-width: 40em) {
        header.short-banner .row .banner-body .banner-content #breadcrumbs {
          position: absolute; } }
    header.short-banner .row .banner-body .banner-content h1, header.short-banner .row .banner-body .banner-content .h1 {
      height: auto; }
  header.short-banner .row .banner-body .banner-bg {
    height: 100%; }
    header.short-banner .row .banner-body .banner-bg.icon {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 1em 0;
      background-repeat: no-repeat;
      -webkit-background-origin: content-box;
              background-origin: content-box;
      background-position: 50%;
      background-color: none !important;
      -webkit-background-size: 0 0;
              background-size: 0 0;
      min-height: 250px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      position: relative; }
      header.short-banner .row .banner-body .banner-bg.icon .banner-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        height: 100%; }
        header.short-banner .row .banner-body .banner-bg.icon .banner-button img,
        header.short-banner .row .banner-body .banner-bg.icon .banner-button a,
        header.short-banner .row .banner-body .banner-bg.icon .banner-button button {
          margin-bottom: 0px; }
        header.short-banner .row .banner-body .banner-bg.icon .banner-button button,
        header.short-banner .row .banner-body .banner-bg.icon .banner-button .button {
          -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
                  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
          margin: 1em 0 0 0; }
      @media screen and (min-width: 64em) {
        header.short-banner .row .banner-body .banner-bg.icon {
          width: 35%;
          height: 100%;
          -webkit-background-size: 35% 35%;
                  background-size: 35%; } }
      header.short-banner .row .banner-body .banner-bg.icon img {
        max-width: 175px;
        margin-bottom: 1em; }

.banner.banner-wide {
  height: auto !important;
  min-height: auto !important; }
  .banner.banner-wide .banner-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .banner.banner-wide .banner-body .banner-image-wide img {
      -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5); }

.callout.alert.dc-alert {
  background-color: #6f1d45 !important;
  color: #fff !important; }
  @media print, screen and (min-width: 40em) {
    .callout.alert.dc-alert .row.inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 39.9375em) {
    .callout.alert.dc-alert .row.inner {
      display: block;
      text-align: center; } }
  @media screen and (max-width: 39.9375em) {
    .callout.alert.dc-alert .row.inner .dc-alert-icon {
      margin-bottom: 0.8rem; } }
  @media print, screen and (min-width: 40em) {
    .callout.alert.dc-alert .row.inner .columns.end {
      text-align: right;
      padding-left: 0; } }
  .callout.alert.dc-alert .dc-alert-icon {
    width: 40px; }
  .callout.alert.dc-alert p {
    margin-bottom: 0;
    display: inline; }
    .callout.alert.dc-alert p a:hover {
      color: #c72b00 !important; }
  .callout.alert.dc-alert span.small {
    font-size: 0.9rem; }
  .callout.alert.dc-alert .button.dc-alert {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 5px !important;
    font-size: 0.9rem !important;
    margin: 0 !important; }
    @media screen and (max-width: 39.9375em) {
      .callout.alert.dc-alert .button.dc-alert {
        margin-top: 1rem !important; } }
    .callout.alert.dc-alert .button.dc-alert:hover {
      display: inline-block;
      border: 1px solid #cacaca !important;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.breadcrumbs {
  margin: 1.1rem 0 1rem 0; }
  .breadcrumbs li {
    margin-bottom: 0;
    font-size: 14px;
    text-decoration: none;
    text-transform: none; }
    @media print, screen and (min-width: 40em) {
      .breadcrumbs li {
        margin-bottom: 1.2rem; } }
    .breadcrumbs li a {
      font-size: 14px;
      display: inline-block;
      text-decoration: none;
      text-transform: none; }
      .breadcrumbs li a:hover, .breadcrumbs li a:focus, .breadcrumbs li a:active {
        text-decoration: underline; }
    .breadcrumbs li .fa.fa-angle-right {
      margin: 0 5px 0 9px; }

@media print, screen and (min-width: 40em) {
  .breadcrumbs li {
    margin-bottom: 1rem !important; } }

a.button,
.button {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif; }

.button.primary {
  border-radius: 0; }

.button.secondary {
  background-color: #45A046;
  color: white; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #0B8261;
    color: white; }

.button.white {
  background-color: white;
  color: #0B8261; }
  .button.white:hover, .button.white:focus {
    background-color: #f8f8f8;
    color: #0B8261; }
  .button.white:focus, .button.white:hover {
    color: #000; }

.button.button-red {
  background-color: #E03100;
  color: white;
  color: #fff; }
  .button.button-red:hover, .button.button-red:focus {
    background-color: #f8f8f8;
    color: white; }
  .button.button-red:hover, .button.button-red:active, .button.button-red:focus {
    background-color: #c72b00 !important; }

.button.button-purple {
  background-color: #3E2B2F;
  color: white;
  color: #fff; }
  .button.button-purple:hover, .button.button-purple:focus {
    background-color: #f8f8f8;
    color: white; }
  .button.button-purple:hover, .button.button-purple:active, .button.button-purple:focus {
    background-color: #2f2124 !important; }

.button.button-coral {
  background-color: #FF4713;
  color: white;
  color: #fff; }
  .button.button-coral:hover, .button.button-coral:focus {
    background-color: #f8f8f8;
    color: white; }
  .button.button-coral:hover, .button.button-coral:active, .button.button-coral:focus {
    background-color: #f93700 !important; }

.button.button-clear {
  background-color: rgba(255, 255, 255, 0);
  color: #000; }
  .button.button-clear:hover, .button.button-clear:focus {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000; }
  .button.button-clear:hover, .button.button-clear:active, .button.button-clear:focus {
    background-color: #dfdfdf !important; }

.button.gray,
.button.grey {
  background-color: #f8f8f8;
  color: #455560;
  position: relative; }
  .button.gray:hover, .button.gray:focus,
  .button.grey:hover,
  .button.grey:focus {
    background-color: #f8f8f8;
    color: #455560; }
  .button.gray:focus, .button.gray:hover,
  .button.grey:focus,
  .button.grey:hover {
    color: #455560;
    outline: none !important; }
  .button.gray > span:not(.fa)::after,
  .button.grey > span:not(.fa)::after {
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 2.5px;
    bottom: 0.5em;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    pointer-events: none; }
  .button.gray.active, .button.gray.router-link-exact-active, .button.gray.router-link-active,
  .button.grey.active,
  .button.grey.router-link-exact-active,
  .button.grey.router-link-active {
    position: relative;
    color: #455560;
    padding: 0.85em 1em;
    position: relative;
    background: #f8f8f8; }
    .button.gray.active > span, .button.gray.router-link-exact-active > span, .button.gray.router-link-active > span,
    .button.grey.active > span,
    .button.grey.router-link-exact-active > span,
    .button.grey.router-link-active > span {
      padding: 0.65em 0;
      position: relative;
      background: #f8f8f8; }
      .button.gray.active > span ::after, .button.gray.active > span::after, .button.gray.router-link-exact-active > span ::after, .button.gray.router-link-exact-active > span::after, .button.gray.router-link-active > span ::after, .button.gray.router-link-active > span::after,
      .button.grey.active > span ::after,
      .button.grey.active > span::after,
      .button.grey.router-link-exact-active > span ::after,
      .button.grey.router-link-exact-active > span::after,
      .button.grey.router-link-active > span ::after,
      .button.grey.router-link-active > span::after {
        content: '';
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        position: absolute;
        width: 100%;
        height: 2.5px;
        background: black;
        bottom: 0.5em;
        left: 0;
        right: 0;
        content: "";
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #0b8261), color-stop(49.5%, #0b8261), color-stop(0, transparent), color-stop(52%, transparent), color-stop(0, #522c1b), to(#522c1b));
        background: -webkit-linear-gradient(left, #0b8261 0, #0b8261 49.5%, transparent 0, transparent 52%, #522c1b 0, #522c1b);
        background: linear-gradient(90deg, #0b8261 0, #0b8261 49.5%, transparent 0, transparent 52%, #522c1b 0, #522c1b);
        display: block;
        margin: auto; }

.button.gray.light {
  background-color: #ececec !important;
  color: #455560 !important; }
  .button.gray.light:hover {
    background-color: #dfdfdf !important;
    color: #455560 !important; }

.button.gray.light.dcsearch {
  padding: 10px 1em !important; }

.button.dark-gray {
  background-color: #455560;
  color: white; }
  .button.dark-gray:hover, .button.dark-gray:focus {
    background-color: black;
    color: white; }

.button.expandable {
  background-color: #f8f8f8;
  color: #4B5151; }
  .button.expandable span.fa-plus-square {
    color: #0B8261;
    padding-left: 5px; }

.drilldown {
  width: 100%;
  font-size: 0;
  text-align: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  background: #f8f8f8; }
  .drilldown:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0; }
  .drilldown a.button {
    display: block; }
    @media print, screen and (min-width: 40em) {
      .drilldown a.button {
        display: inline-block; } }

.button.hollow.active {
  background-color: #0B8261;
  color: #fff;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out color 0.25s ease-out, color 0.25s ease-out; }

.button.hollow:hover, .button.hollow:focus {
  background-color: #0B8261;
  border-color: #0b8261;
  color: #fff;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out color 0.25s ease-out, color 0.25s ease-out; }

.button.gray.hollow {
  cursor: pointer;
  background-color: transparent;
  color: #4B5151;
  border: 1px solid #455560; }
  .button.gray.hollow:hover, .button.gray.hollow:focus {
    background-color: #f8f8f8;
    color: #4B5151; }
  .button.gray.hollow:focus, .button.gray.hollow:hover {
    color: #0B8261; }
  .button.gray.hollow.active {
    background-color: #0B8261;
    border-color: #0B8261;
    color: #fff; }
    .button.gray.hollow.active:focus, .button.gray.hollow.active:hover {
      background-color: #096a4f; }

.button.primary.hollow {
  background-color: transparent;
  color: #0B8261;
  border: 1px solid #0B8261; }
  .button.primary.hollow:hover, .button.primary.hollow:focus {
    background-color: #0B8261;
    color: #0B8261; }
  .button.primary.hollow:focus, .button.primary.hollow:hover {
    background: #0B8261;
    color: #fff;
    border: 1px solid #0B8261; }

.button.red.hollow, .button.button-red.hollow {
  background-color: transparent;
  color: #E03100;
  border: 1px solid #E03100; }
  .button.red.hollow:hover, .button.red.hollow:focus, .button.button-red.hollow:hover, .button.button-red.hollow:focus {
    background-color: #E03100;
    color: #E03100; }
  .button.red.hollow:focus, .button.red.hollow:hover, .button.button-red.hollow:focus, .button.button-red.hollow:hover {
    background: #E03100;
    color: #fff;
    border: 1px solid #E03100; }

.button.white.hollow {
  background-color: transparent;
  color: white;
  border: 1px solid white; }
  .button.white.hollow:hover, .button.white.hollow:focus {
    background-color: white;
    color: white; }
  .button.white.hollow:focus, .button.white.hollow:hover {
    color: #0B8261; }

.button.white.hollow.qlapp {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 8px 8px 5px 8px;
  font-size: 1rem !important; }
  .button.white.hollow.qlapp:hover, .button.white.hollow.qlapp:focus {
    background-color: white;
    color: white; }
  .button.white.hollow.qlapp:focus, .button.white.hollow.qlapp:hover {
    color: white;
    background-color: transparent !important; }
  .button.white.hollow.qlapp img {
    width: 18px;
    padding-bottom: 3px;
    margin-right: 5px; }

.button.small,
.button.tiny {
  text-transform: none;
  font-weight: 300;
  font-family: "Lato", sans-serif; }

.button-group .button:not(:first-of-type),
.button-group .button-group button:not(:first-of-type) {
  margin: 0 0 0 1em; }

section.campus-tour {
  margin: 0; }
  section.campus-tour .campus-tour-img {
    width: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    height: 190px; }
    @media print, screen and (min-width: 40em) {
      section.campus-tour .campus-tour-img {
        height: 250px; } }
    @media print, screen and (min-width: 64em) {
      section.campus-tour .campus-tour-img {
        height: 370px; } }
  section.campus-tour label, section.campus-tour .gfield_description {
    display: block;
    font-size: 1em;
    white-space: pre;
    line-height: 1em;
    color: #000;
    margin-bottom: 1.5em; }
  section.campus-tour .campus-info {
    padding: 20px; }
    @media print, screen and (min-width: 40em) {
      section.campus-tour .campus-info .heading {
        float: left;
        margin-bottom: 0; } }
    section.campus-tour .campus-info .links a {
      display: block; }
    @media print, screen and (min-width: 40em) {
      section.campus-tour .campus-info .links {
        float: right; }
        section.campus-tour .campus-info .links a {
          padding: 0 10px;
          display: inline-block;
          border-right: 1px solid #fff; }
          section.campus-tour .campus-info .links a:first-child {
            padding-left: 0; }
          section.campus-tour .campus-info .links a:last-child {
            padding-right: 0;
            border-right: 0; } }
  section.campus-tour.secondary {
    margin: 0; }
    section.campus-tour.secondary .tour-copy {
      border-right: 1px solid #fff; }
    section.campus-tour.secondary .h3-form {
      margin-left: 20px; }
    section.campus-tour.secondary label {
      display: block;
      font-size: 1em;
      white-space: pre;
      line-height: 1em;
      color: #000;
      margin-bottom: 1.5em; }
    @media print, screen and (min-width: 64em) {
      section.campus-tour.secondary .main-column .main-column-inner {
        max-width: 350px; } }

.tour-heading {
  font-size: 30px;
  line-height: 35px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 2rem;
  padding-left: 15px; }
  .tour-heading span {
    color: #0B8261; }
  @media print, screen and (min-width: 40em) {
    .tour-heading {
      font-size: 45px;
      line-height: 50px; } }

.card .card-img {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  width: 100%;
  display: block;
  position: relative; }
  .card .card-img:after {
    content: "";
    display: block;
    padding-bottom: 57%; }

.card .card-copy {
  padding: 1.5rem 0 1rem; }
  @media print, screen and (min-width: 40em) {
    .card .card-copy {
      min-height: 215px; } }
  @media print, screen and (min-width: 64em) {
    .card .card-copy {
      min-height: 190px; } }

.card-2 {
  background-color: #fff;
  margin-bottom: 2rem;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  position: relative; }
  .card-2 .card-2-img, .card-2 .card-2-top {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    width: 100%;
    display: block;
    position: relative; }
    .card-2 .card-2-img:after, .card-2 .card-2-top:after {
      content: "";
      display: block;
      padding-bottom: 65%; }
  .card-2 .card-2-copy, .card-2 .card-2-bottom {
    padding: 15px; }
    .card-2 .card-2-copy p, .card-2 .card-2-bottom p {
      font-size: 14px;
      line-height: 1.3rem; }
    @media print, screen and (min-width: 40em) {
      .card-2 .card-2-copy, .card-2 .card-2-bottom {
        min-height: 205px; } }
    @media print, screen and (min-width: 64em) {
      .card-2 .card-2-copy, .card-2 .card-2-bottom {
        min-height: 250px; } }
  .card-2.no-img .card-2-bottom, .card-2.no-img .card-2-top {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .card-2.no-img .card-2-bottom, .card-2.no-img .card-2-top {
        display: block; } }
  .card-2.no-img .card-2-content {
    width: 100%;
    height: 100%;
    padding: 35px 20px 20px;
    top: 0;
    left: 0; }
    @media print, screen and (min-width: 40em) {
      .card-2.no-img .card-2-content {
        position: absolute; } }
    .card-2.no-img .card-2-content .name {
      color: #0B8261;
      font-weight: 600; }
    .card-2.no-img .card-2-content p {
      font-size: 14px;
      line-height: 1.3rem; }
    .card-2.no-img .card-2-content .bio {
      position: relative; }
      .card-2.no-img .card-2-content .bio hr {
        margin-top: -40px;
        margin-bottom: 40px;
        width: 90%; }
      .card-2.no-img .card-2-content .bio a.arrow {
        position: absolute;
        top: 120px;
        text-decoration: none;
        color: #000; }
        .card-2.no-img .card-2-content .bio a.arrow:hover, .card-2.no-img .card-2-content .bio a.arrow:focus {
          color: #0B8261; }
        .card-2.no-img .card-2-content .bio a.arrow.arrow-right {
          right: -15px; }
        .card-2.no-img .card-2-content .bio a.arrow.arrow-left {
          left: -15px; }
    .card-2.no-img .card-2-content .profile-img {
      height: 60px;
      width: auto;
      border-radius: 50%;
      border: 1px solid #cacaca;
      margin: 20px 0 10px; }
    .card-2.no-img .card-2-content .cta {
      margin: 30px 0 0 0; }
      @media print, screen and (min-width: 40em) {
        .card-2.no-img .card-2-content .cta {
          position: absolute;
          bottom: 15px;
          left: 0;
          margin: auto;
          right: 0; } }

.fall-cta {
  border: 1px solid #cacaca;
  width: 100%;
  padding: 20px 20px 20px 65px;
  margin-bottom: 2rem;
  position: relative; }
  .fall-cta .fall-img {
    position: absolute;
    left: -70px;
    top: 25px;
    width: 140px;
    height: auto; }

section.contact-bar {
  padding: 25px 0; }
  section.contact-bar .columns {
    text-align: center;
    vertical-align: middle;
    line-height: 2em; }
    section.contact-bar .columns:not(:last-of-type) {
      border-right: 1px solid #ffffff; }
    @media print, screen and (min-width: 40em) {
      section.contact-bar .columns {
        line-height: 60px; } }
    section.contact-bar .columns a[href^=tel] {
      color: #455560;
      text-decoration: none; }
    section.contact-bar .columns img {
      max-height: 60px; }
  section.contact-bar .text-nowrap {
    white-space: nowrap; }
  section.contact-bar ul {
    list-style-type: none;
    margin: 0; }
    section.contact-bar ul li {
      list-style-type: none; }
  section.contact-bar li {
    list-style-type: none; }

@media print, screen and (min-width: 64em) {
  section.durham {
    padding: 2rem 0 2rem; } }

section.durham .h4-small {
  margin: 1rem 0 3rem; }

section.durham .button {
  margin-bottom: 3rem; }

section.durham .xlg-text {
  margin-top: 2rem; }

section.durham .durham-nav {
  text-align: center;
  position: relative;
  bottom: -4rem;
  display: none; }
  @media print, screen and (min-width: 64em) {
    section.durham .durham-nav {
      display: block; } }
  section.durham .durham-nav a {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 33%;
    padding: 10px 0;
    background-color: #f8f8f8; }
    section.durham .durham-nav a.active {
      padding: 15px 0 20px;
      font-size: 1.2rem;
      pointer-events: none;
      display: block;
      width: 100%;
      left: 0; }
      @media print, screen and (min-width: 64em) {
        section.durham .durham-nav a.active {
          width: 33%;
          left: auto; } }
    section.durham .durham-nav a:hover {
      padding: 15px 0;
      font-size: 1.2rem; }
    section.durham .durham-nav a.active:after {
      content: '';
      background: -webkit-gradient(linear, left top, right top, from(#0B8261), color-stop(48%, #0B8261), color-stop(48%, transparent), color-stop(52%, transparent), color-stop(52%, #522C1B), to(#522C1B));
      background: -webkit-linear-gradient(left, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
      background: linear-gradient(to right, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
      height: 8px;
      width: 220px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    section.durham .durham-nav a:nth-child(2) {
      left: 33.5%; }
    section.durham .durham-nav a:nth-child(3) {
      left: auto;
      right: 0; }

section.durham .top h4, section.durham .top .h4 {
  text-align: center;
  color: white;
  margin-bottom: 2rem; }

section.durham .green-brown {
  display: block;
  width: 100%; }

section.durham .green-brown:after {
  top: 16%;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px black;
          box-shadow: 0px 1px 5px black;
  content: "";
  height: 5px;
  width: 100;
  background: -webkit-gradient(linear, left top, right top, from(#0b8261), color-stop(49%, #0b8261), color-stop(49%, #0b8261), color-stop(49%, #ffffff), color-stop(51%, #ffffff), color-stop(51%, #522c1b), color-stop(51%, #522c1b));
  background: -webkit-linear-gradient(left, #0b8261 0%, #0b8261 49%, #0b8261 49%, #ffffff 49%, #ffffff 51%, #522c1b 51%, #522c1b 51%);
  background: linear-gradient(to right, #0b8261 0%, #0b8261 49%, #0b8261 49%, #ffffff 49%, #ffffff 51%, #522c1b 51%, #522c1b 51%);
  display: block;
  transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  opacity: 1; }

section.durham .social-midea-four-block {
  display: inline-block;
  background-color: white;
  width: 100%;
  margin-bottom: 10px; }
  section.durham .social-midea-four-block img {
    width: 100%; }
  section.durham .social-midea-four-block p {
    margin: 1rem; }
  section.durham .social-midea-four-block .title {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 10px; }
    section.durham .social-midea-four-block .title h3, section.durham .social-midea-four-block .title .h3 {
      display: inline; }
    section.durham .social-midea-four-block .title p {
      display: inline;
      margin: 0; }

section.durham .meet-the-squad {
  display: inline-block;
  background-color: white;
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 10px; }
  section.durham .meet-the-squad h3, section.durham .meet-the-squad .h3 {
    line-height: 30px;
    padding-top: 15px; }
  section.durham .meet-the-squad .user-info {
    display: block; }
  section.durham .meet-the-squad .cont-circle-img {
    position: relative; }
    section.durham .meet-the-squad .cont-circle-img .circle-img-squad {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      margin: 0px auto;
      -webkit-box-shadow: 0 0px 10px 2px #455560;
              box-shadow: 0 0px 10px 2px #455560;
      display: block; }
  section.durham .meet-the-squad button.prev-slide {
    position: absolute;
    float: left;
    margin-top: 5px; }
  section.durham .meet-the-squad button.next-slide {
    float: right;
    margin-top: -35px; }
  section.durham .meet-the-squad ul {
    list-style: none; }
  section.durham .meet-the-squad ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    background: #ccc;
    text-align: center;
    line-height: 300px; }
  section.durham .meet-the-squad a.control_prev, section.durham .meet-the-squad a.control_next {
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer; }
  section.durham .meet-the-squad a.control_prev {
    border-radius: 0 2px 2px 0; }
  section.durham .meet-the-squad a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px; }
  section.durham .meet-the-squad .cont-circle-img:before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #cacaca;
    top: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    position: absolute; }
  section.durham .meet-the-squad .line-for-img {
    border-top: 1px solid; }
  section.durham .meet-the-squad p {
    margin: 1rem; }
  section.durham .meet-the-squad h6, section.durham .meet-the-squad .h6, section.durham .meet-the-squad .social-container .copy-container .copy-header, .social-container .copy-container section.durham .meet-the-squad .copy-header {
    color: #0B8261;
    padding-top: 10px; }
  section.durham .meet-the-squad span {
    display: block;
    text-align: center;
    line-height: 20px; }
  section.durham .meet-the-squad .social-icon {
    text-align: center;
    padding-top: 25px; }
    section.durham .meet-the-squad .social-icon a {
      text-align: center;
      color: #455560; }
    section.durham .meet-the-squad .social-icon span {
      display: inline-block; }
  section.durham .meet-the-squad .button {
    position: relative;
    top: 30px;
    left: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 8px; }

section.durham .bottom-left {
  display: inline-block;
  padding-top: 15px;
  float: left;
  font-family: "Oswald", sans-serif;
  margin-left: 20px; }
  section.durham .bottom-left p {
    color: white;
    display: inline;
    text-align: left;
    margin-right: 10px; }

section.durham .bottom-right {
  color: white;
  padding-top: 15px;
  text-align: right;
  float: right;
  display: inline-block; }
  section.durham .bottom-right .button {
    margin-bottom: 0px; }

.info-widget-contact .active:after, .info-widget-in .active:after, .info-widget-beyond .active:after {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#0B8261), color-stop(48%, #0B8261), color-stop(48%, transparent), color-stop(52%, transparent), color-stop(52%, #522C1B), to(#522C1B));
  background: -webkit-linear-gradient(left, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
  background: linear-gradient(to right, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
  height: 8px;
  width: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/* Events */
#tribe-events,
#tribe-events-pg-template {
  max-width: 100% !important;
  padding: 0 !important;
  /* general button styles */
  /*single event page styles */ }
  #tribe-events a.tribe-events-ical,
  #tribe-events a a.tribe-events-gcal,
  #tribe-events-pg-template a.tribe-events-ical,
  #tribe-events-pg-template a a.tribe-events-gcal {
    margin-top: 0px; }
  #tribe-events a.submit-event,
  #tribe-events-pg-template a.submit-event {
    display: block;
    border-radius: 0;
    float: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 10px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      #tribe-events a.submit-event,
      #tribe-events-pg-template a.submit-event {
        display: inline-block;
        padding: 0 10px;
        line-height: 24px; } }
  #tribe-events .tribe-events-loop .tribe-events-content,
  #tribe-events-pg-template .tribe-events-loop .tribe-events-content {
    width: 100%; }
  #tribe-events .tribe-events-list-separator-month,
  #tribe-events-pg-template .tribe-events-list-separator-month {
    background: none;
    font-size: 2em;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    color: #455560;
    font-weight: normal;
    font-size: 2em; }
    #tribe-events .tribe-events-list-separator-month:first-of-type,
    #tribe-events-pg-template .tribe-events-list-separator-month:first-of-type {
      margin: 0; }
  #tribe-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
  #tribe-events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a,
  #tribe-events-pg-template .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
  #tribe-events-pg-template .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
    color: #455560 !important;
    opacity: 1; }
  #tribe-events .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] > a:hover, #tribe-events .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] > a:focus, #tribe-events .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] > a:active,
  #tribe-events-pg-template .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] > a:hover,
  #tribe-events-pg-template .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] > a:focus,
  #tribe-events-pg-template .tribe-events-calendar td.tribe-events-has-events div[id*=tribe-events-daynum-] > a:active {
    text-decoration: underline; }
  #tribe-events #tribe-events-bar,
  #tribe-events-pg-template #tribe-events-bar {
    line-height: 3em;
    white-space: nowrap;
    vertical-align: middle; }
    #tribe-events #tribe-events-bar #tribe-bar-views,
    #tribe-events-pg-template #tribe-events-bar #tribe-bar-views {
      line-height: 50px; }
      #tribe-events #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner,
      #tribe-events-pg-template #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
        height: 80px;
        line-height: 42px;
        padding: 5px 0 5px 0; }
        #tribe-events #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner > div,
        #tribe-events-pg-template #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner > div {
          line-height: 50px; }
        #tribe-events #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner > label,
        #tribe-events-pg-template #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner > label {
          max-width: 100%; }
  #tribe-events #tribe-events-content-wrapper::before, #tribe-events #tribe-events-content-wrapper::after,
  #tribe-events-pg-template #tribe-events-content-wrapper::before,
  #tribe-events-pg-template #tribe-events-content-wrapper::after {
    display: none; }
  #tribe-events #tribe-events-content-wrapper #tribe-bar-form,
  #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form {
    background: #f8f8f8;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca; }
    #tribe-events #tribe-events-content-wrapper #tribe-bar-form input,
    #tribe-events #tribe-events-content-wrapper #tribe-bar-form label,
    #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input,
    #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form label {
      max-width: 100%;
      display: inline-block; }
      @media print, screen and (min-width: 40em) {
        #tribe-events #tribe-events-content-wrapper #tribe-bar-form input,
        #tribe-events #tribe-events-content-wrapper #tribe-bar-form label,
        #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input,
        #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form label {
          max-width: 50%; } }
    #tribe-events #tribe-events-content-wrapper #tribe-bar-form input[type='text'],
    #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input[type='text'] {
      margin: 0;
      background: #fff;
      font-style: normal;
      border: 1px solid #cacaca; }
      @media print, screen and (min-width: 64em) {
        #tribe-events #tribe-events-content-wrapper #tribe-bar-form input[type='text'],
        #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input[type='text'] {
          margin: 0 0.25rem 0 0; } }
      #tribe-events #tribe-events-content-wrapper #tribe-bar-form input[type='text']::-webkit-input-placeholder,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input[type='text']::-webkit-input-placeholder {
        color: #cacaca;
        font-style: normal; }
      #tribe-events #tribe-events-content-wrapper #tribe-bar-form input[type='text']::-moz-placeholder,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input[type='text']::-moz-placeholder {
        color: #cacaca;
        font-style: normal; }
      #tribe-events #tribe-events-content-wrapper #tribe-bar-form input[type='text']::-ms-input-placeholder,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input[type='text']::-ms-input-placeholder {
        color: #cacaca;
        font-style: normal; }
      #tribe-events #tribe-events-content-wrapper #tribe-bar-form input[type='text']::placeholder,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input[type='text']::placeholder {
        color: #cacaca;
        font-style: normal; }
      #tribe-events #tribe-events-content-wrapper #tribe-bar-form input[type='text']::focus,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form input[type='text']::focus {
        outline: none; }
    #tribe-events #tribe-events-content-wrapper #tribe-bar-form label,
    #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form label {
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.1rem;
      font-family: "Oswald", sans-serif;
      font-weight: 400; }
    #tribe-events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit],
    #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit] {
      line-height: 1;
      background-color: #0B8261;
      color: #fff; }
      #tribe-events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, #tribe-events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
        background-color: #096f52;
        color: #fff; }
    #tribe-events #tribe-events-content-wrapper #tribe-bar-form #tribe-bar-collapse-toggle,
    #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form #tribe-bar-collapse-toggle {
      line-height: 50px; }
      #tribe-events #tribe-events-content-wrapper #tribe-bar-form #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow,
      #tribe-events-pg-template #tribe-events-content-wrapper #tribe-bar-form #tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
        top: 25px; }
  #tribe-events #tribe-events-header,
  #tribe-events-pg-template #tribe-events-header {
    margin-bottom: 0px; }
    #tribe-events #tribe-events-header::before, #tribe-events #tribe-events-header::after,
    #tribe-events-pg-template #tribe-events-header::before,
    #tribe-events-pg-template #tribe-events-header::after {
      display: none; }
    #tribe-events #tribe-events-header .tribe-events-sub-nav,
    #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav {
      background: #f8f8f8;
      padding: 10px; }
      @media print, screen and (min-width: 40em) {
        #tribe-events #tribe-events-header .tribe-events-sub-nav,
        #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav {
          padding: 25px; } }
      #tribe-events #tribe-events-header .tribe-events-sub-nav span,
      #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span {
        font-size: 1.5em;
        line-height: 1.25em;
        width: initial; }
        #tribe-events #tribe-events-header .tribe-events-sub-nav span.h2,
        #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span.h2 {
          display: inline;
          font-weight: 300; }
        @media print, screen and (min-width: 40em) {
          #tribe-events #tribe-events-header .tribe-events-sub-nav span,
          #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span {
            line-height: 2rem;
            font-size: 2rem; } }
        #tribe-events #tribe-events-header .tribe-events-sub-nav span a,
        #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a {
          font-family: 'Oswald', sans-serif;
          color: #455560;
          text-transform: uppercase;
          vertical-align: top;
          font-size: 1.25rem; }
          #tribe-events #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:hover, #tribe-events #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:focus, #tribe-events #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:active,
          #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:hover,
          #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:focus,
          #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:active {
            text-decoration: underline; }
          #tribe-events #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:before,
          #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:before {
            content: '\f104';
            font: normal normal normal 14px/1 FontAwesome;
            display: inline-block;
            position: relative;
            font-size: 1.5rem;
            line-height: 1.25rem;
            display: table-cell;
            vertical-align: unset; }
            @media print, screen and (min-width: 40em) {
              #tribe-events #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:before,
              #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a[rel~="prev"]:before {
                vertical-align: middle; } }
          #tribe-events #tribe-events-header .tribe-events-sub-nav span a[rel~="next"]:after,
          #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a[rel~="next"]:after {
            content: '\f105';
            font: normal normal normal 14px/1 FontAwesome;
            display: inline-block;
            position: relative;
            font-size: 1.5rem;
            line-height: 1.5rem;
            display: table-cell;
            vertical-align: unset; }
            @media print, screen and (min-width: 40em) {
              #tribe-events #tribe-events-header .tribe-events-sub-nav span a[rel~="next"]:after,
              #tribe-events-pg-template #tribe-events-header .tribe-events-sub-nav span a[rel~="next"]:after {
                vertical-align: middle; } }
  #tribe-events #tribe-events-content abbr[title],
  #tribe-events-pg-template #tribe-events-content abbr[title] {
    text-decoration: none; }
  #tribe-events #tribe-events-content a,
  #tribe-events-pg-template #tribe-events-content a {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #0b8261; }
  #tribe-events #tribe-events-content .tribe-events-notices,
  #tribe-events-pg-template #tribe-events-content .tribe-events-notices {
    background: #f5f5f5;
    border: 0;
    color: #000; }
  #tribe-events #tribe-events-content .tribe-events-tooltip,
  #tribe-events-pg-template #tribe-events-content .tribe-events-tooltip {
    background: #fff; }
    #tribe-events #tribe-events-content .tribe-events-tooltip h4, #tribe-events #tribe-events-content .tribe-events-tooltip .h4,
    #tribe-events-pg-template #tribe-events-content .tribe-events-tooltip h4,
    #tribe-events-pg-template #tribe-events-content .tribe-events-tooltip .h4 {
      color: #0B8261;
      background: #fff;
      padding: 5px 5px 0px 5px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      font-size: 1.2em; }
    #tribe-events #tribe-events-content .tribe-events-tooltip .tribe-events-event-body,
    #tribe-events-pg-template #tribe-events-content .tribe-events-tooltip .tribe-events-event-body {
      background: #fff;
      padding: 0px 5px; }
  #tribe-events #tribe-events-content .tribe-event-duration,
  #tribe-events-pg-template #tribe-events-content .tribe-event-duration {
    margin: 0 0 5px 0; }
  #tribe-events #tribe-events-content table.tribe-events-calendar,
  #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar {
    margin: 0; }
    #tribe-events #tribe-events-content table.tribe-events-calendar thead th,
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar thead th {
      padding: 5px 0;
      color: #fff;
      background-color: #0B8261;
      border-right: 1px solid #f8f8f8;
      border-left: 1px solid #f8f8f8;
      font-family: 'Oswald', sans-serif;
      font-weight: 300; }
    #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr:even,
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr:even {
      background-color: white; }
    #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr:odd,
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr:odd {
      background-color: #f8f8f8; }
    #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr div[id*='tribe-events-daynum-'],
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr div[id*='tribe-events-daynum-'] {
      display: inline-block;
      font-family: 'Oswald', sans-serif;
      padding: 2.5px; }
      @media print, screen and (min-width: 40em) {
        #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr div[id*='tribe-events-daynum-'],
        #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr div[id*='tribe-events-daynum-'] {
          padding: 5px 10px; } }
    #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present,
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present {
      background: none; }
      #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present div[id*='tribe-events-daynum-'],
      #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present div[id*='tribe-events-daynum-'] {
        background: none; }
        #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present div[id*='tribe-events-daynum-'] > a,
        #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present div[id*='tribe-events-daynum-'] > a {
          background: none; }
    #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.mobile-active,
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.mobile-active {
      background: #0B8261; }
      #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.mobile-active div[id*='tribe-events-daynum-'],
      #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.mobile-active div[id*='tribe-events-daynum-'] {
        background: #0B8261; }
        #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.mobile-active div[id*='tribe-events-daynum-'] a,
        #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.mobile-active div[id*='tribe-events-daynum-'] a {
          background: none; }
    #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present div[id*='tribe-events-daynum-'],
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-present div[id*='tribe-events-daynum-'] {
      background: #0b8261; }
    #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-has-events::after,
    #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-has-events::after {
      display: none !important; }
      @media print, screen and (min-width: 40em) {
        #tribe-events #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-has-events::after,
        #tribe-events-pg-template #tribe-events-content table.tribe-events-calendar tbody tr td.tribe-events-has-events::after {
          display: block; } }
  #tribe-events #tribe-events-content a.tribe-events-button,
  #tribe-events-pg-template #tribe-events-content a.tribe-events-button {
    background-color: #0B8261;
    color: #fff;
    border-radius: 0; }
    #tribe-events #tribe-events-content a.tribe-events-button:hover, #tribe-events #tribe-events-content a.tribe-events-button:focus,
    #tribe-events-pg-template #tribe-events-content a.tribe-events-button:hover,
    #tribe-events-pg-template #tribe-events-content a.tribe-events-button:focus {
      background-color: #096f52;
      color: #fff; }
  #tribe-events #tribe-mobile-container,
  #tribe-events-pg-template #tribe-mobile-container {
    margin: 25px 0; }
  #tribe-events .tribe-events-single .tribe-events-meta-group,
  #tribe-events #tribe-events-pg-template .tribe-events-meta-group,
  #tribe-events-pg-template .tribe-events-single .tribe-events-meta-group,
  #tribe-events-pg-template #tribe-events-pg-template .tribe-events-meta-group {
    clear: both;
    width: 100% !important; }
    #tribe-events .tribe-events-single .tribe-events-meta-group address,
    #tribe-events #tribe-events-pg-template .tribe-events-meta-group address,
    #tribe-events-pg-template .tribe-events-single .tribe-events-meta-group address,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-events-meta-group address {
      font-style: normal;
      display: inline; }
  #tribe-events .tribe-events-single .tribe-events-cal-links a,
  #tribe-events #tribe-events-pg-template .tribe-events-cal-links a,
  #tribe-events-pg-template .tribe-events-single .tribe-events-cal-links a,
  #tribe-events-pg-template #tribe-events-pg-template .tribe-events-cal-links a {
    margin: 10px 5px 10px 0; }
  #tribe-events .tribe-events-single .tribe-events-single-event-description.tribe-events-content,
  #tribe-events #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content,
  #tribe-events-pg-template .tribe-events-single .tribe-events-single-event-description.tribe-events-content,
  #tribe-events-pg-template #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content {
    display: block; }
    @media print, screen and (min-width: 40em) {
      #tribe-events .tribe-events-single .tribe-events-single-event-description.tribe-events-content,
      #tribe-events #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content,
      #tribe-events-pg-template .tribe-events-single .tribe-events-single-event-description.tribe-events-content,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content {
        display: table-row; } }
    #tribe-events .tribe-events-single .tribe-events-single-event-description.tribe-events-content label,
    #tribe-events #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content label,
    #tribe-events-pg-template .tribe-events-single .tribe-events-single-event-description.tribe-events-content label,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content label {
      clear: both;
      font-family: 'Oswald', sans-serif;
      font-weight: normal !important;
      color: #455560;
      padding-right: 5px;
      min-width: 8.5em;
      font-size: 1.25em;
      text-transform: uppercase;
      display: table-cell;
      vertical-align: baseline; }
    #tribe-events .tribe-events-single .tribe-events-single-event-description.tribe-events-content .event-details,
    #tribe-events #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content .event-details,
    #tribe-events-pg-template .tribe-events-single .tribe-events-single-event-description.tribe-events-content .event-details,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content .event-details {
      display: table-row; }
      @media print, screen and (min-width: 40em) {
        #tribe-events .tribe-events-single .tribe-events-single-event-description.tribe-events-content .event-details,
        #tribe-events #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content .event-details,
        #tribe-events-pg-template .tribe-events-single .tribe-events-single-event-description.tribe-events-content .event-details,
        #tribe-events-pg-template #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content .event-details {
          display: table-cell;
          max-width: 825px; } }
      #tribe-events .tribe-events-single .tribe-events-single-event-description.tribe-events-content .event-details p,
      #tribe-events #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content .event-details p,
      #tribe-events-pg-template .tribe-events-single .tribe-events-single-event-description.tribe-events-content .event-details p,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-events-single-event-description.tribe-events-content .event-details p {
        font-size: 16px; }
  @media print, screen and (min-width: 40em) {
    #tribe-events .tribe-events-single .tribe-events-cal-links,
    #tribe-events #tribe-events-pg-template .tribe-events-cal-links,
    #tribe-events-pg-template .tribe-events-single .tribe-events-cal-links,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-events-cal-links {
      padding-left: 10.5em; } }
  #tribe-events .tribe-events-single .tribe-related-events li,
  #tribe-events #tribe-events-pg-template .tribe-related-events li,
  #tribe-events-pg-template .tribe-events-single .tribe-related-events li,
  #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li {
    border-radius: 0;
    border: 0px;
    background: #f8f8f8;
    padding: 10px; }
    #tribe-events .tribe-events-single .tribe-related-events li h3 a, #tribe-events .tribe-events-single .tribe-related-events li .h3 a,
    #tribe-events #tribe-events-pg-template .tribe-related-events li h3 a,
    #tribe-events #tribe-events-pg-template .tribe-related-events li .h3 a,
    #tribe-events-pg-template .tribe-events-single .tribe-related-events li h3 a,
    #tribe-events-pg-template .tribe-events-single .tribe-related-events li .h3 a,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li h3 a,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .h3 a {
      color: #455560;
      text-transform: initial;
      font-family: 'Lato', sans-serif;
      font-weight: bold; }
    #tribe-events .tribe-events-single .tribe-related-events li p,
    #tribe-events #tribe-events-pg-template .tribe-related-events li p,
    #tribe-events-pg-template .tribe-events-single .tribe-related-events li p,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li p {
      font-size: 1em; }
    #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date,
    #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date,
    #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date {
      margin-bottom: 0;
      position: relative;
      min-height: 165px;
      display: inline-block;
      display: table;
      min-height: initial;
      margin-bottom: 0; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date,
        #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date,
        #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date,
        #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date {
          padding-right: 15px; } }
      @media screen and (max-width: 39.9375em) {
        #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date,
        #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date,
        #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date,
        #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date {
          min-height: 115px; } }
      #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date,
      #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date,
      #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date {
        border-right: 1px solid #cacaca; }
        @media screen and (max-width: 39.9375em) {
          #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date,
          #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date,
          #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date,
          #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date {
            padding-left: 0px; } }
        #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a,
        #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a,
        #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a,
        #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a {
          text-decoration: none; }
          #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span,
          #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span,
          #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span,
          #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span {
            display: block;
            padding: 0;
            text-align: left; }
            #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-month,
            #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-month,
            #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-month,
            #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-month {
              color: #000;
              font-weight: 400;
              font-family: 'Lato', Arial, Helvetica, sans-serif;
              text-transform: uppercase;
              line-height: 1.5; }
              @media screen and (max-width: 39.9375em) {
                #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-month,
                #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-month,
                #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-month,
                #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-month {
                  text-align: left;
                  padding-right: 0; } }
            #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-day,
            #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-day,
            #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-day,
            #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-day {
              font-family: "Oswald", sans-serif;
              font-size: 2.5em;
              font-weight: 300;
              color: #0B8261;
              line-height: 30px;
              display: block;
              padding-bottom: 15px; }
              @media screen and (max-width: 39.9375em) {
                #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-day,
                #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-day,
                #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date a span.date-day,
                #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date a span.date-day {
                  text-align: left;
                  font-size: 2em;
                  padding-right: 0; } }
      #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy,
      #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy,
      #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy {
        padding-left: 15px; }
        @media screen and (max-width: 39.9375em) {
          #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy,
          #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy,
          #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy,
          #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy {
            padding-left: 1rem;
            padding-right: 1rem; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy p,
          #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy p,
          #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy p,
          #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy p {
            word-wrap: break-word; } }
        #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy a,
        #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy a,
        #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy a,
        #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy a {
          text-decoration: none; }
          #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy a span.h4,
          #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy a span.h4,
          #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy a span.h4,
          #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy a span.h4 {
            text-transform: initial; }
        #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy .display_title,
        #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy .display_title,
        #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-copy .display_title,
        #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-copy .display_title {
          font-weight: bold;
          color: black; }
      #tribe-events .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date,
      #tribe-events #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date,
      #tribe-events-pg-template .tribe-events-single .tribe-related-events li .dc-related-events-date .date-date,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .dc-related-events-date .date-date {
        display: table-cell;
        vertical-align: middle; }
    #tribe-events .tribe-events-single .tribe-related-events li .date-copy h3 a, #tribe-events .tribe-events-single .tribe-related-events li .date-copy .h3 a,
    #tribe-events #tribe-events-pg-template .tribe-related-events li .date-copy h3 a,
    #tribe-events #tribe-events-pg-template .tribe-related-events li .date-copy .h3 a,
    #tribe-events-pg-template .tribe-events-single .tribe-related-events li .date-copy h3 a,
    #tribe-events-pg-template .tribe-events-single .tribe-related-events li .date-copy .h3 a,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .date-copy h3 a,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .date-copy .h3 a {
      color: #455560;
      font-weight: normal;
      font-family: 'Oswald', sans; }
    #tribe-events .tribe-events-single .tribe-related-events li .tribe-related-event-info,
    #tribe-events #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info,
    #tribe-events-pg-template .tribe-events-single .tribe-related-events li .tribe-related-event-info,
    #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info {
      padding: 0;
      display: table; }
      #tribe-events .tribe-events-single .tribe-related-events li .tribe-related-event-info h3, #tribe-events .tribe-events-single .tribe-related-events li .tribe-related-event-info .h3,
      #tribe-events .tribe-events-single .tribe-related-events li .tribe-related-event-info p,
      #tribe-events #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info h3,
      #tribe-events #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info .h3,
      #tribe-events #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info p,
      #tribe-events-pg-template .tribe-events-single .tribe-related-events li .tribe-related-event-info h3,
      #tribe-events-pg-template .tribe-events-single .tribe-related-events li .tribe-related-event-info .h3,
      #tribe-events-pg-template .tribe-events-single .tribe-related-events li .tribe-related-event-info p,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info h3,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info .h3,
      #tribe-events-pg-template #tribe-events-pg-template .tribe-related-events li .tribe-related-event-info p {
        display: table-row;
        vertical-align: top; }
  #tribe-events .tribe-events-meta-item,
  #tribe-events-pg-template .tribe-events-meta-item {
    display: block; }
    #tribe-events .tribe-events-meta-item .tribe-event-tags-label.tribe-events-meta-label,
    #tribe-events-pg-template .tribe-events-meta-item .tribe-event-tags-label.tribe-events-meta-label {
      clear: both;
      font-family: 'Oswald', sans-serif;
      font-weight: normal !important;
      color: #455560;
      padding-right: 5px;
      min-width: 8.5em;
      font-size: 1.25em;
      text-transform: uppercase;
      margin-bottom: 0.3rem;
      float: left; }
    #tribe-events .tribe-events-meta-item .tribe-event-tags,
    #tribe-events-pg-template .tribe-events-meta-item .tribe-event-tags {
      float: left; }

.tribe-common .tribe-events-l-container {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .tribe-common .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event,
  .tribe-common .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day-date {
    padding-left: 10px !important;
    padding-right: 10px !important; }

.tribe-common .tribe-events-after-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .tribe-common .tribe-events-after-html .button.hollow {
    background: transparent !important;
    color: #0B8261;
    font-family: 'Oswald', sans-serif !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 10px; }
    .tribe-common .tribe-events-after-html .button.hollow:hover {
      background: #0B8261 !important;
      color: #fff !important; }

.tribe-common .tribe-filter-bar .tribe-filter-bar-c-pill__pill {
  border-radius: 0 !important; }

.tribe-common-c-btn-border {
  padding: 10px !important;
  border-radius: 0 !important;
  font-family: 'Oswald'; }
  .tribe-common-c-btn-border button {
    font-family: 'Oswald';
    font-size: 1rem !important;
    text-transform: uppercase;
    font-weight: 400; }

.tribe-bar-views-inner i.fa {
  display: none; }

.tribe-community-events .events-community-post-title label.error,
.tribe-community-events .events-community-post-content label.error,
.tribe-section-content label.error {
  padding-bottom: 2px;
  border-bottom: 1px solid #dc3232;
  background-color: rgba(255, 223, 224, 0.25); }

.tribe_community_edit .tribe-community-events.form .button {
  -webkit-font-smoothing: antialiased !important;
  font-size: 1.1rem !important;
  letter-spacing: inherit !important; }

.tribe_community_edit .tribe-community-events.form .tribe-button {
  -webkit-font-smoothing: antialiased !important;
  font-size: 1rem !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: 0;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 1rem;
  background-color: #0b8261 !important; }

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
  padding-top: 0 !important; }

.tribe-events-single ul.tribe-related-events li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail {
  display: none; }

.tribe-events-related-events-title {
  font-size: 1.4em !important;
  text-transform: uppercase !important;
  color: #0b8261 !important; }

.tribe-events-notices {
  padding: 10px; }

body.tribe_community_edit .tribe-community-events {
  padding: 0;
  border: 0; }
  body.tribe_community_edit .tribe-community-events label {
    clear: both;
    font-family: 'Oswald', sans-serif;
    font-weight: normal !important;
    color: #000;
    padding-right: 5px;
    min-width: 8.5em;
    font-size: 1.25em;
    text-transform: uppercase; }
  body.tribe_community_edit .tribe-community-events h3, body.tribe_community_edit .tribe-community-events .h3 {
    color: #0B8261 !important;
    font-family: "Oswald", sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-rendering: optimizeLegibility !important;
    margin-bottom: .8rem !important;
    line-height: 1 !important;
    font-size: 1.5625rem !important; }
  body.tribe_community_edit .tribe-community-events .tribe-button.tribe-button-secondary,
  body.tribe_community_edit .tribe-community-events .button {
    background: #0B8261 !important;
    color: #fff !important;
    font-family: 'Oswald', sans-serif !important; }
  body.tribe_community_edit .tribe-community-events h3.contactEmail, body.tribe_community_edit .tribe-community-events .contactEmail.h3 {
    padding-left: 32px; }
  body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-custom-fields .tribe-field-type-checkbox {
    display: none !important; }
  body.tribe_community_edit .tribe-community-events .my-events-header a {
    display: none !important; }

body.tribe_community_edit .button {
  background: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
  border-radius: 0 !important; }

body.tribe_community_edit .button.button-red {
  background-color: #E03100 !important;
  color: #fff !important; }

body.tribe_community_edit tbody tr:nth-child(even) {
  background-color: #ffffff !important; }

body.tribe_community_edit .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0B8261 !important; }

.tribe-events-pro .tribe-events-pro-week-grid__event-link-inner {
  background-color: #f7f6f6 !important; }

.main-content footer {
  background: inherit !important; }

.tribe-events .datepicker .day,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {
  border-radius: 0 !important; }

.tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-button {
  pointer-events: none !important; }
  .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-button svg {
    display: none !important; }

.single-tec_calendar_embed .addtoany_share_save_container {
  display: none !important; }

@media print, screen and (min-width: 40em) {
  section.experience-dc .social-links {
    text-align: right; } }

#footer-articles {
  padding-top: 11px;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden; }
  #footer-articles .dcAckCont {
    background-color: #eeeeee; }
    #footer-articles .dcAckCont .dcAckAd {
      text-align: center;
      position: relative; }
      #footer-articles .dcAckCont .dcAckAd:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(23%, #000), color-stop(0, transparent), color-stop(25%, transparent), color-stop(0, #0b8261), to(#0b8261));
        background: -webkit-linear-gradient(left, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
        background: linear-gradient(90deg, #000 0, #000 23%, transparent 0, transparent 25%, #0b8261 0, #0b8261);
        height: 9px !important;
        position: absolute;
        top: -3px;
        width: 201px;
        left: 50%;
        margin-left: -100px; }
      #footer-articles .dcAckCont .dcAckAd h3, #footer-articles .dcAckCont .dcAckAd .h3 {
        margin-top: 1.5rem; }
      #footer-articles .dcAckCont .dcAckAd p {
        font-size: 0.9rem;
        line-height: 1.5; }
      #footer-articles .dcAckCont .dcAckAd a:hover {
        color: #0B8261; }
  #footer-articles .dcc19Ad {
    position: relative; }
    #footer-articles .dcc19Ad .c19img {
      text-align: right; }
      @media screen and (max-width: 39.9375em) {
        #footer-articles .dcc19Ad .c19img {
          margin-top: 15px;
          text-align: center; } }
      #footer-articles .dcc19Ad .c19img img {
        width: 55px;
        height: 55px;
        margin: 7px 0; }
    #footer-articles .dcc19Ad p.c19copy {
      margin: 24px 0 0 0;
      font-size: 0.9rem; }
      @media screen and (max-width: 39.9375em) {
        #footer-articles .dcc19Ad p.c19copy {
          margin: 10px 0 22px 0;
          text-align: center; } }
  #footer-articles .footer-logos {
    margin: -2.5px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center; }
    #footer-articles .footer-logos .img-link {
      height: 5em;
      margin: 2.5em;
      text-decoration: none; }

footer {
  border-top: 0;
  background: #0B8261; }
  footer .row {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    footer {
      background: -webkit-gradient(linear, right top, left top, from(#0B8261), color-stop(50%, #0B8261), color-stop(50%, #f8f8f8), to(#f8f8f8));
      background: -webkit-linear-gradient(right, #0B8261 0%, #0B8261 50%, #f8f8f8 50%, #f8f8f8 100%);
      background: linear-gradient(to left, #0B8261 0%, #0B8261 50%, #f8f8f8 50%, #f8f8f8 100%); }
      footer .row {
        padding: 0 20px; } }
  footer ul.footer-menu {
    list-style-type: none;
    margin: 0;
    line-height: 1.5; }
    @media print, screen and (min-width: 40em) {
      footer ul.footer-menu {
        padding: 2.5rem 0 0 0; } }
    footer ul.footer-menu li {
      margin: 0;
      padding: 0; }
      footer ul.footer-menu li a {
        display: block;
        font-size: 15px;
        padding: 2px 0; }
  footer .left-section {
    padding: 2rem 0.5em;
    height: auto; }
    @media print, screen and (min-width: 40em) {
      footer .left-section {
        float: left;
        padding: 0;
        width: 22%; } }
  footer .right-section {
    padding: 3.5rem 0.5em 1rem;
    height: auto; }
    @media print, screen and (min-width: 40em) {
      footer .right-section {
        float: right;
        width: 78%;
        padding: 2.5rem 0 20px 1.5rem; } }
    footer .right-section .h4.white.heading {
      white-space: normal;
      font-size: 1rem; }
    footer .right-section .h3 {
      font-size: 1.25em; }
    footer .right-section *,
    footer .right-section p,
    footer .right-section a {
      color: #fff;
      text-decoration: none;
      line-height: 1.3;
      font-size: 14px; }
    footer .right-section .small-links,
    footer .right-section .copyright {
      font-size: 13px !important;
      display: inline-block; }
      @media print, screen and (min-width: 64em) {
        footer .right-section .small-links,
        footer .right-section .copyright {
          margin-top: 105px; } }
      @media only screen and (max-width: 1206px) and (min-width: 1024px) {
        footer .right-section .small-links,
        footer .right-section .copyright {
          margin-top: 0; } }
    @media print, screen and (min-width: 64em) {
      footer .right-section .dc-footer-first-column {
        width: 280px;
        padding-left: 35px !important;
        padding-right: 0 !important; } }
    footer .right-section .dc-footer-first-column .fa-mobile {
      font-size: 30px;
      padding-left: 3px;
      margin-right: 14px; }
    footer .right-section .dc-footer-first-column .dcfootericons span {
      display: inline-block;
      vertical-align: -4px; }
    footer .right-section .dc-footer-first-column .fa-envelope {
      font-size: 19px;
      margin-right: 7px; }
    footer .right-section .dc-footer-first-column .fa-map-marker {
      font-size: 25px;
      padding-left: 2px;
      margin-top: 6px;
      margin-right: 16px; }
    @media print, screen and (min-width: 64em) {
      footer .right-section .dc-footer-second-column {
        padding-right: 0 !important;
        width: 205px; } }
    footer .right-section .dc-footer-second-column .small-links {
      margin-top: 74px; }
    @media print, screen and (min-width: 64em) {
      footer .right-section .dc-footer-third-column {
        width: 330px; } }
    @media only screen and (max-width: 1206px) and (min-width: 1024px) {
      footer .right-section .dc-footer-third-column {
        width: 185px; } }
    footer .right-section .dc-footer-second-column ul li,
    footer .right-section .dc-footer-third-column ul li {
      padding-bottom: 10px; }
    @media print, screen and (min-width: 64em) {
      footer .right-section .award-logos {
        width: 100px;
        text-align: right; } }
    footer .right-section .award-logos img.topGTAImg {
      height: 85px; }
      @media print, screen and (min-width: 40em) {
        footer .right-section .award-logos img.topGTAImg {
          margin-bottom: 52px;
          height: 51.52px;
          margin-top: 7px;
          width: 75px; } }
    footer .right-section .award-logos img.greenestImg {
      height: 85px; }
      @media print, screen and (min-width: 40em) {
        footer .right-section .award-logos img.greenestImg {
          margin-bottom: 40px;
          height: 50.72px;
          width: 75px; } }
    footer .right-section .award-logos img.researchImg {
      height: 85px; }
      @media print, screen and (min-width: 40em) {
        footer .right-section .award-logos img.researchImg {
          height: 89.94px;
          width: 75px; } }
  footer a {
    font-weight: bold; }
    footer a:hover {
      text-decoration: underline; }
  footer a:focus,
  footer a:hover {
    color: #FAFAFA; }
  footer .icon-link.lg-icon {
    margin: 20px 0;
    display: block;
    font-weight: normal; }
  footer ul {
    list-style-type: none;
    margin: 0; }
    footer ul li {
      padding: 3px 0; }
  footer .copyright,
  footer .small-links {
    margin-top: 5px;
    font-size: 13px; }
  footer dl {
    width: 100%;
    padding: 0;
    margin: 0;
    white-space: initial;
    position: relative;
    display: block; }
    footer dl dt,
    footer dl dd {
      display: block;
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      footer dl dt {
        float: left;
        width: 50%;
        padding: 0;
        margin: 0;
        clear: left; }
      footer dl dd {
        float: left;
        width: 50%;
        padding: 0;
        margin: 0; } }
  footer .dc-footer-social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .dc-footer-social-icons ul li {
      margin: 0 15px 0 0; }
      footer .dc-footer-social-icons ul li img {
        width: 20px;
        height: 20px;
        display: block; }
      footer .dc-footer-social-icons ul li:first-of-type {
        margin: 0 12px 0 0; }
    footer .dc-footer-social-icons ul li.yt img {
      width: 25px;
      height: 25px; }

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  color: #455560;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.scroll-top-wrapper:hover {
  color: #5a6f7e; }

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.scroll-top-wrapper i.fa {
  line-height: inherit; }

.smokefree-footer-container {
  background: url("https://durhamcollege.ca/wp-content/uploads/footer-smokefree-bg-large.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  min-height: 150px; }
  .smokefree-footer-container .smokefree-row {
    padding-top: 35px;
    padding-bottom: 35px; }
  .smokefree-footer-container .smokefree-footer-logo img {
    padding-top: 2px;
    width: 150px; }
  @media print, screen and (min-width: 64em) {
    .smokefree-footer-container .smokefree-footer-text {
      padding-left: 32px; } }
  .smokefree-footer-container .smokefree-footer-text h3, .smokefree-footer-container .smokefree-footer-text .h3 {
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center; }
  .smokefree-footer-container .smokefree-footer-text p {
    margin-top: 6px;
    color: #000;
    text-align: center; }

fieldset legend {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  line-height: 2;
  font-size: 1em;
  margin-bottom: 0px; }

fieldset div.checkbox {
  position: relative;
  display: table;
  vertical-align: middle;
  line-height: 2em;
  width: 100%;
  border-bottom: 1px solid #cacaca; }
  fieldset div.checkbox input[type="checkbox"] {
    margin-bottom: 0px;
    width: 0.85em;
    position: relative;
    display: table-cell; }
    fieldset div.checkbox input[type="checkbox"]:checked + label:after {
      background: #0b8261; }
  fieldset div.checkbox label {
    left: 0px;
    line-height: 0.9em;
    display: inline-block; }
    fieldset div.checkbox label:before {
      cursor: pointer;
      position: absolute;
      width: 0.9em;
      height: 0.9em;
      left: 0px;
      background: white;
      border: 1px solid #ddd;
      content: '';
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease;
      line-height: 1.5em;
      vertical-align: middle;
      display: table-cell; }
    fieldset div.checkbox label:after {
      content: '';
      position: absolute;
      background: rgba(11, 130, 97, 0.2);
      border: 1px solid #ddd;
      width: 0.9em;
      height: 0.9em;
      left: 0px;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }

.gform_wrapper [type="file"], .gform_wrapper [type="checkbox"], .gform_wrapper [type="radio"] {
  margin: 0 1rem; }

.gform_wrapper .gfield_radio li label {
  margin: 0; }

.tour-form_wrapper {
  margin-top: 0 !important; }

.tour-form label, .form-styles label {
  font-family: 'Lato', sans-serif;
  color: #0B8261;
  text-transform: uppercase;
  margin-top: 10px; }

.tour-form span label, .form-styles span label {
  color: #455560;
  font-size: 1em !important;
  font-family: 'Lato', sans-serif; }

.tour-form [type=color], .tour-form [type=date], .tour-form [type=datetime-local], .tour-form [type=datetime], .tour-form [type=email], .tour-form [type=month], .tour-form [type=number], .tour-form [type=password], .tour-form [type=search], .tour-form [type=tel], .tour-form [type=text], .tour-form [type=time], .tour-form [type=url], .tour-form [type=week], .tour-form textarea, .form-styles [type=color], .form-styles [type=date], .form-styles [type=datetime-local], .form-styles [type=datetime], .form-styles [type=email], .form-styles [type=month], .form-styles [type=number], .form-styles [type=password], .form-styles [type=search], .form-styles [type=tel], .form-styles [type=text], .form-styles [type=time], .form-styles [type=url], .form-styles [type=week], .form-styles textarea {
  margin-bottom: 0; }

.tour-form .button, .form-styles .button {
  margin-top: 10px;
  margin-bottom: 0; }

.tour-form .gform_title, .form-styles .gform_title {
  font-weight: normal !important;
  font-size: 1.5625rem !important;
  margin-top: 0 !important; }

.tour-form .gfield_label, .form-styles .gfield_label {
  margin-bottom: 0 !important;
  font-weight: normal !important; }

.tour-form input[type=text], .form-styles input[type=text] {
  margin-top: 5px !important;
  margin-bottom: 10px !important; }

.tour-form .gform_heading, .form-styles .gform_heading {
  margin-bottom: 0 !important; }

.tour-form .gfield_description, .form-styles .gfield_description {
  padding-top: 0 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 16px !important;
  text-transform: uppercase !important; }

.tour-form ul li.field_description_below div.ginput_container_checkbox, .tour-form #field_78_1, .form-styles ul li.field_description_below div.ginput_container_checkbox, .form-styles #field_78_1 {
  margin-top: 0 !important; }

.tour-form #label_78_4_1, .form-styles #label_78_4_1 {
  font-size: 16px !important;
  text-transform: none; }

.tour-form .gchoice_78_4_1 input, .form-styles .gchoice_78_4_1 input {
  margin-right: 10px;
  vertical-align: top !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  width: 12px !important;
  margin: 10px 11px 10px 11px !important; }

.gsection_title {
  font-weight: normal !important;
  text-transform: uppercase !important;
  font-size: 1.5625rem !important; }

.program-search-form-full .input-group {
  margin: 0px; }

form.gsc-search-box, table.gsc-search-box {
  margin-bottom: 0px !important; }
  form.gsc-search-box .gsc-input, table.gsc-search-box .gsc-input {
    background: #fff;
    margin: 0;
    border: 0;
    padding-right: 1px !important;
    padding-left: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
    form.gsc-search-box .gsc-input .gsc-input-box, table.gsc-search-box .gsc-input .gsc-input-box {
      border: 0 !important; }
    form.gsc-search-box .gsc-input input, table.gsc-search-box .gsc-input input {
      margin: 0;
      padding: 5px;
      -webkit-box-shadow: none;
              box-shadow: none; }
      form.gsc-search-box .gsc-input input:focus, table.gsc-search-box .gsc-input input:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        outline: none !important;
        border-bottom: 1px dotted #eee !important; }
  form.gsc-search-box table.gsc-search-box td.gsc-input, table.gsc-search-box table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0 !important; }
  form.gsc-search-box td.gsc-input a, form.gsc-search-box .gscb_a, table.gsc-search-box td.gsc-input a, table.gsc-search-box .gscb_a {
    line-height: 16px !important; }
  form.gsc-search-box table.gsc-search-box td, table.gsc-search-box table.gsc-search-box td {
    vertical-align: middle;
    padding: 0.45rem !important; }
  form.gsc-search-box td.gsc-clear-button, table.gsc-search-box td.gsc-clear-button {
    background: #f8f8f8;
    width: auto; }
  form.gsc-search-box .gsst_b, table.gsc-search-box .gsst_b {
    line-height: 16px; }
  form.gsc-search-box .gsc-search-button, table.gsc-search-box .gsc-search-button {
    height: auto;
    background: #0B8261;
    color: #ffffff;
    border: 0; }
  form.gsc-search-box button.gsc-search-button.gsc-search-button-v2, table.gsc-search-box button.gsc-search-button.gsc-search-button-v2 {
    padding: 0.45rem !important; }

.gsc-resultsbox-visible .gs-title *, .gsc-resultsbox-visible .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #0B8261 !important; }

.gsc-resultsbox-visible .gsc-result:hover {
  background: none !important; }

.gssb_e .gsc-completion-selected {
  background-color: #fff !important; }

.gssb_e tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #fff !important; }
  .gssb_e tbody tr:nth-child(even):hover {
    background-color: #fff !important; }

#wpadminbar ~ .gssb_c {
  margin-top: 2em !important; }

#search-results table.gsc-search-box td.gsc-input {
  border: 1px solid #cacaca !important; }

#search-results form.gsc-search-box .gsc-search-button, #search-results table.gsc-search-box .gsc-search-button {
  border: 1px solid #0b8261; }

.post-password-form [type='submit'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0B8261;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif; }

.info-for-container {
  color: #fff;
  font-weight: bold;
  max-height: 0px;
  background: #0B8261;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4); }
  .info-for-container .row {
    display: none; }
    .info-for-container .row ul {
      list-style: none; }
      .info-for-container .row ul li {
        padding: 2px; }
      .info-for-container .row ul a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        word-wrap: break-word; }
        .info-for-container .row ul a:hover {
          text-decoration: underline; }

.info-for-container .row ul li > span {
  display: block;
  font-size: 25px;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 35px; }

.info-for-container.open {
  padding: 20px;
  max-height: 400px; }

.quick-links-container {
  color: #fff;
  max-height: 0px;
  background: #0B8261;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4); }
  .quick-links-container .row {
    display: none; }
    .quick-links-container .row .quick-links-title-2019 {
      display: block;
      font-size: 25px;
      font-family: "Oswald", Sans-serif;
      text-transform: uppercase;
      color: #fff;
      font-weight: 400;
      line-height: 35px;
      border-bottom-color: rgba(242, 242, 242, 0.4);
      border-bottom-style: solid;
      border-bottom-width: 2px;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .quick-links-container .row ul {
      list-style: none;
      margin-left: 0; }
      .quick-links-container .row ul li {
        padding: 0; }
      .quick-links-container .row ul li.dc-quick-student-logins {
        width: 12.5%; }
        @media screen and (max-width: 39.9375em) {
          .quick-links-container .row ul li.dc-quick-student-logins {
            width: 100%; } }
      .quick-links-container .row ul a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        word-wrap: break-word;
        font-size: 15px; }
        .quick-links-container .row ul a:hover {
          text-decoration: underline; }

.quick-links-container .row ul li > span {
  display: block;
  font-size: 25px;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 35px; }

.quick-links-container.open {
  padding: 20px;
  max-height: 400px; }

.search-container.open {
  padding: 20px;
  max-height: 90px; }

.search-container {
  color: #fff;
  font-weight: bold;
  max-height: 0px;
  background: #455560;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4); }
  .search-container .row {
    display: none; }
    .search-container .row ul {
      margin-left: 0px;
      list-style: none; }
      .search-container .row ul li {
        padding-left: 0px;
        float: left;
        height: 40px; }
        .search-container .row ul li input[type=text] {
          outline: none;
          margin: 0;
          width: 100%;
          display: inline-block; }
        .search-container .row ul li .button {
          padding: 10px;
          height: 40px;
          display: inline-block; }
          .search-container .row ul li .button[disabled=disabled] {
            cursor: inherit; }
        .search-container .row ul li a {
          color: #fff;
          text-decoration: none;
          -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
          word-wrap: break-word; }
          .search-container .row ul li a:hover {
            text-decoration: underline; }
      .search-container .row ul li.columns {
        padding-right: 0 !important; }

.main-header.row .header-logo {
  min-height: 100px;
  line-height: 100px;
  text-decoration: none;
  display: block;
  width: auto; }
  @media print, screen and (min-width: 40em) {
    .main-header.row .header-logo {
      min-height: auto;
      line-height: auto; } }
  .main-header.row .header-logo > img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    height: 60px; }
    @media print, screen and (min-width: 40em) {
      .main-header.row .header-logo > img {
        position: relative;
        z-index: 0 !important;
        top: 0;
        left: 0; } }
    @media print, screen and (min-width: 64em) {
      .main-header.row .header-logo > img {
        position: absolute; } }
  .main-header.row .header-logo .dc-logo {
    margin-right: 10px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .main-header.row .header-logo .dc-logo {
        width: auto; } }

.mobile-log-block {
  text-align: center; }

.header-logo-mobile {
  text-align: center;
  text-decoration: none;
  display: inline-block; }
  .header-logo-mobile > img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px; }
  .header-logo-mobile .dc-logo {
    margin-right: 10px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .header-logo-mobile .dc-logo {
        width: 100%; } }

.is-dropdown-submenu-parent ul {
  display: none; }
  .is-dropdown-submenu-parent ul.is-dropdown-submenu {
    display: auto; }

.sticky-container {
  z-index: 250; }
  .sticky-container .sticky {
    z-index: 20; }
    @media print, screen and (min-width: 64em) {
      .sticky-container .sticky {
        margin-top: 0; } }
    .sticky-container .sticky.sticky.is-at-top.is-anchored .top-header {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .sticky-container .sticky .top-header {
      -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
              box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3); }

.top-header {
  z-index: 25;
  position: relative;
  background: whitesmoke; }
  .top-header .top-nav {
    min-height: 43px;
    background: whitesmoke; }
    .top-header .top-nav ul.portal-links {
      float: left;
      list-style: none;
      line-height: 40px;
      margin: 0;
      padding: 0;
      font-size: 1em;
      background: whitesmoke; }
      @media print, screen and (min-width: 40em) {
        .top-header .top-nav ul.portal-links {
          min-width: 400px;
          background: whitesmoke; } }
      .top-header .top-nav ul.portal-links > li {
        float: left;
        margin-right: 20px;
        line-height: 40px;
        font-family: 'Oswald', Arial, Helvetica, sans-serif; }
        @media screen and (max-width: 39.9375em) {
          .top-header .top-nav ul.portal-links > li {
            line-height: 35px; } }
        .top-header .top-nav ul.portal-links > li > a {
          color: #000;
          font-size: 0.85em;
          line-height: 40px;
          text-transform: uppercase;
          text-decoration: none; }
          .top-header .top-nav ul.portal-links > li > a:focus, .top-header .top-nav ul.portal-links > li > a:hover {
            color: #096a4f; }
    .top-header .top-nav ul.main-links {
      float: right;
      padding: 0;
      margin: 0;
      top: 0;
      list-style-type: none; }
      @media screen and (max-width: 39.9375em) {
        .top-header .top-nav ul.main-links {
          float: left !important; } }
      .top-header .top-nav ul.main-links > li {
        margin: 0;
        padding: 0;
        float: left; }
        .top-header .top-nav ul.main-links > li > a {
          display: block;
          line-height: 40px;
          padding: 0 20px;
          text-decoration: none;
          font-size: 0.85rem;
          font-family: 'Oswald', Arial, Helvetica, sans-serif;
          font-weight: initial;
          text-transform: uppercase; }
          @media (max-width: 1200px) {
            .top-header .top-nav ul.main-links > li > a {
              padding: 0 10px; } }
          .top-header .top-nav ul.main-links > li > a:focus, .top-header .top-nav ul.main-links > li > a:hover {
            background-color: #096a4f; }
          .top-header .top-nav ul.main-links > li > a.gray {
            background-color: #455560;
            padding: 0 15px; }
            .top-header .top-nav ul.main-links > li > a.gray:focus, .top-header .top-nav ul.main-links > li > a.gray:hover {
              background-color: #303b42; }
          .top-header .top-nav ul.main-links > li > a.gray span.fa, .top-header .top-nav ul.main-links > li > a.button-clear span.fa {
            margin-right: 5px; }
            .top-header .top-nav ul.main-links > li > a.gray span.fa.fa-comments-o, .top-header .top-nav ul.main-links > li > a.button-clear span.fa.fa-comments-o {
              font-size: 1.15rem; }
          .top-header .top-nav ul.main-links > li > a.search {
            padding: 0 14px;
            font-size: 15px; }
        .top-header .top-nav ul.main-links > li.is-dropdown-submenu-parent a {
          padding-right: 30px; }
          .top-header .top-nav ul.main-links > li.is-dropdown-submenu-parent a:after {
            border-color: #ffffff transparent transparent;
            right: 12px; }
        .top-header .top-nav ul.main-links > li.is-dropdown-submenu-parent ul {
          padding: 0;
          margin: 0;
          list-style-type: none; }
          .top-header .top-nav ul.main-links > li.is-dropdown-submenu-parent ul li {
            margin: 0;
            padding: 0; }
            .top-header .top-nav ul.main-links > li.is-dropdown-submenu-parent ul li a {
              display: block;
              padding: 15px;
              font-size: 15px;
              text-decoration: none;
              color: #fff;
              background-color: #303b42;
              font-weight: 400; }
              .top-header .top-nav ul.main-links > li.is-dropdown-submenu-parent ul li a:focus, .top-header .top-nav ul.main-links > li.is-dropdown-submenu-parent ul li a:hover {
                background-color: #1a2025; }
        .top-header .top-nav ul.main-links > li:last-child {
          margin-right: 20px; }
    .top-header .top-nav .dcNavSearch {
      border: 2px solid whitesmoke;
      width: 300px;
      margin: 0 15px 0 5px !important; }
      @media (max-width: 1200px) {
        .top-header .top-nav .dcNavSearch {
          width: 250px; } }
      @media screen and (max-width: 39.9375em) {
        .top-header .top-nav .dcNavSearch {
          display: none; } }
      .top-header .top-nav .dcNavSearch .gsc-control-searchbox-only {
        padding-top: 2px; }
      .top-header .top-nav .dcNavSearch .cse .gsc-control-cse,
      .top-header .top-nav .dcNavSearch .gsc-control-cse {
        background: transparent !important; }
      .top-header .top-nav .dcNavSearch .gsc-search-box td.gsc-input {
        padding: 0 0 0 8px !important; }
        .top-header .top-nav .dcNavSearch .gsc-search-box td.gsc-input .gsib_a {
          padding: 0 !important; }
      .top-header .top-nav .dcNavSearch .gsc-search-button {
        background: #fff !important;
        color: #0B8261 !important;
        padding: 5px !important; }
      .top-header .top-nav .dcNavSearch svg {
        fill: #0B8261 !important; }
  .top-header .is-dropdown-submenu {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.main-header {
  margin: 40px 0 20px 0;
  background: #fff;
  padding: 0;
  position: relative;
  /*
  .row {

  &:before {


    position: absolute;
    width: 550px;
    height: 550px;
    content: '';
    background: rgba(248,248,248,0.5);
    top: 0;
    transform: translate(-100%, 0px);

  }

  &:after {

    content: '';
    height: 550px;
    width: 550px;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(248,248,248,0.5) 50%,rgba(236,236,236,0.5) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);


  }

}*/ }
  @media screen and (max-width: 39.9375em) {
    .main-header {
      margin: 0 0 0 0; } }
  .main-header .is-dropdown-submenu {
    border: none;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2); }
  .main-header nav.main-nav {
    float: right;
    margin: 0; }
    .main-header nav.main-nav .dc-programs-and-courses .dc-sub-menu-wrap.open {
      max-height: 560px; }
    .main-header nav.main-nav .dc-student-life .dc-sub-menu-inner {
      height: 410px; }
    .main-header nav.main-nav .dc-about .dc-sub-menu-wrap.open {
      max-height: 560px; }
    .main-header nav.main-nav > ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      line-height: 50px; }
      .main-header nav.main-nav > ul > li {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle; }
        .main-header nav.main-nav > ul > li:last-child a {
          margin-right: 0 !important; }
        .main-header nav.main-nav > ul > li > a {
          color: #455560;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 1rem;
          font-family: Oswald, sans-serif;
          font-weight: 400;
          margin: 0 0.75rem;
          padding: 0;
          vertical-align: text-bottom;
          position: relative; }
          @media screen and (max-width: 1100px) {
            .main-header nav.main-nav > ul > li > a {
              margin: 0 0.4rem; } }
          .main-header nav.main-nav > ul > li > a:hover {
            color: #000; }
        .main-header nav.main-nav > ul > li a.active {
          color: #000; }
          .main-header nav.main-nav > ul > li a.active:after {
            content: "";
            background: -webkit-gradient(linear, left top, right top, color-stop(0, #3E2B2F), color-stop(20%, #3E2B2F), color-stop(0, transparent), color-stop(21%, transparent), color-stop(0, #0b8261), to(#0b8261));
            background: -webkit-linear-gradient(left, #3E2B2F 0, #3E2B2F 20%, transparent 0, transparent 21%, #0b8261 0, #0b8261);
            background: linear-gradient(90deg, #3E2B2F 0, #3E2B2F 20%, transparent 0, transparent 21%, #0b8261 0, #0b8261);
            height: 5px;
            width: 100%;
            display: block;
            margin: auto;
            margin-top: 0.8em;
            position: absolute; }
        .main-header nav.main-nav > ul > li .dc-sub-menu-wrap {
          background: #F7F5F5;
          position: absolute;
          left: 0;
          width: 100%;
          top: 100px;
          -webkit-transition: max-height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
          transition: max-height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
          max-height: 0px;
          display: block;
          overflow: hidden;
          border: none;
          -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.4), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.4), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.4);
          z-index: 100;
          /*Programs menu styling 2022 */ }
          .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-inner, .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 {
            padding-left: 20px;
            position: relative; }
          .main-header nav.main-nav > ul > li .dc-sub-menu-wrap.open {
            max-height: 418px;
            -webkit-transition-duration: 0s;
                    transition-duration: 0s; }
            .main-header nav.main-nav > ul > li .dc-sub-menu-wrap.open .sub-menu ul.list-column-2 li {
              display: inline-block;
              margin: 0;
              padding: 0;
              width: 295px; }
            .main-header nav.main-nav > ul > li .dc-sub-menu-wrap.open .sub-menu ul.list-column-3 li {
              display: inline-block;
              margin: 0;
              padding: 0;
              width: auto; }
          .main-header nav.main-nav > ul > li .dc-sub-menu-wrap > a:after {
            content: none; }
          .main-header nav.main-nav > ul > li .dc-sub-menu-wrap a:after {
            border-color: transparent transparent transparent black;
            right: 12px; }
          .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul {
            padding: 0;
            margin: 0;
            position: relative;
            list-style-type: none;
            width: 25%;
            -webkit-box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.4);
            box-shadow: 4px 0px 5px -2px rgba(0, 0, 0, 0.4);
            z-index: 2; }
            .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul.list-column-2 {
              width: 600px !important;
              height: auto; }
            .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul.list-column-2 li:nth-child(6) {
              border-bottom: 0; }
            .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li {
              margin: 0;
              padding: 0;
              position: static;
              border-bottom: 1px solid #fff;
              -webkit-column-break-inside: avoid;
                 page-break-inside: avoid;
                      break-inside: avoid; }
              .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li:last-child {
                border-bottom: 0; }
              .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li.menu-item-has-children ul {
                -webkit-box-shadow: none;
                box-shadow: none;
                z-index: 1;
                background: inherit;
                width: auto;
                margin-left: 10px;
                position: absolute;
                top: 0; }
                .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li.menu-item-has-children ul li {
                  width: 295px; }
                  .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li.menu-item-has-children ul li:nth-child(6) {
                    border-bottom: 1px solid #fff; }
                  .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li.menu-item-has-children ul li:nth-child(7) {
                    border-bottom: 0; }
              .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li.menu-item-has-children > a:after {
                font-family: FontAwesome;
                font-size: 16px;
                line-height: 8px;
                content: "\f105";
                float: right;
                border: 0; }
              .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li.menu-item-has-children:hover > a {
                background-color: #0B8261;
                color: #fff; }
              .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li a {
                position: relative;
                display: block;
                padding: 10px 5px;
                font-size: 15px;
                text-decoration: none;
                color: #000;
                font-weight: 400;
                display: block; }
                .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li a:focus, .main-header nav.main-nav > ul > li .dc-sub-menu-wrap ul li a:hover {
                  background-color: #0B8261;
                  color: #fff; }
          .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .sub-menu {
            height: 100%; }
          .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 {
            padding: 2.8rem 20px 2rem 17px; }
            .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column {
              -webkit-box-shadow: none !important;
                      box-shadow: none !important; }
              .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li {
                width: 90%; }
                .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li h3.small, .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li .small.h3 {
                  font-size: 1.1em;
                  padding-left: 5px;
                  margin-bottom: .8rem;
                  line-height: 1; }
                .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li .button.hollow {
                  color: #0b8261; }
                  .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li .button.hollow:hover, .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li .button.hollow:focus {
                    color: #fff; }
                    .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li .button.hollow:hover .dcSVGfilter, .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li .button.hollow:focus .dcSVGfilter {
                      -webkit-filter: brightness(0) invert(1);
                              filter: brightness(0) invert(1); }
                .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li.hotlink {
                  margin-bottom: 1.3rem;
                  margin-top: 0;
                  border-bottom: none; }
                  .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li.hotlink a {
                    text-align: left;
                    min-height: 46px;
                    font-size: 13px !important;
                    line-height: 25px; }
                    .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li.hotlink a > .dcHotlinkIcons {
                      padding: 0 8px; }
                .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li.hotlink.hotlinkfirst {
                  margin-top: 2.8rem; }
                .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 ul.progMenu22column li.bordernone {
                  border: none; }
            .main-header nav.main-nav > ul > li .dc-sub-menu-wrap .dc-sub-menu-programsMenu2022 .dc-hello-ad {
              margin: 0 !important; }

@media print, screen and (max-width: 1023px) {
  .top-header {
    z-index: 100; }
    .top-header .campus-status {
      font-size: 12px;
      line-height: 35px; }
    .top-header .top-nav > ul > li > a.search {
      font-size: 1em; }
  .main-header {
    padding: 0; }
    .main-header nav.main-nav {
      overflow: scroll;
      position: fixed;
      display: none;
      width: 100%;
      right: 0;
      top: 0;
      bottom: 0;
      margin-top: 0;
      z-index: 1000;
      background-color: rgba(0, 0, 0, 0.7); }
      .main-header nav.main-nav.active {
        display: block; }
      .main-header nav.main-nav > ul {
        width: 280px;
        background-color: #fff;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        padding-bottom: 10px; }
        .main-header nav.main-nav > ul > li {
          display: block;
          float: none;
          width: 100%; }
          .main-header nav.main-nav > ul > li > a {
            display: block;
            float: none;
            width: 100%;
            padding: 15px;
            border-bottom: 1px solid #cacaca;
            background-color: #f8f8f8;
            line-height: 1rem;
            height: auto;
            position: relative; }
          .main-header nav.main-nav > ul > li a.arrow-right {
            position: absolute;
            top: 0;
            right: 0;
            padding: 15px 20px;
            width: auto;
            border-left: 1px solid #cacaca;
            color: #000; }
          .main-header nav.main-nav > ul > li ul {
            display: block; }
            .main-header nav.main-nav > ul > li ul > li > a {
              display: none !important; }
          .main-header nav.main-nav > ul > li ul.active {
            background-color: #fff; }
            .main-header nav.main-nav > ul > li ul.active > li > a {
              display: block !important; }
            .main-header nav.main-nav > ul > li ul.active > li:last-child {
              padding-bottom: 20px; }
          .main-header nav.main-nav > ul > li ul.not-active > li > a {
            display: none !important; }
          .main-header nav.main-nav > ul > li ul li a {
            margin: 0;
            border-bottom: 1px solid #cacaca;
            padding: 10px 15px !important;
            position: relative; }
            .main-header nav.main-nav > ul > li ul li a.back {
              background-color: #455560;
              color: #fff;
              font-size: 16px; }
            .main-header nav.main-nav > ul > li ul li a.arrow-right {
              position: absolute;
              top: 0;
              right: 0;
              padding: 15px 20px 14px !important;
              border-bottom: none;
              width: auto;
              border-left: 1px solid #cacaca; }
        .main-header nav.main-nav > ul.not-active > li > a {
          display: none; }
  .mobile-menu {
    float: right;
    margin: 0; }
    .mobile-menu a.button {
      margin-bottom: 0;
      height: 34px;
      line-height: 30px;
      padding: 0 10px; } }

body.mobile-nav-open {
  overflow: hidden; }

.dc-sub-menu-inner, .dc-sub-menu-programsMenu2022 {
  max-width: 1200px !important;
  width: auto; }

.dc-sub-menu {
  position: absolute;
  left: 355px !important;
  top: 0;
  z-index: 1;
  margin-left: 8px;
  display: block; }

.top-level li a:hover {
  color: #0B8261; }

.menu-item-605,
.menu-item-620,
.menu-item-627 {
  border-bottom: 1px solid #fff !important; }

.menu .active > a {
  background: inherit; }

.overlay-nav-menu-toggle {
  position: relative;
  font-size: 3rem;
  z-index: 5000;
  font-weight: normal;
  color: #0B8261;
  top: -2.15rem;
  text-stroke: 2px white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .overlay-nav-menu-toggle:focus {
    outline: none !important;
    color: rgba(0, 0, 0, 0); }
  .overlay-nav-menu-toggle:hover {
    color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .overlay-nav-menu-toggle .fa-window-close {
    font-size: 1rem;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    top: 0.85rem;
    position: relative; }

.overlay-nav-menu {
  position: absolute;
  z-index: 3;
  top: 2.15em;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  list-style: none;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: left;
  -webkit-transform: translateX(-100%) rotateX(70deg);
          transform: translateX(-100%) rotateX(70deg);
  -webkit-transition: all 400ms cubic-bezier(1, -0.4, 0.44, 0.985);
  transition: all 400ms cubic-bezier(1, -0.4, 0.44, 0.985); }
  .overlay-nav-menu li {
    font-size: 1.2rem;
    padding: 0 15px;
    background: inherit;
    position: initial;
    background: #0B8261; }
    .overlay-nav-menu li:focus, .overlay-nav-menu li:hover {
      color: #455560;
      background: #096a4f;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out; }
    .overlay-nav-menu li:first-child {
      -webkit-box-shadow: inset inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4); }
    .overlay-nav-menu li.bg-dark-gray a {
      font-size: 0.8rem;
      font-weight: normal; }
      @media screen and (min-width: 21.25em) {
        .overlay-nav-menu li.bg-dark-gray a {
          font-size: 1rem; } }
  .overlay-nav-menu a,
  .overlay-nav-menu li div span.portal-links {
    display: block;
    color: #fff;
    font-weight: bold;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none; }
  .overlay-nav-menu a.gsst_a {
    height: 1rem; }
  .overlay-nav-menu li .fa.fa-user.portal-links,
  .overlay-nav-menu li.bg-dark-gray a {
    border-bottom: none; }
  .overlay-nav-menu.is-open {
    opacity: 1;
    -webkit-transform: perspective(0) translateX(0) rotateX(0);
            transform: perspective(0) translateX(0) rotateX(0);
    -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    bottom: 0;
    position: fixed;
    top: 2.25em;
    background: #0B8261;
    overflow-y: scroll;
    z-index: 5000; }
  .overlay-nav-menu.is-open ~ .overlay-nav-menu-toggle {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #0B8261; }

nav.mobile-menu .dc-sub-menu-wrap {
  display: none;
  padding: 0;
  margin: 0;
  left: 0px;
  min-height: 385px; }
  nav.mobile-menu .dc-sub-menu-wrap.open {
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: inherit;
    z-index: 5000;
    top: -192px !important;
    width: 100%; }
    nav.mobile-menu .dc-sub-menu-wrap.open ul {
      list-style: none;
      margin: 0;
      padding: 0; }

.has-tip {
  font-weight: normal; }

.portal-links .portal-links-small {
  padding: 0;
  margin-right: 0 !important; }
  .portal-links .portal-links-small a.dc-campus-status-text, .portal-links .portal-links-small a.dc-are-you-ok-btn {
    font-size: 12px !important;
    color: #000 !important;
    margin-bottom: 0 !important; }
  .portal-links .portal-links-small a.button {
    color: #455560;
    font-family: "Oswald", sans-serif; }
  @media screen and (max-width: 39.9375em) {
    .portal-links .portal-links-small {
      padding-top: 2px;
      border-right: 1px solid #fff; }
      .portal-links .portal-links-small:first-child {
        margin-right: 0 !important; } }

@media screen and (max-width: 39.9375em) {
  .search-btn {
    line-height: 100px !important;
    height: 64px;
    width: 45px !important; } }

.campus-status-small {
  margin-top: 13px;
  margin-right: 17px !important; }

.dc-are-you-ok-icon {
  margin-right: 3px;
  width: 20px;
  padding-bottom: 3px; }

.dc-student-portals-drop:after {
  border-color: #455560 transparent transparent !important; }

.dc-student-portals-drop ul li a {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #455560 !important; }

.dc-student-portals-drop-menu li {
  border-bottom: 1px solid #fff; }
  .dc-student-portals-drop-menu li a {
    background-color: #dfdfdf !important;
    color: #455560 !important;
    text-decoration: none; }
    .dc-student-portals-drop-menu li a:hover {
      background-color: #FAFAFA !important;
      color: #455560 !important; }

.dc-apply-drop:after {
  border-color: #fff transparent transparent !important; }

.dc-apply-drop ul li a {
  background-color: #dfdfdf !important;
  color: #455560 !important; }

.dc-apply-drop-menu li {
  border-bottom: 1px solid #fff; }
  .dc-apply-drop-menu li a {
    background-color: #dfdfdf !important;
    color: #455560 !important;
    padding: 15px 8px !important;
    text-decoration: none; }
    .dc-apply-drop-menu li a:hover {
      background-color: #FAFAFA !important;
      color: #455560 !important; }
    .dc-apply-drop-menu li a img {
      width: 15px;
      height: 15px; }

.dc-student-portals-drop-menu-mobile {
  height: auto;
  display: block; }
  .dc-student-portals-drop-menu-mobile li {
    border-bottom: 1px solid #fff !important; }
    .dc-student-portals-drop-menu-mobile li:nth-last-child(1) {
      border-bottom: none !important; }
    .dc-student-portals-drop-menu-mobile li a {
      text-transform: initial;
      font-family: 'Lato';
      font-size: 15px;
      display: block;
      padding: 10px !important; }
      .dc-student-portals-drop-menu-mobile li a img {
        width: 15px;
        height: 15px; }
  .dc-student-portals-drop-menu-mobile li.text-align-left {
    text-align: left;
    padding-left: 3px; }
  .dc-student-portals-drop-menu-mobile li.text-align-right {
    text-align: right;
    padding-right: 19px; }

.dc-student-portals-drop-menu-mobile.closed {
  display: none;
  -webkit-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }

/*.supermenu-ad{
   
    //background-size: cover;
    //background-image: url('/wordpress/wp-content/uploads/openhouse.jpg');
    position: absolute;
    padding: 15px;
    right: 155px;
    top: 8%;
    bottom: 0;
    width: 301px;
    max-height: 231px;
    //height: 85%;
    //background-position: top center; 
    //outline: 3px solid #fff;
    display: block;
  }*/
.callout {
  border: 0;
  margin-bottom: 0 !important; }

.dc-menu-ad {
  display: none;
  position: absolute !important;
  padding: 15px;
  right: 36px;
  top: 20px;
  bottom: 0;
  width: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .dc-menu-ad li.dc-menu-ad-apply {
    border-bottom: 0 !important;
    margin-bottom: 1rem !important;
    width: 225px !important; }
    .dc-menu-ad li.dc-menu-ad-apply a {
      -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      background-color: #0b8261;
      text-transform: uppercase;
      color: #fff !important;
      font-size: 1rem;
      padding: 10px !important;
      font-family: Oswald, sans-serif;
      font-weight: 400; }
      .dc-menu-ad li.dc-menu-ad-apply a:hover {
        background-color: #096a4f !important; }
  .dc-menu-ad li {
    border-bottom: 0 !important;
    margin-bottom: 1rem !important;
    width: 225px !important; }
    .dc-menu-ad li a {
      -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      background-color: #F7F5F5;
      border: 1px solid #0b8261;
      text-transform: uppercase;
      color: #0b8261 !important;
      font-size: 13px !important;
      padding: 10px 5px !important;
      font-family: Oswald, sans-serif;
      font-weight: 400; }
      .dc-menu-ad li a:hover {
        background-color: #096a4f !important;
        color: #fff !important; }
        .dc-menu-ad li a:hover .dcSVGfilter {
          -webkit-filter: brightness(0) invert(1);
                  filter: brightness(0) invert(1); }
  .dc-menu-ad .dcHotlinkIcons img {
    width: 25px;
    vertical-align: bottom; }
    .dc-menu-ad .dcHotlinkIcons img:hover {
      fill: #fff; }

.dc-hello-ad {
  display: none !important; }

.dc-programs-and-courses .dc-hello-ad {
  display: none !important;
  min-height: 393px;
  display: inline-block;
  position: relative;
  padding: 0;
  /*background: linear-gradient(135deg, #0b8261 0%, #0b8261 39.2%, #008b6a 39.2%, #008b6a 100%); */
  background: -webkit-linear-gradient(315deg, #0b8261 0%, #0b8261 36.2%, #008b6a 36.2%, #008b6a 100%);
  background: linear-gradient(135deg, #0b8261 0%, #0b8261 36.2%, #008b6a 36.2%, #008b6a 100%);
  width: 290px; }
  @media screen and (min-width: 1200px) {
    .dc-programs-and-courses .dc-hello-ad {
      display: inline-block !important; } }
  .dc-programs-and-courses .dc-hello-ad .dc-hello-ad-title {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    /*  font-size: 4rem;*/
    font-size: 1.8rem;
    text-shadow: none;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    line-height: 29px !important;
    /*  line-height: 62px !important; */
    padding: 2rem 0 2rem 2rem; }
  .dc-programs-and-courses .dc-hello-ad p.hello-ad-text {
    text-align: left;
    font-size: 1.14rem;
    font-family: 'Oswald';
    text-transform: uppercase;
    margin-top: 0.65rem;
    color: #ffc533;
    line-height: 19px;
    margin-bottom: 0.65rem; }
  .dc-programs-and-courses .dc-hello-ad p.hello-ad-btn {
    text-align: left;
    margin-bottom: 0;
    line-height: 1; }
    .dc-programs-and-courses .dc-hello-ad p.hello-ad-btn .button.button-red {
      padding: 5px;
      font-size: 0.8rem !important; }
  .dc-programs-and-courses .dc-hello-ad .hello-ad-img {
    position: absolute;
    bottom: 0;
    /*

        &::after {
          content: '';
          z-index: 0;
          position: absolute;
          pointer-events: none;
          content: '';
          height: 70px;
          width: 70px;
          top: 0;
          left: 0;
          position: absolute;
          background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);

        }
*/ }
    .dc-programs-and-courses .dc-hello-ad .hello-ad-img p {
      margin: 0; }
      .dc-programs-and-courses .dc-hello-ad .hello-ad-img p .button.white {
        padding: 7px;
        position: absolute;
        bottom: 20px;
        right: 20px; }

.dcProgGuidead {
  display: none !important;
  background-color: #fff !important;
  padding: 22px 10px 5px 25px !important;
  position: relative; }
  @media screen and (min-width: 1185px) {
    .dcProgGuidead {
      display: inline-block !important; } }
  .dcProgGuidead h3, .dcProgGuidead .h3 {
    margin-top: 0 !important;
    font-size: 1.2rem !important;
    margin-bottom: 0 !important;
    z-index: 20;
    position: relative !important; }
  .dcProgGuidead p {
    position: relative !important; }
  .dcProgGuidead .dcprogGuideHrt {
    position: absolute;
    z-index: 0;
    top: -15px;
    right: -45px; }
    .dcProgGuidead .dcprogGuideHrt img {
      width: 180px;
      height: 180px;
      z-index: 0; }

@media (min-width: 769px) and (max-width: 1024px) {
  .main-header nav.main-nav ul li a {
    padding-right: 0; }
  .top-header .top-nav ul.portal-links > li {
    margin-right: 10px; } }

@media screen and (max-width: 39.9375em) {
  .main-header {
    position: static;
    text-align: center; } }

#menu-item-110829,
#menu-item-615,
#menu-item-640,
#menu-item-108960,
#menu-item-595, #menu-item-563, #menu-item-601, #menu-item-137969, #menu-item-622, #menu-item-192913, #menu-item-192897, #menu-item-636 {
  border-bottom: 1px solid #fff !important; }

#menu-item-562, #menu-item-636 {
  border-bottom: 0 !important; }

#menu-item-116597 {
  border-bottom: 1px solid #fff !important; }

.has-tip {
  cursor: pointer !important;
  border-bottom: none !important; }
  .has-tip:after {
    font-family: "fontawesome" !important;
    content: " \f05a";
    color: #455560;
    position: relative;
    top: -1px;
    font-size: 12px; }
  .has-tip:hover:after {
    color: #0B8261; }

.dc-campus-status-text {
  color: #000 !important; }

.mobile-search {
  margin-top: 10px;
  font-family: "Lato", sans-serif; }

.mobile-search-button {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 30px; }

.menu-word {
  font-size: 0.5rem;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-stroke: 0;
  color: white;
  line-height: 0px;
  top: -0.5em;
  position: relative; }

.menu-icon-wrap {
  width: 45px;
  text-align: center;
  height: 45px;
  float: right; }
  .menu-icon-wrap > *:focus,
  .menu-icon-wrap :focus {
    outline: none !important; }

.fa-bars {
  color: white;
  font-size: 17px; }

.top-nav-part {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; }
  @media screen and (max-width: 39.9375em) {
    .top-nav-part {
      padding-right: 0rem !important;
      padding-left: 5px !important; } }

.empty-menu {
  border: none !important; }

.sponsor-row {
  border-bottom: 1px solid #cacaca;
  margin: -3em 0 3em 0; }
  .sponsor-row .logo-container {
    max-height: 150px;
    overflow: hidden;
    margin: 25px 0;
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    margin: 5em 0 2em 0; }
    .sponsor-row .logo-container img,
    .sponsor-row .logo-container span {
      max-height: 100%;
      height: 100px;
      width: auto !important;
      display: inline-block;
      margin: 0 1em;
      vertical-align: middle;
      line-height: 100px; }
    .sponsor-row .logo-container span {
      text-transform: uppercase;
      color: #455560;
      font-size: 1.5em;
      letter-spacing: 0.1em;
      font-family: 'Oswald', Arial, Helvetica, sans-serif; }
    @media print, screen and (min-width: 40em) {
      .sponsor-row .logo-container {
        margin: 1em 0; } }

.quick-links-title-2019 {
  border-bottom: none;
  display: inline-block;
  padding-right: 42px;
  top: 0;
  vertical-align: top; }

.dc-callout-banner .alert, .dc-callout-banner .warning, .dc-callout-banner .notice {
  padding: 1rem 0 1.3rem 0; }

.dc-collapse-banner {
  /*max-height: 215px;*/
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .dc-collapse-banner .position-relative.large-12.columns {
      padding-right: 0 !important; } }
  @media screen and (max-width: 39.9375em) {
    .dc-collapse-banner .callout {
      padding: 10px 5px !important; } }
  .dc-collapse-banner.closed ~ .banner-toggle .fa {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .dc-collapse-banner h3, .dc-collapse-banner .h3 {
    font-size: 1.1rem;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: normal; }
    @media screen and (max-width: 39.9375em) {
      .dc-collapse-banner h3, .dc-collapse-banner .h3 {
        font-size: 1rem; } }
    .dc-collapse-banner h3 .fa, .dc-collapse-banner .h3 .fa {
      cursor: pointer;
      -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
      font-size: 11px;
      vertical-align: middle; }
    .dc-collapse-banner h3 img, .dc-collapse-banner .h3 img {
      height: 25px;
      padding-right: 5px; }
      @media screen and (max-width: 39.9375em) {
        .dc-collapse-banner h3 img, .dc-collapse-banner .h3 img {
          height: 20px; } }
  .dc-collapse-banner a.banner-toggle {
    position: absolute;
    right: 1px;
    top: 9px;
    cursor: pointer;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .dc-collapse-banner a.banner-toggle {
        right: 5px;
        top: 0; } }
  .dc-collapse-banner .dcspace-between {
    /*
    h3 {
      pointer-events: none;
      border-bottom:1px solid #fff;
      padding-bottom:5px; 
      display:block;
      font-size:1.4rem;
      margin-top: 1.5rem;

   
    }

   */ }
    @media print, screen and (min-width: 40em) {
      .dc-collapse-banner .dcspace-between h3.strike-heading, .dc-collapse-banner .dcspace-between .strike-heading.h3 {
        width: 91.9%; } }
    @media screen and (max-width: 39.9375em) {
      .dc-collapse-banner .dcspace-between h3.strike-heading, .dc-collapse-banner .dcspace-between .strike-heading.h3 {
        margin-top: 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .dc-collapse-banner .dcspace-between h3.covid-heading, .dc-collapse-banner .dcspace-between .covid-heading.h3 {
        margin-top: 1rem; } }
    .dc-collapse-banner .dcspace-between p, .dc-collapse-banner .dcspace-between a {
      margin: 0;
      color: #fff;
      font-size: 1.1rem; }
      .dc-collapse-banner .dcspace-between p:visited, .dc-collapse-banner .dcspace-between p:focus, .dc-collapse-banner .dcspace-between a:visited, .dc-collapse-banner .dcspace-between a:focus {
        color: #fff; }
      .dc-collapse-banner .dcspace-between p:hover, .dc-collapse-banner .dcspace-between a:hover {
        color: #f2f2f2; }
    .dc-collapse-banner .dcspace-between .button {
      font-size: 0.9rem !important;
      padding: 5px 10px !important;
      margin: 0; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .dc-collapse-banner .dcspace-between .button {
          font-size: 0.85rem !important; } }
      @media screen and (max-width: 39.9375em) {
        .dc-collapse-banner .dcspace-between .button {
          margin-right: 6px !important;
          font-size: 0.83rem !important; } }
    .dc-collapse-banner .dcspace-between .button.white {
      color: #0b8261 !important; }
      .dc-collapse-banner .dcspace-between .button.white:hover {
        color: #3E2B2F !important; }
    .dc-collapse-banner .dcspace-between .button.white.hollow {
      color: #fff !important; }
      .dc-collapse-banner .dcspace-between .button.white.hollow:hover {
        color: #0b8261 !important; }
      @media print, screen and (min-width: 64em) {
        .dc-collapse-banner .dcspace-between .button.white.hollow:only-child {
          display: block; } }
    .dc-collapse-banner .dcspace-between .covid-last-class {
      display: none !important; }
      @media print, screen and (min-width: 40em) {
        .dc-collapse-banner .dcspace-between .covid-last-class {
          text-align: right; } }
      .dc-collapse-banner .dcspace-between .covid-last-class div[style="display: inline-block;"] {
        margin-top: 0.25em; }
        @media print, screen and (min-width: 40em) {
          .dc-collapse-banner .dcspace-between .covid-last-class div[style="display: inline-block;"] {
            margin-left: 0.25em;
            margin-top: 0; } }
        .dc-collapse-banner .dcspace-between .covid-last-class div[style="display: inline-block;"] a.button:not(:last-of-type) {
          margin-right: 0.25em; }

.dc-collapse-banner.closed {
  max-height: 68.8px;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
  .dc-collapse-banner.closed .dcspace-between {
    display: none; }

@media screen and (min-width: 1023px) {
  header[data-header-type="dc"] nav.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

header[data-header-type="dc"] nav.main-nav > ul {
  /* line-height: $nav-height;   */
  z-index: 200;
  /* padding-top: 40px;*/ }

header[data-header-type="dc"] .dcNavSearch {
  border: 2px solid whitesmoke;
  width: 50%; }
  @media screen and (max-width: 39.9375em) {
    header[data-header-type="dc"] .dcNavSearch {
      display: none; } }
  header[data-header-type="dc"] .dcNavSearch .gsc-search-button {
    background: whitesmoke !important;
    color: #0B8261 !important;
    padding: 0 5px !important; }
  header[data-header-type="dc"] .dcNavSearch svg {
    fill: #0B8261 !important;
    width: 16px !important;
    height: 16px !important; }

header[data-header-type="dc"] .top-header .main-links {
  position: absolute;
  right: 0;
  float: none; }

header[data-header-type="dc"] .main-header.row {
  margin: 1.2rem 0 1.5rem 0; }
  @media screen and (max-width: 39.9375em) {
    header[data-header-type="dc"] .main-header.row {
      margin: 0 !important; } }
  @media print, screen and (min-width: 40em) {
    header[data-header-type="dc"] .main-header.row .header-logo {
      min-height: auto;
      line-height: auto;
      /*&:before {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        //background: linear-gradient(135deg, rgba(245, 245, 245,1) 50%,rgba(245, 245, 245,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
        background-color: rgba(255, 255, 255,1);
        left: 350px;    
      }   */ } }
  header[data-header-type="dc"] .main-header.row .header-logo > img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    max-height: 75px;
    background: #fff;
    max-width: 250px; }
    @media print, screen and (min-width: 40em) {
      header[data-header-type="dc"] .main-header.row .header-logo > img {
        min-height: 100px;
        position: relative;
        z-index: 0 !important;
        background-color: white;
        padding-right: 100px;
        top: 0;
        left: 0; } }
    @media print, screen and (min-width: 64em) {
      header[data-header-type="dc"] .main-header.row .header-logo > img {
        position: absolute; } }
    @media screen and (max-width: 39.9375em) {
      header[data-header-type="dc"] .main-header.row .header-logo > img {
        max-width: 155px;
        height: auto; } }

.dc-student-portals.is-active a {
  background-color: #dfdfdf; }

.unibuddy-ad-int {
  display: none;
  background: -webkit-linear-gradient(315deg, white 0%, white 80%, #f2f8f6 81%);
  background: linear-gradient(135deg, white 0%, white 80%, #f2f8f6 81%);
  width: 555px;
  height: 196px;
  margin: 20px 20px 0 25px;
  position: absolute;
  top: 6%;
  left: 53%;
  padding: 47px 45px 45px 45px; }
  @media screen and (max-width: 1185px) {
    .unibuddy-ad-int {
      display: none !important; } }
  @media screen and (min-width: 1185px) {
    .unibuddy-ad-int {
      display: inline-block; } }
  .unibuddy-ad-int .position-absolute h3, .unibuddy-ad-int .position-absolute .h3 {
    display: block;
    font-size: 2.2rem;
    margin: 0;
    width: auto; }
  .unibuddy-ad-int .position-absolute .black {
    color: #3E2B2F !important; }
  .unibuddy-ad-int .position-absolute .button.hollow {
    padding: 8px;
    font-size: 0.9rem;
    margin-top: 25px; }
  .unibuddy-ad-int .unibuddy-icon {
    position: absolute;
    top: 14%;
    right: 0%; }
    .unibuddy-ad-int .unibuddy-icon img {
      width: 140px;
      height: 140px; }

.unibuddy-ad-admissions {
  display: none;
  background: -webkit-linear-gradient(315deg, white 0%, white 80%, #f2f8f6 81%);
  background: linear-gradient(135deg, white 0%, white 80%, #f2f8f6 81%);
  width: 271px;
  height: 173px;
  margin: 20px 20px 0 25px;
  position: absolute;
  top: 0%;
  left: 52%;
  padding: 28px; }
  @media screen and (max-width: 1185px) {
    .unibuddy-ad-admissions {
      display: none !important; } }
  @media screen and (min-width: 1185px) {
    .unibuddy-ad-admissions {
      display: inline-block; } }
  .unibuddy-ad-admissions .position-absolute h3, .unibuddy-ad-admissions .position-absolute .h3 {
    display: block;
    font-size: 1.9rem;
    margin: 0;
    width: auto;
    margin-bottom: 23px; }
  .unibuddy-ad-admissions .position-absolute .black {
    color: #3E2B2F !important; }
  .unibuddy-ad-admissions .position-absolute .button.hollow {
    padding: 8px;
    font-size: 0.9rem;
    margin-bottom: 25px; }
  .unibuddy-ad-admissions .unibuddy-icon {
    position: absolute;
    top: 60%;
    right: 0%; }
    .unibuddy-ad-admissions .unibuddy-icon img {
      width: 80px;
      height: 80px; }

section.instagram {
  margin-bottom: 3.5rem; }
  section.instagram .insta {
    float: left;
    position: relative;
    width: 33.33333%;
    padding-bottom: 33.33333%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear; }
    section.instagram .insta span {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
      font-size: 20px; }
    @media print, screen and (min-width: 40em) {
      section.instagram .insta {
        width: 16.66667%;
        padding-bottom: 16.66667%; } }
    section.instagram .insta:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05);
      z-index: 10; }

.job-details {
  padding: 1em 0;
  border-bottom: 1px solid #8b8b8b; }
  .job-details .h4 {
    margin: 0 0 2em 0; }

.job-description ul li,
.job-description ol li {
  margin: 0.25em 0; }

.header-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25em; }
  .header-intro h1, .header-intro .h1 {
    display: none; }
  .header-intro a,
  .header-intro span {
    font-weight: 400 !important; }
  .header-intro a.button {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: 'Oswald', sans-serif;
    font-size: 1em; }

section.contact .row .column, section.contact .row .columns {
  display: table-row;
  margin: 0; }
  section.contact .row .column:not(:last-child), section.contact .row .columns:not(:last-child) {
    border-right: 1px solid #fff; }
  section.contact .row .column span, section.contact .row .columns span,
  section.contact .row .column a,
  section.contact .row .columns a {
    display: table-cell;
    height: 100%;
    margin: 0;
    height: 5.5em;
    vertical-align: middle; }

.dc-microsite-tabs ul.horizontal {
  overflow-x: hidden !important; }

footer.job-footer {
  background: none; }

table.jobs-table thead th#jobTitle {
  width: 33%; }

table.jobs-table tbody tr td:last-of-type {
  width: 25%;
  text-align: right; }

.list-nav .list-nav-img img {
  max-height: 100%; }

.list-nav .list-nav-img:not(.circle-img-md) {
  height: 100px; }

.list-nav .list-nav-img:before {
  display: none; }

.list-nav a {
  text-decoration: none; }

.list-nav h3, .list-nav .h3 {
  text-transform: initial;
  padding-bottom: .5em;
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 3rem; }

.list-nav span.sow-icon-* {
  font-size: 6.5em;
  color: #45A046; }

.list-nav ul {
  margin-left: 0px; }
  .list-nav ul:not(:empty) {
    border-top: 1px solid #8b8b8b; }
  .list-nav ul li {
    list-style-type: none;
    border-bottom: 1px solid #cacaca; }
    .list-nav ul li:last-child {
      border-bottom: 0px; }
    .list-nav ul li a {
      text-decoration: none;
      font-size: 0.95rem; }

.resource-list li.resource-item {
  overflow: visible;
  list-style-type: circle;
  white-space: nowrap; }
  .resource-list li.resource-item a {
    text-decoration: none;
    color: #000; }
  .resource-list li.resource-item span.fa {
    padding: 0 0.5em;
    color: #4B5151; }

.reveal-overlay.fade-in {
  -webkit-transition-duration: 5s;
          transition-duration: 5s; }

/* DC App Fixed popup */
.dcAppAd {
  position: fixed;
  bottom: 0;
  z-index: 9999999999;
  height: 100px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(11, 130, 97, 0.95); }
  .dcAppAd a.dcAppAdLink {
    font-size: 2.2rem;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    padding: 10px 0 0 0; }
  .dcAppAd .dcAppAdClose {
    right: 6px;
    position: absolute;
    top: 1px;
    color: #fff;
    -webkit-text-stroke: 4px #0B8261; }

.dcAppAd.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0; }

.sidebar-container {
  background-color: #f8f8f8; }
  .sidebar-container .sidebar-container-inner {
    padding: 1rem;
    margin: 1rem 0; }
    .sidebar-container .sidebar-container-inner ul {
      list-style: none;
      margin-left: 0; }
    .sidebar-container .sidebar-container-inner + .sidebar-container-inner {
      border-top: 1px solid #fff; }

.white-widget {
  background-color: #fff; }

section.slider {
  height: 400px;
  position: relative; }
  section.slider .slide-container {
    position: absolute;
    height: 100%;
    width: 100%; }
  section.slider .slide {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .6s linear;
    transition: opacity .6s linear; }
    section.slider .slide.active {
      opacity: 1; }
  section.slider .row {
    width: 100%;
    z-index: 10; }
  section.slider .slider-content {
    z-index: 10;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    padding: 90px 20px 5px; }
    section.slider .slider-content a.arrow {
      position: absolute;
      top: -10px;
      text-decoration: none;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      font-size: 25px; }
      section.slider .slider-content a.arrow:hover, section.slider .slider-content a.arrow:focus {
        color: #0B8261; }
      section.slider .slider-content a.arrow.arrow-right {
        right: 5px; }
      section.slider .slider-content a.arrow.arrow-left {
        left: 5px; }
      @media print, screen and (min-width: 64em) {
        section.slider .slider-content a.arrow {
          top: 30px; }
          section.slider .slider-content a.arrow.arrow-right {
            right: -30px; }
          section.slider .slider-content a.arrow.arrow-left {
            left: -30px; } }
    section.slider .slider-content .h2-small {
      margin-top: 0;
      display: block;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    @media print, screen and (min-width: 40em) {
      section.slider .slider-content a.button {
        margin-left: 30px; }
      section.slider .slider-content .h2-small {
        display: inline; } }
    @media print, screen and (min-width: 64em) {
      section.slider .slider-content {
        position: absolute;
        bottom: 20px;
        margin-left: 20px;
        left: auto;
        background: #f8f8f8;
        padding: 15px 25px 0 25px;
        width: auto; }
        section.slider .slider-content .h2-small {
          color: #0B8261;
          text-shadow: none; } }

section.social div.additional-links {
  padding-bottom: 25px; }
  section.social div.additional-links a {
    display: block;
    line-height: 50px; }
    @media print, screen and (min-width: 40em) {
      section.social div.additional-links a {
        line-height: 80px; } }
    section.social div.additional-links a:first-child {
      margin-left: 0; }
  @media print, screen and (min-width: 40em) {
    section.social div.additional-links {
      padding-bottom: 0px; }
      section.social div.additional-links a {
        display: inline-block;
        margin-left: 40px; } }
  @media print, screen and (min-width: 64em) {
    section.social div.additional-links {
      text-align: right; } }

section.social div.social-links {
  line-height: 50px;
  padding-top: 25px; }
  @media print, screen and (min-width: 40em) {
    section.social div.social-links {
      line-height: 80px;
      padding-top: 0px; } }
  @media print, screen and (min-width: 64em) {
    section.social div.social-links {
      margin-bottom: 0; } }

#ambassador-aside fieldset {
  margin: 0.65em; }

#ambassador-body,
#ambassador-widget-body {
  position: relative;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 1.5rem; }
  #ambassador-body .ambassador-list,
  #ambassador-widget-body .ambassador-list {
    position: relative; }
  #ambassador-body .ambassador-search,
  #ambassador-widget-body .ambassador-search {
    width: 100%; }
    #ambassador-body .ambassador-search::-moz-placeholder, #ambassador-body .ambassador-search::-ms-input-placeholder, #ambassador-body .ambassador-search::-webkit-input-placeholder,
    #ambassador-widget-body .ambassador-search::-moz-placeholder,
    #ambassador-widget-body .ambassador-search::-ms-input-placeholder,
    #ambassador-widget-body .ambassador-search::-webkit-input-placeholder {
      font-family: 'Lato', sans-serif;
      padding: 5px; }
  #ambassador-body .ambassador,
  #ambassador-widget-body .ambassador {
    list-style: none;
    margin: 0; }
    #ambassador-body .ambassador .ambassador-inner,
    #ambassador-widget-body .ambassador .ambassador-inner {
      padding: 1.25em;
      background: #fff;
      border: 1px solid #cacaca;
      height: 100%; }
      #ambassador-body .ambassador .ambassador-inner a,
      #ambassador-widget-body .ambassador .ambassador-inner a {
        text-decoration: none; }
        #ambassador-body .ambassador .ambassador-inner a .ambassador-name,
        #ambassador-widget-body .ambassador .ambassador-inner a .ambassador-name {
          display: block;
          text-align: center;
          line-height: 2em;
          margin: 1em 0;
          text-decoration: none; }
      #ambassador-body .ambassador .ambassador-inner .social-icon,
      #ambassador-widget-body .ambassador .ambassador-inner .social-icon {
        text-align: center;
        margin: 1em 0; }
        #ambassador-body .ambassador .ambassador-inner .social-icon a span,
        #ambassador-widget-body .ambassador .ambassador-inner .social-icon a span {
          color: #455560; }

#particle {
  background-color: #0B8261;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

.social-icon-list {
  white-space: nowrap; }
  @media screen and (min-width: 40em) {
    .social-icon-list {
      padding-left: 60px; } }

.social-grid {
  padding-top: 10px;
  width: 45%; }
  @media screen and (min-width: 40em) {
    .social-grid {
      margin-right: 0px;
      float: right; } }
  @media screen and (min-width: 64em) {
    .social-grid {
      margin-right: 0px;
      text-align: right; } }

@media screen and (max-width: 39.9375em) {
  #social-grid {
    padding-left: 0px; } }

.social-container {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px; }
  @media print, screen and (min-width: 40em) {
    .social-container {
      margin-bottom: 0; } }
  .social-container .social-img {
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    height: 185px; }
  .social-container .copy-container {
    background-color: #f8f8f8;
    padding: 15px; }
    .social-container .copy-container .h4 {
      margin-top: 0; }
    .social-container .copy-container .h6, .social-container .copy-container .copy-header {
      margin-bottom: 5px; }
    .social-container .copy-container p {
      font-size: 14px;
      line-height: 1.3rem; }
    .social-container .copy-container .copy-header {
      position: relative;
      padding: 5px 20px 5px 43px;
      min-height: 35px; }
      .social-container .copy-container .copy-header img {
        width: 35px;
        height: auto;
        border-radius: 50%;
        border: 1px solid #cacaca;
        position: absolute;
        left: 0;
        top: 0; }
      .social-container .copy-container .copy-header span {
        position: absolute;
        right: 0;
        top: 5px; }
    @media print, screen and (min-width: 40em) {
      .social-container .copy-container {
        height: 175px; } }
  @media print, screen and (min-width: 40em) {
    .social-container.lg .copy-container {
      height: auto; }
    .social-container.lg .social-img {
      height: 300px; } }
  @media print, screen and (min-width: 64em) {
    .social-container.lg .social-img {
      height: 360px; }
    .social-container.lg .copy-container {
      height: 360px;
      padding: 25px; } }
  @media print, screen and (min-width: 40em) {
    .social-container.sm .social-img {
      height: 240px; }
    .social-container.sm .copy-container {
      height: 240px; } }

.subnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .subnav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative; }
    .subnav ul li.active {
      padding-left: 18px;
      font-weight: 700; }
      .subnav ul li.active:before {
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(#0B8261), color-stop(45%, #0B8261), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(55%, #522C1B), to(#522C1B));
        background: -webkit-linear-gradient(top, #0B8261 0%, #0B8261 45%, #fff 45%, #fff 55%, #522C1B 55%, #522C1B 100%);
        background: linear-gradient(to bottom, #0B8261 0%, #0B8261 45%, #fff 45%, #fff 55%, #522C1B 55%, #522C1B 100%);
        height: 1rem;
        width: 10px;
        display: block;
        position: absolute;
        left: 2px;
        top: 12px; }
    .subnav ul li.current_page_parent {
      color: #0B8261; }
      .subnav ul li.current_page_parent:hover, .subnav ul li.current_page_parent:focus {
        color: #07533e; }
      .subnav ul li.current_page_parent:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.3rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f104";
        margin-right: 5px; }
    .subnav ul li a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      position: relative;
      font-weight: 400;
      color: #000; }
      .subnav ul li a:hover, .subnav ul li a:focus {
        color: #0B8261; }
    .subnav ul li + li {
      border-top: 1px solid #8b8b8b; }
  .subnav ul ul {
    border-top: 1px solid #8b8b8b; }
    .subnav ul ul li a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      position: relative;
      font-weight: 400;
      color: #000; }
      .subnav ul ul li a:hover, .subnav ul ul li a:focus {
        color: #0B8261; }
      .subnav ul ul li a.active {
        padding-left: 40px; }
        .subnav ul ul li a.active:before {
          left: 25px; }

.subnav ul li ul li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  color: #000; }
  .subnav ul li ul li a:hover, .subnav ul li ul li a:focus {
    color: #0B8261; }

.subnav ul .current_page_parent > a {
  color: #0B8261;
  display: inline-block; }
  .subnav ul .current_page_parent > a:hover, .subnav ul .current_page_parent > a:focus {
    color: #07533e; }

.subnav ul li.active > a, .subnav ul li ul li.active > a {
  font-weight: 700; }
  .subnav ul li.active > a:hover, .subnav ul li.active > a:focus, .subnav ul li ul li.active > a:hover, .subnav ul li ul li.active > a:focus {
    color: #0B8261; }

.button-group.table-tabs {
  border-bottom: 1px solid #8b8b8b;
  margin-bottom: 0; }

.table-scroll table {
  width: 100%; }

.table-scroll:not(:first-of-type) {
  margin-top: 2.5em; }

table {
  border-collapse: collapse;
  color: #455560;
  margin: 0; }
  table thead {
    border-bottom: 1px solid #455560;
    font-size: 1rem; }
    table thead tr th, table thead tr th > span {
      white-space: nowrap;
      cursor: pointer; }
      table thead tr th.sort:after, table thead tr th > span.sort:after {
        content: '';
        font: normal normal normal 14px/1 FontAwesome;
        white-space: pre;
        margin: 0 5px; }
      table thead tr th.sort.asc:after, table thead tr th > span.sort.asc:after {
        content: '\f0de';
        font: normal normal normal 14px/1 FontAwesome;
        white-space: pre;
        margin: 0 5px; }
      table thead tr th.sort.desc:after, table thead tr th > span.sort.desc:after {
        content: '\f0dd';
        font: normal normal normal 14px/1 FontAwesome;
        white-space: pre;
        margin: 0 5px; }
      table thead tr th:hover, table thead tr th > span:hover {
        cursor: pointer; }
  table tbody tr td button,
  table tbody tr td .button {
    margin: 0;
    white-space: nowrap; }
  table tbody tr td img.icon {
    max-width: 2.5em;
    height: auto; }
  table.stack tbody tr td:first-of-type {
    font-weight: bold; }
    @media print, screen and (min-width: 40em) {
      table.stack tbody tr td:first-of-type {
        font-weight: normal; } }

caption {
  font-weight: normal;
  text-align: left;
  padding: 0.5em 0em; }

.tab-content {
  display: none; }
  .tab-content.active {
    display: block; }

.tabs {
  padding: 15px 0;
  height: 55px;
  border: 0;
  border-bottom: 1px solid #cacaca;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative; }
  .tabs a[data-tab] {
    display: inline-block;
    margin-right: 20px;
    position: relative; }
    .tabs a[data-tab]:last-child {
      margin-right: 0; }
    .tabs a[data-tab].active {
      color: #0B8261; }
      .tabs a[data-tab].active:before {
        content: '';
        background: -webkit-gradient(linear, left top, right top, from(#0B8261), color-stop(48%, #0B8261), color-stop(48%, transparent), color-stop(52%, transparent), color-stop(52%, #522C1B), to(#522C1B));
        background: -webkit-linear-gradient(left, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
        background: linear-gradient(to right, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
        height: 4px;
        display: block;
        position: absolute;
        bottom: -13px;
        left: 0;
        right: 0;
        margin: auto; }
  .tabs .row {
    position: relative; }

.tags-row {
  border-top: 1px solid #455560;
  border-bottom: 1px solid #455560; }
  .tags-row span.tags-title {
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Oswald';
    color: #4B5151;
    text-transform: uppercase; }
  .tags-row ul li {
    padding: 0 1em; }
    .tags-row ul li a {
      text-transform: capitalize;
      background: #efefef;
      margin: 1em 0;
      border: 1px solid #4B5151;
      text-decoration: none;
      color: #455560;
      padding: 0.25em 0.5em; }

form.timeline-form label {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  white-space: nowrap; }

.student-journey .stage_container ul li {
  padding-left: 0px;
  margin-left: 0px;
  list-style: square;
  overflow: visible; }

.student-journey button.alm-load-more-btn {
  display: none; }

.student-journey .checkbox p {
  background-color: #f8f8f8;
  display: inline;
  padding: 5px;
  font-family: 'Lato', sans-serif; }

.student-journey .round {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box; }
  .student-journey .round h2, .student-journey .round .h2 {
    margin-left: -23px; }

.student-journey .round label:before {
  border: 4px solid #cacaca;
  border-top: none;
  border-right: none;
  content: "";
  height: 10px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px; }

.student-journey .round label {
  background-color: #fff;
  border: 2px solid #45A046;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  left: -10;
  display: inline-block;
  position: relative;
  text-align: right;
  top: 5px;
  width: 40px; }

.student-journey .round label:after {
  border: 4px solid #45A046;
  border-top: none;
  border-right: none;
  content: "";
  height: 10px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px; }

.student-journey .round input[type="checkbox"] {
  visibility: hidden; }

.student-journey .round input[type="checkbox"]:checked + label:after {
  opacity: 1; }

.student-journey .round input[type="checkbox"] + label:before {
  opacity: 1; }

.student-journey .goal-box .regular-checkbox {
  -webkit-appearance: none;
  border: 1px solid #cacaca;
  padding: 8px;
  display: inline-block;
  position: relative;
  top: 20px; }

.student-journey .goal-box .regular-checkbox:checked {
  border: 1px solid #cacaca;
  color: #0B8261; }

.student-journey .goal-box .regular-checkbox:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #0B8261; }

.student-journey .event-widget {
  display: inline-block;
  padding-top: 10px;
  border: 1px solid #cacaca;
  position: relative;
  word-wrap: break-word;
  padding-bottom: 25px;
  margin-bottom: 20px; }
  .student-journey .event-widget .wrap-event-small {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 15px; }
  .student-journey .event-widget .display-date {
    display: block;
    border-right: 1px solid #cacaca;
    padding-right: 15px;
    margin-right: 15px;
    text-align: center;
    padding-left: 9px;
    float: left; }
    .student-journey .event-widget .display-date span {
      font-family: "Oswald", sans-serif;
      display: block;
      font-size: 25px;
      color: #0B8261; }
  .student-journey .event-widget .display-event {
    padding-left: 30px; }
  .student-journey .event-widget a {
    text-decoration: none; }
  .student-journey .event-widget:before {
    background-color: #45A046;
    display: inline-block;
    padding: 0 5px;
    content: "IMPORTANT DATES";
    position: absolute;
    top: -15px;
    left: 10px;
    color: white;
    font-family: 'Oswald', sans-serif; }

section.testimonials {
  position: relative;
  overflow: hidden;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  border: 0px;
  margin-left: 2em !important;
  margin-right: 2em !important;
  text-align: center;
  font-weight: 400;
  background: url("../images/misc/quote.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-background-size: 150px auto;
          background-size: 150px auto; }
  section.testimonials .dc-profile {
    word-wrap: break-word; }
    section.testimonials .dc-profile .testimonial-name,
    section.testimonials .dc-profile .testimonial-title {
      margin: 0; }
    section.testimonials .dc-profile p,
    section.testimonials .dc-profile q {
      font-size: 1.25rem;
      display: inline;
      line-height: 1.5rem;
      color: #455560; }
    section.testimonials .dc-profile q::before, section.testimonials .dc-profile q::after {
      font-family: 'Lato';
      font-size: 1.5rem; }
    section.testimonials .dc-profile .testimonial-meta {
      margin: 2em 0 0 0;
      font-size: 0.85em; }
  section.testimonials blockquote {
    font-size: 1.25em;
    line-height: 1.25;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: relative; }
    @media print, screen and (min-width: 64em) {
      section.testimonials blockquote {
        font-size: 1.85em; } }
  section.testimonials:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/misc/quote.png);
    -webkit-background-size: 150px auto;
            background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-transform: scaleY(1) scaleX(-1);
        -ms-transform: scaleY(1) scaleX(-1);
            transform: scaleY(1) scaleX(-1); }

.resources .fa {
  color: white;
  text-align: center;
  padding-left: 10px; }

.resources .icon-fa {
  color: #45A046;
  padding-bottom: 10px;
  font-size: 2.5em; }

.resources p {
  line-height: 1.25em; }

.resources a {
  text-decoration: none; }
  .resources a.hollow.button {
    padding: 0.5em;
    margin: 1.25em 0;
    font-size: 1em; }

.resources h4, .resources .h4 {
  color: white;
  padding-top: 10px;
  margin-top: 1rem;
  background: none;
  display: block; }

.resources .resources-img {
  height: 100px; }

.other {
  text-align: center;
  padding-bottom: 20px; }
  .other span {
    color: black;
    font-size: 30px; }
  .other .fa {
    color: black;
    text-align: center;
    font-size: 2.5em; }
  .other a {
    text-decoration: none; }
  .other p {
    color: black;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px; }
  .other h2, .other .h2 {
    color: #0B8261; }

ul.paging li,
ul.alm-paging li {
  border: 0; }
  ul.paging li a,
  ul.alm-paging li a {
    background-color: #f8f8f8;
    color: #0B8261;
    border-radius: 0;
    border: 1px solid #cacaca;
    text-decoration: none; }
    ul.paging li a:hover, ul.paging li a:focus,
    ul.alm-paging li a:hover,
    ul.alm-paging li a:focus {
      background-color: white;
      color: #0B8261; }
    ul.paging li a:focus, ul.paging li a:hover,
    ul.alm-paging li a:focus,
    ul.alm-paging li a:hover {
      color: #000; }
  ul.paging li.disabled a,
  ul.alm-paging li.disabled a {
    background-color: transparent;
    color: #4B5151;
    border: 1px solid #cacaca; }
    ul.paging li.disabled a:hover, ul.paging li.disabled a:focus,
    ul.alm-paging li.disabled a:hover,
    ul.alm-paging li.disabled a:focus {
      background-color: #f8f8f8;
      color: #4B5151; }
    ul.paging li.disabled a:focus, ul.paging li.disabled a:hover,
    ul.alm-paging li.disabled a:focus,
    ul.alm-paging li.disabled a:hover {
      color: #0B8261; }
  ul.paging li.active a,
  ul.alm-paging li.active a {
    background-color: #0B8261;
    color: white; }
    ul.paging li.active a:hover, ul.paging li.active a:focus,
    ul.alm-paging li.active a:hover,
    ul.alm-paging li.active a:focus {
      background-color: #45A046;
      color: white; }

section.program hr {
  margin: -1px auto 2px auto; }

section.program.row.expanded {
  padding-bottom: 25px; }

section.program form.program-search-form {
  margin: 4rem 0 1rem; }
  @media print, screen and (min-width: 40em) {
    section.program form.program-search-form {
      margin: 6rem 0 1rem; } }
  @media print, screen and (min-width: 40em) {
    section.program form.program-search-form .input-group {
      max-width: 350px; } }

section.program .program-filters strong {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 1rem 0 0; }

section.program .input-group-label {
  padding: 0 1rem 0 0;
  border: 0px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

section.program .filter-box a.hollow.button:after {
  content: "\f057";
  padding-left: 5px;
  font-family: 'FontAwesome';
  color: transparent; }

section.program .filter-box a.hollow.button.active:after,
section.program .filter-box li.filter-item a:after {
  color: #fff; }

section.program .filter-meta {
  padding: 1em 0;
  list-style: none; }
  section.program .filter-meta .input-group-label {
    display: inline;
    padding: 0; }
  section.program .filter-meta ul {
    margin-left: 0;
    padding-left: 0;
    display: inline; }
    section.program .filter-meta ul li.filter-item {
      display: inline; }
      section.program .filter-meta ul li.filter-item a {
        color: #000;
        text-decoration: none;
        padding: 5px; }

section.program .button-toggle a {
  position: relative;
  margin-bottom: 15px;
  width: 100%; }

section.program .button-toggle a.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(11, 130, 97, 0);
  border-top-color: #0b8261;
  border-width: 10px;
  margin-left: -10px; }

@media print, screen and (min-width: 40em) {
  section.program .button-toggle a {
    margin-bottom: 0;
    width: auto; } }

section.program .program-results table {
  margin: 0; }
  section.program .program-results table th {
    cursor: pointer;
    width: 10%; }
    section.program .program-results table th.sort:after {
      content: '';
      font: normal normal normal 14px/1 FontAwesome;
      white-space: pre;
      margin: 0 5px; }
    section.program .program-results table th.sort[data-sort="program-title"] {
      width: 40%; }
    section.program .program-results table th.sort.asc:after {
      content: '\f0de';
      font: normal normal normal 14px/1 FontAwesome;
      white-space: pre;
      margin: 0 5px; }
    section.program .program-results table th.sort.desc:after {
      content: '\f0dd';
      font: normal normal normal 14px/1 FontAwesome;
      white-space: pre;
      margin: 0 5px; }
  section.program .program-results table tr td {
    padding: 5px;
    display: table-cell; }
    section.program .program-results table tr td:first-of-type {
      width: 40%; }
    section.program .program-results table tr td:first-of-type {
      padding: 5px 10px; }
    section.program .program-results table tr td span.fa {
      margin: 0 10px; }
    section.program .program-results table tr td .pgwpElig {
      font-size: 0.8rem; }
      section.program .program-results table tr td .pgwpElig span.fa {
        margin: 0; }
  section.program .program-results table a {
    text-decoration: none;
    color: #455560; }
    section.program .program-results table a:focus, section.program .program-results table a:hover {
      color: #0B8261; }
  section.program .program-results table.active {
    display: table; }

section.program .tab-content {
  display: none; }
  section.program .tab-content.active {
    display: block; }

section.program .tabs {
  padding: 15px 0;
  border-top: 0px;
  border-bottom: 1px solid #455560;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 55px;
  white-space: nowrap;
  position: relative; }
  @media screen and (min-width: 40em) {
    section.program .tabs {
      overflow-x: hidden;
      white-space: nowrap; } }
  section.program .tabs a[data-tab] {
    display: inline-block;
    margin-right: 30px;
    position: relative; }
  section.program .tabs a.tab-highlight {
    background: #0b8261;
    color: #fff;
    padding: 15px;
    margin-top: -15px;
    float: right; }
    @media print, screen and (min-width: 64em) {
      section.program .tabs a.tab-highlight {
        position: absolute;
        right: 0;
        top: 0; } }
    @media screen and (max-width: 48em) {
      section.program .tabs a.tab-highlight {
        float: none; } }
  section.program .tabs a:last-child {
    margin-right: 0; }
  section.program .tabs a.active {
    color: #0B8261; }
    section.program .tabs a.active:before {
      content: '';
      background: -webkit-gradient(linear, left top, right top, from(#0B8261), color-stop(48%, #0B8261), color-stop(48%, transparent), color-stop(52%, transparent), color-stop(52%, #522C1B), to(#522C1B));
      background: -webkit-linear-gradient(left, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
      background: linear-gradient(to right, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
      height: 4px;
      width: 50px;
      display: block;
      position: absolute;
      bottom: -13px;
      left: 0;
      right: 0;
      margin: auto; }

.faculty-credentials {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .faculty-credentials ul.no-bullets.display-inline-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin: 1em 0 !important;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

#tabCourses .dcDeliveryList dt {
  font-family: 'Lato';
  text-transform: inherit;
  font-size: 1rem;
  font-weight: bold !important;
  min-width: 100px;
  margin-bottom: 1rem;
  color: #000; }

#tabCourses .dcDeliveryList dd {
  max-width: 250px;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    #tabCourses .dcDeliveryList dd {
      max-width: 660px; } }

.location-widget .text-nowrap {
  white-space: nowrap; }

.location-widget ul {
  list-style-type: none;
  margin: 0; }

.key-contact {
  padding-left: 35px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .key-contact {
      padding-left: 25px; } }
  @media screen and (max-width: 39.9375em) {
    .key-contact {
      padding-left: 10px; } }

.widget.widget_dc-ce-courses-widget {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .widget.widget_dc-ce-courses-widget .display-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      .widget.widget_dc-ce-courses-widget .display-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .widget.widget_dc-ce-courses-widget .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .widget.widget_dc-ce-courses-widget .search-form .column, .widget.widget_dc-ce-courses-widget .search-form .columns {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -ms-flex-preferred-size: initial;
          flex-basis: initial; }
  .widget.widget_dc-ce-courses-widget .h2,
  .widget.widget_dc-ce-courses-widget p,
  .widget.widget_dc-ce-courses-widget label {
    color: #000;
    font-family: 'Oswald', Arial, Helvetica, sans-serif; }
  .widget.widget_dc-ce-courses-widget .img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .widget.widget_dc-ce-courses-widget .img-col img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 100%;
      padding: 0; }
      @media print, screen and (min-width: 40em) {
        .widget.widget_dc-ce-courses-widget .img-col img {
          width: 100%;
          -webkit-transform: scaleX(-1.075) scaleY(1.075) translateY(-0.75rem) translateX(0.75rem);
              -ms-transform: scaleX(-1.075) scaleY(1.075) translateY(-0.75rem) translateX(0.75rem);
                  transform: scaleX(-1.075) scaleY(1.075) translateY(-0.75rem) translateX(0.75rem); } }
  .widget.widget_dc-ce-courses-widget .h2 {
    padding: 0;
    font-size: 2.5em;
    font-weight: normal; }
    @media print, screen and (min-width: 40em) {
      .widget.widget_dc-ce-courses-widget .h2 {
        font-size: 3.25em; } }
    @media print, screen and (min-width: 64em) {
      .widget.widget_dc-ce-courses-widget .h2 {
        padding: 0;
        font-size: 3.5rem; } }
  .widget.widget_dc-ce-courses-widget a#ceChatWidgetLink {
    color: #455560;
    text-decoration: none; }
  .widget.widget_dc-ce-courses-widget .row.collapse .position-relative {
    font-size: \ 1 0.125em;
    text-transform: uppercase; }
    @media print, screen and (min-width: 40em) {
      .widget.widget_dc-ce-courses-widget .row.collapse .position-relative > p,
      .widget.widget_dc-ce-courses-widget .row.collapse .position-relative label {
        position: absolute;
        bottom: 0;
        right: 0; }
        .widget.widget_dc-ce-courses-widget .row.collapse .position-relative > p > span.fa,
        .widget.widget_dc-ce-courses-widget .row.collapse .position-relative label > span.fa {
          font-size: 1.5em; } }
  .widget.widget_dc-ce-courses-widget form {
    width: 100%;
    margin: 1em 0; }
    @media print, screen and (min-width: 40em) {
      .widget.widget_dc-ce-courses-widget form {
        margin: 0; } }
    .widget.widget_dc-ce-courses-widget form .input-group {
      margin: 0; }
      .widget.widget_dc-ce-courses-widget form .input-group:before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 5px;
        height: 75%;
        margin: 0;
        z-index: 25;
        background: -webkit-gradient(linear, left top, left bottom, from(#0B8261), color-stop(48%, #0B8261), color-stop(48%, transparent), color-stop(52%, transparent), color-stop(52%, #522C1B), to(#522C1B));
        background: -webkit-linear-gradient(top, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%);
        background: linear-gradient(to bottom, #0B8261 0%, #0B8261 48%, transparent 48%, transparent 52%, #522C1B 52%, #522C1B 100%); }
      .widget.widget_dc-ce-courses-widget form .input-group .input-group-field {
        height: 3em;
        font-family: 'Oswald', Arial, Helvetica, sans-serif;
        color: #455560;
        border: 0;
        background: #fff; }
        .widget.widget_dc-ce-courses-widget form .input-group .input-group-field.small-6:last-of-type {
          width: 49%; }
        .widget.widget_dc-ce-courses-widget form .input-group .input-group-field::-webkit-input-placeholder {
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          color: #455560;
          opacity: 1; }
        .widget.widget_dc-ce-courses-widget form .input-group .input-group-field::-moz-placeholder {
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          color: #455560;
          opacity: 1; }
        .widget.widget_dc-ce-courses-widget form .input-group .input-group-field::-ms-input-placeholder {
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          color: #455560;
          opacity: 1; }
        .widget.widget_dc-ce-courses-widget form .input-group .input-group-field::placeholder {
          font-family: 'Lato', Arial, Helvetica, sans-serif;
          color: #455560;
          opacity: 1; }
      .widget.widget_dc-ce-courses-widget form .input-group .input-group-button {
        height: auto; }
    .widget.widget_dc-ce-courses-widget form button {
      height: 3em; }
      @media print, screen and (min-width: 40em) {
        .widget.widget_dc-ce-courses-widget form button {
          height: 75%;
          width: auto;
          padding: 0.5em;
          left: -1em;
          position: relative; } }
    .widget.widget_dc-ce-courses-widget form label {
      font-size: 1.35em;
      font-weight: 300; }
  .widget.widget_dc-ce-courses-widget .button-group {
    margin: 0; }
    .widget.widget_dc-ce-courses-widget .button-group .button {
      display: block;
      margin: 0 1em 1em 0; }
      @media print, screen and (min-width: 64em) {
        .widget.widget_dc-ce-courses-widget .button-group .button {
          display: inline-block; } }

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