/*   
Theme Name: Center For Public Trust NEW
Theme URI: http://powellcreative.com
Description: Custom Theme
Author: Powell Creative
Author URI: http://powellcreative.com
Version: 2.0
*/

@media screen {

* { margin: 0; padding: 0; }
body {
	background-color: #1E495E;
	background-image: url(images/site_bg.png);
	background-repeat: repeat-x;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a img { border: none;}

.alignright{float:right;}
.alignleft{float:left;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container { width: 960px; margin: 0px auto; }

.sub-menu {
	display: none;
}
#menu-login-registration ul.sub-menu{
	margin-left:10px;
	}
header {
	height: 176px;
	background-image: none;
	position: relative;
}
.logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 10px;
	text-indent:-9999px;
}
/*  Social Media Links */
#socialBlock {
	position:absolute;
	left:760px;
	top:30px;
	width:82px;
	height:26px;
}

#facebook_ {
	position:absolute;
	left:0px;
	top:0px;
	width:28px;
	height:26px;
}

#linkedin_ {
	position:absolute;
	left:28px;
	top:0px;
	width:28px;
	height:26px;
}

#twitter_ {
	position:absolute;
	left:56px;
	top:0px;
	width:26px;
	height:26px;
}
#YouTube_ {
    position:absolute;
    left:84px;
    top:0px;
    width:26px;
    height:26px;
}
    /* Navigation Menu */

.main-navigation {

        margin-top: 24px;
        margin-top: 1.714285714rem;
        text-align: center;

}
.main-navigation li {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.42857143;
}
.main-navigation a {
    display:block;
    color:#FFF;
    text-decoration:none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 9px 3px;
}
.main-navigation a:hover {
    color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
    display: inline-block;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {

    border-top: thin solid #fff;
    display: inline-block !important;
    text-align: left;
    width: 100%;
    background-color:#0076C0;
    padding: 0px;
    margin: 0px;
    float: left;
    background-image: url(images/primary_nav_bg.png);
    background-repeat: repeat-x;
}
.main-navigation ul {
    margin: 0;
    text-indent: 2;
}
.main-navigation li a,
.main-navigation li {
    display: inline-block;
    text-decoration: none;
}
.main-navigation li a {
    border-bottom: 0;
    color: #FFF;
    display:block;

   /* line-height: 3.692307692; */
    text-transform: uppercase;
    white-space: nowrap;
}
.main-navigation li a:hover {
    color: #000;
    background-color: #DEDCE2;
}
.main-navigation li {

    border-right: thin solid #fff;
    float: left;
    margin: 0;
    position: relative;
    white-space: nowrap;

}
.main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;

}
.main-navigation li ul ul {
    top: 0;
    left: 100%;
}
.main-navigation ul li:hover > ul {
    border-left: 0;
    display: block;
}
.main-navigation li ul li a {
    background-color:#08485F;
    display: block;
    line-height: 2.181818182;
    padding: 1px 7px;
    width: 180px;
    width: 12.85714286rem;
    white-space: normal;
}
.main-navigation li ul li a:hover {
    background: #0076C0;
    color: #FFF;
}
.main-navigation .current_page_item {
    background-color: #DEDCE2;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
    color: #111111 !important;

    font-weight: normal;
}

.main-navigation ul.sub-menu{
    display:none;
    z-index:100;
    top:24px;
    background-color:#08485F;
    padding:0px;
}

.main-navigation ul.sub-menu li{
    background-image:none;
    border:none;
    display: block;

}
    
    
/*  header nav top level  */


    .navBlock {
        position:absolute;
        bottom: 29px;
        left: 0px;
        margin:0px;
        padding:0px;
        color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
    }
    .navBlock .menu
    {
        padding:0px;
        margin:0px;
        float:left;
        background-image: url(images/primary_nav_bg.png);
        background-repeat: repeat-x;
    }

    .navBlock .menu > li{
        position:relative;
        float:left;
        margin:0px;
        border-top-width: thin;
        border-right-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-top-color: #FFF;
        border-right-color: #FFF;
        white-space: nowrap;
    }

    .navBlock .menu ul.sub-menu{
        position:absolute;
        display:none;
        z-index:100;
        white-space: nowrap;
        left: 0px;
        top:25px;
        background-color:#08485F;
        padding:0px;
    }

    .navBlock .menu > li:hover, .navBlock .menu > li.current_page_item{
        background-color: #DEDCE2;
    }

    .navBlock .menu > li a{
        display:block;
        color:#FFF;
        text-decoration:none;
        font-size: 12px;
        text-transform: uppercase;
        padding:4px 9px 4px 9px;
    }
    .navBlock .menu > li a:hover, .navBlock .menu > li.current_page_item a{
        color:#333;
    }

    /*  header nav subnav  */

    .navBlock .menu > li > ul{
        position:absolute;
        display:none;
        top: 0px;
        left: 0px;
        padding:0px 0 2px 0;
    }
    .navBlock .menu > li > ul > li{
        margin:0px;
        background-image:none;
        border:none;
        padding-top: 4px;
        padding-right: 9px;
        padding-bottom: 4px;
        padding-left: 9px;
        list-style-type: none;
        min-width:100px;
    }
    .navBlock .menu > li > ul > li:hover,.navBlock .menu > li > ul > li.current_page_item{
        background-color: #0076c0;
        color: #FFF;
    }
    .navBlock .menu > li > ul > li > a:hover, .navBlock .menu > li > ul > li.current_page_item a,.navBlock .menu > li:hover > ul > li > a{
        color:#fff;
    }
    .navBlock .menu > li > ul > li a{
        display:block;
        padding:0px;
        margin:0px;
    }

#menu-login-registration {
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	position: absolute;
	left: 600px;
	top: 28px;
	float: right;
	text-transform: uppercase;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
#menu-login-registration a{
	display: block;
	color:#CCC;
	text-decoration:none;	
}
#menu-login-registration a:hover{
	color:#FFF;	
}
.attachment-post-thumbnail{
	display:block;
	margin-right: auto;
	margin-left: auto;	
	}	
.widecolumn{
	background-color: #FFF;	
	padding:40px;
	}
.content {
	width: 538px;
	float: left;
	background-color: #F9F9FB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: thin !important;
	border-left-width: thin !important;
	border-right-style: dotted !important;
	border-left-style: dotted !important;
	border-right-color: #DEDCE2 !important;
	border-left-color: #DEDCE2 !important;

}


.content ol {
	padding:0;
	margin:0;
}
.content ol li{
	list-style-type: decimal;
}
.content ol li ol{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
.content ol li ol li{
	list-style-type: lower-alpha;
}

.content ul {	
	padding:0;
	margin:0;
}
.content ul li{
	list-style-type: disc;
}
.content ul li ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.content ul li ul li{
	list-style-type: circle;
}

.sidebar {
	display:block;
	padding: 10px 0px;
	margin-bottom:10px;
	border-bottom: solid thin #999;
	clear:both;
	}
.sidebar-left {
	float: left;
	width: 180px;
	background-color: #F9F9FB;
    padding: 9px 10px 1px;
}

/* .sidebar-left nav elements  */
.sidebar-left > nav > div > div > ul {
	width:180px;
	line-height:23px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 11px;
    font-size: 14px;

}

.sidebar-left > nav > div > div > ul > li {	
	position: relative;
	padding: 0 0 0 10px;
	}
.sidebar-left > nav > div > div > ul > li:first-child {
	border:none;
	padding-top:0px;
}

.sidebar-left > nav > div > div >  ul > li:hover{
	background-image:none;
	}
	
.sidebar-left > nav > div > div > ul > li > a{
	color:#999;
	text-decoration:none;
	font-size:.85em;
	text-transform:uppercase;
}
.sidebar-left > nav > div > div > ul > li > a:hover{
	color:#08485F;
}
/* .sidebar-left subnav elements */

.sidebar-left > nav ul.sub-menu {
	position:absolute;
	display:none;
	width:100%;
	left: 220px;
	top:-1px;
	background-color: #000;
	}
.sidebar-left > nav ul.sub-menu li{
	background-image:none;
	border:none;
	padding-left:14px;
	}
	
.sidebar-left > nav ul.sub-menu > li:hover {
	background-image:none;
	}

.sidebar-left > nav ul.sub-menu > li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	text-transform:capitalize;
}

.sidebar-left > nav ul.sub-menu li a:hover{
	color:#50C0D5;
	}
	
.sidebar-right{
	float: right;
	width: 180px;
	background-color: #F9F9FB;
	padding: 10px;
}

.sidebar h2{
	color:#0076C0;
	font-size: 18px;
}

.sidebar-right a{
	font-weight: bold;
	color: #0076C0;
	font-size: 14px;
}

.widget_simpleimagelink {
	padding-bottom:10px;
	border-bottom: solid thin #999;
	}

.ws-plugin--s2member-pro-login-widget-lost-password a{
	font-size: 10px;
	font-weight: normal;
	}

.ethicsLogo{
	/*display: block;
	margin-top: 10px;*/
	margin-bottom: 20px;
	}
.widget_categoryposts{
}
.widget_categoryposts h2{ }
.cat-post-item {
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.cat-post-item .post-title{
	color:#999;
	font-size: 16px;
	/*border-bottom:dotted thin #666;*/
}
.cat-post-item .post-title:hover{
	color:#0076C0;
	font-size: 16px;	/*border-bottom:dotted thin #666;*/
}

.cat-post-item p a{
	color:#999;
	font-size: 12px;
	/*border-bottom:dotted thin #666;*/
}

.cat-post-item p a:hover{
	color:#0076C0;
	font-size: 12px;
	/*border-bottom:dotted thin #666;*/
}

aside {
	
	width: 180px;
	background-color: #F9F9FB;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	
	padding-top: 10px;
	padding-bottom: 10px;
    font-size: 10px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}



/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #0076c0;
	height:80px;
	text-align:center;
}
.menu-footer-container{
	position:relative;
	height:20px;
	margin:auto;
	width: 550px;
	padding:20px;
	
	}
#menu-footer {
	margin: auto;
	position: absolute;
	width:100%;
	padding: 10px;
	height: 100%;
	color:#fff;
}
#menu-footer li{
	float:left;
	padding: 4px 2px;
}	
#menu-footer li a{
	color:#fff;
	text-decoration:none;
}
#menu-footer li a:hover,#menu-footer li.current-menu-item a {
	color: #DEDCE2;

}	


/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 {
	color: #908F97;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #908f97;
}

h2 a{
	color: #908f97;
}
h2 a:hover{
	color: #08485F;
}
h3 { 
	font-size: 14px;
	font-weight: bold;
	color: #0076C0;
	text-transform:uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
 }
strong {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}
.blue{
	color:#0076C0;
	font-weight: bold;
	}
p {
	margin: 0 0 10px 0;
	color: #666;
}
a {
	color: #0076C0;
	text-decoration: none;
}
a:hover {
	color: #08485F;	
	 } 
/*archive control*/
h2.archiveTitle {
	margin-top:10px;
	font-size: 20px;
	}
.archiveDiv {
		display:block;
		margin-bottom:30px !important;
	}

blockquote { background-color:#CCC; border:solid thin #666;padding:10px; }
blockquote p { }

ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*  Primary Navigation  */


.meta {
	margin-bottom: 10px;
	padding-left:4px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #999999;
}


.post {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.category-award-recipients{
	padding-bottom: 20px;
	}

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { margin-bottom:10px; }

	#s, .e2ma_signup_form_element input {
	border: 3px solid #E4E3E8;
	float:left;
	padding-top:2px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
}
	#searchsubmit {
/*	background-color: #0076C0;
	color:#fff;*/
}
	
/* MyEmma form control  */
.e2ma_signup_form_row{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
/*.e2ma_signup_form_element{
	border: 3px solid #E4E3E8;
	padding:2px;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius::6px;
}*/

.associated-posts li {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
    font-size: 12px;
}
#e2ma_signup_message,.e2ma_signup_form_required_footnote, .e2ma_signup_form_label,#e2ma_signup_reset_button{display:none;}

	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


    table.layout {
        border-collapse: collapse;
        background-color: #F9F9FB;
    }

    td.layout-frame {
        background-color: #F9F9FB;
        vertical-align: top;
    }

    td.content-frame {
        border-left: thin dotted #DEDCE2 !important;
        border-right: thin dotted #DEDCE2 !important;
    }

    .content {
        border: 0px;
    }


    .responsive-slider.flexslider .slide .slide-title {
        display:none;

    }

} /* END screen media */

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond,"Times New Roman", serif; color: #000;
    background: none;
    font-size: 12pt;
}
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
.lcp_paginator li{
    display: inline-block;
    border: 10px solid;
    padding: 10 15px;
    margin: 2px;
}

.lcp_catlist {
    padding: 0px 0px 0px 0px !important;
}
.lcp_catlist li{
    list-style: none !important;
}
.lcp_date {
    display: inline-block; !important;
    color: #666 !important;
}
.lcp_date::before{
    content: "Date: ";
}
.lcp_author {
    display: block; !important;
    margin-bottom: 10px !important;
    color: #666 !important;
}
.lcp_author::before{
    content: "Author: " !important;
}
.lcp_catlist ul li {
    list-style-type: none !important;
}
.lcp_paginator li{
    display: inline-block;
    border: 0px solid;
    padding: 0 15px;
    margin: 2px;
    list-style: none !important;
}
.lcp_paginator a{
    font-weight: bold;
    color: #0076C0;
    font-size: 14px !important;
}
.cat_post_title {
    display:block;
    padding: 10px 0px;
    margin-bottom:10px;
    border-top: dotted thin #999;
    clear:both;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    list-style: none !important;

}
.cat_post_title a{

    font-size: 18px !important;

}
.cat_post_title h2{
    color: #808080;
    font-size: 18px !important;

}
.cat-post-title a:hover{
    color:#0076C0;
    font-size: 18px !important;
    /*border-bottom:dotted thin #666;*/
}
.cat-post-title ul li {
    list-style: none !important;
}
.excerpt_post {
    font-color: #c0c0c0 !important;

}
.author_post {
    font-color: #c0c0c0 !important;

}
.date_post {
    font-color: #c0c0c0 !important;

}