/**********************************************************************************
Font Definitions / Includes
**********************************************************************************/
@font-face {
  font-family: 'Noa';
  src: url('../fonts/NoaLTStd-Light.eot');
  src: url('../fonts/NoaLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NoaLTStd-Light.woff') format('woff'), url('../fonts/NoaLTStd-Light.ttf') format('truetype'), url('../fonts/NoaLTStd-Light.svg#Noa-LT-Std-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(../fonts/open-sans-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(../fonts/open-sans-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(../fonts/open-sans-700.woff2) format('woff2');
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #4378c3;
/*
  background-image: url("../images/background-oil-rig.jpg");
*/
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Open Sans", Sans-serif;
}

h1, h2 {
  font-family: "Noa", Sans-serif;
  font-weight: normal;
  font-size: 4em;
  margin: 0;
  padding-bottom: 0.5em;
}

a {
  color: #fff;
}

a:hover, a:active {
  color: #fff;
}

a.back {
  text-decoration: none;
  font-size: 1.5em;
  padding-bottom: 1em;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 10%;
}

a.back:hover, 
a.back:focus {
  text-decoration: underline;
}

p {
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 1.5em;
}

ul {
  margin: 0;
  padding-bottom: 1.5em;
}

ul li {
  font-size: 1.4em;
  padding-bottom: 0.5em;
}

section {
  background: rgba(6,54,80,0.25);
  width: 40%;
  height: 100%;
  min-width: 400px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

section#ix_container {
  background: rgba(38, 42, 41, 0.36);
}

section article {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 10%;
  box-sizing: border-box;
  display: none;
}

section article.primary {
  left: 0;
  display: block;
}

ul.icon {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 4em;
}

ul.icon li {
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 1.6em;
  height: 4em;
  z-index: 1;
}

ul.icon li:before {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  right: 0;
  width: 3em;
  height: 3em;
  content: "";
  background-image: url("../images/icon-arrow.png");
  background-size: 100%;
}

ul.icon li.web:before {
  background-image: url("../images/icon-globe.png");
}

ul.icon li.back:before {
  background-image: url("../images/icon-arrow-back.png");
}

ul.icon li.download:before {
  background-image: url("../images/icon-download.png");
}

.ix ul.icon li:before {
  background-image: url("../images/icon-arrow-ix.png");
}

.ix ul.icon li.back:before {
  background-image: url("../images/icon-arrow-back-ix.png");
}


ul.icon li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 4em;
  padding-right: 4em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hide {
  display: none;
}

img.qr {
  width: 90%;
  height: auto;
  padding: 5%;
}

img.qr-logo {
  position: absolute;
  bottom: 7%;
  left: 10%;
  width: 80%;
  height: auto;
}

button,
a.button {
  width: 100%;
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  font-size: 1.75em;
  border: none;
  background: rgba(6, 54, 80, 0.6);
  border-radius: 2em;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}

button.bookMeeting,
button.learnMore,
a.button {
  width: 80%;
  position: absolute;
  bottom: 2em;
  left: 10%;
}

a.button.learnMore,
button.learnMore {
  bottom: 11%;
  left: 20%;
  width: 60%;
  border-radius: 4em;
}

.ix button,
.ix a.button {
  background: rgba(38, 42, 41, 0.6);
}

button span,
a.button span {
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  font-size: 1.5em;
  background: #cb8e1a;
  border-radius: 1em;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  transition: background 0.25s;
  text-align: center;
}

.ix button span,
.ix a.button span {
  background: #e91c23;
  background: #b63315;
}

button.learnMore span {
  line-height: 1.25em;
  border-radius: 4em;
  padding: 0.5em 1.5em;
}

button span:hover,
button span:focus,
a.button span:hover,
a.button span:focus {
  background: #9b6c13;
  cursor: pointer;
}

.ix button span:hover,
.ix button span:focus.
.ix a.button span:hover,
.ix a.button span:focus {
  background: #a10e13;
  background: #9d2b11;
}


.homePage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homePage .homeSection {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  transition: width 0.5s, left 0.5s, background-position 0.5s;
}


.homePage .homeSection#home_ix {
  background-color: #60addb;
  background-image: url("../images/background-oil-pipe.jpg");
  background-position: center;
  left: 0;
  border-right: 2px solid #000;
}

.homePage .homeSection#home_qw {
  background-color: #4378c3;
  background-image: url("../images/background-oil-rig-home.jpg");
  background-position: center;
  left: 50%;
  border-left: 2px solid #000;
}

.homeSection.qw img.logo {
  display: block;
  margin: 0 auto;
  margin-top: 7%;
  width: 80%;
}

.homeSection.ix img.logo {
  display: block;
  margin: 0 auto;
  margin-top: 7%;
  width: 70%;
}



.microSiteContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  transition: left 0.5s, right 0.5s;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  transition: left 0.5s, right 0.5s;
}

.microSiteContainer.hidden#qw {
  left: 100%;
  right: -100%;
}

.microSiteContainer.hidden#ix {
  left: -100%;
  right: 100%;
}


.microSite {
  position: absolute;
  top: 0;
  bottom: 0;
}
#qw .microSite {
  left: 5%;
  right: 0;
  background-color: #4378c3;
  background-image: url("../images/background-oil-rig-tall.jpg");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}

#ix .microSite {
  left: 0;
  right: 5%;
  background-color: #60addb;
  background-image: url("../images/background-oil-pipe.jpg");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}


.microSite > img.logo {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 50%;
  max-width: 644px;
}




.microSiteBack {
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  transition: width 0.25s, box-shadow 0.25s;
  z-index: 3;
  box-shadow: 0 0 15px rgba(0,0,0,0);
  overflow: hidden;
  background-position: 75% center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0%;
}

.microSiteBack.qw {
  background-image: url("../images/background-oil-pipe.jpg");
  border-right: 3px solid #000;
}

.microSiteBack.ix {
  left: auto;
  right: 0;
  background-image: url("../images/background-oil-rig-home.jpg");
  background-position: center;
  border-left: 3px solid #000;
}

.microSiteBack:hover {
  width: 120px;
  width: 6%;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.microSiteBack .dimmer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 4;
  transition: background 0.25s;
}

.microSiteBack:hover .dimmer {
  background: rgba(0,0,0,0);
}

.microSiteBack .logo {
  padding: 1em;
}

.microSiteBack .logo img {
  width: 100%;
  height: auto;
}

.microSiteBack button.learnMore {
  display: none;
}


.bookMeetingFormContainer {
  position: fixed;
  background: rgba(0,0,0,0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.bookMeetingFormContainer.hidden {
  display: none;
}

.bookMeetingFormContainer div {
  background: #fff;
  width: 90%;
  max-width: 600px;
  margin: 12% auto 0 auto;
  text-align: center;
  color: #888;
  padding: 1em 4em;
  box-sizing: border-box;
  border-radius: 2em;
}

.bookMeetingFormContainer h3 {
  color: #cb8e1a;
  font-family: Noa;
  font-weight: normal;
  font-size: 3.5em;
  margin: 0;
  padding: 0.25em 0;
}

.ix .bookMeetingFormContainer h3 {
  color: #58595b;
}

.bookMeetingFormContainer select,
.bookMeetingFormContainer input[type="text"] {
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #888;
  font-size: 1.4em;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}

.bookMeetingFormContainer input[type="submit"] {
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  font-size: 1.75em;
  border: none;
  background: rgba(6, 54, 80, 0.6);
  border-radius: 2em;
  background: #cb8e1a;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  margin: 0.5em 0 1.5em 0;
  transition: background 0.25s;
}

.ix .bookMeetingFormContainer input[type="submit"] {
  background: #e91c23;
  background: #b63315;
}

.bookMeetingFormContainer input[type="submit"]:hover,
.bookMeetingFormContainer input[type="submit"]:focus {
  background: #9b6c13;
  cursor: pointer;
}

.ix .bookMeetingFormContainer input[type="submit"]:hover,
.ix .bookMeetingFormContainer input[type="submit"]:focus {
  background: #a10e13;
  background: #9d2b11;
}


.bookMeetingFormContainer .bookMeetingInput {
}

.bookMeetingFormContainer .bookMeetingComplete,
.bookMeetingFormContainer .bookMeetingFail {
  display: none;
}

.bookMeetingFormContainer .bookMeetingComplete strong span {
  font-size: 1.3em;
}

.bookMeetingFormContainer button {
  background: #cb8e1a;
  margin-bottom: 1.5em;
  transition: background 0.25s;
}

.ix .bookMeetingFormContainer button {
  background: #e91c23;
  background: #b63315;
}

.bookMeetingFormContainer button:hover,
.bookMeetingFormContainer button:focus {
  background: #9b6c13;
  cursor: pointer;
}

.ix .bookMeetingFormContainer button:hover,
.ix .bookMeetingFormContainer button:focus {
  background: #a10e13;
  background: #9d2b11;
}

#slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: #000;
  display: block;
}

#slideshow.hidden {
  display: none;
}

#slideshow .slide {

}




@media screen and (min-width: 2001px) {
  body {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 2000px) {
  body {
    font-size: 1em;
  }
}

@media screen and (max-width: 1540px) {
  body {
    font-size: 0.9em;
  }

  h1, h2 {
    font-size: 3.5em;
  }

  ul.icon li {
    font-size: 1.5em;
    height: 3em;
  }

  ul.icon li:before {
    width: 2em;
    height: 2em;
  }

  button.learnMore {
    font-size: 1.3em;
  }



}

@media screen and (max-width: 1380px) {
  body {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 800px) {
  body {
    font-size: 0.7em;
    background-image: url("../images/background-oil-rig-mobile.jpg");
    background-position: center;
  }

  h2 {
    padding-bottom: 0.75em;
  }

  a.back {
    font-size: 1.3em;
    position: relative;
    bottom: auto;
    left: auto;
    padding-bottom: 2.5em;
  }

  section {
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow-y: scroll;
    background: rgba(76, 135, 167, 0.7);
  }

  section article {
    height: auto;
    min-height: 100%;
    padding-bottom: 1em;
  }

  .microSite > img.logo {
    display: none;
  }

  .homePage .homeSection {
    width: 100%;
    height: 50%;
    border: 0;
  }

  .homePage .homeSection#home_qw {
    left: 0;
    top: 50%;
    border-top: 2px solid #000;
  }

  button.learnMore {
    left: 10%;
    width: 80%;
    border-radius: 4em;
  }


}


@media screen and (max-width: 400px) {
  body {
    font-size: 0.6em;
  }
}