/*
	Theme Name: Outreach Child Theme
	Theme URI: http://www.studiopress.com/themes/outreach
	Description: Outreach is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Responsive Slider
* Home Sections
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Sub Footer
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Outreach Blue
* Outreach Orange
* Outreach Red
* Responsive Design

*/

@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;600;800&display=swap');


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Temp Styles
---------------------------------------------------------------------------------------------------- 

#pgc-3092-5-1 {display:none;}*/

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
	height:100%;
}

/* Chrome fix
body > div {
    font-size: 1.8rem;
} */

body {
	color: #333;
	font-family: 'Spartan', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-left:0 solid #701C70;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.button:before {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 16px;
    margin: 0 10px 0 0;
    color: #fff;
}
.rtl .button:after {
    content: "";
	margin:0;
}
.rtl .button:before {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 20px;
    margin: 0 0 0 10px;
    color: #fff;
}
.training .button:before {
	content: "\f152";
	
}
.openweb.button:before{
	content: "\f08e";
	
}

.training-ar .button:after {
	content: "\f152";
    margin: 0 0 0 10px;
}


.gbvims .panel-grid-cell {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding:1.5em;
}
.gbvims .panel-grid-cell p,
.gbvims .panel-grid-cell li {
    font-size: 16px;
    
}
.gbvims .ow-button-base a {
    
    padding:.75em 2em !important;
}

a {
	color: #701C70;
	text-decoration:none;
}

a:hover,
a:focus {
	color: #A148A1;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}
.entry-content p a {
	border-bottom:1px dotted #701C70;
}
.entry-content a.logo {
	border-bottom:none;
	margin-right:10px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}


b,
strong {
	font-weight: 600;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}










/* Wrap
------------------------------------------------------------ */

.wrap {
	margin: 0 auto;
	width: 1140px;
}
.site-inner .wrap {
	padding:2em 0;
}
.home .site-inner .wrap {
	padding:0 0 2em 0;
}
.outreach-landing .wrap {
	width: 760px;
}
.page-id-5292 .site-inner .wrap {
	padding-top:0;
}


/* Header
------------------------------------------------------------ */

.site-header {
	background-position: center top !important;
	background-color: #701C70;
	margin: 0 auto;
	min-height: 120px;
	overflow: hidden;
	width: 100%;
	padding-top:54px;
}

.title-area {
	float: left;
	overflow: hidden;
	width: 430px;
}


.rtl .title-area {
	float: right;
}

.site-title {
	font-family: 'Spartan', sans-serif;
    font-size: 28px;
    line-height: 1.25;
    margin: 24px 0 0;
    color: #92278F;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	text-decoration: none;
	color:#fff;
}

.site-description {
	font-family: 'Spartan', sans-serif;
	display: block;
	margin:.5em 0 1em 0;
	font-size:20px;
	color:#C9C;
	font-weight:600;
        letter-spacing: -1px;
    text-transform: uppercase;

}

.site-header .widget-area {
	color: #fff;
	float: right;
	width: 620px;
}

/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .title,
.header-full-width .title-area a {
	width: 850px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .title,
.header-image .title-area a {
	background-position: center !important;
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	margin: 0;
	max-width: 330px;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
	background: #521152;
	position:fixed;
	width:100%;
	z-index: 1000;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
}

.menu-primary,
.menu-secondary,
header .menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

header .menu {
	background: none;
	display: inline-block;
	float: left;
	margin: 32px 0 0;
	width: auto;
}
.menu-primary .fa-home {
	font-size: 24px;
	line-height:1;
}

.menu-secondary {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #090909;
	border-radius: 5px;
	margin: 0 0 10px;
}

.menu-primary ul,
.menu-secondary ul,
header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
header .menu li {
	float: left;
	list-style-type: none;
}
#menu-main-arabic.menu-primary li {
	float:right;
}
.menu-primary li.menu-item-437,
.menu-primary li.menu-item-441,
.menu-primary li.menu-item-446 {
	background: #3c033c;
}

#menu-main-arabic.menu-primary li.menu-item-449 {
	background: #3c033c;
}

.menu-primary a,
.menu-secondary a,
header .menu a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a {
	background-color: #701c70;
	color: #fff;
	border-radius:0;
}

.menu-primary li a:hover,
.menu-primary li:hover a {
	background-color: #701C70;
	color:#fff;
	border-radius:0;
}

.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
header .menu li a:active,
header .menu li a:hover,
header .menu li:hover a,
header .menu .current_page_item a,
header .menu .current-cat a,
header .menu .current-menu-item a {
	color: #6ab446;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
header .menu li li a,
header .menu li li a:link,
header .menu li li a:visited {
	background: none;
	background-color: #c9c;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	font-size: 14px;
	padding: 10px;
	position: relative;
	width: 200px;
	text-transform:uppercase;
	border-radius:0;
}

.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background: none;
	background-color: #090909;
	border-bottom: 1px solid #292929;
	color: #fff;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
header .menu li li a:active,
header .menu li li a:hover {
	background-color: #fff;
	color: #333;
}

.menu-secondary li li a:active,
.menu-secondary li li a:hover {
	background-color: #090909;
	color: #6ab446;
}

.menu-primary li ul,
.menu-secondary li ul,
header .menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 200px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
header .menu li ul a {
	width: 152px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
header .menu li ul ul {
	margin: -39px 0 0 160px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
header .menu li:hover>ul,
header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

li.menu-item-home a {
	background:url(images/globe.png);
	text-indent:-9999px;
	background-repeat: no-repeat;
    width: 54px;
    height: 51px;
    background-position: center center;
    background-size: 28px;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #fff;
	display: inline;
}

.menu li.right a:hover {
	color: #333;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: url(images/world.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 46px 0 0;
	border-radius: 0 0 0 0;
	background-attachment: fixed;
}

.app-agency, .app-motivation, .app-success {
	color:#000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	display:none;
	background: #89d889;
    padding: 2px 4px;
    margin-left: 5px;
}
.app-agency.yellow, .app-motivation.yellow, .app-success.yellow {
	background:yellow;
}
.app-agency.red, .app-motivation.red, .app-success.red {
	background:red;
	color: #fff;
}

/* Responsive Slider
------------------------------------------------------------ */

.outreach #genesis-responsive-slider {
	border: none;
	padding: 0;
}

.outreach #genesis-responsive-slider a,
.outreach #genesis-responsive-slider a:visited {
	color: #6ab446;
}

.outreach #genesis-responsive-slider a:hover {
	color: #fff;
}

.outreach .slide-excerpt {
	background-color: #090909;
	border: none;
	filter: alpha(opacity=80);
	margin: 0;
	opacity: 0.8;
}

html > body.outreach .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 15px;
}

.outreach #genesis-responsive-slider p {
	color: #fff;
}

.outreach #genesis-responsive-slider .flex-direction-nav li .prev {
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.outreach #genesis-responsive-slider .flex-direction-nav li .next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}


/* Home Sections
------------------------------------------------------------ */

#home-sections {
	background-color: #fff;
	overflow: hidden;
	padding: 40px 0;
}

#home-sections img {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	margin: 0 0 10px;
	padding: 10px;
}

#home-sections img:hover {
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}

.home-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}

.home-2 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}

.home-3 {
	float: left;
	width: 235px;
}

.home-4 {
	float: right;
	width: 235px;
}

.featured-docs {
	background:#e0e0e0;
	padding:1em 0 4em 0;
	
}
/*.featured-docs .widget {
	padding: 10px;
    background: #ffffffb8;
    border-radius: 5px;
	
}*/
.featured-docs img,
.featured-docs .tp-bgimg {
	border:1px solid #bbb;
}
.featured-docs .widget-area h4 {
    font-size: 18px;
    font-family: 'Spartan', sans-serif;
	text-transform: none;
	color:#222;
	font-weight: 700;
	line-height: 1.25;	
}
.featured-docs .widget-area p {
    font-size: 14px;
    font-family: 'Spartan', sans-serif;
	text-transform: none;
	color:#222;
	line-height: 1.25;	
	margin: 1em 0;
}
.application-links {
	color:#fff;
	padding:3em 0;
}
.application-links h3 {
	margin:10px 0;
	font-size:18px;
	text-transform: uppercase;
}

/*TAG Widget Section 
--------------------------------------------------*/

.tag-section,
.tag-section-fr {
	background: #fff;
	padding-bottom:4em;
}
.tag-section .widget,
.tag-section-fr .widget {
	text-align: center;
}
/*.tag-section .widget-title {
	display:none;
}*/
.tag-section img.alignnone,
.tag-section-fr img.alignnone {
	margin:0;
}
.tag-section .widget-title,
.tag-section-fr .widget-title,
.tag-section .widget-area h4,
.tag-section .widget-area p {
	font-size:14px;
	line-height: 1.25;
	text-transform: uppercase;
	color:#666;
	font-family: "Oswald",sans-serif;
	letter-spacing: -.25px;
	margin:10px 0 !important;
}
.tag-section-ar h2.sow-headline {
	text-align:initial !important;
}
.tag-section .widget_sow-image,
.tag-section-fr .widget_sow-image {
	width: 12.3989142%;
	margin-left: 1.88679245283%;
	margin-bottom: 0 !important;
	display: inline-table;
}
.tag-section .so-widget-image,
.tag-section-fr .so-widget-image{
	display: inline-table !important;
}
.tag-section .widget_sow-image:nth-child(2),
.tag-section .widget_sow-image:nth-child(9),
.tag-section-fr .widget_sow-image:nth-child(2),
.tag-section-fr .widget_sow-image:nth-child(9) {
	margin-left: 0;
}
.tag-section-ar .widget_sow-image:nth-child(2),
.tag-section-ar .widget_sow-image:nth-child(9) {
	margin-left: 1.88679245283%;
}

/* Forum
------------------------------------------------------------ */
#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
	font-size: 14px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 860px;
	min-height:600px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: none;
	border-radius: 5px;
	float: left;
	padding: 0;
	width: 650px;
}
.rtl .content {
	float: right;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 850px;
}
.single-document .content-sidebar .content, 
.single-document .content {
	width:680px;
}
.arabic {
	direction: rtl;
}
#panel-1172-2-1-0 {
	width:100%;
}

.page .entry-content {
    margin-top:0;
}
.page-id-3744 .entry-content {
    margin-top:0;
}
.home .entry-content,
.page-id-2 .entry-content {
    margin-top:0;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content,
.full-width-content.outreach-landing .content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.full-width-content.outreach .content {
	padding: 10px;
}
.single-country .content,
.single-document .content {
	width: 65%;
	float: left;
	margin: 0 0 20px;
	clear: both;
	padding: 0 2em 0 0;
}
.country-resources,
.document-resources {
	float: left;
	margin: 0 0 20px;
	padding: 2em 1em;
	width: 31%;
	background:#eee;
}
.country-resources h3,
.document-resources h3 {
	margin:0 0 1em 0;
}
.country-resources ul {
	list-style: none;
    margin-left: 0;
    padding-left: 2em;
    text-indent: -2em;
}
.country-resources li,
.document-resources p {
	list-style-type: none;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 0;
	font-size: 14px;
}
.country-resources a:before {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 20px;
    margin: 0 16px 0 0;
	color:#c9c;
}
.document-resources img {
	margin-bottom:1em;
}
.document-resources button {
	background: #701d6f;
	margin:1em 0;
}
.document-resources a {
	color:#fff;
}
.document_listing_topnav {
	background: #e8cfe8;
    padding: 15px;
    margin-bottom: 2em;
    float: left;
    width:100%;
}
.term-covid-19 .document_listing_topnav {
	background: #d9efde;
}
.document_listing_topnav h5 {
	margin-bottom: 5px;
}
.document_listing_topnav .facetwp-facet {
	margin-bottom: 1em;
}
.document_listing_topnav .reset_button {
	text-align: left;
	clear: both;
}
.document_listing_topnav .facetwp-search {
    width: 100%;
	color:#999;
    padding:10px;
}
.document_listing_topnav select {
	width:100%;
    padding:10px;
}
.facetwp-template img {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.facetwp-selections {
    margin: 0 0 2em 0;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    float: left;
}
.document-listing .facetwp-selections li {
    display: inline-block;
    line-height: 1.5;
	font-size: 22px;
    font-family: "Oswald",sans-serif;
}
.document-cell {
	border:1px solid #ccc;
	padding:15px;
    margin-bottom: 1em;
	background: #fff;
}
.document-cell-image {
	padding-right: 10px;
}
.document-cell-image img,
.pocket-guides img {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.document-facets,
.document-listing .sidebar {
	/*border: 1px solid #999;
    padding: 10px;*/
	float:left;
	position:inherit;
	top:inherit;
	right:inherit;
	width:250px;
}
.document-listing h2 {
	font-size: 14px;
    line-height: 1.5;
    margin: 0 0 1em 0;
}
.documents img.alignnone {
	border:1px solid #ddd;
	margin-bottom:1em;
}
.featured-documents .widget_sp_image {
    max-width: 250px;
    margin: 0 1.5em 1.5em 0;
    display: inline-block;
    vertical-align: top;
}
.featured-documents h3.widget-title {
	font-size:20px;
	min-height:80px;
	color:#666;
}
.featured-documents img {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.featured-documents .widget_sp_image p {
	font-size:14px;
}
.featured-documents .panel-grid-cell .so-panel:after {
	content: "";
    display: inline !important;
    clear: none !important;
}
.featured-documents p {
	font-size:14px;
}
.featured-documents .document-cell {
	border:none;
	margin-bottom:0;
	padding:1em;
}

.featured-documents .widget_black-studio-tinymce {
	border: 1px solid #ccc;
    background: #fff;	min-height:360px;
	width: 32.0754716981%;
	float: left;
	margin-left: 1.88679245283% !important;
	display: block;
	min-height:360px;
}


.featured-documents div.widget_black-studio-tinymce:nth-child(2),
.featured-documents div.widget_black-studio-tinymce:nth-child(5),
.featured-documents div.widget_black-studio-tinymce:nth-child(8),
.featured-documents div.widget_black-studio-tinymce:nth-child(11),
.featured-documents div.widget_black-studio-tinymce:nth-child(14),
.featured-documents div.widget_black-studio-tinymce:nth-child(17),
.featured-documents div.widget_black-studio-tinymce:nth-child(20),
.featured-documents div.widget_black-studio-tinymce:nth-child(23),
.featured-documents div.widget_black-studio-tinymce:nth-child(26) {
	clear: both;
    margin-left: 0 !important;
}
.featured-documents .widget_sow-headline {width:100%; }
.featured-documents .widget_sow-button {margin-bottom:10px !important;
}
.kh-video {
    background: #27a948;
    padding: 1em;
    color: #fff;
    float:left;
    margin-bottom: 2em;
}

.kh-blurb2 {
    background: #e7dee8;
    padding: 1em;
    color: #222;
    float: left;
    margin-bottom: 2em;
    width: 100%;
}
.kh-blurb3 {
    background: #a9cdf1;
    padding: 1em;
    color: #222;
    float: left;
    margin-bottom: 2em;
    width: 100%;
}
.kh-video a.button,
.kh-blurb a.button,
.kh-blurb2 a.button,
.kh-blurb3 a.button {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    
}
.kh-video a.button:before,
.kh-blurb a.button:before,
.kh-blurb2 a.button:before,
.kh-blurb3 a.button:before {
    content:"\f08e";
}
.kh-video p,
.kh-blurb p,
.kh-blurb2 p,
.kh-blurb3 p {
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

.schedule {
	padding: 1em 0;
    border-top: 1px solid #666;
    margin: 1em 0 0;	
}
.schedule:last-child {
	border-bottom:1px solid #666;
} 

#map_canvas,
.iwm_map_canvas {
    /*border: 1px solid #e7d8e6; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display:inline-block;
	vertical-align: top;
}
div[id*="imap"] {
	/*border-left: 1px solid #ddd; */
    display: inline-block;
    width: 100%;
    /* margin-left: 1em; */
}
div[id*="map_8_message"] {
    padding: 1em;
    background: #eee;
}
div[id*="imap"] h3,
#cboxContent h3 {
font-size: 24px;
    line-height: 1.4;
	margin:0 0 .5em 0;
}
div[id*="imap"] h4,
#cboxContent h4 {
	font-size: 18px;
    line-height: 1.4;	
}
div[id*="imap"] p,
#cboxContent p {
	font-size: 14px;
    line-height: 1.25;
	margin:5px 0;
}
div[id*="imap"] ul li,
#cboxContent ul li {
	font-size: 14px;
    line-height: 1.4;
	margin-left: 1em;
}
div[id*="imap"] ul,
#cboxContent ul {
	margin-bottom: 1em;
}
div[id*="imap"] .button:before {
	display: none;
}
div[id*="imap"] img {
    margin:10px 0;
}
#cboxOverlay {
    background: #fff !important;
	opacity: .5 !important;
}
#cboxContent {
    background: #fff !important;
    overflow: hidden;
    border: 1px solid #ddd !important;
    padding: 1em !important;
} 
.map-slider .panel-grid {
    border:none;
}
.map-slider .widget_sow-editor  {
    max-height:500px;
    overflow:scroll;
    
}
.map-slider .panel-grid-cell .panel-cell-style {
    max-height: 564px;
    overflow: scroll;
}
.map-slider .panel-grid-cell:last-child {
    border-left:1px solid #ddd;
}
.map-slider h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.map-slider h4 {
    font-size: 18px;
    margin: 10px 0;
}
.map-slider h5 {
    font-size: 16px;
    margin: 10px 0;
}
.map-slider p {
    font-size:14px;
}
.entry-content .map-slider ol, .entry-content .map-slider ul {
    padding:0;
}

.map-slider .iwm_map_canvas:after {
}
.map-slider .sow-slider-base .sow-slider-pagination li a {
    background: #cc99cc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 18px;
    opacity: .45;
    text-indent: -9999px;
    width: 18px;
    text-align: center;
}
.map-slider-nav {
    text-align:center;
    text-transform: uppercase;
    font-size:14px;
    display: block;
    background: #73a3b2;
}
.map-slider-nav a {
    padding:10px 15px;
    display: inline-flex;
    color:#fff;
    cursor: pointer;
}

.map-slider-nav a.active {
    background:#56687f;
}

.map-slider-nav a:hover {
    background: #6392a0;
}
#cboxContent h3 {
	margin-top:0;
}
#cboxClose {
    color: #222 !important; 
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #666 !important;
}
.hentry {
	margin: 0;
}

.entry-content p {
	margin: 0 0 1em;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}
.hide {display:none !important;}

div[id^="module_"],
div[id^="modulo_"] {
	background:#D8ABD3;
	padding:1em;
	margin-bottom: 2em;
}

.pocket-guides .panel-grid-cell .so-panel {
    display: inline-table;
    padding: 0 15px 0 0;
}
.pocket-guides .ow-button-base a {
	padding: 12px 20px !important;
    font-size: 16px !important;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Spartan', sans-serif;
	line-height: 1.375;
	margin: 0;
	font-weight:600;
    letter-spacing: -1px;
    color:#222;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text a,
.white-text a:visited
{color:#fff;}
h1{
    font-size:32px;
    margin:2em 0 .5em 0;
    font-weight: 800;
}
h2 {
    font-size: 28px;
    line-height: 1.25;
}
h3 {
	font-size: 24px;
	margin: 2em 0 .5em 0;
}
h4 {
	font-size: 20px;
	margin:1em 0;
	text-transform:uppercase;
}


h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #701c70;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 20px;
}
h3.cctopic-subhead {
	margin: 0 0 .5em 0;
    border-bottom: 1px solid #cc99cc;
    padding-bottom: 10px;
	font-size: 24px;
	color: #701c70;
}


.outreach #genesis-responsive-slider h2,
.outreach #genesis-responsive-slider h2 a,
.widget-area h4,
.widget-area h4 a,
#home-sections h2,
#home-sections h2 a,
#home-sections h4,
#sub-footer h4,
div[id^="module_"] h3,
div[id^="modulo_"] h3 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#home-sections h2,
#home-sections h2 a,
#home-sections h4 {
	font-weight: bold;
}

#home-sections h2 a:hover {
	color: #6ab446;
}

#home-sections h2 a,
#home-sections h4  {
	color: #333;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 14px;
	font-family: 'Spartan', sans-serif;
}

.widget-area.bios h3 {
    color: #666;
    font-size: 22px;
    margin: 1em 0 .5em 0;
    padding: 0;
}
.widget-area.bios h4 {
    color: #831c70;
    font-size: 24px;
    margin: 1.5em 0 0;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    font-family: "Oswald",sans-serif;
	clear: both;
}
.archive .widget-area h4 {
	color:#222;
}
.facetwp-checkbox {
	font-size: 14px;
    background-position: 0 15% !important;
}
.facetwp-pager {
	clear: both;
    color: #666;
    padding: 1em 0;
}
a.facetwp-page {
	background: #d0cdcd;
    border-radius: 50%;
    width: 32px;
    padding: 3px;
    text-align: center;
    color: #717171;
}
a.facetwp-page:hover {
	background: #b54ab2;
	color: #fff;
}
a.facetwp-page.active {
	background: #701d6f;
    color: #fff;
	font-weight: normal;
}

/* Effectiveness page 
------------------------------------------------------------ */

.project-downloads h3 {
    color: #fff;
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 1em;
}
.project-downloads p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 3em;
}
.project-downloads .button {
padding:1em !important;
}
.project-downloads  .panel-cell-style {
min-height: 380px;
display: flex;
    flex-direction: column;
    flex: 1;
}
.project-downloads .widget_sow-button {
margin-top:auto;
}
 .sow-slider-pagination {
display:none !important;
}
.case-study-slider h3 {
color: #3d5f7c;
margin-bottom:1em;
}

.case-study-slider h4 {
    color: #73a3b2;
}
.case-study-slider h4 strong {
    
}
.case-study-slider h5 {
    color: #701d6f;
}



/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.home .entry-content strong {
	font-size: 120%;
}
.home .entry-content .wp-caption {
	text-align: left;
	background: #e8dbe8;
	margin-bottom: 3em;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

.rtl .entry-content ul, 
.rtl .entry-content ol {
	padding:0 25px 0 0;
}

.rtl .entry-content ul li, 
.rtl .entry-content ol li {
	margin:0 35px 0 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	color: #999;
	font-size: 12px;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.post-info a,
.post-info a:visited {
	color: #999;
}

.post-info a:hover {
	color: #333;
	text-decoration: none;
}

.post-comments {
	float: right;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.post-meta a,
.post-meta a:visited {
	color: #999;
}

.post-meta a:hover {
	color: #333;
	text-decoration: none;
}

.tags {
	float: right;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #393939;
	color: #fff;
	margin: 0 -40px 40px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	color: inherit;
	font-size: 15px;
}

.author-box a,
.author-box a:visited {
	color: #6ab446;
}

.author-box p {
	color: inherit;
}


/* Column Classes
------------------------------------------------------------ */

	
/* Column Classes
 *
 * Width: 1060px
 * Gutter: 20px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.six-sevenths,
.five-sevenths,
.five-sixths,
.four-sevenths,
.four-sixths,
.four-fifths,
.three-sevenths,
.three-fourths,
.three-fifths,
.three-sixths,
.two-sevenths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds,
.one-seventh,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third {
	float: left;
	margin-left: 1.88679245283% !important;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 49.0566037736%;
}
 
.one-third,
.two-sixths {
	width: 32.0754716981%;
}
 
.four-sixths,
.two-thirds {
	width: 66.0377358491%;
}
 
.one-fourth {
	width: 23.5849056604%;
}
 
.three-fourths {
	width: 74.5283018868%;
}
 
.one-fifth {
	width: 18.4905660377%;
}
 
.two-fifths {
	width: 38.8679245283%;
}
 
.three-fifths {
	width: 59.2452830189%;
}
 
.four-fifths {
	width: 79.6226415094%;
}
 
.one-sixth {
	width: 15.0943396226%;
}
.one-seventh {
	width: 12.3989142%;
}
 
.five-sixths {
	width: 83.0188679245%;
}
 
.first {
	clear: both;
	margin-left: 0 !important;
}
	
	










/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.post-image {
	background-color: #fff;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	border: 5px solid #696969;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 10px 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

.wp-caption {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #589b37;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  color: #000;
  display: inline;
  float: right;
  font-size: 16px;
  width: 353px;
  position: fixed;
  right: -70px;
  top: -11px;
  overflow:hidden;
	z-index: 2000;
	top:50px
}
.rtl .sidebar {
  float: left;
  left: -70px;
	right:inherit;
}
#sidebar-alt {
	float: left;
	width: 170px;
}
.single-document .sidebar {
	position:initial;
	background: red;
	padding: 10px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar a,
.sidebar a:hover,
.sidebar a:visited {
	color: #6ab446;
}

.sidebar p {
	color: inherit;
	font-size: inherit;
}

.sidebar img {
	margin: 0 0 8px;
}

.sidebar .widget {
	  background-color: none;
  border-radius: 0;
  margin: 0;
  padding: 2em;
}


.sidebar .sticky {
	background: none;
	padding: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px dotted #494949;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 7px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar.widget-area ul li a,
.sidebar.widget-area ul li a:visited {
	color:#711571;
}

.sidebar.widget-area ul li a:hover,
.sidebar.widget-area .topic-list ul li a:visited ul li a:hover {
	color: #bd2abd;
	text-decoration: none;
}

.sidebar.widget-area .topic-list ul li a:visited ul li a, 
.sidebar.widget-area .topic-list ul li a:visited {
	color: #6D4068;
	font-size:16px;
}
.covid-19-side-widgets {
    background: #e8cfe8;
    padding: .5em 1em 1em;
    font-size: 14px;
    margin-bottom: 2em;
}
.covid-19-side-widgets h4 {
    font-size: 15px;
    font-weight: 700;
}
.covid-19-top-widget {
    background: #eee;
    padding: 1em;
    margin-bottom: 2em;
    display: block;
    float: left;
    font-size: 14px;
}
.covid-19-top-widget img {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.open-button {
	background-color: #666;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: 300;
	padding: 5px 15px;
	text-transform: uppercase;
	width: auto;
	border-radius:5px;
	text-decoration:none;
	letter-spacing: 1px;
}
button a,
.button a,
button a:hover,
.button a:hover {
	color:#fff;
}
.training .button,
.training-ar .button {
	background-color: #b176b1;
	margin:10px 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #999;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #999;
	color: #fff;
}
.training .button:hover,
.training-ar .button:hover{
	background-color: #ca90ca;
}
.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
	margin-bottom:10px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.im_button {
	background-color:#701d6f;
	margin-top: 0;
	text-transform: capitalize;
	letter-spacing: initial;
	padding: 8px 16px;
}

/* Search Form
------------------------------------------------------------ */

.site-header .searchform {
	float: right;
	margin: 40px 0 0;
}

nav .searchform {
	margin: 6px 0 0;
}

.s {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff url(images/search.png) center left no-repeat;
	border-radius: 5px;
	color: #aaa;
	font-style: italic;
	margin: 0;
	padding: 10px 10px 10px 35px;
	width: 200px;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	margin: 0 0 10px;
}

.enews #subbox {
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border: none;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #aaa;
	font-style: italic;
	margin: 0 -7px 0 0;
	padding: 13px 15px 12px;
	width: 160px;
}

#footer-widgets .enews #subbox {
	width: 150px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* Responsive Video
------------------------------------------------------------ */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Sub Footer
------------------------------------------------------------ */

#sub-footer {
	background-color: #393939;
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
	width: 100%;
}

#sub-footer a,
#sub-footer a:visited {
	color: #6ab446;
}

#sub-footer p {
	color: inherit;
	font-size: inherit;
}

#sub-footer .latest-tweets {
	background: url(images/latest-tweet.png) top left no-repeat;
	font-size: 20px;
	min-height: 80px;
	padding: 0 0 0 120px;
}

#sub-footer .latest-tweets a,
#sub-footer .latest-tweets a:visited {
	color: #333;
	text-decoration: none;
}

#sub-footer .latest-tweets a:hover {
	text-decoration: underline;
}

#sub-footer .latest-tweets ul {
	position: relative;
}

#sub-footer .latest-tweets ul li {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #6ab446;
	border-radius: 10px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 20px 30px;
}

#sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}

#sub-footer .latest-tweets ul li.last a,
#sub-footer .latest-tweets ul li.last a:visited {
	color: #6ab446;
}

#sub-footer .latest-tweets ul li:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: -16px;
	border-bottom: 15px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-top: 15px solid;
	border-color: #6ab446 #6ab446 transparent transparent;
	top: 15px;
	width: 0;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	width: 235px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/footer.png);
	clear: both;
	color: #ccc;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 30px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #6ab446;
}

#footer-widgets p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}

.footer-widgets-2 {
	float: left;
	margin: 0 40px 0 0;
	width: 235px;
}

.footer-widgets-3 {
	float: left;
	width: 235px;
}

.footer-widgets-4 {
	float: right;
	width: 235px;
}


/* Footer(s)
------------------------------------------------------------ */
.entry-footer {
    background:none;
}
footer {
	background: #000;
	clear: both;
	color: #ddd;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

footer .wrap {
	overflow: hidden;
	padding: 42px 0 40px;
}

footer p {
	color: inherit;
	font-size: inherit;
}

footer a,
footer a:visited {
	color: #666;
}

footer a:hover {
	color: #ccc;
	text-decoration: none;
}

footer .gototop {
	float: left;
	width: 300px;
}

footer .gototop a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #701C70 url(images/return-top.png) center left no-repeat;
	border-radius: 5px;
	color: #fff;
	padding: 11px 15px 9px 35px;
	text-transform: uppercase;
	text-decoration:none;
	float: left;
}

footer .gototop a:hover {
	background:#A148A1;
	text-decoration: none;
}

footer .creds {
	float: right;
	text-align: right;
	width: 750px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.comment-list li ul li {
	margin-right: -22px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 2px solid #fff;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 12px 15px 11px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.warning {
	padding: 5px 12px;
    margin: 10px 0;
    background: #ecd8ec;
    border-radius: 7px;
    float: left;
    width: 100%;
    font-size: 14px;
}
.note {
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 1em 0 2em 0;
    font-size: 16px;
	background:#fff;
}
.note .fa {
	    font-size: 24px;
    margin-right: 15px;
    color: #701d70;
}
.rtl .note .fa {
    margin-left: 15px;
}

/* TAG icons
------------------------------------------------------------ */

.sidebar .tag-title {
  padding: 2em 0 10px 20px;
  border-radius: 5px 0 0 0;
}
.rtl .sidebar .tag-title {
  padding: 2em 10px 10px 0;
  border-radius: 5px 0 0 0;
}
.tag h4 {
	display:none;
}
.sidebar .tag {
	margin: 0;
	padding: 0;
	padding-left:-20px;
	left: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}
.rtl .sidebar .tag {
	margin: 0;
	padding: 0;
	padding-left:0;
	padding-right:-20px;
	left: inherit;
	right:10px;
}
.sidebar .tag:hover {
	left: 0;
    padding-left: 0;
}
.rtl .sidebar .tag:hover {
	left: 0;
	right: 0;
    padding-left: 0;
	padding-right: 0;
}
.sidebar .tag.hoss h4:after {
	content:"not currently available";
}
.sidebar .tag.hoss img {
	opacity:.5;
}
.sidebar .tag img {
	
	
}



/* Misc. elements
------------------------------------------------------------ */

.guidelines-download {
	padding: 1em;
	margin:0 0 3em 0;
	border-radius: 5px;
	float: left;
	width: 100%;
	background: #e8dbe8;
}

.slide {
	margin:1em 0;
	border:1px solid #666;
}
.slide iframe {
	width:100% !important;
	height:675px !important;
}
.slide iframe .medium.lastScreen .pro-overlay {
    display: none;
}


/* Tables
------------------------------------------------------------ */
table {
	width:100%;
	background:#fff;
}
table.publications td:first-child,
table.application td:first-child {
	width:20%;
}
table.publications td:last-child,
table.application td:last-child {
	width:80%;
}
table.applications {
	margin-bottom: 2em;
}

.rtl table.publications td:first-child{
	width:10%;
}
.rtl table.publications td:last-child{
	width:90%;
}
tr {
	border: 1px solid #ccc; 
}
tr:nth-of-type(odd) { 
	background: #efefef; 
}
td {
	padding:10px;
	line-height:1.25;
	font-size: 16px;
	vertical-align:top;
}
td a.button {
	margin:auto;
}
table.applications thead tr {
	background:#521152;
	color:#fff;
}
table.applications tbody tr {
	background:#701d6f;
	color:#fff;
}
table.applications td {
	padding:10px;
}
table.applications tbody td:last-child {
	background: #e4d5e4;
    color: #222;
}
table.applications h4 {
	font-size: 18px;
    line-height: 1.25;
	color:#fff;
}
table.applications li {
	margin-bottom: 10px;
}
.application-next {
	background:#701d6f;
	color: #fff;
	float: right;
	display: inline-table;
}
.application-previous {
	background:#701d6f;
	color:#fff;
	float:left;
	display: inline-table;
}
.application-submit .button {
	background: #701C70;
    border-radius: 5px;
    color: #fff;
    padding: 12px 16px;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}
.caldera-grid .row {
    background: #f5f2f5;
    padding: 1em;
    margin-bottom: 2em;
	border-radius: 6px;
}
.caldera-grid label {
    font-weight: 400 !important;
    font-size: 16px;
}
.inline,
.inline div,
.caldera-grid .inline .form-control {
	display:inline;
	line-height: 1.75;
}
.insert-name .form-control,
.insert-date .form-control{
	max-width: 300px;
	display: inline;
}
.insert-date {
	background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
}
/* Application form
------------------------------------------------------------ */
.caldera-grid h3,
.caldera-grid h4 {
	margin:10px 0 20px 0;
}
.caldera-grid h3 {
	font-size:24px;
}
.caldera-grid h4 {
	font-size: 18px;
}
.caldera-grid .alert-success {
    background-color: #e6cfe5;
    border: none;
    color: #222;
    padding: 1em;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1400px) {

	.header-full-width .title-area, 
	.header-full-width .title, 
	.header-full-width .title-area a {
	  width: 700px;
	}
	.content-sidebar .content,
	.sidebar-content .content {
		/*width: 700px;*/
	}
	.slide iframe {
		width:100% !important;
		height:564px !important;
	}
	
	.sidebar {
	  width: 300px;
	}

}


@media only screen and (max-width: 1200px) {

	.wrap {
		width: 1000px;
	}
    .nav-primary .wrap {
        width:100%;
    }
	#wrap {
		padding:0;
	}
	

	.header-full-width .title-area, 
	.header-full-width .title, 
	.header-full-width .title-area a {
	  width: 560px;
	}
	.content-sidebar .content,
	.sidebar-content .content {
		width: 700px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}

	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		width: 210px;
	}

	#home-sections img,
	#home-sections img:hover {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	
	.content-sidebar-wrap {
		width: 760px;
	}

	.full-width-content.outreach .content {
		width: 940px;
	}
	
	.content {
		width: 350px;
	}
	
	/*.content-sidebar .content,
	.sidebar-content .content {
		width: 540px;
	}*/
	
	.sub-footer-left {
		width: 710px;
	}

	#footer-widgets .enews #subbox {
		width: 125px;
	}

	#footer .gototop {
		width: 200px;
	}

	.slide iframe {
		width:100% !important;
		height:444px !important;
	}
	
	.sidebar {
		top:35px;
	}
	.featured-documents .widget_black-studio-tinymce {
		width: 49.0566037736%;
	}
	.featured-documents div.widget_black-studio-tinymce:nth-child(5),
	.featured-documents div.widget_black-studio-tinymce:nth-child(8),
	.featured-documents div.widget_black-studio-tinymce:nth-child(11),
	.featured-documents div.widget_black-studio-tinymce:nth-child(14),
	.featured-documents div.widget_black-studio-tinymce:nth-child(17),
	.featured-documents div.widget_black-studio-tinymce:nth-child(20),
	.featured-documents div.widget_black-studio-tinymce:nth-child(23),
	.featured-documents div.widget_black-studio-tinymce:nth-child(26)
	{
		clear: none;
		margin-left: 1.88679245283% !important;
	}
	.featured-documents div.widget_black-studio-tinymce:nth-child(2),
	.featured-documents div.widget_black-studio-tinymce:nth-child(4),
	.featured-documents div.widget_black-studio-tinymce:nth-child(6),
	.featured-documents div.widget_black-studio-tinymce:nth-child(8),
	.featured-documents div.widget_black-studio-tinymce:nth-child(10), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(12), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(14), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(16), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(18), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(20), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(22), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(24), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(26) 
	{
		clear: both;
		margin-left: 0 !important;
	}


}

@media only screen and (max-width: 1100px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	nav {
		/*padding-left:1em;*/
	}
	.menu-primary a, .menu-secondary a, header .menu a {
    	padding: 15px;
	    font-size: 12px;
	}

}

@media only screen and (max-width: 1023px) {

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.full-width-content .content,
	.full-width-content.outreach .content,
	.full-width-content.outreach-landing .content,
	.header-image .title-area, 
    .header-image .title, 
    .header-image .title-area a,
	.menu-primary,
	.menu-secondary,
	.outreach-landing .wrap,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.sub-footer-left,
	.sub-footer-right,
	.content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	.site-header ul.menu,
	.site-header .widget-area,
	#home-featured,
	#sidebar-alt,
	.title-area,
	#wrap {
		width: 100%;
	}
	.wrap,
	.country-resources {
		width:90%;
	}
    .nav-primary .wrap {
        width:100%;
    }
    .header-image .site-header .title-area, 
    .header-image .site-header .title, 
    .header-image .site-header .title-area a,
    .title-area {
        float: none;
		width:330px;
    }
	.header-full-width .title-area, .header-full-width .title, .header-full-width .title-area a {
	  width: 100%;
	}

	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin: 0;
		padding: 10px;
		text-align: center;
		width: 50%
	}

	.menu-primary,
	.menu-secondary,
	#footer .creds,
	#footer .gototop,
	.site-header ul.menu,
	.site-header .searchform,
	.site-header .widget_text,
	.title,
	.title-area {
		float: none;
		text-align: left;
		margin-bottom:0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.site-header .menu,
	.site-header .searchform,
	.title,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.full-width-content.outreach .content,
	.site-description,
	#footer-widgets .wrap,
	.title-area a,
	.title-area a:hover,
	.site-header .search-form {
		padding: 0;
	}

	.site-header .widget-area {
		margin-top: 10px;
	}

	.menu-primary li,
	.menu-secondary li,
	.site-header ul.menu li {
		display: inline-block;
		float: left;
	}

	.menu-primary a,
	.menu-secondary a,
	.site-header .menu a {
		/*padding: 15px;
    	font-size: 14px;	*/
	}

	.menu li.right,
	#footer .gototop a {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	.content,
	#inner,
	#sub-footer  {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.content {
		padding: 0;
	}

	#footer-widgets .widget,
	#inner {
		padding: 2em 0;
	}

	.content {
		margin: 0 0 20px;
	}

	.full-width-content.outreach .content {
		margin: 0 0 10px;
	}

	.author-box {
		margin: 0 -20px 40px;
	}

	.sidebar {
	  position: inherit;
	  background:none;
	  padding:1em;
	}

	.sidebar .widget {
	  background-color: rgba(0, 0, 0, 0);
	  padding: 0;
	}
	.sidebar .tag {
		left:0;
	}

	#sub-footer {
		background-color: #090909;
		padding: 10px;
	}

	footer .wrap {
		padding: 22px 0 20px;
	}
	.slide iframe {
		width:100% !important;
		height:640px !important;
	}
}

@media only screen and (max-width: 1022px) {

	
	.sidebar {
	  padding: 0 0 2em 0;
	}
	

}


@media only screen and (max-width: 900px) {

	.site-header {
        padding-top:0;
    }
    nav {
		display:none;
	}
}
@media only screen and (max-width: 800px) {

	body {
		border-left-width:0;
	}
	.title-area a,
	.title-area a:hover {
		text-decoration: none;
	}
	#wrap {
		background:#fff;
		padding:0;
	}
	.slide iframe {
		width:100% !important;
		height:524px !important;
	}
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}


	td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 1%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 99%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	
	td:nth-of-type(1):before { content: "First Name"; }
	td:nth-of-type(2):before { content: "Last Name"; }*/
}


@media only screen and (max-width: 768px) {
	
	.wrap {
		width:100%;
	}
	.site-inner .wrap {
		padding:1em;
	}
	.title-area h1 {
	  font-size: 32px;
	}
    .site-title {
        font-size: 24px;
        line-height: 1.1;
    }
    .site-description {
    font-size: 20px;
    line-height: 1.1;
}
	.content {
	  margin: 0;
	  padding:0;
	}
	.header-full-width .title-area, .header-full-width .title, .header-full-width .title-area a {
		width:100%;
	}
    h1 {
        font-size: 24px;
        line-height: 1.25;
    }
    h2 {
        font-size: 20px;
        line-height: 1.25;
    }
    h3 {
        font-size: 18px;
    line-height: 1.25;
    }
    p {
        font-size: 14px;
    }
	.document-listing h2 {
		margin: 1em;
	}
	.featured-documents .document-listing h2 {
		margin: 1em 0;
	}
	.featured-documents .document-listing p, 
	.featured-documents .document-listing .button {
    margin: 0 0 1em 0;
}
	.document-listing p,
	.document-listing .button {
		margin: 0 1em 1em;
	}
	.document-listing .content p {
		margin:0 0 1em 0;
	}
	.document-listing .site-title {
    	margin: 24px 0 0;
		
	}
	.document-listing .site-description {
		margin: .5em 0 1em 0;
	}
	.document-cell-image img {
		margin:1em;
	}
	.featured-documents .document-cell-image img {
		margin:0;
	}
	.country-resources, .document-resources {
		width: 100%;
	}
	.sidebar {
	  padding: 0;
	}
	
	#footer p {
		text-align:center;
	}
	
	#footer-widgets .widget, #inner, .featured-docs .wrap {
	  padding: 0 2em;
	}
	.site-header {
		padding:1.25em;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 26px rgba(0,0,0,0.2);
		margin-bottom: 0;
	}

	.outreach #genesis-responsive-slider .flex-direction-nav li .next,
	.outreach #genesis-responsive-slider .flex-direction-nav li .prev {
		display: none;
	}
	.featured-documents .widget_sp_image {
		width:100%;
		max-width:100%;
	}
	.featured-documents h3.widget-title {
	    min-height: inherit;
	}
	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-seventh,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
		margin-left: 0 !important;
	}
	.featured-documents .widget_black-studio-tinymce {
		width: 100%;
	}
	.featured-documents div.widget_black-studio-tinymce:nth-child(odd), 
	.featured-documents div.widget_black-studio-tinymce:nth-child(even) {
		margin-left: 0 !important;
	}

    .kh-video,
    .kh-blurb,
    .kh-blurb2 {
        padding:1em;

    }
	.outreach .slide-excerpt,
	#sub-footer .latest-tweets ul li:before {
		display: none;
	}

	#home-sections {
		padding: 20px 0;
	}

	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		padding: 10px;
		width: 100%;
	}

	.s {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 75%;
	}

	#sub-footer .latest-tweets {
		background: none;
		font-size: 16px;
		margin: 0 0 20px;
		padding: 0;
	}

	#sub-footer .latest-tweets ul li {
		padding: 10px 20px;
	}
	.slide iframe {
		width:100% !important;
		height:430px !important;
	}
	.featured-docs .widget {
		padding: 1em;
		margin-bottom: 1em;
	}
	.tag-section {
		padding:0 2em;
	}
	.tag-section .widget-area h4, 
	.tag-section .widget-area p,
	.tag-section .widget-title,
	.tag-section-ar .widget-title,
	.tag-section-fr .widget-title {
		font-size: 24px;
		margin: 15px 0;
	}
	.tag-section .widget {
		padding: 1em 2em;
		width:100%;
	}
	.note .fa {
		font-size: 68px;
		float: left;
	}
    
    /*effectiveness page*/
    
    .project-downloads .panel-cell-style {
        min-height: auto;
        margin-bottom: 1.5em;
    }

}


@media only screen and (max-width: 340px) {

	.site-header {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 5px;
	}

	.title-area{
		font-size: 36px;
	}

}