body, html {
	background: white;
}
.fixed {
	position: fixed;
/* 	top:0; */
	bottom:auto;
	background: rgba(23, 23, 23, 1);
	padding-top: 15px;
    padding-bottom: 14px;
	
}
.primary ul li a {
	color: white;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    transition: color .3s;
    font-weight: 400;
}
#logo {
	position: relative;
	left: 10px;
	width: 10%;
}
.primary ul li a:hover {
	color: #181818;
}	
#tag {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(24, 24, 24, 0.83);
	width: 100%;
	
}
#tag h1 {
	color: white;
	font-size: 30px;
	font-weight: 100;
	margin: 20px 0px;
	padding: 7px 0px;
	padding-left: 30px;
	text-transform: uppercase;
}
#tag h1:before {
	   content: '';
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    height: 100%;
    width: 2px;
    background-color: white;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    margin-right: 10px;
}
.white-line {
	background: white; 
	height: 80px; 
	width: 3px; 
	margin-top: -12px;
	transform: skewX(-30deg);
}
p {
	line-height: 2em;
}
div.cb-content {
/* 	margin-bottom: 50px; */
	
}
#content {
	padding: 0px 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
	}

.social-media a{
	text-decoration: none;
	color: #b2b2b2;
	transition: all .3s;
}
div.social-media:hover{
	text-decoration: none;
	color: white;
}
.social-media {
	margin-top: 10px;
	transition: all .6s;
}
#bottom #social .home-icons {
	font-size: 22px;
    display: inline-block;
    position: relative;
    width: 44px;
    text-align: center;
    height: 44px;
    padding: 7px 10px;
    margin-right: 10px;
    color: #b2b2b2;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #b2b2b2;
    border-radius: 100%;
}
span.home-icons:hover {
	color: white;
	border-color: white;
}
.navigation {
	width: 80%;
}
.site-header {
  height: 0;
/*   min-height: 400px; */
	overflow: hidden;
	/* padding-bottom: 38.888888888888886%; */
	padding-bottom: 56.25%;
}

/*
.hero,
.rotator, 
.rotatorWindow, 
.rotatorWindow div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
*/
:root {
	--header-size:68px;
}
#primary {
	margin-top: -72px;
}
.site-header {
	margin-top: 71px;	
}
.hero.wide {
	margin-top:25px;
}
.hero,
.rotator, 
.rotatorWindow, 
.rotatorWindow div {
  position: absolute;
  width: 100%;
  height: 0;
	/* padding-bottom: 38.888888888888886%; */
	padding-bottom: 56.25%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#header_spacer {
    position: relative;
    height: 100px;
 }
.rotatorNavigation, 
.rotatorDescriptions {
  display: none;
}
#media {
	border-top: 3px solid #e7e7e7;
}

@media (max-width: 640px) {
	#tag h1{
		padding-left:35px!important;
	}
	#tag h1:before{
		left:45px!important;
	}
		#tag h1 {
			padding-left: 10px;
		}
		.cb-content1 {
		margin: 0!important;
	}
.hero,
.rotator, 
.rotatorWindow, 
.rotatorWindow div {
  min-height: 200px;

}	
.site-header {
min-height: 200px;
}
}
	
	@media (max-width: 1024px) {
	.navigation {
		width: 100%;
	}
	#primary {
		margin-top: -72px;
	}
	}
/*
	.subpage_module_container {
		background: #dbdbdb;
		padding: 20px;
	}
	ul.subpage_module li {
		text-decoration: none;
		list-style-type: none!important;
		padding: 5px 0px;
		font-size: 13px;
	}
	ul.subpage_module a {
		text-decoration: none;
		color: black;
		padding: 10px 0px;
	}
	.subpage_module_container h2 {
		text-transform: uppercase;
	}
*/
.media-links {
	display: inline;
    white-space: nowrap;
}