@charset "utf-8";
/* CSS Document */
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.5em;
  color: #242424;
  background-color: #fff;
  /* font-weight: 300; */
}
/*
ol, ul {
  padding-left: 1em;
}
*/
p, ol, ul {
  margin-bottom: 1.5em;
}
li, li > p {
  margin-bottom: 1em;
}
li > ul, li > ol {
  margin-top: 1em;
}
/*
:last-child {
  margin-bottom: 0;
}
*/
.media-body > p {
  margin-bottom: 0;
}
/* Character Styles */
/* Page Headline */
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans', sans-serif;
  color: #22599C;
}
h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

h1, .o-text-pageheadline {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
  line-height: normal;
}
h1 + *, .o-text-pageheadline + * {
  margin-top: 10px;
}
/* Headline */
h2, .o-text-headline {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: normal;
}
h2, .o-text-headline {
  color: #242424;
}
/* Sub Headline */
h3, .o-text-subheadline, .panel-title {
  color: #242424;
  font-size: 1.8rem;
  font-weight: 400;
}
h3:not(:first-child) {
  margin-top: 2em;
}
/* Image Headline */
h4, .o-text-imageheadline {
  font-size: 2rem;
  font-weight: 700;
}
/* Image Tagline */
h5, .o-text-imagetagline {
  font-size: 1.8rem;
  font-weight: 400;
}
.o-text-small {
  font-size: 1.2rem;
}
/* Navigation */
.nav li {
  margin-bottom: 0;
}
.dshsnav {
  background-color: #435363;
  min-height: 0;
}
.dshsnav .navbar-brand {
  height: auto;
  line-height: 1.5;
  margin-top: 0;
  font-weight: 400;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.dshsnav .navbar-brand > a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .dshsnav .navbar-brand {
    font-size: 1.4rem;
    padding: 1.1785em 15px 1.1785em 30px;
  }
  .dshsnav .navbar-toggle {
    border: 0;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 9px 15px;
  }
  .dshsnav .navbar-toggle:focus, .dshsnav .navbar-toggle:hover {
    background-color: transparent;
  }
  .dshsnav .navbar-toggle[aria-expanded="true"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.dshsnav .navSocial > a, .dshsnav .navLink > a {
  line-height: 1.5;
  padding: 0.5em 10px;
}
.dshsnav .navSocial:last-child > a, .dshsnav .navLink:last-child > a {
  padding-right: 0;
}
/* Display */
@media only screen {
  @supports (display: flex) {
    body {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    main {
      flex-grow: 1;
      overflow: hidden;
      outline: 0;
    }
  }
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 143px;
  }
  header, .navbar-static-top {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  header {
    top: 0;
  }
  .navbar-static-top {
    top: 30px;
  }
  .jump-link:target {
    display: block;
    position: relative;
    top: -143px;
    visibility: hidden;
  }
}
.region {
  padding-top: 70px;
  padding-bottom: 70px;
}
.region-intro {
  border-bottom: solid 5px #EAEAEA;
  padding-top: 70px;
  padding-bottom: 50px;
}
.jumbotron {
  background-color: #005cb9;
  color: #00000;
  margin-bottom: 0 !important;
}
.disasterBtn .btn-default {
  color: #003087;
  font-weight: bold;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 1rem;
}
@media only screen and (max-width: 767px) {
  /*
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
*/
  .region {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .region-intro {
    border-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .region-intro + .region {
    padding-top: 0;
  }
}
.media-left, .media > .pull-left {
  padding-right: 20px;
}
/* Panel */
.panel {
  background-color: #eee;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.panel-group .panel {
  background-color: #fff;
  border: 0;
  /* border: solid 1px #22599C; */
  /* box-shadow: 0 0 0 1px #22599C; */
  outline: solid 1px #22599C;
}
.panel > .panel-heading {
  border: 0;
  border-radius: 0;
  padding: 20px 30px;
}
.panel-default > .panel-heading {
  background-color: #22599C;
  color: #fff;
}
.panel-default > .panel-heading .panel-title {
  color: inherit;
}
.panel-group .panel-default > .panel-heading {
  color: #242424;
  background-color: transparent;
  padding: 0;
}
.panel-group .panel-default > .panel-heading a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  fill: #22599C;
  padding: 15px 40px 15px 20px;
  position: relative;
}
.panel-group .panel-default > .panel-heading a > svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 20px;
}
.panel-group .panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #22599C;
  color: #fff;
  fill: #fff;
}
.panel-group .panel-default > .panel-heading a[aria-expanded="true"] > svg {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.panel-body {
  padding: 30px;
}
.panel-group .panel-body {
  padding: 20px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 30px;
}
.navbar.sitenav {
  background-color: #eee;
  padding: 18px 0;
}
/* Texas Ready logo */
.navbar-logo {
  display: block;
  color: #003087;
  font-size: 3.4rem;
  line-height: 0.85;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 10.5px 0;
}
.navbar-logo:focus, .navbar-logo:hover {
  color: #003087;
  text-decoration: none;
}
/* Language toggle */
.navbar-lang {
  float: right;
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .navbar-header {
    text-align: center;
  }
  .navbar-logo {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .navbar-lang {
    position: absolute;
    left: 30px;
    margin-top: 22px;
    top: 0;
  }
  .sitenav .navbar-toggle {
    border: 0;
    border-radius: 0;
    margin-top: 21px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 3;
  }
  .sitenav .navbar-toggle:focus, .sitenav .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-toggle:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight;
  }
  @media (-webkit-min-device-pixel-ratio:0) {
    .navbar-toggle:focus {
      outline: 5px auto -webkit-focus-ring-color;
    }
  }
  .sitenav .navbar-toggle .icon-bar {
    background-color: #003087;
    width: 40px;
    height: 4px;
    border-radius: 4px;
  }
  .sitenav .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }
  .sitenav .navbar-toggle span.icon-bar {
    transition: all 0.15s;
  }
  .sitenav .navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .sitenav .navbar-toggle span:nth-child(3) {
    opacity: 0;
  }
  .sitenav .navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .sitenav .navbar-toggle.collapsed span:nth-child(2), .sitenav .navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
  }
  .sitenav .navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
  }
}
/* Primary menu */
@media only screen and (max-width: 767px) {
  .sitenav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .c-menu-primary {
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    background: #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: -18px;
    position: relative;
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px);
  }
  .c-menu-primary__nav {
    margin: 0;
    font-size: 1.3rem;
  }
  .c-menu-primary > .c-menu-primary__nav > li > a {
    color: #003087;
    font-weight: 700;
    padding: 10px 30px;
  }
  .c-menu-primary > .c-menu-primary__nav > li:not(:first-child) > a {
    border-top: solid 1px #fff;
  }
  .c-menu-primary > .c-menu-primary__nav > li > a:focus, .c-menu-primary > .c-menu-primary__nav > li > a:hover, .c-menu-primary > .c-menu-primary__nav > .open > a, .c-menu-primary > .c-menu-primary__nav > .open > a:focus, .c-menu-primary > .c-menu-primary__nav > .open > a:hover {
    color: #435363;
    background-color: #fff;
  }
  .c-menu-primary .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 100%;
  }
  .c-menu-primary .dropdown .dropdown-menu li a {
    color: #003087 !important;
    display: block;
    padding: 10px 50px 10px 40px;
  }
  .dropdown-menu-status {
    fill: #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dropdown-toggle[aria-expanded="true"] .dropdown-menu-status > path:first-child {
    fill: #435363;
    d: path("M8.1 8.2H13V4.8H0v3.3h4.8l3.3.1z");
  }
}
@media only screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .c-menu-primary {
    text-align: center;
    user-select: none;
  }
  .c-menu-primary > .c-menu-primary__nav {
    font-size: 1.3rem;
    position: relative;
    display: inline-table;
    float: none;
    vertical-align: top;
  }
  .c-menu-primary > .c-menu-primary__nav::before {
    display: block;
    content: "";
    height: 0;
    border-top: dotted 1px #003087;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 2em;
  }
  .c-menu-primary > .c-menu-primary__nav > li {
    padding-left: 15px;
    padding-right: 15px;
    display: table-cell;
    float: none;
    vertical-align: top;
    position: relative;
    z-index: 1;
  }
  .c-menu-primary > .c-menu-primary__nav > li::before {
    content: "";
    position: absolute;
    top: -1em;
    bottom: -1em;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: -1;
  }
  .c-menu-primary > .c-menu-primary__nav > li > a {
    color: #003087;
    font-weight: 700;
    padding: 0.5em;
    line-height: 1;
  }
  .c-menu-primary > .c-menu-primary__nav > li > a:focus, .c-menu-primary > .c-menu-primary__nav > li > a:hover, .c-menu-primary > .c-menu-primary__nav > li > a.active, .c-menu-primary > .c-menu-primary__nav > .open > a, .c-menu-primary > .c-menu-primary__nav > .open > a:focus, .c-menu-primary > .c-menu-primary__nav > .open > a:hover, .c-menu-primary > .c-menu-primary__nav > li:hover > a {
    color: #003087;
    background-color: #eee;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .c-menu-primary__nav__icon {
    display: block;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background-color: #003087;
    color: #fff;
    fill: currentColor;
    margin: 0 auto 0.5em;
    text-align: center;
    line-height: 3em;
    position: relative;
  }
  .c-menu-primary__nav__icon > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  /* Dropdown Menu */
  .c-menu-primary .dropdown-menu {
    background-color: #eaeaea;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.2rem;
    padding: 10px 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 1em);
    -ms-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
    min-width: 220px;
  }
  .c-menu-primary .dropdown-menu::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #eaeaea;
    border-width: 7px;
    margin-left: -7px;
  }
  .c-menu-primary .dropdown-menu > li:not(:first-child) {
    border-top: solid 1px #ccc;
  }
  .c-menu-primary .dropdown-menu > :first-child + li {
    border-top: 0;
  }
  .c-menu-primary .dropdown-menu > li > a {
    color: #003087;
    display: block;
    padding: 10px 20px;
    font-weight: 900;
    white-space: normal;
  }
  .c-menu-primary .dropdown-menu > li > a:focus, .c-menu-primary .dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #435363;
  }
  .c-menu-primary .dropdown-menu > li > ul {
    padding-bottom: 5px;
  }
  .c-menu-primary .dropdown-menu > li > ul > li > a {
    display: block;
    padding: 5px 20px 5px 25px;
    font-weight: 600;
  }
  .c-menu-primary .dropdown-menu > li > ul > li > ul > li > a {
    color: inherit;
    display: block;
    padding: 3px 20px 3px 30px;
  }
}
/* Menu: Language Toggle */
.c-menu-toggle {
  background-color: #ccc;
  border-radius: 6px;
  padding: 3px;
  user-select: none;
  position: relative;
  z-index: 4;
}
.c-menu-toggle:hover {
  background-color: #003087;
  color: #fff;
}
.c-menu-toggle > a, .c-menu-toggle > span {
  font-size: 1.3rem;
  line-height: 2em;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  height: 2em;
  min-width: 2em;
  text-align: center;
  vertical-align: top;
}
.c-menu-toggle > a:focus, .c-menu-toggle > a:hover {
  text-decoration: none;
}
.c-menu-toggle > a.active, .c-menu-toggle > span.active {
  border-radius: 4px;
  background-color: #fff;
  color: #003087;
}
.dshslogo {
  max-width: 259px;
}
@media only screen and (max-width: 767px) {
  .dshslogo {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 340px;
    padding: 15px 0;
  }
}
.footer .fa-3x {
  font-size: 2.6rem;
  line-height: 80px;
}
.footer__region {
  background-color: #435363;
}
.footer__region--alt {
  background-color: #242424;
}
@media only screen and (max-width: 767px) {
  .footer__region {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footerBrand {
  background-color: transparent;
  border-top: 0;
}
.footerLinks {
  background-color: transparent;
  font-size: 1.2rem;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.4;
}
.c-pagetop {
  margin-bottom: 30px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .c-pagetop {
    width: 100%;
  }
}
.c-pagetop__link {
  background-color: #003087;
  border-radius: 4px;
  fill: #fff;
  display: block;
  text-decoration: none;
  height: 30px;
  width: 30px;
  position: relative;
  margin-left: auto;
}
.c-pagetop__link:focus, .c-pagetop__link:hover {
  background-color: #003087;
  fill: #fff;
}
.c-pagetop__link > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.o-button {
  background-color: #fff;
  color: #22599C;
  border: solid 2px #22599C;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.8846em 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.o-button:focus, .o-button:hover, .o-button--active {
  background-color: #22599C;
  color: #fff;
}
.o-button--small {
  font-size: 1.3rem;
  padding: 0.5769em 1em;
}
.o-button--large {
  min-width: 200px;
}
@media only screen and (max-width: 767px) {
  .o-button {
    width: 100%;
    white-space: normal;
  }
}
/* List of links */
.list-links {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-links > li + li {
  margin-top: 20px;
}
.list-links > li:last-child {
  margin-bottom: 0;
}
/* List of buttons */
.list-buttons {
  margin-left: -15px;
  overflow: hidden;
}
.list-buttons > li {
  float: left;
  margin-bottom: 0;
  padding: 30px 15px 0 15px;
}
.list-buttons__half {
  width: 50%;
}
@supports (display: flex) {
  .list-buttons {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
  }
  .list-buttons__half {
    flex-basis: 50%;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .list-buttons {
    margin-left: 0;
  }
  .list-buttons > li {
    padding: 20px 0 0;
    width: 100%;
    flex-basis: 100%;
  }
}
/* Category card */
.c-card-category {
  background-color: #fff;
  border: solid 1px #AB2328;
  border-left-width: 8px;
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 20px 40px 20px 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  min-height: 100%;
}
.c-card-category::after {
  background: url(../images/icon_plus.svg) 0 0/13px 13px no-repeat;
  content: "";
  bottom: 10px;
  right: 10px;
  height: 13px;
  width: 13px;
  position: absolute;
}
.c-card-category:focus, .c-card-category:hover {
  color: inherit;
  text-decoration: none;
}
.c-card-category > :last-child {
  margin-bottom: 0;
}
/* Media card */
.c-card-media {
  display: table;
}
.c-card-media > * {
  display: table-cell;
}
.c-card-media__thumb {
  background-color: #22599C;
  color: #fff;
  height: 228px;
  width: 150px;
  padding: 30px;
  vertical-align: middle;
  text-align: center;
}
.c-card-media__thumb > img {
  height: auto;
  width: 100%;
}
.c-card-media__content {
  background-color: #FAFAFA;
  padding: 20px;
  width: 100%;
}
@media only screen and (max-width: 425px) {
  .c-card-media__thumb {
    height: auto;
    width: 8px;
    padding: 0;
  }
  .c-card-media__thumb > img {
    display: none;
  }
}
@supports (display: flex) {
  .c-card-media {
    display: flex;
    min-height: 260px;
    height: 100%;
  }
  .c-card-media__thumb {
    flex-shrink: 0;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  .c-card-media__content {
    display: flex;
    flex-direction: column;
  }
  .c-card-media__content > :last-child {
    margin-top: auto;
  }
}
.c-card-promo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  background-color: #22599C;
  color: #fff;
  text-decoration: none;
  min-height: 100%;
  position: relative;
}
.c-card-promo:focus, .c-card-promo:hover {
  color: #fff;
  text-decoration: none;
}
.c-card-promo::after {
  background: url(../images/icon_plus-white.svg) 0 0/13px 13px no-repeat;
  content: "";
  bottom: 10px;
  right: 10px;
  height: 13px;
  width: 13px;
  position: absolute;
}
.c-card-promo__content > * {
  color: inherit;
}
.c-card-promo__thumb {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-card-promo__thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.c-card-promo__content {
  padding: 30px;
}
/* YouTube video embed */
.c-video {
  background-color: #ccc;
  position: relative;
}
.c-video::after {
  background: url(../images/icon_play.svg) 0 0/33px 40px no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 33px;
  transition: opacity 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-video.js-video-playing::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .col-xs-12 > .c-video {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* Carousel */
.carouselwrapper {
  background: transparent;
}
.carousel {
  margin: 0;
  padding: 0;
}
.carousel-control {
  background: transparent !important;
  font-size: 3rem;
  text-shadow: none;
  border: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  right: 0;
}
.carousel-control:focus {
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 1;
}
.carousel-indicators {
  left: auto;
  right: 20px;
  margin: 0;
  bottom: 10px;
  width: auto;
}
.carousel-indicators li, .carousel-indicators .active {
  height: 3px;
  width: 30px;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  margin-left: 3px;
  vertical-align: middle;
}
.carousel-indicators .active {
  background-color: #003087;
}
.carousel-indicators .carousel-indicators__play {
  cursor: pointer;
  height: auto;
  width: auto;
  background-color: transparent;
  color: #fff;
  text-indent: 0;
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  .carousel-indicators {}
  .carousel-indicators li, .carousel-indicators .active {
    height: 5px;
    width: 50px;
  }
}
.c-carouselslide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.c-carouselslide, .c-carouselslide__nav {
  height: 485px;
}
html[lang="es"] .c-carouselslide, html[lang="es"] .c-carouselslide__nav {
  height: 600px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .c-carouselslide, .c-carouselslide__nav {
    height: 600px;
  }
}
.c-carouselslide__content {
  background: url(../images/c-carouselslide__content.svg) 100% 50%/cover no-repeat;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 30px 90px 30px 30px;
  right: 45px;
}
.c-carouselslide__link {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.c-carouselslide__excerpt {
  border-top: solid 1px #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.c-carouselslide__nav > li {
  border-bottom: solid 2px #eee;
  height: 33.333%;
  padding: 10px 10px 10px 30px;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .c-carouselslide__nav {
    border-top: solid 10px #eee;
    height: auto !important;
  }
  .c-carouselslide__nav > li {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-carouselslide {
    height: 365px !important;
  }
  .c-carouselslide__content {
    padding: 20px 60px 20px 30px;
  }
}
/* Helpers */
.color-inherit {
  color: inherit;
}
.color-primary {
  color: #22599C;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-0 {
  margin-top: 0;
}
.gutter-top {
  margin-top: 30px;
}
.gutter-top-medium {
  margin-top: 40px;
}
.gutter-top-large {
  margin-top: 60px;
}
.padding-bottom-medium {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
  .xs-margin-top {
    margin-top: 15px;
  }
  .xs-gutter-top {
    margin-top: 30px;
  }
  .xs-gutter-top-small {
    margin-top: 20px;
  }
  .xs-gutter-top-medium {
    margin-top: 40px;
  }
  .xs-padding-0 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-gutter-top {
    margin-top: 30px;
  }
  .sm-gutter-top-medium {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-gutter-top {
    margin-top: 30px;
  }
  .md-padding-left-0 {
    padding-left: 0;
  }
  .md-padding-right-0 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-gutter-top {
    margin-top: 30px;
  }
  .lg-padding-left-0 {
    padding-left: 0;
  }
  .lg-padding-right-0 {
    padding-right: 0;
  }
}
@supports (display: flex) {
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row-flex::before, .row-flex::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .xs-col-flex-first {
    order: 0;
  }
  .xs-col-flex-last {
    order: 1;
  }
}