/*
Theme Name: OWC
Author: Mod by Paragon, based on WordPress team's Twenty-Sixteen
*/


/**

@charset "UTF-8";
/*1900x1080*/
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #42413C;*/
	background-image: url(img/100BG5.png);
	background-size: cover;
	margin: 0;
	padding: 0;
	color: #000 !important;
}
/* ~~containers~~ */
.wrapper{
	/*width: 90%;*/
	background-color: #767070;
	
	/*overflow: hidden;*/
	margin-left: 4% !important;
	margin-right: 4% !important;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.container {
	/*width: 1340px;*/
	width: 100%;
	background-color: #ffffff;
}

.fill img { min-height:100%; min-width: 100%; object-fit: cover; }
}

.banner .fill{
	background-color: #767070;
	background-image: url(img/OWCbanner.jpg);
	object-fit: cover !important;
	color: #fff;
	min-width: 100% !important;
	min-height: 100% !important;
	}

#sidebar1 {
	float: left;
	/*width: 20%; 22*/
	font-size: small !important;
	border-right: solid 1px #333;
}
/*Nav*/
ul.nav {
	list-style: none !important; 
	border-top: 1px solid #333; 
	margin-bottom: 1px; 
	float: left;
	font-size: small !important;
	/*width: 200px;*/
}
ul.nav li {
	border-bottom: 1px solid #333; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	/*width: 200px;*/
	text-decoration: none;
	background-color: #c5bfbf;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #848283;
	color: #FFF;
}
.content {
	float: left;
	padding: 10px 10px 0px 20px;
	width: 78%;
	min-height: 700px;
	padding-bottom: 10px;
	background-color: #fff !important;
	/*border-top: 1px solid #666;*/
	/*overflow: hidden;*/
}


.footer, site-footer { 
	height: 60px;
	
	margin-bottom: 0px;
	bottom: 0px;
	padding: 10px 10px 0px 15px;
	background-color: #c5bfbf;
	
	color: #465b94 !important;
	text-align: center;
	font-size: 12px;
	clear: both; 
	overflow: hidden;
}

/* ~~ Elements ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
/*p {
	margin-left: 20px;
}*/
h1{
	font-size: 18px;
	line-height: 200%;
	color: #44588f;
	padding-top: 15px;
	padding-bottom: 15px;
}
h2{ /*has a margin-left*/
	font-size: 14px;
	line-height: 120%;
	color: #44588f;
	padding-top: 15px;
	padding-bottom: 15px;
}
h3{ /*has align=center*/
	font-size: 18px;
	line-height: 120%;
	color: #44588f;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
h4{ /*has no left margin and is left aligned*/
	font-size: 14px;
	line-height: 120%;
	color: #44588f;
	padding-top: 15px;
	padding-bottom: 15px;
}
a img {
	border: none;
}
hr{
	text-align: center;
	width: 30%;
}
/* ~~ links ~~ */
a:link {
	color: #465b94;
	text-decoration: none;
	 
}
a:visited {
	color: #465b94;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
	color: #3c4d7d;
}
.white A:link {
	color: #fff; 
	text-decoration: none;
	}	 
.white a:visited {
	color: #fff; 
	text-decoration: none;
}
.white A:active {
	color: #fff; 
	text-decoration: none;
	}
.white A:hover {
	text-decoration: underline; 
	color: #fff !important;
}

/* ~~ lists ~~ */
.content ul, .content ol { 
	padding: 3px 25px 5px 40px; 
}
.content li{
	padding: 3px 25px 5px 25px;
	list-style: circle;
	list-style-position: inside;
}



/* ~~  float/clear  ~~ */
.fltrt {  
	float: right !important;
	margin-left: 8px;
	position: relative;
}
.fltlft { 
	float: left !important;
	margin-right: 8px;
	position: relative;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	
}
.clearFix{
	overflow: auto;
}
/* ~~ image align ~~*/
.alignRight{
	float: right;
	/*border: 1px #767070;
	border-style: solid;*/
	/*margin: 5px;*/
	margin: 0 0 10px 10px;
}
.alignLeft{
	float: left;
	/*border: 1px #767070;
	border-style: solid;*/
	margin: 5px;
}
.alignRightM{
	float: right;
	margin: 5px;
}
.alignLeftM{
	float: left;
	margin: 5px;
}
.alignCenter{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.middle{
		margin-left: auto !important;
	 	margin-right: auto !important;
		color: #ffffff !important;
		font-size: small !important;
		text-align: center !important;
		width: 100% !important;
		background-color: #767070;		
	 }
.whitespace25{
	margin-left: 25px;
}

.tenIndent{
	margin-left: 10px;
}
.textRight{
	float: right;
}
div.bgRoll-link:hover{
    background-color: #E3E3E3;
}
.goSmall{
	font-size: small;
}
.sup {
	vertical-align: super;
    font-size: smaller;
	color: red !important;
}
.skip-link{
	display: block;
	display: none;
}
.colWrap{
	width: 100%;
}
.col1{ 
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	width: 65%;
	float: left;
	line-height: 200%;
}
.col2{ 
	padding: 2px 0 2px 0;
	width: 100%;
	margin: auto;
}
.col3{ 
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: right;
}
