﻿@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300italic,300,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900); /* font-family: 'Orbitron', sans-serif; */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #353535;
    font-size: 100%;
    overflow-y: scroll;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

body {
    margin: 0;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html,
body {
    position: relative;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    outline: 0;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

.small {
    font-size: 2.2em !important;
}

.spacer { margin-left: 10px; }

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dd,
small {	
    margin: 0;
    padding: 0;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    outline: none;
}

svg:not(:root) {
    overflow: hidden;
}

#map_canvas img,
.map_canvas img {
    max-width: none !important;
}

figure {
    margin: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

form {
    margin: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    overflow: visible;
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus {
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: text-bottom;
    width: 100%
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

img,
object,
embed {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0
}

img.full-center {
    width: 100%;
    margin: 0 auto;
    display: block
}

img.full {
    width: 100%
}

img.img-contain {
    margin: 0 auto;
    display: block
}

figure img,
figure,
img.respond {
    max-width: 100%;
    width: 100%;
    height: auto
}

.img-xl {
    width: 90%;
    margin: 1em auto
}


.orange { color: #F37121; }
.img-full {
    width: 100%;
    float: left;
    clear: right
}

#map_canvas img,
.map_canvas img {
    max-width: none !important
}

.flex-vid {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1.2em
}

overflow:hidden .flex-vid.widescreen {
    padding-bottom: 57.25%
}

.flex-vid.vimeo {
    padding-top: 0;
    padding-bottom: 56.5%
}

.flex-vid iframe,
.flex-vid object,
.flex-vid embed,
.flex-vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 767px) {
    .flex-vid {
        padding-top: 0
    }
}

.btn:focus,
.btn-cta:focus,
a:focus,
*:focus {
    outline: none
}

.btn {
    padding: .4em 1.25em 0.3em;
    margin: 1em 0;
    position: relative;    
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 1.3em;
    color: #fff;
    -webkit-appearance: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.btn:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.btn.btn-dark {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.btn.btn-dark:hover {
    background-color: #F37121;
    border-color: #F37121;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

input.btn,
input[type="submit"] {
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

input.btn:hover,
input[type="submit"]:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

/* .btn-cta {
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.1em;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: .8em 2.4em .6em;    
    position: relative;
    outline: 0;
    z-index: 0;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

@media (min-width: 54em) {
    .btn-cta {
        font-size: 1em
    }
}

.btn-cta:after {
    display: none
}

.btn-cta:hover {
    color: #404041;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}
 */
 
.btn-cta {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 0.5em 2em;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;	
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 2px solid #fff;
	color: #fff;
	overflow: hidden;
}

.btn-cta:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-cta:hover,
.btn-cta:active {
	color: #3d3d3d;
}

.btn-cta:hover:after {
	height: 260%;
	opacity: 1;
}

footer.footer-main .btn-cta:hover:after {
	height: 430%;
}

.btn-cta:active:after {
	height: 400%;
	opacity: 1;
}
 

.btn-cta.btn-block,
.footer-main .btn-cta {
    min-width: 10em
}

@media (min-width: 54em) {
    .btn-cta.btn-block,
    .footer-main .btn-cta {
        min-width: 18em
    }
}

.btn-cta.btn-alpha {
    color: #F37121;
    box-shadow: inset 0 0 0 2px #F37121
}

.btn-cta.btn-alpha:hover {
    color: white
}

.btn-cta.btn-alpha:before {
    background-color: #F37121
}

.btn-cta.btn-grey {
    color: #353535;
    border: 1px solid #353535
}

.btn-cta.btn-grey:hover {
    /* background-color: #353535; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.btn-cta.btn-small {
    font-size: 80%
}

@media (min-width: 54em) {
    .btn-cta.btn-small {
        font-size: 80%
    }
}

.btn-cta.btn-med {
    font-size: 110%
}

@media (min-width: 54em) {
    .btn-cta.btn-med {
        font-size: 120%
    }
}

.btn-cta.btn-large {
    font-size: 120%
}

@media (min-width: 54em) {
    .btn-cta.btn-large {
        font-size: 130%;
        padding: 0.75em 3.5em .6em
    }
}

.color-alpha,
.color-gold {
    color: #F37121
}

.color-beta,
.endurance h3,
.endurance h4 {
    color: #061727
}

.color-darkgrey {
    color: #353535
}

.color-lightgrey {
    color: #eaeaeb
}

.bg-alpha,
.bg-gold {
    background-color: #F37121
}

.bg-alpha header,
.bg-alpha h2,
.bg-alpha h3,
.bg-gold header,
.bg-gold h2,
.bg-gold h3 {
    color: #fff
}

.bg-beta {
    background-color: #061727
}

.bg-delta {
    background-color: #eb58ca
}

.bg-zeta {
    background-color: #0C3B55
}

.bg-lightgrey {
    background-color: #eaeaeb
}

.bg-lightgrey p {
    color: #353535
}

.bg-darkgrey {
    background-color: #353535 !important;
    color: #eaeaeb
}

.bg-darkgrey header h2 {
    color: #eaeaeb
}

.bg-white {
    background: #fff
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.9)
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.8)
}

.bg-red-gradi {
    -webkit-background: linear-gradient(45deg, #9a2323 12%, #242b4b 72%);
    -ms-background: linear-gradient(45deg, #9a2323 12%, #242b4b 72%);
    -moz-background: linear-gradient(45deg, #9a2323 12%, #242b4b 72%);
    -o-background: linear-gradient(45deg, #9a2323 12%, #242b4b 72%);
    background: linear-gradient(45deg, #9a2323 12%, #242b4b 72%);
    opacity: 0.95
}

.bg-green-gradi {
    -webkit-background: linear-gradient(45deg, #1578A8 12%, #14B18B 72%);
    -ms-background: linear-gradient(45deg, #1578A8 12%, #14B18B 72%);
    -moz-background: linear-gradient(45deg, #1578A8 12%, #14B18B 72%);
    -o-background: linear-gradient(45deg, #1578A8 12%, #14B18B 72%);
    background: linear-gradient(45deg, #1578A8 12%, #14B18B 72%);
    opacity: 0.95
}

section.light h1,
section.light h2,
section.light h3,
section.light h4,
section.light h5,
section.light p,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light p {
    color: #353535
}

section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark p {
    color: #fff
}

.overlay,
[class*="overlay"] {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease
}

.overlay.overlay-alpha,
.overlay-alpha {
    background-color: #F37121 !important;
    opacity: .7 !important
}

.overlay.overlay-green,
.overlay-green {
    background-color: #76DF88 !important;
    opacity: .7 !important
}

.overlay.overlay-blue,
.overlay-blue {
    background-color: #1A74E7 !important;
    opacity: .7 !important
}

.overlay.overlay-navy,
.overlay-navy {
    background-color: #00478C !important;
    opacity: .7 !important
}

.overlay.overlay-yellow,
.overlay-yellow {
    background-color: #CFC05D !important;
    opacity: .7 !important
}

.overlay-dark {
    background-color: rgba(0, 0, 0, 0.8) !important
}

.overlay-sm {
    position: relative
}

.overlay-sm .row {
    position: relative;
    z-index: 3
}

@media (max-width: 32em) {
    .overlay-sm:after {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: 2
    }
}

.pattern-camo {
	background: url('images/pattern-camp.png');
}

*::selection {
    background: #F37121;
    color: white;
    text-shadow: none
}

.highlight {
    background: #F37121
}

code,
kbd,
pre,
samp {
    font-family: Monaco, 'Andale Mono', monospace;
    _font-family: Monaco, 'Andale Mono', monospace;
    font-size: 1em;
    line-height: 1.75
}

pre code {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap
}

pre {
    white-space: pre-wrap !important;
    font-size: 0.825em;
    padding: 1.65rem;
    margin: 0 0 1.5em;
    background: #021321;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    position: relative
}

code {
    color: #EFEFEF;
    white-space: pre !important;
    font-family: monospace
}

code.inline {
    font-size: 100%;
    background-color: #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .3em .3em .25em;
    margin: 0.1em;
    color: #3D3F46;
    border-radius: 4px;
    position: relative;
    top: -1px
}

code[class*="language-"],
pre[class*="language-"] {
    font-family: Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.lt-ie9 code[class*="language-"],
.lt-ie9 pre[class*="language-"] {
    color: #a6a6a6
}

pre[class*="language-"],
:not(pre) > code[class*="language-"] {
    background: #2B2B2B
}

pre[class*="language-"] {
    padding: 1em;
    margin: 2.5em auto 3em;
    overflow: auto;
    border-radius: 0.333333em
}

.no-js pre {
    overflow: auto
}

figcaption {
    margin-bottom: 0
}

abbr {
    font-variant: small-caps;
    font-weight: 400;
    text-transform: lowercase;
    color: #color-grey
}

.token.property,
.token.tag,
.token.boolean,
.token.number {
    color: #E0D6E2
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #AEAEAE
}

.token.punctuation {
    color: #C3D0DC
}

.namespace {
    opacity: .7
}

.token.property,
.token.tag,
.token.boolean,
.token.number {
    color: #E0D6E2
}

.token.selector,
.token.attr-name,
.token.string {
    color: #52A5FD
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #FFF
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #F37121
}

.token.regex,
.token.important {
    color: #e90
}

.language-scss .token.variable {
    color: #A78F8F
}

.language-scss .token.statement {
    color: #FF1000
}

.token.important {
    font-weight: 600
}

.token.entity {
    cursor: help
}

a {
    color: #F37121;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: color, 0.6s, ease-in;
    -moz-transition: color, 0.6s, ease-in;
    transition: color, 0.6s, ease-in
}

a:hover {
    color: #755735;
    -webkit-transition: color, 0.6s, ease-out;
    -moz-transition: color, 0.6s, ease-out;
    transition: color, 0.6s, ease-out
}

a:active {
    color: #F37121
}

a.invert,
.invert a {
    color: #000
}

a.invert:hover,
.invert a:hover {
    color: #F37121
}

a.secondary {
    color: #061727
}

a.secondary:hover {
    color: #000
}

a.secondary:active {
    color: #061727
}

a.link-line,
.careers article a.link-apply,
openings a,
header.header-main nav li a:not(.btn) {
    position: relative;
    padding-bottom: .125em;
    display: inline-block
}

a.link-line:after,
.careers article a.link-apply:after,
openings a:after,
header.header-main nav li a:not(.btn):after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F37121;
    content: '';
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s
}

a.link-line:hover::after,
.careers article a.link-apply:hover::after,
a.link-line:focus::after,
.careers article a.link-apply:focus::after,
openings a:hover::after,
openings a:focus::after,
header.header-main nav li a:not(.btn):hover::after,
header.header-main nav li a:not(.btn):focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.div-link {
    background: #252525;
    color: #fff;
    padding: .8em 0 .6em;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.5em;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease
}

@media (min-width: 54em) {
    .div-link {
        font-size: 1.75em
    }
}

.div-link:hover {
    background-color: #F37121;
    color: #fff;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.careers .div-link:hover {
    background-color: #fff
}

.cf,
.browser-top,
.browser-bottom,
.row {
    *zoom: 1
}

.cf:before,
.browser-top:before,
.browser-bottom:before,
.cf:after,
.browser-top:after,
.browser-bottom:after,
.row:before,
.row:after {
    content: "";
    display: table
}

.cf:after,
.browser-top:after,
.browser-bottom:after,
.row:after {
    clear: both
}

.row {
    width: 96%;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 54em) {
    .row {
        width: 94%
    }
}

@media (min-width: 72em) {
    .row {
        margin: 0 auto;
        max-width: 56em;
        width: 85%
    }
}

@media (min-width: 89em) {
    .row {
        margin: 0 auto;
        max-width: 56em;
        width: 85%
    }
}

@media (min-width: 89em) {
    .row {
        max-width: 62em;
        width: 85%
    }
}

.xl .row {
    max-width: 98%;
    width: 98%
}

.xxl .row {
    width: 100%;
    max-width: 100%
}

.row.g-full,
.row[class*="g-"] {
    padding-left: 0.5em;
    padding-right: 0.5em
}

.row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -0.5em
}

@media (min-width: 54em) {
    .row .row {
        width: auto;
        max-width: none;
        min-width: 0
    }
}

.cols {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%
}

.row .cols {
    padding-left: 0.5em;
    padding-right: 0.5em
}

@media (min-width: 32em) {
    .row .cols {
        padding: 0 2em
    }
}

@media (min-width: 54em) {
    .row .cols {
        padding-left: 0.5em;
        padding-right: 0.5em
    }
}

.half-pad .row {
    padding: 0 0.25em
}

.half-pad .row .cols {
    padding: 0 0.25em
}

.row.no-pad .cols {
    padding: 0
}

.row .row.no-pad {
    margin: -0.5em
}

@media only screen and (min-width: 54em) {
    [class*="cols"]+[class*="cols"]:last-child {
        float: right
    }
    .cols.stayleft {
        float: left !important
    }
}

ul.cols {
    padding-left: 1em;
    padding-right: 8%;
    margin-bottom: 0
}

@media only screen and (min-width: 54em) {
    ul.cols {
        padding-right: 0
    }
}

.xsm-3,
.row .xsm-3 {
    width: 25%
}

.xsm-6,
.row .xsm-6 {
    width: 50%
}

.xsm-4,
.row .xsm-4 {
    width: 33.33333%
}

.xsm-8,
.row .xsm-8 {
    width: 66.66667%
}

@media only screen and (min-width: 32em) {
    .sm-6,
    .row .sm-6 {
        width: 50%
    }
    .sm-4,
    .row .sm-4 {
        width: 33.33333%
    }
    .sm-3,
    .row .sm-3 {
        width: 25%
    }
    .sm-8,
    .row .sm-8 {
        width: 66.66667%
    }
}

@media only screen and (min-width: 54em) {
    .g-1,
    .row .g-1 {
        width: 8.33333%
    }
    .g-2,
    .row .g-2 {
        width: 16.66667%
    }
    .g-3,
    .row .g-3 {
        width: 25%
    }
    .g-4,
    .row .g-4 {
        width: 33.33333%
    }
    .g-5,
    .row .g-5 {
        width: 41.66667%
    }
    .g-6,
    .row .g-6 {
        width: 50%
    }
    .g-7,
    .row .g-7 {
        width: 58.33333%
    }
    .g-8,
    .row .g-8 {
        width: 66.66667%
    }
    .g-9,
    .row .g-9 {
        width: 75%
    }
    .g-10,
    .row .g-10 {
        width: 83.33333%
    }
    .g-11,
    .row .g-11 {
        width: 91.66667%
    }
    .g-12,
    .row .g-12 {
        width: 100%
    }
    .row .offset1 {
        margin-left: 8.33333%
    }
    .row .offset2 {
        margin-left: 16.66667%
    }
    .row .offset3 {
        margin-left: 25%
    }
    .row .offset4 {
        margin-left: 33.33333%
    }
    .row .offset5 {
        margin-left: 41.66667%
    }
    .row .offset6 {
        margin-left: 50%
    }
    .row .offset7 {
        margin-left: 58.33333%
    }
    .row .offset8 {
        margin-left: 66.66667%
    }
    .row .offset9 {
        margin-left: 75%
    }
    .row .offset10 {
        margin-left: 83.33333%
    }
}

@media only screen and (min-width: 54em) and (min-width: 54em) {
    .source-reverse {
        float: right !important
    }
}

@media only screen and (min-width: 54em) {
    .reverse {
        float: right
    }
    .push-right {
        position: relative;
        right: -50%
    }
    .pull-left {
        position: relative;
        left: -50%
    }
    .pull-9 {
        right: 75%
    }
    .push-3 {
        left: 25%
    }
}

ul.list-grid {
    width: 100%;
    margin: 0;
    padding: 0.25em
}

ul.list-grid {
    *zoom: 1
}

ul.list-grid:before,
ul.list-grid:after {
    content: "";
    display: table
}

ul.list-grid:after {
    clear: both
}

ul.list-grid li {
    list-style: none;
    float: left
}

ul.list-grid img {
    width: 100%;
    padding: 0.25em 0.25em 0
}

ul.list-grid .cols {
    padding-left: 0.25em;
    padding-right: 0.25em
}

ul.list-grid.no-pad {
    padding: 0
}

ul.list-grid.no-pad img {
    padding: 0;
    margin-bottom: -0.5em
}

ul.list-grid.no-sides {
    padding: 0
}

ul.list-grid.no-sides img {
    padding: 0;
    margin-bottom: -0.5em
}

ul.list-grid.no-sides li.g-6:first-child {
    padding-right: .125em
}

ul.list-grid.no-sides li.g-6:last-child {
    padding-left: .125em
}

.img-grid {
    *zoom: 1
}

.img-grid:before,
.img-grid:after {
    content: "";
    display: table
}

.img-grid:after {
    clear: both
}

.img-grid img.left,
.img-grid img.right {
    width: 50%
}

.img-grid.sm-full img.left,
.img-grid.sm-full img.right {
    width: 100%
}

@media (min-width: 54em) {
    .img-grid.sm-full img.left,
    .img-grid.sm-full img.right {
        width: 50%
    }
}

.img-grid img.left {
    float: left
}

.img-grid img.right {
    float: right
}

.img-grid img.full {
    width: 100%;
    float: left;
    margin: 0
}

.img-grid.has-seperator-line {
    padding-top: .25em
}

.img-grid.has-seperator-line img.left,
.img-grid.has-seperator-line img.right {
    padding-bottom: 0.25em
}

.img-grid.has-seperator-line img.left {
    padding-right: 0.125em
}

.img-grid.has-seperator-line img.right {
    padding-left: 0.125em
}

.img-grid.has-seperator-line img.full {
    padding-bottom: 0.25em
}

.img-grid.has-seperator-line .g-4 {
    padding-right: .25em
}

.img-grid.has-seperator-line .last {
    margin-right: -0.25em
}

.block-wrap {
    display: table;
    width: 100%;
    float: left;
    background: #fff
}

.block-wrap h2 {
    margin: 0.2em 0 0
}

.block-half {
    text-align: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 1.5em 0
}

@media (min-width: 54em) {
    .block-half {
        width: 50% !important;
        display: table-cell !important;
        padding: 5% 0
    }
}

.block-half.block-text {
    padding: 1em 0.5em 2em;
    text-align: left;
    background-color: #fff
}

@media (min-width: 54em) {
    .block-half.block-text {
        padding: 2em 0.5em
    }
}

@media (min-width: 89em) {
    .block-half.block-text {
        padding: 2em 1em
    }
}

.block-half.block-text article,
.block-half.block-text div {
    margin: 0 auto;
    max-width: 92%
}

.block-half.block-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 180%;
    background-color: #eb58ca;
    position: relative;
    text-align: center;
    opacity: 1
}

@media (min-width: 32em) {
    .block-half.block-image {
        background-size: cover
    }
}

@media only screen and (max-width: 54em) {
    form .cols,
    form .row.full {
        width: 100%
    }
}

form .row {
    width: 95%;
    margin: 0 auto
}

@media (min-width: 54em) {
    form .row {
        width: 90%
    }
}

form .cols {
    padding: 0 0.5em
}

@media only screen {
    [class*="g-block-"] {
        display: block;
        padding: 0;
        margin: 0 auto;
        *zoom: 1
    }
    [class*="g-block-"]:before,
    [class*="g-block-"]:after {
        content: " ";
        display: table
    }
    [class*="g-block-"]:after {
        clear: both
    }
    [class*="g-block-"] > li {
        display: inline-block;
        height: auto;
        padding: 0 .25em;
        margin: 0 -.125em;
        vertical-align: top
    }
    .g-block-1 > li {
        width: 100%
    }
    .g-block-2 > li {
        width: 50%
    }
    .g-block-3 > li {
        width: 33.33333%
    }
    .g-block-4 > li {
        width: 25%
    }
    .g-block-5 > li {
        width: 20%
    }
    .g-block-1 > li:nth-of-type(n),
    .g-block-2 > li:nth-of-type(n),
    .g-block-3 > li:nth-of-type(n),
    .g-block-4 > li:nth-of-type(n),
    .g-block-5 > li:nth-of-type(n) {
        clear: none
    }
    .g-block-1 > li:nth-of-type(1n+1),
    .g-block-2 > li:nth-of-type(2n+1),
    .g-block-3 > li:nth-of-type(3n+1),
    .g-block-4 > li:nth-of-type(4n+1),
    .g-block-4 > li:nth-of-type(5n+1) {
        clear: both
    }
}

.left {
    float: left
}

.right {
    float: right
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.inline {
    display: inline
}

.cols.centered,
.centered {
    float: none;
    margin: 0 auto;
    display: block
}

.center-all,
.center-all g-full.cols {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.center-all .g-8.cols,
.center-all .g-9.cols,
.center-all .g-10.cols,
.center-all .g-11.cols,
.center-all g-full.cols .g-8.cols,
.center-all g-full.cols .g-9.cols,
.center-all g-full.cols .g-10.cols,
.center-all g-full.cols .g-11.cols {
    float: none;
    margin: 0 auto
}

.vh-center {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -50%;
    margin-top: -40%
}

.v-center {
    display: table;
    width: 100%
}

.v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    padding: 25% 0 8%
}

@media (min-width: 54em) {
    .v-center > div {
        padding: 3% 0
    }
}

.v-center.row > *,
.v-center.row > * {
    display: block;
    vertical-align: baseline
}

.v-center.lesspad > div {
    padding: 6% 0
}

.v-bottom {
    display: table;
    width: 100%
}

.v-bottom > div {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    bottom: 16%
}

.inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block
}

.inline-list > li > * {
    display: block
}

.link-list {
    list-style: none;
    display: table;
    margin: 0 auto
}

.link-list li {
    display: inline-block;
    vertical-align: middle
}

.link-list li a {
    display: block;
    margin: 0 1em
}

.link-list.circles li a {
    display: block;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    font-family: 'ui-social', sans-serif;
    line-height: 1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    padding-top: 1px;
    transition: all 0.2s;
    line-height: 2em;
    font-size: 1.25em
}

ul.vert-list {
    list-style: none;
    line-height: 2;
    padding: 0
}

ul.vert-list li {
    list-style: none
}

.turncate {
    max-width: 95%;
    max-height: 3.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width: 22em) {
    .scroller {
        overflow-x: scroll
    }
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block
}

.rel-wrap {
    position: relative
}

.show-small {
    display: block
}

@media (min-width: 32em) {
    .show-small {
        display: none !important
    }
}

.hide-small {
    display: none !important
}

@media (min-width: 32em) {
    .hide-small {
        display: block !important
    }
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.5em 0;
    height: 0
}

hr.seperator-line {
    display: block;
    width: 15%;
    margin: 1em auto;
    border: 1px solid #F37121
}

.bg-alpha hr.seperator-line {
    border-color: #fff
}

.seperator-line-wide {
    width: 30% !important
}

hr.seperator-line.double {
    display: block;
    width: 100%;
    margin: 3em auto 2em;
    border-bottom: 4px double #eee;
    border-top: 0
}

hr.seperator-line-thin {
    display: block;
    width: 30%;
    margin: 0.6em auto;
    border-top: 1px solid rgba(0, 0, 0, 0.8)
}

hr.seperator-line.thick {
    width: 40%;
    margin: 2em auto 3em;
    border: 2px solid #F37121
}

hr.seperator-line-left {
    margin: .7em 0;
    width: 40%;
    display: block;
    border: 1px solid #F37121
}

hr.seperator-line-thin-left {
    margin: .4em 0 1em;
    width: 20%;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.9)
}

.divline {
    background: #fff;
    padding: 0;
    max-width: 70%;
    margin: 0 auto
}

.divline:after {
    background: rgba(0, 0, 0, 0.7);
    width: 618%;
    content: "";
    display: block;
    position: relative;
    top: -7em;
    height: 1px;
    left: -300%;
    z-index: -1
}

.divlines:before {
    content: '';
    position: relative;
    height: 1px;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    top: -2px;
    left: 0%
}

.divlines:after {
    content: '';
    position: relative;
    height: 1px;
    width: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    top: -2px;
    right: 0%
}

hr.fadeline {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent)
}

hr.seperator-line-gradient {
    border: 0;
    height: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(top, rgba(223, 209, 209, 0.65) 0%, transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.65) 0%, transparent 165%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    padding-bottom: 10%;
    margin: 0 auto -5%
}

.four-dots .dot {
    display: inline-block;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin-right: 15px
}

.four-dots.light .dot {
    background: rgba(255, 255, 255, 0.8)
}

.four-dots.grey .dot {
    background: #a4a6a9
}

.four-dots.primary .dot {
    background: #F37121
}

.four-dots.secondary .dot {
    background: #061727
}

.arrowlink:after,
.link-arrow:after {
    content: "→"
}

.browser {
    margin: 2em 0;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5)
}

.browser {
    margin: 2em 0 -0.2em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.browser:before {
    content: "● ● ●";
    color: #fff;
    text-align: left;
    font-size: 1.2em;
    background: #ddd;
    display: block;
    padding: 4px 7px 7px 7px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.browser img {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    margin: 0 auto -0.4em
}

.browser-top,
.browser-bottom {
    background: #ccc;
    width: 100%;
    border-right: 1px solid #999;
    border-left: 1px solid #999
}

.browser-top {
    border-top: 1px solid #999;
    padding: 8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.browser-btn {
    background: #999;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 8px;
    border-radius: 5px
}

svg:not(:root) {
    overflow: hidden
}

svg {
    display: block
}

svg.pointer-darkgrey {
    height: 85px !important;
    width: 100%;
    pointer-events: none
}

@media (min-width: 72em) {
    svg.pointer-darkgrey {
        height: 250px !important
    }
}

svg.pointer-darkgrey path {
    fill: #353535;
    stroke: #353535;
    stroke-width: 2
}

svg.pointer-darkgrey.bg-gold {
    margin: 0;
    background: #F37121
}

svg.pointer-gold {
    height: 85px !important;
    width: 100%;
    pointer-events: none
}

@media (min-width: 72em) {
    svg.pointer-gold {
        height: 250px !important
    }
}

svg.pointer-gold path {
    fill: #F37121;
    stroke: #F37121;
    stroke-width: 2
}

svg.pointer-gold.bg-darkgrey {
    margin: 0;
    background: #353535
}

section svg.pointer-gold:first-child,
section svg.pointer-darkgrey:first-child {
    position: absolute;
    top: -2px;
    margin-bottom: 3em
}

section .pointer-neg:last-child {
    position: absolute;
    bottom: -2px
}

svg.border-curved {
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%
}

svg.white {
    fill: #fff;
    stroke: #fff
}

form {
    margin: 0
}

fieldset {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    vertical-align: baseline;
    vertical-align: middle
}

button::-moz-focus-inner,
.btn::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus {
    outline: none
}

button,
.btn,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,
.btn,
input {
    overflow: visible;
    line-height: normal
}

label {
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.2em;
    display: inline
}

::-webkit-input-placeholder {
    color: #a4a6a9
}

:-moz-placeholder {
    color: #a4a6a9
}

::-moz-placeholder {
    color: #a4a6a9
}

:-ms-input-placeholder {
    color: #a4a6a9
}

input:not(.btn),
textarea,
select {
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 75%;
    background: #fff;
    color: rgba(0, 0, 0, 0.9);
    border: 2px solid #a4a6a9;
    outline: 0;
    padding: 0.7em .4em 0.55em;
    margin: .3em 0;
    display: block;
    width: 100% !important;
    display: block !important;
    float: none !important;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in
}

input:not(.btn):focus,
textarea:focus,
select:focus {
    border-color: #F37121;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in
}

select,
.select {
    -webkit-appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.8em;
    color: #a4a6a9;
    cursor: pointer
}

select[disabled] {
    color: #a8a8a8
}

.safari select,
.chrome select {
    padding-right: 37px
}

form .btn,
form button,
button,
input[type="submit"] {
    width: auto !important
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 3px;
    box-shadow: none
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 14px;
    color: #09ad7e;
    transition: all .2s
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999
}

[type="checkbox"]:disabled+label {
    color: #aaa
}

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 2px solid #F37121
}

#notice-bar {
    width: 100%;
    text-align: center
}

#notice-bar p {
    color: #fff;
    padding: 2em 0;
    text-align: center
}

#notice-bar .alert {
    background-color: #D2575C
}

#notice-bar .success {
    background-color: #67BBA9
}

body {
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    color: #353535;
    background: #fff;
    width: 100%;
    font-weight: 400;
    font-size: 100%;
    font-style: normal;
    line-height: 1.75;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

@media (min-width: 32em) {
    body {
        font-size: 105%
    }
}

@media (min-width: 54em) {
    body {
        font-size: 106%
    }
}

@media (min-width: 72em) {
    body {
        font-size: 107%
    }
}

@media (min-width: 75em) {
    body {
        font-size: 108%
    }
}

@media (min-width: 89em) {
    body {
        font-size: 109%
    }
}

@media (min-width: 85em) {
    body {
        font-size: 110%
    }
}

@media (min-width: 90em) {
    body {
        font-size: 115%
    }
}

@media (min-width: 95em) {
    body {
        font-size: 120%
    }
}

@media (min-width: 95em) {
    body {
        font-size: 125%
    }
}

@media (min-width: 105em) {
    body {
        font-size: 130%
    }
}

@media (min-width: 110em) {
    body {
        font-size: 135%
    }
}

@media (min-width: 115em) {
    body {
        font-size: 145%
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    text-rendering: optimizeLegibility;
    line-height: 1.3
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    line-height: 0
}

h1,
.h1 {
    font-size: 2.55em;
    margin: 0.6em 0
}

h2,
.h2 {
    font-size: 2.2em;
    margin: 1.1em 0 .6em
}

h3,
.h3 {
    font-size: 1.85em;
    margin: 1em 0 .5em
}

h4,
.h4 {
    font-size: 1.5em;
    margin: 1em 0 0.5em
}

h5,
.h5 {
    font-size: 1.25em;
    margin: .75em 0 0.3em;
    letter-spacing: 0.03em
}

p {
    margin: 0 0 .75em;
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif
}

h1,
h2 {
    font-family: 'Orbitron', sans-serif;
    color: #353535
}

h3,
h4 {
    font-family: 'Orbitron', sans-serif;
}

header h2 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0.2em auto .2em;
    font-family: 'Orbitron', sans-serif;
    font-size: 3.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.3em auto 0.1em;
    line-height: 1
}

@media (min-width: 32em) {
    header h2 {
        font-size: 4em
    }
}

@media (min-width: 54em) {
    header h2 {
        font-size: 5em
    }
}

@media (min-width: 72em) {
    header h2 {
        font-size: 6em
    }
}

@media (min-width: 54em) {
    header h2 {
        letter-spacing: 0.08em
    }
}

header.has-preheader h2 {
    margin: 0 auto
}

header h3 {
    font-size: 1.5em
}

@media (min-width: 32em) {
    header h3 {
        font-size: 2.75em
    }
}

@media (min-width: 54em) {
    header h3 {
        font-size: 3.75em;
        letter-spacing: 0.08em
    }
}

.title-fancy h2 {
    font-size: 4em;
    margin: .5em auto .3em;
    text-shadow: 1px 1px 0px #F37121, 2px 2px 0px #F37121, 3px 3px 0px #F37121, 4px 4px 0px #F37121, 5px 5px 0px #F37121, 6px 6px 0px #F37121, 7px 7px 0px #F37121, 8px 8px 0px #F37121, 9px 9px 0px #F37121, 10px 10px 0px #F37121, 11px 11px 1px rgba(0, 0, 0, 0.5), 12px 12px 9px rgba(0, 0, 0, 0.5)
}

@media (min-width: 54em) {
    .title-fancy h2 {
        font-size: 5em
    }
}

@media (min-width: 54em) {
    .title-fancy h2 {
        font-size: 7em
    }
}

@media (min-width: 72em) {
    .title-fancy h2 {
        font-size: 9em
    }
}

.title-blocks {
    text-shadow: 2px 2px 0px #F37121, 3px 3px 0px #F37121, 4px 4px 0px #F37121, 5px 5px 0px #F37121, 6px 6px 0px #F37121, 7px 7px 4px rgba(0, 0, 0, 0.2)
}

.subheader {
    font-size: 145%;
    line-height: 1;
    font-weight: 400;
    margin: .6em 0 -.1em
}

.preheader {
    font-size: 90%;
    line-height: 1;
    color: #F37121;
    margin: 0;
    padding: 0
}

@media (min-width: 54em) {
    .preheader {
        font-size: 100%
    }
}

em {
    font-style: italic;
    font-weight: 400;
    color: #999
}

.caps {
    text-transform: uppercase;
    font-weight: 600
}

p.lead:first-line {
    font-weight: 100;
    font-size: 150%
}

ul {
    list-style-position: outside;
    padding: 0
}

ul li {
    list-style: disc;
    padding-bottom: 0.45em
}

ol,
ul,
dl {
    line-height: 1.75
}

dl,
dd {
    margin: 0;
    padding: 0
}

.blog ol li {
    padding-bottom: 0.5em
}

.blog ol {
    counter-reset: li
}

.blog ol > li {
    position: relative;
    margin-left: -.5em;
    list-style: none
}

.blog ol > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -.03em;
    left: -1.2em;
    width: 1em;
    font-weight: 700;
    color: #F37121
}

blockquote cite {
    display: block
}

blockquote {
    quotes: "“" "”" "‘" "’"
}

q,
blockquote {
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    padding: .5em 0;
    margin: 1em auto;
    line-height: inherit;
    letter-spacing: inherit;
    font-size: 110%;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 0.7)
}

@media (min-width: 54em) {
    q,
    blockquote {
        font-size: 150%;
        text-align: center;
        padding: 0.5em 1em
    }
}

q,
blockquote {
    quotes: "“" "”" "‘" "’"
}

cite {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important
}

.fade-img,
a.fade-img,
a.fade-img img {
    opacity: 1;
    -webkit-transition: opacity 1.5s ease-out;
    -moz-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out
}

.fade-img:hover,
a.fade-img:hover,
a.fade-img img:hover {
    opacity: .7;
    -webkit-transition: opacity 1.5s ease-out;
    -moz-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out
}

.fade-in {
    -webkit-animation: fade-in ease-in-out 1s both;
    -moz-animation: fade-in ease-in-out 1s both;
    animation: fade-in ease-in-out 1s both
}

.fade-in-page {
    -webkit-animation: fade-in ease-in-out 1.3s both;
    -moz-animation: fade-in ease-in-out 1.3s both;
    animation: fade-in ease-in-out 1.3s both
}

.fade-in-2 {
    -webkit-animation: fade-in ease-in-out 2s both;
    -moz-animation: fade-in ease-in-out 2s both;
    animation: fade-in ease-in-out 2s both
}

.fade-in-2-1 {
    -webkit-animation: fade-in ease-in-out 2s 1s both;
    -moz-animation: fade-in ease-in-out 2s 1s both;
    animation: fade-in ease-in-out 2s 1s both
}

.fade-in-3 {
    -webkit-animation: fade-in ease-in-out 3s both;
    -moz-animation: fade-in ease-in-out 3s both;
    animation: fade-in ease-in-out 3s both
}

.fade-in-3-1 {
    -webkit-animation: fade-in ease-in-out 3s 1s both;
    -moz-animation: fade-in ease-in-out 3s 1s both;
    animation: fade-in ease-in-out 3s 1s both
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.js-fademe,
.js-fademe-late {
    opacity: 1
}

.no-js .js-fademe,
.no-js .fademe-late {
    opacity: 1
}

.fade-up {
    -webkit-animation: fade-up ease-in-out 1s 0.4s both;
    -moz-animation: fade-up ease-in-out 1s 0.4s both;
    animation: fade-up ease-in-out 1s 0.4s both
}

@-webkit-keyframes fade-up {
    0% {
        -webkit-transform: translateY(550px)
    }
    100% {
        -webkit-transform: translateY(0px)
    }
}

@-moz-keyframes fade-up {
    0% {
        -moz-transform: translateY(550px)
    }
    100% {
        -moz-transform: translateY(0px)
    }
}

@keyframes fade-up {
    0% {
        -webkit-transform: translateY(550px);
        -moz-transform: translateY(550px);
        -ms-transform: translateY(550px);
        -o-transform: translateY(550px);
        transform: translateY(550px)
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.fade-down {
    -webkit-animation: fade-down ease-in-out 0.7s 0.1s both;
    -moz-animation: fade-down ease-in-out 0.7s 0.1s both;
    animation: fade-down ease-in-out 0.7s 0.1s both
}

@-webkit-keyframes fade-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fade-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes fade-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.fade-left {
    -webkit-animation: fade-left ease-in-out 1s 0.1s both;
    -moz-animation: fade-left ease-in-out 1s 0.1s both;
    animation: fade-left ease-in-out 1s 0.1s both
}

.fade-left-2 {
    -webkit-animation: fade-left ease-in-out 1.2s 0.2s both;
    -moz-animation: fade-left ease-in-out 1.2s 0.2s both;
    animation: fade-left ease-in-out 1.2s 0.2s both
}

@-webkit-keyframes fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px)
    }
}

@-moz-keyframes fade-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-150px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px)
    }
}

@keyframes fade-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
        transform: translateX(-150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.fade-right {
    -webkit-animation: fade-right ease-in-out 1s 0.1s both;
    -moz-animation: fade-right ease-in-out 1s 0.1s both;
    animation: fade-right ease-in-out 1s 0.1s both
}

.fade-right-2 {
    -webkit-animation: fade-right ease-in-out 1.2s 0.2s both;
    -moz-animation: fade-right ease-in-out 1.2s 0.2s both;
    animation: fade-right ease-in-out 1.2s 0.2s both
}

.fade-right-4 {
    -webkit-animation: fade-right ease-in-out 1.2s 0.4s both;
    -moz-animation: fade-right ease-in-out 1.2s 0.4s both;
    animation: fade-right ease-in-out 1.2s 0.4s both
}

@-webkit-keyframes fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(350px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(-5deg)
    }
}

@-moz-keyframes fade-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(350px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(-5deg)
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(350px);
        -moz-transform: translateX(350px);
        -ms-transform: translateX(350px);
        -o-transform: translateX(350px);
        transform: translateX(350px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(-5deg);
        -moz-transform: translateX(0px) rotate(-5deg);
        -ms-transform: translateX(0px) rotate(-5deg);
        -o-transform: translateX(0px) rotate(-5deg);
        transform: translateX(0px) rotate(-5deg)
    }
}

.left-in-blur {
    -webkit-animation: left-in-blur ease-in-out 3s 0.1s both;
    -moz-animation: left-in-blur ease-in-out 3s 0.1s both;
    animation: left-in-blur ease-in-out 3s 0.1s both
}

@-webkit-keyframes left-in-blur {
    0% {
        opacity: 1;
        -webkit-transform: translateX(950px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(0px)
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(11px)
    }
}

@-moz-keyframes left-in-blur {
    0% {
        opacity: 1;
        -moz-transform: translateX(950px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(0px)
    }
    100% {
        opacity: 1
    }
}

@keyframes left-in-blur {
    0% {
        opacity: 1;
        -webkit-transform: translateX(950px);
        -moz-transform: translateX(950px);
        -ms-transform: translateX(950px);
        -o-transform: translateX(950px);
        transform: translateX(950px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px)
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(11px);
        filter: blur(11px)
    }
}

@media (min-width: 72em) {
    .fade-to-left {
        -webkit-animation: fade-to-left ease-in-out 0.7s 0 both;
        -moz-animation: fade-to-left ease-in-out 0.7s 0 both;
        animation: fade-to-left ease-in-out 0.7s 0 both
    }
}

@-webkit-keyframes fade-to-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%)
    }
}

@-moz-keyframes fade-to-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(150%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(-50%)
    }
}

@keyframes fade-to-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150%);
        -moz-transform: translateX(150%);
        -ms-transform: translateX(150%);
        -o-transform: translateX(150%);
        transform: translateX(150%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 72em) {
    .fade-to-right {
        -webkit-animation: fade-to-right ease-in-out 0.7s 0 both;
        -moz-animation: fade-to-right ease-in-out 0.7s 0 both;
        animation: fade-to-right ease-in-out 0.7s 0 both
    }
}

@-webkit-keyframes fade-to-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(50%)
    }
}

@-moz-keyframes fade-to-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-150%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(50%)
    }
}

@keyframes fade-to-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.ani-left {
    -webkit-animation: ani-left ease-in-out 5s infinite;
    -moz-animation: ani-left ease-in-out 5s infinite;
    animation: ani-left ease-in-out 5s infinite
}

@-webkit-keyframes ani-left {
    0% {
        -webkit-transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%)
    }
}

@-moz-keyframes ani-left {
    0% {
        -moz-transform: translateX(0)
    }
    100% {
        -moz-transform: translateX(-100%)
    }
}

@keyframes ani-left {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.ani-scrolling-left {
    -webkit-animation: ani-scrolling-left linear 50s infinite normal running;
    -moz-animation: ani-scrolling-left linear 50s infinite normal running;
    animation: ani-scrolling-left linear 50s infinite normal running
}

@-webkit-keyframes ani-scrolling-left {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -2284px 0
    }
}

@-moz-keyframes ani-scrolling-left {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -2284px 0
    }
}

@keyframes ani-scrolling-left {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: -2284px 0
    }
}

.ani-scrolling-right {
    -webkit-animation: ani-scrolling-right linear 50s infinite normal running;
    -moz-animation: ani-scrolling-right linear 50s infinite normal running;
    animation: ani-scrolling-right linear 50s infinite normal running
}

@-webkit-keyframes ani-scrolling-right {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 2284px 0
    }
}

@-moz-keyframes ani-scrolling-right {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 2284px 0
    }
}

@keyframes ani-scrolling-right {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 2284px 0
    }
}

.ani-scrolling-up {
    -webkit-animation: ani-scrolling-right linear 50s infinite normal running;
    -moz-animation: ani-scrolling-right linear 50s infinite normal running;
    animation: ani-scrolling-right linear 50s infinite normal running
}

@-webkit-keyframes ani-scrolling-up {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -2284px
    }
}

@-moz-keyframes ani-scrolling-up {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -2284px
    }
}

@keyframes ani-scrolling-up {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 0 -2284px
    }
}

.kf-hero-hand {
    -webkit-animation: hero-hand ease-in-out 1s 0.8s both;
    -moz-animation: hero-hand ease-in-out 1s 0.8s both;
    animation: hero-hand ease-in-out 1s 0.8s both
}

@-webkit-keyframes hero-hand {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(400px, 200px, 0px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 20px, 0px) rotate(-10deg)
    }
}

@-moz-keyframes hero-hand {
    0% {
        opacity: 0;
        -moz-transform: translate3d(400px, 200px, 0px)
    }
    100% {
        opacity: 1;
        -moz-transform: translate3d(0px, 20px, 0px) rotate(-10deg)
    }
}

@keyframes hero-hand {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(400px, 200px, 0px);
        -moz-transform: translate3d(400px, 200px, 0px);
        -ms-transform: translate3d(400px, 200px, 0px);
        -o-transform: translate3d(400px, 200px, 0px);
        transform: translate3d(400px, 200px, 0px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0px, 20px, 0px) rotate(-10deg);
        -moz-transform: translate3d(0px, 20px, 0px) rotate(-10deg);
        -ms-transform: translate3d(0px, 20px, 0px) rotate(-10deg);
        -o-transform: translate3d(0px, 20px, 0px) rotate(-10deg);
        transform: translate3d(0px, 20px, 0px) rotate(-10deg)
    }
}

.slow-zoom {
    -webkit-animation: slow-zoom ease-in-out 8.6s 0s;
    -moz-animation: slow-zoom ease-in-out 8.6s 0s;
    animation: slow-zoom ease-in-out 8.6s 0s;
    tansform: translate3d(0, 0, 0)
}

@-webkit-keyframes slow-zoom {
    100% {
        -webkit-transform: scale(1.09)
    }
}

@-moz-keyframes slow-zoom {
    100% {
        -moz-transform: scale(1.09)
    }
}

@keyframes slow-zoom {
    100% {
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09)
    }
}

.zoom-in {
    -webkit-animation: zoom-in ease-in-out 2s 0 both;
    -moz-animation: zoom-in ease-in-out 2s 0 both;
    animation: zoom-in ease-in-out 2s 0 both;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(3)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoom-in {
    0% {
        -moz-transform: scale(3)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.zoom-out {
    -webkit-animation: zoom-out ease-in-out 2s 0 both;
    -moz-animation: zoom-out ease-in-out 2s 0 both;
    animation: zoom-out ease-in-out 2s 0 both;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(3)
    }
}

@-moz-keyframes zoom-out {
    0% {
        -moz-transform: scale(1)
    }
    100% {
        -moz-transform: scale(3)
    }
}

@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3)
    }
}

.js-tabs nav.tab-nav li {
    list-style: none;
    display: inline-block;
    padding-right: 1em
}

.js-tabs nav.tab-nav li:hover {
    cursor: pointer
}

.js-tabs .tab-viewer li {
    list-style: none
}

.js-modalbox {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0
}

.js-modalbox.display-table {
    display: table !important;
    height: 100%;
    width: 100%
}

#video {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.js-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: #000 !important
}

.js-close-modal {
    line-height: 1;
    font-size: 1.3em;
    position: absolute;
    top: 0.4em;
    left: 0.3em;
    text-decoration: none;
    color: #3caeca
}

.js-close-modal .close-bars {
    width: 24px;
    height: 24px;
    margin: 10px 0;
    position: relative;
    z-index: 999;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out
}

.js-close-modal .close-bars:before {
    top: -8px
}

.js-close-modal .close-bars:after {
    top: 8px
}

.js-close-modal .close-bars:after,
.js-close-modal .close-bars:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.js-close-modal .close-bars:after {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
    zoom: 1
}

.js-close-modal .close-bars:before {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
    zoom: 1
}

@media (min-width: 54em) {
    .mobile-nav-bg,
    .mobile-nav-toggle {
        display: none
    }
}

.mobile-nav-bg {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
    transition: transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
    background-color: rgba(0, 0, 0, 0.94);
    background-position: 50% 50%;
    height: 100vh;
    height: 100%;
    min-height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 991;
    display: table;
    -webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.7s ease;
    -moz-transition: -moz-transform 0.7s ease;
    transition: transform 0.7s ease
}

@media (max-width: 32em) {
    .mobile-nav-bg {
        height: 105vh;
        height: calc(100% + 80px)
    }
}

@media (min-width: 72em) {
    .mobile-nav-bg {
        display: none
    }
}

.mobile-nav-bg nav.mobile-nav-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    top: -2em;
    position: relative
}

@media screen and (device-aspect-ratio: 40 / 71) {
    .mobile-nav-bg nav.mobile-nav-links {
        top: -2em
    }
}

.mobile-nav-bg nav.mobile-nav-links ul {
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.1em;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0.5em;
    margin: 0;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.mobile-nav-bg nav.mobile-nav-links li {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
    font-size: 1.1em;
    display: block;
    padding: 0.25em 0;
    margin: 0 auto;
    text-align: center
}

@media screen and (device-aspect-ratio: 40 / 71) {
    .mobile-nav-bg nav.mobile-nav-links li {
        font-size: 0.9em;
        padding: 0.5em 0
    }
}

.mobile-nav-bg nav.mobile-nav-links a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.mobile-nav-bg nav.mobile-nav-links a:hover,
.mobile-nav-bg nav.mobile-nav-links a:active,
.mobile-nav-bg nav.mobile-nav-links a:focus {
    color: #F37121;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.mobile-nav-bg .mobile-nav-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    bottom: 2em;
    text-align: center
}

@media (max-width: 32em) {
    .mobile-nav-bg .mobile-nav-footer {
        bottom: 5em
    }
}

.mobile-nav-bg .mobile-nav-footer ul li {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 auto;
    font-size: 80%
}

@media (min-width: 32em) {
    .mobile-nav-bg .mobile-nav-footer ul li {
        font-size: 90%
    }
}

.mobile-nav-bg .mobile-nav-footer ul li a {
    color: rgba(255, 255, 255, 0.7)
}

.js-nav-open .mobile-nav-bg {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98);
    transition: transform 0.5s cubic-bezier(0.34, 0.95, 0.27, 0.98)
}

.js-nav-open .mobile-nav-bg ul li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
    -webkit-backface-visibility: hidden
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(1) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(6) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(7) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.js-nav-open .mobile-nav-bg ul li:nth-of-type(8) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.js-nav-open .mobile-nav-bg .mobile-nav-footer nav ul li:nth-of-type(1) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.js-nav-open .mobile-nav-bg .mobile-nav-footer nav ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.js-nav-open .mobile-nav-bg .mobile-nav-footer nav ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.js-nav-open .mobile-nav-bg .mobile-nav-footer nav ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.js-nav-open .mobile-nav-bg .mobile-nav-footer nav ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.toggle {
    height: 3em;
    width: 1.5em;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 1.1em;
    right: 3%;
    -webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -webkit-transition: padding-top 0.5s cubic-bezier(0.1, 0.01, 0.3, 1);
    -moz-transition: padding-top 0.5s cubic-bezier(0.1, 0.01, 0.3, 1);
    transition: padding-top 0.5s cubic-bezier(0.1, 0.01, 0.3, 1)
}

@media (min-width: 72em) {
    .toggle {
        display: none
    }
}

.toggle:hover,
.toggle:focus {
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out
}

.toggle span {
    position: absolute;
    top: .8em;
    right: -.3em;
    width: 3em;
    color: #fff
}

.menubars {
    width: 1.8em;
    height: 1px;
    margin: 0.75em 0;
    background: rgba(0, 0, 0, 0.9);
    position: relative;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out
}

.menubars:before {
    top: -8px
}

.menubars:after {
    top: 8px
}

.menubars:after,
.menubars:before {
    content: '';
    display: block;
    width: 1.8em;
    height: 1px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.js-nav-open .menubars {
    background: none !important
}

.js-nav-open .menubars:after {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
    zoom: 1
}

.js-nav-open .menubars:before {
    top: 0 !important;
    background: #fff !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
    zoom: 1
}

header.header-main {
    position: absolute;
    width: 100%;
    background: transparent;
    padding-top: .35em;
    display: block;
    z-index: 980;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

@media (min-width: 54em) {
    header.header-main {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

header.header-main .row {
    width: 100%;
    max-width: 100%;
    padding-left: 0.25em;
    padding-right: .25em;
}

@media (min-width: 54em) {
    header.header-main .row {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (min-width: 110em) {
    header.header-main .row {
        padding-left: 4em;
        padding-right: 4em;
    }
}

header.header-main h1#logo {
    font-size: .6em;
    /* margin-top: 1.2em; */
    display: inline-block;
    vertical-align: middle;
}

header.header-main .logocontainer a {
    display: table;
    margin: 0 auto;
}

header.header-main .logocontainer a div.uilogo {
    position: relative;
    z-index: 999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    font-size: .65em;
    position: relative;
    top: -.39em;
	background: url('images/logo_420x230_icon.png') 50% 50% no-repeat;
}

header.header-main .logocontainer a span {
    color: #353535;
    display: inline;
    /* text-transform: uppercase; */
    font-size: 2em;
    padding-left: .099em;
    vertical-align: middle;
}

header.header-main .logocontainer a span:hover {
    color: #F37121;
}

header.header-main nav {
    text-align: right;
    display: none;
}



@media (min-width: 54em) {
    header.header-main nav {
        float: right;
        display: inline-block;
        vertical-align: middle;
        margin: 1em 0
    }	
}

@media (min-width: 89em) {
    header.header-main nav {
        margin: 1.2em 0
    }
}

header.header-main nav ul {
    padding: 0;
    font-size: .9em
}

header.header-main nav ul > li {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    padding: 0;
    vertical-align: middle
}

header.header-main nav ul > li a {
    font-family: 'Orbitron', sans-serif;
    display: block;
    color: #fff;
    letter-spacing: 0.02
}

header.header-main nav ul > li a:hover,
header.header-main nav ul > li a:active {
    color: #F37121 !important
}

header.header-main nav ul > li a.btn {
    border: 1px solid;
    text-transform: none;
    letter-spacing: 0;
    font-size: 90%;
    padding: .3em .75em .5em;
    line-height: 1;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

header.header-main.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    padding: 0.13em 0 0.4em;
    width: 100%;
    background: #fff;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden
}

.logo-txt-mobile {
	display: none;	
}

.logo-txt-desktop {
	display: inline-block;
}

@media (max-width: 54em) {
    header.header-main.sticky .row {
        padding-top: 0.2em;
        padding-bottom: 0
    }
	
	.logo-txt-mobile {
		display: inline-block;
	}
	
	.logo-txt-desktop {
		display: none;
	}
	
}

header.header-main.sticky nav a {
    color: #a4a6a9
}

.uilogo {
    display: table;
    position: relative;
    top: 0;
    font-size: .6em
}

@media (min-width: 54em) {
    .uilogo {
        font-size: .8em
    }
}

@media (min-width: 72em) {
    .uilogo {
        font-size: .9em
    }
}
.uilogo .logo {
    background: url('../images/logo_icon_small.png') 50% 50% no-repeat;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
}

#logo:hover span,
.uilogo:hover span {
    color: #F37121
} 

header h1 a span:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s
}

header h1 a span:nth-of-type(2) {
    -webkit-transition-delay: 0.125s;
    -moz-transition-delay: 0.125s;
    transition-delay: 0.125s
}

header h1 a span:nth-of-type(3) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    transition-delay: 0.15s
}

header h1 a span:nth-of-type(4) {
    -webkit-transition-delay: 0.175s;
    -moz-transition-delay: 0.175s;
    transition-delay: 0.175s
}

header h1 a span:nth-of-type(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s
}

header h1 a span:nth-of-type(6) {
    -webkit-transition-delay: 0.225s;
    -moz-transition-delay: 0.225s;
    transition-delay: 0.225s;
    margin-left: .15em
}

header h1 a span:nth-of-type(7) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    transition-delay: 0.25s
}

header h1 a span:nth-of-type(8) {
    -webkit-transition-delay: 0.275s;
    -moz-transition-delay: 0.275s;
    transition-delay: 0.275s
}

header h1 a span:nth-of-type(9) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s
}

header h1 a span:nth-of-type(10) {
    -webkit-transition-delay: 0.325s;
    -moz-transition-delay: 0.325s;
    transition-delay: 0.325s
}

header h1 a span:nth-of-type(11) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    transition-delay: 0.35s
}

header h1 a span:nth-of-type(12) {
    -webkit-transition-delay: 0.375s;
    -moz-transition-delay: 0.375s;
    transition-delay: 0.375s
}

header h1 a span:nth-of-type(13) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s
}

header h1 a span:nth-of-type(14) {
    -webkit-transition-delay: 0.425s;
    -moz-transition-delay: 0.425s;
    transition-delay: 0.425s
}

header h1 a span:nth-of-type(15) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    transition-delay: 0.45s
}

header h1 a span:nth-of-type(16) {
    -webkit-transition-delay: 0.475s;
    -moz-transition-delay: 0.475s;
    transition-delay: 0.475s
}

header h1 a span:nth-of-type(17) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.mobile-nav-toggle .menubars {
    background: #fff
}

.mobile-nav-toggle .menubars:after,
.mobile-nav-toggle .menubars:before {
    background: #fff
}

.mobile-nav-toggle.sticky .menubars {
    background: #353535
}

.mobile-nav-toggle.sticky .menubars:after,
.mobile-nav-toggle.sticky .menubars:before {
    background: #353535
}

header.header-main .logocontainer a span,
header.header-main a {
    color: #fff
}

header.header-main .logocontainer a span.grey { color: #CCCCCC; }

header.header-main.sticky .row {
    background: #fff
}

header.header-main.sticky .logo,
header.header-main.sticky .logo:before {
    border-color: #353535
}

header.header-main.sticky .logocontainer a span {
    color: #353535
}

header.header-main.sticky a {
    color: #a4a6a9
}


.single-post header.header-main {
    border-bottom: 1px solid #eee
}

.post-jumbotron .mobile-nav-toggle .menubars {
    background: #fff
}

.post-jumbotron .mobile-nav-toggle .menubars:after,
.post-jumbotron .mobile-nav-toggle .menubars:before {
    background: #fff
}

.post-jumbotron .mobile-nav-toggle.sticky .menubars {
    background: #353535
}

.post-jumbotron .mobile-nav-toggle.sticky .menubars:after,
.post-jumbotron .mobile-nav-toggle.sticky .menubars:before {
    background: #353535
}

.post-jumbotron header.header-main .logo,
.post-jumbotron header.header-main .logo:before {
    border-color: #fff
}

.post-jumbotron header.header-main .logocontainer a span,
.post-jumbotron header.header-main a {
    color: #fff
}

.post-jumbotron header.header-main.sticky .row {
    background: #fff
}

.post-jumbotron header.header-main.sticky .logo,
.post-jumbotron header.header-main.sticky .logo:before {
    border-color: #353535
}

.post-jumbotron header.header-main.sticky .logocontainer a span {
    color: #353535
}

.post-jumbotron header.header-main.sticky a {
    color: #a4a6a9
}

.post-jumbotron header.header-main {
    border: 0
}

.blog .mobile-nav-toggle .menubars {
    background: #353535
}

.blog .mobile-nav-toggle .menubars:after,
.blog .mobile-nav-toggle .menubars:before {
    background: #353535
}

.blog header.header-main a {
    color: #a4a6a9
}

.blog header.header-main .logo,
.blog header.header-main .logo:before {
    border-color: #353535
}

.blog header.header-main .logocontainer a span {
    color: #353535
}

.blog header.header-main.sticky .row {
    background: #fff
}

.blog header.header-main.sticky a {
    color: #a4a6a9
}

@media (min-width: 54em) {
    .blog header.header-main .row {
        padding-left: 1.25em;
        padding-right: 1.25em
    }
}

footer.footer-main {
    padding: 3em 0 4em;
    background-color: #353535;
    background-image: url("../images/icons/footer-logo.png");
    background-position: center 19em;
    background-size: 87% auto;
    background-repeat: no-repeat;
    color: #e6e7e8;
    width: 100%;
    font-size: .9em;
    z-index: 0;
    overflow-y: hidden
}

@media screen and (device-aspect-ratio: 40 / 71) {
    footer.footer-main {
        font-size: .8em
    }
}

@media (min-width: 54em) {
    footer.footer-main {
        background-size: 30em auto;
        background-position: 50% -30%
    }
}

footer.footer-main .btn-cta {
    margin: 2em 2em 1em
}

@media (max-width: 54em) {
    footer.footer-main .btn-careers .btn-cta {
        display: none
    }
}

footer.footer-main aside {
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.122em;
    text-align: center;
    line-height: 1.6em;
    margin: 1em 0
}

@media (min-width: 54em) {
    footer.footer-main aside {
        font-size: 90%
    }
}

footer.footer-main aside > * {
    font-weight: normal;
    font-style: normal;
    line-height: 2em
}

footer.footer-main .orange {
	 color: #F37121;
}
footer.footer-main a {
    color: #fff;
}

footer.footer-main a:hover {
    color: #F37121;
}

footer.footer-main a {
    text-decoration: none;
}

footer.footer-main nav ul li a {
    color: #e6e7e8;
    text-decoration: none;
}

footer.footer-main nav ul li a:hover { color: #252525; }

footer.footer-main nav ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

footer.footer-main nav ul li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

@media (max-width: 54em) {
    footer.footer-main nav.btn-nav ul li {
        display: block;
    }
}

footer.footer-main nav ul.social li a {
    color: #eaeaeb;
    display: block;
    width: 1em;
    height: 1em;
    text-align: center;
    font-size: 1.25em;
    line-height: 1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .45em;
    transition: all 0.2s;
}

@media (min-width: 54em) {
    footer.footer-main nav ul.social li a {
        font-size: 1.2em;
        margin: 1em 1rem 3rem;
    }
}

footer.footer-main nav ul.social li a:hover {
    color: #F37121;
}

footer.footer-main .uilogo {
    font-size: 1.1em;
    margin: 0 auto;
}

footer.footer-main .logo,
footer.footer-main .uilogo .logo:before {
    border-color: #fff !important
}

@media (min-width: 72em) {
    .has-fixiefooter main,
    .careers main,
    .page-template-page-work-php main,
    .contact main,
    .careers main,
    .home main,
    .brand main {
        margin-bottom: 20em;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 72em) {
    .has-fixiefooter footer.footer-main,
    .careers footer.footer-main,
    .page-template-page-work-php footer.footer-main,
    .contact footer.footer-main,
    .careers footer.footer-main,
    .home footer.footer-main,
    .brand footer.footer-main {
        height: 23em;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

section {
    z-index: 0;
    position: relative
}

.sect-title,
footer,
.sect-title > * {
    position: relative;
    z-index: 99
}

@media (min-width: 54em) {
    .foot-fixie main,
    .work-single main {
        background: #fff;
        position: relative;
        z-index: 99;
        margin-bottom: 20em !important;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4)
    }
}

.sect-content {
    padding: 3em 0
}

.sect-content h2,
.sect-content h3,
.sect-content h4 {
    margin-top: 0
}

.work-single .sect-content {
    padding: 6em 0
}

.single-work .sect-content {
    padding: 5em 0
}

.sect-content.no-bottom {
    padding-bottom: 0
}

.sect-content.no-top {
    padding-top: 0
}

.sect-intro {
    background-color: #fff;
    position: relative;
    z-index: 7
}

.title {
    padding: 2em 0em;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (min-width: 54em) {
    .title {
        padding: 4em 0em
    }
}

.title h1,
.title h2,
.title h3 {
    margin-top: 0 !important
}

.cols.title p {
    font-size: 101%
}

@media (min-width: 54em) {
    .cols.title p {
        font-size: 102%;
        padding-left: 10%;
        padding-right: 10%
    }
}

@media (min-width: 72em) {
    .cols.title p {
        padding-left: 12%;
        padding-right: 12%
    }
}

@media (min-width: 110em) {
    .cols.title p {
        font-size: 105%;
        padding-left: 14%;
        padding-right: 14%
    }
}


.bg-vid {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0 !important;
    background: 50% 50% no-repeat;
    filter: alpha(opacity=20);
    overflow: hidden;
    background-size: auto 200%;
    background-size: 100%;
    z-index: 0 !important
}

@media (min-width: 54em) {
    .bg-vid {
        background-size: cover
    }
}

.sect-header {
    padding: 14em 0 3em
}

.sect-masthead {
    position: relative;
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    min-height: 32em
}

@media (min-width: 54em) {
    .sect-masthead {
        background-size: 100%;
        background-size: cover
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .sect-masthead {
        background-attachment: scroll !important
    }
}

@media (max-width: 54em) {
    .sect-masthead.js-height {
        max-height: 35em
    }
}

@media (max-width: 54em) {
    .sect-masthead br {
        display: none
    }
}

.sect-masthead .row.vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 54em) {
    .sect-masthead .row.vcenter {
        padding-top: 24%;
        padding-bottom: 4%
    }
}

@media (min-width: 89em) {
    .sect-masthead .row.vcenter {
        max-width: 67em
    }
}

.sect-masthead .vcenter.vtop {
    top: 45%
}

.sect-masthead p {
    font-size: 110%
}

@media (min-width: 72em) {
    .sect-masthead p {
        font-size: 114%
    }
}

@media (min-width: 54em) {
    .js-height {
        height: 100vh
    }
}

.sect-gap {
    min-height: 30em;
    padding-top: 13%;
    padding-bottom: 13%;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (min-width: 54em) {
    .sect-gap {
        background-size: cover
    }
}

.sect-gap .row {
    padding: 13% 0
}

.work .sect-work {
    min-height: 60em;
    background-color: #353535
}

.sect-work,
.sect-posts {
    z-index: 99
}

.sect-work article,
.sect-posts article {
    text-align: center;
    height: 23em;
    overflow: hidden
}

@media (min-width: 72em) {
    .sect-work article,
    .sect-posts article {
        height: 23em
    }
}

@media (min-width: 110em) {
    .sect-work article,
    .sect-posts article {
        height: 24em
    }
}

@media (min-width: 125em) {
    .sect-work article,
    .sect-posts article {
        height: 28em
    }
}

@media (min-width: 32em) {
    .sect-work article.g-6,
    .sect-posts article.g-6 {
        height: 25em
    }
}

@media (min-width: 54em) {
    .sect-work article.g-6,
    .sect-posts article.g-6 {
        height: 25em
    }
}

@media (min-width: 72em) {
    .sect-work article.g-6,
    .sect-posts article.g-6 {
        height: 30em
    }
}

@media (min-width: 125em) {
    .sect-work article.g-6,
    .sect-posts article.g-6 {
        height: 35em
    }
}

@media (min-width: 54em) {
    .sect-work article.g-4,
    .sect-posts article.g-4 {
        width: 50%
    }
}

@media (min-width: 89em) {
    .sect-work article.g-4,
    .sect-posts article.g-4 {
        width: 33.333333%
    }
}

.sect-work article.g-4:last-child,
.sect-posts article.g-4:last-child {
    float: left
}

.sect-work article a,
.sect-posts article a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.sect-work article .content,
.sect-posts article .content {
    position: absolute;
    width: 100%;
    opacity: 1;
    padding: 0 1%;
    z-index: 10;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 72em) {
    .sect-work article .content,
    .sect-posts article .content {
        padding: 0 5%
    }
}

.sect-work article .content h3,
.sect-posts article .content h3 {
    text-transform: uppercase;
    font-size: 1.5em
}

@media (min-width: 54em) {
    .sect-work article .content h3,
    .sect-posts article .content h3 {
        font-size: 1.75em
    }
}

@media (min-width: 72em) {
    .sect-work article .content h3,
    .sect-posts article .content h3 {
        font-size: 2em;
        letter-spacing: 0.05em
    }
}

.sect-work article .content p,
.sect-posts article .content p {
    color: #fff;
    font-size: 100%;
    margin-bottom: 1em;
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out;
    padding: 0 7%
}

@media (min-width: 89em) {
    .sect-work article .content p,
    .sect-posts article .content p {
        padding: 0 10%
    }
}

@media (min-width: 110em) {
    .sect-work article .content p,
    .sect-posts article .content p {
        font-size: 105%;
        padding: 0 9%
    }
}

.sect-work article .content hr.seperator-line,
.sect-posts article .content hr.seperator-line {
    display: block;
    width: 40%;
    margin: 1em auto;
    border: 1px solid #fff;
    width: 12%;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    transition: width 1s ease
}

.sect-work article .content .meta-date,
.sect-posts article .content .meta-date {
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    text-align: center
}

.sect-work article ul.work-list,
.sect-posts article ul.work-list {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1em;
    z-index: 10
}

.sect-work article ul.work-list li,
.sect-posts article ul.work-list li {
    opacity: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.7em;
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    padding: 0 .5em;
    text-align: left;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: opacity 2.5s ease-out;
    -moz-transition: opacity 2.5s ease-out;
    transition: opacity 2.5s ease-out
}

@media (min-width: 54em) {
    .sect-work article ul.work-list li,
    .sect-posts article ul.work-list li {
        font-size: 0.8em;
        padding: 0 .75em
    }
}

.sect-work article ul.work-list li:after,
.sect-posts article ul.work-list li:after {
    content: "/";
    width: 0;
    height: 0;
    background: #fff;
    position: absolute;
    right: -.05em;
    top: -.01em
}

.sect-work article ul.work-list li:last-child:after,
.sect-posts article ul.work-list li:last-child:after {
    display: none
}

.sect-work article a:hover .overlay,
.sect-posts article a:hover .overlay {
    opacity: 0.95;
    background: #F37121;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translateZ(0);
    visibility: visible;
    -webkit-backface-visibility: hidden
}

.sect-work article a:hover .overlay.purple,
.sect-posts article a:hover .overlay.purple {
    background-color: #230a47
}

.sect-work article a:hover .overlay.navy,
.sect-posts article a:hover .overlay.navy {
    background-color: #0c1c3d
}

.sect-work article a:hover .overlay.blue,
.sect-posts article a:hover .overlay.blue {
    background-color: #3D92CF
}

.sect-work article a:hover .overlay.green,
.sect-posts article a:hover .overlay.green {
    background-color: #237a77
}

.sect-work article a:hover .overlay.red,
.sect-posts article a:hover .overlay.red {
    background-color: #9e302e
}

.sect-work article a:hover .overlay.orange,
.sect-posts article a:hover .overlay.orange {
    background-color: #c55d2f
}

.sect-work article a:hover .overlay.green,
.sect-posts article a:hover .overlay.green {
    background-color: #3b9075
}

.sect-work article a:hover .overlay.orange,
.sect-posts article a:hover .overlay.orange {
    background-color: #F37121
}

.sect-work article a:hover .overlay.overlay-oldcreek,
.sect-posts article a:hover .overlay.overlay-oldcreek {
    background-color: #D35528
}

.sect-work article a:hover .overlay.overlay-pronto,
.sect-posts article a:hover .overlay.overlay-pronto {
    background-color: #5CD78C
}

.sect-work article a:hover .overlay.overlay-aeris,
.sect-posts article a:hover .overlay.overlay-aeris {
    background-color: #0a2a3b
}

.sect-work article a:hover .overlay.overlay-endurance,
.sect-posts article a:hover .overlay.overlay-endurance {
    background-color: #82c2d1
}

.sect-work article a:hover .overlay.overlay-chefn,
.sect-posts article a:hover .overlay.overlay-chefn {
    background-color: #25c9d2
}

.sect-work article a:hover .overlay.overlay-macwashingmachine,
.sect-posts article a:hover .overlay.overlay-macwashingmachine {
    background-color: #243542
}

.sect-work article a:hover .overlay.overlay-mollymoon,
.sect-posts article a:hover .overlay.overlay-mollymoon {
    background-color: #7bb6c6
}

.sect-work article a:hover .overlay.overlay-seattlemet,
.sect-posts article a:hover .overlay.overlay-seattlemet {
    background-color: #e4ba1f
}

.sect-work article a:hover .overlay.overlay-watson,
.sect-posts article a:hover .overlay.overlay-watson {
    background-color: #f5bf68
}

.sect-work article a:hover .overlay.overlay-polaris,
.sect-posts article a:hover .overlay.overlay-polaris {
    background-color: #902783
}

.sect-work article a:hover .overlay.overlay-amosmorgan,
.sect-posts article a:hover .overlay.overlay-amosmorgan {
    background-color: #ab6130
}

.sect-work article a:hover .overlay.overlay-juno,
.sect-posts article a:hover .overlay.overlay-juno {
    background-color: #2c5b75
}

.sect-work article a:hover .overlay.overlay-crossroads,
.sect-posts article a:hover .overlay.overlay-crossroads {
    background-color: #824d76
}

.sect-work article a:hover .overlay.overlay-sprout,
.sect-posts article a:hover .overlay.overlay-sprout {
    background-color: #67a60f
}

.sect-work article a:hover .overlay.overlay-cinchshare,
.sect-posts article a:hover .overlay.overlay-cinchshare {
    background-color: #9ad9cb
}

.sect-work article a:hover hr.seperator-line,
.sect-posts article a:hover hr.seperator-line {
    width: 40%
}

.sect-work article a:hover .work-list li,
.sect-posts article a:hover .work-list li {
    opacity: 1
}

.sect-work article a:hover .work-list li:nth-of-type(1),
.sect-posts article a:hover .work-list li:nth-of-type(1) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.sect-work article a:hover .work-list li:nth-of-type(2),
.sect-posts article a:hover .work-list li:nth-of-type(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.sect-work article a:hover .work-list li:nth-of-type(3),
.sect-posts article a:hover .work-list li:nth-of-type(3) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

.sect-work article a:hover .work-list li:nth-of-type(4),
.sect-posts article a:hover .work-list li:nth-of-type(4) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.sect-work article a:hover .work-list li:nth-of-type(5),
.sect-posts article a:hover .work-list li:nth-of-type(5) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.sect-work article a:hover .work-list li:nth-of-type(6),
.sect-posts article a:hover .work-list li:nth-of-type(6) {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    transition-delay: 2.2s
}

@media (min-width: 32em) {
    .sect-work article.block-full,
    .sect-work article.odds-ends,
    .sect-posts article.block-full,
    .sect-posts article.odds-ends {
        width: 50%
    }
}

@media (min-width: 89em) {
    .sect-work article.block-full,
    .sect-work article.odds-ends,
    .sect-posts article.block-full,
    .sect-posts article.odds-ends {
        width: 100%
    }
}

.sect-work article.block-full a,
.sect-work article.odds-ends a,
.sect-posts article.block-full a,
.sect-posts article.odds-ends a {
    background-position: 50% top
}

.sect-work article.block-full h3,
.sect-work article.odds-ends h3,
.sect-posts article.block-full h3,
.sect-posts article.odds-ends h3 {
    font-family: 'Orbitron', sans-serif;
    font-size: 3.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.3em auto 0.1em;
    line-height: 1;
    color: #fff;
    font-size: 3em
}

@media (min-width: 32em) {
    .sect-work article.block-full h3,
    .sect-work article.odds-ends h3,
    .sect-posts article.block-full h3,
    .sect-posts article.odds-ends h3 {
        font-size: 4em
    }
}

@media (min-width: 54em) {
    .sect-work article.block-full h3,
    .sect-work article.odds-ends h3,
    .sect-posts article.block-full h3,
    .sect-posts article.odds-ends h3 {
        font-size: 5em
    }
}

@media (min-width: 72em) {
    .sect-work article.block-full h3,
    .sect-work article.odds-ends h3,
    .sect-posts article.block-full h3,
    .sect-posts article.odds-ends h3 {
        font-size: 6em
    }
}

@media (min-width: 72em) {
    .sect-work article.block-full h3,
    .sect-work article.odds-ends h3,
    .sect-posts article.block-full h3,
    .sect-posts article.odds-ends h3 {
        font-size: 5em
    }
}

.sect-work article.block-full .overlay,
.sect-work article.odds-ends .overlay,
.sect-posts article.block-full .overlay,
.sect-posts article.odds-ends .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: .9
}

.sect-work.has-borders,
.sect-posts.has-borders {
    border-left: 8px solid #fff;
    border-right: 8px solid #fff
}

.sect-work.has-borders article,
.sect-posts.has-borders article {
    border: 4px solid #fff
}

.social-bar {
    padding: 2em 0;
    background-color: #F37121;
    text-align: center
}

.social-bar li a {
    text-align: center
}

.social-bar li a a {
    color: #fff;
    -webkit-transition: color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out;
    transition: color 1s ease-in-out
}

.social-bar li a a:hover {
    color: #F37121;
    -webkit-transition: color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out;
    transition: color 1s ease-in-out
}

.social-bar li a span {
    color: #fff
}

.work-nav {
    background: #fff;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    width: 100%;
    overflow: hidden
}

.work-nav .work-prev {
    text-align: right
}

.work-nav .work-next {
    text-align: left
}

.work-nav ul {
    text-align: center;
    padding: 0
}

.work-nav li {
    width: 30%;
    display: inline-block;
    height: auto;
    padding-bottom: 0
}

.work-nav li span {
    display: inline-block;
    vertical-align: middle
}

.work-nav li span.link-prev {
    padding-left: 3em;
    font-weight: 600
}

@media (max-width: 32em) {
    .work-nav li span.link-prev {
        display: none
    }
}

.work-nav li span.link-next {
    padding-right: 3em;
    font-weight: 600
}

@media (max-width: 32em) {
    .work-nav li span.link-next {
        display: none
    }
}

.work-nav span.icon {
    font-size: 1.3em
}

.work-nav .icon.icon-eye {
    font-size: 2em
}

.work-nav a.work-all {
    display: inline-table;
    width: 10%;
    text-align: center !important;
    position: relative;
    top: -.5em
}

.work-nav a {
    padding: 3em 0 2em;
    display: block
}

@media (max-width: 32em) {
    .work-nav a {
        display: block;
        height: 100%;
        padding: 3em;
        margin: -2em
    }
}

@media (max-width: 54em) {
    .single-work .sect-content h2,
    .single-work .sect-content h3,
    .single-work .sect-content p {
        text-align: left
    }
}

@media (max-width: 54em) {
    .single-work .sect-content hr.seperator-line {
        margin: 1em
    }
}

.single-work .work-details {
    font-family: 'Orbitron', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 95% !important
}

@media (min-width: 54em) {
    .single-work .work-details {
        font-size: 110% !important
    }
}

.single-work .kf-wires {
    background-repeat: no-repeat !important;
    background-size: 209% !important;
    width: 100%;
    min-height: 14em
}

@media (min-width: 54em) {
    .single-work .kf-wires {
        min-height: 28em;
        background-repeat: repeat-x !important;
        background-size: cover !important;
        -webkit-animation: ani-scrolling-left linear 50s infinite normal running;
        -moz-animation: ani-scrolling-left linear 50s infinite normal running;
        animation: ani-scrolling-left linear 50s infinite normal running
    }
}

.sect-posts-grid {
    padding: 1em 0
}

#js-grid .mix {
    display: none;
    opacity: 0;
    vertical-align: top
}

#js-grid li {
    width: 100%
}

@media (min-width: 32em) {
    #js-grid li {
        width: 50%
    }
}

@media (min-width: 54em) {
    #js-grid li {
        width: 33.333%
    }
}

@media (min-width: 110em) {
    #js-grid li {
        width: 25%
    }
}

main.js-sticker.sticky {
    padding-top: 4.8em !important
}

article.box {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: .5em;
    position: relative;
    min-height: 38em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

article.box:hover {
    border-bottom: 2px solid #F37121;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

article.box:hover .img-wrapper.loaded,
article.box:hover .img-wrapper {
    -webkit-filter: contrast(0.49) seperator-lineia(0.8) grayscale(0.4) saturate(1.9);
    filter: contrast(0.49) seperator-lineia(0.8) grayscale(0.4) saturate(1.9);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease
}

article.box .img-wrapper {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
    background-color: #eee;
    opacity: 0;
    -webkit-animation: fade-in ease-in-out 0.75s both;
    -moz-animation: fade-in ease-in-out 0.75s both;
    animation: fade-in ease-in-out 0.75s both;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    transition: all 1s ease-in
}

article.box .img-wrapper img.img-post {
    position: absolute;
    top: 0;
    width: 103%;
    opacity: 0;
    -webkit-transition: all 2.4s ease-in;
    -moz-transition: all 2.4s ease-in;
    transition: all 2.4s ease-in
}

article.box .img-wrapper img.preloader {
    opacity: 1;
    top: 34%;
    left: 40%;
    z-index: 0;
    position: absolute;
    width: 4em;
    height: 4em;
    filter: none;
    -webkit-filter: none
}

article.box .img-wrapper.loaded {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease
}

article.box .img-wrapper.loaded img.img-post {
    opacity: 1;
    -webkit-transition: opacity 2.5s 1s ease-out;
    -moz-transition: opacity 2.5s 1s ease-out;
    transition: opacity 2.5s 1s ease-out
}

article.box .img-wrapper.loaded img.preloader {
    opacity: 0;
    -webkit-transition: opacity 2.5s ease-out;
    -moz-transition: opacity 2.5s ease-out;
    transition: opacity 2.5s ease-out
}

@-moz-document url-prefix() {
    article.box .img-wrapper.loaded {
        opacity: 1;
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        transition: opacity 1s ease
    }
}

article.box .box-inner {
    padding: .25em 1em 1em
}

article.box .box-inner h4 {
    text-transform: capitalize
}

article.box .box-inner p {
    font-size: 90%
}

article.box p.meta-date {
    font-size: 90%;
    color: #999
}

article.box .meta-author {
    color: #F37121;
    font-size: 80%;
    position: absolute;
    bottom: 1em
}

article.box .hover {
    background: rgba(197, 164, 126, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    border-radius: 4px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

article.box .hover p {
    color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 140%;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    opacity: 0
}

article.box .hover .icon {
    text-align: center;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    top: 32%;
    font-size: 2.5em;
    opacity: 0
}

article.box .hover hr.seperator-line {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

article.box:hover .hover {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

article.box:hover .hover p,
article.box:hover .hover .icon {
    opacity: 1
}

article.box .box a:hover a {
    color: rgba(255, 255, 255, 0.7)
}

.home .sect-masthead {
    position: relative;
    background-color: #000;
    padding: 0;
    z-index: 6;
    background-size: 100%;
    background-image: url("../images/visual-placeholder.jpg");
}

*[class^="prlx"] {
  position: absolute;
  width: 100%;
  height: 300%;
  top:0;
  left:0;
  z-index: -1;
}

@media (max-width: 53em) {
    .home .sect-masthead {
        background-image: url("../images/visual-placeholder.jpg");
        background-size: 100%;
        min-height: 35em
    }
}

@media (min-width: 54em) {
    .home .sect-masthead {
        background-image: url("../images/visual-placeholder.jpg");
        background-size: cover;
        min-height: 35em
    }
}

.home .sect-masthead video {
    -webkit-animation: fade-in 5s ease;
    -moz-animation: fade-in 5s ease;
    animation: fade-in 5s ease
}

.home .sect-masthead .intro {
    position: relative;
    z-index: 9;
    margin-top: -20%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-animation: fade-in ease-in-out 3s 1s both;
    -moz-animation: fade-in ease-in-out 3s 1s both;
    animation: fade-in ease-in-out 3s 1s both
}

@media (min-width: 54em) {
    .home .sect-masthead .intro {
        margin-top: -1%;
        font-size: 110%
    }
}

.home .sect-masthead .intro .prehead img {
    max-width: 5em;
    margin-bottom: -1em
}

.home .sect-masthead .intro .prehead:before,
.home .sect-masthead .intro .prehead:after {
    content: '';
    position: relative;
    height: 1px;
    width: 1.4em;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    top: -2px;
    left: 0%
}

.home .sect-masthead .intro .prehead:after {
    right: 0%
}

.home .sect-masthead .intro h1.intro-title {
    font-size: 1.8em;
    margin: 0.05em auto 0;
    text-align: center;
    color: #fff !important;    
    text-transform: uppercase;
    font-weight: 100;
    line-height: 1;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.3), -3px 3px 1px rgba(0, 0, 0, 0.5), -4px 4px 2px rgba(0, 0, 0, 0.2)
}

@media (min-width: 54em) {
    .home .sect-masthead .intro h1.intro-title {
        font-size: 2em;
        margin: 0.05em auto 0
    }
}

@media (min-width: 72em) {
    .home .sect-masthead .intro h1.intro-title {
        font-size: 2.5em; 
    }
}

@media (min-width: 110em) {
    .home .sect-masthead .intro h1.intro-title {
        font-size: 3em;
		margin: 0.05em auto 1em;
    }
}

.home .sect-masthead .intro hr.seperator-line {
    margin-top: 0.1em;
    margin-bottom: 1.4em;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.home .sect-masthead .intro h3 {
    font-size: 1.05em;
   font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    margin: 0.5em auto 1.5em;
    color: #fff;
    line-height: 1.5
}

@media (min-width: 54em) {
    .home .sect-masthead .intro h3 {
        font-size: 1.2em;
        margin: 0.5em auto .5em
    }
}

@media (min-width: 72em) {
    .home .sect-masthead .intro h3 {
        font-size: 1.3em;
        padding: 0 22%
    }
}

.home .sect-masthead .intro h4 {
    font-size: .65em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em
}

@media (min-width: 54em) {
    .home .sect-masthead .intro h4 {
        font-size: 1em
    }
}

@media (min-width: 72em) {
    .home .sect-masthead .intro h4 {
        font-size: 1em
    }
}

.home .sect-masthead .intro h4 span {
    top: -2px;
    font-weight: 100;
    transform: rotate(5deg)
}

.home .sect-masthead .overlay {
    background: rgba(0, 0, 0, 0.2)
}

@media (min-width: 54em) {
    .home .sect-masthead .overlay {
        background: transparent;
		/* background: #000; */
        opacity: 0.7;
    }
	.home .sect-masthead .overlay.overlay-alpha { opacity: 1; }
}

.sect-intro, .sect-contact {
    position: relative;
    z-index: 8;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* padding: 4em 0; */
}
.sect-button {
    position: relative;
    z-index: 8;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* padding: 0.4em 0; */
}

.block-contact { background: #CECECE; }

@media (min-width: 54em) {
    .home .sect-intro {
        padding: 7em 0
    }
}

.home .sect-intro h2 {
    font-family: 'Orbitron', sans-serif;
    line-height: 1.5;
    font-size: 1.5em;
    letter-spacing: 0.02em
}

@media (min-width: 54em) {
    .home .sect-intro h2 {
        font-size: 2em
    }
}

@media (min-width: 110em) {
    .home .sect-intro h2 {
        font-size: 2.25em
    }
}

.home .sect-intro p {
    color: #999;
    font-size: 85%
}

@media (min-width: 54em) {
    .home .sect-intro p {
        padding: 0 10%;
        font-size: 105%
    }
}

.home .sect-intro hr {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

@media (max-width: 54em) {
    .home .sect-intro br {
        display: none
    }
}

.home .sect-intro.intro-work {
    background: #fff
}

.home .sect-intro.intro-posts {
    background: #eaeaeb
}

.home .sect-intro.intro-posts .btn-cta {
    margin-top: 1em
}

.home .sect-work .row {
    width: 100%;
    max-width: 100%
}

@media (min-width: 89em) {
    .home .sect-work .row {
        width: 100%;
        max-width: 100%
    }
}

.home .sect-work .cols {
    padding: 0
}

.home .sect-work .cols p {
    padding: 0 2%;
    font-size: 105%;
    margin: 0 auto
}

@media (min-width: 32em) {
    .home .sect-work .cols p {
        padding: 0 10%
    }
}

@media (min-width: 72em) {
    .home .sect-work .cols p {
        font-size: 110%
    }
}

@media (min-width: 125em) {
    .home .sect-work .cols p {
        padding: 0 15%;
        font-size: 110%
    }
}

.home .sect-work .cols .overlay {
    background-color: rgba(0, 0, 0, 0.3)
}

.home .sect-posts {
    padding: 0 0 2.5em
}

.home .sect-posts article {
    height: auto;
    min-height: 1em
}

@media (min-width: 54em) {
    .home .sect-posts .g-3 {
        width: 50%
    }
}

@media (min-width: 72em) {
    .home .sect-posts .g-3 {
        width: 25%
    }
}

.home .sect-posts .box {
    /* min-height: 25em; */
	min-height: 20em;
    margin: 0 0 1em;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7)
}

.home .sect-posts .box .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9)
}

.home .sect-posts .box .content {
    padding: 0 4%;
    text-align: left;
    font-size: 95%;
    position: absolute;
    top: inherit;
    bottom: .75em !important;
    transform: none
}

.home .sect-posts .box .content h4,
.home .sect-posts .box .content p,
.home .sect-posts .box .content small {
    text-align: left;
    padding: 0;
    color: rgba(255, 255, 255, 0.95)
}

.home .sect-posts .box .content h4 {
    margin: 0.1em 0 .25em
}

.home .sect-posts .box .content p {
    font-size: 90%
}

.home .sect-posts .box .content small.meta-date {
    font-size: 70%
}

.home .sect-posts .box .content p.meta-author {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    padding-top: .7em
}

.home .sect-posts .box .content img.post-meta-avatar {
    height: 1.8em;
    border-radius: 50%;
    float: left;
    margin: .6em .4em 0 0em;
    -webkit-filter: grayscale(0.8);
    filter: grayscale(0.8)
}

.home .sect-posts .box .overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.home .sect-posts article:hover .overlay {
    opacity: .9;
    background-color: #F37121;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.contact .sect-hero {
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url("../../../../../images/contact/contact-hero-bg-sm.jpg");
    background-position: 50% 50%;
    background-size: 105%
}

@media (min-width: 54em) {
    .contact .sect-hero {
        background-position: 50% 50%
    }
}

@media (min-width: 54em) {
    .contact .sect-hero {
        background-image: url("../../../../../images/contact/contact-hero-bg.jpg");
        background-size: 100%;
        background-size: cover
    }
}

.contact .sect-hero .row {
    position: relative;
    z-index: 9
}

.contact .sect-hero h1,
.contact .sect-hero p {
    color: #fff
}

.contact .sect-hero .overlay {
    background-color: rgba(0, 0, 0, 0.6)
}

.contact .block-half {
    padding: 29% 5%
}

@media (min-width: 54em) {
    .contact .block-half {
        padding: 5%
    }
}

.contact .block-contact {
    background-image: url("../../../../../images/contact/contact-address-bg2.jpg");
    text-align: left
}

.contact .block-contact h3 {
    text-align: left;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase
}

.contact .block-contact p {
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-size: 120%
}

@media (min-width: 54em) {
    .contact .block-contact p {
        font-size: 170%
    }
}

.contact .block-contact p span {
    color: #F37121
}

.contact .block-form {
    background-color: #eaeaeb;
    position: relative
}

.contact .block-form input:not(.btn),
.contact .block-form textarea {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #999;
    background-color: transparent;
    background: transparent;
    padding: 3em 1em 0.5em .1em;
    margin: 0
}

.contact .block-form h3 {
    margin-top: 0
}

.contact .block-form form br {
    display: none
}

.contact .block-form .btn {
    font-size: 110%;
    margin-top: 1.4em;
    padding: .4em 2em .23em
}

.contact .sect-gmaps {
    position: relative
}

@media (max-width: 54em) {
    .contact .sect-gmaps:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: transparent
    }
}

.contact div.wpcf7-mail-sent-ok,
.contact .wpcf7-validation-errors {
    border: 0;
    padding: 1em;
    background: #000;
    color: #fff;
    width: 100%;
    margin: 0;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .9
}

.contact .wpcf7-validation-errors {
    background: #0E1951
}

.contact span.wpcf7-not-valid-tip {
    color: #B29447;
    font-size: 1em;
    display: block
}

.error404 .sect-masthead {
    padding: 0;
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url("../../../../../images/process/process-mast-bg-sm.jpg")
}

@media (min-width: 54em) {
    .error404 .sect-masthead {
        background-image: url("../../../../../images/process/process-mast-bg.jpg")
    }
}

.error404 .sect-masthead .row {
    position: relative;
    z-index: 99
}

.error404 .sect-masthead h1 {
    margin: 0 auto;
    font-family: 'Orbitron', sans-serif;
    font-size: 3.3em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.3em auto 0.1em;
    line-height: 1
}

@media (min-width: 32em) {
    .error404 .sect-masthead h1 {
        font-size: 4em
    }
}

@media (min-width: 54em) {
    .error404 .sect-masthead h1 {
        font-size: 5em
    }
}

@media (min-width: 72em) {
    .error404 .sect-masthead h1 {
        font-size: 6em
    }
}

@media (min-width: 89em) {
    .error404 .sect-masthead h1 {
        font-size: 9em;
        letter-spacing: 0.2em
    }
}

.error404 .sect-masthead h4 {
    font-size: 1.5em;
    letter-spacing: 0.02em
}

@media (min-width: 54em) {
    .error404 .sect-masthead h4 {
        font-size: 2em
    }
}

@media (min-width: 110em) {
    .error404 .sect-masthead h4 {
        font-size: 2.25em
    }
}

.error404 .sect-masthead h3,
.error404 .sect-masthead h4 {
    letter-spacing: -1px;
    margin-top: 0
}

.error404 .sect-masthead a.link-line,
.error404 .sect-masthead .careers article a.link-apply,
.careers article .error404 .sect-masthead a.link-apply {
    font-size: 130%
}

.error404 .sect-masthead a.pigeonwisdom {
    position: absolute;
    bottom: 2em;
    right: 4em;
    z-index: 99
}

.error404 .sect-masthead .overlay {
    background: rgba(0, 0, 0, 0.6)
}

.error404 footer {
    display: none
}

.top-link { position: fixed; right: 25px; bottom: 25px; z-index: 9999; padding: 0.8em 1.4em; opacity: 0; background: rgba(0,0,0,0.3); }

.top-link.active { opacity: 1; }
