/* =General
---------------------------------------------------------------------- */

html {
	background: #0c1822;
	font-family: 'proxima-nova';
}
body, #page, #header, #main, #footer, .block {
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
}
.block {
	float: left;
}
.inner-page {
	display: table;
	margin: 0 auto;
	width: 960px;
	table-layout:fixed;
}
#page {
	top: auto;
	left: 0;
	transition: left 300ms;
}
body.menu-open #page {
	left: -385px;
}
#content {
	float: left;
	width: 100%;
}
#content.flexible-content {
	width: 77%;
}
#sidebar {
	float: right;
	width: 20%;
}
#content, #sidebar {
	margin: 90px 0;
}
#main {
	background: #e4edf4;
}

hr {
	background:#cfd7dd;
	height:1px;
	border:none;
	border-bottom:1px solid #f7fafc;
	clear:both;
	margin:3em 0;
}


/* =Header
---------------------------------------------------------------------- */

#header {
	background: rgba(0,0,0,0.78);
	left: 0;
	padding: 33px 0;
	position: fixed;
	top: 0;
	z-index: 50;
}

#header .inner-page {
	position:relative;
}

#header #logo {
	float: left;
}
#header .button {
	float: right;
	margin: 5px 0 0 22px;
	width: 170px;
}
#header #menu-button {
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-weight: 600;
	line-height: 31px;
	margin: 0 10px 0 0;
}
#header #menu-button .icon {
	float: right;
	font-size: 14px;
	margin: 3px 0 -3px 8px;
}
#slide-menu {
	background: #0e1114;
	box-sizing: border-box;
	height: 100%;
	right: -385px;
	padding: 110px 33px 0;
	position: fixed;
	top: 0;
	transition: right 300ms;
	width: 385px;
	z-index: 40;
}
body.menu-open #slide-menu {
	right: 0px;
}
#slide-menu .socials {
	margin-top: 40px;
}
#slide-menu .socials .icon {
    border-right: 1px solid #1d3041;
    box-sizing: border-box;
    color: #baccdb;
    float: left;
    font-size: 19px;
    height: 54px;
    line-height: 60px;
    margin: 0;
    text-align: center;
	transition: all 70ms linear 0ms;
    width: 25%;
}
#slide-menu .socials .icon:hover {
	background: #1F272F;
	color: #dae5ee;
}
#slide-menu .socials a:last-child .icon {
	border-width: 0;
}
#main-menu {
	float: left;
}
#main-menu ul {

}
#main-menu li {
	float: left;
	position: relative;
	width: 100%;
}
#main-menu a {
	border-bottom: 1px solid #1d3041;
	box-sizing: border-box;
	color: #baccdb;
	display: block;
	font-size: 16px;
	font-weight: 200;
	padding: 16px 20px 14px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 70ms linear 0ms;
	z-index: 10;
}
#main-menu li:last-child a {
	border-width: 0;
}
#main-menu ul ul {
	background: #0e1114;
	display: none;
	float: left;
	width: 100%;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
}
#main-menu ul ul a {
	box-sizing: border-box;
    display: block;
    /* height: 46px; */
    line-height: 1.5;
    padding: 1em 1em 1em 1.4em;
    width: 100%;
    height: auto;
}
#main-menu ul ul a {
	border-width: 1px!important;
}
#main-menu li.current-menu-item > a {
	color: #ffffff!important;
}
#main-menu li:hover, #main-menu ul ul li:hover {
	background: #1f272f;
}
#main-menu li:hover > a, #main-menu ul ul :hover > a {
	color: #dae5ee;
}
#main-menu ul ul a:hover {
	
}
#main-menu ul li.open > ul {
	display: block;
}
#main-menu > ul > li.menu-item-has-children::after {
	background: url('../images/menu-plus.png') no-repeat center center / 100% auto;
	content: '';
	display: block;
	height: 22px;
	position: absolute;
	right: 8px;
	top: 13px;
	width: 22px;
	z-index: 9;
}
#main-menu > ul > li.menu-item-has-children.open::after {
	background-image: url('../images/menu-minus.png');
}

#main-menu > ul > li > .sub-menu {
	background:#141f29;
}

#main-menu > ul > li > .sub-menu a {
	padding-left:40px;
}

/* =Body
---------------------------------------------------------------------- */

a {
	color: #353e43;
	text-decoration: none;
}
h1, h2, h3, h4 {
	
}
.entry-title {
	
}
strong, strong * {
	font-weight: 700;
}
em, em *, i, i * {
	font-style: italic;
}
.big-title {
	display: block;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.med-title {
	display: block;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.small-title {
	display: block;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.bold-label {
	display: block;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}
.small-text {
	display: block;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 170%;
	text-transform: uppercase;
}
.highlight {
	background:rgba(0,0,0,0.8);
	padding:0.2em;
}
article {
	color: #414b51;
	width: 100%;
}
article a {
	text-decoration: underline;
}
article a:hover {
	text-decoration: none;
}
article p {
	line-height: 200%;
	margin-bottom: 32px;
}
article *:last-child {
	margin-bottom: 0;
}
article ul, article ol {
	margin-bottom: 32px;
}
article li {
	line-height: 160%;
	list-style-position: inside;
}
article ul li {
	list-style-type: disc;
}
article ol li {
	list-style-type: decimal;
}
.post-edit-link {
	display: block;
	float: left;
	width: 100%;
}
.preview-divider {
	background: #cfd7dd;
	border-bottom: 1px solid #f7fafc;
	height: 1px;
	margin: 0 0 5% 0;
}
.preview-divider:last-child {
	display: none;
}
.preview-entry {
	clear: both;
	float: left;
	margin-bottom: 5%;
	width: 100%;
}
.preview-entry .date {
	color: #809099;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 7px 0;
	text-transform: uppercase;
}
.preview-entry h2 {
	line-height: 120%;
	margin-bottom: 10px;
}
.preview-entry .left {
	float: left;
	width: 20%;
}
.preview-entry .left img {
	float: left;
	width: 100%;
}
.preview-entry .right {
	float: right;
	width: 75%;
}
.preview-entry p {
	line-height: 200%;
}
.alignleft {
	clear: left;
	float: left;
	margin: 0.3em 1em 0.5em 0;
}
.alignright {
	clear: right;
	float: right;
	margin: 0.3em 0 0.5em 1em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
    font-size: 0.7em;
    line-height: 135%;
}
#content .wp-pagenavi {
	float: left;
	margin: 12px 0;
	width: 100%;
}
#comments {
	float: left;
	width: 100%;
}
#comment-list > li {
	float: left;
	margin: 0 0 2.5% 0;
	width: 100%;
}
#comments form label {
	display: block;
}
.widget {
	margin-bottom: 10%;
	width: 100%;
}
.widget p {
	line-height: 160%;
	margin-bottom: 1.45em;
}
.widget > ul {
	border-top: 1px dotted #cccccc;
}
.widget > ul li {
	border-bottom: 1px dotted #cccccc;
	display: block;
	width: 100%;
}
.widget > ul li a {
	line-height: 120%;
	text-decoration: none;
}


/* =Footer
---------------------------------------------------------------------- */

#footer-1 {
	background: #366181;
	color: #ffffff;
	padding: 75px 0;
	text-align: center;
}
#footer-1 .mid-text {
	display: block;
	font-size: 19px;
	letter-spacing: 1px;
	margin: 20px 0 47px;
	text-transform: uppercase;
}
#footer-1 .buttons {
	display: table;
	margin: 0 auto;
}
#footer-1 .button {
	float: left;
	margin: 0 20px;
	width: 245px;
}
#footer-2 {
	background: #cfd7dd;
	padding: 36px 0;
}
#footer-2 .column {
	float: left;
	width: 25%;
}
#footer-2 .bold-label {
	color: #1d3d51;
}
#footer-2 .column li {
    color: #414b51;
    font-size: 14px;
    list-style-position: outside;
    list-style-type: disc;
    padding: 4px 0;
    padding-right: 30px;
    margin-left: 20px;
    line-height: 1.5;
}
#footer-2 a:hover {
	text-decoration: underline;
}
#footer-3 {
	background: #1d3d51;
	padding: 30px 0;
}
#footer-3 .left {
	color: #ffffff;
	float: left;
	font-size: 14px;
	line-height: 27px;
	text-transform: uppercase;
}
#footer-3 .left a {
	color: #ffffff;
}
#footer-3 .left a:hover {
	text-decoration: underline;
}
#footer-3 .left .spacer { 
	display: inline-block;
	margin: 0 20px;
}
#footer-3 .right {
	float: right;
}
#footer-3 .right .icon {
	background: #ffffff;
	border-radius: 6px;
	color: #1d3d51;
	display: block;
	float: left;
	font-size: 18px;
	height: 27px;
	line-height: 36px;
	margin: 0 0 0 18px;
	text-align: center;
	width: 27px;
}
#footer-4 {
	color: #96a9bc;
	font-size: 14px;
	padding: 36px 0;
	text-align: center;
	text-transform: uppercase;
}
#footer-4 a {
	color: #96a9bc;
}
#footer-4 a:hover {
	text-decoration: underline;
}

.vid-lightbox {
	cursor:pointer;
}
#video-lightbox {
	background: rgba(0,0,0,0.78);
	top: 0;
	display: none;
	left: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 1000ms;
	width: 100%;
	z-index: 45;
}
#video-lightbox.open {
	opacity: 1;
}
#video-wrapper {
	position:relative;
}
#video-lightbox .close {
	color: #d0d0d0;
	cursor: pointer;
	font-size: 70px;
	height: 67px;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 70px;
}
#video-lightbox .video {
	display:inline-block;
}
.vid-source {
	display: none;
}
.vid-caption {
	margin-top:1em;
	color:#fff;
	line-height:1.3;
}



/* =Forms
---------------------------------------------------------------------- */

textarea {
	overflow: hidden;
}
select, option {
	
}
input, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
	background: #fff;
	line-height: 150%;
	padding: 14px;
	transition: all 350ms;
	width: 100%;
	margin: 0 0 9px 0;
	border-radius: 4px;
	border: 1px solid #B4C4CD;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {

}
input[type="submit"] {
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #e4edf4;
}




/* =Buttons
---------------------------------------------------------------------- */

.button {
	border-radius: 4px;
	border-style: solid;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 500ms;
}
.button.light {
	border-color: #ffffff;
	color: #ffffff;
}
.button.dark {
	border-color: #0c1822;
	color: #0c1822;
}
.button.solid {
	
}
.button.solid.light {
	background: #ffffff;
	color: #0c1822;
}
.button.solid.dark {
	background: #0c1822;
	color: #ffffff;
}
.button.ghost {
	background: none;
}
.button.small {
	border-width: 1px;
	font-size: 12px;
	height: 27px;
	line-height: 26px;
}
.button.medium {
	border-width: 1px;
	font-size: 13px;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
}
.button.large {
	border-width: 2px;
	font-size: 15px;
	height: 50px;
	letter-spacing: 1px;
	line-height: 49px;
}
.button.small.ghost {
	
}
.button.medium.ghost {
	
}
.button.large.ghost {
	
}
.button.solid.light:hover {
	border-color: #ced5da;
	background: #ced5da;
}
.button.solid.dark:hover {
	border-color: #42515e;
	background: #42515e;
}
.button.ghost.light:hover {
	background: rgba(255,255,255,0.25);
}
.button.ghost.dark:hover {
	background: rgba(12,24,34,0.25);
}





@media (min-width: 1150px) {
	.inner-page, .bb-video-slideshow .slick-dots {
		width: 1140px;
	}
}



#languageswitcher {
	text-align:right;
	position:absolute;
	top:-20px;
	right:0px;
}

#languageswitcher li {
	display:inline;
}

#languageswitcher li * {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

#languageswitcher li:last-child:before, .language-switcher-item a:last-child:before {
	content: ' | ';
	color:#fff;
	padding-left:5px;
	padding-right:5px;
}

.language-switcher-item a {
	float:left!important;
	width:auto!important;
	display:inline-block!important;
}

.language-switcher-item a:first-child {
	padding-right:10px!important;
}

.language-switcher-item a:last-child {
	padding-left:0!important;
}


