/*
Theme Name: Human Interact
Theme URI: http://www.human-interact.com
Author: Ted K. Pagonis
Author URI: http://www.studioaceofspade.com
Version: 1.0
*/

/* CSS Document */

/*

Colors
------------------------------
Pale Yellow: ffcd65
Robin Egg Blue: 83d4f1
Harder Blue: 2bb2e7
------------------------------

*/

/* Main */

html { 
    /* background: url(img/new-bg.jpg) no-repeat center center fixed; */
    background-color: #212121;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0 !important;}
html.old {
    background: url(img/bg.jpg) no-repeat center center fixed;
}
html.with-tile-bg {
    background: url(img/bg-tile.jpg) repeat top center;
    background-color: #0e192c;
}
html.with-announce-bg {
    background-color: #10191e;
}
html.with-blue-grey-bg {
    background-color: #282f3a;
}
body {
    font-family: 'Exo 2', sans-serif;
    padding-top: 71px;
    background-color: transparent;
}
body.old {
    background-color: rgba(0,0,0,.25);
    padding-top: 29px;
}
a:focus,
button:focus,
div:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
a,
a:hover,
.transition,
.transition:hover,
.modal-close::before,
.modal-close::after,
/*
.announce-header,
*/
.announce-header .brand,
.announce-header .brand img,
.announce-header li,
.announce-header li a,
.announce-header .sc-logo + .foldout-arrow,
footer form *,
.announce-header .mobile-menu nav .mobile-menu-trigger,
.announce-header .mobile-menu nav .mobile-menu-trigger:before,
.announce-header .mobile-menu nav .mobile-menu-trigger:after,
.mobile-menu-foldout,
.trailer-launcher .launch-trailer-modal .play-button i,
/* Some stuff thats not used currently */
.announce-features-slider .slick-slide,
.announce-features-slider .slick-slide .slide-container:before,
.announce-features-slider .slick-slide .slide-container .shaded-bg

{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.transition-slow,
.transition-slow:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;}
.transition-fast,
.transition-fast:hover {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;}
p {
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;}
a,
a:link,
a:hover,
a:visited {
    text-decoration: none;}
.h100 {
    height: 100%;}
.vct {
    display: table;
    height: 100%;
    width: 100%;}
.vctr {
    display: table-row;
    height: 100%;
    width: 100%;}
.vctd {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;}
.rel {
    position: relative;}
.abs {
    position: absolute;}
.delay-05 {
    -webkit-animation-delay: .5s; /* Chrome, Safari, Opera */
    animation-delay: .5s;}
.delay-10 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;}
.delay-15 {
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;}
.delay-20 {
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;}

h1 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2px;
    text-transform: uppercase;
    word-spacing: 5px;
    color: #ffcd65;
    text-shadow: 0 0 10px #222;
    display: inline-block;}
h2 {
    font-size: 22px;
    line-height: 32px;
    color: #83d4f1;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;}
h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;}
h4 {}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border: 1px solid #83d4f1;
}
.embed-container.ratio-16-9 {
    padding-bottom: 56.25%;
}
.embed-container.ratio-239-1 {
    padding-bottom: 41.7%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.row-height { /* Put directly inside row that you want to be full height */
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height { /* Applied to every column inside .row-full-height */
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top { /* Sets column vertical align to top */
  vertical-align: top;
}
.col-middle { /* Sets column vertical align to middle */
  vertical-align: middle;
}
.col-bottom { /* Sets column vertical align to bottom */
  vertical-align: bottom;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* Banner */

.top-banner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;}
.top-banner a {
    background-color: rgba(0, 0, 0, .7);
    color: #ffcd65;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: 1px solid #ffcd65;
    padding: 4px;}
.top-banner a:hover {
    color: #83d4f1;
    border-bottom-color: #83d4f1;}

/* Share */

.share {
    position: fixed;
    width: 65px;
    height: 200px;
    left: 0;
    top: 100px;
    z-index: 1000;}
.share.offscreen {
    left: -50px;}
.share .share-toggle {
    float: right;
    width: 15px;
    font-size: 10px;
    text-align: center;
    color: rgba(255,255,255,.8);
    height: 200px;
    display: block;
    background-color: #848484;
    cursor: pointer;
    border-left: 1px solid #E0E0E0;}
.share .share-toggle:hover {
    color: #fff;
    background-color: #afafaf;}
.share .share-toggle i {
    line-height: 50px;}
.share .share-toggle .share-text {
    line-height: 10px;
    text-transform: uppercase;
    display: inline-block;
    height: 100px;
    padding: 25px 0;}
.share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;}
.share ul li {
    display: block;
    text-align: center;}
.share ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: rgba(255,255,255,.8);
    background-color: #848484;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;}
.share ul li a:hover {
    background-color: #afafaf;
    color: #fff;}
.share .share-toggle.share-text {
    display: inline-block;}

/* Hero */

.hero {
    height: 737px;}

.div-line { 
    display: block;
    border: none;
    color: white;
    height: 2px;
    width: 75%;
    margin: 0 auto;
    background: #83d4f1;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #83d4f1));}
.social {
    margin-top: 10px;}
.social a {
    display: inline-block;
    border: 2px solid #83d4f1;
    color: #83d4f1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 19px;
    text-align: center;
    background-color: rgba(0, 0, 0, .35);}
.social a:hover {
    border-color: #ffcd65;
    color: #ffcd65;}

/* Home - About */

.about {
    background-color: rgba(0, 0, 0, .7);
    margin-bottom: 120px;}
.about .about-padder {
    padding: 40px 0;}
.about .div-line {
    margin-top: 15px;
    margin-bottom: 15px;}
.about p {
    color: #fff;
    margin-bottom: 0;
    padding: 0 10px;}

div.wpcf7-validation-errors {
    color: #bb0101 !important;}
div.wpcf7-mail-sent-ok {
    color: #333 !important;}
div.wpcf7-response-output {
    margin: 30px 0 0 !important;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: none !important;}
span.wpcf7-not-valid-tip {
    text-align: right !important;
    font-size: 12px !important;
    color: #bb0101 !important;}



/* *****************************************************
   New classes for Announcement
***************************************************** */

/* Utility Classes, 404 */

.vert-pad-40 {
    padding: 40px 0;
}
.shaded-bg {
    background-color: rgba(0,0,0,.85);
}
.shaded-bg p {
    color: #fff;
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 17px;
}
.shaded-bg p strong {
    font-weight: 500;
    color: #ffcd65;
}
.shaded-bg .div-line {
    margin-top: 15px;
    margin-bottom: 15px;
}
.shaded-bg a {
    color: #83d4f1;
}
.shaded-bg a:hover {
    color: #2bb2e7;
}

/* New Announce Header */

.announce-header {
    height: 71px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #0f131f;
    border-bottom: 1px solid #83d4f1;
}
.announce-header .brand {
    margin-top: 10px;
    display: inline-block;
}
.announce-header .brand.shrunk-scroll,
.announce-header .brand.shrunk-foldout {
    margin-top: 7px;
}
.announce-header .brand.shrunk-scroll img,
.announce-header .brand.shrunk-foldout img {
    width: 130px;
}
.announce-header .brand img {
    width: 195px;
}
.announce-header .desktop-menu nav > ul {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.announce-header .desktop-menu nav ul li {
    display: inline-block;
    position: relative;
}
.announce-header .desktop-menu nav ul li a {
    line-height: 70px;
    color: #fff;
    padding: 0 20px;
    display: block;
    font-size: 17px;
    font-weight: 300;
    border-right: 1px solid #222;
}
.announce-header .desktop-menu nav ul li a:hover {
    color: #83d4f1;
}
.announce-header .desktop-menu .sc-logo {
    height: 70px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.announce-header .desktop-menu li:first-child a {
    border-left: 1px solid #222;
}
.announce-header .desktop-menu .sc-logo img {
    max-width: 200px;
}

/* Nav hover effects */

.announce-header .desktop-menu nav ul li > a {
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.announce-header .desktop-menu nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-left: 1px solid #83d4f1;
    border-right: 1px solid #83d4f1;
}
.announce-header .desktop-menu nav ul li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.announce-header .mobile-menu nav .mobile-menu-trigger {
    float: right;
    height: 40px;
    width: 40px;
    padding: 0 5px;
    position: relative;
    margin: 5px 0 0 20px;
    cursor: pointer;
}
.announce-header .mobile-menu nav .mobile-menu-trigger:before,
.announce-header .mobile-menu nav .mobile-menu-trigger:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
}
.announce-header .mobile-menu nav .mobile-menu-trigger:before {
    left: 5px;
    top: 12px;
    box-shadow: 0 8px 0 0 #fff;
}
.announce-header .mobile-menu nav .mobile-menu-trigger:after {
    left: 5px;
    top: 28px;
}
.announce-header .mobile-menu nav .mobile-menu-trigger:hover:before,
.announce-header .mobile-menu nav .mobile-menu-trigger:hover:after {
    background: #83d4f1;
}
.announce-header .mobile-menu nav .mobile-menu-trigger:hover:before {
    box-shadow: 0 8px 0 0 #83d4f1;
}
.announce-header .mobile-menu nav .mobile-menu-trigger.foldout-open:before {
    background: #0f131f;
    box-shadow: 0 8px 0 0 #0f131f;
}
.announce-header .mobile-menu nav .mobile-menu-trigger.foldout-open:before,
.announce-header .mobile-menu nav .mobile-menu-trigger.foldout-open:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    top: 50%;
    left: 15%;
    margin-top: -1px;
    background: #83d4f1;
    box-shadow: none;
}
.announce-header .mobile-menu nav .mobile-menu-trigger.foldout-open:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.announce-header .mobile-menu nav .mobile-menu-trigger.foldout-open:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Mobile Menu Foldout */

.mobile-menu-foldout {
    display: block;
    height: 0;
    border-bottom: 1px solid #83d4f1;
    position: fixed;
    left: 0;
    right: 0;
    top: 70px; /* Height of announce-header - 1 */
    z-index: 999;
    overflow: hidden;
    background-color: #0d0d0d;
}

.mobile-menu-foldout.open {
    padding: 20px 0;
    height: 240px;
}

.mobile-menu-foldout ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile-menu-foldout ul li {
    height: 40px;
}
.mobile-menu-foldout ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.mobile-menu-foldout ul li.sc-mobile-menu-link {
    display: none;
    margin: 10px 0;
}
.mobile-menu-foldout ul li.sc-mobile-menu-link a img {
    height: 40px;
    margin: 0 auto;
}

/* New Trailer Launcher */

.trailer-launcher {
    width: 100%;
    height: 701px;
    background-image: url(img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    border-bottom: 1px solid #83d4f1;
}
.sc-logo-trailer-launcher {
    margin-bottom: 10px;
    margin-top: 60px;
}
.trailer-launcher .launch-trailer-modal {
    display: block;
}
.trailer-launcher .launch-trailer-modal img {
    margin-left: auto;
    margin-right: auto;
}
.trailer-launcher .play-button {
    display: inline-block;
    color: #fff;
    font-size: 65px;
    line-height: 125px;
    width: 160px;
    height: 160px;
    border: 15px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    margin-bottom: 30px;
}
.trailer-launcher .play-button:before {
    content: '';
    position: absolute;
    border: 15px solid #fff;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-iteration-count: infinite;
}
/*

.trailer-launcher .launch-trailer-modal:hover .play-button i {

}

.trailer-launcher .launch-trailer-modal:hover .play-button:before,
.trailer-launcher .launch-trailer-modal:active .play-button:before {

}
*/
.trailer-launcher .play-button i {
    margin-left: 15px;
    color: #83d4f1;
}

/* Ripple Out Keyframes for Trailer Launcher */

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -32px;
    right: -32px;
    bottom: -32px;
    left: -32px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out-1200 {
  100% {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-1200 {
  100% {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out-768 {
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-768 {
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
  }
}

/* Trailer Modal Tweaks */

#trailer-modal {
    padding-right: 0 !important;
    overflow: hidden;
}
#trailer-modal .modal-dialog {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
}
#trailer-modal .modal-body {
    padding: 0;
    background-color: #000;
}
#trailer-modal .modal-content,
#trailer-modal .modal-body,
#trailer-modal iframe {
    width: 100%;
    height: 100%;
}

/* New Modal Close Button for Trailer Launcher */

.modal-close {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 10000;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-close::before,
.modal-close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70%;
    top: 50%;
    left: 15%;
    margin-top: -1px;
    background: #fff;
}
.modal-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal-close:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-close:hover::before,
.modal-close:hover::after {
    background: #83d4f1;
}

/* Full width features implementation */

.features h2 {
    text-shadow: none;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
}
.features p {
    font-size: 21px;
    line-height: 38px;
    margin: 0;
    text-align: justify;
}
.features .white-bg {
    background-color: #f9f9f9;
    position: relative;
    height: 400px;
}
.features .white-bg h2 {
    color: #5f78bb;
}
.features .white-bg p {
    color: #000;
}
.features .xr71-bg,
.features .sk-bg {
    background-repeat: no-repeat;
    background-position-x: 59%;
    background-position-y: top;
    background-size: cover;
    height: 600px;
    position: relative;
}
.features .xr71-bg {
    background-image: url(img/xr71-wide.jpg);
}
.features .sk-bg {
    background-image: url(img/sk-wide.jpg);
}
.features .dark-bg-shader,
.features .light-bg-shader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.features .xr71-bg p,
.features .sk-bg p {
    color: #fff;
    text-shadow: 0 0 10px #000;
}
.features .xr71-bg h2,
.features .sk-bg h2 {
    text-shadow: 0 0 10px #000;
}

/* 404 */

.error-404 {
    height: 400px;
}

/* Breadcrumb Bar */

.breadcrumb-bar {
    margin-top: 70px;
    margin-bottom: 40px;
}
#breadcrumbs {
    display: inline-block;
    padding: 4px 15px;
    background-color: rgba(0, 0, 0, .7);
    color: #83d4f1;
    margin: 0;
    list-style-type: none;
}
#breadcrumbs li {
    float: left;
}
#breadcrumbs a,
#breadcrumbs i {
    color: #848484;
}
#breadcrumbs a:hover {
    color: #83d4f1;
}

/* New Footer */

footer {
    background-color: #0f131f;
    padding: 50px 0;
    border-top: 1px solid #83d4f1;
}
footer .brand {
    display: inline-block;
    margin-bottom: 5px;
}
footer .creators-of {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}
footer .sc-logo {
    max-width: 250px;
    display: inline-block;
}
footer nav {
    margin-bottom: 20px;
}
footer nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer nav ul li {
    display: inline-block;
    float: left;
}
footer nav ul li:last-child {
    float: right;
}
footer nav ul li a,
footer nav ul li a:visited,
footer nav ul li a:active {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    padding: 10px 20px;
}
footer nav ul li a:hover {
    background-color: #1d222f;
    color: #fff;
}
footer .mailing-list {
    padding-top: 30px;
    position: relative;
    padding-left: 20px;
    border-top: 1px solid #1d222f;
}
footer .mailing-list .divide {
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    width: 50%;
    height: 1px;
    background-color: #1d222f;
    position: absolute;
    top: 0;
    left: 0;
}
footer .mailing-list h2 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 500;
}
footer .mailing-list .helper-text {
    color: #8c8c8c;
    font-weight: 300;
    font-size: 13px;
}
footer form {
    margin-bottom: 20px;
    display: inline-block;
    width: 445px;
}
footer form input[type="email"],
footer form input[type="submit"] {
    float: left;
}
footer form input[type="email"] {
    width: 300px;
    background-color: #1d222f;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    border-top: 1px solid rgba(131,212,241,0);
    border-bottom: 1px solid rgba(131,212,241,0);
    border-left: 1px solid rgba(131,212,241,0);
    border-right: none;
}
footer form input[type="submit"] {
    height: 36px;
    border: none;
    background-color: #83d4f1;
    color: #0f131f;
    line-height: 36px;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    width: 145px;
}
footer form:hover input[type="email"],
footer form input[type="email"]:focus {
    /* Green
    border-top: 1px solid #bae26c;
    border-bottom: 1px solid #bae26c;
    border-left: 1px solid #bae26c;
    */
    border-top: 1px solid #ffb400;
    border-bottom: 1px solid #ffb400;
    border-left: 1px solid #ffb400;
    border-right: none;
    background-color: #06080d;
}
footer form:hover input[type="submit"],
footer form input[type="email"]:focus ~ input[type="submit"] {
    /* Green
    background-color: #bae26c;
    */
    background-color: #ffb400;
    color: #06080d;
}

/* New About Page */



/* Old Home / New About - Meet The Team */
.meet-the-team {
    margin-bottom: 90px;}
.meet-the-team .team-pane {
    height: 360px;
    margin-bottom: 30px;}
.meet-the-team .backdrop-card {
    padding: 15px;
    background-color: rgba(0, 0, 0, .7);
    position: relative;}
.meet-the-team .backdrop-card h2 {
    color: rgba(255, 205, 101, .9);}
.meet-the-team .backdrop-card button {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: 10px;
    line-height: 47px;
    font-size: 7px;
    padding: 0;}
.meet-the-team .backdrop-card button:hover {
    color: #83d4f1;
    border-color: #83d4f1;}
.meet-the-team .backdrop-card button:focus {
    outline: none;}

/* Tweaks to the above code, integrate when you announce */
h2.section-title {
    margin-bottom: 10px;
    line-height: 22px;
}
#about .backdrop-card h2 {
    color: #83d4f1;
}
#about .about-us,
#contact .contact-us{
    margin-bottom: 50px;
}
#about .about-us p,
#contact .contact-us p{
    color: #fff;
    margin-bottom: 25px;
}
#about .meet-the-team .team-pane {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Flipper */

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);}
.flip-container, .front, .back {
	width: 262.5px;
	height: 262.5px;}
/* DEL ME AFTER ALL BIOS ARE IN */
.flip-container, .front, .back {
    height: 360px;
    width: 360px;}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;}
/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;}
/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);}
/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);}

/* New Team Modals */

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;}
#about .modal-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
#about .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: #0f131f;
    color: #fff;}
#about .modal-content .close-modal {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 22px;
    font-size: 11px;
    padding: 0;
    position: relative;
}
#about .modal-content .close-modal:hover {
    color: #83d4f1;
    border-color: #83d4f1;
}
#about .modal-content .close-modal i {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    width: 100%;
}
#about .modal-content .modal-body p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
}
#about .modal-content .modal-body ul {
    list-style-type: square;
}
#about .modal-content .modal-body li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
#about .modal-content .modal-body a {
    color: #83d4f1;
}
#about .modal-content .modal-body a:hover {
    color: #5f78bb;
}

/* Press Page */

#press ul.jumplist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
#press ul.jumplist.fixed {
    position: fixed;
    margin-top: -110px;
}
#press ul.jumplist li {
    margin-bottom: 3px;
}
#press ul.jumplist li:last-child {
    margin-top: 16px;
    position: relative;
}
#press ul.jumplist li:last-child:before {
    content: " ";
    width: 20px;
    height: 1px;
    background-color: #83d4f1;
    position: absolute;
    left: 0;
    top: -8px;
}
#press ul.jumplist a,
#press ul.jumplist a:visited,
#press ul.jumplist a:active {
    color: #fff;
}
#press h3,
#contact h3 {
    color: #5f78bb;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}
#press p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
}

#press a:hover {
    color: #83d4f1;
}
#press .press-header-img {
    margin-bottom: 20px;
}
#press .factsheet {
    margin-bottom: 20px;
}
#press .press-details {
    margin-bottom: 50px;
}
#press .press-details a {
    color: #83d4f1;
    /* border-bottom: 1px solid #83d4f1;*/
}
#press .press-details p.press-link {
    margin-bottom: 0;
}
#press .press-details p.press-link + h3 {
    margin-top: 20px;
}
#press .press-details ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
    list-style-type: square;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
#press .press-details ul li {
    margin-bottom: 5px;
}

#press .press-details .embed-container + .divider,
#press .press-details ul + .divider,
#press .press-details img + .divider {
    margin-top: 30px;
}
#press .divider {
    width: 100%;
    height: 1px;
    background-color: #83d4f1;
    margin: 10px 0 30px;
}
#press .vid-tn-trigger {
	cursor: pointer;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#press .vid-tn-trigger .title {
	font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
}
#press .vid-tn-trigger .press-play-button {
	color: #fff;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	line-height: 100px;
	text-align: center;
}
#press .embed-container {
    margin-bottom: 20px;
}
#press .press-image {
    margin-bottom: 20px;
}
#press .press-bg {
    padding: 30px;
    margin-bottom: 20px;
}
#press .press-bg.white {
    background-color: #fff;
}
#press .press-bg.black {
    background-color: #000;
}
#press .press-bg .press-image {
    margin-bottom: 0;
}
#image-modal .modal-dialog {
    width: auto;
    max-width: 1140px;
}
#image-modal .modal-body {
    padding: 0;
}
#image-modal .press-bg {
    padding: 0;
    margin-bottom: 0;
}

/* Studios Page */
#press.hi-studios .divider {
    width: 83.33333333%;
    margin-left: auto;
    margin-right: auto;
}
#press.hi-studios .press-details ul {
    margin-bottom: 0;
}

/* New Contact Page */
#contact .form-wrapper {
    margin-bottom: 30px;
}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    background-color: #1d222f;
    border: 1px solid #83d4f1;
    font-size: 17px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
}
#contact input[type="text"]:focus,
#contact input[type="email"]:focus,
#contact textarea:focus,
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact textarea:hover {
    border: 1px solid #ffb400;
}
#contact textarea {
    height: 200px;
}
#contact label {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}
#contact label em {
    text-transform: lowercase;
    font-size: 12px;
}
#contact span.wpcf7-not-valid-tip,
#contact div.wpcf7-validation-errors {
    color: #ffb400 !important;
}
#contact div.wpcf7-validation-errors {
    margin-top: 0 !important;
}
#contact div.wpcf7-mail-sent-ok {
    color: #bae26c !important;
}
#contact div.wpcf7-validation-errors,
#contact div.wpcf7-mail-sent-ok {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
#contact form button[type="submit"] {
    height: 36px;
    border: none;
    background-color: #83d4f1;
    color: #0f131f;
    line-height: 36px;
    padding: 0 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
#contact form button[type="submit"]:hover {
    background-color: #ffb400;
    color: #06080d;
}


/* Password Form */
.post-password-form label {
    float: left;
    margin-right: 15px;
}
.post-password-form label input {
    margin-left: 15px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    background-color: #1d222f;
    border: 1px solid #83d4f1;
    font-size: 17px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    padding: 0 6px;
    width: 170px;
}
.post-password-form label input:focus,
.post-password-form label input:hover {
    border: 1px solid #ffb400;
}
.post-password-form input[type="submit"] {
    height: 36px;
    border: none;
    background-color: #83d4f1;
    color: #0f131f;
    line-height: 36px;
    padding: 0 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.post-password-form input[type="submit"]:hover {
    background-color: #ffb400;
    color: #06080d;
}
.post-password-form label input,
.post-password-form input[type="submit"] {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* RESPONSIVE TWEAKS */

@media screen and (max-width: 1760px) {
    .features .xr71-bg,
    .features .sk-bg {
        background-position-x: 55%;
    }
}
@media screen and (max-width: 1600px) {
    .features .xr71-bg,
    .features .sk-bg {
        background-position-x: 54%;
    }
}

@media screen and (max-width: 1199px) {
    .meet-the-team .team-pane {
        height: 212.5px;}
    .flip-container, .front, .back {
        width: 212.5px;
        height: 212.5px;}
    /* DEL ME AFTER ALL BIOS ARE IN */
    .meet-the-team .team-pane {
        height: 293.328px;}
    .flip-container, .front, .back {
        width: 293.328px;
        height: 293.328px;}

    .meet-the-team .title-block h2,
    #old-home-contact h2 {
        font-size: 30px;
        line-height: 38px;}
    .trailer-launcher {
        height: 601px;
    }
    .trailer-launcher .play-button {
        width: 130px;
        height: 130px;
        border: 11px solid #fff;
        line-height: 105px;
        font-size: 55px;
        margin-bottom: 25px;
    }
    .trailer-launcher .play-button:before {
        border: 11px solid #fff;
        top: -11px;
        left: -11px;
        right: -11px;
        bottom: -11px;
        -webkit-animation-name: hvr-ripple-out-1200;
        animation-name: hvr-ripple-out-1200;
    }
    /*
    .trailer-launcher .launch-trailer-modal:hover .play-button:before,
    .trailer-launcher .launch-trailer-modal:active .play-button:before {
    }
    */
    .features .white-bg {
        height: 350px;
    }
    .features .xr71-bg,
    .features .sk-bg {
        height: 480px;
        background-position-x: 54%;
    }
    /*
    footer nav ul li a,
    footer nav ul li a:visited,
    footer nav ul li a:active {
        padding: 10px 15px;
    }
    footer .mailing-list {
        padding-left: 15px;
    }
    */
}






@media screen and (max-width: 991px) {
    .meet-the-team .team-pane {
        height: 220px;}
    .flip-container, .front, .back {
        width: 220px;
        height: 220px;}
    .meet-the-team .title-block h2,
    #old-home-contact h2 {
        font-size: 25px;
        line-height: 32px;}

    body {
        padding-top: 51px;
    }
    .announce-header {
        height: 51px;
    }
    
    .announce-header .brand img {
        width: 125px;
    }
    .announce-header .brand.shrunk-scroll,
    .announce-header .brand.shrunk-foldout {
        margin-top: 3px;
    }
    .announce-header .brand.shrunk-scroll img,
    .announce-header .brand.shrunk-foldout img {
        width: 100px;
    }
    /*
    .content-wrapper {
        margin-top: 51px;
    }
    */
    .announce-header .desktop-menu nav ul li a {
        padding: 0 10px;
        font-size: 14px;
        line-height: 50px;
    }
    .announce-header .desktop-menu .sc-logo {
        height: 50px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .announce-header .desktop-menu .sc-logo img {
        max-width: 153px;
    }
    .mobile-menu-foldout {
        top: 50px; /* Height of announce-header - 1 */
    }
    .breadcrumb-bar {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .trailer-launcher {
        height: 501px;
    }
    .sc-logo-trailer-launcher {
        margin-bottom: 40px;
    }
    .trailer-launcher .play-button {
        margin-bottom: 60px;
    }
    .features h2 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    
    .features p {
        font-size: 18px;
        line-height: 32px;
    }
    .features h2,
    .features p {
        padding-left: 70px;
        padding-right: 70px;
    }
    
    
    .features .xr71-bg,
    .features .sk-bg {
        background-position-x: center;
        height: 380px;
    }
    .features .xr71-bg {
        background-image: url(img/xr71-tight.jpg);
    }
    .features .sk-bg {
        background-image: url(img/sk-tight.jpg);
    }


    .features .dark-bg-shader {
        background-color: rgba(0, 0, 0, .75);
    }
    
    .features .white-bg {
        background-image: url(img/voice-tech.jpg);
        background-repeat: no-repeat;
        background-position-y: 40px;
        background-position-x: center;
        background-size: 450px;
        height: 320px;
    }
    .features .light-bg-shader {
        background-color: rgba(249, 249, 249, .85);
    }
    footer nav {
        margin-bottom: 10px;
    }
    footer nav ul li a,
    footer nav ul li a:visited,
    footer nav ul li a:active {
        font-size: 15px;
        line-height: 15px;
        padding: 9px 10px;
    }
    footer .mailing-list {
        padding: 20px 10px 0;
    }
    footer .mailing-list h2 {
        font-size: 16px;
        line-height: 16px;
    }
    footer form {
        display: block;
    }
    footer form input[type="email"] {
        width: 75%;
    }
    footer form input[type="submit"] {
        width: 25%;
        padding: 0;
    }
    
}







@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 26px;}
    .hero {
        height: 300px;}
    .share {
        top: 50px;}
    .about {
        margin-bottom: 60px;}
    .meet-the-team {
        margin-bottom: 30px;}
    .meet-the-team .team-pane {
        height: 100px;}
    .meet-the-team .mobile-team-pane {
        margin-bottom: 30px;}
    .meet-the-team .mobile-team-pane img {
        max-width: 50%;
        float: left;}
    .meet-the-team .mobile-team-pane .mobile-card-content {
        float: right;
        width: 50%;
        position: absolute;
        right: 15px;
        bottom: 15px;
        top: 15px;
        padding-left: 30px;}
    .trailer-launcher {
        height: 351px;
    }
    .sc-logo-trailer-launcher {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .trailer-launcher .play-button {
        width: 110px;
        height: 110px;
        border: 8px solid #fff;
        line-height: 88px;
        font-size: 45px;
        margin-bottom: 10px;
    }
    .trailer-launcher .play-button:before {
        border: 8px solid #fff;
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        -webkit-animation-name: hvr-ripple-out-768;
        animation-name: hvr-ripple-out-768;
    }
    .trailer-launcher .play-button i {
        margin-left: 10px;
    }
    /*
    .trailer-launcher .launch-trailer-modal:hover .play-button:before {
    }
    */
    .modal-close {
        width: 25px;
        height: 25px;
    }
    .features h2,
    .features p {
        padding-left: 30px;
        padding-right: 30px;
    }
    footer nav ul li a,
    footer nav ul li a:link,
    footer nav ul li a:visited,
    footer nav ul li a:active {
        padding: 9px 10px;
    }
    footer .mailing-list {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer nav ul li:last-child {
        float: left;
    }
    footer form {
        width: 430px;
    }
}

.br-680 {
    display: inline-block;
    height: 0;
}
.visible-680-block {
    display: none !important;
}

@media screen and (max-width: 680px) {
    .hidden-680 {
        display: none !important;
    }
    .visible-680-block {
        display: block !important;
    }
    .announce-header .mobile-menu nav .sc-logo {
        margin-top: 8px;
    }
    .announce-header .mobile-menu nav .sc-logo img {
        max-height: 34px;
    }
}
.br-550 {
    display: inline-block;
    height: 0;
}
.hidden-550 {
    display: block !important;
}
.visible-550-block {
    display: none !important;
}


@media screen and (max-width: 550px) {

    .features h2 {
        font-size: 19px;
        line-height: 24px;
    }
    
    .features p {
        font-size: 17px;
        line-height: 26px;
        text-align: left;
    }
    .features h2,
    .features p {
        padding-left: 0;
        padding-right: 0;
    }
    .br-550 {
        display: block;
        height: 0;
    }
    .hidden-550 {
        display: none !important;
    }
    .visible-550-block {
        display: block !important;
    }
    footer {
        padding: 30px 0;
    }
    footer nav {
        margin-bottom: 0;
    }
    footer nav ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }
    footer nav ul li a,
    footer nav ul li a:link,
    footer nav ul li a:visited,
    footer nav ul li a:active {
        font-size: 17px;
        line-height: 20px;
        display: block;
    }
    footer .mailing-list {
        padding-left: 0;
        padding-right: 0;
    }
    footer .mailing-list h2 {
        line-height: 25px;
        text-align: center;
        font-size: 19px;
    }
    footer .mailing-list .helper-text {
        text-align: center;
    }
    footer form {
        width: 100%;
    }
    footer form input[type="email"] {
        width: 100%;
        border-right: 1px solid rgba(131,212,241,0);
        padding: 0 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    footer form input[type="submit"] {
        width: 100%;
    }
    footer form:hover input[type="email"],
    footer form input[type="email"]:focus {
        /* Green
        border-right: 1px solid #bae26c;
        */
        border-right: 1px solid #ffb400;
    }

}

.br-480 {
    display: inline-block;
    height: 0;
}


@media screen and (max-width: 480px) {

    h1 {
        font-size: 36px;
        line-height: 38px;}
    h2 {
        font-size: 16px;
        line-height: 25px;}
    .hero {
        height: 287px;}
    .share {
        width: 55px;
        height: 160px;}
    .share.offscreen {
        left: -40px;}
    .share .share-toggle {
        height: 160px;}
    .share .share-toggle i {
        line-height: 40px;}
    .share .share-toggle .share-text {
        height: 50px;
        padding: 15px 0;}
    .share ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;}
    .meet-the-team .mobile-team-pane img {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;}
    .meet-the-team .mobile-team-pane .mobile-card-content {
        float: none;
        width: 100%;
        padding-left: 0;
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;}
    .br-480 {
        display: block;
        height: 0;
    }
    .announce-header .mobile-menu nav .sc-logo {
        display: none;}
    .mobile-menu-foldout.open {
        height: 300px;
    }
    .mobile-menu-foldout ul li.sc-mobile-menu-link {
        display: block;
    }
    .sc-logo-trailer-launcher {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .trailer-launcher .play-button {
        margin-bottom: 20px;
    }
    .post-password-form label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .post-password-form label input {
        float: right;
        width: 50%;
        margin-left: 0;
        margin-top: -5px;
    }
    .post-password-form input[type="submit"] {
        width: 100%;
    }
    
    
    
}