/* ---------- PARAMETRIC MIXINS ---------- */
/* ---------- VARIABLES ---------- */
/* ---------- TABLET ---------- */
.browsehappy {
  background-color: #fdfd98;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 0.8em;
  z-index: 1000;
}
body {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*reset for mobile browsers */
  font-weight: normal;
}
.larger {
  font-size: 1.1em;
}
.container {
  margin: 0 auto;
  max-width: 840px;
}
.action_button {
  border: 1px solid #898989;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #c6c6c6;
  font-family: 'Futura W01 Light', sans-serif;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.action_button:hover {
  background-color: #d7ff1d;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
}
.action_button_hover_status {
  background-color: #d7ff1d;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
}
/* ---------- HEADER ---------- */
#ie_fix_header {
  position: relative;
  z-index: 1000;
}
.no-js #header {
  position: static;
}
.no-js #header .submenu {
  height: 700px;
}
.no-js #header .submenu ul {
  padding: 0;
}
header#header {
  width: 100%;
  display: block;
}
header#header img {
  width: 100%;
}
header#header .menu {
  background-color: #3c3c3c;
  height: 63px;
  width: 100%;
  overflow: hidden;
}
header#header .menu #apply_button_top_menu {
  display: none;
}
header#header .menu .nav {
  float: left;
}
header#header .menu .title_container {
  margin: 0 auto;
  width: 155px;
}
header#header .menu .title_container #image_container {
  display: inline-block;
  padding-top: 26px;
  width: 40px;
}
header#header .menu .title_container #image_container #logo {
  width: 100%;
  height: auto;
}
header#header .menu span {
  display: inline-block;
  color: #898989;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: 15px;
}
header#header .menu .action_button {
  float: right;
  position: relative;
  right: 15px;
  top: -22px;
}
#image_container {
  position: absolute;
  width: 100%;
  height: 63px;
  overflow: hidden;
  margin: 0 auto 5px;
}
#image_container img {
  width: 900px;
  height: auto;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -475px;
}
/* ---------------------------- */
/* ---------- MENU BUTTON ---------- */
.nav {
  width: 54px;
  height: 63px;
  cursor: pointer;
  float: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: background-color 0.3s;
}
.nav:hover {
  background-color: #d7ff1d;
}
.bt-menu-trigger {
  position: absolute;
  top: 18px;
  left: 16px;
  display: block;
  width: 22px;
  height: 19px;
}
.bt-menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -2px;
  background-color: #898989;
  font-size: 0;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: background-color 0.3s;
}
.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #898989;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.bt-menu-trigger span:before {
  -webkit-transform: translateY(-230%);
  transform: translateY(-230%);
}
.bt-menu-trigger span:after {
  -webkit-transform: translateY(230%);
  transform: translateY(230%);
}
.bt-menu-open .bt-menu-trigger span {
  background-color: transparent;
}
.bt-menu-open .bt-menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.bt-menu-open .bt-menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/* ---------------------------- */
/* ---------- SUBMENU ---------- */
.submenu {
  height: 100%;
  z-index: 98;
  width: 100%;
  min-height: 100%;
  background-color: #3c3c3c;
  text-align: center;
}
.submenu ul {
  padding: 0 0 150% 0;
}
.submenu li {
  list-style: none;
  display: block;
}
.submenu li a {
  display: block;
  height: 72px;
  line-height: 77px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Futura W01 Light', sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #898989;
}
.submenu li a:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAH0lEQVQYV2M0MTH5LykpyYAPMPr6+v7HqwIoOaqIAQAsIhEgz0UuFgAAAABJRU5ErkJggg==) repeat;
  color: white;
}
.submenu li a:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #5a5a5a;
  display: block;
  height: 1px;
  content: '';
  bottom: 0;
  width: 100%;
  margin-top: -5px;
}
/* ---------- SUBMENU - SOCIAL ---------- */
#submenu_social {
  padding: 0;
  border-bottom: 1px solid #5a5a5a;
}
#submenu_social li {
  display: inline-block;
  width: 32.3%;
}
#submenu_social li a {
  height: 65px;
  line-height: 0;
  padding-top: 15px;
}
#submenu_social li a img {
  margin: 0 auto;
}
#submenu_social li a:after {
  margin-top: 18px;
  background: none;
}
#faq {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAIElEQVQYV2NcsGDBfzU1NQZ8gPHYsWP/8aoASo4qYgAAS3Id49o1Xr0AAAAASUVORK5CYII=) repeat;
  width: 100%;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 888;
}
.wrapper {
  max-width: 750px;
  margin: 0 auto 50px;
}
.wrapper h1 {
  font-family: 'Futura W01 Light', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  color: #333;
}
.wrapper h3 {
  text-transform: uppercase;
}
.wrapper p {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 150%;
}
.wrapper a {
  color: #bc976a;
  font-family: 'Futura W01 Light', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.wrapper a:hover {
  font-weight: bold;
}
.wrapper .bold {
  font-weight: bold;
}
.wrapper .separator {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  text-align: center;
  margin: 15px auto;
  width: 100%;
}
.wrapper .separator::before,
.wrapper .separator::after {
  content: '';
  -ms-flex: 1 0 auto;
  -webkit-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
}
.wrapper .separator::before {
  margin-right: .25em;
}
.wrapper .separator::after {
  margin-left: .25em;
}
ul {
  list-style: none;
}
.footer {
  max-width: 960px;
  margin: 0 auto 20px;
}
.footer .logo {
  width: 43%;
  padding-top: 12%;
  background: url(../imgs/JWalterThompson_LogoSig_London_RGB.svg) center top no-repeat #fff;
  background-size: contain;
  position: relative;
  margin: 0 auto;
}
.footer .title {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Myriad Pro", Arial, sans-serif;
  padding-bottom: 0.2em;
  display: block;
}
.footer .footer_menu {
  overflow: hidden;
}
.footer .footer_menu a {
  font-family: "Myriad Pro", Arial, sans-serif;
  text-decoration: none;
  color: #272d38;
  font-size: 0.85em;
}
.footer .footer_menu a:hover {
  color: #bc976a;
}
.footer .footer_menu > li {
  float: left;
  display: block;
  min-height: 120px;
  margin-left: 20px;
}
.footer .footer_menu > li li {
  margin-bottom: 0.1em;
}
.footer .footer_menu > li:nth-child(1) {
  width: 30%;
  border-right: 1px solid #cccccc;
}
.footer .footer_menu > li:nth-child(2) {
  width: 15%;
  border-right: 1px solid #cccccc;
  margin-left: 20px;
}
.footer .footer_menu > li:nth-child(3) {
  width: 45%;
  margin-left: 20px;
}
.footer li.tel {
  padding-top: 1.4em;
  padding-right: 10px;
  display: block;
}
.footer li.separator hr {
  margin: 0.3em 0 0.1em 0;
  width: 9%;
}
.footer .map_image {
  display: block;
  width: 408px;
  height: 100px;
  background: url(../imgs/footer_map.jpg) right top no-repeat #fff;
}
.lower-footer {
  padding: 2em 0;
  margin-top: 1em;
  border-top: 1px solid #D8D8D8;
  text-align: center;
  font-size: 0.8em;
  font-family: "Myriad Pro", Arial, sans-serif;
}
.first {
  width: 100%;
}
.blue-button {
  text-align: center;
  margin: 0 auto;
  width: 50%;
  font-weight: bold !important;
  display: block;
  background-color: #fff;
  border: 1px solid #898989;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #bc976a;
  font-family: 'Futura W01 Light', sans-serif;
  font-size: 1.2em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.blue-button:hover {
  background-color: #bc976a;
  color: #fff;
}
.youtube {
  position: relative;
  max-width: 750px;
  border: 0;
  outline: none;
  padding-bottom: 42.5%;
  /* 16:9 */
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
