#boot .hero,
#boot .c-hero {
  position: relative;
}
#boot .hero a,
#boot .c-hero a {
  position: relative;
}
#boot .hero a:focus-visible,
#boot .c-hero a:focus-visible {
  z-index: 5;
  box-shadow: none;
  transition: none;
  outline: 0;
  outline: 1px solid #0078D7;
  outline: 1px auto -webkit-focus-ring-color;
  outline: 1px auto #0078D7;
  outline-offset: 1px !important;
  z-index: 8;
}
#boot .hero a:focus-visible:not(.focus-custom--outline-offset-0),
#boot .c-hero a:focus-visible:not(.focus-custom--outline-offset-0) {
  outline-offset: 5px;
}
#boot .hero a:focus-visible .overlay-hover,
#boot .c-hero a:focus-visible .overlay-hover {
  opacity: 0.1;
}
#boot .hero .hero-container,
#boot .c-hero .hero-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#boot .hero .hero-container .hero-video,
#boot .c-hero .hero-container .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#boot .hero .hero-container .hero-video::-webkit-media-controls-panel,
#boot .c-hero .hero-container .hero-video::-webkit-media-controls-panel,
#boot .hero .hero-container .hero-video::-webkit-media-controls-play-button,
#boot .c-hero .hero-container .hero-video::-webkit-media-controls-play-button,
#boot .hero .hero-container .hero-video::-webkit-media-controls-start-playback-button,
#boot .c-hero .hero-container .hero-video::-webkit-media-controls-start-playback-button {
  display: none! important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#boot .hero .hero-container .hero-video-button,
#boot .c-hero .hero-container .hero-video-button {
  position: absolute;
  display: none;
  opacity: 0.9;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}
#boot .hero .hero-container .hero-video-button.sticky,
#boot .c-hero .hero-container .hero-video-button.sticky {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  #boot .hero .hero-container .hero-video-button,
  #boot .c-hero .hero-container .hero-video-button {
    bottom: 20px;
    right: 20px;
    opacity: 1;
  }
  #boot .hero .hero-container .hero-video-button.sticky,
  #boot .c-hero .hero-container .hero-video-button.sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
}
#boot .hero .hero-container .hero-video-button:hover,
#boot .c-hero .hero-container .hero-video-button:hover,
#boot .hero .hero-container .hero-video-button:focus,
#boot .c-hero .hero-container .hero-video-button:focus {
  opacity: 1;
  background-color: #ffffff;
}
#boot .hero .hero-container .hero-video-button:hover .play,
#boot .c-hero .hero-container .hero-video-button:hover .play,
#boot .hero .hero-container .hero-video-button:focus .play,
#boot .c-hero .hero-container .hero-video-button:focus .play {
  border-color: transparent transparent transparent #912338;
}
#boot .hero .hero-container .hero-video-button:hover .pause,
#boot .c-hero .hero-container .hero-video-button:hover .pause,
#boot .hero .hero-container .hero-video-button:focus .pause,
#boot .c-hero .hero-container .hero-video-button:focus .pause {
  border-color: #912338;
}
#boot .hero .hero-container .hero-video-button .play,
#boot .c-hero .hero-container .hero-video-button .play {
  position: absolute;
  top: 7px;
  left: 13px;
  display: none;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 10px 0 10px 11px;
}
#boot .hero .hero-container .hero-video-button .pause,
#boot .c-hero .hero-container .hero-video-button .pause {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 20px;
  height: 18px;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border-color: #ffffff;
  border-style: double;
  border-width: 0 0 0 16px;
}
#boot .hero .hero-container .photo-credit,
#boot .c-hero .hero-container .photo-credit {
  position: absolute;
  bottom: 4px;
  left: 10px;
  opacity: 0.9;
  font: 400 16px/24px 'gill-sans-nova', sans-serif;
}
#boot .hero .hero-container .photo-credit.white-text,
#boot .c-hero .hero-container .photo-credit.white-text {
  color: #ffffff;
}
#boot .hero .hero-container .hero-text,
#boot .c-hero .hero-container .hero-text {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
#boot .hero .hero-container .hero-text.align-vertical-desktop-top,
#boot .c-hero .hero-container .hero-text.align-vertical-desktop-top {
  align-items: flex-start;
}
#boot .hero .hero-container .hero-text.align-vertical-desktop-top .hero-text-inner,
#boot .c-hero .hero-container .hero-text.align-vertical-desktop-top .hero-text-inner {
  padding-top: 15px;
}
#boot .hero .hero-container .hero-text.align-vertical-desktop-bottom,
#boot .c-hero .hero-container .hero-text.align-vertical-desktop-bottom {
  align-items: flex-end;
}
#boot .hero .hero-container .hero-text.align-vertical-desktop-bottom .hero-text-inner,
#boot .c-hero .hero-container .hero-text.align-vertical-desktop-bottom .hero-text-inner {
  padding-bottom: 15px;
}
#boot .hero .hero-container .hero-text .hero-text-inner,
#boot .c-hero .hero-container .hero-text .hero-text-inner {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 940px;
  margin: 0 auto;
  padding: 0;
}
#boot .hero .hero-container .hero-text .hero-text-inner.grid-none,
#boot .c-hero .hero-container .hero-text .hero-text-inner.grid-none {
  width: 95% !important;
}
#boot .hero .hero-container .hero-text .hero-text-inner.grid-768,
#boot .c-hero .hero-container .hero-text .hero-text-inner.grid-768 {
  width: 100% !important;
  max-width: 768px;
}
#boot .hero .hero-container .hero-text .hero-text-inner.grid-1200,
#boot .c-hero .hero-container .hero-text .hero-text-inner.grid-1200 {
  width: 100% !important;
  max-width: 1200px;
}
@media (max-width: 1230px) {
  #boot .hero .hero-container .hero-text .hero-text-inner.grid-1200,
  #boot .c-hero .hero-container .hero-text .hero-text-inner.grid-1200 {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#boot .hero .hero-container .hero-text .hero-text-inner.align-horizontal-desktop-left,
#boot .c-hero .hero-container .hero-text .hero-text-inner.align-horizontal-desktop-left {
  text-align: left;
}
#boot .hero .hero-container .hero-text .hero-text-inner.align-horizontal-desktop-right,
#boot .c-hero .hero-container .hero-text .hero-text-inner.align-horizontal-desktop-right {
  text-align: right;
}
#boot .hero .hero-container .hero-text .hero-text-inner .text-area,
#boot .c-hero .hero-container .hero-text .hero-text-inner .text-area {
  display: inline-block;
}
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-title,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-title,
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-subtitle,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-subtitle,
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-category,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-category {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-title.text-color-000000,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-title.text-color-000000,
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-subtitle.text-color-000000,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-subtitle.text-color-000000,
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-category.text-color-000000,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-solid .hero-category.text-color-000000 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-title,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-title {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-subtitle,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-subtitle,
#boot .hero .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-category,
#boot .c-hero .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-category {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#boot .hero .hero-container .hero-text .hero-text-inner.lower-opacity .hero-title,
#boot .c-hero .hero-container .hero-text .hero-text-inner.lower-opacity .hero-title,
#boot .hero .hero-container .hero-text .hero-text-inner.lower-opacity .hero-subtitle,
#boot .c-hero .hero-container .hero-text .hero-text-inner.lower-opacity .hero-subtitle {
  opacity: 0.5;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title {
  color: rgba(0, 0, 0, 0.3);
  -webkit-text-stroke: 3px #ffffff;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-F0F0F0,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-F0F0F0 {
  -webkit-text-stroke: 3px #F0F0F0;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-C8C8C8,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-C8C8C8 {
  -webkit-text-stroke: 3px #c8c8c8;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-6E6E6E,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-6E6E6E {
  -webkit-text-stroke: 3px #6e6e6e;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-2C2C2C,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-2C2C2C {
  -webkit-text-stroke: 3px #2c2c2c;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-000000,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-000000 {
  -webkit-text-stroke: 3px #000000;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-912338,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-912338 {
  -webkit-text-stroke: 3px #912338;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-DA3A16,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-DA3A16 {
  -webkit-text-stroke: 3px #da3a16;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-573996,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-573996 {
  -webkit-text-stroke: 3px #573996;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-004085,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-004085 {
  -webkit-text-stroke: 3px #004085;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-057D78,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-057D78 {
  -webkit-text-stroke: 3px #057d78;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-508212,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-508212 {
  -webkit-text-stroke: 3px #508212;
}
#boot .hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-DB0272,
#boot .c-hero .hero-container .hero-text .hero-text-inner.stroke .hero-title.text-color-DB0272 {
  -webkit-text-stroke: 3px #db0272;
}
#boot .hero .hero-container .hero-text .hero-text-inner.bg-box-dark .text-area,
#boot .c-hero .hero-container .hero-text .hero-text-inner.bg-box-dark .text-area {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  text-align: center;
}
#boot .hero .hero-container .hero-text .hero-text-inner.bg-box-light .text-area,
#boot .c-hero .hero-container .hero-text .hero-text-inner.bg-box-light .text-area {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  text-align: center;
}
#boot .hero .hero-container .buttons:not(:first-child),
#boot .c-hero .hero-container .buttons:not(:first-child) {
  margin: 28px 0 0 0;
}
#boot .hero .hero-container .buttons .btn-separator,
#boot .c-hero .hero-container .buttons .btn-separator {
  height: 8px;
  line-height: 0;
}
#boot .hero .hero-container .buttons .btn.btn-ghost,
#boot .c-hero .hero-container .buttons .btn.btn-ghost,
#boot .hero .hero-container .buttons .btn.btn-ghost-dark,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-dark,
#boot .hero .hero-container .buttons .btn.btn-ghost-burgundy,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-burgundy,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled {
  margin: 7px 7px 0 0;
  font: 400 18px 'gill-sans-nova', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-dark,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-dark {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-dark:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-dark:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-burgundy,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-burgundy {
  background: #912338 !important;
  color: #ffffff !important;
  border-width: 0;
  padding: 10px 12px;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-burgundy.btn-large-hero,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-burgundy.btn-large-hero {
  padding: 14px 18px;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-burgundy:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-burgundy:hover {
  background: #7a1d2e !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled {
  padding: 10px 12px;
  border-width: 0 !important;
  font: 400 18px 'gill-sans-nova', sans-serif;
  transition: all 0.2s ease-in-out;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled:hover {
  background: #7a1d2e;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled:focus {
  outline: auto Highlight;
  outline: auto -webkit-focus-ring-color;
  outline-offset: 4px;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-912338,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-912338 {
  background: #912338;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-912338.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-912338.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-912338.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-912338.btn:focus {
  background: #7a1d2e !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-FFFFFF,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-FFFFFF {
  background: #ffffff;
  color: #000000;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-FFFFFF.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-FFFFFF.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-FFFFFF.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-FFFFFF.btn:focus {
  background: #f0f0f0 !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-F0F0F0,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-F0F0F0 {
  background: #f0f0f0;
  color: #000000;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-F0F0F0.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-F0F0F0.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-F0F0F0.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-F0F0F0.btn:focus {
  background: #c8c8c8 !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-C8C8C8,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-C8C8C8 {
  background: #c8c8c8;
  color: #000000;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-C8C8C8.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-C8C8C8.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-C8C8C8.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-C8C8C8.btn:focus {
  background: #e5e5e5 !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-6E6E6E,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-6E6E6E {
  background: #6e6e6e;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-6E6E6E.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-6E6E6E.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-6E6E6E.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-6E6E6E.btn:focus {
  background: #2c2c2c !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-4B4B4B,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-4B4B4B {
  background: #4b4b4b;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-4B4B4B.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-4B4B4B.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-4B4B4B.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-4B4B4B.btn:focus {
  background: #2c2c2c !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-2C2C2C,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-2C2C2C {
  background: #2c2c2c;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-2C2C2C.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-2C2C2C.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-2C2C2C.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-2C2C2C.btn:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-000000,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-000000 {
  background: #000000;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-000000.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-000000.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-000000.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-000000.btn:focus {
  background: #2c2c2c !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DA3A16,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DA3A16 {
  background: #da3a16;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DA3A16.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DA3A16.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DA3A16.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DA3A16.btn:focus {
  background: #e15839 !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-573996,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-573996 {
  background: #573996;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-573996.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-573996.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-573996.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-573996.btn:focus {
  background: #704fb6 !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-057D78,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-057D78 {
  background: #057d78;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-057D78.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-057D78.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-057D78.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-057D78.btn:focus {
  background: #19908b !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DB0272,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DB0272 {
  background: #db0272;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DB0272.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DB0272.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DB0272.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-DB0272.btn:focus {
  background: #b95e8c !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-508212,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-508212 {
  background: #508212;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-508212.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-508212.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-508212.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-508212.btn:focus {
  background: #6a9c2b !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-00ADEF,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-00ADEF {
  background: #00adef;
  color: #000000;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-00ADEF.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-00ADEF.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-00ADEF.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-00ADEF.btn:focus {
  background: #47c1f0 !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-0072A8,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-0072A8 {
  background: #0072a8;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-0072A8.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-0072A8.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-0072A8.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-0072A8.btn:focus {
  background: #2183b1 !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-004085,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-004085 {
  background: #004085;
  color: #ffffff;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-004085.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-004085.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-004085.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-004085.btn:focus {
  background: #0072a8 !important;
  color: #ffffff !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-E5A712,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-E5A712 {
  background: #e5a712;
  color: #000000;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-E5A712.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-E5A712.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-E5A712.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-E5A712.btn:focus {
  background: #c69a2f !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-CBB576,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-CBB576 {
  background: #cbb576;
  color: #000000;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-CBB576.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-CBB576.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-CBB576.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-CBB576.btn:focus {
  background: #bba158 !important;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-8CC63E,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-8CC63E {
  background: #8cc63e;
  color: #000000;
}
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-8CC63E.btn:hover,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-8CC63E.btn:hover,
#boot .hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-8CC63E.btn:focus,
#boot .c-hero .hero-container .buttons .btn.btn-ghost-filled.btn-bg-8CC63E.btn:focus {
  background: #a1d35e !important;
}
#boot .hero .hero-container .buttons .btn.btn-large-hero,
#boot .c-hero .hero-container .buttons .btn.btn-large-hero {
  font-size: 32px;
  padding: 13px 18px;
}
@media (min-width: 768px) {
  #boot .hero .hero-container .hero-category,
  #boot .c-hero .hero-container .hero-category {
    display: inline-block;
    margin-bottom: 25px;
    font: 300 22px 'gill-sans-nova', sans-serif;
    color: #ffffff;
  }
  #boot .hero .hero-container .hero-category::after,
  #boot .c-hero .hero-container .hero-category::after {
    content: " ";
    display: block;
    height: 1px;
    width: 30%;
    margin: 7px auto 0 auto;
    background-color: #ffffff;
    opacity: 0.6;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
  }
  #boot .hero .hero-container .hero-category:hover::after,
  #boot .c-hero .hero-container .hero-category:hover::after {
    width: 65%;
  }
}
@media (min-width: 768px) {
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-0,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-0 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: auto;
    top: 0%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-5,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-5 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 5%);
    top: 5%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-10,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-10 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 10%);
    top: 10%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-15,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-15 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 15%);
    top: 15%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-20,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-20 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 20%);
    top: 20%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-25,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-25 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 25%);
    top: 25%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-30,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-30 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 30%);
    top: 30%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-35,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-35 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 35%);
    top: 35%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-40,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-40 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 40%);
    top: 40%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-45,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-45 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 45%);
    top: 45%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-50,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-50 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 50%);
    top: 50%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-55,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-55 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 55%);
    top: 55%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-60,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-60 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 60%);
    top: 60%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-70,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-70 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 70%);
    top: 70%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-80,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-desktop-80 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 80%);
    top: 80%;
    left: 0;
  }
}
@media (max-width: 767px) {
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-0,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-0 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: auto;
    top: 0%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-5,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-5 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 5%);
    top: 5%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-10,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-10 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 10%);
    top: 10%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-15,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-15 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 15%);
    top: 15%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-20,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-20 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 20%);
    top: 20%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-25,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-25 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 25%);
    top: 25%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-30,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-30 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 30%);
    top: 30%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-35,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-35 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 35%);
    top: 35%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-40,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-40 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 40%);
    top: 40%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-45,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-45 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 45%);
    top: 45%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-50,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-50 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 50%);
    top: 50%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-55,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-55 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 55%);
    top: 55%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-60,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-60 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 60%);
    top: 60%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-70,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-70 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 70%);
    top: 70%;
    left: 0;
  }
  #boot .hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-80,
  #boot .c-hero .hero-container:not(.flex) .hero-text.align-vertical-mobile-80 {
    display: inline-block;
    position: absolute;
    text-align: center;
    height: calc(100% - 80%);
    top: 80%;
    left: 0;
  }
}
#boot .hero .hero-container .overlay,
#boot .c-hero .hero-container .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#boot .hero .hero-container .overlay.dotted-overlay-dark,
#boot .c-hero .hero-container .overlay.dotted-overlay-dark {
  background: transparent url('img/dotted_bg.png') repeat !important;
  opacity: 0.7;
}
#boot .hero .hero-container .overlay.dotted-overlay-light,
#boot .c-hero .hero-container .overlay.dotted-overlay-light {
  background: transparent url('img/dotted_bg_white.png') repeat !important;
  opacity: 0.7;
}
#boot .hero .hero-container .hero-script,
#boot .c-hero .hero-container .hero-script {
  position: absolute;
  width: 100%;
  height: 100%;
}
#boot .hero .overlay-hover,
#boot .c-hero .overlay-hover {
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#boot .hero a:hover > .hero-container .overlay-hover,
#boot .c-hero a:hover > .hero-container .overlay-hover {
  opacity: 0.1;
}
#boot .hero #refresh-hero,
#boot .c-hero #refresh-hero {
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('img/icons/icon_refresh.png') 0 0 no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#boot .hero #refresh-hero:hover,
#boot .c-hero #refresh-hero:hover {
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
}
#boot .hero #refresh-hero span,
#boot .c-hero #refresh-hero span {
  display: none;
}
@media (min-width: 768px) {
  #boot .hero-container:not(.flex) {
    height: 60vh;
    min-height: 600px;
  }
  #boot .hero-container.medium {
    height: 45vh;
    min-height: 500px;
  }
  #boot .hero-container.short {
    height: 35vh;
    min-height: 400px;
  }
  #boot .hero-container.mini {
    height: 19vh;
    min-height: 220px;
  }
  #boot .hero-container.square {
    height: auto;
    min-height: 200px;
  }
  #boot .hero-container.square::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  #boot .hero-container.square .hero-text::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  #boot .hero-container.full {
    height: calc(100vh - 12vh);
  }
  #boot .hero-container.flex {
    display: flex;
    padding: 30px 0 40px 0;
  }
  #boot .hero-container.flex .hero-text {
    position: relative;
    top: auto !important;
    margin: 0 auto;
  }
}
@media (max-width: 1230px) {
  #boot .hero-text-inner {
    max-width: none !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  #boot .hero-container:not(.flex) {
    height: 35vh;
    min-height: 400px;
  }
  #boot .hero-container.medium {
    height: 30vh;
    min-height: 320px;
  }
  #boot .hero-container.short {
    height: 25vh;
    min-height: 280px;
  }
  #boot .hero-container.mini {
    height: 15vh;
    min-height: 180px;
  }
  #boot .hero-container.square {
    height: auto;
    min-height: 200px;
  }
  #boot .hero-container.square::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  #boot .hero-container.square .hero-text::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  #boot .hero-container.full {
    height: 81vh;
  }
  #boot .hero-container.flex {
    display: flex;
    padding: 15px 0 25px 0;
  }
  #boot .hero-container.flex .hero-text {
    position: relative;
    top: auto !important;
    margin: 0 auto;
  }
  #boot .hero-container .hero-text-inner {
    padding: 10px 15px !important;
  }
  #boot .hero-container .hero-text.align-vertical-mobile-top {
    align-items: flex-start !important;
    padding-top: 0 !important;
  }
  #boot .hero-container .hero-text.align-vertical-mobile-middle {
    align-items: center !important;
    padding-top: 0 !important;
  }
  #boot .hero-container .hero-text.align-vertical-mobile-bottom {
    align-items: flex-end !important;
    padding-bottom: 10px !important;
  }
  #boot .hero-container .hero-text .hero-text-inner {
    width: 100% !important;
  }
  #boot .hero-container .hero-text .hero-text-inner.align-horizontal-mobile-left {
    text-align: left !important;
  }
  #boot .hero-container .hero-text .hero-text-inner.align-horizontal-mobile-center {
    text-align: center !important;
  }
  #boot .hero-container .hero-text .hero-text-inner.align-horizontal-mobile-right {
    text-align: right !important;
  }
  #boot .hero-container .hero-text .hero-text-inner .hero-subtitle {
    margin-top: 10px !important;
    font-family: 'gill-sans-nova', sans-serif !important;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 1px !important;
  }
  #boot .hero-container .hero-text .hero-text-inner .hero-subtitle .small-text {
    font-size: 16px !important;
    line-height: 17px !important;
  }
  #boot .hero-container .hero-text .hero-text-inner .hero-subtitle .large-text {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  #boot .hero-container .hero-text .hero-text-inner .hero-category {
    display: inline-block;
    margin-bottom: 10px;
    font: 300 16px 'gill-sans-nova', sans-serif;
    color: #ffffff;
  }
  #boot .hero-container .hero-text .hero-text-inner .hero-category:hover {
    opacity: 0.9;
  }
  #boot .hero-container .hero-text .hero-text-inner.shadow-solid .hero-title {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
  }
  #boot .hero-container .hero-text .hero-text-inner.shadow-solid .hero-subtitle {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
  }
  #boot .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-title {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6) !important;
  }
  #boot .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-subtitle,
  #boot .hero-container .hero-text .hero-text-inner.shadow-blurred .hero-category {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
  }
  #boot .hero-container .hero-text .hero-text-inner.stroke .hero-title {
    -webkit-text-stroke-width: 1px !important;
  }
  #boot .hero-container .hero-text .hero-text-inner .buttons {
    margin: 8px 0 0 0 !important;
  }
  #boot .hero-container .hero-text .hero-text-inner .buttons .btn-separator {
    height: 0;
    line-height: 0;
  }
  #boot .hero-container .hero-text .hero-text-inner .buttons .btn-large-hero {
    font-size: 18px !important;
  }
  #boot .hero-container .hero-text .hero-text-inner .buttons .btn-large-hero.btn-ghost-burgundy {
    padding: 8px 10px !important;
  }
}
#boot .parsys_column .c-hero .hero-container .hero-text-inner,
#boot .grid-container-parsys .c-hero .hero-text-inner,
#boot .carousel-parsys .c-hero .hero-text-inner {
  width: auto !important;
  max-width: 940px;
  padding: 10px 15px;
}
#boot .parsys_column .c-hero .hero-container .hero-text-inner.grid-1200,
#boot .grid-container-parsys .c-hero .hero-text-inner.grid-1200,
#boot .carousel-parsys .c-hero .hero-text-inner.grid-1200 {
  max-width: 1200px;
}
#boot .parsys_column .c-hero .hero-container .hero-text-inner.grid-none,
#boot .grid-container-parsys .c-hero .hero-text-inner.grid-none,
#boot .carousel-parsys .c-hero .hero-text-inner.grid-none {
  max-width: 95%;
}
@media (max-width: 575px) {
  #boot .hero-container .hero-text-inner .text-area {
    width: 100% !important;
  }
}

#boot .c-hero .hero-title.text-color-FFFFFF,
#boot .c-hero .hero-subtitle.text-color-FFFFFF,
#boot .c-hero .hero-category.text-color-FFFFFF,
#boot .c-hero .photo-credit.text-color-FFFFFF {
  color: #ffffff;
}
#boot .c-hero .hero-title.text-color-FFFFFF a,
#boot .c-hero .hero-subtitle.text-color-FFFFFF a,
#boot .c-hero .hero-category.text-color-FFFFFF a,
#boot .c-hero .photo-credit.text-color-FFFFFF a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#boot .c-hero .hero-title.text-color-FFFFFF a:hover,
#boot .c-hero .hero-subtitle.text-color-FFFFFF a:hover,
#boot .c-hero .hero-category.text-color-FFFFFF a:hover,
#boot .c-hero .photo-credit.text-color-FFFFFF a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-000000,
#boot .c-hero .hero-subtitle.text-color-000000,
#boot .c-hero .hero-category.text-color-000000,
#boot .c-hero .photo-credit.text-color-000000 {
  color: #000000;
}
#boot .c-hero .hero-title.text-color-000000 a,
#boot .c-hero .hero-subtitle.text-color-000000 a,
#boot .c-hero .hero-category.text-color-000000 a,
#boot .c-hero .photo-credit.text-color-000000 a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
#boot .c-hero .hero-title.text-color-000000 a:hover,
#boot .c-hero .hero-subtitle.text-color-000000 a:hover,
#boot .c-hero .hero-category.text-color-000000 a:hover,
#boot .c-hero .photo-credit.text-color-000000 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-912338,
#boot .c-hero .hero-subtitle.text-color-912338,
#boot .c-hero .hero-category.text-color-912338,
#boot .c-hero .photo-credit.text-color-912338 {
  color: #912338;
}
#boot .c-hero .hero-title.text-color-912338 a,
#boot .c-hero .hero-subtitle.text-color-912338 a,
#boot .c-hero .hero-category.text-color-912338 a,
#boot .c-hero .photo-credit.text-color-912338 a {
  color: #912338;
  border-bottom: 1px solid #912338;
}
#boot .c-hero .hero-title.text-color-912338 a:hover,
#boot .c-hero .hero-subtitle.text-color-912338 a:hover,
#boot .c-hero .hero-category.text-color-912338 a:hover,
#boot .c-hero .photo-credit.text-color-912338 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-F0F0F0,
#boot .c-hero .hero-subtitle.text-color-F0F0F0,
#boot .c-hero .hero-category.text-color-F0F0F0,
#boot .c-hero .photo-credit.text-color-F0F0F0 {
  color: #F0F0F0;
}
#boot .c-hero .hero-title.text-color-F0F0F0 a,
#boot .c-hero .hero-subtitle.text-color-F0F0F0 a,
#boot .c-hero .hero-category.text-color-F0F0F0 a,
#boot .c-hero .photo-credit.text-color-F0F0F0 a {
  color: #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
#boot .c-hero .hero-title.text-color-F0F0F0 a:hover,
#boot .c-hero .hero-subtitle.text-color-F0F0F0 a:hover,
#boot .c-hero .hero-category.text-color-F0F0F0 a:hover,
#boot .c-hero .photo-credit.text-color-F0F0F0 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-C8C8C8,
#boot .c-hero .hero-subtitle.text-color-C8C8C8,
#boot .c-hero .hero-category.text-color-C8C8C8,
#boot .c-hero .photo-credit.text-color-C8C8C8 {
  color: #c8c8c8;
}
#boot .c-hero .hero-title.text-color-C8C8C8 a,
#boot .c-hero .hero-subtitle.text-color-C8C8C8 a,
#boot .c-hero .hero-category.text-color-C8C8C8 a,
#boot .c-hero .photo-credit.text-color-C8C8C8 a {
  color: #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
#boot .c-hero .hero-title.text-color-C8C8C8 a:hover,
#boot .c-hero .hero-subtitle.text-color-C8C8C8 a:hover,
#boot .c-hero .hero-category.text-color-C8C8C8 a:hover,
#boot .c-hero .photo-credit.text-color-C8C8C8 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-6E6E6E,
#boot .c-hero .hero-subtitle.text-color-6E6E6E,
#boot .c-hero .hero-category.text-color-6E6E6E,
#boot .c-hero .photo-credit.text-color-6E6E6E {
  color: #6e6e6e;
}
#boot .c-hero .hero-title.text-color-6E6E6E a,
#boot .c-hero .hero-subtitle.text-color-6E6E6E a,
#boot .c-hero .hero-category.text-color-6E6E6E a,
#boot .c-hero .photo-credit.text-color-6E6E6E a {
  color: #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}
#boot .c-hero .hero-title.text-color-6E6E6E a:hover,
#boot .c-hero .hero-subtitle.text-color-6E6E6E a:hover,
#boot .c-hero .hero-category.text-color-6E6E6E a:hover,
#boot .c-hero .photo-credit.text-color-6E6E6E a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-2C2C2C,
#boot .c-hero .hero-subtitle.text-color-2C2C2C,
#boot .c-hero .hero-category.text-color-2C2C2C,
#boot .c-hero .photo-credit.text-color-2C2C2C {
  color: #2c2c2c;
}
#boot .c-hero .hero-title.text-color-2C2C2C a,
#boot .c-hero .hero-subtitle.text-color-2C2C2C a,
#boot .c-hero .hero-category.text-color-2C2C2C a,
#boot .c-hero .photo-credit.text-color-2C2C2C a {
  color: #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}
#boot .c-hero .hero-title.text-color-2C2C2C a:hover,
#boot .c-hero .hero-subtitle.text-color-2C2C2C a:hover,
#boot .c-hero .hero-category.text-color-2C2C2C a:hover,
#boot .c-hero .photo-credit.text-color-2C2C2C a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-DA3A16,
#boot .c-hero .hero-subtitle.text-color-DA3A16,
#boot .c-hero .hero-category.text-color-DA3A16,
#boot .c-hero .photo-credit.text-color-DA3A16 {
  color: #da3a16;
}
#boot .c-hero .hero-title.text-color-DA3A16 a,
#boot .c-hero .hero-subtitle.text-color-DA3A16 a,
#boot .c-hero .hero-category.text-color-DA3A16 a,
#boot .c-hero .photo-credit.text-color-DA3A16 a {
  color: #da3a16;
  border-bottom: 1px solid #da3a16;
}
#boot .c-hero .hero-title.text-color-DA3A16 a:hover,
#boot .c-hero .hero-subtitle.text-color-DA3A16 a:hover,
#boot .c-hero .hero-category.text-color-DA3A16 a:hover,
#boot .c-hero .photo-credit.text-color-DA3A16 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-573996,
#boot .c-hero .hero-subtitle.text-color-573996,
#boot .c-hero .hero-category.text-color-573996,
#boot .c-hero .photo-credit.text-color-573996 {
  color: #573996;
}
#boot .c-hero .hero-title.text-color-573996 a,
#boot .c-hero .hero-subtitle.text-color-573996 a,
#boot .c-hero .hero-category.text-color-573996 a,
#boot .c-hero .photo-credit.text-color-573996 a {
  color: #573996;
  border-bottom: 1px solid #573996;
}
#boot .c-hero .hero-title.text-color-573996 a:hover,
#boot .c-hero .hero-subtitle.text-color-573996 a:hover,
#boot .c-hero .hero-category.text-color-573996 a:hover,
#boot .c-hero .photo-credit.text-color-573996 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-057D78,
#boot .c-hero .hero-subtitle.text-color-057D78,
#boot .c-hero .hero-category.text-color-057D78,
#boot .c-hero .photo-credit.text-color-057D78 {
  color: #057d78;
}
#boot .c-hero .hero-title.text-color-057D78 a,
#boot .c-hero .hero-subtitle.text-color-057D78 a,
#boot .c-hero .hero-category.text-color-057D78 a,
#boot .c-hero .photo-credit.text-color-057D78 a {
  color: #057d78;
  border-bottom: 1px solid #057d78;
}
#boot .c-hero .hero-title.text-color-057D78 a:hover,
#boot .c-hero .hero-subtitle.text-color-057D78 a:hover,
#boot .c-hero .hero-category.text-color-057D78 a:hover,
#boot .c-hero .photo-credit.text-color-057D78 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-DB0272,
#boot .c-hero .hero-subtitle.text-color-DB0272,
#boot .c-hero .hero-category.text-color-DB0272,
#boot .c-hero .photo-credit.text-color-DB0272 {
  color: #db0272;
}
#boot .c-hero .hero-title.text-color-DB0272 a,
#boot .c-hero .hero-subtitle.text-color-DB0272 a,
#boot .c-hero .hero-category.text-color-DB0272 a,
#boot .c-hero .photo-credit.text-color-DB0272 a {
  color: #db0272;
  border-bottom: 1px solid #db0272;
}
#boot .c-hero .hero-title.text-color-DB0272 a:hover,
#boot .c-hero .hero-subtitle.text-color-DB0272 a:hover,
#boot .c-hero .hero-category.text-color-DB0272 a:hover,
#boot .c-hero .photo-credit.text-color-DB0272 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-508212,
#boot .c-hero .hero-subtitle.text-color-508212,
#boot .c-hero .hero-category.text-color-508212,
#boot .c-hero .photo-credit.text-color-508212 {
  color: #508212;
}
#boot .c-hero .hero-title.text-color-508212 a,
#boot .c-hero .hero-subtitle.text-color-508212 a,
#boot .c-hero .hero-category.text-color-508212 a,
#boot .c-hero .photo-credit.text-color-508212 a {
  color: #508212;
  border-bottom: 1px solid #508212;
}
#boot .c-hero .hero-title.text-color-508212 a:hover,
#boot .c-hero .hero-subtitle.text-color-508212 a:hover,
#boot .c-hero .hero-category.text-color-508212 a:hover,
#boot .c-hero .photo-credit.text-color-508212 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-00ADEF,
#boot .c-hero .hero-subtitle.text-color-00ADEF,
#boot .c-hero .hero-category.text-color-00ADEF,
#boot .c-hero .photo-credit.text-color-00ADEF {
  color: #00adef;
}
#boot .c-hero .hero-title.text-color-00ADEF a,
#boot .c-hero .hero-subtitle.text-color-00ADEF a,
#boot .c-hero .hero-category.text-color-00ADEF a,
#boot .c-hero .photo-credit.text-color-00ADEF a {
  color: #00adef;
  border-bottom: 1px solid #00adef;
}
#boot .c-hero .hero-title.text-color-00ADEF a:hover,
#boot .c-hero .hero-subtitle.text-color-00ADEF a:hover,
#boot .c-hero .hero-category.text-color-00ADEF a:hover,
#boot .c-hero .photo-credit.text-color-00ADEF a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-0072A8,
#boot .c-hero .hero-subtitle.text-color-0072A8,
#boot .c-hero .hero-category.text-color-0072A8,
#boot .c-hero .photo-credit.text-color-0072A8 {
  color: #0072a8;
}
#boot .c-hero .hero-title.text-color-0072A8 a,
#boot .c-hero .hero-subtitle.text-color-0072A8 a,
#boot .c-hero .hero-category.text-color-0072A8 a,
#boot .c-hero .photo-credit.text-color-0072A8 a {
  color: #0072a8;
  border-bottom: 1px solid #0072a8;
}
#boot .c-hero .hero-title.text-color-0072A8 a:hover,
#boot .c-hero .hero-subtitle.text-color-0072A8 a:hover,
#boot .c-hero .hero-category.text-color-0072A8 a:hover,
#boot .c-hero .photo-credit.text-color-0072A8 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-004085,
#boot .c-hero .hero-subtitle.text-color-004085,
#boot .c-hero .hero-category.text-color-004085,
#boot .c-hero .photo-credit.text-color-004085 {
  color: #004085;
}
#boot .c-hero .hero-title.text-color-004085 a,
#boot .c-hero .hero-subtitle.text-color-004085 a,
#boot .c-hero .hero-category.text-color-004085 a,
#boot .c-hero .photo-credit.text-color-004085 a {
  color: #004085;
  border-bottom: 1px solid #004085;
}
#boot .c-hero .hero-title.text-color-004085 a:hover,
#boot .c-hero .hero-subtitle.text-color-004085 a:hover,
#boot .c-hero .hero-category.text-color-004085 a:hover,
#boot .c-hero .photo-credit.text-color-004085 a:hover {
  opacity: 0.8;
}
#boot .c-hero .hero-title.text-color-E5A712,
#boot .c-hero .hero-subtitle.text-color-E5A712,
#boot .c-hero .hero-category.text-color-E5A712,
#boot .c-hero .photo-credit.text-color-E5A712 {
  color: #e5a712;
}
#boot .c-hero .hero-title.text-color-E5A712 a,
#boot .c-hero .hero-subtitle.text-color-E5A712 a,
#boot .c-hero .hero-category.text-color-E5A712 a,
#boot .c-hero .photo-credit.text-color-E5A712 a {
  color: #e5a712;
  border-bottom: 1px solid #e5a712;
}
#boot .c-hero .hero-title.text-color-E5A712 a:hover,
#boot .c-hero .hero-subtitle.text-color-E5A712 a:hover,
#boot .c-hero .hero-category.text-color-E5A712 a:hover,
#boot .c-hero .photo-credit.text-color-E5A712 a:hover {
  opacity: 0.8;
}
#boot .c-hero .buttons .btn.text-color-FFFFFF {
  color: #ffffff;
  border-color: #ffffff;
}
#boot .c-hero .buttons .btn.text-color-000000 {
  color: #000000;
  border-color: #000000;
}
#boot .c-hero .buttons .btn.text-color-000000:hover,
#boot .c-hero .buttons .btn.text-color-000000:focus {
  background-color: #000000;
  color: #ffffff !important;
}
#boot .c-hero .buttons .btn.text-color-912338 {
  color: #912338;
  border-color: #912338;
}
#boot .c-hero .buttons .btn.text-color-F0F0F0 {
  color: #F0F0F0;
  border-color: #F0F0F0;
}
#boot .c-hero .buttons .btn.text-color-C8C8C8 {
  color: #c8c8c8;
  border-color: #c8c8c8;
}
#boot .c-hero .buttons .btn.text-color-6E6E6E {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
#boot .c-hero .buttons .btn.text-color-2C2C2C {
  color: #2c2c2c;
  border-color: #2c2c2c;
}
#boot .c-hero .buttons .btn.text-color-DA3A16 {
  color: #da3a16;
  border-color: #da3a16;
}
#boot .c-hero .buttons .btn.text-color-573996 {
  color: #573996;
  border-color: #573996;
}
#boot .c-hero .buttons .btn.text-color-057D78 {
  color: #057d78;
  border-color: #057d78;
}
#boot .c-hero .buttons .btn.text-color-DB0272 {
  color: #db0272;
  border-color: #db0272;
}
#boot .c-hero .buttons .btn.text-color-8CC63E {
  color: #8cc63e;
  border-color: #8cc63e;
}
#boot .c-hero .buttons .btn.text-color-00ADEF {
  color: #00adef;
  border-color: #00adef;
}
#boot .c-hero .buttons .btn.text-color-0072A8 {
  color: #0072a8;
  border-color: #0072a8;
}
#boot .c-hero .buttons .btn.text-color-004085 {
  color: #004085;
  border-color: #004085;
}
#boot .c-hero .buttons .btn.text-color-E5A712 {
  color: #e5a712;
  border-color: #e5a712;
}
@media (min-width: 768px) {
  #boot .c-hero .hero-category.text-color-FFFFFF::after {
    background-color: #ffffff;
  }
  #boot .c-hero .hero-category.text-color-000000::after {
    background-color: #000000;
  }
  #boot .c-hero .hero-category.text-color-912338::after {
    background-color: #912338;
  }
  #boot .c-hero .hero-category.text-color-F0F0F0::after {
    background-color: #F0F0F0;
  }
  #boot .c-hero .hero-category.text-color-C8C8C8::after {
    background-color: #c8c8c8;
  }
  #boot .c-hero .hero-category.text-color-6E6E6E::after {
    background-color: #6e6e6e;
  }
  #boot .c-hero .hero-category.text-color-2C2C2C::after {
    background-color: #2c2c2c;
  }
  #boot .c-hero .hero-category.text-color-DA3A16::after {
    background-color: #da3a16;
  }
  #boot .c-hero .hero-category.text-color-573996::after {
    background-color: #573996;
  }
  #boot .c-hero .hero-category.text-color-057D78::after {
    background-color: #057d78;
  }
  #boot .c-hero .hero-category.text-color-DB0272::after {
    background-color: #db0272;
  }
  #boot .c-hero .hero-category.text-color-8CC63E::after {
    background-color: #8cc63e;
  }
  #boot .c-hero .hero-category.text-color-00ADEF::after {
    background-color: #00adef;
  }
  #boot .c-hero .hero-category.text-color-0072A8::after {
    background-color: #0072a8;
  }
  #boot .c-hero .hero-category.text-color-004085::after {
    background-color: #004085;
  }
  #boot .c-hero .hero-category.text-color-E5A712::after {
    background-color: #e5a712;
  }
}

#boot .hero .hero-title,
#boot .c-hero .hero-title {
  margin: 0;
  padding: 0;
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 86px;
  color: #ffffff;
}
#boot .hero .hero-title a:hover,
#boot .c-hero .hero-title a:hover {
  text-decoration: none;
}
#boot .hero .hero-title.bold-xxlarge,
#boot .c-hero .hero-title.bold-xxlarge,
#boot .hero .hero-title.bold-xlarge,
#boot .c-hero .hero-title.bold-xlarge,
#boot .hero .hero-title.bold-large,
#boot .c-hero .hero-title.bold-large,
#boot .hero .hero-title.bold-small,
#boot .c-hero .hero-title.bold-small,
#boot .hero .hero-title.bold-xsmall,
#boot .c-hero .hero-title.bold-xsmall {
  font-family: 'gill-sans-nova-condensed', sans-serif;
  font-weight: 800;
}
#boot .hero .hero-title.bold-reg-xxlarge,
#boot .c-hero .hero-title.bold-reg-xxlarge,
#boot .hero .hero-title.bold-reg-xlarge,
#boot .c-hero .hero-title.bold-reg-xlarge,
#boot .hero .hero-title.bold-reg-large,
#boot .c-hero .hero-title.bold-reg-large,
#boot .hero .hero-title.bold-reg-small,
#boot .c-hero .hero-title.bold-reg-small,
#boot .hero .hero-title.bold-reg-xsmall,
#boot .c-hero .hero-title.bold-reg-xsmall {
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 700;
}
#boot .hero .hero-title.medium-xxlarge,
#boot .c-hero .hero-title.medium-xxlarge,
#boot .hero .hero-title.medium-xlarge,
#boot .c-hero .hero-title.medium-xlarge,
#boot .hero .hero-title.medium-large,
#boot .c-hero .hero-title.medium-large,
#boot .hero .hero-title.medium-small,
#boot .c-hero .hero-title.medium-small,
#boot .hero .hero-title.medium-xsmall,
#boot .c-hero .hero-title.medium-xsmall {
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #boot .hero .hero-title,
  #boot .c-hero .hero-title {
    font-size: 72px;
    line-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #boot .hero .hero-title,
  #boot .c-hero .hero-title {
    font-size: 56px !important;
    line-height: 64px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #boot .hero .hero-title,
  #boot .c-hero .hero-title {
    font-size: 40px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 575px) {
  #boot .hero .hero-title,
  #boot .c-hero .hero-title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}
#boot .hero .hero-title.bold-xxlarge,
#boot .c-hero .hero-title.bold-xxlarge,
#boot .hero .hero-title.bold-reg-xxlarge,
#boot .c-hero .hero-title.bold-reg-xxlarge,
#boot .hero .hero-title.medium-xxlarge,
#boot .c-hero .hero-title.medium-xxlarge {
  font-size: 160px;
  line-height: 160px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #boot .hero .hero-title.bold-xxlarge,
  #boot .c-hero .hero-title.bold-xxlarge,
  #boot .hero .hero-title.bold-reg-xxlarge,
  #boot .c-hero .hero-title.bold-reg-xxlarge,
  #boot .hero .hero-title.medium-xxlarge,
  #boot .c-hero .hero-title.medium-xxlarge {
    font-size: 144px;
    line-height: 122px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #boot .hero .hero-title.bold-xxlarge,
  #boot .c-hero .hero-title.bold-xxlarge,
  #boot .hero .hero-title.bold-reg-xxlarge,
  #boot .c-hero .hero-title.bold-reg-xxlarge,
  #boot .hero .hero-title.medium-xxlarge,
  #boot .c-hero .hero-title.medium-xxlarge {
    font-size: 112px !important;
    line-height: 110px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #boot .hero .hero-title.bold-xxlarge,
  #boot .c-hero .hero-title.bold-xxlarge,
  #boot .hero .hero-title.bold-reg-xxlarge,
  #boot .c-hero .hero-title.bold-reg-xxlarge,
  #boot .hero .hero-title.medium-xxlarge,
  #boot .c-hero .hero-title.medium-xxlarge {
    font-size: 80px !important;
    line-height: 90px !important;
  }
}
@media (max-width: 575px) {
  #boot .hero .hero-title.bold-xxlarge,
  #boot .c-hero .hero-title.bold-xxlarge,
  #boot .hero .hero-title.bold-reg-xxlarge,
  #boot .c-hero .hero-title.bold-reg-xxlarge,
  #boot .hero .hero-title.medium-xxlarge,
  #boot .c-hero .hero-title.medium-xxlarge {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
#boot .hero .hero-title.bold-reg-xlarge,
#boot .c-hero .hero-title.bold-reg-xlarge,
#boot .hero .hero-title.medium-xlarge,
#boot .c-hero .hero-title.medium-xlarge,
#boot .hero .hero-title.bold-xlarge,
#boot .c-hero .hero-title.bold-xlarge {
  font-size: 100px;
  line-height: 106px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #boot .hero .hero-title.bold-reg-xlarge,
  #boot .c-hero .hero-title.bold-reg-xlarge,
  #boot .hero .hero-title.medium-xlarge,
  #boot .c-hero .hero-title.medium-xlarge,
  #boot .hero .hero-title.bold-xlarge,
  #boot .c-hero .hero-title.bold-xlarge {
    font-size: 90px;
    line-height: 96px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #boot .hero .hero-title.bold-reg-xlarge,
  #boot .c-hero .hero-title.bold-reg-xlarge,
  #boot .hero .hero-title.medium-xlarge,
  #boot .c-hero .hero-title.medium-xlarge,
  #boot .hero .hero-title.bold-xlarge,
  #boot .c-hero .hero-title.bold-xlarge {
    font-size: 70px !important;
    line-height: 70px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #boot .hero .hero-title.bold-reg-xlarge,
  #boot .c-hero .hero-title.bold-reg-xlarge,
  #boot .hero .hero-title.medium-xlarge,
  #boot .c-hero .hero-title.medium-xlarge,
  #boot .hero .hero-title.bold-xlarge,
  #boot .c-hero .hero-title.bold-xlarge {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 575px) {
  #boot .hero .hero-title.bold-reg-xlarge,
  #boot .c-hero .hero-title.bold-reg-xlarge,
  #boot .hero .hero-title.medium-xlarge,
  #boot .c-hero .hero-title.medium-xlarge,
  #boot .hero .hero-title.bold-xlarge,
  #boot .c-hero .hero-title.bold-xlarge {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}
#boot .hero .hero-title.bold-reg-small,
#boot .c-hero .hero-title.bold-reg-small,
#boot .hero .hero-title.medium-small,
#boot .c-hero .hero-title.medium-small,
#boot .hero .hero-title.bold-small,
#boot .c-hero .hero-title.bold-small {
  font-size: 40px;
  line-height: 46px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #boot .hero .hero-title.bold-reg-small,
  #boot .c-hero .hero-title.bold-reg-small,
  #boot .hero .hero-title.medium-small,
  #boot .c-hero .hero-title.medium-small,
  #boot .hero .hero-title.bold-small,
  #boot .c-hero .hero-title.bold-small {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #boot .hero .hero-title.bold-reg-small,
  #boot .c-hero .hero-title.bold-reg-small,
  #boot .hero .hero-title.medium-small,
  #boot .c-hero .hero-title.medium-small,
  #boot .hero .hero-title.bold-small,
  #boot .c-hero .hero-title.bold-small {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #boot .hero .hero-title.bold-reg-small,
  #boot .c-hero .hero-title.bold-reg-small,
  #boot .hero .hero-title.medium-small,
  #boot .c-hero .hero-title.medium-small,
  #boot .hero .hero-title.bold-small,
  #boot .c-hero .hero-title.bold-small {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 575px) {
  #boot .hero .hero-title.bold-reg-small,
  #boot .c-hero .hero-title.bold-reg-small,
  #boot .hero .hero-title.medium-small,
  #boot .c-hero .hero-title.medium-small,
  #boot .hero .hero-title.bold-small,
  #boot .c-hero .hero-title.bold-small {
    font-size: 26px !important;
    line-height: 28px !important;
    margin-bottom: 6px !important;
  }
}
#boot .hero .hero-title.bold-reg-xsmall,
#boot .c-hero .hero-title.bold-reg-xsmall,
#boot .hero .hero-title.medium-xsmall,
#boot .c-hero .hero-title.medium-xsmall,
#boot .hero .hero-title.bold-xsmall,
#boot .c-hero .hero-title.bold-xsmall {
  font-size: 32px;
  line-height: 36px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #boot .hero .hero-title.bold-reg-xsmall,
  #boot .c-hero .hero-title.bold-reg-xsmall,
  #boot .hero .hero-title.medium-xsmall,
  #boot .c-hero .hero-title.medium-xsmall,
  #boot .hero .hero-title.bold-xsmall,
  #boot .c-hero .hero-title.bold-xsmall {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #boot .hero .hero-title.bold-reg-xsmall,
  #boot .c-hero .hero-title.bold-reg-xsmall,
  #boot .hero .hero-title.medium-xsmall,
  #boot .c-hero .hero-title.medium-xsmall,
  #boot .hero .hero-title.bold-xsmall,
  #boot .c-hero .hero-title.bold-xsmall {
    font-size: 30px !important;
    line-height: 36px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #boot .hero .hero-title.bold-reg-xsmall,
  #boot .c-hero .hero-title.bold-reg-xsmall,
  #boot .hero .hero-title.medium-xsmall,
  #boot .c-hero .hero-title.medium-xsmall,
  #boot .hero .hero-title.bold-xsmall,
  #boot .c-hero .hero-title.bold-xsmall {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 575px) {
  #boot .hero .hero-title.bold-reg-xsmall,
  #boot .c-hero .hero-title.bold-reg-xsmall,
  #boot .hero .hero-title.medium-xsmall,
  #boot .c-hero .hero-title.medium-xsmall,
  #boot .hero .hero-title.bold-xsmall,
  #boot .c-hero .hero-title.bold-xsmall {
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 6px !important;
  }
}
#boot .hero .hero-subtitle,
#boot .c-hero .hero-subtitle {
  margin: 25px 0 0 0;
  font: 300 24px/32px 'gill-sans-nova', sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
}
@media (max-width: 575px) {
  #boot .hero .hero-subtitle,
  #boot .c-hero .hero-subtitle {
    margin-bottom: 15px !important;
  }
}
#boot .hero .hero-subtitle.margin-xxlarge,
#boot .c-hero .hero-subtitle.margin-xxlarge {
  margin-top: 45px;
}
#boot .hero .hero-subtitle p,
#boot .c-hero .hero-subtitle p {
  margin: 0;
}
#boot .hero .hero-subtitle a,
#boot .c-hero .hero-subtitle a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#boot .hero .hero-subtitle a:hover,
#boot .c-hero .hero-subtitle a:hover {
  color: #ededed;
  border-bottom: 1px solid #ededed;
}
#boot .hero .hero-subtitle.text-color-000000 a:hover,
#boot .c-hero .hero-subtitle.text-color-000000 a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}
#boot .hero .hero-subtitle b,
#boot .c-hero .hero-subtitle b {
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
}
#boot .hero .hero-subtitle .small-text,
#boot .c-hero .hero-subtitle .small-text {
  font: 300 21px/27px 'gill-sans-nova', sans-serif;
}
#boot .hero .hero-subtitle :not(b) .small-text,
#boot .c-hero .hero-subtitle :not(b) .small-text {
  font: 400 21px/27px 'gill-sans-nova', sans-serif;
}
#boot .hero .hero-subtitle .large-text,
#boot .c-hero .hero-subtitle .large-text {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 46px;
}
#boot .hero .hero-subtitle .hashtags,
#boot .c-hero .hero-subtitle .hashtags {
  display: inline-block;
  margin-top: 10px;
  color: #c8c8c8;
}
#boot .hero .hero-subtitle:not(.text-color-FFFFFF),
#boot .c-hero .hero-subtitle:not(.text-color-FFFFFF) {
  font-family: 'gill-sans-nova', sans-serif;
  font-weight: 500;
}
#boot .hero .hero-category:not(.text-color-FFFFFF),
#boot .c-hero .hero-category:not(.text-color-FFFFFF) {
  font-family: 'gill-sans-nova', sans-serif;
}
#boot .hero .hero-category:hover,
#boot .c-hero .hero-category:hover {
  text-decoration: none;
}

