@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "wcccd-icons";
  src: url("../fonts/wcccd-icons.eot?fi5moj");
  src: url("../fonts/wcccd-icons.eot?fi5moj#iefix") format("embedded-opentype"), url("../fonts/wcccd-icons.ttf?fi5moj") format("truetype"), url("../fonts/wcccd-icons.woff?fi5moj") format("woff"), url("../fonts/wcccd-icons.svg?fi5moj#wcccd-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wcccd-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wcccd-icon-arrow-down:before {
  content: "\e900";
}

.wcccd-icon-arrow-left:before {
  content: "\e901";
}

.wcccd-icon-arrow-right:before {
  content: "\e902";
}

.wcccd-icon-arrow-up:before {
  content: "\e903";
}

.wcccd-icon-carousel-arrow-left:before {
  content: "\e904";
}

.wcccd-icon-carousel-arrow-right:before {
  content: "\e905";
}

.wcccd-icon-close:before {
  content: "\e906";
}

.wcccd-icon-facebook:before {
  content: "\e907";
}

.wcccd-icon-instagram:before {
  content: "\e908";
}

.wcccd-icon-search:before {
  content: "\e909";
}

.wcccd-icon-start-quote:before {
  content: "\e90a";
}

.wcccd-icon-twitter:before {
  content: "\e90b";
}

.wcccd-icon-video-play:before {
  content: "\e90c";
}

.wcccd-icon-video-stop:before {
  content: "\e90d";
}

.wcccd-icon-volume-off:before {
  content: "\e90e";
}

.wcccd-icon-volume-on:before {
  content: "\e90f";
}

/*
======================================================================================================
Variables
======================================================================================================
*/
/*
======================================================================================================
Defaults
======================================================================================================
*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: Roboto, Arial, "Helvetica Neue", sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 2.6rem;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.h1, h1 {
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 5.2rem;
  margin: 0 0 32px;
}

.h2, h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.6rem;
  margin: 0 0 24px;
}

.h3, h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 0 0 16px;
}

.h4, h4 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin: 0 0 16px;
}

.h5, h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin: 0 0 8px;
}

.h6, h6 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 0 0 8px;
}

hr {
  background: #d8d8d6;
  border: none;
  height: 1px;
  margin: 0 0 32px;
  opacity: 1;
}

sup {
  vertical-align: -webkit-baseline-middle;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: 700;
}

blockquote {
  color: #0054a4;
  font-size: 2.8rem;
  line-height: 3.6rem;
  padding: 0 32px 32px;
}

ul {
  line-height: 2.2rem;
  margin: 0 0 32px 24px;
  padding: 0;
}

ul li {
  margin: 0 0 16px;
  padding: 0;
}

ul ul {
  margin: 16px 0 16px 24px;
}

ol {
  line-height: 2.2rem;
  margin: 0 0 32px 24px;
  padding: 0;
}

ol li {
  margin: 0 0 16px;
  padding: 0;
}

ol ol {
  list-style-type: lower-alpha;
  margin: 16px 0 16px 24px;
}

p {
  margin: 0 0 32px;
}

a {
  color: #0054a4;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0f7373;
  outline: none;
  text-decoration: underline;
}

a:focus {
  outline: 2px dotted #0054a4;
}

button:focus {
  outline: 2px dotted #0054a4;
}

i {
  display: inline-block;
  font-size: 100%;
}

i svg {
  display: inline-block;
  height: 1em;
  width: 1em;
}

i svg,
i path {
  fill: currentColor;
  stroke: currentColor;
}

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 6rem;
    line-height: 6.6rem;
  }

  .h2, h2 {
    font-size: 3.7rem;
    line-height: 4.3rem;
  }
}
/*
======================================================================================================
Tables
======================================================================================================
*/
table {
  background: #FFFFFF;
  margin: 0 0 32px;
  width: 100%;
}

table thead tr th {
  background: #3a4b54;
  border: 1px solid #3a4b54;
  color: #FFFFFF;
  font-weight: 700;
  padding: 16px 24px;
}

table tbody {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

table tbody tr:nth-child(even) {
  background: #f3f3f0;
}

table tbody tr td {
  border: 1px solid #24c4ff;
  padding: 16px 24px;
  vertical-align: top;
}

/*
======================================================================================================
Forms
======================================================================================================
*/
form label {
  display: block;
}

form input,
form select,
form textarea {
  background: transparent;
  border: 1px solid #d8d8d6;
  color: #000000;
  display: block;
  font-size: 1.6rem;
  height: 56px;
  line-height: 3.6rem;
  outline: none;
  padding: 9px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

form textarea {
  min-height: 120px;
}

form input:focus,
form select:focus,
form textarea:focus {
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
}

form button {
  border: none;
}

form p {
  margin: 0 0 24px;
}

form label {
  display: block;
  margin: 0;
}

form .select-wrap {
  display: block;
  position: relative;
}

form .select-wrap:after {
  content: "\e900";
  font-family: "wcccd-icons";
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 6px;
  top: 50%;
}

form .select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
}

form .text {
  margin: 0 0 8px;
}

form .label-text {
  display: block;
  margin: 0 0 8px;
}

form .error {
  color: #d40202;
}

form .error input {
  border-color: #d40202;
}

/*
======================================================================================================
Buttons
======================================================================================================
*/
.button {
  background: #3a4b54;
  border: 1px solid #3a4b54;
  color: #76e6c8;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.2rem;
  min-width: 160px;
  outline: none;
  padding: 11px 24px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.button:hover,
.button:focus {
  background: #76e6c8;
  border-color: #76e6c8;
  color: #3a4b54;
  outline: none;
  text-decoration: none;
}

/*
======================================================================================================
Container
======================================================================================================
*/
.container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/*
======================================================================================================
Colors
======================================================================================================
*/
.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.gray-1 {
  background-color: #191919 !important;
}

.gray-1-text {
  color: #191919 !important;
}

.gray-2 {
  background-color: #333333 !important;
}

.gray-2-text {
  color: #333333 !important;
}

.gray-3 {
  background-color: #444444 !important;
}

.gray-3-text {
  color: #444444 !important;
}

.gray-4 {
  background-color: #666666 !important;
}

.gray-4-text {
  color: #666666 !important;
}

.gray-5 {
  background-color: #777777 !important;
}

.gray-5-text {
  color: #777777 !important;
}

.gray-6 {
  background-color: #999999 !important;
}

.gray-6-text {
  color: #999999 !important;
}

.gray-7 {
  background-color: #b2b2b2 !important;
}

.gray-7-text {
  color: #b2b2b2 !important;
}

.gray-8 {
  background-color: #cccccc !important;
}

.gray-8-text {
  color: #cccccc !important;
}

.gray-9 {
  background-color: #d9d9d9 !important;
}

.gray-9-text {
  color: #d9d9d9 !important;
}

.gray-10 {
  background-color: #e5e5e5 !important;
}

.gray-10-text {
  color: #e5e5e5 !important;
}

.gray-11 {
  background-color: #eeeeee !important;
}

.gray-11-text {
  color: #eeeeee !important;
}

.gray-12 {
  background-color: #f5f5f5 !important;
}

.gray-12-text {
  color: #f5f5f5 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white-text {
  color: #FFFFFF !important;
}

.peacock-blue {
  background: #0054a4 !important;
}

.peacock-blue-text {
  color: #0054a4 !important;
}

.sky-blue {
  background: #24c4ff !important;
}

.sky-blue-text {
  color: #24c4ff !important;
}

.light-blue {
  background: #8ddffd !important;
}

.light-blue-text {
  color: #8ddffd !important;
}

.blue-green {
  background: #0f7373 !important;
}

.blue-green-text {
  color: #0f7373 !important;
}

.light-teal {
  background: #76e6c8 !important;
}

.light-teal-text {
  color: #76e6c8 !important;
}

.pale-red {
  background: #d3452b !important;
}

.pale-red-text {
  color: #d3452b !important;
}

.dusty-orange {
  background: #f26444 !important;
}

.dusty-orange-text {
  color: #f26444 !important;
}

.charcoal {
  background: #3a4b54 !important;
}

.charcoal-text {
  color: #3a4b54 !important;
}

.gunmetal {
  background: #3d4f59 !important;
}

.gunmetal-text {
  color: #3d4f59 !important;
}

.dark-gray {
  background: #212222 !important;
}

.dark-gray-text {
  color: #212222 !important;
}

.warm-gray {
  background: #707070 !important;
}

.warm-gray-text {
  color: #707070 !important;
}

.light-gray {
  background: #d8d8d6 !important;
}

.light-gray-text {
  color: #d8d8d6 !important;
}

.off-white {
  background: #f3f3f0 !important;
}

.off-white-text {
  color: #f3f3f0 !important;
}

.alert-danger {
  background: #d40202 !important;
}

.alert-danger-text {
  color: #d40202 !important;
}

.alert-warning {
  background: #ffa900 !important;
}

.alert-warning-text {
  color: #ffa900 !important;
}

.alert-success {
  background: #4fa74f !important;
}

.alert-success-text {
  color: #4fa74f !important;
}

.alert-info {
  background: #07b2eb !important;
}

.alert-info-text {
  color: #07b2eb !important;
}

/*
======================================================================================================
Utilities
======================================================================================================
*/
.border {
  border: 1px solid #d8d8d6 !important;
}

.border-none {
  border: none !important;
}

.clickable {
  cursor: pointer;
}

.disabled {
  cursor: default;
  pointer-events: none;
}

.font-size-lg {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3rem;
}

.font-size-md {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 2.6rem;
}

.font-size-sm {
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.font-size-xs {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.grayscale {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.margin-0 {
  margin: 0 !important;
}

.margin-4 {
  margin-bottom: 4px !important;
}

.margin-8 {
  margin-bottom: 8px !important;
}

.margin-16 {
  margin-bottom: 16px !important;
}

.margin-24 {
  margin-bottom: 24px !important;
}

.margin-32 {
  margin-bottom: 32px !important;
}

.margin-40 {
  margin-bottom: 40px !important;
}

.margin-48 {
  margin-bottom: 48px !important;
}

.margin-56 {
  margin-bottom: 56px !important;
}

.margin-64 {
  margin-bottom: 64px !important;
}

.margin-pull-8 {
  margin-bottom: -8px !important;
}

.margin-pull-16 {
  margin-bottom: -16px !important;
}

.margin-pull-24 {
  margin-bottom: -24px !important;
}

.margin-pull-32 {
  margin-bottom: -32px !important;
}

.margin-pull-40 {
  margin-bottom: -40px !important;
}

.margin-pull-48 {
  margin-bottom: -48px !important;
}

.margin-pull-56 {
  margin-bottom: -56px !important;
}

.margin-pull-64 {
  margin-bottom: -64px !important;
}

.nowrap {
  white-space: nowrap;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.opacity-0 {
  opacity: 0% !important;
}

.opacity-10 {
  opacity: 10% !important;
}

.opacity-20 {
  opacity: 20% !important;
}

.opacity-30 {
  opacity: 30% !important;
}

.opacity-40 {
  opacity: 40% !important;
}

.opacity-50 {
  opacity: 50% !important;
}

.opacity-60 {
  opacity: 60% !important;
}

.opacity-70 {
  opacity: 70% !important;
}

.opacity-80 {
  opacity: 80% !important;
}

.opacity-90 {
  opacity: 90% !important;
}

.opacity-100 {
  opacity: 100% !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-8 {
  padding: 8px !important;
}

.padding-16 {
  padding: 16px !important;
}

.padding-24 {
  padding: 24px !important;
}

.padding-32 {
  padding: 32px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-48 {
  padding: 48px !important;
}

.pipe {
  display: inline-block;
  margin: 0 4px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.row > div {
  padding-left: 16px;
  padding-right: 16px;
}

.row-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-gutter-0 > div {
  padding-left: 0;
  padding-right: 0;
}

.row-gutter-8 {
  margin-left: -4px;
  margin-right: -4px;
}

.row-gutter-8 > div {
  padding-left: 4px;
  padding-right: 4px;
}

.row-gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.row-gutter-16 > div {
  padding-left: 8px;
  padding-right: 8px;
}

.row-gutter-24 {
  margin-left: -12px;
  margin-right: -12px;
}

.row-gutter-24 > div {
  padding-left: 12px;
  padding-right: 12px;
}

.row-gutter-32 {
  margin-left: -16px;
  margin-right: -16px;
}

.row-gutter-32 > div {
  padding-left: 16px;
  padding-right: 16px;
}

.row-gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-gutter-40 > div {
  padding-left: 20px;
  padding-right: 20px;
}

.row-gutter-48 {
  margin-left: -24px;
  margin-right: -24px;
}

.row-gutter-48 > div {
  padding-left: 24px;
  padding-right: 24px;
}

.row-gutter-56 {
  margin-left: -28px;
  margin-right: -28px;
}

.row-gutter-56 > div {
  padding-left: 28px;
  padding-right: 28px;
}

.row-gutter-64 {
  margin-left: -32px;
  margin-right: -32px;
}

.row-gutter-64 > div {
  padding-left: 32px;
  padding-right: 32px;
}

.row-gutter-offset-wrap {
  overflow: hidden;
}

.shadow {
  -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.2) !important;
}

.shadow-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.spacer-8 {
  clear: both;
  height: 8px;
}

.spacer-16 {
  clear: both;
  height: 16px;
}

.spacer-24 {
  clear: both;
  height: 24px;
}

.spacer-32 {
  clear: both;
  height: 32px;
}

.spacer-40 {
  clear: both;
  height: 40px;
}

.spacer-48 {
  clear: both;
  height: 48px;
}

.spacer-56 {
  clear: both;
  height: 56px;
}

.spacer-64 {
  clear: both;
  height: 64px;
}

.spacer-72 {
  clear: both;
  height: 72px;
}

.spacer-80 {
  clear: both;
  height: 80px;
}

.text-align-center {
  text-align: center;
}

.text-align-justify {
  text-align: justify;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-indent {
  display: inline-block;
  padding-left: 32px;
}

.text-uppercase {
  text-transform: uppercase;
}

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*
====================================================================================================
Body / Page
====================================================================================================
*/
body.nav-mobile-opened {
  overflow: hidden;
}

body.nav-mobile-opened #nav-mobile {
  left: 0;
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

/*
====================================================================================================
Header
====================================================================================================
*/
#header {
  background: rgba(49, 63, 71, 0.9);
  color: #FFFFFF;
  width: 100%;
  z-index: 3;
}

#header .skip-to-content {
  background: #0054a4;
  border: 2px dashed #24c4ff;
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  left: 20px;
  line-height: 2rem;
  margin-top: -20px;
  padding: 10px 16px;
  position: absolute;
  text-decoration: none;
  top: -2000%;
  z-index: 2;
}

#header .skip-to-content:focus {
  top: 50%;
}

#header .header-content .container {
  position: relative;
}

#header .header-content a {
  color: #FFFFFF;
}

#header .header-content a:hover,
#header .header-content a:focus {
  color: #FFFFFF;
  outline: none;
  text-decoration: none;
}

#header .header-content .logo {
  display: block;
  padding: 8px 0;
  position: relative;
}

#header .header-content .logo img {
  height: 60px;
}

#header .header-content .toggle-menu {
  display: block;
  height: 40px;
  right: 20px;
  margin-top: -20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 40px;
}

#header .header-content .toggle-menu .bars span {
  background: #fff;
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}

#header .header-content .toggle-menu .bars span:nth-child(1) {
  top: 10px;
}

#header .header-content .toggle-menu .bars span:nth-child(2) {
  top: 18px;
}

#header .header-content .toggle-menu .bars span:nth-child(3) {
  top: 26px;
}

#header .header-content .links {
  display: none;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 10px;
}

#header .header-content .links li {
  margin: 0;
}

#header .header-content .links li a {
  color: #8ddffd;
  display: block;
  margin: 0 0 0 32px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#header .header-content .links li a:hover,
#header .header-content .links li a:focus {
  color: #76e6c8;
}

#header .header-content .links li:last-child a {
  padding-right: 30px;
  position: relative;
}

#header .header-content .links li:last-child a i {
  font-size: 2.6rem;
  position: absolute;
  right: 0;
  top: -4px;
}

#header .header-content .main {
  display: none;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
}

#header .header-content .main li {
  margin: 0;
}

#header .header-content .main li a {
  display: block;
  padding: 16px 10px;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  white-space: nowrap;
}

#header .header-content .main li a:hover,
#header .header-content .main li a:focus {
  background: #76e6c8;
  color: #000000;
}

#header .header-content .main li.parent:hover,
#header .header-content .main li.parent:hover > a {
  background: #76e6c8;
  color: #000000;
}

#header .header-content .main li.parent:hover .dropdown {
  display: block;
}

#header .header-content .main li.parent .dropdown {
  display: none;
}

#header .header-content .main .dropdown {
  background: #FFFFFF;
  border-bottom: 4px solid #76e6c8;
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
  color: #000000;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

#header .header-content .main .dropdown .bg-layer {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}

#header .header-content .main .dropdown a {
  display: inline-block;
  color: #000000;
  padding: 0;
  white-space: normal;
}

#header .header-content .main .dropdown a:hover,
#header .header-content .main .dropdown a:focus {
  background: transparent;
  text-decoration: underline;
}

#header .header-content .main .dropdown p {
  margin: 0 0 8px;
}

#header .header-content .main .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .header-content .main .dropdown ul li {
  margin: 0 0 8px;
}

#header .header-content .main .dropdown ul li a {
  font-weight: 400;
}

#header .header-content .main .dropdown .content {
  height: 100%;
  padding: 24px 24px 16px;
  position: relative;
  z-index: 1;
}

#header .search-content {
  background: #3a4b54;
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
  display: none;
  left: 0;
  padding: 64px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#header .search-content .close-search {
  color: #FFFFFF;
  display: block;
  height: 32px;
  position: absolute;
  right: 2px;
  text-align: center;
  text-decoration: none;
  top: 2px;
  width: 32px;
}

#header .search-content p {
  color: #76e6c8;
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 0 0 16px;
}

#header .search-content .form-search button {
  background: #24c4ff;
}

#header .search-content .form-search button:hover,
#header .search-content .form-search button:focus {
  background: #76e6c8;
}

@media (min-width: 992px) {
  #header .header-content .logo img {
    height: auto;
  }

  #header .header-content .toggle-menu {
    display: none;
  }

  #header .header-content .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #header .header-content .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  #header .header-content .logo {
    padding: 8px 0 8px 20px;
  }

  #header .header-content .links {
    font-size: 1.6rem;
  }

  #header .header-content .links li a {
    margin: 0 0 0 40px;
  }

  #header .header-content .main {
    font-size: 1.7rem;
  }

  #header .header-content .main li a {
    padding: 16px 12px;
  }
}
/*
====================================================================================================
Main
====================================================================================================
*/
#content {
  background: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content .tray-hero:first-child {
  margin-top: -76px;
  padding-top: 300px;
}

#content .tray-hero:first-child .controls {
  top: 86px;
}

@media (min-width: 992px) {
  #content .tray-hero:first-child {
    margin-top: -101px;
    padding-top: 380px;
  }

  #content .tray-hero:first-child .controls {
    top: 101px;
  }
}
/*
====================================================================================================
Footer
====================================================================================================
*/
#footer {
  position: relative;
}

#footer .footer-content {
  background: #0054a4;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 56px 0 40px;
}

#footer .footer-content a {
  color: #FFFFFF;
}

#footer .footer-content a:hover,
#footer .footer-content a:focus {
  color: #FFFFFF;
}

#footer .footer-content img {
  max-height: 150px;
}

#footer .footer-content .pipe {
  margin: 0 12px;
}

#footer .footer-content .social a {
  font-size: 4rem;
  line-height: 4rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer .footer-content .social a:hover,
#footer .footer-content .social a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

#footer .footer-content .heading {
  border-bottom: 1px solid #24c4ff;
  color: #76e6c8;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin: 0 0 20px;
  padding: 0 0 16px;
}

#footer .footer-content .links {
  margin: 0 0 42px;
}

#footer .footer-content .links p {
  margin: 0 0 8px;
}

#footer .footer-content .links ul {
  list-style: none;
  margin: 0;
}

#footer .footer-content .links ul li {
  line-height: 2.2rem;
  margin: 0 0 8px;
}

#footer .footer-content .legal p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin: 0 0 16px;
}

#footer .footer-content .legal p a {
  display: inline-block;
  margin-right: 32px;
}

#footer .footer-content .legal p a:last-child {
  margin-right: 0;
}

#footer .footer-content .copyright p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin: 0 0 0;
}

@media (min-width: 768px) {
  #footer .footer-content img {
    max-height: 150px;
  }

  #footer .footer-content .heading {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 74px;
  }
}
/*
====================================================================================================
Mobile Nav
====================================================================================================
*/
#nav-mobile {
  background: #3a4b54;
  bottom: 0;
  color: #FFFFFF;
  left: -100%;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 3;
}

#nav-mobile .close-menu {
  color: #FFFFFF;
  display: block;
  height: 32px;
  line-height: 30px;
  position: absolute;
  right: 2px;
  text-align: center;
  text-decoration: none;
  top: 2px;
  width: 32px;
}

#nav-mobile .nav-mobile-content {
  height: 100%;
  overflow: auto;
  padding: 64px 0;
  position: absolute;
  left: 0;
  width: 100%;
}

#nav-mobile .nav-mobile-content .menu-items {
  border-top: 1px solid #212222;
  list-style: none;
  margin: 0 -20px 32px;
}

#nav-mobile .nav-mobile-content .menu-items > li {
  border-bottom: 1px solid #212222;
  margin: 0;
}

#nav-mobile .nav-mobile-content .menu-items > li > a {
  color: #FFFFFF;
  display: block;
  font-size: 2rem;
  line-height: 2.6rem;
  padding: 12px 20px;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#nav-mobile .nav-mobile-content .menu-items > li > a:hover,
#nav-mobile .nav-mobile-content .menu-items > li > a:focus {
  background: #76e6c8;
  color: #000000;
  text-decoration: none;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent {
  position: relative;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent > a {
  margin-right: 50px;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .toggle {
  font-size: 2.5rem;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .toggle i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .toggle.opened i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .content {
  background: #f3f3f0;
  color: #000000;
  display: none;
  padding: 24px 24px 16px;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .content .h5,
#nav-mobile .nav-mobile-content .menu-items > li.parent .content h5 {
  margin: 0 0 8px;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .content p {
  margin: 0 0 24px;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .content ul {
  font-size: 1.6rem;
  line-height: 2rem;
  list-style: none;
  margin: 0 0 16px;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .content ul li {
  margin: 0 0 12px;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .content ul li a {
  color: #000000;
  display: block;
}

#nav-mobile .nav-mobile-content .menu-items > li.parent .content .thumb {
  margin: 2px 0 0;
}

#nav-mobile .nav-mobile-content .sub-menu-items {
  list-style: none;
  margin: 0;
}

#nav-mobile .nav-mobile-content .sub-menu-items li a {
  color: #8ddffd;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#nav-mobile .nav-mobile-content .sub-menu-items li a:hover,
#nav-mobile .nav-mobile-content .sub-menu-items li a:focus {
  color: #76e6c8;
}

/*
====================================================================================================
Nav Bar
====================================================================================================
*/
#nav-bar.stick {
  top: 0;
}

#nav-bar {
  background: rgba(49, 63, 71, 0.96);
  color: #FFFFFF;
  height: 54px;
  left: 0;
  position: fixed;
  top: -300px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 2;
}

#nav-bar .nav-bar-content .toggle-menu {
  display: block;
  height: 40px;
  right: 20px;
  margin-top: -20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 40px;
}

#nav-bar .nav-bar-content .toggle-menu .bars span {
  background: #fff;
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}

#nav-bar .nav-bar-content .toggle-menu .bars span:nth-child(1) {
  top: 10px;
}

#nav-bar .nav-bar-content .toggle-menu .bars span:nth-child(2) {
  top: 18px;
}

#nav-bar .nav-bar-content .toggle-menu .bars span:nth-child(3) {
  top: 26px;
}

#nav-bar .nav-bar-content .menu-items {
  display: none;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
}

#nav-bar .nav-bar-content .menu-items li {
  margin: 0;
}

#nav-bar .nav-bar-content .menu-items li a {
  color: #FFFFFF;
  display: block;
  padding: 16px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  white-space: nowrap;
}

#nav-bar .nav-bar-content .menu-items > li:last-child > a {
  color: #8ddffd;
  padding-right: 36px;
  position: relative;
}

#nav-bar .nav-bar-content .menu-items > li:last-child > a i {
  font-size: 2.6rem;
  position: absolute;
  right: 4px;
  top: 12px;
}

#nav-bar .nav-bar-content .menu-items li a:hover,
#nav-bar .nav-bar-content .menu-items li a:focus,
#nav-bar .nav-bar-content .menu-items li.parent:hover,
#nav-bar .nav-bar-content .menu-items li.parent:hover > a {
  background: #76e6c8;
  color: #000000;
}

#nav-bar .nav-bar-content .menu-items li.parent:hover .dropdown {
  display: block;
}

#nav-bar .nav-bar-content .menu-items li.parent .dropdown {
  display: none;
}

#nav-bar .nav-bar-content .menu-items .dropdown {
  background: #FFFFFF;
  border-bottom: 4px solid #76e6c8;
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
  color: #000000;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

#nav-bar .nav-bar-content .menu-items .dropdown .bg-layer {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}

#nav-bar .nav-bar-content .menu-items .dropdown a {
  display: inline-block;
  color: #000000;
  padding: 0;
  white-space: normal;
}

#nav-bar .nav-bar-content .menu-items .dropdown a:hover,
#nav-bar .nav-bar-content .menu-items .dropdown a:focus {
  background: transparent;
  text-decoration: underline;
}

#nav-bar .nav-bar-content .menu-items .dropdown p {
  margin: 0 0 8px;
}

#nav-bar .nav-bar-content .menu-items .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav-bar .nav-bar-content .menu-items .dropdown ul li {
  margin: 0 0 8px;
}

#nav-bar .nav-bar-content .menu-items .dropdown ul li a {
  font-weight: 400;
}

#nav-bar .nav-bar-content .menu-items .dropdown .content {
  height: 100%;
  padding: 24px 24px 16px;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  #nav-bar .nav-bar-content .toggle-menu {
    display: none;
  }

  #nav-bar .nav-bar-content .menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*
======================================================================================================
Component Styles
======================================================================================================
*/
.accordions {
  margin: 0 0 32px;
}

.accordions .accordion {
  background: #f3f3f0;
  margin: 0 0 8px;
}

.accordions .accordion .title a {
  background: #3d4f59;
  color: #76e6c8;
  display: block;
  font-size: 2.4rem;
  line-height: 3rem;
  outline: none;
  padding: 10px 64px 10px 24px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordions .accordion .title a:hover,
.accordions .accordion .title a:focus {
  background: #0054a4;
  text-decoration: none;
}

.accordions .accordion .title .icon {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 3rem;
  position: absolute;
  right: 16px;
  top: 8px;
  transition: all 0.3s ease-in-out;
}

.accordions .accordion .title.opened a {
  background: #f3f3f0;
  color: #000000;
}

.accordions .accordion .title.opened a .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordions .accordion .inner {
  padding: 8px 24px;
}

.accordions .accordion .inner p {
  margin: 0 0 16px;
}

.accordions .accordion .inner ul {
  margin: 0 0 16px;
}

.accordions .accordion .inner table tbody tr td p:last-child {
  margin: 0;
}

.bg-img {
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bg-img video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bg-img .center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.bg-img .center-center {
  -o-object-position: center center;
     object-position: center center;
}

.bg-img .center-top {
  -o-object-position: center top;
     object-position: center top;
}

.bg-img .left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.bg-img .left-center {
  -o-object-position: left center;
     object-position: left center;
}

.bg-img .left-top {
  -o-object-position: left top;
     object-position: left top;
}

.bg-img .right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.bg-img .right-center {
  -o-object-position: right center;
     object-position: right center;
}

.bg-img .right-top {
  -o-object-position: right top;
     object-position: right top;
}

.card-campus {
  background: #0f7373;
  color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 2.3rem;
  position: relative;
}

.card-campus .content {
  padding: 32px 24px 16px;
}

.card-campus .content p {
  margin: 0 0 24px;
}

.card-campus .content a {
  color: #FFFFFF;
}

.card-campus .text-cta:after {
  color: #24c4ff;
}

.card-campus .img-wrap iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .card-campus {
    padding-left: 40%;
  }

  .card-campus .img-wrap {
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40%;
  }

  .card-campus .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }

  .card-campus .img-wrap iframe {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .card-campus .content {
    padding: 40px 32px 24px;
  }
}
.card-department {
  background: #0054a4;
  color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin: 0 0 32px;
  position: relative;
}

.card-department .content {
  padding: 32px 24px;
}

.card-department .content .h4,
.card-department .content h4 {
  margin: 0 0 4px;
}

.card-department .content p {
  margin: 0 0 8px;
}

.card-department .content a {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .card-department {
    padding-left: 40%;
  }

  .card-department .img-wrap {
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40%;
  }

  .card-department .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .card-department .content {
    padding: 40px 32px;
  }
}
.card-profile {
  background: #3d4f59;
  color: #FFFFFF;
  margin: 0 0 32px;
  padding: 32px 32px 0;
  position: relative;
}

.card-profile h2 {
  margin: 0 0 16px;
}

.card-profile hr {
  background: #76e6c8;
  margin: 40px 0;
}

.card-profile a {
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .card-profile hr {
    margin-right: -32px;
  }
}
@media (min-width: 992px) {
  .card-profile .img-wrap {
    margin-top: -64px;
  }
}
.card-side {
  background: #3d4f59;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 32px;
  padding: 16px 16px 2px;
}

.card-side strong {
  font-weight: 500;
}

.card-side p {
  margin: 0 0 16px;
}

.card-side hr {
  background: #76e6c8;
  margin: 0 0 16px;
}

.card-side a {
  color: #FFFFFF;
}

.card-wrap {
  height: 100%;
  padding: 0 0 32px;
}

.card-wrap .card-inner {
  height: 100%;
  overflow: hidden;
  padding: 32px 32px 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.card-wrap .content {
  position: relative;
}

.card-wrap .content p {
  margin: 0 0 16px;
}

.card-wrap .content ul {
  margin: 0 0 16px;
}

.card-wrap .card-inner.clickable:hover,
.card-wrap .card-inner.clickable:focus {
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
}

.card-wrap .card-inner.hover:hover,
.card-wrap .card-inner.hover:focus {
  -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
}

.card-wrap.card-contact .img-wrap {
  margin: 0 0 24px;
  max-width: 200px;
}

.card-wrap.card-contact .content {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.card-wrap.card-contact .content p:first-child {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media (min-width: 576px) {
  .card-wrap.card-contact .card-inner {
    padding: 24px 24px 8px 40%;
  }

  .card-wrap.card-contact .content {
    padding-left: 24px;
  }

  .card-wrap.card-contact .img-wrap {
    left: 0;
    height: 100%;
    max-width: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 40%;
  }

  .card-wrap.card-contact .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .card-wrap.card-contact .card-inner {
    padding: 24px 24px 8px 50%;
  }

  .card-wrap.card-contact .img-wrap {
    width: 50%;
  }
}
.card-wrap.card-event a {
  color: #000000;
  font-weight: 500;
}

.card-wrap.card-event .card-inner {
  background: #FFFFFF;
  min-height: 124px;
  padding: 16px 16px 0;
}

.card-wrap.card-event .content {
  padding-left: 80px;
  position: relative;
}

.card-wrap.card-event .content .date {
  background: #f3f3f0;
  color: #0054a4;
  font-weight: 700;
  left: 0;
  padding: 8px 0;
  position: absolute;
  top: 2px;
  text-align: center;
  width: 64px;
}

.card-wrap.card-event .content .date .day {
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin: 0 0 4px;
}

.card-wrap.card-event .content .date .time {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  white-space: nowrap;
}

.card-wrap.card-event .content .location {
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.card-wrap.card-info a {
  color: #76e6c8;
  font-weight: 500;
}

.card-wrap.card-info .card-inner {
  background: #3d4f59;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-top: 0;
}

.card-wrap.card-info .card-inner:hover,
.card-wrap.card-info .card-inner:focus {
  background: #0054a4;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-wrap.card-info .card-inner .img-wrap {
  margin: 0 -32px;
}

.card-wrap.card-info .card-inner hr {
  background: #76e6c8;
  margin: 0 -32px 16px;
}

.card-wrap.card-location a {
  color: #76e6c8;
  font-weight: 500;
}

.card-wrap.card-location .card-inner {
  background: transparent;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 0 24px;
}

.card-wrap.card-location .card-inner:hover,
.card-wrap.card-location .card-inner:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-wrap.card-location .card-inner:hover a,
.card-wrap.card-location .card-inner:focus a {
  color: #FFFFFF;
}

.card-wrap.card-location .card-inner:hover .img-wrap img,
.card-wrap.card-location .card-inner:focus .img-wrap img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.card-wrap.card-location .card-inner .img-wrap {
  margin: 0 0 24px;
}

.card-wrap.card-location .card-inner .img-wrap img {
  border-bottom: 1px solid #76e6c8;
}

.card-wrap.card-location .card-inner .img-wrap img {
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-wrap.card-news {
  padding: 16px 0;
}

.card-wrap.card-news .content .h4 a,
.card-wrap.card-news .content h4 a {
  color: #000000;
}

.card-wrap.card-news.card-center {
  position: relative;
}

.card-wrap.card-news.card-center:after,
.card-wrap.card-news.card-center:before {
  background: #f26444;
  bottom: 0;
  content: " ";
  position: absolute;
  top: 0;
  width: 1px;
}

.card-wrap.card-news.card-center:after {
  right: -32px;
}

.card-wrap.card-news.card-center:before {
  left: -32px;
}

.card-wrap.card-video .card-inner {
  overflow: visible;
  padding: 0;
}

.card-wrap.card-video .card-inner p {
  margin: 0 0 16px;
}

.filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 16px;
}

.filter-tabs a:last-child {
  margin-right: 0;
}

.filter-tabs a {
  border: 1px solid #3d4f59;
  color: #24c4ff;
  font-weight: 500;
  line-height: 2.6rem;
  margin: 0 12px 12px 0;
  padding: 4px 16px;
  text-align: center;
}

.filter-tabs a.on,
.filter-tabs a:hover,
.filter-tabs a:focus {
  background: #3d4f59;
  border: 1px solid #3d4f59;
  border-bottom: none;
  color: #24c4ff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .filter-tabs {
    border-bottom: 4px solid #3d4f59;
  }

  .filter-tabs a {
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 16px 0 0;
    padding: 8px 8px;
  }
}
.filters .form-search {
  margin: 0 0 24px;
}

.filters .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filters .filter-buttons a {
  border: 1px solid #d8d8d6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  line-height: 2.6rem;
  padding: 14px 0;
  text-align: center;
}

.filters .filter-buttons a:hover,
.filters .filter-buttons a:focus {
  background: #76e6c8;
  border-color: #76e6c8;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filters .filter-buttons a.on {
  background: #0054a4;
  border-color: #0054a4;
  color: #FFFFFF;
}

.form-search {
  margin: 0 0 32px;
  position: relative;
}

.form-search input {
  background: #FFFFFF;
  border-color: #d8d8d6;
  padding: 9px 64px 9px 24px;
}

.form-search button {
  background: transparent;
  color: #000000;
  font-size: 4rem;
  height: 56px;
  line-height: 35px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 56px;
}

.form-search button:hover,
.form-search button:focus {
  background: #76e6c8;
}

.form-showing select {
  height: auto;
  line-height: 2.6rem;
  outline: none;
  padding: 8px;
  width: 110px;
}

.form-showing .w-150 select {
  width: 150px;
}

.form-subscribe {
  margin: 0 0 32px;
}

.img-slider {
  overflow: hidden;
  padding: 0 40px;
}

@media (min-width: 768px) {
  .img-slider {
    padding: 0;
  }

  .img-slider .slide {
    padding: 0 60px;
  }
}
.img-wrap {
  position: relative;
  z-index: 1;
}

.img-wrap > a {
  display: block;
  position: relative;
}

.img-wrap > a > .icon {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  bottom: 12px;
  color: #FFFFFF;
  height: 48px;
  left: 12px;
  overflow: hidden;
  position: absolute;
  width: 48px;
}

.img-wrap > a > .icon i {
  font-size: 7rem;
  left: -12px;
  position: absolute;
  top: -11px;
}

.img-wrap img {
  max-width: 100%;
}

.img-wrap .caption {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 16px;
}

.img-wrap .caption-overlay {
  background: #f3f3f0;
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 16px 32px;
}

@media (min-width: 768px) {
  .img-float-left {
    float: left;
    margin: 5px 32px 32px 0;
    max-width: 50%;
  }

  .img-float-right {
    float: right;
    margin: 5px 0 32px 32px;
    max-width: 50%;
  }

  .img-offset-left {
    margin-left: -10%;
  }

  .img-offset-right {
    margin-right: -10%;
  }

  .img-wrap .caption-overlay {
    bottom: 40px;
    -webkit-box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.6);
    padding-right: 64px;
    position: absolute;
    right: -20px;
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .img-wrap .caption-overlay {
    right: -48px;
  }
}
.listing p {
  margin: 0 0 16px;
}

.listing .content {
  margin: 0 0 32px;
}

.listing .title {
  margin: 0 0 16px;
}

.listing .title a {
  color: #3a4b54;
  text-decoration: underline;
}

.listing .title a:hover,
.listing .title a:focus {
  color: #0054a4;
}

.listing .meta {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
  margin: 0 0 16px;
}

.listing .meta .type {
  background: #3a4b54;
  border-radius: 3px;
  color: #76e6c8;
  display: inline-block;
  font-size: 1.2rem;
  margin: -3px 4px 0 0;
  padding: 0 8px;
  vertical-align: middle;
}

.listing .more {
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.listing .date {
  background: #0054a4;
  color: #FFFFFF;
  font-weight: 700;
  padding: 16px;
  text-align: center;
  width: 90px;
}

.listing .date .day {
  font-size: 3rem;
  line-height: 3rem;
}

.listing .listing-label {
  background: #76e6c8;
  color: #3a4b54;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 16px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}

.listing-suggested {
  border: 2px solid #76e6c8;
  margin: 0 0 32px;
  padding: 40px 32px 8px;
  position: relative;
}

.listing-locked {
  padding-left: 56px;
  position: relative;
}

.listing-locked .lock-shield {
  background: #FFFFFF;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

.listing-locked .lock-icon {
  left: 0;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .listing .img-wrap {
    margin: 0 0 32px;
  }
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin: -2px -2px 14px;
}

.pager a,
.pager span {
  color: #3a4b54;
  display: inline-block;
  margin: 2px;
  outline: none;
  height: 40px;
  line-height: 4rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.pager a:hover,
.pager a:focus {
  background: #76e6c8;
}

.pager a.prev,
.pager a.next {
  color: #0054a4;
  line-height: 36px;
}

.pager span {
  opacity: 0.5;
}

.pager .on {
  background: #24c4ff;
}

.pager-month {
  font-size: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 3.6rem;
}

.pager-month .month {
  margin: 2px 8px;
  width: auto;
}

.pager-month .month:hover,
.pager-month .month:focus {
  background: transparent;
  color: #000000;
}

.section-menu {
  position: relative;
  z-index: 2;
}

.section-menu .menu {
  background: #76e6c8;
  margin: 0 -20px;
  min-width: 250px;
  position: relative;
}

.section-menu .menu > a {
  color: #000000;
  display: block;
  font-size: 1.8rem;
  outline: none;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}

.section-menu .menu > a .icon {
  color: #0054a4;
  font-size: 3.6rem;
  position: absolute;
  right: 5px;
  top: 5px;
}

.section-menu .menu > a .icon i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-menu .menu > a.opened .icon i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.section-menu .menu > .menu-links {
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
}

.section-menu .menu > .menu-links ul {
  background: #f3f3f0;
  border-bottom: 5px solid #76e6c8;
  font-size: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.section-menu .menu > .menu-links ul li {
  margin: 0;
}

.section-menu .menu > .menu-links ul li a {
  color: #000000;
  display: block;
  margin: 0;
  padding: 5px 20px;
}

.section-menu .menu > .menu-links ul li a:hover,
.section-menu .menu > .menu-links ul li a:focus {
  background: #d8d8d6;
  font-weight: 700;
  text-decoration: none;
}

.section-menu .crumb-links {
  background: #f3f3f0;
  font-size: 1.4rem;
  margin: 0 -20px -32px;
  padding: 10px 32px 10px 20px;
}

.section-menu .crumb-links a {
  color: #000000;
}

@media (min-width: 576px) {
  .section-menu .menu {
    margin: 0 0 0 -20px;
  }

  .section-menu .crumb-links {
    margin: 0 0 -32px;
  }
}
@media (min-width: 1200px) {
  .section-menu .menu {
    margin: 0;
  }
}
.side-filters {
  background: #f3f3f0;
  margin: 0 0 24px;
}

.side-filters .toggle {
  background: #3d4f59;
  color: #24c4ff;
  display: block;
  font-weight: 500;
  padding: 8px 16px;
}

.side-filters .toggle .icon {
  position: relative;
  top: -1px;
}

.side-filters .toggle .icon i {
  font-size: 2.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side-filters .toggle.opened .icon i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.side-filters .toggle:hover,
.side-filters .toggle:focus {
  text-decoration: none;
}

.side-filters .content {
  display: none;
  padding: 16px 16px 4px;
}

.side-filters p {
  margin: 0 0 8px;
}

.side-filters hr {
  background: #76e6c8;
  height: 3px;
  margin: 0 0 16px;
}

.side-filters ul {
  margin: 0 0 24px !important;
}

.side-filters ul li {
  margin: 0;
  padding: 0 !important;
}

.side-filters ul li:before {
  display: none !important;
}

.side-filters ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  outline: none;
  padding-left: 24px;
  position: relative;
}

.side-filters ul li a:hover,
.side-filters ul li a:focus {
  color: #000000;
}

.side-filters ul li a:before {
  border: 1px solid #707070;
  border-radius: 2px;
  content: " ";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 16px;
}

.side-filters ul li a.checked:after {
  background: #24c4ff;
  border: 2px solid #707070;
  border-radius: 2px;
  content: " ";
  display: block;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
}

@media (min-width: 992px) {
  .side-filters .toggle {
    display: none;
  }

  .side-filters .content {
    display: block !important;
  }
}
.slider {
  margin: 0 0 32px;
  padding: 0 48px;
  position: relative;
}

.slider .slide {
  font-size: 1.6rem;
  line-height: 2.2rem;
  position: relative;
}

.slider .slide p {
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .slider .slide .img-wrap {
    margin: 10% 0;
    overflow: hidden;
    padding-bottom: 40%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .slider .slide .img-wrap img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .slider .slide.slick-current .img-wrap {
    margin: 0;
    padding-bottom: 60%;
  }
}
.slider-caption-text {
  margin: -16px 0 0;
}

.slider-copy-image .slider-wrap {
  padding: 0 48px;
  position: relative;
}

.table-responsive .inline-heading {
  display: none;
}

@media (max-width: 768px) {
  .table-responsive {
    border: 1px solid #24c4ff;
  }

  .table-responsive thead {
    display: none;
  }

  .table-responsive tbody tr:nth-child(odd) td {
    background: #FFFFFF;
    border-bottom: 1px solid #f3f3f0;
  }

  .table-responsive tbody tr:nth-child(even) td {
    background: #f3f3f0;
    border-bottom: 1px solid #FFFFFF;
  }

  .table-responsive tbody tr td:last-child {
    border-bottom: 1px solid #f3f3f0;
  }

  .table-responsive tbody td {
    background: #FFFFFF;
    border: none;
    display: block;
    padding: 12px;
    padding-left: 140px;
    position: relative;
  }

  .table-responsive tbody td .inline-heading {
    display: block;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 12px;
  }
}
.tabs {
  margin: 0 0 32px;
}

.tabs .tab-nav {
  display: none;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.tabs .tab-nav a {
  background: #3d4f59;
  border: 1px solid #3d4f59;
  border-bottom: none;
  color: #24c4ff;
  display: inline-block;
  font-weight: 500;
  margin-right: 32px;
  outline: none;
  padding: 16px 30px 16px 50px;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}

.tabs .tab-nav a:after {
  background: #3d4f59;
  border: 1px solid #3d4f59;
  border-bottom: none;
  border-left: none;
  bottom: 0;
  content: " ";
  position: absolute;
  right: -20px;
  top: -1px;
  -webkit-transform: skew(24deg);
      -ms-transform: skew(24deg);
          transform: skew(24deg);
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 40px;
}

.tabs .tab-nav a.on,
.tabs .tab-nav a:hover,
.tabs .tab-nav a:focus {
  background: #FFFFFF;
  border-bottom-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

.tabs .tab-nav a.on:after,
.tabs .tab-nav a:hover:after,
.tabs .tab-nav a:focus:after {
  background: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
}

.tabs .tab-content {
  border: 1px solid #3d4f59;
}

.tabs .tab-content .tab-bar {
  background: #3d4f59;
  border-bottom: 1px solid #FFFFFF;
  color: #24c4ff;
  display: block;
  font-weight: 500;
  outline: none;
  padding: 16px 32px;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}

.tabs .tab-content .tab-bar.on {
  background: #FFFFFF;
  border-bottom: 1px solid #3d4f59;
  color: #000000;
}

.tabs .tab-content .tab {
  padding: 40px 32px 24px;
}

.tabs .tab-content .tab p {
  margin: 0 0 16px;
}

@media (min-width: 992px) {
  .tabs .tab-nav {
    display: block;
  }

  .tabs .tab-content .tab-bar {
    display: none;
  }
}
.text-cta {
  color: #000000;
  display: inline-block;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
}

.text-cta:after {
  color: #0054a4;
  content: "\e902";
  font-family: "wcccd-icons";
  font-size: 3rem;
  margin-top: -13px;
  position: absolute;
  right: 0;
  top: 50%;
}

.vid-wrap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.vid-wrap iframe,
.vid-wrap video {
  border: none;
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*
======================================================================================================
Tray Styles
======================================================================================================
*/
.tray {
  overflow: hidden;
  padding: 56px 0 32px;
  position: relative;
  z-index: 1;
}

.tray .container {
  position: relative;
  z-index: 1;
}

.tray ul {
  list-style: none;
  margin: 0 0 32px;
}

.tray ul ul,
.tray ul ol {
  margin: 16px 0;
}

.tray ol ul,
.tray ol ol {
  margin: 16px 0;
}

.tray ul li {
  margin: 0 0 12px;
  padding-left: 32px;
  position: relative;
}

.tray ul > li:before {
  background: #24c4ff;
  content: " ";
  display: block;
  height: 8px;
  left: 12px;
  position: absolute;
  top: 6px;
  width: 8px;
}

.tray ol {
  counter-reset: num;
  list-style: none;
  margin: 0 0 32px;
}

.tray ol li {
  margin: 0 0 12px;
  padding-left: 40px;
  position: relative;
}

.tray ol > li:before {
  color: #24c4ff;
  content: counter(num) " ";
  counter-increment: num;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  left: 4px;
  position: absolute;
  text-align: right;
  min-width: 24px;
}

.tray ol.roman {
  counter-reset: rom;
}

.tray ol.roman > li:before {
  content: counter(rom, upper-roman);
  counter-increment: rom;
}

.tray-alert {
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding: 0;
  width: 100%;
}

.tray-alert .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.tray-alert .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 24px 32px 16px;
}

.tray-alert .content .h3,
.tray-alert .content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.tray-alert .content p {
  margin: 0 0 8px;
}

.tray-alert .content a {
  color: #000000;
  font-weight: 700;
}

.tray-alert .close-alert {
  color: #FFFFFF;
  display: block;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 2px;
  text-align: center;
  text-decoration: none;
  top: 2px;
  width: 32px;
}

@media (min-width: 992px) {
  .tray-alert .close-alert {
    color: #000000;
  }
}
.tray-card-campus {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.tray-copy-background .text-cta {
  color: #FFFFFF;
}

.tray-copy-background .text-cta:after {
  color: #24c4ff;
}

.tray-copy-image .content {
  background: #3d4f59;
  color: #FFFFFF;
  margin: 0 0 32px;
  padding: 40px 32px;
  position: relative;
  z-index: 2;
}

.tray-copy-image .content .text-cta {
  color: #FFFFFF;
}

.tray-copy-image .content .text-cta:after {
  color: #24c4ff;
}

.tray-copy-image .text-caption {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  .tray-copy-image .img-wrap {
    margin-bottom: 32px;
    margin-left: -20%;
  }

  .tray-copy-image .text-caption {
    margin: -24px 30% -24px 24px;
  }
}
.tray-cta-buttons .button {
  font-size: 2.2rem;
  display: block;
  margin: 0 0 16px;
  overflow: hidden;
  padding: 14px 24px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.tray-cta-buttons .button:hover,
.tray-cta-buttons .button:focus {
  background: #0054a4;
  border-color: #0054a4;
  color: #76e6c8;
}

.tray-cta-images .cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3d4f59;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.tray-cta-images .cta:hover,
.tray-cta-images .cta:focus {
  background: #0054a4;
}

.tray-cta-images img {
  border-right: 1px solid #76e6c8;
}

.tray-cta-images .text {
  padding: 0 12px 0 16px;
}

.tray-hero {
  background: #000000;
  color: #FFFFFF;
  padding-top: 140px;
}

.tray-hero .content {
  max-width: 400px;
}

.tray-hero .h1,
.tray-hero h1 {
  color: #FFFFFF;
}

.tray-hero .text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin: 0;
}

.tray-hero .controls {
  left: 0;
  position: absolute;
  right: 0;
  top: 8px;
}

.tray-hero .controls .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tray-hero .controls .buttons a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  outline: none;
  text-decoration: none;
}

.tray-hero .controls .buttons a i {
  font-size: 5rem;
}

.tray-hero .controls .buttons a:last-child {
  display: none;
}

.tray-hero .controls .buttons.paused a:first-child {
  display: none;
}

.tray-hero .controls .buttons.paused a:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tray-hero .menu {
  background: #f3f3f0;
  bottom: -88px;
  left: 0;
  position: absolute;
  right: 0;
}

.tray-hero .menu > .toggle {
  background: #76e6c8;
  color: #000000;
  display: block;
  font-weight: 700;
  padding: 15px 24px;
  text-decoration: none;
}

.tray-hero .menu > .toggle i {
  color: #0054a4;
  font-size: 5rem;
  position: absolute;
  right: 12px;
  top: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tray-hero .menu > .toggle.opened i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tray-hero .menu .menu-links {
  background: #f3f3f0;
  bottom: 56px;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
}

.tray-hero .menu .menu-links ul {
  margin: 0;
  max-height: 170px;
  overflow: auto;
  padding: 16px 20px 8px;
}

.tray-hero .menu .menu-links ul li {
  margin: 0;
  padding: 0;
}

.tray-hero .menu .menu-links ul li:before {
  display: none;
}

.tray-hero .menu .menu-links ul li a {
  color: #000000;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 8px 4px;
}

.tray-hero .caption {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 -20px -32px -20px;
  padding: 24px 32px;
}

.tray-hero .caption .h2,
.tray-hero .caption h2 {
  font-weight: 500;
  margin: 0 0 8px;
}

.tray-hero .caption p {
  margin: 0;
}

@media (min-width: 576px) {
  .tray-hero .caption {
    margin: 0 -20px -32px 0;
    max-width: 330px;
    text-align: right;
  }

  .tray-hero .menu {
    bottom: 0px;
    left: 20px;
    max-width: 210px;
  }
}
@media (min-width: 768px) {
  .tray-hero .content {
    max-width: 620px;
  }

  .tray-hero .caption {
    max-width: 500px;
  }

  .tray-hero .caption .h2,
.tray-hero .caption h2 {
    font-size: 5rem;
    line-height: 5.6rem;
    margin: 0 0 24px;
  }

  .tray-hero .caption p {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin: 0;
  }

  .tray-hero .menu {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .tray-hero .menu {
    max-width: 320px;
  }
}
.tray-hero-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#0054a4), color-stop(50%, rgba(0, 84, 164, 0.1)));
  background: -o-linear-gradient(top, #0054a4 0%, rgba(0, 84, 164, 0.1) 50%);
  background: linear-gradient(to bottom, #0054a4 0%, rgba(0, 84, 164, 0.1) 50%);
  padding: 60px 0 100px;
  position: relative;
}

.tray-hero-banner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 164, 0)), color-stop(35%, #0054a4), to(#0054a4));
  background: -o-linear-gradient(top, rgba(0, 84, 164, 0) 0%, #0054a4 35%, #0054a4 100%);
  background: linear-gradient(to bottom, rgba(0, 84, 164, 0) 0%, #0054a4 35%, #0054a4 100%);
  bottom: 0;
  content: " ";
  left: 0;
  height: 160px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.tray-hero-banner .img-wrap {
  margin: 0 -38%;
}

@media (min-width: 768px) {
  .tray-hero-banner {
    padding: 80px 0 120px;
  }

  .tray-hero-banner:after {
    height: 200px;
  }

  .tray-hero-banner .img-wrap {
    margin: 0 auto;
    text-align: center;
  }
}
.tray-hero-scroll {
  -webkit-animation: gradient 10s ease infinite;
          animation: gradient 10s ease infinite;
  background: -o-linear-gradient(135deg, #0054a4, #8ddffd, #76e6c8, #0f7373);
  background: linear-gradient(-45deg, #0054a4, #8ddffd, #76e6c8, #0f7373);
  background-size: 400% 400%;
  padding: 0;
}

.tray-hero-scroll .bg-scroll {
  -webkit-animation: slide 120s linear infinite;
          animation: slide 120s linear infinite;
  height: 100%;
  width: 6400px;
}

.tray-hero-scroll .img-wrap {
  -webkit-animation: fadeIn 2s ease;
          animation: fadeIn 2s ease;
  position: relative;
}

.tray-hero-scroll .img-wrap .text {
  background: #0054a4;
  border: 3px solid #FFFFFF;
  bottom: 5%;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.08rem;
  max-width: 400px;
  padding: 10px 40px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}

@media (min-width: 576px) {
  .tray-hero-scroll .img-wrap .text {
    bottom: 6%;
    font-size: 2.2rem;
    line-height: 3rem;
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .tray-hero-scroll .img-wrap .text {
    font-size: 4rem;
    line-height: 4.8rem;
    max-width: 700px;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1600px, 0, 0);
            transform: translate3d(-1600px, 0, 0);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1600px, 0, 0);
            transform: translate3d(-1600px, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tray-icon-boxes .icon-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -12px 24px;
  overflow: hidden;
}

.tray-icon-boxes .icon-boxes li {
  padding: 0;
  text-align: center;
  width: 50%;
}

.tray-icon-boxes .icon-boxes li:after,
.tray-icon-boxes .icon-boxes li:before {
  background: #d8d8d6;
  bottom: 24px;
  height: auto;
  position: absolute;
  top: 24px;
  width: 1px;
}

.tray-icon-boxes .icon-boxes li:after {
  right: -1px;
}

.tray-icon-boxes .icon-boxes li:before {
  left: -1px;
}

.tray-icon-boxes .icon-boxes li a {
  color: #000000;
  display: block;
  outline: none;
  padding: 8px 12px;
}

.tray-icon-boxes .icon-boxes li a img {
  margin: 0 0 8px;
  max-width: 100%;
}

.tray-icon-boxes .icon-boxes li a .title {
  display: block;
  margin: 0 0 4px;
}

.tray-icon-boxes .icon-boxes li a .text {
  display: block;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

@media (min-width: 768px) {
  .tray-icon-boxes .icon-boxes li {
    width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .tray-icon-boxes .icon-boxes li {
    width: 16.666666%;
  }
}
.tray-slider {
  background: #3d4f59;
  color: #FFFFFF;
}

.tray-stats {
  background: #3d4f59;
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 3rem;
}

.tray-stats .stat {
  margin: 0 0 40px;
}

.tray-stats .stat .number {
  color: #76e6c8;
  font-size: 8rem;
  line-height: 7rem;
  margin: 0 24px 8px 0;
}

@media (min-width: 576px) {
  .tray-stats .stat .number {
    margin: 0 24px 0 0;
  }

  .tray-stats .stat {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tray-testimonial .content {
  background: #f3f3f0;
  margin: 0 0 32px;
  padding: 32px 32px 32px 48px;
  position: relative;
  z-index: 2;
}

.tray-testimonial .content .quote {
  margin: 0 0 24px;
}

.tray-testimonial .content .quote .icon {
  color: #24c4ff;
  font-size: 3rem;
  left: 12px;
  position: absolute;
  top: 24px;
}

.tray-testimonial .content .quote:after {
  color: #24c4ff;
  content: "\e90a";
  display: inline-block;
  font-family: "wcccd-icons";
  left: -4px;
  position: relative;
  top: -4px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tray-testimonial .content .cite {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 16px;
}

@media (min-width: 992px) {
  .tray-testimonial .content {
    padding: 48px 32px 32px 48px;
  }

  .tray-testimonial .content .quote {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .tray-testimonial .content .quote .icon {
    top: 40px;
  }

  .tray-testimonial .img-wrap {
    margin-bottom: 32px;
    margin-left: -20%;
  }
}
/*
====================================================================================================
Plugins
====================================================================================================
*/
/* Full Calendar */
.fc {
  margin: 0 0 32px;
}

.fc table {
  margin: 0;
}

.fc table thead tr th a {
  color: #FFFFFF;
}

.fc table thead tr th a:hover,
.fc table thead tr th a:focus {
  text-decoration: none;
}

.fc table .fc-daygrid-day-number {
  color: #000000;
  text-decoration: none;
}

.fc table .fc-event-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  max-height: 64px;
  overflow: auto;
  white-space: normal;
}

.fc .fc-toolbar.fc-header-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px !important;
}

/* Slick Slider */
.slick-arrow {
  background: transparent;
  border: none;
  color: #24c4ff;
  height: 60px;
  margin: -30px 0 0 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 40px;
  z-index: 1;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow:after {
  font-family: "wcccd-icons";
  font-size: 7rem;
  line-height: 6rem;
  position: absolute;
  top: 0;
  text-indent: 0;
}

.slick-arrow.slick-prev:after {
  left: -20px;
  content: "\e904";
}

.slick-arrow.slick-next:after {
  content: "\e905";
  right: -20px;
}

/* Magnific Popup */
.white-popup.no-close .mfp-close {
  display: none;
}

.white-popup {
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.2);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  min-height: 160px;
  overflow: hidden;
  padding: 64px 40px 40px;
  position: relative;
}

.white-popup .mfp-close {
  color: #000000;
  height: 40px;
  line-height: 40px;
  font-size: 3rem;
  opacity: 1;
  position: absolute;
  padding: 0;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 40px;
}

.white-popup .mfp-close:active,
.white-popup .mfp-close:hover,
.white-popup .mfp-close:focus {
  background: transparent;
  top: 10px;
}

/*
======================================================================================================
Print Styles
======================================================================================================
*/
@media print {
  * {
    color: #000000 !important;
  }

  body {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.2rem;
  }

  hr {
    display: none;
  }

  table tbody tr td {
    border: 1px solid #000000;
  }

  #page {
    display: block;
  }

  header,
.section-menu,
footer .row,
footer .row > div,
footer .legal,
#nav-mobile,
#nav-bar {
    display: none !important;
  }

  main:before {
    content: "Wayne County Community College District";
    display: block;
    font-size: 3rem;
    line-height: 3.4rem;
    padding: 20px;
  }

  footer .footer-content {
    padding: 0 !important;
  }

  footer .row:nth-child(2) {
    display: block;
  }

  footer .row:nth-child(2) > div:nth-child(1) {
    display: block;
  }

  footer .heading {
    display: block !important;
    margin: 0 !important;
    min-height: 0 !important;
  }

  .accordions .accordion .title a {
    color: #000000;
    margin: 0 0 10px;
    padding: 0;
  }

  .accordions .accordion .title a .icon {
    display: none;
  }

  .accordions .accordion .content {
    display: block !important;
    padding: 0;
  }

  .bg-img {
    display: none;
  }

  .card-department .content {
    margin: 0;
    padding: 0 !important;
  }

  .card-profile {
    margin: 0;
    padding: 0 !important;
  }

  .card-profile .img-wrap {
    display: block !important;
    max-width: 471px;
  }

  .card-side {
    margin: 0;
    padding: 0 !important;
  }

  .card-wrap {
    margin: 0 0 20px;
    padding: 0;
  }

  .card-wrap .card-inner {
    padding: 0;
  }

  .card-wrap.card-event {
    margin: 0;
    padding: 0;
  }

  .card-wrap.card-event .card-inner {
    border: none !important;
    padding: 0;
  }

  .card-wrap.card-event .content .date {
    padding: 0;
  }

  .card-wrap.card-news {
    margin: 0;
    padding: 0;
  }

  .filter-tabs {
    display: none;
  }

  .filters {
    display: none;
  }

  .form-search {
    display: none;
  }

  .form-showing {
    display: none;
  }

  .form-subscribe {
    display: none;
  }

  .img-float-left,
.img-float-right {
    float: none !important;
    margin: 0 0 32px !important;
    max-width: none !important;
  }

  .img-offset-left {
    margin-left: 0 !important;
  }

  .img-offset-right {
    margin-right: 0 !important;
  }

  .img-wrap {
    display: none;
    page-break-inside: avoid;
  }

  .listing .date {
    padding: 0;
    width: 64px;
  }

  .listing-suggested {
    border: none;
    margin: 0;
    padding: 0;
  }

  .pager {
    display: none;
  }

  .print-none {
    display: none;
  }

  .side-filters {
    display: none;
  }

  .slick-arrow {
    display: none;
  }

  .slider-caption-text {
    display: none;
  }

  .text-cta {
    display: none;
  }

  .tray {
    padding: 20px 0 5px !important;
  }

  .tray > .container > .row {
    display: block !important;
  }

  .tray > .container > .row > .col-lg-3,
.tray > .container > .row > .col-lg-9 {
    display: block !important;
    width: 100% !important;
  }

  .tray ul {
    list-style: inherit;
    margin-left: 24px;
  }

  .tray ul li {
    padding-left: 0;
  }

  .tray ul li:before {
    display: none;
  }

  .tray ol li:before {
    color: #000000;
  }

  .tray-alert .content {
    display: block;
    padding: 0 20px;
  }

  .tray-alert .close-alert {
    display: none;
  }

  .tray-copy-image .content {
    padding: 0;
  }

  .tray-copy-image .text-caption {
    display: none;
  }

  .tray-cards h1, .tray-cards .h1 {
    color: #000000 !important;
  }

  .tray-cta-buttons {
    display: none;
  }

  .tray-cta-images {
    display: none;
  }

  .tray-copy-background h1, .tray-copy-background .h1 {
    color: #000000 !important;
  }

  .tray-copy-background .spacer-80 {
    display: none;
  }

  .tray-hero {
    margin-top: 0 !important;
    padding-top: 30px !important;
  }

  .tray-hero .controls,
.tray-hero .menu {
    display: none;
  }

  .tray-hero .bg-img {
    margin: 0 0 30px;
    position: static;
  }

  .tray-hero .bg-img img {
    opacity: 1 !important;
  }

  .tray-hero .row {
    display: block !important;
  }

  .tray-hero .row > div {
    display: block !important;
  }

  .tray-hero .content {
    max-width: none;
    text-align: left !important;
  }

  .tray-hero .content .text {
    color: #000000 !important;
  }

  .tray-hero .caption {
    margin: 0;
    max-width: none;
    padding: 0;
    text-align: left !important;
  }

  .tray-icon-boxes .icon-boxes img {
    display: none;
  }

  .tray-stats .stat .number {
    color: #000000;
    font-size: 4rem;
    line-height: 4rem;
  }

  .tray-testimonial .content {
    padding: 0 32px 0 48px;
  }

  .tray-testimonial .content .quote .icon {
    top: -10px;
  }

  .tray-testimonial .content .quote::after {
    color: #000000;
  }

  .vid-wrap {
    display: none;
  }

  #calendar {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
