/* @override http://localhost:8000/static/css/style.css */

@font-face {
	font-family: "Neutraface 2 Text";
	src: url("/static/fonts/Neutra2Text_book-Lining.woff2") format("woff2"), url("/static/fonts/Neutra2Text_book-Lining.woff") format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "Neutraface 2 Text";
	src: url("/static/fonts/Neutra2Text_Demi_Lining.woff2") format("woff2"), url("/static/fonts/Neutra2Text_Demi_Lining.woff") format("woff");
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}

@font-face {
	font-family: "Neutraface 2 Text";
	src: url("/static/fonts/Neutra2Text_bold-Lining.woff2") format("woff2"), url("/static/fonts/Neutra2Text_bold-Lining.woff") format("woff");
	font-style: bold;
	font-weight: 700;
	font-stretch: normal;
}


html {
	-webkit-font-smoothing: antialiased;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #1a1a1a;
	/*font-family: 'Source Sans Pro', arial, sans-serif;*/
	-webkit-text-size-adjust: none;
	min-width: 980px;
	overflow-x: hidden;
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
}

p {
	font-size: 18px;
	color: rgb(110, 110, 110);
	-webkit-font-smoothing: antialiased;
	/*font-family: 'Source Sans Pro', arial, sans-serif;*/

	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
}

.ovInner ul li {
	font-size: 18px;
	color: rgb(110, 110, 110);
	-webkit-font-smoothing: antialiased;
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
}

b,
p b {
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 500;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 23px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: rgb(29, 67, 113);
}

h2 {
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 20px;
	color: rgb(29, 67, 113);
	-webkit-font-smoothing: antialiased;
}

h3 {
	-webkit-font-smoothing: antialiased;
}


a {
	color: #908D9A;
	text-decoration: underline;
}

a:hover,
a:visited:hover {
	color: #000000;
}

a:visited {}

a img {
	border: none;
}



#logo img {
	width: 250px;
}

#logo {
	position: relative;
	z-index: 999;
}

#logo.active {
	display: block;
	float: left;
	position: relative;
	z-index: 3;
	margin: 10px 0 0 0;
}

#logo_white {
	display: block;
	position: relative;
	z-index: 3;
	width: 960px;
	margin: 20px auto -62px 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: none;
}

#logo_white,
#logo {
	display: none;
}

#topNavWrap {
	float: left;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	text-align: center;
	background: rgb(29, 67, 113);
	height: 54px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#topNav {
	/* width: 980px; */
	width: 800px;
	margin: 0 auto;
	padding: 0 0px 0 0px;
}

#topNav ul {
	float: left;
	width: 96%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	padding: 18px 4% 0px 0;
	max-width: 750px;
}

#topNav ul li {
	float: left;
	display: block;
	margin: 0 30px 0 0;
	padding: 0;
	font-size: 17px;
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 500;

	text-align: left;
	color: #fff;

}

.navBlock.llmag {
	display: none;
}

a.llmag {
	float: right;
	padding: 18px 18px 0 0;
	font-weight: 500;
}

#topNavWrap a.llmag {
	display: block;
}

#topNavWrap.active a.llmag {
	display: none;
}

#topNav ul li a,
a.llmag {
	text-decoration: none;
	color: #638AA8;

}

.magBtn {
	/*background: #fff;*/
	background: none;
}

.parentLink.tablet {
	display: none;
}

#menuNav ul li a.parentLink {
	font-size: 20px;
	font-weight: 400;
	/* font-family: 'Oswald', arial, sans-serif; */
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
	text-align: left;
	color: rgb(29, 67, 113);
}

#topNavWrap .llmagLogo {
	width: 74px;
	height: auto;
	top: -6px;
	position: relative;
	padding-left: 20px;
}

.llmagLogo:hover {
	opacity: 0.7;
}

#topNav ul li a:hover,
a.llmag:hover {
	color: #fff;
}

#topNavWrap.active {
	background: none;
}

#topNavWrap.active #topNav {
	opacity: 0;
}

#topNavWrap.active #domain-selector {
	display: none;
}

#domain-selector {
	float: left;
	width: auto;
	padding: 0 12px;
	height: 54px;
	background: rgb(29, 67, 113);
	top: 0;
	left: 0;
	cursor: pointer;
	position: fixed;
	z-index: 1000000;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

#domain-selector .selector-title {
	display: flex;
	align-items: center;
}

#domain-selector .selector-title svg {
	width: 16px;
	margin-left: 15px;
	transition: .5s;
}

#domain-selector.active .selector-title svg {
	transform: rotate(180deg);
}

#domain-selector a {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 203px;
	display: flex;
	height: 54px;
	background: rgb(29, 67, 113);
	transform: translateY(100%);
	text-decoration: none;
	padding: 0 12px;
	box-sizing: border-box;
	align-items: center;
	color: #fff;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

#domain-selector.active a {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

#domain-selector.active a:nth-of-type(2) {
	opacity: 1;
	visibility: visible;
	bottom: -54px;
}

#menu {
	float: left;
	width: auto;
	/* padding: 12px 6px 0px 4px; */
	padding: 12px 12px 0px 12px;
	height: 42px;
	background: rgb(29, 67, 113);
	top: 0px;
	/* left: 0; */
	right: 0;
	/*border-right: 2px solid #fff;*/
	cursor: pointer;
	position: fixed;
	z-index: 1000000;
}

#menu p {
	position: relative;
	top: 6px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
}

#menu.active p,
#menu p.active {
	/*	color: rgb(29,67,113);*/
	color: #fff;
}

#menuSub {
	display: block;
}

.menuText {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
}

#menu.active {
	cursor: pointer;
	background-position: 0 -29px;
	z-index: 99999999 !important;
}

#nav {
	position: fixed;
	/*	z-index: 4;*/
	margin: 0% auto;
	width: 100%;
	float: left;
	min-width: 950px;
	z-index: 9999;
	min-height: 0;
	top: -700px;
	height: 700px;
	background: #ffffff;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#nav.active {
	top: 0;
	z-index: 999999 !important;
	background: #ffffff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}

#nav.fixed {
	/*	background: rgba(17,23,44, 0.97)*/
}


#navInner {
	margin: 0 auto;
	text-align: center;
	padding: 28px 10px 0 10px;
	width: 960px;
	position: relative;
	z-index: 999;
}


#menuNav {
	float: left;
	width: 100%;
	margin: 40px 0 130px 0;
}

#menuNav ul {
	display: block;
	list-style: none;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 980px;
	position: relative;
}

#menuNav ul li {
	float: left;
	display: block;
	list-style: none;
	padding: 0 0px 0 0px;
	margin: 0;
	text-align: center;
}


#menuNav ul li#last {
	border-right: none;
}

#menuNav ul li.active a,
#menuNav ul li a:hover {
	/*font-weight: bold;*/
	color: rgb(29, 67, 113);
}

#menuNav ul li h2 {
	font-size: 20px;
	font-weight: 400;
	/*font-family: 'Oswald', arial, sans-serif;*/
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

#menuNav ul li a {
	text-decoration: none;
	color: rgb(128, 128, 128);
	font-size: 16px;
	font-weight: normal;
	/*font-family: 'Source Sans Pro', arial, sans-serif;  */

	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	width: 100%;
	line-height: 200%;
	float: left;
}


#menuNav ul li.col {
	float: left;
	width: 25%;
	overflow: auto;
	max-height: 561px;
}

.navBlock {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}


#center {
	float: left;
	/*	width: 940px;*/
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 62px;
	/*    padding: 0 20px 0 20px;*/
	width: 100%;
	min-height: 0;
	z-index: 1;
}

#center.fixed {
	position: relative;
	top: 168px;
}

.footerWrap {
	width: 100%;
	float: left;

	margin: 0px 0 80px 0;
	position: relative;
	top: 0px;
	z-index: 9999;
	background: #fff;
}


.footArrowWrap {
	width: 960px;
	padding: 0px 10px 0 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.footArrow {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 3;
}

.footArrow.ov {
	top: -35px;
}

.footArrow img {
	float: left;
}

.footArrow:hover {
	cursor: pointer;
}


.footer {
	width: 760px;
	padding: 0 100px 0 100px;
	margin: 0px auto 0 auto;
	font-size: 16px;
	display: block;
	position: relative;
	clear: left;
	text-align: center;
}

.footLine {
	float: left;
	width: 100%;
	border-top: 1px solid #eee;
	position: relative;
	z-index: 3;
}

#footNav {
	float: left;
	text-align: left;
	color: #1a1a1a;
	width: 260px;
	margin-top: 20px;
}

#footNav h3,
.footContact h3 {
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
	/*font-family: 'Source Sans Pro', arial, sans-serif;*/
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	font-size: 18px;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
}

#footNav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footNav ul li {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

#footNav ul li a {
	text-decoration: none;
	color: #1a1a1a;

}

#footNav ul li a:hover,
#footNav ul li.active a {
	color: #000000;
}

ul.footBlock {
	float: right;
	text-align: right;
	width: 440px;
	padding: 0;
	margin: 20px 0 210px 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}



ul.footBlock li {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.footBlock a {
	text-decoration: none;
	color: #1a1a1a;
}

.footBlock a:hover {
	color: rgb(110, 110, 110);
}

.footContact {
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 20px;
}


.socialLinks {
	margin: 2% 0 0 0;
}

.socialLinks a {
	margin-right: 2%;
}

.crumbWrap {
	float: left;
	position: relative;
	top: 0;
}

.crumbs.fixed {
	position: fixed;
	top: 0px;
	z-index: 99999;
}

.crumbs {
	font-size: 16px;
	float: left;
	clear: left;
	width: 100%;
	border-bottom: 1px dotted #eee;
	padding: 0 0 1% 0;
	margin: 0 0 4% 0;
}


.crumbs ul {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.crumbs ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	line-height: 18px;
}

.crumbs ul li a {
	font-size: 17px;
	/*font-family: "Oswald", sans-serif;*/
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
	font-weight: 400;
	padding: 0 5px 0 5px;
	text-decoration: none;
}

.crumbs ul li.current a {
	/*font-family: "Oswald", sans-serif;*/
	font-family: "Neutraface 2 Text";
	font-style: normal;
	font-weight: 400;
	font-weight: 300;
	line-height: 18px;
}

.errorlist li {
	text-align: left;
	float: left;
	color: #d40000;

}

#loading {
	top: 0;
	position: fixed;
	top: 25%;
	left: 45%;
}

.portMed {
	display: none;
}


.plusPeople {
	float: right;
	width: 28px;
	height: 28px;
	background: url('/static/images/plus-01.png') no-repeat;
	background-size: 100% auto;
	position: relative;
	margin-top: 2px;
	z-index: 99999999 !important;
	cursor: pointer;
	margin-bottom: 4px;
}

.plusPeople.active {
	background-position: 0 -28px;
}

.deptWrap {
	display: none;
	width: 100%;
	float: left;
	position: relative;
}



#socialIcons {
	opacity: 1;
	display: block;
	position: fixed;
	right: 0;
	top: calc(50% - 100px);
	z-index: 999999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#socialIcons.active {
	opacity: 1;
	z-index: 999;
}

#socialIcons .icon {
	float: right;
	clear: right;
	width: 24px;
	background: #fff;
	padding: 6px;
	border-top: 0.5px solid rgb(207, 207, 205);
	border-right: 0.5px solid rgb(207, 207, 205);
	border-left: 0.5px solid rgb(207, 207, 205);
	height: 24px;
}

#socialIcons .icon.last {
	border-bottom: 0.5px solid rgb(207, 207, 205);
}


#socialIcons ul li {
	list-style: none;
	margin: 0;
}


.homeVideo {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	min-height: 600px;
	width: 100%;
}

.homeVideo video {
	width: 100%;
	height: auto;
	float: left;
}

#video-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

#video-bg>video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 1. No object-fit support: */

@media (max-aspect-ratio: 16/9) {
	#video-bg>video {
		width: 300%;
		left: -100%;
	}
}

@supports (object-fit: cover) {
	#video-bg>video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

#homeLogo {
	position: fixed;
	top: calc(50% - 118px);
	left: calc(50% - 200px);
	width: 400px;
	height: auto;
	z-index: 10;
}

@media only screen and (max-width : 767px) {
	.llmagLogo {
		display: none;
	}

}