
html, 
body, 
div, 
span, 
applet, 
object, 
iframe, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre, 
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code, 
del, 
dfn, 
img, 
ins, 
kbd, 
q, 
s, 
samp, 
small, 
strike, 
sub, 
sup, 
tt, 
var, 
u, 
center, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset, 
form, 
label, 
legend, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td, 
article, 
aside, 
canvas, 
details, 
embed, 
figure, 
figcaption, 
footer, 
header, 
hgroup, 
menu, 
nav, 
output, 
ruby, 
section, 
summary, 
time, 
mark, 
audio, 
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}

html {
line-height: 1;
}

ol, 
ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 20px;
width: 80%
}

caption, 
th, 
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}

td {
padding: 10px 15px 10px 0;
}

q, 
blockquote {
quotes: none;
}

q:before, 
q:after, 
blockquote:before, 
blockquote:after {
content: "";
content: none;
}

a img {
border: none;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
main, 
menu, 
nav, 
section, 
summary {
display: block;
}

html, 
body {
margin: 0;
height: 100%;
}

h1 {
font-weight: bold;
font-size: 4.5rem;
color: #FFF;
font-family: "futura-pt-bold", sans-serif;
}

h2 {
font-size: 1.5rem;
font-weight: bold;
}

h3 {
font-size: 1.8rem;
font-weight: bolder;
margin: 10px 0px;
}

body {
font-family: "futura-pt", sans-serif;
}

footer {
text-align: left;
width: 100%;
position: absolute;
bottom: 0;
}

nav {
color: #FFF;
display: inline;
}

nav li {
font-size: 1.6rem;
font-family: "futura-pt-condensed",sans-serif;
display: inline-block;
}

nav .button-dropdown {
position: relative;
}

nav li a {
display: block;
color: #fff;
padding: 10px 20px;
text-decoration: none;
}

nav li a span {
display: inline-block;
margin-left: 5px;
font-size: 10px;
color: #999;
}

nav li a:hover, 
nav li a.dropdown-toggle.active {
border-bottom: 1px solid #FFF;
color: #fff;
}

nav li a:hover span, 
nav li a.dropdown-toggle.active span {
color: #fff;
}

nav li .dropdown-menu {
display: none;
position: absolute;
left: 0;
padding: 0;
margin: 0;
margin-top: 3px;
text-align: left;
background-color: rgba(0,0,0,0.8);
}

nav li .dropdown-menu.active {
display: block;
}

nav li .dropdown-menu a {
width: 150px;
}

header {
width: 100%;
height: 100px;
max-width: 1600px;
margin: 0 auto;
}

p {
line-height: 1.6rem;
margin-bottom: 1rem;
}

li ol li {
margin-left: 1.5rem;
}

li ul li {
margin-left: 1.5rem;
}

li ol {
margin-top: .8rem;
}

li ul {
margin-top: .8rem;
}

sup {
vertical-align: super;
font-size: xx-small;
margin-left: 0.05rem;
}

.acep-logo {
display: inline-block;
/*float: right;*/
margin: 20px;
vertical-align: middle;
}

.co50logo {
width: auto;
height: 85px;
position: absolute;
top: 50%;
right: 30px;
/*display: inline-block;*/
/*float: right;*/
/*margin: 20px;
vertical-align: middle;*/
transform: translateY(-50%);
}

.btn-md-clear {
color: #FFF;
border: 2px solid #FFF;
border-radius: 10px;
font-size: 1.5rem;
padding: 10px 40px;
margin: 10px 0 10px 10px;
clear: both;
display: inline-block;
text-decoration: none;
}

.btn-md-clear a:visited {
color: #FFF;
}

.btn-sm-clear {
color: #FFF;
border: 2px solid #FFF;
border-radius: 5px;
font-size: 1rem;
padding: 5px 10px;
margin: 10px 0;
clear: both;
display: inline-block;
text-decoration: none;
}

.btn-sm-clear a:visited {
color: #FFF;
}

.content-container {
background-color: rgba(255,255,255,0.9);
width: 100%;
height: 600px;
margin-top: 40px;
}

.content-container h1 {
font-size: 2rem;
margin-top: 200px;
float: right;
width: 75%;
}

.content-container a {
color: #4682b4;
}

.content-container a:visited {
color: #4682b4;
}

.content-title {
width: 30%;
height: 550px;
text-align: right;
margin: 25px 0;
padding: 0 2%;
/* margin-right: 2%; */
display: inline-block;
/*border-right: 1px solid #ab5b6d;*/
float: left;
}

.content-body {
width: 60%;
max-width: 850px;
display: inline-block;
float: left;
margin: 25px;
overflow: auto;
height: 90%;
}

.content-body h2 {
line-height: 2.8rem;
}

.content-body ul {
list-style: disc outside none;
margin-left: 10px;
margin-bottom: 2rem;
padding-left: 1em;
}

.content-body ul li ul {
margin-bottom: 1rem;
}

.content-body ol li ul {
margin-bottom: 1rem;
}

.content-body ol li ol {
margin-bottom: 1rem;
}

.content-body ul li ul {
margin-bottom: 1rem;
}

.content-body li {
line-height: 1.5rem;
margin-bottom: 4px;
}

.content-body ol {
list-style: decimal outside none;
margin-left: 0;
padding-left: 2.5rem;
margin-bottom: 2rem;
}

.latest-date {
font-style: italic;
}

.nav-logo {
display: inline-block;
}

.nav-logo img {
margin: 35px;
}

.nav-items {
float: right;
margin: 30px 20px 0 0;
}

.new-article {
margin-bottom: 60px;
width: 70%;
}

.social-icons {
display: block;
clear: both;
}

.social-icons img {
padding-left: 5px;
}

.home-body {
width: 100%;
max-width: 1600px;
margin: 0 auto;
text-shadow: 0px 0px 11px rgba(0, 21, 0, 0.55);
}

.home-body h2 {
font-style: italic;
color: #FFF;
}

.home-title {
width: 46%;
padding: 55px 4% 55px 0;
display: inline-block;
margin-top: 200px;
text-align: right;
border-right: 1px solid white;
}

.home-latest-items {
width: 46%;
float: right;
display: table;
height: 600px;
margin-top: 30px;
padding-top: 55px;
color: #FFF;
}

.home-vertical-centering {
display: table-cell;
vertical-align: middle;
position: relative;
z-index: 20;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
margin: 0;
}

.aligncenter, 
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

.alignright {
float: right;
margin: 5px 0 20px 20px;
}

.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}

a img.alignnone {
margin: 5px 20px 20px 0;
}

a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}

.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
margin: 5px 0 20px 20px;
}

.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

/* IMAGE TEST OVERWRITE */

img.respIMG.alignnone.wp-image-596.size-full, 
img.attachment-full.size-full {
width: 100% !important;
height: auto !important;
display: block;
}

@media only screen and (max-height:865px) {
	footer {
	position: relative;
	}
	
	.acep-logo {
	margin-right: 70px !important;
	}
 

 
}

@media screen and (max-width: 834px) {
 
  .co50logo {
height: 55px;
right: 20px;
}
 
}

@media only screen and (min-height:1140px) {
	.content-container {
	height: 800px;
	}
	
	.content-title {
	height: 750px;
	}
	
	.content-container h1 {
	margin-top: 280px;
	}
}
@media only screen and (max-width: 1150px) {
	.nav-logo img {
	margin: 25px;
	max-width: 250px;
	}
}
@media only screen and (max-width: 1000px) {
	.nav-logo {
	display: block;
	}
	
	header {
	height: 148px;
	}
}
@media only screen and (max-width:850px) {
	body {
	padding-bottom: 40px;
	}
	
	/* @group ---- home title */
	
	.home-title {
	/*	display: none;*/
	 /* width: auto;*/
	width: 90%;
	padding: 10px 0 20px;
	margin: 0 0 20px;
	text-align: left;
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
	margin-left: 20px;
/*	display: block !important;*/
	}
	
	.home-title h1, 
	.home-title h2 {
	display: none;
	}
	
	.btn-md-clear {
	font-size: 1.1rem;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	clear: none;
	margin: 0;
	}
	
	.social-icons {
	display: inline-block;
	vertical-align: middle;
	}
	
	.social-icons img {
	width: 28px;
	height: auto;
	}
	
	/* @end */
	
	.nav-logo img {
	width: auto;
	}
	
	.home-latest-items {
	/*width: 100%;*/
	width: auto;
	/*	float: left;*/
	float: none;
	/*margin-left: 0;*/
	margin: 0;
	padding-left: 20px;
	display: block;
	height: auto;
	margin-top: 0;
	padding-top: 0;
	}
	
	footer {
	text-align: left;
	position: relative;
	}
	
	footer::after {
	content: "";
	clear: both;
	display: block;
	}
	
	.acep-logo {
	float: none;
	}
	
	.content-container {
	height: auto;
	margin-top: 45px;
	}
	
	.content-title {
	width: auto;
	height: auto;
	text-align: left;
	margin: 25px 0 0;
	padding: 0 2%;
	display: inline-block;
	border-right: none !important;
	float: left;
	}
	
	.content-title h1 {
	width: auto;
	margin: 0 10px;
	}
	
	.content-body {
	width: 80%;
	margin: 25px;
	}
}

@media only screen and (max-width:500px) {
	.nav-logo img {
	max-width: 85%;
	}
}
