/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: auto;
	color: #666666;
	}
	
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;	
}
	
.clear-all {
	clear: both;	
}social-icons-right


/* start banner */

/* end banner */


.banner-container {
	height: 102px;
	margin: auto;
	width: 100%;
}

.social-icons-container-left {
	margin-top: 45px;
	margin-left: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

.social-icons-container-right {
	margin-top: 45px;
	margin-left: 0px;
	margin-right: 84px;
	margin-bottom: 0px;
	float: right;
}


.social-icons-left {
	display: inline;
	margin-right: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 23px;
}
.social-icons-right {
	display: inline;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
	width: 23px;
}

.logo-container {
	text-align: center;	
}


#social-hide-left {
}

#social-hide-right {
	display: none;
}

#social-last-right {
	margin-left: 0px;
}
#social-last-left {
	margin-right: 0px;
}
	
	
.sign-off {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: auto;
	padding-right: 20px;
	text-align: center;
	}
.sign-off-content {
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin: auto;
}
.sign-off-content a {
	color: #999999;
	text-decoration: none;
}
.sign-off-content a:hover {
	color: #000000;
}

.image-container {
	position: relative;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: center;
}

.image-container img {
	width: 60%;
}

.movie-container {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
	text-align: center;

}

.movie-container iframe, 
.movie-container object, 
.movie-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ssp-mobile-poster-content {
	background-color: #FFFFFF !important;
}

.body-copy {
	padding-top: 20px;
}

.body-copy p {
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 13px;
}

.body-copy h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 16px;
}

.body-copy h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 16px;
}

.home-copy {
	text-align: center;
	display: none;
	padding-top: 20px;
}

/* Start Navs */

#row-overflow {
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
}

.navigation-container {
	z-index: 1000;
	overflow-y: visible;
	overflow-x: visible;
	overflow: visible;
	position: relative;
	padding-bottom: 20px;
}

.prime-nav {
	margin-top: 0px;
	margin-left: 260px;
	margin-right: 260px;	
}

div.prime-nav ul {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
}

div.prime-nav ul a {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	color: #666666;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	line-height: 32px;
	padding-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0;
	text-decoration: none;
}

div.prime-nav ul li {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
}



div.prime-nav ul li.current-menu-item, ul li a:hover {
	color: #000000;
}

div.prime-nav ul li:hover, li.selected a  {
    color: #000000;
}

div.prime-nav ul ul {
	background-color: #FFFFFF;
	border: none;
	display: none;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1100;
	text-align: center;
}

div.prime-nav ul ul li {
	float: none;
	margin: 0;
	width: auto;
}

div.prime-nav ul ul a {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	display: block;
	justify-content: flex-start;
	line-height: 140%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
}
div.prime-nav ul ul a:hover {
	background-color: #FFFFFF;
}
div.prime-nav ul ul li.selected a {
	background-color: #FFFFFF;
}

div.prime-nav ul ul ul {
    left:100%;
    top:0;
}

div.prime-nav ul li:hover > ul {
    display:block;
}
	/* End Navs */


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {#social-hide-left {
	display: none;
}
#social-hide-right {
	display: inline;
	}

.social-icons-container-right {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: none;
	text-align: center;
}
.prime-nav {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

.home-copy {
	display: block;
}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}
