/*! 
 * montco v1.0.0 [2019-03-14 01:03] 
 * Montgomery County Community College 
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[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-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
html {
  background: #C8102E;
  color: #fff;
}

body {
  min-width: 300px;
  overflow-x: hidden;
}

::-moz-selection {
  background: #eee;
  text-shadow: none;
}

::selection {
  background: #eee;
  text-shadow: none;
}

iframe {
  border: none;
}

menu {
  margin: 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

hr {
  width: 100%;
  height: 1px;
  background: #eee;
  border: none;
  clear: both;
  margin: 0;
  padding: 0;
}

.block_left {
  float: left;
  margin: 0 20px 20px 0;
}

.video_left {
  margin: 20px 0;
}

@media only screen and (min-width:768px) {
  .video_left {
    float: left;
    margin: 8px 20px 20px 0;
  }
}

.no-js .video_left {
  display: none!important;
  visibility: hidden;
}

.block_right {
  float: right;
  margin: 0 0 20px 20px;
}

.video_right {
  margin: 20px 0;
}

@media only screen and (min-width:768px) {
  .video_right {
    float: right;
    margin: 8px 0 20px 20px;
  }
}

.no-js .video_right {
  display: none!important;
  visibility: hidden;
}

.block_center {
  text-align: center;
  margin: 20px auto;
}

.hide {
  display: none!important;
  visibility: hidden;
}

.video_frame {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.video_frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[data-whatinput=mouse] a:focus,
[data-whatinput=mouse] button:focus,
[data-whatinput=touch] a:focus,
[data-whatinput=touch] button:focus {
  outline: 0;
}

@keyframes pulse {
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading_spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(95,198,77,.3);
  pointer-events: none;
}

.loading_spinner:after,
.loading_spinner:before {
  display: block;
  content: "";
}

.no-js .loading_spinner {
  display: none!important;
  visibility: hidden;
}

.loading_line {
  width: 50px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  animation: spin .7s infinite linear;
  overflow: hidden;
  -ms-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
}

.loading_line:before {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(95,198,77,.7);
  content: "";
}

.fs-background {
  overflow: hidden;
  position: relative;
}

.fs-background,
.fs-background-container,
.fs-background-media {
  transition: none;
}

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.fs-background-media.fs-background-animated {
  transition: opacity .5s linear;
}

.fs-background-media iframe,
.fs-background-media img,
.fs-background-media video {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}

.fs-background-media.fs-background-fixed,
.fs-background-media.fs-background-native {
  width: 100%;
  height: 100%;
}

.fs-background-media.fs-background-fixed img,
.fs-background-media.fs-background-native img {
  display: none;
}

.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}

.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}

.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}

.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
}

.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel,
.fs-carousel *,
.fs-carousel :after,
.fs-carousel :before,
.fs-carousel:after,
.fs-carousel:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper {
  overflow: hidden;
}

.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel-enabled .fs-carousel-container {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-container:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  overflow: hidden;
  transition: transform .5s ease;
  transform: translate3d(0,0,0);
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  transition: height .5s ease,transform .5s ease;
}

.fs-carousel-enabled .fs-carousel-item {
  min-height: 1px;
  display: block;
  float: left;
}

.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-carousel-single .fs-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
  position: relative;
  z-index: 2;
}

.fs-carousel-controls {
  display: none;
}

.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-carousel-controls_custom.fs-carousel-visible,
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-control {
  border: none;
  cursor: pointer;
  padding: 0;
}

.fs-carousel-pagination {
  display: none;
}

.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
}

.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-page {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0;
}

.fs-carousel-enabled.fs-carousel-rtl {
  direction: rtl;
}

.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item {
  float: right;
}

.fs-checkbox.fs-checkbox-enabled {
  cursor: pointer;
  overflow: hidden;
}

.fs-checkbox,
.fs-checkbox *,
.fs-checkbox :after,
.fs-checkbox :before,
.fs-checkbox:after,
.fs-checkbox:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-checkbox-element_placeholder {
  display: none;
  visibility: hidden;
}

.fs-checkbox-element {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transition: none;
  opacity: 0;
  -webkit-appearance: none;
}

.fs-checkbox-label {
  cursor: pointer;
  display: block;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-checkbox-marker {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  cursor: pointer;
  display: block;
  float: left;
}

.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0;
}

.fs-checkbox-flag:before {
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 3px 0 0 6px;
  transition: transform .15s ease;
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

.fs-checkbox-checked .fs-checkbox-flag:before {
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.no-csstransforms .fs-checkbox-flag:before {
  width: 100%;
  height: 100%;
  content: "\2713";
  display: none;
  line-height: 1;
  text-align: center;
}

.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}

.fs-checkbox-radio .fs-checkbox-marker {
  position: relative;
  border-radius: 100%;
}

.fs-checkbox-radio .fs-checkbox-flag {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  border-radius: 100%;
  margin: auto;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform .15s ease;
}

.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -ms-transform: scale(1);
  transform: scale(1);
}

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}

.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}

.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: block;
}

.fs-checkbox-disabled {
  cursor: default;
  opacity: .5;
}

.fs-checkbox-disabled .fs-checkbox-label {
  cursor: default;
}

.fs-checkbox-disabled .fs-checkbox-marker {
  cursor: default;
}

.fs-checkbox-toggle {
  position: relative;
}

.fs-checkbox-toggle .fs-checkbox-label {
  line-height: 40px;
}

.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative;
}

.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table;
}

.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  display: block;
  transition: left .15s ease;
}

.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1;
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%;
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}

.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none;
}

.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  display: block;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left;
}

.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right;
}

.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}

.fs-dropdown,
.fs-dropdown *,
.fs-dropdown :after,
.fs-dropdown :before,
.fs-dropdown:after,
.fs-dropdown:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
}

.fs-dropdown-mobile .fs-dropdown-element {
  z-index: 7;
}

.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element {
  z-index: -1;
}

.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
}

.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}

.fs-dropdown-group {
  display: block;
  font-size: 75%;
}

.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}

.fs-dropdown-item_placeholder {
  display: none;
}

.fs-dropdown-item_selected {
  background: #ddd;
}

.fs-dropdown-item_disabled {
  cursor: default;
  opacity: .5;
}

.fs-dropdown-open {
  z-index: 3;
}

.fs-dropdown-open .fs-dropdown-options {
  display: block;
}

.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}

.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}

.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}

.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}

.fs-dropdown-disabled {
  opacity: .5;
}

.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}

.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}

.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #fff;
  opacity: 0;
  margin: 0 auto;
  transform: translateZ(0);
}

.fs-lightbox,
.fs-lightbox :not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fs-lightbox-animating {
  transition: height .25s ease,width .25s ease,opacity .25s linear,top .25s ease;
}

.fs-lightbox-animating .fs-lightbox-content,
.fs-lightbox-animating .fs-lightbox-control,
.fs-lightbox-animating .fs-lightbox-meta,
.fs-lightbox-animating .fs-lightbox-thumbnails,
.fs-lightbox-animating .fs-lightbox-tools {
  transition: opacity .25s linear .25s,visibility .25s linear .25s;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  transition: top .25s ease,left .25s ease;
}

.fs-lightbox-mobile .fs-lightbox-image {
  transition: height .25s ease,width .25s ease,top .25s ease,left .25s ease;
}

.fs-lightbox-mobile.fs-lightbox-scaling .fs-lightbox-image_container {
  transition: none!important;
}

.fs-lightbox-mobile.fs-lightbox-scaling .fs-lightbox-image {
  transition: none!important;
}

.fs-lightbox-mobile.fs-lightbox-zooming .fs-lightbox-image_container {
  transition: top .25s ease,left .25s ease!important;
}

.fs-lightbox-mobile.fs-lightbox-zooming .fs-lightbox-image {
  transition: height .25s ease,width .25s ease,top .25s ease,left .25s ease!important;
}

.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000;
  opacity: 0;
  transition: opacity .25s linear;
}

.fs-lightbox-open {
  opacity: 1;
}

.fs-lightbox-overlay.fs-lightbox-open {
  opacity: .75;
}

.fs-lightbox-close {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #fff;
  overflow: hidden;
}

.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-content {
  width: 100%;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}

.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: 0;
  -ms-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
}

.fs-lightbox-image {
  float: left;
}

.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
  float: none;
}

.fs-lightbox-video {
  width: 100%;
  height: 100%;
}

.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}

.fs-lightbox-meta {
  opacity: 1;
  clear: both;
  visibility: visible;
}

.fs-lightbox-control {
  border: none;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 105;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  visibility: visible;
  white-space: nowrap;
}

.fs-lightbox-control_previous {
  left: 0;
}

.fs-lightbox-control_next {
  right: 0;
}

.fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}

.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}

.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}

.fs-lightbox-toggle {
  border: none;
  padding: 0;
  display: none;
}

.fs-lightbox-thumbnails {
  height: 60px;
  clear: both;
  overflow: hidden;
  padding: 0;
}

.fs-lightbox-thumbnail_container {
  height: 80px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 30px;
  text-align: center;
  white-space: nowrap;
}

.fs-lightbox-thumbnail_item {
  width: 50px;
  height: 50px;
  position: relative;
  background: 0 0;
  border: none;
  display: inline-block;
  margin: 0 10px 0 0;
  opacity: .25;
  overflow: hidden;
  padding: 0;
  transition: opacity .25s linear;
}

.fs-lightbox-thumbnail_item:last-child {
  margin: 0;
}

.fs-lightbox-thumbnail_item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  display: block;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fs-lightbox-thumbnail_item.fs-lightbox-active,
.no-touchevents .fs-lightbox-thumbnail_item:hover {
  opacity: 1;
}

.fs-lightbox-loading .fs-lightbox-content,
.fs-lightbox-loading .fs-lightbox-control,
.fs-lightbox-loading .fs-lightbox-meta,
.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 0;
  transition: opacity .25s linear,visibility .25s linear;
  visibility: hidden;
}

.fs-lightbox-loading .fs-lightbox-loading_icon,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
  opacity: 1;
  visibility: visible;
}

.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111;
  border-radius: 0;
}

.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111;
}

.fs-lightbox-mobile .fs-lightbox-content {
  height: 100%;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111;
}

.fs-lightbox-mobile .fs-lightbox-controls {
  text-align: center;
}

.fs-lightbox-mobile .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  visibility: visible;
}

.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  cursor: default!important;
  opacity: 0;
  visibility: hidden;
}

.fs-lightbox-mobile .fs-lightbox-position {
  color: #999;
}

.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eee;
}

.fs-lightbox-mobile .fs-lightbox-image {
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: 0 0;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
  display: inline-block;
  margin: 0 5px;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222;
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
  transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
  width: 100%;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #111;
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
  transition: transform .25s ease,opacity .25s linear .25s,visibility .25s linear .25s;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
  height: 100px;
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.fs-lightbox-lock {
  overflow: hidden!important;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-container,
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  overflow: visible;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
  position: relative;
}

.fs-lightbox .fs-viewer {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer,
.fs-lightbox .fs-viewer .fs-viewer-wrapper {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  left: 0;
  background: #111;
}

.fs-lightbox .fs-viewer .fs-viewer-wrapper {
  top: 0;
  bottom: 0;
}

.fs-lightbox .fs-viewer .fs-viewer-loading_icon {
  display: none!important;
}

.fs-lightbox .fs-viewer .fs-viewer-viewport {
  top: 5px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.fs-lightbox .fs-viewer .fs-viewer-controls {
  position: absolute;
  bottom: 10px;
}

.fs-navigation,
.fs-navigation *,
.fs-navigation :after,
.fs-navigation :before,
.fs-navigation:after,
.fs-navigation:before {
  box-sizing: border-box;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.fs-navigation-toggle-nav.fs-navigation-enabled {
  display: none;
}

.fs-navigation-toggle-nav.fs-navigation-open {
  display: block;
}

.fs-navigation-toggle-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
  display: block;
}

.fs-navigation-overlay-nav.fs-navigation-enabled,
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  width: 270px;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  background: #fff;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  visibility: hidden;
}

.fs-navigation-reveal-nav.fs-navigation-animated {
  transition: visibility 1ms linear .2s;
}

.fs-navigation-overlay-nav.fs-navigation-animated,
.fs-navigation-push-nav.fs-navigation-animated {
  transition: transform .2s ease,visibility 1ms linear .2s;
}

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
  z-index: 0;
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-reveal-left-nav.fs-navigation-enabled {
  left: 0;
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-reveal-right-nav.fs-navigation-enabled {
  right: 0;
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled {
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}

.csstransforms3d .fs-navigation-overlay-left-nav.fs-navigation-enabled,
.csstransforms3d .fs-navigation-push-left-nav.fs-navigation-enabled {
  -ms-transform: translate3D(-270px,0,0);
  transform: translate3D(-270px,0,0);
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled {
  -ms-transform: translateX(270px);
  transform: translateX(270px);
}

.csstransforms3d .fs-navigation-overlay-right-nav.fs-navigation-enabled,
.csstransforms3d .fs-navigation-push-right-nav.fs-navigation-enabled {
  -ms-transform: translate3D(270px,0,0);
  transform: translate3D(270px,0,0);
}

.fs-navigation-overlay-nav.fs-navigation-enabled {
  z-index: 3;
}

.fs-navigation-reveal-nav.fs-navigation-open {
  visibility: visible;
  transition: visibility 1ms ease;
}

.fs-navigation-overlay-nav.fs-navigation-open,
.fs-navigation-push-nav.fs-navigation-open {
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .2s ease,visibility 1ms ease;
  visibility: visible;
}

.csstransforms3d .fs-navigation-overlay-nav.fs-navigation-open,
.csstransforms3d .fs-navigation-push-nav.fs-navigation-open {
  -ms-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
}

.fs-navigation-overlay-handle.fs-navigation-enabled,
.fs-navigation-push-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
}

.fs-navigation-overlay-content:before {
  width: 100%;
  height: 100%;
  height: calc(100% + 60px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  background: rgba(255,255,255,.75);
  content: '';
  display: block;
  opacity: 0;
  transition: opacity .2s ease,visibility .2s ease;
  visibility: hidden;
}

.fs-navigation-overlay-content.fs-navigation-open:before {
  opacity: 1;
  visibility: visible;
}

.fs-navigation-push-content.fs-navigation-enabled,
.fs-navigation-reveal-content.fs-navigation-enabled {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.csstransforms3d .fs-navigation-push-content.fs-navigation-enabled,
.csstransforms3d .fs-navigation-reveal-content.fs-navigation-enabled {
  -ms-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
}

.fs-navigation-push-content.fs-navigation-animated,
.fs-navigation-reveal-content.fs-navigation-animated {
  transition: transform .2s ease;
}

.fs-navigation-push-left-content.fs-navigation-open,
.fs-navigation-reveal-left-content.fs-navigation-open {
  -ms-transform: translate3D(270px,0,0);
  transform: translate3D(270px,0,0);
}

.csstransforms3d .fs-navigation-push-left-content.fs-navigation-open,
.csstransforms3d .fs-navigation-reveal-left-content.fs-navigation-open {
  -ms-transform: translateX(270px);
  transform: translateX(270px);
}

.fs-navigation-push-right-content.fs-navigation-open,
.fs-navigation-reveal-right-content.fs-navigation-open {
  -ms-transform: translate3D(-270px,0,0);
  transform: translate3D(-270px,0,0);
}

.csstransforms3d .fs-navigation-push-right-content.fs-navigation-open,
.csstransforms3d .fs-navigation-reveal-right-content.fs-navigation-open {
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}

.fs-navigation-handle.fs-navigation-enabled {
  border: none;
  padding: 0;
}

.fs-navigation-lock {
  overflow: hidden!important;
}

.fs-pagination-ellipsis,
.fs-pagination-page {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  display: inline-block;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.fs-pagination-active,
.fs-pagination-first,
.fs-pagination-last,
.fs-pagination-visible {
  width: auto;
  height: auto;
  position: static;
  clip: none;
  margin: 0;
  overflow: visible;
}

.fs-pagination-control {
  border: none;
  padding: 0;
}

.fs-pagination-position,
.fs-pagination-select {
  display: none;
}

.fs-pagination-mobile .fs-pagination-pages {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  display: inline-block;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.fs-pagination-mobile .fs-pagination-position {
  position: relative;
  display: block;
}

.fs-pagination-mobile .fs-pagination-select {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  margin: auto;
  opacity: 0;
}

.cr_color_block_row,
.fs-grid .fs-row,
.fs_grid_row {
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:739px) {
  .cr_color_block_row,
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 96%;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width:740px) {
  .cr_color_block_row,
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 720px;
  }
}

@media screen and (min-width:980px) {
  .cr_color_block_row,
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 960px;
  }
}

@media screen and (min-width:1220px) {
  .cr_color_block_row,
  .fs-grid .fs-row,
  .fs_grid_row {
    width: 1200px;
  }
}

.cr_color_block_row:after,
.fs-grid .fs-row:after,
.fs_grid_row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}

.fs-grid-fluid .fs-row,
.fs_grid_row_fluid {
  width: 96%;
  width: calc(100% - 40px);
}

@media screen and (max-width:499px) {
  .fs-grid-adaptive .fs-row,
  .fs_grid_row_adaptive {
    width: 300px;
  }
}

@media screen and (min-width:500px) and (max-width:739px) {
  .fs-grid-adaptive .fs-row,
  .fs_grid_row_adaptive {
    width: 480px;
  }
}

.cr_color_block_row,
.fs-grid .fs-row .fs-row,
.fs_grid_row_row {
  min-width: auto;
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}

.fs-grid .fs-row [class*=fs-cell][class*="-contained"] .fs-row,
.fs_grid_row_row_contained {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.fs_grid_row_destroy {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.cr_color_block_cell,
.fs-grid .fs-row [class*=fs-cell],
.fs_grid_cell {
  width: 97.91666667%;
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
}

.fs-grid .fs-row [class*=fs-cell][class*="-centered"],
.fs_grid_cell_centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.fs-grid .fs-row [class*=fs-cell][class*="-padded"],
.fs_grid_cell_padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
}

.fs-grid .fs-row [class*=fs-cell][class*="-contained"],
.fs_grid_cell_contained {
  margin-left: 0;
  margin-right: 0;
}

.fs-grid .fs-row [class*=fs-cell][class*="-right"],
.fs_grid_cell_right {
  float: right;
}

.fs_grid_cell_destroy {
  width: auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
}

* {
  box-sizing: border-box;
}

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

.fs-grid .fs-row .fs-all-fifth {
  width: 17.91666667%;
}

.fs-grid .fs-row .fs-all-fourth {
  width: 22.91666667%;
}

.fs-grid .fs-row .fs-all-third {
  width: 31.25%;
}

.fs-grid .fs-row .fs-all-half {
  width: 47.91666667%;
}

.fs-grid .fs-row .fs-all-full {
  width: 97.91666667%;
}

.fs-grid .fs-row .fs-all-push-fifth {
  margin-left: 21.04166667%;
}

.fs-grid .fs-row .fs-all-push-fourth {
  margin-left: 26.04166667%;
}

.fs-grid .fs-row .fs-all-push-third {
  margin-left: 34.375%;
}

.fs-grid .fs-row .fs-all-push-half {
  margin-left: 51.04166667%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-fifth {
  width: 20%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-fourth {
  width: 25%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-third {
  width: 33.33333333%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-half {
  width: 50%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-full {
  width: 100%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-fifth {
  margin-left: 20%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-fourth {
  margin-left: 25%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-third {
  margin-left: 33.33333333%;
}

.fs-grid .fs-row [class*="-contained"].fs-all-push-half {
  margin-left: 50%;
}

.fs-grid .fs-row .fs-all-hide {
  display: none;
}

.fs-grid .fs-row .fs-all-destroy {
  width: auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:739px) {
  .fs-grid .fs-row .fs-sm-1 {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-sm-2 {
    width: 64.58333333%;
  }

  .fs-grid .fs-row .fs-sm-3 {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-sm-push-1 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-sm-push-2 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-1 {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-2 {
    width: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-3 {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-push-1 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-push-2 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row .fs-sm-fifth {
    width: 17.91666667%;
  }

  .fs-grid .fs-row .fs-sm-fourth {
    width: 22.91666667%;
  }

  .fs-grid .fs-row .fs-sm-third {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-sm-half {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-sm-full {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-sm-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-sm-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-sm-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-sm-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-fifth {
    width: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-fourth {
    width: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-third {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-half {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-full {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-sm-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-sm-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-sm-destroy {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width:499px) {
  .fs-grid .fs-row .fs-xs-1 {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-xs-2 {
    width: 64.58333333%;
  }

  .fs-grid .fs-row .fs-xs-3 {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-xs-push-1 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xs-push-2 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-1 {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-2 {
    width: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-3 {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-push-1 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-push-2 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row .fs-xs-fifth {
    width: 17.91666667%;
  }

  .fs-grid .fs-row .fs-xs-fourth {
    width: 22.91666667%;
  }

  .fs-grid .fs-row .fs-xs-third {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-xs-half {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-xs-full {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-xs-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-xs-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-xs-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xs-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-fifth {
    width: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-fourth {
    width: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-third {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-half {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-full {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xs-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-xs-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-xs-destroy {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width:740px) and (max-width:979px) {
  .fs-grid .fs-row .fs-md-1 {
    width: 14.58333333%;
  }

  .fs-grid .fs-row .fs-md-2 {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-md-3 {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-md-4 {
    width: 64.58333333%;
  }

  .fs-grid .fs-row .fs-md-5 {
    width: 81.25%;
  }

  .fs-grid .fs-row .fs-md-6 {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-md-push-1 {
    margin-left: 17.70833333%;
  }

  .fs-grid .fs-row .fs-md-push-2 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-md-push-3 {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row .fs-md-push-4 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row .fs-md-push-5 {
    margin-left: 84.375%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-1 {
    width: 16.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-2 {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-3 {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-4 {
    width: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-5 {
    width: 83.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-6 {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-1 {
    margin-left: 16.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-2 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-3 {
    margin-left: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-4 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-5 {
    margin-left: 83.33333333%;
  }

  .fs-grid .fs-row .fs-md-fifth {
    width: 17.91666667%;
  }

  .fs-grid .fs-row .fs-md-fourth {
    width: 22.91666667%;
  }

  .fs-grid .fs-row .fs-md-third {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-md-half {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-md-full {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-md-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-md-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-md-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-md-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-fifth {
    width: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-fourth {
    width: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-third {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-half {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-full {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-md-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-md-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-md-destroy {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width:980px) {
  .fs-grid .fs-row .fs-lg-1 {
    width: 6.25%;
  }

  .fs-grid .fs-row .fs-lg-2 {
    width: 14.58333333%;
  }

  .fs-grid .fs-row .fs-lg-3 {
    width: 22.91666667%;
  }

  .fs-grid .fs-row .fs-lg-4 {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-lg-5 {
    width: 39.58333333%;
  }

  .fs-grid .fs-row .fs-lg-6 {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-lg-7 {
    width: 56.25%;
  }

  .fs-grid .fs-row .fs-lg-8 {
    width: 64.58333333%;
  }

  .fs-grid .fs-row .fs-lg-9 {
    width: 72.91666667%;
  }

  .fs-grid .fs-row .fs-lg-10 {
    width: 81.25%;
  }

  .fs-grid .fs-row .fs-lg-11 {
    width: 89.58333333%;
  }

  .fs-grid .fs-row .fs-lg-12 {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-lg-push-1 {
    margin-left: 9.375%;
  }

  .fs-grid .fs-row .fs-lg-push-2 {
    margin-left: 17.70833333%;
  }

  .fs-grid .fs-row .fs-lg-push-3 {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-4 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-lg-push-5 {
    margin-left: 42.70833333%;
  }

  .fs-grid .fs-row .fs-lg-push-6 {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-7 {
    margin-left: 59.375%;
  }

  .fs-grid .fs-row .fs-lg-push-8 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row .fs-lg-push-9 {
    margin-left: 76.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-10 {
    margin-left: 84.375%;
  }

  .fs-grid .fs-row .fs-lg-push-11 {
    margin-left: 92.70833333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-1 {
    width: 8.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-2 {
    width: 16.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-3 {
    width: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-4 {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-5 {
    width: 41.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-6 {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-7 {
    width: 58.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-8 {
    width: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-9 {
    width: 75%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-10 {
    width: 83.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-11 {
    width: 91.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-12 {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-1 {
    margin-left: 8.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-2 {
    margin-left: 16.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-3 {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-4 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-5 {
    margin-left: 41.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-6 {
    margin-left: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-7 {
    margin-left: 58.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-8 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-9 {
    margin-left: 75%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-10 {
    margin-left: 83.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-11 {
    margin-left: 91.66666667%;
  }

  .fs-grid .fs-row .fs-lg-fifth {
    width: 17.91666667%;
  }

  .fs-grid .fs-row .fs-lg-fourth {
    width: 22.91666667%;
  }

  .fs-grid .fs-row .fs-lg-third {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-lg-half {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-lg-full {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-lg-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-lg-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-lg-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-fifth {
    width: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-fourth {
    width: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-third {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-half {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-full {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-lg-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-lg-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-lg-destroy {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width:1220px) {
  .fs-grid .fs-row .fs-xl-1 {
    width: 6.25%;
  }

  .fs-grid .fs-row .fs-xl-2 {
    width: 14.58333333%;
  }

  .fs-grid .fs-row .fs-xl-3 {
    width: 22.91666667%;
  }

  .fs-grid .fs-row .fs-xl-4 {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-xl-5 {
    width: 39.58333333%;
  }

  .fs-grid .fs-row .fs-xl-6 {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-xl-7 {
    width: 56.25%;
  }

  .fs-grid .fs-row .fs-xl-8 {
    width: 64.58333333%;
  }

  .fs-grid .fs-row .fs-xl-9 {
    width: 72.91666667%;
  }

  .fs-grid .fs-row .fs-xl-10 {
    width: 81.25%;
  }

  .fs-grid .fs-row .fs-xl-11 {
    width: 89.58333333%;
  }

  .fs-grid .fs-row .fs-xl-12 {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-xl-push-1 {
    margin-left: 9.375%;
  }

  .fs-grid .fs-row .fs-xl-push-2 {
    margin-left: 17.70833333%;
  }

  .fs-grid .fs-row .fs-xl-push-3 {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-4 {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xl-push-5 {
    margin-left: 42.70833333%;
  }

  .fs-grid .fs-row .fs-xl-push-6 {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-7 {
    margin-left: 59.375%;
  }

  .fs-grid .fs-row .fs-xl-push-8 {
    margin-left: 67.70833333%;
  }

  .fs-grid .fs-row .fs-xl-push-9 {
    margin-left: 76.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-10 {
    margin-left: 84.375%;
  }

  .fs-grid .fs-row .fs-xl-push-11 {
    margin-left: 92.70833333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-1 {
    width: 8.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-2 {
    width: 16.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-3 {
    width: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-4 {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-5 {
    width: 41.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-6 {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-7 {
    width: 58.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-8 {
    width: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-9 {
    width: 75%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-10 {
    width: 83.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-11 {
    width: 91.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-12 {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-1 {
    margin-left: 8.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-2 {
    margin-left: 16.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-3 {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-4 {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-5 {
    margin-left: 41.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-6 {
    margin-left: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-7 {
    margin-left: 58.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-8 {
    margin-left: 66.66666667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-9 {
    margin-left: 75%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-10 {
    margin-left: 83.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-11 {
    margin-left: 91.66666667%;
  }

  .fs-grid .fs-row .fs-xl-fifth {
    width: 17.91666667%;
  }

  .fs-grid .fs-row .fs-xl-fourth {
    width: 22.91666667%;
  }

  .fs-grid .fs-row .fs-xl-third {
    width: 31.25%;
  }

  .fs-grid .fs-row .fs-xl-half {
    width: 47.91666667%;
  }

  .fs-grid .fs-row .fs-xl-full {
    width: 97.91666667%;
  }

  .fs-grid .fs-row .fs-xl-push-fifth {
    margin-left: 21.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-fourth {
    margin-left: 26.04166667%;
  }

  .fs-grid .fs-row .fs-xl-push-third {
    margin-left: 34.375%;
  }

  .fs-grid .fs-row .fs-xl-push-half {
    margin-left: 51.04166667%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-fifth {
    width: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-fourth {
    width: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-third {
    width: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-half {
    width: 50%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-full {
    width: 100%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-fifth {
    margin-left: 20%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-fourth {
    margin-left: 25%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-third {
    margin-left: 33.33333333%;
  }

  .fs-grid .fs-row [class*="-contained"].fs-xl-push-half {
    margin-left: 50%;
  }

  .fs-grid .fs-row .fs-xl-hide {
    display: none;
  }

  .fs-grid .fs-row .fs-xl-destroy {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.fs-cell,
.fs-row {
  border: 10px solid red;
}

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

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

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

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

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

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

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

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none!important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}

.bg_gray_90 {
  background: #222;
}

.hover_bg_gray_90:active,
.hover_bg_gray_90:focus,
.hover_bg_gray_90:hover {
  background: #222;
}

.border_gray_90 {
  border-color: #222;
}

.hover_border_gray_90:active,
.hover_border_gray_90:focus,
.hover_border_gray_90:hover {
  border-color: #222;
}

.color_gray_90 {
  color: #222;
}

.hover_color_gray_90:active,
.hover_color_gray_90:focus,
.hover_color_gray_90:hover {
  color: #222;
}

.bg_gray_80 {
  background: #333;
}

.hover_bg_gray_80:active,
.hover_bg_gray_80:focus,
.hover_bg_gray_80:hover {
  background: #333;
}

.border_gray_80 {
  border-color: #333;
}

.hover_border_gray_80:active,
.hover_border_gray_80:focus,
.hover_border_gray_80:hover {
  border-color: #333;
}

.color_gray_80 {
  color: #333;
}

.hover_color_gray_80:active,
.hover_color_gray_80:focus,
.hover_color_gray_80:hover {
  color: #333;
}

.bg_gray_70 {
  background: #4D4D4D;
}

.hover_bg_gray_70:active,
.hover_bg_gray_70:focus,
.hover_bg_gray_70:hover {
  background: #4D4D4D;
}

.border_gray_70 {
  border-color: #4D4D4D;
}

.hover_border_gray_70:active,
.hover_border_gray_70:focus,
.hover_border_gray_70:hover {
  border-color: #4D4D4D;
}

.color_gray_70 {
  color: #4D4D4D;
}

.hover_color_gray_70:active,
.hover_color_gray_70:focus,
.hover_color_gray_70:hover {
  color: #4D4D4D;
}

.bg_gray_60 {
  background: #666;
}

.hover_bg_gray_60:active,
.hover_bg_gray_60:focus,
.hover_bg_gray_60:hover {
  background: #666;
}

.border_gray_60 {
  border-color: #666;
}

.hover_border_gray_60:active,
.hover_border_gray_60:focus,
.hover_border_gray_60:hover {
  border-color: #666;
}

.color_gray_60 {
  color: #666;
}

.hover_color_gray_60:active,
.hover_color_gray_60:focus,
.hover_color_gray_60:hover {
  color: #666;
}

.bg_gray_50 {
  background: grey;
}

.hover_bg_gray_50:active,
.hover_bg_gray_50:focus,
.hover_bg_gray_50:hover {
  background: grey;
}

.border_gray_50 {
  border-color: grey;
}

.hover_border_gray_50:active,
.hover_border_gray_50:focus,
.hover_border_gray_50:hover {
  border-color: grey;
}

.color_gray_50 {
  color: grey;
}

.hover_color_gray_50:active,
.hover_color_gray_50:focus,
.hover_color_gray_50:hover {
  color: grey;
}

.bg_gray_40 {
  background: #999;
}

.hover_bg_gray_40:active,
.hover_bg_gray_40:focus,
.hover_bg_gray_40:hover {
  background: #999;
}

.border_gray_40 {
  border-color: #999;
}

.hover_border_gray_40:active,
.hover_border_gray_40:focus,
.hover_border_gray_40:hover {
  border-color: #999;
}

.color_gray_40 {
  color: #999;
}

.hover_color_gray_40:active,
.hover_color_gray_40:focus,
.hover_color_gray_40:hover {
  color: #999;
}

.bg_gray_30 {
  background: #B2B2B2;
}

.hover_bg_gray_30:active,
.hover_bg_gray_30:focus,
.hover_bg_gray_30:hover {
  background: #B2B2B2;
}

.border_gray_30 {
  border-color: #B2B2B2;
}

.hover_border_gray_30:active,
.hover_border_gray_30:focus,
.hover_border_gray_30:hover {
  border-color: #B2B2B2;
}

.color_gray_30 {
  color: #B2B2B2;
}

.hover_color_gray_30:active,
.hover_color_gray_30:focus,
.hover_color_gray_30:hover {
  color: #B2B2B2;
}

.bg_gray_20 {
  background: #CCC;
}

.hover_bg_gray_20:active,
.hover_bg_gray_20:focus,
.hover_bg_gray_20:hover {
  background: #CCC;
}

.border_gray_20 {
  border-color: #CCC;
}

.hover_border_gray_20:active,
.hover_border_gray_20:focus,
.hover_border_gray_20:hover {
  border-color: #CCC;
}

.color_gray_20 {
  color: #CCC;
}

.hover_color_gray_20:active,
.hover_color_gray_20:focus,
.hover_color_gray_20:hover {
  color: #CCC;
}

.bg_gray_10 {
  background: #EAEAEA;
}

.hover_bg_gray_10:active,
.hover_bg_gray_10:focus,
.hover_bg_gray_10:hover {
  background: #EAEAEA;
}

.border_gray_10 {
  border-color: #EAEAEA;
}

.hover_border_gray_10:active,
.hover_border_gray_10:focus,
.hover_border_gray_10:hover {
  border-color: #EAEAEA;
}

.color_gray_10 {
  color: #EAEAEA;
}

.hover_color_gray_10:active,
.hover_color_gray_10:focus,
.hover_color_gray_10:hover {
  color: #EAEAEA;
}

.bg_gray_light {
  background: #f3f4f5;
}

.hover_bg_gray_light:active,
.hover_bg_gray_light:focus,
.hover_bg_gray_light:hover {
  background: #f3f4f5;
}

.border_gray_light {
  border-color: #f3f4f5;
}

.hover_border_gray_light:active,
.hover_border_gray_light:focus,
.hover_border_gray_light:hover {
  border-color: #f3f4f5;
}

.color_gray_light {
  color: #f3f4f5;
}

.hover_color_gray_light:active,
.hover_color_gray_light:focus,
.hover_color_gray_light:hover {
  color: #f3f4f5;
}

.bg_gray_medium {
  background: #a7a8aa;
}

.hover_bg_gray_medium:active,
.hover_bg_gray_medium:focus,
.hover_bg_gray_medium:hover {
  background: #a7a8aa;
}

.border_gray_medium {
  border-color: #a7a8aa;
}

.hover_border_gray_medium:active,
.hover_border_gray_medium:focus,
.hover_border_gray_medium:hover {
  border-color: #a7a8aa;
}

.color_gray_medium {
  color: #a7a8aa;
}

.hover_color_gray_medium:active,
.hover_color_gray_medium:focus,
.hover_color_gray_medium:hover {
  color: #a7a8aa;
}

.bg_gray_dark {
  background: #333;
}

.hover_bg_gray_dark:active,
.hover_bg_gray_dark:focus,
.hover_bg_gray_dark:hover {
  background: #333;
}

.border_gray_dark {
  border-color: #333;
}

.hover_border_gray_dark:active,
.hover_border_gray_dark:focus,
.hover_border_gray_dark:hover {
  border-color: #333;
}

.color_gray_dark {
  color: #333;
}

.hover_color_gray_dark:active,
.hover_color_gray_dark:focus,
.hover_color_gray_dark:hover {
  color: #333;
}

.bg_orange {
  background: #ef562d;
}

.hover_bg_orange:active,
.hover_bg_orange:focus,
.hover_bg_orange:hover {
  background: #ef562d;
}

.border_orange {
  border-color: #ef562d;
}

.hover_border_orange:active,
.hover_border_orange:focus,
.hover_border_orange:hover {
  border-color: #ef562d;
}

.color_orange {
  color: #ef562d;
}

.hover_color_orange:active,
.hover_color_orange:focus,
.hover_color_orange:hover {
  color: #ef562d;
}

.bg_yellow {
  background: #f4da40;
}

.hover_bg_yellow:active,
.hover_bg_yellow:focus,
.hover_bg_yellow:hover {
  background: #f4da40;
}

.border_yellow {
  border-color: #f4da40;
}

.hover_border_yellow:active,
.hover_border_yellow:focus,
.hover_border_yellow:hover {
  border-color: #f4da40;
}

.color_yellow {
  color: #f4da40;
}

.hover_color_yellow:active,
.hover_color_yellow:focus,
.hover_color_yellow:hover {
  color: #f4da40;
}

.bg_pink {
  background: #991e66;
}

.hover_bg_pink:active,
.hover_bg_pink:focus,
.hover_bg_pink:hover {
  background: #991e66;
}

.border_pink {
  border-color: #991e66;
}

.hover_border_pink:active,
.hover_border_pink:focus,
.hover_border_pink:hover {
  border-color: #991e66;
}

.color_pink {
  color: #991e66;
}

.hover_color_pink:active,
.hover_color_pink:focus,
.hover_color_pink:hover {
  color: #991e66;
}

.bg_teal_accent {
  background: #02A6AB;
}

.hover_bg_teal_accent:active,
.hover_bg_teal_accent:focus,
.hover_bg_teal_accent:hover {
  background: #02A6AB;
}

.border_teal_accent {
  border-color: #02A6AB;
}

.hover_border_teal_accent:active,
.hover_border_teal_accent:focus,
.hover_border_teal_accent:hover {
  border-color: #02A6AB;
}

.color_teal_accent {
  color: #02A6AB;
}

.hover_color_teal_accent:active,
.hover_color_teal_accent:focus,
.hover_color_teal_accent:hover {
  color: #02A6AB;
}

.bg_green_light {
  background: #5fc64d;
}

.hover_bg_green_light:active,
.hover_bg_green_light:focus,
.hover_bg_green_light:hover {
  background: #5fc64d;
}

.border_green_light {
  border-color: #5fc64d;
}

.hover_border_green_light:active,
.hover_border_green_light:focus,
.hover_border_green_light:hover {
  border-color: #5fc64d;
}

.color_green_light {
  color: #5fc64d;
}

.hover_color_green_light:active,
.hover_color_green_light:focus,
.hover_color_green_light:hover {
  color: #5fc64d;
}

.bg_green_dark {
  background: #02a6ab;
}

.hover_bg_green_dark:active,
.hover_bg_green_dark:focus,
.hover_bg_green_dark:hover {
  background: #02a6ab;
}

.border_green_dark {
  border-color: #02a6ab;
}

.hover_border_green_dark:active,
.hover_border_green_dark:focus,
.hover_border_green_dark:hover {
  border-color: #02a6ab;
}

.color_green_dark {
  color: #02a6ab;
}

.hover_color_green_dark:active,
.hover_color_green_dark:focus,
.hover_color_green_dark:hover {
  color: #02a6ab;
}

.bg_blue_light {
  background: #264db6;
}

.hover_bg_blue_light:active,
.hover_bg_blue_light:focus,
.hover_bg_blue_light:hover {
  background: #264db6;
}

.border_blue_light {
  border-color: #264db6;
}

.hover_border_blue_light:active,
.hover_border_blue_light:focus,
.hover_border_blue_light:hover {
  border-color: #264db6;
}

.color_blue_light {
  color: #264db6;
}

.hover_color_blue_light:active,
.hover_color_blue_light:focus,
.hover_color_blue_light:hover {
  color: #264db6;
}

.bg_blue_dark {
  background: #072f4f;
}

.hover_bg_blue_dark:active,
.hover_bg_blue_dark:focus,
.hover_bg_blue_dark:hover {
  background: #072f4f;
}

.border_blue_dark {
  border-color: #072f4f;
}

.hover_border_blue_dark:active,
.hover_border_blue_dark:focus,
.hover_border_blue_dark:hover {
  border-color: #072f4f;
}

.color_blue_dark {
  color: #072f4f;
}

.hover_color_blue_dark:active,
.hover_color_blue_dark:focus,
.hover_color_blue_dark:hover {
  color: #072f4f;
}

.bg_red_light {
  background: #930a28;
}

.hover_bg_red_light:active,
.hover_bg_red_light:focus,
.hover_bg_red_light:hover {
  background: #930a28;
}

.border_red_light {
  border-color: #930a28;
}

.hover_border_red_light:active,
.hover_border_red_light:focus,
.hover_border_red_light:hover {
  border-color: #930a28;
}

.color_red_light {
  color: #930a28;
}

.hover_color_red_light:active,
.hover_color_red_light:focus,
.hover_color_red_light:hover {
  color: #930a28;
}

.bg_red_brand {
  background: #C8102E;
}

.hover_bg_red_brand:active,
.hover_bg_red_brand:focus,
.hover_bg_red_brand:hover {
  background: #C8102E;
}

.border_red_brand {
  border-color: #C8102E;
}

.hover_border_red_brand:active,
.hover_border_red_brand:focus,
.hover_border_red_brand:hover {
  border-color: #C8102E;
}

.color_red_brand {
  color: #C8102E;
}

.hover_color_red_brand:active,
.hover_color_red_brand:focus,
.hover_color_red_brand:hover {
  color: #C8102E;
}

.bg_black {
  background: #000;
}

.hover_bg_black:active,
.hover_bg_black:focus,
.hover_bg_black:hover {
  background: #000;
}

.border_black {
  border-color: #000;
}

.hover_border_black:active,
.hover_border_black:focus,
.hover_border_black:hover {
  border-color: #000;
}

.color_black {
  color: #000;
}

.hover_color_black:active,
.hover_color_black:focus,
.hover_color_black:hover {
  color: #000;
}

.bg_white {
  background: #fff;
}

.hover_bg_white:active,
.hover_bg_white:focus,
.hover_bg_white:hover {
  background: #fff;
}

.border_white {
  border-color: #fff;
}

.hover_border_white:active,
.hover_border_white:focus,
.hover_border_white:hover {
  border-color: #fff;
}

.color_white {
  color: #fff;
}

.hover_color_white:active,
.hover_color_white:focus,
.hover_color_white:hover {
  color: #fff;
}

.bg_transparent {
  background: 0 0;
}

.hover_bg_transparent:active,
.hover_bg_transparent:focus,
.hover_bg_transparent:hover {
  background: 0 0;
}

.border_transparent {
  border-color: transparent;
}

.hover_border_transparent:active,
.hover_border_transparent:focus,
.hover_border_transparent:hover {
  border-color: transparent;
}

.color_transparent {
  color: transparent;
}

.hover_color_transparent:active,
.hover_color_transparent:focus,
.hover_color_transparent:hover {
  color: transparent;
}

.bg_true_black {
  background: #000;
}

.hover_bg_true_black:active,
.hover_bg_true_black:focus,
.hover_bg_true_black:hover {
  background: #000;
}

.border_true_black {
  border-color: #000;
}

.hover_border_true_black:active,
.hover_border_true_black:focus,
.hover_border_true_black:hover {
  border-color: #000;
}

.color_true_black {
  color: #000;
}

.hover_color_true_black:active,
.hover_color_true_black:focus,
.hover_color_true_black:hover {
  color: #000;
}

.bg_true_white {
  background: #fff;
}

.hover_bg_true_white:active,
.hover_bg_true_white:focus,
.hover_bg_true_white:hover {
  background: #fff;
}

.border_true_white {
  border-color: #fff;
}

.hover_border_true_white:active,
.hover_border_true_white:focus,
.hover_border_true_white:hover {
  border-color: #fff;
}

.color_true_white {
  color: #fff;
}

.hover_color_true_white:active,
.hover_color_true_white:focus,
.hover_color_true_white:hover {
  color: #fff;
}

a {
  transition: background-color .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease,opacity .25s ease;
  text-decoration: none;
}

.touch a[href^=tel] {
  color: inherit;
}

strong {
  font-weight: 700;
}

.intro {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

@media only screen and (min-width:768px) {
  .intro {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

.typography {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
}

@media only screen and (min-width:768px) {
  .typography {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.typography h1 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
}

@media only screen and (min-width:768px) {
  .typography h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media only screen and (min-width:992px) {
  .typography h1 {
    font-size: 64px;
    font-size: 4rem;
  }
}

.typography h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .typography h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.typography h3 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .typography h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.typography h4 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .typography h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.typography h5 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .typography h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.typography h6 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  margin: 12px 0;
}

.typography p {
  margin: 24px 0;
}

.typography p:first-child {
  margin-top: 0;
}

.typography h2+.intro p {
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .typography h2+.intro p {
    margin-bottom: 30px;
  }
}

.typography a {
  display: inline-block;
  box-shadow: inset 0 -1px 0 #072f4f;
  color: #C8102E;
  text-decoration: none;
}

.typography a:focus,
.typography a:hover {
  box-shadow: inset 0 -1px 0 #264db6;
  color: #264db6;
}

.typography img {
  height: auto;
  max-width: 50%;
}

.typography .block_center,
.typography .block_left,
.typography .block_right {
  width: auto;
  display: table;
  table-layout: fixed;
}

.typography .block_center img,
.typography .block_left img,
.typography .block_right img {
  display: block;
  max-width: 100%;
}

.typography .block_center figcaption,
.typography .block_left figcaption,
.typography .block_right figcaption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  caption-side: bottom;
  display: table-caption;
}

.typography .block_left,
.typography .block_right {
  max-width: 50%;
}

@media only screen and (max-width:767px) {
  .typography .block_left,
  .typography .block_right {
    max-width: none;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.typography .block_center {
  text-align: center;
}

.typography .block_center img {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width:768px) {
  .typography .video_left,
  .typography .video_right {
    width: 50%;
  }
}

.typography iframe {
  max-width: 100%;
}

.typography ol,
.typography ul {
  padding-left: 25px;
}

.typography ol li,
.typography ul li {
  margin: 10px 0;
}

.typography ol {
  counter-reset: li;
}

.typography ol>li {
  display: block;
  position: relative;
  list-style: none;
}

.typography ol>li:before {
  position: absolute;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: .875rem;
  top: 5px;
  right: 100%;
  color: #C8102E;
  content: counter(li) ". ";
  counter-increment: li;
  line-height: 1;
  margin-right: 8px;
}

@media only screen and (min-width:768px) {
  .typography ol>li:before {
    font-size: 18px;
    font-size: 1.125rem;
    top: 7px;
  }
}

.typography ol[type="a"]>li:before {
  content: counter(li,lower-alpha) ". ";
}

.typography ol[type="A"]>li:before {
  content: counter(li,upper-alpha) ". ";
}

.typography ol[type="i"]>li:before {
  content: counter(li,lower-roman) ". ";
}

.typography ol[type="I"]>li:before {
  content: counter(li,upper-roman) ". ";
}

.typography ul {
  list-style: none;
}

.typography ul>li:before {
  width: 5px;
  height: 5px;
  background: #C8102E;
  border-radius: 50%;
  content: "";
  display: block;
  float: left;
  margin: 12px 0 0 -15px;
}

.typography table {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  color: #333;
}

.typography table tr:nth-child(even) {
  background-color: #f3f4f5;
}

.typography table td,
.typography table th {
  padding-right: 20px;
  padding-left: 20px;
}

.typography table th,
.typography table thead td {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  background-color: #C8102E;
  color: #fff;
  letter-spacing: 2.36px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
}

.typography table td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: .01%;
}

.table_wrapper.table_wrapper_overflow {
  position: relative;
  border: 1px solid #ccc;
}

.table_wrapper.table_wrapper_overflow:after {
  background-color: rgba(0,0,0,0);
  background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,.1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=1);
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

.table_wrapper.table_wrapper_overflow .table_wrapper_inner {
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table_wrapper.table_wrapper_overflow table {
  margin: 0;
  border: 0;
}

.table_wrapper.table_wrapper_overflow table>tbody {
  border: none;
}

.table_wrapper.table_wrapper_overflow table>tbody>tr>td:first-child,
.table_wrapper.table_wrapper_overflow table>tbody>tr>th:first-child,
.table_wrapper.table_wrapper_overflow table>tfoot>tr>td:first-child,
.table_wrapper.table_wrapper_overflow table>tfoot>tr>th:first-child,
.table_wrapper.table_wrapper_overflow table>thead>tr>td:first-child,
.table_wrapper.table_wrapper_overflow table>thead>tr>th:first-child {
  border-left: 0;
}

.table_wrapper.table_wrapper_overflow table>tbody>tr>td:last-child,
.table_wrapper.table_wrapper_overflow table>tbody>tr>th:last-child,
.table_wrapper.table_wrapper_overflow table>tfoot>tr>td:last-child,
.table_wrapper.table_wrapper_overflow table>tfoot>tr>th:last-child,
.table_wrapper.table_wrapper_overflow table>thead>tr>td:last-child,
.table_wrapper.table_wrapper_overflow table>thead>tr>th:last-child {
  border-right: 0;
}

.table_wrapper.table_wrapper_overflow table>tbody>tr:last-child>td,
.table_wrapper.table_wrapper_overflow table>tbody>tr:last-child>th,
.table_wrapper.table_wrapper_overflow table>tfoot>tr:last-child>td,
.table_wrapper.table_wrapper_overflow table>tfoot>tr:last-child>th {
  border-bottom: 0;
}

button {
  background: 0 0;
  border: none;
  padding: 0;
}

.footer {
  position: relative;
  background-color: #C8102E;
  color: #fff;
}

@media print {
  .footer {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .footer {
    padding-top: 60px;
  }
}

.footer_top:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width:600px) {
  .footer_top {
    padding: 20px 0 30px;
  }
}

@media only screen and (min-width:768px) {
  .footer_top {
    margin-bottom: 25px;
  }
}

@media screen and (min-width:600px) {
  .identity_group {
    float: left;
  }
}

.identity_logo {
  width: 320px;
  height: 59px;
  position: relative;
  background-image: url(../images/logo-footer-desktop.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

@media only screen and (max-width:767px) {
  .identity_logo {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi) {
  .identity_logo {
    background-image: url(../images/logo-footer-desktop@2x.png);
  }
}

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

.identity_logo .label.focusable:active,
.identity_logo .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.footer_contact {
  padding: 0 0 5px;
}

@media screen and (min-width:600px) {
  .footer_contact {
    float: right;
    padding: 0;
  }
}

@media only screen and (min-width:992px) {
  .footer_contact {
    width: 48.4%;
  }
}

@media only screen and (min-width:1200px) {
  .footer_contact {
    width: 50%;
  }
}

.footer_address {
  margin: 25px 0;
}

@media only screen and (min-width:992px) {
  .footer_address {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  .footer_address:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (min-width:768px) {
  .footer_address:first-child {
    margin-top: 15px;
  }
}

@media only screen and (min-width:1200px) {
  .footer_address:first-child {
    margin-top: 5px;
  }
}

.footer_address a {
  color: inherit;
}

.footer_address_image {
  float: left;
  display: block;
  border-radius: 100%;
  margin-right: 16px;
}

@media only screen and (max-width:991px) {
  .footer_address_image {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .footer_address_wrap {
    overflow: hidden;
  }
}

.footer_address_name {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 7px;
}

@media only screen and (min-width:992px) {
  .footer_address_name {
    opacity: 1;
  }
}

.footer_address_name .label {
  display: none!important;
  visibility: hidden;
}

.footer_address_body {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:1200px) {
  .footer_address_body {
    font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media only screen and (min-width:1200px) {
  .no-js .footer_address_body {
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer_address_phone {
  color: inherit;
}

@media only screen and (max-width:1199px) {
  .footer_address_phone {
    display: block;
    margin-top: 10px;
  }
}

@media only screen and (min-width:1200px) {
  .footer_address_phone {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
}

@media only screen and (min-width:1200px) {
  .footer_address_phone:before {
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    left: 15px;
    background-color: #f3f4f5;
    content: "";
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.footer_contact_full_width {
  width: 100%;
}

@media only screen and (min-width:1200px) {
  .footer_contact_full_width .footer_address {
    width: 33%;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0;
}

input::-ms-clear {
  width: 0;
  height: 0;
}

textarea {
  display: block;
  resize: vertical;
}

[data-whatinput=mouse] .typography input:focus,
[data-whatinput=mouse] .typography label:focus,
[data-whatinput=mouse] .typography select:focus,
[data-whatinput=mouse] .typography textarea:focus,
[data-whatinput=touch] .typography input:focus,
[data-whatinput=touch] .typography label:focus,
[data-whatinput=touch] .typography select:focus,
[data-whatinput=touch] .typography textarea:focus {
  outline: 0;
}

.content_form input[type=date],
.content_form input[type=email],
.content_form input[type=number],
.content_form input[type=tel],
.content_form input[type=text],
.content_form input[type=url],
.content_form textarea {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  border: 1px solid #E5E2E0;
  border-radius: 5px;
  color: #333;
  padding: 18px;
}

.content_form input[type=file] {
  border-width: 0;
}

.content_form input[type=submit] {
  font-size: 16px;
  font-size: 1rem;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  background-color: #C8102E;
  border-radius: 5px;
  border-width: 0;
  color: #fff;
  display: inline-block;
  padding: 10px;
  transition: background-color .25s;
}

.content_form input[type=submit]:focus,
.content_form input[type=submit]:hover {
  background-color: #C8102E;
}

.content_form textarea {
  line-height: 1.77777778;
}

.content_form .fs-dropdown {
  display: inline-block;
  margin-bottom: 30px;
}

.content_form .base_dropdown.fs-dropdown .fs-dropdown-selected {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 175px 22px 22px;
}

.content_form .fs-checkbox {
  margin-bottom: 25px;
}

.content_form .fs-checkbox-marker {
  border-color: #a7a8aa;
  transition: border .15s,box-shadow .15s;
}

.content_form .fs-checkbox-flag:before {
  width: 10px;
  height: 10px;
  background-color: #3268C2;
  border-width: 0!important;
  margin: 4px;
  -ms-transform: rotate(0) scale(0);
  transform: rotate(0) scale(0);
}

.content_form .fs-checkbox-checked .fs-checkbox-marker {
  border-color: #3268C2;
  box-shadow: inset 0 0 0 2px #3268C2;
}

.content_form .fs-checkbox-checked .fs-checkbox-flag:before {
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.content_form .fs-checkbox-radio .fs-checkbox-flag {
  background-color: #3268C2;
}

.content_form_heading {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #264db6;
  margin-bottom: 12px;
}

@media only screen and (min-width:768px) {
  .content_form_heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.content_form_subheading {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
}

.content_form_set {
  margin: 0 0 30px 0;
}

.content_form_set label {
  display: block;
  margin-top: 14px;
}

@media only screen and (min-width:768px) {
  .content_form_columns:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media only screen and (min-width:768px) {
  .content_form_column {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width:768px) {
  .content_form_column:first-child {
    padding-right: 12px;
  }
}

@media only screen and (min-width:768px) {
  .content_form_column:last-child {
    padding-left: 12px;
  }
}

@media screen and (min-width:420px) {
  .content_form_date:after,
  .content_form_phone:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (min-width:420px) {
  .content_form_date .content_form_set,
  .content_form_phone .content_form_set {
    float: left;
    width: 120px;
  }
}

@media screen and (min-width:420px) {
  .content_form_date .content_form_set:not(:last-child),
  .content_form_phone .content_form_set:not(:last-child) {
    margin-right: 24px;
  }
}

@media only screen and (min-width:768px) {
  .site_search_description {
    margin-bottom: 55px;
  }
}

.site_search_wrapper {
  position: relative;
}

.site_search_icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

@media only screen and (min-width:768px) {
  .site_search_icon {
    top: 28px;
    right: 28px;
  }
}

.site_search_icon .symbol_search {
  width: 25px;
  height: 25px;
  fill: #000;
}

@media only screen and (min-width:768px) {
  .site_search_icon .symbol_search {
    width: 30px;
    height: 30px;
  }
}

.gsc-completion-container {
  color: #333;
}

.site_search_results {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .site_search_results {
    margin-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .site_search_results {
    margin-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .site_search_results {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .site_search_results {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width:992px) {
  .site_search_results {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.site_search_results .gsc-control-cse {
  background: 0 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}

.site_search_results .gsc-search-box {
  position: relative;
  font-size: inherit;
  margin-bottom: 20px;
}

.site_search_results .gsc-search-box td.gsc-input {
  width: 100%;
  padding-right: 0;
}

.site_search_results .gsc-search-box .gsc-input-box {
  height: auto;
  border-color: #a7a8aa;
  border-radius: 5px;
}

.site_search_results .gsc-search-box .gsib_a {
  padding: 0!important;
}

.site_search_results .gsc-search-box .gscb_a {
  display: none!important;
  visibility: hidden;
}

.site_search_results .gsc-search-box input.gsc-input {
  font-size: 20px;
  font-size: 1.25rem;
  height: auto!important;
  width: 100%;
  background-color: transparent!important;
  background-position: 20px 50%!important;
  border: 1px solid #000;
  color: #C8102E;
  margin: 0!important;
  padding: 20px 75px 20px 16px!important;
}

@media only screen and (min-width:768px) {
  .site_search_results .gsc-search-box input.gsc-input {
    padding: 30px 115px 30px 21px!important;
  }
}

.site_search_results .gsc-search-box td.gsc-search-button {
  height: 100%;
  width: 6rem;
  position: absolute;
  top: 0;
  right: 0;
}

.site_search_results .gsc-search-box input.gsc-search-button {
  position: absolute;
  height: 100%;
  min-width: 100%;
  width: auto;
  top: 0;
  right: 0;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  font-size: inherit;
  font-weight: 400;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
}

.site_search_results .gsc-search-box button.gsc-search-button {
  height: 100%;
  width: 100%;
}

.site_search_results .gsc-search-box .gsc-search-button svg {
  -ms-transform: scale(2);
  transform: scale(2);
}

.site_search_results .gsc-search-box td.gsc-clear-button {
  position: absolute;
  top: 0;
  right: 0;
}

.site_search_results .gsc-search-box div.gsc-clear-button {
  background: 0 0;
  display: block;
  margin: 0;
  padding-left: 0;
  text-align: center;
}

.site_search_results .gsc-tabsArea {
  border-bottom: 0;
  margin: 0;
}

.site_search_results .gsc-tabsArea .gsc-tabHeader {
  border: 0;
  color: inherit;
  margin: 0;
  padding: 4px;
}

.site_search_results .gsc-refinementsArea {
  border-bottom: 0;
  margin-bottom: 15px;
  padding: 0;
}

.site_search_results .gsc-refinementsArea .gsc-refinementHeader {
  margin: 0;
  padding: 4px;
}

.site_search_results .gsc-above-wrapper-area {
  border-bottom: 1px solid #a7a8aa;
  padding: 0 0 20px;
}

.site_search_results .gsc-above-wrapper-area .gsc-result-info {
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding-left: 0;
}

.site_search_results .gsc-above-wrapper-area .gsc-orderby-container {
  display: none;
}

.site_search_results .gsc-results {
  width: 100%;
  padding-bottom: 0;
}

.site_search_results .gsc-results .gsc-result:not(.gsc-imageResult) {
  position: relative;
  border: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding: 20px 0;
}

@media only screen and (min-width:768px) {
  .site_search_results .gsc-results .gsc-result:not(.gsc-imageResult) {
    padding: 35px 0;
  }
}

.site_search_results .gsc-results .gsc-result:not(.gsc-imageResult):after {
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 8px;
  background-color: #C8102E;
  content: "";
  display: block;
  visibility: visible;
}

.site_search_results .gsc-results .gsc-table-result {
  font-family: inherit;
  font-size: inherit;
}

.site_search_results .gsc-results .gsc-thumbnail {
  padding: 0 20px 0 0;
}

.site_search_results .gsc-results .gsc-thumbnail .gs-image-box {
  height: auto;
  width: 80px;
  padding: 0;
}

.site_search_results .gsc-results .gsc-thumbnail img.gs-image {
  max-height: 100%!important;
  max-width: 100%;
  width: 100%;
  border: 0;
}

.site_search_results .gsc-results .gsc-table-cell-snippet-close {
  padding: 0;
}

.site_search_results .gsc-results div.gs-title {
  height: auto;
  color: inherit;
  font-size: inherit;
  margin-bottom: 10px;
  text-decoration: none;
}

.site_search_results .gsc-results a.gs-title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  height: inherit;
  color: inherit!important;
  text-decoration: inherit;
}

@media only screen and (min-width:768px) {
  .site_search_results .gsc-results a.gs-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.site_search_results .gsc-results a.gs-title b {
  color: inherit!important;
  font-size: inherit;
  text-decoration: inherit;
}

.site_search_results .gsc-results .gs-snippet {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
  .site_search_results .gsc-results .gs-snippet {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.site_search_results .gsc-results .gsc-url-top {
  display: none;
}

.site_search_results .gsc-results .gs-visibleUrl b {
  font-weight: inherit;
}

.site_search_results .gsc-expansionArea .gsc-cursor-box {
  margin-bottom: 0;
  padding: 20px 0;
}

.site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
  font-size: 16px;
  font-size: 1rem;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  background: 0 0;
  color: #333;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  text-decoration: none;
}

.site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:active,
.site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:focus,
.site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:hover {
  color: #264db6;
  text-decoration: none;
}

.site_search_results .gsc-expansionArea .gsc-cursor-box .gsc-cursor-current-page {
  color: #264db6;
}

.site_search_results div.gcsc-branding {
  padding-bottom: 20px;
  pointer-events: none;
}

.header {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media only screen and (max-width:991px) {
  .header {
    overflow: hidden;
    position: relative;
    height: 50px;
    z-index: 210;
    padding: 9px 0 8px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header {
    height: 70px;
  }
}

@media only screen and (min-width:992px) {
  .header_top {
    border-bottom: 1px solid #a7a8aa;
    padding: 28px 0 15px;
  }

  .header_top:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media print {
  .header_bottom {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .header_bottom {
    position: relative;
  }

  .header_bottom:after {
    clear: both;
    content: "";
    display: table;
  }
}

.logo_header {
  width: 158px;
  height: 33px;
  float: left;
  position: relative;
  background-image: url(../images/logo-mobile.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi) {
  .logo_header {
    background-image: url(../images/logo-mobile@2x.png);
  }
}

@media only screen and (min-width:768px) {
  .logo_header {
    width: 250px;
    height: 53px;
    background-image: url(../images/logo-desktop.png);
  }
}

@media only screen and (min-width:992px) {
  .logo_header {
    float: left;
  }
}

.logo_link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media print {
  .logo_link {
    display: none!important;
    visibility: hidden;
  }
}

.logo_link .label {
  display: none!important;
  visibility: hidden;
}

.header_controls {
  float: right;
  margin-top: 7px;
}

@media print {
  .header_controls {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .header_controls {
    margin-top: 17px;
  }
}

@media only screen and (min-width:992px) {
  .header_controls {
    display: none!important;
    visibility: hidden;
  }
}

.header_control {
  float: left;
}

.header_control:not(:last-child) {
  border-right: 1px solid #a7a8aa;
  transition: border .4s;
}

.fs-navigation-lock .header_control:not(:last-child) {
  border-right-color: rgba(167,168,170,0);
}

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

.header_control .label.focusable:active,
.header_control .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.mobile_sidebar_handle {
  position: relative;
  width: 40px;
  height: 20px;
}

.mobile_sidebar_handle .icon {
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #C8102E;
  border-radius: 2px;
  box-shadow: 0 -4px 0 #C8102E;
  margin: auto;
  transition: background-color .4,box-shadow .4,transform .4;
}

.fs-navigation-lock .mobile_sidebar_handle .icon {
  background-color: #C8102E;
  box-shadow: 0 -4px 0 rgba(200,16,46,0)!important;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile_sidebar_handle .icon:after {
  display: block;
  width: 14px;
  height: 2px;
  background-color: #C8102E;
  border-radius: 2px;
  content: "";
  transition: background-color .4s,margin-color .4s;
  -ms-transform: rotate(0) translateY(4px);
  transform: rotate(0) translateY(4px);
}

.fs-navigation-lock .mobile_sidebar_handle .icon:after {
  background-color: #C8102E;
  -ms-transform: rotate(90deg) translateY(0);
  transform: rotate(90deg) translateY(0);
}

.mobile_sidebar_handle:focus .icon,
.mobile_sidebar_handle:hover .icon {
  background-color: #C8102E;
  box-shadow: 0 -4px 0 #C8102E;
}

.mobile_sidebar_handle:focus .icon:after,
.mobile_sidebar_handle:hover .icon:after {
  background-color: #C8102E;
}

.site_search_handle {
  width: 26px;
  padding: 0 0 1px 12px;
  transition: width .4s,padding .4s;
}

.site_search_handle .symbol_search {
  width: 14px;
  height: 14px;
  fill: #C8102E;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: fill .25s,transform .4s;
}

.fs-navigation-lock .site_search_handle .symbol_search {
  -ms-transform: scale(0);
  transform: scale(0);
}

.fs-navigation-lock .site_search_handle {
  width: 0;
  padding-left: 0;
}

.site_search_handle:focus .symbol_search,
.site_search_handle:hover .symbol_search {
  fill: #C8102E;
}

.header_search {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #C8102E;
  border-radius: 100%;
  color: #fff;
  margin: auto 0;
}

@media only screen and (max-width:991px) {
  .header_search {
    display: none!important;
    visibility: hidden;
  }
}

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

.header_search .label.focusable:active,
.header_search .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.header_search .icon {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  bottom: 6px;
}

.header_search .symbol_search {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.header_search:focus,
.header_search:hover {
  background-color: #333;
}

.sticky_header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #C8102E;
  color: #fff;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform .3s;
}

.csstransforms3d .sticky_header {
  transform: translate3d(0,-100%,0);
}

@media print,only screen and (max-width:991px) {
  .sticky_header {
    display: none!important;
    visibility: hidden;
  }
}

.header_pin .sticky_header {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.csstransforms3d .header_pin .sticky_header {
  transform: translate3d(0,0,0);
}

.sticky_header_inner:after {
  clear: both;
  content: "";
  display: table;
}

.sticky_header_wrapper {
  float: left;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sticky_header_logo {
  float: left;
}

.sticky_header_logo_link {
  display: block;
  min-height: 60px;
  max-height: 60px;
  color: #fff;
  padding: 15px 0;
}

.sticky_header_logo_link:before {
  display: block;
  width: 33px;
  height: 30px;
  background-image: url(../images/logo-sticky.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi) {
  .sticky_header_logo_link:before {
    background-image: url(../images/logo-sticky@2x.png);
  }
}

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

.sticky_header_logo_link .label.focusable:active,
.sticky_header_logo_link .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.sticky_header_drop {
  float: left;
  position: relative;
}

.sticky_header_drop.js-toggle_active .secondary_nav_sticky,
.sticky_header_drop:hover .secondary_nav_sticky {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sticky_header_drop .secondary_nav_sticky {
  background-color: #930a28;
}

.sticky_header_drop .secondary_nav_list {
  background-color: transparent!important;
}

.sticky_header_select {
  min-height: 60px;
  max-height: 60px;
  background-color: #930a28;
  padding: 21px 8px;
}

@media only screen and (min-width:1200px) {
  .sticky_header_select {
    padding: 21px 25px;
  }
}

.sticky_header_select .icon {
  display: inline-block;
  margin-right: 2px;
}

@media only screen and (min-width:1200px) {
  .sticky_header_select .icon {
    margin-right: 5px;
  }
}

.sticky_header_select .symbol_users {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.sticky_header_select .symbol_chevron_down {
  width: 9px;
  height: 6px;
  fill: #fff;
}

.sticky_header_select .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.86px;
}

.sticky_header_select .indicator {
  display: inline-block;
  margin-left: 2px;
}

@media only screen and (min-width:1200px) {
  .sticky_header_select .indicator {
    margin-left: 5px;
  }
}

.sticky_header_search {
  display: block;
  float: left;
  min-height: 60px;
  max-height: 60px;
  padding: 22px 0 22px 15px;
}

@media only screen and (min-width:1200px) {
  .sticky_header_search {
    padding-left: 20px;
  }
}

.sticky_header_search .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  color: #fff;
}

.sticky_header_search .label.focusable:active,
.sticky_header_search .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.sticky_header_search .symbol_search {
  width: 16px;
  height: 16px;
  fill: #fff;
}

@media only screen and (min-width:992px) {
  .header_top_hide_border {
    border-bottom: none;
  }
}

.logo_print {
  display: none;
}

@media print {
  .logo_print {
    display: block;
  }
}

.icon_arrow_right {
  background: url(../icons.svg) no-repeat;
  background-position: 98.89643463497454% 50.261780104712045%;
}

.icon_arrow_right_dims {
  width: 12px;
  height: 12px;
}

.icon_calendar {
  background: url(../icons.svg) no-repeat;
  background-position: 98.12606473594549% 47.02276707530648%;
}

.icon_calendar_dims {
  width: 20px;
  height: 20px;
}

.icon_chevron_down {
  background: url(../icons.svg) no-repeat;
  background-position: 100% 45.77893820713664%;
}

.icon_chevron_down_dims {
  width: 9px;
  height: 6px;
}

.icon_chevron_left {
  background: url(../icons.svg) no-repeat;
  background-position: 99.74489795918367% 44.91228070175438%;
}

.icon_chevron_left_dims {
  width: 16px;
  height: 24px;
}

.icon_chevron_right {
  background: url(../icons.svg) no-repeat;
  background-position: 97.95918367346938% 46.05263157894737%;
}

.icon_chevron_right_dims {
  width: 16px;
  height: 24px;
}

.icon_clock {
  background: url(../icons.svg) no-repeat;
  background-position: 98.38709677419355% 50.261780104712045%;
}

.icon_clock_dims {
  width: 12px;
  height: 12px;
}

.icon_close {
  background: url(../icons.svg) no-repeat;
  background-position: 98.93571732652192% 47.00218818380744%;
}

.icon_close_dims {
  width: 19px;
  height: 19px;
}

.icon_commenting-o {
  background: url(../icons.svg) no-repeat;
  background-position: 0 0;
}

.icon_commenting-o_dims {
  width: 1792px;
  height: 1792px;
}

.icon_edit_regular {
  background: url(../icons.svg) no-repeat;
  background-position: 100% 0;
}

.icon_edit_regular_dims {
  width: 576px;
  height: 512px;
}

.icon_edit_solid {
  background: url(../icons.svg) no-repeat;
  background-position: 100% 28.571428571428573%;
}

.icon_edit_solid_dims {
  width: 576px;
  height: 512px;
}

.icon_email {
  background: url(../icons.svg) no-repeat;
  background-position: 99.53330504879084% 48.453159041394336%;
}

.icon_email_dims {
  width: 11px;
  height: 9px;
}

.icon_ext {
  background: url(../icons.svg) no-repeat;
  background-position: 97.87595581988106% 48.51657940663176%;
}

.icon_ext_dims {
  width: 14px;
  height: 12px;
}

.icon_fax {
  background: url(../icons.svg) no-repeat;
  background-position: 98.47068819031436% 49.082969432314414%;
}

.icon_fax_dims {
  width: 14px;
  height: 14px;
}

.icon_grid {
  background: url(../icons.svg) no-repeat;
  background-position: 99.70212765957447% 46.981627296587924%;
}

.icon_grid_dims {
  width: 18px;
  height: 18px;
}

.icon_heart_regular {
  background: url(../icons.svg) no-repeat;
  background-position: 96.55172413793103% 57.142857142857146%;
}

.icon_heart_regular_dims {
  width: 512px;
  height: 512px;
}

.icon_heart_solid {
  background: url(../icons.svg) no-repeat;
  background-position: 0 100%;
}

.icon_heart_solid_dims {
  width: 512px;
  height: 512px;
}

.icon_home {
  background: url(../icons.svg) no-repeat;
  background-position: 100% 47.75207333042339%;
}

.icon_home_dims {
  width: 12px;
  height: 13px;
}

.icon_image {
  background: url(../icons.svg) no-repeat;
  background-position: 99.06542056074767% 49.65095986038394%;
}

.icon_image_dims {
  width: 14px;
  height: 12px;
}

.icon_list {
  background: url(../icons.svg) no-repeat;
  background-position: 99.61702127659575% 45.97902097902098%;
}

.icon_list_dims {
  width: 18px;
  height: 16px;
}

.icon_location {
  background: url(../icons.svg) no-repeat;
  background-position: 100% 49.65095986038394%;
}

.icon_location_dims {
  width: 10px;
  height: 12px;
}

.icon_minus {
  background: url(../icons.svg) no-repeat;
  background-position: 99.61702127659575% 45.61251086012163%;
}

.icon_minus_dims {
  width: 18px;
  height: 2px;
}

.icon_open_quote {
  background: url(../icons.svg) no-repeat;
  background-position: 98.58793324775353% 44.95171202809482%;
}

.icon_open_quote_dims {
  width: 31px;
  height: 26px;
}

.icon_phone {
  background: url(../icons.svg) no-repeat;
  background-position: 99.57555178268251% 49.65095986038394%;
}

.icon_phone_dims {
  width: 12px;
  height: 12px;
}

.icon_plus {
  background: url(../icons.svg) no-repeat;
  background-position: 98.04255319148936% 47.85651793525809%;
}

.icon_plus_dims {
  width: 18px;
  height: 18px;
}

.icon_plus_alternate {
  background: url(../icons.svg) no-repeat;
  background-position: 98.80851063829788% 47.85651793525809%;
}

.icon_plus_alternate_dims {
  width: 18px;
  height: 18px;
}

.icon_search {
  background: url(../icons.svg) no-repeat;
  background-position: 97.87595581988106% 49.69432314410481%;
}

.icon_search_dims {
  width: 14px;
  height: 14px;
}

.icon_share_facebook {
  background: url(../icons.svg) no-repeat;
  background-position: 99.06661009758167% 44.931987713909606%;
}

.icon_share_facebook_dims {
  width: 11px;
  height: 25px;
}

.icon_share_twitter {
  background: url(../icons.svg) no-repeat;
  background-position: 98.84959522795057% 45.93175853018373%;
}

.icon_share_twitter_dims {
  width: 21px;
  height: 18px;
}

.icon_social_facebook {
  background: url(../icons.svg) no-repeat;
  background-position: 97.87595581988106% 50.30567685589519%;
}

.icon_social_facebook_dims {
  width: 14px;
  height: 14px;
}

.icon_social_instagram {
  background: url(../icons.svg) no-repeat;
  background-position: 99.06542056074767% 49.082969432314414%;
}

.icon_social_instagram_dims {
  width: 14px;
  height: 14px;
}

.icon_social_linkedin {
  background: url(../icons.svg) no-repeat;
  background-position: 97.87595581988106% 49.082969432314414%;
}

.icon_social_linkedin_dims {
  width: 14px;
  height: 14px;
}

.icon_social_twitter {
  background: url(../icons.svg) no-repeat;
  background-position: 98.47068819031436% 49.65095986038394%;
}

.icon_social_twitter_dims {
  width: 14px;
  height: 12px;
}

.icon_social_youtube {
  background: url(../icons.svg) no-repeat;
  background-position: 99.06542056074767% 48.47428073234525%;
}

.icon_social_youtube_dims {
  width: 14px;
  height: 10px;
}

.icon_star {
  background: url(../icons.svg) no-repeat;
  background-position: 99.66015293118097% 49.082969432314414%;
}

.icon_star_dims {
  width: 14px;
  height: 14px;
}

.icon_user {
  background: url(../icons.svg) no-repeat;
  background-position: 99.36359779380568% 50.2398604448321%;
}

.icon_user_dims {
  width: 11px;
  height: 11px;
}

.icon_users {
  background: url(../icons.svg) no-repeat;
  background-position: 99.48979591836735% 47.81468531468531%;
}

.icon_users_dims {
  width: 16px;
  height: 16px;
}

.icon_video {
  background: url(../icons.svg) no-repeat;
  background-position: 98.47068819031436% 48.47428073234525%;
}

.icon_video_dims {
  width: 14px;
  height: 10px;
}

@media print {
  .mobile_sidebar_handle {
    display: none;
  }
}

@media only screen and (min-width:992px) {
  .mobile_sidebar_handle {
    display: none;
  }
}

.mobile_sidebar {
  padding-top: 50px;
  padding-bottom: 0;
}

[data-whatinput=mouse] .mobile_sidebar:focus,
[data-whatinput=touch] .mobile_sidebar:focus {
  outline: 0;
}

@media only screen and (min-width:768px) {
  .mobile_sidebar {
    padding-top: 70px;
  }
}

@media print {
  .mobile_sidebar {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .mobile_sidebar {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (max-width:991px) {
  .no-js .mobile_sidebar {
    display: block;
  }
}

.skip_link {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  background-color: #C8102E;
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  -ms-transform: translate(-50%,-400px);
  transform: translate(-50%,-400px);
  transition: transform .35s,top .35s;
}

.skip_link:active,
.skip_link:focus {
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.no-csstransforms .skip_link {
  top: -100%;
}

.no-csstransforms .skip_link:active,
.no-csstransforms .skip_link:focus {
  top: 0;
}

.page_wrapper {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  color: #000;
}

.page_content {
  color: #333;
}

.theme_home .page_content {
  position: relative;
  background-color: #fff;
  margin-top: 0;
}

.page_content>.container {
  position: relative;
}

@media print {
  .subnav_cell {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .subnav_cell {
    float: right;
  }
}

.main_content {
  margin-bottom: 40px;
}

[data-whatinput=mouse] .main_content:focus,
[data-whatinput=touch] .main_content:focus {
  outline: 0;
}

@media only screen and (min-width:768px) {
  .main_content {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width:992px) {
  .main_content {
    margin-bottom: 100px;
  }
}

.theme_calendar .main_content,
.theme_full .main_content,
.theme_home .main_content {
  margin-bottom: 0;
}

.page_header_group {
  background-color: #f3f4f5;
}

@media only screen and (min-width:992px) {
  .page_header_group {
    padding-bottom: 14px;
  }
}

.page_header_group.has_photo {
  background-color: transparent;
}

@media only screen and (max-width:1199px) {
  .page_header_group.has_photo {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:992px) {
  .page_header_group.has_photo {
    padding-bottom: 0;
  }
}

.page_header_group.has_photo .breadcrumb_nav {
  margin-bottom: -10px;
}

@media only screen and (min-width:992px) {
  .theme_detail .page_header_group {
    padding: 15px 0 12px;
  }
}

.page_header {
  position: relative;
  overflow: hidden;
  color: #333;
  margin: 0 auto;
  padding: 20px 0;
}

@media print {
  .page_header {
    margin: 20px 0;
    padding: 0;
  }
}

@media only screen and (min-width:768px) {
  .page_header {
    padding: 30px 0;
  }
}

@media only screen and (min-width:992px) {
  .page_header {
    padding: 55px 0 0;
  }
}

@media screen and (min-width:850px) and (max-width:991px) {
  .page_header {
    max-width: 820px;
  }
}

@media screen and (min-width:1070px) and (max-width:1199px) {
  .page_header {
    max-width: 1040px;
  }
}

@media screen and (min-width:1270px) {
  .page_header {
    max-width: 1240px;
  }
}

.has_photo .page_header {
  color: #fff;
  padding-top: 180px;
}

@media print {
  .has_photo .page_header {
    padding-top: 0;
  }
}

@media screen and (min-width:500px) {
  .has_photo .page_header {
    padding-top: 200px;
  }
}

@media screen and (min-width:850px) and (max-width:991px),screen and (min-width:1070px) and (max-width:1199px),screen and (min-width:1270px) {
  .has_photo .page_header {
    border-radius: 5px;
  }
}

@media only screen and (min-width:992px) {
  .has_photo .page_header {
    padding-top: 290px;
  }
}

@media only screen and (min-width:1200px) {
  .has_photo .page_header {
    padding-top: 350px;
  }
}

.page_header_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #072f4f;
}

@media print {
  .page_header_background {
    display: none!important;
    visibility: hidden;
  }
}

.page_header_background:after {
  display: block;
  height: 102%;
  width: 102%;
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
  background-color: rgba(0,0,0,0);
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  content: "";
}

.page_title {
  position: relative;
  margin: 0;
}

@media only screen and (min-width:992px) {
  .page_title {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width:992px) {
  .has_photo .page_title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:992px) {
  .page_content {
    margin-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .theme_full .page_content {
    margin-top: 0;
  }
}

@media only screen and (min-width:992px) {
  .sidebar_cell {
    float: right;
    clear: right;
  }
}

.pin_sidebar_top .sidebar_cell {
  width: 242.5px;
  position: fixed;
  top: 98px;
  left: 50%;
  margin-left: 242px;
}

@media only screen and (min-width:1200px) {
  .pin_sidebar_top .sidebar_cell {
    width: 292.5px;
    margin-left: 293px;
  }
}

.pin_sidebar_bottom .sidebar_cell {
  position: absolute;
  right: 0;
}

.sidebar {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .sidebar {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width:992px) {
  .sidebar {
    margin-bottom: 80px;
  }
}

.site_search {
  padding: 22px 15px 17px;
}

.site_search_form {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

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

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

.site_search_input {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  background-color: #C8102E;
  border-radius: 5px;
  border-width: 0;
  box-shadow: 0 0 0 rgba(200,16,46,0);
  color: #fff;
  padding: 14px 50px 14px 18px;
  transition: box-shadow .25s;
}

[data-whatinput=mouse] .site_search_input:focus,
[data-whatinput=touch] .site_search_input:focus {
  outline: 0;
}

.site_search_input:focus {
  box-shadow: 0 2px 10px 0 rgba(51,51,51,.35);
}

.site_search_input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-overflow: ellipsis;
}

.site_search_input::placeholder {
  color: #fff;
  opacity: 1;
  text-overflow: ellipsis;
}

.site_search_input[placeholder] {
  color: #fff;
  opacity: 1;
  text-overflow: ellipsis;
}

.site_search_button {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: opacity .25s;
}

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

.site_search_button .label.focusable:active,
.site_search_button .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.site_search_button .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  display: block;
  top: 12px;
  right: 18px;
}

.site_search_button .symbol_search {
  width: 14px;
  height: 14px;
  fill: #fff;
  transition: fill .25s;
}

.site_search_button:focus,
.site_search_button:hover {
  opacity: .6;
}

.cr_heading {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  font-family: Arial,sans-serif;
  text-transform: uppercase;
}

.cr_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.6;
  color: #666;
  font-family: Arial,sans-serif;
}

.cr_color_blocks {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .cr_color_blocks {
    margin-bottom: 40px;
  }
}

@media screen and (min-width:980px) {
  .cr_color_block_cell {
    width: 22.91666667%;
  }
}

@media screen and (min-width:740px) and (max-width:979px) {
  .cr_color_block_cell {
    width: 22.91666667%;
  }
}

@media screen and (max-width:739px) {
  .cr_color_block_cell {
    width: 22.91666667%;
  }
}

@media screen and (max-width:499px) {
  .cr_color_block_cell {
    width: 97.91666667%;
  }
}

.cr_color_block {
  position: relative;
  padding-top: 30%;
}

@media only screen and (min-width:768px) {
  .cr_color_block {
    padding-top: 50%;
  }
}

.cr_color_block_content {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 1.4;
  padding: 15px;
}

@media only screen and (min-width:768px) {
  .cr_color_block_content {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

@media only screen and (min-width:992px) {
  .cr_color_block_content {
    padding: 20px 25px;
  }
}

.cr_font {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

@media only screen and (min-width:992px) {
  .cr_font {
    font-size: 48px;
    font-size: 3rem;
  }
}

.crl_buttons:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width:767px) {
  .crl_buttons a {
    clear: left;
    display: block;
    float: left;
    margin: 10px 0;
  }
}

@media only screen and (min-width:768px) {
  .crl_buttons a {
    margin: 10px 10px 10px 0;
  }
}

@media only screen and (min-width:768px) {
  .crl_buttons a:last-child {
    margin-right: 0;
  }
}

a.crl_button_1,
button.crl_button_1 {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #C8102E;
  color: #fff;
}

a.crl_button_1:focus,
a.crl_button_1:hover,
button.crl_button_1:focus,
button.crl_button_1:hover {
  color: #fff;
  background-color: #6a0818;
}

a.crl_button_2,
button.crl_button_2 {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  color: #C8102E;
}

a.crl_button_2:focus,
a.crl_button_2:hover,
button.crl_button_2:focus,
button.crl_button_2:hover {
  color: #C8102E;
  background-color: #ccc;
}

a.crl_button_3,
button.crl_button_3 {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #333;
  color: #fff;
}

a.crl_button_3:focus,
a.crl_button_3:hover,
button.crl_button_3:focus,
button.crl_button_3:hover {
  color: #fff;
  background-color: #264db6;
}

a.crl_button_4,
button.crl_button_4 {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  color: #333;
}

a.crl_button_4 .label,
button.crl_button_4 .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  a.crl_button_4 .label,
  button.crl_button_4 .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a.crl_button_4 .icon,
button.crl_button_4 .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

a.crl_button_4 .symbol_arrow_right,
button.crl_button_4 .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

a.crl_button_4 .icon,
button.crl_button_4 .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

a.crl_button_4:focus .icon,
a.crl_button_4:hover .icon,
button.crl_button_4:focus .icon,
button.crl_button_4:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

a.crl_button_4 .symbol,
button.crl_button_4 .symbol {
  color: #333;
  fill: #C8102E;
}

a.crl_button_4:focus,
a.crl_button_4:hover,
button.crl_button_4:focus,
button.crl_button_4:hover {
  color: #333;
}

a.crl_button_5,
button.crl_button_5 {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  color: #333;
}

a.crl_button_5 .label,
button.crl_button_5 .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  a.crl_button_5 .label,
  button.crl_button_5 .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a.crl_button_5 .icon,
button.crl_button_5 .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

a.crl_button_5 .symbol_arrow_right,
button.crl_button_5 .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

a.crl_button_5 .icon,
button.crl_button_5 .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

a.crl_button_5:focus .icon,
a.crl_button_5:hover .icon,
button.crl_button_5:focus .icon,
button.crl_button_5:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

a.crl_button_5 .symbol,
button.crl_button_5 .symbol {
  fill: #C8102E;
}

a.crl_button_5:focus,
a.crl_button_5:hover,
button.crl_button_5:focus,
button.crl_button_5:hover {
  color: #333;
}

a.crl_button_6,
button.crl_button_6 {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  color: #333;
}

a.crl_button_6 .label,
button.crl_button_6 .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  a.crl_button_6 .label,
  button.crl_button_6 .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

a.crl_button_6 .icon,
button.crl_button_6 .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

a.crl_button_6 .symbol_arrow_right,
button.crl_button_6 .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

a.crl_button_6:focus,
a.crl_button_6:hover,
button.crl_button_6:focus,
button.crl_button_6:hover {
  color: #333;
}

.cr_proxima_regular {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.cr_proxima_bold {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
}

.cr_proxima_extra {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
}

.cr_proxima_black {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
}

.cr_tag {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.cr_intro {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

@media only screen and (min-width:768px) {
  .cr_intro {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

.cr_body {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
}

@media only screen and (min-width:768px) {
  .cr_body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.cr_caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.cr_headline {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .cr_headline {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14285714;
  }
}

.cr_fact {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
}

.breadcrumb_nav {
  margin-bottom: 30px;
}

@media print {
  .breadcrumb_nav {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (max-width:991px) {
  .breadcrumb_nav {
    display: none;
  }
}

.theme_detail .breadcrumb_nav {
  margin-bottom: 0;
}

.breadcrumb_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 2.18px;
  vertical-align: middle;
}

.breadcrumb_item {
  display: inline-block;
}

.breadcrumb_item:not(:last-child):after {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 2px;
  top: -3px;
  background-color: #C8102E;
  border-radius: 2px;
  content: "";
  margin: 0;
}

.breadcrumb_label,
.breadcrumb_link {
  display: inline-block;
  padding: 12px 15px;
}

.breadcrumb_link {
  color: inherit;
  opacity: .5;
}

.breadcrumb_home_link {
  padding-left: 0;
}

.breadcrumb_home_icon {
  position: relative;
  top: -2px;
}

.breadcrumb_home_symbol {
  width: 12px;
  height: 13px;
  fill: #072f4f;
  opacity: .5;
}

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

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

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

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

.footer_nav_link {
  display: block;
}

.footer_nav_sm {
  background-color: #072f4f;
  color: #fff;
  padding: 22px 0;
}

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

.footer_nav_sm .footer_nav_title.focusable:active,
.footer_nav_sm .footer_nav_title.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.footer_nav_sm .footer_nav_list {
  column-count: 2;
  column-gap: 0;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  font-size: .875rem;
  max-width: 720px;
  margin: 0 auto;
}

.footer_nav_sm .footer_nav_list>* {
  column-break-inside: avoid;
  break-inside: avoid;
}

@media only screen and (min-width:768px) {
  .footer_nav_sm .footer_nav_list {
    column-count: 3;
    column-gap: 0;
  }

  .footer_nav_sm .footer_nav_list>* {
    column-break-inside: avoid;
    break-inside: avoid;
  }
}

.footer_nav_sm .footer_nav_item {
  display: inline-block;
  width: 100%;
}

.footer_nav_sm .footer_nav_link {
  display: block;
  color: inherit;
  padding: 15px 15px;
}

@media only screen and (min-width:768px) {
  .footer_nav_sm .footer_nav_link {
    padding-left: 0;
    padding-right: 25px;
  }
}

.footer_nav_sm .footer_nav_link:focus,
.footer_nav_sm .footer_nav_link:hover {
  color: #264db6;
}

.footer_nav_lg {
  padding: 16px 0 0;
}

@media print {
  .footer_nav_lg {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .footer_nav_lg {
    margin-top: 20px;
    padding-top: 0;
  }
}

@media only screen and (min-width:768px) {
  .footer_nav_lg .footer_nav_list {
    column-count: 2;
    column-gap: 0;
  }

  .footer_nav_lg .footer_nav_list>* {
    column-break-inside: avoid;
    break-inside: avoid;
  }
}

.footer_nav_lg .footer_nav_link {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  position: relative;
  color: #fff;
  margin-right: 46px;
  padding: 13px 0 10px;
  transition: opacity .25s;
}

@media only screen and (min-width:768px) {
  .footer_nav_lg .footer_nav_link {
    margin-right: 20px;
  }
}

@media only screen and (min-width:992px) {
  .footer_nav_lg .footer_nav_link {
    margin-right: 35px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .no-js .footer_nav_lg .footer_nav_link {
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer_nav_lg .footer_nav_link:before {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f3f4f5;
  content: "";
  transition: background .25s;
}

.footer_nav_lg .footer_nav_link:focus,
.footer_nav_lg .footer_nav_link:hover {
  opacity: .6;
}

.footer_nav_lg .footer_nav_link:focus:before,
.footer_nav_lg .footer_nav_link:hover:before {
  background-color: #fff;
}

@media print {
  .main_nav {
    display: none!important;
    visibility: hidden;
  }
}

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

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

.main_nav_link {
  display: block;
}

.main_nav_children {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  background-color: #333;
  color: #fff;
  padding: 14px 0;
}

.main_nav_child_link {
  color: inherit;
  display: block;
  padding: 12px 14px;
}

.main_nav_child_link:focus,
.main_nav_child_link:hover {
  opacity: .6;
}

.main_nav_sm {
  max-width: 720px;
  margin: 0 auto 26px;
}

@media only screen and (min-width:992px) {
  .main_nav_sm {
    display: none;
  }
}

.main_nav_sm .main_nav_item.fs-swap-enabled .main_nav_children {
  display: none;
}

.main_nav_sm .main_nav_item.fs-swap-active .main_nav_children {
  display: block;
}

.main_nav_sm .main_nav_item_wrapper {
  position: relative;
}

.main_nav_sm .main_nav_link {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  display: block;
  position: relative;
  color: #fff;
  margin-right: 46px;
  padding: 13px 0 10px 15px;
}

@media only screen and (min-width:768px) {
  .main_nav_sm .main_nav_link {
    margin-right: 30px;
    padding-left: 0;
  }
}

.main_nav_sm .main_nav_link:before {
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background-color: #C8102E;
  content: "";
  transition: background-color .25s;
}

@media only screen and (min-width:768px) {
  .main_nav_sm .main_nav_link:before {
    left: 0;
  }
}

.main_nav_sm .main_nav_link:focus,
.main_nav_sm .main_nav_link:hover {
  opacity: .6;
}

.main_nav_sm .main_nav_link:focus:before,
.main_nav_sm .main_nav_link:hover:before {
  background-color: #fff;
}

.main_nav_sm .main_nav_toggle {
  position: absolute;
  width: 56px;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media only screen and (min-width:768px) {
  .main_nav_sm .main_nav_toggle {
    width: 40px;
  }
}

.main_nav_sm .main_nav_toggle .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.main_nav_sm .main_nav_toggle .label.focusable:active,
.main_nav_sm .main_nav_toggle .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.main_nav_sm .main_nav_toggle .icon {
  width: 9px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto 0;
}

@media only screen and (min-width:768px) {
  .main_nav_sm .main_nav_toggle .icon {
    right: 25px;
  }
}

.main_nav_sm .main_nav_toggle .symbol_wrap {
  display: block;
  width: 9px;
  height: 6px;
  position: relative;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: transform .25s;
}

.main_nav_sm .main_nav_toggle .symbol {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main_nav_sm .main_nav_toggle .symbol_chevron_down {
  width: 9px;
  height: 6px;
  fill: #991e66;
  transition: fill .25s;
}

.main_nav_sm .main_nav_toggle:focus .symbol_chevron_down,
.main_nav_sm .main_nav_toggle:hover .symbol_chevron_down {
  fill: #fff;
}

.main_nav_sm .main_nav_toggle.fs-swap-active .symbol_wrap {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main_nav_sm .main_nav_children {
  box-shadow: 200px 0 #C8102E,-200px 0 #C8102E;
  margin-top: 10px;
}

@media only screen and (max-width:991px) {
  .main_nav_lg {
    display: none;
  }
}

.main_nav_lg .main_nav_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #C8102E;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width:1200px) {
  .main_nav_lg .main_nav_list {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.no-js .main_nav_lg .main_nav_list {
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:1200px) {
  .no-js .main_nav_lg .main_nav_list {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.main_nav_lg .main_nav_item {
  position: relative;
  display: inline-block;
}

.main_nav_lg .main_nav_item:first-child .main_nav_link {
  padding-left: 0;
}

.main_nav_lg .main_nav_item.focused .main_nav_children,
.main_nav_lg .main_nav_item:active .main_nav_children,
.main_nav_lg .main_nav_item:hover .main_nav_children {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}

.main_nav_lg .main_nav_link {
  display: block;
  cursor: pointer;
  color: inherit;
  padding: 27px 10px;
}

@media only screen and (min-width:1200px) {
  .main_nav_lg .main_nav_link {
    padding: 27px 14px;
  }
}

.main_nav_lg .main_nav_link:focus,
.main_nav_lg .main_nav_link:hover {
  color: #333;
}

.main_nav_lg .main_nav_toggle {
  display: none;
}

.main_nav_lg .main_nav_children {
  position: absolute;
  width: 230px;
  left: 50%;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateX(-50%) translateY(-15px);
  transform: translateX(-50%) translateY(-15px);
  transition: opacity .25s,transform .25s,visibility .25s;
  visibility: hidden;
}

.main_nav_sticky {
  float: left;
}

.main_nav_sticky .main_nav_list {
  color: #fff;
}

.main_nav_sticky .main_nav_list:after {
  clear: both;
  content: "";
  display: table;
}

.main_nav_sticky .main_nav_item {
  float: left;
}

.main_nav_sticky .main_nav_item.focused .main_nav_children,
.main_nav_sticky .main_nav_item:active .main_nav_children,
.main_nav_sticky .main_nav_item:hover .main_nav_children {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.main_nav_sticky .main_nav_link {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  min-height: 60px;
  max-height: 60px;
  color: inherit;
  display: block;
  padding: 21px 10px;
}

@media only screen and (min-width:1200px) {
  .main_nav_sticky .main_nav_link {
    font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    font-size: 1rem;
    padding: 21px 14px;
  }
}

.main_nav_sticky .main_nav_toggle {
  display: none!important;
  visibility: hidden;
}

.main_nav_sticky .main_nav_children {
  position: absolute;
  width: 230px;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s,transform .25s,visibility .25s;
  visibility: hidden;
}

@media print {
  .secondary_nav {
    display: none!important;
    visibility: hidden;
  }
}

.secondary_nav_link {
  display: block;
}

.secondary_nav_sm {
  max-width: 720px;
  margin: 0 auto 35px;
}

.secondary_nav_sm .secondary_nav_header {
  overflow: hidden;
  position: relative;
  margin: 0 15px 5px;
}

@media only screen and (min-width:768px) {
  .secondary_nav_sm .secondary_nav_header {
    margin-right: 0;
    margin-left: 0;
  }
}

.secondary_nav_sm .secondary_nav_header:before {
  position: absolute;
  width: 1000px;
  height: 1px;
  top: 50%;
  left: 10px;
  background-color: #fff;
  content: "";
  margin-left: 10px;
  opacity: .3;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secondary_nav_sm .secondary_nav_title {
  margin: 0;
}

.secondary_nav_sm .secondary_nav_title .symbol_users {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.secondary_nav_sm .secondary_nav_title .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.secondary_nav_sm .secondary_nav_title .label.focusable:active,
.secondary_nav_sm .secondary_nav_title .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.secondary_nav_sm .secondary_nav_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  column-count: 2;
  column-gap: 0;
  color: #fff;
}

.secondary_nav_sm .secondary_nav_list>* {
  column-break-inside: avoid;
  break-inside: avoid;
}

@media only screen and (min-width:768px) {
  .secondary_nav_sm .secondary_nav_list {
    column-count: 3;
    column-gap: 0;
  }

  .secondary_nav_sm .secondary_nav_list>* {
    column-break-inside: avoid;
    break-inside: avoid;
  }
}

.secondary_nav_sm .secondary_nav_item {
  display: inline-block;
  width: 100%;
}

.secondary_nav_sm .secondary_nav_link {
  display: block;
  color: inherit;
  opacity: 1;
  padding: 7px 15px;
}

@media only screen and (min-width:768px) {
  .secondary_nav_sm .secondary_nav_link {
    padding-left: 0;
    padding-right: 25px;
  }
}

.secondary_nav_sm .secondary_nav_link:focus,
.secondary_nav_sm .secondary_nav_link:hover {
  opacity: .6;
}

.secondary_nav_lg:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width:991px) {
  .secondary_nav_lg {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .secondary_nav_lg {
    float: right;
    margin-top: 23px;
  }
}

.secondary_nav_lg .secondary_nav_header {
  float: left;
}

.secondary_nav_lg .secondary_nav_title {
  margin: 0;
}

.secondary_nav_lg .secondary_nav_title:after {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 1px;
  top: -4px;
  background-color: #C8102E;
  content: "";
  margin: 0 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .secondary_nav_lg .secondary_nav_title:after {
    width: 10px;
    margin: 0 5px;
  }
}

@media only screen and (min-width:1200px) {
  .secondary_nav_lg .secondary_nav_title:after {
    margin: 0 14px;
  }
}

.secondary_nav_lg .secondary_nav_title .icon {
  display: inline-block;
  position: relative;
  top: 2px;
}

.secondary_nav_lg .secondary_nav_title .symbol_users {
  width: 16px;
  height: 16px;
  fill: #C8102E;
}

.secondary_nav_lg .secondary_nav_title .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.secondary_nav_lg .secondary_nav_title .label.focusable:active,
.secondary_nav_lg .secondary_nav_title .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.secondary_nav_lg .secondary_nav_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
  float: left;
  letter-spacing: 1.86px;
  color: #333;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .secondary_nav_lg .secondary_nav_list {
    font-size: 11px;
    font-size: .6875rem;
  }
}

.secondary_nav_lg .secondary_nav_item {
  display: inline-block;
}

@media only screen and (min-width:1200px) {
  .secondary_nav_lg .secondary_nav_item:first-child .secondary_nav_link {
    padding-left: 6px;
  }
}

.secondary_nav_lg .secondary_nav_link {
  color: inherit;
  padding: 10px 6px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .secondary_nav_lg .secondary_nav_link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (min-width:1200px) {
  .secondary_nav_lg .secondary_nav_link {
    padding-left: 24px;
  }
}

.secondary_nav_lg .secondary_nav_link:focus,
.secondary_nav_lg .secondary_nav_link:hover {
  color: #C8102E;
}

.secondary_nav_lg .secondary_nav_link:last-child {
  padding-right: 0;
}

.secondary_nav_sticky {
  position: absolute;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  left: 0;
  background-color: #333;
  border-radius: 0 0 5px 5px;
  color: #fff;
  opacity: 0;
  padding: 14px 0;
  pointer-events: none;
  transition: opacity .25s,transform .25s,visibility .25s;
  visibility: hidden;
}

.secondary_nav_sticky .secondary_nav_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  background-color: #333;
  color: #fff;
  padding: 14px 0;
}

.secondary_nav_sticky .secondary_nav_link {
  display: block;
  color: inherit;
  padding: 12px 14px;
}

.secondary_nav_sticky .secondary_nav_link:focus,
.secondary_nav_sticky .secondary_nav_link:hover {
  opacity: .6;
}

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

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

.social_nav_list {
  text-align: center;
  max-width: 340px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.social_nav_item {
  display: inline-block;
}

.social_nav_link {
  display: inline-block;
  opacity: 1;
  padding: 18px;
  transition: opacity .25s;
}

.social_nav_link .icon {
  display: inline-block;
  fill: currentColor;
  transition: transform .25s;
  -ms-transform: scale(1);
  transform: scale(1);
}

.social_nav_link .symbol {
  display: inline-block;
}

.social_nav_link:active,
.social_nav_link:focus,
.social_nav_link:hover {
  opacity: .6;
}

.social_nav_link:active .icon,
.social_nav_link:focus .icon,
.social_nav_link:hover .icon {
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.symbol_social_facebook {
  width: 14px;
  height: 14px;
}

.symbol_social_twitter {
  width: 14px;
  height: 12px;
}

.symbol_social_instagram {
  width: 14px;
  height: 14px;
}

.symbol_social_linkedin {
  width: 14px;
  height: 14px;
}

.symbol_social_youtube {
  width: 14px;
  height: 10px;
}

.social_nav_sm .social_nav_list {
  color: #fff;
}

.social_nav_sm .social_nav_link {
  color: inherit;
}

.social_nav_sm .social_nav_link .label {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
}

.social_nav_sm .social_nav_link .label.focusable:active,
.social_nav_sm .social_nav_link .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.social_nav_wrap {
  background-color: #333;
  clear: both;
}

.social_nav_lg .social_nav_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  text-align: left;
}

@media only screen and (min-width:768px) {
  .social_nav_lg .social_nav_list {
    display: block;
    max-width: none;
  }
}

.no-js .social_nav_lg .social_nav_list {
  font-size: 18px;
  font-size: 1.125rem;
}

.social_nav_lg .social_nav_item {
  vertical-align: middle;
}

.social_nav_lg .social_nav_item:first-child .social_nav_link {
  padding-left: 0;
}

.social_nav_lg .social_nav_link {
  color: inherit;
}

@media only screen and (min-width:768px) {
  .social_nav_lg .social_nav_link {
    padding: 18px 16px;
  }
}

@media only screen and (min-width:992px) {
  .social_nav_lg .social_nav_link {
    padding: 28px 30px;
  }
}

.social_nav_lg .social_nav_link .icon {
  position: relative;
  top: -2px;
}

.social_nav_lg .social_nav_link .label {
  margin-left: 8px;
}

@media only screen and (max-width:767px) {
  .social_nav_lg .social_nav_link .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
  }

  .social_nav_lg .social_nav_link .label.focusable:active,
  .social_nav_lg .social_nav_link .label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
  }
}

.sub_nav {
  margin-bottom: 20px;
}

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

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

.sub_nav_handle_wrapper {
  position: relative;
}

.no-js .sub_nav_handle_wrapper {
  display: none!important;
  visibility: hidden;
}

@media only screen and (min-width:992px) {
  .sub_nav_handle_wrapper .icon {
    display: none!important;
    visibility: hidden;
  }
}

.sub_nav_handle_wrapper .symbol_chevron_down {
  width: 9px;
  height: 6px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  fill: #fff;
  margin: auto 0;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: transform .25s;
}

.sub_nav_handle {
  position: relative;
  background-color: #C8102E;
  color: #fff;
  margin: 20px 0;
}

@media only screen and (min-width:992px) {
  .sub_nav_handle {
    display: none;
  }
}

.sub_nav_handle:focus,
.sub_nav_handle:hover {
  background-color: #C8102E;
}

.sub_nav_handle.fs-navigation-enabled {
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: block;
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  padding: 14px 45px 14px 20px;
  text-align: left;
}

.sub_nav_handle.fs-navigation-enabled:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  transition: transform .25s;
}

.sub_nav_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
}

[data-whatinput=mouse] .sub_nav_list:focus,
[data-whatinput=touch] .sub_nav_list:focus {
  outline: 0;
}

@media only screen and (max-width:991px) {
  .sub_nav_list {
    background-color: #C8102E;
    border-radius: 5px;
    color: #fff;
    margin: 20px 0;
    padding: 20px;
  }
}

@media only screen and (min-width:992px) {
  .sub_nav_list {
    color: #333;
  }
}

.sub_nav_item {
  position: relative;
}

@media only screen and (min-width:992px) {
  .sub_nav_item:after {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #C8102E;
    border-radius: 2px;
    content: "";
  }
}

@media only screen and (max-width:991px) {
  .sub_nav_item.active .sub_nav_link {
    opacity: .6;
  }
}

@media only screen and (min-width:992px) {
  .sub_nav_item.active .sub_nav_link {
    color: #C8102E;
  }
}

.sub_nav_link {
  display: block;
  color: inherit;
  padding: 12px 0 8px;
}

@media only screen and (max-width:991px) {
  .sub_nav_link:focus,
  .sub_nav_link:hover {
    opacity: .6;
  }
}

@media only screen and (min-width:992px) {
  .sub_nav_link:focus,
  .sub_nav_link:hover {
    color: #C8102E;
  }
}

.sub_nav_children {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin: -5px 0 6px;
}

.sub_nav_child_item {
  padding: 7px 0 7px 20px;
}

@media only screen and (max-width:991px) {
  .sub_nav_child_item.active .sub_nav_child_link {
    opacity: .6;
  }
}

@media only screen and (min-width:992px) {
  .sub_nav_child_item.active .sub_nav_child_link {
    color: #C8102E;
  }
}

.sub_nav_child_link {
  color: inherit;
}

@media only screen and (max-width:991px) {
  .sub_nav_child_link:focus,
  .sub_nav_child_link:hover {
    opacity: .6;
  }
}

@media only screen and (min-width:992px) {
  .sub_nav_child_link:focus,
  .sub_nav_child_link:hover {
    color: #C8102E;
  }
}

.section_table_cell {
  padding-top: 20px;
}

.section_table_toggle {
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.section_table_toggle:focus .icon,
.section_table_toggle:hover .icon {
  background-color: #C8102E;
  border-color: #C8102E;
}

.section_table_toggle:focus .symbol,
.section_table_toggle:hover .symbol {
  fill: #fff;
}

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

.section_table_toggle .label.focusable:active,
.section_table_toggle .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.section_table_toggle .icon {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #a7a8aa;
  border-radius: 100%;
  margin: auto;
  transition: background-color .25s,border .25s,fill .25s;
}

.section_table_toggle .symbol {
  position: absolute;
  width: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.section_table_toggle .symbol_plus {
  height: 12px;
  fill: #072f4f;
}

.section_table_toggle .symbol_minus {
  height: 2px;
  fill: #fff;
}

.section_table_toggle.expand .symbol_plus {
  display: block;
}

.section_table_toggle.expand .symbol_minus {
  display: none;
}

.section_table_toggle.collapse .icon {
  background-color: #C8102E;
  border-color: #C8102E;
}

.section_table_toggle.collapse .symbol_plus {
  display: none;
}

.section_table_toggle.collapse .symbol_minus {
  display: block;
}

.section_table_overlay {
  display: block;
  background-color: rgba(255,255,255,0);
  background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  position: absolute;
  width: 100%;
  height: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  transition: opacity .25s;
}

.section_table_block table tr:nth-child(even) .section_table_overlay {
  background-color: rgba(243,244,245,0);
  background: linear-gradient(to bottom,rgba(243,244,245,0),#f3f4f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f4f5', endColorstr='#fff3f4f5', GradientType=0);
}

.admission_block {
  background-color: #000;
  color: #fff;
}

.admission_inner {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

@media only screen and (min-width:768px) {
  .admission_inner {
    padding: 56px 0 100px;
  }
}

@media only screen and (min-width:992px) {
  .admission_inner {
    padding-bottom: 130px;
  }
}

.admission_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.admission_background .fs-background-container:after {
  position: absolute;
  display: block;
  background-color: rgba(0,0,0,0);
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  width: 100%;
  height: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.no-js .admission_background {
  display: none!important;
  visibility: hidden;
}

.admission_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: url(#svg_blur);
}

@media print {
  .admission_fallback {
    display: none!important;
    visibility: hidden;
  }
}

@media print {
  .admission_background,
  .admission_fallback {
    display: none!important;
    visibility: hidden;
  }
}

.admission_background:after,
.admission_fallback:after {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  content: "";
}

.admission_header .page_title {
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

@media only screen and (min-width:768px) {
  .admission_header .page_title {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .admission_header .page_title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:992px) {
  .admission_header .breadcrumb_nav {
    margin-bottom: 40px;
  }
}

.admission_header .breadcrumb_home_symbol {
  fill: #fff;
  opacity: .6;
}

.admission_header .breadcrumb_list {
  color: #fff;
}

.admission_body .carousel_count {
  margin-top: 18px;
}

.no-js .admission_cards {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.admission_cards .fs-carousel-viewport {
  max-width: 290px;
  position: static;
}

@media screen and (min-width:640px) {
  .admission_cards .fs-carousel-viewport {
    max-width: 590px;
  }
}

@media print,only screen and (min-width:992px) {
  .admission_cards .fs-carousel-viewport {
    max-width: none;
  }
}

@media print {
  .admission_cards .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print {
  .admission_cards .fs-carousel-item {
    width: calc(50% - 10px)!important;
    height: auto!important;
  }
}

.admission_cards .fs-carousel-item:not(:last-child) {
  margin-right: 10px;
}

@media print {
  .admission_cards .fs-carousel-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:992px) {
  .admission_cards .fs-carousel-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media print {
  .admission_cards .fs-carousel-item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media only screen and (max-width:767px) {
  .admission_cards .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.admission_card {
  border-radius: 5px;
}

@media print {
  .admission_card {
    float: left;
    width: calc(50% - 10px);
    border: 1px solid #000;
  }
}

@media only screen and (min-width:1200px) {
  .admission_card {
    float: left;
    width: 270px;
  }
}

.admission_card:not(:last-child) {
  margin-right: 20px;
}

.no-js .admission_card {
  display: inline-block;
  width: 270px;
  margin: 0 10px 10px 0;
  vertical-align: top;
  white-space: normal;
}

@media only screen and (min-width:768px) {
  .no-js .admission_card {
    margin: 0 20px 20px 0;
  }
}

.admission_card:last-child {
  margin-right: 0;
}

.admission_card_inner {
  padding: 40px 30px;
}

.admission_card_group {
  margin-bottom: 40px;
}

@media print {
  .admission_card_group {
    height: auto!important;
  }
}

.admission_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 12px;
}

@media only screen and (min-width:768px) {
  .admission_card_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.admission_card_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.admission_card_description p {
  margin: 0;
}

@media print {
  .admission_card_footer {
    display: none!important;
    visibility: hidden;
  }
}

.admission_card_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #333;
  margin: 0;
}

.admission_card_link:focus,
.admission_card_link:hover {
  background-color: #333;
  color: #fff;
}

.admission_card {
  background-color: #C8102E;
}

.admission_card:nth-child(2n) {
  background-color: #264db6;
}

.admission_card:nth-child(2n) .admission_card_link:focus,
.admission_card:nth-child(2n) .admission_card_link:hover {
  background-color: #5fc64d;
}

.admission_card:nth-child(3n) {
  background-color: #333;
}

.admission_card:nth-child(3n) .admission_card_link:focus,
.admission_card:nth-child(3n) .admission_card_link:hover {
  background-color: #5fc64d;
}

.alert {
  padding: 15px;
}

.alert_inner {
  background: #ffce47;
  border-radius: 5px;
}

.alert_body {
  padding-right: 20px;
}

.alert_time {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  color: #333;
  font-weight: 700;
  padding-top: 30px;
}

@media only screen and (min-width:768px) {
  .alert_time {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:1200px) {
  .alert_time {
    padding-top: 50px;
  }
}

.alert_title {
  position: relative;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #C8102E;
  margin: 5px 0 10px;
}

@media only screen and (min-width:768px) {
  .alert_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.alert_title:after {
  clear: both;
  content: "";
  display: table;
}

.alert_title_icon {
  float: left;
  margin-right: 10px;
}

@media only screen and (min-width:768px) {
  .alert_title_icon {
    margin-right: 20px;
  }
}

.alert_title_icon:before {
  height: 28px;
  width: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAsCAYAAAAq/ZsdAAAABGdBTUEAALGPC/xhBQAABVNJREFUaAXVWUtsG0UYnn9tkya8GsdNwWqjUhFw8wBEERKIA1Jch0JblUcEAokKiZeAA1yQWkAqQlCKOABqcwDEAQGXIJBAqNAYbtwACeJXFSBtqSKlYCekqR3H6x3+32S3693Z9b6swF525n993zczOzteA2vjxcfGQrlv5w8pjN1HMBJjnw6MdO+HiYl6u2ChXYWpbqYn+THn/EE9BgB8MlRMP6S3Bdlum6Bcz46761z5TEQ2BNI9A8XJz0U+v7a2CJqN7+4qLVfynPE+EUFgcDq6rnNbfPbLssjvx4bLOvirVK28ZCWG0MhHMcEjMxb4DJ3oSSVqXPkZSV9kRxhnaSUC0vXXFo8X7OLc+gKfoRpTjrQSQyQphmLdEm4VH6igTCz1AO5qI61AVT/FUo7aD+Ie2JIrxPZcKvNyAUnG3RDDbXw2DF2JxF9fnHOTZxUb2AzJrPyyWzFEinIo14qgW3sgM5TfmByWa/wnBA+7JbAaL4cjcOO2ufSUx3wtzfcM4QhDvcbGsaJXMUQmTDWolsbMY8O3oFwstQ93rNs84mtpVINqaQaPDV+CTvXd1a0w/oYVNg43lwD2h6RwXAp1XCkBO0A2q3isdXhmy971Vn4ndj/LhC2dr76KT/UGSyCArwaL6dd1/kN4YL0Vc3bpbBeanPeWzy29hoanLhjdtTzPUD6W2s45e6IF3EmBX2TTwqgm1dYMLhueBPGDB6U6r4/jurfNx4c8YuQjsuljqGajNmLo7U7bnpJyR75/DEfy5pYgAObznMhmKES1CcNgdtR1LehEfHeMK5zWecsLN4AOY5DIZoyhPmEQlshnZ3MtaKVaOYzLImpXVOe7RNdWmyKb6tPuhEFYmsFhw5WgfO/ILcD5Iw5rU9jFgliRTRCGv20QizCFTgujY0H0waMuA24Ern5DiWZDZBPSI6wGJmILAwRGx4Jy35WexmVwg6CGpQkfbtNsiGyWBdBBmIRtF6P3ORKU3XDnFZzBK/pEJ21g3DQbIlurWoRNHFrFkd+RIEVZeRPfH5c5KaiP4QDmGRLY9DmiNmETB5HPaGspaCqWvB2PKl6/o5kEIQGRzcjL3EcODS5mT5PFVhDf/ngEd5qjTRluOtz8HsLBMb9sHdYkLsTJLtxWUPbkzHP4EA/YFbD38RAuF3yX/nuttj0fiIlL5tTvz6r1RHcNzOicju7ctAy1Ao6otyWyWnB9V7Rr85mJCnX/2DTWuVAu+fu4CHB+HY8k+kvHzhg5U99yhqpQe8uvGAJYrCzcS3eancXlhYep7evCAW5wsyginKFMb3KUy/xrixz3ZoCzjST8veM+WZwBYbhj6Gz6G6PXJGj66p0d1fnaFI5ovzH4v9THz1/THd2R4f5fj1X1vExLrlpaeT5IMQBsCcE/ZAAfIPCCHtxPmzgSV2ONphkqbExdVZPrWTxvdBoDvfRRyKIkwU0Df05OU342nuzjy/xHPKO5/lkgxAdWiYRDg4m54zOqv2mGZFl5JygxqwAfqWKoPzibPo0z9q4K7vuOA9/grCukCcrGduzBadyl8/luAmemLVphYLL5ASLOxF2t0RBE7weuKG+rxqDuuLTu/21r8nK1Hv0Rhmt8n9oP6k7cSQPVa7y1FyvzLyD4lqAA1Dp49N9c+Rt+yEST47jU5FK1/CS+7QPfPYk7aUDcFyEfG7mmrsAUgns+Y6kC1vJOf6CFJD6Mn4ykA/93MTSQpIG04DOkjK7lyAaLrYxKKG0u2KJrWA214Ld0eH8NKQQKTVoaJ4VsT/IZ3M8fxerX4Y7RdHoIFLENxZAsUma/MJDeGypOHv0HIib9X/2u93cAAAAASUVORK5CYII=) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
}

@media only screen and (min-width:768px) {
  .alert_title_icon:before {
    height: 40px;
  }
}

.alert_title_link {
  color: inherit;
  display: block;
}

.alert_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  color: #333;
  padding-bottom: 30px;
}

@media only screen and (min-width:768px) {
  .alert_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:1200px) {
  .alert_description {
    padding-bottom: 50px;
  }
}

.alert_description p {
  margin: 0;
}

.alert_description a {
  box-shadow: 0 1px 0 0 currentColor;
  color: inherit;
}

.alert_description a:focus,
.alert_description a:hover {
  color: #C8102E;
}

.SmartBoard_Table {
  width: 100%;
  background: #ffce47;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px;
}

.SmartBoard_Subject {
  position: relative;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #C8102E;
  margin: 5px 0 10px;
}

@media only screen and (min-width:768px) {
  .SmartBoard_Subject {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.SmartBoard_Subject:after {
  clear: both;
  content: "";
  display: table;
}

.SmartBoard_Subject:before {
  height: 40px;
  width: 26px;
  position: relative;
  bottom: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAsCAYAAAAq/ZsdAAAABGdBTUEAALGPC/xhBQAABVNJREFUaAXVWUtsG0UYnn9tkya8GsdNwWqjUhFw8wBEERKIA1Jch0JblUcEAokKiZeAA1yQWkAqQlCKOABqcwDEAQGXIJBAqNAYbtwACeJXFSBtqSKlYCekqR3H6x3+32S3693Z9b6swF525n993zczOzteA2vjxcfGQrlv5w8pjN1HMBJjnw6MdO+HiYl6u2ChXYWpbqYn+THn/EE9BgB8MlRMP6S3Bdlum6Bcz46761z5TEQ2BNI9A8XJz0U+v7a2CJqN7+4qLVfynPE+EUFgcDq6rnNbfPbLssjvx4bLOvirVK28ZCWG0MhHMcEjMxb4DJ3oSSVqXPkZSV9kRxhnaSUC0vXXFo8X7OLc+gKfoRpTjrQSQyQphmLdEm4VH6igTCz1AO5qI61AVT/FUo7aD+Ie2JIrxPZcKvNyAUnG3RDDbXw2DF2JxF9fnHOTZxUb2AzJrPyyWzFEinIo14qgW3sgM5TfmByWa/wnBA+7JbAaL4cjcOO2ufSUx3wtzfcM4QhDvcbGsaJXMUQmTDWolsbMY8O3oFwstQ93rNs84mtpVINqaQaPDV+CTvXd1a0w/oYVNg43lwD2h6RwXAp1XCkBO0A2q3isdXhmy971Vn4ndj/LhC2dr76KT/UGSyCArwaL6dd1/kN4YL0Vc3bpbBeanPeWzy29hoanLhjdtTzPUD6W2s45e6IF3EmBX2TTwqgm1dYMLhueBPGDB6U6r4/jurfNx4c8YuQjsuljqGajNmLo7U7bnpJyR75/DEfy5pYgAObznMhmKES1CcNgdtR1LehEfHeMK5zWecsLN4AOY5DIZoyhPmEQlshnZ3MtaKVaOYzLImpXVOe7RNdWmyKb6tPuhEFYmsFhw5WgfO/ILcD5Iw5rU9jFgliRTRCGv20QizCFTgujY0H0waMuA24Ern5DiWZDZBPSI6wGJmILAwRGx4Jy35WexmVwg6CGpQkfbtNsiGyWBdBBmIRtF6P3ORKU3XDnFZzBK/pEJ21g3DQbIlurWoRNHFrFkd+RIEVZeRPfH5c5KaiP4QDmGRLY9DmiNmETB5HPaGspaCqWvB2PKl6/o5kEIQGRzcjL3EcODS5mT5PFVhDf/ngEd5qjTRluOtz8HsLBMb9sHdYkLsTJLtxWUPbkzHP4EA/YFbD38RAuF3yX/nuttj0fiIlL5tTvz6r1RHcNzOicju7ctAy1Ao6otyWyWnB9V7Rr85mJCnX/2DTWuVAu+fu4CHB+HY8k+kvHzhg5U99yhqpQe8uvGAJYrCzcS3eancXlhYep7evCAW5wsyginKFMb3KUy/xrixz3ZoCzjST8veM+WZwBYbhj6Gz6G6PXJGj66p0d1fnaFI5ovzH4v9THz1/THd2R4f5fj1X1vExLrlpaeT5IMQBsCcE/ZAAfIPCCHtxPmzgSV2ONphkqbExdVZPrWTxvdBoDvfRRyKIkwU0Df05OU342nuzjy/xHPKO5/lkgxAdWiYRDg4m54zOqv2mGZFl5JygxqwAfqWKoPzibPo0z9q4K7vuOA9/grCukCcrGduzBadyl8/luAmemLVphYLL5ASLOxF2t0RBE7weuKG+rxqDuuLTu/21r8nK1Hv0Rhmt8n9oP6k7cSQPVa7y1FyvzLyD4lqAA1Dp49N9c+Rt+yEST47jU5FK1/CS+7QPfPYk7aUDcFyEfG7mmrsAUgns+Y6kC1vJOf6CFJD6Mn4ykA/93MTSQpIG04DOkjK7lyAaLrYxKKG0u2KJrWA214Ld0eH8NKQQKTVoaJ4VsT/IZ3M8fxerX4Y7RdHoIFLENxZAsUma/MJDeGypOHv0HIib9X/2u93cAAAAASUVORK5CYII=) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: 0 15px 0 0;
}

.SmartBoard_DateTime {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  color: #333;
  font-weight: 700;
  text-align: right;
  vertical-align: top;
}

@media only screen and (min-width:768px) {
  .SmartBoard_DateTime {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.SmartBoard_Message {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  color: #333;
  padding: 10px 0;
}

@media only screen and (min-width:768px) {
  .SmartBoard_Message {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.SmartBoard_Message a {
  box-shadow: 0 1px 0 0 currentColor;
  color: inherit;
}

.SmartBoard_Message a:focus,
.SmartBoard_Message a:hover {
  color: #C8102E;
}

.feature_events_inner {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

@media only screen and (min-width:768px) {
  .feature_events_inner {
    padding: 56px 0 65px;
  }
}

.feature_events_inner .carousel_count {
  margin: 20px 0;
}

@media only screen and (max-width:991px) {
  .feature_events_header .page_title {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .feature_events_header .breadcrumb_nav {
    margin-bottom: 60px;
  }
}

.feature_events_header .breadcrumb_home_symbol {
  fill: #fff;
  opacity: .6;
}

.feature_events_header .breadcrumb_list {
  color: #fff;
}

.feature_events_items_inner {
  color: #333;
}

@media print {
  .feature_events_items_inner {
    margin: 0 auto;
  }
}

@media print and (min-width:768px) {
  .feature_events_items_inner {
    max-width: none;
  }
}

.no-js .feature_events_items_inner {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.feature_events_items_inner .fs-carousel-viewport {
  max-width: 350px;
}

@media print {
  .feature_events_items_inner .fs-carousel-viewport {
    max-width: none;
  }
}

@media screen and (min-width:665px) {
  .feature_events_items_inner .fs-carousel-viewport {
    max-width: none;
  }
}

.feature_events_items_inner .fs-carousel-canister {
  overflow: visible;
}

@media print and (min-width:768px) {
  .feature_events_items_inner .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.feature_events_items_inner .fs-carousel-item {
  opacity: .5;
  transition: opacity .5s;
}

@media print {
  .feature_events_items_inner .fs-carousel-item {
    width: 48%!important;
    margin-right: 1%;
    margin-left: 1%;
    opacity: 1;
  }
}

@media only screen and (min-width:768px) {
  .feature_events_items_inner .fs-carousel-item:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .feature_events_items_inner .fs-carousel-item:not(:last-child) {
    margin-right: 20px;
  }
}

.feature_events_items_inner .fs-carousel-visible {
  opacity: 1;
}

@media only screen and (max-width:767px) {
  .feature_events_items_inner .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.feature_events_items_inner .carousel_count {
  margin-top: 20px;
}

.feature_events.theme_blue_dark {
  background-color: #072f4f;
  color: #fff;
}

.feature_filter_block {
  background-color: #f3f4f5;
  color: #333;
  padding: 0 0 20px;
}

@media print {
  .feature_filter_block {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .feature_filter_block {
    margin-top: -20px;
    padding: 0 0 40px;
  }
}

.feature_filter_search {
  position: relative;
  background-color: #fff;
  border: 1px solid #a7a8aa;
  border-radius: 5px;
  margin-bottom: 20px;
}

@media only screen and (min-width:992px) {
  .feature_filter_search {
    margin-bottom: 25px;
  }
}

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

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

.feature_filter_search_input {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  color: #C8102E;
  line-height: 1;
  padding: 15px 42px 15px 15px;
}

[data-whatinput=mouse] .feature_filter_search_input:focus,
[data-whatinput=touch] .feature_filter_search_input:focus {
  outline: 0;
}

@media only screen and (min-width:768px) {
  .feature_filter_search_input {
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 28px 90px 25px 30px;
  }
}

.feature_filter_search_input:-ms-input-placeholder {
  color: #C8102E;
  opacity: 1;
  text-overflow: ellipsis;
}

.feature_filter_search_input::placeholder {
  color: #C8102E;
  opacity: 1;
  text-overflow: ellipsis;
}

.feature_filter_search_input[placeholder] {
  color: #C8102E;
  opacity: 1;
  text-overflow: ellipsis;
}

.feature_filter_search_button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding: 0 10px;
}

@media only screen and (min-width:768px) {
  .feature_filter_search_button {
    padding: 0 30px;
  }
}

.feature_filter_search_button:focus .symbol_search,
.feature_filter_search_button:hover .symbol_search {
  fill: #C8102E;
}

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

.feature_filter_search_button .label.focusable:active,
.feature_filter_search_button .label.focusable:focus {
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
}

.feature_filter_search_button .symbol_search {
  width: 22px;
  height: 22px;
  fill: #000;
  transition: fill .25s;
}

@media only screen and (min-width:768px) {
  .feature_filter_search_button .symbol_search {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width:992px) {
  .feature_filter_selects_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

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

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

.feature_filter_dropdown {
  display: block;
  margin: 10px 0;
}

@media only screen and (min-width:992px) {
  .feature_filter_dropdown {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
  }
}

@media only screen and (min-width:992px) {
  .feature_filter_dropdown:not(:last-child) {
    margin-right: 20px;
  }
}

.header_gallery {
  background-color: #f3f4f5;
  padding-bottom: 40px;
}

[data-whatinput=mouse] .header_gallery:focus,
[data-whatinput=touch] .header_gallery:focus {
  outline: 0;
}

@media only screen and (min-width:768px) {
  .header_gallery {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .header_gallery {
    padding-bottom: 70px;
  }
}

.header_gallery .loading_spinner {
  z-index: 3;
  box-shadow: inset 0 0 0 3px rgba(153,30,102,.3);
  opacity: 0;
  transition: opacity .3s .3s,visibility .3s .3s;
  visibility: visible;
}

.header_gallery .loading_line:before {
  box-shadow: inset 0 0 0 3px rgba(153,30,102,.7);
}

.header_gallery.loading .loading_spinner {
  opacity: 1;
}

@media print {
  .header_gallery_grid {
    overflow: hidden;
    max-width: 750px;
    border: 1px solid #000;
    border-radius: 5px;
  }
}

@media only screen and (max-width:991px) {
  .header_gallery_grid {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,.1);
  }
}

@media only screen and (min-width:992px) {
  .header_gallery_grid:after {
    clear: both;
    content: "";
    display: table;
  }
}

.js .header_gallery_grid {
  cursor: pointer;
}

.header_gallery_main {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width:992px) {
  .header_gallery_main {
    float: right;
    width: 66%;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,.1);
    margin-left: 20px;
  }
}

.header_gallery_figure {
  display: block;
  position: relative;
  background-color: #000;
}

.header_gallery_figure picture {
  display: block;
}

.header_gallery_figure img {
  display: block;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .header_gallery_figure {
    overflow: hidden;
  }
}

.header_gallery_figure.size_large {
  padding-top: 56.25%;
}

@media only screen and (min-width:992px) {
  .header_gallery_figure.size_large {
    padding-top: 66.66666667%;
  }
}

.header_gallery_figure.size_large .header_gallery_picture {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_gallery_figure.size_small {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-width:992px) {
  .header_gallery_figure.size_small {
    height: 197px;
    box-shadow: 2px 2px 10px 3px rgba(0,0,0,.1);
    border-radius: 5px;
  }
}

@media only screen and (min-width:1200px) {
  .header_gallery_figure.size_small {
    height: 241px;
  }
}

@media only screen and (min-width:992px) {
  .header_gallery_figure.size_small:not(:last-child) {
    margin-bottom: 20px;
  }
}

.header_gallery_figure.size_small .header_gallery_picture {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header_gallery_figure.size_small .header_gallery_image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.header_gallery_meta_wrap {
  position: absolute;
  background-color: rgba(0,0,0,.6);
  background: linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  padding: 20px 20px 50px 20px;
  text-align: right;
}

@media print {
  .header_gallery_meta_wrap {
    position: relative;
    padding-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .header_gallery_meta_wrap {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }
}

@media only screen and (min-width:1200px) {
  .header_gallery_meta_wrap {
    padding: 36px 20px 100px 20px;
  }
}

.no-js .header_gallery_meta_wrap {
  display: none!important;
  visibility: hidden;
}

.header_gallery_meta {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  color: #fff;
}

.header_gallery_count {
  display: inline-block;
  position: relative;
  padding: 2px 14px 2px 10px;
}

.header_gallery_count:first-child {
  padding-left: 0;
}

.header_gallery_count:last-child {
  padding-right: 0;
}

.header_gallery_count:not(:last-child):after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  content: "";
  opacity: .3;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_gallery_count {
    display: block;
    padding-right: 0;
  }

  .header_gallery_count:after {
    display: none!important;
    visibility: hidden;
  }
}

.header_gallery_count .icon {
  position: relative;
  top: -2px;
}

@media only screen and (min-width:768px) {
  .header_gallery_count .icon {
    margin-right: 4px;
  }
}

.header_gallery_count .symbol {
  fill: #fff;
}

.header_gallery_count .symbol_image {
  width: 14px;
  height: 11px;
}

.header_gallery_count .symbol_video {
  width: 14px;
  height: 9px;
}

.header_gallery_content {
  background-color: #C8102E;
  color: #fff;
  padding: 20px;
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:1200px) {
  .header_gallery_content {
    padding: 40px;
  }
}

.header_gallery_content.media_large {
  background-color: rgba(200,16,46,.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width:991px) {
  .header_gallery_content.media_large {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .header_gallery_content.media_large {
    position: absolute;
    width: 350px;
    top: 20px;
    bottom: 20px;
    left: 20px;
  }
}

@media only screen and (min-width:1200px) {
  .header_gallery_content.media_large {
    width: 440px;
  }
}

.no-touchevents .header_gallery_content.media_large {
  pointer-events: none;
  -ms-transform: translateX(calc(-100% - 20px));
  transform: translateX(calc(-100% - 20px));
  transition: transform .45s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}

@media print {
  .no-touchevents .header_gallery_content.media_large {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.header_gallery_content.media_large.toggle_active,
.header_gallery_grid:focus .header_gallery_content.media_large,
.no-touchevents .header_gallery_grid:hover .header_gallery_content.media_large {
  pointer-events: auto;
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media print,only screen and (min-width:992px) {
  .header_gallery_content.media_small {
    display: none!important;
    visibility: hidden;
  }
}

.header_gallery_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
}

@media only screen and (min-width:768px) {
  .header_gallery_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .header_gallery_description {
    font-size: 15px;
    font-size: .9375rem;
  }
}

.js .header_gallery_description {
  margin-bottom: 30px;
}

@media print {
  .js .header_gallery_description {
    margin-bottom: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:1200px) {
  .js .header_gallery_description {
    margin-bottom: 48px;
  }
}

.header_gallery_description p {
  margin: 0;
}

.header_gallery_more {
  position: relative;
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  display: block;
  cursor: pointer;
  overflow: visible;
  text-align: center;
  transition: background .25s,color .25s,opacity .5s,visibility .5s;
  background-color: #fff;
  color: #333;
  margin: 0 0 20px 26px;
}

.header_gallery_more:focus .icon:before,
.header_gallery_more:hover .icon:before {
  animation: pulse .8s forwards;
}

@media print {
  .header_gallery_more {
    display: none!important;
    visibility: hidden;
  }
}

.no-js .header_gallery_more {
  display: none!important;
  visibility: hidden;
}

.header_gallery_more:focus,
.header_gallery_more:hover {
  background-color: #C8102E;
  color: #fff;
}

.header_gallery_more_inner .icon {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  top: -18px;
  left: -26px;
  border-radius: 100%;
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity .25s,transform .25s;
}

.header_gallery_more_inner .icon:before {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 100%;
  content: "";
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity .25s,transform .25s;
}

.header_gallery_more_inner .symbol_plus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 18px;
  height: 18px;
}

.header_gallery_more_inner .icon {
  background-color: #C8102E;
}

.header_gallery_more_inner .icon:before {
  background-color: #C8102E;
}

.header_gallery_more_inner .symbol_plus {
  fill: #fff;
}

@media print,only screen and (max-width:767px) {
  .header_gallery_support {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .header_gallery_support:after {
    clear: both;
    content: "";
    display: table;
  }
}

.giving_block {
  background-color: #000;
  color: #fff;
}

.giving_inner {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

@media only screen and (min-width:768px) {
  .giving_inner {
    padding: 56px 0 100px;
  }
}

@media only screen and (min-width:992px) {
  .giving_inner {
    padding-bottom: 130px;
  }
}

.giving_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.giving_background .fs-background-container:after {
  position: absolute;
  display: block;
  background-color: rgba(0,0,0,0);
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  width: 100%;
  height: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.no-js .giving_background {
  display: none!important;
  visibility: hidden;
}

.giving_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: url(#svg_blur);
}

@media print {
  .giving_fallback {
    display: none!important;
    visibility: hidden;
  }
}

@media print {
  .giving_background,
  .giving_fallback {
    display: none!important;
    visibility: hidden;
  }
}

.giving_background:after,
.giving_fallback:after {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  background: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  content: "";
}

.giving_header .page_title {
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

@media only screen and (min-width:768px) {
  .giving_header .page_title {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .giving_header .page_title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:992px) {
  .giving_header .breadcrumb_nav {
    margin-bottom: 40px;
  }
}

.giving_header .breadcrumb_home_symbol {
  fill: #fff;
  opacity: .6;
}

.giving_header .breadcrumb_list {
  color: #fff;
}

.giving_body .carousel_count {
  margin-top: 18px;
}

.no-js .giving_cards {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.giving_cards .fs-carousel-viewport {
  max-width: 290px;
  position: static;
}

@media screen and (min-width:640px) {
  .giving_cards .fs-carousel-viewport {
    max-width: 590px;
  }
}

@media print,only screen and (min-width:992px) {
  .giving_cards .fs-carousel-viewport {
    max-width: none;
  }
}

@media print {
  .giving_cards .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print {
  .giving_cards .fs-carousel-item {
    width: calc(50% - 10px)!important;
    height: auto!important;
  }
}

.giving_cards .fs-carousel-item:not(:last-child) {
  margin-right: 10px;
}

@media print {
  .giving_cards .fs-carousel-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width:992px) {
  .giving_cards .fs-carousel-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media print {
  .giving_cards .fs-carousel-item:nth-child(odd) {
    margin-right: 20px;
  }
}

@media only screen and (max-width:767px) {
  .giving_cards .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.giving_card {
  border-radius: 5px;
}

@media print {
  .giving_card {
    float: left;
    width: calc(50% - 10px);
    border: 1px solid #000;
  }
}

@media only screen and (min-width:1200px) {
  .giving_card {
    float: left;
    width: 270px;
  }
}

.giving_card:not(:last-child) {
  margin-right: 20px;
}

.no-js .giving_card {
  display: inline-block;
  width: 270px;
  margin: 0 10px 10px 0;
  vertical-align: top;
  white-space: normal;
}

@media only screen and (min-width:768px) {
  .no-js .giving_card {
    margin: 0 20px 20px 0;
  }
}

.giving_card:last-child {
  margin-right: 0;
}

.giving_card_inner {
  padding: 40px 30px;
}

.giving_card_group {
  margin-top: 20px;
}

@media print {
  .giving_card_group {
    height: auto!important;
  }
}

.giving_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 12px;
}

@media only screen and (min-width:768px) {
  .giving_card_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.giving_card_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.giving_card_description p {
  margin: 0;
}

@media print {
  .giving_card_header_url {
    display: none!important;
    visibility: hidden;
  }
}

.giving_card_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #333;
  margin: 0;
}

.giving_card_link:focus,
.giving_card_link:hover {
  color: #fff;
  background-color: #5fc64d;
}

.giving_card:nth-child(3n) {
  background-color: #C8102E!important;
}

.giving_card:nth-child(3n+1) {
  background-color: #264db6!important;
}

.giving_card:nth-child(3n+1) .giving_card_link:focus,
.giving_card:nth-child(3n+1) .giving_card_link:hover {
  background-color: #5fc64d!important;
}

.giving_card:nth-child(3n+2) {
  background-color: #333!important;
}

.giving_card:nth-child(3n+2) .giving_card_link:focus,
.giving_card:nth-child(3n+2) .giving_card_link:hover {
  background-color: #5fc64d!important;
}

.home_feature {
  overflow: hidden;
  background-color: #072f4f;
  clear: both;
  color: #fff;
}

@media print {
  .home_feature {
    margin-top: 30px!important;
  }
}

@media only screen and (min-width:768px) {
  .home_feature {
    background-color: #000;
  }
}

.home_feature_inner {
  position: relative;
}

@media only screen and (min-width:768px) {
  .home_feature_inner {
    min-height: 100vh;
  }
}

@media print {
  .home_feature_background,
  .home_feature_fallback {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (max-width:767px) {
  .home_feature_background,
  .home_feature_fallback {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .home_feature_background,
  .home_feature_fallback {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
  }
}

@media only screen and (min-width:992px) {
  .js .home_feature_background,
  .js .home_feature_fallback {
    position: fixed;
    top: auto;
  }
}

@media only screen and (min-width:992px) {
  .js .home_feature.unpin .home_feature_background,
  .js .home_feature.unpin .home_feature_fallback {
    position: absolute;
  }
}

@media only screen and (min-width:992px) {
  .js.touchevents .home_feature.unpin .home_feature_background,
  .js.touchevents .home_feature.unpin .home_feature_fallback {
    position: fixed;
  }
}

.home_feature_fallback {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: url(#svg_blur);
  transition: opacity .5s .5s;
}

.home_feature.loaded .home_feature_fallback {
  opacity: 0;
}

@media only screen and (min-width:768px) {
  .js .home_feature_background {
    opacity: 0;
    transition: opacity .5s;
  }
}

@media only screen and (min-width:768px) {
  .js .home_feature.loaded .home_feature_background {
    opacity: 1;
  }
}

.home_feature_background .feature_mask {
  display: block;
  height: 102%;
  width: 102%;
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
  background-color: rgba(0,0,0,.5);
}

@media only screen and (max-width:991px) {
  .home_feature_background .feature_mask {
    opacity: 1!important;
  }
}

@media only screen and (max-width:991px) {
  .home_feature_background .feature_mask:after {
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0);
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
    width: 100%;
    height: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
  }
}

.home_feature_compact {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 35px;
}

@media print,only screen and (min-width:768px) {
  .home_feature_compact {
    display: none!important;
    visibility: hidden;
  }
}

.home_feature_picture {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home_feature_picture picture {
  display: block;
}

.home_feature_picture img {
  display: block;
  width: 100%;
}

.home_feature_picture:after {
  display: block;
  height: 102%;
  width: 102%;
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
  background-color: rgba(0,0,0,0);
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  content: "";
}

.home_feature_image {
  display: block;
}

.home_feature_compact_inner {
  position: relative;
}

.home_feature_message {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0;
}

@media print {
  .home_feature_message {
    display: none!important;
    visibility: hidden;
  }
}

.home_feature_wrapper {
  padding-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .home_feature_wrapper {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .home_feature_wrapper {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width:768px) {
  .js .home_feature_wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
}

@media print {
  .home_feature_description {
    height: auto!important;
    margin-top: 0!important;
    opacity: 1!important;
  }
}

@media only screen and (max-width:767px) {
  .home_feature_description {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .js .home_feature_description {
    position: absolute;
    right: 0;
    left: 0;
  }
}

@media only screen and (min-width:768px) {
  .js .home_feature_description_inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.home_feature_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
  margin: 100px 0;
}

@media only screen and (min-width:768px) {
  .home_feature_label {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media only screen and (min-width:992px) {
  .home_feature_label {
    font-size: 64px;
    font-size: 4rem;
  }
}

@media print {
  .home_feature_label {
    -ms-transform: none!important;
    transform: none!important;
  }
}

@media only screen and (min-width:992px) {
  .home_feature_label {
    margin: 130px 0;
  }
}

@media only screen and (min-width:992px) and (max-height:899px) {
  .home_feature_label {
    font-size: 48px;
    font-size: 3rem;
  }
}

.js .home_feature_label {
  margin: 0;
}

@media print {
  .js .home_feature_label {
    margin-bottom: 30px;
  }
}

.home_feature_body .carousel_count {
  margin: 12px 0 2px;
}

@media print {
  .feature_cards {
    margin: 0!important;
  }
}

@media print,only screen and (min-width:768px) {
  .feature_cards {
    display: -ms-flexbox;
    display: flex;
  }
}

@media print,only screen and (min-width:768px) {
  .feature_cards .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
  }
}

.feature_cards .fs-carousel-item {
  opacity: 1;
  transition: opacity .5s;
}

.feature_cards .fs-carousel-item:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width:767px) {
  .feature_cards .fs-carousel-item_previous {
    opacity: .5;
  }
}

@media only screen and (max-width:767px) {
  .feature_cards .fs-carousel-item_next {
    opacity: .5;
  }
}

.feature_card {
  overflow: hidden;
  position: relative;
  max-width: 310px;
  border-radius: 5px;
  margin: 10px auto;
}

@media print {
  .feature_card {
    border: 1px solid #000;
  }
}

@media screen and (min-width:500px) {
  .feature_card {
    max-width: 392px;
  }
}

@media only screen and (min-width:768px) {
  .feature_card {
    float: left;
    width: 48%;
    width: calc(50% - 5px);
    margin: 0;
  }
}

@media only screen and (min-width:768px) {
  .feature_card:not(:last-child) {
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width:992px) {
  .feature_card:not(:last-child) {
    margin-right: 24px;
  }
}

.feature_card_inner {
  padding: 20px;
  padding-bottom: 40px;
}

@media screen and (min-width:500px) {
  .feature_card_inner {
    padding: 40px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width:500px) {
  .feature_card.has_thumbnail .feature_card_inner {
    padding-top: 20px;
  }
}

.feature_card_picture {
  display: block;
}

.feature_card_picture picture {
  display: block;
}

.feature_card_picture img {
  display: block;
  width: 100%;
}

.feature_card_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 24px;
}

.feature_card.has_thumbnail .feature_card_label {
  padding: 4px 5px 3px;
}

.feature_card.has_thumbnail .feature_card_label {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  color: #C8102E;
}

@media screen and (min-width:500px) {
  .feature_card.has_thumbnail .feature_card_label {
    top: 40px;
    left: 40px;
  }
}

.feature_card_date {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 10px;
}

.feature_card_stat {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 10px;
}

.feature_card_icon {
  max-width: 100%;
  margin-bottom: 24px;
}

.feature_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 8px 0;
}

@media only screen and (min-width:768px) {
  .feature_card_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.feature_card_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
}

@media only screen and (min-width:768px) {
  .feature_card_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.feature_card_description p {
  margin: 0;
}

.feature_card_list {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.feature_card_list_item {
  border-bottom: 1px solid;
}

.feature_card_list_link {
  display: block;
  color: inherit;
  padding: 16px 10px 12px 0;
  transition: color .25s;
}

.feature_card_list_link .icon {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: -2px;
  margin-right: -22px;
  margin-left: 10px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .25s;
}

.feature_card_list_link .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.feature_card_list_link:focus .icon,
.feature_card_list_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.feature_card_list_text {
  display: inline-block;
  padding-right: 22px;
  vertical-align: middle;
}

.feature_card_buttons {
  margin-top: 16px;
}

@media print {
  .feature_card_buttons {
    display: none!important;
    visibility: hidden;
  }
}

.feature_card_button {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  margin: 0;
}

.feature_card.type_links .feature_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .feature_card.type_links .feature_card_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.feature_card.theme_white {
  background-color: #fff;
  color: #09253C;
}

.feature_card.theme_white .feature_card_label {
  color: #C8102E;
}

.feature_card.theme_white .feature_card_date,
.feature_card.theme_white .feature_card_stat {
  color: #C8102E;
}

.feature_card.theme_white .feature_card_button {
  background-color: #C8102E;
  color: #fff;
}

.feature_card.theme_white .feature_card_button:focus,
.feature_card.theme_white .feature_card_button:hover {
  background-color: #333;
}

.feature_card.theme_white .feature_card_list_link .symbol_arrow_right {
  fill: #C8102E;
}

.feature_card.theme_white .feature_card_list_item {
  border-bottom-color: rgba(0,0,0,.2);
}

.feature_card.theme_white.type_links .feature_card_title {
  color: #930a28;
}

.feature_card.theme_blue_light {
  background-color: #264db6;
  color: #fff;
}

.feature_card.theme_red_light {
  background-color: #C8102E;
  color: #fff;
}

.feature_card.theme_red_brand {
  background-color: #C8102E;
  color: #fff;
}

.feature_card.theme_green_dark {
  background-color: #02a6ab;
  color: #333;
}

.feature_card.theme_blue_light .feature_card_list,
.feature_card.theme_green_dark .feature_card_list,
.feature_card.theme_red_brand .feature_card_list,
.feature_card.theme_red_light .feature_card_list {
  color: #fff;
}

.feature_card.theme_blue_light .feature_card_list_link .symbol_arrow_right,
.feature_card.theme_green_dark .feature_card_list_link .symbol_arrow_right,
.feature_card.theme_red_brand .feature_card_list_link .symbol_arrow_right,
.feature_card.theme_red_light .feature_card_list_link .symbol_arrow_right {
  fill: #f3f4f5;
}

.feature_card.theme_blue_light .feature_card_list_link:focus,
.feature_card.theme_blue_light .feature_card_list_link:hover,
.feature_card.theme_green_dark .feature_card_list_link:focus,
.feature_card.theme_green_dark .feature_card_list_link:hover,
.feature_card.theme_red_brand .feature_card_list_link:focus,
.feature_card.theme_red_brand .feature_card_list_link:hover,
.feature_card.theme_red_light .feature_card_list_link:focus,
.feature_card.theme_red_light .feature_card_list_link:hover {
  color: rgba(255,255,255,.6);
}

.feature_card.theme_blue_light .feature_card_list_item,
.feature_card.theme_green_dark .feature_card_list_item,
.feature_card.theme_red_brand .feature_card_list_item,
.feature_card.theme_red_light .feature_card_list_item {
  border-bottom-color: rgba(255,255,255,.2);
}

.feature_card.theme_blue_light .feature_card_button,
.feature_card.theme_green_dark .feature_card_button,
.feature_card.theme_red_brand .feature_card_button,
.feature_card.theme_red_light .feature_card_button {
  background-color: #fff;
  color: #09253C;
}

.feature_card.theme_blue_light .feature_card_button:focus,
.feature_card.theme_blue_light .feature_card_button:hover,
.feature_card.theme_green_dark .feature_card_button:focus,
.feature_card.theme_green_dark .feature_card_button:hover,
.feature_card.theme_red_brand .feature_card_button:focus,
.feature_card.theme_red_brand .feature_card_button:hover,
.feature_card.theme_red_light .feature_card_button:focus,
.feature_card.theme_red_light .feature_card_button:hover {
  background-color: rgba(255,255,255,.6);
}

.feature_card.theme_green_dark .feature_card_list {
  color: #333;
}

.feature_card.theme_green_dark .feature_card_list_link .symbol_arrow_right {
  fill: #333;
}

.feature_card.theme_green_dark .feature_card_list_link:focus,
.feature_card.theme_green_dark .feature_card_list_link:hover {
  color: rgba(51,51,51,.6);
}

.feature_card.theme_green_dark .feature_card_list_item {
  border-bottom-color: rgba(51,51,51,.2);
}

.feature_card.theme_green_dark .feature_card_button {
  background-color: #333;
  color: #fff;
}

.feature_card.theme_green_dark .feature_card_button:focus,
.feature_card.theme_green_dark .feature_card_button:hover {
  background-color: rgba(51,51,51,.6);
}

.news_row.none .news_label {
  background-color: #C8102E;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news .feature_news_article {
    background-color: #C8102E;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news .feature_news_content {
    background-color: rgba(200,16,46,.9);
    color: #fff;
  }
}

.news_item.alumni .news_item_label {
  background-color: #02A6AB;
  color: #000;
}

.news_card.alumni {
  background-color: #02A6AB;
  color: #000;
}

.news_card.alumni .news_card_label {
  color: #000;
}

.news_row.alumni .news_label {
  background-color: #02A6AB;
  color: #000;
}

@media only screen and (max-width:767px) {
  .feature_news.alumni .feature_news_article {
    background-color: #02A6AB;
    color: #000;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.alumni .feature_news_content {
    background-color: rgba(2,166,171,.9);
    color: #000;
  }
}

.news_item.announcements .news_item_label {
  background-color: #C8102E;
  color: #fff;
}

.news_card.announcements {
  background-color: #C8102E;
  color: #fff;
}

.news_card.announcements .news_card_label {
  color: #C8102E;
}

.news_row.announcements .news_label {
  background-color: #C8102E;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.announcements .feature_news_article {
    background-color: #C8102E;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.announcements .feature_news_content {
    background-color: rgba(200,16,46,.9);
    color: #fff;
  }
}

.news_item.arts_culture .news_item_label {
  background-color: #991e66;
  color: #fff;
}

.news_card.arts_culture {
  background-color: #991e66;
  color: #fff;
}

.news_card.arts_culture .news_card_label {
  color: #991e66;
}

.news_row.arts_culture .news_label {
  background-color: #991e66;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.arts_culture .feature_news_article {
    background-color: #991e66;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.arts_culture .feature_news_content {
    background-color: rgba(153,30,102,.9);
    color: #fff;
  }
}

.news_item.athletics .news_item_label {
  background-color: #ef562d;
  color: #333;
}

.news_card.athletics {
  background-color: #ef562d;
  color: #333;
}

.news_card.athletics .news_card_label {
  color: #333;
}

.news_row.athletics .news_label {
  background-color: #ef562d;
  color: #333;
}

@media only screen and (max-width:767px) {
  .feature_news.athletics .feature_news_article {
    background-color: #ef562d;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.athletics .feature_news_content {
    background-color: rgba(239,86,45,.9);
    color: #333;
  }
}

.news_item.community .news_item_label {
  background-color: #f4da40;
  color: #333;
}

.news_card.community {
  background-color: #f4da40;
  color: #333;
}

.news_card.community .news_card_label {
  color: #333;
}

.news_row.community .news_label {
  background-color: #f4da40;
  color: #333;
}

@media only screen and (max-width:767px) {
  .feature_news.community .feature_news_article {
    background-color: #f4da40;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.community .feature_news_content {
    background-color: rgba(244,218,64,.9);
    color: #333;
  }
}

.news_item.culinary .news_item_label {
  background-color: #5fc64d;
  color: #072f4f;
}

.news_card.culinary {
  background-color: #5fc64d;
  color: #072f4f;
}

.news_card.culinary .news_card_label {
  color: #072f4f;
}

.news_row.culinary .news_label {
  background-color: #5fc64d;
  color: #072f4f;
}

@media only screen and (max-width:767px) {
  .feature_news.culinary .feature_news_article {
    background-color: #5fc64d;
    color: #072f4f;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.culinary .feature_news_content {
    background-color: rgba(95,198,77,.9);
    color: #072f4f;
  }
}

.news_item.student_success .news_item_label {
  background-color: #930a28;
  color: #fff;
}

.news_card.student_success {
  background-color: #930a28;
  color: #fff;
}

.news_card.student_success .news_card_label {
  color: #930a28;
}

.news_row.student_success .news_label {
  background-color: #930a28;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.student_success .feature_news_article {
    background-color: #930a28;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.student_success .feature_news_content {
    background-color: rgba(147,10,40,.9);
    color: #fff;
  }
}

.news_item.veterans .news_item_label {
  background-color: #02A6AB;
  color: #000;
}

.news_card.veterans {
  background-color: #02A6AB;
  color: #000;
}

.news_card.veterans .news_card_label {
  color: #000;
}

.news_row.veterans .news_label {
  background-color: #02A6AB;
  color: #000;
}

@media only screen and (max-width:767px) {
  .feature_news.veterans .feature_news_article {
    background-color: #02A6AB;
    color: #000;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.veterans .feature_news_content {
    background-color: rgba(2,166,171,.9);
    color: #000;
  }
}

.news_item.workforce .news_item_label {
  background-color: #264db6;
  color: #fff;
}

.news_card.workforce {
  background-color: #264db6;
  color: #fff;
}

.news_card.workforce .news_card_label {
  color: #264db6;
}

.news_row.workforce .news_label {
  background-color: #264db6;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.workforce .feature_news_article {
    background-color: #264db6;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.workforce .feature_news_content {
    background-color: rgba(38,77,182,.9);
    color: #fff;
  }
}

.news_item.academics .news_item_label {
  background-color: #C8102E;
  color: #fff;
}

.news_card.academics {
  background-color: #C8102E;
  color: #fff;
}

.news_card.academics .news_card_label {
  color: #C8102E;
}

.news_row.academics .news_label {
  background-color: #C8102E;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.academics .feature_news_article {
    background-color: #C8102E;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.academics .feature_news_content {
    background-color: rgba(200,16,46,.9);
    color: #fff;
  }
}

.news_item.education .news_item_label {
  background-color: #991e66;
  color: #fff;
}

.news_card.education {
  background-color: #991e66;
  color: #fff;
}

.news_card.education .news_card_label {
  color: #991e66;
}

.news_row.education .news_label {
  background-color: #991e66;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.education .feature_news_article {
    background-color: #991e66;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.education .feature_news_content {
    background-color: rgba(153,30,102,.9);
    color: #fff;
  }
}

.news_item.featured .news_item_label {
  background-color: #C8102E;
  color: #fff;
}

.news_card.featured {
  background-color: #C8102E;
  color: #fff;
}

.news_card.featured .news_card_label {
  color: #C8102E;
}

.news_row.featured .news_label {
  background-color: #C8102E;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.featured .feature_news_article {
    background-color: #C8102E;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.featured .feature_news_content {
    background-color: rgba(200,16,46,.9);
    color: #fff;
  }
}

.news_item.in_the_news .news_item_label {
  background-color: #C8102E;
  color: #fff;
}

.news_card.in_the_news {
  background-color: #C8102E;
  color: #fff;
}

.news_card.in_the_news .news_card_label {
  color: #C8102E;
}

.news_row.in_the_news .news_label {
  background-color: #C8102E;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.in_the_news .feature_news_article {
    background-color: #C8102E;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.in_the_news .feature_news_content {
    background-color: rgba(200,16,46,.9);
    color: #fff;
  }
}

.news_item.jobs .news_item_label {
  background-color: #5fc64d;
  color: #333;
}

.news_card.jobs {
  background-color: #5fc64d;
  color: #333;
}

.news_card.jobs .news_card_label {
  color: #333;
}

.news_row.jobs .news_label {
  background-color: #5fc64d;
  color: #333;
}

@media only screen and (max-width:767px) {
  .feature_news.jobs .feature_news_article {
    background-color: #5fc64d;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.jobs .feature_news_content {
    background-color: rgba(95,198,77,.9);
    color: #333;
  }
}

.news_item.philanthropy .news_item_label {
  background-color: #02a6ab;
  color: #000;
}

.news_card.philanthropy {
  background-color: #02a6ab;
  color: #000;
}

.news_card.philanthropy .news_card_label {
  color: #000;
}

.news_row.philanthropy .news_label {
  background-color: #02a6ab;
  color: #000;
}

@media only screen and (max-width:767px) {
  .feature_news.philanthropy .feature_news_article {
    background-color: #02a6ab;
    color: #000;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.philanthropy .feature_news_content {
    background-color: rgba(2,166,171,.9);
    color: #000;
  }
}

.news_item.president .news_item_label {
  background-color: #a7a8aa;
  color: #333;
}

.news_card.president {
  background-color: #a7a8aa;
  color: #333;
}

.news_card.president .news_card_label {
  color: #333;
}

.news_row.president .news_label {
  background-color: #a7a8aa;
  color: #333;
}

@media only screen and (max-width:767px) {
  .feature_news.president .feature_news_article {
    background-color: #a7a8aa;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.president .feature_news_content {
    background-color: rgba(167,168,170,.9);
    color: #333;
  }
}

.news_item.research .news_item_label {
  background-color: #930a28;
  color: #fff;
}

.news_card.research {
  background-color: #930a28;
  color: #fff;
}

.news_card.research .news_card_label {
  color: #930a28;
}

.news_row.research .news_label {
  background-color: #930a28;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.research .feature_news_article {
    background-color: #930a28;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.research .feature_news_content {
    background-color: rgba(147,10,40,.9);
    color: #fff;
  }
}

.news_item.students .news_item_label {
  background-color: #072f4f;
  color: #fff;
}

.news_card.students {
  background-color: #072f4f;
  color: #fff;
}

.news_card.students .news_card_label {
  color: #072f4f;
}

.news_row.students .news_label {
  background-color: #072f4f;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.students .feature_news_article {
    background-color: #072f4f;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.students .feature_news_content {
    background-color: rgba(7,47,79,.9);
    color: #fff;
  }
}

.feature_news {
  background-color: #f3f4f5;
  padding-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .feature_news {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .feature_news {
    margin-top: -30px;
    padding-bottom: 70px;
  }
}

.feature_news_article {
  overflow: hidden;
  border-radius: 5px;
}

@media print {
  .feature_news_article {
    border: 1px solid #000;
  }
}

@media only screen and (min-width:768px) {
  .feature_news_article {
    position: relative;
  }
}

.feature_news_figure {
  display: block;
}

.feature_news_figure picture {
  display: block;
}

.feature_news_figure img {
  display: block;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .feature_news_figure {
    position: relative;
    background-color: #000;
    margin-left: 100px;
  }
}

@media only screen and (min-width:992px) {
  .feature_news_figure {
    margin-left: 150px;
  }
}

@media only screen and (min-width:1200px) {
  .feature_news_figure {
    margin-left: 210px;
  }
}

@media only screen and (min-width:768px) {
  .feature_news_picture {
    padding-top: 66.66666667%;
  }
}

@media only screen and (min-width:1200px) {
  .feature_news_picture {
    padding-top: 56.25%;
  }
}

@media only screen and (min-width:768px) {
  .feature_news_image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.feature_news_content {
  padding: 18px 15px 50px 15px;
}

@media only screen and (min-width:768px) {
  .feature_news_content {
    position: absolute;
    overflow: hidden;
    width: 350px;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-radius: 5px;
  }
}

@media only screen and (min-width:992px) {
  .feature_news_content {
    width: 375px;
    top: 20px;
    bottom: 20px;
    padding: 40px 30px 30px 30px;
  }
}

@media only screen and (min-width:1200px) {
  .feature_news_content {
    width: 400px;
    padding: 68px 40px 30px 40px;
  }
}

.feature_news_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  bottom: -1px;
  background-color: #fff;
  border-radius: 2px;
  color: #333;
  margin-right: 14px;
  padding: 8px 8px 6px;
}

@media print {
  .feature_news_label {
    border: 1px solid #000;
  }
}

.feature_news_date {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  display: inline-block;
}

.feature_news_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 14px 0 10px;
}

@media only screen and (min-width:768px) {
  .feature_news_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (min-width:992px) {
  .feature_news_title {
    margin-bottom: 18px;
  }
}

.feature_news_title a {
  color: inherit;
  transition: color .25s,opacity .25s;
}

.feature_news_title a:active,
.feature_news_title a:focus,
.feature_news_title a:hover {
  color: #5fc64d;
}

.feature_news_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .feature_news_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.feature_news_description p {
  margin: 0;
}

.feature_news_links {
  margin-top: 24px;
}

@media print {
  .feature_news_links {
    display: none!important;
    visibility: hidden;
  }
}

.feature_news_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  transition: background-color .25s;
}

@media only screen and (max-width:767px) {
  .feature_news_link {
    display: block;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .feature_news_link {
    display: inline-block;
  }
}

.feature_news_link:focus,
.feature_news_link:hover {
  background-color: #333;
  color: #fff;
}

@media only screen and (max-width:767px) {
  .feature_news.theme_blue_light .feature_news_article {
    background-color: #264db6;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_blue_light .feature_news_content {
    background-color: rgba(38,77,182,.9);
    color: #fff;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_red_brand .feature_news_article {
    background-color: #C8102E;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_red_brand .feature_news_content {
    background-color: rgba(200,16,46,.9);
    color: #fff;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_red_light .feature_news_article {
    background-color: #C8102E;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_red_light .feature_news_content {
    background-color: rgba(200,16,46,.9);
    color: #fff;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_blue_dark .feature_news_article {
    background-color: #072f4f;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_blue_dark .feature_news_content {
    background-color: rgba(7,47,79,.9);
    color: #fff;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_blue_light .feature_news_article {
    background-color: #264db6;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_blue_light .feature_news_content {
    background-color: rgba(38,77,182,.9);
    color: #fff;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_green_dark .feature_news_article {
    background-color: #02a6ab;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_green_dark .feature_news_content {
    background-color: rgba(2,166,171,.9);
    color: #333;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_green_light .feature_news_article {
    background-color: #5fc64d;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_green_light .feature_news_content {
    background-color: rgba(95,198,77,.9);
    color: #333;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_pink .feature_news_article {
    background-color: #991e66;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_pink .feature_news_content {
    background-color: rgba(153,30,102,.9);
    color: #333;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_yellow .feature_news_article {
    background-color: #f4da40;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_yellow .feature_news_content {
    background-color: rgba(244,218,64,.9);
    color: #333;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_orange .feature_news_article {
    background-color: #ef562d;
    color: #333;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_orange .feature_news_content {
    background-color: rgba(239,86,45,.9);
    color: #333;
  }
}

@media only screen and (max-width:767px) {
  .feature_news.theme_gray_dark .feature_news_article {
    background-color: #333;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .feature_news.theme_gray_dark .feature_news_content {
    background-color: rgba(51,51,51,.9);
    color: #fff;
  }
}

#category-list,
#core_search_category,
#core_search_end_date,
#core_search_location,
#core_search_start_date,
#event-favorite-container,
#like-accordion,
#publicBody_siteBody_UCEventSearch_UCEventSearch_ancAdvancedSearch,
#publicBody_siteBody_UCEventSearch_UCEventSearch_lbtnClearSearch,
#screen-reader,
#search-link,
#search_range,
#share-it-alert,
#share-it-blog,
#share-it-remind,
#share-it-social,
#sitefooter,
#top-main,
.accordion-content,
.adx-modal,
.list-shareit,
.list-subscribe,
.quick-link-container {
  display: none;
}

.wrap.main {
  padding: 40px 0;
}

@media only screen and (min-width:768px) {
  .wrap.main {
    padding: 60px 0;
  }
}

#view-search {
  margin-bottom: 10px;
}

@media screen and (min-width:500px) {
  #view-search {
    width: 200px;
    float: left;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:768px) {
  #view-search {
    width: 240px;
  }
}

@media only screen and (min-width:1200px) {
  #view-search {
    width: 290px;
  }
}

.theme_calendar_detail #view-search {
  display: none;
}

#view-type {
  position: absolute;
  top: 150px;
  right: 0;
}

@media screen and (min-width:500px) {
  #view-type {
    top: 105px;
  }
}

@media only screen and (min-width:768px) {
  #view-type {
    top: 175px;
  }
}

#publicBody_siteBody_UCEventSearch_view_type_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#publicBody_siteBody_UCEventSearch_view_type_list li {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width:768px) {
  #publicBody_siteBody_UCEventSearch_view_type_list li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

#publicBody_siteBody_UCEventSearch_view_type_list li:first-child {
  display: none;
}

#publicBody_siteBody_UCEventSearch_view_type_list a {
  color: #C8102E;
  transition: color .25s;
}

#publicBody_siteBody_UCEventSearch_view_type_list a:before {
  position: relative;
  top: -2px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#publicBody_siteBody_UCEventSearch_view_type_list a:focus,
#publicBody_siteBody_UCEventSearch_view_type_list a:hover {
  color: #0B263B;
}

#publicBody_siteBody_UCEventSearch_view_type_list a:focus span,
#publicBody_siteBody_UCEventSearch_view_type_list a:hover span {
  border-bottom-color: #C8102E;
}

#publicBody_siteBody_UCEventSearch_view_type_list span {
  border-bottom: 1px solid #0B263B;
  display: inline-block;
  line-height: 1;
  transition: border .25s;
}

#publicBody_siteBody_UCEventSearch_li_grid_view a:before {
  height: 20px;
  width: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAAAklJREFUWAntWM1qFEEQruose8kGcsgh4iEgaHY1b7AxLgnePIp5AA8KXr27L+HRBxA8Ch4kkGjyBvnZIOTmzZtzWs2UX0+s2Z61NgM7kGlhBob66e7qb6qmq2qGl3vba7/T8TsheUhCbcLFTKPk/Kjneb06G1s9GV+eqlyFcnvhfnL85Sy00Vnvn4lQN9MxjZn4a8u1n7cycCI74eTaeTgKDtvx2FzmudoR2QA8NqdhtafUrIUnXc0QSre3AQqviggXVv+iWwW5ijBlK9sLe1omTYCI/fJSd+uFLhgMBi2h9LXKVam35W2qHez10u+pckh58V5fQkWR54/OyTcc/8e4N4pj1SSksmPcn9OU7xLJk1nWSgDOWnZzejPEN7d9+U4NwHIfXT+j8eD1/ikfjd6DebIsPEvW7tBFQZcLvILMv6IictlP8N9VnqK3kT+XVMfMP5DzcP97IRnfsfoCEyBq3MV0P6gmO93NIQy9URnd46fk/HB3Ik+4zvrmewB6lmuY3iajo2EuB0zWD9LffjDQRx/iBmAQrbnYxoNzuS1YZHYzWTrAiQvmTVihAdLMI1Xg6+uEHH1QuUBTeoo+74HqYPeAmPZVLlChV2H60jEToA7GQJt3sGoUovegXep8zYzkkJgAfUGfWTOvanF+ivEgJ8nocGiFErW4h7qdn2J/gmfP7ft6njchai/6EDcANVTz0saD83pO19mlLqKW3wao8COg/8E7iHBG4CgbArA5/zfdHq1f67E5/6sfjeQeylA8nvSHFJg8tj/qMsGfgYKwpQAAAABJRU5ErkJggg==);
}

#publicBody_siteBody_UCEventSearch_li_list2_view a:before {
  height: 18px;
  width: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAkCAYAAAD7PHgWAAAABGdBTUEAALGPC/xhBQAAAaZJREFUWAntWD1LA0EQ3be5XKGiGGtBUNLESrQKCHaS3h+hf8HKxspeOxv/geQXBCvjR2OhGLCyERKQi4GY23VO3GOX7NlkVwnsNjv75t2buccdNxwq69vLw5FYZfoCF/MzC+3Xm8sPBVt5KulpjyPeiYaf6b2UrGLWSNl70jsl7EDhdp7K+tmpZpePN5cXW8ojCn7h6TSncVaTO1X0IBYanNTUzMGBTURKmb/BP3krz3atQ2wQoVTaZULWDFEIEcflZl8DrTwt7yXkePCiG0SDA8GBP3QAtdpe/ILuol4T5aFI7lpvOmbj6Xkf8Yqs9DBXrT9Lxsxxi6qBsePk6epQFS7iqbyPnXrocFtz38WANb1oIU8nOY6zmmFYmNTUaXAQacFdjky8kGfSnJ6QRpxjn0arDVMXosSicx2z83SG+xjArXvVoBgcCA4EBwwHMFutN2lq2NRRCQgwHCWPrTOF23gq52unYaEdkXiDAnPRTxGat3YIzBukeJxnXuXj1JiGb7GPG3enOc0OZg/i/6+IgZ+AyS2zFSlokrgwMCvPYDg/SIbrL46gebS3oPHkAAAAAElFTkSuQmCC);
}

#view-by {
  position: relative;
}

#view-by:focus .dropdown,
#view-by:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

#view-by #custom_viewby {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  position: relative;
  background: #C8102E;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 10px 42px 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width:768px) {
  #view-by #custom_viewby {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:768px) {
  #view-by #custom_viewby {
    padding: 24px 60px 24px 30px;
  }
}

#view-by #custom_viewby:after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 16px;
  width: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAAABGdBTUEAALGPC/xhBQAAAR1JREFUSA3FljsOgkAURWcMBYlWlFTU1NKyAVYgC3AJboEFsAUSO0sqN2C0sbe1srIyMVG8TyERMsDM8CO5UZj37jmhgmdZdmSMLZEprtMM1HQKcs5MGd4AR3bI2Bcx+VcEfxbIeUQDYs1Lbx4PHOQ2ggQxnBK8uMGBjzwHlKBuv+AJfzGwHlBgLYRWH0IgHkAirnJq7wE3kH2PEtRl1AJFB1iwkEsPEtRhiRitz7DoIvcOErTrtoKaBlAQIC8NCdoJmrqlz1C00RDYSANkBiGQKEgkMp1KM4CbyEFCgmZMpXLZYRTbyLVBgs5s2T6tOQA85CGQoGeeVqnqEkChQCBU7ek0D4HoTyLSLft9EGhsA05fU9t8dcU5f2vUsA+kGaqMnF3XEgAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

@media only screen and (min-width:768px) {
  #view-by #custom_viewby:after {
    right: 30px;
  }
}

#view-by .dropdown {
  max-height: 400px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8;
  background: #C8102E;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: -5px 0 0;
  opacity: 0;
  overflow-y: auto;
  padding: 0 0 10px;
  visibility: hidden;
  transition: opacity .25s,visibility .25s;
}

#view-by .dropdown a {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 5px 20px;
  transition: background .25s;
}

@media only screen and (min-width:768px) {
  #view-by .dropdown a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:768px) {
  #view-by .dropdown a {
    padding: 10px 30px;
  }
}

#view-by .dropdown a:focus,
#view-by .dropdown a:hover {
  background: #333;
}

#view_by_next,
#view_by_prev {
  display: none;
}

#search-box {
  margin-bottom: 30px;
}

@media screen and (min-width:500px) {
  #view-search+#search-box {
    width: calc(100% - 200px);
    float: left;
    padding-left: 20px;
  }
}

@media only screen and (min-width:768px) {
  #view-search+#search-box {
    width: calc(100% - 240px);
  }
}

@media only screen and (min-width:1200px) {
  #view-search+#search-box {
    width: calc(100% - 290px);
  }
}

.theme_calendar_detail #search-box {
  display: none;
}

.core-primary-container {
  position: relative;
}

.core-input-container label {
  display: none;
}

.core-input-container input {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  width: 100%;
  background: #F3F4F5;
  border: 0;
  border-radius: 5px;
  color: #0B263B;
  display: block;
  padding: 10px 60px 10px 20px;
}

@media only screen and (min-width:768px) {
  .core-input-container input {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:768px) {
  .core-input-container input {
    padding: 24px 60px 24px 30px;
  }
}

.core-input-container a {
  display: none;
}

#core_search_submit {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width:768px) {
  #core_search_submit {
    width: 80px;
  }
}

#core_search_submit:before {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAABGdBTUEAALGPC/xhBQAABcNJREFUWAnFWWtsVEUUPmd2t7XsbsESkNY3YLdl8dlERHYJMT5SQIUgJpr4iBEN8hKpIvER+IGaiI8oYiTBoCYGrQaxamMMhtAtSkgTQZay5ZEUzZYEitDu8ij33uOZ4iW7c+/u3rttcX505pw75zvfzuPMmSnCEJQR4Wm3aLo2iwjuQIAqAKoiQj8gHUXAJAIdJiF+LCkP/HRiZ3OPEwqMMzilru4ZXyIdf5bJNQDBtY5QEc4jYRP48LVUvGVfPptBIRqsjs4iMNYQwLh8znJ/Qx0QNgosXd67f2u3XT+PndKpbuXKlWLXUe0NIlrLNhVO7Wz6CdbdBqQ/VHLF1Vv7jv11TO1T9IiGw3NLOrVkI0/1AyroQGRE6CUBc9Ltrb9k4hRN1B+KbACipzLBMtvSIQA2A2KM9UlBlCbEMWQYN7BuJs/CTZn9M9v9th6YnNrXGjf1RRH1V0eXAhjvmiCZNTvpJhKrK8cF1h1sbj6X+S2zPSIcufm8Bm/yj63P1Jttjg6HUZTebq5Z10SH3xgZq/VRO+/sEhPUrBlsO4JvTm/HtuOmrlBdXht5XNdhPYewUktfxA3pROxpqZeL2FXRz8FqW5IIW0LB8N1uSErHPe2xz9Ej7uVlYh19gicD4egE2c/VrpfTpRv0IdtlzQQi/lnm9c04uPvbsxLUbek73tlZNvqaI7wxZyu2Ag2o6us+8pWrEeU19SgDZZGUwMID847Ft6UUJ65EObK8yZpVI0KaWTGpvtwVUT76HlSBeNFv7tkX26nqi5F9XlhhsSPw9fWkpjsmOnziXeN4akIqEHrgC1VXrHwyHtvNy2iPao+GMcMxUdA06/HIZ3Vw2OU/q8ADkol+UO0JcKxjogbolSoAy8lkW9NpG33RKhTigGpMnH05JgoGWokSHlVBByojkRWTcIxjogZAn0oCkfyqbqCygZy3KoX9pB0TFQJPKPZS5KR4kAvRlVZETDomCgYdVAE4ClQEJk6tVfUDlKeo9pznOic6fGRlGwdkTQVBjdTTRO3iWB5fX8/nvTVJ4UTnd8cj+vdvjWd4oe9QvRpEC6vq7h+m6ouRuw6lnuNZCqq2Xo/3O8dEpTEH489UEE7TKnvSJ5Zb9C4VgVujoxCNVyxmCJ0n49v+cEX0Mq/3az4yLdcEMuDV8tqp0y1OHCrkxRDSxjc8miNVE572NVLniuh/iccqFUziGIa+qRiyo8LTAolUvJE3zFQVl7OfQyF/+BOpd0W0H0iQJXuSerm2dF1vCtRMWeV0zZZPiEw6o2k72NaS7EhMBNHQ1rb+/IW2/OuwBELR+UTGR9zdluxFGMQugbiWvLg5tXd7+0U9N+SP6D39z32kw2N8NOaOGALfSu+PrTBt8zs0e3EdqI4sYGB5LXZVeI3JgyLJLyVpfikZw+0qviH48oGwzfcNj9wzm6/jfCBeKI6IFkvSdOKqRvz0Om/l/Hi8MevILkg0UBNdxFfcD1w5K6Yzci5B4uV0R8t7duZ5N1MgFFnsgCShgEUcthbahS47p4qOdydu8pZgbS6Ssn/OEeUHhiW8ld9XQFWR3xTEglSi5WP5QYaas5r2MD8uPMEf7mR7r2pgyrwOE5wQb+Hrx5cyszf1uWpbovkeGDKBeCQWpDpi6zJ1ZvuqyXPLTnV31YHA8YZBFTx1JSCoy0BIej2lh0/t/fWQ2ddJbSHqr468wFHxnULGcqqZpAxVl6RkrVF/TWSZI5JCLL6UJOVIXHyACNZMaeAzu/9czTdEnJgsSSVi8hHikpb+EQ2Goi8ZBrxd0DPi80xy6EOVDREM1kRm8mJvsvmWrUJYmk60FooC2TaDKAmDYFVhPFz2f5KU/OTUW14/sogLbEh3xGzfQrP6DbEgiSZy+RACXuQMpmCoymU/mHrhEfi6HaBAwf+haC0YBexsh0LnOXf8yIGy0dfv4gy7hkNPOR+qezwez7ze/S0bh8JhsZj/AisC8u1iMt5OAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  pointer-events: none;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media only screen and (min-width:768px) {
  #core_search_submit:before {
    height: 22px;
    width: 22px;
  }
}

#core_search_submit input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  opacity: 0;
}

.adx-rendering {
  clear: both;
  overflow-x: auto;
  padding-top: 60px;
}

@media only screen and (min-width:768px) {
  .adx-rendering {
    padding-top: 100px;
  }
}

.theme_calendar_detail .adx-rendering {
  padding-top: 0;
}

.list h4 {
  margin: 0 0 8px;
}

.list-event {
  border-bottom: 1px solid #C6C8CC;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width:1200px) {
  .list-event {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.list-event h3 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 6px;
}

@media only screen and (min-width:768px) {
  .list-event h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.list-event h3 a {
  color: inherit;
}

.list-event h3 a:focus,
.list-event h3 a:hover {
  color: #264db6;
}

.list-event p {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.list-event p:before {
  position: relative;
  top: -2px;
  height: 12px;
  width: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAkhJREFUSA21Vr1rFEEU/73N5Sw87NIoKeQaS2uLOzshIFrZqAjaCFHQYC3BPyA2hlQGgo2mEG0iBCw2YBA7ew8L8aOwsEiTO8/x92b2dmd3Zz9AMzDsvK/fm3nz3rwV1I2VeBETuQRjlqjW5/ekVRf5xu8IIjuYN6+xNvxSBSNBwf39UxhPHgHmBuVzQZ2MOQVkC935h3h87mvGdquygzt7l2H+PKO4V1RuoA8g0XU8Gbzy9SKfwPLePYbhJXll8PXzAp2QqnD0rK1ieCNzoDuHWeMsn8ozgGDfJ/NrtSWGxXIS50BjbsPSAG5t5F0etEgRQ7EUk8M5sBcaCEvR1lpIzQlSg55LEgYUmoqH5jNF9dli40+tVdPBz/gXDI6ncOHFFMfkdGTzvAncB1iV37ymDz6rYj2n2FFSRBU6leyGe0jsWKB6B/1KmCqBmDb3oNZ9PYEr/yqwEH8w3OUz8SIkyvGIndVBThIgkrSzkisyxWBwtY2TiEr6cDWP8WQDd9+fSBVTJ3ie8ooLYusJRkV+mDYXYQ4/sUpvY9u4lLZOhteY7FVORnqCnTBggGvMAqt0A3H8kY4uWI2ZE8h2yYLY7QutZE2GyBvOB+h0fmA8fkvOWU/NFpp72Jbjp3ykbnrC9kuBFt532i/mjWQT68NbLou0WQAHeYWWlEGnDE4sh5k8dtqJtFlATEvYGjViKFbS3bI6sJ1IVv7NiW6QGF5XKzeXI22ZenD13u2e4U42SU1rYjETUYe6auPtfCYsn2Am0e9/+G35CxGTxLafUmmAAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

#calendar-month {
  position: relative;
  background: #333;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 24px 20px;
  text-align: center;
}

#calendar-month h2 {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0;
}

@media only screen and (min-width:768px) {
  #calendar-month h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.month-jump {
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.month-jump:before {
  height: 24px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -ms-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  transition: transform .25s;
}

.month-jump:focus:before,
.month-jump:hover:before {
  -ms-transform: translate(-50%,-50%) scale(1.15);
  transform: translate(-50%,-50%) scale(1.15);
}

#cal-prev-month {
  left: 20px;
}

#cal-prev-month:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAYAAABwrHhvAAAABGdBTUEAALGPC/xhBQAAAURJREFUWAntWFsOwiAQLF6irSfwGp7cT2sPoPUG3gJnE0iQALXLq0kh2dDwmtnZhUC7LlORUvawu7IhE4x7WQX+RK3LCx9lSACIPDfBy5EIgOcn8Qd4PhJYeYC5ZNegdp0uJxQ4Lbi1xJMAInnOAddkp5N7I623EjhG3WCX9dHeEcLbE+pI4DkpsMDGEI6z7/DgJFtMYcs+ArWBc6Vvsju3s7cROldPuDc32GpeVMyrgZ/B/oDglInwfK4Sc7UN2PcB7zba2gHv68Vfk20k9qYEHcV1zgRDid2QqHMLspRoJOi4ppxoSuxGiQHhiHkRYzrzXWjsjmQkeM9jMIEXKZ7nM/s+IIT4gMcVtmhlGLVkzPmdQkrAODkR/4tGU2GQSAfOIJEe3CIR+l2XD9wg0SMkLhL5wQMkyoFbJCao8aAk1e12/QXVlrIMsVAshgAAAABJRU5ErkJggg==);
}

#cal-next-month {
  right: 20px;
}

#cal-next-month:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAAABGdBTUEAALGPC/xhBQAAAKRJREFUOBHtVNEKgCAMzCA/r7e+Mkqyv+vF7kDBB10DJXpocEza7rZ0bBiihRAssEVM6bvKR/IBn4xnnQgSWTkn5yL2sQNk74lR8BQWRUZUMEKVGbFVFGEQ8IBkjNc7YRD4RbKnUN7J2eNiHeegvzX9whvk8lQqK3+NzPdD6w6QTNwJnIMgDIJHbDHGXNUclG5baVQuiIhtF7uJItyPXO26jQylGzyD5VmOvECPAAAAAElFTkSuQmCC);
}

#month {
  margin-bottom: 20px;
  position: relative;
  border-collapse: collapse;
}

@media only screen and (min-width:768px) {
  #month {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  #month {
    margin-bottom: 60px;
  }
}

#month thead {
  background: #006BC0;
  color: #fff;
}

#month th {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 14.28571429%;
  font-size: 13px;
  letter-spacing: 1.85px;
  padding: 18px 10px;
}

#month tbody {
  border-left: 1px solid #C6C8CC;
}

#month tr {
  vertical-align: top;
}

#month td {
  box-shadow: inset -1px 0 0 0 #C6C8CC,inset 0 -1px 0 0 #C6C8CC;
}

#month td.weekend {
  background: #F1F2F4;
}

#month td.previous .date {
  color: #9B9B9B;
}

#month td.today {
  background: #C8102E;
  color: #fff;
}

#month td.today a {
  color: inherit;
}

#month .date {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  display: block;
  padding: 10px;
  text-align: right;
}

#month .day {
  padding: 10px;
}

#month .day span {
  display: block;
  margin-bottom: 10px;
}

#month .day a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#month .day [itemprop=startDate] {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  display: block;
  -ms-flex-order: 2;
  order: 2;
}

#month .day [itemprop=name] {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  width: 100%;
  display: block;
  margin-bottom: 3px;
  -ms-flex-order: 1;
  order: 1;
}

#theme-event-detail-view {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  #theme-event-detail-view {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  #theme-event-detail-view {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width:768px) {
  .back-to-events-container {
    text-align: right;
  }
}

.back-to-events-container a {
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background: #C8102E;
  color: #fff;
  margin-bottom: 20px;
  padding: 21px 30px;
  transition: background .25s;
}

@media only screen and (min-width:768px) {
  .back-to-events-container a {
    width: 40%;
    margin-right: 0;
  }
}

@media only screen and (min-width:992px) {
  .back-to-events-container a {
    width: 30%;
  }
}

@media only screen and (min-width:1200px) {
  .back-to-events-container a {
    margin-bottom: 30px;
  }
}

.back-to-events-container a:focus,
.back-to-events-container a:hover {
  background: #333;
}

#event-details-main-content>h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
  float: none!important;
  margin: 0 0 40px;
}

@media only screen and (min-width:768px) {
  #event-details-main-content>h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.event-detail-when-where {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  background: #F3F4F5;
  border-radius: 5px;
  color: #0B263B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}

@media only screen and (min-width:768px) {
  .event-detail-when-where {
    width: 40%;
    float: right;
  }
}

@media only screen and (min-width:992px) {
  .event-detail-when-where {
    width: 30%;
  }
}

.event-detail-when-where section {
  width: 100%;
  position: relative;
  display: block;
  margin: 10px 0;
  padding-left: 48px;
}

.event-detail-when-where section:before {
  height: 32px;
  width: 32px;
  position: absolute;
  top: -4px;
  left: 0;
  background-color: #006BC0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
}

.event-detail-when-where p {
  margin: 0;
}

.event-detail-when-where a {
  border-bottom: 1px solid #006BC0;
  color: inherit;
  transition: color .25s;
}

.event-detail-when-where a:focus,
.event-detail-when-where a:hover {
  color: #006BC0;
}

.event-detail-date {
  -ms-flex-order: 2;
  order: 2;
}

.event-detail-date:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABGdBTUEAALGPC/xhBQAAAb1JREFUSA3VlrsvBFEUxneEXa+oPIJ2C1FrNOIfkIhIVGjQaCQq/4CQaEhIqCU6naCQICpB4REKjdhGg5CIhvU7MZPMTu7MPdfsFk7y5d5zzne+b+7dZybzX6NYLObAChgGNRU/BybTIIgnNgsgXxFjhOV0jyAa3xQOwAjIls0csfDpSI2xKoZVaV2RzqExp9ApCCe1IRoToFPELHFq6dvbcjpQMF5gaVFeyyZRTHvCSTQ0p7vzPO+tHIbNIqKIPQXHTuGaPLBeenvGrNuupmQoTE+UUnqaxXRMr+TAxHTAcJkP1OocZHRURPPgxWA4pFNwYGHSAC4NZrsOMr9URHpB4luf/pbB7JOa/pcCcj848oVuWduiT0tNPhJLPie6yNedPZgSo8PoNPkNaA0U2GfBJjDFYsCLXZmKMwoLXpG0gC5wHm6E9tvsvVgjaUDYCQ3YtvcQPmJI+9TrE818w7MYAZfyGuRqq5lvOOWiHOF+kc+ojAISA43gPSKkSa8h9QU6TiuDGxoHnyMPNwt0V2h6EoZ7fLGk5ZnmMugwaTjXELqIcTumPgpqnUWTBhAcB69A/kfOg0HQnjTzl94PtxvoZ6ZiAiMAAAAASUVORK5CYII=);
  background-size: 14px 14px;
}

.list-event-locale {
  -ms-flex-order: 1;
  order: 1;
}

.list-event-locale:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAcCAYAAABh2p9gAAAABGdBTUEAALGPC/xhBQAAAbFJREFUSA21lTFLA0EQhbMhgkFSWCSNfQqLoKSxEO3SWNhZp/M/pMmfiPkbAUUIWGl6NYJaKojaWImFEOTy3mVHNnu7696BA5OdffPmu+TC3qmSJ5IkWUFrD7mP3NC2V6yXyCul1Exr4QWgMvIY+Yb0BXv0lIM0GGrIM2Rs0FtzQtGoIC9iSYaPM5UMFGLfMOUt+0tATDeQXwHKN3pMX3C2Qajc1CPUa0tXWWzesRwieZ+YrKnZwVkyFgG664/4gb4jHlmpIdmz41Q8JXSmdhf7m1+DVbDn8E9pk59ctWa4/XBoIrl6q2wK8FmcxtrGt8jcV621DZ+UTywE+Ciqsa6jHgLAI5iGrofYsGfHPQXFDxi3sVyzdsQDtHOtH2DddHgobeF8p/cx7QM6QRaNSeYiIO0WpXE2A6SAxqgAdOSEaWATwFkOKL1NL1BDBzmAgyBMA+sAfkZA6an/CdTQXgSwFwXTwCqALwEoe67j6r8GBroBYNc/6ekAxpfVrQNKTY6sZ9ojY7DjAHY89jgZwLEBHcdNBVyAtZB8QjNbAWvayr7+rAk8Qe4AOqHM2mr//3YODAK2c/e+hpIAAAAASUVORK5CYII=);
  background-size: 10px 14px;
}

.event-detail-contact-person {
  -ms-flex-order: 3;
  order: 3;
}

.event-detail-contact-person:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAYAAADTlvzyAAAABGdBTUEAALGPC/xhBQAAAWtJREFUSA3FVrFuwjAUxC0sHRgYGdi7MLd8QDfGSF35BtS/4B+6siIx8QEtG2NHJAa2VmrXqrh3xi96QUnqhJg+6WI/P/suuThWWq0Lh6GetbaP5g64Zh4hfsC5NsbsjRd7w0A3gpCm/EJye4XLDfCpK5H61KCWs7SHJ10CsYLcPScmFwzQ3ifgG2gqyEVOt1ecFpIhMFDCI+Q74Nwgx73iHSAfcocmwDswVsVzLc5YSG6vkYggcnsAZkCHwmjrWJyxkFyek9yMjOBxyNpXdOpYTAtHyiVaSC4duYKcUNXiIgu1GPuFgiyGWPyXheTRUSooE1/QybM4xELhkDZIkJPzLE4/ZNRlFwpxUZvwaAsJki/A4nYxDuEPArnbhawB6Q2UEbbLiic1nhZTgAfDo6/N0aYftx8rbaoIChEFNj4JeipZyLaOINdVFuIiRug7PM5u4PovgtsGbjyUYiv/NBOseABi/tOs8Ck9/wJ61sykQuBfhgAAAABJRU5ErkJggg==);
  background-size: 13px 10px;
}

#event-detail-copy {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  #event-detail-copy {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (min-width:768px) {
  #event-detail-copy {
    width: 60%;
    float: left;
    margin-top: -84px;
    padding-right: 40px;
  }
}

@media only screen and (min-width:992px) {
  #event-detail-copy {
    width: 70%;
  }
}

@media only screen and (min-width:1200px) {
  #event-detail-copy {
    margin-top: -94px;
    padding-right: 120px;
  }
}

#event-detail-copy a {
  border-bottom: 1px solid #072f4f;
  color: #C8102E;
  transition: border-color .25s,color .25s;
}

#event-detail-copy a:focus,
#event-detail-copy a:hover {
  border-color: #072f4f;
  color: #333;
}

#event-detail-image {
  margin-bottom: 40px;
}

#event-detail-image a {
  border-bottom: 0;
  display: block;
}

#event-detail-image img {
  width: 100%;
  border-radius: 5px;
}

#accordion-container {
  clear: both;
}

#accordion-container a {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #F3F4F5;
  border-radius: 5px;
  color: #0B263B;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 11px 20px;
  transition: background .25s;
}

#accordion-container a:focus,
#accordion-container a:hover {
  background: #DBDBDB;
}

#accordion-container a:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#accordion-container a:after {
  display: inline-block;
  vertical-align: middle;
}

#accordion-container img {
  display: none;
}

#share-it-accordion {
  display: none;
}

#share-it-calendar {
  display: inline-block;
}

#share-it-calendar h4 {
  display: none;
}

#share-calendar:before {
  height: 12px;
  width: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAWRJREFUSA3VVstNw0AQnVlFFGBSAjegBYLk0ASUkTtec+BGGVBFIjk1GLqIKICDh3nLrrUTCYwl+5A97Gc+79nzWZvb87tnFtkIyRk7ero67CrS8VGsq47EYz80HLG//NzWsHtflrV09MjEX8L8skjgQyBj9eGBhTYOm7HO/7UHtjPGwhfp3LH0+yT7bTW2GQbsuS1KSY5MJBq3t7AIPahCRcPjx49e1Zw15Pe5nyEYhhpvYUM03n/Q4/QJFuYdmfeapX2SacZXmvYVzmjCJMeKZgrnY5+OblV+E3Q6GQKAp06GQbtcexIKBLk86IoyElCjOg8ZRuzknuD0c2D7QOOprdWEd8UkGs+YA3Jc93JsOqnC+S8fNbAEwWPaafYcmCrSq2TyEBmCWKY+BSkv0+vDtpdDr5dkzAE1uS6UaSxt2M0eotkJbBUdt/0EV4UlQNAmHg5f/4kxezhgO/xazEECTGB/A8lapk0iUMghAAAAAElFTkSuQmCC);
}

#share-calendar:after {
  content: "Add to Calendar";
}

a#share-google-calendar {
  display: none;
}

#share-it-email {
  display: inline-block;
}

#share-it-email h4 {
  display: none;
}

#share-email:before {
  height: 10px;
  width: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAABGdBTUEAALGPC/xhBQAAAZFJREFUOBG1lb9PwkAUx9+7gAoLCXViQxcjjrq5YRMcXBxcMY4MLsZ/wcW4mMho4urg4uCgjG5uWOMibkxCwoKKps9+ezRUgrVH4A3X3o/3+V6/fdcSTTm4btlHLHIgJDOT1GLinjCfJJikNGk4NgomE5VUdja1zqwuJrl7sMD02QH40SqWhbhKIulgbKwrc9dzpbLSqvmbVo5V3AcIA0qSa8z0NBbYS0IuGAEcbK5ni9674KtUhvYWG3edZm4r3f78qIq4ZRMhbclcJde87r4sbGTeO3QuItu+gAbxa1LxztLb7QP6sS0bsuR53l79cuXSe815cBQaHZL/duXexLJRloARwMENPUFfB4MxLPvLkgFF340U6E/9ssyx7F2X5Axz4SoZtkTnDtoIAYC4xyyHhVbtFClOdnMZ10L7xq802CnCx1EHNVIAMETYMvTDVYJ+VMQS0ABdZbgPV0kUHHOJ/xYM5lFl5FUIIv6H0UBAf8C0QPw2dA7iJ5msVKgUkwSTtWAr/BSmIQIm2CYbGmvtD9V2zb/JuyL2AAAAAElFTkSuQmCC);
}

#share-email:after {
  content: "Email";
}

.quicktip {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #0B263B!important;
  border-radius: 5px;
  color: #fff;
  padding: 22px 25px 27px;
}

.quicktip p:first-child {
  margin-top: 0;
  margin-bottom: 12px;
}

.quicktip p:nth-child(2),
.quicktip p:nth-child(3) {
  margin: 8px 0;
}

.quicktip p:nth-child(2):before,
.quicktip p:nth-child(3):before {
  height: 12px;
  width: 12px;
  position: relative;
  top: -1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.quicktip p:nth-child(2):before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAkhJREFUSA21Vr1rFEEU/73N5Sw87NIoKeQaS2uLOzshIFrZqAjaCFHQYC3BPyA2hlQGgo2mEG0iBCw2YBA7ew8L8aOwsEiTO8/x92b2dmd3Zz9AMzDsvK/fm3nz3rwV1I2VeBETuQRjlqjW5/ekVRf5xu8IIjuYN6+xNvxSBSNBwf39UxhPHgHmBuVzQZ2MOQVkC935h3h87mvGdquygzt7l2H+PKO4V1RuoA8g0XU8Gbzy9SKfwPLePYbhJXll8PXzAp2QqnD0rK1ieCNzoDuHWeMsn8ozgGDfJ/NrtSWGxXIS50BjbsPSAG5t5F0etEgRQ7EUk8M5sBcaCEvR1lpIzQlSg55LEgYUmoqH5jNF9dli40+tVdPBz/gXDI6ncOHFFMfkdGTzvAncB1iV37ymDz6rYj2n2FFSRBU6leyGe0jsWKB6B/1KmCqBmDb3oNZ9PYEr/yqwEH8w3OUz8SIkyvGIndVBThIgkrSzkisyxWBwtY2TiEr6cDWP8WQDd9+fSBVTJ3ie8ooLYusJRkV+mDYXYQ4/sUpvY9u4lLZOhteY7FVORnqCnTBggGvMAqt0A3H8kY4uWI2ZE8h2yYLY7QutZE2GyBvOB+h0fmA8fkvOWU/NFpp72Jbjp3ykbnrC9kuBFt532i/mjWQT68NbLou0WQAHeYWWlEGnDE4sh5k8dtqJtFlATEvYGjViKFbS3bI6sJ1IVv7NiW6QGF5XKzeXI22ZenD13u2e4U42SU1rYjETUYe6auPtfCYsn2Am0e9/+G35CxGTxLafUmmAAAAAAElFTkSuQmCC);
}

.quicktip p:nth-child(3):before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAAABGdBTUEAALGPC/xhBQAAAfpJREFUOBGdVD1LHFEUPfftoBZauZ1oqcUKWokBv7AQ/A9uZxOMgkEIKwQEP1ARFVexsbOxtQqkUOMmEOwsBFGIYr3R1izjvNz7nuO+mdkR8cIw9517zpn3cecR4jH9Mwf/aRwaI9C6zZSJ7kD4Di+zh42+C1dCL4O5izr8La+z8CML1QvuJkQBG+2iOfsZc7mKlKyBiMvlbywcdvmpOdERstlRMbFfMl9+o1hc5UOi4SBM/epE4J+nTltYtUKWo7wuxWLesNiaiSps/QXktdhHcsbcEA1rPbPbbsHk+iu2h1YdeBWfTmS44mC8FIwo0PNRuRVP7btDk9fCoFsVu/gJ8lsBgi+ncJPgP2EsgflBPoGB/nhQdIJAd0eKWi9g8hRoaLBLeXzM80bPy6IjoXFMmCi1A8ElF6tdGWGlDUgjgw6Fnf4r3siDNFoqLpqtwWvbiV79LJ/7v1RyvCBc0XBYg80Pt7yC7TgvfUxFiIbDGkjWpBa52+4lfTWE06iWQk7VYLn/gX+NhbCQ/maO4VpG1UDG2eYdnkWyL0I3qQnHiaiBvSQKTj2eFsKLJCwkz15zP0ye/ubG6QlJ5k10huJAL88w0k3RGQhTCKRnImKDMxYTC5w0ELQ4VGKnQ0ltcG6wcFx91zaQupfhS4T/VHkkf1dM/FiDPK/Ef3VomnZU8zg/AAAAAElFTkSuQmCC);
}

.quicktip p:last-child {
  margin-bottom: 0;
}

.quicktip .quick-link-add,
.quicktip .quick-link-email {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  background: #F3F4F5;
  border-radius: 5px;
  color: #0B263B;
  display: inline-block;
  margin-right: 10px;
  padding: 11px 20px;
  transition: background .25s;
}

.quicktip .quick-link-add:focus,
.quicktip .quick-link-add:hover,
.quicktip .quick-link-email:focus,
.quicktip .quick-link-email:hover {
  background: #DBDBDB;
}

.quicktip .quick-link-add:before,
.quicktip .quick-link-email:before {
  position: relative;
  top: -1px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.quicktip .quick-link-email:before {
  height: 10px;
  width: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAYAAACXtf2DAAAABGdBTUEAALGPC/xhBQAAAZFJREFUOBG1lb9PwkAUx9+7gAoLCXViQxcjjrq5YRMcXBxcMY4MLsZ/wcW4mMho4urg4uCgjG5uWOMibkxCwoKKps9+ezRUgrVH4A3X3o/3+V6/fdcSTTm4btlHLHIgJDOT1GLinjCfJJikNGk4NgomE5VUdja1zqwuJrl7sMD02QH40SqWhbhKIulgbKwrc9dzpbLSqvmbVo5V3AcIA0qSa8z0NBbYS0IuGAEcbK5ni9674KtUhvYWG3edZm4r3f78qIq4ZRMhbclcJde87r4sbGTeO3QuItu+gAbxa1LxztLb7QP6sS0bsuR53l79cuXSe815cBQaHZL/duXexLJRloARwMENPUFfB4MxLPvLkgFF340U6E/9ssyx7F2X5Axz4SoZtkTnDtoIAYC4xyyHhVbtFClOdnMZ10L7xq802CnCx1EHNVIAMETYMvTDVYJ+VMQS0ABdZbgPV0kUHHOJ/xYM5lFl5FUIIv6H0UBAf8C0QPw2dA7iJ5msVKgUkwSTtWAr/BSmIQIm2CYbGmvtD9V2zb/JuyL2AAAAAElFTkSuQmCC);
}

.quicktip .quick-link-add:before {
  height: 12px;
  width: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAWRJREFUSA3VVstNw0AQnVlFFGBSAjegBYLk0ASUkTtec+BGGVBFIjk1GLqIKICDh3nLrrUTCYwl+5A97Gc+79nzWZvb87tnFtkIyRk7ero67CrS8VGsq47EYz80HLG//NzWsHtflrV09MjEX8L8skjgQyBj9eGBhTYOm7HO/7UHtjPGwhfp3LH0+yT7bTW2GQbsuS1KSY5MJBq3t7AIPahCRcPjx49e1Zw15Pe5nyEYhhpvYUM03n/Q4/QJFuYdmfeapX2SacZXmvYVzmjCJMeKZgrnY5+OblV+E3Q6GQKAp06GQbtcexIKBLk86IoyElCjOg8ZRuzknuD0c2D7QOOprdWEd8UkGs+YA3Jc93JsOqnC+S8fNbAEwWPaafYcmCrSq2TyEBmCWKY+BSkv0+vDtpdDr5dkzAE1uS6UaSxt2M0eotkJbBUdt/0EV4UlQNAmHg5f/4kxezhgO/xazEECTGB/A8lapk0iUMghAAAAAElFTkSuQmCC);
}

#qtEventLink {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
}

#qtEventLink:after {
  height: 12px;
  width: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAARVJREFUSA1jYCARXBZ1Dv9vnMZKrDYmYhXC1f1lWHH1wb3VxFpCugVAm/7//+9PrCVkWQDyDbGWkG0BkiVr8AUXRRZALfEDBhdOSyi2ANmSq9qhbCA+MmC8KuyS+4+RQRhZEC/73/96XPKMjIybGCUEQ7Wvrv4FU8N4Wcj5P4xDDRrdEqoEEbLDgKnL7/+Ld2tgwUV1H8AsY2Rk2MwoIRTCAhOgNv3/P4Mv0CcrqB5E6A6lmQ+gQRRBEx/Awh+UXKluAbLhoOBiYWJkzKNpRkOPFEJ8XBkTPYPBzKFKEOEyHGQJxakIZLi2glII49lZv2GuRqYp8gHQ8I34DAdZRLYFUMNDcbkc5guyLCDWcJglJNGkNlsAxYp/ulCfhYgAAAAASUVORK5CYII=) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.qtEventLink {
  color: inherit;
}

.flex_callout {
  overflow: hidden;
  position: relative;
  background-color: #072f4f;
  color: #fff;
}

@media print {
  .flex_callout {
    margin: 20px 0;
  }
}

.flex_callout_inner {
  position: relative;
  padding: 60px 0;
}

@media print {
  .flex_callout_inner {
    padding: 0;
  }
}

@media only screen and (min-width:768px) {
  .flex_callout_inner {
    padding: 110px 0;
  }
}

@media only screen and (min-width:992px) {
  .flex_callout_inner {
    padding: 160px 0;
  }
}

@media only screen and (min-width:1200px) {
  .flex_callout_inner {
    padding: 200px 0;
  }
}

.flex_callout_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #072f4f;
}

.flex_callout_background .fs-background-container {
  opacity: .2;
}

.no-js .flex_callout_background {
  display: none!important;
  visibility: hidden;
}

.flex_callout_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  filter: url(#svg_blur);
}

@media print {
  .flex_callout_fallback {
    display: none!important;
    visibility: hidden;
  }
}

.flex_callout_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 24px 0 14px;
}

@media only screen and (min-width:768px) {
  .flex_callout_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media print {
  .flex_callout_title {
    margin-top: 0;
  }
}

.flex_callout_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin: 14px 0;
}

@media only screen and (min-width:768px) {
  .flex_callout_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.flex_callout_description p {
  margin: 0;
}

.flex_callout_links {
  margin: 14px 0;
}

@media print {
  .flex_callout_links {
    display: none!important;
    visibility: hidden;
  }
}

.flex_callout_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #C8102E;
  margin-bottom: 0;
}

.flex_callout_link:focus,
.flex_callout_link:hover {
  background-color: #C8102E;
  color: #fff;
}

.course_table_block {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .course_table_block {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .course_table_block {
    margin-bottom: 50px;
  }
}

.course_table_block .program_results_meta {
  margin: 30px 0;
}

@media only screen and (min-width:992px) {
  .course_table_block .program_results_meta {
    margin: 40px 0;
  }
}

.course_table_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  color: #333;
  margin: 0 0 16px;
}

@media only screen and (min-width:768px) {
  .course_table_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:992px) {
  .course_table_title {
    margin-bottom: 26px;
  }
}

.course_table_body_inner .table_wrapper {
  margin: 0;
}

.course_table_body_inner table {
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  color: #333;
  line-height: 1.22222222;
}

.course_table_body_inner table tr {
  position: relative;
}

.course_table_body_inner table tr:nth-child(even) {
  background-color: #f3f4f5;
}

.course_table_body_inner table tr.minimized td {
  padding-bottom: 0;
}

.course_table_body_inner table tr.minimized .section_table_cell {
  height: 90px;
  overflow: hidden;
}

.course_table_body_inner table tr.minimized .section_table_toggle:before {
  opacity: 1;
}

.course_table_body_inner table tr.maximized .section_table_cell {
  height: auto;
}

.course_table_body_inner table tr.maximized .section_table_toggle:before {
  opacity: 0;
}

.course_table_body_inner table .toggle_row td {
  padding-bottom: 60px;
}

.course_table_body_inner table td,
.course_table_body_inner table th {
  position: relative;
  padding-right: 14px;
  padding-left: 14px;
  vertical-align: top;
}

@media print {
  .course_table_body_inner table td,
  .course_table_body_inner table th {
    border-bottom: 1px solid #a7a8aa;
  }
}

.course_table_body_inner table td:first-child,
.course_table_body_inner table th:first-child {
  padding-left: 60px;
}

@media print {
  .course_table_body_inner table td:first-child,
  .course_table_body_inner table th:first-child {
    padding-left: 0;
  }
}

@media print {
  .course_table_body_inner table td:last-child,
  .course_table_body_inner table th:last-child {
    padding-right: 0;
  }
}

.course_table_body_inner table th,
.course_table_body_inner table thead td {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  background-color: #072f4f;
  color: #fff;
  letter-spacing: 2.36px;
  line-height: 1.3;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.course_table_body_inner table td {
  padding-top: 0;
  padding-bottom: 20px;
}

.course_table_body_inner table tfoot {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: italic;
  font-weight: 400;
}

.course_table_body_inner table tfoot td {
  padding-left: 14px;
  padding-right: 14px;
}

@media only screen and (min-width:992px) {
  .course_table_body_inner table tfoot td {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width:992px) {
  .course_table_body_inner .table_wrapper_overflow table tfoot td {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.course_table_body_inner table td {
  padding-top: 20px;
}

.course_table_button {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #C8102E;
  color: #fff;
  white-space: nowrap;
}

.course_table_button:focus,
.course_table_button:hover {
  background-color: #333;
}

.course_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
  margin: 20px 0 0;
}

@media only screen and (min-width:768px) {
  .course_title {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media only screen and (min-width:992px) {
  .course_title {
    margin-top: 55px;
  }
}

.detail_info_block .share_block {
  margin: 20px 0 0;
}

@media only screen and (min-width:768px) {
  .detail_info_block .share_block {
    float: right;
    position: relative;
    top: -5px;
    margin: 0;
  }
}

.detail_info_title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.16666667;
  margin: 20px 0 10px;
}

@media only screen and (min-width:768px) {
  .detail_info_title {
    font-size: 48px;
    font-size: 3rem;
  }
}

@media print,only screen and (min-width:768px) {
  .detail_info_title {
    margin: 50px 0 30px;
  }
}

.detail_info_meta {
  box-shadow: 0 1px 0 #a7a8aa;
  padding-bottom: 20px;
}

@media print,only screen and (min-width:768px) {
  .detail_info_meta {
    padding-bottom: 35px;
  }
}

@media print,only screen and (min-width:768px) {
  .detail_info_meta_inner:after {
    clear: both;
    content: "";
    display: table;
  }
}

@media print,only screen and (min-width:768px) {
  .detail_info_meta_group {
    float: left;
  }
}

.detail_info_meta_item {
  margin: 4px 0;
}

@media print,only screen and (min-width:768px) {
  .detail_info_meta_item {
    display: inline-block;
  }
}

.detail_info_meta_item.author {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  letter-spacing: normal;
}

@media print,only screen and (min-width:768px) {
  .detail_info_meta_item.author {
    border-right: 1px solid #D8D8D8;
    margin-right: 10px;
    padding-right: 13px;
  }
}

.detail_info_meta_item.date {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  letter-spacing: normal;
}

.detail_info_meta_item.label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  background-color: #C8102E;
  border-radius: 2px;
  color: #fff;
  margin: 0;
  padding: 7px 10px 6px;
}

@media print {
  .detail_info_meta_item.label {
    border: 1px solid #000;
  }
}

@media print,only screen and (min-width:768px) {
  .detail_info_meta_item.label {
    margin-left: 44px;
  }
}

.detail_info_meta_item.label.theme_blue_light {
  background-color: #264db6;
  color: #fff;
}

.detail_info_meta_item.label.theme_blue_dark {
  background-color: #072f4f;
  color: #fff;
}

.detail_info_meta_item.label.theme_red_brand {
  background-color: #C8102E;
  color: #fff;
}

.detail_info_meta_item.label.theme_red_light {
  background-color: #C8102E;
  color: #fff;
}

.detail_info_meta_item.label.theme_green_light {
  background-color: #5fc64d;
  color: #333;
}

.detail_info_meta_item.label.theme_green_dark {
  background-color: #02a6ab;
  color: #333;
}

.detail_info_meta_item.label.theme_pink {
  background-color: #991e66;
  color: #fff;
}

.detail_info_meta_item.label.theme_yellow {
  background-color: #f4da40;
  color: #333;
}

.detail_info_meta_item.label.theme_orange {
  background-color: #ef562d;
  color: #333;
}

.detail_info_meta_item.label.theme_gray_dark {
  background-color: #333;
  color: #fff;
}

.directory {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .directory {
    padding-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .directory {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .directory {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .directory {
    padding-bottom: 60px;
  }
}

.directory_item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a8aa;
}

@media only screen and (min-width:768px) {
  .directory_item {
    padding-top: 40px;
  }
}

@media only screen and (min-width:768px) {
  .directory_item {
    padding-bottom: 40px;
  }
}

.directory_item:first-child {
  padding-top: 0;
}

.directory_item_header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
  .directory_item_header {
    margin-bottom: 40px;
  }
}

.directory_item_header_link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.directory_item_header_link .directory_item_name {
  border-bottom: 1px solid #264db6;
}

.directory_item_header_link:focus .directory_item_name,
.directory_item_header_link:hover .directory_item_name {
  color: #264db6;
}

.directory_item_figure {
  height: 80px;
  width: 80px;
  position: relative;
  background: #264db6;
  border-radius: 50%;
  margin-right: 25px;
  overflow: hidden;
}

@media print {
  .directory_item_figure {
    border: 1px solid #a7a8aa;
  }
}

@media only screen and (min-width:768px) {
  .directory_item_figure {
    height: 100px;
    width: 100px;
  }
}

.directory_item_image {
  width: 100%;
}

.directory_item_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%) scale(.75);
  transform: translate(-50%,-50%) scale(.75);
}

@media only screen and (min-width:768px) {
  .directory_item_icon {
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
  }
}

.directory_item_icon svg {
  fill: #f3f4f5;
}

.directory_item_icon.home svg {
  height: 32px;
  width: 32px;
}

.directory_item_icon.user svg {
  height: 30px;
  width: 30px;
}

.no-flexbox .directory_item_header_details {
  margin: 20px 0;
}

.directory_item_job {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 12px;
}

.directory_item_name {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #333;
  line-height: 1;
  margin: 0 0 12px;
  transition: color .25s;
}

@media only screen and (min-width:768px) {
  .directory_item_name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (min-width:768px) {
  .directory_item_name {
    line-height: 1;
  }
}

.directory_item_topic {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  color: #264db6;
  margin: 0;
}

.directory_item_detail {
  position: relative;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width:500px) {
  .directory_item_detail {
    width: 49%;
    display: inline-block;
    padding-right: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .directory_item_detail {
    width: 19%;
    padding-right: 20px;
  }
}

.directory_item_detail:focus,
.directory_item_detail:hover {
  color: #264db6;
}

.directory_item_detail_icon_wrapper {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f3f4f5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.directory_item_detail_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  fill: #264db6;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.directory_item_detail_label_wrapper {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 7px 0 7px 48px;
  vertical-align: middle;
}

.directory_item_detail_label_wrapper a {
  color: inherit;
}

.directory_item_detail_label {
  box-shadow: 0 1px 0 0 #264db6;
}

.directory_item_location {
  position: relative;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width:500px) {
  .directory_item_location {
    width: 49%;
    display: inline-block;
    padding-right: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .directory_item_location {
    width: 19%;
    padding-right: 20px;
  }
}

.directory_item_location:focus,
.directory_item_location:hover {
  color: #264db6;
}

.directory_item_location:focus,
.directory_item_location:hover {
  color: #333;
}

.directory_item_location svg {
  width: 10px;
  height: 12px;
}

.directory_item_phone {
  position: relative;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width:500px) {
  .directory_item_phone {
    width: 49%;
    display: inline-block;
    padding-right: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .directory_item_phone {
    width: 19%;
    padding-right: 20px;
  }
}

.directory_item_phone:focus,
.directory_item_phone:hover {
  color: #264db6;
}

.directory_item_phone svg {
  width: 12px;
  height: 12px;
}

.directory_item_fax {
  position: relative;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width:500px) {
  .directory_item_fax {
    width: 49%;
    display: inline-block;
    padding-right: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .directory_item_fax {
    width: 19%;
    padding-right: 20px;
  }
}

.directory_item_fax:focus,
.directory_item_fax:hover {
  color: #264db6;
}

.directory_item_fax svg {
  width: 12px;
  height: 12px;
}

.directory_item_email {
  position: relative;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width:500px) {
  .directory_item_email {
    width: 49%;
    display: inline-block;
    padding-right: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .directory_item_email {
    width: 19%;
    padding-right: 20px;
  }
}

.directory_item_email:focus,
.directory_item_email:hover {
  color: #264db6;
}

.directory_item_email svg {
  width: 11px;
  height: 9px;
}

.directory_item_bio {
  position: relative;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width:500px) {
  .directory_item_bio {
    width: 49%;
    display: inline-block;
    padding-right: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .directory_item_bio {
    width: 19%;
    padding-right: 20px;
  }
}

.directory_item_bio:focus,
.directory_item_bio:hover {
  color: #264db6;
}

.directory_item_bio svg {
  width: 14px;
  height: 12px;
}

.events_list {
  position: relative;
}

.events_list_header {
  margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .events_list_header {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.events_list_title {
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .events_list_title {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.events_list_more {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
}

.events_list_more .icon {
  margin-right: 10px;
}

.events_list_more .symbol_wrap {
  display: inline-block;
}

.events_list_more .symbol {
  fill: #072f4f;
}

.events_list_more .symbol_calendar {
  width: 20px;
  height: 20px;
}

.events_list_more .accent {
  display: inline-block;
  box-shadow: inset 0 -1px 0 #072f4f;
  color: #C8102E;
  text-decoration: none;
  transition: color .25s,box-shadow .25s;
}

.events_list_more:focus .accent,
.events_list_more:hover .accent {
  box-shadow: inset 0 -1px 0 #264db6;
  color: #333;
}

.event_row {
  padding: 20px 0;
}

@media only screen and (min-width:768px) {
  .event_row {
    padding: 40px 0;
  }
}

@media only screen and (min-width:1200px) {
  .event_row {
    padding: 50px 0;
  }
}

.event_row:not(:last-child) {
  border-bottom: 1px solid #a7a8aa;
}

.event_row:first-child {
  padding-top: 0;
}

.events_items_more .event_row:first-child {
  border-top: 1px solid #a7a8aa;
  padding-top: 20px;
}

@media only screen and (min-width:768px) {
  .events_items_more .event_row:first-child {
    padding-top: 40px;
  }
}

@media only screen and (min-width:1200px) {
  .events_items_more .event_row:first-child {
    padding-top: 50px;
  }
}

.event_row_inner:after {
  clear: both;
  content: "";
  display: table;
}

.event_figure {
  display: block;
  float: right;
  overflow: hidden;
  width: 80px;
  border-radius: 5px;
  margin: 0 0 20px 20px;
}

.event_figure picture {
  display: block;
}

.event_figure img {
  display: block;
  width: 100%;
}

@media screen and (min-width:500px) {
  .event_figure {
    width: 100px;
  }
}

@media print,only screen and (min-width:768px) {
  .event_figure {
    width: 30%;
    margin-top: 10px;
  }
}

@media only screen and (min-width:992px) {
  .event_figure {
    width: 23%;
    margin-left: 30px;
  }
}

@media only screen and (min-width:1200px) {
  .event_figure {
    margin-left: 40px;
  }
}

@media only screen and (min-width:992px) {
  .event_wrapper {
    width: 615px;
  }
}

@media only screen and (min-width:1200px) {
  .event_wrapper {
    width: 652px;
  }
}

@media only screen and (min-width:768px) {
  .event_header {
    margin-bottom: 4px;
  }
}

.event_date {
  overflow: hidden;
  width: 60px;
  height: 60px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 6px;
}

@media print {
  .event_date {
    border: 1px solid;
  }
}

.event_date time {
  display: block;
  width: 100%;
}

.event_date .day,
.event_date .month {
  display: block;
  width: 100%;
  line-height: 1;
}

.event_date .month {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}

.event_date .day {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
}

.event_date.theme_blue {
  background-color: #264db6;
  color: #fff;
}

.event_date.theme_gray {
  background-color: #f3f4f5;
  color: #333;
}

.event_date.theme_gray .day {
  color: #264db6;
}

.event_title {
  margin: 0;
}

.event_title a {
  color: inherit;
}

.event_title_text {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  display: block;
  margin: 4px 0;
}

@media only screen and (min-width:768px) {
  .event_title_text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media print,only screen and (min-width:768px) {
  .event_title_text {
    display: inline;
    padding-right: 20px;
  }
}

.event_label {
  display: inline-block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #C8102E;
  border-radius: 2px;
  color: #fff;
  margin: 0;
  padding: 7px 10px 6px;
}

@media print {
  .event_label {
    border: 1px solid #000;
  }
}

@media print,only screen and (min-width:768px) {
  .event_label {
    position: relative;
    bottom: -2px;
  }
}

.event_meta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin: 5px 0;
}

@media only screen and (min-width:768px) {
  .event_meta {
    margin-bottom: 15px;
  }
}

.event_meta_item {
  line-height: 1.5;
}

.event_meta_item .icon {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

.event_meta_item .symbol {
  fill: #264db6;
}

.event_meta_item .symbol_clock {
  width: 12px;
  height: 12px;
}

.event_meta_item .symbol_location {
  width: 12px;
  height: 18px;
}

@media print {
  .event_links {
    display: none!important;
    visibility: hidden;
  }
}

.event_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #C8102E;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width:499px) {
  .event_link {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
}

.event_link:focus,
.event_link:hover {
  background-color: #333;
}

.event_row.theme_blue_light .event_label {
  background-color: #264db6;
  color: #fff;
}

.event_row.theme_blue_dark .event_label {
  background-color: #072f4f;
  color: #fff;
}

.event_row.theme_red_brand .event_label {
  background-color: #C8102E;
  color: #fff;
}

.event_row.theme_red_light .event_label {
  background-color: #C8102E;
  color: #fff;
}

.event_row.theme_green_light .event_label {
  background-color: #5fc64d;
  color: #333;
}

.event_row.theme_green_dark .event_label {
  background-color: #02a6ab;
  color: #333;
}

.event_row.theme_pink .event_label {
  background-color: #991e66;
  color: #fff;
}

.event_row.theme_yellow .event_label {
  background-color: #f4da40;
  color: #333;
}

.event_row.theme_orange .event_label {
  background-color: #ef562d;
  color: #333;
}

.event_row.theme_gray_dark .event_label {
  background-color: #333;
  color: #fff;
}

.event_row.theme_gray_medium .event_label {
  background-color: #a7a8aa;
  color: #333;
}

.facts_block {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (min-width:768px) {
  .facts_block {
    padding-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .facts_block {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .facts_block {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .facts_block {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width:992px) {
  .facts_block {
    padding: 80px 0 120px;
  }
}

@media only screen and (min-width:1200px) {
  .facts_block {
    padding: 100px 0 140px;
  }
}

@media only screen and (min-width:768px) {
  .facts_header_group {
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.facts_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .facts_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) {
  .facts_title {
    float: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 0 0;
  }
}

@media print,only screen and (min-width:768px) {
  .facts_title {
    margin-bottom: 35px;
  }
}

@media print,only screen and (min-width:768px) {
  .facts_list {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width:767px) {
  .fact_item:not(:last-child) {
    border-bottom: 1px solid #a7a8aa;
  }
}

@media print,only screen and (min-width:768px) {
  .fact_item {
    width: 33.33333333%;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media print,only screen and (min-width:768px) {
  .fact_item:not(:last-child) {
    border-right: 1px solid #a7a8aa;
  }
}

@media only screen and (max-width:767px) {
  .fact_item_inner {
    padding: 30px 0;
  }
}

@media only screen and (min-width:992px) {
  .fact_item_inner {
    padding: 40px 40px;
  }
}

@media only screen and (min-width:1200px) {
  .fact_item_inner {
    padding: 60px;
  }
}

@media print,only screen and (min-width:768px) {
  .fact_item_inner {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

@media only screen and (min-width:992px) {
  .fact_item_inner {
    padding: 40px 40px 30px;
  }
}

@media only screen and (min-width:1200px) {
  .fact_item_inner {
    padding: 40px 56px 30px;
  }
}

@media print,only screen and (min-width:768px) {
  .fact_item_group {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.fact_item_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  margin: 0;
}

.fact_item:nth-child(3n+1) .fact_item_title {
  color: #264db6;
}

.fact_item:nth-child(3n+2) .fact_item_title {
  color: #991e66;
}

.fact_item:nth-child(3n+3) .fact_item_title {
  color: #C8102E;
}

.fact_item_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 15px;
}

@media only screen and (min-width:768px) {
  .fact_item_description {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

.fact_item_description p {
  margin: 0;
}

@media print {
  .fact_item_footer {
    display: none!important;
    visibility: hidden;
  }
}

.fact_item_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #C8102E;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  transition: background .25s,color .25s;
}

@media screen and (max-width:499px) {
  .fact_item_link {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
}

.fact_item_link:focus,
.fact_item_link:hover {
  background-color: #333;
}

.facts_block.theme_gray {
  background-color: #f3f4f5;
}

.featured_dates_block {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #072f4f;
  position: relative;
}

@media only screen and (min-width:768px) {
  .featured_dates_block {
    padding-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .featured_dates_block {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .featured_dates_block {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .featured_dates_block {
    padding-bottom: 60px;
  }
}

.featured_dates_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media print {
  .featured_dates_background {
    display: none!important;
    visibility: hidden;
  }
}

.featured_dates_background:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(7,47,79,.75);
  content: "";
}

.no-js .featured_dates_background {
  display: none!important;
  visibility: hidden;
}

.featured_dates_inner {
  position: relative;
  z-index: 2;
}

.featured_dates_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  color: #fff;
  margin: 0 0 20px;
}

@media only screen and (min-width:768px) {
  .featured_dates_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) {
  .featured_dates_title {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .featured_dates_title {
    margin-top: 50px;
  }
}

.featured_dates_content {
  background: #C8102E;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px;
}

@media print {
  .featured_dates_content {
    padding: 0;
  }
}

@media only screen and (min-width:768px) {
  .featured_dates_content {
    margin-bottom: 40px;
    overflow: visible;
  }
}

@media only screen and (min-width:992px) {
  .featured_dates_content {
    padding: 30px 20px;
  }
}

@media only screen and (min-width:1200px) {
  .featured_dates_content {
    padding: 46px 40px 40px;
  }
}

@media only screen and (min-width:992px) {
  .featured_dates_carousel {
    display: -ms-flexbox;
    display: flex;
  }
}

.featured_date {
  padding: 20px 0;
}

@media only screen and (min-width:992px) {
  .featured_date {
    width: 33.33333333%;
    width: calc(33.33333% - 10px);
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }
}

@media only screen and (min-width:992px) {
  .featured_date {
    width: calc(33.33333% - 20px);
  }
}

@media print {
  .featured_date:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}

@media only screen and (max-width:991px) {
  .featured_date:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
}

@media only screen and (min-width:992px) {
  .featured_date:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width:992px) {
  .featured_date:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width:991px) {
  .featured_date_group {
    max-width: 350px;
  }
}

.featured_date_time {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

.featured_date_time:after {
  height: 2px;
  width: 40px;
  background: #f3f4f5;
  border-radius: 5px;
  content: "";
  display: block;
  margin: 10px 0 20px;
}

.featured_date_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  color: #fff;
  margin: 0;
}

@media only screen and (min-width:768px) {
  .featured_date_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.featured_date_link {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  color: inherit;
}

.featured_date_link .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .featured_date_link .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.featured_date_link .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.featured_date_link .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.featured_date_link .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.featured_date_link:focus .icon,
.featured_date_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.featured_date_link .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .featured_date_link .label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.featured_date_link .symbol {
  height: 14px;
  width: 14px;
  fill: currentColor;
}

.featured_date_icon {
  color: inherit;
  display: inline-block;
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  transition: transform .25s;
}

.featured_date_link:focus .featured_date_icon,
.featured_date_link:hover .featured_date_icon {
  -ms-transform: translate(5px,0);
  transform: translate(5px,0);
}

.featured_date_icon svg {
  height: 14px;
  width: 14px;
  fill: currentColor;
}

@media print {
  .featured_dates_footer {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .featured_dates_footer {
    margin-bottom: 30px;
  }
}

.featured_dates_link {
  text-align: center;
  transition: background .25s,border .25s,box-shadow .25s,color .25s,transform .25s;
  margin-right: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background: #fff;
  color: #C8102E;
}

.featured_dates_link:focus,
.featured_dates_link:hover {
  background: #C8102E;
  color: #fff;
}

.featured_events_block {
  padding: 40px 0;
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (min-width:768px) {
  .featured_events_block {
    padding: 55px 0;
  }
}

@media only screen and (min-width:1200px) {
  .featured_events_block {
    padding: 75px 0;
  }
}

@supports (display:flex) {
@media only screen and (min-width:768px) {
    .featured_events_block.size_full_height {
      height: 100px;
      min-height: 100vh;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
    }
}

@media screen and (min-width:500px) and (max-height:799px) {
    .featured_events_block.size_full_height {
      height: auto;
    }
}

@media only screen and (max-width:1199px) {
    .featured_events_block.size_full_height {
      max-height: 1000px;
    }
}
}

.featured_events_header {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  margin-bottom: 50px;
}

@media print {
  .featured_events_header {
    padding-bottom: 0;
  }
}

.featured_events_header:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #999;
  background-color: rgba(153,153,153,.3);
  content: "";
}

@media only screen and (min-width:768px) {
  .featured_events_header:after {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .featured_events_header_group {
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.featured_events_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .featured_events_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) {
  .featured_events_title {
    float: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 0 0;
  }
}

.featured_events_all {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  line-height: 1.3;
  margin: 10px 0;
}

@media print {
  .featured_events_all {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .featured_events_all {
    font-size: 18px;
    font-size: 1.125rem;
    float: right;
    margin: 0;
  }
}

.featured_events_all_link {
  border-bottom: 1px solid #072f4f;
  color: #C8102E;
  text-decoration: none;
}

.featured_events_all_link:focus,
.featured_events_all_link:hover {
  border-bottom-color: #264db6;
  color: #333;
}

.featured_events_items .carousel_count {
  margin-top: 20px;
}

@media print {
  .featured_events_items_inner {
    margin: 0 auto;
  }
}

@media print and (min-width:768px) {
  .featured_events_items_inner {
    max-width: none;
  }
}

.no-js .featured_events_items_inner {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.featured_events_items_inner .fs-carousel-viewport {
  max-width: 350px;
}

@media print {
  .featured_events_items_inner .fs-carousel-viewport {
    max-width: none;
  }
}

@media screen and (min-width:665px) {
  .featured_events_items_inner .fs-carousel-viewport {
    max-width: none;
  }
}

.featured_events_items_inner .fs-carousel-canister {
  overflow: visible;
}

@media print and (min-width:768px) {
  .featured_events_items_inner .fs-carousel-canister {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.featured_events_items_inner .fs-carousel-item {
  opacity: .5;
  transition: opacity .5s;
}

@media print {
  .featured_events_items_inner .fs-carousel-item {
    width: 48%!important;
    margin-right: 1%;
    margin-left: 1%;
    opacity: 1;
  }
}

@media only screen and (min-width:768px) {
  .featured_events_items_inner .fs-carousel-item:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .featured_events_items_inner .fs-carousel-item:not(:last-child) {
    margin-right: 20px;
  }
}

.featured_events_items_inner .fs-carousel-visible {
  opacity: 1;
}

@media only screen and (max-width:767px) {
  .featured_events_items_inner .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.featured_events_items_inner .carousel_count {
  margin-top: 20px;
}

.event_card {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 3px rgba(0,0,0,.1);
}

@media print {
  .event_card {
    border: 1px solid;
    margin: 10px 0;
  }
}

.no-js .event_card {
  display: inline-block;
  width: 350px;
  margin: 30px 10px 10px;
  vertical-align: top;
  white-space: normal;
}

@media only screen and (min-width:768px) {
  .no-js .event_card {
    margin-right: 30px;
  }
}

.no-js .event_card:not(:last-child) {
  margin-right: 10px;
}

.event_card_inner {
  position: relative;
  border-radius: 5px;
}

.event_card_figure {
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.event_card_figure picture {
  display: block;
}

.event_card_figure img {
  display: block;
  width: 100%;
}

.event_card_group {
  padding: 18px 15px 20px 15px;
}

@media only screen and (min-width:768px) {
  .event_card_group {
    padding: 20px 40px 40px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .event_card_group {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media print {
  .event_card_header {
    overflow: hidden;
  }
}

.event_card_date {
  overflow: hidden;
  width: 60px;
  height: 60px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print {
  .event_card_date {
    border: 1px solid;
  }
}

.event_card_date time {
  display: block;
  width: 100%;
}

.event_card_date .day,
.event_card_date .month {
  display: block;
  width: 100%;
  line-height: 1;
}

.event_card_date .month {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}

.event_card_date .day {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
}

.event_card_date.theme_blue {
  background-color: #264db6;
  color: #fff;
}

.event_card_date.theme_gray {
  background-color: #f3f4f5;
  color: #333;
}

.event_card_date.theme_gray .day {
  color: #264db6;
}

@media print {
  .event_card_date {
    float: left;
    position: static;
    margin: 0 15px 0 0;
    -ms-transform: none;
    transform: none;
  }
}

.fs-carousel-item .event_card_date {
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  transition: transform .5s;
}

@media print {
  .fs-carousel-item .event_card_date {
    -ms-transform: none;
    transform: none;
  }
}

.fs-carousel-visible .event_card_date {
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
  transition-delay: .35s;
}

@media print {
  .fs-carousel-visible .event_card_date {
    -ms-transform: none;
    transform: none;
  }
}

.event_card_label {
  display: inline-block;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #C8102E;
  border-radius: 2px;
  color: #fff;
  margin: 0 0 6px;
  padding: 7px 10px 6px;
}

@media print {
  .event_card_label {
    border: 1px solid #000;
  }
}

.event_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 22px;
}

@media only screen and (min-width:768px) {
  .event_card_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

@media print {
  .event_card_title {
    overflow: hidden;
    margin-bottom: 0;
  }
}

.event_card_meta {
  margin: 20px 0;
}

.event_card_meta_item {
  margin: 5px 0;
  vertical-align: top;
}

.event_card_meta_item .icon {
  display: block;
  position: relative;
  float: left;
  text-align: center;
  width: 12px;
  top: -2px;
  margin-right: 8px;
}

.event_card_meta_item .label {
  display: block;
  overflow: hidden;
}

.event_card_meta_item.time .symbol_clock {
  width: 12px;
  height: 12px;
  fill: #264db6;
}

.event_card_meta_item.location .symbol_location {
  width: 11px;
  height: 16px;
  fill: #264db6;
}

.event_card_links {
  margin-top: 18px;
}

@media print {
  .event_card_links {
    display: none!important;
    visibility: hidden;
  }
}

.event_card_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #C8102E;
  color: #fff;
  transition: background-color .25s;
}

@media only screen and (max-width:767px) {
  .event_card_link {
    display: block;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .event_card_link {
    display: inline-block;
  }
}

.event_card_link:focus,
.event_card_link:hover {
  background-color: #333;
}

.featured_events_block.theme_gray {
  background-color: #f3f4f5;
}

.event_card_label.theme_blue_light {
  background-color: #264db6;
  color: #fff;
}

.event_card_label.theme_blue_dark {
  background-color: #072f4f;
  color: #fff;
}

.event_card_label.theme_red_brand {
  background-color: #C8102E;
  color: #fff;
}

.event_card_label.theme_red_light {
  background-color: #C8102E;
  color: #fff;
}

.event_card_label.theme_green_light {
  background-color: #5fc64d;
  color: #333;
}

.event_card_label.theme_green_dark {
  background-color: #02a6ab;
  color: #333;
}

.event_card_label.theme_pink {
  background-color: #991e66;
  color: #fff;
}

.event_card_label.theme_yellow {
  background-color: #f4da40;
  color: #333;
}

.event_card_label.theme_orange {
  background-color: #ef562d;
  color: #333;
}

.event_card_label.theme_gray_dark {
  background-color: #333;
  color: #fff;
}

.event_card_label.theme_gray_medium {
  background-color: #a7a8aa;
  color: #333;
}

.featured_gallery_block {
  position: relative;
}

[data-whatinput=mouse] .featured_gallery_block:focus,
[data-whatinput=touch] .featured_gallery_block:focus {
  outline: 0;
}

@media print {
  .featured_gallery_block {
    display: none!important;
    visibility: hidden;
  }
}

.featured_gallery_block .loading_spinner {
  z-index: 3;
  opacity: 0;
  transition: opacity .3s .3s,visibility .3s .3s;
  visibility: visible;
}

.featured_gallery_block.loading .loading_spinner {
  opacity: 1;
}

@media only screen and (min-width:992px) {
  .featured_gallery_inner {
    height: 100px;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery_block {
  position: relative;
  background-color: #000;
  color: #fff;
}

[data-whatinput=mouse] .gallery_block:focus,
[data-whatinput=touch] .gallery_block:focus {
  outline: 0;
}

@media only screen and (min-width:992px) {
  .gallery_block {
    width: 33.33333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width:992px) {
  .gallery_block_inner {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

.gallery_block_media {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.gallery_block_media:after {
  height: 102%;
  width: 102%;
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
  display: block;
  content: "";
  opacity: .8;
}

@media only screen and (min-width:992px) {
  .gallery_block_media:after {
    transition: opacity .5s,visibility .5s;
    visibility: visible;
  }
}

@media only screen and (min-width:992px) {
  .gallery_block.clicked .gallery_block_media:after,
  .gallery_block.toggle_active .gallery_block_media:after,
  .no-touchevents .gallery_block:focus .gallery_block_media:after,
  .no-touchevents .gallery_block:hover .gallery_block_media:after {
    opacity: 0;
    visibility: hidden;
  }
}

.gallery_block_bg_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  filter: url(#svg_blur);
}

.gallery_block_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery_block_content {
  position: relative;
  padding: 70px 15px;
}

@media only screen and (max-width:767px) {
  .gallery_block_content {
    max-width: 400px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .gallery_block_content {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width:992px) {
  .gallery_block_content {
    opacity: 1;
    padding: 120px 25px;
    transition: opacity .5s,visibility .5s;
    visibility: visible;
  }
}

@media only screen and (min-width:1200px) {
  .gallery_block_content {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    padding: 200px 56px;
  }
}

@media only screen and (min-width:992px) {
  .gallery_block.clicked .gallery_block_content,
  .gallery_block.toggle_active .gallery_block_content,
  .no-touchevents .gallery_block:focus .gallery_block_content,
  .no-touchevents .gallery_block:hover .gallery_block_content {
    opacity: 0;
    visibility: hidden;
  }
}

.gallery_block_meta {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
}

@media only screen and (max-width:767px) {
  .gallery_block_meta {
    text-transform: uppercase;
  }
}

@media only screen and (min-width:768px) {
  .gallery_block_meta {
    font-size: 16px;
    font-size: 1rem;
  }
}

.no-js .gallery_block_meta {
  display: none!important;
  visibility: hidden;
}

.gallery_block_count {
  display: inline-block;
  padding: 2px 20px 2px 16px;
}

.gallery_block_count:first-child {
  padding-left: 0;
}

.gallery_block_count:not(:last-child) {
  border-right: 1px solid #fff;
}

.gallery_block_count .icon {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.gallery_block_count .symbol {
  fill: #fff;
}

.gallery_block_count.image .symbol_image {
  width: 14px;
  height: 11px;
}

.gallery_block_count.video .symbol_video {
  width: 14px;
  height: 9px;
}

.gallery_block_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 6px 0 10px;
}

@media only screen and (min-width:768px) {
  .gallery_block_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (max-width:767px) {
  .gallery_block_title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.gallery_block_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin: 10px 0 20px;
}

@media only screen and (min-width:768px) {
  .gallery_block_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

@media only screen and (max-width:767px) {
  .gallery_block_description {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .no-js .gallery_block_description {
    display: block;
  }
}

.gallery_block_description p {
  margin: 0;
}

@media only screen and (min-width:992px) {
  .no-touchevents .gallery_block_footer {
    display: none;
  }
}

@media (pointer:coarse) {
  .no-touchevents .gallery_block_footer {
    display: block;
  }
}

.no-js .gallery_block_footer {
  display: none!important;
  visibility: hidden;
}

.gallery_block_button {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: background-color .25s,color .25s;
}

@media only screen and (max-width:767px) {
  .gallery_block_button {
    display: block;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .gallery_block_button {
    display: inline-block;
  }
}

.gallery_block_button:focus,
.gallery_block_button:hover {
  color: #fff;
}

.gallery_block_more {
  position: relative;
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  display: block;
  cursor: pointer;
  overflow: visible;
  text-align: center;
  transition: background .25s,color .25s,opacity .5s,visibility .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  color: #333;
  opacity: 0;
  visibility: hidden;
}

.gallery_block_more:focus .icon:before,
.gallery_block_more:hover .icon:before {
  animation: pulse .8s forwards;
}

@media only screen and (max-width:991px) {
  .gallery_block_more {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .touchevents .gallery_block_more {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .no-touchevents .gallery_block_more {
    opacity: 0;
    pointer-events: none;
    visibility: visible;
  }
}

@media only screen and (min-width:992px) {
  .gallery_block.clicked .gallery_block_more,
  .gallery_block.toggle_active .gallery_block_more,
  .no-touchevents .gallery_block:focus .gallery_block_more,
  .no-touchevents .gallery_block:hover .gallery_block_more {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.gallery_block_more:focus,
.gallery_block_more:hover {
  background-color: #C8102E;
  color: #fff;
}

.gallery_block_more_inner .icon {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  top: -18px;
  left: -26px;
  border-radius: 100%;
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity .25s,transform .25s;
}

.gallery_block_more_inner .icon:before {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 100%;
  content: "";
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity .25s,transform .25s;
}

.gallery_block_more_inner .symbol_plus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 18px;
  height: 18px;
}

.gallery_block_more_inner .icon {
  background-color: #C8102E;
}

.gallery_block_more_inner .icon:before {
  background-color: #C8102E;
}

.gallery_block_more_inner .symbol_plus {
  fill: #fff;
}

.gallery_block:nth-child(1) .gallery_block_media:after {
  background-color: #C8102E;
}

.gallery_block:nth-child(1) .gallery_block_button:focus,
.gallery_block:nth-child(1) .gallery_block_button:hover {
  background-color: #264db6;
}

.gallery_block:nth-child(2) .gallery_block_media:after {
  background-color: #072f4f;
}

.gallery_block:nth-child(2) .gallery_block_button:focus,
.gallery_block:nth-child(2) .gallery_block_button:hover {
  background-color: #C8102E;
}

.gallery_block:nth-child(3) .gallery_block_media:after {
  background-color: #264db6;
}

.gallery_block:nth-child(3) .gallery_block_button:focus,
.gallery_block:nth-child(3) .gallery_block_button:hover {
  background-color: #072f4f;
}

body.lightbox_lock,
html.lightbox_lock {
  overflow: hidden!important;
}

.gallery_lightbox {
  position: fixed;
  display: block;
  min-height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: #fff;
  opacity: 0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: none;
  transition: opacity .5s,visibility .5s;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .gallery_lightbox:focus,
[data-whatinput=touch] .gallery_lightbox:focus {
  outline: 0;
}

.lightbox_lock .gallery_lightbox {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.gallery_lightbox_close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 10;
  background-color: #C8102E;
  border-radius: 100%;
  cursor: pointer;
  transition: background .25s;
}

.gallery_lightbox_close:focus,
.gallery_lightbox_close:hover {
  background-color: #C8102E;
}

.gallery_lightbox_close .symbol {
  width: 20px;
  height: 20px;
}

.gallery_lightbox_close .symbol_close {
  fill: #fff;
}

.gallery_lightbox_inner {
  min-height: calc(100vh - 15px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.lightbox_lock .gallery_lightbox_inner {
  pointer-events: auto;
}

.gallery_lightbox_content {
  opacity: 1;
  pointer-events: none;
  transition: opacity .25s,visibility .25s;
  visibility: visible;
}

.gallery_lightbox_content.loading {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.lightbox_lock .gallery_lightbox_content {
  pointer-events: auto;
}

.gallery_lightbox_header {
  margin: 20px 0;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_header {
    margin-bottom: 35px;
  }
}

.gallery_lightbox_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_title {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.gallery_lightbox_meta {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_meta {
    display: inline-block;
  }
}

.gallery_lightbox_count {
  position: relative;
  padding: 2px 14px 2px 10px;
  display: inline-block;
}

.gallery_lightbox_count:first-child {
  padding-left: 0;
}

.gallery_lightbox_count:last-child {
  padding-right: 0;
}

.gallery_lightbox_count:not(:last-child):after {
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  content: "";
  opacity: .3;
}

.gallery_lightbox_count .icon {
  position: relative;
  top: -2px;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_count .icon {
    margin-right: 4px;
  }
}

.gallery_lightbox_count .symbol {
  fill: #072f4f;
}

.gallery_lightbox_count .symbol_image {
  width: 14px;
  height: 11px;
}

.gallery_lightbox_count .symbol_video {
  width: 14px;
  height: 9px;
}

.gallery_lightbox_item {
  margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_item {
    margin-bottom: 55px;
  }
}

.gallery_lightbox_item.orientation_portrait {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width:992px) {
  .gallery_lightbox_item.orientation_portrait {
    max-width: 75%;
  }
}

.gallery_lightbox_figure {
  display: block;
}

.gallery_lightbox_figure picture {
  display: block;
}

.gallery_lightbox_figure img {
  display: block;
  width: 100%;
}

.gallery_lightbox_video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.gallery_lightbox_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery_lightbox_image {
  border-radius: 5px;
}

.gallery_lightbox_caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 10px;
}

.gallery_lightbox_caption p {
  margin: 0;
}

.gallery_lightbox_controls {
  margin: 30px 0;
}

.gallery_lightbox_controls:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_controls {
    margin: 50px 0;
  }
}

.gallery_lightbox_control {
  cursor: pointer;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_control {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery_lightbox_control .icon {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #C8102E;
  border-radius: 5px;
  transition: background .25s;
}

@media only screen and (min-width:768px) {
  .gallery_lightbox_control .icon {
    width: 80px;
    height: 80px;
  }
}

.gallery_lightbox_control:focus .icon,
.gallery_lightbox_control:hover .icon {
  background-color: #C8102E;
}

.gallery_lightbox_control .symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 16px;
  height: 24px;
  fill: #fff;
}

.gallery_lightbox_control .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  display: inline-block;
  color: #333;
  padding: 20px;
}

@media only screen and (max-width:767px) {
  .gallery_lightbox_control .label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
  }

  .gallery_lightbox_control .label.focusable:active,
  .gallery_lightbox_control .label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
  }
}

.gallery_lightbox_control.previous {
  float: left;
}

.gallery_lightbox_control.previous .icon {
  float: left;
}

.gallery_lightbox_control.next {
  float: right;
}

.gallery_lightbox_control.next .icon {
  float: right;
}

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

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

.featured_news_block {
  padding: 40px 0;
}

@media only screen and (min-width:768px) {
  .featured_news_block {
    padding: 55px 0;
  }
}

@media only screen and (min-width:1200px) {
  .featured_news_block {
    padding: 75px 0;
  }
}

@supports (display:flex) {
@media only screen and (min-width:768px) {
    .featured_news_block.size_full_height {
      height: 100px;
      min-height: 100vh;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
    }
}

@media screen and (min-width:500px) and (max-height:799px) {
    .featured_news_block.size_full_height {
      height: auto;
    }
}

@media only screen and (max-width:1199px) {
    .featured_news_block.size_full_height {
      max-height: 1000px;
    }
}
}

.featured_news_header {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

@media print {
  .featured_news_header {
    padding-bottom: 0;
  }
}

.featured_news_header:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #999;
  background-color: rgba(153,153,153,.3);
  content: "";
}

@media only screen and (min-width:768px) {
  .featured_news_header:after {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .featured_news_header_group {
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

.featured_news_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .featured_news_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) {
  .featured_news_title {
    float: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 0 0;
  }
}

.featured_news_all {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  line-height: 1.3;
  margin: 10px 0;
}

@media print {
  .featured_news_all {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .featured_news_all {
    font-size: 18px;
    font-size: 1.125rem;
    float: right;
    margin: 0;
  }
}

.featured_news_all_link {
  border-bottom: 1px solid #072f4f;
  color: #C8102E;
  text-decoration: none;
}

.featured_news_all_link:focus,
.featured_news_all_link:hover {
  border-bottom-color: #264db6;
  color: #333;
}

.news_card_wrap {
  margin-bottom: 50px;
}

.news_card {
  overflow: hidden;
  position: relative;
  background-color: #C8102E;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
}

@media print {
  .news_card {
    border: 1px solid;
  }
}

@media print and (max-width:767px),only screen and (max-width:767px) {
  .news_card {
    max-width: 392px;
  }
}

@media print and (min-width:1200px),only screen and (min-width:1200px) {
  .news_card {
    margin-right: 70px;
  }
}

@media print and (min-width:992px),only screen and (min-width:992px) {
  .news_card_inner {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
  }
}

.news_card_figure {
  display: block;
  min-height: 150px;
  background-color: #000;
}

.news_card_figure picture {
  display: block;
}

.news_card_figure img {
  display: block;
  width: 100%;
}

@media print and (min-width:992px),only screen and (min-width:992px) {
  .news_card_figure {
    float: left;
    width: 50%;
  }
}

.news_card_content {
  padding: 18px 15px 50px 15px;
}

@media print and (min-width:992px),only screen and (min-width:992px) {
  .news_card_content {
    float: right;
    width: 50%;
    padding: 30px;
  }
}

@media print and (min-width:1200px),only screen and (min-width:1200px) {
  .news_card_content {
    padding: 40px;
  }
}

.news_card_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  color: #C8102E;
  padding: 4px 5px 3px;
}

@media print {
  .news_card_label {
    padding: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:991px) {
  .news_card_label {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}

@media only screen and (min-width:992px) {
  .news_card_label {
    display: inline-block;
    margin-bottom: 14px;
  }
}

.news_card_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 0 0 12px;
}

@media only screen and (min-width:768px) {
  .news_card_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.news_card_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin: 12px 0;
}

@media only screen and (min-width:768px) {
  .news_card_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.news_card_description p {
  margin: 0;
}

.news_card_links {
  margin-top: 24px;
}

@media print {
  .news_card_links {
    display: none!important;
    visibility: hidden;
  }
}

.news_card_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  transition: background-color .25s;
}

@media only screen and (max-width:767px) {
  .news_card_link {
    display: block;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .news_card_link {
    display: inline-block;
  }
}

.news_card_link:focus,
.news_card_link:hover {
  background-color: rgba(255,255,255,.6);
}

.news_list_items .carousel_count {
  margin-top: 30px;
}

.news_list_items_inner .fs-carousel-viewport {
  max-width: 400px;
}

@media only screen and (max-width:767px) {
  .news_list_items_inner .fs-carousel-item {
    opacity: .5;
    transition: opacity .5s;
  }
}

.news_list_items_inner .fs-carousel-item:not(:last-child) {
  margin-right: 20px;
}

.news_list_items_inner .fs-carousel-visible {
  opacity: 1;
}

@media print {
  .news_item {
    width: auto!important;
    height: auto!important;
  }
}

@media print,only screen and (min-width:768px) {
  .news_item {
    border-bottom: 1px solid #a7a8aa;
    padding: 24px 0;
  }
}

@media print,only screen and (min-width:768px) {
  .news_item:first-child {
    padding-top: 0;
  }
}

.no-js .news_item {
  border-bottom: 1px solid #a7a8aa;
  padding: 24px 0;
}

.no-js .news_item:first-child {
  padding-top: 0;
}

.no-js .news_item_inner {
  max-width: 400px;
}

.news_item_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  background-color: #C8102E;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 16px;
  padding: 4px 5px 3px;
}

@media print {
  .news_item_label {
    padding: 0;
  }
}

.news_item_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333333;
  margin: 0 0 16px;
}

@media only screen and (min-width:768px) {
  .news_item_title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.14285714;
  }
}

@media print {
  .news_item_title {
    margin: 0;
  }
}

@media print {
  .news_item_links {
    display: none!important;
    visibility: hidden;
  }
}

.news_item_link {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  color: #333;
}

.news_item_link .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .news_item_link .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.news_item_link .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.news_item_link .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.news_item_link .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.news_item_link:focus .icon,
.news_item_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.news_item_link .symbol {
  fill: #C8102E;
}

@media only screen and (max-width:767px) {
  .featured_news_block {
    overflow: hidden;
  }
}

.news_card.theme_red_brand {
  background-color: #C8102E;
  color: #fff;
}

.news_card.theme_red_brand .news_card_label {
  color: #C8102E;
}

.news_card.theme_red_light {
  background-color: #930a28;
  color: #fff;
}

.news_card.theme_red_light .news_card_label {
  color: #930a28;
}

.news_card.theme_blue_dark {
  background-color: #072f4f;
  color: #fff;
}

.news_card.theme_blue_dark .news_card_label {
  color: #333;
}

.news_card.theme_blue_light {
  background-color: #264db6;
  color: #fff;
}

.news_card.theme_blue_light .news_card_label {
  color: #264db6;
}

.news_card.theme_green_dark {
  background-color: #02a6ab;
  color: #333;
}

.news_card.theme_green_dark .news_card_label {
  color: #333;
}

.news_card.theme_green_light {
  background-color: #5fc64d;
  color: #333;
}

.news_card.theme_green_light .news_card_label {
  background-color: #072f4f;
  color: #5fc64d;
}

.news_card.theme_pink {
  background-color: #991e66;
  color: #fff;
}

.news_card.theme_pink .news_card_label {
  background-color: #fff;
  color: #991e66;
}

.news_card.theme_yellow {
  background-color: #f4da40;
  color: #333;
}

.news_card.theme_yellow .news_card_label {
  background-color: #072f4f;
  color: #f4da40;
}

.news_card.theme_orange {
  background-color: #ef562d;
  color: #333;
}

.news_card.theme_orange .news_card_label {
  background-color: #072f4f;
  color: #ef562d;
}

.news_card.theme_gray_dark {
  background-color: #333;
  color: #fff;
}

.news_card.theme_gray_dark .news_card_label {
  color: #333;
}

.news_card.theme_gray_medium {
  background-color: #a7a8aa;
  color: #333;
}

.news_card.theme_gray_medium .news_card_label {
  color: #333;
}

.news_card.theme_orange_bright {
  background-color: #ef562d;
  color: #333;
}

.news_card.theme_orange_bright .news_card_label {
  color: #333;
}

.news_card.theme_teal_accent {
  background-color: #02A6AB;
  color: #333;
}

.news_card.theme_teal_accent .news_card_label {
  color: #333;
}

.news_card.theme_red_dark {
  background-color: #930a28;
  color: #fff;
}

.news_card.theme_red_dark .news_card_label {
  color: #930a28;
}

.news_item.theme_red_brand .news_item_label {
  background-color: #C8102E;
  color: #fff;
}

.news_item.theme_red_light .news_item_label {
  background-color: #930a28;
  color: #fff;
}

.news_item.theme_blue_dark .news_item_label {
  background-color: #072f4f;
  color: #fff;
}

.news_item.theme_blue_light .news_item_label {
  background-color: #264db6;
  color: #fff;
}

.news_item.theme_green_dark .news_item_label {
  background-color: #02a6ab;
  color: #333;
}

.news_item.theme_green_light .news_item_label {
  background-color: #5fc64d;
  color: #333;
}

.news_item.theme_pink .news_item_label {
  background-color: #991e66;
  color: #fff;
}

.news_item.theme_yellow .news_item_label {
  background-color: #f4da40;
  color: #333;
}

.news_item.theme_orange .news_item_label {
  background-color: #ef562d;
  color: #333;
}

.news_item.theme_gray_dark .news_item_label {
  background-color: #333;
  color: #fff;
}

.news_item.theme_gray_medium .news_item_label {
  background-color: #a7a8aa;
  color: #333;
}

.news_item.theme_orange_bright .news_item_label {
  background-color: #ef562d;
  color: #333;
}

.news_item.theme_teal_accent .news_item_label {
  background-color: #02A6AB;
  color: #333;
}

.news_item.theme_red_dark .news_item_label {
  background-color: #930a28;
  color: #fff;
}

.load_more {
  margin: 10px 0 40px;
}

@media only screen and (min-width:768px) {
  .load_more {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width:1200px) {
  .load_more {
    margin-bottom: 90px;
  }
}

@media print {
  .load_more {
    display: none!important;
    visibility: hidden;
  }
}

.no-js .load_more {
  display: none!important;
  visibility: hidden;
}

.load_more_button {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  display: block;
  text-align: center;
  width: 100%;
  background-color: #C8102E;
  cursor: pointer;
  color: #fff;
  transition: background-color .25s;
}

@media only screen and (min-width:992px) {
  .load_more_button {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.load_more_button .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
}

@media only screen and (min-width:768px) {
  .load_more_button .label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333333;
  }
}

.load_more_button:focus,
.load_more_button:hover {
  background-color: #333;
}

.news_row {
  padding: 20px 0;
}

@media only screen and (min-width:768px) {
  .news_row {
    padding: 40px 0;
  }
}

@media only screen and (min-width:1200px) {
  .news_row {
    padding: 50px 0;
  }
}

.news_row:not(:last-child) {
  border-bottom: 1px solid #a7a8aa;
}

.news_row:first-child {
  padding-top: 0;
}

.news_figure {
  display: block;
  float: right;
  overflow: hidden;
  width: 80px;
  border-radius: 5px;
  margin: 0 0 20px 20px;
}

.news_figure picture {
  display: block;
}

.news_figure img {
  display: block;
  width: 100%;
}

@media screen and (min-width:500px) {
  .news_figure {
    width: 100px;
  }
}

@media print,only screen and (min-width:768px) {
  .news_figure {
    width: 30%;
    margin-top: 10px;
  }
}

@media only screen and (min-width:992px) {
  .news_figure {
    width: 23%;
  }
}

@media only screen and (min-width:768px) {
  .news_wrapper {
    max-width: 74.5%;
  }
}

@media print,only screen and (min-width:768px) {
  .news_meta {
    margin-bottom: 20px;
  }
}

.news_label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  background-color: #C8102E;
  border-radius: 2px;
  color: #fff;
  margin: 0;
  padding: 7px 10px 6px;
}

@media print {
  .news_label {
    border: 1px solid #000;
  }
}

@media screen and (max-width:499px) {
  .news_label {
    float: left;
    margin: 0 0 10px;
  }
}

@media print,screen and (min-width:500px) {
  .news_label {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 16px;
  }
}

.news_date {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  margin: 0;
}

@media screen and (max-width:499px) {
  .news_date {
    clear: left;
    margin: 10px 0;
  }
}

@media print,screen and (min-width:500px) {
  .news_date {
    display: inline-block;
  }
}

.news_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.33333333;
  margin: 10px 0;
}

@media only screen and (min-width:768px) {
  .news_title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.news_title a {
  color: inherit;
}

.news_title a:focus,
.news_title a:hover {
  color: #C8102E;
}

.news_description {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  margin: 14px 0;
}

@media only screen and (min-width:768px) {
  .news_description {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.news_description p {
  margin: 0;
}

@media print {
  .news_links {
    display: none!important;
    visibility: hidden;
  }
}

.news_link {
  display: inline-block;
  padding-right: 18px;
  vertical-align: middle;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #333;
}

.news_link .label {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .news_link .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.news_link .icon {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: -18px;
  margin-left: 6px;
}

.news_link .symbol_arrow_right {
  width: 12px;
  height: 12px;
}

.news_link .icon {
  width: 12px;
  height: 12px;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: fill .25s,transform .25s;
}

.news_link:focus .icon,
.news_link:hover .icon {
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.news_link .symbol {
  fill: #C8102E;
}

.news_link:focus,
.news_link:hover {
  color: #C8102E;
}

.news_row.theme_blue_light .news_label {
  background-color: #264db6;
  color: #fff;
}

.news_row.theme_blue_dark .news_label {
  background-color: #072f4f;
  color: #fff;
}

.news_row.theme_red_brand .news_label {
  background-color: #C8102E;
  color: #fff;
}

.news_row.theme_red_light .news_label {
  background-color: #C8102E;
  color: #fff;
}

.news_row.theme_green_light .news_label {
  background-color: #5fc64d;
  color: #333;
}

.news_row.theme_green_dark .news_label {
  background-color: #02a6ab;
  color: #333;
}

.news_row.theme_pink .news_label {
  background-color: #991e66;
  color: #fff;
}

.news_row.theme_yellow .news_label {
  background-color: #f4da40;
  color: #333;
}

.news_row.theme_orange .news_label {
  background-color: #ef562d;
  color: #333;
}

.news_row.theme_gray_dark .news_label {
  background-color: #333;
  color: #fff;
}

.news_row.theme_gray_medium .news_label {
  background-color: #a7a8aa;
  color: #333;
}

.profiles_block {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.profiles_block .loading_spinner {
  z-index: 3;
  box-shadow: inset 0 0 0 3px rgba(38,77,182,.3);
  opacity: 0;
  transition: opacity .3s .3s,visibility .3s .3s;
  visibility: visible;
}

.profiles_block .loading_line:before {
  box-shadow: inset 0 0 0 3px rgba(38,77,182,.7);
}

.profiles_block.loading .loading_spinner {
  opacity: 1;
}

.profiles_inner {
  position: relative;
}

.profiles_background {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  width: calc(100vh * .668);
  filter: saturate(0);
  opacity: .1;
}

@media only screen and (max-width:767px) {
  .profiles_background {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:1200px) {
  .profiles_background {
    width: 50%;
    width: 50vw;
  }
}

.profiles_items {
  padding: 40px 0;
}

@media only screen and (min-width:768px) {
  .profiles_items {
    height: 100px;
    min-height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 55px 0;
  }
}

@media screen and (min-width:500px) and (max-height:799px) {
  .profiles_items {
    height: auto;
  }
}

@media only screen and (max-width:1199px) {
  .profiles_items {
    max-height: 1000px;
  }
}

@media only screen and (min-width:1200px) {
  .profiles_items {
    padding: 75px 0;
  }
}

.profiles_items .carousel_count {
  margin-top: 18px;
}

.js .profiles_items_inner:after {
  clear: both;
  content: "";
  display: table;
}

.no-js .profiles_items_inner {
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.profiles_items_inner .fs-carousel-viewport {
  max-width: 1016px;
  position: static;
}

.profiles_items_inner .fs-carousel-wrapper {
  position: static;
}

.profiles_items_inner .fs-carousel-canister {
  overflow: visible;
}

@media print {
  .profiles_items_inner .fs-carousel-canister:after {
    clear: both;
    content: "";
    display: table;
  }
}

.profiles_items_inner .fs-carousel-item {
  margin: 0;
  opacity: .5;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .5s,transform .5s;
}

@media print {
  .profiles_items_inner .fs-carousel-item {
    opacity: 1;
  }
}

@media only screen and (min-width:1200px) {
  .profiles_items_inner .fs-carousel-item {
    transition: opacity .5s,transform .8s;
  }
}

.profiles_items_inner .fs-carousel-item:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-item:not(:last-child) {
    margin-right: 80px;
  }
}

@media only screen and (min-width:992px) {
  .profiles_items_inner .fs-carousel-item:not(:last-child) {
    margin-right: 100px;
  }
}

@media only screen and (min-width:1200px) {
  .profiles_items_inner .fs-carousel-item:not(:last-child) {
    margin-right: 130px;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-item .profile_item_footer_links,
  .profiles_items_inner .fs-carousel-item .profile_item_footer_title,
  .profiles_items_inner .fs-carousel-item .profile_item_group,
  .profiles_items_inner .fs-carousel-item .profile_item_header {
    opacity: 0;
    transition: opacity .5s;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-item .profile_item_group,
  .profiles_items_inner .fs-carousel-item .profile_item_header {
    transition-delay: .25s;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-item .profile_item_link .icon {
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .5s;
    transition-delay: .35s;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-item .profile_item_footer_links,
  .profiles_items_inner .fs-carousel-item .profile_item_footer_title {
    transition-delay: .45s;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-item .profile_item_footer:before {
    width: 0;
    transition: width .5s;
    transition-delay: .35s;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-item_previous {
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@media only screen and (min-width:1200px) {
  .profiles_items_inner .fs-carousel-item_previous {
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
  }
}

.profiles_items_inner .fs-carousel-visible {
  opacity: 1;
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-visible .profile_item_footer_links,
  .profiles_items_inner .fs-carousel-visible .profile_item_footer_title,
  .profiles_items_inner .fs-carousel-visible .profile_item_group,
  .profiles_items_inner .fs-carousel-visible .profile_item_header {
    opacity: 1;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-visible .profile_item_footer:before {
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .profiles_items_inner .fs-carousel-visible .profile_item_link .icon {
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width:767px) {
  .profiles_items_inner .fs-carousel-controls {
    display: none!important;
    visibility: hidden;
  }
}

.profile_item {
  overflow: hidden;
  max-width: 310px;
  margin: 10px auto;
}

[data-whatinput=mouse] .profile_item:focus,
[data-whatinput=touch] .profile_item:focus {
  outline: 0;
}

@media print {
  .profile_item {
    width: calc(50% - 10px)!important;
    height: auto!important;
    max-width: none;
    margin-bottom: 10px!important;
  }
}

@media screen and (min-width:500px) {
  .profile_item {
    max-width: 392px;
  }
}

@media only screen and (max-width:767px) {
  .profile_item {
    background-color: #072f4f;
    border-radius: 5px;
    color: #fff;
  }
}

@media only screen and (min-width:768px) {
  .profile_item {
    max-width: none;
  }
}

.no-js .profile_item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  white-space: normal;
}

@media only screen and (min-width:768px) {
  .no-js .profile_item {
    width: 720px;
  }
}

@media only screen and (min-width:992px) {
  .no-js .profile_item {
    width: 940px;
  }
}

@media only screen and (min-width:1200px) {
  .no-js .profile_item {
    width: 1016px;
  }
}

@media print {
  .profile_item:nth-child(odd) {
    float: left;
    clear: both;
  }
}

@media print {
  .profile_item:nth-child(even) {
    float: right;
    margin-right: 0!important;
  }
}

.no-js .profile_item:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (min-width:768px) {
  .no-js .profile_item:not(:last-child) {
    margin-right: 80px;
  }
}

@media only screen and (min-width:992px) {
  .no-js .profile_item:not(:last-child) {
    margin-right: 100px;
  }
}

@media only screen and (min-width:1200px) {
  .no-js .profile_item:not(:last-child) {
    margin-right: 130px;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_inner {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

@media only screen and (max-width:767px) {
  .profile_item_attachment {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_attachment {
    overflow: hidden;
    position: absolute;
    width: 49%;
    width: calc(50% - 5px);
    height: 100%;
    border-radius: 5px;
  }
}

@media only screen and (min-width:768px) {
  .no-js .profile_item_attachment {
    background-color: #000;
  }
}

.profile_item_attachment_link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media print {
  .profile_item_attachment_link:after {
    display: none!important;
    visibility: hidden;
  }
}

.profile_item_attachment_link .icon {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  z-index: 1;
  background-color: #02a6ab;
  border-radius: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: transform .25s;
}

.no-js .profile_item_attachment_link .icon {
  display: none!important;
  visibility: hidden;
}

.profile_item_attachment_link .symbol_plus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  fill: #fff;
}

.profile_item_attachment_link:focus .icon,
.profile_item_attachment_link:hover .icon {
  -ms-transform: scale(1);
  transform: scale(1);
}

.profile_item_background_fallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile_item_background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.profile_item_background:after {
  height: 102%;
  width: 102%;
  position: absolute;
  top: -1%;
  right: -1%;
  bottom: -1%;
  left: -1%;
  display: block;
  background-color: #072f4f;
  content: "";
  opacity: 0;
  transition: opacity .25s;
}

.profile_item_attachment_link:focus .profile_item_background:after,
.profile_item_attachment_link:hover .profile_item_background:after {
  opacity: .3;
}

.profile_item_figure {
  display: block;
}

.profile_item_figure picture {
  display: block;
}

.profile_item_figure img {
  display: block;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .profile_item_figure {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_details {
    float: right;
    overflow: hidden;
    width: 49%;
    width: calc(50% - 5px);
    background-color: #072f4f;
    border-radius: 5px;
    color: #fff;
  }
}

.profile_item_content {
  padding: 15px;
}

@media print {
  .profile_item_content {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_content {
    height: 100%;
    padding: 20px;
  }
}

@media only screen and (min-width:992px) {
  .profile_item_content {
    padding: 40px;
  }
}

.profile_item_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 0 0 10px;
}

@media only screen and (min-width:768px) {
  .profile_item_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .profile_item_title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media only screen and (min-width:992px) {
  .profile_item_title {
    margin-bottom: 25px;
  }
}

.profile_item_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 24px;
}

@media only screen and (min-width:768px) {
  .profile_item_description {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_description {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width:992px) {
  .profile_item_description {
    margin-bottom: 35px;
  }
}

.profile_item_description p {
  margin: 0;
}

.profile_item_links {
  padding-bottom: 24px;
}

@media print {
  .profile_item_links {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_links {
    padding-bottom: 35px;
  }
}

.profile_item_link {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  display: block;
  position: relative;
  background-color: #fff;
  color: #333;
  overflow: visible;
  text-align: center;
  transition: background .25s,color .25s;
}

@media only screen and (min-width:768px) {
  .profile_item_link {
    display: inline-block;
  }
}

@media only screen and (max-width:767px) {
  .profile_item_link .icon {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_link .icon {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    top: -10px;
    left: -10px;
    background-color: #02a6ab;
    border-radius: 100%;
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .25s,transform .25s;
  }
}

@media only screen and (min-width:992px) {
  .profile_item_link .icon {
    width: 36px;
    height: 36px;
    top: -18px;
    left: -18px;
  }
}

.no-js .profile_item_link .icon {
  display: none!important;
  visibility: hidden;
}

@media only screen and (max-width:767px) {
  .profile_item_link .icon:before {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_link .icon:before {
    width: 26px;
    height: 26px;
    display: block;
    background-color: #02a6ab;
    border-radius: 100%;
    content: "";
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity .25s,transform .25s;
  }
}

@media only screen and (min-width:992px) {
  .profile_item_link .icon:before {
    width: 36px;
    height: 36px;
  }
}

.profile_item_link .symbol_plus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 12px;
  height: 12px;
  fill: #fff;
}

@media only screen and (min-width:992px) {
  .profile_item_link .symbol_plus {
    width: 18px;
    height: 18px;
  }
}

.profile_item_link:focus,
.profile_item_link:hover {
  background-color: #02a6ab;
  color: #fff;
}

@media only screen and (min-width:768px) {
  .profile_item_link:focus .icon:before,
  .profile_item_link:hover .icon:before {
    animation: pulse .8s forwards;
  }
}

@media only screen and (max-width:767px) {
  .profile_item_footer {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .profile_item_footer {
    position: relative;
    padding-top: 18px;
  }
}

.profile_item_footer:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.2);
  content: "";
}

.profile_item_footer_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.1875;
  margin: 0 0 6px;
}

.profile_item_footer_links {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71428571;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (min-width:768px) {
  .profile_item_footer_links {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.profile_item_footer_link {
  color: inherit;
  transition: color .25s;
}

.profile_item_footer_link:focus,
.profile_item_footer_link:hover {
  color: #02a6ab;
}

@media only screen and (max-width:767px) {
  .profile_item:nth-child(6n+2) {
    background-color: #264db6;
  }
}

.profile_item:nth-child(6n+2) .profile_item_attachment_link .icon {
  background-color: #5fc64d;
}

@media only screen and (min-width:768px) {
  .profile_item:nth-child(6n+2) .profile_item_details {
    background-color: #264db6;
  }
}

.profile_item:nth-child(6n+2) .profile_item_link .icon {
  background-color: #5fc64d;
}

.profile_item:nth-child(6n+2) .profile_item_link .icon:before {
  background-color: #5fc64d;
}

.profile_item:nth-child(6n+2) .profile_item_link:focus,
.profile_item:nth-child(6n+2) .profile_item_link:hover {
  background-color: #5fc64d;
}

.profile_item:nth-child(6n+2) .profile_item_footer_link:focus,
.profile_item:nth-child(6n+2) .profile_item_footer_link:hover {
  color: #5fc64d;
}

@media only screen and (max-width:767px) {
  .profile_item:nth-child(6n+3) {
    background-color: #C8102E;
  }
}

.profile_item:nth-child(6n+3) .profile_item_attachment_link .icon {
  background-color: #072f4f;
}

@media only screen and (min-width:768px) {
  .profile_item:nth-child(6n+3) .profile_item_details {
    background-color: #C8102E;
  }
}

.profile_item:nth-child(6n+3) .profile_item_link .icon {
  background-color: #072f4f;
}

.profile_item:nth-child(6n+3) .profile_item_link .icon:before {
  background-color: #072f4f;
}

.profile_item:nth-child(6n+3) .profile_item_link:focus,
.profile_item:nth-child(6n+3) .profile_item_link:hover {
  background-color: #072f4f;
}

.profile_item:nth-child(6n+3) .profile_item_footer_link:focus,
.profile_item:nth-child(6n+3) .profile_item_footer_link:hover {
  color: #072f4f;
}

@media only screen and (max-width:767px) {
  .profile_item:nth-child(6n+4) {
    background-color: #333;
  }
}

.profile_item:nth-child(6n+4) .profile_item_attachment_link .icon {
  background-color: #5fc64d;
}

@media only screen and (min-width:768px) {
  .profile_item:nth-child(6n+4) .profile_item_details {
    background-color: #333;
  }
}

.profile_item:nth-child(6n+4) .profile_item_link .icon {
  background-color: #5fc64d;
}

.profile_item:nth-child(6n+4) .profile_item_link .icon:before {
  background-color: #5fc64d;
}

.profile_item:nth-child(6n+4) .profile_item_link:focus,
.profile_item:nth-child(6n+4) .profile_item_link:hover {
  background-color: #5fc64d;
}

.profile_item:nth-child(6n+4) .profile_item_footer_link:focus,
.profile_item:nth-child(6n+4) .profile_item_footer_link:hover {
  color: #5fc64d;
}

@media only screen and (max-width:767px) {
  .profile_item:nth-child(6n+5) {
    background-color: #02a6ab;
  }
}

.profile_item:nth-child(6n+5) .profile_item_attachment_link .icon {
  background-color: #072f4f;
}

@media only screen and (min-width:768px) {
  .profile_item:nth-child(6n+5) .profile_item_details {
    background-color: #02a6ab;
  }
}

.profile_item:nth-child(6n+5) .profile_item_link .icon {
  background-color: #072f4f;
}

.profile_item:nth-child(6n+5) .profile_item_link .icon:before {
  background-color: #072f4f;
}

.profile_item:nth-child(6n+5) .profile_item_link:focus,
.profile_item:nth-child(6n+5) .profile_item_link:hover {
  background-color: #072f4f;
}

.profile_item:nth-child(6n+5) .profile_item_footer_link:focus,
.profile_item:nth-child(6n+5) .profile_item_footer_link:hover {
  color: #072f4f;
}

body.profile_lock,
html.profile_lock {
  overflow: hidden!important;
}

.profile_overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  opacity: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: none;
  transition: opacity .8s,visibility .8s;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width:1199px) {
  .profile_overlay {
    padding-bottom: 0!important;
  }
}

.touchevents .profile_overlay {
  padding-bottom: 0!important;
}

.profile_lock .profile_overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.profile_overlay_close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 25px;
  z-index: 1;
  background-color: #264db6;
  border-radius: 100%;
  cursor: pointer;
  -ms-transform: translateX(-50vw);
  transform: translateX(-50vw);
  transition: background .25s,transform .55s .55s,opacity .25s;
}

.csstransforms3d .profile_overlay_close {
  transform: translate3d(-50vw,0,0);
}

.profile_overlay_close:focus,
.profile_overlay_close:hover {
  background-color: #C8102E;
}

.profile_lock .profile_overlay_close {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.profile_lock .csstransforms3d .profile_overlay_close {
  transform: translate3d(0,0,0);
}

@media only screen and (min-width:992px) {
  .profile_overlay.unpin .profile_overlay_close {
    opacity: 0;
    transition: background .25s,opacity .25s;
  }
}

.touchevents .profile_overlay.unpin .profile_overlay_close {
  opacity: 0;
}

.profile_overlay_close .symbol {
  width: 20px;
  height: 20px;
}

.profile_overlay_close .symbol_close {
  fill: #fff;
}

.profile_overlay_inner {
  min-height: 100vh;
  position: relative;
}

@media only screen and (max-width:1199px) {
  .profile_overlay_inner {
    background-color: #072f4f;
  }
}

.profile_overlay_figure {
  display: block;
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(600px);
  transform: translateY(600px);
  visibility: hidden;
  transition: opacity .35s,transform .35s,visibility .35s;
  transition-delay: .55s;
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.profile_overlay_figure picture {
  display: block;
}

.profile_overlay_figure img {
  display: block;
  width: 100%;
}

@media only screen and (min-width:1200px) {
  .profile_overlay_figure {
    display: none!important;
    visibility: hidden;
  }
}

.profile_lock .profile_overlay_figure {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

@media only screen and (max-width:1199px) {
  .profile_overlay_background {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:1200px) {
  .profile_overlay_background {
    width: 50%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: translateZ(0);
  }
}

.profile_overlay.unpin .profile_overlay_background {
  position: absolute;
  height: 100vh;
  width: 50%;
  width: 50vw;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.profile_overlay_item {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(600px);
  transform: translateY(600px);
  visibility: hidden;
  transition: opacity .35s,transform .35s,visibility .35s;
  transition-delay: .95s;
}

@media only screen and (min-width:1200px) {
  .profile_overlay_item {
    transition-delay: 1.15s;
  }
}

.profile_lock .profile_overlay_item {
  opacity: 1;
  pointer-events: auto;
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.profile_overlay_details_wrap {
  background-color: #072f4f;
  color: #fff;
}

@media only screen and (min-width:1200px) {
  .profile_overlay_details_wrap {
    padding-left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: transform .55s;
    transition-delay: .55s;
  }
}

@media only screen and (min-width:1200px) {
  .csstransforms3d .profile_overlay_details_wrap {
    transform: translate3d(-50%,0,0);
  }
}

@media only screen and (min-width:1200px) {
  .profile_lock .profile_overlay_details_wrap {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (min-width:1200px) {
  .csstransforms3d .profile_lock .profile_overlay_details_wrap {
    transform: translate3d(0,0,0);
  }
}

.profile_overlay_details {
  padding: 15px;
}

@media only screen and (min-width:768px) {
  .profile_overlay_details {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 20px;
  }
}

@media only screen and (min-width:992px) {
  .profile_overlay_details {
    padding: 175px 20px 25px;
  }
}

@media only screen and (min-width:1200px) {
  .profile_overlay_details {
    min-height: 100vh;
  }
}

.profile_overlay_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 0 0 20px;
}

@media only screen and (min-width:768px) {
  .profile_overlay_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.profile_overlay_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 20px 0 30px;
}

@media only screen and (min-width:768px) {
  .profile_overlay_description {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

.profile_overlay_description p {
  margin: 0;
}

.profile_card {
  margin-bottom: 50px;
}

@media only screen and (min-width:992px) {
  .profile_card {
    margin-bottom: 70px;
  }
}

.profile_card:nth-child(1) {
  transition-delay: 1.1s;
}

@media only screen and (min-width:1200px) {
  .profile_card:nth-child(1) {
    transition-delay: 1.3s;
  }
}

.profile_card:nth-child(2) {
  transition-delay: 1.25s;
}

@media only screen and (min-width:1200px) {
  .profile_card:nth-child(2) {
    transition-delay: 1.45s;
  }
}

.profile_card:nth-child(3) {
  transition-delay: 1.4s;
}

@media only screen and (min-width:1200px) {
  .profile_card:nth-child(3) {
    transition-delay: 1.7s;
  }
}

.profile_card:nth-child(4) {
  transition-delay: 1.55s;
}

@media only screen and (min-width:1200px) {
  .profile_card:nth-child(4) {
    transition-delay: 1.85s;
  }
}

.program_finder {
  background-color: #f3f4f5;
  color: #333;
}

@media only screen and (min-width:768px) {
  .program_finder_inner {
    height: 100px;
    min-height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width:500px) and (max-height:799px) {
  .program_finder_inner {
    height: auto;
  }
}

@media only screen and (max-width:1199px) {
  .program_finder_inner {
    max-height: 1000px;
  }
}

.program_finder_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width:768px) {
  .program_finder_wrapper {
    padding-top: 40px;
  }
}

@media only screen and (min-width:992px) {
  .program_finder_wrapper {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .program_finder_wrapper {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width:992px) {
  .program_finder_wrapper {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width:768px) {
  .program_finder_header {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width:992px) {
  .program_finder_header {
    overflow: hidden;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-flexbox;
    display: flex;
  }
}

.program_finder_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333333;
  margin: 40px 0 28px;
}

@media only screen and (min-width:768px) {
  .program_finder_title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .program_finder_title {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width:992px) {
  .program_finder_title {
    float: left;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0;
  }
}

.program_finder_description {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

@media print {
  .program_finder_description {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (max-width:767px) {
  .program_finder_description {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:992px) {
  .program_finder_description {
    float: right;
  }
}

.program_finder_description p {
  margin: 0;
}

.program_finder_description a {
  box-shadow: inset 0 -1px #072f4f;
  color: #C8102E;
}

.program_finder_description a:focus,
.program_finder_description a:hover {
  color: #333;
}

.program_content_wrap {
  position: relative;
}

.program_search {
  margin-bottom: 54px;
}

.program_search_group {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width:768px) {
  .program_search_group {
    padding-bottom: 14px;
  }
}

.program_search_group:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #C8102E;
  border-radius: 6px;
  content: "";
}

@media only screen and (min-width:768px) {
  .program_search_group:after {
    height: 3px;
    transition: background .25s,height .25s,transform .25s;
  }
}

@media only screen and (min-width:768px) {
  .program_search_form.active .program_search_group:after {
    height: 6px;
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}

.program_search_icon {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (min-width:768px) {
  .program_search_icon {
    margin-right: 15px;
  }
}

.program_search_icon .symbol_search {
  width: 16px;
  height: 16px;
  fill: #C8102E;
}

@media only screen and (min-width:768px) {
  .program_search_icon .symbol_search {
    width: 28px;
    height: 28px;
  }
}

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

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

.program_search_input {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  background-color: transparent;
  border-width: 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 1;
  transition: color .25s;
}

[data-whatinput=mouse] .program_search_input:focus,
[data-whatinput=touch] .program_search_input:focus {
  outline: 0;
}

@media only screen and (min-width:768px) {
  .program_search_input {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media only screen and (min-width:992px) {
  .program_search_input {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.program_search_input:focus {
  color: #264db6!important;
}

.program_search_input:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  text-overflow: ellipsis;
}

.program_search_input::placeholder {
  color: #333;
  opacity: 1;
  text-overflow: ellipsis;
}

.program_search_input[placeholder] {
  color: #333;
  opacity: 1;
  text-overflow: ellipsis;
}

.program_search_count {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  display: none;
  margin-left: 20px;
}

.program_finder.view_results .program_search_count {
  display: block;
}

.program_search_count .number {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media print {
  .program_search_basic {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .js .program_search_basic {
    display: none!important;
    visibility: hidden;
  }
}

@media screen and (min-width:500px) {
  .program_search_basic_form {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
  }
}

.program_search_basic_group {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

@media screen and (min-width:500px) {
  .program_search_basic_group {
    margin-bottom: 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
}

.program_search_basic_button {
  overflow: hidden;
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  padding: 10px 0;
  display: inline-block;
  width: 40%;
  margin: 5px;
  background-color: #C8102E;
  color: #fff;
  cursor: pointer;
  transition: background .25s;
}

.program_search_basic_button_program {
  float: left;
}

.program_search_basic_button_course {
  float: right;
}

@media screen and (min-width:500px) {
  .program_search_basic_button {
    width: 22%;
    margin-left: 30px;
  }
}

@media only screen and (min-width:992px) {
  .program_search_basic_button {
    width: 22%;
  }
}

.program_search_basic_button:focus,
.program_search_basic_button:hover {
  background-color: #C8102E;
}

.program_search_advanced {
  display: none;
}

@media only screen and (min-width:768px) {
  .js .program_search_advanced {
    display: block;
  }
}

.program_search_advanced_group {
  display: -ms-flexbox;
  display: flex;
}

.program_search_advanced_input {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.program_stats {
  overflow: hidden;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .4s,visibility .4s;
  visibility: visible;
}

@media only screen and (max-width:767px) {
  .program_stats {
    display: none!important;
    visibility: hidden;
  }
}

@media only screen and (min-width:768px) {
  .program_stats {
    margin-top: 80px;
    margin-bottom: 87px;
  }
}

@media only screen and (min-width:992px) {
  .program_stats {
    margin-top: 105px;
  }
}

.program_finder.view_results .program_stats {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.program_stat {
  float: left;
  width: 33.33333333%;
}

.program_stat:not(:last-child) {
  border-right: 1px solid #a7a8aa;
}

@media only screen and (max-width:767px) {
  .program_stat_inner {
    padding: 30px 0;
  }
}

@media only screen and (min-width:992px) {
  .program_stat_inner {
    padding: 40px 40px;
  }
}

@media only screen and (min-width:1200px) {
  .program_stat_inner {
    padding: 60px;
  }
}

@media print,only screen and (min-width:768px) and (max-width:991px) {
  .program_stat_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print,only screen and (min-width:768px) and (max-width:991px) {
  .program_stat:nth-child(3n+1) .program_stat_inner {
    padding-left: 0;
  }
}

@media only screen and (min-width:1200px) {
  .program_stat:nth-child(3n+1) .program_stat_inner {
    padding-left: 40px;
  }
}

@media print,only screen and (min-width:768px) and (max-width:991px) {
  .program_stat:nth-child(3n+3) .program_stat_inner {
    padding-right: 0;
  }
}

@media only screen and (min-width:1200px) {
  .program_stat:nth-child(3n+3) .program_stat_inner {
    padding-right: 40px;
  }
}

.program_stat_title {
  font-family: proxima-nova,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
  margin: 0;
}

.program_stat:nth-child(3n+1) .program_stat_title {
  color: #264db6;
}

.program_stat:nth-child(3n+2) .program_stat_title {
  color: #991e66;
}

.program_stat:nth-child(3n+3) .program_stat_title {
  color: #C8102E;
}

.program_stat_description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 15px;
}

@media only screen and (min-width:768px) {
  .program_stat_description {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52380952;
  }
}

.program_stat_description p {
  margin: 0;
}

.program_finder_links {
  color: #333;
  margin-bottom: 22px;
}

@media print,only screen and (min-width:768px) {
  .program_finder_links {
    display: none!important;
    visibility: hidden;
  }
}

.program_finder_link {
  display: inline-block;
  color: inherit;
  padding-right: 22px;
  vertical-align: middle;
  margin: 5px;
}

.program_finder_link_program {
  float: left;
}

.program_finder_link_course {
  float: right;
}