* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: Lato, Verdana, Tahoma;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  transition: .3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  top: 0 !important;
  left: 0;
}

body.open {
  box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.5);
  -ms-transform: translateX(-250px);
      transform: translateX(-250px);
}

body.is-logged-in-user {
  padding-top: 0 !important;
  margin-top: 80px;
}

#toolbar-administration {
  position: relative;
  z-index: 1000;
}

.green .cobb-skin-color {
  color: #00873e;
}

.green .cobb-skin-bg {
  background-color: #00873e;
}

.green .cobb-skin-bg.dark {
  background-color: #015a2a;
}

.green .cobb-skin-bg.alert {
  background-color: #7f001a;
}

.green .cobb-skin-bg.transparent {
  background-color: rgba(172, 243, 46, 0.7);
}

.green .cobb-skin-border {
  border-color: #00873e;
}

.green.is-page-node-type-section-landing-page .field--name-field-action-icons {
  background-color: #015a2a;
}

.green.is-page-node-type-section-landing-page .field--name-field-action-icons svg {
  background-color: #00873e;
}

.green.is-page-node-type-section-landing-page .field--name-field-rotator {
  background-color: #00873e;
}

.green table:not(.ui-datepicker-calendar) {
  table-layout: fixed;
}

.green table:not(.ui-datepicker-calendar) caption {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 14px;
}

.green table:not(.ui-datepicker-calendar) thead {
  background-color: #00873e;
  color: #fff;
}

.green table:not(.ui-datepicker-calendar) thead td,
.green table:not(.ui-datepicker-calendar) thead th {
  padding: .7em;
  font-size: 1.5em;
  letter-spacing: .4px;
  font-family: Oswald, Verdana, Tahoma;
}

.green table:not(.ui-datepicker-calendar) thead th.left {
  text-align: left;
}

.green table:not(.ui-datepicker-calendar) thead th.center {
  text-align: center;
}

.green table:not(.ui-datepicker-calendar) thead th.right {
  text-align: right;
}

.green table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #00873e;
}

@media (min-width: 768px) {
  .green table:not(.ui-datepicker-calendar) tbody tr {
    border-bottom: 0;
  }
}

.green table:not(.ui-datepicker-calendar) tbody tr th {
  background-color: #00873e;
  color: white;
  padding: .5em 1em;
  border-right: 1px solid #00873e;
  border-left: 1px solid #00873e;
}

.green table:not(.ui-datepicker-calendar) tbody tr td {
  padding: .5em 1em;
  word-wrap: break-word;
  vertical-align: top;
}

@media (min-width: 768px) {
  .green table:not(.ui-datepicker-calendar) tbody tr td {
    border-right: 1px solid #00873e;
  }
}

.green table:not(.ui-datepicker-calendar) tbody tr td:last-child {
  border: 0;
}

.green table:not(.ui-datepicker-calendar) tbody tr td.left {
  text-align: left;
}

.green table:not(.ui-datepicker-calendar) tbody tr td.center {
  text-align: center;
}

.green table:not(.ui-datepicker-calendar) tbody tr td.right {
  text-align: right;
}

@media (min-width: 768px) {
  .green table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}

.green table:not(.ui-datepicker-calendar).stacktable.small-only td {
  border: 1px solid #00873e;
}

.green table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row-main {
  font-family: Oswald, Verdana, Tahoma;
  padding: .5em 1em;
}

.green table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row:not(.st-head-row-main) {
  background: #fff;
  color: #000;
}

.green h2.title::before {
  position: absolute;
  content: '';
  width: 64px;
  bottom: -10px;
  border-bottom: 6px solid #00873e;
  z-index: -1;
}

.green.date-box {
  background-color: #00873e !important;
}

.green .event-teaser .date-box {
  background-color: #00873e;
}

.green .header .splash--wrapper {
  background-color: #000 !important;
}

.green .header .splash--wrapper::before {
  content: '';
  background: linear-gradient(90deg, rgba(172, 243, 46, 0.7) 0%, #206c02 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.green .header .splash--wrapper.alert::before {
  background: linear-gradient(90deg, #7f001a 0%, #9f041b 100%);
}

.green .header .splash--wrapper.alert .icon {
  color: #7f001a;
}

.green .header .splash--wrapper .icon {
  color: #00873e;
}

@media (min-width: 768px) {
  .green .header .landing-menu--wrapper {
    border-bottom: 12px solid #00873e;
  }
}

@media (min-width: 768px) {
  .green .header .landing-menu--wrapper.alert {
    border-bottom: 12px solid #7f001a;
  }
}

@media (min-width: 1000px) {
  .green .header .block-menu[id*='block-section-navigation'] .menu-item--active-trail {
    border-bottom: 12px solid #00873e !important;
  }
}

.green .footer__top--wrapper {
  background-color: #00873e;
}

.green .box-container .box {
  border-color: #00873e;
}

.green .call-to-action a {
  background: #00873e;
}

.green .call-to-action a:hover {
  background: #015a2a;
}

.teal .cobb-skin-color {
  color: #007d89;
}

.teal .cobb-skin-bg {
  background-color: #007d89;
}

.teal .cobb-skin-bg.dark {
  background-color: #00525a;
}

.teal .cobb-skin-bg.alert {
  background-color: #7f001a;
}

.teal .cobb-skin-bg.transparent {
  background-color: rgba(5, 192, 196, 0.7);
}

.teal .cobb-skin-border {
  border-color: #007d89;
}

.teal.is-page-node-type-section-landing-page .field--name-field-action-icons {
  background-color: #00525a;
}

.teal.is-page-node-type-section-landing-page .field--name-field-action-icons svg {
  background-color: #007d89;
}

.teal.is-page-node-type-section-landing-page .field--name-field-rotator {
  background-color: #007d89;
}

.teal table:not(.ui-datepicker-calendar) {
  table-layout: fixed;
}

.teal table:not(.ui-datepicker-calendar) caption {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 14px;
}

.teal table:not(.ui-datepicker-calendar) thead {
  background-color: #007d89;
  color: #fff;
}

.teal table:not(.ui-datepicker-calendar) thead td,
.teal table:not(.ui-datepicker-calendar) thead th {
  padding: .7em;
  font-size: 1.5em;
  letter-spacing: .4px;
  font-family: Oswald, Verdana, Tahoma;
}

.teal table:not(.ui-datepicker-calendar) thead th.left {
  text-align: left;
}

.teal table:not(.ui-datepicker-calendar) thead th.center {
  text-align: center;
}

.teal table:not(.ui-datepicker-calendar) thead th.right {
  text-align: right;
}

.teal table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #007d89;
}

@media (min-width: 768px) {
  .teal table:not(.ui-datepicker-calendar) tbody tr {
    border-bottom: 0;
  }
}

.teal table:not(.ui-datepicker-calendar) tbody tr th {
  background-color: #007d89;
  color: white;
  padding: .5em 1em;
  border-right: 1px solid #007d89;
  border-left: 1px solid #007d89;
}

.teal table:not(.ui-datepicker-calendar) tbody tr td {
  padding: .5em 1em;
  word-wrap: break-word;
  vertical-align: top;
}

@media (min-width: 768px) {
  .teal table:not(.ui-datepicker-calendar) tbody tr td {
    border-right: 1px solid #007d89;
  }
}

.teal table:not(.ui-datepicker-calendar) tbody tr td:last-child {
  border: 0;
}

.teal table:not(.ui-datepicker-calendar) tbody tr td.left {
  text-align: left;
}

.teal table:not(.ui-datepicker-calendar) tbody tr td.center {
  text-align: center;
}

.teal table:not(.ui-datepicker-calendar) tbody tr td.right {
  text-align: right;
}

@media (min-width: 768px) {
  .teal table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}

.teal table:not(.ui-datepicker-calendar).stacktable.small-only td {
  border: 1px solid #007d89;
}

.teal table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row-main {
  font-family: Oswald, Verdana, Tahoma;
  padding: .5em 1em;
}

.teal table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row:not(.st-head-row-main) {
  background: #fff;
  color: #000;
}

.teal h2.title::before {
  position: absolute;
  content: '';
  width: 64px;
  bottom: -10px;
  border-bottom: 6px solid #007d89;
  z-index: -1;
}

.teal.date-box {
  background-color: #007d89 !important;
}

.teal .event-teaser .date-box {
  background-color: #007d89;
}

.teal .header .splash--wrapper {
  background-color: #000 !important;
}

.teal .header .splash--wrapper::before {
  content: '';
  background: linear-gradient(90deg, rgba(5, 192, 196, 0.7) 0%, #013847 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.teal .header .splash--wrapper.alert::before {
  background: linear-gradient(90deg, #7f001a 0%, #9f041b 100%);
}

.teal .header .splash--wrapper.alert .icon {
  color: #7f001a;
}

.teal .header .splash--wrapper .icon {
  color: #007d89;
}

@media (min-width: 768px) {
  .teal .header .landing-menu--wrapper {
    border-bottom: 12px solid #007d89;
  }
}

@media (min-width: 768px) {
  .teal .header .landing-menu--wrapper.alert {
    border-bottom: 12px solid #7f001a;
  }
}

@media (min-width: 1000px) {
  .teal .header .block-menu[id*='block-section-navigation'] .menu-item--active-trail {
    border-bottom: 12px solid #007d89 !important;
  }
}

.teal .footer__top--wrapper {
  background-color: #007d89;
}

.teal .box-container .box {
  border-color: #007d89;
}

.teal .call-to-action a {
  background: #007d89;
}

.teal .call-to-action a:hover {
  background: #00525a;
}

.blue .cobb-skin-color {
  color: #0276b1;
}

.blue .cobb-skin-bg {
  background-color: #0276b1;
}

.blue .cobb-skin-bg.dark {
  background-color: #004c72;
}

.blue .cobb-skin-bg.alert {
  background-color: #7f001a;
}

.blue .cobb-skin-bg.transparent {
  background-color: rgba(0, 128, 191, 0.7);
}

.blue .cobb-skin-border {
  border-color: #0276b1;
}

.blue.is-page-node-type-section-landing-page .field--name-field-action-icons {
  background-color: #004c72;
}

.blue.is-page-node-type-section-landing-page .field--name-field-action-icons svg {
  background-color: #0276b1;
}

.blue.is-page-node-type-section-landing-page .field--name-field-rotator {
  background-color: #0276b1;
}

.blue table:not(.ui-datepicker-calendar) {
  table-layout: fixed;
}

.blue table:not(.ui-datepicker-calendar) caption {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 14px;
}

.blue table:not(.ui-datepicker-calendar) thead {
  background-color: #0276b1;
  color: #fff;
}

.blue table:not(.ui-datepicker-calendar) thead td,
.blue table:not(.ui-datepicker-calendar) thead th {
  padding: .7em;
  font-size: 1.5em;
  letter-spacing: .4px;
  font-family: Oswald, Verdana, Tahoma;
}

.blue table:not(.ui-datepicker-calendar) thead th.left {
  text-align: left;
}

.blue table:not(.ui-datepicker-calendar) thead th.center {
  text-align: center;
}

.blue table:not(.ui-datepicker-calendar) thead th.right {
  text-align: right;
}

.blue table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #0276b1;
}

@media (min-width: 768px) {
  .blue table:not(.ui-datepicker-calendar) tbody tr {
    border-bottom: 0;
  }
}

.blue table:not(.ui-datepicker-calendar) tbody tr th {
  background-color: #0276b1;
  color: white;
  padding: .5em 1em;
  border-right: 1px solid #0276b1;
  border-left: 1px solid #0276b1;
}

.blue table:not(.ui-datepicker-calendar) tbody tr td {
  padding: .5em 1em;
  word-wrap: break-word;
  vertical-align: top;
}

@media (min-width: 768px) {
  .blue table:not(.ui-datepicker-calendar) tbody tr td {
    border-right: 1px solid #0276b1;
  }
}

.blue table:not(.ui-datepicker-calendar) tbody tr td:last-child {
  border: 0;
}

.blue table:not(.ui-datepicker-calendar) tbody tr td.left {
  text-align: left;
}

.blue table:not(.ui-datepicker-calendar) tbody tr td.center {
  text-align: center;
}

.blue table:not(.ui-datepicker-calendar) tbody tr td.right {
  text-align: right;
}

@media (min-width: 768px) {
  .blue table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}

.blue table:not(.ui-datepicker-calendar).stacktable.small-only td {
  border: 1px solid #0276b1;
}

.blue table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row-main {
  font-family: Oswald, Verdana, Tahoma;
  padding: .5em 1em;
}

.blue table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row:not(.st-head-row-main) {
  background: #fff;
  color: #000;
}

.blue h2.title::before {
  position: absolute;
  content: '';
  width: 64px;
  bottom: -10px;
  border-bottom: 6px solid #0276b1;
  z-index: -1;
}

.blue.date-box {
  background-color: #0276b1 !important;
}

.blue .event-teaser .date-box {
  background-color: #0276b1;
}

.blue .header .splash--wrapper {
  background-color: #000 !important;
}

.blue .header .splash--wrapper::before {
  content: '';
  background: linear-gradient(90deg, rgba(0, 128, 191, 0.7) 0%, #38568e 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.blue .header .splash--wrapper.alert::before {
  background: linear-gradient(90deg, #7f001a 0%, #9f041b 100%);
}

.blue .header .splash--wrapper.alert .icon {
  color: #7f001a;
}

.blue .header .splash--wrapper .icon {
  color: #0276b1;
}

@media (min-width: 768px) {
  .blue .header .landing-menu--wrapper {
    border-bottom: 12px solid #0276b1;
  }
}

@media (min-width: 768px) {
  .blue .header .landing-menu--wrapper.alert {
    border-bottom: 12px solid #7f001a;
  }
}

@media (min-width: 1000px) {
  .blue .header .block-menu[id*='block-section-navigation'] .menu-item--active-trail {
    border-bottom: 12px solid #0276b1 !important;
  }
}

.blue .footer__top--wrapper {
  background-color: #0276b1;
}

.blue .box-container .box {
  border-color: #0276b1;
}

.blue .call-to-action a {
  background: #0276b1;
}

.blue .call-to-action a:hover {
  background: #004c72;
}

.navy .cobb-skin-color {
  color: #30639d;
}

.navy .cobb-skin-bg {
  background-color: #30639d;
}

.navy .cobb-skin-bg.dark {
  background-color: #203d6b;
}

.navy .cobb-skin-bg.alert {
  background-color: #7f001a;
}

.navy .cobb-skin-bg.transparent {
  background-color: rgba(22, 89, 210, 0.7);
}

.navy .cobb-skin-border {
  border-color: #30639d;
}

.navy.is-page-node-type-section-landing-page .field--name-field-action-icons {
  background-color: #203d6b;
}

.navy.is-page-node-type-section-landing-page .field--name-field-action-icons svg {
  background-color: #30639d;
}

.navy.is-page-node-type-section-landing-page .field--name-field-rotator {
  background-color: #30639d;
}

.navy table:not(.ui-datepicker-calendar) {
  table-layout: fixed;
}

.navy table:not(.ui-datepicker-calendar) caption {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 14px;
}

.navy table:not(.ui-datepicker-calendar) thead {
  background-color: #30639d;
  color: #fff;
}

.navy table:not(.ui-datepicker-calendar) thead td,
.navy table:not(.ui-datepicker-calendar) thead th {
  padding: .7em;
  font-size: 1.5em;
  letter-spacing: .4px;
  font-family: Oswald, Verdana, Tahoma;
}

.navy table:not(.ui-datepicker-calendar) thead th.left {
  text-align: left;
}

.navy table:not(.ui-datepicker-calendar) thead th.center {
  text-align: center;
}

.navy table:not(.ui-datepicker-calendar) thead th.right {
  text-align: right;
}

.navy table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #30639d;
}

@media (min-width: 768px) {
  .navy table:not(.ui-datepicker-calendar) tbody tr {
    border-bottom: 0;
  }
}

.navy table:not(.ui-datepicker-calendar) tbody tr th {
  background-color: #30639d;
  color: white;
  padding: .5em 1em;
  border-right: 1px solid #30639d;
  border-left: 1px solid #30639d;
}

.navy table:not(.ui-datepicker-calendar) tbody tr td {
  padding: .5em 1em;
  word-wrap: break-word;
  vertical-align: top;
}

@media (min-width: 768px) {
  .navy table:not(.ui-datepicker-calendar) tbody tr td {
    border-right: 1px solid #30639d;
  }
}

.navy table:not(.ui-datepicker-calendar) tbody tr td:last-child {
  border: 0;
}

.navy table:not(.ui-datepicker-calendar) tbody tr td.left {
  text-align: left;
}

.navy table:not(.ui-datepicker-calendar) tbody tr td.center {
  text-align: center;
}

.navy table:not(.ui-datepicker-calendar) tbody tr td.right {
  text-align: right;
}

@media (min-width: 768px) {
  .navy table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}

.navy table:not(.ui-datepicker-calendar).stacktable.small-only td {
  border: 1px solid #30639d;
}

.navy table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row-main {
  font-family: Oswald, Verdana, Tahoma;
  padding: .5em 1em;
}

.navy table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row:not(.st-head-row-main) {
  background: #fff;
  color: #000;
}

.navy h2.title::before {
  position: absolute;
  content: '';
  width: 64px;
  bottom: -10px;
  border-bottom: 6px solid #30639d;
  z-index: -1;
}

.navy.date-box {
  background-color: #30639d !important;
}

.navy .event-teaser .date-box {
  background-color: #30639d;
}

.navy .header .splash--wrapper {
  background-color: #000 !important;
}

.navy .header .splash--wrapper::before {
  content: '';
  background: linear-gradient(90deg, rgba(22, 89, 210, 0.7) 0%, #052860 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.navy .header .splash--wrapper.alert::before {
  background: linear-gradient(90deg, #7f001a 0%, #9f041b 100%);
}

.navy .header .splash--wrapper.alert .icon {
  color: #7f001a;
}

.navy .header .splash--wrapper .icon {
  color: #30639d;
}

@media (min-width: 768px) {
  .navy .header .landing-menu--wrapper {
    border-bottom: 12px solid #30639d;
  }
}

@media (min-width: 768px) {
  .navy .header .landing-menu--wrapper.alert {
    border-bottom: 12px solid #7f001a;
  }
}

@media (min-width: 1000px) {
  .navy .header .block-menu[id*='block-section-navigation'] .menu-item--active-trail {
    border-bottom: 12px solid #30639d !important;
  }
}

.navy .footer__top--wrapper {
  background-color: #30639d;
}

.navy .box-container .box {
  border-color: #30639d;
}

.navy .call-to-action a {
  background: #30639d;
}

.navy .call-to-action a:hover {
  background: #203d6b;
}

.orange .cobb-skin-color {
  color: #ce3e00;
}

.orange .cobb-skin-bg {
  background-color: #ce3e00;
}

.orange .cobb-skin-bg.dark {
  background-color: #842801;
}

.orange .cobb-skin-bg.alert {
  background-color: #7f001a;
}

.orange .cobb-skin-bg.transparent {
  background-color: rgba(255, 183, 0, 0.7);
}

.orange .cobb-skin-border {
  border-color: #ce3e00;
}

.orange.is-page-node-type-section-landing-page .field--name-field-action-icons {
  background-color: #842801;
}

.orange.is-page-node-type-section-landing-page .field--name-field-action-icons svg {
  background-color: #ce3e00;
}

.orange.is-page-node-type-section-landing-page .field--name-field-rotator {
  background-color: #ce3e00;
}

.orange table:not(.ui-datepicker-calendar) {
  table-layout: fixed;
}

.orange table:not(.ui-datepicker-calendar) caption {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 14px;
}

.orange table:not(.ui-datepicker-calendar) thead {
  background-color: #ce3e00;
  color: #fff;
}

.orange table:not(.ui-datepicker-calendar) thead td,
.orange table:not(.ui-datepicker-calendar) thead th {
  padding: .7em;
  font-size: 1.5em;
  letter-spacing: .4px;
  font-family: Oswald, Verdana, Tahoma;
}

.orange table:not(.ui-datepicker-calendar) thead th.left {
  text-align: left;
}

.orange table:not(.ui-datepicker-calendar) thead th.center {
  text-align: center;
}

.orange table:not(.ui-datepicker-calendar) thead th.right {
  text-align: right;
}

.orange table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #ce3e00;
}

@media (min-width: 768px) {
  .orange table:not(.ui-datepicker-calendar) tbody tr {
    border-bottom: 0;
  }
}

.orange table:not(.ui-datepicker-calendar) tbody tr th {
  background-color: #ce3e00;
  color: white;
  padding: .5em 1em;
  border-right: 1px solid #ce3e00;
  border-left: 1px solid #ce3e00;
}

.orange table:not(.ui-datepicker-calendar) tbody tr td {
  padding: .5em 1em;
  word-wrap: break-word;
  vertical-align: top;
}

@media (min-width: 768px) {
  .orange table:not(.ui-datepicker-calendar) tbody tr td {
    border-right: 1px solid #ce3e00;
  }
}

.orange table:not(.ui-datepicker-calendar) tbody tr td:last-child {
  border: 0;
}

.orange table:not(.ui-datepicker-calendar) tbody tr td.left {
  text-align: left;
}

.orange table:not(.ui-datepicker-calendar) tbody tr td.center {
  text-align: center;
}

.orange table:not(.ui-datepicker-calendar) tbody tr td.right {
  text-align: right;
}

@media (min-width: 768px) {
  .orange table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}

.orange table:not(.ui-datepicker-calendar).stacktable.small-only td {
  border: 1px solid #ce3e00;
}

.orange table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row-main {
  font-family: Oswald, Verdana, Tahoma;
  padding: .5em 1em;
}

.orange table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row:not(.st-head-row-main) {
  background: #fff;
  color: #000;
}

.orange h2.title::before {
  position: absolute;
  content: '';
  width: 64px;
  bottom: -10px;
  border-bottom: 6px solid #ce3e00;
  z-index: -1;
}

.orange.date-box {
  background-color: #ce3e00 !important;
}

.orange .event-teaser .date-box {
  background-color: #ce3e00;
}

.orange .header .splash--wrapper {
  background-color: #000 !important;
}

.orange .header .splash--wrapper::before {
  content: '';
  background: linear-gradient(90deg, rgba(255, 183, 0, 0.7) 0%, #ff5e03 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.orange .header .splash--wrapper.alert::before {
  background: linear-gradient(90deg, #7f001a 0%, #9f041b 100%);
}

.orange .header .splash--wrapper.alert .icon {
  color: #7f001a;
}

.orange .header .splash--wrapper .icon {
  color: #ce3e00;
}

@media (min-width: 768px) {
  .orange .header .landing-menu--wrapper {
    border-bottom: 12px solid #ce3e00;
  }
}

@media (min-width: 768px) {
  .orange .header .landing-menu--wrapper.alert {
    border-bottom: 12px solid #7f001a;
  }
}

@media (min-width: 1000px) {
  .orange .header .block-menu[id*='block-section-navigation'] .menu-item--active-trail {
    border-bottom: 12px solid #ce3e00 !important;
  }
}

.orange .footer__top--wrapper {
  background-color: #ce3e00;
}

.orange .box-container .box {
  border-color: #ce3e00;
}

.orange .call-to-action a {
  background: #ce3e00;
}

.orange .call-to-action a:hover {
  background: #842801;
}

.red .cobb-skin-color {
  color: #cc0029;
}

.red .cobb-skin-bg {
  background-color: #cc0029;
}

.red .cobb-skin-bg.dark {
  background-color: #7f001a;
}

.red .cobb-skin-bg.alert {
  background-color: #7f001a;
}

.red .cobb-skin-bg.transparent {
  background-color: rgba(245, 81, 95, 0.7);
}

.red .cobb-skin-border {
  border-color: #cc0029;
}

.red.is-page-node-type-section-landing-page .field--name-field-action-icons {
  background-color: #7f001a;
}

.red.is-page-node-type-section-landing-page .field--name-field-action-icons svg {
  background-color: #cc0029;
}

.red.is-page-node-type-section-landing-page .field--name-field-rotator {
  background-color: #cc0029;
}

.red table:not(.ui-datepicker-calendar) {
  table-layout: fixed;
}

.red table:not(.ui-datepicker-calendar) caption {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 14px;
}

.red table:not(.ui-datepicker-calendar) thead {
  background-color: #cc0029;
  color: #fff;
}

.red table:not(.ui-datepicker-calendar) thead td,
.red table:not(.ui-datepicker-calendar) thead th {
  padding: .7em;
  font-size: 1.5em;
  letter-spacing: .4px;
  font-family: Oswald, Verdana, Tahoma;
}

.red table:not(.ui-datepicker-calendar) thead th.left {
  text-align: left;
}

.red table:not(.ui-datepicker-calendar) thead th.center {
  text-align: center;
}

.red table:not(.ui-datepicker-calendar) thead th.right {
  text-align: right;
}

.red table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #cc0029;
}

@media (min-width: 768px) {
  .red table:not(.ui-datepicker-calendar) tbody tr {
    border-bottom: 0;
  }
}

.red table:not(.ui-datepicker-calendar) tbody tr th {
  background-color: #cc0029;
  color: white;
  padding: .5em 1em;
  border-right: 1px solid #cc0029;
  border-left: 1px solid #cc0029;
}

.red table:not(.ui-datepicker-calendar) tbody tr td {
  padding: .5em 1em;
  word-wrap: break-word;
  vertical-align: top;
}

@media (min-width: 768px) {
  .red table:not(.ui-datepicker-calendar) tbody tr td {
    border-right: 1px solid #cc0029;
  }
}

.red table:not(.ui-datepicker-calendar) tbody tr td:last-child {
  border: 0;
}

.red table:not(.ui-datepicker-calendar) tbody tr td.left {
  text-align: left;
}

.red table:not(.ui-datepicker-calendar) tbody tr td.center {
  text-align: center;
}

.red table:not(.ui-datepicker-calendar) tbody tr td.right {
  text-align: right;
}

@media (min-width: 768px) {
  .red table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}

.red table:not(.ui-datepicker-calendar).stacktable.small-only td {
  border: 1px solid #cc0029;
}

.red table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row-main {
  font-family: Oswald, Verdana, Tahoma;
  padding: .5em 1em;
}

.red table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row:not(.st-head-row-main) {
  background: #fff;
  color: #000;
}

.red h2.title::before {
  position: absolute;
  content: '';
  width: 64px;
  bottom: -10px;
  border-bottom: 6px solid #cc0029;
  z-index: -1;
}

.red.date-box {
  background-color: #cc0029 !important;
}

.red .event-teaser .date-box {
  background-color: #cc0029;
}

.red .header .splash--wrapper {
  background-color: #000 !important;
}

.red .header .splash--wrapper::before {
  content: '';
  background: linear-gradient(90deg, rgba(245, 81, 95, 0.7) 0%, #9f041b 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.red .header .splash--wrapper.alert::before {
  background: linear-gradient(90deg, #7f001a 0%, #9f041b 100%);
}

.red .header .splash--wrapper.alert .icon {
  color: #7f001a;
}

.red .header .splash--wrapper .icon {
  color: #cc0029;
}

@media (min-width: 768px) {
  .red .header .landing-menu--wrapper {
    border-bottom: 12px solid #cc0029;
  }
}

@media (min-width: 768px) {
  .red .header .landing-menu--wrapper.alert {
    border-bottom: 12px solid #7f001a;
  }
}

@media (min-width: 1000px) {
  .red .header .block-menu[id*='block-section-navigation'] .menu-item--active-trail {
    border-bottom: 12px solid #cc0029 !important;
  }
}

.red .footer__top--wrapper {
  background-color: #cc0029;
}

.red .box-container .box {
  border-color: #cc0029;
}

.red .call-to-action a {
  background: #cc0029;
}

.red .call-to-action a:hover {
  background: #7f001a;
}

.purple .cobb-skin-color {
  color: #603c85;
}

.purple .cobb-skin-bg {
  background-color: #603c85;
}

.purple .cobb-skin-bg.dark {
  background-color: #332456;
}

.purple .cobb-skin-bg.alert {
  background-color: #7f001a;
}

.purple .cobb-skin-bg.transparent {
  background-color: rgba(169, 90, 227, 0.7);
}

.purple .cobb-skin-border {
  border-color: #603c85;
}

.purple.is-page-node-type-section-landing-page .field--name-field-action-icons {
  background-color: #332456;
}

.purple.is-page-node-type-section-landing-page .field--name-field-action-icons svg {
  background-color: #603c85;
}

.purple.is-page-node-type-section-landing-page .field--name-field-rotator {
  background-color: #603c85;
}

.purple table:not(.ui-datepicker-calendar) {
  table-layout: fixed;
}

.purple table:not(.ui-datepicker-calendar) caption {
  text-align: left;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 14px;
}

.purple table:not(.ui-datepicker-calendar) thead {
  background-color: #603c85;
  color: #fff;
}

.purple table:not(.ui-datepicker-calendar) thead td,
.purple table:not(.ui-datepicker-calendar) thead th {
  padding: .7em;
  font-size: 1.5em;
  letter-spacing: .4px;
  font-family: Oswald, Verdana, Tahoma;
}

.purple table:not(.ui-datepicker-calendar) thead th.left {
  text-align: left;
}

.purple table:not(.ui-datepicker-calendar) thead th.center {
  text-align: center;
}

.purple table:not(.ui-datepicker-calendar) thead th.right {
  text-align: right;
}

.purple table:not(.ui-datepicker-calendar) tbody tr {
  border-bottom: 1px solid #603c85;
}

@media (min-width: 768px) {
  .purple table:not(.ui-datepicker-calendar) tbody tr {
    border-bottom: 0;
  }
}

.purple table:not(.ui-datepicker-calendar) tbody tr th {
  background-color: #603c85;
  color: white;
  padding: .5em 1em;
  border-right: 1px solid #603c85;
  border-left: 1px solid #603c85;
}

.purple table:not(.ui-datepicker-calendar) tbody tr td {
  padding: .5em 1em;
  word-wrap: break-word;
  vertical-align: top;
}

@media (min-width: 768px) {
  .purple table:not(.ui-datepicker-calendar) tbody tr td {
    border-right: 1px solid #603c85;
  }
}

.purple table:not(.ui-datepicker-calendar) tbody tr td:last-child {
  border: 0;
}

.purple table:not(.ui-datepicker-calendar) tbody tr td.left {
  text-align: left;
}

.purple table:not(.ui-datepicker-calendar) tbody tr td.center {
  text-align: center;
}

.purple table:not(.ui-datepicker-calendar) tbody tr td.right {
  text-align: right;
}

@media (min-width: 768px) {
  .purple table:not(.ui-datepicker-calendar) tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
}

.purple table:not(.ui-datepicker-calendar).stacktable.small-only td {
  border: 1px solid #603c85;
}

.purple table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row-main {
  font-family: Oswald, Verdana, Tahoma;
  padding: .5em 1em;
}

.purple table:not(.ui-datepicker-calendar).stacktable.small-only th.st-head-row:not(.st-head-row-main) {
  background: #fff;
  color: #000;
}

.purple h2.title::before {
  position: absolute;
  content: '';
  width: 64px;
  bottom: -10px;
  border-bottom: 6px solid #603c85;
  z-index: -1;
}

.purple.date-box {
  background-color: #603c85 !important;
}

.purple .event-teaser .date-box {
  background-color: #603c85;
}

.purple .header .splash--wrapper {
  background-color: #000 !important;
}

.purple .header .splash--wrapper::before {
  content: '';
  background: linear-gradient(90deg, rgba(169, 90, 227, 0.7) 0%, #332456 100%) #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.purple .header .splash--wrapper.alert::before {
  background: linear-gradient(90deg, #7f001a 0%, #9f041b 100%);
}

.purple .header .splash--wrapper.alert .icon {
  color: #7f001a;
}

.purple .header .splash--wrapper .icon {
  color: #603c85;
}

@media (min-width: 768px) {
  .purple .header .landing-menu--wrapper {
    border-bottom: 12px solid #603c85;
  }
}

@media (min-width: 768px) {
  .purple .header .landing-menu--wrapper.alert {
    border-bottom: 12px solid #7f001a;
  }
}

@media (min-width: 1000px) {
  .purple .header .block-menu[id*='block-section-navigation'] .menu-item--active-trail {
    border-bottom: 12px solid #603c85 !important;
  }
}

.purple .footer__top--wrapper {
  background-color: #603c85;
}

.purple .box-container .box {
  border-color: #603c85;
}

.purple .call-to-action a {
  background: #603c85;
}

.purple .call-to-action a:hover {
  background: #332456;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: upper-roman;
}

li {
  margin: 0 0 .5em;
}

.layout-center .page-title {
  display: none;
}

@media (min-width: 768px) {
  .layout-center .page-title {
    display: block;
    font-family: Oswald, Verdana, Tahoma;
    font-size: 2.25em;
    font-weight: 300;
    letter-spacing: .4px;
  }
}

a[href$='.pdf'] {
  display: inline-block;
  background: url("/core/themes/classy/images/icons/application-pdf.png") no-repeat left center;
  padding: 0 0 0 1.3em;
}

.paragraph--type--action-icon a[href$='.pdf'] {
  background: none;
}

span.mailto {
  background: url("/themes/custom/if_zen/envelope.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  display: inline-block;
  position: relative;
  left: .35em;
  top: .05em;
  color: #6a6a6a;
}

.align-left {
  margin: 0 1em 0 0;
}

.align-right {
  margin: 0 0 0 1em;
}

.fb_iframe_widget {
  margin: 0 0 2em;
}

.visually-hidden {
  background: #fff;
}

.offscreen {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  color: #000;
  background: #fff;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0276b1;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #01334c;
}

a:active {
  color: #cc0029;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #e3e5e3;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

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

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
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,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #9a9a9a;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #9a9a9a;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #e3e5e3;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
  display: block;
}

td .align-left,
th .align-left {
  float: none;
}

@media (min-width: 768px) {
  td,
  th {
    display: table-cell;
  }
  td .align-left,
  th .align-left {
    float: left;
  }
}

th {
  display: none;
}

@media (min-width: 768px) {
  th {
    display: table-cell;
  }
}

td::before {
  content: attr(data-label);
  display: table-cell;
  font-weight: bold;
  padding: .2em .6em .2em 0;
  text-align: right;
}

@media (min-width: 768px) {
  td::before {
    display: none;
  }
}

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