body {
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e25206;
  font-size: 20px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #415c6e;
  font-size: 35px;
  line-height: 32px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: none;
}

.col1 {
  display: block;
  overflow: hidden;
  width: 31%;
  height: 100%;
  padding: 30px 0px;
  float: left;
  background-color: #fff;
}

.col2 {
  position: relative;
  display: block;
  width: 23%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, 0) 50%), url('../images/placeholder-2.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, 0) 50%), url('../images/placeholder-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.col2:hover {
  opacity: 0.9;
}

.col3 {
  position: relative;
  display: block;
  width: 23%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-image: -webkit-linear-gradient(25deg, rgba(0, 0, 0, .75), transparent 50%), url('../images/placeholder-0.png');
  background-image: linear-gradient(65deg, rgba(0, 0, 0, .75), transparent 50%), url('../images/placeholder-0.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.col3:hover {
  opacity: 0.9;
}

.col4 {
  position: relative;
  display: block;
  width: 23%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .75), transparent 50%), url('../images/placeholder-3.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 50%), url('../images/placeholder-3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.content-text {
  font-family: 'Titillium Web', sans-serif;
  color: #415c6e;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: 300;
}

.coltxt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: auto;
  width: 100%;
  max-height: 500px;
  padding: 30px 0px;
}

.coltitle {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 500;
}

.coltext {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: 300;
}

.p01h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1;
}

.p01h2 {
  position: static;
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
}

.p02col01 {
  width: 55%;
  height: 100%;
  float: left;
}

.p02col01.st38col1 {
  width: 30.25%;
}

.p02col02 {
  width: 45%;
  height: 100%;
  float: left;
}

.p02col02.st38col2 {
  width: 69.75%;
  background-color: #fff;
}

.p02col1block1 {
  position: relative;
  width: 55%;
  height: 65%;
  float: left;
  background-color: #60b9a3;
}

.p02col1block1.st38sidebar {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.p02col1block2 {
  position: relative;
  width: 45%;
  height: 65%;
  float: left;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 31%), url('../images/placeholder-2.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 31%), url('../images/placeholder-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.p02col1block2:hover {
  opacity: 0.9;
}

.p02col1block3 {
  position: relative;
  width: 100%;
  height: 35%;
  float: left;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .71), transparent 53%), url('../images/placeholder-0.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .71), transparent 53%), url('../images/placeholder-0.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.p02col1block3:hover {
  opacity: 0.9;
}

.p02col2block1 {
  position: relative;
  display: block;
  width: 100%;
  height: 52%;
  float: left;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 42%), url('../images/placeholder-3.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 42%), url('../images/placeholder-3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.p02col2block1:hover {
  opacity: 0.9;
}

.p02col2block1.pointer {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.p02col2block1.pointer:hover {
  opacity: 0.9;
}

.p02col2block1.pointer.st39block1 {
  width: 35%;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02col2block1.pointer.st39block2 {
  width: 65%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02col2block2 {
  position: relative;
  width: 50%;
  height: 48%;
  float: left;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 54%), url('../images/placeholder-2.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 54%), url('../images/placeholder-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.p02col2block2:hover {
  opacity: 0.9;
}

.p02col2block2.pointer {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.p02col2block2.pointer:hover {
  opacity: 0.9;
}

.p02col2block2.pointer.st39block3 {
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02col2block3 {
  position: relative;
  width: 50%;
  height: 48%;
  float: left;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .8), transparent 60%), url('../images/placeholder-3.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 60%), url('../images/placeholder-3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.p02col2block3:hover {
  opacity: 0.9;
}

.p02col2block3.pointer {
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.p02col2block3.pointer:hover {
  opacity: 0.9;
}

.p02h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f8e71c;
  font-size: 1.42em;
  line-height: 1;
}

.p02h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
}

.p02block1text {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.15em;
  line-height: 1.2;
  font-weight: 300;
}

.p01popcol02 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 300%;
  height: 100%;
  float: right;
}

.p01popcol02.st01popup1 {
  display: block;
}

.p01popcol02.st01popup1.p01popupcol022 {
  display: block;
  background-image: none;
}

.p01popcol02.st01popup1.p01popupcol022.p01firstpopup {
  left: 31%;
  right: 0px;
  z-index: 100;
  display: none;
  width: 69%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p01popcol02.st01popup2 {
  left: -100%;
  display: block;
}

.p01popcol02.st01popup2.p01secondpopup {
  left: 31%;
  right: 0px;
  z-index: 100;
  display: none;
  width: 69%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p01popcol02.st01popup3 {
  left: 31%;
  right: 0px;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 69%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02slidetxt {
  position: relative;
  z-index: 2;
  width: 45%;
  min-height: 50%;
  margin-top: 50px;
  margin-right: 6%;
  margin-bottom: 50px;
  padding: 50px 0px;
  float: right;
  background-color: rgba(65, 92, 110, .8);
}

.m_closepopup {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #324a5b;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.m_closebuttontxt {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
}

.p02popupwrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, .5);
}

.p02popup {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.p02popupcol1 {
  display: block;
  width: 50%;
  height: 100%;
  float: left;
}

.p02popupcol1.st02-popimg1 {
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02popupcol1.st02-popimg2 {
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02popupcol1.st02-popimg3 {
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02popupcol1.st02-popimg4 {
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02popupcol1.st02-popimg5 {
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p02popupcol2 {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100%;
  float: right;
}

.st02p01background {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st02p01cblock {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  max-height: 650px;
  padding: 30px 0px;
  background-color: hsla(0, 0%, 100%, .8);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st02p01readmore {
  position: relative;
  display: inline-block;
  min-width: 100px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding: 10px 18px 10px 6px;
  background-color: #39b9c7;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  text-decoration: none;
}

.st01p01readmoreicon {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 1em;
  line-height: 1;
}

.st02p01readmoretxt {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  text-transform: uppercase;
}

.st03p01block01 {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 40%;
  height: 100%;
  float: left;
  background-color: hsla(0, 0%, 100%, .9);
}

.st03p01bigimage {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60%;
  height: 100%;
  float: right;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 400;
}

.st03p01btn {
  position: relative;
  display: inline-block;
  min-width: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-right: 18px;
  padding-left: 5px;
  border: 2px none #415c6e;
  background-color: #415c6e;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  line-height: 37px;
  text-decoration: none;
}

.st03p01btnicon {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 1em;
  line-height: 1;
}

.st03p01btntxt {
  position: relative;
  display: inline-block;
  font-size: 1.15em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.st03p01popupwrapper {
  position: absolute;
  z-index: 7;
  display: none;
  width: 100%;
  height: 100%;
}

.st03p01popupcol01 {
  position: relative;
  overflow: hidden;
  width: 40%;
  height: 100%;
  float: left;
  background-color: #fff;
}

.st03p01popupcol02 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40%;
  height: 100vh;
  float: left;
  background-color: rgba(57, 185, 199, .74);
}

.st03p01closebutton {
  position: relative;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
}

.st01p02coltxt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-height: 100%;
  padding: 30px 0px;
}

.st02p01popupwrapper {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}

.st02p01popupbar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 35%;
  display: block;
  overflow: hidden;
  height: 65%;
  background-color: #fff;
}

.st02p01popupbuttonrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 35%;
  background-color: #fff;
}

.st02p01popupbottomblock {
  position: relative;
  width: 25%;
  height: 100%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6), transparent 64%), url('../images/placeholder-2.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent 64%), url('../images/placeholder-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-decoration: none;
}

.st02p01popupbottomblock.st02popupblock1 {
  position: relative;
  display: block;
  height: 100%;
  float: left;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.st02p01popupbottomblock.st02popupblock1:hover {
  opacity: 0.9;
}

.st02p01popupbottomblock.st02p01popupblock2 {
  display: block;
  float: left;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-2.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-2.png');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.st02p01popupbottomblock.st02p01popupblock2:hover {
  opacity: 0.9;
}

.st02p01popupbottomblock.st02popupblock3 {
  display: block;
  float: left;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-3.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-3.png');
  background-size: auto, cover;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.st02p01popupbottomblock.st02popupblock3:hover {
  opacity: 0.9;
}

.st02p01popupbottomblock.st02popupblock4 {
  display: block;
  float: left;
  background-color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.st02p01popupbottomblock.st02popupblock4:hover {
  opacity: 0.9;
}

.maglr-content-holder {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.center-content {
  position: absolute;
  top: 50%;
  width: 100%;
  max-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.center-content.st08 {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.center-content.st38 {
  max-height: 650px;
}

.center-content.st39 {
  max-height: 650px;
}

.st02p01popcontentwrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 15px;
}

.st02p01popupcol01 {
  overflow: hidden;
  width: 25%;
  height: 100%;
  margin-right: 3%;
  float: left;
}

.st02p01popupbottomtxtblock {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  max-height: 100%;
  padding: 30px 25px;
  text-align: center;
}

.st02p01bottomtxth1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  list-style-type: none;
}

.st02p01popupbottombodytxt {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
}

.st02p01popupextra {
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 285.71%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.st02p01popupextra.testpopup {
  display: none;
}

.st02p01extrah1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 300;
}

.st02p01extratxt {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.45;
  font-weight: 300;
}

.st04p01column {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid hsla(0, 0%, 100%, .27);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.st04p01column:hover {
  background-color: rgba(0, 0, 0, .13);
}

.st04p01row1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  clear: none;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .75) 5%, transparent 38%), url('../images/placeholder-0.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75) 5%, transparent 38%), url('../images/placeholder-0.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.st04p01bottomholder {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  padding: 25px 15px;
}

.st04p01headingholder {
  position: relative;
  height: 100%;
}

.st04p01hh {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 30px 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st04p01popup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 0px;
  padding-bottom: 40px;
  background-color: #fff;
}

.st04p01popup.st04p01popup1 {
  position: absolute;
  z-index: 2;
  display: none;
  width: 33.33%;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.st04p01popup.st04p01popup2 {
  left: 33.33%;
  z-index: 2;
  display: none;
  width: 33.33%;
  padding-bottom: 0px;
}

.st04p01popup.st04p01popup3 {
  left: auto;
  z-index: 3;
  display: none;
  width: 33.33%;
}

.st04p01poptextholder {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.st04p01poptextholder.m-flexbox.cc {
  display: block;
}

.st04p01poph3 {
  margin-top: 0px;
  color: #537490;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.st04p01poph4 {
  margin-bottom: 0px;
  color: #39b9c7;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.st05p01content {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  min-width: 100%;
  padding: 40px;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st05p01headingholder {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 400px;
  padding-left: 20px;
  clear: both;
}

.st05p01columns {
  position: absolute;
  left: 0%;
  right: 0px;
  bottom: 40px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  clear: both;
}

.st05p01pageblock {
  position: relative;
  display: block;
  overflow: visible;
  width: 29.3%;
  height: 225px;
  margin: 10px 2%;
  padding: 25px 0px;
  float: left;
  background-color: hsla(0, 0%, 100%, .84);
}

.st05p01pageblockh5 {
  margin-top: 0px;
  color: #537490;
  font-size: 1.42em;
  line-height: 1.25;
}

.st05p01pageblocktext {
  opacity: 1;
  color: #666;
  font-size: 1.14em;
  line-height: 1.25;
  font-weight: 300;
}

.st05p01pageblockmore {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-color: #415c6e;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
}

.st05p01pageblockmore:focus {
  background-color: #60b9a3;
}

.st05p01popup {
  position: fixed;
  left: 3%;
  top: 3%;
  right: 3%;
  bottom: 3%;
  z-index: 5;
  display: none;
  height: auto;
  background-color: #fff;
  opacity: 1;
}

.st05p01popuprow {
  display: block;
  overflow: hidden;
  height: 100%;
}

.st05p01popupcolumn {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 30px 30px 30px 15px;
}

.st05p01popupquote {
  position: absolute;
  left: 0px;
  bottom: 40px;
  z-index: 10;
  width: 45%;
  height: auto;
  max-height: 400px;
  padding: 30px 0px;
  background-color: #7cc6ca;
  color: #fff;
  line-height: 1.17;
  font-weight: 300;
}

.st05p01popupimg {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 85px;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: inset 0 -75px 25px -25px rgba(0, 0, 0, .5);
}

.st05p01popupclose {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7cc6ca;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Fontawesome;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  list-style-type: none;
}

.st05p01popupclose:hover {
  background-color: #7cc6ca;
}

.st05p01popupclose:focus {
  background-color: #7cc6ca;
}

.st05p01popupsignature {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: 0px;
  width: 55%;
  min-width: 0px;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  line-height: 1.42;
  text-align: right;
}

.st05p01popuph3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #7cc6ca;
  font-size: 1.42em;
  line-height: 1.2;
  text-transform: uppercase;
}

.st05p01popuph2 {
  margin-top: 0px;
  color: #537490;
  font-size: 2.14em;
  line-height: 1.2;
  font-weight: 300;
}

.st05p01popuptext {
  margin-top: 20px;
  color: #666;
  font-size: 1em;
  line-height: 1.42;
}

.st04p01popuptext {
  padding-bottom: 10px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.st07p01columns {
  height: 100%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st07p01column {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  list-style-type: none;
}

.st07p01column.st07p01navholder {
  display: block;
}

.st07p01column.st07p01-columncontent {
  padding-right: 30px;
}

.st07p01nav {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 33.33%;
}

.st07p01nav.st07p01nav1 {
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.st07p01nav.st07p01nav2 {
  position: relative;
  color: #fff;
  text-decoration: none;
  list-style-type: none;
}

.st07p01content {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 92, 110, .85);
}

.st07p01navtext {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 0px;
  padding: 30px 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .67) 1%, transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .67) 1%, transparent);
}

.st07p01contentwrapper {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  max-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st07p01contentbutton {
  position: relative;
  margin-top: 20px;
  margin-left: 25px;
  padding: 10px 20px 10px 10px;
  border: 2px none #fff;
  background-color: #7cc6ca;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.st07p01contentbutton.st47_block_button {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.st07p01contentbutton.st47_block_button:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.st07p01readmoreicon {
  position: relative;
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1;
}

.st07p01readmoretext {
  position: relative;
  display: inline;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.st07p01popup {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  overflow: hidden;
  width: 400%;
  height: 300%;
  opacity: 1;
}

.st07p01popup.st07p01popup1 {
  left: 100%;
  top: 0px;
  z-index: 5;
  width: 300%;
}

.st07p01popup.st07p01popup2 {
  position: absolute;
  left: 100%;
  top: -100%;
  z-index: 5;
  display: none;
  width: 300%;
}

.st07p01popup.st07p01popup3 {
  left: 100%;
  top: -200%;
  z-index: 5;
  display: none;
  width: 300%;
}

.st07p01popupcolumn {
  position: relative;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.st07p01popupcolumn.st07p01popupcontent {
  background-color: #fff;
}

.st07p01popupcolumn.st07p01popupimage {
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st07p01popupcontentholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 0px 30px;
}

.st07p01popuph6 {
  margin-top: 0px;
  color: #39b9c7;
  font-size: 1.15em;
  line-height: 1.45;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.st07p01popuph2 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #415c6e;
  font-size: 2.14em;
  line-height: 1.16;
  font-weight: 300;
}

.st07p01popuptext {
  margin-top: 15px;
  color: #415c6e;
  font-size: 1em;
  line-height: 1.5;
}

.st07p01popupclose {
  position: fixed;
  top: 0px;
  right: 31.25%;
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #7cc6ca;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  list-style-type: none;
}

.st09p01columns {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 25%), url('../images/placeholder-0.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 25%), url('../images/placeholder-0.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.st09p01column {
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px solid hsla(0, 0%, 100%, .1);
}

.st09p01column.st09p01column1 {
  display: block;
  height: 100%;
}

.st09p01column.st09p01column2 {
  display: block;
}

.st09p01column.st09p01column3 {
  display: block;
}

.st09p01maintextholder {
  position: relative;
  height: 75%;
}

.st09p01maintext {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 100%;
  max-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.st09p01bottomh4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.42em;
  line-height: 1.55;
  font-weight: 200;
}

.st09p01bottomh3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.43em;
  line-height: 1.15;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.st09p01mainh3 {
  margin-top: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #f5a623;
  font-size: 1.43em;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st09p01mainh2 {
  margin-top: 0px;
  color: #fff;
  font-size: 2.14em;
  line-height: 1.15;
  font-weight: 200;
}

.st09p01mainh1 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 3.57em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  list-style-type: none;
}

.st09p01mainh1.st09rolloverh1 {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  font-weight: 400;
}

.st09p01bottomwrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  overflow: visible;
  height: auto;
  max-height: 25%;
  min-width: 0px;
  padding: 30px 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-align: center;
}

.st09p01bottomwrapper:hover {
  overflow: visible;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.st09p01rolloverholder {
  position: relative;
  top: 50%;
  display: block;
  width: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.st09p01rollovermorebtn {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px 10px 10px;
  background-color: rgba(0, 0, 0, .74);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.st09p01rollovermorebtn:hover {
  background-color: #000;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.st09p01rollovermorebtn:focus {
  background-color: rgba(0, 0, 0, .74);
  opacity: 0.88;
}

.st09p01readmoreicon {
  position: relative;
  display: inline;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Fontawesome;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4;
}

.st09p01readmoretext {
  position: relative;
  display: inline;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st09p02row1 {
  height: 67%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent), url('../images/placeholder-2.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent), url('../images/placeholder-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.st09p02row1col1 {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.st09p02row1col2 {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 5;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.st09p02row2 {
  height: 33.33%;
}

.st09p02row2col1 {
  height: 100%;
  padding: 40px 0px;
  background-color: #fff;
}

.st09p02row2col2 {
  height: 100%;
  padding: 30px 0px;
  background-color: #f5a623;
}

.st09p02row2col3 {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st09p02h3 {
  position: absolute;
  left: 40px;
  top: 50%;
  right: 40px;
  display: block;
  width: auto;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.79em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.st09p02h3.st09-heading2 {
  margin-bottom: 0px;
}

.st09p02shortheading {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 40px;
  font-family: 'Titillium Web', sans-serif;
  color: #4a4a4a;
  font-size: 1.14em;
  line-height: 1.13;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st09p02shorttext {
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 40px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1em;
  line-height: 1.43;
}

.st09p02headings {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 75%;
  height: auto;
  max-height: 100%;
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
}

.st09p02label {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 16px;
  background-color: #f5a623;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.42em;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none;
}

.st09p02h1 {
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 3.6em;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: uppercase;
  list-style-type: none;
}

.st09p02navlistitem {
  position: static;
  z-index: 10;
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ccc;
  color: #fff;
  text-decoration: none;
  list-style-type: none;
}

.st09p02navlistitem:hover {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
}

.st09p02navlist {
  position: absolute;
  left: 0%;
  right: 0px;
  bottom: 40px;
  display: block;
  width: auto;
  height: auto;
}

.st09p02navlisticon {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 14px;
}

.st07p01popupcloseicon {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.st09p02navlisticonholder {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #f5a623;
  color: #fff;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
}

.st09p02navlisttext {
  display: inline-block;
  padding-right: 20px;
  padding-left: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1.43em;
  line-height: 1.8;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.st09p02navlisttext:hover {
  padding-left: 55px;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.st09p02popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.st09p02popupimage {
  height: 100%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st09p02popupcontent {
  position: absolute;
  top: 40px;
  bottom: 33.33%;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, .9);
}

.st09p02popupcontentwrapper {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.st09p02popupimagewrapper {
  position: relative;
  top: 0px;
  bottom: 0px;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.st09p02popupcontenth4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #f5a623;
  font-size: 1.43em;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style-type: none;
}

.st09p02popupcontenth3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  list-style-type: none;
}

.st09p02popupcontenttext {
  margin-top: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.43;
}

.st09p02popupcontentholder {
  position: relative;
  height: 100%;
  max-width: 1200px;
  padding: 65px 75px 50px 15px;
}

.st05p01popupcloseicon {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.st09p02popupclose {
  position: absolute;
  top: 15px;
  right: 15px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  min-width: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid #ccc;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  list-style-type: none;
}

.st09p02popupclose.st09-popupclose-1 {
  top: 15px;
  right: 15px;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: rgba(0, 0, 0, .5);
  font-size: 20px;
  line-height: 50px;
}

.st09p02popupclose.st09-popupclose-1.st47popupclose {
  top: 20px;
  background-color: transparent;
}

.st09p02popupcloseicon {
  position: relative;
  text-align: center;
}

.st09p02popupcloseicon.st47popupicon {
  color: #fff;
}

.st09_popup {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
}

.st09_popup.st09_popupfix3 {
  position: absolute;
  left: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 302%;
  margin-left: -201%;
}

.st09_popup.st09_popupfix2 {
  position: absolute;
  left: 0px;
  display: none;
  overflow: hidden;
  width: 302%;
  margin-left: -101%;
}

.st09_popup.st09_popupfix1 {
  position: absolute;
  left: 0%;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 302%;
}

.st04p01popupcloseicon {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #537490;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.st04p01popupcloseholder {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: 50px;
  height: 50px;
  color: #537490;
  font-size: 27px;
  line-height: 27px;
  text-decoration: none;
  list-style-type: none;
}

.st09popup2block1 {
  position: absolute;
  left: 0%;
  top: 66.66%;
  bottom: 0px;
  width: 50%;
  height: auto;
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5a623;
}

.st09popup2block2 {
  position: absolute;
  left: 50%;
  top: 66.66%;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  min-height: auto;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.city-rollover {
  position: absolute;
  z-index: 15;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.city-rollover.st09-city-rollover-last {
  z-index: 15;
  display: none;
  overflow: visible;
  width: 100.2%;
}

.city-rollover.st09-cityrollover-2 {
  display: none;
}

.black-layover {
  position: absolute;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .56);
}

.st04imgholder {
  height: 215px;
  margin-bottom: 20px;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st07-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.st07navholder {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.st07navholder:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.st07navholder.active {
  position: static;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.st07p01navholder {
  position: relative;
  display: none;
  height: 100%;
}

.st02extrapopupholder1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 50px 0px 30px;
  background-color: #43607d;
}

.st03middlewrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  max-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st46_bg {
  width: 100%;
  height: 100%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st46_gradient_bg {
  width: 100%;
  height: 100%;
  float: left;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent);
}

.st46navholder {
  position: relative;
  bottom: 0px;
  z-index: 100;
  overflow: visible;
  width: 34%;
  height: 50%;
  padding-left: 50px;
}

.st46navitem {
  position: relative;
  right: 0px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 15px 45px 15px 20px;
  clear: none;
  background-color: #f26c7d;
  -webkit-transition: background-color 200ms ease, -webkit-transform 300ms ease;
  transition: background-color 200ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 200ms ease;
  transition: transform 300ms ease, background-color 200ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-decoration: none;
}

.st46navitem.active {
  opacity: 1;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.st46navitem_heading {
  font-size: 1.14em;
  line-height: 1.15;
  text-transform: none;
}

.st46navitem_intro {
  font-size: 1em;
  line-height: 1.42;
  font-weight: 200;
}

.st46navitem_chevron {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  overflow: visible;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.st46main_subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f26c7d;
  font-size: 2.14em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.st46main_mainheading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 4.28em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.st46main_contentholder {
  position: relative;
  width: 50%;
  height: 50%;
  margin-left: 0px;
  padding-left: 25px;
}

.st46main_headingwrapper {
  position: absolute;
  bottom: 0px;
  width: 450px;
  max-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.st46popupholder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: auto;
  height: 100%;
}

.st46popup {
  position: static;
  display: block;
  width: auto;
  height: 100%;
}

.st46popupimgholder {
  width: 34%;
  height: 50%;
  padding-top: 50px;
  padding-left: 50px;
  float: left;
}

.st46popupcontentholder {
  position: absolute;
  right: 0px;
  width: 66%;
  height: 100%;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  float: right;
}

.st46popupimg {
  height: 100%;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st46popupcontent {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.st46popupclose {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #f26c7d;
  color: #fff;
  text-decoration: none;
}

.st46popupcloseicon {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.st46popuptitle {
  margin-top: 0px;
  padding-right: 0px;
  color: #459f96;
  font-size: 2.85em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.st46popupintro {
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #459f96;
  font-size: 1.43em;
  line-height: 1.35;
  font-weight: 300;
}

.st47section1 {
  overflow: hidden;
  height: 50%;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st47section2 {
  overflow: hidden;
  height: 50%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st47section1wrapper {
  position: relative;
  width: 60%;
  height: 100%;
}

.st47section2wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
}

.st47_main_blockholder {
  position: absolute;
  left: 50px;
  top: 50%;
  right: 50px;
  overflow: visible;
  width: auto;
  max-height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.st47_main_blockholder._1 {
  top: 50%;
  width: 100%;
  text-align: left;
}

.st47_main_blockholder._2 {
  left: auto;
  bottom: 30px;
  width: 100%;
  text-align: right;
}

.st47block_subheading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #99decb;
  font-size: 1.43em;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
}

.st47block_heading {
  overflow: hidden;
  margin-top: 0px;
  color: #fff;
  font-size: 2.85em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.st47_block_button {
  color: #fff;
}

.st47popup {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
}

.st47popup_section1 {
  position: static;
  width: 100%;
  height: 55%;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st47popup_section1.st47popup1_bg {
  height: 50%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st47popup_section1.st47popup2_bg {
  height: 50%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st47popup_section2 {
  position: relative;
  height: 50%;
  background-color: #fff;
}

.st47textholder {
  position: absolute;
  left: 40px;
  top: -40px;
  right: 40px;
  bottom: 0px;
  overflow: hidden;
  padding: 40px 20px;
  background-color: #fff;
}

.st47popup_gradient {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5) 1%, transparent 60%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5) 1%, transparent 60%);
}

.st47_popup_headingholder {
  position: absolute;
  left: 80px;
  bottom: 80px;
  width: 45%;
  max-height: 300px;
}

.st47headingholder_header1 {
  margin-bottom: 5px;
  color: #99decb;
  font-size: 1.43em;
  line-height: 1.15;
  font-weight: 400;
  text-transform: uppercase;
}

.st47headingholder_header2 {
  margin-top: 0px;
  color: #fff;
  font-size: 2.85em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.st47headingholder_header2.st48_header2 {
  color: #459f96;
}

.st47popup_text1 {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  line-height: 1.42;
}

.st47popup_text2 {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  line-height: 1.42;
}

.st47popup_quote {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #459f96;
  font-size: 1.43em;
  line-height: 1.35;
}

.st47popup_textholder {
  position: static;
  display: block;
  width: 50%;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}

.st48popup_slide1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.st48popup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.st48popup.st48-popup2 {
  display: none;
}

.st48popup.st48-popup1 {
  display: none;
}

.st8popupsection1 {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 20%;
  height: 100%;
  float: left;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st8popupsection1.st48popupsection1-1 {
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st48popupsection2 {
  position: relative;
  display: block;
  width: 80%;
  height: 100%;
  float: left;
  background-color: #fff;
}

.st48popup_slide2 {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.st48slide1_text1 {
  display: block;
  width: 50%;
  padding-right: 20px;
  float: left;
  font-size: 1em;
  line-height: 1.43;
}

.st48slide1_text2 {
  width: 50%;
  padding-left: 20px;
  float: left;
  font-size: 1em;
  line-height: 1.43;
}

.st48_slidedown {
  position: absolute;
  left: 50%;
  bottom: 0px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #459f96;
  -webkit-transition: opacity 200ms ease, all 200ms ease-in-out;
  transition: opacity 200ms ease, all 200ms ease-in-out;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.st48slide2_img1 {
  display: block;
  height: 50%;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st48slide2_contentblock {
  width: 100%;
  height: 50%;
}

.st48slide2_content {
  position: relative;
  width: 60%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.st48slide2_img2 {
  position: static;
  display: block;
  width: 100%;
  height: 50%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st48slide2_quote {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #99decb;
}

.st48_blockholder {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40%;
  height: 66.66%;
}

.st48_slideup {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #459f96;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.st49quotetext {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 20px 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 1.71em;
  line-height: 1.17;
  text-align: center;
}

.st48slide2_text {
  width: 100%;
  height: 100%;
  padding: 40px 10px;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.42;
}

.st48popupsection1_gradient {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
}

.hoverbg_light {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .1);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hoverbg_light:hover {
  background-color: hsla(0, 0%, 100%, .5);
}

.hoverbg_light.buttonhover {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

.hoverbg_dark {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, .1);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.st48_slidedown_text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.st48slideuptext {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.st06-sideholder {
  position: relative;
  width: 40%;
  height: 100%;
  float: left;
  background-color: #415c6e;
}

.st06-slide {
  position: absolute;
  right: 0px;
  display: none;
  width: 60%;
  height: 100%;
  float: left;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st06-middleholder {
  width: 100%;
  padding: 30px 0px;
}

.st06-sliderblock {
  position: absolute;
  left: 0px;
  bottom: 50px;
  overflow: visible;
  width: 50%;
  max-height: 500px;
  min-height: 100px;
  background-color: rgba(83, 116, 144, .8);
  color: #fff;
}

.st06-slideup {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #39b9c7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  text-decoration: none;
  list-style-type: none;
}

.st06-slidedown {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #39b9c7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  text-decoration: none;
}

.st06-navicon {
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.st06-navholder {
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 10;
  display: inline-block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st53-sectionleft {
  position: relative;
  width: 65%;
  height: 100%;
  float: left;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st53-sectionright {
  overflow: hidden;
  width: 35%;
  height: 100%;
  padding: 30px 0px;
  float: right;
  background-color: #fff;
}

.st53-subheading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #39b9c7;
  font-size: 1.42em;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
}

.st53-heading {
  margin-top: 0px;
  color: #415c6e;
  font-size: 3.57em;
  line-height: 1;
  font-weight: 400;
}

.st53-intro {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #415c6e;
  font-size: 1.14em;
  line-height: 1.38;
}

.st53-slide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 70px 40px 60px;
  background-color: rgba(57, 185, 199, .85);
}

.st53-slide.st53-slide2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding: 0px;
}

.st53-slide.st53-slide1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding: 0px;
}

.st53-slide-column1 {
  display: block;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.st53-slide-column2 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.st53-slidetext {
  overflow: hidden;
  color: #fff;
  font-size: 1em;
  line-height: 1.43;
}

.st53-slidecontent {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 15px 70px;
}

.st53-navdown {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 2;
  width: 60px;
  height: 37px;
  margin-left: -30px;
  background-color: #415c6e;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  text-decoration: none;
}

.st53-navdown.st53-navtop {
  top: 0px;
  bottom: auto;
}

.st53-navicon {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
}

.st53-close {
  width: 40px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}

.st53-closeholder {
  position: absolute;
  top: 20px;
  right: 20px;
}

.st53-readmorehover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .25);
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.st53-readmorehover:hover {
  opacity: 0;
}

.st54-page1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st54-page1.st55-page1 {
  display: block;
  overflow: hidden;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 33%), url('../images/placeholder-0.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 33%), url('../images/placeholder-0.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.st54-page1-block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  max-height: 650px;
  padding: 30px 0px;
  background-color: #f8941d;
}

.st54-page1-block.st55-page1-block {
  background-color: transparent;
}

.st54-page1-blockheading3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 2.14em;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.st54-page1-blockheading1 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 4.28em;
  line-height: 1;
  font-weight: 600;
}

.st54-page1-blocktext {
  color: #fff;
  font-size: 1.14em;
  line-height: 1.37;
  font-weight: 200;
}

.st54-page1-block-navicon {
  position: relative;
  left: 50%;
  right: 50%;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: -25px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.st45-page2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.st54-page2-quote {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 33%;
  padding: 30px 0px;
  background-color: #f26c7d;
  color: #fff;
}

.st54-page2-quote.st54-page4-quoteholder {
  padding: 30px 0px;
}

.st54-page2-quote.st55-page2-quote {
  overflow: hidden;
  height: 50%;
}

.st54-page2-contentwrapper {
  width: 100%;
  height: 67%;
  background-color: #fff;
}

.st54-page2-contentwrapper.st55-page2-contentwrapper {
  height: 100%;
}

.st45-page2-textblock {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding: 30px 0px;
  float: left;
}

.st45-page2-textblock.st55-page2-textblock {
  position: relative;
  overflow: hidden;
  width: 34%;
  padding: 30px 0px;
}

.st54-page2-imageblock {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  float: left;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st54-page2-imageblock.st55-page2-imageblock {
  width: 66%;
  background-image: none;
}

.st54-page2-quotetext {
  position: absolute;
  left: 40px;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 1.36em;
  line-height: 1.52;
  font-style: italic;
  font-weight: 200;
  text-align: center;
}

.st54-page2-quotetext.st55-page2-quotetext {
  font-size: 1.57em;
  line-height: 1.37;
}

.st54-page2-textcolumn1 {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  font-size: 1em;
  line-height: 1.42;
  font-weight: 300;
}

.st54-page2-textcolumn1.st54-page3-text {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  color: #333;
  font-size: 1em;
  line-height: 1.43;
  font-weight: 300;
}

.st54-page3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.st54-page2-row {
  position: relative;
  height: 100%;
}

.st54-page3-column {
  height: 100%;
}

.st54-page3-column.st54-page3-column2 {
  overflow: hidden;
  padding: 30px 0px;
  background-color: #fff;
}

.st54-page3-column.st54-page3-column1.st54-page3-bg1 {
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st54-page3-column.st54-page3-column3.st54-page3-bg2 {
  display: block;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st54-page3-column.st54-page4-column4 {
  overflow: hidden;
  padding: 30px 0px;
  background-color: #fff;
}

.st54-page3-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8333;
  font-size: 1.42em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.st54-page3-heading.st54-page3-headingmargin {
  margin-top: 0px;
  font-size: 1.43em;
  line-height: 1.2;
}

.st54-page4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.st54-page4-contentholder {
  position: relative;
  width: 100%;
  height: 67%;
}

.st54-page4-row {
  width: 100%;
  height: 100%;
}

.st54-page4-column {
  height: 100%;
  background-color: #fff;
}

.st54-page4-column.st54-page4-bg {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.st54-page4-column.st54-page4-columntext {
  overflow: hidden;
  padding: 30px 0px;
}

.st54-page4-quote {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
  width: 33.33%;
  max-height: 66.66%;
  min-height: 50%;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  background-color: #f8941d;
}

.st54-page4-quotetext {
  position: absolute;
  left: 40px;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 1.43em;
  line-height: 1.3;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.st54-page4-textcolumn {
  height: 100%;
  padding: 60px 20px;
}

.st54-page4-textcolumn.st54-columnfirst {
  overflow: hidden;
  padding: 40px 15px;
}

.st54-page4-textcolumn.st54-columnfirst.st55-columnfirst {
  overflow: hidden;
  padding: 40px 5px 40px 0px;
}

.st54-page4-textcolumn.st54-columnlast {
  overflow: hidden;
  padding: 40px 15px;
}

.st54-page4-textcolumn.st54-columnlast.st55-columnsecond {
  overflow: hidden;
  padding: 40px 0px 40px 5px;
}

.st54-page4-quote-text {
  max-width: 1000px;
  font-size: 1em;
  line-height: 1.43;
  font-weight: 200;
}

.st54-page4-quote-text.ts55-page4-quote-text {
  font-size: 1em;
  line-height: 1.43;
  font-weight: 200;
}

.st54-page4-quoteheading {
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.42em;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st55-page2-image {
  position: relative;
  width: 100%;
  height: 50%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.st55-page3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.st55-page3.st54-page3 {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.st55-page3-row {
  height: 100%;
}

.st55-page3-column {
  height: 100%;
}

.st55-page3-column.st55-page3-textcolumn {
  overflow: hidden;
  padding: 30px 0px;
  background-color: #fff;
}

.st55-page3-column.st55-page3-img {
  overflow: hidden;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st55-columnlast {
  overflow: hidden;
  height: 100%;
  padding: 40px 5px;
}

.st54-link-icon {
  position: relative;
  font-family: Fontawesome;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.st54-link-block04 {
  position: absolute;
  left: 25%;
  top: 0px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f26c7d;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
}

.st54-link-block04:hover {
  text-decoration: none;
}

.st54-hover {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .5);
  opacity: 0;
}

.s54-link-block04-txt {
  position: relative;
  font-family: Fontawesome;
  text-align: center;
  text-decoration: none;
}

.st54-link-block03 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f26c7d;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  text-decoration: none;
}

.st54-link-block03:hover {
  text-decoration: none;
}

.st54-link-block02 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f26c7d;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
}

.st54-link-block02:hover {
  text-decoration: none;
}

.st54-link-wrap {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 50px;
  height: 100px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st55-link-wrap {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 50px;
  height: 100px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st55-link-wrap.st55-link-wrap1 {
  left: 0px;
  right: auto;
}

.st55-link-wrap.st55-link-wrap2 {
  left: 0%;
  top: 0%;
  right: auto;
  height: 50px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.st55-link-icon01 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #f26c7d;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
}

.st55-link-icon02 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-color: #f26c7d;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
}

.st55-hover {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .5);
  opacity: 0;
}

.st55-icon {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: Fontawesome;
  text-align: center;
}

.st80-fullbg {
  position: relative;
  width: 100%;
  height: 100%;
}

.st02-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .1);
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.st02-hover:hover {
  opacity: 0;
}

.st03-buttonhover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .1);
  opacity: 0;
}

.st03-buttonhover.buttonhover {
  border-style: none;
  opacity: 0;
}

.buttonhover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: hsla(0, 0%, 100%, .1);
  opacity: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  letter-spacing: 0px;
}

.st05-buttonicon {
  position: relative;
  font-size: 20px;
  line-height: 50px;
}

.st48popupclose {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background-color: #459f96;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.st48popupcloseicon {
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  list-style-type: none;
}

.st10-main {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st10-contentholder {
  position: absolute;
  left: 80px;
  top: 80px;
  right: 50%;
  bottom: 80px;
  width: auto;
  height: auto;
  background-color: #415c6e;
}

.st10-listholder {
  position: absolute;
  left: 60%;
  top: 80px;
  right: 80px;
  bottom: 80px;
  width: auto;
  height: auto;
}

.st10-listitem {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  list-style-type: none;
}

.st10-listitembefore {
  position: relative;
  left: 0px;
  width: 42px;
  height: 42px;
  float: left;
  background-color: #60b9a3;
  color: #fff;
}

.st10-listitemicon {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.st10-listitemtext {
  padding-left: 20px;
  float: left;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.st10-subtitle {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #7cc6ca;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.st10-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}

.st10-intro {
  margin-bottom: 25px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 200;
}

.st10-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.st10-main-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.st10-main02 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.st10-main2-left {
  position: relative;
  width: 65%;
  height: 100%;
  float: left;
}

.st10-main2-right {
  position: relative;
  width: 35%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-color: #fff;
}

.st10-main2-bg1 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st10-main2-block1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70%;
  height: 40%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st10-main2-block2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30%;
  height: 40%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st10-main03 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.st10-main04 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.st10-main4-row {
  width: 100%;
  height: 100%;
}

.st10-main4-col1 {
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/placeholder-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st10-main4-col2 {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.st10-main4-col3 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #9b6666;
}

.st10-main3-row {
  width: 100%;
  height: 100%;
}

.st10-main3-col1 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.st10-main3-col2 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.st10-main3-bg1 {
  width: 100%;
  height: 50%;
  background-image: url('../images/placeholder-0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st10-main3-bg2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50%;
  padding: 30px 0px;
  background-color: #fff;
}

.st10-main3-bg3 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 40%;
  background-color: #fcfcfc;
}

.st10-main3-bg4 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8fa6d6;
}

.st10-main3-bg5 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st10-main4-bg1 {
  width: 100%;
  height: 60%;
  background-image: url('../images/placeholder-3.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.st10-button-up {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
  color: #dadada;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.st10-main3-button-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.st10-main3-buttonup {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  color: #dadada;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.st10-main3-buttondown {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  color: #dadada;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.st10-main2-buttonup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dadada;
  text-decoration: none;
}

.st10-main2-buttondown {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 50px;
  border-top: 1px solid #dadada;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.st10-main1-buttondown {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 83px;
  height: 30px;
  margin: auto;
  background-color: rgba(57, 185, 199, .75);
  font-family: Fontawesome;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.st10-icon {
  width: 100%;
  height: 100%;
  font-family: Fontawesome;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

.st10-main2-contentwrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0px;
}

.st10-main2-contentwrap.alt {
  padding-top: 30px;
  padding-bottom: 30px;
}

.st10-main2-main {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.st10-main2-intro {
  color: #537490;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.st10-main2-h2 {
  color: rgba(57, 185, 199, .75);
  font-size: 30px;
  line-height: 30px;
}

.st10-main2-icon {
  width: 100%;
  height: 100%;
  font-family: Fontawesome;
  color: #dadada;
  font-size: 21px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.st10-icon02 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-family: Fontawesome;
}

.st10-main4-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 40px;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.st10-main3-quote {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 40px;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.st10-main3-h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #7cc6ca;
  font-size: 30px;
  line-height: 30px;
}

.st10-main3-intro {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #537490;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.st10-main3-main {
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.st09-fullheight {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.widthwrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.st01-contentblock1 {
  position: relative;
  width: 100%;
  height: 100%;
}

.st02-p01-block-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  height: 100%;
}

.st03-contentblock01 {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.st03-contentblock-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 60%;
  height: 100%;
}

.st04-contentblock-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.st08-contentwrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}

.st10-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0px;
}

.st46-contentblock-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}

.st48-contentblock {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 15px;
}

.st48-contentblock01 {
  padding-bottom: 30px;
}

.test {
  background-color: red;
}

.st39-gradient {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
}

.st47section1-heading {
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-height: 40%;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.st01-holder {
  position: relative;
  width: 100%;
  height: 100%;
}

.p02-holder {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media (max-width: 991px) {
  .col1 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col2 {
    display: inline-block;
  }
  .col4 {
    display: inline-block;
  }
  .p02col2block1.pointer.st39block1 {
    width: 50%;
    height: 50%;
  }
  .p02col2block1.pointer.st39block2 {
    width: 50%;
    height: 50%;
  }
  .p02col2block2.pointer.st39block3 {
    height: 50%;
  }
  .p02col2block3.pointer {
    height: 50%;
  }
  .p01popcol02 {
    right: -100%;
    width: 100%;
  }
  .m_closepopup {
    display: block;
  }
  .st03p01block01 {
    width: 50%;
  }
  .st03p01bigimage {
    width: 50%;
  }
  .st03p01popupcol01 {
    width: 50%;
  }
  .st03p01popupcol02 {
    width: 50%;
  }
  .center-content.st08 {
    max-height: 650px;
  }
  .st04p01row1 {
    height: 100%;
  }
  .st04p01bottomholder {
    width: 100%;
    min-height: 0px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .27);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .55), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .55), transparent);
  }
  .st04p01headingholder {
    width: auto;
  }
  .st05p01popupquote {
    width: 66.66%;
  }
  .st05p01popupsignature {
    width: 33%;
  }
  .st09p02headings {
    width: 100%;
  }
  .st04p01popupcloseicon {
    margin-top: 20px;
    margin-right: 20px;
  }
  .st46navholder {
    padding-left: 20px;
  }
  .st46main_contentholder {
    padding-left: 25px;
  }
  .st46popupimgholder {
    padding-left: 20px;
  }
  .st46popupcontentholder {
    padding-right: 20px;
  }
  .st47textholder {
    padding-right: 0px;
    padding-left: 0px;
  }
  .st02-p01-block-wrapper {
    width: 70%;
  }
}

@media (max-width: 767px) {
  body {
    min-height: 100%;
  }
  .col1 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 70px;
    float: none;
  }
  .col2 {
    display: none;
    overflow: visible;
    width: 100%;
    height: 220px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/placeholder-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .col2:hover {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .col3 {
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/placeholder-0.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .col4 {
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/placeholder-3.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .coltxt {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    height: auto;
    padding: 0px;
  }
  .coltitle {
    position: static;
    margin-top: 0px;
  }
  .p02col01 {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    float: left;
  }
  .p02col01.st38col1 {
    position: static;
    display: inline-block;
    width: 100%;
    height: auto;
    float: left;
  }
  .p02col02 {
    width: 100%;
    height: auto;
  }
  .p02col02.st38col2 {
    width: 100%;
  }
  .p02col02.st38col2.st39col2 {
    display: inline-block;
    float: left;
  }
  .p02col1block1 {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .p02col1block1.st38sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .p02col1block2 {
    width: 100%;
    height: auto;
    min-height: 250px;
    float: none;
  }
  .p02col1block3 {
    height: auto;
    min-height: 250px;
    float: none;
  }
  .p02col2block1 {
    height: auto;
    min-height: 250px;
    float: none;
  }
  .p02col2block1.pointer {
    width: 100%;
    height: 250px;
    float: left;
  }
  .p02col2block1.pointer.st39block1 {
    width: 100%;
    height: 200px;
    float: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p02col2block1.pointer.st39block2 {
    width: 100%;
    height: 200px;
    float: none;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p02col2block2 {
    width: 100%;
    height: auto;
    min-height: 250px;
    float: none;
  }
  .p02col2block2.pointer {
    height: 250px;
  }
  .p02col2block2.pointer.st39block3 {
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p02col2block3 {
    width: 100%;
    height: auto;
    min-height: 250px;
    float: none;
  }
  .p02col2block3.pointer {
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .p01popcol02.st01popup1.p01popupcol022.p01firstpopup {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    float: none;
    background-position: 0px 0px;
    background-size: 100%;
  }
  .p01popcol02.st01popup2.p01secondpopup {
    position: static;
    left: 0%;
    right: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    float: none;
    background-position: 0px 0px;
    background-size: 100%;
  }
  .p01popcol02.st01popup3 {
    position: static;
    left: 0%;
    right: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    float: none;
    background-position: 0px 0px;
    background-size: 100%;
  }
  .p02slidetxt {
    position: relative;
    overflow: visible;
    width: 100%;
    height: auto;
    min-height: auto;
    margin: 0px;
    padding: 30px 0px;
    float: none;
    background-color: rgba(65, 92, 110, .9);
  }
  .m_closepopup {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10;
    display: block;
  }
  .m_closepopup._1 {
    display: block;
  }
  .m_closebuttontxt {
    top: 0px;
  }
  .p02popupwrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    display: none;
    overflow: auto;
    height: 100%;
    padding: 0px;
  }
  .p02popup {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: auto;
  }
  .p02popupcol1 {
    position: absolute;
    top: 0px;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 250px;
    float: left;
  }
  .p02popupcol1.st02-popimg1 {
    position: static;
    display: block;
    width: 100%;
    height: 250px;
    float: none;
  }
  .p02popupcol1.st02-popimg2 {
    position: static;
    display: block;
    float: none;
  }
  .p02popupcol1.st02-popimg3 {
    position: static;
    display: block;
    float: none;
  }
  .p02popupcol1.st02-popimg4 {
    position: static;
    display: block;
    float: none;
  }
  .p02popupcol1.st02-popimg5 {
    position: static;
    display: block;
    float: none;
  }
  .p02popupcol2 {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    float: none;
  }
  .st02p01background {
    position: relative;
    min-height: 460px;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st02p01cblock {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 25px 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st02p01readmore {
    display: none;
    margin-left: 0px;
  }
  .st03p01block01 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0px 30px;
    float: none;
  }
  .st03p01bigimage {
    width: 100%;
    height: auto;
    min-height: 250px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .st03p01btn {
    position: relative;
    margin-top: 0px;
  }
  .st03p01btntxt {
    display: inline;
  }
  .st03p01popupwrapper {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
  }
  .st03p01popupcol01 {
    overflow: visible;
    width: 100%;
    height: auto;
    padding: 30px 0px 15px;
    float: none;
  }
  .st03p01popupcol02 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0px 30px;
    float: none;
  }
  .st01p02coltxt {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st02p01popupwrapper {
    position: static;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    z-index: 100;
    display: block;
    overflow: visible;
    height: auto;
  }
  .st02p01popupbar {
    position: static;
    overflow: visible;
    height: auto;
    max-height: none;
    min-height: 0%;
  }
  .st02p01popupbuttonrow {
    position: relative;
    width: 100%;
    height: auto;
  }
  .st02p01popupbottomblock.st02popupblock1 {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .st02p01popupbottomblock.st02popupblock1:hover {
    opacity: 1;
  }
  .st02p01popupbottomblock.st02p01popupblock2 {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-3.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-3.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .st02p01popupbottomblock.st02p01popupblock2:hover {
    opacity: 1;
  }
  .st02p01popupbottomblock.st02popupblock3 {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-0.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .st02p01popupbottomblock.st02popupblock3:hover {
    opacity: 1;
  }
  .st02p01popupbottomblock.st02popupblock4 {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-2.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 20%, transparent 70%), url('../images/placeholder-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .st02p01popupbottomblock.st02popupblock4:hover {
    opacity: 1;
  }
  .maglr-content-holder {
    display: block;
    overflow: auto;
    float: none;
  }
  .maglr-content-holder.st03 {
    overflow: auto;
  }
  .center-content {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 45px 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .center-content.st08 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    max-height: none;
    padding: 45px 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .center-content.st38 {
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .center-content.st39 {
    max-height: none;
    padding: 30px 0px;
  }
  .st02p01popcontentwrapper {
    display: block;
    height: auto;
    min-height: 250px;
    padding: 25px 0px;
  }
  .st02p01popupcol01 {
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
  }
  .st02p01popupbottomtxtblock {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 220px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st02p01popupextra {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: auto;
    height: 100%;
    padding-bottom: 0px;
  }
  .st02p01popupextra.testpopup {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: auto;
    padding-bottom: 0px;
  }
  .st02p01extratxt {
    overflow: hidden;
  }
  .st04p01column {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    min-height: 33.33%;
    border-right: 1px none #000;
    border-bottom: 1px solid hsla(0, 0%, 100%, .28);
    -webkit-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }
  .st04p01row1 {
    position: absolute;
    display: block;
    height: auto;
    min-height: 100%;
    float: none;
    background-image: url('../images/placeholder-0.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .st04p01bottomholder {
    position: relative;
    left: auto;
    top: 0px;
    right: auto;
    bottom: 0px;
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    padding: 30px 0px;
    float: left;
    border-bottom: 1px none #000;
  }
  .st04p01headingholder {
    position: relative;
    top: auto;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 70px 0px;
    float: left;
  }
  .st04p01hh {
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st04p01popup.st04p01popup1 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }
  .st04p01popup.st04p01popup2 {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }
  .st04p01popup.st04p01popup3 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
  }
  .st04p01poptextholder {
    position: static;
    top: 0%;
    display: block;
    overflow: auto;
    height: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding: 70px 0px 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st04p01poph4 {
    margin-top: 0px;
  }
  .st05p01content {
    overflow: auto;
    padding: 70px 0px 25px;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st05p01headingholder {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-left: 0px;
    clear: none;
  }
  .st05p01columns {
    position: relative;
    top: 0px;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    clear: none;
  }
  .st05p01pageblock {
    width: 100%;
    margin: 20px 0% 0px;
  }
  .st05p01popup {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    padding-top: 0px;
  }
  .st05p01popuprow {
    position: relative;
    overflow: auto;
  }
  .st05p01popupcolumn {
    overflow: visible;
    height: auto;
    padding: 70px 0px 0px;
  }
  .st05p01popupquote {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    max-height: none;
    padding: 30px 0px 25px;
    text-align: center;
  }
  .st05p01popupimg {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    height: 250px;
    margin-top: 0px;
    float: none;
  }
  .st05p01popupclose {
    position: fixed;
    overflow: auto;
  }
  .st05p01popupsignature {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), transparent 50%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent 50%);
    text-align: left;
  }
  .st04p01popuptext {
    height: auto;
  }
  .st07p01columns {
    position: relative;
    height: auto;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st07p01column {
    position: relative;
    display: block;
    height: auto;
    padding-right: 0px;
  }
  .st07p01column.st07p01navholder {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    overflow: visible;
  }
  .st07p01column.st07p01-columncontent {
    height: auto;
    min-height: 0vh;
    padding-right: 0px;
  }
  .st07p01nav.st07p01nav1 {
    left: auto;
    display: block;
    height: auto;
  }
  .st07p01nav.st07p01nav2 {
    position: relative;
    left: auto;
    height: auto;
  }
  .st07p01nav.st07p01nav3 {
    left: auto;
    height: auto;
  }
  .st07p01content {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
  }
  .st07p01navtext {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    height: auto;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .67), transparent 50%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .67), transparent 50%);
  }
  .st07p01contentwrapper {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: 10;
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st07p01contentbutton.st47_block_button {
    display: inline-block;
  }
  .st07p01popup.st07p01popup1 {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0px;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .st07p01popup.st07p01popup2 {
    position: fixed;
    left: 0%;
    top: 0%;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .st07p01popup.st07p01popup3 {
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 20;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .st07p01popupcolumn.st07p01popupcontent {
    height: auto;
  }
  .st07p01popupcolumn.st07p01popupimage {
    height: 25vh;
  }
  .st07p01popupcontentholder {
    position: relative;
    top: auto;
    height: auto;
    padding: 70px 0px 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st07p01popupclose {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .st09p01columns {
    position: relative;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
  }
  .st09p01column.st09p01column1 {
    height: auto;
  }
  .st09p01column.st09p01column2 {
    height: auto;
  }
  .st09p01column.st09p01column3 {
    height: auto;
  }
  .st09p01maintextholder {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, .11);
    border-bottom: 1px solid hsla(0, 0%, 100%, .11);
  }
  .st09p01maintext {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st09p01mainh3 {
    margin-top: 0px;
  }
  .st09p01mainh2 {
    margin-bottom: 0px;
  }
  .st09p01bottomwrapper {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .11);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-property: none;
    transition-property: none;
  }
  .st09p01bottomwrapper:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st09p01rolloverholder {
    position: absolute;
  }
  .st09p02row1 {
    height: auto;
    min-width: 100%;
  }
  .st09p02row1col1 {
    height: auto;
    padding: 65px 20px 25px;
  }
  .st09p02row1col2 {
    top: auto;
    right: auto;
    display: inline-block;
    height: auto;
  }
  .st09p02row2 {
    height: auto;
    min-height: 50%;
  }
  .st09p02row2col1 {
    height: auto;
    padding: 25px 45px 25px 20px;
  }
  .st09p02row2col2 {
    height: auto;
    min-height: 250px;
    padding: 25px 20px;
  }
  .st09p02row2col3 {
    height: 250px;
  }
  .st09p02h3 {
    position: absolute;
    left: 65px;
    top: 50%;
    right: 65px;
    bottom: auto;
    width: auto;
    margin-bottom: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .st09p02h3.st09-heading2 {
    position: absolute;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .st09p02shortheading {
    margin-right: 20px;
    margin-left: 20px;
  }
  .st09p02shorttext {
    margin-right: 20px;
    margin-left: 20px;
  }
  .st09p02headings {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .st09p02h1 {
    margin-right: 45px;
  }
  .st09p02navlistitem {
    width: 100%;
    padding-right: 0px;
  }
  .st09p02navlist {
    position: relative;
    bottom: auto;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .st09p02navlisticonholder {
    left: 20px;
  }
  .st09p02navlisttext:hover {
    padding-left: 45px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st09p02popup {
    z-index: 20;
    overflow: auto;
    height: auto;
    max-height: none;
    min-height: 100%;
  }
  .st09p02popupimage {
    height: 250px;
    min-height: 40%;
  }
  .st09p02popupcontent {
    position: relative;
    top: auto;
    bottom: auto;
    display: block;
    height: auto;
    min-height: 40%;
    padding: 25px 20px;
  }
  .st09p02popupcontentwrapper {
    height: auto;
    padding-top: 0px;
  }
  .st09p02popupimagewrapper {
    top: auto;
    bottom: auto;
    height: auto;
    padding-top: 0px;
  }
  .st09p02popupcontentholder {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st09p02popupclose {
    position: fixed;
    right: 20px;
  }
  .st09p02popupclose.st09-popupclose-1 {
    position: fixed;
    right: 20px;
    z-index: 1;
  }
  .st09p02popupclose.st09-popupclose-1.st47popupclose {
    position: fixed;
    top: 0px;
    right: 0px;
    overflow: visible;
  }
  .st09_popup.st09_popupfix3 {
    position: fixed;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    width: 100%;
    height: auto;
    margin-left: 0%;
  }
  .st09_popup.st09_popupfix2 {
    position: fixed;
    overflow: auto;
    width: 100%;
    margin-left: 0%;
  }
  .st09_popup.st09_popupfix1 {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    width: 100%;
    height: auto;
    max-height: none;
  }
  .st04p01popupcloseicon {
    width: 100%;
    margin-top: 0px;
  }
  .st04p01popupcloseholder {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
  }
  .st09popup2block1 {
    position: relative;
    top: auto;
    bottom: auto;
    display: inline-block;
    width: 100%;
    height: auto;
    float: none;
  }
  .st09popup2block2 {
    position: relative;
    left: 0%;
    top: auto;
    bottom: auto;
    display: inline-block;
    width: 100%;
    height: 250px;
    min-height: 20%;
    float: none;
  }
  .city-rollover {
    position: fixed;
    top: 0px;
  }
  .city-rollover.st09-cityrollover-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    height: auto;
    min-height: 100%;
  }
  .st04imgholder {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
  }
  .st07-white {
    position: relative;
    display: block;
    overflow: auto;
    height: 100%;
  }
  .st07navholder {
    position: relative;
    display: block;
    height: 33vh;
  }
  .st07p01navholder {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    display: none;
    overflow: auto;
    width: 100%;
    height: auto;
  }
  .st02extrapopupholder1 {
    position: relative;
    overflow: visible;
    height: auto;
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .st03middlewrapper {
    position: relative;
    left: auto;
    top: auto;
    max-height: none;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st46_bg {
    position: relative;
    height: auto;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st46_gradient_bg {
    position: relative;
    height: auto;
    float: none;
    background-image: none;
  }
  .st46navholder {
    position: relative;
    bottom: auto;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .st46navitem {
    width: auto;
  }
  .st46navitem.active {
    right: auto;
    width: auto;
  }
  .st46main_mainheading {
    position: relative;
    width: auto;
    margin-bottom: 0px;
  }
  .st46main_contentholder {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st46main_headingwrapper {
    position: relative;
    bottom: 0px;
    display: block;
    width: auto;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st46popupholder {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 101;
    overflow: auto;
    height: 100%;
  }
  .st46popup {
    position: relative;
    overflow: auto;
    width: auto;
    height: auto;
    min-height: 100vh;
  }
  .st46popupimgholder {
    position: static;
    left: 20px;
    right: 20px;
    display: block;
    width: auto;
    padding-top: 0px;
    padding-left: 0px;
    float: none;
  }
  .st46popupcontentholder {
    position: relative;
    left: auto;
    right: auto;
    display: block;
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    float: none;
  }
  .st46popupimg {
    display: block;
    height: 25vh;
  }
  .st46popupcontent {
    height: auto;
    padding: 0px;
  }
  .st46popupclose {
    position: fixed;
    top: 0px;
    right: 0px;
  }
  .st46popuptitle {
    padding-right: 45px;
  }
  .st46popupintro {
    margin-bottom: 20px;
  }
  .st47section1 {
    height: auto;
    padding-bottom: 0px;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st47section2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 0px;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st47section1wrapper {
    width: 100%;
    height: auto;
  }
  .st47section2wrapper {
    width: 100%;
  }
  .st47_main_blockholder {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st47_main_blockholder._1 {
    top: auto;
    max-height: none;
  }
  .st47_main_blockholder._2 {
    margin-top: 30px;
    text-align: left;
  }
  .st47block_heading {
    overflow: visible;
    text-align: left;
  }
  .st47popup.st47popup1 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: auto;
    height: 100%;
  }
  .st47popup.st47popup2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: auto;
  }
  .st47popup_section1.st47popup1_bg {
    position: relative;
    height: 400px;
  }
  .st47popup_section1.st47popup2_bg {
    height: 400px;
  }
  .st47popup_section2 {
    height: auto;
  }
  .st47textholder {
    position: relative;
    left: auto;
    top: -20px;
    right: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st47_popup_headingholder {
    left: 0px;
    right: 0px;
    bottom: 30px;
    width: auto;
    max-height: none;
  }
  .st47popup_textholder {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }
  .st48popup_slide1 {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 100%;
    padding: 0px 0px 65px;
  }
  .st48popup {
    position: fixed;
    bottom: 0px;
    overflow: auto;
  }
  .st8popupsection1 {
    width: 100%;
    height: 30%;
    float: none;
  }
  .st48popupsection2 {
    position: relative;
    width: 100%;
    height: 70%;
    float: none;
  }
  .st48popup_slide2 {
    position: relative;
    top: 0px;
    overflow: auto;
    height: auto;
    min-height: 100%;
  }
  .st48slide1_text1 {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
    float: none;
  }
  .st48slide1_text2 {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  .st48_slidedown {
    position: absolute;
  }
  .st48slide2_img1 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .st48slide2_content {
    width: 100%;
    height: auto;
  }
  .st48slide2_img2 {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
  }
  .st48slide2_quote {
    width: 50%;
    height: 100%;
    float: left;
  }
  .st48_blockholder {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .st49quotetext {
    padding-right: 20px;
    padding-left: 20px;
  }
  .st48slide2_text {
    height: auto;
    padding: 25px 20px;
  }
  .st48popupsection1_gradient {
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
  }
  .st06-sideholder {
    width: 100%;
    height: auto;
    float: none;
  }
  .st06-slide {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st06-middleholder {
    position: static;
    left: 20px;
    top: auto;
    right: 20px;
    max-height: none;
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st06-sliderblock {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 0px;
  }
  .st06-navholder {
    display: none;
  }
  .st53-sectionleft {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: auto;
    float: none;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st53-sectionright {
    width: 100%;
    height: auto;
    padding-top: 70px;
    float: none;
  }
  .st53-slide.st53-slide2 {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    padding: 0px 0px 50px;
  }
  .st53-slide.st53-slide1 {
    position: static;
    display: block;
    overflow: visible;
    height: auto;
    padding: 30px 0px 25px;
  }
  .st53-slide-column1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st53-slide-column2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st53-slidetext {
    margin-bottom: 15px;
  }
  .st53-slidecontent {
    height: auto;
    padding: 0px;
  }
  .st53-navdown {
    position: fixed;
    display: none;
  }
  .st53-closeholder {
    position: fixed;
    display: none;
  }
  .st54-page1 {
    position: static;
    top: auto;
    bottom: auto;
    display: block;
    overflow: visible;
    height: auto;
    float: none;
    background-position: 50% 0px;
    background-size: 100%;
  }
  .st54-page1.st55-page1 {
    overflow: visible;
    padding-top: 0px;
    background-image: url('../images/placeholder-0.png');
    background-position: 50% 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .st54-page1-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 0px;
  }
  .st54-page1-block.st55-page1-block {
    max-height: none;
  }
  .st54-page1-block-navicon {
    bottom: 0px;
    display: none;
  }
  .st45-page2 {
    position: static;
    left: 0px;
    top: auto;
    bottom: auto;
    display: block;
    overflow: visible;
    height: auto;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st54-page2-quote {
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    float: none;
  }
  .st54-page2-quote.st54-page4-quoteholder {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
  }
  .st54-page2-quote.st55-page2-quote {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    float: none;
  }
  .st54-page2-contentwrapper {
    height: auto;
  }
  .st54-page2-contentwrapper.st55-page2-contentwrapper {
    height: auto;
  }
  .st45-page2-textblock {
    width: 100%;
    height: auto;
    padding: 25px 0px;
    float: none;
  }
  .st45-page2-textblock.st55-page2-textblock {
    position: static;
    overflow: visible;
    width: 100%;
  }
  .st54-page2-imageblock {
    position: static;
    display: inline-block;
    overflow: visible;
    width: 100%;
    height: 250px;
    float: none;
  }
  .st54-page2-imageblock.st55-page2-imageblock {
    width: 100%;
    height: auto;
  }
  .st54-page2-quotetext {
    left: 20px;
    right: 20px;
  }
  .st54-page2-quotetext.st55-page2-quotetext {
    position: relative;
    left: auto;
    top: auto;
    right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st54-page2-textcolumn1 {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st54-page2-textcolumn1.st54-page3-text {
    height: auto;
    margin-bottom: 0px;
    float: none;
  }
  .st54-page3 {
    position: relative;
    display: block;
    height: auto;
    float: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st54-page3-column.st54-page3-column2 {
    height: auto;
    padding: 30px 0px;
  }
  .st54-page3-column.st54-page3-column1.st54-page3-bg1 {
    position: static;
    height: 250px;
  }
  .st54-page3-column.st54-page3-column3.st54-page3-bg2 {
    height: 250px;
  }
  .st54-page3-column.st54-page4-column4 {
    height: auto;
    padding: 30px 0px;
  }
  .st54-page3-heading {
    margin-bottom: 10px;
  }
  .st54-page4 {
    position: static;
    display: block;
    overflow: visible;
    height: auto;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st54-page4-contentholder {
    height: auto;
  }
  .st54-page4-row {
    height: auto;
  }
  .st54-page4-column.st54-page4-bg {
    height: auto;
    min-height: 250px;
  }
  .st54-page4-column.st54-page4-columntext {
    overflow: visible;
    height: auto;
    padding: 30px 0px;
  }
  .st54-page4-quote {
    width: 50%;
    height: auto;
  }
  .st54-page4-quotetext {
    left: 20px;
    right: 20px;
  }
  .st54-page4-textcolumn.st54-columnfirst {
    overflow: visible;
    height: auto;
    padding: 0px;
  }
  .st54-page4-textcolumn.st54-columnfirst.st55-columnfirst {
    position: static;
    overflow: visible;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .st54-page4-textcolumn.st54-columnlast {
    height: auto;
    padding: 0px;
  }
  .st54-page4-textcolumn.st54-columnlast.st55-columnsecond {
    position: static;
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .st54-page4-quote-text {
    margin-bottom: 15px;
  }
  .st55-page2-image {
    position: static;
    width: 100%;
    height: 250px;
  }
  .st55-page3.st54-page3 {
    position: static;
    display: block;
    overflow: visible;
    float: none;
  }
  .st55-page3-row {
    height: auto;
  }
  .st55-page3-column.st55-page3-textcolumn {
    position: static;
    overflow: visible;
    height: auto;
    padding: 20px;
  }
  .st55-page3-column.st55-page3-img {
    position: static;
    overflow: visible;
    height: 250px;
  }
  .st55-columnlast {
    height: auto;
    padding: 0px;
  }
  .st54-link-block04 {
    left: auto;
    right: 0px;
    display: none;
  }
  .st54-link-wrap {
    display: none;
  }
  .st55-link-wrap.st55-link-wrap1 {
    display: none;
  }
  .st55-link-wrap.st55-link-wrap2 {
    display: none;
  }
  .st48popupclose {
    position: fixed;
    top: 0px;
    right: 0px;
  }
  .st10-main {
    position: relative;
    left: auto;
    top: auto;
    overflow: visible;
    height: auto;
    background-image: url('../images/placeholder-0.png');
    background-position: 50% 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .st10-contentholder {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .st10-listholder {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .st10-main-wrapper {
    height: auto;
  }
  .st10-main02 {
    left: auto;
    top: auto;
    display: block;
    overflow: visible;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st10-main2-left {
    width: 100%;
    height: auto;
    float: none;
  }
  .st10-main2-right {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
  }
  .st10-main2-bg1 {
    position: relative;
    height: auto;
    min-height: 200px;
  }
  .st10-main2-block1 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .st10-main2-block2 {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .st10-main03 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st10-main04 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st10-main4-row {
    position: static;
    height: auto;
  }
  .st10-main4-col1 {
    position: static;
    height: auto;
    padding: 25px 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .st10-main4-col2 {
    position: static;
    overflow: visible;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .st10-main4-col3 {
    position: static;
    height: auto;
  }
  .st10-main3-row {
    width: 100%;
    height: auto;
  }
  .st10-main3-col1 {
    height: auto;
  }
  .st10-main3-col2 {
    position: static;
    height: auto;
  }
  .st10-main3-bg1 {
    position: relative;
    height: auto;
    min-height: 250px;
  }
  .st10-main3-bg2 {
    height: auto;
    padding: 30px 0px;
  }
  .st10-main3-bg3 {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .st10-main3-bg4 {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
  }
  .st10-main3-bg5 {
    position: static;
    height: auto;
    min-height: 250px;
  }
  .st10-main4-bg1 {
    height: auto;
    min-height: 250px;
    background-size: cover;
  }
  .st10-button-up {
    display: none;
  }
  .st10-main3-button-wrap {
    display: none;
  }
  .st10-main2-buttonup {
    display: none;
  }
  .st10-main2-buttondown {
    display: none;
  }
  .st10-main1-buttondown {
    display: none;
  }
  .st10-main2-contentwrap {
    top: 0%;
    height: auto;
    padding: 30px 0px;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }
  .st10-main4-text {
    position: static;
    left: auto;
    bottom: auto;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .st10-main3-quote {
    position: relative;
  }
  .st09-fullheight {
    height: 100%;
    border-bottom: 1px none hsla(0, 0%, 100%, .11);
  }
  .st02-p01-block-wrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .st03-contentblock01 {
    position: relative;
    top: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .st03-contentblock-wrapper {
    width: 100%;
  }
  .scroll-wrapper {
    max-height: none;
    padding-right: 0px;
  }
  .st08-contentwrap {
    position: static;
    height: auto;
    padding: 30px 0px 25px;
  }
  .st10-content {
    height: auto;
    padding: 30px 0px;
  }
  .st46-contentblock-wrapper {
    height: auto;
    min-height: 75vh;
    padding: 50px 0px 30px;
  }
  .st48-contentblock {
    height: auto;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .st39-gradient {
    display: none;
  }
  .st47section1-heading {
    position: relative;
    left: auto;
    top: auto;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st01-holder {
    height: auto;
  }
  .p02-holder {
    height: auto;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 28px;
  }
  .p02col01 {
    height: auto;
    float: left;
  }
  .p02col02 {
    height: auto;
    float: left;
  }
  .p02col1block1 {
    position: static;
    width: 100%;
    height: auto;
    float: none;
  }
  .p01popcol02.st01popup1.p01popupcol022.p01firstpopup {
    background-position: 50% 50%;
    background-size: cover;
  }
  .st02p01cblock {
    top: auto;
  }
  .st03p01bigimage {
    min-height: 250px;
  }
  .maglr-content-holder.st03 {
    overflow: visible;
    height: auto;
  }
  .st09p01bottomwrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .st09p02popupclose.st09-popupclose-1.st47popupclose {
    position: fixed;
  }
  .st47section1 {
    height: auto;
    padding-bottom: 25px;
  }
  .st47section2 {
    height: auto;
    padding-bottom: 25px;
  }
  .st47section2wrapper {
    height: auto;
  }
  .st47_main_blockholder {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .st47popup_section1.st47popup1_bg {
    position: static;
    min-height: 50%;
  }
  .st47textholder {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .st47_popup_headingholder {
    left: 0px;
    right: 0px;
    bottom: 40px;
  }
  .st54-page2-quote {
    padding-right: 0px;
    padding-left: 0px;
  }
  .st54-page2-quote.st54-page4-quoteholder {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .st45-page2-textblock {
    padding-right: 0px;
    padding-left: 0px;
  }
  .st54-page3-column.st54-page3-column2 {
    padding: 30px 0px;
  }
  .st54-page3-column.st54-page4-column4 {
    padding: 30px 0px 15px;
  }
  .st54-page4-column.st54-page4-columntext {
    padding: 15px 0px 30px;
  }
  .st03-contentblock01 {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .st03-contentblock-wrapper {
    position: absolute;
    height: 100%;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}