/*MAIN.CSS (default 1220px to 1500px)*/
:root{
	font-size: 16px;
	line-height: 180%;
}
body {
	font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
h1{
	font-family: "apercu-mono","Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
	line-height:1.5em;
}
h2{
	font-family: "apercu-mono","Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:normal;
	line-height:1.2em;
}
.heading{
	font-family: "apercu-mono","Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#666;
	font-size: 24px;
	font-weight: 400;
}
.subhead {
	font-family: "apercu-mono","Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.darkblock{
	background-color: #222222;
	color:#fff;
	padding:5%;
}
.lightblock{
	background-color: #cccccc;
	padding:5%;
}
.logo_img {
    width: 142px;
}
#headerwrap_div {
    color: #000;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
}
#header_div{
    padding-bottom:12px;
}
.topnav_div {
    color: #000;
    font-size: 90%;
}
.topnav_div a {
    color: #000;
}
.headernavclear{
    display:none;
}
#mobileheaderwrap_div {
    background-color: #fff;
}
.mobilelogo_img {
    width: 95px;
}
.mobilemenubtn {
    background-image: url("../images/mobilemenubtnbg.svg");
}

#mobilenav_div a {
    background-color: #0090D0;
    border-top: 1px solid #fff;
}

#mobilenav_div {
    background-color: #ffffff;
}
.nav_div a {
    color: #818285;
}

.nav_div a:hover, .nav_div a.at, a.subnavopen {
background-color: transparent;
}

.subnavcolumn_div {
    width: auto;
    padding-right:0px;
}

.subnavcolumn_div .subnavgroup_div {
    margin-left: 10px;
    padding-bottom: 12px;
}

.subnavttl {
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #818285;
    margin-bottom: 2px;
}
#footer_div {
    color: #666;
}
#footer_div a {
    color: #666;
}
#footerwrap_div {
    background-color: #fff;
}

h1.pagettl {
    padding-top: 5px;
}
.submitbutton, a.submitbutton {
    text-transform:uppercase;
	background-color: #0090D0;
    border-radius:0px;
}
.submitbutton:hover, a.submitbutton:hover{
	color:#fff;
	background-color: #333;
}
.addttl_p {
color: #0090D0 !important;
}
.videogriditemswrap_div{
	width:104%;
	margin-left:-2%;
	margin-right:-2%;
	padding-top: 40px;
}
.videogriditemswrap_div .four_per_row_div{
	display:block;
}
.videogriditem_div {
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
	float: left;
	box-sizing: border-box;
}
.videogriditem_div a{
    text-decoration: none;

}
.rounded_img{
    border-radius: 8px;
}
body.page_local_video video{
    width:100%;
}

.local_vidoeaccess_p{
    font-size: 90%;
    color: #43BA29;
}

.local_vidoeaccess_div{
    float:right;
    color: #43BA29;
}
.local_videotimewrap_div{
    position:relative;
}
.local_videotime_div{
    position:absolute;
    right:5px;
    bottom:17px;
    font-size: 80%;
    line-height: 100%;
    color: #fff;
    background-color: #000;
    padding: 4px;
}
.local_videoduration_div{
    font-size: 80%;
    color: #0090D0;
}
a.local_videobuybutton{
    float:right;
    margin-right:0px;
}
.backtoallvids_a {
    display: block;
    float: left;
    line-height: 28px;
    color: #666;
    text-decoration: none;
    padding-left: 40px;
    height: 28px;
    background-image: url(../images/arrowprev_grey.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 28px;
}
.backtoallvids_a:hover {
    color: #000000;
    background-image: url(../images/arrowprev_black.svg);
}
.addclose_img {
    background-image: url(../images/close.svg) !important;
}