/*   
Theme Name: MutualMobile
Description: MutualMobile.com Theme
Author: Mutual Mobile
Author URI: http://www.mutualmobile.com
Version: 3.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover,
a:active {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  padding: 0;
  border: 0;
  outline: none;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*******************************************
Font face
*******************************************/
.gotham-bold {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.gotham-book {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.gotham-light {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ss-social';
  src: url('assets/font/ss-social-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.ss-social {
  font-family: 'ss-social';
}
@font-face {
  font-family: 'heroic-condensed-regular';
  src: url('assets/font/Heroic/HeroicCondensed-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.heroic-condensed-regular {
  font-family: 'heroic-condensed-regular';
}
@font-face {
  font-family: 'heroic-condensed-bold';
  src: url('assets/font/Heroic/HeroicCondensed-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.heroic-condensed-bold {
  font-family: 'heroic-condensed-bold';
}
@font-face {
  font-family: 'gotham-medium';
  src: url('assets/font/Gotham/Gotham-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gotham-medium {
  font-family: 'gotham-medium';
}
@font-face {
  font-family: 'gotham-book';
  src: url('assets/font/Gotham/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gotham-book {
  font-family: 'gotham-book';
}
/*******************************************
Global mixes
*******************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden:focus {
  height: auto;
  width: auto;
  clip: inherit;
  margin: auto;
  overflow: auto;
  padding: inherit;
  border: inherit;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
}
/*******************************************
Margins
*******************************************/
/*******************************************
Padding
*******************************************/
/*******************************************
Grid
*******************************************/
.row {
  width: 99.99999998999999%;
}
.borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*******************************************
Backgrounds
*******************************************/
/*******************************************
Shadows
*******************************************/
/*******************************************
Borders
*******************************************/
/*******************************************
Colors
*******************************************/
/*******************************************
Buttons
*******************************************/
.button {
  margin: 0em;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  height: 40px;
  height: 4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.button.blue {
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
}
.button.blue:hover,
.button.blue:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
.button.white {
  background-color: white;
  color: #28abe2;
}
.button.white:hover,
.button.white:active {
  background-color: #28abe2;
  color: white;
}
.button.black {
  background-color: #484848;
  color: white;
  border: 0 solid #484848;
}
.button.black:hover,
.button.black:active {
  background-color: white;
  color: #484848;
  border: 1px solid #484848;
}
.button.green {
  background-color: #b3c833;
  color: white;
  border: 0 solid #b3c833;
}
.button.green:hover,
.button.green:active {
  background-color: white;
  color: #b3c833;
  border: 1px solid #b3c833;
}
/*******************************************
Animation
*******************************************/
/*******************************************
Global styles
*******************************************/
#wpadminbar {
  display: none !important;
}
html {
  font-size: 62.5%;
  /* Sets up the 10px base font */

  background-color: #fff;
  overflow-y: scroll;
}
html.stop-scroll {
  overflow: hidden !important;
  overflow-y: hidden !important;
  height: 100%;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: helvetica, sans-serif;
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
html body .view {
  width: 100%;
}
p.note {
  font-weight: 600;
}
input {
  border-radius: 0 !important;
  outline: none;
}
#content {
  max-width: 940px;
  margin: 5rem auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #content {
    margin: 3rem auto;
  }
}
@media only screen and (max-width: 940px) {
  #content {
    padding: 0 1.5rem;
  }
}
.strong {
  font-weight: bold;
}
.homepage .full.dark {
  display: none;
}
.homepage .full.white {
  position: absolute;
}
.full {
  background-color: #FFFFFF;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
a,
a:visited {
  color: #28abe2;
  text-decoration: none;
}
#view-root {
  overflow: hidden;
  margin-top: 6.4rem;
}
@media only screen and (max-width: 640px) {
  #view-root {
    margin-top: 5.4rem;
  }
}
#view-root .view-interior {
  background-color: white;
}
.view.loading #content {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  *zoom: 1;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
}
form .note {
  color: #46a546;
  font-weight: bold;
}
form .note.negative {
  color: #9d261d;
}
ul.downloads {
  list-style: none;
  padding: 0;
  margin-top: 36px;
  margin-top: 3.6rem;
}
ul.downloads li {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 17px;
  margin-top: 1.7rem;
}
ul.downloads li:first-child {
  margin-top: 0px;
  margin-top: 0rem;
}
ul.downloads li a {
  padding-left: 30px;
  padding-left: 3rem;
  background: url(img/download-icon.png) 0 4px no-repeat;
}
a.download {
  padding-left: 30px;
  padding-left: 3rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  background: url(img/download-icon.png) 0 6px no-repeat;
  display: block;
  margin-top: 20px;
  margin-top: 2rem;
}
.ui-blocker {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9995;
}
@media only screen and (max-width: 640px) {
  .ui-blocker {
    display: none;
  }
}
.view.popover {
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  z-index: 9999;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 50px -10px #000000;
}
@media only screen and (min-width: 1050px) {
  .view.popover {
    width: 940px;
    margin-left: -470px;
    left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .view.popover {
    left: 0;
    top: 5.5rem;
    width: 100%;
    z-index: 9980;
    box-shadow: none;
  }
}
.view.popover iframe {
  display: block;
  margin: 0px auto;
  border: 1px solid #CFD2D4;
}
.view.popover .view-interior {
  height: 100%;
}
.video-container,
.iframe-container {
  width: 100%;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
.video-container.video,
.iframe-container.video {
  height: 560px;
}
@media only screen and (max-width: 800px) {
  .video-container.video,
  .iframe-container.video {
    height: 430px;
  }
}
@media only screen and (max-width: 650px) {
  .video-container.video,
  .iframe-container.video {
    height: 350px;
  }
}
@media only screen and (max-width: 500px) {
  .video-container.video,
  .iframe-container.video {
    height: 265px;
  }
}
@media only screen and (max-width: 400px) {
  .video-container.video,
  .iframe-container.video {
    height: 200px;
  }
}
.video-container.soundcloud,
.iframe-container.soundcloud {
  height: 166px;
}
@media only screen and (max-width: 500px) {
  .video-container.soundcloud,
  .iframe-container.soundcloud {
    height: 125px;
  }
}
.video-container.hidden,
.iframe-container.hidden {
  opacity: 0;
}
.video-container iframe,
.iframe-container iframe,
.video-container embed,
.iframe-container embed,
.video-container object,
.iframe-container object {
  width: 100%;
  height: 100%;
}
.scribd-container {
  width: 100%;
  position: relative;
  padding-bottom: 129.411764705882%;
  height: 0;
  overflow: hidden;
}
.scribd-container iframe,
.scribd-container embed,
.scribd-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-media-buttons {
  font-size: 13px;
  font-size: 1.3rem;
  *zoom: 1;
}
.social-media-buttons:before,
.social-media-buttons:after {
  display: table;
  content: "";
  clear: both;
}
.social-media-buttons .googlePlus {
  width: 76px;
}
.social-media-buttons .twitter {
  width: 101px;
}
.social-media-buttons .facebook {
  width: 80px;
  margin-right: 15px;
}
.social-media-buttons .linkedin {
  padding-top: 1px;
}
.social-media-buttons > div {
  display: inline-block;
  height: 22px;
  vertical-align: top;
}
@media only screen and (max-width: 380px) {
  .social-media-buttons > div {
    margin-bottom: 10px;
  }
}
.social-media-buttons > div:last-child {
  margin-right: 0;
}
#roundup-form input:not([type="submit"]) {
  height: 44px;
  height: 4.4rem;
  width: 100%;
  background-color: #F0EFEF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0px 10px;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: #6f6f6f;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.crumbs {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.crumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
  display: block;
}
.crumbs ul:before,
.crumbs ul:after {
  display: table;
  content: "";
  clear: both;
}
.crumbs ul li {
  border-right: 1px solid #cfd2d4;
  margin-right: 5px;
  margin-right: 0.5rem;
  padding-right: 5px;
  padding-right: 0.5rem;
  text-transform: uppercase;
  display: block;
  float: left;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.crumbs ul li.current {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.crumbs ul li:last-child {
  border: none;
}
.crumbs-container {
  overflow: auto;
  height: 64px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.crumbs-container .crumbs {
  float: left;
  margin-top: 2.7rem;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .crumbs-container .crumbs {
    display: none;
  }
}
.crumbs-container .search-2 {
  float: right;
}
@media only screen and (max-width: 480px) {
  .crumbs-container .search-2 {
    float: none;
  }
}
.crumbs-container form {
  height: 100%;
  *zoom: 1;
  position: relative;
  padding-top: 17px;
}
.crumbs-container form:before,
.crumbs-container form:after {
  display: table;
  content: "";
  clear: both;
}
.crumbs-container form .negative {
  color: red;
}
.crumbs-container form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
}
.crumbs-container form input[type="submit"] {
  margin: 0em;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  height: 40px;
  height: 4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  line-height: 42px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: block;
  background: url(img/sprites/search.png) center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  right: 0px;
  background-color: #29ABE2;
  background-size: 50%;
  border-radius: 0;
  float: right;
}
.crumbs-container form input[type="submit"].blue {
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
}
.crumbs-container form input[type="submit"].blue:hover,
.crumbs-container form input[type="submit"].blue:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
.crumbs-container form input[type="submit"].white {
  background-color: white;
  color: #28abe2;
}
.crumbs-container form input[type="submit"].white:hover,
.crumbs-container form input[type="submit"].white:active {
  background-color: #28abe2;
  color: white;
}
.crumbs-container form input[type="submit"].black {
  background-color: #484848;
  color: white;
  border: 0 solid #484848;
}
.crumbs-container form input[type="submit"].black:hover,
.crumbs-container form input[type="submit"].black:active {
  background-color: white;
  color: #484848;
  border: 1px solid #484848;
}
.crumbs-container form input[type="submit"].green {
  background-color: #b3c833;
  color: white;
  border: 0 solid #b3c833;
}
.crumbs-container form input[type="submit"].green:hover,
.crumbs-container form input[type="submit"].green:active {
  background-color: white;
  color: #b3c833;
  border: 1px solid #b3c833;
}
.crumbs-container form input[type="search"] {
  width: 100%;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 0;
  height: 34px;
  width: 185px;
  float: left;
  background: #F0EFEF;
  padding-left: 10px;
  border-radius: 0;
}
@media only screen and (max-width: 480px) {
  .crumbs-container form input[type="search"] {
    width: calc(100% - 35px);
  }
}
/*******************************************
Header
*******************************************/
header {
  z-index: 9990;
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 6.4rem;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  header {
    height: 5.4rem;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
}
header .header-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  height: 6.4rem;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper {
    height: 5.4rem;
  }
}
@media only screen and (max-width: 940px) {
  header .header-wrapper {
    padding: 0 15px;
  }
}
header .header-wrapper .header-logo {
  width: calc(25% - 5px);
  display: inline-block;
  height: 6.4rem;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .header-logo {
    height: 5.4rem;
    float: left;
    width: auto;
  }
}
header .header-wrapper .header-logo h1 {
  margin: 0;
  height: 6.4rem;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .header-logo h1 {
    height: 5.4rem;
  }
}
header .header-wrapper .header-logo h1 a {
  display: block;
  height: 6.4rem;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .header-logo h1 a {
    height: 5.4rem;
  }
}
header .header-wrapper .header-logo h1 .logo {
  height: 6.4rem;
  width: 140px;
  background-color: transparent;
  background-image: url(img/logo-white-transparent.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-indent: -9999px;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .header-logo h1 .logo {
    height: 5.4rem;
    background-image: url(img/logo-blue-transparent.png);
  }
}
header .header-wrapper .header-logo h1 .logo.home {
  display: none;
}
header .header-wrapper .main-nav {
  width: 50%;
  display: inline-block;
  height: 6.4rem;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .main-nav {
    display: none;
    height: 5.4rem;
  }
}
header .header-wrapper .main-nav ul {
  list-style: none;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 6.4rem;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.9rem;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .main-nav ul {
    height: 5.4rem;
  }
}
header .header-wrapper .main-nav ul li {
  display: inline-block;
  margin: 0 1.4%;
  line-height: 2.4rem;
}
header .header-wrapper .main-nav ul li a {
  color: #fff;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
}
header .header-wrapper .main-nav ul li a:hover {
  color: #28abe2;
}
header .header-wrapper .main-nav ul li:first-child {
  margin-left: 0;
}
header .header-wrapper .main-nav ul li:last-child {
  margin-right: 0;
}
header .header-wrapper .social {
  width: calc(25% - 5px);
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .social {
    display: none;
  }
}
header .header-wrapper .social ul {
  list-style: none;
  padding: 1.6rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 6.4rem;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .social ul {
    height: 5.4rem;
  }
}
header .header-wrapper .social ul li {
  display: inline-block;
  border: 1px solid white;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'ss-social';
  text-align: center;
  margin: 0 1%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
header .header-wrapper .social ul li:first-child {
  margin-left: 0;
}
header .header-wrapper .social ul li:last-child {
  margin-right: 0;
}
header .header-wrapper .social ul li:hover {
  background: #fff;
}
header .header-wrapper .social ul li a {
  font-family: 'ss-social';
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
header .header-wrapper .social ul li a:hover {
  color: #6e6e6e;
}
header .header-wrapper .social ul li a:after {
  display: block;
  line-height: 35px;
}
header .header-wrapper .social ul li a.insta:after {
  content: '\F641';
}
header .header-wrapper .social ul li a.in:after {
  content: '\F612';
}
header .header-wrapper .social ul li a.tw:after {
  content: '\F611';
}
header .header-wrapper .social ul li a.fb:after {
  content: '\F610';
}
header .header-wrapper .menu-button {
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  height: 5.4rem;
  width: 4.4rem;
}
@media only screen and (max-width: 640px) {
  header .header-wrapper .menu-button {
    display: inline-block;
  }
}
header .header-wrapper .menu-button div {
  position: relative;
  height: 100%;
}
header .header-wrapper .menu-button div span {
  position: absolute;
  display: block;
  height: 6px;
  margin-bottom: 3px;
  width: 28px;
  background-color: #484848;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header .header-wrapper .menu-button div span:first-child {
  bottom: 10px;
  transition-delay: 0.02s;
  -moz-transition-delay: 0.02s;
  -webkit-transition-delay: 0.02s;
  -o-transition-delay: 0.02s;
}
header .header-wrapper .menu-button div span:nth-child(2) {
  bottom: 20px;
  transition-delay: 0.06s;
  -moz-transition-delay: 0.06s;
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
}
header .header-wrapper .menu-button div span:last-child {
  bottom: 30px;
  transition-delay: 0.04s;
  -moz-transition-delay: 0.04s;
  -webkit-transition-delay: 0.04s;
  -o-transition-delay: 0.04s;
}
header .header-wrapper .menu-button.active div span {
  width: 20px;
  bottom: 10px;
  right: 4px;
}
header.stuck {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
header.stuck .header-wrapper .header-logo h1 .logo {
  background-image: url(img/logo-blue-transparent.png);
}
header.stuck .header-wrapper .main-nav ul li a {
  color: #6f6f6f;
}
header.stuck .header-wrapper .main-nav ul li a:hover {
  color: #29abe2;
}
header.stuck .header-wrapper .main-nav ul li a.current {
  color: #28abe2;
}
header.stuck .header-wrapper .social ul li {
  border: 1px solid #6e6e6e;
}
header.stuck .header-wrapper .social ul li:hover {
  background: #6e6e6e;
}
header.stuck .header-wrapper .social ul li a {
  color: #6e6e6e;
}
header.stuck .header-wrapper .social ul li a:hover {
  color: #fff;
}
.homepage header {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.homepage header .header-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.homepage header .header-wrapper .inside {
  display: none;
}
.homepage header .header-wrapper h1 .logo.home {
  display: block;
}
.homepage header .header-wrapper .logo {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.homepage header .header-wrapper.stuck {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.homepage header .header-wrapper.stuck nav.social li {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition: border-color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out;
  -ms-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
}
.homepage header .header-wrapper nav ul li {
  overflow: hidden;
}
.homepage header .header-wrapper nav ul li.menu-item span.text {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.mobile header .main-nav ul {
  font-size: 10px;
  font-size: 1rem;
}
.mobile.homepage header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.mobile.homepage header .header-wrapper .header-logo h1 .logo.home {
  background-image: url(img/logo-blue-transparent.png);
}
.mobile.homepage header .header-wrapper .main-nav ul li a {
  color: #6f6f6f;
}
.mobile.homepage header .header-wrapper .social ul li {
  border: 1px solid #6e6e6e;
}
.mobile.homepage header .header-wrapper .social ul li.fb {
  background-position: -93px 18px;
}
.mobile.homepage header .header-wrapper .social ul li.tw {
  background-position: -114px 18px;
}
.mobile.homepage header .header-wrapper .social ul li.in {
  background-position: -136px 18px;
}
.mobile.homepage header .header-wrapper .social ul li.vim {
  background-position: -161px 18px;
}
.nav-overlay {
  position: fixed;
  left: 0;
  top: 5.4rem;
  width: 100%;
  z-index: 9985;
  background-color: #fff;
  -webkit-animation: slide-in-from-top 300ms 0 ease;
  -moz-animation: slide-in-from-top 300ms 0 ease;
  -ms-animation: slide-in-from-top 300ms 0 ease;
  -o-animation: slide-in-from-top 300ms 0 ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  border-bottom: 1px solid #e6e6e6;
}
.nav-overlay.hide-nav {
  -webkit-animation: slide-out-to-top 300ms 0 ease;
  -moz-animation: slide-out-to-top 300ms 0 ease;
  -ms-animation: slide-out-to-top 300ms 0 ease;
  -o-animation: slide-out-to-top 300ms 0 ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}
.nav-overlay canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nav-overlay h2.easter-egg-message {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-animation: fade-in 300ms 0 ease;
  -moz-animation: fade-in 300ms 0 ease;
  -ms-animation: fade-in 300ms 0 ease;
  -o-animation: fade-in 300ms 0 ease;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 20px;
}
.nav-overlay ul {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-overlay ul li {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-overlay ul li:last-child {
  border-bottom: none;
}
.nav-overlay ul li a {
  display: block;
  height: 50px;
  height: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #6f6f6f;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 5rem;
  text-indent: 3rem;
}
.nav-overlay ul li a span {
  display: block;
}
.nav-overlay ul li a:hover,
.nav-overlay ul li a:active {
  background-color: #d1d2d2;
  color: #FFFFFF;
}
.nav-overlay ul li.current a,
.nav-overlay ul li.current a:visited {
  background-color: #d1d2d2;
  color: #FFFFFF;
}
.nav-overlay .hidden-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  width: 2.5rem;
  height: 25px;
  height: 2.5rem;
  padding-top: 9.5px;
  padding-top: 0.95rem;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  padding-bottom: 9.5px;
  padding-bottom: 0.95rem;
  z-index: 1001;
}
.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  height: 65px;
  padding: 0;
}
.footer #content {
  height: 100%;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}
@media only screen and (max-width: 940px) {
  .footer #content {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.footer h3 {
  text-transform: uppercase;
  color: #474747;
}
.footer p {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 65px;
  line-height: 6.5rem;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .footer p {
    line-height: 20px;
    line-height: 2rem;
    margin: 15px auto;
  }
}
.footer section {
  *zoom: 1;
  text-align: center;
  height: 100%;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  position: relative;
  color: #6f6f6f;
}
.footer section:before,
.footer section:after {
  display: table;
  content: "";
  clear: both;
}
.footer section a {
  font-weight: bold;
}
footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  height: 65px;
  padding: 0;
}
footer #content {
  height: 100%;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}
@media only screen and (max-width: 940px) {
  footer #content {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
footer h3 {
  text-transform: uppercase;
  color: #474747;
}
footer p {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 65px;
  line-height: 6.5rem;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  footer p {
    line-height: 20px;
    line-height: 2rem;
    margin: 15px auto;
  }
}
footer section {
  *zoom: 1;
  text-align: center;
  height: 100%;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  position: relative;
  color: #6f6f6f;
}
footer section:before,
footer section:after {
  display: table;
  content: "";
  clear: both;
}
footer section a {
  font-weight: bold;
}
#accesskey-map {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cfd2d4;
  margin: 0px;
  padding: 10px;
  z-index: 1001;
}
#accesskey-map dt {
  margin: 0;
  padding: 0;
}
.contact-form {
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.contact-form.hide {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .contact-form {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.contact-form .field {
  *zoom: 1;
  float: left;
  width: 100%;
}
.contact-form .field:before,
.contact-form .field:after {
  display: table;
  content: "";
  clear: both;
}
.contact-form .field.half {
  width: 50%;
}
.contact-form .field.half.left input {
  float: left;
  width: 98%;
}
.contact-form .field.half.right input {
  float: right;
  width: 98%;
}
@media only screen and (max-width: 800px) {
  .contact-form .field.half {
    width: 100%;
  }
  .contact-form .field.half.left input,
  .contact-form .field.half.right input {
    width: 100%;
    float: none;
  }
}
.contact-form .field input,
.contact-form .field textarea {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #F0EFEF;
  width: 100%;
  color: #6f6f6f;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.contact-form .field input {
  height: 4.4rem;
  line-height: 4.4rem;
}
.contact-form .field input.invalid {
  border: 1px solid red;
}
.contact-form .field textarea {
  padding: 15px;
  resize: none;
}
.contact-form .field #message {
  min-height: 10rem;
}
.contact-form .submit {
  clear: left;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 2rem;
}
.form-message {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  opacity: 0;
  display: block;
  text-align: center;
  color: #6b6b6b;
  font-size: 2.2rem;
  margin-top: -2rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.form-message.show {
  opacity: 1;
}
.textwidget {
  position: relative;
}
.textwidget .report-form,
.sidebar .report-form,
#info .report-form {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.textwidget .report-form.hide,
.sidebar .report-form.hide,
#info .report-form.hide {
  opacity: 0;
}
.textwidget .report-form input,
.sidebar .report-form input,
#info .report-form input {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  height: 35px;
  height: 3.5rem;
  width: 100%;
  background: #F0EFEF;
  color: #6f6f6f;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.textwidget .report-form input.invalid,
.sidebar .report-form input.invalid,
#info .report-form input.invalid {
  border: 1px solid red;
}
.textwidget .form-message,
.sidebar .form-message,
#info .form-message {
  font-size: 12px;
  text-align: center;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  line-height: 18px;
  box-sizing: border-box;
  border: 1px solid #29abe2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.textwidget .form-message.show,
.sidebar .form-message.show,
#info .form-message.show {
  opacity: 1;
}
.homepage footer {
  display: none;
}
#content.home {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 640px) {
  #content.home {
    position: relative;
    max-width: 100%;
    overflow-y: scroll;
    -o-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
}
#content.home:before,
#content.home:after {
  display: none;
}
#content.home button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content.home #sections {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  #content.home #sections {
    position: relative;
  }
}
#content.home section {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #content.home section {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow: visible;
    background-color: white;
    position: relative;
    min-height: auto;
    overflow: hidden;
  }
}
#content.home section .foreground {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground {
    position: relative;
    height: 100%;
  }
}
#content.home section .foreground h2 {
  display: none;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D1D2D2;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground h2 {
    display: block;
  }
}
#content.home section .foreground h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: #484848;
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  #content.home section .foreground h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground h3 {
    font-size: 1.6rem;
    text-align: left;
  }
}
#content.home section .foreground h4 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: #6f6f6f;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  #content.home section .foreground h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground h4 {
    font-size: 1.4rem;
    text-align: left;
  }
}
#content.home section .foreground h5 {
  color: #6f6f6f;
  text-align: center;
  font-size: 1.6rem;
  color: #474747;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground h5 {
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
#content.home section .foreground .top-copy {
  -webkit-backface-visibility: hidden;
  background-color: #ffffff;
  position: absolute;
  padding-top: 10rem;
  height: 10.4rem;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground .top-copy {
    padding: 0 3rem;
    position: relative;
    height: auto;
  }
}
#content.home section .foreground .mid-copy {
  position: absolute;
  top: 20.4rem;
  bottom: 12.4rem;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground .mid-copy {
    position: relative;
    top: initial;
    bottom: initial;
    padding: 0 3rem;
  }
  #content.home section .foreground .mid-copy button {
    margin: 0;
    right: 0;
    height: auto;
    width: auto;
  }
}
#content.home section .foreground .bottom-copy {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 11rem;
  padding-bottom: 1.4rem;
}
#content.home section .foreground .bottom-copy button {
  margin-top: 4rem;
}
@media only screen and (max-width: 640px) {
  #content.home section .foreground .bottom-copy {
    height: auto;
    position: relative;
    top: initial;
    bottom: initial;
    padding-bottom: 0;
    padding: 0 3rem;
  }
  #content.home section .foreground .bottom-copy button {
    display: none;
  }
}
#content.home section .background {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #content.home section .background {
    top: 0;
    bottom: 0;
  }
}
#content.home section .background .video_background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #content.home section .background .video_background {
    position: relative;
    top: initial;
    bottom: initial;
    min-height: auto;
  }
}
#content.home section#main {
  top: 0%;
}
@media only screen and (max-width: 640px) {
  #content.home section#main {
    top: initial;
    height: 410px;
  }
}
#content.home section#main .foreground {
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
#content.home section#main .foreground .top-copy {
  background-color: transparent;
  height: 100%;
  top: 0;
  padding-top: 0;
  display: table;
  width: 100%;
}
#content.home section#main .foreground .top-copy .centered {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
#content.home section#main .foreground .top-copy .ctas {
  position: absolute;
  right: 4.4rem;
  bottom: 3.8rem;
}
#content.home section#main .foreground .top-copy .ctas .cta {
  *zoom: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left;
  width: 21.5rem;
  height: 12rem;
  padding: 1.6rem;
  color: #ffffff;
  margin-right: 4.2rem;
  text-align: left;
  display: block;
  text-transform: uppercase;
}
#content.home section#main .foreground .top-copy .ctas .cta:before,
#content.home section#main .foreground .top-copy .ctas .cta:after {
  display: table;
  content: "";
  clear: both;
}
#content.home section#main .foreground .top-copy .ctas .cta:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGUlEQVQIW2P8//+/MSMj41kGKGCEMYgXAAADvQQFZLynHQAAAABJRU5ErkJggg==);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}
#content.home section#main .foreground .top-copy .ctas .cta.fof {
  background-image: url(img/home-splash.jpg);
}
#content.home section#main .foreground .top-copy .ctas .cta.iot {
  background-image: url(img/blue-cta.jpg);
  margin: 0;
}
#content.home section#main .foreground .top-copy .ctas .cta .slogan {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.2rem;
}
#content.home section#main .foreground .top-copy .ctas .cta .slogan p {
  font-family: 'gotham-medium';
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (max-width: 640px) {
  #content.home section#main .foreground .top-copy {
    padding: 0;
  }
  #content.home section#main .foreground .top-copy #down-arrow {
    display: none;
  }
  #content.home section#main .foreground .top-copy .ctas {
    display: none;
  }
}
#content.home section#main .foreground span.logo-bug {
  margin-top: -5rem;
  text-indent: -9999px;
  color: white;
  background-image: url(img/mm-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3.4rem;
  height: 3.4rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 5rem;
}
#content.home section#main .foreground span.intro {
  color: white;
  text-align: center;
  font-size: 5rem;
  line-height: 5.5rem;
  margin: 0 auto;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  -webkit-transform: translate3d(1px, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
#content.home section#main .foreground span.intro-desk {
  max-width: 940px;
}
@media only screen and (max-width: 640px) {
  #content.home section#main .foreground span.intro-desk {
    display: none;
  }
}
#content.home section#main .foreground span.intro-mobile {
  display: none;
  font-size: 4rem;
  line-height: 4.6rem;
  max-width: 640px;
}
@media only screen and (max-width: 640px) {
  #content.home section#main .foreground span.intro-mobile {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #content.home section#main .foreground span.intro-mobile {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
#content.home section#main .foreground .arrow {
  width: 30px;
  height: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-image: url(img/sprites/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
}
#content.home section#main .placeholder {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bdd9f3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  #content.home section#main .placeholder {
    background-position: -22px center;
  }
}
#content.home section#main .background {
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#content.home section#main .background.cinemagraph {
  z-index: 0;
}
#content.home section#main .background.scrolling.animated {
  display: none;
}
#content.home section#main.loaded .placeholder {
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  #content.home section#main.loaded .placeholder {
    opacity: 1;
  }
}
#content.home section#ctas {
  display: none;
}
@media only screen and (max-width: 640px) {
  #content.home section#ctas {
    background: #fff;
    height: 470px;
    display: block;
    padding: 2.8rem 0 0;
    box-sizing: border-box;
  }
  #content.home section#ctas .cta {
    *zoom: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 32rem;
    height: 19.6rem;
    margin: 0 auto 2.8rem;
    color: #ffffff;
    text-align: left;
    display: block;
    text-transform: uppercase;
  }
  #content.home section#ctas .cta:before,
  #content.home section#ctas .cta:after {
    display: table;
    content: "";
    clear: both;
  }
  #content.home section#ctas .cta:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGUlEQVQIW2P8//+/MSMj41kGKGCEMYgXAAADvQQFZLynHQAAAABJRU5ErkJggg==);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
  }
  #content.home section#ctas .cta.fof {
    background-image: url(img/home-splash.jpg);
  }
  #content.home section#ctas .cta.iot {
    background-image: url(img/blue-cta.jpg);
    margin: 0 auto;
  }
  #content.home section#ctas .cta .slogan {
    position: absolute;
    left: 2.4rem;
    right: 2.4rem;
    bottom: 2.6rem;
  }
  #content.home section#ctas .cta .slogan p {
    font-family: 'gotham-medium';
    margin: 0;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#content.home section#clients {
  top: 100%;
}
@media only screen and (max-width: 640px) {
  #content.home section#clients {
    top: initial;
  }
  #content.home section#clients .background.videoContainer {
    display: none;
  }
  #content.home section#clients .client-btn {
    display: none;
  }
}
#content.home section#clients .client-btn {
  display: block;
}
#content.home section#clients .video.mobile-carousel-controls {
  display: none;
}
#content.home section#clients .foreground .top-copy h3 {
  margin-bottom: 2rem;
}
#content.home section#clients .foreground .mid-copy {
  bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #content.home section#clients .foreground .mid-copy {
    height: 35rem;
    margin-top: 3rem;
  }
  #content.home section#clients .foreground .mid-copy.hovering .videoOverlay .client .content {
    top: 0;
  }
  #content.home section#clients .foreground .mid-copy.hovering .videoOverlay .client .content h2 {
    opacity: 1;
  }
  #content.home section#clients .foreground .mid-copy.hovering .videoOverlay .client .content button {
    opacity: 1;
  }
  #content.home section#clients .foreground .mid-copy.hovering .video.carousel-controls {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay {
    background-color: transparent;
    position: relative;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content {
    padding-top: 0;
    width: 100%;
    position: relative;
    margin-top: 0;
    top: 0;
    height: 35rem;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content button {
    opacity: 1;
    bottom: 2rem;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content a {
    font-size: 1.4rem;
    margin-top: 5rem;
    display: block;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content a.client-btn {
    display: none;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content p {
    color: #474747;
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content .client-logo {
    position: absolute;
    top: 0;
    height: 115px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 11rem;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content .mobile-background {
    height: 11.5rem;
    width: 100%;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client.union .mobile-background {
    background-image: url(video/union.jpg);
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client.autotrader .mobile-background {
    background-image: url(video/autotrader.jpg);
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client.the-economist .mobile-background {
    background-image: url(video/the-economist.jpg);
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client.bsx .mobile-background {
    background-image: url(video/bsx.jpg);
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client.disney .mobile-background {
    background-image: url(video/disney.jpg);
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .mobile-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlaySensor {
    display: none;
  }
  #content.home section#clients .foreground .mid-copy .video.mobile-carousel-controls {
    position: absolute;
    top: 0;
    left: 0rem;
    height: 11.5rem;
    width: 100%;
    display: block;
    background: #F0EFEF;
  }
  #content.home section#clients .foreground .mid-copy .video.mobile-carousel-controls button {
    position: absolute;
    width: 3rem;
    height: 100%;
    background: url(img/carrot@2x.png);
    background-size: 7px;
    background-repeat: no-repeat;
    opacity: 0.7;
  }
  #content.home section#clients .foreground .mid-copy .video.mobile-carousel-controls button.left {
    left: 0;
    background-position: 12px center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  #content.home section#clients .foreground .mid-copy .video.mobile-carousel-controls button.right {
    right: 0;
    background-position: 12px center;
  }
  #content.home section#clients .foreground .mid-copy .carousel-controls {
    position: absolute;
    top: 11.5rem;
    background-color: transparent;
    margin: 0;
    left: 0;
    width: 100%;
  }
  #content.home section#clients .foreground .mid-copy .carousel-controls ul {
    display: block;
    overflow: auto;
    height: 5rem;
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content.home section#clients .foreground .mid-copy .carousel-controls ul li {
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 0.8rem;
    width: 0.8rem;
    background-color: #d1d2d2;
    padding: 0;
    margin-right: 3rem;
    font-size: 17px;
  }
  #content.home section#clients .foreground .mid-copy .carousel-controls ul li:last-child {
    margin-right: 0;
  }
  #content.home section#clients .foreground .mid-copy .carousel-controls ul li.selected {
    background-color: #28abe2;
    color: white;
  }
}
@media only screen and (max-width: 480px) {
  #content.home section#clients .foreground .mid-copy {
    height: 40rem;
  }
  #content.home section#clients .foreground .mid-copy .videoOverlay .client .content {
    height: 40rem;
  }
}
#content.home section#about {
  top: 200%;
}
@media only screen and (max-width: 640px) {
  #content.home section#about {
    top: initial;
  }
}
#content.home section#about .foreground {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#content.home section#about .mid-copy {
  height: 10rem;
  top: 50%;
  margin-top: -5rem;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #content.home section#about .mid-copy {
    height: auto;
    top: initial;
    margin-top: 0;
    padding: 3rem;
  }
}
#content.home section#about .mid-copy h2,
#content.home section#about .mid-copy h3,
#content.home section#about .mid-copy h4 {
  color: white;
}
#content.home section#about .mid-copy h2 {
  margin-bottom: 2rem;
  margin-top: 0;
}
#content.home section#about .mid-copy h3 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  #content.home section#about .mid-copy h3 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.home section#about .mid-copy h4 {
    margin-bottom: 3rem;
  }
}
#content.home section#about a.button {
  margin: 0 auto;
  margin-top: 3rem;
  width: 125px;
}
@media only screen and (max-width: 640px) {
  #content.home section#about a.button {
    margin: 0;
  }
}
#content.home section#about .background {
  background-color: #64645e;
  background-image: url(video/careers.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#content.home section#blogs {
  top: 300%;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs {
    top: initial;
    margin-bottom: 3rem;
  }
}
#content.home section#blogs .foreground {
  z-index: 9999;
}
#content.home section#blogs .top-copy {
  height: 10rem;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .top-copy {
    height: auto;
  }
}
#content.home section#blogs .top-copy h3 {
  margin-bottom: 2rem;
}
#content.home section#blogs .mid-copy {
  padding-bottom: 5rem;
  bottom: 0;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy {
    padding-bottom: 0;
    bottom: initial;
    top: initial;
    padding-top: 2rem;
  }
}
#content.home section#blogs .mid-copy .grid {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 94rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  #content.home section#blogs .mid-copy .grid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid {
    width: 100%;
    display: block;
    padding: 0;
  }
}
#content.home section#blogs .mid-copy .grid .column {
  flex: 3;
  flex-direction: column;
  height: 100%;
  width: 33.33333%;
  padding: 0px 5px;
}
#content.home section#blogs .mid-copy .grid .column:first-child {
  padding-left: 0;
}
#content.home section#blogs .mid-copy .grid .column:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column {
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 1rem;
  }
  #content.home section#blogs .mid-copy .grid .column:last-child {
    margin-bottom: 0;
    border: 0;
  }
}
#content.home section#blogs .mid-copy .grid .column .brick {
  flex: 3;
  flex-direction: row;
  display: block;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column .brick {
    width: 100%;
  }
}
#content.home section#blogs .mid-copy .grid .column .brick .popover {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 2rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column .brick .popover {
    position: relative;
    padding: 0;
    opacity: 1;
    background-color: transparent;
  }
}
#content.home section#blogs .mid-copy .grid .column .brick .popover span {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: white;
  text-align: left;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column .brick .popover span {
    font-family: helvetica;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #28abe2;
    padding: 0;
    position: relative;
    padding-left: 10px;
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  #content.home section#blogs .mid-copy .grid .column .brick .popover span:before {
    left: 0;
    content: '•';
    display: block;
    position: absolute;
    top: 0;
    color: black;
  }
}
#content.home section#blogs .mid-copy .grid .column .brick:hover .popover {
  opacity: 1;
}
#content.home section#blogs .mid-copy .grid .column .brick:hover .popover span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
#content.home section#blogs .mid-copy .grid .column .brick:hover .date {
  opacity: 0;
}
#content.home section#blogs .mid-copy .grid .column .brick.button {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column .brick.button {
    width: 125px;
    margin-top: 1.5rem;
  }
}
#content.home section#blogs .mid-copy .grid .column .brick.title {
  flex: 1;
}
#content.home section#blogs .mid-copy .grid .column .brick.title h5 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  color: #474747;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column .brick.title h5 {
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 9px;
    color: #6f6f6f;
  }
}
#content.home section#blogs .mid-copy .grid .column .brick .date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.2rem 1rem;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column .brick .date {
    display: none;
  }
}
#content.home section#blogs .mid-copy .grid .column .brick.article {
  height: 20%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (max-height: 800px) {
  #content.home section#blogs .mid-copy .grid .column .brick.article {
    height: 25%;
  }
}
@media only screen and (max-width: 640px) {
  #content.home section#blogs .mid-copy .grid .column .brick.article {
    height: auto;
    background: none !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 800px) {
  #content.home section#blogs .mid-copy .grid .column .brick.article:nth-child(5) {
    display: none;
  }
}
#content.home section#footer {
  top: 400%;
}
@media only screen and (max-width: 640px) {
  #content.home section#footer {
    top: initial;
  }
}
#content.home section#footer .foreground {
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 640px) {
  #content.home section#footer .foreground .top-copy {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
#content.home section#footer .foreground .mid-copy {
  bottom: 2rem;
  top: 50%;
  margin-top: -225px;
}
@media only screen and (max-width: 640px) {
  #content.home section#footer .foreground .mid-copy {
    bottom: initial;
    padding: 4rem 3rem;
    margin-top: 0;
    top: 0;
  }
  #content.home section#footer .foreground .mid-copy section {
    background-color: transparent;
  }
  #content.home section#footer .foreground .mid-copy section h2 {
    margin-top: 0;
  }
  #content.home section#footer .foreground .mid-copy section input {
    width: 100%;
  }
}
#content.home section#footer .foreground .mid-copy a.contact-us {
  display: none;
  margin-top: 3rem;
  width: 125px;
}
@media only screen and (max-width: 640px) {
  #content.home section#footer .foreground .mid-copy a.contact-us {
    display: block;
  }
}
#content.home section#footer .foreground .mid-copy h3 {
  color: white;
  margin-bottom: 4rem;
}
#content.home section#footer .foreground .mid-copy h2 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  #content.home section#footer .foreground .mid-copy h2 {
    margin-top: 0;
  }
}
#content.home section#footer .foreground .mid-copy #contact-form {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
#content.home section#footer .foreground .mid-copy #contact-form.hide {
  opacity: 0;
}
#content.home section#footer .foreground .mid-copy #contact-form .contact-form {
  max-width: 80rem;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #content.home section#footer .foreground .mid-copy #contact-form .contact-form {
    display: none !important;
  }
}
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field input,
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field textarea {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 10px;
  color: white;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field input::-webkit-input-placeholder,
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field textarea::-webkit-input-placeholder {
  color: white;
}
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field input:-moz-placeholder,
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field textarea:-moz-placeholder {
  color: white;
}
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field input::-moz-placeholder,
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field textarea::-moz-placeholder {
  color: white;
}
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field input:-ms-input-placeholder,
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .field textarea:-ms-input-placeholder {
  color: white;
}
#content.home section#footer .foreground .mid-copy #contact-form .contact-form .submit {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content.home section#footer .foreground .mid-copy .form-message {
  color: #fff;
  margin-top: -5rem;
}
#content.home section#footer .foreground .bottom-copy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  height: 65px;
  padding: 0;
}
#content.home section#footer .foreground .bottom-copy #content {
  height: 100%;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: 0px;
  margin-top: 0rem;
}
@media only screen and (max-width: 940px) {
  #content.home section#footer .foreground .bottom-copy #content {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#content.home section#footer .foreground .bottom-copy h3 {
  text-transform: uppercase;
  color: #474747;
}
#content.home section#footer .foreground .bottom-copy p {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 65px;
  line-height: 6.5rem;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  #content.home section#footer .foreground .bottom-copy p {
    line-height: 20px;
    line-height: 2rem;
    margin: 15px auto;
  }
}
#content.home section#footer .foreground .bottom-copy section {
  *zoom: 1;
  text-align: center;
  height: 100%;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  position: relative;
  color: #6f6f6f;
}
#content.home section#footer .foreground .bottom-copy section:before,
#content.home section#footer .foreground .bottom-copy section:after {
  display: table;
  content: "";
  clear: both;
}
#content.home section#footer .foreground .bottom-copy section a {
  font-weight: bold;
}
#content.home section#footer .background {
  background-color: #253d4f;
  background: url(video/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}
.mobile #content.home {
  overflow-y: scroll !important;
  -o-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.mobile #content.home .videoBG {
  display: none;
}
.mobile #content.home section .foreground .top-copy {
  padding-top: 6.5rem;
  height: 14rem;
}
@media only screen and (max-width: 640px) {
  .mobile #content.home section .foreground .top-copy {
    padding-top: 0;
  }
}
.mobile #content.home section#blogs .top-copy {
  padding-top: 4rem;
}
@media only screen and (max-width: 640px) {
  .mobile #content.home section#blogs .top-copy {
    padding-top: 0;
  }
}
.mobile #content.home section#blogs .mid-copy {
  top: 12rem;
  padding-bottom: 11rem;
}
@media only screen and (max-width: 640px) {
  .mobile #content.home section#blogs .mid-copy {
    top: 0rem;
    padding-bottom: 0rem;
  }
}
.mobile #content.home section#new .foreground .arrow {
  display: none;
}
.mobile #content.home section#main .foreground .arrow {
  display: none;
}
.mobile #content.home section#blogs .mid-copy .grid .column .brick:hover .date {
  opacity: 1;
}
.mobile #content.home #clients .mid-copy .videoOverlay .client .content {
  top: 50%;
}
.mobile #content.home #clients .mid-copy .videoOverlay .client .content p {
  opacity: 1;
}
.mobile #content.home #clients .mid-copy .videoOverlay .client .content button {
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
}
#content.work h2 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  font-size: 2.2rem;
  line-height: 2.7rem;
}
#content.work > p {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  margin-top: 5px;
  margin-top: 0.5rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
}
#content.work section.work-grid {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
#content.work section.work-grid div.client {
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  #content.work section.work-grid div.client {
    margin-bottom: 3rem;
  }
}
#content.work section.work-grid div.client a.client-image {
  display: table;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#content.work section.work-grid div.client a.client-image:before,
#content.work section.work-grid div.client a.client-image:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.45s;
  -moz-transition: opacity 0.5s, -moz-transform 0.45s;
  -ms-transition: opacity 0.5s, -ms-transform 0.45s;
  -o-transition: opacity 0.5s, -o-transform 0.45s;
}
#content.work section.work-grid div.client a.client-image:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -o-transform: scale(0,1);
}
#content.work section.work-grid div.client a.client-image:after {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -o-transform: scale(1,0);
}
@media only screen and (min-width: 640px) {
  #content.work section.work-grid div.client a.client-image:hover:before,
  #content.work section.work-grid div.client a.client-image:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media only screen and (max-width: 640px) {
  #content.work section.work-grid div.client a.client-image {
    height: 150px;
  }
}
#content.work section.work-grid div.client a.client-image span {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)) 0%, to(#000000) 120%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #content.work section.work-grid div.client a.client-image span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#content.work section.work-grid div.client a.subtitle {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #6f6f6f;
}
@media only screen and (max-width: 640px) {
  #content.work section.work-grid div.client a.subtitle {
    color: #28abe2;
  }
}
#content.work section.work-grid div.client p {
  font-size: 12px;
  font-size: 1.2rem;
}
#content.work section.work-grid div.client a.learn-more {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  #content.work section.work-grid div.client a.learn-more {
    display: none;
  }
}
#content.work section.clients-list-container {
  overflow: auto;
}
#content.work section.clients-list-container h3 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #d1d1d1;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#content.work section.clients-list-container .clients-list {
  margin: 0;
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
  padding: 0;
  list-style: none;
}
#content.work section.clients-list-container .clients-list:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  #content.work section.clients-list-container .clients-list {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    margin: 0;
  }
  #content.work section.clients-list-container .clients-list:first-child {
    margin-left: 0;
  }
}
#content.work section.clients-list-container .clients-list:nth-child(2) {
  margin-left: 0;
}
#content.work section.clients-list-container .clients-list li {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  line-height: 1.2;
  margin-bottom: 10px;
}
#content.work-details {
  margin: 0;
  max-width: 100%;
  background-color: #fff;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  #content.work-details {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
  }
}
#content.work-details h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0px;
  margin-top: 0rem;
}
#content.work-details div.client-header {
  height: 130px;
  padding: 4.7rem 6rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  #content.work-details div.client-header {
    padding: 4.7rem 4rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header {
    z-index: 9999;
    position: absolute;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #fff;
    height: auto;
    background: rgba(0, 0, 0, 0.3);
  }
  #content.work-details div.client-header .crumbs {
    display: none;
  }
}
#content.work-details div.client-header .crumbs {
  float: left;
}
#content.work-details div.client-header .crumbs ul li {
  font-size: 12px;
  font-size: 1.2rem;
}
#content.work-details div.client-header .crumbs ul li.current {
  opacity: 0.5;
}
#content.work-details div.client-header .crumbs ul li a {
  color: #6f6f6f;
}
#content.work-details div.client-header .next-prev-nav {
  float: left;
  padding: 8px 0;
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header .next-prev-nav {
    float: none;
    padding: 0;
  }
}
#content.work-details div.client-header .next-prev-nav > div {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
#content.work-details div.client-header .next-prev-nav > div a,
#content.work-details div.client-header .next-prev-nav > div span {
  color: #6f6f6f;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header .next-prev-nav > div a,
  #content.work-details div.client-header .next-prev-nav > div span {
    text-indent: -9999px;
    display: block;
    line-height: 0;
  }
}
#content.work-details div.client-header .next-prev-nav > div a img,
#content.work-details div.client-header .next-prev-nav > div span img {
  display: none;
  height: 25px;
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header .next-prev-nav > div a img,
  #content.work-details div.client-header .next-prev-nav > div span img {
    display: block;
  }
}
#content.work-details div.client-header .next-prev-nav > div.prev img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header .next-prev-nav > div.prev {
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header .next-prev-nav > div.next {
    float: right;
    width: 14px;
  }
}
#content.work-details div.client-header .next-prev-nav .seperator {
  border-right: 1px solid #cfd2d4;
  width: 1px;
  height: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header .next-prev-nav .seperator {
    display: none;
  }
}
#content.work-details div.client-header div.close-desktop {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  padding: 8px 0;
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header div.close-desktop {
    display: none;
  }
}
#content.work-details div.client-header .close-mobile {
  display: none;
  text-align: center;
  width: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #content.work-details div.client-header .close-mobile {
    display: block;
  }
  #content.work-details div.client-header .close-mobile img {
    height: 25px;
  }
}
#content.work-details div.hero {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  #content.work-details div.hero {
    height: 450px;
  }
}
#content.work-details div.hero > div {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 195px 45px;
}
@media only screen and (max-width: 480px) {
  #content.work-details div.hero > div {
    padding: 135px 20px;
  }
}
#content.work-details div.hero > div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)) 0%, to(#000000) 120%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 120%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.45s;
  -moz-transition: opacity 0.5s, -moz-transform 0.45s;
  -ms-transition: opacity 0.5s, -ms-transform 0.45s;
  -o-transition: opacity 0.5s, -o-transform 0.45s;
}
#content.work-details div.hero h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
}
@media only screen and (max-width: 480px) {
  #content.work-details div.hero h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
#content.work-details div.hero span.subtitle {
  position: relative;
  text-align: center;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  #content.work-details div.hero span.subtitle {
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
#content.work-details div.hero .mobile-description {
  display: none;
  margin: 0 auto;
  color: #fff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  opacity: 0;
}
#content.work-details div.hero .mobile-description p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
  #content.work-details div.hero .mobile-description {
    display: block;
  }
}
#content.work-details div.hero:before,
#content.work-details div.hero:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.45s;
  -moz-transition: opacity 0.5s, -moz-transform 0.45s;
  -ms-transition: opacity 0.5s, -ms-transform 0.45s;
  -o-transition: opacity 0.5s, -o-transform 0.45s;
  z-index: 9999;
}
@media only screen and (max-width: 640px) {
  #content.work-details div.hero:before,
  #content.work-details div.hero:after {
    display: none;
  }
}
#content.work-details div.hero:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -o-transform: scale(0,1);
}
#content.work-details div.hero:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -o-transform: scale(1,0);
}
#content.work-details > section {
  margin: 0 6rem;
}
@media only screen and (max-width: 940px) {
  #content.work-details > section {
    margin: 0 4rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.work-details > section {
    margin: 2rem;
  }
}
#content.work-details > section > div {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
#content.work-details > section div.description {
  height: 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  display: table;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #content.work-details > section div.description {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 480px) {
  #content.work-details > section div.description {
    display: none;
  }
}
#content.work-details > section div.description p {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  line-height: 1.8;
}
#content.work-details > section div.two-column {
  overflow: auto;
  border-bottom: 1px solid #e6e6e6;
}
#content.work-details > section div.two-column > div {
  display: inline;
  float: left;
  width: 48.93617020799999%;
  margin-left: 2.127659574%;
}
#content.work-details > section div.two-column > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  #content.work-details > section div.two-column > div {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    margin-left: 0;
  }
  #content.work-details > section div.two-column > div:first-child {
    margin-left: 0;
  }
  #content.work-details > section div.two-column > div:first-child {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
#content.work-details > section div.two-column > div ul {
  padding: 0 15px;
  margin: 0;
}
#content.work-details > section div.two-column > div ul li {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
#content.work-details > section div.two-column > div p {
  margin: 0;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-style: oblique;
}
#content.work-details > section div.two-column > div .author {
  color: #86b5ce;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
#content.work-details > section div.main-body {
  margin: 0;
}
#content.work-details > section div.main-body p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
  margin-bottom: 3rem;
}
#content.work-details > section div.main-body p:last-child {
  margin-bottom: 0;
}
#content.work-details > section div.bottom-image {
  padding: 0;
}
#content.work-details > section .store-buttons {
  text-align: center;
  padding: 0;
  margin: 0;
}
#content.work-details > section .store-buttons .button {
  max-width: 250px;
  width: calc(50% - 25px);
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  #content.work-details > section .store-buttons .button {
    width: 100%;
    max-width: 300px;
  }
}
#content.work-details > section .store-buttons .button.app {
  margin-right: 10px;
  margin-right: 1rem;
}
@media only screen and (max-width: 640px) {
  #content.work-details > section .store-buttons .button.app {
    margin: 0;
    margin-bottom: 2rem;
  }
}
#content.work-details > section .store-buttons .button.play {
  margin-left: 10px;
  margin-left: 1rem;
}
@media only screen and (max-width: 640px) {
  #content.work-details > section .store-buttons .button.play {
    margin: 0;
  }
}
#content.work-details div.hero div h2.intro-h2-trans,
#content.work-details div.hero div .subtitle.intro-h2-trans,
#content.work-details div.hero .mobile-description.intro-div-trans {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
#content.work-details div.hero div.intro-div-trans:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
#content.work-details div.hero.intro-trans:before,
#content.work-details div.hero.intro-trans:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
#content.careers {
  max-width: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
}
#content.careers > div {
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  #content.careers > div {
    padding: 0 20px;
  }
}
#content.careers .heading {
  background-image: url('img/careers_header.png');
  height: 500px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 250px;
}
@media only screen and (max-width: 800px) {
  #content.careers .heading {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .heading {
    height: 300px;
    margin-bottom: 355px;
  }
}
@media only screen and (max-width: 480px) {
  #content.careers .heading {
    margin-bottom: 220px;
  }
}
#content.careers .heading:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
#content.careers .heading h2 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding-top: 60px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 940px) {
  #content.careers .heading h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .heading h2 {
    width: 280px;
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0 auto;
  }
}
#content.careers .heading span.button.white {
  background-color: white;
  color: #28abe2;
  position: relative;
  display: block;
  width: 200px;
  margin: 60px auto;
  z-index: 1;
}
#content.careers .heading .top-video {
  width: 100%;
  max-width: 800px;
  height: 450px;
  background: gray;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #content.careers .heading .top-video {
    max-width: 647px;
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .heading .top-video {
    margin-top: 85px;
    height: 270px;
    max-width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  #content.careers .heading .top-video {
    height: 157px;
    max-width: 320px;
  }
}
#content.careers .heading .top-video iframe {
  width: 100%;
  height: 100%;
}
#content.careers .mid-paragraph {
  max-width: 800px;
  margin: 60px auto;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 14px;
  line-height: 28px;
}
@media only screen and (max-width: 800px) {
  #content.careers .mid-paragraph {
    max-width: 647px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .mid-paragraph {
    max-width: 480px;
  }
}
#content.careers .collage {
  width: 100%;
  height: 600px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 940px) {
  #content.careers .collage {
    padding: 0;
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .collage {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  #content.careers .collage {
    display: none;
  }
}
#content.careers .collage .lrg {
  height: 100%;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  background-size: cover;
  background-position: center center;
}
#content.careers .collage .right {
  display: inline-block;
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  float: right;
}
#content.careers .collage .right .med {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 940px) {
  #content.careers .collage .right .med {
    height: 250px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .collage .right .med {
    height: 175px;
  }
}
#content.careers .collage .right .small {
  height: 200px;
  width: 100%;
}
@media only screen and (max-width: 940px) {
  #content.careers .collage .right .small {
    height: 150px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .collage .right .small {
    height: 125px;
  }
}
#content.careers .collage .right .small > span {
  width: 33.33%;
  float: left;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
#content.careers .benefits {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  #content.careers .benefits {
    margin-bottom: 30px;
  }
}
#content.careers .benefits .column-img {
  display: block;
  width: 100%;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  #content.careers .benefits .column-img {
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .benefits .column-img {
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #content.careers .benefits .column-img {
    min-width: 40%;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
  }
}
#content.careers .benefits .columns {
  margin-top: 20px;
}
#content.careers .benefits .columns > div {
  width: 25%;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 480px) {
  #content.careers .benefits .columns > div {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 30px;
    min-height: 100px;
  }
  #content.careers .benefits .columns > div:last-child {
    margin-bottom: 0;
  }
}
#content.careers .benefits .columns ul {
  padding: 0;
  margin: 0;
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
  #content.careers .benefits .columns ul {
    margin: 0;
    padding: 0;
    width: 55%;
    vertical-align: middle;
    display: inline-block;
  }
}
#content.careers .benefits .columns ul li {
  list-style: none;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 10px;
}
#content.careers .benefits .columns ul li:last-child {
  margin-bottom: 0;
}
#content.careers .benefits .columns .col-one .column-img {
  background-image: url('img/health.png');
}
#content.careers .benefits .columns .col-two .column-img {
  background-image: url('img/money.png');
}
#content.careers .benefits .columns .col-three .column-img {
  background-image: url('img/brain.png');
}
#content.careers .benefits .columns .col-four .column-img {
  background-image: url('img/beer.png');
}
#content.careers .bottom-video {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  height: 450px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  #content.careers .bottom-video {
    max-width: 647px;
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .bottom-video {
    height: 270px;
    max-width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  #content.careers .bottom-video {
    height: 157px;
    max-width: 320px;
    margin-bottom: 30px;
  }
}
#content.careers .bottom-video iframe {
  width: 100%;
  height: 100%;
}
#content.careers .bottom-paragraph {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  #content.careers .bottom-paragraph {
    max-width: 647px;
  }
}
@media only screen and (max-width: 640px) {
  #content.careers .bottom-paragraph {
    max-width: 480px;
  }
}
#content.careers .bottom-paragraph ul {
  margin: 25px 0;
}
@media only screen and (max-width: 640px) {
  #content.careers .bottom-paragraph ul {
    padding-left: 25px;
  }
}
#content.careers .bottom-paragraph ul li {
  font-style: oblique;
  font-family: georgia, serif;
  margin-bottom: 7px;
}
#content.careers .jobs-section {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
#content.careers .jobs-section #action .action-item {
  margin-right: 2rem;
  width: 25%;
  border: 1px solid #d1d2d2;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #content.careers .jobs-section #action .action-item {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
}
#content.careers .jobs-section #action .action-item:before,
#content.careers .jobs-section #action .action-item:after {
  display: block;
  content: '';
  width: 0.1rem;
  position: absolute;
  right: 1rem;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  pointer-events: none;
}
#content.careers .jobs-section #action .action-item:before {
  height: 0.3rem;
  top: 0.6rem;
  border-bottom: 0.3rem solid #d1d2d2;
}
#content.careers .jobs-section #action .action-item:after {
  height: 0.1rem;
  bottom: 0.7rem;
  border-top: 0.3rem solid #d1d2d2;
}
#content.careers .jobs-section #action select {
  width: 100%;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 3rem;
  height: 3rem;
  color: #6f6f6f;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1rem;
  font-size: 1.3rem;
}
#content.careers .jobs-section #jobs[data-city="austin"] .austin {
  display: block;
}
#content.careers .jobs-section #jobs[data-city="austin"] .hyderabad {
  display: none;
}
#content.careers .jobs-section #jobs[data-city="hyderabad"] .austin {
  display: none;
}
#content.careers .jobs-section #jobs[data-city="hyderabad"] .hyderabad {
  display: block;
}
#content.careers .jobs-section #jobs[data-job-type="fulltime"] [data-job-type="CR"] {
  display: none;
}
#content.careers .jobs-section #jobs[data-job-type="contract"] [data-job-type="FT"] {
  display: none;
}
#content.careers .jobs-section #jobs[data-job-type="both"] [data-job-type="CR"] {
  display: inline-block;
}
#content.careers .jobs-section #jobs[data-job-type="both"] [data-job-type="FT"] {
  display: inline-block;
}
#content.careers .jobs-section h2 {
  margin-bottom: 20px;
}
#content.careers .jobs-section section {
  border-bottom: 1px solid #f0efef;
  margin-top: 4rem;
  padding-bottom: 1.5rem;
}
#content.careers .jobs-section section:last-child {
  border: 0;
  padding-bottom: 0;
}
#content.careers .jobs-section section .department {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
#content.careers .jobs-section section ul {
  padding: 0;
  width: 100%;
  display: table;
  margin-bottom: 0;
}
#content.careers .jobs-section section ul li {
  vertical-align: top;
  line-height: 1.6rem;
  font-size: 1.2rem;
  margin-bottom: 25px;
  list-style-type: none;
  text-indent: none;
  color: #28abe2;
  width: 25%;
  display: inline-block;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
}
@media only screen and (max-width: 640px) {
  #content.careers .jobs-section section ul li {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: bold;
  }
}
#content.careers .jobs-section section ul li .whr-date,
#content.careers .jobs-section section ul li .whr-location,
#content.careers .jobs-section section ul li .whr-code {
  display: none;
}
#content.careers .jobs-section section ul li a:hover {
  font-weight: bold;
}
#content.careers p {
  color: #6f6f6f;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 1.4rem;
  margin-bottom: 1rem;
  margin-top: 0.6rem;
  line-height: 2.4rem;
}
#content.careers h2 {
  text-transform: uppercase;
  color: #d1d2d2;
  font-size: 1.4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*******************************************
Company
*******************************************/
#content.company {
  margin-top: 50px;
  margin-top: 5rem;
}
@media only screen and (max-width: 940px) {
  #content.company {
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.company {
    margin-top: 40px;
    margin-top: 4rem;
  }
}
#content.company section {
  border-bottom: 1px solid #e6e6e6;
}
#content.company section h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D1D2D2;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  text-transform: uppercase;
}
#content.company section.company-intro {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
#content.company section.company-intro h2 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #6f6f6f;
  line-height: 2.7rem;
}
@media only screen and (max-width: 480px) {
  #content.company section.company-intro h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
#content.company section.company-intro .sub-title {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 14px;
  font-size: 1.4rem;
  color: #6f6f6f;
  margin-bottom: 4rem;
  display: block;
}
@media only screen and (max-width: 480px) {
  #content.company section.company-intro .sub-title {
    margin: 2rem 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#content.company section.company-intro p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 480px) {
  #content.company section.company-intro p {
    line-height: 22px;
    line-height: 2.2rem;
  }
}
#content.company .awards p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 480px) {
  #content.company .awards p {
    line-height: 22px;
    line-height: 2.2rem;
  }
}
#content.company .awards ul.awards-logos {
  list-style: none;
  padding: 0;
  margin: 30px;
}
@media only screen and (max-width: 480px) {
  #content.company .awards ul.awards-logos {
    display: none;
  }
}
#content.company .awards ul.awards-logos li {
  height: 75px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#content.company .awards ul.awards-logos li img {
  max-width: 65%;
  margin: 0 auto;
  display: block;
  max-height: 100%;
}
#content.company .awards ul.awards-list {
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
}
#content.company .awards ul.awards-list li {
  list-style: none;
  display: inline-block;
  font-family: georgia, serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: oblique;
  padding-right: 8px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  #content.company .awards ul.awards-list li {
    display: block;
    font-family: helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
  }
}
#content.company .awards ul.awards-list li:after {
  content: ", ";
  display: block;
  height: 10px;
  width: 8px;
  position: absolute;
  top: 0px;
  right: 0;
}
@media only screen and (max-width: 480px) {
  #content.company .awards ul.awards-list li:after {
    content: "";
  }
}
#content.company .awards ul.awards-list li:last-child:after {
  content: none;
}
#content.company section#leadership {
  overflow: auto;
}
#content.company section#leadership .leadership-grid {
  overflow: auto;
}
#content.company section#leadership .leadership-grid div.leader {
  width: 50%;
  float: left;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 940px) {
  #content.company section#leadership .leadership-grid div.leader {
    height: 210px;
  }
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  #content.company section#leadership .leadership-grid div.leader {
    width: 100%;
    float: none;
  }
}
#content.company section#leadership .leadership-grid div.leader:nth-child(odd) {
  padding-right: 25px;
}
@media only screen and (max-width: 480px) {
  #content.company section#leadership .leadership-grid div.leader:nth-child(odd) {
    padding: 0;
  }
}
#content.company section#leadership .leadership-grid div.leader:nth-child(even) {
  padding-left: 25px;
}
@media only screen and (max-width: 480px) {
  #content.company section#leadership .leadership-grid div.leader:nth-child(even) {
    padding: 0;
  }
}
#content.company section#leadership .leadership-grid div.leader .leader-img {
  width: 34%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .leader-img {
    width: calc(100% - 61px);
  }
}
#content.company section#leadership .leadership-grid div.leader .leader-img img {
  width: 100% !important;
  height: auto !important;
}
#content.company section#leadership .leadership-grid div.leader .social-media.mobile-social-media {
  display: none;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .social-media.mobile-social-media {
    display: inline-block;
    width: 57px;
    height: 100px;
    margin: 0;
  }
}
#content.company section#leadership .leadership-grid div.leader .details-wrapper {
  width: 64%;
  display: inline-block;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .details-wrapper {
    width: auto;
    padding: 0;
    margin-top: 1rem;
  }
}
#content.company section#leadership .leadership-grid div.leader .details-wrapper .name {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .details-wrapper .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#content.company section#leadership .leadership-grid div.leader .details-wrapper .title {
  display: block;
  font-family: georgia, serif;
  font-style: oblique;
  font-size: 12px;
  font-size: 1.2rem;
}
#content.company section#leadership .leadership-grid div.leader .details-wrapper .social-media {
  margin: 5px 0;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .details-wrapper .social-media {
    margin: 0;
  }
}
#content.company section#leadership .leadership-grid div.leader .details-wrapper .bio {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .details-wrapper .bio {
    display: none;
  }
}
#content.company section#leadership .leadership-grid div.leader .social-media {
  height: 25px;
  margin: 5px 0;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .social-media {
    display: none;
  }
}
#content.company section#leadership .leadership-grid div.leader .social-media a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .social-media a {
    width: 40px;
    height: 40px;
    float: right;
    display: block;
  }
}
#content.company section#leadership .leadership-grid div.leader .social-media a:hover {
  opacity: 0.6;
}
#content.company section#leadership .leadership-grid div.leader .social-media a.twitter {
  background-image: url('img/twitter.png');
}
#content.company section#leadership .leadership-grid div.leader .social-media a.linkedin {
  background-image: url('img/linkedin.png');
}
@media only screen and (max-width: 640px) {
  #content.company section#leadership .leadership-grid div.leader .social-media a.linkedin {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
#content.company section#press-releases {
  border-bottom: none;
}
#content.company section#press-releases ul {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
#content.company section#press-releases ul li {
  list-style: none;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
#content.company section#press-releases ul li span {
  line-height: 2rem;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  #content.company section#press-releases ul li span {
    display: block;
  }
}
#content.company section#press-releases ul li span.date {
  width: 150px;
  font-family: georgia, serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: oblique;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 480px) {
  #content.company section#press-releases ul li span.date {
    width: auto;
  }
}
#content.company section#press-releases ul li span.press-link {
  font-size: 15px;
  font-size: 1.5rem;
  width: calc(100% - 155px);
}
@media only screen and (max-width: 480px) {
  #content.company section#press-releases ul li span.press-link {
    width: auto;
  }
}
#content.company section#press-releases a.view-all {
  width: 125px;
  margin-left: 155px;
}
@media only screen and (max-width: 480px) {
  #content.company section#press-releases a.view-all {
    margin-left: 0;
  }
}
/*******************************************
Contact
*******************************************/
#content.contact h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.7rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #6f6f6f;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  margin-top: 0px;
  margin-top: 0rem;
}
#content.contact h3 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #d1d2d2;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#content.contact div.form-container {
  position: relative;
  margin-top: 2rem;
}
#content.contact #locations {
  color: #6f6f6f;
  overflow: auto;
  margin-top: 50px;
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  #content.contact #locations {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
#content.contact #locations h4 {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  margin-top: 0px;
  margin-top: 0rem;
}
#content.contact #locations > div {
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
}
#content.contact #locations > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.contact #locations > div {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}
#content.contact #locations > div span {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
#content.contact #locations > div.austin {
  margin-left: 0;
}
#content.contact #locations > div.phone-numbers div:last-child {
  margin-top: 20px;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  #content.contact #locations > div.phone-numbers div:last-child {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}
#content.contact #locations > div.phone-numbers a.phone {
  margin-top: 0px;
  margin-top: 0rem;
}
#content.contact #locations > div.links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
#content.contact #locations > div.links ul li {
  margin-bottom: 5px;
}
#content.contact #locations > div.links ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #content.contact #locations > div.links ul li {
    margin-bottom: 10px;
  }
}
#content.contact #locations > div a.phone {
  color: #6f6f6f;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-top: 2rem;
  display: block;
}
@media only screen and (max-width: 640px) {
  #content.contact #locations > div a.phone {
    margin-top: 18px;
    margin-top: 1.8rem;
  }
}
#content.contact #locations > div a.map {
  font-size: 10px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 640px) {
  #content.contact #locations > div a.map {
    font-size: 12px;
    margin-top: 5px;
    margin-top: 0.5rem;
  }
}
#content.iot {
  max-width: none;
  margin: 0;
  padding: 0;
}
#content.iot > div {
  box-sizing: border-box;
}
#content.iot .section {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 27.4rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #content.iot .section {
    display: block;
  }
}
#content.iot .section .wrapper {
  max-width: 82.4rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
#content.iot .section.main {
  background: #fff;
  height: 37rem;
}
#content.iot .section.main .wrapper .absolute {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content.iot .section.main .wrapper .absolute .title {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  color: #474747;
  font-size: 3.4rem;
  line-height: 4.4rem;
}
#content.iot .section.main .wrapper .absolute .title span {
  color: #28abe2;
}
#content.iot .section.main .wrapper .absolute .description {
  *zoom: 1;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  float: left;
  width: 100%;
  color: #6f6f6f;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2rem;
  display: block;
}
#content.iot .section.main .wrapper .absolute .description:before,
#content.iot .section.main .wrapper .absolute .description:after {
  display: table;
  content: "";
  clear: both;
}
#content.iot .section.main .wrapper .absolute .description p {
  text-align: left;
  margin: 2rem 0 0;
}
#content.iot .section.main .wrapper .absolute .description p span {
  cursor: pointer;
  color: #28abe2;
}
#content.iot .section.story {
  background: #f0f0ef;
}
#content.iot .section.story.right .wrapper .panel {
  left: auto;
  right: 0;
  padding: 0 1rem 0 6rem;
  box-sizing: border-box;
}
#content.iot .section.story.right .wrapper .panel .desc {
  width: auto;
}
#content.iot .section.story.right .splash {
  left: 0;
  right: 40rem;
}
#content.iot .section.story .wrapper .panel {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30rem;
  text-align: left;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content.iot .section.story .wrapper .panel .project {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9c9c9c;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
#content.iot .section.story .wrapper .panel .title {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  font-size: 2.2rem;
  width: 19.2rem;
  line-height: 2.8rem;
}
#content.iot .section.story .wrapper .panel .title .separator {
  background: #d1d1d1;
  height: 1px;
  width: 100%;
  margin: 2rem 0;
}
#content.iot .section.story .wrapper .panel .desc {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6f6f6f;
  width: 22rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#content.iot .section.story .splash {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 40rem;
  right: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
#content.iot .section.story .splash.reveal {
  opacity: 1;
}
#content.iot .section.story .splash:after {
  background-color: rgba(0, 0, 0, 0.45);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
#content.iot .section.story .splash:hover:after {
  opacity: 1;
}
#content.iot .section.story.beam .splash {
  background-image: url(img/iot-landing-beam.jpg);
}
#content.iot .section.story.beam .splash:after {
  background-image: url(img/beam.svg);
  background-size: 175px 82px;
}
#content.iot .section.story.bsx .splash {
  background-image: url(img/iot-landing-bsx.jpg);
}
#content.iot .section.story.bsx .splash:after {
  background-image: url(img/bsx.svg);
}
#content.iot .section.story.flexdrive .splash {
  background-image: url(img/iot-landing-flexdrive.jpg);
}
#content.iot .section.story.flexdrive .splash:after {
  background-image: url(img/flexdrive.svg);
}
#content.iot .section.posts {
  background: #ffffff;
  height: 10.6rem;
}
#content.iot .section.posts .wrapper {
  max-width: 94rem;
  overflow: hidden;
  text-align: center;
}
#content.iot .section.posts .wrapper .top {
  padding-top: 4rem;
  height: 15.4rem;
  box-sizing: border-box;
}
#content.iot .section.posts .wrapper .top .title {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
#content.iot .section.posts .wrapper .top .sub {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}
#content.iot .section.posts .wrapper .carousel {
  display: none
					position: absolute;
  top: 15.4rem;
  left: 0;
  bottom: 0;
  width: 300%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#content.iot .section.posts .wrapper .carousel .slide {
  *zoom: 1;
  float: left;
  width: 11.11111111111111%;
  height: 100%;
  padding-bottom: 2rem;
  box-sizing: border-box;
}
#content.iot .section.posts .wrapper .carousel .slide:before,
#content.iot .section.posts .wrapper .carousel .slide:after {
  display: table;
  content: "";
  clear: both;
}
#content.iot .section.posts .wrapper .carousel .slide .post {
  width: 28.4rem;
  height: 100%;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
}
#content.iot .section.posts .wrapper .carousel .slide .post > div {
  width: 17.6rem;
  margin: 0 auto;
}
#content.iot .section.posts .wrapper .carousel .slide .post .title {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #474747;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-transform: uppercase;
}
#content.iot .section.posts .wrapper .carousel .slide .post .separator {
  background: #d1d1d1;
  height: 1px;
  margin: 1.4rem auto;
}
#content.iot .section.posts .wrapper .carousel .slide .post .excerpt {
  font-family: 'gotham-medium';
  color: #2f2f2f;
  font-size: 0.9rem;
  line-height: 1.4rem;
}
#content.iot .section.posts .wrapper .carousel .slide[data-index="4"],
#content.iot .section.posts .wrapper .carousel .slide[data-index="7"] {
  padding-left: 3rem;
}
#content.iot .section.posts .wrapper .carousel .slide[data-index="4"] .post,
#content.iot .section.posts .wrapper .carousel .slide[data-index="7"] .post {
  width: 25.4rem;
}
#content.iot .section.posts .wrapper .carousel .slide[data-index="2"] .post,
#content.iot .section.posts .wrapper .carousel .slide[data-index="5"] .post,
#content.iot .section.posts .wrapper .carousel .slide[data-index="8"] .post {
  width: 28.4rem;
  margin: 0 auto;
}
#content.iot .section.posts .wrapper .carousel .slide[data-index="3"],
#content.iot .section.posts .wrapper .carousel .slide[data-index="6"] {
  padding-right: 3rem;
}
#content.iot .section.posts .wrapper .carousel .slide[data-index="3"] .post,
#content.iot .section.posts .wrapper .carousel .slide[data-index="6"] .post {
  width: 25.4rem;
  float: right;
}
#content.iot .section.posts .wrapper .carousel .slide[data-index="9"] .post {
  float: right;
}
#content.iot .section.posts .wrapper .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 45px;
  position: absolute;
  top: 15.4rem;
  bottom: 2rem;
  width: 3rem;
  display: block;
  cursor: pointer;
  display: none;
}
#content.iot .section.posts .wrapper .arrow.prev {
  background-image: url(img/arrow-left.svg);
  left: 0;
}
#content.iot .section.posts .wrapper .arrow.next {
  background-image: url(img/arrow-right.svg);
  right: 0;
}
#content.iot .section.posts .wrapper[data-carousel="0"] .arrow.prev {
  display: none;
}
#content.iot .section.posts .wrapper[data-carousel="1"] .carousel {
  left: -100%;
}
#content.iot .section.posts .wrapper[data-carousel="2"] .carousel {
  left: -200%;
}
#content.iot .section.posts .wrapper[data-carousel="2"] .arrow.next {
  display: none;
}
#content.iot .section.reports {
  height: 23.2rem;
}
#content.iot .section.reports .wrapper {
  max-width: 94rem;
}
#content.iot .section.reports .wrapper .report {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  width: 28.4rem;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
#content.iot .section.reports .wrapper .report:before {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
#content.iot .section.reports .wrapper .report:hover:before {
  opacity: 1;
}
#content.iot .section.reports .wrapper .report .absolute {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 5rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content.iot .section.reports .wrapper .report .absolute .title {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
}
#content.iot .section.reports .wrapper .report .absolute .subtext {
  font-family: 'gotham-medium';
  color: #d7d7d7;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
#content.iot .section.reports .wrapper .report.left {
  background-image: url(img/iot-white-paper.jpg);
  left: 0;
}
#content.iot .section.reports .wrapper .report.center {
  background-image: url(img/iot-trend-report.jpg);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#content.iot .section.reports .wrapper .report.right {
  background-image: url(img/iot-c-suite.jpg);
  right: 0;
}
#content.iot .section.contact {
  background: #fff;
  height: auto;
  padding: 6rem 0 3rem;
}
#content.iot .section.contact .wrapper {
  max-width: 94rem;
}
#content.iot .section.contact .wrapper p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  width: 100%;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}
#content.iot .section.contact .wrapper p a {
  color: #28abe2;
}
#content.iot .section.contact .wrapper .form-container {
  position: relative;
}
#content.iot .section.contact .wrapper .form-container .form-message {
  margin-top: -4rem;
}
/* Large desktop screens */
@media only screen and (min-width: 1200px) {
  
}
/* tablet portrait */
@media only screen and (min-width: 641px)and (max-width: 939px) {
  #content.iot .section .wrapper {
    padding: 0 3.5rem;
  }
  #content.iot .section .wrapper .absolute {
    padding: 0 3.5rem;
  }
  #content.iot .section.main .wrapper .absolute .col.left p {
    margin-right: 2rem;
  }
  #content.iot .section.main .wrapper .absolute .col.right p {
    margin-left: 3rem;
  }
  #content.iot .section.story .wrapper .panel {
    left: 3.5rem;
    width: 25rem;
  }
  #content.iot .section.story.right .wrapper .panel {
    padding: 0 0 0 5rem;
    right: 3.5rem;
  }
  #content.iot .section.reports .wrapper .report {
    width: 33.33333333333333%;
  }
}
/* phones */
@media only screen and (max-width: 640px) {
  #content.iot .section .wrapper {
    padding: 0 2.5rem;
  }
  #content.iot .section.main {
    background: #f0f0ef;
    height: 74.6rem;
  }
  #content.iot .section.main .wrapper {
    padding: 0;
  }
  #content.iot .section.main .wrapper .absolute .title {
    height: 30rem;
    font-size: 2.8rem;
    line-height: 3.6rem;
    box-sizing: border-box;
    padding: 9.2rem 2.5rem 0;
  }
  #content.iot .section.main .wrapper .absolute .description {
    font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: #ffffff;
    height: 44.6rem;
    display: block;
    font-size: 1.4rem;
    line-height: 2.6rem;
    box-sizing: border-box;
    padding: 5rem 2.5rem 4rem;
  }
  #content.iot .section.main .wrapper .absolute .description p {
    width: 100%;
    margin-bottom: 4.2rem;
  }
  #content.iot .section.story {
    padding-top: 22.3rem;
    height: auto;
  }
  #content.iot .section.story .splash {
    height: 19.6rem;
    top: 2.7rem;
    left: 2rem;
    right: 2rem;
    opacity: 1;
  }
  #content.iot .section.story.right .splash {
    height: 19.6rem;
    top: 2.7rem;
    left: 2rem;
    right: 2rem;
    opacity: 1;
  }
  #content.iot .section.story.right .wrapper .panel {
    right: auto;
    padding: 0;
  }
  #content.iot .section.story.right .wrapper .panel .desc {
    width: 100%;
  }
  #content.iot .section.story .wrapper {
    padding: 3.3rem 2.5rem;
  }
  #content.iot .section.story .wrapper .panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  #content.iot .section.story .wrapper .panel .project {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 2rem;
  }
  #content.iot .section.story .wrapper .panel .title {
    width: 90%;
    font-size: 2.7rem;
    line-height: 3.4rem;
    margin-bottom: 2.5rem;
  }
  #content.iot .section.story .wrapper .panel .title .separator {
    display: none;
  }
  #content.iot .section.story .wrapper .panel .desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 3rem;
  }
  #content.iot .section.posts {
    height: 17rem;
  }
  #content.iot .section.posts .wrapper .top {
    text-align: left;
    height: 20rem;
    padding-top: 5.1rem;
  }
  #content.iot .section.posts .wrapper .top .title {
    font-size: 2.6rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  #content.iot .section.posts .wrapper .top .sub {
    font-size: 1.4rem;
  }
  #content.iot .section.posts .wrapper .carousel {
    top: 20rem;
    width: 900%;
    display: none;
  }
  #content.iot .section.posts .wrapper .carousel .slide {
    padding: 0 3rem 2rem;
  }
  #content.iot .section.posts .wrapper .carousel .slide .post {
    width: 27rem !important;
    margin: auto;
  }
  #content.iot .section.posts .wrapper .carousel .slide .post > div {
    width: 100%;
  }
  #content.iot .section.posts .wrapper .carousel .slide .post .title {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  #content.iot .section.posts .wrapper .carousel .slide .post .separator {
    margin: 2.5rem 0;
  }
  #content.iot .section.posts .wrapper .carousel .slide .post .excerpt {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #content.iot .section.posts .wrapper .carousel .slide[data-index="3"] .post,
  #content.iot .section.posts .wrapper .carousel .slide[data-index="6"] .post,
  #content.iot .section.posts .wrapper .carousel .slide[data-index="9"] .post {
    float: none;
  }
  #content.iot .section.posts .wrapper .arrow {
    top: 20rem;
  }
  #content.iot .section.posts .wrapper[data-carousel="0"] .arrow.prev {
    display: none;
  }
  #content.iot .section.posts .wrapper[data-carousel="1"] .carousel {
    left: -100%;
  }
  #content.iot .section.posts .wrapper[data-carousel="2"] .carousel {
    left: -200%;
  }
  #content.iot .section.posts .wrapper[data-carousel="2"] .arrow.next {
    display: block;
  }
  #content.iot .section.posts .wrapper[data-carousel="3"] .carousel {
    left: -300%;
  }
  #content.iot .section.posts .wrapper[data-carousel="4"] .carousel {
    left: -400%;
  }
  #content.iot .section.posts .wrapper[data-carousel="5"] .carousel {
    left: -500%;
  }
  #content.iot .section.posts .wrapper[data-carousel="6"] .carousel {
    left: -600%;
  }
  #content.iot .section.posts .wrapper[data-carousel="7"] .carousel {
    left: -700%;
  }
  #content.iot .section.posts .wrapper[data-carousel="8"] .carousel {
    left: -800%;
  }
  #content.iot .section.posts .wrapper[data-carousel="8"] .arrow.next {
    display: none;
  }
  #content.iot .section.reports {
    height: auto;
  }
  #content.iot .section.reports .wrapper {
    padding: 0;
  }
  #content.iot .section.reports .wrapper .report {
    position: relative;
    width: 100%;
    height: 32.2rem;
  }
  #content.iot .section.reports .wrapper .report .absolute {
    padding: 0 7.2rem;
  }
  #content.iot .section.reports .wrapper .report .absolute .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  #content.iot .section.reports .wrapper .report .absolute .subtext {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  #content.iot .section.reports .wrapper .report.left {
    left: auto;
  }
  #content.iot .section.reports .wrapper .report.center {
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
  #content.iot .section.reports .wrapper .report.right {
    right: auto;
  }
  #content.iot .section.contact {
    padding: 2rem 0;
  }
  #content.iot .section.contact .wrapper {
    padding: 0 2.5rem;
  }
  #content.iot .section.contact .wrapper p {
    text-align: left;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.view.popover.iot-modal {
  top: 6.4rem;
  left: 50%;
  max-width: 70%;
  height: auto;
  bottom: 6.4rem;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media only screen and (max-width: 800px) {
  .view.popover.iot-modal {
    max-width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal {
    top: 5.4rem;
    left: 0;
    bottom: 0;
    max-width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.view.popover.iot-modal .view-interior {
  overflow: scroll;
}
.view.popover.iot-modal .iot-posts {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 4.2rem 0 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-posts {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5.6rem 0 1rem;
  }
}
.view.popover.iot-modal .iot-posts.has-footer {
  padding-bottom: 0;
}
.view.popover.iot-modal .iot-posts .client-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  font-size: 1rem;
  padding: 1rem 2rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-posts .client-header {
    z-index: 9999;
    position: absolute;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #fff;
    height: auto;
    background: rgba(0, 0, 0, 0.3);
  }
}
.view.popover.iot-modal .iot-posts .client-header .close-desktop {
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  padding: 8px 0;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-posts .client-header .close-desktop {
    display: none;
  }
}
.view.popover.iot-modal .iot-posts .client-header .close-mobile {
  display: none;
  text-align: center;
  width: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-posts .client-header .close-mobile {
    display: block;
  }
  .view.popover.iot-modal .iot-posts .client-header .close-mobile img {
    height: 25px;
  }
}
.view.popover.iot-modal .iot-posts .title {
  text-align: left;
  margin-bottom: 3rem;
  padding: 0 5.4rem;
}
.view.popover.iot-modal .iot-posts .title h2 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-bottom: 1.5rem;
}
.view.popover.iot-modal .iot-posts .title span {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6f6f6f;
  font-size: 1.1rem;
}
.view.popover.iot-modal .iot-posts .title span.date {
  font-family: 'gotham-medium';
  color: #28abe2;
  margin-right: 0.6rem;
}
.view.popover.iot-modal .iot-posts .nav-wrapper {
  position: relative;
  width: 100%;
  height: 28.4rem;
}
.view.popover.iot-modal .iot-posts .nav-wrapper .hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.view.popover.iot-modal .iot-posts .nav-wrapper .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  width: 5.4rem;
}
.view.popover.iot-modal .iot-posts .nav-wrapper .arrow.prev {
  background-image: url(img/arrow-left.svg);
  left: -5.4rem;
}
.view.popover.iot-modal .iot-posts .nav-wrapper .arrow.next {
  background-image: url(img/arrow-right.svg);
  right: -5.4rem;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-posts .nav-wrapper .arrow {
    display: none;
  }
}
.view.popover.iot-modal .iot-posts .main-body {
  margin: 4rem 0 0 0;
  padding: 0 5.4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
}
.view.popover.iot-modal .iot-posts .main-body p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
  margin-bottom: 3rem;
}
.view.popover.iot-modal .iot-posts .main-body p:last-child {
  margin-bottom: 0;
}
.view.popover.iot-modal .iot-posts .main-body li {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 14px;
  font-size: 1.4rem;
}
.view.popover.iot-modal .iot-posts .form-container {
  background: #f0f0ef;
  position: relative;
  width: 100%;
  margin-top: 1rem;
  box-sizing: border-box;
  padding: 3.8rem 5.4rem 4.4rem;
}
.view.popover.iot-modal .iot-posts .form-container .report-form {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
.view.popover.iot-modal .iot-posts .form-container .report-form.hide {
  opacity: 0;
}
.view.popover.iot-modal .iot-posts .form-container .report-form input {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 30px;
  height: 3rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  background: #f8f8f7;
  display: block;
  width: 27rem;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.view.popover.iot-modal .iot-posts .form-container .report-form input[name="phone"] {
  margin-bottom: 2.5rem;
}
.view.popover.iot-modal .iot-posts .form-container .report-form .submit {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #ffffff;
  width: 13.2rem;
  height: 2.6rem;
  color: #2f2f2f;
  font-size: 0.8rem;
  line-height: 2.6rem;
}
.view.popover.iot-modal .iot-posts .form-container .form-message {
  left: 5.4rem;
  right: 5.4rem;
  width: auto;
  height: auto;
  margin-top: 0;
  opacity: 0;
  font-size: 18px;
  padding: 0 4rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view.popover.iot-modal .iot-posts .form-container .form-message.show {
  opacity: 1;
}
.view.popover.iot-modal .iot-posts .iot-footer {
  position: relative;
  width: 100%;
  height: 5.6rem;
  box-sizing: border-box;
}
.view.popover.iot-modal .iot-posts .iot-footer .contact {
  position: absolute;
  top: 50%;
  left: 5.4rem;
  width: 10.2rem;
  height: 2.6rem;
  color: #2f2f2f;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 2px;
  margin-top: -1.3rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 1px solid #787878;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view.popover.iot-modal .iot-posts .iot-footer .contact:hover {
  background: #2f2f2f;
  color: #ffffff;
}
.view.popover.iot-modal .iot-posts .iot-footer .social {
  position: absolute;
  top: 0;
  right: 5.4rem;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.view.popover.iot-modal .iot-posts .iot-footer .social li {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 100%;
  text-align: center;
  margin-right: 0.9rem;
}
.view.popover.iot-modal .iot-posts .iot-footer .social li:last-child {
  margin-right: 0;
}
.view.popover.iot-modal .iot-posts .iot-footer .social li a {
  position: absolute;
  top: 50%;
  left: 0;
  color: #6e6e6e;
  display: block;
  width: 100%;
  height: 3rem;
  margin-top: -1.5rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  outline: none;
  border: 1px solid #787878;
  font-family: 'ss-social';
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.view.popover.iot-modal .iot-posts .iot-footer .social li a:hover {
  background: #787878;
  color: #ffffff;
}
.view.popover.iot-modal .iot-posts .iot-footer .social li a:after {
  display: block;
  line-height: 3.2rem;
}
.view.popover.iot-modal .iot-posts .iot-footer .social li a.insta:after {
  content: '\F641';
}
.view.popover.iot-modal .iot-posts .iot-footer .social li a.in:after {
  content: '\F612';
}
.view.popover.iot-modal .iot-posts .iot-footer .social li a.tw:after {
  content: '\F611';
}
.view.popover.iot-modal .iot-posts .iot-footer .social li a.fb:after {
  content: '\F610';
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-posts .title,
  .view.popover.iot-modal .iot-posts .main-body,
  .view.popover.iot-modal .iot-posts .iot-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .view.popover.iot-modal .iot-posts .title .contact,
  .view.popover.iot-modal .iot-posts .main-body .contact,
  .view.popover.iot-modal .iot-posts .iot-footer .contact {
    left: 1.5rem;
  }
  .view.popover.iot-modal .iot-posts .title .social,
  .view.popover.iot-modal .iot-posts .main-body .social,
  .view.popover.iot-modal .iot-posts .iot-footer .social {
    right: 1.5rem;
  }
  .view.popover.iot-modal .iot-posts .form-container .report-form .submit {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
  }
  .view.popover.iot-modal .iot-posts .form-container .form-message {
    padding: 0;
  }
  .view.popover.iot-modal .iot-posts.has-footer {
    padding-bottom: 0;
  }
}
.view.popover.iot-modal {
  top: 6.4rem;
  left: 50%;
  max-width: 70%;
  height: auto;
  bottom: 6.4rem;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media only screen and (max-width: 800px) {
  .view.popover.iot-modal {
    max-width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal {
    top: 5.4rem;
    left: 0;
    bottom: 0;
    max-width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.view.popover.iot-modal .view-interior {
  overflow: scroll;
}
.view.popover.iot-modal .iot-details {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 4.2rem 5.4rem 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5.6rem 0 1rem;
  }
}
.view.popover.iot-modal .iot-details.has-footer {
  padding-bottom: 0;
}
.view.popover.iot-modal .iot-details .client-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  font-size: 1rem;
  padding: 1rem 2rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .client-header {
    z-index: 9999;
    position: absolute;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #fff;
    height: auto;
    background: rgba(0, 0, 0, 0.3);
  }
}
.view.popover.iot-modal .iot-details .client-header .navigation {
  display: none;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .client-header .navigation {
    display: block;
  }
}
.view.popover.iot-modal .iot-details .client-header .navigation > div {
  display: inline-block;
}
.view.popover.iot-modal .iot-details .client-header .navigation > div.prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .client-header .navigation > div.prev {
    float: left;
    width: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .client-header .navigation > div.next {
    float: right;
    width: 14px;
  }
}
.view.popover.iot-modal .iot-details .client-header .close-desktop {
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
  padding: 8px 0;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .client-header .close-desktop {
    display: none;
  }
}
.view.popover.iot-modal .iot-details .client-header .close-mobile {
  display: none;
  text-align: center;
  width: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .client-header .close-mobile {
    display: block;
  }
  .view.popover.iot-modal .iot-details .client-header .close-mobile img {
    height: 25px;
  }
}
.view.popover.iot-modal .iot-details .title {
  text-align: left;
  margin-bottom: 3rem;
}
.view.popover.iot-modal .iot-details .title h2 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
.view.popover.iot-modal .iot-details .title span {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6f6f6f;
  font-size: 1.1rem;
}
.view.popover.iot-modal .iot-details .title span.date {
  font-family: 'gotham-medium';
  color: #28abe2;
  margin-right: 0.6rem;
}
.view.popover.iot-modal .iot-details .nav-wrapper {
  position: relative;
  width: 100%;
  height: 28.4rem;
}
.view.popover.iot-modal .iot-details .nav-wrapper .hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.view.popover.iot-modal .iot-details .nav-wrapper .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 52px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  width: 5.4rem;
}
.view.popover.iot-modal .iot-details .nav-wrapper .arrow.prev {
  background-image: url(img/arrow-left.svg);
  left: -5.4rem;
}
.view.popover.iot-modal .iot-details .nav-wrapper .arrow.next {
  background-image: url(img/arrow-right.svg);
  right: -5.4rem;
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .nav-wrapper .arrow {
    display: none;
  }
}
.view.popover.iot-modal .iot-details .main-body {
  margin: 4rem 0 0 0;
}
.view.popover.iot-modal .iot-details .main-body p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
  margin-bottom: 3rem;
}
.view.popover.iot-modal .iot-details .main-body p:last-child {
  margin-bottom: 0;
}
.view.popover.iot-modal .iot-details .iot-footer {
  position: relative;
  height: 5.6rem;
}
.view.popover.iot-modal .iot-details .iot-footer .contact {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10.2rem;
  height: 2.6rem;
  color: #2f2f2f;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 2px;
  margin-top: -1.3rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 1px solid #6f6f6f;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view.popover.iot-modal .iot-details .iot-footer .social {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.view.popover.iot-modal .iot-details .iot-footer .social li {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 100%;
  text-align: center;
  margin-right: 0.9rem;
}
.view.popover.iot-modal .iot-details .iot-footer .social li:last-child {
  margin-right: 0;
}
.view.popover.iot-modal .iot-details .iot-footer .social li a {
  position: absolute;
  top: 50%;
  left: 0;
  color: #6e6e6e;
  display: block;
  width: 100%;
  height: 3rem;
  margin-top: -1.5rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  outline: none;
  border: 1px solid #787878;
  font-family: 'ss-social';
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.view.popover.iot-modal .iot-details .iot-footer .social li a:hover {
  color: #6e6e6e;
}
.view.popover.iot-modal .iot-details .iot-footer .social li a:after {
  display: block;
  line-height: 3.2rem;
}
.view.popover.iot-modal .iot-details .iot-footer .social li a.insta:after {
  content: '\F641';
}
.view.popover.iot-modal .iot-details .iot-footer .social li a.in:after {
  content: '\F612';
}
.view.popover.iot-modal .iot-details .iot-footer .social li a.tw:after {
  content: '\F611';
}
.view.popover.iot-modal .iot-details .iot-footer .social li a.fb:after {
  content: '\F610';
}
@media only screen and (max-width: 640px) {
  .view.popover.iot-modal .iot-details .title,
  .view.popover.iot-modal .iot-details .main-body,
  .view.popover.iot-modal .iot-details .iot-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .view.popover.iot-modal .iot-details .title .contact,
  .view.popover.iot-modal .iot-details .main-body .contact,
  .view.popover.iot-modal .iot-details .iot-footer .contact {
    left: 1.5rem;
  }
  .view.popover.iot-modal .iot-details .title .social,
  .view.popover.iot-modal .iot-details .main-body .social,
  .view.popover.iot-modal .iot-details .iot-footer .social {
    right: 1.5rem;
  }
  .view.popover.iot-modal .iot-details.has-footer {
    padding-bottom: 0;
  }
}
#content.new-work {
  max-width: none;
  margin: 0;
  padding: 0;
}
#content.new-work > div {
  box-sizing: border-box;
}
#content.new-work .section {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #content.new-work .section {
    display: block;
  }
}
#content.new-work .section.main {
  background: #fff;
  height: 62.2rem;
}
#content.new-work .section.main .splash {
  background: url(img/detail-splash.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  height: 58.2rem;
}
#content.new-work .section.main .splash .top-copy {
  max-width: 94rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
#content.new-work .section.main .splash .top-copy .wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content.new-work .section.main .splash .top-copy .wrapper .logos {
  width: 100%;
  height: 4.8rem;
  margin-bottom: 7rem;
}
#content.new-work .section.main .splash .top-copy .wrapper .logos .ua {
  *zoom: 1;
  float: left;
  background: url(img/ua-logo.svg) center left no-repeat;
  background-size: contain;
  width: 8.4rem;
  height: 100%;
}
#content.new-work .section.main .splash .top-copy .wrapper .logos .ua:before,
#content.new-work .section.main .splash .top-copy .wrapper .logos .ua:after {
  display: table;
  content: "";
  clear: both;
}
#content.new-work .section.main .splash .top-copy .wrapper .logos .separator {
  background: url(img/x.svg) center center no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 100%;
  margin: 0 3.6rem;
  float: left;
  *zoom: 1;
}
#content.new-work .section.main .splash .top-copy .wrapper .logos .separator:before,
#content.new-work .section.main .splash .top-copy .wrapper .logos .separator:after {
  display: table;
  content: "";
  clear: both;
}
#content.new-work .section.main .splash .top-copy .wrapper .logos .mm {
  *zoom: 1;
  float: left;
  background: url(img/mm-logo.svg) center center no-repeat;
  background-size: contain;
  width: 19.4rem;
  height: 100%;
  margin-top: -3px;
}
#content.new-work .section.main .splash .top-copy .wrapper .logos .mm:before,
#content.new-work .section.main .splash .top-copy .wrapper .logos .mm:after {
  display: table;
  content: "";
  clear: both;
}
#content.new-work .section.main .splash .top-copy .wrapper .slogan {
  font-family: 'heroic-condensed-bold';
  line-height: 5.4rem;
  font-size: 5.4rem;
  width: 38rem;
  text-align: left;
  margin: 0 0 2.2rem -2px;
  text-transform: uppercase;
}
#content.new-work .section.main .splash .top-copy .wrapper .subtext {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  width: 37.4rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
#content.new-work .section.main .splash .top-copy .devices {
  position: absolute;
  right: 0;
  bottom: -4rem;
}
#content.new-work .section.main .splash .top-copy .devices .android {
  background: url(img/android-phone.png) center bottom no-repeat;
  background-size: contain;
  width: 20rem;
  height: 39.8rem;
  position: absolute;
  right: 32.6rem;
  bottom: 0;
}
#content.new-work .section.main .splash .top-copy .devices .ios {
  background: url(img/iphone-watch.png) center bottom no-repeat;
  background-size: contain;
  width: 30rem;
  height: 38.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
#content.new-work .section.quote {
  background: #fff;
  height: 2rem;
}
#content.new-work .section.healthbox {
  position: relative;
  background: #efefe;
  background: -moz-linear-gradient(top, #f0f0f0 0%, #efefef 20%);
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #efefef 20%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #efefef 20%);
  height: 48rem;
}
#content.new-work .section.healthbox .top-copy {
  max-width: 94rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#content.new-work .section.healthbox .top-copy .wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content.new-work .section.healthbox .top-copy .wrapper .logo {
  background: url(img/healthbox-logo.svg) center left no-repeat;
  background-size: contain;
  width: 22.8rem;
  height: 3rem;
  margin-bottom: 2.8rem;
}
#content.new-work .section.healthbox .top-copy .wrapper .slogan {
  font-family: 'heroic-condensed-bold';
  font-size: 5.2rem;
  width: 38rem;
  line-height: 5.2rem;
  margin-bottom: 2.8rem;
}
#content.new-work .section.healthbox .top-copy .wrapper .subtext {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  width: 38rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
#content.new-work .section.healthbox .top-copy .icon {
  background: url(img/healthbox.png) right bottom no-repeat;
  background-size: contain;
  width: 60rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#content.new-work .section.record {
  height: 61.6rem;
}
#content.new-work .section.record .splash {
  background: url(img/record-module-bg.jpg) left bottom no-repeat;
  background-size: cover;
  height: 55.6rem;
}
#content.new-work .section.record .splash .top-copy {
  max-width: 94rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#content.new-work .section.record .splash .top-copy .wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50rem;
  color: #000000;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content.new-work .section.record .splash .top-copy .wrapper .logo {
  background: url(img/record-logo.svg) center left no-repeat;
  background-size: contain;
  width: 18.4rem;
  height: 2rem;
  margin-bottom: 3.2rem;
}
#content.new-work .section.record .splash .top-copy .wrapper .slogan {
  font-family: 'heroic-condensed-bold';
  width: 38rem;
  font-size: 5.2rem;
  line-height: 5.2rem;
  margin-bottom: 2.8rem;
}
#content.new-work .section.record .splash .top-copy .wrapper .subtext {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 1.6rem;
  line-height: 2rem;
}
#content.new-work .section.record .cta {
  font-family: 'heroic-condensed-bold';
  position: relative;
  background: #000;
  display: block;
  width: 100%;
  color: #fff;
  height: 6.2rem;
  font-size: 3rem;
  text-align: center;
  line-height: 5.6rem;
}
#content.new-work .section.record .cta span {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  padding-right: 1.6rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#content.new-work .section.record .cta span:after {
  background: url(img/caret.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  margin-top: -4px;
  height: 12px;
  content: '';
  display: block;
}
#content.new-work .section.see-more {
  background: #fff;
  height: 34rem;
  text-align: center;
  padding: 7.6rem 0 6.4rem;
}
#content.new-work .section.see-more .slogan {
  font-family: 'heroic-condensed-bold';
  font-size: 4rem;
  color: #000000;
  line-height: 4rem;
  margin-bottom: 2rem;
}
#content.new-work .section.see-more .cta {
  font-family: 'gotham-medium';
  display: block;
  width: 31.4rem;
  height: 5rem;
  margin: 0 auto 7rem;
  line-height: 5.2rem;
  color: #1ba9e3;
  font-size: 1.6rem;
  cursor: pointer;
  text-align: center;
  border: 1px solid #1ba9e3;
  text-transform: uppercase;
}
#content.new-work .section.see-more .contact {
  font-family: 'gotham-medium';
  width: 100%;
  color: #9297a3;
  font-size: 1.6rem;
}
#content.new-work .section.see-more .contact a {
  color: #35b3e7;
}
/* Large desktop screens */
@media only screen and (min-width: 1200px) {
  #content.new-work .section.healthbox .top-copy .wrapper .slogan {
    width: 40rem;
  }
  #content.new-work .section.healthbox .top-copy .icon {
    right: -2rem;
  }
  #content.new-work .section.record {
    height: 64.6rem;
  }
  #content.new-work .section.record .splash {
    height: 58.6rem;
    background-position: left -180px;
  }
  #content.new-work .section.record .splash .top-copy .wrapper {
    margin-top: -0.5rem;
  }
}
/* tablet portrait */
@media only screen and (min-width: 641px)and (max-width: 939px) {
  #content.new-work .section.main .splash .top-copy {
    padding: 0 15px;
  }
  #content.new-work .section.main .splash .top-copy .wrapper {
    left: 15px;
  }
  #content.new-work .section.main .splash .top-copy .wrapper .subtext {
    width: 35rem;
  }
  #content.new-work .section.main .splash .top-copy .devices {
    right: 15px;
  }
  #content.new-work .section.main .splash .top-copy .devices .android {
    right: 23.5rem;
    width: 15rem;
    height: 29.8rem;
  }
  #content.new-work .section.main .splash .top-copy .devices .ios {
    width: 22rem;
    height: 28.2rem;
  }
  #content.new-work .section.healthbox .top-copy {
    padding: 0 15px;
  }
  #content.new-work .section.healthbox .top-copy .wrapper {
    left: 15px;
  }
  #content.new-work .section.healthbox .top-copy .wrapper .subtext {
    width: 34rem;
  }
  #content.new-work .section.healthbox .top-copy .icon {
    width: 52rem;
    top: -2rem;
    right: -3rem;
  }
  #content.new-work .section.record .splash {
    background-position: -70px bottom;
  }
  #content.new-work .section.record .splash .top-copy .wrapper {
    width: 41rem;
    right: 15px;
  }
  #content.new-work .section.see-more .slogan {
    width: 47rem;
    margin: 0 auto 2rem;
  }
  #content.new-work .section.see-more .cta {
    margin-bottom: 5rem;
  }
}
/* phones */
@media only screen and (max-width: 640px) {
  #content.new-work .section.main {
    height: 67.2rem;
  }
  #content.new-work .section.main .splash {
    height: 64rem;
    background-position: -690px 0px;
  }
  #content.new-work .section.main .splash .top-copy .wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: 33.6rem;
    margin: 0 auto;
    padding: 3.2rem 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #content.new-work .section.main .splash .top-copy .wrapper .logos {
    width: 100%;
    height: 3.8rem;
    padding: 0 2rem;
    margin-bottom: 3.8rem;
  }
  #content.new-work .section.main .splash .top-copy .wrapper .logos .ua {
    width: 6.6rem;
  }
  #content.new-work .section.main .splash .top-copy .wrapper .logos .separator {
    width: 1.6rem;
    margin: 0 3rem;
  }
  #content.new-work .section.main .splash .top-copy .wrapper .logos .mm {
    width: 15.6rem;
  }
  #content.new-work .section.main .splash .top-copy .wrapper .slogan {
    width: 100%;
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
  #content.new-work .section.main .splash .top-copy .wrapper .subtext {
    width: 100%;
    font-size: 1.4rem;
  }
  #content.new-work .section.main .splash .top-copy .devices {
    position: relative;
    margin: 0 auto;
    height: 25rem;
    width: 33.6rem;
    bottom: auto;
  }
  #content.new-work .section.main .splash .top-copy .devices .android {
    width: 12.6rem;
    height: 100%;
    right: 20.4rem;
  }
  #content.new-work .section.main .splash .top-copy .devices .ios {
    width: 19rem;
  }
  #content.new-work .section.healthbox {
    height: 54rem;
  }
  #content.new-work .section.healthbox .top-copy .wrapper {
    position: relative;
    top: auto;
    width: 33.5rem;
    margin: 0 auto;
    padding-top: 4rem;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #content.new-work .section.healthbox .top-copy .wrapper .logo {
    width: 17.7rem;
    height: 2.5rem;
    margin-bottom: 2rem;
  }
  #content.new-work .section.healthbox .top-copy .wrapper .slogan {
    width: 28.4rem;
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
  #content.new-work .section.healthbox .top-copy .wrapper .subtext {
    width: 29.4rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  #content.new-work .section.healthbox .top-copy .icon {
    background-position: -50px 24px;
    background-size: cover;
    height: 29rem;
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
  }
  #content.new-work .section.record {
    height: 70.4rem;
  }
  #content.new-work .section.record .splash {
    height: 64.2rem;
    background-size: initial;
    background-position: -205px -43px;
  }
  #content.new-work .section.record .splash .top-copy .wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 33.5rem;
    margin: 0 auto;
    padding-top: 3.8rem;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #content.new-work .section.record .splash .top-copy .wrapper .logo {
    width: 16rem;
    height: 1.8rem;
    margin-bottom: 1.6rem;
  }
  #content.new-work .section.record .splash .top-copy .wrapper .slogan {
    width: 24rem;
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
  #content.new-work .section.record .splash .top-copy .wrapper .subtext {
    width: 28.8rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  #content.new-work .section.record .cta {
    font-size: 2.2rem;
  }
  #content.new-work .section.see-more {
    height: 29.4rem;
    padding: 6rem 0 5rem;
  }
  #content.new-work .section.see-more .slogan {
    width: 29.8rem;
    margin: 0 auto;
    font-size: 2.8rem;
    text-align: center;
    line-height: 2.8rem;
    margin-bottom: 1.4rem;
  }
  #content.new-work .section.see-more .cta {
    margin-bottom: 4.4rem;
  }
}
#content.post-custom {
  overflow: auto;
  margin-top: 0px;
  margin-top: 0rem;
}
#content.post-custom.not-full-width section.blog-post {
  display: inline;
  float: left;
  width: 74.468085099%;
  margin-left: 2.127659574%;
  margin-left: 0;
}
#content.post-custom.not-full-width section.blog-post:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 940px) {
  #content.post-custom.not-full-width section.blog-post {
    display: inline;
    float: left;
    width: 65.95744680199999%;
    margin-left: 2.127659574%;
    margin-left: 0;
  }
  #content.post-custom.not-full-width section.blog-post:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width section.blog-post {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    margin-left: 0;
  }
  #content.post-custom.not-full-width section.blog-post:first-child {
    margin-left: 0;
  }
}
#content.post-custom.not-full-width section.sidebar {
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
}
#content.post-custom.not-full-width section.sidebar:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 940px) {
  #content.post-custom.not-full-width section.sidebar {
    display: inline;
    float: left;
    width: 31.914893614%;
    margin-left: 2.127659574%;
  }
  #content.post-custom.not-full-width section.sidebar:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width section.sidebar {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    margin-left: 0;
  }
  #content.post-custom.not-full-width section.sidebar:first-child {
    margin-left: 0;
  }
}
#content.post-custom.not-full-width section.sidebar .search-4 {
  display: none;
}
#content.post-custom.not-full-width.press .sidebar .next-prev-nav {
  display: block;
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width.press .sidebar .next-prev-nav {
    display: none;
  }
}
#content.post-custom.not-full-width.press .crumbs-container .next-prev-nav {
  display: none;
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width.press .crumbs-container .next-prev-nav {
    display: block;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width.press .crumbs-container .search-2 {
    display: none;
  }
}
#content.post-custom.full-width section.sidebar {
  display: inline;
  float: left;
  width: 99.99999998999999%;
  margin-left: 2.127659574%;
  margin-left: 0;
}
#content.post-custom.full-width section.sidebar:first-child {
  margin-left: 0;
}
#content.post-custom.full-width section.sidebar > div {
  display: inline;
  float: left;
  width: 31.914893614%;
  margin-left: 2.127659574%;
  border: none;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  padding-right: 5rem;
}
#content.post-custom.full-width section.sidebar > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.post-custom.full-width section.sidebar > div {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding-right: 0;
  }
  #content.post-custom.full-width section.sidebar > div:first-child {
    margin-left: 0;
  }
  #content.post-custom.full-width section.sidebar > div:last-child {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
#content.post-custom.full-width.video section.blog-post {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
#content.post-custom.full-width.video section.blog-post .post-content {
  margin-top: 45px;
  margin-top: 4.5rem;
}
#content.post-custom.full-width.video .social-share {
  float: right;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  #content.post-custom.full-width.video .social-share {
    float: none;
    margin-top: 15px;
  }
}
#content.post-custom section.blog-post {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #content.post-custom section.blog-post {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e6e6e6;
  }
}
#content.post-custom section.blog-post h2 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 0;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 0;
}
#content.post-custom section.blog-post .meta {
  font-size: 12px;
  font-size: 1.2rem;
  color: #6f6f6f;
}
#content.post-custom section.blog-post .meta .tags {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-top: 4px;
  margin-top: 0.4rem;
}
#content.post-custom section.blog-post .meta .tags a {
  font-weight: bold;
}
#content.post-custom section.blog-post .post-content {
  margin-top: 20px;
  margin-top: 2rem;
}
#content.post-custom section.blog-post .post-content div.hero-container {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 940px) {
  #content.post-custom section.blog-post .post-content div.hero-container {
    height: 250px;
  }
}
@media only screen and (max-width: 640px) {
  #content.post-custom section.blog-post .post-content div.hero-container {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #content.post-custom section.blog-post .post-content div.hero-container {
    height: 150px;
  }
}
#content.post-custom section.blog-post .post-content div.hero-container.news-thumb {
  float: left;
  width: 215px;
  height: 120px;
  margin-right: 15px;
  margin-right: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 940px) {
  #content.post-custom section.blog-post .post-content div.hero-container.news-thumb {
    height: 120px;
  }
}
@media only screen and (max-width: 640px) {
  #content.post-custom section.blog-post .post-content div.hero-container.news-thumb {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  #content.post-custom section.blog-post .post-content div.hero-container.news-thumb {
    height: 120px;
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
#content.post-custom section.blog-post .post-content h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 0;
  text-transform: none;
  font-family: helvetica, sans-serif;
  font-weight: 400;
}
#content.post-custom section.blog-post .post-content h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 0;
  color: #6f6f6f;
}
#content.post-custom section.blog-post .post-content h3 + p {
  margin: 0;
}
#content.post-custom section.blog-post .post-content h4,
#content.post-custom section.blog-post .post-content h5,
#content.post-custom section.blog-post .post-content h6 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  margin-bottom: 0;
}
#content.post-custom section.blog-post .post-content p,
#content.post-custom section.blog-post .post-content ul,
#content.post-custom section.blog-post .post-content blockquote,
#content.post-custom section.blog-post .post-content dl,
#content.post-custom section.blog-post .post-content ol {
  font-size: 13px;
  font-size: 1.3rem;
}
#content.post-custom section.blog-post .post-content ul {
  list-style: none;
  padding: 0;
  margin: 10px;
}
#content.post-custom section.blog-post .post-content ul li {
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.9rem;
  padding-bottom: 3px;
  padding-bottom: 0.3rem;
}
#content.post-custom section.blog-post .post-content ul li:before {
  content: '\2022';
  padding-right: 5px;
}
#content.post-custom section.blog-post .post-content ol {
  padding-left: 25px;
  padding-left: 2.5rem;
}
#content.post-custom section.blog-post .post-content ol li {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
#content.post-custom section.blog-post .post-content blockquote {
  padding-left: 30px;
  padding-left: 3rem;
  padding-right: 30px;
  padding-right: 3rem;
  margin-left: 0px;
  margin-left: 0rem;
  border-left: 4px solid #cfd2d4;
  font-family: georgia, serif;
  font-style: italic;
}
#content.post-custom section.blog-post .post-content blockquote .quote-author {
  font-family: helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #6f6f6f;
}
@media only screen and (max-width: 480px) {
  #content.post-custom section.blog-post .post-content blockquote {
    padding-left: 0px;
    padding-left: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    border-left: none;
  }
}
#content.post-custom section.blog-post .post-content img[align="left"],
#content.post-custom section.blog-post .post-content .alignleft {
  float: left;
  padding-top: 10px;
  padding-top: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
#content.post-custom section.blog-post .post-content img[align="right"],
#content.post-custom section.blog-post .post-content .alignright {
  float: right;
  padding-top: 10px;
  padding-top: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}
#content.post-custom section.blog-post .post-content img[align="middle"],
#content.post-custom section.blog-post .post-content .alignmiddle,
#content.post-custom section.blog-post .post-content .center {
  display: block;
  margin: 0px auto;
}
#content.post-custom section.blog-post .post-content .button {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin: 10px 5px;
  color: #FFFFFF;
}
#content.post-custom section.blog-post .post-content .button:hover {
  color: #28abe2;
}
#content.post-custom section.blog-post .share-top {
  margin: 15px 0;
}
#content.post-custom section.blog-post .share-bottom {
  margin-top: 30px;
}
@media only screen and (min-width: 640px) and (max-width: 740px) {
  #content.post-custom section.blog-post .share-top a,
  #content.post-custom section.blog-post .share-bottom a {
    width: 40px;
    background-position: center center;
    text-indent: 9999px;
  }
}
#content.post-custom section.sidebar h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D1D2D2;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase;
}
#content.post-custom section.sidebar .report-image {
  width: 150px;
  display: block;
  margin: 0 auto;
}
#content.post-custom section.sidebar .report-desc {
  font-family: "Georgia";
  font-weight: normal;
  font-style: italic;
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e6e6e6;
}
#content.post-custom section.sidebar ul {
  list-style: none;
  padding: 0;
}
#content.post-custom section.sidebar > div {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#content.post-custom section.sidebar > div:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
#content.post-custom section.sidebar > div h4 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
#content.post-custom section.sidebar > div h4 a {
  color: #28abe2;
}
#content.post-custom section.sidebar > div .date {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  display: block;
}
#content.post-custom section.sidebar > div .view-all {
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
#content.post-custom section.sidebar .inquiry a.phone-number {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6f6f6f;
}
#content.post-custom section.sidebar .whitepaper-form-container {
  position: relative;
  border-bottom: 0;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.post-custom section.sidebar .whitepaper-form-container form input {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  height: 44px;
  height: 4.4rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  width: 100%;
  background: #F0EFEF;
  font-weight: 100;
  padding: 0px 10px;
  color: #6f6f6f;
  outline: none;
}
#content.post-custom .next-prev-nav {
  *zoom: 1;
  display: none;
}
#content.post-custom .next-prev-nav:before,
#content.post-custom .next-prev-nav:after {
  display: table;
  content: "";
  clear: both;
}
#content.post-custom .next-prev-nav > div {
  display: inline;
  float: left;
  width: 48.93617020799999%;
  margin-left: 2.127659574%;
  height: 33px;
  height: 3.3rem;
}
#content.post-custom .next-prev-nav > div:first-child {
  margin-left: 0;
}
#content.post-custom .next-prev-nav a {
  color: #FFFFFF;
  text-align: center;
  height: 33px;
  height: 3.3rem;
  line-height: 33px;
  line-height: 3.3rem;
  position: relative;
  width: calc(100% - 10px);
  background-color: #28abe2;
}
@media only screen and (max-width: 640px) {
  #content.post-custom .next-prev-nav a {
    max-width: 125px;
  }
}
#content.post-custom .next-prev-nav a.prev {
  float: right;
}
@media only screen and (max-width: 640px) {
  #content.post-custom .next-prev-nav a.prev {
    float: none;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #content.post-custom .next-prev-nav a.next {
    float: right;
    margin-right: 10px;
  }
}
#content.post-custom .next-prev-nav a.next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  right: -10px;
  border-left: 10px solid #28abe2;
}
#content.post-custom .next-prev-nav a.prev:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  left: -10px;
  border-right: 10px solid #28abe2;
}
.social-share span {
  color: #D1D2D2;
  font-size: 1.4rem;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.social-share a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: middle;
  height: 30px;
  width: 90px;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 30px;
  color: #fff;
  text-align: right;
  box-sizing: border-box;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: 10px center;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
}
@media only screen and (max-width: 500px) {
  .social-share a {
    margin-right: 5px;
  }
  .social-share a:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .social-share a {
    width: 40px;
    background-position: center center;
    text-indent: 9999px;
  }
}
.social-share a.google {
  background-color: #4D4F54;
  background-image: url('img/social/google.png');
}
.social-share a.google:hover {
  background-color: #1c1d1f;
}
.social-share a.facebook {
  background-color: #587ABD;
  background-image: url('img/social/facebook.png');
}
.social-share a.facebook:hover {
  background-color: #324b7d;
}
.social-share a.linkedin {
  background-color: #97CADC;
  background-image: url('img/social/linkedin.png');
}
.social-share a.linkedin:hover {
  background-color: #4ba3c2;
}
.social-share a.twitter {
  background-color: #73CCF0;
  background-image: url('img/social/twitter.png');
}
.social-share a.twitter:hover {
  background-color: #18aae5;
}
#content.resources.mobile.category .sub-head {
  height: auto;
  border-bottom: none;
  margin-bottom: 0;
}
#content.privacy-policy h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#content.privacy-policy h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 3rem;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@-webkit-keyframes slide-in-from-right {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-in-from-right {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slide-in-from-right {
  from {
    -o-transform: translateX(100%);
  }
  to {
    -o-transform: translateX(0);
  }
}
@keyframes slide-in-from-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
/* SLIDE IN FROM LEFT */
@-webkit-keyframes slide-in-from-left {
  from {
    -webkit-transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slide-in-from-left {
  from {
    -moz-transform: translateX(-100%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slide-in-from-left {
  from {
    -o-transform: translateX(-100%);
  }
  to {
    -o-transform: translateX(0);
  }
}
@keyframes slide-in-from-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* SLIDE OUT TO LEFT */
@-webkit-keyframes slide-out-to-left {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes slide-out-to-left {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
@-o-keyframes slide-out-to-left {
  from {
    -o-transform: translateX(0);
  }
  to {
    -o-transform: translateX(-100%);
  }
}
@keyframes slide-out-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* SLIDE OUT TO RIGHT */
@-webkit-keyframes slide-out-to-right {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes slide-out-to-right {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(100%);
  }
}
@-o-keyframes slide-out-to-right {
  from {
    -o-transform: translateX(0);
  }
  to {
    -o-transform: translateX(100%);
  }
}
@keyframes slide-out-to-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/* SLIDE IN FROM TOP */
@-webkit-keyframes slide-in-from-top {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in-from-top {
  from {
    -moz-transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slide-in-from-top {
  from {
    -o-transform: translateY(-100%);
  }
  to {
    -o-transform: translateY(0);
  }
}
@keyframes slide-in-from-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* SLIDE IN FROM BOTTOM */
@-webkit-keyframes slide-in-from-bottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in-from-bottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slide-in-from-bottom {
  from {
    -o-transform: translateY(100%);
  }
  to {
    -o-transform: translateY(0);
  }
}
@keyframes slide-in-from-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* SLIDE OUT TO BOTTOM */
@-webkit-keyframes slide-out-to-bottom {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out-to-bottom {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(100%);
  }
}
@-o-keyframes slide-out-to-bottom {
  from {
    -o-transform: translateY(0);
  }
  to {
    -o-transform: translateY(100%);
  }
}
@keyframes slide-out-to-bottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
/* SLIDE OUT TO TOP */
@-webkit-keyframes slide-out-to-top {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slide-out-to-top {
  from {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slide-out-to-top {
  from {
    -o-transform: translateY(0);
  }
  to {
    -o-transform: translateY(-100%);
  }
}
@keyframes slide-out-to-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/* FADE IN */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* FADE OUT */
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* FADE OUT */
@-webkit-keyframes fade-out-from-half {
  from {
    opacity: .5;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out-from-half {
  from {
    opacity: .5;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fade-out-from-half {
  from {
    opacity: .5;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out-from-half {
  from {
    opacity: .5;
  }
  to {
    opacity: 0;
  }
}
/* FLIP IN FROM RIGHT */
@-webkit-keyframes flip-in-from-right {
  from {
    -webkit-transform: rotateY(-180deg) scale(0.8);
  }
  to {
    -webkit-transform: rotateY(0) scale(1);
  }
}
@-moz-keyframes flip-in-from-right {
  from {
    -moz-transform: rotateY(-180deg) scale(0.8);
  }
  to {
    -moz-transform: rotateY(0) scale(1);
  }
}
@-o-keyframes flip-in-from-right {
  from {
    -o-transform: rotateY(-180deg) scale(0.8);
  }
  to {
    -o-transform: rotateY(0) scale(1);
  }
}
@keyframes flip-in-from-right {
  from {
    transform: rotateY(-180deg) scale(0.8);
  }
  to {
    transform: rotateY(0) scale(1);
  }
}
/* FLIP IN FROM LEFT */
@-webkit-keyframes flip-in-from-left {
  from {
    -webkit-transform: rotateY(180deg) scale(0.8);
  }
  to {
    -webkit-transform: rotateY(0) scale(1);
  }
}
@-moz-keyframes flip-in-from-left {
  from {
    -moz-transform: rotateY(180deg) scale(0.8);
  }
  to {
    -moz-transform: rotateY(0) scale(1);
  }
}
@-o-keyframes flip-in-from-left {
  from {
    -o-transform: rotateY(180deg) scale(0.8);
  }
  to {
    -o-transform: rotateY(0) scale(1);
  }
}
@keyframes flip-in-from-left {
  from {
    transform: rotateY(180deg) scale(0.8);
  }
  to {
    transform: rotateY(0) scale(1);
  }
}
/* FLIP OUT TO LEFT */
@-webkit-keyframes flip-out-to-left {
  from {
    -webkit-transform: rotateY(0) scale(1);
  }
  to {
    -webkit-transform: rotateY(-180deg) scale(0.8);
  }
}
@-moz-keyframes flip-out-to-left {
  from {
    -moz-transform: rotateY(0) scale(1);
  }
  to {
    -moz-transform: rotateY(-180deg) scale(0.8);
  }
}
@-o-keyframes flip-out-to-left {
  from {
    -o-transform: rotateY(0) scale(1);
  }
  to {
    -o-transform: rotateY(-180deg) scale(0.8);
  }
}
@keyframes flip-out-to-left {
  from {
    transform: rotateY(0) scale(1);
  }
  to {
    transform: rotateY(-180deg) scale(0.8);
  }
}
/* FLIP OUT TO RIGHT */
@-webkit-keyframes flip-out-to-right {
  from {
    -webkit-transform: rotateY(0) scale(1);
  }
  to {
    -webkit-transform: rotateY(180deg) scale(0.8);
  }
}
@-moz-keyframes flip-out-to-right {
  from {
    -moz-transform: rotateY(0) scale(1);
  }
  to {
    -moz-transform: rotateY(180deg) scale(0.8);
  }
}
@-o-keyframes flip-out-to-right {
  from {
    -o-transform: rotateY(0) scale(1);
  }
  to {
    -o-transform: rotateY(180deg) scale(0.8);
  }
}
@keyframes flip-out-to-right {
  from {
    transform: rotateY(0) scale(1);
  }
  to {
    transform: rotateY(180deg) scale(0.8);
  }
}
/* POP IN */
@-webkit-keyframes pop-in {
  from {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes pop-in {
  from {
    -moz-transform: scale(0.2);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes pop-in {
  from {
    -o-transform: scale(0.2);
    opacity: 0;
  }
  to {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes pop-in {
  from {
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* POP OUT */
@-webkit-keyframes pop-out {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
}
@-moz-keyframes pop-out {
  from {
    -moz-transform: scale(1);
    opacity: 1;
  }
  to {
    -moz-transform: scale(0.2);
    opacity: 0;
  }
}
@-o-keyframes pop-out {
  from {
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    -o-transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes pop-out {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.2);
    opacity: 0;
  }
}
/* DON'T MOVE */
@-webkit-keyframes dont-move {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes dont-move {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes dont-move {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes dont-move {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* SPIN */
@-webkit-keyframes loading-icon {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: -16px 0;
  }
}
@-moz-keyframes loading-icon {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: -16px 0;
  }
}
@-o-keyframes loading-icon {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: -16px 0;
  }
}
@keyframes loading-icon {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: -16px 0;
  }
}
/* TRANSITION CLASSES */
.in,
.out {
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 350ms;
  -moz-animation-duration: 350ms;
  -o-animation-duration: 350ms;
  animation-duration: 350ms;
}
.slide.out {
  -webkit-animation-name: slide-out-to-left;
  -moz-animation-name: slide-out-to-left;
  -o-animation-name: slide-out-to-left;
  animation-name: slide-out-to-left;
}
.slide.in {
  -webkit-animation-name: slide-in-from-right;
  -moz-animation-name: slide-in-from-right;
  -o-animation-name: slide-in-from-right;
  animation-name: slide-in-from-right;
}
.slide.out.reverse {
  -webkit-animation-name: slide-out-to-right;
  -moz-animation-name: slide-out-to-right;
  -o-animation-name: slide-out-to-right;
  animation-name: slide-out-to-right;
}
.slide.in.reverse {
  -webkit-animation-name: slide-in-from-left;
  -moz-animation-name: slide-in-from-left;
  -o-animation-name: slide-in-from-left;
  animation-name: slide-in-from-left;
}
.slide-up.out {
  -webkit-animation-name: slide-out-to-bottom;
  -moz-animation-name: slide-out-to-bottom;
  -o-animation-name: slide-out-to-bottom;
  animation-name: slide-out-to-bottom;
}
.slide-up.in {
  -webkit-animation-name: slide-in-from-bottom;
  -moz-animation-name: slide-in-from-bottom;
  -o-animation-name: slide-in-from-bottom;
  animation-name: slide-in-from-bottom;
}
.slide-up.in.reverse {
  -webkit-animation-name: dont-move;
  -moz-animation-name: dont-move;
  -o-animation-name: dont-move;
  animation-name: dont-move;
}
.slide-up.out.reverse {
  -webkit-animation-name: slide-out-to-bottom;
  -moz-animation-name: slide-out-to-bottom;
  -o-animation-name: slide-out-to-bottom;
  animation-name: slide-out-to-bottom;
}
.slide-down.out {
  -webkit-animation-name: dont-move;
  -moz-animation-name: dont-move;
  -o-animation-name: dont-move;
  animation-name: dont-move;
}
.slide-down.in {
  -webkit-animation-name: slide-in-from-top;
  -moz-animation-name: slide-in-from-top;
  -o-animation-name: slide-in-from-top;
  animation-name: slide-in-from-top;
}
.slide-down.in.reverse {
  -webkit-animation-name: dont-move;
  -moz-animation-name: dont-move;
  -o-animation-name: dont-move;
  animation-name: dont-move;
}
.slide-down.out.reverse {
  -webkit-animation-name: slide-out-to-top;
  -moz-animation-name: slide-out-to-top;
  -o-animation-name: slide-out-to-top;
  animation-name: slide-out-to-top;
}
.fade.out {
  -webkit-animation-name: fade-out;
  -moz-animation-name: fade-out;
  -o-animation-name: fade-out;
  animation-name: fade-out;
}
.fade.in {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}
.fade-half.out {
  -webkit-animation-name: fade-out-from-half;
  -moz-animation-name: fade-out-from-half;
  -o-animation-name: fade-out-from-half;
  animation-name: fade-out-from-half;
}
.fade-half.in {
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
}
/* The properties in this rule are only necessary for the 'flip' transition.
 * We need specify the perspective to create a projection matrix. This will add
 * some depth as the element flips. The depth number represents the distance of
 * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate
 * value.
 */
.viewport-flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  position: absolute;
}
.flip {
  -webkit-animation-duration: .65s;
  -moz-animation-duration: .65s;
  -o-animation-duration: .65s;
  animation-duration: .65s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0);
  /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */

}
.flip.out {
  -webkit-animation-name: flip-out-to-left;
  -moz-animation-name: flip-out-to-left;
  -o-animation-name: flip-out-to-left;
  animation-name: flip-out-to-left;
}
.flip.in {
  -webkit-animation-name: flip-in-from-left;
  -moz-animation-name: flip-in-from-left;
  -o-animation-name: flip-in-from-left;
  animation-name: flip-in-from-left;
}
.flip.out.reverse {
  -webkit-animation-name: flip-out-to-right;
  -moz-animation-name: flip-out-to-right;
  -o-animation-name: flip-out-to-right;
  animation-name: flip-out-to-right;
}
.flip.in.reverse {
  -webkit-animation-name: flip-in-from-right;
  -moz-animation-name: flip-in-from-right;
  -o-animation-name: flip-in-from-right;
  animation-name: flip-in-from-right;
}
.pop {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.pop.in {
  -webkit-animation-name: pop-in;
  -moz-animation-name: pop-in;
  -o-animation-name: pop-in;
  animation-name: pop-in;
}
.pop.in.reverse {
  -webkit-animation-name: pop-in;
  -moz-animation-name: pop-in;
  -o-animation-name: pop-in;
  animation-name: pop-in;
}
.pop.out {
  -webkit-animation-name: pop-out;
  -moz-animation-name: pop-out;
  -o-animation-name: pop-out;
  animation-name: pop-out;
}
.pop.out.reverse {
  -webkit-animation-name: pop-out;
  -moz-animation-name: pop-out;
  -o-animation-name: pop-out;
  animation-name: pop-out;
}
.four04 .four04-msg {
  color: #6f6f6f;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.four04 .four04-msg h2 {
  font-size: 200px;
  font-size: 20rem;
  line-height: 150px;
  line-height: 15rem;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 640px) {
  .four04 .four04-msg h2 {
    font-size: 120px;
    font-size: 12rem;
    line-height: 90px;
    line-height: 9rem;
  }
}
.four04 .four04-msg p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .four04 .four04-msg p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.four04 .information {
  overflow: auto;
}
.four04 .information > div {
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
}
.four04 .information > div:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .four04 .information > div {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.four04 .information > div h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #d2d2d2;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.four04 .information > div a {
  color: #28abe2;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.four04 .information > div a.view-all {
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.four04 .information > div h4 {
  margin: 0;
}
.four04 .information > div img {
  display: none;
}
.four04 .information > div .date {
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}
.four04 .information > div .date:last-child {
  margin-bottom: 10px;
}
.four04 .information > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.four04 .information section:last-child {
  margin-bottom: 20px;
}
#content.marketo-landing-page {
  /*-------- Windows 8 Week ----------*/

}
#content.marketo-landing-page h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
#content.marketo-landing-page .social-media-buttons {
  margin-bottom: 0;
}
#content.marketo-landing-page .social-media-buttons div {
  float: right;
  margin-left: 0;
  margin-right: 0;
}
#content.marketo-landing-page #main-content {
  *zoom: 1;
}
#content.marketo-landing-page #main-content:before,
#content.marketo-landing-page #main-content:after {
  display: table;
  content: "";
  clear: both;
}
#content.marketo-landing-page #main-content .sidebar {
  display: inline;
  float: left;
  width: 31.914893614%;
  margin-left: 2.127659574%;
}
#content.marketo-landing-page #main-content .sidebar:first-child {
  margin-left: 0;
}
#content.marketo-landing-page #main-content .sidebar blockquote {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-top: 20px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 2rem;
  border-top: 1px solid #d1d1d1;
}
#content.marketo-landing-page #main-content .sidebar blockquote p {
  margin: 0;
  padding: 0;
}
#content.marketo-landing-page #main-content .sidebar p.byline {
  color: #85b5cd;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
}
#content.marketo-landing-page #main-content .main {
  display: inline;
  float: left;
  width: 65.95744680199999%;
  margin-left: 2.127659574%;
}
#content.marketo-landing-page #main-content .main:first-child {
  margin-left: 0;
}
#content.marketo-landing-page #main-content .main ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.marketo-landing-page #main-content .main ul li {
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.9rem;
  padding-bottom: 3px;
  padding-bottom: 0.3rem;
}
#content.marketo-landing-page #main-content .main ul li:before {
  content: '\2022';
  padding-right: 5px;
}
#content.marketo-landing-page #marketo-landing-form {
  *zoom: 1;
}
#content.marketo-landing-page #marketo-landing-form:before,
#content.marketo-landing-page #marketo-landing-form:after {
  display: table;
  content: "";
  clear: both;
}
#content.marketo-landing-page #marketo-landing-form div.radio {
  display: inline-block;
  margin-right: 30px;
  margin-right: 3rem;
}
#content.marketo-landing-page #marketo-landing-form div.radio label.disabled {
  text-decoration: line-through;
}
#content.marketo-landing-page #marketo-landing-form input[type="text"],
#content.marketo-landing-page #marketo-landing-form input[type="email"],
#content.marketo-landing-page #marketo-landing-form textarea {
  height: 44px;
  height: 4.4rem;
  width: 100%;
  background-color: #F0EFEF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0px 10px;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: #6f6f6f;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.marketo-landing-page #marketo-landing-form input[type="text"].invalid,
#content.marketo-landing-page #marketo-landing-form input[type="email"].invalid,
#content.marketo-landing-page #marketo-landing-form textarea.invalid {
  border: 1px solid red;
}
#content.marketo-landing-page #marketo-landing-form span input {
  display: inline;
  float: left;
  width: 48.93617020799999%;
  margin-left: 2.127659574%;
}
#content.marketo-landing-page #marketo-landing-form span input:first-child {
  margin-left: 0;
}
#content.marketo-landing-page #marketo-landing-form textarea {
  height: 168px;
  resize: vertical;
}
#content.marketo-landing-page #marketo-landing-form input[type="submit"] {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  height: 34px;
  height: 3.4rem;
  background-color: #29ABE2;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  width: 100%;
}
#content.marketo-landing-page #marketo-landing-form input[type="search"] {
  margin-bottom: 0;
  width: 80%;
  float: left;
}
#content.marketo-landing-page.windows-8-week h1 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
#content.marketo-landing-page.windows-8-week h1 img {
  float: left;
}
#content.marketo-landing-page.windows-8-week .section-wrapper > section {
  padding-top: 55px;
  padding-top: 5.5rem;
  padding-bottom: 55px;
  padding-bottom: 5.5rem;
  border-top: 1px solid #d1d1d1;
}
#content.marketo-landing-page.windows-8-week .section-wrapper > section:first-child {
  border-top: none;
  padding-top: 0px;
  padding-top: 0rem;
}
#content.marketo-landing-page.windows-8-week .section-wrapper > section:last-child {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
#content.marketo-landing-page.windows-8-week .large-right {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#content.marketo-landing-page.windows-8-week .large-right > div {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2.127659574%;
  vertical-align: middle;
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child {
  padding-left: 0;
}
#content.marketo-landing-page.windows-8-week .large-right > div h2 {
  margin-top: 0px;
  margin-top: 0rem;
}
#content.marketo-landing-page.windows-8-week .large-right > div p {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.marketo-landing-page.windows-8-week .large-right > div img {
  margin: 0 auto;
  display: block;
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child {
  width: 31.914893614%;
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child form {
  height: 100%;
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child form .negative {
  color: red;
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child form#searchform {
  *zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #efefef;
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child form#searchform:before,
#content.marketo-landing-page.windows-8-week .large-right > div:first-child form#searchform:after {
  display: table;
  content: "";
  clear: both;
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child form#searchform input[type="search"] {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
#content.marketo-landing-page.windows-8-week .large-right > div:first-child form#searchform input[type="submit"] {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  height: 34px;
  height: 3.4rem;
  background-color: #29ABE2;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.marketo-landing-page.windows-8-week .three-column {
  *zoom: 1;
}
#content.marketo-landing-page.windows-8-week .three-column:before,
#content.marketo-landing-page.windows-8-week .three-column:after {
  display: table;
  content: "";
  clear: both;
}
#content.marketo-landing-page.windows-8-week .three-column h3 {
  margin-top: 0px;
  margin-top: 0rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
#content.marketo-landing-page.windows-8-week .three-column p {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.marketo-landing-page.windows-8-week .three-column > div {
  padding-top: 40px;
  padding-top: 4rem;
  display: inline;
  float: left;
  width: 31.914893614%;
  margin-left: 2.127659574%;
}
#content.marketo-landing-page.windows-8-week .three-column > div:first-child {
  margin-left: 0;
}
#content.marketo-landing-page.windows-8-week .three-column > div:nth-child(3n+1) {
  margin-left: 0;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement h1,
#content.marketo-landing-page.sales-studio h1 h1 {
  margin-top: 10px;
  margin-top: 1rem;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .top,
#content.marketo-landing-page.sales-studio h1 .top {
  margin-top: 20px;
  margin-top: 2rem;
  *zoom: 1;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .top:before,
#content.marketo-landing-page.sales-studio h1 .top:before,
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .top:after,
#content.marketo-landing-page.sales-studio h1 .top:after {
  display: table;
  content: "";
  clear: both;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .top .phone,
#content.marketo-landing-page.sales-studio h1 .top .phone {
  float: left;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .top .phone .dynamic-phone-number,
#content.marketo-landing-page.sales-studio h1 .top .phone .dynamic-phone-number {
  color: #db4f40;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .top .social-media-buttons,
#content.marketo-landing-page.sales-studio h1 .top .social-media-buttons {
  float: right;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .tagline,
#content.marketo-landing-page.sales-studio h1 .tagline {
  font-family: Georgia, Helvetica;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 31px;
  line-height: 3.1rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-transform: none;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement.marketo-landing-page #main-content .sidebar,
#content.marketo-landing-page.sales-studio h1.marketo-landing-page #main-content .sidebar {
  float: right;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement.marketo-landing-page #main-content .main,
#content.marketo-landing-page.sales-studio h1.marketo-landing-page #main-content .main {
  margin: 0 2.127659574% 0 0;
  float: left;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement h3,
#content.marketo-landing-page.sales-studio h1 h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
#content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement #marketo-landing-form input[type="submit"],
#content.marketo-landing-page.sales-studio h1 #marketo-landing-form input[type="submit"] {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  height: 34px;
  height: 3.4rem;
  background-color: #29ABE2;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
html.no-boxshadow #content.marketo-landing-page #marketo-landing-form input[type="submit"]:hover {
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #content.marketo-landing-page {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 640px) {
  #content.marketo-landing-page #main-content .sidebar,
  #content.marketo-landing-page #main-content .main {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }
  #content.marketo-landing-page #main-content .sidebar {
    margin-top: 40px;
    margin-top: 4rem;
  }
  #content.marketo-landing-page.windows-8-week img {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  #content.marketo-landing-page.windows-8-week h2 {
    margin-top: 20px;
    margin-top: 2rem;
  }
  #content.marketo-landing-page.windows-8-week #intro {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    display: block;
  }
  #content.marketo-landing-page.windows-8-week #intro > div {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
  #content.marketo-landing-page.windows-8-week #intro .hero-intro {
    padding: 0;
  }
  #content.marketo-landing-page.windows-8-week #intro .hero-intro .department-shortcuts {
    margin: 0;
  }
  #content.marketo-landing-page.windows-8-week #intro .hero-intro .department-shortcuts li {
    overflow: hidden;
  }
  #content.marketo-landing-page.windows-8-week .section-wrapper > section {
    padding-top: 25px;
    padding-top: 2.5rem;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
  }
  #content.marketo-landing-page.windows-8-week .three-column,
  #content.marketo-landing-page.windows-8-week .large-right {
    display: block;
  }
  #content.marketo-landing-page.windows-8-week .three-column > div,
  #content.marketo-landing-page.windows-8-week .large-right > div {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-top: 2rem;
  }
  #content.marketo-landing-page.windows-8-week .three-column > div div,
  #content.marketo-landing-page.windows-8-week .large-right > div div {
    display: block;
    float: none;
  }
  #content.marketo-landing-page.windows-8-week .three-column > div:first-child,
  #content.marketo-landing-page.windows-8-week .large-right > div:first-child {
    width: 100%;
  }
  #content.marketo-landing-page.windows-8-week .three-column > div:last-child,
  #content.marketo-landing-page.windows-8-week .large-right > div:last-child {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  #content.marketo-landing-page.windows-8-week .three-column > div h2,
  #content.marketo-landing-page.windows-8-week .large-right > div h2 {
    margin-top: 20px;
    margin-top: 2rem;
  }
  #content.marketo-landing-page.windows-8-week .three-column > div h3,
  #content.marketo-landing-page.windows-8-week .large-right > div h3,
  #content.marketo-landing-page.windows-8-week .three-column > div h4,
  #content.marketo-landing-page.windows-8-week .large-right > div h4 {
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  #content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .top .social-media-buttons {
    float: left;
  }
  #content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .buttons > a {
    display: block;
    width: auto;
    float: none;
    margin: 20px;
  }
  #content.marketo-landing-page.definitive-guide-to-mobile-sales-enablement .buttons > a:first-child {
    margin-left: 20px;
    float: none;
  }
}
#mobile-app-landing .header-image {
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  height: 290px;
  background: #ffffff center top no-repeat;
  background-size: cover;
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/mobile-app-lp-header-blue.jpg);
}
#mobile-app-landing.iphone-landing .header-image,
#mobile-app-landing.ipad-landing .header-image,
#mobile-app-landing.mobile-app-landing .header-image,
#mobile-app-landing.mobile-app-alt-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/mobile-app-lp-header-blue.jpg);
}
#mobile-app-landing.mhealth .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/TrendReport_mHealth_DemandGenHeader.png);
  height: 290px;
}
#mobile-app-landing.iphone-alt-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/mobile-app-lp-header-iphone.jpg);
}
#mobile-app-landing.iphone-alt-landing #content.mobile-app-landing-page #headline .tagline {
  background: none;
}
#mobile-app-landing.ipad-alt-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/mobile-app-lp-header-ipad.jpg);
}
#mobile-app-landing.ipad-alt-landing #content.mobile-app-landing-page #headline .tagline {
  background: none;
}
#mobile-app-landing.sxsw-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/sxsw-bg.jpg);
  height: 381px;
}
#mobile-app-landing.partner-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/partner-bg.jpg);
  height: 290px;
}
#mobile-app-landing.airline-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/airlines.png);
  height: 290px;
}
#mobile-app-landing.manufacturing-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/manufacturing.png);
  height: 290px;
}
#mobile-app-landing.finserv-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/financial-services.png);
  height: 290px;
}
#mobile-app-landing.oil-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/oil-gas.png);
  height: 290px;
}
#mobile-app-landing.auto-trend-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/auto-trend-banner.png);
  height: 290px;
}
#mobile-app-landing.lean-mobile-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/VelocityBanner.png);
  height: 290px;
}
#mobile-app-landing.google-glass-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/google-glass-banner.png);
  height: 290px;
}
#mobile-app-landing.ios7-landing .header-image {
  background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/TrendReport_iOS_DemandGenHeader.png);
  height: 290px;
}
#content.mobile-app-landing-page #headline {
  position: relative;
  height: 290px;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.mobile-app-landing-page #headline .wp {
  display: inline;
  float: left;
  width: 31.914893614%;
  margin-left: 2.127659574%;
  float: none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 220px;
  height: 22rem;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
}
#content.mobile-app-landing-page #headline .wp:first-child {
  margin-left: 0;
}
#content.mobile-app-landing-page #headline .wp h2 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-top: 20px;
  margin-top: 2rem;
}
#content.mobile-app-landing-page #headline .wp p {
  color: #85b5cd;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
}
#content.mobile-app-landing-page #headline .wp img {
  width: 100%;
  max-width: 146px;
  max-height: 187px;
}
#content.mobile-app-landing-page #headline .tagline {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(img/mse/tagline-bg-repeatable.png) repeat bottom left;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-right: 31.914893614%;
  position: absolute;
  bottom: 0;
}
#content.mobile-app-landing-page #headline .tagline h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-left: 10px;
  margin-left: 1rem;
  margin-top: 34px;
  margin-top: 3.4rem;
  width: 95%;
}
#content.mobile-app-landing-page #headline .tagline p {
  color: #ffffff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 10px;
  margin-left: 1rem;
  margin-right: 10px;
  margin-right: 1rem;
}
#content.mobile-app-landing-page #headline .tagline p a {
  color: #ffffff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  width: 110px;
  padding-left: 10px;
  padding-left: 1rem;
  margin-left: 10px;
  margin-left: 1rem;
}
#content.mobile-app-landing-page #headline .tagline p a:hover {
  color: #28abe2;
}
#content.mobile-app-landing-page #headline .tagline p .button {
  display: inline-block;
}
#content.mobile-app-landing-page #headline .tagline ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.mobile-app-landing-page #headline .tagline ul li {
  text-indent: -10px;
  padding-left: 10px;
  line-height: 1.9rem;
  padding-bottom: 3px;
  padding-bottom: 0.3rem;
}
#content.mobile-app-landing-page #headline .tagline ul li:before {
  content: '\2022';
  padding-right: 5px;
}
#content.mobile-app-landing-page #info {
  *zoom: 1;
  margin-top: 0px;
  margin-top: 0rem;
}
#content.mobile-app-landing-page #info:before,
#content.mobile-app-landing-page #info:after {
  display: table;
  content: "";
  clear: both;
}
#content.mobile-app-landing-page #info div h2 {
  color: #474747;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-top: 30px;
  margin-top: 3rem;
  margin-left: 10px;
  margin-left: 1rem;
  margin-right: 75px;
  margin-right: 7.5rem;
}
#content.mobile-app-landing-page #info div h3 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-weight: normal;
  margin-left: 10px;
  margin-left: 1rem;
}
#content.mobile-app-landing-page #info div h4 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  margin-top: 15px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}
#content.mobile-app-landing-page #info div p {
  margin-top: 0px;
  margin-top: 0rem;
}
#content.mobile-app-landing-page #info div.kc {
  display: inline;
  float: left;
  width: 65.95744680199999%;
  margin-left: 2.127659574%;
}
#content.mobile-app-landing-page #info div.kc:first-child {
  margin-left: 0;
}
#content.mobile-app-landing-page #info div.kc h4,
#content.mobile-app-landing-page #info div.kc p {
  margin-left: 10px;
  margin-left: 1rem;
}
#content.mobile-app-landing-page #info div.kc .choose {
  *zoom: 1;
}
#content.mobile-app-landing-page #info div.kc .choose:before,
#content.mobile-app-landing-page #info div.kc .choose:after {
  display: table;
  content: "";
  clear: both;
}
#content.mobile-app-landing-page #info div.kc .choose > div {
  display: inline;
  float: left;
  width: 48.93617020799999%;
  margin-left: 2.127659574%;
}
#content.mobile-app-landing-page #info div.kc .choose > div:first-child {
  margin-left: 0;
}
#content.mobile-app-landing-page #info div.kc .choose div.text,
#content.mobile-app-landing-page #info div.kc .choose div.image {
  display: inline;
  float: left;
  width: 48.93617020799999%;
  margin-left: 2.127659574%;
}
#content.mobile-app-landing-page #info div.kc .choose div.text:first-child,
#content.mobile-app-landing-page #info div.kc .choose div.image:first-child {
  margin-left: 0;
}
#content.mobile-app-landing-page #info div.kc .choose div p {
  font-size: 11px;
  font-size: 1.1rem;
}
#content.mobile-app-landing-page #info div.kc .choose div h4 {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-size: 12px;
  font-size: 1.2rem;
}
#content.mobile-app-landing-page #info div.kc .choose div.apps {
  text-align: center;
}
#content.mobile-app-landing-page #info div.clients,
#content.mobile-app-landing-page #info div.awards {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
#content.mobile-app-landing-page #info div.clients ul,
#content.mobile-app-landing-page #info div.awards ul {
  margin-left: 0px;
  margin-left: 0rem;
  padding-left: 0px;
  padding-left: 0rem;
  margin-top: 21px;
  margin-top: 2.1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
#content.mobile-app-landing-page #info div.clients ul li,
#content.mobile-app-landing-page #info div.awards ul li {
  display: inline-block;
}
#content.mobile-app-landing-page #info div.clients ul li:first-child,
#content.mobile-app-landing-page #info div.awards ul li:first-child {
  margin-right: 20px;
  margin-right: 2rem;
  margin-left: 10px;
  margin-left: 1rem;
  height: 34px;
  height: 3.4rem;
  font-family: helvetica;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
}
#content.mobile-app-landing-page #info div.awards {
  border-bottom: none;
  padding-top: 0px;
  padding-top: 0rem;
  margin-top: 20px;
  margin-top: 2rem;
}
#content.mobile-app-landing-page #info .form {
  display: inline;
  float: left;
  width: 31.914893614%;
  margin-left: 2.127659574%;
  background-color: #ffffff;
  margin-left: 19px;
}
#content.mobile-app-landing-page #info .form:first-child {
  margin-left: 0;
}
#content.mobile-app-landing-page #info .form div.border {
  width: 99.7% !important;
  margin-left: 0 !important;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 36px;
}
#content.mobile-app-landing-page #info .form div.border hr {
  display: block;
  margin-top: 0;
  margin-bottom: 28px;
  width: 90%;
  height: 1px;
  background-color: #d1d1d1;
  border: none;
}
#content.mobile-app-landing-page #info .form div.border h2,
#content.mobile-app-landing-page #info .form div.border img {
  display: none;
}
#content.mobile-app-landing-page #info .form div.border p {
  margin-left: 29px;
  margin-left: 2.9rem;
  margin-right: 25px;
  margin-right: 2.5rem;
  padding-top: 35px;
  padding-top: 3.5rem;
  text-align: center;
  color: #474747;
  font-family: "Georgia";
  font-weight: normal;
  font-style: italic;
}
#content.mobile-app-landing-page #info .form div.border p.privacy {
  margin-top: 10px;
  margin-top: 1rem;
  text-align: center;
}
#content.mobile-app-landing-page #info .form div.border p.privacy a {
  display: inline-block;
  font-family: helvetica;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
}
#content.mobile-app-landing-page #info .form div.border form {
  padding: 0 15px;
  box-sizing: border-box;
}
#content.mobile-app-landing-page #marketo-landing-form {
  *zoom: 1;
  margin-left: 0px;
  margin-left: 0rem;
  padding: 0 15px;
}
#content.mobile-app-landing-page #marketo-landing-form:before,
#content.mobile-app-landing-page #marketo-landing-form:after {
  display: table;
  content: "";
  clear: both;
}
#content.mobile-app-landing-page #marketo-landing-form div.radio {
  display: inline-block;
  width: 80%;
  margin-left: 29px;
  margin-left: 2.9rem;
  margin-right: 25px;
  margin-right: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  border: none;
}
#content.mobile-app-landing-page #marketo-landing-form div.radio label.disabled {
  text-decoration: line-through;
}
#content.mobile-app-landing-page #marketo-landing-form input {
  height: 44px;
  height: 4.4rem;
  width: 100%;
  background-color: #F0EFEF;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0px 10px;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: #6f6f6f;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.mobile-app-landing-page #marketo-landing-form input.invalid {
  border: 1px solid red;
}
#content.mobile-app-landing-page #marketo-landing-form input[type="submit"] {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  height: 34px;
  height: 3.4rem;
  background-color: #29ABE2;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.mobile-app-landing-page #marketo-landing-form span input {
  display: inline;
  float: left;
  width: 48.93617020799999%;
  margin-left: 2.127659574%;
}
#content.mobile-app-landing-page #marketo-landing-form span input:first-child {
  margin-left: 0;
}
#content.mobile-app-landing-page #marketo-landing-form input[type="search"] {
  margin-bottom: 0;
  width: 80%;
  float: left;
}
@media only screen and (max-width: 960px) {
  #content.mobile-app-landing-page {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 940px) {
  #content.mobile-app-landing-page {
    padding: 0px 10px;
  }
  #content.mobile-app-landing-page .form {
    margin-left: 2.127659574% !important;
  }
  #content.mobile-app-landing-page .form p {
    padding-top: 25px !important;
  }
  #content.mobile-app-landing-page #info .kc .clients ul,
  #content.mobile-app-landing-page #info .kc .awards ul {
    width: 100% !important;
  }
  #content.mobile-app-landing-page #info .kc .clients ul li:first-child,
  #content.mobile-app-landing-page #info .kc .awards ul li:first-child {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  #mobile-app-landing .header-image {
    top: 48px;
    height: 186px;
  }
  #mobile-app-landing.ios7-landing .header-image {
    height: 214px;
  }
  #mobile-app-landing hgroup h1 {
    margin-top: 3px !important;
    margin-left: 10px !important;
  }
  #mobile-app-landing .social-media-buttons,
  #mobile-app-landing .contact {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #mobile-app-landing .social-media-buttons:focus,
  #mobile-app-landing .contact:focus {
    height: auto;
    width: auto;
    clip: inherit;
    margin: auto;
    overflow: auto;
    padding: inherit;
    border: inherit;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
  }
  #content.mobile-app-landing-page #info .form div.border h2,
  #content.mobile-app-landing-page #info .form div.border img {
    display: inline-block;
    margin-top: 10px !important;
  }
  #content.mobile-app-landing-page #info .form div.border img {
    display: block;
    margin-right: 0 auto;
  }
  #content.mobile-app-landing-page #info .form div.border h2 {
    margin-bottom: 0px !important;
    margin-bottom: 0rem !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    margin-right: 0;
    text-align: center;
    display: block;
  }
  #content.mobile-app-landing-page img {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  #content.mobile-app-landing-page h1 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 22px !important;
    line-height: 2.2rem !important;
    margin-top: 10px !important;
  }
  #content.mobile-app-landing-page .tagline p {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 20px !important;
    line-height: 2rem !important;
  }
  #content.mobile-app-landing-page .tagline p a {
    margin-left: 3px !important;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    height: 24px !important;
    line-height: 24px !important;
    width: 102px !important;
  }
  #content.mobile-app-landing-page .tagline p a.button {
    border-radius: 3px;
  }
  #content.mobile-app-landing-page .wp {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #content.mobile-app-landing-page .wp:focus {
    height: auto;
    width: auto;
    clip: inherit;
    margin: auto;
    overflow: auto;
    padding: inherit;
    border: inherit;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
  }
  #content.mobile-app-landing-page .button {
    height: 28px !important;
    line-height: 28px !important;
  }
  #content.mobile-app-landing-page #headline,
  #content.mobile-app-landing-page #info {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
    display: block;
  }
  #content.mobile-app-landing-page #headline div,
  #content.mobile-app-landing-page #info div {
    display: block !important;
    width: 100% !important;
    float: none;
    padding: 0;
    margin: 0;
  }
  #content.mobile-app-landing-page #headline {
    margin-top: 43px !important;
    height: 128px !important;
  }
  #content.mobile-app-landing-page #headline .tagline {
    padding-right: 0;
  }
  #content.mobile-app-landing-page #info .border {
    border: none !important;
  }
  #content.mobile-app-landing-page #info .border p,
  #content.mobile-app-landing-page #info .border input[type="submit"],
  #content.mobile-app-landing-page #info .border input[type="text"],
  #content.mobile-app-landing-page #info .border input[type="email"],
  #content.mobile-app-landing-page #info .border textarea,
  #content.mobile-app-landing-page #info .border select,
  #content.mobile-app-landing-page #info .border div.radio {
    margin-left: 0 !important;
    width: 99% !important;
  }
  #content.mobile-app-landing-page #info .kc h2 {
    margin-top: 20px !important;
    margin-top: 2rem !important;
    margin-right: 10px !important;
    margin-right: 1rem !important;
  }
  #content.mobile-app-landing-page #info .kc .clients ul,
  #content.mobile-app-landing-page #info .kc .awards ul {
    width: 100% !important;
  }
  #content.mobile-app-landing-page #info .kc .clients ul li:first-child,
  #content.mobile-app-landing-page #info .kc .awards ul li:first-child {
    width: 100% !important;
  }
  #content.mobile-app-landing-page #info .kc .clients ul li img,
  #content.mobile-app-landing-page #info .kc .awards ul li img {
    margin-left: 10px !important;
  }
  #content.mobile-app-landing-page #info div.ig-1,
  #content.mobile-app-landing-page #info div.ig-2 {
    width: 99% !important;
  }
  #content.mobile-app-landing-page #info .form {
    margin-top: 14px !important;
    margin-left: 0 !important;
  }
  #content.mobile-app-landing-page #copyright p {
    width: 100%;
  }
  #content.mobile-app-landing-page .section-wrapper > section {
    padding-top: 25px;
    padding-top: 2.5rem;
    padding-bottom: 25px;
    padding-bottom: 2.5rem;
  }
  #content.mobile-app-landing-page .three-column,
  #content.mobile-app-landing-page .large-right {
    display: block;
  }
  #content.mobile-app-landing-page .three-column > div,
  #content.mobile-app-landing-page .large-right > div {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-top: 2rem;
  }
  #content.mobile-app-landing-page .three-column > div div,
  #content.mobile-app-landing-page .large-right > div div {
    display: block;
    float: none;
  }
  #content.mobile-app-landing-page .three-column > div:first-child,
  #content.mobile-app-landing-page .large-right > div:first-child {
    width: 100%;
  }
  #content.mobile-app-landing-page .three-column > div:last-child,
  #content.mobile-app-landing-page .large-right > div:last-child {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
  #content.mobile-app-landing-page .three-column > div h2,
  #content.mobile-app-landing-page .large-right > div h2 {
    margin-top: 20px;
    margin-top: 2rem;
  }
  #content.mobile-app-landing-page .three-column > div h3,
  #content.mobile-app-landing-page .large-right > div h3,
  #content.mobile-app-landing-page .three-column > div h4,
  #content.mobile-app-landing-page .large-right > div h4 {
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 719px), (min--moz-device-pixel-ratio: 2) and (max-width: 719px), (min-width: 1438px) {
  #mobile-app-landing.iphone-landing .header-image,
  #mobile-app-landing.ipad-landing .header-image,
  #mobile-app-landing.mobile-app-landing .header-image,
  #mobile-app-landing.mobile-app-alt-landing .header-image {
    background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/mobile-app-lp-header-blue-large.jpg);
  }
  #mobile-app-landing.iphone-alt-landing .header-image {
    background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/mobile-app-lp-header-iphone-large.jpg);
  }
  #mobile-app-landing.ipad-alt-landing .header-image {
    background-image: url(http://mmweb.dev.s3.amazonaws.com/wp-content/uploads/mobile-app-lp-header-ipad-large.jpg);
  }
}
/*******************************************
Webinars
*******************************************/
#content.events > section {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
#content.events > section:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.events h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 640px) {
  #content.events h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.events .event-header {
    border-bottom: 0;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
#content.events .event-header h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #content.events .event-header h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#content.events .event-header h3 {
  margin-top: 10px;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  #content.events .event-header h3 {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
#content.events .event-info {
  *zoom: 1;
}
#content.events .event-info:before,
#content.events .event-info:after {
  display: table;
  content: "";
  clear: both;
}
#content.events .event-info h4 {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#content.events .event-info p {
  margin-top: 0px;
  margin-top: 0rem;
}
#content.events .event-info p:last-child {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: 30px;
  margin-top: 3rem;
}
#content.events .event-info > div.info {
  display: inline;
  float: left;
  width: 74.468085099%;
  margin-left: 2.127659574%;
}
#content.events .event-info > div.info:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.events .event-info > div.info {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
  }
  #content.events .event-info > div.info:first-child {
    margin-left: 0;
  }
}
#content.events .event-info > div.info .social-media-buttons {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#content.events .event-info > div.info .specs {
  font-size: 16px;
  font-size: 1.6rem;
}
#content.events .event-info > div.info .specs p:first-child,
#content.events .event-info > div.info .specs p:nth-child(2) {
  margin: 0;
}
#content.events .event-info > div.info .specs p:nth-child(2) {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#content.events .event-info > div.info .specs p:last-child {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-top: 10px;
  margin-top: 1rem;
}
#content.events .event-info > div.info ul {
  padding-left: 15px;
  padding-left: 1.5rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#content.events .event-info > div.conf-img {
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
}
#content.events .event-info > div.conf-img:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.events .event-info > div.conf-img {
    display: none;
  }
}
#content.events .speakers {
  overflow: auto;
}
#content.events .speakers .speaker {
  display: inline;
  float: left;
  width: 31.914893614%;
  margin-left: 2.127659574%;
}
#content.events .speakers .speaker:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.events .speakers .speaker {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    margin-left: 0px;
    margin-left: 0rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
  #content.events .speakers .speaker:first-child {
    margin-left: 0;
  }
  #content.events .speakers .speaker:last-child {
    margin-bottom: 0;
  }
}
#content.events .speakers .speaker:last-child {
  margin-bottom: 0;
}
#content.events .speakers .speaker .image {
  display: inline;
  float: left;
  width: 31.914893614%;
  margin-left: 2.127659574%;
}
#content.events .speakers .speaker .image:first-child {
  margin-left: 0;
}
#content.events .speakers .speaker .image img {
  border: 1px solid #e6e6e6;
}
#content.events .speakers .speaker .details {
  display: inline;
  float: left;
  width: 65.95744680199999%;
  margin-left: 2.127659574%;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-top: 10px;
  padding-top: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.events .speakers .speaker .details:first-child {
  margin-left: 0;
}
#content.events .speakers .speaker .details span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
#content.events .speakers .speaker .details span.position {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.events .speakers .speaker .details span.name {
  color: #28abe2;
  font-weight: bold;
}
#content.events .signup-form {
  min-height: 370px;
}
#content.events .signup-form h3 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form {
    padding: 0 !important;
    margin-bottom: 3rem;
  }
}
#content.events .signup-form div.cf_widget_socialsignon {
  width: 100%;
  overflow: auto;
  position: absolute;
  right: 0;
  top: -42px;
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form div.cf_widget_socialsignon {
    top: 0;
    position: relative;
  }
}
#content.events .signup-form div.cf_widget_socialsignon .cf_sign_on {
  float: right;
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form div.cf_widget_socialsignon .cf_sign_on {
    float: none;
  }
}
#content.events .signup-form div.cf_widget_socialsignon .cf_sign_on .cf_sign_on_button {
  padding: 5px 5px;
}
#content.events .signup-form div.cf_widget_socialsignon .cf_sign_on .cf_sign_on_button:before {
  margin-left: -110px;
  color: #6b6b6b;
}
#content.events .signup-form div.cf_widget_socialsignon .cf_sign_on .cf_switch_user .cf_avatar {
  height: 30px;
  float: right;
}
#content.events .signup-form div.cf_widget_socialsignon .cf_sign_on .cf_switch_user .cf_user_switcher {
  color: #6b6b6b;
  margin-right: 45px;
  padding-top: 7px;
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form .mktoFormRow {
    width: 100% !important;
  }
}
#content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap input:not([type="submit"]),
#content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  background-color: #F0EFEF;
  color: #6f6f6f;
  padding-left: 15px;
  padding-left: 1.5rem;
}
#content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap input:not([type="submit"]) {
  height: 44px;
  height: 4.4rem;
}
#content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
  padding: 15px;
}
#content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap #Email {
  width: 98% !important;
  float: right;
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap #Email {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap #FirstName,
  #content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap #Company {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap #LastName,
  #content.events .signup-form .mktoFormRow .mktoFormCol .mktoFieldWrap #Phone {
    width: 100% !important;
    float: none;
  }
}
#content.events .signup-form .mktoButtonRow .mktoButtonWrap button.mktoButton {
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
}
#content.events .signup-form .mktoButtonRow .mktoButtonWrap button.mktoButton:hover,
#content.events .signup-form .mktoButtonRow .mktoButtonWrap button.mktoButton:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
@media only screen and (max-width: 480px) {
  #content.events .signup-form .mktoButtonRow .mktoButtonWrap button.mktoButton {
    line-height: 0;
  }
}
.tabCompList caption,
.tabCompList .tabCompNATD {
  height: 44px;
  line-height: 44px;
  padding-left: 18px;
}
.tabCompList caption {
  background-color: #f0f0ef;
  text-align: left;
  font-size: 9px;
  text-transform: uppercase;
}
.tabCompList .tabCompNATD {
  font-size: 10px;
  font-weight: bold;
}
.tabCompList .tabCompTD {
  padding: 14px 18px;
}
.tabCompList .tabCompTD:hover .divCompName {
  color: #29aae0;
}
.tabCompList .divCompName {
  font-weight: bold;
  font-size: 13px;
}
.tabCompList .divCompDetails {
  font-size: 13px !important;
  font-weight: 100;
}
section#clients .foreground .mid-copy.hovering .videoOverlay {
  background-color: rgba(0, 0, 0, 0.8);
}
section#clients .foreground .mid-copy.hovering .videoOverlay .client .content {
  top: 50%;
}
section#clients .foreground .mid-copy.hovering .videoOverlay .client .content p {
  opacity: 1;
}
section#clients .foreground .mid-copy.hovering .videoOverlay .client .content button.client-btn {
  opacity: 1;
}
section#clients .foreground .mid-copy.hovering .video.carousel-controls {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
}
section#clients .foreground .mid-copy .videoOverlay {
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  -ms-transition: background 0.6s ease-in-out;
  -o-transition: background 0.6s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  overflow: hidden;
}
section#clients .foreground .mid-copy .videoOverlay .client {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #ffffff;
  left: -100%;
  right: 100%;
}
section#clients .foreground .mid-copy .videoOverlay .client.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
section#clients .foreground .mid-copy .videoOverlay .client.current {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  left: 0;
  right: 0;
}
section#clients .foreground .mid-copy .videoOverlay .client.current ~ .client {
  left: 100%;
  right: -100%;
}
section#clients .foreground .mid-copy .videoOverlay .client .content {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: absolute;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 60%;
  height: 16rem;
  margin-top: -16rem;
  padding-top: 5rem;
}
section#clients .foreground .mid-copy .videoOverlay .client .content .client-logo {
  height: 4rem;
  line-height: 4rem;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 940px) {
  section#clients .foreground .mid-copy .videoOverlay .client .content .client-logo {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  section#clients .foreground .mid-copy .videoOverlay .client .content .client-logo {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
section#clients .foreground .mid-copy .videoOverlay .client .content a {
  display: none;
}
@media only screen and (max-width: 640px) {
  section#clients .foreground .mid-copy .videoOverlay .client .content a {
    display: block;
  }
}
section#clients .foreground .mid-copy .videoOverlay .client .content p {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 0;
  color: #ffffff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 600px;
  text-align: center;
  margin: 3rem auto;
}
@media only screen and (max-width: 640px) {
  section#clients .foreground .mid-copy .videoOverlay .client .content p {
    opacity: 1;
    text-align: left;
  }
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn {
  margin: 0em;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  height: 40px;
  height: 4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  background-color: white;
  color: #28abe2;
  opacity: 0;
  width: 125px;
  margin: 0 auto;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.blue {
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.blue:hover,
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.blue:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.white {
  background-color: white;
  color: #28abe2;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.white:hover,
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.white:active {
  background-color: #28abe2;
  color: white;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.black {
  background-color: #484848;
  color: white;
  border: 0 solid #484848;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.black:hover,
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.black:active {
  background-color: white;
  color: #484848;
  border: 1px solid #484848;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.green {
  background-color: #b3c833;
  color: white;
  border: 0 solid #b3c833;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.green:hover,
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn.green:active {
  background-color: white;
  color: #b3c833;
  border: 1px solid #b3c833;
}
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn:hover,
section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn:active {
  background-color: #28abe2;
  color: white;
}
@media only screen and (max-width: 640px) {
  section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn {
    background-color: #28abe2;
    color: white;
    border: 0 solid #28abe2;
    margin: 0;
  }
  section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn:hover,
  section#clients .foreground .mid-copy .videoOverlay .client .content button.client-btn:active {
    background-color: white;
    color: #28abe2;
    border: 1px solid #28abe2;
  }
}
section#clients .foreground .mid-copy .videoOverlaySensor {
  height: 50%;
  width: 50%;
  z-index: 10;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 25%;
}
section#clients .foreground .mid-copy .video.carousel-controls {
  height: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30rem;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform-origin: bottom center center;
  -moz-transform-origin: bottom center center;
  -o-transform-origin: bottom center center;
}
section#clients .foreground .mid-copy .video.carousel-controls ul {
  display: inline-block;
  margin: 0rem;
  padding: 1.6rem 0rem 0rem;
}
section#clients .foreground .mid-copy .video.carousel-controls ul li {
  display: inline-block;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 0.8rem;
  width: 0.8rem;
  background-color: #d1d2d2;
  padding: 0;
  margin-right: 3rem;
  font-size: 17px;
}
section#clients .foreground .mid-copy .video.carousel-controls ul li:last-child {
  margin-right: 0;
}
section#clients .foreground .mid-copy .video.carousel-controls ul li.selected {
  background-color: #28abe2;
  color: white;
}
section#clients .foreground .mid-copy .client.current.hovering {
  display: block;
}
section#clients .background.videoContainer {
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 18rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}
section#clients .background.videoContainer .cinemagraph {
  position: absolute;
  left: -100%;
  right: 100%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
section#clients .background.videoContainer .cinemagraph.union {
  background-image: url(video/union.jpg);
}
section#clients .background.videoContainer .cinemagraph.autotrader {
  background-image: url(video/autotrader.jpg);
}
section#clients .background.videoContainer .cinemagraph.the-economist {
  background-image: url(video/the-economist.jpg);
}
section#clients .background.videoContainer .cinemagraph.bsx {
  background-image: url(video/bsx.jpg);
}
section#clients .background.videoContainer .cinemagraph.disney {
  background-image: url(video/disney.jpg);
}
section#clients .background.videoContainer .cinemagraph.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
section#clients .background.videoContainer .cinemagraph.current {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  left: 0;
  right: 0;
}
section#clients .background.videoContainer .cinemagraph.current ~ .cinemagraph {
  left: 100%;
  right: -100%;
}
section#clients .mobile #content.home .background.videoContainer .cinemagraph.union {
  background-image: url(video/union.jpg);
}
section#clients .mobile #content.home .background.videoContainer .cinemagraph.autotrader {
  background-image: url(video/autotrader.jpg);
}
section#clients .mobile #content.home .background.videoContainer .cinemagraph.the-economist {
  background-image: url(video/the-economist.jpg);
}
section#clients .mobile #content.home .background.videoContainer .cinemagraph.bsx {
  background-image: url(video/bsx.jpg);
}
section#clients .mobile #content.home .background.videoContainer .cinemagraph.disney {
  background-image: url(video/disney.jpg);
}
#content.vr,
#content.video360 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  max-width: 100%;
}
#content.vr h2,
#content.video360 h2 {
  display: none;
}
#content.vr .center,
#content.video360 .center {
  position: relative;
  max-width: 94rem;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#content.vr .splash,
#content.video360 .splash {
  background: #0f3d50 url(img/virtual-reality-splash.jpg) no-repeat;
  background-position: left 40px top;
  background-size: cover;
  width: 100%;
  height: 60rem;
  position: relative;
}
#content.vr .splash:before,
#content.video360 .splash:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  content: '';
  display: block;
  background: transparent;
  background: -moz-linear-gradient(left, #0f3d50 10%, rgba(15, 61, 80, 0) 60%);
  background: -webkit-linear-gradient(left, #0f3d50 10%, rgba(15, 61, 80, 0) 60%);
  background: linear-gradient(to right, #0f3d50 10%, rgba(15, 61, 80, 0) 60%);
}
#content.vr .splash .description,
#content.video360 .splash .description {
  position: absolute;
  left: 0;
  bottom: 7rem;
  width: 40rem;
}
#content.vr .splash .description .title,
#content.video360 .splash .description .title {
  font-family: 'heroic-condensed-bold';
  font-size: 5.2rem;
  line-height: 5.8rem;
  margin-bottom: 2rem;
}
#content.vr .splash .description .subtext,
#content.video360 .splash .description .subtext {
  font-family: 'heroic-condensed-regular';
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#content.vr .contact-text,
#content.video360 .contact-text {
  font-family: 'heroic-condensed-bold';
  background: #000000;
  width: 100%;
  height: 13rem;
  padding-top: 1rem;
  font-size: 4.3rem;
  line-height: 5.2rem;
  text-align: center;
  box-sizing: border-box;
}
#content.vr .main,
#content.video360 .main {
  position: relative;
  width: 100%;
  height: 67rem;
  z-index: 0;
  border-bottom: 1px solid #979797;
}
#content.vr .main:after,
#content.video360 .main:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  background: transparent;
  background: -moz-linear-gradient(top, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0) 70%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0) 70%, #f3f3f3 100%);
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0), rgba(243, 243, 243, 0) 70%, #f3f3f3 100%);
}
#content.vr .main .center,
#content.video360 .main .center {
  padding: 6.8rem 0;
  z-index: 1;
}
#content.vr .main .center .section,
#content.video360 .main .center .section {
  *zoom: 1;
  float: right;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
#content.vr .main .center .section:before,
#content.video360 .main .center .section:before,
#content.vr .main .center .section:after,
#content.video360 .main .center .section:after {
  display: table;
  content: "";
  clear: both;
}
#content.vr .main .center .section.left,
#content.video360 .main .center .section.left {
  padding-right: 2rem;
}
#content.vr .main .center .section.left .product,
#content.video360 .main .center .section.left .product {
  background: url(img/vr-gear.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 29.6rem;
  margin-bottom: 3.4rem;
}
#content.vr .main .center .section.left .tagline,
#content.video360 .main .center .section.left .tagline {
  font-family: 'heroic-condensed-bold';
  width: 100%;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #000000;
  text-align: center;
}
#content.vr .main .center .section.right,
#content.video360 .main .center .section.right {
  position: relative;
  padding-left: 2rem;
}
#content.vr .main .center .section.right .form-message,
#content.video360 .main .center .section.right .form-message {
  font-family: 'heroic-condensed-bold';
  font-size: 3.6rem;
  color: #000000;
  text-align: center;
  z-index: -1;
  margin-top: -4rem;
}
#content.vr .main .center .section.right .vr-form,
#content.video360 .main .center .section.right .vr-form {
  width: 100%;
}
#content.vr .main .center .section.right .vr-form .field,
#content.video360 .main .center .section.right .vr-form .field {
  height: 4rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
}
#content.vr .main .center .section.right .vr-form .field.half,
#content.video360 .main .center .section.right .vr-form .field.half {
  *zoom: 1;
  width: 50%;
}
#content.vr .main .center .section.right .vr-form .field.half:before,
#content.video360 .main .center .section.right .vr-form .field.half:before,
#content.vr .main .center .section.right .vr-form .field.half:after,
#content.video360 .main .center .section.right .vr-form .field.half:after {
  display: table;
  content: "";
  clear: both;
}
#content.vr .main .center .section.right .vr-form .field.half.left,
#content.video360 .main .center .section.right .vr-form .field.half.left {
  float: left;
  padding-right: 1rem;
}
#content.vr .main .center .section.right .vr-form .field.half.right,
#content.video360 .main .center .section.right .vr-form .field.half.right {
  float: right;
  padding-left: 1rem;
}
#content.vr .main .center .section.right .vr-form .field.email,
#content.video360 .main .center .section.right .vr-form .field.email {
  clear: both;
}
#content.vr .main .center .section.right .vr-form .field.message,
#content.video360 .main .center .section.right .vr-form .field.message {
  height: 15rem;
}
#content.vr .main .center .section.right .vr-form .field > input,
#content.video360 .main .center .section.right .vr-form .field > input,
#content.vr .main .center .section.right .vr-form .field textarea,
#content.video360 .main .center .section.right .vr-form .field textarea {
  font-family: 'heroic-condensed-regular';
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  color: #4a4a4a;
  font-size: 2rem;
  resize: none;
  line-height: 4rem;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #c3c2c2;
}
#content.vr .main .center .section.right .vr-form .field > input.invalid,
#content.video360 .main .center .section.right .vr-form .field > input.invalid,
#content.vr .main .center .section.right .vr-form .field textarea.invalid,
#content.video360 .main .center .section.right .vr-form .field textarea.invalid {
  border: 1px solid red;
}
#content.vr .main .center .section.right .vr-form .field > input::-webkit-input-placeholder,
#content.video360 .main .center .section.right .vr-form .field > input::-webkit-input-placeholder,
#content.vr .main .center .section.right .vr-form .field textarea::-webkit-input-placeholder,
#content.video360 .main .center .section.right .vr-form .field textarea::-webkit-input-placeholder {
  color: #4a4a4a;
}
#content.vr .main .center .section.right .vr-form .field > input::-moz-placeholder,
#content.video360 .main .center .section.right .vr-form .field > input::-moz-placeholder,
#content.vr .main .center .section.right .vr-form .field textarea::-moz-placeholder,
#content.video360 .main .center .section.right .vr-form .field textarea::-moz-placeholder {
  color: #4a4a4a;
}
#content.vr .main .center .section.right .vr-form .field > input:-ms-input-placeholder,
#content.video360 .main .center .section.right .vr-form .field > input:-ms-input-placeholder,
#content.vr .main .center .section.right .vr-form .field textarea:-ms-input-placeholder,
#content.video360 .main .center .section.right .vr-form .field textarea:-ms-input-placeholder {
  color: #4a4a4a;
}
#content.vr .main .center .section.right .vr-form .field > input:-moz-placeholder,
#content.video360 .main .center .section.right .vr-form .field > input:-moz-placeholder,
#content.vr .main .center .section.right .vr-form .field textarea:-moz-placeholder,
#content.video360 .main .center .section.right .vr-form .field textarea:-moz-placeholder {
  color: #4a4a4a;
}
#content.vr .main .center .section.right .vr-form .submit,
#content.video360 .main .center .section.right .vr-form .submit {
  font-family: 'gotham-medium';
  width: 30rem;
  height: 5rem;
  margin: 0 auto;
  color: #1ba9e3;
  line-height: 5rem;
  font-size: 1.6rem;
  text-transform: none;
  border: 1px solid #1ba9e3;
}
#content.vr .main .center .section.right .vr-form .submit.touch,
#content.video360 .main .center .section.right .vr-form .submit.touch {
  color: #ffffff;
}
@media only screen and (min-width: 641px)and (max-width: 939px) {
  #content.vr .center,
  #content.video360 .center {
    width: 100%;
    padding: 0 1.5rem;
  }
  #content.vr .splash,
  #content.video360 .splash {
    background-position: -200px 0px;
  }
  #content.vr .splash:before,
  #content.video360 .splash:before {
    width: 100%;
    background: -moz-linear-gradient(left, #0f3d50 0%, rgba(15, 61, 80, 0) 50%);
    background: -webkit-linear-gradient(left, #0f3d50 0%, rgba(15, 61, 80, 0) 50%);
    background: linear-gradient(to right, #0f3d50 0%, rgba(15, 61, 80, 0) 50%);
  }
  #content.vr .splash .description,
  #content.video360 .splash .description {
    left: 3.5rem;
    width: 37rem;
    bottom: 4rem;
  }
  #content.vr .main,
  #content.video360 .main {
    height: 95rem;
  }
  #content.vr .main .center,
  #content.video360 .main .center {
    padding: 3rem 3.5rem 2rem;
  }
  #content.vr .main .center .section,
  #content.video360 .main .center .section {
    width: 100%;
    height: auto;
  }
  #content.vr .main .center .section.left .tagline span,
  #content.video360 .main .center .section.left .tagline span {
    clear: both;
    display: block;
    padding: 0;
  }
  #content.vr .main .center .section.right,
  #content.video360 .main .center .section.right {
    padding: 0;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.vr .center,
  #content.video360 .center {
    width: 100%;
    padding: 0 2rem;
  }
  #content.vr .splash,
  #content.video360 .splash {
    background-position: -460px 0px;
  }
  #content.vr .splash:before,
  #content.video360 .splash:before {
    width: 100%;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(15, 61, 80, 0) 20%, rgba(15, 61, 80, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(15, 61, 80, 0) 20%, rgba(15, 61, 80, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(15, 61, 80, 0) 20%, rgba(15, 61, 80, 0.8) 100%);
  }
  #content.vr .splash .description,
  #content.video360 .splash .description {
    width: auto;
    left: 2rem;
    right: 2rem;
    bottom: 2.5rem;
  }
  #content.vr .splash .description .title,
  #content.video360 .splash .description .title {
    margin-bottom: 2.5rem;
  }
  #content.vr .contact-text,
  #content.video360 .contact-text {
    height: 8.5rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #content.vr .main,
  #content.video360 .main {
    height: 94.3rem;
  }
  #content.vr .main .center,
  #content.video360 .main .center {
    padding: 4rem 2rem 2.5rem;
  }
  #content.vr .main .center .section,
  #content.video360 .main .center .section {
    width: 100%;
    height: auto;
  }
  #content.vr .main .center .section.left,
  #content.video360 .main .center .section.left {
    padding: 0;
  }
  #content.vr .main .center .section.left .product,
  #content.video360 .main .center .section.left .product {
    height: 21rem;
    margin-bottom: 1.4rem;
  }
  #content.vr .main .center .section.left .tagline,
  #content.video360 .main .center .section.left .tagline {
    font-size: 2.7rem;
    line-height: 3.1rem;
  }
  #content.vr .main .center .section.left .tagline span,
  #content.video360 .main .center .section.left .tagline span {
    clear: both;
    display: block;
  }
  #content.vr .main .center .section.right,
  #content.video360 .main .center .section.right {
    padding: 0;
    margin-bottom: 5.4rem;
  }
  #content.vr .main .center .section.right .contact-form .field.half,
  #content.video360 .main .center .section.right .contact-form .field.half {
    width: 100%;
  }
  #content.vr .main .center .section.right .contact-form .field.half.left,
  #content.video360 .main .center .section.right .contact-form .field.half.left,
  #content.vr .main .center .section.right .contact-form .field.half.right,
  #content.video360 .main .center .section.right .contact-form .field.half.right {
    float: none;
    padding: 0;
  }
  #content.vr .main .center .section.right .contact-form .field > input,
  #content.video360 .main .center .section.right .contact-form .field > input,
  #content.vr .main .center .section.right .contact-form .field textarea,
  #content.video360 .main .center .section.right .contact-form .field textarea {
    font-size: 1.8rem;
  }
  #content.vr .main .center .section.right .contact-form .submit,
  #content.video360 .main .center .section.right .contact-form .submit {
    width: 24rem;
  }
}
@media only screen and (min-width: 641px)and (max-width: 939px) {
  #content.video360 .splash .description {
    bottom: 8rem;
  }
}
@media only screen and (max-width: 640px) {
  #content.video360 .splash .description {
    bottom: 2.5rem;
  }
}
#content.resources {
  *zoom: 1;
}
#content.resources:before,
#content.resources:after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width: 640px) {
  #content.resources {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 480px) {
  #content.resources {
    margin-top: 15px;
    margin-top: 1.5rem;
  }
}
#content.resources h2 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #d1d1d1;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#content.resources section.sub-head {
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 1;
  background: white;
  top: 64px;
  left: 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #content.resources section.sub-head {
    top: 0;
    position: relative;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  #content.resources section.sub-head {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
}
#content.resources section.sub-head.show-shadow {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 640px) {
  #content.resources section.sub-head.show-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#content.resources section.sub-head h2 {
  float: left;
  padding: 25px 0 21px;
}
@media only screen and (max-width: 480px) {
  #content.resources section.sub-head h2 {
    float: none;
  }
}
#content.resources section.sub-head .search-2 {
  float: right;
}
@media only screen and (max-width: 480px) {
  #content.resources section.sub-head .search-2 {
    float: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
  }
}
#content.resources section.sub-head .category-dropdown {
  border: 1px solid #d1d2d2;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#content.resources section.sub-head .category-dropdown:before {
  content: '';
  width: 0.1rem;
  height: 0.3rem;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  display: block;
  background: ;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.3rem solid #d1d2d2;
  pointer-events: none;
}
#content.resources section.sub-head .category-dropdown:after {
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  right: 1rem;
  bottom: 0.7rem;
  display: block;
  background: ;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.3rem solid #d1d2d2;
  pointer-events: none;
}
#content.resources section.sub-head .category-dropdown select {
  width: 100%;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 3rem;
  height: 3rem;
  color: #6f6f6f;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1rem;
  font-size: 1.3rem;
}
#content.resources section.sub-head > div {
  overflow: auto;
  border-bottom: 1px solid #e6e6e6;
  max-width: 940px;
  margin: 0 auto;
}
#content.resources section.sub-head > div:last-child {
  border-bottom: none;
}
#content.resources section.sub-head form {
  height: 100%;
  *zoom: 1;
  position: relative;
  padding-top: 17px;
  padding-top: 1.7rem;
}
#content.resources section.sub-head form:before,
#content.resources section.sub-head form:after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width: 480px) {
  #content.resources section.sub-head form {
    padding-top: 0px;
    padding-top: 0rem;
  }
}
#content.resources section.sub-head form .negative {
  color: red;
}
#content.resources section.sub-head form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
}
#content.resources section.sub-head form input[type="submit"] {
  margin: 0em;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  height: 40px;
  height: 4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  line-height: 42px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: block;
  background: url(img/sprites/search.png) center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  right: 0px;
  background-color: #29ABE2;
  background-size: 50%;
  border-radius: 0;
  float: right;
}
#content.resources section.sub-head form input[type="submit"].blue {
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
}
#content.resources section.sub-head form input[type="submit"].blue:hover,
#content.resources section.sub-head form input[type="submit"].blue:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
#content.resources section.sub-head form input[type="submit"].white {
  background-color: white;
  color: #28abe2;
}
#content.resources section.sub-head form input[type="submit"].white:hover,
#content.resources section.sub-head form input[type="submit"].white:active {
  background-color: #28abe2;
  color: white;
}
#content.resources section.sub-head form input[type="submit"].black {
  background-color: #484848;
  color: white;
  border: 0 solid #484848;
}
#content.resources section.sub-head form input[type="submit"].black:hover,
#content.resources section.sub-head form input[type="submit"].black:active {
  background-color: white;
  color: #484848;
  border: 1px solid #484848;
}
#content.resources section.sub-head form input[type="submit"].green {
  background-color: #b3c833;
  color: white;
  border: 0 solid #b3c833;
}
#content.resources section.sub-head form input[type="submit"].green:hover,
#content.resources section.sub-head form input[type="submit"].green:active {
  background-color: white;
  color: #b3c833;
  border: 1px solid #b3c833;
}
#content.resources section.sub-head form input[type="search"] {
  border-radius: 0;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 0;
  height: 34px;
  width: 200px;
  background: #F0EFEF;
  padding-left: 10px;
  float: left;
}
@media only screen and (max-width: 480px) {
  #content.resources section.sub-head form input[type="search"] {
    width: calc(100% - 34px);
  }
}
@media only screen and (max-width: 480px) {
  #content.resources section.sub-head .section-titles {
    display: none;
  }
}
#content.resources section.sub-head .section-titles a {
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
  color: #6f6f6f;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#content.resources section.sub-head .section-titles a:first-child {
  margin-left: 0;
}
#content.resources section.sub-head .section-titles a:hover {
  color: #28abe2;
}
#content.resources.mobile {
  margin-top: 15px;
  margin-top: 1.5rem;
}
#content.resources.mobile section.sub-head {
  position: relative;
  top: 0;
  padding: 0;
  background: none;
  z-index: 1;
}
#content.resources.mobile section.blog-roll {
  margin-top: 10px;
  margin-top: 1rem;
}
#content.resources section.blog-roll {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  margin-top: 82px;
  margin-top: 8.2rem;
}
@media only screen and (max-width: 640px) {
  #content.resources section.blog-roll {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
#content.resources section.blog-roll.loading {
  opacity: .5;
}
#content.resources section.blog-roll .page-note {
  font-family: georgia, serif;
  font-weight: 100;
  font-size: 14px;
  font-style: oblique;
  margin-top: 0;
}
#content.resources section.blog-roll .no-results {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
#content.resources section.blog-roll section {
  overflow: auto;
}
#content.resources section.blog-roll section > section {
  *zoom: 1;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
}
#content.resources section.blog-roll section > section:before,
#content.resources section.blog-roll section > section:after {
  display: table;
  content: "";
  clear: both;
}
#content.resources section.blog-roll section > section:first-child {
  margin-left: 0;
}
#content.resources section.blog-roll section > section:nth-child(4n+1) {
  margin-left: 0px;
  margin-left: 0rem;
}
@media only screen and (max-width: 480px) {
  #content.resources section.blog-roll section > section {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    margin-left: 0px;
    margin-left: 0rem;
  }
  #content.resources section.blog-roll section > section:first-child {
    margin-left: 0;
  }
}
#content.resources section.blog-roll section .post {
  margin-bottom: 0px;
  margin-bottom: 0rem;
  height: 280px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 640px) {
  #content.resources section.blog-roll section .post {
    height: 170px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #content.resources section.blog-roll section .post {
    height: auto;
  }
}
#content.resources section.blog-roll section .post .excerpt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  display: block;
}
@media only screen and (max-width: 640px) {
  #content.resources section.blog-roll section .post .excerpt {
    display: none;
  }
}
#content.resources section.blog-roll section .post > a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 460px;
  margin-right: 0px;
  margin-right: 0rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
#content.resources section.blog-roll section .post > a .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding-left: 5px;
  padding-left: 0.5rem;
  padding-right: 5px;
  padding-right: 0.5rem;
  padding-top: 5px;
  padding-top: 0.5rem;
  padding-bottom: 5px;
  padding-bottom: 0.5rem;
  display: block;
}
#content.resources section.blog-roll section .post .tags {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  margin-left: 0px;
  margin-left: 0rem;
}
#content.resources section.blog-roll section .post .tags a {
  font-weight: bold;
  text-transform: uppercase;
  color: #6f6f6f;
  font-size: 9px;
}
#content.resources section.blog-roll section .post h3 {
  margin: 0;
  font-weight: normal;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-left: 0px;
  margin-left: 0rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  height: 65px;
  overflow: hidden;
}
#content.resources section.blog-roll section .post h3 a,
#content.resources section.blog-roll section .post h3 a:visited {
  color: #474747;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 640px) {
  #content.resources section.blog-roll section .post h3 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 17px;
    line-height: 1.7rem;
    height: auto;
  }
}
#content.resources section.blog-roll section .post.mobile {
  height: auto;
  border-bottom: none;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
#content.resources section.blog-roll section .post.mobile h3 {
  height: auto;
}
#content.resources section.blog-roll section .post.mobile .tags {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
#content.resources section.blog-roll section .post:hover h3 a {
  color: #28abe2;
}
#content.resources section.blog-roll section:last-of-type {
  border-bottom: none;
}
#content.resources section.blog-roll .pagination-container {
  text-align: center;
  margin-top: 20px;
  margin-top: 2rem;
}
#content.resources section.blog-roll .pagination-container .page-numbers {
  display: inline-block;
  list-style: none;
  margin: 0;
  *zoom: 1;
  padding: 0;
}
#content.resources section.blog-roll .pagination-container .page-numbers:before,
#content.resources section.blog-roll .pagination-container .page-numbers:after {
  display: table;
  content: "";
  clear: both;
}
#content.resources section.blog-roll .pagination-container .page-numbers li {
  display: block;
  float: left;
  line-height: 30px;
  line-height: 3rem;
  margin-left: 10px;
  margin-left: 1rem;
  text-align: center;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  #content.resources section.blog-roll .pagination-container .page-numbers li {
    display: none;
  }
  #content.resources section.blog-roll .pagination-container .page-numbers li:first-child,
  #content.resources section.blog-roll .pagination-container .page-numbers li:last-child {
    display: block;
  }
}
#content.resources section.blog-roll .pagination-container .page-numbers li:first-child {
  margin-left: 0;
}
#content.resources section.blog-roll .pagination-container .page-numbers li span {
  display: block;
  color: #FFFFFF;
  background-color: #28abe2;
  min-width: 30px;
  min-width: 3rem;
}
#content.resources section.blog-roll .pagination-container .page-numbers li span.dots {
  background: none;
  color: #6f6f6f;
  width: 1rem;
  min-width: 1rem;
}
#content.resources section.blog-roll .pagination-container .page-numbers li a {
  display: block;
  min-width: 30px;
  min-width: 3rem;
  background-color: #edf0f2;
  color: #474747;
}
#content.resources section.blog-roll .pagination-container .page-numbers li a.next,
#content.resources section.blog-roll .pagination-container .page-numbers li a.prev {
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
}
#content.resources section.blog-roll .pagination-container .page-numbers li:hover a {
  color: #FFFFFF;
  background-color: #28abe2;
}
#content.resources section.blog-roll .load-more {
  width: 125px;
}
#content.resources.category {
  margin-top: 0;
}
#content.resources.category .sub-head {
  overflow: auto;
  height: 64px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  position: relative;
  top: 0;
  z-index: 1;
  padding: 0;
}
#content.resources.category .sub-head .crumbs {
  float: left;
  margin-top: 2.7rem;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  #content.resources.category .sub-head .crumbs {
    display: none;
  }
}
#content.resources.category .sub-head .search-2 {
  float: right;
}
@media only screen and (max-width: 480px) {
  #content.resources.category .sub-head .search-2 {
    float: none;
  }
}
#content.resources.category .sub-head form {
  height: 100%;
  *zoom: 1;
  position: relative;
  padding-top: 17px;
}
#content.resources.category .sub-head form:before,
#content.resources.category .sub-head form:after {
  display: table;
  content: "";
  clear: both;
}
#content.resources.category .sub-head form .negative {
  color: red;
}
#content.resources.category .sub-head form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-appearance: none;
}
#content.resources.category .sub-head form input[type="submit"] {
  margin: 0em;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  height: 40px;
  height: 4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  line-height: 42px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: block;
  background: url(img/sprites/search.png) center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  right: 0px;
  background-color: #29ABE2;
  background-size: 50%;
  border-radius: 0;
  float: right;
}
#content.resources.category .sub-head form input[type="submit"].blue {
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
}
#content.resources.category .sub-head form input[type="submit"].blue:hover,
#content.resources.category .sub-head form input[type="submit"].blue:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
#content.resources.category .sub-head form input[type="submit"].white {
  background-color: white;
  color: #28abe2;
}
#content.resources.category .sub-head form input[type="submit"].white:hover,
#content.resources.category .sub-head form input[type="submit"].white:active {
  background-color: #28abe2;
  color: white;
}
#content.resources.category .sub-head form input[type="submit"].black {
  background-color: #484848;
  color: white;
  border: 0 solid #484848;
}
#content.resources.category .sub-head form input[type="submit"].black:hover,
#content.resources.category .sub-head form input[type="submit"].black:active {
  background-color: white;
  color: #484848;
  border: 1px solid #484848;
}
#content.resources.category .sub-head form input[type="submit"].green {
  background-color: #b3c833;
  color: white;
  border: 0 solid #b3c833;
}
#content.resources.category .sub-head form input[type="submit"].green:hover,
#content.resources.category .sub-head form input[type="submit"].green:active {
  background-color: white;
  color: #b3c833;
  border: 1px solid #b3c833;
}
#content.resources.category .sub-head form input[type="search"] {
  width: 100%;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 0;
  height: 34px;
  width: 185px;
  float: left;
  background: #F0EFEF;
  padding-left: 10px;
  border-radius: 0;
}
@media only screen and (max-width: 480px) {
  #content.resources.category .sub-head form input[type="search"] {
    width: calc(100% - 35px);
  }
}
#content.resources.category .sub-head.show-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#content.resources.category .blog-roll {
  display: inline;
  float: left;
  width: 74.468085099%;
  margin-left: 2.127659574%;
  margin-top: 0px;
  margin-top: 0rem;
}
#content.resources.category .blog-roll:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.resources.category .blog-roll {
    display: inline;
    float: left;
    width: 99.99999998999999%;
    margin-left: 2.127659574%;
    margin-left: 0px;
    margin-left: 0rem;
  }
  #content.resources.category .blog-roll:first-child {
    margin-left: 0;
  }
}
#content.resources.category .blog-roll section .post {
  height: auto;
  overflow: auto;
  border-bottom: none;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#content.resources.category .blog-roll section .post > a {
  width: 200px;
  float: left;
  margin-right: 20px;
  margin-right: 2rem;
}
@media only screen and (max-width: 480px) {
  #content.resources.category .blog-roll section .post > a {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
  }
}
#content.resources.category .blog-roll section .post h3 {
  height: auto;
}
#content.resources.category .sidebar {
  display: inline;
  float: left;
  width: 23.404255317%;
  margin-left: 2.127659574%;
  margin-left: 0;
}
#content.resources.category .sidebar:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.resources.category .sidebar {
    display: none;
  }
}
#content.resources.category .sidebar > div p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
#content.resources.category .sidebar > div:first-child {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
#content.resources.category .sidebar > div:first-child h2 {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
#content.resources.category .sidebar > div:first-child ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content.resources.category .sidebar > div:first-child ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.1rem;
}
#content.resources.category .sidebar > div:first-child ul li a {
  color: #6f6f6f;
}
#content.resources.category .sidebar > div:first-child ul li.current-cat a {
  color: #28abe2;
}
#content.press-room {
  margin-top: 0px;
  margin-top: 0rem;
}
#content.press-room .crumbs-container {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 480px) {
  #content.press-room .crumbs-container {
    display: none;
  }
}
#content.press-room .inquiry {
  border-bottom: 1px solid #e6e6e6;
}
#content.press-room .inquiry h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #D1D2D2;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  width: 150px;
}
#content.press-room .inquiry > div {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: calc(100% - 154px);
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  margin-top: 12px;
  margin-top: 1.2rem;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  #content.press-room .inquiry > div {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    margin-top: 0rem;
    line-height: 2rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}
#content.press-room .blog-roll {
  margin-top: 30px;
  margin-top: 3rem;
}
#content.press-room .blog-roll .post {
  list-style: none;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
#content.press-room .blog-roll .post div {
  line-height: 2rem;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  #content.press-room .blog-roll .post div {
    display: block;
  }
}
#content.press-room .blog-roll .post div.date {
  width: 150px;
  font-family: georgia, serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: oblique;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 480px) {
  #content.press-room .blog-roll .post div.date {
    width: auto;
  }
}
#content.press-room .blog-roll .post div.main-content {
  font-size: 14px;
  font-size: 1.4rem;
  width: calc(100% - 155px);
}
#content.press-room .blog-roll .post div.main-content p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #content.press-room .blog-roll .post div.main-content p {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #content.press-room .blog-roll .post div.main-content {
    width: auto;
  }
}
#content.press-room .blog-roll .load-more {
  width: 125px;
  margin-left: 155px;
  margin-top: 30px;
  margin-top: 3rem;
}
@media only screen and (max-width: 480px) {
  #content.press-room .blog-roll .load-more {
    margin-left: 0;
  }
}
#content.post-custom section.blog-post .post-content .roundup-body h3 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
#content.post-custom section.blog-post .post-content .roundup-body > div {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#content.post-custom section.blog-post .post-content .roundup-body > div:first-child,
#content.post-custom section.blog-post .post-content .roundup-body > div:last-child {
  border-bottom: 0;
}
#content.post-custom section.blog-post .post-content .roundup-body > div .left {
  margin-right: 7px;
}
@media only screen and (max-width: 480px) {
  #content.post-custom section.blog-post .post-content .roundup-body > div .left {
    margin-bottom: 20px;
  }
}
#content.post-custom section.blog-post .post-content .roundup-body > div .right {
  margin-left: 7px;
}
#content.post-custom section.blog-post .post-content .roundup-body > div .left,
#content.post-custom section.blog-post .post-content .roundup-body > div .right {
  width: calc(50% - 9px);
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  #content.post-custom section.blog-post .post-content .roundup-body > div .left,
  #content.post-custom section.blog-post .post-content .roundup-body > div .right {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
#content.post-custom section.blog-post .post-content .roundup-body .hero img {
  display: block;
  width: 100%;
}
#content.post-custom section.blog-post .post-content .roundup-body .intro p {
  font-size: 14px;
  font-size: 1.4rem;
}
#content.post-custom section.blog-post .post-content .roundup-body .headlines ul {
  list-style: none;
}
#content.post-custom section.blog-post .post-content .roundup-body .headlines ul li {
  text-indent: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
#content.post-custom section.blog-post .post-content .roundup-body .headlines ul li:last-child {
  margin-bottom: 0;
}
#content.post-custom section.blog-post .post-content .roundup-body .headlines ul li:before {
  display: none;
}
#content.post-custom section.blog-post .post-content .roundup-body .headlines ul li span {
  display: block;
}
#content.post-custom section.blog-post .post-content .roundup-body .headlines ul li span.link a {
  font-size: 16px;
  font-size: 1.6rem;
}
#content.post-custom section.blog-post .post-content .roundup-body .headlines ul li span.source {
  font-weight: bold;
}
#content.post-custom section.blog-post .post-content .roundup-body .videos div a {
  display: block;
  font-weight: bold;
}
#content.post-custom section.blog-post .post-content .roundup-body .videos div a img {
  width: 100%;
  margin-bottom: 15px;
}
#content.post-custom section.blog-post .post-content .roundup-body .highlights div a {
  display: block;
  margin-bottom: 10px;
  font-style: bold;
}
#content.post-custom section.blog-post .post-content .roundup-body .highlights div a:last-child {
  margin-bottom: 0;
}
#content.post-custom section.blog-post .post-content .roundup-body .spotlights div img {
  display: block;
  margin-bottom: 20px;
}
#content.post-custom section.blog-post .post-content .roundup-body .spotlights div span.sub {
  display: block;
}
#content.post-custom.not-full-width.whitepaper .blog-post {
  margin-left: 2.127659574%;
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width.whitepaper .blog-post {
    margin-left: 0;
    border-bottom: none;
  }
}
#content.post-custom.not-full-width.whitepaper section.sidebar {
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width.whitepaper section.sidebar {
    margin-bottom: 30px;
  }
}
#content.post-custom.not-full-width.whitepaper .report-header h2 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 0;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6f6f6f;
  margin-bottom: 0;
}
#content.post-custom.not-full-width.whitepaper .report-header .meta {
  font-size: 12px;
  font-size: 1.2rem;
  color: #6f6f6f;
}
#content.post-custom.not-full-width.whitepaper .report-header .share-top {
  margin: 15px 0;
}
#content.post-custom.not-full-width.whitepaper .report-header .trend-report-image {
  margin-top: 20px;
  margin-bottom: 25px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  #content.post-custom.not-full-width.whitepaper .report-header .trend-report-image {
    height: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #content.post-custom.not-full-width.whitepaper .report-header .trend-report-image {
    height: 175px;
  }
}
@media only screen and (max-width: 480px) {
  #content.post-custom.not-full-width.whitepaper .report-header .trend-report-image {
    height: 150px;
  }
}
#content.event {
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 940px) {
  #content.event {
    padding: 0;
  }
}
#content.event b {
  font-weight: bold;
}
#content.event .header-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 940px) {
  #content.event .header-container {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 640px) {
  #content.event .header-container {
    padding: 30px 15px;
  }
}
#content.event .header {
  height: 575px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #444;
  background-blend-mode: overlay;
}
@media only screen and (max-width: 640px) {
  #content.event .header {
    height: auto;
    background-attachment: initial;
  }
}
#content.event .header h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 200;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(256, 256, 256, 0.25);
  margin-bottom: 20px;
}
#content.event .header .info-sections {
  text-align: center;
}
#content.event .header .info-sections .info-section {
  height: 300px;
  width: 31%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#content.event .header .info-sections .info-section:hover .info-section-text {
  top: 0;
}
#content.event .header .info-sections .info-section:hover .info-section-text .icon {
  opacity: 1;
}
#content.event .header .info-sections .info-section:hover .info-section-text h3 {
  top: 70px;
}
@media only screen and (max-width: 768px) {
  #content.event .header .info-sections .info-section:hover .info-section-text h3 {
    top: 0;
  }
}
#content.event .header .info-sections .info-section:hover .info-section-text span.more-info {
  opacity: 0;
}
#content.event .header .info-sections .info-section:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #content.event .header .info-sections .info-section {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    height: auto;
  }
}
#content.event .header .info-sections .info-section .info-section-img {
  position: absolute;
  height: 195px;
  width: calc(100% - 30px);
  top: 15px;
  left: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  #content.event .header .info-sections .info-section .info-section-img {
    display: none;
  }
}
#content.event .header .info-sections .info-section .info-section-text {
  position: absolute;
  top: 210px;
  bottom: 0;
  padding: 40px;
}
@media only screen and (max-width: 940px) {
  #content.event .header .info-sections .info-section .info-section-text {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #content.event .header .info-sections .info-section .info-section-text {
    top: 0;
    padding: 15px;
    position: relative;
  }
}
#content.event .header .info-sections .info-section .info-section-text .icon {
  width: 30px;
  opacity: 0;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  #content.event .header .info-sections .info-section .info-section-text .icon {
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  #content.event .header .info-sections .info-section .info-section-text .icon {
    display: none;
  }
}
#content.event .header .info-sections .info-section .info-section-text h3 {
  position: absolute;
  top: 25px;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-top: 11px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #content.event .header .info-sections .info-section .info-section-text h3 {
    position: relative;
    margin: 10px 0;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #content.event .header .info-sections .info-section .info-section-text h3 {
    margin-top: 0;
  }
}
#content.event .header .info-sections .info-section .info-section-text span.more-info {
  display: inline-block;
  float: right;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 37px;
  right: 40px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #content.event .header .info-sections .info-section .info-section-text span.more-info {
    display: none;
  }
}
#content.event .header .info-sections .info-section .info-section-text p {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  #content.event .header .info-sections .info-section .info-section-text p {
    margin-top: 0px;
  }
}
#content.event .header .info-sections .info-section .info-section-text a {
  color: #fff;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
  display: block;
  word-wrap: break-word;
  line-height: 13px;
}
#content.event .header .info-sections .info-section .info-section-text a:hover {
  text-decoration: underline;
}
#content.event .header .info-sections .info-section.info-section-1 {
  background-color: #fd6d5d;
}
#content.event .header .info-sections .info-section.info-section-1 .info-section-text {
  background-color: #fd6d5d;
}
#content.event .header .info-sections .info-section.info-section-2 {
  background-color: #86b5ce;
}
#content.event .header .info-sections .info-section.info-section-2 .info-section-text {
  background-color: #86b5ce;
}
#content.event .header .info-sections .info-section.info-section-3 {
  background-color: #63cd63;
}
#content.event .header .info-sections .info-section.info-section-3 .info-section-text {
  background-color: #63cd63;
}
#content.event .header .contact {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(256, 256, 256, 0.25);
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
#content.event .header .contact b:hover {
  text-decoration: underline;
}
#content.event .calendar {
  max-width: 940px;
  margin: 0 auto;
  padding: 15px 0;
}
@media only screen and (max-width: 940px) {
  #content.event .calendar {
    padding: 15px;
  }
}
#content.event .calendar h2 {
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#content.event .calendar ul.days-container {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #content.event .calendar ul.days-container {
    padding-bottom: 10px;
  }
}
#content.event .calendar ul.days-container li.day {
  display: inline-block;
  width: 18%;
  padding: 10px 0;
  text-align: center;
  background-color: #bbb;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  margin-right: 1%;
  border: 1px solid #bbb;
}
@media only screen and (max-width: 640px) {
  #content.event .calendar ul.days-container li.day {
    width: 25%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 400px) {
  #content.event .calendar ul.days-container li.day {
    width: 100%;
    display: block;
  }
}
#content.event .calendar ul.days-container li.day:last-child {
  margin-right: 0;
}
#content.event .calendar ul.days-container li.day.active {
  background-color: #28abe2;
  border: 1px solid #28abe2;
}
@media only screen and (min-width: 640px) {
  #content.event .calendar ul.days-container li.day.active:hover {
    background-color: #fff;
    color: #28abe2;
  }
  #content.event .calendar ul.days-container li.day.active:hover:after {
    content: '';
    position: absolute;
    bottom: -22px;
    width: 100%;
    background-color: #28abe2;
    height: 1px;
    left: 0;
  }
}
@media only screen and (min-width: 640px) and only screen and (max-width: 640px) {
  #content.event .calendar ul.days-container li.day.active:hover:after {
    display: none;
  }
}
#content.event .calendar ul.days-container li.day.active-page {
  background-color: #fff;
  color: #28abe2;
}
#content.event .calendar ul.days-container li.day.active-page:after {
  content: '';
  position: absolute;
  bottom: -22px;
  width: 100%;
  background-color: #28abe2;
  height: 1px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #content.event .calendar ul.days-container li.day.active-page:after {
    display: none;
  }
}
#content.event .calendar .events {
  margin-top: 30px;
}
#content.event .calendar .events .single-event {
  border-bottom: 1px solid #eee;
  margin-bottom: 35px;
}
#content.event .calendar .events .single-event:last-child {
  border-bottom: none;
}
#content.event .calendar .events .single-event h3 {
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#content.event .calendar .events .single-event h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: #aaa;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#content.event .calendar .events .single-event .who {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  #content.event .calendar .events .single-event .who {
    width: 100%;
    display: block;
  }
}
#content.event .calendar .events .single-event .who .speaker {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #content.event .calendar .events .single-event .who .speaker {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #content.event .calendar .events .single-event .who .speaker {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
#content.event .calendar .events .single-event .who .speaker .name {
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
}
#content.event .calendar .events .single-event .event-info {
  width: calc(100% - 205px);
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #content.event .calendar .events .single-event .event-info {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
#content.event .calendar .events .single-event .event-info .where-when .where,
#content.event .calendar .events .single-event .event-info .where-when .when {
  width: 48%;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
#content.event .calendar .events .single-event .event-info .where-when .when {
  font-weight: bold;
  padding-left: 15%;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  #content.event .calendar .events .single-event .event-info .where-when .when {
    padding-left: 5px;
  }
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up {
  margin: 0em;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  height: 40px;
  height: 4rem;
  font-family: 'Gotham A', 'Gotham B', Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: 'gotham-book';
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
  width: 200px;
  margin: 30px 0;
  font-weight: bold;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.blue {
  background-color: #28abe2;
  color: white;
  border: 0 solid #28abe2;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.blue:hover,
#content.event .calendar .events .single-event .event-info a.btn.sign-up.blue:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.white {
  background-color: white;
  color: #28abe2;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.white:hover,
#content.event .calendar .events .single-event .event-info a.btn.sign-up.white:active {
  background-color: #28abe2;
  color: white;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.black {
  background-color: #484848;
  color: white;
  border: 0 solid #484848;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.black:hover,
#content.event .calendar .events .single-event .event-info a.btn.sign-up.black:active {
  background-color: white;
  color: #484848;
  border: 1px solid #484848;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.green {
  background-color: #b3c833;
  color: white;
  border: 0 solid #b3c833;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up.green:hover,
#content.event .calendar .events .single-event .event-info a.btn.sign-up.green:active {
  background-color: white;
  color: #b3c833;
  border: 1px solid #b3c833;
}
#content.event .calendar .events .single-event .event-info a.btn.sign-up:hover,
#content.event .calendar .events .single-event .event-info a.btn.sign-up:active {
  background-color: white;
  color: #28abe2;
  border: 1px solid #28abe2;
}
@media only screen and (max-width: 480px) {
  #content.event .calendar .events .single-event .event-info a.btn.sign-up {
    width: 100%;
  }
}
