/* -------------------------------- 

Primary style

-------------------------------- */
* {
  box-sizing: border-box; }
  *::after, *::before {
    box-sizing: border-box; }

html {
  family:Oracle Sans, sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 16px;
  font-family:Oracle Sans, sans-serif;
  color: #252525;
  background-color: #fff; }
  body.noscroll {
    overflow: hidden; }

sup {
  vertical-align: super;
  font-size: 12px; }

a.twitter-timeline {
  /* Buttonish */
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;
  /* Text */
  font: normal 12px/18px Oracle Sans, sans-serif;
  color: #fff;
  white-space: nowrap; }
  a.twitter-timeline:hover {
    background-color: #dedede; }
  a.twitter-timeline:focus {
    background-color: #dedede;
    outline: none;
    border-color: #0089cb; }

/* Color Highlight for keyboard navigation */
.timeline-Header-title, .timeline-Header-subtitle, .timeline-Footer {
  display: none !important; }

.red {
  color: #942645 !important; }

i {
  font-style: italic; }

.hand {
  font-family: 'Just Another Hand', cursive;
  font-size: 65px; }

img {
  max-width: 100%;
  display: block;
  height: auto; }
  img.left {
    float: left;
    padding: 15px 20px 0 0; }
  img.leftsmaller {
    float: left;
    padding: 10px 20px 0; }

hr {
  border-style: none;
  border-bottom: 3px solid #aec3c8;
  margin: 40px 0; }

strong {
  font-weight: bold; }

.indent {
  border-left: 3px solid #94AFAF;
  padding-left: 20px;
  font-size: 22px;
  color: #41817E !important;
  margin-top: 35px; }
  .indent span {
    color: #252525 !important;
    display: block;
    margin-top: 12px;
    font-size: 15px; }

@media only screen and (min-width: 992px) {
  .indent {
    margin-left: 30px !important; } }
@media only screen and (min-width: 1200px) {
  .indent {
    margin-left: 40px !important; } }
h1 {
  color: #41817E;
  font-size: 38px; }

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 40px; } }
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 50px; } }
h3 {
  color: #00758f;
  font-size: 24px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: -0.4em; }
  h3.icon {
    padding-left: 130px;
    color: #252525;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: -15px; }

h4 {
  color: #41817E;
  font-size: 22px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: -0.4em; }
  h4.icon {
    padding-left: 130px;
    color: #252525;
    line-height: 1;
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 18px; }

@media only screen and (min-width: 768px) {
  h4 {
    font-size: 30px; } }
a {
  color: #759C6C;
  text-decoration: none; }

.pullout {
  display: block;
  float: right;
  width: 50%;
  margin: 30px 10px 10px 10px;
  color: #942645;
  font-size: 30px;
  line-height: 1.1; }
  .pullout span {
    border-left: 3px solid #bdbdbd;
    display: block;
    padding-left: 20px; }
  .pullout i {
    border-left: none;
    color: #252525;
    display: block;
    padding-left: 20px;
    font-size: 24px; }
  .pullout a {
    color: #fff;
    text-decoration: underline; }

.further-reading {
  display: block;
  margin-bottom: 30px; }
  .further-reading h4 {
    color: #00758f;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 30px; }
  .further-reading .article {
    width: 50%;
    float: left;
    margin-bottom: 30px; }
    .further-reading .article p {
      margin: 1.2em 0 0.5em 0; }
    .further-reading .article:nth-child(2) {
      padding-right: 10px; }
    .further-reading .article:nth-child(3) {
      padding-left: 10px; }

@media only screen and (max-width: 480px) {
  .further-reading img {
    margin-top: 20px; }
  .further-reading .article {
    width: 100%; }
    .further-reading .article:nth-child(2) {
      padding-right: 0px; }
    .further-reading .article:nth-child(3) {
      padding-left: 0px; } }
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px; }
  table td {
    padding: 25px; }
    table td:nth-of-type(even) {
      background-color: #942645;
      color: #fff; }
      table td:nth-of-type(even) p {
        color: #fff;
        font-size: 16px; }
      table td:nth-of-type(even) h5 {
        font-size: 18px;
        font-weight: bold; }
  table th {
    color: #0f758d;
    font-weight: bold;
    font-size: 24px;
    padding: 15px 20px; }
    table th:nth-of-type(odd) {
      background-color: #942645;
      color: #fff; }
  table td, table th {
    border: none;
    text-align: left; }
  table.one td:nth-of-type(even) {
    background-color: #942645; }
  table.one th {
    color: #942645; }
    table.one th:nth-of-type(odd) {
      background-color: #942645;
      color: #fff; }
  table.two td:nth-of-type(even) {
    background-color: #942645; }
  table.two th {
    color: #942645; }
    table.two th:nth-of-type(odd) {
      background-color: #942645;
      color: #eacad3; }
  table.three td:nth-of-type(even) {
    background-color: #f0902a; }
  table.three th {
    color: #942645; }
    table.three th:nth-of-type(odd) {
      background-color: #f0902a;
      color: #942645; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%; }
    td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }

  /*
  Label the data
  */ }
.col-20 {
  display: inline-block;
  padding: 20px; }
  .col-20.bg {
    color: #fff;
    background-color: #007396; }

.col-80 {
  width: 80%;
  display: inline-block; }
  .col-80.bg {
    color: #fff;
    background-color: #007396; }
    .col-80.bg p {
      color: #fff; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vid {
  cursor: pointer;
  cursor: hand; }

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 1.3rem; }
  button.cta {
    background-color: #007396;
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    padding: 15px 70px 15px 30px;
    position: relative;
    margin: 20px 0; }
    button.cta span {
      font-size: 35px;
      display: inline-block;
      position: absolute;
      right: 30px;
      top: 15px; }

.squarebrackets {
  font-size: 20px;
  position: relative;
  padding: 10px 30px;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  .squarebrackets.homepage {
    top: 50px; }
    .squarebrackets.homepage:before, .squarebrackets.homepage:after {
      display: none; }
  .squarebrackets.home {
    width: 300px;
    top: 70px; }
    .squarebrackets.home:before {
      padding: 10px;
      top: -10px;
      bottom: -10px;
      left: -5px; }
    .squarebrackets.home:after {
      padding: 10px;
      top: -10px;
      bottom: -10px;
      right: -5px; }
  .squarebrackets p {
    text-align: center;
    color: #000; }
  .squarebrackets:before {
    content: " ";
    position: absolute;
    border-left: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 10px;
    top: 15px;
    bottom: 0px;
    left: -5px; }
  .squarebrackets:after {
    content: " ";
    position: absolute;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 10px;
    top: 15px;
    bottom: 0px;
    right: -5px; }

@media only screen and (min-width: 768px) {
  .squarebrackets.homepage {
    top: 250px; }
  .squarebrackets.home {
    min-width: 370px;
    max-width: 90%;
    top: 80vh;
    transform: translateY(-50%); } }
.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.7em;
  left: 0.15em;
  transform: rotate(-45deg);
  width: 0.7em; }
.chevron.right::before {
  top: 20px;
  left: 0;
  transform: rotate(45deg); }
.chevron.left::before {
  top: 20px;
  left: 0.15em;
  transform: rotate(-135deg); }

/* -------------------------------- 

Images block

-------------------------------- */
.cd-image-block {
  position: relative; }
  .cd-image-block::before {
    /* this is the layer used to cover the .cd-image-block when the content block becomes visible - mobile only */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-image-block.content-block-is-visible::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .cd-image-block .logo {
    display: none;
    width: 80px;margin:0 auto 0 20%; }
    .cd-image-block .logo.first {
      display: block;
      margin:0 auto 0 20%; }

@media only screen and (min-width: 768px) {
  .cd-image-block .logo {
    display: block;
    margin: 0 auto 0 20%;
    position: relative; }
  .cd-image-block::before {
    display: none; } }
.cd-images-list::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }
.cd-images-list > li {
  height: 250px;
  position: relative;
  background-size: cover; }
  .cd-images-list > li .blur {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: perspective(1px) translate(-50%, -50%);
    width: 68%;
    overflow: hidden;
    background: #41817E;
    background-size: cover; }
    .cd-images-list > li .blur.first {
     background-color: #41817E;
	width: 101%;
	top: auto;
	bottom: 0;
	transform: perspective(1px) translate(-50%, 0%); }
    .cd-images-list > li .blur .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      z-index: -1; }
/*
      .cd-images-list > li .blur .bg.one {
        background: url(../img/one-blur.jpg) no-repeat center center; }
*/
      .cd-images-list > li .blur .bg.two {
        background: url(../img/two-lg-blur.jpg) no-repeat center center; }
      .cd-images-list > li .blur .bg.three {
        background: url(../img/three-lg-blur.jpg) no-repeat center center; }
      .cd-images-list > li .blur .bg.four {
        background: url(../img/four-lg-blur.jpg) no-repeat center center; }
      .cd-images-list > li .blur .bg.five {
        background: url(../img/five-lg-blur.jpg) no-repeat center center; }
      .cd-images-list > li .blur .bg.six {
        background: url(../img/six-lg-blur.jpg) no-repeat center center; }
      .cd-images-list > li .blur .bg.seven {
        background: url(../img/seven-lg-blur.jpg) no-repeat center center;
        background-size: cover; }
      .cd-images-list > li .blur .bg.eight {
        background: url(../img/eight-lg-blur.jpg) no-repeat center center; }
    .cd-images-list > li .blur p {
      text-align: center;
      color: #92ddd9;
      padding-top: 25px; }
    .cd-images-list > li .blur h2 {
      padding:0px 10px 30px 10px;
      color: #FCFBFA;
      letter-spacing: 0px; }
  .cd-images-list > li .overlay {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .cd-images-list > li > a {
    /* used to vertically align the h2 child -  mobile version only */
    display: table;
    height: 100%;
    width: 100%; }
.cd-images-list h2 {
  /* used to vertically align h2 -  mobile version only */
  vertical-align: middle;
  text-align: center;
  font-size: 1.5em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 768px) {
  .cd-images-list::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; }
  .cd-images-list > li > a {
    display: block;
    cursor: default;
    pointer-events: none; }
  .cd-images-list h2 {
    font-size: 45px; }
  .cd-images-list p {
    font-size: 22px;
    color: #942645; } }
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  .overlay .overlay-content {
    height: 100%;
    overflow: scroll; }

/* -------------------------------- 

Content block

-------------------------------- */
.cd-content-block {
  /* move the block outside the viewport (to the right) - mobile only */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .cd-content-block.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cd-content-block > ul {
    height: 100%; }
    .cd-content-block > ul > li {
      position: absolute;
      height: 100%;
      padding: 0;
      overflow-y: scroll;
      background-color: #FCFBFA;
      opacity: 0;
      visibility: hidden; }
      .cd-content-block > ul > li .container {
        padding: 2em; }
      .cd-content-block > ul > li .container > ul{
	
	list-style:disc;padding-left:15px;
     }
 .cd-content-block > ul > li .container > ul > li{
	
	margin-bottom: 6px;
line-height: 20px;
     }
      .cd-content-block > ul > li.is-selected {
        /* this is the selected content */
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-overflow-scrolling: touch; }
      .cd-content-block > ul > li .intro {
        background: #979c9c url(../img/intro.jpg) no-repeat center center;
        background-size: cover; }
      .cd-content-block > ul > li .back {
        display: none; }
      .cd-content-block > ul > li .contents {
        width: 100%; }
        .cd-content-block > ul > li .contents .content {
          float: left;
          width: 50%;
          height: calc(95vh/3);
          padding: 20px 40px;
          position: relative;
          overflow: hidden; }
          .cd-content-block > ul > li .contents .content.full {
            width: 100%; }
            .cd-content-block > ul > li .contents .content.full .inner .blur {
              width: 45%; }
          .cd-content-block > ul > li .contents .content .inner .blur {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: perspective(1px) translate(-50%, -50%);
            width: 80%;
            overflow: hidden;display: flex;
height: 160px;
align-items: center;
justify-content: center; }
            .cd-content-block > ul > li .contents .content .inner .blur .bg {
              position: absolute;
              width: 100%;
              height: 100%;
              background: #41817E;
              background-size: cover;
              -webkit-transition: all .5s ease;
              -moz-transition: all .5s ease;
              -o-transition: all .5s ease;
              transition: all .5s ease;
              z-index: -1; }
/*
              .cd-content-block > ul > li .contents .content .inner .blur .bg.three {
                background: url(../img/three-blur.jpg) no-repeat center center; }

              .cd-content-block > ul > li .contents .content .inner .blur .bg.four {
                background: url(../img/four-blur.jpg) no-repeat center center; }
              .cd-content-block > ul > li .contents .content .inner .blur .bg.five {
                background: url(../img/five-blur.jpg) no-repeat center center; }
              .cd-content-block > ul > li .contents .content .inner .blur .bg.six {
                background: url(../img/six-blur.jpg) no-repeat center center; }
              .cd-content-block > ul > li .contents .content .inner .blur .bg.seven {
                background: url(../img/seven-blur.jpg) no-repeat center center; }
              .cd-content-block > ul > li .contents .content .inner .blur .bg.eight {
                background: url(../img/eight-blur.jpg) no-repeat center center; }*/
            .cd-content-block > ul > li .contents .content .inner .blur p {
              text-align: center;
              color: #942645;
              padding-top: 20px; }
            .cd-content-block > ul > li .contents .content .inner .blur h2 {
              padding: 25px 40px; }
              .cd-content-block > ul > li .contents .content .inner .blur h2.three-line{
              padding: 39px 40px; }  
          .cd-content-block > ul > li .contents .content .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease; }
          .cd-content-block > ul > li .contents .content p {
            font-size: 19px;
            margin: 0;
            color: #942645; }
          .cd-content-block > ul > li .contents .content h2 {
            font-size: 22px;
            line-height: 1.1em;
            margin: 0;
            text-align: center; }
.cd-content-block > ul > li .contents .content.full .chevron {
    right: 30%;
}
          .cd-content-block > ul > li .contents .content .chevron {
            position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 15%;
			font-size: 25px;
			color: #fff;}
          .cd-content-block > ul > li .contents .content:hover .inner .zoom {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
          .cd-content-block > ul > li .contents .content:hover .chevron {
            background-color: #41817E; }
      .cd-content-block > ul > li .twitter {
        display: inline-block;
        background: url(../img/twitter.jpg) no-repeat center center;
        background-size: cover;
        text-align: center;
        width: 100%; }
        .cd-content-block > ul > li .twitter p {
          font-size: 19px;
          margin: 30px;
          color: #fff; }
          .cd-content-block > ul > li .twitter p a {
            color: #942645; }
          .cd-content-block > ul > li .twitter p span {
            display: block;
            color: #fff;
            font-size: 16px; }
        .cd-content-block > ul > li .twitter h2 {
          font-size: 35px;
          line-height: 1.1em;
          margin: 0;
          text-align: center; }
        .cd-content-block > ul > li .twitter img {
          display: block;
          margin: 30px auto; }
        .cd-content-block > ul > li .twitter a {
          color: #942645; }
      .cd-content-block > ul > li .footer {
        display: inline-block;
        width: 100%;
        background-color: #67605B;
        color: #fff;
        padding: 22px 50px 22px 50px; }
        .cd-content-block > ul > li .footer .left {
          float: left; }
        .cd-content-block > ul > li .footer .right {
          text-align: right; }
        .cd-content-block > ul > li .footer a {
          color: #fff; }
  .cd-content-block h2 {
    line-height: 2;
    font-size: 50px;
    color: #252525; }
  .cd-content-block p {
    margin: 1.2em 0;
    line-height: 24px;
    font-size: 18px;
    color: #312D2A; }
    .cd-content-block p.small {
      font-size: 15px; }
    .cd-content-block p.footnote {
      font-size: 11px;
      line-height: 14px; }
      .cd-content-block p.footnote sup {
        font-size: 8px; }
    .cd-content-block p.large {
      font-size: 22px;
      line-height: 26px;
      margin-top: 0.6em; }
    .cd-content-block p.icon {
      padding-left: 130px; }
    .cd-content-block p.tightbottom {
      margin-bottom: 0.2em; }
  .cd-content-block .time {
    color: #8aa6b1;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 5px solid #aec3c8; }
    .cd-content-block .time::before {
      content: url("../img/hour-glass-sm.png");
      margin-right: 10px;
      vertical-align: middle; }
  .cd-content-block .cd-close {
    /* 'X' icon to close the content block -  mobile only */
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s; }
    .cd-content-block .cd-close::after, .cd-content-block .cd-close::before {
      /* these are the 2 lines of the 'X' icon */
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 2px;
      height: 24px;
      background-color: #252525;
      /* Force Hardware Acceleration */
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-content-block .cd-close::after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .cd-content-block .cd-close::before {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
    .cd-content-block .cd-close.is-scaled-up {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.no-touch .cd-content-block .cd-close.is-scaled-up:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.cd-content-block .predictions h4 span {
  background: #eaf0f1;
  color: #942645;
  padding: 20px 30px;
  float: left;
  margin-right: 20px; }
.cd-content-block .predictions:nth-child(even) {
  background: #eaf0f1; }
  .cd-content-block .predictions:nth-child(even) h4 span {
    background: #942645;
    color: #fff; }
.cd-content-block #home-right p {
  font-size: 18px;
  color: #942645; }
.cd-content-block #home-right h2 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px; }
.cd-content-block .quote {
  padding: 30px 50px; }
  .cd-content-block .quote p {
    padding: 0px 0px 0px 20px;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    border-left: 3px solid #fff;
    margin: 1em 0; }
    .cd-content-block .quote p span {
      font-size: 16px;
      display: block;
      margin-top: 18px; }
      .cd-content-block .quote p span a {
        color: #fff !important; }
    .cd-content-block .quote p a {
      color: #fff !important; }
.cd-content-block .video {
  background: #338899 url(../img/video-image.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  min-height: 540px;
  position: relative; }
  .cd-content-block .video .container {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-50%);
    transform: translateX(-50%); }
    .cd-content-block .video .container .play {
      color: #fff;
      padding: 20px 30px;
      border: 5px solid #e60000;
      background-color: rgba(1, 1, 1, 0.2);
      font-size: 40px; }
    .cd-content-block .video .container .duration {
      color: #fff;
      background-color: rgba(238, 0, 0, 0.4);
      font-size: 24px;
      padding: 5px; }
.cd-content-block .image .container {
  margin-top: -30px;
  margin-bottom: -75px; }
  .cd-content-block .image .container p {
    font-size: 14px;
    color: #8aa6b1;
    line-height: 20px; }
.cd-content-block .square {
  list-style-type: square;
  color: #942645; }
  .cd-content-block .square li {
    font-size: 18px;
    line-height: 1.4;
    margin-left: 20px; }
    .cd-content-block .square li p {
      color: #252525;
      margin: 0; }
  .cd-content-block .square.icon {
    margin-left: 130px;
    color: #942645; }
.cd-content-block .award {
  margin-left: 50px; }
  .cd-content-block .award li {
    font-size: 24px;
    margin: 20px 0;
    background-image: url(../img/award.png);
    background-repeat: no-repeat;
    line-height: 50px;
    padding-left: 50px;
    min-height: 50px; }
    .cd-content-block .award li p {
      color: #252525;
      margin: 0;
      font-weight: bold;
      line-height: 24px; }

@media only screen and (min-width: 768px) {
  .cd-content-block {
    /* reset style */
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .cd-content-block > ul > li {
      /* reset style */
      opacity: 1;
      visibility: visible;
      padding: 0; }
      .cd-content-block > ul > li .container.home {
        padding: 40px 50px; }
      .cd-content-block > ul > li.overflow-hidden {
        /* this class is used during the animation (slider change) to hide the scrolling bar */
        overflow: hidden; }
      .cd-content-block > ul > li .back {
        display: block;
        background-color: #E5DBBE;
        color: #41817E;
        font-size: 20px;
        line-height: 20px;
        width: 100%;
        text-align: left;
        clear: both; }
        .cd-content-block > ul > li .back span {
          margin-right: 10px;
          color: #41817E; }
    .cd-content-block .time {
      color: #94AFAF;
      font-size: 16px;
      padding-bottom: 10px;
      border-bottom: 5px solid #94AFAF; }
      .cd-content-block .time::before {
        content: url("../img/hour-glass.png");
        margin-right: 10px;
        vertical-align: middle; } }
@media only screen and (min-width: 1200px) {
  .cd-content-block .cd-content-block > ul > li .contents .content h2 {
    font-size: 32px; }
  .cd-content-block .quote p {
    padding: 0px 0px 0px 40px;
    font-size: 22px;
    line-height: 1.1;
    color: #fff; }
    .cd-content-block .quote p span {
      font-size: 16px;
      display: block;
      margin-top: 15px; }
      .cd-content-block .quote p span a {
        color: #fff !important; } }
/* ---------------------------------------------- 

Desktop slider - both image and content blocks

---------------------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-image-block, .cd-content-block {
    /* slider style - desktop version only */
    width: 50%;
    float: left;
    height: 100vh;
    overflow: hidden; }

  .cd-image-block > ul, .cd-content-block > ul {
    position: relative;
    height: 100%; }

  .cd-image-block > ul > li, .cd-content-block > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    /* by default, the items are moved to the right - relative to their parent elements */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s; }

  .cd-image-block > ul > li.is-selected, .cd-content-block > ul > li.is-selected {
    /* this is the visible item */
    position: absolute;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .cd-image-block > ul > li.move-left, .cd-content-block > ul > li.move-left {
    /* this is the item hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); } }
/* -------------------------------- 

Slider navigation

-------------------------------- */
.block-navigation {
  /* this is the slider navigation - desktop version only */
  display: none; }

@media only screen and (min-width: 768px) {
  .block-navigation {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%; }
    .block-navigation::after {
      clear: both;
      content: "";
      display: table; }
    .block-navigation li {
      width: 50%;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background-color: #E5DBBE;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      transition: background 0.2s; }
      .block-navigation li:hover {
        background-color: #dfe6e7; }
      .block-navigation li:first-of-type {
        float: left; }
      .block-navigation li:last-of-type {
        float: right; }
    .block-navigation button {
      display: block;
      height: 100%;
      width: 100%;
      color: #41817E;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .block-navigation button.cd-prev {
        border-right: 4px solid #525e64; }
      .block-navigation button.cd-next {
        border-left: 4px solid #525e64; }
      .block-navigation button .chevron {
        top: 20px; }
      .block-navigation button.inactive {
        opacity: .3;
        cursor: not-allowed; } }
/* -------------------------------- 

Javascript disabled

-------------------------------- */
@media only screen and (min-width: 768px) {
  .no-js .cd-content-block {
    display: none; }
  .no-js .cd-image-block {
    width: 100%;
    overflow: visible; }
  .no-js .cd-images-list::after {
    clear: both;
    content: "";
    display: table; }
  .no-js .cd-images-list > li {
    position: static;
    width: 50%;
    float: left;
    height: 400px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    .no-js .cd-images-list > li.is-selected {
      position: static; }
    .no-js .cd-images-list > li > a {
      cursor: pointer;
      pointer-events: auto; }
  .no-js .block-navigation {
    display: none; } }
@media only screen and (min-width: 768px) {
  .cd-content-block #home-right h2 {
    font-size: 25px; }

  .squarebrackets {
    padding: 25px 10px 10px 10px; }

  .cd-content-block > ul > li .container {
    padding: 30px 50px; } }
@media only screen and (min-width: 992px) {
  .cd-content-block #home-right h2 {
    font-size: 25px; } }
@media only screen and (min-width: 1200px) {
  .cd-content-block #home-right h2 {
    font-size: 25px; }
  .cd-content-block > ul > li .container {
    padding: 30px 50px; } }
@media only screen and (max-width: 480px) {
  h3.icon {
    padding-left: 0px; }

  h4.icon {
    padding-left: 0px; }

  .cd-content-block p.icon {
    padding-left: 0px; }

  img.left {
    display: none; }

  .logo.first {
    width: 55px; } }
