/* MAIN */
html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: default-font, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5em;
    background-color: #292c33;
	color: #a9abad;
}

a {
	color: #978668;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus{
    text-decoration: underline;
    outline: none;
}

p{
	margin: 2rem 0;
}

blockquote{
	margin: 2rem 0;
	padding: 0 2rem;
	background-color: #f4f4f5;
	font-size: 1.6rem;
	line-height: 1.5em;
	font-style: italic;
	overflow: hidden;
}

figure{
	margin: 2rem 0;
	text-align: center;
}

figcaption{
    margin: 1rem 0;
    font-style: italic;
}

img,
video{
	max-width: 100%;
	height:auto;
    vertical-align: top;
}

img.aligncenter{
	display: block;
	margin: 2rem auto;
}

ul,
ol{
    padding-left: 2rem;
}

li{
    margin: 1.5rem 0;
}

hr {
	margin: 3rem 0;
	background-color: #e5e5e5;
	height: 0.1rem;
	border: 0;
}

h1,
.h1{
	font-family: heading-font;
    font-weight: 400;
	font-size: 3rem;
	line-height: 1.2em;
    letter-spacing: 0.05em;
	margin: 3rem 0 2rem 0;
    color: #292c33;
}

h2,
.h2{
	font-family: heading-font;
    font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.2em;
    letter-spacing: 0.05em;
	margin: 3rem 0 2rem 0;
    color: #292c33;
}

h3,
.h3{
	font-family: heading-font;
    font-weight: 400;
	font-size: 2rem;
	line-height: 1.2em;
    letter-spacing: 0.05em;
	margin: 3rem 0 2rem 0;
    color: #292c33;
}

h4,
.h4{
	font-family: heading-font;
    font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.2em;
    letter-spacing: 0.05em;
	margin: 2rem 0 0 0;
    color: #292c33;
}

h5,
.h5{
	font-family: heading-font;
    font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.2em;
    letter-spacing: 0.05em;
	margin: 2rem 0 0 0;
    color: #292c33;
}

@media screen and (max-width: 50em) {
    h1,
    .h1{
        font-size: 2.8rem;
        line-height: 1.2em;
        letter-spacing: 0.05em;
    }
    h2,
    .h2{
        font-size: 2.2rem;
        line-height: 1.2em;
        letter-spacing: 0.05em;
    }
}

/* FORMS */
.input{
	display: block;
	width: 100%;
	margin: 0;
	padding: 1rem;
	box-sizing: border-box;
	border-radius:0;
	-webkit-appearance:none;
	font-family: default-font;
	font-size: 1.4rem;
	line-height: 2rem;
	height: 4rem;
	border: none;
	outline: 0.1rem solid transparent;
    outline-offset: -0.1rem;
	background-color: #f4f4f5;
	color: #292c33;
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2) inset;
	transition: outline 0.2s linear;
}

.input:focus{
    outline: 0.1rem solid rgba(151,134,104,0.5);
}

.input-hp{
	display: none;
}

::-webkit-input-placeholder{
    font-family: heading-font;
    letter-spacing: 0.05em;
	color: inherit;
    opacity: 0.75;
}

::-moz-placeholder{
    font-family: heading-font;
    letter-spacing: 0.05em;
	color: inherit;
    opacity: 0.75;
}

:-ms-input-placeholder{
    font-family: heading-font;
    letter-spacing: 0.05em;
	color: inherit;
    opacity: 0.75;
}

.button{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
    margin: 0;
    padding: 1rem 2rem;
	box-sizing: border-box;
	border-radius:0;
    font-family: heading-font;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
    border: none;
	outline: 0.1rem solid transparent;
    outline-offset: -0.1rem;
	background-color: #978668;
	color: #ffffff;
	cursor:pointer;
	transition: all 0.2s linear;
}

.button:hover,
.button:focus{
	background-color: transparent;
	color: #978668;
    outline: 0.1rem solid rgba(151,134,104,0.5);
    text-decoration: none;
}

.button:disabled,
.button.disabled{
	background-color: transparent;
	color: #949599;
    outline: 0.1rem solid rgba(190, 191, 193, 0.5);
}

/* UNIFORM */
.checker{
	display:inline-block; vertical-align:middle;
	width:2rem;
	height:2rem;
	margin-right: 0.5rem;
	text-align:center;
	font-family: icon-font;
	font-size: 1.4rem;
	line-height:2rem;
    outline: 0.1rem solid transparent;
    outline-offset: -0.1rem;
	background-color: #f4f4f5;
	color: #978668;
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2) inset;
    position: relative;
	transition: outline 0.2s linear;
}

.checker.focus{
    outline: 0.1rem solid rgba(151,134,104,0.5);
}

.checker .checked:before{
	content:"\f00c";
}

.checker input{
	position: absolute;	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor:pointer;
}

.uploader{
	position: relative;
	overflow: hidden;
}

.uploader .filename{
	display: inline-block;
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 2rem;
	border: none;
	outline: 0.1rem solid transparent;
    outline-offset: -0.1rem;
	background-color: #f4f4f5;
	color: #292c33;
}

.uploader .action{
	display: inline-block;
	width: 15rem;
	margin-left: -15rem;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
    font-family: heading-font;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
    border: none;
	outline: 0.1rem solid transparent;
    outline-offset: -0.1rem;
	background-color: #978668;
	color: #ffffff;
	transition: all 0.2s linear;
}

.uploader:hover .action,
.uploader.focus .action{
	background-color: #f4f4f5;
	color: #978668;
    outline: 0.1rem solid rgba(151,134,104,0.5);
    text-decoration: none;
}

.uploader input{
	position: absolute;	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor:pointer;
}

/* CUSTOM SELECT */
.custom-select{
    position: relative;
}

.custom-select select{
    position: absolute; top: 0; left: 0; z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
}

.custom-select .current{
	display: block;
	width: 100%;
	margin: 0;
	padding: 1rem 5rem 1rem 1rem;
	box-sizing: border-box;
	border-radius:0;
	-webkit-appearance:none;
	font-family: heading-font;
    letter-spacing: 0.05em;
	font-size: 1.4rem;
	line-height: 2rem;
	height: 4rem;
	border: none;
	outline: 0.1rem solid transparent;
	outline-offset: -0.1rem;
	background-color: #f4f4f5;
	color: #292c33;
	box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2) inset;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    cursor: pointer;
	transition: outline 0.2s linear;
}

.custom-select .current:focus{
	outline: 0.1rem solid rgba(151,134,104,0.5);
}

.custom-select .current:after{
	content:"\f078";
	display: block;
    position: absolute; top: 0; right: 0;
    width: 4rem;
    height: 4rem;
	padding: 1rem;
	box-sizing: border-box;
	font-family: icon-font;
	text-align: center;
    background-color: #978668;
	color: #ffffff;
}

.custom-select ul{
	display: none;
	list-style: none;
    position: absolute; top: 100%; left: 0; z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.2);
}

.custom-select.open ul{
    display: block;
}

.custom-select li{
    margin: 0;
    padding: 1rem;
	font-family: heading-font;
    letter-spacing: 0.05em;
	font-size: 1.4rem;
	line-height: 2rem;
    outline: none;
    background-color: #ffffff;
	color: #292c33;
    cursor: pointer;
}

.custom-select li:not(.disabled):hover,
.custom-select li:not(.disabled):focus{
	background-color: #f4f4f5;
}

.custom-select li.disabled{
	color: #949599;
}

/* VIDEO PLAYER */
.video-player{
	margin: 3rem 0;
    position: relative; z-index: 0;
	overflow: hidden;
}

.video-player:before{
    content: "";
    display: block;
    padding-bottom: 56.25%;
    background-color: #111111;
}

.video-player .video,
.video-player .plyr,
.video-player iframe{
    position: absolute; top: 0; left: 0;
	width: 100%;
	height: 100%;
}

.video-player .plyr__poster{
	background-size: cover;
}

.video-player .plyr--video.plyr--paused .plyr__control--overlaid,
.video-player .plyr--video.plyr--stopped .plyr__controls{
    visibility: hidden;
	opacity:0;
}

.video-player .plyr--video.plyr--stopped .plyr__control--overlaid{
    visibility: visible;
	opacity:1;
}

.video-player .plyr--video .plyr__control--overlaid{
	background-color: #978668;
	color: #ffffff;
    transform: translate(-50%,-50%) scale(1.5);
    box-shadow: none;
}

.video-player .plyr--video .plyr__control--overlaid.plyr__tab-focus,
.video-player .plyr--video .plyr__control--overlaid:hover,
.video-player .plyr--video .plyr__control--overlaid[aria-expanded=true]{
    background-color: #71644e;
	color: #ffffff;
    box-shadow: none;
}

.video-player .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.video-player .plyr--video .plyr__controls .plyr__control:hover,
.video-player .plyr--video .plyr__controls .plyr__control[aria-expanded=true]{
	background-color: #978668;
    box-shadow: none;
}

.video-player .plyr--video input[type=range] {
	color: #978668;
}

.video-player .plyr--video input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{
    box-shadow: none;
}

.video-player .plyr--video input[type=range].plyr__tab-focus::-moz-range-track{
    box-shadow: none;
}

.video-player .plyr--video input[type=range].plyr__tab-focus::-ms-track{
    box-shadow: none;
}

.video-player .plyr--video input[type=range].plyr__tab-focus::-webkit-slider-thumb{
    box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)
}

.video-player .plyr--video input[type=range].plyr__tab-focus::-moz-range-thumb{
    box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)
}

.video-player .plyr--video input[type=range].plyr__tab-focus::-ms-thumb{
    box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)
}

/* AUDIO PLAYER */
.audio-player{
	margin: 3rem 0;
    position: relative; z-index: 0;
}

.audio-player .plyr--audio .plyr__controls{
    background-color: #f4f4f5;
}

.audio-player .plyr--audio .plyr__controls .plyr__control.plyr__tab-focus,
.audio-player .plyr--audio .plyr__controls .plyr__control:hover,
.audio-player .plyr--audio .plyr__controls .plyr__control[aria-expanded=true]{
	background-color: #978668;
    box-shadow: none;
}

.audio-player .plyr--audio input[type=range] {
	color: #978668;
}

.audio-player .plyr--audio input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{
    box-shadow: none;
}

.audio-player .plyr--audio input[type=range].plyr__tab-focus::-moz-range-track{
    box-shadow: none;
}

.audio-player .plyr--audio input[type=range].plyr__tab-focus::-ms-track{
    box-shadow: none;
}

.audio-player .plyr--audio input[type=range].plyr__tab-focus::-webkit-slider-thumb{
    box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)
}

.audio-player .plyr--audio input[type=range].plyr__tab-focus::-moz-range-thumb{
    box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)
}

.audio-player .plyr--audio input[type=range].plyr__tab-focus::-ms-thumb{
    box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)
}

/* MAGAZINE EMBED */
.magazine-embed{
    width: 100%;
    margin: 3rem 0;
    background-color: #f4f4f5;
    position: relative;
}

.magazine-embed:before{
    content: "";
    display: block;
    padding-bottom: 66.66%;
}

.magazine-embed iframe{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

/* GALLERY */
.gallery{
    margin: 3rem 0;
    overflow: hidden;
}

.gallery .rsHor{
    position: relative; z-index: 0;
    background-color: #111111;
    color: #a9abad;
}

.gallery .rsPreloader {
	position:absolute; top:50%; left:50%;
	width:4rem;
	height:4rem;
	margin-left:-2rem;
	margin-top:-2rem;
	text-align: center;
	font-size: 3rem;
	line-height: 4rem;
	color: rgba(255,255,255,0.25);
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.gallery .rsPreloader::after{
	content:"\f013";
	font-family: icon-font;
}

.gallery .rsFullscreen {
    position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 3;
    height: auto !important;
    width: auto !important;
}

.gallery .rsHor .slide{
    margin: 0;
}

.gallery .rsHor .slide img{
	display: block;
}

.gallery .rsHor .slide .caption{
    position: absolute; bottom: 0; left: 0;
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
    background-color: rgba(17, 17, 17, 0.5);
}

.gallery button{
	width: 4rem;
	height: 4rem;
    margin: 0;
    padding: 0;
    font-family: icon-font;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
    border: none;
    outline: none;
    background-color: rgba(17, 17, 17, 0.5);
	color: #FFFFFF;
	transition: background-color 0.2s linear;
}

.gallery button:hover,
.gallery button:focus{
	background-color: #978668;
}

.gallery .rsFullscreenBtn{
    position:absolute; top:0; right: 0;
}

.gallery .rsFullscreenIcn:before{
	content:"\f065";
}

.gallery .rsFullscreen .rsFullscreenIcn:before{
	content:"\f066";
}

.gallery .rsArrowLeft button{
    position:absolute; top:50%; left: 0;
    margin-top: -2rem;
}

.gallery .rsArrowRight button{
	position:absolute; top:50%; right: 0;
    margin-top: -2rem;
}

.gallery .rsArrowLeft .rsArrowIcn:before{
	content: "\f104";
}

.gallery .rsArrowRight .rsArrowIcn:before{
	content: "\f105";
}

.gallery .rsArrowDisabled button{
    display: none;
}

.gallery .rsNav{
    width: 100%;
    padding: 5px 0;
}

.gallery .rsThumb{
    width: 10rem;
}

.gallery .rsThumb.rsNavSelected{
    opacity: 0.5;
}

@media screen and (max-width: 50em) {
    .gallery .rsNav{
        display: none;
        height: 0;
    }
}

/* SHARE THIS */
#share-this{
    margin: 5rem 0;
}

#share-this ul{
	list-style: none;
	margin: -0.5rem;
	padding: 0;
}

#share-this li{
	display: inline-block; vertical-align: middle;
	margin: 0;
	padding: 0.5rem;
}

#share-this a{
	display: inline-block; vertical-align: middle;
}

#share-this span{
	display: none;
}

#share-this a:before{
    display: inline-block; vertical-align: middle;
    width: 2em;
    border-radius: 50%;
    text-align: center;
	font-family: icon-font;
	font-size: 2rem; 
	line-height: 2em;
    color: #ffffff;
    transition: color 0.2s linear, background-color 0.2s linear;
}

#share-this .facebook a:before {
	content:"\f09a";
    background-color: #425695;
    border: 0.1rem solid #425695;
}

#share-this .facebook a:hover:before,
#share-this .facebook a:focus:before{
    background-color: transparent;
    color: #425695;    
}

#share-this .twitter a:before{
	content: "\f099";
    background-color: #5ca8ed;
    border: 0.1rem solid #5ca8ed;
}

#share-this .twitter a:hover:before,
#share-this .twitter a:focus:before{
    background-color: transparent;
    color: #5ca8ed;
}

#share-this .linkedin a:before {
	content:"\f0e1";
    background-color: #1f74b4;
    border: 0.1rem solid #1f74b4;
}

#share-this .linkedin a:hover:before,
#share-this .linkedin a:focus:before{
    background-color: transparent;
    color: #1f74b4;
}

#share-this .google-plus a:before {
	content:"\f0d5";
    background-color: #dc5343;
    border: 0.1rem solid #dc5343;
}

#share-this .google-plus a:hover:before,
#share-this .google-plus a:focus:before{
    background-color: transparent;
    color: #dc5343;
}

#share-this .pinterest a:before{
	content: "\f231";
    background-color: #ca2b2a;
    border: 0.1rem solid #ca2b2a;
}

#share-this .pinterest a:hover:before,
#share-this .pinterest a:focus:before{
    background-color: transparent;
    color: #ca2b2a;
}

/* ROW */
.row{
	position: relative;
	overflow: hidden;
}

.row > .inner{
	margin: 6rem auto;
	padding: 0 3rem;
	max-width:120rem;
}

@media screen and (max-width: 75em) {
    .row > .inner {
        max-width: 80rem;
    }
}

@media screen and (max-width: 50em) {
    .row > .inner {
        max-width: 40rem;
    }
}

/* SIDEBAR */
.sidebar{
	display: inline-block; vertical-align: top;
	width: 100%;
    margin: -6rem 0;
	position: relative;
}

.sidebar > .left{
    display: inline-block; vertical-align: top;
    width: 100%;
    padding-right: 35rem;
    box-sizing: border-box;
}

.sidebar > .left > .inner{
    margin: 6rem 0;
    max-width: 80rem;
}

.sidebar > .right{
    display: inline-block; vertical-align: top;
    width: 32rem;
    margin-left: -32rem;
}

.sidebar > .right > .inner{
	margin:  6rem 0;
}

@media screen and (max-width: 75em) {
    .sidebar > .left,
    .sidebar > .right{
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
}

/* GRID */
.grid{
	margin: 6rem auto;
	overflow: hidden;
}

.grid > .inner{
	margin: -3rem -1.5rem;
}

.grid > .inner > .grid-item{
	display: inline-block;
	vertical-align: top;
}

.grid > .inner > .grid-item > .inner{
	margin: 3rem auto;
	padding: 0 1.5rem;
}

/* HEADER */
#header{
    background-color: #292c33;
    color: #ffffff;
    text-align: center;
}

#header > .inner{
    margin: 2rem auto;
}

#header .logo{
    text-decoration: none;
}

#header .logo h1{
    display: inline-block; vertical-align: middle;
    max-width: 100%;
    margin: 0;
	font-size: 1.6rem;
	line-height: 1.2em;
    letter-spacing: 0.2em;
    color: #ffffff;
}

#header .logo h1:before{
    content: "";
    display: block;
    width: 27rem;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 33.33%;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#header .logo h1 span{
    display: none;
}

#header .region{
    margin: 1rem auto;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
}

/* MAIN MENU */
#main-menu .sticky{
	width: 100%;
    overflow: visible;
    position: relative; z-index: 1;
    background-color: #978668;
    color: #ffffff;
}

#main-menu.stuck .sticky{
	position: fixed; top: 0; left: 0;
}

#main-menu .sticky > .inner{
	margin: 0 auto;
}

#main-menu .menu-toggle{
    display: none;
}

#main-menu > .inner{
    margin: 0 auto;
}

#main-menu .menu{
    list-style: none;
    margin: 0 -1.4rem;
    padding: 0;
    text-align: justify;
    line-height: 0;
}

#main-menu .menu:after{
    content: "";
    display: inline-block; vertical-align: top;
    width: 100%;
}

#main-menu .menu > li{
    display: inline-block; vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}

#main-menu .menu > li.current-menu-item:after{
    content: "";
    display: block;
    position: absolute; top: 100%; left: 50%; z-index: 1;
    margin-left: -1rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #978668;
}

#main-menu .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: icon-font;
    margin-left: 0.5rem;
}

#main-menu .sub-menu{
    display: none;
    position: absolute; top: 100%; left: 0; z-index: 1;
	width: 20rem;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #ac9e86;
}

#main-menu .sub-menu > li{
    margin: 0;
    padding: 0;
}

#main-menu .sub-menu > li:not(:last-of-type){
    border-bottom: 0.1rem solid #978668;
}

#main-menu .menu a{
    display: block;
    padding: 1.2rem 1.4rem;
    font-family: heading-font;
    line-height: 1.2em;
    color: #ffffff;
    transition: color 0.2s linear;
}

#main-menu .menu a:hover,
#main-menu .menu a:focus{
    color: #292c33;
    text-decoration: none;
}

@media screen and (max-width: 75em) {
	#main-menu .sticky{
		max-height: 100vh;
		overflow-y: auto;
	}
    #main-menu .sticky > .inner{
        padding: 0;
        max-width: none;
		overflow: hidden;
    }
	#main-menu .menu-toggle{
		display: block;
        width: 100%;
		margin: 0;
        padding: 1.2rem 1.4rem;
        font-family: heading-font;
        line-height: 1.2em;
        background-color: #978668;
        color: #ffffff;
        border: none;
        outline: none;
	}
    #main-menu .menu-toggle:hover,
    #main-menu .menu-toggle:focus{
        color: #292c33;
    }
	#main-menu .menu-toggle:after{
		content: "\f107";
		font-family: icon-font;
        margin-left: 0.5rem;
	}
	#main-menu .menu{
		display: none;
        text-align: center;
        margin: 0;
	}
	#main-menu .menu > li{
		display: block;
        border-top: 0.1rem solid #ac9e86;;
	}
    #main-menu .menu > li.current-menu-item:after{
        display: none;
    }
    #main-menu .sub-menu{
        position: static;
		width: 100%;
        text-align: center;
	}
    #main-menu .sub-menu > li{
		display: block;
	}
	#main-menu > a{
		display: block;
	}
}

/* MAIN */
main{
	overflow: hidden;
	background-color: #ffffff;
	color: #7f8085;
}

/* HERO HOME */
#hero-home{
    position: relative; z-index: 0;
    overflow: hidden;
    background-color: #111111;
    color: #ffffff;
}

#hero-home:before{
    content: "";
	display: inline-block; vertical-align: middle;
    width: 100%;
    min-height: inherit;
    margin-right: -100%;
    padding-bottom: 20%;
    box-sizing: border-box;
}

#hero-home > .inner{
    display: inline-block; vertical-align: middle;
    width: 100%;
}

#hero-home .background{
    position:absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hero-home .background:after{
    content: "";
    display: block;
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: #292c33;
    opacity: 0.1;
}

#hero-home .image-slider{
    position:absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#hero-home .image-slider:after{
	content: "";
	position: absolute; bottom: 0; left: 0; 
	width: 100%;
	height: 20rem;
	background: linear-gradient(to bottom, rgba(41, 44, 51, 0), rgba(41, 44, 51, 1));
}

#hero-home .image-slider .slides{
	position:absolute; top: 0; left: 0;
    width: 100%;
    min-height: 100%;
}

#hero-home .image-slider .slides:before{
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

#hero-home .image-slider .slide{
	position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-animation: slide-animation 10s ease-out;
       -moz-animation: slide-animation 10s ease-out;
         -o-animation: slide-animation 10s ease-out;
            animation: slide-animation 10s ease-out;
}

#hero-home .logos-slider{
	position: absolute; bottom: 0; left: 0; z-index: 1;
	width: 100%;
}

#hero-home .logos-slider .logos{
	width: 100%;
	height: 10rem;
	line-height: 10rem;
	position: relative;
	text-align: center;
	overflow: hidden;
}

#hero-home .logos-slider .logo{
	display:inline-block; vertical-align:middle;
	padding: 1rem;
    margin: 0 3rem;
	line-height: 1.5em;
}

#hero-home .logos-slider .logo:focus{
    outline: 0.1rem solid #978668;
}

#hero-home .logos-slider img{
    vertical-align: middle;
}

#hero-home .overlay{
    position: relative;
    padding-bottom: 7rem;
}

#hero-home .overlay > .inner{
    margin: 8rem 0;
    padding: 0 3rem;
}

#hero-home .overlay .title{
    display: inline-block; vertical-align: top;
    margin: 0;
    padding: 2rem;
    max-width: 50rem;
    box-sizing: border-box;
    background-color: #292c33;
    color: #ffffff;
}

#hero-home .overlay .description{
    display: inline-block; vertical-align: top;
    margin: 0;
    padding: 2rem;
    max-width: 60rem;
    box-sizing: border-box;
    background-color: #ffffff;
	color: #7f8085;
}

@media screen and (max-width: 75em) {
    #hero:before{
        padding-bottom: 50%;
    }
    #hero-home .background:after{
        opacity: 0.75;
    }
    #hero-home .overlay{
        text-align: center;
    }
    #hero-home .overlay .title{
        display: block;
        margin: 2rem auto;
        padding: 0;
        background-color: transparent;
        color: #ffffff;
    }
    #hero-home .overlay .title:after{
        content: "";
        display: block;
        max-width: 5rem;
        height: 0.2rem;
        background-color: #978668;
        margin: 1rem auto;
    }
    #hero-home .overlay .description{
        display: block;
        margin: 2rem auto;
        padding: 0;
        background-color: transparent;
        color: #e5e5e5;
    }
}

/* HERO */
#hero-static{
    position: relative; z-index: 0;
    overflow: hidden;
    background-color: #111111;
    color: #ffffff;
}

#hero-static:before{
    content: "";
	display: inline-block; vertical-align: middle;
    width: 100%;
    min-height: inherit;
    margin-right: -100%;
    padding-bottom: 20%;
    box-sizing: border-box;
}

#hero-static > .inner{
    display: inline-block; vertical-align: middle;
    width: 100%;
}

#hero-static .background{
    position:absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#hero-static .background:after{
    content: "";
    display: block;
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: #292c33;
    opacity: 0.1;
}

#hero-static .background .parallax{
    position:absolute; top: 0; left: 0;
    width: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

#hero-static .background  .parallax:before{
    content: "";
    display: block;
    padding-bottom: 40%;
}

#hero-static .overlay{
    position: relative; z-index: 1;
}

#hero-static .overlay > .inner{
    margin: 5rem auto;
}

#hero-static .overlay .title{
    display: inline-block; vertical-align: top;
    margin: 0;
    padding: 2rem;
    max-width: 50rem;
    box-sizing: border-box;
    background-color: #292c33;
    color: #ffffff;
}

#hero-static .overlay .description{
    display: inline-block; vertical-align: top;
    margin: 0;
    padding: 2rem;
    max-width: 60rem;
    box-sizing: border-box;
    background-color: #ffffff;
	color: #7f8085;
}

@media screen and (max-width: 75em) {
    #hero-static .background:after{
        opacity: 0.8;
    }
    #hero-static .overlay{
        display: block;
        text-align: center;
        padding: 0;
    }
    #hero-static .overlay .title{
        display: block;
        margin: 2rem auto;
        padding: 0;
        background-color: transparent;
        color: #ffffff;
    }
    #hero-static .overlay .title:after{
        content: "";
        display: block;
        max-width: 5rem;
        height: 0.2rem;
        background-color: #978668;
        margin: 1rem auto;
    }
    #hero-static .overlay .description{
        display: block;
        margin: 2rem auto;
        padding: 0;
        background-color: transparent;
        color: #e5e5e5;
    }
}

/* INTRODUCTION */
#introduction{
    background-color: #f4f4f5;
    text-align: center;
}

#introduction > .inner{
    max-width: 65rem;
}

#introduction .more{
    margin: 3rem auto;
}

/* LATEST NEWS */
#latest-news > .inner{
	margin: 5rem 0;
}

#latest-news .heading{
    text-align: center;
}

/* NEWS */
#news .search-form{
	position: relative;
	margin: 5rem 0;
}

#news .search-form .input{
	padding-right: 5rem;
}

#news .search-form .button{
    position: absolute; top: 0; right: 0;
    width: 4rem;
	height: 4rem;
    padding: 1rem 0;
	box-sizing: border-box;
    text-align: center;
    font-size: 1.5rem;
}

#news .search-form .button span{
    display: none;
}

#news .search-form .button:before{
    content: "\f002";
    font-family: icon-font;
    display: inline-block; vertical-align: top;
}

#news .articles{
    margin: 5rem 0;
    overflow: hidden;
}

#news .articles > .inner{
    margin: -3rem 0;
}

#news .article{
    position: relative;
    overflow: hidden;
}

#news .article:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}

#news .article .left{
    display: inline-block; vertical-align: top;
    width: 50%;
    padding-right: 3rem;
    box-sizing: border-box;
}

#news .article .right{
    display: inline-block; vertical-align: top;
    width: 50%;
}

#news .article .left > .inner,
#news .article .right > .inner{
    margin: 3rem 0;
}

#news .article .thumbnail{
    margin: 2rem 0;
    background-color: #f4f4f5;
    position: relative;
    overflow: hidden;
}

#news .article .thumbnail:before{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}

#news .article .thumbnail:after{
    content: "";
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: all 0.2s ease-in-out;
}

#news .article:hover .thumbnail:after,
#news .article:focus-within .thumbnail:after{
    border: 0.1rem solid #cac2b3;
    box-shadow: inset 0 0 0 0.5rem #ffffff;
}

#news .article .thumbnail img{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#news .article .date{
    display: block;
    margin: 1rem 0;
    font-family: heading-font;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #949599;
}

#news .article a{
    text-decoration: none;
}

#news .article a:before{
    content: "";
    display: block;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
}
 
#news .article .title{
    margin: 1rem 0;
	transition: color 0.2s linear;
}

#news .article a:hover .title,
#news .article a:focus .title{
    color: #978668;
}

#news .article .excerpt{
    margin: 1rem 0;
}

#news .more{
    margin: 5rem 0;
    text-align: center;
}

@media screen and (max-width: 50em) {
    #news .article .left,
    #news .article .right{
        display: block;
        width: auto;
        padding: 0;
    }
    #news .article .left > .inner{
        margin-bottom: 0;
    }
    #news .article .right > .inner{
        margin-top: 0;
    }
}

/* ARTICLE */
#article .header{
	margin: 3rem auto;
}

#article .header .title{
    margin-bottom: 1rem;
}

#article .header .date{
    display: block;
    margin-bottom: 3rem;
    font-family: heading-font;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #949599;    
}

/* TESTIMONIALS */
#testimonials .testimonials{
    margin: 5rem 0;
    overflow: hidden;
}

#testimonials .testimonials > .inner{
    margin: -3rem 0;
}

#testimonials .testimonial{
    margin: 0;
    position: relative; z-index: 0;
	text-align: left;
}

#testimonials .testimonial:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}

#testimonials .testimonial .left{
	display: inline-block; vertical-align: top;
	width: 25rem;
	position: relative; z-index: 1;
	text-align: right;
	font-style: normal;
}

#testimonials .testimonial .right{
	display: inline-block; vertical-align: top;
	width: 100%;
	margin-left: -25rem;
	padding-left: 28rem;
	box-sizing: border-box;
}

#testimonials .testimonial .left > .inner,
#testimonials .testimonial .right > .inner{
	margin: 3rem 0;
}

#testimonials .testimonial .photo{
	max-width: 12rem;
	border-radius: 50%;
}

#testimonials .testimonial .name{
	margin: 2rem 0 0.5rem 0;
}

#testimonials .testimonial .job-title{
    display: block;
    font-family: heading-font;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #949599;
}

#testimonials .testimonial .comment{
	margin:1em 0;
	padding: 0;
	background-color: transparent;
	overflow: visible;
}

#testimonials .more{
    margin: 5rem 0;
    text-align: center;
}

@media screen and (max-width: 50em) {
	#testimonials .testimonial .left,
	#testimonials .testimonial .right{
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		text-align: center;
	}
}

/* SUCCESS STORIES */
#success-stories .success-stories{
    margin: 5rem 0;
    overflow: hidden;
}

#success-stories .success-stories > .inner{
    margin: -3rem 0;
}

#success-stories .success-story{
    position: relative;
    overflow: hidden;
}

#success-stories .success-story:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}

#success-stories .success-story .left{
    display: inline-block; vertical-align: top;
    width: 50%;
    padding-right: 3rem;
    box-sizing: border-box;
}

#success-stories .success-story .right{
    display: inline-block; vertical-align: top;
    width: 50%;
}

#success-stories .success-story .left > .inner,
#success-stories .success-story .right > .inner{
    margin: 3rem 0;
}

#success-stories .success-story .thumbnail{
    margin: 2rem 0;
    background-color: #f4f4f5;
    position: relative;
    overflow: hidden;
}

#success-stories .success-story .thumbnail:before{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}

#success-stories .success-story .thumbnail:after{
    content: "";
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: all 0.2s ease-in-out;
}

#success-stories .success-story:hover .thumbnail:after,
#success-stories .success-story:focus-within .thumbnail:after{
    border: 0.1rem solid #cac2b3;
    box-shadow: inset 0 0 0 0.5rem #ffffff;
}

#success-stories .success-story .thumbnail img{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#success-stories .success-story a{
    text-decoration: none;
}

#success-stories .success-story a:before{
    content: "";
    display: block;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
}
 
#success-stories .success-story .title{
    margin: 1rem 0;
	transition: color 0.2s linear;
}

#success-stories .success-story a:hover .title,
#success-stories .success-story a:focus .title{
    color: #978668;
}

#success-stories .success-story .excerpt{
    margin: 1rem 0;
}

#success-stories .more{
    margin: 5rem 0;
    text-align: center;
}

@media screen and (max-width: 50em) {
    #success-stories .success-story .left,
    #success-stories .success-story .right{
        display: block;
        width: auto;
        padding: 0;
    }
    #success-stories .success-story .left > .inner{
        margin-bottom: 0;
    }
    #success-stories .success-story .right > .inner{
        margin-top: 0;
    }
}

/* EVENTS */
#events .events{
    margin: 5rem 0;
	position: relative; z-index: 0;
}

#events .events .heading{
	margin: 0;
	padding: 3rem;
	text-align: center;
	background-color: #f4f4f5;
	border: 0.1rem solid #e5e5e5;
}

#events .event{
    position: relative;
	padding: 0 3rem;
	background-color: #ffffff;
	border: 0.1rem solid #e5e5e5;
}

#events .event:not(:first-child){
	margin-top: -0.1rem;
}

#events .event:nth-of-type(even){
	background-color: #fcfcfc;
}

#events .event .left{
    display: inline-block; vertical-align: top;
    width: 33.33%;
    padding-right: 3rem;
    box-sizing: border-box;
	text-align: right;
}

#events .event .right{
    display: inline-block; vertical-align: top;
    width: 66.66%;
}

#events .event .left > .inner,
#events .event .right > .inner{
    margin: 3rem 0;
}

#events .event .date{
    margin: 1rem 0;
    color: #978668;
}

#events .event .venue{
    display: block;
    margin: 1rem 0;
    font-family: heading-font;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #949599;
}

#events .event a{
    text-decoration: none;
}

#events .event a:before{
    content: "";
    display: block;
    position: absolute; top: -0.1rem; bottom: -0.1rem; left: -0.1rem; right: -0.1rem; z-index: 1;
	border: 0.1rem solid transparent;
	box-sizing: border-box;
	transition: border-color 0.2s linear;
}

#events .event a:hover:before{
    border-color: #cac2b3;
}
 
#events .event .title{
    margin: 1rem 0;
	transition: color 0.2s linear;
}

#events .event a:hover .title,
#events .event a:focus .title{
    color: #978668;
}

#events .event .excerpt{
    margin: 1rem 0;
}

#events .more{
    margin: 5rem 0;
    text-align: center;
}

@media screen and (max-width: 50em) {
    #events .event .left,
    #events .event .right{
        display: block;
        width: auto;
        padding: 0;
		text-align: left;
    }
    #events .event .left > .inner{
        margin-bottom: 0;
    }
    #events .event .right > .inner{
        margin-top: 0;
    }
}

/* MAGAZINE */
#magazine .grid-item{
    width: 33.33%;
}

#magazine .grid-item > .inner{
    max-width: 30rem;
}

#magazine .magazine{
    position: relative;
	text-align: center;
}

#magazine .magazine .thumbnail{
    margin: 2rem 0;
    background-color: #f4f4f5;
    position: relative;
    overflow: hidden;
}

#magazine .magazine .thumbnail:before{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 130%;
}

#magazine .magazine .thumbnail:after{
    content: "";
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #e5e5e5;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: all 0.2s ease-in-out;
}

#magazine .magazine:hover .thumbnail:after,
#magazine .magazine:focus-within .thumbnail:after{
    border: 0.1rem solid #cac2b3;
    box-shadow: inset 0 0 0 0.5rem #ffffff;
}

#magazine .magazine .thumbnail img{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#magazine .magazine a{
    text-decoration: none;
}

#magazine .magazine a:before{
    content: "";
    display: block;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
}
 
#magazine .magazine .title{
    margin: 0.5rem 0;
	transition: color 0.2s linear;
}

#magazine .magazine .date{
    display: block;
    margin: 0.5rem 0;
    font-family: heading-font;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #949599;
}

#magazine .magazine a:hover .title,
#magazine .magazine a:focus .title{
    color: #978668;
}

#magazine .magazine .excerpt p{
    margin: 1rem 0;
}

#magazine .more{
    margin: 5rem 0;
	text-align: center;
}

@media screen and (max-width: 50em) {
    #magazine .grid-item{
        width: 100%;
    }
}

/* OTHER ISSUES */
#other-issues{
    background-color: #f4f4f5;
	text-align: center;
}

/* AWARD WINNERS */
#award-winners{
	margin: 5rem 0;
}

#award-winners .grid-item{
	width: 20%;
}

#award-winners .grid-item .logo{
	max-width: 15rem;
	margin: auto;
	position: relative;
}

#award-winners .grid-item .logo:before{
	content: "";
	display: block;
	padding-bottom: 50%;
}

#award-winners .grid-item .logo img{
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

#award-winners .grid-item .logo a:hover,
#award-winners .grid-item .logo a:focus{
	opacity: 0.5;
}

@media screen and (max-width: 50em) {
    #award-winners .grid-item{
        width: 33.33%;
    }
}

/* GLOBAL OFFICES */
#global-offices .grid > .inner{
	margin: -3rem -2.5rem;
}

#global-offices .grid-item{
    width: 25%;
}

#global-offices .grid > .inner > .grid-item > .inner{
	padding: 0 2.5rem;
}

#global-offices ul{
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
}

#global-offices li{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

#global-offices .flag{
    display: inline-block; vertical-align: middle;
    width: 2.4rem;
    margin-right: -2.4rem;
    
}

#global-offices li .h5{
    display: inline-block; vertical-align: middle;
    margin: 0;
    max-width: 100%;
	padding: 1.4rem 0 1rem 3.4rem;
    box-sizing: border-box;
}

#global-offices li a:hover .h5,
#global-offices li a:focus .h5{
	color: #978668;
}

@media screen and (max-width: 75em) {
    #global-offices .grid-item{
        width: 50%;
    }
}

@media screen and (max-width: 50em) {
    #global-offices .grid-item{
        width: 100%;
    }
}

/* CONTACT */
#contact{
    text-align: center;
}

#contact .office:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}

#contact .office > .inner{
	margin: 5rem 0;
}

#contact .office .details{
	margin: 3rem 0;
}

#contact .details .grid-item{
    width: 50%;
}

#contact .details .grid-item:nth-child(odd){
	text-align: right;
}

#contact .details .grid-item:nth-child(even){
	text-align: left;
}

#contact .staff{
	margin: 5rem 0;
}

#contact .staff .grid{
	margin: 3rem 0;
}

#contact .staff .grid-item{
    width: 33.33%;
}

#contact .staff .photo{
	display: block;
	max-width: 12rem;
	margin: 2rem auto;
    border-radius: 50%;
	position: relative;
	overflow: hidden;
	background-color: #f4f4f5;
}

#contact .staff .photo:before{
	content: "";
	display: block;
	padding-bottom: 100%;
}

#contact .staff .photo img{
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 100%;
}

#contact .staff .name{
	margin: 2rem 0 0.5rem 0;
}

#contact .staff .job-title{
    display: block;
    font-family: heading-font;
    font-size: 1.2rem;
    line-height: 1.2em;
    color: #949599;
}

@media screen and (max-width: 50em) {
	#contact .details .grid-item:nth-child(odd),
	#contact .details .grid-item:nth-child(even){
    	display: block;
		width: auto;
		text-align: inherit;
	}
	#contact .staff .grid-item{
    	display: block;
		width: auto;
	}
}

/* BRAND GUIDELINES */
#brand-guidelines{
    position: relative; z-index: 0;
    margin: 6rem 0;
    overflow: hidden;
}

#brand-guidelines > .inner{
    margin: -3rem 0;
}

#brand-guidelines > .inner > .left{
    display: inline-block; vertical-align: top;
    width: 30rem;
    margin-right: -30rem;
    position: relative; z-index: 1;
}

#brand-guidelines > .inner > .right{
    display: inline-block; vertical-align: top;
    width: 100%;
    padding-left: 40rem;
    box-sizing: border-box;
}

#brand-guidelines > .inner > .left > .inner,
#brand-guidelines > .inner > .right > .inner{
    margin: 3rem 0;
}

@media screen and (max-width: 75em){
    #brand-guidelines > .inner > .left,
    #brand-guidelines > .inner > .right{
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
}


/* LOGO DOWNLOADS */
#logo-downloads{
    position: relative; z-index: 0;
    margin: 6rem 0;
    overflow: hidden;
}

#logo-downloads > .inner{
    margin: -3rem 0;
}

#logo-downloads > .inner > .left{
    display: inline-block; vertical-align: top;
    width: 30rem;
    margin-right: -30rem;
    position: relative; z-index: 1;
}

#logo-downloads > .inner > .right{
    display: inline-block; vertical-align: top;
    width: 100%;
    padding-left: 40rem;
    box-sizing: border-box;
}

#logo-downloads > .inner > .left > .inner,
#logo-downloads > .inner > .right > .inner{
    margin: 3rem 0;
}

#logo-downloads .downloads{
    margin: 3rem 0;
    overflow: hidden;
}

#logo-downloads .downloads > .inner{
    margin: -3rem 0;
}

#logo-downloads .download{
    position: relative;
    overflow: hidden;
}

#logo-downloads .download:not(:last-of-type){
    border-bottom: 1px solid #e5e5e5;
}

#logo-downloads .download .left{
    display: inline-block; vertical-align: top;
    width: 50%;
    padding-right: 3rem;
    box-sizing: border-box;
}

#logo-downloads .download .right{
    display: inline-block; vertical-align: top;
    width: 50%;
}

#logo-downloads .download .left > .inner,
#logo-downloads .download .right > .inner{
    margin: 3rem 0;
}

#logo-downloads .download .thumbnail{
    margin: 2rem 0;
    background-color: #f4f4f5;
    position: relative;
    overflow: hidden;
}

#logo-downloads .download .thumbnail:before{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}

#logo-downloads .download .thumbnail:after{
    content: "";
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #ffffff;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 #ffffff;
    transition: all 0.2s ease-in-out;
}

#logo-downloads .download:hover .thumbnail:after,
#logo-downloads .download:focus-within .thumbnail:after{
    border: 0.1rem solid #cac2b3;
    box-shadow: inset 0 0 0 0.5rem #ffffff;
}

#logo-downloads .download .thumbnail img{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#logo-downloads .download .reversed{
	background-color: #292c33;
	opacity: 0;
	transition: opacity 0.2s linear;
}

#logo-downloads .download:hover .reversed,
#logo-downloads .download:focus-within .reversed{
	opacity: 1;
}

#logo-downloads .download a:before{
    content: "";
    display: block;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
}
 
#logo-downloads .download .title{
    margin: 1rem 0;
	transition: color 0.2s linear;
}

#logo-downloads .download a:hover .title,
#logo-downloads .download a:focus .title{
    color: #978668;
}

#logo-downloads .download .excerpt{
    margin: 1rem 0;
}

@media screen and (max-width: 75em){
    #logo-downloads > .inner > .left,
    #logo-downloads > .inner > .right{
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 50em) {
    #logo-downloads .download .left,
    #logo-downloads .download .right{
        display: block;
        width: auto;
        padding: 0;
    }
    #logo-downloads .download .left > .inner,
    #logo-downloads .download .right > .inner{
    	margin: 0;
    }
}

/* MAGAZINE WIDGET */
#magazine-widget{
    margin: 3rem 0;
    padding: 60% 0 0 0;
    position: relative;
    overflow: hidden;
    background-color: #f4f4f5;
}

#magazine-widget > .inner{
    margin: 3rem 0;
    padding: 0 3rem;
}

#magazine-widget .thumbnail{
    position: absolute; top: 0; left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #111111;
}

#magazine-widget .thumbnail:before{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}

#magazine-widget .thumbnail img{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

#magazine-widget .button{
    width: 100%;
}

#magazine-widget a:before{
    content: "";
    display: block;
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 75em){
    #magazine-widget{
        padding: 0 0 0 50%;
    }
    #magazine-widget .thumbnail{
        width: 50%;
        min-height: 100%;
    }
    #magazine-widget .button{
        width: auto;
    }
}

@media screen and (max-width: 50em) {
    #magazine-widget{
        padding: 60% 0 0 0;
    }
    #magazine-widget .thumbnail{
        width: 100%;
        min-height: 0;
    }
    #magazine-widget .button{
        width: 100%;
    }
}

/* SUBSCRIBE WIDGET */
#subscribe-widget{
    margin: 3rem 0;
    background-color: #f4f4f5;
    overflow: hidden;
}

#subscribe-widget > .inner{
    margin: 3rem 0;
    padding: 0 3rem;
}

#subscribe-widget .left,
#subscribe-widget .right{
    margin: 2rem 0;
}

#subscribe-widget .input{
    background-color: #ffffff;
    color: inherit;
}

#subscribe-widget .button{
    width: 100%;
}

#subscribe-widget .error{
	color: #dc3232;
}

@media screen and (max-width: 75em){
    #subscribe-widget{
        display: none;
    }
}

/* APPLY WIDGET */
#apply-widget{
    margin: 3rem 0;
    background-color: #f4f4f5;
    overflow: hidden;
}

#apply-widget > .inner{
    margin: 3rem 0;
    padding: 0 3rem;
}

#apply-widget .grid{
    margin: 2rem 0;
}

#apply-widget .grid > .inner{
    margin: -1rem -1.5rem;
}

#apply-widget .grid-item{
    display: block;
}

#apply-widget .grid-item > .inner{
    margin: 1rem 0;
}

#apply-widget label{
    display: block;
    margin: 1rem 0;
}

#apply-widget .label > span{
    margin: 0.5rem 0;
    font-family: heading-font;
    line-height: 1.2em;
    letter-spacing: 0.05em;
	color: #292c33;
}

#apply-widget .input{
    background-color: #ffffff;
    color: inherit;
}

#apply-widget .checker{
    background-color: #ffffff;
}

#apply-widget textarea{
    height: 11.5rem;
}

#apply-widget .subscribe > .inner{
    margin: 2rem 0;
}

#apply-widget .subscribe .label span{
    font-size: 1.3rem;
	line-height: 1.2em;
}

#apply-widget .button{
    width: 100%;
}

#apply-widget .error{
	color: #dc3232;
}

@media screen and (max-width: 75em){
    #apply-widget .grid-item{
        display: inline-block; vertical-align: top;
        width: 50%;
    }
    #apply-widget .submit{
        text-align: right;
    }
    #apply-widget .submit .button{
        width: auto;
    }
}

@media screen and (max-width: 50em){
    #apply-widget .grid-item{
        display: block;
        width: auto;
    }
    #apply-widget .submit .button{
        width: 100%;
    }
}

/* AWARDS WIDGET */
#awards-widget{
    margin: 3rem 0;
    background-color: #f4f4f5;
    overflow: hidden;
}

#awards-widget > .inner{
    margin: 3rem 0;
    padding: 0 3rem;
}

#awards-widget .grid{
    margin: 2rem 0;
}

#awards-widget .grid > .inner{
    margin: -1rem -1.5rem;
}

#awards-widget .grid-item{
    display: block;
}

#awards-widget .grid-item > .inner{
    margin: 1rem 0;
}

#awards-widget label{
    display: block;
    margin: 1rem 0;
}

#awards-widget .label > span{
    margin: 0.5rem 0;
    font-family: heading-font;
    line-height: 1.2em;
    letter-spacing: 0.05em;
	color: #292c33;
}

#awards-widget .input{
    background-color: #ffffff;
    color: inherit;
}

#awards-widget .checker{
    background-color: #ffffff;
}

#awards-widget textarea{
    height: 11.5rem;
}

#awards-widget .subscribe > .inner{
    margin: 2rem 0;
}

#awards-widget .subscribe .label span{
    font-size: 1.3rem;
	line-height: 1.2em;
}

#awards-widget .button{
    width: 100%;
}

#awards-widget .error{
	color: #dc3232;
}

@media screen and (max-width: 75em){
    #awards-widget .grid-item{
        display: inline-block; vertical-align: top;
        width: 50%;
    }
    #awards-widget .submit{
        text-align: right;
    }
    #awards-widget .submit .button{
        width: auto;
    }
}

@media screen and (max-width: 50em){
    #awards-widget .grid-item{
        display: block;
        width: auto;
    }
    #awards-widget .submit .button{
        width: 100%;
    }
}

/* NEWSLETTER */
#newsletter > .left{
	display: inline-block; vertical-align: top;
	width: 360px;
	margin-right: -360px;
	position: relative; z-index: 1;
	height: 100%;
	overflow-y: auto;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
}

#newsletter > .right{
	display: inline-block; vertical-align: top;
	width: 100%;
	padding-left: 360px;
	box-sizing: border-box;
	height: 100%;
}

#newsletter form{
	margin: 5rem 0;
	padding: 0 3rem;
}

#newsletter iframe{
	display: block;
	width: 100%;
	height: 100%;
	border:none;
}

#newsletter label{
	display: block;
	margin: 2rem 0;
}

#newsletter label > span{
	display: block;
	margin: 0.5rem 0;
}

#newsletter textarea{
	height: 20rem;
}

/* FOOTER */
#footer{
    background-color: #292c33;
    color: #a9abad;
}

#footer > .inner{
    margin-bottom: 0;
}

#footer h3{
    color: #ffffff;
}

#footer .grid{
	text-align: center;
}

#footer .grid-item{
    width: 50%;
}

#footer .grid-item > .inner{
    max-width: 40rem;
}

#footer .newsletter .left{
    display: inline-block; vertical-align: top;
    width: 100%;
    padding-right: 15rem;
    box-sizing: border-box;
    margin: 0 -15rem 0 0;
}

#footer .newsletter .right{
    display: inline-block; vertical-align: top;
    width: 15rem;
    margin: 0;
}

#footer .newsletter .input{
    background-color: #54565c;
    color: #ffffff;
}

#footer .newsletter .button{
    width: 100%;
    padding: 1rem 1.5rem;
}

#footer .newsletter .button:hover,
#footer .newsletter .button:focus{
    background-color: transparent;
}

#footer .newsletter .button:disabled{
	background-color: transparent;
	color: #5f6166;
    outline: 0.1rem solid rgba(95, 97, 102, 0.5);
}

#footer .newsletter .error{
	color: #dc3232;
}

#footer .social ul{
	list-style: none;
	margin: -0.5rem;
	padding: 0;
}

#footer .social li{
	display: inline-block; vertical-align: middle;
	margin: 0;
	padding: 0.5rem;
}

#footer .social a{
	display: inline-block; vertical-align: middle;
}

#footer .social span{
	display: none;
}

#footer .social a:before{
    display: inline-block; vertical-align: middle;
    width: 2em;
    border-radius: 50%;
    text-align: center;
	font-family: icon-font;
	font-size: 2rem; 
	line-height: 2em;
    color: #ffffff;
    transition: color 0.2s linear, background-color 0.2s linear;
}

#footer .social .facebook a:before {
	content:"\f09a";
    background-color: #425695;
    border: 0.1rem solid #425695;
}

#footer .social .facebook a:hover:before,
#footer .social .facebook a:focus:before{
    background-color: transparent;
    color: #425695;    
}

#footer .social .twitter a:before{
	content: "\f099";
    background-color: #5ca8ed;
    border: 0.1rem solid #5ca8ed;
}

#footer .social .twitter a:hover:before,
#footer .social .twitter a:focus:before{
    background-color: transparent;
    color: #5ca8ed;
}

#footer .social .instagram a:before {
	content:"\f16d";
    background-color: #d93175;
    border: 0.1rem solid #d93175;
}

#footer .social .instagram a:hover:before,
#footer .social .instagram a:focus:before{
    background-color: transparent;
    color: #d93175;
}

#footer .social .linkedin a:before {
	content:"\f0e1";
    background-color: #1f74b4;
    border: 0.1rem solid #1f74b4;
}

#footer .social .linkedin a:hover:before,
#footer .social .linkedin a:focus:before{
    background-color: transparent;
    color: #1f74b4;
}

#footer .social .youtube a:before{
	content: "\f16a";
    background-color: #ca2b2a;
    border: 0.1rem solid #ca2b2a;
}

#footer .social .youtube a:hover:before,
#footer .social .youtube a:focus:before{
    background-color: transparent;
    color: #ca2b2a;
}

#footer .social .google-plus a:before {
	content:"\f0d5";
    background-color: #dc5343;
    border: 0.1rem solid #dc5343;
}

#footer .social .google-plus a:hover:before,
#footer .social .google-plus a:focus:before{
    background-color: transparent;
    color: #dc5343;
}

#footer .social .pinterest a:before{
	content: "\f231";
    background-color: #ca2b2a;
    border: 0.1rem solid #ca2b2a;
}

#footer .social .pinterest a:hover:before,
#footer .social .pinterest a:focus:before{
    background-color: transparent;
    color: #ca2b2a;
}

#footer .bottom{
    border-top: 1px solid #3f4248;
    color: #5f6166;
}

#footer .bottom .left{
    display: inline-block; vertical-align: middle;
    width: 100%;
    padding-right: 70rem;
    box-sizing: border-box;
}

#footer .bottom .right{
    display: inline-block; vertical-align: middle;
    width: 67rem;
    margin-left: -67rem;
	text-align: right;
}

#footer .bottom .left > .inner,
#footer .bottom .right > .inner{
    margin: 3rem 0;
}

#footer .menu{
    list-style: none;
    margin: -0.5rem;
    padding: 0;
}

#footer .menu > li{
    display: inline;
    margin: 0;
    padding: 0;
}

#footer .menu a{
    display: inline-block; vertical-align: middle;
	padding: 0.5rem;
    font-family: heading-font;
    line-height: 1.2em;
    text-decoration: none;
    transition: color 0.2s linear;
}

#footer .menu a:hover,
#footer .menu a:focus{
    color: #ffffff;
}

@media screen and (max-width: 75em) {
    #footer .bottom .left,
    #footer .bottom .right{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
		text-align: inherit;
    }
}

@media screen and (max-width: 50em) {
    #footer .grid-item{
        width: 100%;
    }
}

@media screen and (max-width: 25em) {
    #footer .newsletter .left,
    #footer .newsletter .right{
        display: block;
        width: auto;
        margin: 2rem 0;
        padding: 0;
    }
    #footer .newsletter .button{
        width: 100%;
    }
}

/* RECAPTCHA BADGE */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* NO-JS */
.no-js #main-menu .sticky > .inner{
	max-width: none;
	padding: 0;
}
.no-js #main-menu .menu-toggle{
    display: none;
}
.no-js #main-menu .menu{
	display: block;
	margin: 0;
}
.no-js #main-menu li{
	display: block;
}
.no-js #main-menu .sub-menu{
    display: block;
	position: static;
	width: auto;
}
.no-js #subscribe-widget{
    display: none;
}
.no-js #apply-widget{
    display: none;
}
.no-js #awards-widget{
    display: none;
}

.no-js #footer .newsletter{
	display: none;
}

/* KEYFRAMES */
@-webkit-keyframes slide-animation{
    0%{
        -webkit-transform: scale(1);
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
  100% {
      -webkit-transform: scale(1.1);
    }
}
@-moz-keyframes slide-animation{
    0%{
        -moz-transform: scale(1);
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    100%{
        -moz-transform: scale(1.1);
    }
}
@-o-keyframes slide-animation{
    0%{
        -o-transform: scale(1); 
        opacity: 0;
    }
    25%{
        opacity:1;
    }
    100%{
        -o-transform: scale(1.1);
    }
}
@keyframes slide-animation{
    0%{
        transform: scale(1); 
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    100%{
        transform: scale(1.1);
    }
}

@-moz-keyframes spin{
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin{
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin{
    100% { transform:rotate(360deg); }
}