/*
Theme Name: HEIW Base site
Theme URI: http://heiw-base.local:8888
Description: HTML5/CSS3 bootstrap responsive theme for HEIW
Version: 1.0
Author: Gareth J Peters
Author URI: http://www.garethjpeters.co.uk
*/
html,
body {
  height: 100%;
}
body {
  background: #24395e;
}
header {
  background-image: url('../images/banner-image.png');
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  background-size: contain;
  margin: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
header .navbar-small {
  padding: 0 0.4rem;
}
header .navbar-small.bg-dark {
  background: rgba(50, 80, 131, 0.9) !important;
}
header .navbar-small .row {
  margin: 0px;
}
header .navbar-small .navbar-toggler {
  padding: 0.1rem 0.4rem;
  margin: 5px 0;
}
header .navbar-small .navbar-toggler .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
header .navbar-small .navbar-nav .nav-item .nav-link {
  padding: 0.5rem;
  font-size: 0.9rem;
}
header .navbar-small .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
header .navbar-small .external-links .fa-external-link {
  font-size: 0.6rem;
  opacity: 0.7;
  top: -3px;
  position: relative;
}
header .logos-strip {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .main-logo {
  height: 100px;
}
header .heiw-logo {
  height: 55px;
}
@media only screen and (min-width: 768px) {
  header .heiw-logo {
    height: 71px;
    margin-right: 2rem;
  }
}
header .navbar-main.bg-light {
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 4px;
}
.ModulePage header .logos-strip {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ModulePage header .heiw-logo {
  height: 45px;
}
.ModulePage header .navbar-main {
  display: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.site-header img {
  margin-top: -10px;
}
.navbar-main {
  padding: 0.3rem 0rem;
}
@media only screen and (min-width: 992px) {
  .navbar-main .navbar-nav li a.nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.masthead {
  background-color: rgba(50, 80, 131, 0.9);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 1rem 0 1.5rem 0;
}
@media only screen and (min-width: 768px) {
}
.masthead .image {
  margin: 0px;
}
.masthead .image img {
  width: 100%;
  box-shadow: 0.05rem 0.2rem 0.6rem rgba(0, 0, 0, 0.35);
}
.masthead .site-title {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
.masthead .site-title .tint {
  color: #325083;
}
.masthead .page-subtitle {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
@media only screen and (min-width: 768px) {
  .masthead .page-subtitle {
    margin-bottom: 0.5rem;
  }
}
.masthead .page-subtitle p {
  margin-bottom: 0.5rem;
}
.masthead .page-subtitle a {
  font-weight: 700;
  color: #fff;
}
.masthead .page-subtitle [class^='fa'],
.masthead .page-subtitle [class*=' fa'] {
  margin: 0 10px;
}
.masthead .page-subtitle.bordered {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.masthead .page-breadcrumb {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
@media only screen and (min-width: 768px) {
  .masthead .page-breadcrumb {
    margin-bottom: 0.5rem;
  }
}
.masthead .page-breadcrumb strong.current {
  margin: 0 10px 0 10px;
}
.masthead .page-breadcrumb a {
  font-weight: 700;
  color: #fff;
}
.masthead .page-breadcrumb [class^='fa'],
.masthead .page-breadcrumb [class*=' fa'] {
  margin: 0 10px;
}
.masthead .page-title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 0.4rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
@media only screen and (min-width: 768px) {
  .masthead .page-title {
    font-size: 2.8rem;
  }
}
.masthead.home-page {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .masthead.home-page {
    padding: 60px 0;
  }
}
.masthead.home-page .site-title {
  font-size: 2.2rem;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .masthead.home-page .site-title {
    font-size: 3.6rem;
  }
}
.masthead.secondary {
  margin-top: -1px;
  background: #d3d3d2;
}
.masthead.secondary h3 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .masthead.secondary h3 {
    font-size: 1.75rem;
  }
}
.main-page {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
body > footer {
  color: #FFF;
}
body > footer .footer-head {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
}
body > footer address {
  margin-bottom: 0.8rem;
}
body > footer address p {
  font-size: 0.85rem;
  margin-bottom: 0px;
}
body > footer ul.fa-ul {
  margin-left: 1.8em;
  font-size: 0.85rem;
}
body > footer ul.fa-ul li {
  line-height: 0.9rem;
  margin-bottom: 0.6rem;
}
body > footer .social-buttons {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  body > footer .social-buttons {
    margin-bottom: 0px;
  }
}
body > footer .social-buttons .btn-primary {
  color: #fff;
  background-color: #2a426d;
  border-color: #2a426d;
}
body > footer .social-buttons .btn-primary:hover {
  background-color: #23375a;
  border-color: #23375a;
}
body > footer .social-buttons .btn-primary a {
  color: #fff;
}
body > footer .social-buttons .btn-primary a:hover {
  color: #fff;
}
body > footer .admin-box {
  background: #24395e;
  padding: 10px;
  margin-bottom: 1.6rem;
  border-radius: 4px;
}
body > footer .admin-box h4 {
  border-bottom-color: #325083;
}
body > footer .admin-box ul {
  margin-bottom: 0px;
}
body > footer .admin-box ul a {
  color: #575756;
}
body > footer .admin-box ul a:hover {
  color: #92abd5;
}
body > footer .sub-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #24395e;
  font-size: 0.9rem;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
body > footer .sub-footer ul {
  margin-bottom: 0px;
}
body > footer .sub-footer .admin-links,
body > footer .sub-footer .contact-links {
  padding: 0.5rem 1rem;
}
body > footer .sub-footer a {
  color: #fff;
}
.flex {
  height: 100%;
  min-height: 100%;
  display: block;
  flex-direction: column;
}
.flex.full {
  display: flex;
}
.btn-nhs {
  color: #FFFFFF;
  background-color: #1B365D;
  border-color: #1B365D;
}
.btn-nhs:hover,
.btn-nhs:focus,
.btn-nhs:active,
.btn-nhs.active,
.open .dropdown-toggle.btn-nhs {
  color: #FFFFFF;
  background-color: #04080E;
  border-color: #1B365D;
}
.btn-nhs:active,
.btn-nhs.active,
.open .dropdown-toggle.btn-nhs {
  background-image: none;
}
.btn-nhs.disabled,
.btn-nhs[disabled],
fieldset[disabled] .btn-nhs,
.btn-nhs.disabled:hover,
.btn-nhs[disabled]:hover,
fieldset[disabled] .btn-nhs:hover,
.btn-nhs.disabled:focus,
.btn-nhs[disabled]:focus,
fieldset[disabled] .btn-nhs:focus,
.btn-nhs.disabled:active,
.btn-nhs[disabled]:active,
fieldset[disabled] .btn-nhs:active,
.btn-nhs.disabled.active,
.btn-nhs[disabled].active,
fieldset[disabled] .btn-nhs.active {
  background-color: #1B365D;
  border-color: #1B365D;
}
.btn-nhs .badge {
  color: #1B365D;
  background-color: #FFFFFF;
}
.btn-primary {
  background-color: #006ADB;
}
.placeholder {
  width: 100%;
  height: 280px;
  background: #d3d3d2;
}
.main-image {
  width: 100%;
  height: auto;
  float: right;
  margin-bottom: 2rem;
}
.news-image {
  width: 35%;
  float: right;
  margin: 0 0 2rem 2rem;
}
.section-teasers,
.child-teasers {
  margin-top: 2rem;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.embed.right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.hidden {
  display: none;
  visibility: hidden;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #325083;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 20px 35%;
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #575756;
  text-align: center;
  font-size: 1.4em;
  z-index: 999;
}
.sitemap li {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 18px;
}
.sitemap li ul {
  padding-left: 38px;
}
.sitemap li ul li {
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 16px;
}
.chosen-choices {
  list-style-type: none;
  margin: 20px 0px 20px 0;
  padding-left: 0px;
}
.chosen-choices .search-choice {
  float: left;
  margin: 0 5px 5px 0;
  padding: 7px 11px;
  background: #575756;
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
}
.chosen-choices .search-choice a {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.chosen-choices .search-choice a:hover {
  color: #765807;
}
.chosen-choices:after {
  content: "";
  display: table;
  clear: both;
}
.checkboxset .checkbox {
  float: left;
  margin-right: 3rem;
}
.checkboxset .checkbox input.checkbox {
  margin-right: 0.3rem;
  margin-top: 0.2rem;
}
.checkboxset .checkbox:after {
  content: "";
  display: table;
  clear: both;
}
.search-button {
  margin-top: 1.9rem;
}
.tags,
.keyword-filters {
  list-style-type: none;
  margin: 10px 0px 0px 0;
  padding-left: 0px;
}
.tags .single-tag,
.keyword-filters .single-tag,
.tags .filter,
.keyword-filters .filter {
  float: left;
  margin: 0 5px 5px 0;
  padding: 7px 11px;
  background: #325083;
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
}
.tags .single-tag:hover,
.keyword-filters .single-tag:hover,
.tags .filter:hover,
.keyword-filters .filter:hover {
  background: #162339;
}
.tags .single-tag a,
.keyword-filters .single-tag a,
.tags .filter a,
.keyword-filters .filter a {
  color: #fff;
  width: 20px;
  height: 20px;
}
.tags .single-tag a:hover,
.keyword-filters .single-tag a:hover,
.tags .filter a:hover,
.keyword-filters .filter a:hover {
  text-decoration: none;
}
.tags:after,
.keyword-filters:after {
  content: "";
  display: table;
  clear: both;
}
.keyword-filters .filter {
  background: #008575;
  padding: 5px 9px;
  font-size: 0.9rem;
}
.keyword-filters .filter:hover {
  background: #610f36;
}
.keyword-filters .filter.inactive {
  background: #E12A19;
}
.keyword-filters .filter.inactive:hover {
  background: #b32114;
}
.keyword-filters .filter.show-all {
  margin-right: 25px;
}
html,
body {
  font-family: 'Roboto', sans-serif;
}
p,
ol,
ul,
address,
td,
dl {
  font-weight: 300;
}
a {
  color: #0366d6;
}
.lead {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .lead {
    font-size: 1.25rem;
  }
}
strong {
  font-weight: 700;
}
h1 {
  font-weight: 300;
  line-height: 40px;
}
h4 {
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.sidebar h4 {
  border-bottom: 1px solid #d3d3d4;
  border-top: 1px solid #d3d3d4;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
}
.sidebar h4 a {
  color: #212529;
}
.postnominal {
  font-size: smaller;
}
dl dt a {
  color: #325083;
}
dl dt a:hover {
  color: #575756;
}
dl dd {
  margin-bottom: 0.85rem;
}
dl dd a {
  color: #325083;
}
dl dd a:hover {
  color: #575756;
}
.news-date {
  color: #666;
  border-bottom: 1px solid #d3d3d2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.post-credit {
  color: #666;
  font-style: italic;
  text-transform: uppercase;
  font-size: small;
}
.main-page h3 {
  margin-bottom: 1rem;
}
.blockquote {
  position: relative;
  background: #eee;
  padding: 2rem;
  padding-left: 4rem;
  color: #212529;
  margin: 0 0 1.5rem 0;
  clear: both;
  border-radius: 4px;
  font-size: 1.5rem;
}
.blockquote p {
  margin-bottom: 0px;
}
.blockquote:before {
  font-family: 'Roboto', sans-serif;
  color: #24395e;
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 4px;
  content: "\201C";
}
.blockquote .blockquote-footer {
  font-size: 70%;
  color: #325083;
}
.blockquote .blockquote-footer:before {
  content: none;
}
.blockquote .blockquote-footer p {
  margin: 0;
}
.source {
  font-style: oblique;
  font-size: 85%;
  color: #666;
}
.teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser .teaser-title {
  font-size: 28px;
  line-height: 32px;
  border-bottom: 1px solid #dce4f2;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
}
.teaser .teaser-title a {
  color: #212529;
}
.teaser .teaser-title a:hover {
  color: #575756;
  text-decoration: none;
}
.teaser .subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #757575;
}
.teaser .subtitle a {
  color: #757575;
}
.teaser .subtitle a:hover {
  color: #575756;
}
.teaser ul:last-child {
  margin-bottom: 0;
}
.teaser.member-teaser {
  margin-bottom: 50px;
}
.teaser.member-teaser .teaser-image img {
  width: 100%;
}
.teaser.member-teaser .teaser-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #24395e;
}
.teaser.member-teaser .teaser-title .tint {
  font-size: 16px;
  color: #325083;
}
.teaser.news-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 220px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser.news-teaser .teaser-image {
  margin-bottom: 0px;
  margin-left: -220px;
  float: left;
}
.teaser.news-teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
}
.teaser.news-teaser .teaser-title a {
  color: #212529;
}
.teaser.news-teaser .teaser-title a:hover {
  color: #575756;
  text-decoration: none;
}
.teaser.news-teaser .teaser-date {
  color: #777;
}
.teaser.news-teaser:last-of-type {
  border: none;
}
.teaser.board-teaser {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 240px;
  border-bottom: 1px solid #d3d3d2;
}
.teaser.board-teaser .teaser-image {
  margin-bottom: 0px;
  margin-left: -240px;
  float: left;
  border: 1px solid #d3d3d2;
}
.teaser.board-teaser .teaser-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0.4rem;
}
.teaser.board-teaser .teaser-title a {
  color: #212529;
}
.teaser.board-teaser .teaser-title a:hover {
  color: #575756;
  text-decoration: none;
}
.teaser.board-teaser .teaser-subtitle {
  font-size: 16px;
  font-weight: 700;
}
.teaser.board-teaser:last-of-type {
  border: none;
}
.teaser.comms-teaser {
  border: 3px solid #afca0b;
  border-radius: 26px;
  padding: 1.2rem 2rem;
  background-color: #fefff9;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.46);
}
.teaser.comms-teaser .list-inline-item:not(:last-child) {
  margin-right: 1.2rem;
}
.teaser::after {
  content: "";
  clear: both;
  display: table;
}
form .field {
  margin-bottom: 20px;
}
.image {
  border: 1px solid #d3d3d2;
  border-radius: 0.25rem !important;
}
.image img {
  width: 100%;
}
.image .caption {
  font-size: 12px;
  color: #333;
  padding: 5px 10px;
  background: #d3d3d2;
}
.image.right {
  float: right;
  margin: 0 0 30px 30px;
}
figure.image img.right {
  margin: 0;
  float: none;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .video-wrapper {
    margin-bottom: 0px;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid {
  width: 100%;
  margin-bottom: 50px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .grid {
    background: #000;
  }
}
.grid .tile {
  width: 33.3%;
  height: 333px;
  float: left;
  color: #fff;
  cursor: pointer;
}
.grid .tile .front {
  padding: 20px;
  background: #325083;
}
.grid .tile .front img {
  width: 100%;
}
.grid .tile .back {
  padding: 20px;
  background: #575756;
  border: 1px solid #575756;
  overflow-y: scroll;
}
.grid .tile .back h3 {
  margin-bottom: 5px;
}
.grid .tile .back h5 {
  margin-bottom: 15px;
}
.grid .fixed-tile {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-top: -53px;
  margin-left: -52px;
}
@media only screen and (min-width: 768px) {
  .grid .fixed-tile {
    width: 420px;
    margin-top: -51px;
    margin-left: -50px;
  }
}
.grid .fixed-tile img {
  width: 114%;
  height: auto;
  transition: all 0.2s linear;
}
.grid .fixed-tile img:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .grid .fixed-tile img {
    width: 100%;
  }
}
.case-study-page img {
  width: 100%;
}
.accordion .card-header button {
  color: #212529;
  font-weight: 700;
  font-size: 1.2rem;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  position: relative;
  white-space: normal;
  text-align: left;
}
.accordion .card-header button:hover,
.accordion .card-header button:active {
  text-decoration: none;
}
.accordion .card-header button .box-icon {
  width: 30px;
  height: 30px;
  background: #575756;
  position: absolute;
  top: 0.35rem;
  left: -30px;
  border-radius: calc(0.25rem - 1px);
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.accordion .card-header button.collapsed {
  font-weight: 400;
}
.accordion .card-header button.collapsed .box-icon {
  background: #325083;
}
.card .card-title:last-child {
  margin-bottom: 0;
}
.card .card-title a {
  color: #212529;
}
.card ul {
  padding-left: 20px;
}
.card ul:last-child {
  margin-bottom: 0px;
}
.card dl:last-child {
  margin-bottom: 0px;
}
.card .card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.card .card-subtitle:last-child {
  margin-bottom: 0px;
}
.profile h1 {
  margin-bottom: 1.2rem;
}
.profile img {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}
.homepage-cards .card {
  text-align: center;
}
.homepage-cards .card .card-title {
  font-size: 1.8rem;
}
.section-teasers,
.child-teasers {
  margin-top: 0;
}
.section-teasers .card,
.child-teasers .card {
  margin-bottom: 30px;
}
.section-teasers .card .card-title a,
.child-teasers .card .card-title a {
  color: #212529;
}
.section-teasers .card .card-title a:hover,
.child-teasers .card .card-title a:hover {
  color: #212529;
  text-decoration: none;
}
.section-teasers .card p,
.child-teasers .card p {
  font-weight: 300;
}
.sidebar {
  margin-bottom: 1rem;
}
.sidebar ul li {
  width: 100%;
}
.sidebar ul li a {
  display: block;
  color: #325083;
}
.sidebar ul li a.current {
  color: #575756;
  font-weight: 500;
}
.sidebar ul li a.section {
  color: #3d3d3d;
  font-weight: 500;
}
.sidebar ul.submenu {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.link + .submenu.nav {
  display: none;
}
.language-switcher {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .language-switcher {
    position: relative;
    right: auto;
    top: auto;
  }
}
.language-switcher h6 {
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 4px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
.language-switcher ul {
  margin-top: 3px;
  margin-bottom: 3px;
}
.language-switcher li {
  text-align: center;
  line-height: 1;
}
.language-switcher li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.language-switcher li img {
  width: 18px;
  margin-right: 4px;
}
.language-switcher li.link {
  opacity: 0.5;
}
.slider-holder {
  background: #eee;
  border-bottom: 1px solid #d3d3d2;
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
.main-slider {
  width: 100%;
  margin-bottom: 1.6rem !important;
}
@media only screen and (min-width: 768px) {
}
.main-slider .slider {
  overflow: hidden;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .main-slider .slider {
    background-position: right center;
    background-size: auto;
  }
}
.main-slider .slider .slider-content {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.6);
  padding-bottom: 0.35rem;
}
@media only screen and (min-width: 768px) {
  .main-slider .slider .slider-content {
    width: 60%;
    float: left;
    background-color: transparent;
    padding-bottom: 0;
  }
}
.main-slider .slider .slider-content .slider-title {
  color: #575756;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .main-slider .slider .slider-content .slider-title {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }
}
.main-slider .slider .slider-content .slider-title a {
  color: #575756;
}
.main-slider .slider .slider-content .slider-title a:hover {
  text-decoration: none;
}
.main-slider .slider .slider-content .lead {
  color: #325083;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main-slider .slider .slider-content .lead {
    width: 100%;
  }
}
.main-slider .slider .slider-content .slider-teaser {
  font-size: 0.9rem;
  width: 93%;
}
@media only screen and (min-width: 768px) {
  .main-slider .slider .slider-content .slider-teaser {
    width: 50%;
    font-size: 1.1rem;
  }
}
.main-slider .slider .slider-image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main-slider .slider .slider-image {
    width: 38%;
    float: right;
  }
}
.main-slider .slider .slider-image img {
  width: 100%;
  height: auto;
}
.main-slider .slick-arrow {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -12px;
  border-radius: 1em;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-size: 1.5em;
  font-weight: 100;
  font-family: "Euphemia UCAS", Euphemia, Helvetica;
  background-color: #cbcbcb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C7C7C7), color-stop(55%, #C7C7C7), to(#dbdbdb));
  background-image: -webkit-linear-gradient(#C7C7C7, #C7C7C7 55%, #dbdbdb);
  background-image: -moz-linear-gradient(top, #C7C7C7, #C7C7C7 55%, #dbdbdb);
  background-image: -o-linear-gradient(#C7C7C7, #C7C7C7 55%, #dbdbdb);
  background-image: linear-gradient(#C7C7C7, #C7C7C7 55%, #dbdbdb);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc7c7c7', endColorstr='#ffdbdbdb', GradientType=0);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.main-slider .slick-arrow.slick-prev {
  left: 10px;
  bottom: -40px;
  top: auto;
}
.main-slider .slick-arrow.slick-prev:before {
  content: none;
}
.main-slider .slick-arrow.slick-next {
  left: 48px;
  bottom: -40px;
  top: auto;
}
.main-slider .slick-arrow.slick-next:before {
  content: none;
}
.main-slider .slick-dots {
  bottom: -25px;
  left: 110px;
  width: auto;
}
.main-slider .slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  padding: 5px;
  border-radius: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #E2E2E2;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.main-slider .slick-dots li.slick-active {
  background-color: #575756;
}
.main-slider .slick-dots li button:before {
  content: none;
}
.slider-tint {
  position: absolute;
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  z-index: 888;
  background-color: #222;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .slider-tint {
    height: 570px;
  }
}
.btn-navy {
  color: #ffffff;
  background-color: #325083;
  border-color: #24395e;
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy .active {
  color: #ffffff;
  background-color: #24395e;
  border-color: #1d2e4c;
}
.btn-navy:active,
.btn-navy.active {
  background-image: none;
}
.btn-navy.disabled,
.btn-navy[disabled] {
  background-color: #5b80c0;
  border-color: #4872b9;
}
.btn-navy.disabled:hover,
.btn-navy[disabled]:hover,
.btn-navy.disabled:focus,
.btn-navy[disabled]:focus,
.btn-navy.disabled:active,
.btn-navy[disabled]:active,
.btn-navy.disabled.active,
.btn-navy[disabled].active {
  background-color: #5b80c0;
  border-color: #4872b9;
}
.btn-navy .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-navy {
  background-color: #5b80c0;
  border-color: #4872b9;
}
.open .dropdown-toggle.btn-navy {
  color: #ffffff;
  background-color: #24395e;
  border-color: #1d2e4c;
  background-image: none;
}
.btn-grey {
  color: #ffffff;
  background-color: #575756;
  border-color: #3d3d3d;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey .active {
  color: #ffffff;
  background-color: #3d3d3d;
  border-color: #313130;
}
.btn-grey:active,
.btn-grey.active {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled] {
  background-color: #8a8a89;
  border-color: #7d7d7c;
}
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active {
  background-color: #8a8a89;
  border-color: #7d7d7c;
}
.btn-grey .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-grey {
  background-color: #8a8a89;
  border-color: #7d7d7c;
}
.open .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #3d3d3d;
  border-color: #313130;
  background-image: none;
}
.btn-blue {
  color: #ffffff;
  background-color: #489CC9;
  border-color: #3381ab;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue .active {
  color: #ffffff;
  background-color: #3381ab;
  border-color: #2d7298;
}
.btn-blue:active,
.btn-blue.active {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled] {
  background-color: #97c7e0;
  border-color: #83bcda;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active {
  background-color: #97c7e0;
  border-color: #83bcda;
}
.btn-blue .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-blue {
  background-color: #97c7e0;
  border-color: #83bcda;
}
.open .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #3381ab;
  border-color: #2d7298;
  background-image: none;
}
.btn-green {
  color: #ffffff;
  background-color: #008575;
  border-color: #005248;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green .active {
  color: #ffffff;
  background-color: #005248;
  border-color: #003932;
}
.btn-green:active,
.btn-green.active {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled] {
  background-color: #00ebcf;
  border-color: #00d2b8;
}
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
.btn-green.disabled.active,
.btn-green[disabled].active {
  background-color: #00ebcf;
  border-color: #00d2b8;
}
.btn-green .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-green {
  background-color: #00ebcf;
  border-color: #00d2b8;
}
.open .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #005248;
  border-color: #003932;
  background-image: none;
}
.btn-crimson {
  color: #ffffff;
  background-color: #a3195b;
  border-color: #771242;
}
.btn-crimson:hover,
.btn-crimson:focus,
.btn-crimson:active,
.btn-crimson .active {
  color: #ffffff;
  background-color: #771242;
  border-color: #610f36;
}
.btn-crimson:active,
.btn-crimson.active {
  background-image: none;
}
.btn-crimson.disabled,
.btn-crimson[disabled] {
  background-color: #e2408d;
  border-color: #de2a80;
}
.btn-crimson.disabled:hover,
.btn-crimson[disabled]:hover,
.btn-crimson.disabled:focus,
.btn-crimson[disabled]:focus,
.btn-crimson.disabled:active,
.btn-crimson[disabled]:active,
.btn-crimson.disabled.active,
.btn-crimson[disabled].active {
  background-color: #e2408d;
  border-color: #de2a80;
}
.btn-crimson .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-crimson {
  background-color: #e2408d;
  border-color: #de2a80;
}
.open .dropdown-toggle.btn-crimson {
  color: #ffffff;
  background-color: #771242;
  border-color: #610f36;
  background-image: none;
}
.btn-purple {
  color: #ffffff;
  background-color: #511966;
  border-color: #300f3d;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple .active {
  color: #ffffff;
  background-color: #300f3d;
  border-color: #200a29;
}
.btn-purple:active,
.btn-purple.active {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled] {
  background-color: #922db8;
  border-color: #8228a3;
}
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active {
  background-color: #922db8;
  border-color: #8228a3;
}
.btn-purple .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-purple {
  background-color: #922db8;
  border-color: #8228a3;
}
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #300f3d;
  border-color: #200a29;
  background-image: none;
}
.btn-orange {
  color: #ffffff;
  background-color: #E12A19;
  border-color: #b32114;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange .active {
  color: #ffffff;
  background-color: #b32114;
  border-color: #9c1d11;
}
.btn-orange:active,
.btn-orange.active {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled] {
  background-color: #ef7c71;
  border-color: #ed665a;
}
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active {
  background-color: #ef7c71;
  border-color: #ed665a;
}
.btn-orange .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-orange {
  background-color: #ef7c71;
  border-color: #ed665a;
}
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #b32114;
  border-color: #9c1d11;
  background-image: none;
}
.btn-lime {
  color: #ffffff;
  background-color: #afca0b;
  border-color: #859a08;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime .active {
  color: #ffffff;
  background-color: #859a08;
  border-color: #708107;
}
.btn-lime:active,
.btn-lime.active {
  background-image: none;
}
.btn-lime.disabled,
.btn-lime[disabled] {
  background-color: #dcf546;
  border-color: #d8f42e;
}
.btn-lime.disabled:hover,
.btn-lime[disabled]:hover,
.btn-lime.disabled:focus,
.btn-lime[disabled]:focus,
.btn-lime.disabled:active,
.btn-lime[disabled]:active,
.btn-lime.disabled.active,
.btn-lime[disabled].active {
  background-color: #dcf546;
  border-color: #d8f42e;
}
.btn-lime .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-lime {
  background-color: #dcf546;
  border-color: #d8f42e;
}
.open .dropdown-toggle.btn-lime {
  color: #ffffff;
  background-color: #859a08;
  border-color: #708107;
  background-image: none;
}
.btn-pink {
  color: #ffffff;
  background-color: #e52e7d;
  border-color: #c71964;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink .active {
  color: #ffffff;
  background-color: #c71964;
  border-color: #b11659;
}
.btn-pink:active,
.btn-pink.active {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled] {
  background-color: #f089b5;
  border-color: #ed72a7;
}
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active {
  background-color: #f089b5;
  border-color: #ed72a7;
}
.btn-pink .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-pink {
  background-color: #f089b5;
  border-color: #ed72a7;
}
.open .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #c71964;
  border-color: #b11659;
  background-image: none;
}
.btn-violet {
  color: #ffffff;
  background-color: #78368c;
  border-color: #582867;
}
.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active,
.btn-violet .active {
  color: #ffffff;
  background-color: #582867;
  border-color: #492155;
}
.btn-violet:active,
.btn-violet.active {
  background-image: none;
}
.btn-violet.disabled,
.btn-violet[disabled] {
  background-color: #ad65c3;
  border-color: #a452bc;
}
.btn-violet.disabled:hover,
.btn-violet[disabled]:hover,
.btn-violet.disabled:focus,
.btn-violet[disabled]:focus,
.btn-violet.disabled:active,
.btn-violet[disabled]:active,
.btn-violet.disabled.active,
.btn-violet[disabled].active {
  background-color: #ad65c3;
  border-color: #a452bc;
}
.btn-violet .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-violet {
  background-color: #ad65c3;
  border-color: #a452bc;
}
.open .dropdown-toggle.btn-violet {
  color: #ffffff;
  background-color: #582867;
  border-color: #492155;
  background-image: none;
}
.btn-apricot {
  color: #ffffff;
  background-color: #ed8900;
  border-color: #ba6c00;
}
.btn-apricot:hover,
.btn-apricot:focus,
.btn-apricot:active,
.btn-apricot .active {
  color: #ffffff;
  background-color: #ba6c00;
  border-color: #a15d00;
}
.btn-apricot:active,
.btn-apricot.active {
  background-image: none;
}
.btn-apricot.disabled,
.btn-apricot[disabled] {
  background-color: #ffb754;
  border-color: #ffac3b;
}
.btn-apricot.disabled:hover,
.btn-apricot[disabled]:hover,
.btn-apricot.disabled:focus,
.btn-apricot[disabled]:focus,
.btn-apricot.disabled:active,
.btn-apricot[disabled]:active,
.btn-apricot.disabled.active,
.btn-apricot[disabled].active {
  background-color: #ffb754;
  border-color: #ffac3b;
}
.btn-apricot .badge {
  color: #AD924B;
  background-color: #ffffff;
}
fieldset[disabled] .btn-apricot {
  background-color: #ffb754;
  border-color: #ffac3b;
}
.open .dropdown-toggle.btn-apricot {
  color: #ffffff;
  background-color: #ba6c00;
  border-color: #a15d00;
  background-image: none;
}
a.skip-main {
  color: #fff;
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
  background-color: #325083;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 20px 35%;
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #575756;
  text-align: center;
  font-size: 1.4em;
  z-index: 999;
}
/*# sourceMappingURL=style.css.map */