@font-face {
  font-family: 'HelveticaLTStd';
  src: url('../fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/elveticaLTStd-Roman.otf')  format('opentype'),
	     url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf')  format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaLTStd';
  src: url('../fonts/HelveticaLTStd-Obl.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaLTStd-Obl.otf')  format('opentype'),
	     url('../fonts/HelveticaLTStd-Obl.woff') format('woff'), url('../fonts/HelveticaLTStd-Obl.ttf')  format('truetype'), url('../fonts/HelveticaLTStd-Obl.svg#HelveticaLTStd-Obl') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'HelveticaLTStd';
  src: url('../fonts/HelveticaLTStd-LightObl.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaLTStd-LightObl.otf')  format('opentype'),
	     url('../fonts/HelveticaLTStd-LightObl.woff') format('woff'), url('../fonts/HelveticaLTStd-LightObl.ttf')  format('truetype'), url('../fonts/HelveticaLTStd-LightObl.svg#HelveticaLTStd-LightObl') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Helvetica-Condensed';
  src: url('../fonts/Helvetica-CondensedBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Helvetica-CondensedBold.woff') format('woff'), url('../fonts/Helvetica-CondensedBold.ttf')  format('truetype'), url('../fonts/Helvetica-CondensedBold.svg#Helvetica-CondensedBold') format('svg');
  font-weight: 700;
  font-style: normal;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #375989;
  text-decoration: none;
}

h1, h2 {
  line-height: 1;
}
.h1 {
  color: #34a3d4;
  font-size: 3rem;
  font-weight: bolder;
}
h2 {
  color: #34a3d4;
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}
h3 {
  color: #34a3d4;
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.child-margin-0 > * {
  margin: 0
}

.text-primary {
  color: #34a3d4 !important;
}
.text-tertiary {
  color: #375989;
}
.bg-primary {
  background-color: #34a3d4 !important;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  border-radius: 12px;
  padding: 1rem 2rem;
  background-color: #34a3d4;
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.btn-primary-alt {
  text-transform: none;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  font-family: 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  .btn-primary-alt {
    min-width: 400px;
  }
}
.btn-primary-alt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  background-image: url(../img/icon-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.btn-secondary {
  background-color: #666;
}
.btn-tertiary {
  background-color: #375989;
  color: #fff;
}
.btn-primary:hover {
  background-color: #375989;
}
.btn-secondary:hover {
  background-color: #375989;
}
.btn-tertiary:hover {
  background-color: #34a3d4;
}
.page-id-16 .btn-primary.btn-lg,
.page-id-20 .btn-primary.btn-lg {
  background-color: #375989;
}
.page-id-16 .btn-primary.btn-lg:hover,
.page-id-20 .btn-primary.btn-lg:hover {
  background-color: #666;
}
.btn-lg {
  padding: 2rem 2rem;
  font-size: 2rem;
}

body {
  color: #8a8a8a;
  font-family: 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; 
}
body.home {
  min-height: 100vh;
  background-image: url(../img/background-portal.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.portal {
  min-height: 100vh;
}
.portal-body {
  position: relative;
  padding: 40px 80px;
  box-shadow: 10px 10px 35px rgba(0,0,0,0.23);
  background-color: #fff;
  text-align: center;
}
.portal-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 78px;
  height: auto;
}
.portal h2 {
  font-family: 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-transform: none;
}
.portal-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border: 8px solid transparent;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120% auto;
  text-align: center;
}
.portal-btn:hover {
  border: 8px solid #34a3d4;
  background-size: 130% auto;
}
.portal-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1rem;
  color: #ffffff;
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 0 35px rgba(0,0,0,0.3);
  text-transform: uppercase;
}
.icu-visitor {
  background-image: url(../img/icu-visitor.jpg);
}
.icu-clinician {
  background-image: url(../img/icu-clinician.jpg);
}

.banner {
  position: relative;
  height: 100%;
  min-height: 540px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.banner:not(.short):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,0.5) 100%);
  background: linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#80333333',GradientType=0 );
}
.banner:not(.short) > .container {
  position: relative;
  z-index: 1;
}
.banner.short {
  min-height: 380px;
  background-position: right top;
}

@media (max-width: 991px) {
  .page-id-16 .banner {
    background-position: 84% top;
  }
  .page-id-20 .banner {
    background-position: 36% top;
  }
}
@media (min-width: 992px) {
  .banner {
    min-height: 580px;
  }
  .banner.short {
    min-height: 440px;
  }
}
@media (min-width: 1200px) {
  .banner {
    min-height: 580px;
  }
  .banner.short {
    min-height: 500px;
  }
}
.banner h1 {
  font-size: 4.5rem;
  font-weight: bolder;
}
.banner h1 small {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 3rem;
  }
}

.navigation {
  padding: 1rem 0;
  background: #fff;
  color: #666666;
}
.logo img {
  height: 44px;
}
.nav-primary {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-weight: lighter;
  list-style: none;
  text-transform: uppercase;
}
.nav-primary li {
  display: inline-block;
  padding-left: 2rem;
}
.nav-primary li.current-menu-item a, .nav-primary li a:hover {
  font-weight: 400;
}

.nav-secondary {
  position: relative;
  z-index: 1;
  margin: 0.5rem 0;
  padding: 0;
  color: #34a3d4;
  list-style: none;
  text-transform: uppercase;
}
.nav-secondary li a {
  position: relative;
  display: block;
  border-radius: 12px;
  margin: 0.5rem 0.5rem;
  padding: 0.75rem 1.5rem 0.75rem 48px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(52,163,212,0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(52,163,212,0.1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(52,163,212,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3334a3d4',GradientType=0 );
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
.nav-secondary li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  border-radius: 12px;
  background-color: #34a3d4;
  background-image: url(../img/icon-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px auto;
}
.nav-secondary li.menu-item-has-children {
  position: relative;
}
.nav-secondary li.menu-item-has-children > .sub-menu {
  position: absolute;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease 0.5s, visibility 0s linear 0.5s;
}
.nav-secondary li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.25s, visibility 0s;
}
@media (max-width: 767px) {
  .nav-secondary.d-flex {
    display: block !important;
  }
  .nav-secondary li.menu-item-has-children > .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.intro {
  margin: 0;
  padding: 2rem 0;
  background: #34a2d3;
  color: #fff;
  font-size: 1.5rem;
}

.main .row {
  margin-bottom: 3rem;
  background: -moz-linear-gradient(top, rgba(52,163,212,0.1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(52,163,212,0.1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(52,163,212,0.1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3334a3d4', endColorstr='#00ffffff',GradientType=0 );
}
.main-alt .row {
  background: none;
}
.main-alt .col-12>.col-12 {
  background: -moz-linear-gradient(top, rgba(52,163,212,0.1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(52,163,212,0.1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(52,163,212,0.1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3334a3d4', endColorstr='#00ffffff',GradientType=0 );
}
.main .row.bg-modify {
  background: none;
  filter: none;
}
.main .row.bg-modify > .col-lg-8 {
  margin-bottom: 3rem;
  background: -moz-linear-gradient(top, rgba(52,163,212,0.1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(52,163,212,0.1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(52,163,212,0.1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3334a3d4', endColorstr='#00ffffff',GradientType=0 );
}
@media (max-width: 767px) {
  .main .img-fluid {
    max-width: 360px;
  }
}

.download {
  background: rgb(255,162,87);
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,162,87,1) 0%, rgba(255,124,19,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,162,87,1) 0%,rgba(255,124,19,1) 100%);
  background: radial-gradient(ellipse at center, rgba(255,162,87,1) 0%,rgba(255,124,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa257', endColorstr='#ff7c13',GradientType=1 );
}
.download h2 {
  color: #ff7b11;
  color: white;
}
.download .img-fluid {
  max-width: 300px;
}

.quotes, .bg-quote {
  background-image: url(../img/icon-quote.png);
  background-position: 5% 5%;
  background-size: 149px auto;
  background-repeat: no-repeat;
}
.bg-quote {
  background-image: url(../img/icon-quote-blue.png);
}
.quotes {
  padding: 4rem 0;
  background-color: #fcfcfc;
}
.quotes-carousel {
  text-align: center;
}
blockquote {
  color: #375989;
  font-size: 1.5rem;
}

.cta-survey {
  padding: 40px 0;
  min-height: 420px;
  background-image: url(../img/background-survey.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .cta-survey {
    position: relative;
  }
  .cta-survey:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(174,174,174,0.5);
  }
  .cta-survey .color-grey {
    color: inherit;
  }
}
.cta-benchmarking {
  background-image: url(../img/background-benchmarking.jpg);
}
.cta-survey h2 {
  color: #fff;
  font-family: 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  font-weight: bolder;
}
.cta-survey h2 small {
  font-size: 1.5rem;
  font-weight: 300;
}
.cta-survey h3 small {
  
  color: inherit !important;
}
:not(.cta-survey) h2 small,
:not(.cta-survey) h3 small {
  font-family: 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  color: #375989;
  font-weight: 400;
}
.icon-right {
  position: relative;
  padding-left: 100px;
}
.icon-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #34a3d4;
  background-image: url(../img/icon-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px auto;
}
.padding-left {
  padding-left: 100px;
}
.color-grey {
  color: #8a8a8a;
}
@media (max-width: 767px) {
  .cta-survey h2 h1 {
    font-size: 3rem;
  }
}

.benchmarking-pdf {
  display: inline-block;
  padding-left: 50px; 
  padding-top: 12px;
  font-weight: bold;
  color: #375989;
  height: 42px;
  margin-right: 5px;
  background-image: url(../img/icon-pdf-dark.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.benchmarking-icon .col-12 {
  background-image: url(../img/benchmarking-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 85%;
}
.benchmarking-report-body {
  background: rgb(244,244,244);
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(232,232,232,1) 100%);
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(232,232,232,1) 100%);
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(232,232,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e8e8e8',GradientType=0 );
}

.survey-options-item>.col-12 {
  padding: 40px;
  min-height: 420px;
  border-radius: 10px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 95% 95%;
  background-size: auto 120px;
}
.online-survey:not(:last-child)>.col-12 {
  background-image: url(../img/background-1.png);
}
.online-survey:last-child h2 br,
.online-survey:last-child h2 small {
  display: none;
}
.print-survey>.col-12 {
  background-image: url(../img/background-2.png);
}

.about-versions {
  background-color: #375989;
}
.survey-questions {
  background-color: #375989;
}

.survey-versions-table {
  min-width: 100%;
}
.survey-versions-table th {
  background-color: #34a2d3;
  padding: 2.25rem 1rem 1.5rem;
  color: white;
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle;
}
.survey-versions-table.survey-versions-table-modified th {
  padding: 1.5rem 1rem 1.5rem;
  font-size: 1.25rem;
}
.survey-versions-table td {
  padding: 1rem 1rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
.survey-versions-table th small {
  font-size: 0.75rem;
  line-height: 0;
  display: block;
  height: 0.75rem;
  margin-top: -0.75rem;
}
.survey-versions-table th.darker {
  background-color: #166386;
}
.survey-versions-table td.greyed {
  background-color: #efefef;
  text-transform: none;
  vertical-align: top;
}
.survey-versions-table.presentations-table td {
  text-transform: none;
}

.survey-versions-table td.greyed:first-child {
  vertical-align: middle;
}
.survey-versions-table em.d-block {
  font-size: 0.75rem;
  padding-left: 48px;
  text-transform: uppercase;
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
}
.survey-versions-table .btn-language {
  position: relative;
  display: block;
  border-radius: 12px;
  padding: 0.75rem 1.5rem 0.75rem 48px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(52,163,212,0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(52,163,212,0.1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(52,163,212,0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3334a3d4',GradientType=0 );
  font-family: 'Helvetica-Condensed', 'HelveticaLTStd', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #8a8a8a;
  font-style: italic;
}
.survey-versions-table .btn-language:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    border-radius: 12px;
    background-color: #34a3d4;
    background-image: url(../img/icon-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
}
.survey-versions-table .download-pdf,
.survey-versions-table .download-ppt,
.survey-versions-table .download-word {
  text-indent: -9999px;
  display: inline-block;
  width: 36px;
  height: 42px;
  margin-right: 5px;
  background-image: url(../img/icon-pdf.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.survey-versions-table .download-pdf + br,
.survey-versions-table .download-ppt + br,
.survey-versions-table .download-word + br {
  display: none;
}
.survey-versions-table .download-ppt {
  background-image: url(../img/icon-ppt.png);
}
.survey-versions-table .download-word {
  background-image: url(../img/icon-word.png);
}
@media (max-width: 767px) {
  .survey-versions-table {
    width: 480px;
  }
  .survey-versions-table th {
    font-size: 1.25rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .survey-versions-table th small {
    font-size: 0.625rem;
    height: 0.625rem;
    margin-top: -0.625rem;
  }
  .survey-versions-table td {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .survey-versions-table .btn-language {
    padding: 0.5rem 1rem 0.5rem 38px;
    font-size: 0.625rem;
  }
  .survey-versions-table .btn-language:before {
      content: '';
      width: 28px;
      background-size: 8px auto;
  }
  .survey-versions-table td.greyed {
    font-size: 0.75rem;
  }
  .survey-versions-table em.d-block {
    font-size: 0.625rem;
    padding-left: 38px;
  }
  .survey-versions-table .download-pdf,
  .survey-versions-table .download-ppt,
  .survey-versions-table .download-word {
    width: 24px;
    height: 28px;
    margin-right: 0;
  }
}

.news-item {
  padding: 15px;
  box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}
.news-item h2 {
  text-transform: none;
}
.news-item p {
  margin-bottom: 0;
}
.news-item-meta {
  margin-bottom: 15px;
}
.news-item-meta-image {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% auto;
  background-color: #f2f2f2;
}
.news-item-meta-info .date, .news-item-meta-info .type {
  display: block;
}
.news-item-meta-info .type {
  margin-top: 4px;
  font-weight: bold;
}

.news-single h2 {
  font-size: 3rem;
}
.news-single p a {
  text-decoration: underline;
}

.past-research h2[data-toggle="collapse"] {
  position: relative;
  padding-right: 44px;
}
.past-research h2[data-toggle="collapse"]:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  margin-top: -22px;
  border-radius: 12px;
  background-color: #34a3d4;
  background-image: url(../img/icon-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
.past-research h2[data-toggle="collapse"]:not(.collapsed):after {
  transform: rotate(90deg);
}
.past-research h2[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg);
}
.past-research h3 {
  text-transform: none;
}

.footer {
  margin: 0;
  padding: 3rem 0;
  background-color: #34a2d3;
  color: #fff;
}
@media (max-width: 767px) {
  .project-manager .border-right {
    border-right: none !important;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .5;
    color: #375989;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #375989;
}