﻿/*
 Theme Name: Web Design Sun Theme
 Theme URI: http://www.webdesignsun.com
 Author: Web Design Sun
 Author URI: http://www.webdesignsun.com
 Description: Web Design Sun Theme is created by order of the UONGOZI Institute and designed with soul and care by <a href="http://www.webdesignsun.com" title="Designed with soul and care by Web Design Sun® | IIG Global®" target="_blank">Web Design Sun®</a>&nbsp;|&nbsp;<a href="http://www.iig.global" title="Designed with soul and care by Web Design Sun® | IIG Global®" target="_blank">IIG Global®</a>
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-development, responsive-layout, accessibility-ready, custom-menu, editor-style, featured-images, microformats, translation-ready, seo-friendly, well-designed
 Text Domain: webdesignsuntheme

 This theme, like WordPress, is licensed under the GPL.
*/

/**
 * Table of Contents
 *
 * 1.0 Reset
 * 2.0 Genericons - clear
 * 3.0 Typography
 * 4.0 Elements
 * 5.0 Forms
 * 6.0 Navigations
 *   6.1 Links
 *   6.2 Menus
 * 7.0 Accessibility - clear
 * 8.0 Alignments
 * 9.0 Clearings
 * 10.0 Header
 * 11.0 Widgets - clear
 * 12.0 Content
 *    12.1 Posts and pages
 *    12.2 Post Formats - clear
 *    12.3 Comments - clear
 * 13.0 Footer
 * 14.0 Media - clear
 *    14.1 Captions - clear
 *    14.2 Galleries - clear
 * 15.0 Multisite - clear
 * 16.0 Media Queries
 *    16.1 1200px
 *    16.2 992px
 *    16.3 768px
 *    16.4 640px
 *    16.5 480px
 *    16.6 320px
 * 17.0 Print - clear
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	height: 100%;
	background: #fff;
	font-family: 'Roboto', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1 {
	font-family: 'Droid Serif', serif;
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

h2 {
	font-family: 'Droid Serif', serif;
	font-size: 30px;
	color: #475055;
	line-height: 35px;
	margin-bottom: 30px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	color: #475055;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #475055;
	font-weight: 300;
	margin-bottom: 1.6em;
}

.italic {
	font-style: italic;
}
.annou {min-height: 72px}
b,
strong {
	font-weight: 500;
}

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

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	border: 1px solid #eaeaea;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

::-moz-selection {
	background: rgba(60, 180, 120, 0.8);
	color: #fff;
}

::selection {
	background: rgba(60, 180, 120, 0.8);
	color: #fff;
}

/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #a3abaf;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

:-moz-placeholder {
	color: #a3abaf;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

::-moz-placeholder {
	color: #a3abaf;
	font-family: 'Roboto', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
	font-style: normal;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #a3abaf;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
}

/* WDS custom elements */
.section {
	margin: 0 0 30px 0;
}

.nested-blocks {
	background-color: #fff;
	margin-bottom: 30px;
}

.nested-blocks .col-sm-8 {
	padding: 30px;
}

.nested-blocks .col-sm-8 h3 {
	font-size: 30px;
}

.nested-blocks .col-sm-8 .wysiwyg-section {
	margin-bottom: 30px;
}

.transparent-btn {
	background: transparent;
	border: 1px solid #fff;
	display: block;
	width: 285px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 0;
}

.transparent-btn:hover,
.transparent-btn:focus {
	background: #fff;
	color: #1f8ed6;
}

/* Colored Blocks */
.content-block.colored-blue .block,
.ceo-info.colored-blue,
.accordion.colored-blue .accordion-item-name:hover {
	background-color: #1f8ed6;
}

.content-block.colored-green .block {
	background-color: #3cb878;
}

.accordion.colored-green .accordion-item-name:hover,
.accordion.colored-green .accordion-item-name.active {
	background-color: #4aba80;
}

.fullwidth-link,
.boxed-link {
	color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 7px 0;
	font-weight: 500;
}

.fullwidth-link:focus,
.boxed-link:focus {
	color: #fff;
}

.fullwidth-link.blue-link {
	background-color: #42b0f6;
}

.fullwidth-link.blue-link:hover,
.fullwidth-link.blue-link:focus {
	background-color: #1F8ED5;
	color: #fff;
}

.fullwidth-link.green-link {
	background-color: #3cb878;
}

.fullwidth-link.green-link:hover {
	background-color: #009960;
	color: #fff;
}

.boxed-link {
	float: left;
    width: 270px;
    margin-right: 30px;
}

.boxed-link.dark-blue-link {
	background-color: #0d73bb;
}

.boxed-link.dark-blue-link:hover {
	background-color: #2187cf;
	color: #fff;
}

.boxed-link.red-link {
	background-color: #f26d7d;
}

.boxed-link.red-link:hover {
	background-color: #ff8191;
	color: #fff;
}

/* For blocks with background image */
.with-bg-img {
	background: url('images/colored-block-bg-min.png') no-repeat right top;
}

.with-big-bg-img {
	background: url('images/colored-block-bg-big.png') no-repeat right top;
}

/* Fullwidth sections */
.fullwidth-bg {
    background-color: #f6f6f6;
	padding: 40px 0 50px 0;
}

.fullwidth-blue-bg {
	padding: 40px 0 50px 0;
	background-color: #42b0f6;
	text-align: center;
}

.fullwidth-blue-bg p {
	font-size: 18px;
	font-weight: 400;
}

/* Text elements */
.white-text,
.white-text p,
.white-text a {
	color: #fff;
}
.white-text a:hover {
	color: #e9e9e9;
}
.align-center {
	text-align: center;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea { /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	color: #a3abaf; /* Removing the inner shadow on iOS inputs */
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
	transition: 0.3s all ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
	padding: 0.375em;
	transition: 0.3s all ease-in-out;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #009966;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}

a:hover,
a:focus {
	color: #009966;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}

/**
 * 6.2 Menus
 */
.main-navigation {
	background: #ebebeb;
}

.nav-menu {
	margin: 0;
	list-style-type: none;
	line-height: 1;
}

.nav-menu > li {
	display: inline-block;
	border-left: 1px solid #fff;
	margin-left: -4px;
	position: relative;
	transition: 0.3s all ease-in-out;
}

.nav-menu > li:last-child {
	border-right: 1px solid #fff;
}

.nav-menu > li::after,
.nav-menu .current-menu-item::after,
.nav-menu .current-menu-ancestor::after,
.search-button::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: transparent;
	position: absolute;
	z-index: 101;
	transition: 0.6s all ease-in-out;
}

.nav-menu > li:hover::after,
.nav-menu > .current-menu-item::after,
.nav-menu > .current-menu-ancestor::after,
.search-button:hover::after {
	content: "";
	background: #28985e;
	z-index: 100;
	transition: 0.6s all ease-in-out;
}

.nav-menu > li a {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #555;
	font-weight: 500;
	line-height: 1;
	padding: 18px 30px;
}

.nav-menu > li a:hover,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	background-color: #3cb878 !important;
}

.nav-menu li > .sub-menu {
	display: none;
}

.nav-menu li > .sub-menu .menu-item-has-children > a {
	background: url('images/menu-dropdown-arrow-left.png') no-repeat right 11px;
}

.nav-menu li:hover > .sub-menu {
	display: block;
	margin: 0;
	list-style-type: none;
	position: absolute;
	z-index: 101;
}

.nav-menu li:hover > .sub-menu li {
	border-top: 1px solid #fff;
	position: relative;
	background-color: #EBEBEB;
}

.nav-menu li:hover > .sub-menu li a {
	padding: 15px 11px;
	width: 200px;
	font-size: 12px;
	line-height: 15px;
}

.nav-menu li:hover > .sub-menu li .sub-menu {
	position: absolute;
	top: -1px;
	left: 180px;
	border-left: 1px solid #fff;
}

.search-button {
	padding-right: 0;
	padding-left: 0;
}

.search-btn {
	background-color: #3cb878;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	padding: 10px 0 12px 0;
	cursor: pointer;
}

.search-form {
	position: absolute;
	z-index: 100;
	background: #ebebeb;
	display: none;
	top: 59px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #fff;
}

.search-form.hidden-search {
	display: block;
}

.form-search .search-field {
	width: 95%;
}

.form-search .search-submit {
	width: 100%;
	background: #3cb878;
	font-weight: 500;
	letter-spacing: 1px;
	*border-radius: 0 0 10px 10px;
}

.form-search .search-submit:hover {
	background: #28985e;
}

/**
 * 7.0 Accessibility
 */


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/**
 * 10.0 Header
 */
.mobile-menu,
.mobile-nav-menu {
	display: none;
}
.site-header {
	margin-bottom: 1px;
}

.top-header-section {
	margin: 5px 0;
}

.social-icons {
	text-align: right;
	margin-top: 30px;
}

.social-icons ul {
	margin: 0;
	list-style-type: none;
}

.social-icons ul li {
	display: inline-block;
	*border: 1px solid #ccc;
	border-radius: 30px;
	margin-left: 3px;
	transition: 0.3s all ease-in-out;
}

.social-icons ul li a {
	padding: 4px;
	display: block;
	line-height: 1;
}

.social-icons ul li:hover {
	*border: 1px solid #3cb878;
	background: rgba(60, 184, 120, 0.2);
	transition: 0.3s all ease-in-out;
}
/**
 * 11.0 Widgets
 */

/**
 * 12.0 Content
 */
.site {
	min-height: 100%;
	margin-bottom: -200px;
}

.site::after {
	content: "";
	display: block;
	height: 200px;
}

/**
 * 12.1 Posts and pages
 */

/* FRONT PAGE TEMPLATE */
/* Latest News Slider */
.latest-news-section {
	margin: 0 0 50px 0;
}

.wds-slider-container {
	opacity: 0;
	transition: 0.15s all ease-in-out;
}

.wds-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wds-slider-container .container {
	padding-left: 12px;
	padding-right: 1px;
}

.slide {
    width: 100%;
    height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide .container,
.slide .row {
	height: 100%; margin-bottom:150px;
}

.wds-slide-content {
	background: rgba(255, 255, 255, 0.8);
	padding: 25px;
	*height: 100%;
	position:  relative;
}

.wds-slide-content h2 {
	margin-bottom: 5px;
	font-size:18px;
}

.post-date {
	color: #a3abaf;
	font-weight: bold;
	font-size: 15px;
}

.slide-news-excerpt {
	*margin-top: 40px;
    font-weight: 400;
	margin-bottom: 0;
}

.wds-slider .slick-arrow {
    height: 450px;
    top: 0;
	width: 30px;
	background: rgba(0, 0, 0, 0.5) no-repeat center center;
    z-index: 3;
    outline: none;
}

.wds-slider .slick-arrow.slick-prev {
	left: 0;
    background-image: url('images/slider-btn-prev.png');
}

.wds-slider .slick-arrow.slick-next {
    right: 0;
	background-image: url('images/slider-btn-next.png');
}

.wds-slider .slick-arrow.slick-prev:hover,
.wds-slider .slick-arrow.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slick-dots li button {
    margin: 2px 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: -9999px;
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
	transition: 0.3s all ease-in-out;
}

.slick-dots .slick-active button {
    cursor: pointer;
	background: #ccc;
	transition: 0.3s all ease-in-out;
}

/* Inner blocks */
.inner-blocks {
	margin-bottom: 0;
}

.inner-blocks .row {
	margin-bottom: 30px;
}

.content-block .block {
	background-color: #f6f6f6;
	padding: 20px 30px;
	position: relative;
}

.content-block .block .row {
	margin-bottom: 0;
}

.content-block.colored-blue p {
	margin-bottom: 30px;
}

.content-block .block-link {
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 1;
}

.content-block .block-link a {
	line-height: 1;
	display: block;
	height: 50px;
	width: 50px;
	background: url(images/block-link-icon.png) #1f8ed6 no-repeat center;
	position: relative;
}

.content-block .block-link a span {
	position: absolute;
	width: 200px;
	height: 50px;
	left: 0;
	background-color: #42a5e5;
	color: #fff;
	text-align: center;
	padding: 17px 0;
	font-size: 16px;
	font-weight: 400;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.content-block .block-link a:hover span {
	left: -200px;
	opacity: 1;
	transition: 0.3s all ease-in-out;
}

.content-block .block-link a span.colored-green {
	background-color: #3cb878;
}

.content-block .block-link a .rightbox {
    position: absolute;
    overflow: hidden;
    width: 0;
	height: 50px;
    right: 50px;
	font-size: 16px;
}

.content-block .block-link a .rightbox .content {
    width: 200px;
	height: 50px;
    position: absolute;
    background-color: #42a5e5;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
	padding: 16px 0;
    color: #FFF;
}

/* Inner blocks - Events */
.event-calendar,
.mailing .block {
	*min-height: 295px;
}

.featured-event-date,
.report-year.blue,
.report-year.green {
	padding: 0 0 10px 30px;
	margin-left: -15px;
	color: #1F8ED5;
	font-family: 'Droid Serif', serif;
	float: left;
	width: 21%;
	border-bottom: 5px solid #1f8ed6;
}

.featured-event-date .event-date-day,
.featured-event-date .event-date-month,
.report-year span {
	display: block;
	font-size: 54px;
	line-height: 1;
}

.featured-event-date .event-date-month {
	font-size: 30px;
}

.report-year.blue,
.report-year.green {
	margin-left: -30px;
	width: 35%;
	float: none;
	margin-bottom: 13px;
}

.report-year.green {
	color: #3cb878;
	border-bottom: 5px solid #3cb878;
}

.download-pdf {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0;
}

.download-pdf:focus {
	color: #fff;
}

.download-pdf.blue {
	background: #1F8ED5;
}

.download-pdf.blue:hover {
	background: #1074b5;
	color: #fff;
}

.download-pdf.green {
	background: #3cb878;
}

.download-pdf.green:hover,
.find-more-center:hover {
	background: #009960;
	color: #fff;
}

.featured-event-info {
	float: right;
	width: 78%;
}

.featured-event-info h4,
.video-info .block h4,
.podcast-info .block h4 {
	font-family: "Droid Serif", serif;
	font-size: 18px;
}

.events-list-item a {
	display: block;
	height: 41px;
	margin-bottom: 10px;
}

.events-list-item a .event-start-date,
.events-list-item a .event-name,
.link-list-item a .list-name,
.accordion-item .accordion-item-name,
.vactend-date,
.events-list-titles .event-start-date,
.events-list-titles .event-name {
	background-color: #f6f6f6;
	color: #636363;
	font-weight: 600;
	padding: 13px;
	display: block;
	float: left;
	line-height: 1;
	margin-right: 10px;
	width: 105px;
	transition: 0.1s all ease-in-out;
}

.events-list-item a .event-name,
.accordion-item .accordion-item-name,
.accordion-item .accordion-item-name.active {
	float: right;
	width: 79%;
	font-weight: 500;
	margin-right: 0;
	background: url('images/event-list-arrow.png') no-repeat right 5px #f6f6f6;
}

.accordion.colored-green .accordion-item-name {
	background: url('images/announcements-list-arrow.png') no-repeat right 5px;
}

.events-list-item a:hover span,
.accordion-item .accordion-item-name:hover,
.accordion-item .accordion-item-name.active  {
	background-color: #1f8ed6;
	color: #fff;
	transition: 0.1s all ease-in-out;
}

.events-list-item a:hover .event-name,
.accordion-item .accordion-item-name:hover,
.accordion-item .accordion-item-name.active {
	background: url('images/event-list-arrow-hover.png') no-repeat right 5px #1f8ed6;
}

/* What's New Section */
.recent-additions h2 {
	text-align: center;
}

.media-item img {
	display: block;
	width: 263px;
	height: 168px;
}

.media-item-excerpt {
	background: #fff;
	padding: 20px;
}

.media-item-excerpt p {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.media-item-excerpt .multimedia-type {
	font-size: 16px;
	font-weight: 100;
	text-transform: uppercase;
}

.media-button {
	display: block;
	background: #4aba80;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.media-button:hover,
.media-button:focus {
	color: #fff;
	background: #009960;
}
.readmore-button {
	display: block;
    border: 1px solid #1f8ed6;
	background: #1f8ed6;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.readmore-button:hover,
.readmore-button:focus {
	color: #1f8ed6;
	background: #fff;
    border: 1px solid #1f8ed6;
}

/* Inner blocks - Announcements */
.content-block.announcements-block .block {
	min-height: 140px;
	padding-bottom: 26px;
}

.content-block.announcements-block p {
	margin-bottom: 0;
}

.link-list-item,
.accordion-item {
	margin-top: 10px;
}

.accordion-item .row {
	margin-bottom: 0;
}

.accordion-item p {
	margin-bottom: 25px;
}

.link-list-item a {
	display: block;
}

.link-list-item a .list-name {
	width: 100%;
	margin-right: 0;
	float: none;
	font-weight: 500;
	background: url('images/announcements-list-arrow.png') no-repeat right 5px #f6f6f6;
}

.link-list-item a:hover .list-name {
	color: #fff;
	background: url('images/event-list-arrow-hover.png') no-repeat right 5px #4aba80;
}

/* Inner blocks - Our Mailing List */
/* for code that has been generated Mailchimp  */
#mc_embed_signup form {
	padding: 0 !important;
}

.sign-up-form {
	text-align: center;
}

.sign-up-form .sign-up-field {
	width: 250px;
	padding: 10px;
	vertical-align: top;
}

.sign-up-form .sign-up-btn,
.sign-up-form .sign-up-btn:focus {
	height: 41px;
	vertical-align: top;
	border: 1px solid #1f8ed6;
	background: #1f8ed6;
	font-size: 16px;
	padding: 0 20px;
	font-weight: 400;
}

.sign-up-form .sign-up-btn:hover {
	background: #fff;
	color: #1f8ed6;
}

/* OVERVIEW AND HISTORY TEMPLATE */
/* Title Section */
.title-section {
	height: 120px;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: 0.15s all ease-in-out;
}

.title-section h1 {
	position: relative;
	top: 25px;
	z-index: 1;
}

.title-section .featured-img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 30%
}

/* Inner Blocks */
.wysiwyg-section.overview {
	margin-bottom: 30px;
}

.wysiwyg-section p,
.wysiwyg-section ul {
	margin-bottom: 15px;
}

.wysiwyg-section ul li {
	margin-bottom: 10px;
	font-weight: 300;
}

.wysiwyg-section p:last-child {
	margin-bottom: 0;
}

.qoute-block .block {
	padding: 40px 30px;
}

.qoute-block .block.block-colored-blue,
.qoute-block .block.block-colored-green,
.content-block .block.green-block,
.content-block .block.blue-block {
	background: url('images/colored-block-bg-full.png') no-repeat right -20px;
}

.qoute-block .block.block-colored-blue,
.content-block.block-colored-blue .block,
.content-block .block.blue-block {
	background-color: #1f8ed6;
	border-bottom: 4px solid #0072bc;
}

.qoute-block .block.block-colored-blue,
.content-block .block.green-block,
.content-block .block.blue-block {
	margin-bottom: 30px;
}

.qoute-block .block.block-colored-green,
.content-block.block-colored-green .block,
.content-block .block.green-block {
	background-color: #3cb878;
	border-bottom: 4px solid #28985e;
}

.qoute-block .block.block-colored-blue p,
.qoute-block .block.block-colored-green p,
.content-block .block.green-block p {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	width: 60%;
	margin-bottom: 0;
}

.content-block .block.blue-block p.white-text {
	margin-bottom: 0;
}

.qoute-block .block.block-colored-green p,
.content-block .block.green-block p {
	width: 80%;
}

.two-columns {
	-webkit-column-width: 510px;
    -moz-column-width: 510px;
    column-width: 510px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.accordion-item .accordion-item-name,
.accordion-item .accordion-item-name.active {
	float: none;
    width: 100%;
    padding-left: 30px;
}

.accordion-item .accordion-content {
	display: none;
	padding: 30px;
    background: #ebebeb;
}

.ceo-info,
.ceo-photo {
	padding-right: 0;
	padding-left: 0;
}

.ceo-bio {
	padding: 30px 30px 0 30px;
}

.ceo-bio h4 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 400;
}

.stuff-pdf-link {
	color: #363636;
	text-decoration: underline;
	font-style: italic;
}

/* Directors Hover Block */
.director-block {
	text-align: center;
	margin-bottom: 30px;
    min-height: 330px;
}

.director-block:hover {
	cursor: pointer;
}

.director-info img {
	width: 100%;
	height: 100%;
}
.director-info {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.director-info .caption {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(31, 142, 214, 0.6);
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	transition: all 0.2s linear 0s;
}

.director-info .caption p {
	color: #fff;
	padding: 90px 10px 0 10px;
	font-size: 14px;
    font-weight: 300;
    line-height: 17px;
	-webkit-transform: scale(0.25);
	-moz-transform: scale(0.25);
	-ms-transform: scale(0.25);
	-o-transform: scale(0.25);
	transform: scale(0.25);
	transition: all 0.3s linear 0s;
}

.director-info:hover .caption {
	opacity: 1;
}

.director-info:hover .caption p {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.director-block h3 {
	font-size: 18px;
	color: #363636;
	font-weight: 500;
	margin-bottom: 5px;
	transition: 0.3s all ease-in-out;
}

.director-block:hover h3 {
	color: #1f8ed6;
	transition: 0.3s all ease-in-out;
}

.director-block .director-position {
	font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    color: #909090;
    line-height: 1;
    display: block;
}

/* Vacancies and Tenders */
.vacancies h2,
.tenders h2 {
	text-align: center;
}

.vacancies .accordion-item-name,
.vacancies .accordion-item .accordion-item-name.active,
.vacancies .accordion-content,
.tenders .accordion-item-name,
.tenders .accordion-item .accordion-item-name.active,
.tenders .accordion-content {
	float: right;
	width: 80%;
}

.vactend-date {
	width: 18%;
	margin-right: 2%;
	float: left;
}

.vacancies .accordion-item.active .vactend-date {
	background-color: #1f8ed6;
	color: #fff;
}

.tenders .accordion-item.active .vactend-date {
	background-color: #4aba80;
	color: #fff;
}

.accordion-content-title {
	color: #555;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.accordion-content .type,
.accordion-content .vertical-separator,
.accordion-content .download {
	color: #a3abaf;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
	vertical-align: top;
	line-height: 1;
}

.accordion-content .vertical-separator {
	margin-right: 5px;
	margin-left: 5px;
}

.accordion-content .download {
	text-decoration: underline;
}

.cf7-form input::-webkit-input-placeholder,
.cf7-form textarea::-webkit-input-placeholder,
.popup-form input::-webkit-input-placeholder,
.popup-form textarea::-webkit-input-placeholder {
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

.cf7-form input:-moz-placeholder,
.cf7-form textarea:-moz-placeholder,
.popup-form input:-moz-placeholder,
.popup-form textarea:-moz-placeholder {
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

.cf7-form input::-moz-placeholder,
.cf7-form textarea::-moz-placeholder,
.popup-form input::-moz-placeholder,
.popup-form textarea::-moz-placeholder {
	color: #636363;
	font-family: 'Roboto', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
	font-style: normal;
}

.cf7-form input:-ms-input-placeholder,
.cf7-form textarea:-ms-input-placeholder,
.popup-form input:-ms-input-placeholder,
.popup-form textarea:-ms-input-placeholder {
	color: #636363;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

.cf7-form input,
.popup-form input,
.cf7-form select,
.cf7-form textarea,
.popup-form textarea {
	background-color: #f6f6f6;
    margin-top: 10px;
    border: none;
    color: #636363;
    font-style: normal;
    font-size: 15px;
    padding: 11px;
    width: 100%;
	font-weight: 400;
	outline: none;
}

.cf7-form select {
	font-weight: 300;
	background: url('images/select-dropdown.png') no-repeat right 10px center #f6f6f6;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cf7-form select:hover {
	cursor: pointer;
}

.cf7-form textarea,
.popup-form textarea {
	height: 149px;
}

.cf7-form input[type="reset"],
.cf7-form input[type="submit"] {
	width: 47.5%;
	background-color: #959595;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin-right: 2%;
}

.cf7-form input[type="submit"] {
	background-color: #3cb878;
	margin-left: 2%;
	margin-right: 0;
}

.cf7-form input[type="reset"]:hover {
	background-color: #787878;
}

.cf7-form input[type="submit"]:hover {
	background-color: #009960;
}

span.wpcf7-not-valid-tip {
	display: inline-block;
	font-size: 13px;
}

div.wpcf7-validation-errors {
	border: 2px solid #f00;
	margin: 0;
}

.contact-info-block {
	margin-bottom: 30px;
}

.content-block .block.training-intro,
.content-block .block.overview {
	background-color: #fff;
	padding: 40px 0;
}

.content-block .block.overview {
	padding: 0;
}

.courses {
	text-align: center;
}

.courses-subheading {
	color: #475055;
	font-size: 18px;
	font-weight: 500;
}

.course-info {
	text-align: left;
	padding: 30px;
	background-color: #fff;
}

.course-info h3 {
	font-size: 30px;
	font-weight: 500;
}

.after-course-content {
	width: 65%;
	margin: 60px auto 0 auto;
}

.after-course-content p {
	font-size: 14px;
}

.workshops-accordion .accordion-item {
	text-align: left;
}

.workshops-accordion .accordion-item .accordion-item-name {
	background-color: #fff;
	font-weight: bold;
}

.workshops-accordion .accordion-item .accordion-item-name:hover,
.workshops-accordion .accordion-item .accordion-item-name.active {
	background-color: #ebebeb;
	color: #636363;
	background-position: right 5px;
}

.workshops-accordion .accordion-item .accordion-content {
	background-color: #fff;
	padding: 0;
}

.workshops-accordion .accordion-item .accordion-content .workshop-link {
	display: block;
    color: #636363;
    padding: 10px 30px;
    border-top: 3px solid #f6f6f6;
}

.workshops-accordion .accordion-item .accordion-content .workshop-link:hover {
	background-color: #e1e1e1;
}

.events-list-titles {
	margin-top: 10px;
	margin-bottom: 10px;
}

.events-list-titles .event-start-date,
.events-list-titles .event-name {
	background: #959595;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.events-list-titles .event-name,
.workshop-events .events-list-item a .event-name {
	margin-right: 0;
    width: 910px;
    text-align: left;
}

.insert-date {
	display: block;
}

/* Workshops Single Page */
.wpt {
	margin: 0;
}

.workshops-single-content {
	padding: 65px 0;
	margin: 0;
}

.workshop-cat-name {
	min-height: 435px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
}

.workshop-cat-name h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 400;
	padding-right: 40px;
    line-height: 45px;
}

.workshop-info h3 {
	padding-right: 50px;
	line-height: 35px;
}

.workshop-info h3 span {
	font-weight: 400;
}

.duration {
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 40px;
}

/* Policies and Research Page */
.policies-section {
	margin: -30px 0 0 0;
}

.policies-block-img {
	padding-right: 0;
	padding-left: 0;
}

.policies-block-img img {
	width: 100%;
}

.policies-block-content .recent-events {
	margin-top: 50px;
}

.policies-block-content .recent-events .event-list {
	width: 100%;
}

.policies-block-content .recent-events .event-list .event-name {
	width: 82%;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 20px;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.policies-block-content .recent-events .recent-events-title {
	font-size: 24px;
    font-style: italic;
}

.ongoing-research {
	margin-bottom: 0;
}

.research-block {
	background-color: #fff;
	text-align: left;
	margin-bottom: 30px;
	padding: 30px;
}

.research-block .wysiwyg-section {
	margin-bottom: 30px;
}

.research-block h3 {
	font-size: 30px;
}

/* Events Post Type Page */
.post-featured-image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 555px;
}

.post-title {
	color: #475055;
	font-size: 42px;
	text-align: left;
	text-shadow: none;
	line-height: 54px;
	margin-bottom: 3px;
}

.post-content {
	margin-top: 50px;
	margin-bottom: 40px;
}

.post-youtube-video {
	margin-bottom: 40px;
}

.post-youtube-video iframe {
	width: 100%;
	height: 810px;
}

.information .content-block .block p {
	height: 150px;
	overflow: hidden;
}

.information .event-list .events-list-item .event-name {
	width: 100%;
}

.essay-competition-section {
	background-color: #3cb878;
}

.essay-competition-section h2 {
	text-align: center;
	color: #fff;
	width: 50%;
	margin: 0 auto 30px auto;
}

.essay-competition-section p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.competition-info-title,
.competition-info-value {
	padding: 0;
	margin-bottom: 10px;
}

.competition-info-title span,
.competition-info-value span {
	display: block;
	background: #fff;
	padding: 8px;
	font-weight: 600;
}

.competition-info-value {
	padding-right: 10px;
	padding-left: 10px;
}

.competition-info-value span {
	font-weight: 500;
}

.center-button {
	margin-top: 30px;
	margin-bottom: 40px;
}

.find-more-center,
.find-more-center:focus {
	display: block;
    background: #3cb878;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 7px;
    width: 270px;
    margin: 0 auto;
}
.home-block {margin-top:10px;}

.leadership-calendar .event-calendar,
.leadership-calendar .event-list {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.leadership-calendar .event-calendar {
	margin-bottom: 10px;
}

.leadership-calendar .events-list-item a .event-name {
	width: 78%;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 20px;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.report-cover a {
	text-align: center;
	display: block;
}

.multimedia {
	margin-bottom: 0;
}

.parallax-bg {
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
	padding: 70px 0px;
	margin: 0;
}

.socials-icons,
.socials-icons:focus {
	color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 100px;
}

.socials-icons .join-social-icon {
	width: 70px;
    border: 1px solid #fff;
    font-size: 25px;
    padding: 15px;
    border-radius: 70px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 20px;
    margin-left: 20px;
}

.socials-icons:hover {
	color: #1f8ed6;
}

.socials-icons:hover .join-social-icon {
	border-color: #1f8ed6;
}

.content-block .block.green-block.email-us p {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 37px;
}

.content-block .block.green-block.email-us .popup-form p {
	margin-bottom: 10px;
}

.content-block .block.green-block.email-us .email-photo {
	float: left;
	margin: 10px 15px 15px 0;
    border-radius: 50px;
}

/* Media Template */
.stories {
	padding: 40px 0 20px 0;
	margin-bottom: 30px;
}

.stories .row {
	margin-bottom: 0;
}

.featured-post {
	height: 455px;
    background-size: cover;
    background-repeat: no-repeat;
    *background-position: -110px 0;
	margin-bottom: 40px;
}

.featured-post .row {
    height: 60%;
	margin-bottom: -100px;
}

.featured-post .news-readmore,
.post-excerpt .news-readmore {
	position: absolute;
    bottom: 0;
    right: 15px;
    color: #fff;
    font-size: 16px;
    padding: 5px 61px 6px 12px;
}

.featured-post.news .news-readmore,
.post-excerpt .news-readmore {
	background-color: #4aba80;
}

.featured-post.news .news-readmore:hover,
.post-excerpt .news-readmore:hover {
	background-color: #319f66;
}

.featured-post.press .news-readmore {
	background-color: #42a5e5;
}

.featured-post.press .news-readmore:hover {
	background-color: #1f8ed6;
}

.featured-post .news-readmore .readmore-dropdown,
.post-excerpt .news-readmore .readmore-dropdown {
	width: 37px;
	height: 37px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url('images/readmore-dropdown.png') no-repeat center;
}

.featured-post.news .news-readmore .readmore-dropdown,
.post-excerpt .news-readmore .readmore-dropdown {
	background-color: #319f66;
	transition: 0.3s all ease-in-out;
}

.featured-post.news .news-readmore:hover .readmore-dropdown,
.post-excerpt .news-readmore:hover .readmore-dropdown {
	background-color: #4aba80;
	transition: 0.3s all ease-in-out;
}

.featured-post.press .news-readmore .readmore-dropdown {
	background-color: #1f8ed6;
	transition: 0.3s all ease-in-out;
}

.featured-post.press .news-readmore:hover .readmore-dropdown {
	background-color: #42a5e5;
	transition: 0.3s all ease-in-out;
}

.press .media-button {
	background: #42a5e5;
}

.press .media-button:hover {
	background: #1f8ed6;
}

.slick-gallery .media-item-excerpt p {
	overflow: hidden;
	height: 90px;
}

.slick-arrow {
	position: absolute;
    top: 28%;
	font-size: 0;
	width: 30px;
    height: 94px;
}

.slick-prev {
    left: -30px;
    background-image: url('images/slider-btn-prev.jpg');
}

.press .slick-prev {
	background-image: url('images/press-prev-btn.jpg');
}

.slick-next {
	background-image: url('images/slider-btn-next.png');
	right: -30px;
}

.press .slick-next {
	background-image: url('images/press-next-btn.png');
}

.slick-dots {
	margin: 10px 0 0 0;
    list-style-type: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	font-size: 0;
}

.cf-email,
.cf-email:hover {
	font-style: italic;
	color: #fff;
	text-decoration: underline;
}

.cf7-form.media-cf textarea {
	height: 144px;
}

.cf7-form.media-cf input[type="reset"],
.cf7-form.media-cf input[type="submit"] {
	background: #fff;
	color: #555;
}

.cf7-form.media-cf input[type="submit"] {
	color: #42a5e5;
}

.cf7-form.media-cf div.wpcf7-validation-errors {
	color: #fff;
	font-weight: 300;
}

/* Blog Page */
.post-thumb {
	padding: 0;
}

.post-excerpt {
	position: relative;
}

.post-excerpt h3 a,
.search-result-post h3 a {
	color: #475055;
	border-bottom: 1px solid transparent;
	font-weight: 400;
	line-height: 40px;
}

.post-excerpt h3 a:hover,
.search-result-post h3 a:hover {
	color: #096;
	border-bottom: 1px solid #096;
}

.post-excerpt p {
	margin-bottom: 52px;
}

.pagination {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}

.pagination span,
.pagination a {
	display: inline-block;
    margin: 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #555;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}

.pagination a:hover {
	color: #fff;
	background: #3cb878;
	border: 1px solid #3cb878;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #3cb878;
	color: #fff;
	border: 1px solid #3cb878;
}

/* Video & Podcast Page */
.video-section .post-youtube-video {
	margin-bottom: 0;
	height: 437px;
}

.video-section .post-youtube-video iframe {
	width: 100%;
    height: 437px;
}

.content-block.colored-blue.video-info .block,
.content-block.colored-blue.podcast-info .block  {
	padding: 20px;
}

.video-info .block h2,
.podcast-info .block h2 {
	color: #fff;
	margin-bottom: 10px;
}

.video-info .block h4,
.podcast-info .block h4 {
	color: #fff;
	margin-bottom: 20px;
}

.content-block.colored-blue.video-info .video-meta,
.content-block.colored-blue.podcast-info .podcast-meta {
	color: #fff;
	margin-bottom: 0;
}

.content-block.colored-blue.video-info .video-meta span,
.content-block.colored-blue.podcast-info .podcast-meta span {
	font-weight: 500;
}

.content-block.colored-blue.video-info .video-descr,
.content-block.colored-blue.podcast-info .podcast-descr {
	margin-bottom: 10px;
    margin-top: 20px;
    color: #fff;
}

.ytplus-video-container.mobile {
	margin-bottom: 0;
}

.guest-bio {
	background-color: #f6f6f6;
	padding: 20px;
}

.guest-bio h4 {
	font-size: 18px;
    color: #1f8ed6;
    font-weight: 500;
    margin-bottom: 5px;
}

.guest-position {
	color: #909090;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 300;
}

.recent-media {
	margin-bottom: 0;
}

.recent-media .row {
	margin-bottom: 30px;
}

.recent-media .row .col-sm-3 {
	margin-bottom: 30px;
}

/* Contact Us Popup */
.contact-popup {
    background: #fff;
	padding: 20px;
    position: fixed;
    width: 400px;
    z-index: 999;
}

.contact-popup p {
	margin-bottom: 10px;
}
.popup-form {
	text-align: left;
}

.popup-form input[type="submit"] {
	background-color: #3cb878;
	color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.popup-form input[type="submit"]:hover {
	background-color: #009960;
}

.close {
	position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.close::before,
.close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 90%;
	top: 57%;
	left: 0;
	margin-top: -1px;
	background: #000;
}

.close::before {
	height: 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close::after {
	height: 1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.layout {
    background: #000;
    bottom: 0;
    display: none;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}

/* 404 Page */
.not-found-section,
.search-result-section {
	margin-bottom: 30px;
}

.not-found-search .form-search .search-field {
	width: 250px;
}

.not-found-search .form-search .search-submit {
	width: 100px;
	vertical-align: top;
	border-radius: 0;
}

/**
 * 12.2 Post Formats
 */

/**
 * 12.3 Comments
 */

/**
 * 13.0 Footer
 */
.site-footer {
	height: 200px;
	padding: 20px 0;
	color: #fff;
	background-color: #363636;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-contact-info {
	font-weight: 300;
}

.contact-item {
	background-repeat: no-repeat;
	background-position: -5px 0;
	padding-left: 50px;
	margin-bottom: 20px;
}

.contact-info-field {
	display: block;
	line-height: 20px;
	font-size: 14px;
}

.footer-menu-info {
	text-align: right;
    padding-right: 0;
    min-height: 180px;
    position: relative;
}

.footer-menu {
	margin: 0;
    list-style-type: none;
}

.footer-menu li {
	display: inline-block;
	margin-left: 7px;
}

.footer-menu li::after {
	content: "|";
    margin-left: 11px;
    position: relative;
}

.footer-menu li:last-child::after {
	content: "";
	margin-left: 0;
}

.footer-menu li a,
.copyright span {
	color: #fff;
    font-size: 14px;
    font-weight: 200;
	border-bottom: 1px solid transparent;
}

.footer-menu li a:hover {
	border-bottom: 1px solid #3cb878;
}

.copyright {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.copyright span {
	border-bottom: none;
}

.contact-info-field a {
	color: #fff;
}

/**
 * 14.0 Media
 */

/**
 * 14.1 Captions
 */

/**
 * 14.2 Galleries
 */

/**
 * 15.0 Multisite
 */

/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
/*@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}*/

/**
 * 16.1 1200px
 */
@media (max-width: 1199px) {
	/* Header*/
	.main-navigation .menu {
		padding-right: 0;
	}

	.nav-menu > li a {
		padding: 23px 28px 23px 29px;
	}

	.nav-menu > li:last-child {
		border-right: 0 solid #fff;
	}

	/* Slider */
	.slide {
		background-position: center;
	}

	.wds-slide-content h2 {
		font-size: 26px;
	}

	.slide-news-excerpt {
		margin-top: 20px;
	}

	/* Content Blocks - Home Page */
	.featured-event-date {
		width: 25%;
	}

	.featured-event-info {
		width: 75%;
	}

	.events-list-item a .event-name,
	.leadership-calendar .events-list-item a .event-name {
		width: 74%;
	}

	.content-block.announcements-block .block {
		padding-bottom: 23px;
	}

	.media-item img {
		min-width: 212px;
		min-height: 135px;
	}

	/* Content Blocks - Overview and History Page */
	.qoute-block .block.block-colored-blue p,
	.qoute-block .block.block-colored-green p,
	.content-block .block.green-block p {
		width: 80%;
	}

	.wysiwyg-section.overview {
		margin-bottom: 0;
	}

	.qoute-block .block {
		padding: 40px 30px 60px 30px;
	}

	/* Content Blocks - Organisational Structure Page */
	.director-block {
		min-height: 290px;
	}

	.director-info:hover .caption {
	    opacity: 0;
	}

	.director-block.clicked .caption {
		opacity: 1;
	}

	.director-info:hover .caption p {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	.director-block:hover h3 {
		color: #363636;
		transition: 0.3s all ease-in-out;
	}

	.director-block.clicked .caption p {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.director-block.clicked h3 {
		color: #1f8ed6;
		transition: 0.3s all ease-in-out;
	}

	.director-info .caption p {
		padding: 65px 10px 0 10px;
	}

	.ceo-photo {
		width: 43%;
	}

	.ceo-photo img {
		width: 100%;
	}

	.ceo-bio {
		width: 57%;
	}

	/* Content Blocks - Annual Repors Page */
	.report-year.blue,
	.report-year.green {
		width: 45%;
	}

	/* Content Blocks - Contact Us Page */
	.cf7-form textarea {
		height: 159px;
	}

	/* Content Blocks - Training Page */
	.events-list-titles .event-name,
	.workshop-events .events-list-item a .event-name {
		width: 710px;
	}

	/* Content Blocks - Research and Polices Page */
	.policies-block-content .recent-events .event-list .event-name {
		width: 79%;
	}

	.boxed-link {
		width: 250px;
	}

	/* Content Blocks - Individual Article Page */
	.two-columns {
		-webkit-column-width: 450px;
	    -moz-column-width: 450px;
	    column-width: 450px;
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	    -webkit-column-gap: 30px;
	    -moz-column-gap: 30px;
	    column-gap: 30px;
	}

	.post-youtube-video iframe {
		height: 500px;
	}

	/* Content Blocks - African Leadership Forum Page */
	.essay-competition-section h2 {
		width: 65%;
	}

	/* Content Blocks - Resource Center Page */
	.content-block .block.green-block.email-us .email-photo {
		margin: 25px 15px 15px 0;
	}

	/* Content Blocks - Media Page */
	.featured-post {
		background-position: center;
	}

	/* Footer */
	.footer-menu-info {
		padding-right: 15px;
	}

	.copyright {
		right: 15px;
	}
}

/**
 * 16.2 992px
 */
@media (max-width: 991px) {
	/* Header */
	.top-header-section {
		margin-bottom: 0;
	}

	.social-icons,
	.main-navigation,
	.mobile-nav-menu {
		display: none;
	}

	.mobile-menu {
		display: block;
		padding-right: 0;
	}

	.toggle-menu {
		background: #3cb878;
	    width: 120px;
	    height: 120px;
		padding: 37px;
		position: relative;;
	    top: 0;
	    right: 0;
		float: right;
	}

	.toggle-menu span,
	.toggle-menu span::before,
	.toggle-menu span::after {
		display: block;
	    height: 6px;
	    background: #fff;
	    width: 45px;
	}

	.toggle-menu span::before {
		content: "";
		position: relative;
		top: 17px;
	}

	.toggle-menu span::after {
		content: "";
		position: relative;
		top: 29px;
	}

	.mobile-nav-menu {
		clear: both;
	}

	.mobile-nav-menu .nav-menu {
		border-top: 1px solid #c8c7cc;
		margin-bottom: 30px;
	}

	.mobile-nav-menu .nav-menu > li {
		display: block;
	    margin: 0;
	    border-left: none;
	    border-bottom: 1px solid #c8c7cc;
	}

	.mobile-nav-menu .nav-menu > li a {
		color: #252525;
		font-size: 34px;
		font-weight: 400;
		padding: 15px;
	}

	.mobile-nav-menu .nav-menu .current-menu-item > a,
	.mobile-nav-menu .nav-menu .current-menu-ancestor > a {
		background-color: #fff;
		color: #03a9f4;
		font-weight: 500;
	}
	.mobile-nav-menu .nav-menu > li a:hover,
	.mobile-nav-menu .nav-menu > li a:focus {
		background-color: #fff;
		color: #03a9f4;
	}

	.mobile-nav-menu .nav-menu > li:hover::after,
	.mobile-nav-menu .nav-menu > .current-menu-item::after,
	.mobile-nav-menu .nav-menu > .current-menu-ancestor::after,
	.search-button:hover::after {
		display: none;
	}

	.mobile-nav-menu .nav-menu li > .sub-menu {
		display: block;
		list-style-type: none;
	}

	.mobile-nav-menu .nav-menu li > .sub-menu li a,
	.mobile-nav-menu .nav-menu li:hover > .sub-menu li a {
		padding: 10px;
		font-size: 25px;
		line-height: 20px;
		text-transform: none;
		display: block;
		width: 100%;
	}

	.mobile-nav-menu .nav-menu li:hover > .sub-menu {
		position: static;
		margin: 0 0 0 20px;
	}

	.mobile-nav-menu .nav-menu li:hover > .sub-menu li {
		border-top: none;
		background-color: #fff;
	}

	/* Slider */
	.latest-news-section {
	    margin: 0 0 30px 0;
	}

	.wds-slider-container .container {
		padding-right: 0;
	}

	.slide {
		height: 100%;
	}

	.wds-slide-content {
		background: transparent;
	    width: 100%;
	    height: auto;
	    padding: 0 15px;
		margin-top: 425px
	}

	.slide {
		background-position: center top;
		/*background-size: 990px;*/
		background-size: 100% 400px;
	}

	.slide-news-excerpt {
		margin-top: 10px;
	}

	.prev-btn,
	.next-btn {
		height: 400px;
	}

	.wds-slider .slick-arrow {
		height: 400px;
	}

	.slick-dots li button {
		width: 23px;
		height: 23px;
	}

	/* Content Blocks - Home Page */
	p {
		font-size: 18px;
	}

	.inner-blocks .row {
		margin-bottom: 0;
	}

	.content-block,
	.event-list {
		width: 100%;
		margin-bottom: 30px;
	}

	.content-block .block-link a span {
		font-size: 18px;
		width: 225px;
		padding: 16px 0;
		left: -225px;
		opacity: 1;
	}

	.featured-event-date {
		width: 17%;
	}

	.featured-event-info {
		width: 80%;
	}

	.events-list-item a {
		font-size: 18px;
		height: 44px;
	}

	.events-list-item a .event-start-date,
	.events-list-item a .event-name,
	.link-list-item a .list-name,
	.vactend-date,
	.events-list-titles .event-start-date,
	.events-list-titles .event-name {
		width: 119px;
	}

	.events-list-item a .event-name,
	.leadership-calendar .events-list-item a .event-name {
		width: 82%;
	}

	.events-list-item a .event-name,
	.accordion-item .accordion-item-name,
	.accordion-item .accordion-item-name.active {
		background-position: right 6px;
	}

	.fullwidth-bg {
		padding: 40px 0 20px 0;
	}

	.recent-additions .col-sm-3 {
		width: 50%;
		margin-bottom: 30px;
	}

	.media-item img,
	.qoute-block,
	.accordion-content .pdf-info,
	.leadership-calendar,
	.podcast-section,
	.guest-section,
	.guest-section img,
	.video-section {
		width: 100%;
	}

	.media-item-excerpt p,
	.media-button,
	.wysiwyg-section ul li,
	.workshops-accordion .accordion-item .accordion-content .workshop-link,
	.after-course-content p {
		font-size: 18px;
	}

	.link-list-item a .list-name {
		width: 100%;
		font-size: 18px;
		background-position: right 6px;
	}

	/* Content Blocks - Overview and History Page */
	.title-section .featured-img {
		top: 0;
	}

	.qoute-block .block.block-colored-green {
		margin-bottom: 30px;
	}

	.accordion-item .accordion-item-name {
		font-size: 18px;
		width: 100%;
		line-height: 23px;
	}

	/* Content Blocks - Organisational Structure Page */
	.director-block {
		width: 33.33333333%;
	}

	.ceo-photo {
	    width: 37%;
	    float: left;
	    margin-right: 30px;
	    margin-bottom: 6px;
	}

	.ceo-bio {
	    width: 100%;
	    float: none;
	}

	.content-block.report,
	.cover-report {
		width: 100%;
	}

	.cover-report {
		text-align: center;
	}

	.report-year.blue,
	.report-year.green {
		width: 30%;
	}

	/* Content Blocks - Vacancies and Tenders Page */
	.vacancies,
	.tenders {
		margin-bottom: 30px;
	}

	.vactend-date {
		width: 122px;
		font-size: 18px;
		height: 44px;
	}

	.vacancies .accordion-item-name,
	.vacancies .accordion-item .accordion-item-name.active,
	.tenders .accordion-item-name,
	.tenders .accordion-item .accordion-item-name.active {
		width: 81%;
		line-height: 1;
	}

	.vacancies .accordion-content,
	.tenders .accordion-content{
		width: 81%;
	}

	.vacancies .accordion-item p,
	.tenders .accordion-item p {
		margin-bottom: 15px;
	}

	/* Content Blocks - Training Workshop Page */
	.courses .content-block img {
		width: 100%;
	}

	.course-info {
		height: auto!important;
	}

	.after-course-content {
		margin: 0 auto;
		width: 75%;
	}

	.events-list-titles .event-name,
	.workshop-events .events-list-item a .event-name {
		width: 462px;
	}

	/* Content Blocks - Research and Policies Page */
	.policies-block-content .recent-events .event-list .event-name {
		width: 291px;
		overflow: hidden;
	    white-space: nowrap;
	    padding-right: 20px;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	}

	.boxed-link.dark-blue-link,
	.boxed-link.red-link {
	    margin: 0 auto 15px auto;
	    float: none;
	}

	/* Content Blocks - Individual Article Page */
	.post-featured-image {
		height: 400px;
		background-position: center;
	}

	/* Content Blocks - African Leadership Forum Page */
	.information .content-block .block p {
		height: 100%;
	}

	.socials-icons {
		margin-right: 20px;
	}

	/* Content Blocks - Resource Center Page */
	.content-block .block.green-block.email-us .email-photo {
		margin-top: 0;
	}

	/* Content Blocks - Media Page */
	.featured-post {
		height: auto;
		background-position: center top;
		background-size: 100% 380px;
	}

	.stories .wds-slide-content {
		padding: 0 15px 65px 15px;
	}

	.featured-post .wds-slide-content {
		margin-top: 390px;
	    padding-right: 0;
	    padding-left: 0;
	}

	.stories .slick-gallery .media-item-excerpt,
	.press .slick-gallery .media-item-excerpt {
		height: 400px!important;
	}

	.slick-gallery .media-item-excerpt p {
		height: 250px;
	}

	.cf7-form input[type="reset"],
	.cf7-form input[type="submit"] {
	    width: 149px;
		margin-right: 6px;
	}

	.cf7-form input[type="submit"] {
		margin-right: 0;
		margin-left: 6px;
	}

	/* Content Blocks - Podcasts Page */
	.guest-section {
		margin-bottom: 30px;
	}

	.recent-media .col-sm-3 {
		width: 50%;
	}

	/* Footer */
	.contact-info-field,
	.footer-menu li a,
	.copyright span {
		font-size: 16px;
	}
}

@media (max-width: 810px) {
	.stories .slick-arrow {
		z-index: 1;
	}

	.slick-prev {
		left: -8px;
	}

	.slick-next {
	    right: -8px;
	}
}

/**
 * 16.3 768px
 */
@media (max-width: 767px) {
	/* Header */
	.top-header-section {
		margin-top: 0;
	}

	.logo {
		width: 65%;
		float: left;
	}

	.logo img {
		width: 90%;
		padding-top: 10px;
	}

	.recent-additions .col-sm-3,
	.director-block,
	.content-block.report,
	.cover-report,
	.cover-report img {
		width: 100%;
	}

	.mobile-menu {
		width: 25%;
		float: right;
		padding-right: 15px;
	}

	.mobile-nav-menu {
		padding-right: 20px;
	}

	/* Content */
	p,
	.media-item-excerpt p {
		font-size: 1.875em;
		line-height: 1.3;
	}

	h2,
	h3 {
		font-size: 3.000em;
		line-height: 1.1;
	}

	/* Content Blocks - Home Page */
	.wds-slider-container .container {
		padding-right: 15px;
		padding-left: 15px;
	}

	.wds-slide-content h2 {
		font-size: 3em;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.post-date {
		font-size: 2.250em;
		line-height: 1;
	}

	.content-block .block-link {
	    position: relative;
	    bottom: 0;
	    right: 0;
	    line-height: 1;
	    width: 100%;
	    text-align: center;
	}

	.content-block .block-link {
		left: 0;
	}

	.content-block .block-link a {
		height: 65px;
		width: 100%;
	    position: relative;
	    text-align: center;
	    margin: 0;
	    background-position: right 2.5% top 15px;
	}

	.content-block .block-link a .rightbox {
		height: 65px;
		overflow: visible;
		left: 0;
		width: 100%;
	}

	.content-block .block-link a .rightbox .content {
		height: 65px;
		width: 91.5%;
	    font-size: 23px;
		padding: 20px 0;
	}

	.transparent-btn {
		font-size: 1.875em;
		width: 100%;
	}

	.featured-event-info h4,
	.video-info .block h4 {
		font-size: 2.250em;
		line-height: 1.2;
	}

	.events-list-item a {
		height: 3.750em;
	}

	.events-list-item a .event-start-date,
	.vactend-date,
	.events-list-titles .event-start-date,
	.events-list-item a .event-name,
	.link-list-item a .list-name,
	.events-list-titles .event-name {
		font-size: 1.875em;
		width: 28%;
	}

	.events-list-item a .event-name,
	.link-list-item a .list-name,
	.events-list-titles .event-name {
		width: 70%;
		overflow: hidden;
	    white-space: nowrap;
	    padding-right: 20px;
	    -webkit-text-overflow: ellipsis;
	    -moz-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	}

	.events-list-item a .event-name,
	.accordion-item .accordion-item-name,
	.accordion-item .accordion-item-name.active {
		background-position: right 0.4em;
	}

	.media-item-excerpt {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.media-button, .readmore-button {
		font-size: 2.250em;
		padding: 10px;
		line-height: 1;
	}

	.content-block.announcements-block .block {
		padding-bottom: 40px;
	}

	.link-list-item a .list-name {
		width: 100%;
		overflow: hidden;
	    white-space: nowrap;
	    padding-right: 20px;
	    -webkit-text-overflow: ellipsis;
	    -moz-text-overflow: ellipsis;
	    text-overflow: ellipsis;
		background-position: right 11px;
	}

	.sign-up-form .sign-up-field,
	.sign-up-form .sign-up-btn {
		height: 70px;
    	font-size: 1.875em;
		width: 69%;
	}

	.sign-up-form .sign-up-btn {
		width: 30%;
	}

	/* Content Blocks - Overview and History Page */
	.title-section {
		background-color: #36a76d;
		height: auto;
	}

	.title-section .featured-img {
		display: none;
	}

	.title-section h1 {
		position: static;
	    padding: 30px 0;
	    text-shadow: none;
	    font-size: 3.000em;
	}

	.qoute-block .block.block-colored-blue p,
	.qoute-block .block.block-colored-green p,
	.content-block .block.green-block p {
		width: 100%;
		font-size: 1.875em;
		line-height: 1.2;
	}

	.wysiwyg-section ul li,
	.download-pdf {
		font-size: 1.875em;
	}

	.accordion-item .accordion-item-name,
	.accordion-item .accordion-item-name.active {
		font-size: 1.875em;
		background-position: right 17px;
    	padding: 20px 30px 20px 20px;
	}

	/* Content Blocks - Organisational Structure Page */
	.director-block h3 {
		font-size: 2.938em;
	}

	.director-block .director-position {
		font-size: 1.813em;
	}

	.director-info .caption p {
		font-size: 25px;
		line-height: 1.2;
		padding-top: 100px;
	}

	.ceo-photo {
		width: 100%;
		margin: 0;
		float: none;
	}

	.ceo-bio {
		padding-bottom: 5px;
	}

	.ceo-bio h4 {
		font-size: 2.250em;
		margin-bottom: 10px;
	}

	/* Content Blocks - Annual Reports Page */
	.report p {
		height: auto;
	}

	/* Content Blocks - Vacancies and Tenders Page */
	.page-template-vacancies-tenders-template .gmap-section {
		display: none;
	}

	.vacancies h2,
	.tenders h2 {
		text-align: left;
	}

	.vactend-date {
		width: 100%;
		height: 69px;
		padding: 20px 30px 20px 20px;
		margin: 0 0 10px 0;
	}

	.vacancies .accordion-item-name,
	.tenders .accordion-item-name,
	.vacancies .accordion-item .accordion-item-name.active,
	.tenders .accordion-item .accordion-item-name.active,
	.vacancies .accordion-content,
	.tenders .accordion-content {
		width: 100%;
	}

	.accordion-content .pdf-info {
		margin-bottom: 20px;
	}

	.accordion-content-title {
		font-size: 2.250em;
		margin-bottom: 0;
	}

	.accordion-content .type,
	.accordion-content .vertical-separator,
	.accordion-content .download {
		font-size: 1.500em;
	}

	.accordion.colored-green .accordion-item-name {
		background-position: right 17px;
	}

	/* Content Blocks - Contact Us Page */
	.cf7-form p {
		margin-bottom: 0;
	}

	.cf7-form input,
	.cf7-form select,
	.cf7-form textarea,
	.cf7-form input[type="reset"],
	.cf7-form input[type="submit"] {
		font-size: 1.250em;
	}

	.cf7-form input[type="reset"],
	.cf7-form input[type="submit"] {
		display: block;
		width: 48%;
		float: left;
		margin-right: 1%;
	}

	.cf7-form input[type="submit"] {
		margin-left: 1%;
		float: right;
		margin-right: 0;
	}

	/* Content Blocks - Training Workshops Page */
	.courses-subheading,
	.workshops-accordion .accordion-item .accordion-content .workshop-link,
	.after-course-content p,
	.fullwidth-blue-bg p {
		font-size: 1.875em;
	}

	.course-info {
		height: auto!important;
	}

	.courses img,
	.after-course-content {
		width: 100%;
	}

	.workshop-events {
		margin-top: 30px;
	}

	.events-list-titles,
	.policies-block-img {
		display: none;
	}

	.workshop-events .events-list-item {
		height: 180px;
	}

	.workshop-events .events-list-item a .event-start-date:first-child,
	.workshop-events .events-list-item a .event-start-date:nth-child(2) {
		width: 49%;
		margin-right: 1%;
		display: block;
		float: left;
		margin-bottom: 15px;
	}

	.workshop-events .events-list-item a .event-start-date:nth-child(2) {
		margin-left: 1%;
		margin-right: 0;
		float: right;
	}

	.workshop-events .events-list-item a .event-name {
		display: block;
		float: none;
		width: 100%;
	}

	.courses-details {
		margin-bottom: 0;
	}

	/* Content Blocks - Training Workshops Page */
	.nested-blocks .col-sm-8 h3 {
		font-size: 2.625em;
	}

	.policies-block-content .recent-events .recent-events-title {
		font-size: 2.250em;
	}

	.policies-block-content .recent-events .events-list-item a .event-start-date {
		font-size: 30px;
		width: 35%;
	}

	.policies-block-content .recent-events .event-list .event-name {
		font-size: 30px;
		font-weight: 400;
		width: 63%;
	}

	.fullwidth-link,
	.boxed-link {
		line-height: 1.1;
		font-size: 1.875em;
		padding: 10px;
	}

	.boxed-link.dark-blue-link,
	.boxed-link.red-link {
		width: 49%;
		float: left;
		margin-right: 1%;
	}

	.boxed-link.red-link {
		float: right;
		margin-right: 0;
		margin-left: 1%;
	}

	/* Content Blocks - African Leadership Forum Page */
	.essay-competition-section h2 {
		width: 100%;
	}

	.essay-competition-section p {
		font-size: 2.250em;
	}

	.competition-info-title {
		padding-left: 10px;
		width: 30%;
		float: left;
	}

	.competition-info-value {
		width: 70%;
		float: right;
	}

	.competition-info-title span,
	.competition-info-value span {
		font-size: 1.875em;
		line-height: 1.1;
	}

	.find-more-center,
	.find-more-center:focus {
		width: 100%;
		font-size: 1.875em;
		padding: 10px;
	}

	.page-template-leadership-forum-template .event-list {
		display: none;
	}

	.parallax-bg {
		background-color: #48a8e6;
		background-image: none!important;
	}

	/* Content Blocks - Resource Center Page */
	.content-block .block.green-block.email-us p {
		font-size: 1.875em;
	}

	/* Content Blocks - Media Page */
	.featured-post {
		height: 925px;
	}

	.recent-media .row .col-sm-3 {
		width: 100%;
	}

	.report-year.blue,
	.report-year.green {
		width: 40%;
	}

	.slick-prev {
		left: 0;
		z-index: 1;
	}

	.slick-next {
		right: 0;
	}

	/* Footer */
	.site-footer {
	    padding: 30px 0;
	}

	.footer-menu-info {
		min-height: 100%;
	}

	.contact-info-field,
	.footer-menu li a,
	.copyright span {
		font-size: 20px;
	}

	.footer-menu-nav,
	.copyright {
		text-align: center;
		position: static;
	}
}

/**
 * 16.4 670px
 */
@media (max-width: 670px) {
	/* Header */
	.logo img {
		width: 100%;
	}

	.toggle-menu {
		width: 115px;
	    height: 115px;
	    padding: 36px;
	}

	.toggle-menu span,
	.toggle-menu span::before,
	.toggle-menu span::after {
		width: 42px;
	}

	/* Slider */
	.slide {
		/*background-size: 740px;*/
		background-size: 100% 300px;
	}

	.wds-slider .slick-arrow {
		height: 300px;
	}

	.wds-slide-content {
		margin-top: 315px;
	}

	.wds-slide-content h2,
	.post-title {
		font-size: 34px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.post-date {
		font-size: 24px;
	}

	/* Content Blocks - Home Page */
	p,
	.media-item-excerpt p,
	.wysiwyg-section ul li,
	.post-excerpt .news-readmore,
	.download-pdf,
	.competition-info-title span,
	.competition-info-value span,
	.featured-post .news-readmore,
	.post-excerpt .news-readmore {
		font-size: 22px;
		line-height: 1.3;
	}

	.intro-block p {
		margin-bottom: 60px;
	}

	h2, h3 {
		font-size: 40px;
	}

	.title-section h1 {
		font-size: 40px;
		line-height: 1.3;
	}

	.content-block,
	.event-list,
	.stories .wds-slide-content {
		padding-right: 0;
		padding-left: 0;
	}

	.content-block .block,
	.ceo-bio {
		padding: 25px 15px;
	}

	.content-block .block-link a span {
		width: 89%;
	}

	.content-block .block-link a {
		background-position: right 4% top 15px;
	}

	.transparent-btn,
	.find-more-center,
	.find-more-center:focus {
		font-size: 26px;
	}

	.featured-event-info h4,
	.video-info .block h4,
	.accordion-content-title,
	.events-list-item a .event-start-date,
	.vactend-date,
	.events-list-titles .event-start-date,
	.events-list-item a .event-name,
	.link-list-item a .list-name,
	.events-list-titles .event-name,
	.accordion-item .accordion-item-name,
	.accordion-item .accordion-item-name.active,
	.courses-subheading,
	.workshops-accordion .accordion-item .accordion-content .workshop-link,
	.after-course-content p,
	.fullwidth-blue-bg p,
	.fullwidth-link,
	.boxed-link,
	.essay-competition-section p,
	.qoute-block .block.block-colored-blue p,
	.qoute-block .block.block-colored-green p,
	.content-block .block.green-block p,
	.content-block .block.green-block.email-us p,
	.policies-block-content .recent-events .events-list-item a .event-start-date,
	.policies-block-content .recent-events .event-list .event-name {
		font-size: 25px;
	}

	.events-list-item a,
	.vactend-date {
		height: 51px;
	}

	.events-list-item a .event-start-date {
		width: 25%;
	}

	.events-list-item a .event-name {
		width: 73%;
	}

	.media-button, .readmore-button {
		font-size: 30px;
		padding: 15px;
	}

	/* Content Blocks - Blog Page */
	.post-thumb img {
		width: 100%;
	}

	.nested-blocks .col-sm-8.post-excerpt {
		padding: 15px;
	}

	.post-excerpt h3 a,
	.contact-popup h3 {
		font-size: 36px;
	}

	.post-excerpt .news-readmore .readmore-dropdown,
	.featured-post .news-readmore .readmore-dropdown,
	.post-excerpt .news-readmore .readmore-dropdown {
		width: 52px;
		height: 52px;
	}

	/* Content Blocks - Individual Article Page */
	.post-featured-image {
		height: 300px;
		margin-bottom: 15px;
	}

	.post-content {
		margin-top: 10px;
	}

	.post-youtube-video iframe {
		height: 420px;
	}

	/* Content Blocks - Overview And History Page */
	.qoute-block .block.block-colored-blue,
	.content-block.block-colored-blue .block,
	.content-block .block.blue-block {
		height: auto!important;
	}

	.accordion-item .accordion-item-name,
	.accordion-item .accordion-item-name.active {
		padding: 14px 20px 14px 15px;
		background-position: right center;
	}

	/* Content Blocks - Organisational Structure Page */
	.ceo-bio {
		margin-bottom: 30px;
	}
	.ceo-bio h4 {
		font-size: 36px;
		line-height: 1;
	}

	/* Content Blocks - Annual Reports Page */
	.report-year.blue,
	.report-year.green {
		width: 30%;
	}

	/* Content Blocks - Vacancies and Tenders Page */
	.vactend-date {
		padding: 14px 20px 14px 15px;
	}

	.accordion.colored-green .accordion-item-name {
		background-position: right 11px;
	}

	/* Content Blocks - Training Workshops Page */
	.content-block .block.training-intro {
		padding: 0 15px;
	}

	/* Content Blocks -  Workshops Page */
	.workshop-cat-name {
		min-height: 410px;
		background-size: 100%;
		background-position: bottom;
	}

	.duration {
		margin-bottom: 20px;
	}

	/* Content Blocks -  Research and Policies Page */
	.policies-block-content .recent-events {
		margin-top: 30px;
	}

	.policies-block-content .recent-events .recent-events-title {
		font-size: 30px;
	}

	/* Content Blocks -  African Leadership Forum Page */
	.content-block .block.overview {
		padding-right: 15px;
		padding-left: 15px;
	}

	.leadership-calendar {
		padding: 0;
	}

	.featured-event-info {
		padding-right: 15px;
		height: auto;
		margin-bottom: 20px;
	}

	/* Content Blocks -  Media Page */
	.featured-post {
		height: 720px;
	}

	.stories .slick-gallery .media-item-excerpt,
	.press .slick-gallery .media-item-excerpt {
		height: 308px!important;
		overflow: hidden;
	}

	/* Content Blocks -  Podcasts and Video Page */
	.video-info .block h4,
	.podcast-info .block h4 {
		font-size: 21px;
		font-weight: 500;
	}

	/* Content Blocks -  Event List Page */
	.workshop-events .events-list-item {
		height: 155px;
	}
}

@media (max-width: 550px) {
	.recent-events .row {
		margin-right: -30px;
		margin-left: -30px;
	}

	.content-block .block-link a .rightbox .content {
		width: 89%;
	}

	.events-list-item a .event-start-date,
	.policies-block-content .recent-events .events-list-item a .event-start-date {
		width: 30%;
	}

	.events-list-item a .event-name,
	.policies-block-content .recent-events .event-list .event-name {
		width: 68%;
	}

	.post-youtube-video iframe {
	    height: 355px;
	}

	.report-year.blue,
	.report-year.green {
		width: 37%;
	}

	.featured-post {
		height: 800px;
	}

	.video-section .post-youtube-video,
	.video-section .post-youtube-video iframe {
		height: 370px;
	}
}

/**
 * 16.5 480px
 */
@media (max-width: 425px) {
	/* Header */
	.logo {
		width: 75%;
	}

	.toggle-menu {
		width: 85px;
		height: 85px;
		padding: 22px;
	}

	.mobile-nav-menu .nav-menu > li a {
		font-size: 30px;
	}

	/* Content Blocks - Home Page */
	h2, h3 {
		font-size: 36px;
	}

	.wds-slide-content h2,
	.post-title {
		font-size: 30px;
	}

	.post-date {
		font-size: 20px;
	}

	p,
	.media-item-excerpt p,
	.wysiwyg-section ul li,
	.post-excerpt .news-readmore,
	.download-pdf,
	.competition-info-title span,
	.competition-info-value span,
	.featured-post .news-readmore,
	.post-excerpt .news-readmore {
		font-size: 20px;
	    line-height: 1.2;
	}

	.content-block .block-link a .rightbox .content {
		width: 87%;
	}

	.content-block .block-link a span {
		width: 85%;
		font-size: 23px;
	    padding: 22px 0;
	}

	.featured-event-date {
		width: 28%;
	}

	.featured-event-info {
		width: 73%;
	}

	.events-list-item a {
		height: 106px;
	}

	.events-list-item a .event-start-date,
	.policies-block-content .recent-events .events-list-item a .event-start-date,
	.events-list-item a .event-name,
	.policies-block-content .recent-events .event-list .event-name {
		width: 100%;
		margin-right: 0;
		font-size: 22px;
	}

	.events-list-item a .event-start-date,
	.policies-block-content .recent-events .events-list-item a .event-start-date {
		margin-bottom: 10px;
	}

	.events-list-item a .event-name,
	.link-list-item a .list-name, .events-list-titles .event-name {
		padding-right: 25px;
	}

	.media-item-excerpt {
		height: 100%!important;
	}

	.media-button, .readmore-button {
		font-size: 26px;
	}

	.featured-event-info h4,
	.video-info .block h4,
	.accordion-content-title,
	.events-list-item a .event-start-date,
	.vactend-date,
	.events-list-titles .event-start-date,
	.events-list-item a .event-name,
	.link-list-item a .list-name,
	.events-list-titles .event-name,
	.accordion-item .accordion-item-name,
	.accordion-item .accordion-item-name.active,
	.courses-subheading,
	.workshops-accordion .accordion-item .accordion-content .workshop-link,
	.after-course-content p,
	.fullwidth-blue-bg p,
	.fullwidth-link,
	.boxed-link,
	.essay-competition-section p,
	.qoute-block .block.block-colored-blue p,
	.qoute-block .block.block-colored-green p,
	.content-block .block.green-block p,
	.content-block .block.green-block.email-us p,
	.policies-block-content .recent-events .events-list-item a .event-start-date,
	.policies-block-content .recent-events .event-list .event-name {
		font-size: 22px;
	}

	.sign-up-form .sign-up-field,
	.sign-up-form .sign-up-btn {
		height: 55px;
	    font-size: 25px;
	    width: 100%;
	}

	/* Content Blocks - Blog Page */
	.post-excerpt h3 a,
	.contact-popup h3 {
		font-size: 32px;
		line-height: 1.1;
	}

	.post-excerpt .news-readmore .readmore-dropdown,
	.featured-post .news-readmore .readmore-dropdown,
	.post-excerpt .news-readmore .readmore-dropdown {
		width: 48px;
		height: 48px;
	}

	.featured-post .news-readmore,
	.post-excerpt .news-readmore {
		padding: 12px 100px 12px 110px;
    	width: 100%;
	}

	/* Content Blocks - Individual Article Page */
	.post-youtube-video iframe {
		height: 290px;
	}

	/* Content Blocks - Events List Page */
	.workshop-events .events-list-item {
		height: 140px;
	}

	.workshop-events .events-list-item a .event-start-date:first-child,
	.workshop-events .events-list-item a .event-start-date:nth-child(2) {
		margin-bottom: 10px;
	}

	/* Content Blocks - Organisational Structure Page */
	.director-block h3,
	.ceo-bio h4 {
		font-size: 30px;
	}

	.director-block .director-position,
	.accordion-content .type,
	.accordion-content .vertical-separator,
	.accordion-content .download {
		font-size: 20px;
	}

	/* Content Blocks - Annual Reports Page */
	.report-year.blue,
	.report-year.green {
		width: 180px;
	}

	/* Content Blocks - Contact Us Page */
	.media-item-excerpt {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* Content Blocks - Popup */
	.contact-popup {
		width: 350px;
	}

	/* Content Blocks - Research and Policies Page */
	.recent-events .row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.boxed-link.dark-blue-link,
	.boxed-link.red-link {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	/* Content Blocks - African Leadership Forum Page */
	.socials-icons {
		display: block;
	    margin-right: 0;
	    margin-left: 0;
	    margin-bottom: 20px;
	}

	.join-social-link {
		width: 135px;
	    display: inline-block;
	}

	.parallax-bg {
		padding-bottom: 40px;
	}

	.competition-info-title span {
	    word-wrap: break-word;
	}

	/* Content Blocks - Resource Center Page */
	.content-block .block.green-block.email-us .email-photo {
		margin-bottom: 0;
	}

	/* Content Blocks - Podcast and Video Page */
	.video-section .post-youtube-video,
	.video-section .post-youtube-video iframe {
		height: 290px;
	}

	.featured-post {
		height: auto;
		background-size: 100% 260px;
	}

	.featured-post .wds-slide-content {
		margin-top: 280px;
	}

	.stories .slick-gallery .media-item-excerpt,
	.press .slick-gallery .media-item-excerpt {
		height: 378px!important;
	}

	/* Footer */
	.site-footer {
		height: 320px;
	}
}

/**
 * 16.6 320px
 */

@media (max-width: 320px) {
	.toggle-menu {
	    width: 70px;
	    height: 70px;
	    padding: 22px 18px;
	}

	.toggle-menu span,
	.toggle-menu span::before,
	.toggle-menu span::after {
	    width: 37px;
		height: 5px;
	}

	.toggle-menu span::before {
		top: 10px;
	}

	.toggle-menu span::after {
		top: 15px;
	}

	.mobile-nav-menu .nav-menu > li a {
		font-size: 25px;
	}

	.mobile-nav-menu .nav-menu li > .sub-menu li a,
	.mobile-nav-menu .nav-menu li:hover > .sub-menu li a {
		font-size: 22px;
	}

	.slide {
		background-size: 100% 220px;
	}

	.wds-slider .slick-arrow {
		height: 220px;
	}

	.wds-slide-content {
		margin-top: 240px;
	}

	.content-block .block-link a .rightbox .content {
		width: 84%;
	}

	.content-block .block-link a span {
		width: 84%;
    	font-size: 21px;
	}

	.featured-event-date {
		width: 33%;
	}

	.featured-event-info {
		width: 67%;
		height: 400px;
	}

	.media-button, .readmore-button {
		font-size: 24px;
	}

	.post-youtube-video iframe {
		height: 235px;
	}

	.title-section h1 {
	    font-size: 36px;
	    line-height: 1.2;
	}

	h2,
	h3,
	.nested-blocks .col-sm-8 h3 {
		font-size: 32px;
	}

	.director-info .caption p {
		font-size: 22px;
	}

	.director-block .director-position,
	.accordion-content .type,
	.accordion-content .vertical-separator,
	.accordion-content .download {
		font-size: 16px;
	}

	.sign-up-form .sign-up-field,
	.sign-up-form .sign-up-btn {
		height: 50px;
	    font-size: 20px;
	}

	.contact-popup {
		width: 300px;
	}

	.qoute-block .block,
	.accordion-item .accordion-content,
	.media-item-excerpt,
	.course-info,
	.workshop-cat-name,
	.nested-blocks .col-sm-8,
	.research-block {
		padding: 15px;
	}

	.workshop-cat-name {
	    min-height: 330px;
	}

	.recent-events .row {
		margin-right: 0;
		margin-left: 0;
	}

	.competition-info span {
		font-size: 16px;
	}

	.featured-post {
		background-size: 100% 200px;
	}

	.featured-post .wds-slide-content {
		margin-top: 220px;
	}

	.video-section .post-youtube-video,
	.video-section .post-youtube-video iframe {
		height: 250px;
	}

	.site-footer {
		height: 330px;
	}

	.contact-info-field,
	.footer-menu li a,
	.copyright span,
	.fullwidth-link.blue-link {
		font-size: 19px;
	}

	.contact-item {
		padding-left: 40px;
	}

	.featured-post .news-readmore,
	.post-excerpt .news-readmore {
		padding: 12px 88px 12px 90px;
	}
}
/*****************************************
 Programme Schedule Table CSS
******************************************/
.programme-schedule table {
  width: 100%;
  border-collapse: collapse;
  color: #262626;
  background: #fff;
  table-layout: auto;
}

.programme-schedule td, th {
  padding: 5px 5px 5px 10px;
  border: 4px solid #3cb878;
}

.programme-schedule .td--1 {
  width: 20%;
}
.programme-schedule .td--2 {
  width: 50%;
}
.programme-schedule .td--3 {
  width: 10%;
}
.programme-schedule .td--4 {
  width: 20%;
 }
/**
 * 17.0 Print
 */