body{
	padding:0px;
	margin:0px;
	background-color:white;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 { /*reset for mobile browsers */
	font-weight: normal;
}
hr{
	border-color: gray;
}
a{
	color:#555;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
}
a:hover{
	color:#888;
}
a img{
	width:32px!important;
	display:inline;
	vertical-align: middle;
	padding-right:5px;
}
#top{
	margin-top:30px;
	margin-bottom:20px;
	height:250px;
	width:100%;
	text-align:center;
	background-color:white;
	background-image: url('/img/logo/consulant_logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
#splash{
	width:100%;
	height:300px;
	overflow: hidden;
	padding: 0px;
	background-color:black;
}
#splash img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#splash div[name="video_wrapper"]{
	width:100%;
	position:relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width:100%;
	min-height:100%;
}
#splash video{
	object-fit:cover;
	width:100%;
	height:100%;
}
#menu{
	background-color: rgb(16, 25, 54);
	background-size: contain;
	background-repeat: repeat;
	width:100%;
	text-align:center;
	position:relative;
	font-weight: lighter;
}
#menu a{
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #9ba2b9;
	font-size: 14pt;
	text-transform: uppercase;
	line-height: 36pt;
}
#menu a:hover{
	color: white;
}
#menu a:active{
	color: silver;
}
.content_wrapper{
	width:100%;
	background-color:#e6e6e6;
	text-align: center;
	padding: 50pt;
	padding-bottom: 100pt;
	box-sizing: border-box;
}
.content{
	display: inline-block;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	text-align: center;
}
p{
	font-size: 26pt;
	font-weight: 300;
	line-height: 38pt;
	color: #000;
}
.citation{
	margin: 0px;
	font-size: 14pt;
	color: #a49558;
	line-height: 22pt;
	font-family: times;
}
ul,ol{
	margin-top: 0px;
	display: block;
	padding-left:0px;
	font-weight: 300!important;
	margin-bottom: 0px;
}
ul{
	list-style-type: square;
	padding-left: 20px;
}
li{
	text-align:left;
	font-size:15pt;
	line-height:20pt;
	margin-bottom:8px;
}
strong{
	display:block;
}
table{
	text-align:left;
	width:100%;
	margin-top:80px;
	border-collapse:separate;
    border-spacing:0 5px;
}
table tr{
	background-color:#EDEDED;
}
table tr.toprow td{
	background-color:#DDD;
	height:45px;
}
table td{
	padding:5px;
}
table .button{
	text-decoration:none!important;
}
table .button div{
	background-color:#a49558;
	padding:5px;
	text-align:center;
	border:none!important;
	color:white;
}
table .button span{
	vertical-align:middle;
}
table .button div:hover{
	cursor:pointer;
	background-color:#c4b578;
}
table .button div:active{
	background-color:#847538;
}
.card_wrapper{
	width:100%;
	border-top: 1px solid #939598;
	position:relative;
}
.card_wrapper h2, .visibleState{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}
.card_wrapper h2:hover{
	opacity: 0.8;
	cursor: pointer;
}
.card_wrapper h2:active{
	opacity: 0.5;
}
.card_content_wrapper{
	width:100%;
	overflow-y:hidden;
	height: 0px;
}
.card_content{
	width: 100%;
	padding-bottom:50px;
	text-align: left;
}
.card_content p{
	font-size: 20pt;
	font-weight: 300;
	margin-top: 0px;
	line-height: 30pt;
}
.card_content a{
	display: block;
	color: #555;
	font-size: 15pt;
}
address{
	white-space: nowrap;
	font-size: 12pt;
}
h1{
	font-size: 20pt;
	letter-spacing: 3pt;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	color: #416184;
	margin-bottom: 50px;
}
h2{
	font-size: 20pt;
	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
	line-height: 25pt;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	
}
h2 span{
	font-family: serif;
	font-size: 15pt;
	color: #555;
	font-weight: normal;
}
h3{
	font-size: 25pt;
	text-align: left;
	margin-top:15px;
}
h4{
	font-weight: bold;
	font-size: 15pt;
	font-style: italic;
	margin-bottom: 10px;
}
h5{
	font-size: 15pt;
	text-transform: uppercase;
}
.collectionViewer{
	width:100%;
}
.collectionViewer .left, .collectionViewer .right{
	display:inline-block;
	vertical-align:top;
}
.collectionViewer .left{
	width:40%;
	text-align:left;
	border-right: 1px solid #939598;
	box-sizing: border-box;
}
.collectionViewer .right{
	width:60%;
	padding-left: 15px;
	position:relative;
	box-sizing: border-box;
}
.collectionViewer .collectionItem{
	width:100%;
	display: none;
}
.clickable:hover{
	cursor:pointer;
	opacity:0.8;
}
.clickable:active{
	opacity:0.5;
}
.clickable[data-selected="true"]{
	color:#005888;
}
footer{
	background-color:rgb(178, 184, 190);
	padding: 50pt;
	box-sizing: border-box;
	text-align: center;
	width:100%;
	color:black;
	font-size: 15pt;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
footer .footerContent{
	width:100%;
	max-width:1280px;
	display:inline-block;
	text-align: center;
}
footer a, .address a{
	text-decoration: none;
	color:#555;
}
footer .column{
	vertical-align: top;
	display:inline-block;
	height:100%;
	width:25%;
	min-width: 300px;
	box-sizing: border-box;
	vertical-align: top;
	font-style: normal;
	padding-bottom: 30px;
}
footer #left{
	text-align: left;
}
footer #middle{
	text-align: center;
}
footer #right{
	text-align: right;
}
footer p, footer h5{
	margin-top: 0px;
	padding-top: 0px;
}
footer .copyright{
	text-align: center;
	color:#555;
	font-family:sans-serif;
	font-size:12pt;
	margin-top:50px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
table[name=gallery], div[name=gallery]{
	width:auto;
	text-align:left;
	border-spacing: 0px;
    border-collapse: collapse;
}
table[name=gallery] .entry, div[name=gallery] .entry{
	width:100%;
	display:block;
	border-bottom: 1px solid #939598;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
table[name=gallery] .portrait{
	width:20%;
}
div[name=gallery] .portrait{
	text-align: center;
}
div[name=gallery] h2{
	text-align: center;
	line-height: 15pt;
}
table[name=gallery] img{
	display:inline-block;
	width:100%;
	vertical-align: middle;
}
table[name=gallery] .entry .description, div[name=gallery] .entry .description{
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
}
table[name=gallery] .entry .description{
	width:80%;
	padding-left: 50px;
}
table[name=gallery] a, div[name=gallery] a{
	color: #555;
	font-size: 25pt;
	font-family: 'Assistant', sans-serif;
}
table[name=gallery] a{
	float: left;
	font-size: 25pt;
}
.desktopOnly{
	display:block;
}
.mobileOnly{
	display:none;
}
#menuMobile{
	width:100%;
	text-align: left;
	position:relative;
	margin-top: 50px;
	background-color:#EEE;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
select{
	border: none;
	outline: none;
	font-size: 35pt;
	font-weight: lighter;
	color: #003851;
	background-color: transparent;
	width:100%;
}
#menuMobile select{
	display:inline-block;
	font-size: 20pt;
	text-transform: uppercase;
	font-weight: lighter;
	color: #003851;
    -moz-appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
}
#menuMobile select::-ms-expand {
    display: none;
}
#menuMobile img{
	height:100%;
	position:absolute;
	top:0px;
	right:30px;
	pointer-events: none;
}
#staff p{
	line-height: 27pt;
	font-size: 20pt;
}
#about{
	text-align: justify;
}

.disclaimer{
	position:absolute;
	display:block;
	width:300pt;
	background-color:#002e51;
	box-shadow:rgba(0.2,0.2,0.2,0.4) 5px 5px 10px;
	color:white;
	top:50pt;
	left:-70pt;
	text-align:center;
	transform:rotate(-45deg);
	font-size:30pt;
}

@media only screen and (max-device-width : 720px), screen and (max-width:720px) {
	
	.right, .left{
		width: 100%!important;
		border: none!important;
		border-bottom: 1px solid #939598!important;
		display: block;
		padding-left: 0px!important;
	}
	.desktopOnly{
		display:none!important;
	}
	.mobileOnly{
		display:block!important;
	}
	#menu{
		height:20px;
	}
	#menu a{
		display:none;
	}
	footer #left, footer #middle, footer #right{
		text-align:left;
	}
	footer .column{
		width:100%;
		display:block;
		padding-left:15pt;
	}
}

@media only screen and (max-device-width : 720px) {
	h1{
		font-size:35pt!important;
	}
	h2{
		font-size: 35pt;
		line-height: 55pt;
	}
	.content li, table[name=gallery] a{
		font-size: 30pt;
	}
	h3{
		font-size: 30pt!important;
		margin-top:25px!important;
	}
	h4{
		font-size: 30pt;
	}
	#menuMobile select{
		font-size: 40pt!important;
	}
	.content p, footer, .copyright{
		font-size: 35pt!important;
		line-height: 52pt;
	}
	.citation{
		font-size: 30pt;
		line-height: 42pt;
	}
	.card_content a{
		font-size: 30pt;
	}
}

@media only screen and (max-device-width : 960px) {
	footer  address, footer p, footer h5{
		padding-left: 30px;
	}
}

@media only screen and (max-device-width : 720px) {
	footer address, footer p, footer h5{
		padding-left: 20px;
	}
}