/*
Theme Name: TFA2020
Theme URI: http://localhost/theme/west-child
Template: west
Author: Kameleon Worldwdie
Author URI: www.kameleon.co.uk
Version: 1.05
Text Domain: west-child
*/

/* Reset */

body {
	font-family: "futura-pt",sans-serif;
}

.bWhite {background-color: #ffffff;}
ul, ol, li, .col1, .col2, .col3, .col4, .col5, .col6 {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	list-style: none;	
	margin-top: 0;
	margin-top: 0%;
	font-family: "futura-pt",sans-serif;
}
ol li p, ul li p, ul li, ol li {
	color: #727272;
    line-height: 18px;
	font-family: "futura-pt",sans-serif;
    letter-spacing: 0;
}

.content-area {
    width: 800px;
    float: left;
}

.island {
    padding-bottom: 2em;
}

.green {
    color: #a1c965;
}

.greyTopBottom {
    border-top: 1px solid #E8E9EA;
    border-bottom: 1px solid #E8E9EA;
}


.no--padding {
    padding: 0;
}

.no--display {
    display:none;
}

.no--visibility {
    opacity: 0;
}


.group:after {
    content: "";
    display: table;
    clear: both;
}


/* Button Styles*/

.btn--reset {

    border-radius: 4px;
    background: #fff;
    border: #ADADAD solid 1px;

    font-size: 11px;
    font-weight: 100;
    color: #333333;

    padding: 2px 15px;
    margin-left: 10px;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn--reset:hover {
    background: #a1c965;
    color: #fff;
}



#primary ol {
	list-style-type:decimal;
}

#primary ol li {
	list-style-type:decimal;
	margin-bottom: 10px;
}

#primary ul {
	list-style-type: disc;
    -webkit-padding-start: 40px;
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 25px;
}

#primary ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}
#primary ol {
    list-style-type: disc;
    -webkit-padding-start: 40px;
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 25px;
}
#primary ol li {
    margin-bottom: 10px;
}

ul.sf-menu{
	list-style-type: none !important;
    -webkit-padding-start: 0px !important;
}
ul#filterOptions, ul#filterOptions li, ul.partnerDetails li, ul.partnerDetails {
	list-style-type: none !important;
    -webkit-padding-start: 0px !important;
	margin-bottom: 0px;
	list-style: none;

}

.site-content {
	margin: 0;
}

.pre-content {
	margin-bottom: 20px;
}

body {
	background: #f2f2f3 !important;
	color: #727272!important;
}
a, a:hover {
	cursor: pointer;
	color: #087532;
}
.widget a {
	background: #f2f2f3 !important;
	color: #087532;
}
.widget a:hover {
	color: #087532;
}
.container, .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.border-bottom {
	border-bottom: #EFEFEF solid 1px;
    padding-bottom: 40px;
}

.no-overflow {
	overflow: hidden;
}

.bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.margin-right--small
{
    margin-right: 5px;
}

/* Search Tab */


#search-container {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0,0,0,0.45);
    z-index: 99999;
    color: #ffffff;
}
.block {
    display: block;
}
.header-searchform {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.header-searchform-inner {
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 400;
	display: table;
}

.header-searchform-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.searchform-inner-container {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
    padding: 100px 60px;
    background: rgba(0,0,0,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 2px;
}

#search-container #close-search-container {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #333333;
    font-size: 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
    min-width: 0;
}

#search-container .header-searchform input {
    border: 2px solid;
    width: 100%;
    border-radius: 30px;
    padding: 0 0 0 0;
    font-size: 13px;
    line-height: 40px;
    background: rgba(255,255,255,0.07);
    color: #fff;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
#search-container #close-search-container:before {
    content: 'x';
}

/* Search Results */
.searchResultWrap h3 a{
	color: #414042;
}

.posted-on {
	margin-bottom: 10px;
	color: #2B2D3A;
}
.posted-on a {
	color: #B6B6B6;
}

.comment-navigation a, .posts-navigation a, .post-navigation a {

}
/* Menus */

.subject-list ul,
.menu {
    padding-left: 0;
    -moz-padding-start: 0 !important;
    -webkit-padding-start: 0 !important;
}

#header-search-button {
	background: url('images/search-tfa-2020.png');
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	float: left;
    position: relative;
    padding: 10px 20px;
    margin-top: 9px;
    cursor: pointer;
    -webkit-appearance: button;
    transition: all 0.3s;
}

.header-scrolled #header-search-button {
	background: url('images/search-tfa-2020-black.png');
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	float: left;
    position: relative;
    padding: 10px 20px;
    margin-top: 9px;
    cursor: pointer;
    -webkit-appearance: button;
    transition: all 0.3s;
}


/** Language Menu **/
.qtranxs-lang-menu.menu-item-has-children {

    position: absolute;

    top: 0px;
    right: 15px;

    padding: 0px;

}

.qtranxs-lang-menu img {
    display: inline-block;
    padding-left: 7px;
    margin-top: -2px;
}

.qtranxs-lang-menu.menu-item-has-children ul img {
    padding-left: 0px;
    padding-right: 10px;
}

.qtranxs-lang-menu .sub-menu {
    right:0px;
    top: 90%;
}

/** Sales Force **/

#primary-menu .menu-item-type-custom:first-child{
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px 10px 0px 9px;
    border: 1px solid #444444;
    border-radius: 2px;
}

#primary-menu .menu-item-type-custom:first-child a {
    color: #79AF3B;
}
#primary-menu .menu-item-type-custom:first-child a:hover {
    color: #a1c965 !important;
}
#primary-menu .menu-item-type-custom:first-child {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#primary-menu .menu-item-type-custom:first-child:hover {
    border: 1px solid #a1c965;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* */

.site-header.has-header {
	background: rgba(0, 0, 0, 0.68);
}
.main-navigation {
    height: 100px;
}

.main-navigation a:hover {
	color: #a1c965 !important;
}
.main-navigation ul ul li a:hover {
	color: #a1c965;
}

#primary-menu {
    padding-top: 53px;
    /* padding-top: 20px; */
}

.primary-menu li > .current_page_item a {
	color: #a1c965;
	border: none;
	background: none;
}

/*/* Branding Navigation */
.site-branding img {
	margin-left: 20px;
}
.site-header.header-scrolled {
    background-color: rgba(255, 255, 255, 1);
}

.widget-title {
	color:#414042;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.widget-title::after {
    content: '';
    width: 0px;
    height: 0px;
    background-color: transparent;
    bottom: 0;
    left: 0;
}
.widget-area {
    padding-bottom: 100px;
}
.widget_recent_entries li::before {
    content: '>';
    margin-right: 5px;
}





#menu-about-tfa-menu {
	margin: 30px 0px;
}
#menu-about-tfa-menu ul {
	display: inline-block;
}
#menu-about-tfa-menu li {
	display: inline;
}

#menu-about-tfa-menu a {
	color: #414042;
	border: solid 1px #414042;
	border-radius: 4px;
	padding: 5px 10px;
}

a {
    color: #79AF3B;
   	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #a1c965;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto
}

/* Centering */

.vc-cn300 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 300px;
    width: 300px;
}

.vc-inn {
	display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

/* Icons */
.pdf-icon {
    background-image: url(images/tfa2020-pdf-icon.png);
    width: 70px;
    height: 74px;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px;
}

/*/* Partners Menu */
#menu-about-tfa-menu li a, {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-about-tfa-menu li a:hover{
	background-color: #a1c965;
	border: solid 1px #a1c965 !important;
	color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-about-tfa-menu  > .current_page_item a {
	background-color: #a1c965;
	border: solid 1px #a1c965 !important;
	color: #fff !important;
	pointer-events: none;
	cursor: default;
}

/*/* Partners Filter */
/*- FILTER OPTIONS -*/
ul#filterOptions {
  margin: 30px 0;
  overflow: hidden;
  line-height: 15px;
}
ul#filterOptions li{ margin-right: 2px; float: left;margin-bottom: 10px; }
ul#filterOptions li a {
	color: #414042;
	border: #ADADAD solid 1px;
	border-radius: 4px;
	padding: 5px 10px;
	display: block;
	margin-right: 2px;
}
ul#filterOptions li a:hover  {
	background-color: #a1c965;
	border: solid 1px #a1c965 !important;
	color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
ul#filterOptions li.active a {
		background-color: #a1c965;
	border: solid 1px #a1c965 !important;
	color: #fff !important;
	pointer-events: none;
	cursor: default;
}

.activity__content {
    margin-top: 20px;
    float: left;
}
.activity__image {
    margin-top: 0px!important;
    min-height: 400px;
}
.activityPartner {
    margin-bottom: 20px;
}
.activityPartner a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.activityOverRides h3 {
    height: auto !important;
}
.activityOverRides {
    border-bottom: 1px solid #EFEFEF!important;
}
.w100 {
    width: 100%;
}

.supportiveDocuments h3 {
    padding-bottom: 20px;
}

.relatedPublications {
    padding-bottom: 40px;
}

.col4__responsive img {
    width: 100%;
}


/*/* News */
.subject-list {
	display: block;
	margin-bottom: 20px;
}
.subject-list li, .tfaButton {
	display: inline-block;
    margin-right: 0.25em;
    padding-bottom: 0.75em;
}
.subject-list li a, .tfaButton {
    color: #414042;
    border: #ADADAD solid 1px;
    border-radius: 4px;
    padding: 5px 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.subject-list .current-cat a,
.subject-list li a:hover, .tfaButton:hover {
	background-color: #a1c965;
	border: solid 1px #a1c965 !important;
	color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



/* Typogrpahy */

h1, h2, h3, h4, h5, h6, p {
	font-family: "futura-pt",sans-serif;
	letter-spacing: 0;
}
h1, h2, h3 {
	color: #087532;
}

h1 {
	font-weight: 700;
}

h2 {
	font-size: 54px;
	font-weight: 500;
}
h3 {
	font-size: 23px;
	margin-bottom: 15px;
	font-weight: 500;
}
h4 {

	margin-bottom: 20px;
	font-weight: 500;
}
h5 {
	margin-bottom: 20px;
	font-weight: 500;
}
p {
	color: #727272;
	line-height: 21px;
	font-size: 18px;
	font-weight: 400;
}

strong {
	font-weight: 500;
}

.quote-slider p {
    font-family: "adobe-caslon-pro",serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
    color: #414042;
    line-height: 28px;
	font-size: 20px;

}

.textc {
	text-align: center;
}
.textl {
	text-align: left;
}
.splitt {
	font-family: "adobe-caslon-pro",serif;
	font-style: italic;
    font-size: 38px;
	color: #333333;
}

.post h4 {
    padding-bottom: 10px;
    color: #727272;
    line-height: 21px;
    font-size: 18px;
    font-weight: 500;
}

.post h5 {
    color: #087532;
    line-height: 21px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;

}

.post blockquote {
    border-left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: url('https://www.tfa2020.org/wp-content/uploads/2016/06/quote-mark-open.png') left no-repeat;
    padding-left: 55px;
    line-height: 18px;
    color: #575757;
    background-position-y: 23px;
}

.post blockquote p {
    border-top: 2px solid #a0c865;
    border-bottom: 2px solid #a0c865;
    padding: 20px 0 20px 40px;
    font-size: 19px;
    line-height: 26px;
    font-weight: 100;
    font-family: serif;
    font-style: italic;
    color: #939597;
    margin: 30px 0;
}

.title-line {
    width: 35px;
    height: 2px;
    display: block;
    background-color: #a0c865;
    margin-bottom: 40px;
}

.newsh h4 {
    margin-top: 6px;
    margin-bottom: 6px;
}
.newsh {
	margin-top: 20px;
	padding-bottom: 10px;
	background: #fff;
	padding: 20px;
	border-radius: 4px;
}

.sidebar {
	padding-right: 0px;
}

.sidebar__background {
    margin-top: 45px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #fbfbfb;
    padding: 20px;
}

.sidebar  .newsh-twitter {
    background-color: transparent !important;
}

.newsh-sidebar {
	padding: 0px;
	margin-bottom: 20px;
}


.newsh-sidebar h4{
    font-size: 18px;
    color: #727272;
    font-weight: 400;
    padding: 0px;
	padding: 0px;
	margin: 0px;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.newsh-sidebar h4:hover {
    color: #a1c965;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.newsh-sidebar h4:before {

}
.newsh-twitter >.tweet-title {
	font-size: 16px;
    color: #2B2D3A;
    font-weight: 400;
    display: inline-block;
}

.twitteSideBarWrapper {
	margin-top: 30px;
}
.tweet-buttons-wrap {
    margin-bottom: 10px;
}
.newsh-twitter {
	font-size: 16px;
	margin-top: 0px;
	padding-bottom: 10px;
	background: #fff;
	padding: 0px 20px 0 0;
	border-radius: 4px;
}
.newsh:nth-last-child(1) {
	border-bottom: none;
}

/* Colours */
.whiteBg {
	background: #fff !important;
}

/* Links */
a {
	cursor: pointer !important;
}
.main-navigation a:hover, #colophon li a:hover, #colophon a:hover {
	color:#087532;
}
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	border-bottom: 1px solid #087532;
}




.widget-area, .widget-area a {
    color: #79AF3B;
}
.widget-area a:hover {
    color: #a1c965;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

/* Floats */
.left {
	float: left;
}
.right {
	float: right;
}

/* Padding */
.padding-20px 			{ padding:20px; }
.padding-40px 			{ padding:40px; }
.padding-60px 			{ padding:60px; }
.padding-70px 			{ padding:70px; }

.padding-t40px 			{ padding-top:40px; }

.padding-3070px 		{ padding: 30px 70px; }

/* Margins */
.margin-b20px           { margin-bottom:20px !important; }
.margin-b40px 			{ margin-bottom:40px !important; }
.margin-tb40px			{ margin-top:40px !important; margin-bottom:40px !important; }
.margin-r20px 			{ margin-right:20px; }

/* Breadcrumbs */

.breadcrumbs {
	margin-bottom: 20px;
	float: left;
    font-size: 16px;
    line-height: 22px;
}
#breadcrumbs a {
	color: #087532;
}
#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    color: #939598 !important;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

/* Sharing */
.sd-title {
	display: none !important;
}
.share-buttons {
	float: right;
}

.share-custom-twitter-wtag a {
    background-color: #00acee !important;
}

.share-custom-twitter-wtag span {
    background-color: #00acee !important;
    background-size: 23px 23px;
    background-position: center center;
}


/* Breadcrumbs */
.breadcrumbs {
    margin-top: 10px;
    width: 65%;
}

.share-buttons {
    width: 35%;
    background-color: blue;
}


.sharedaddy {
    clear: none !important;
    float:right;
}


/* Content */
.content {
	padding: 0 !important;
	background: #f2f2f3;
}
.content-area img{
	margin: 20px 0;
}

.partnerLogo img {
	margin:0px 0 ;
}

.no-height {
    height:auto!important;
}

.noMtop {
    margin-top: 0px !important;
} 

.content-split {
	padding: 0 !important;
    overflow: hidden;
}
.content-social {
	padding: 0 !important;
	background: #f8f8f8 !important;
}
.content-social .col2:nth-child(1) { 
	padding: 30px 10px 30px 50px !important;
}
.content-social .col2:nth-child(2) { 
	padding: 30px 50px 30px 10px !important;
}
.content-partners {
	padding: 30px 50px 30px 50px !important;
	background: #fff !important;
}
/* Heros */
#home-hero-wrap {
    height: 600px !important;
    width: 100%;
}
.home-hero-inner {
	display: table !important;
    color: #fff;
    text-align: center;
    width: 65% !important;
    color: #fff;
    height: 100%;
    margin: 0 auto;
}
.home-hero-inner > span {
	display: table-cell;
	vertical-align: middle;
	color: #fff !important;
    padding-top: 50px;
}
.home-hero-inner > span > h1 {
	font-size: 40px;
	color: #fff !important;
}
.home-hero-inner > span > p {
	font-size: 22px;
	line-height: 29px;
	font-weight: 300;
	color: #fff !important;
}
.hero-hl {
    height: 5px;
    width: 400px;
    background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.hero-short {
	height:450px;
}
.hero-short h1 {
	position: absolute;
    bottom: 50px;
    color: #fff;
}
.hero-inner {
	width: 100%;
	position: absolute;
    bottom: 50px;
    color: #fff;
}
.hero-inner .header-subtitle {
	margin-top: 32px;
}
.header-subtitle > span {
	padding-left: 20px;
    display: block !important;
    font-size: 20px;
    line-height: 24px;
}

/* Quotes */
.quote-slider div {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-style: italic;
	font-size: 20px;
	line-height: 27px;
	font-weight: lighter;
	font-family: "adobe-caslon-pro",serif;
	padding-bottom: 20px;
	background: #fff;
}
.quote-slider div span {
	display: block;
	padding-left: 60px;
	padding-right: 60px;
    height: auto;
}

p.slider-name {
	height: 20px;
	height: 20px;
    margin-bottom: 0 !important;
    color: #C0C0C0;
    font-style: normal;
    font-size: 16px;
    margin-top: 10px;
}

span.quote-logo {
	width: 300px;
	height: 100px;
	margin: 0 auto;
	display:block;
}

span.quote-logo img {
	height: auto;
	width: auto;
	margin: 0 auto;
}
.slick-dots li button {

}

/* Social Column */

/* Images */

.activity-image {
	position: relative;
    height: auto;
    background: #EFEFEF;
    margin: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}
.activity-image img {
    margin: 0px;
    width: 100%;
    height: auto;
}

/* Video */
.video {
	background: #e6e7e8;
	padding: 50px;
}

/* Grid */

.col1 {
	width: 100%;
}
.col2 {
	width: 50%;
	float: left;
}
.col3 {
	width: 25%;
	float: left;
}
.col4 {
	width: 30%;
	float: left;
	margin-right: 3%;
}
.col4:nth-child(odd) {
	width: 30%;
	float: left;
}
.col6 {
	width: 15.6666%;
	margin: .5%;
	float: left;
}
.col8 {
	width: 66%;
	float: right;
}

.col2inner {
	padding-right: 20px;
	width: 100%;
}

/* Buttons */
.buttonReadMoreSlider {
    border-radius: 4px;
    background: none;
    border: #fff solid 1px;
    padding: 5px 12px;
    color: #fff;
    margin-top: 50px !important;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 18px;
    margin: 0 auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;	
}
.buttonReadMoreSlider:hover {
    background: #fff;
    color: #333333;
	border: #fff solid 1px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
}
.buttonReadMore, .buttonFindMore, #menu-about-tfa-menu a, .comment-navigation a, .posts-navigation a, .post-navigation a, .search-form > input[type="submit"], .dropdown-text {
    border-radius: 4px;
    background: #fff;
    border: #ADADAD solid 1px;
    padding: 5px 12px;
    color: #333333;
    margin-top: 20px;
    display: inline-block;
    height: 30px;
    line-height: 18px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.buttonReadMore:hover, .buttonFindMore:hover, #menu-about-tfa-menu a:hover, .comment-navigation a:hover, .posts-navigation a:hover, .post-navigation a:hover, .search-form > input[type="submit"]:hover, .dropdown-text:hover {
    background: #a1c965;
    color: #fff;
    border: #a1c965 solid 1px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
}

.article-button {
	margin-bottom: 20px;
}

.search-form > input[type="submit"] {
	margin-top: 10px;
}
.search-form > label, .search-form input[type="search"] {
	width: 100%;
	border: none;
}
.search-form > label {
	margin-top: 30px;
}
.search-form > label {
    border: #EFEFEF solid 1px;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}


.host_check, .calendar-button {
	display: inline-block;
}
.host_check a {
    width: 111px;
}
.calendar-button a {
	width: 134px;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	width: auto;
}

.comment-navigation a, .posts-navigation a, .post-navigation a {
	width:105px;
	background: #a1c965;
	color:#fff;
}
.comment-navigation a:hover, .posts-navigation a:hover, .post-navigation a:hover {
	background:#fff;
	color: #08752F;
}

/* Sldier */

.slick-slide  {
    background: #a1c965;
    overflow: hidden;
}

.slick-slide img {
    width: 100%;
    height: auto;
    min-width: 100%;
}


.slick-slide span {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}
.slick-slider {
	margin: 0;
}

.slick-dots {
    z-index: 998;
}

/* Partners */

.partnerLogo {
    opacity:0.5;
    filter:Alpha(opacity=50);
    transition: 0.4s;
}
.partnerLogo:hover {
	opacity: 1;
	transition: 0.4s;
}
.item {
	margin-bottom: 30px;
}
.partnerLogo {
	color: #fff;
	border-radius:10px;
	overflow: hidden;
}

.other {
	opacity: 0.5; 
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

.partnerDetails {
	line-height: 22px;
}
.partnerDetails p {
	font-size: 16px;
}

.name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
    /*height: 40px;*/
}

.position {
    font-size: 16px;
    color: #333;
    padding-top: 0px;
    margin: 0px;
    /*height: 36px;	*/
}

.company {
    padding-top: 0px;
    margin: 0px;	
    color: #BEBEBE;
    font-style: italic;
    /*height: 40px;*/
    font-size: 16px;
    font-weight: 400;
    font-family: "futura-pt",sans-serif;
}

.partner_bio {
	margin-top: 18px;
}

.company a {
    color: #414042;
}

.ind-bio {
	height: 130px;
}


/* News */

.no-social .sharedaddy {
	display: none  !important;
}
.news-wrap {
    float: left;
    width: 100%;
}
.news-wrap {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 40px;
}
.news-shell {
    width: 48% ;
    float: left;

    margin-bottom: 30px;
    padding-right: 0px !important;
    border-bottom: 1px solid #EFEFEF !important;
}

.no-border {
    border: none!important;
}

.main__post {
    width: 100%;
}

.main__post > .news-image {
    height: 400px;
}

.news-shell:nth-child(odd) {
    margin-right: 4%;
}
.news-title-shell {
    padding-bottom: 10px;
}
.news-title-shell, .news__item-title {
    font-size: 20px !important;
    line-height: 22px;

    margin-top: 10px;
    float: left;
    /* Height */
    /*height: 60px;*/
}
.news-image {
    width: 100%;
}
#news__center {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.post {
	margin-top: 40px;
}
.post iframe {
	background: #e6e7e8;
    padding: 30px;
}
.hero-inner-title > h1 {
	position: relative;
	bottom: 0;
}
.author {
	display: block;
}

.entry_author_image,
.authorImage {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
    float: left;
    margin-right: 20px;
}

.entry_author_image img {

}

.news-image {
	margin-top:20px;
	margin-bottom: 0px;
	display: block;
}


.news__title {
    padding: 0px 0px 0px 40px;
}

.news__title h1 {
    margin-bottom: 10px;
}

.news__author {
    margin-left: 40px;
}

.entry_author_image,
.authorImage {
    float: left;
    width: 60px;
    height: 60px;
}

.news__author .header-subtitle {
    float: left;
    margin-top: 0;
}

.news__author .header-subtitle span {
    font-size: 24px;
    line-height: 30px;
    padding: 0;
}

.news__author:after {
    content: '';
    clear: both;
}

.news__subject {
    color: #727272;
    font-size: 18px;
    margin:0;
    padding:0;
}


/* Publications Grid */
.publication-date {
    width: 100% !important;
    margin-bottom: 0px;
}

.publications-shell  {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    padding-right: 0px !important;
    border-bottom: 1px solid #EFEFEF !important;
}
.publications-shell:nth-child(odd) {
    margin-right: 4%;
}
.publications-image {
    width: auto;
    height: 100%;
}
.publications-image img {
    width: 100%;
}

.publications__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #087532;

    height: 90px;
}
.publications-shell > .post-buttons {
    width: 100% !important;
    margin-bottom: 38px;
}

/* Single Publications */
.single__publications {
    text-align: left!important;
    margin-top:20px !important;
}

/* Authors */
.author-footer {
    width: 30%;
    height: auto;
    float:left;
}
.author-footer > .entry_author_image {
    width: 100%;
    height: auto;
    border-radius: 0px !important;
}
.author-footer-img {
    width: 20%;
}
.author-footer-img img {
    width: 100%;
    height: auto;
}
.author__details {
    width: 65%;
    float: right;
}
.author__details > .partnerDetails {
    margin-top: 10px !important;
}





/* Archive */
/*/* Taxonomy */
.archiveBlock {
	margin-bottom: 20px;
} 
.archiveBlockTitles {
	background-color: #f7f9f3;
	padding: 20px 20px;
}
.archiveBlockTitles h4 {
	margin-bottom: 0;
}
.archiveBlock .archiveBlockImg {
	height: 300px;
	overflow: hidden;
	position: relative;
}
.archiveBlock .archiveBlockImg > img {
	height: 100%;
	width: auto;
	max-width: inherit;
	right: -44%;
	position: absolute;
	margin-top: 0px;
}

.archiveExcerpt {
	display: block;
	padding: 20px 20px;
	background-color: #f7f9f3;
}


/* Map */

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.hero-short .acf-map {
    margin: 0;
    border: 0;
    height: 100%;
}

/* Twitter API */

.tweet-buttons-wrap {
	display: block;
}
.tweet-buttons svg {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.tweet-buttons > svg {
    fill: #AAB8C2 !important;
}
.tweet-buttons-wrap > svg:hover {
    fill: #a1c965 !important;
}

.tweet-buttons--follow svg {
    width: 16px;
    height: 20px;
}

span.tweet-title {
    font-size: 16px;
    color: #2B2D3A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0;
}


.tweet-body, span.tweet-body p, .tweet-details {
    color: #727272;
    line-height: 21px;
    font-size: 16px !important;
    font-weight: 400;
}

/*.tweet-details a,*/
/*.tweet-details a:hover,*/
/*.tweet-body a,*/
/*.tweet-body a:hover*/
/*{*/
    /*color: #337ab7;*/
/*}*/


.tweet-buttons-wrap a {
    display: inline-block;
}


.twitter-image {
	border-radius: 10px;
	overflow: hidden;
}
.twitter-image-side {
	border-radius: 5px;
	overflow: hidden;
    width: 40px;
}
.twitter-image-side img {
	width: 100%;
}


/* Search */
.search {
    padding-bottom: 20px;

    /*border-bottom: 1px solid #EFEFEF;*/
}

.search__input,
.search__input[type="text"]{

    display: block;
    float: left;

    min-height: 38px;

    padding: 5px;
    min-width: 70%;
}

.search__submit,
.search__submit[type="submit"] {

    display: block;
    float: left;

    color: #333333;
    background-color: transparent;
    font-weight: normal;

    margin: 1px 0px 0px 10px;
    padding: 5px 12px;
    text-transform: none;

    border: #ADADAD solid 1px;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.search__submit:hover {
    color: #fff;
    background-color: #a1c965;
    border-color: #a1c965;
}



/* Forms */

.wpcf7-form p {
	margin-bottom: 20px;
}
.wpcf7-form-control {
	width: 100%;
}
.wpcf7-submit {
    border-radius: 4px;
    background: #fff !important;
    border: #08752F solid 1px !important;
    padding: 5px 12px;
    color: #333333 !important;
    margin-top: 30px;
    display: block;
    width: auto;
    height: 30px;
    line-height: 3px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wpcf7-submit:hover  {
    background: #08752F !important;
    color: #fff !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
}
.wpcf7-list-item > label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    background: #EFEFEF;
    text-align: center;
    padding: 20px 0;
    width: 125px;
    border-radius: 4px;
}
input[type="checkbox"] {
	display: none;
}
.wpcf7-response-output, div.wpcf7-validation-errors, .wpcf7-mail-sent-ok{
	border: none;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.wpcf7-validation-errors {
	color: red;
}
span.wpcf7-list-item {
    margin-left: 0;
    margin-right: .5em;
}
.ajax-loader {
	display: none;
}
input[type=checkbox]:checked + .span {
	background-color: #000 !important;
}
textarea:focus, input:focus{
    outline: 0;
}

/* Footer */


.site-footer .menu a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.site-footer .menu a:hover {
    text-decoration: underline;
}

.footer__apply {
    height: 100px;
}

.footer__apply strong {
    font-weight: 700;
}


#colophon {
    height: auto;
    background: #252525;
    padding-bottom: 50px;
}
#colophon .col6 {
	margin: 0;
}
#colophon p, #colophon ul, #colophon li, #colophon a, #colophon li a, #colophon footer a {
	color: #fff !important;
}
#colophon .container {
	padding: 0px 40px;
}
.footer-shelf {
	height: 125px;
	display: block;
}

.footerSocial {
	float: right;
}
.footerSocial ul {
	padding: 0px;
	margin: 0px;

}
.footerSocial ul li {
	height: 39px;
	width: 39px;
	display: inline-block;
    margin-right: 5px;
}

.facebook {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	opacity: .5;
}
.twitter {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: -39px 0;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	opacity: .5;
}
.linkedin {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: -78px 0;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	opacity: .5;
}
.flickr {
    background-image: url('images/tfa2020-footer-icons.jpg');
    background-position: -156px 0;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
    opacity: .5;
}
.mail {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: -117px 0;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
	opacity: .5;
}
.facebook:hover {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: 0 -39px;
	background-repeat: no-repeat;
	opacity: 1;
}
.twitter:hover {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: -39px -39px;
	background-repeat: no-repeat;
	opacity: 1;
}
.linkedin:hover {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: -78px -39px;
	background-repeat: no-repeat;
	opacity: 1;
}
.flickr:hover {
    background-image: url('images/tfa2020-footer-icons.jpg');
    background-position: -156px -39px;
    background-repeat: no-repeat;
    opacity: 1;
}
.mail:hover {
	background-image: url('images/tfa2020-footer-icons.jpg');
	background-position: -117px -39px;
	background-repeat: no-repeat;
	opacity: 1;

}
.go-top {
	background: #087532;
}
.go-top:hover {
	background: #a1c965;
}
.go-top:hover > .fa-angle-up:before{
	color: #087532;
}

#colophon div div p a.footerMail {
	color: #abcf75!important;
}

.hide {
	display: none;
}

.filter-active {
	background-color: #a1c965;
    border: solid 1px #a1c965 !important;
    color: #fff !important;
    pointer-events: none;
}

/* Pagination */
.pagination-wrap {
	width: 100%;
    text-align: center;
    display: block;
    width: 100%;
    float: left;
}



/** Nav fixes **/
.slicknav_nav button{
    display:none;
}

.about__filter,
.content-area .sf-menu {
    display: block;
    width: 100%;
    margin-top: 0 !important;
    padding-left: 0 !important;
    text-align: left;
}

.about__filter li.menu-item,
.content-area li.menu-item {
    display: inline-block !important;
    text-align: left !important;
    margin-right: 0.25em;
    margin-top: 0;
}

.content-area .menu-item a {
    margin-top: 0 !important;
}


/** Events **/

.event__marker h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #a1c965;
    padding: 0px;
    margin: 0px;

}

.event__marker h4 {
    font-size: 16px;
    line-height: 18px;
    color: #a1c965;
    padding: 0px;
    margin: 0px;
}

.event__dates {
    font-size: 16px;
    color: #2B2D3A;
    font-weight: 100;
}
.event__date {
    min-height: 128px !important;
}


/** Activities **/

.activity__button {
    position: absolute;
    bottom: 35px;
}

/** Fix broken slider z index **/
.hero-short {
    z-index: 989 !important;
    position: relative;
    overflow: hidden;
}


/** fix members layout for IE **/

.governance .item ul {
    padding: 0 !important;
}


.profile {
    position: relative;
}


.partnerLink {
	font-size: 16px;
}
.profile {
	min-height: 100% !important;
    clear: both;
    float: left;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 32px;
}


.publications-split {
    float: left;
}

/* Layout iterations to News 02/01/16 */
.tagCloud                                   { line-height: 24px; }
.tagCloud a                                 { color: #727272; }
.tagCloud a:hover                           { color: #a1c965; }
.twitteSideBarWrapper, span.tweet-title     { font-family: "futura-pt",sans-serif !important;}

.postDetails {
    min-height: 100% !important;
    width: 100% !important;
}


/*
*
*  Datepicker Styles
*
*/


.datepicker .ui-datepicker-inline {
    width: 100%;
}

.datepicker .ui-widget-content,
.datepicker .ui-datepicker-calendar {
    border: 0;
}


.datepicker .ui-datepicker-header {
    margin: 0 0 10px 0;
}

.datepicker .ui-datepicker-title {
    margin: 0;
}

.datepicker .ui-datepicker-month {
    margin-right: 10px !important;
}

.datepicker .ui-datepicker-month,
.datepicker .ui-datepicker-year {
    width: auto !important;
}

.datepicker .ui-datepicker-title {
    text-align: center;
}

.datepicker .ui-datepicker-prev,
.datepicker .ui-datepicker-next
{
    width: 25px;
    height: 25px;
    color: #a1c965;
    background: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    border: 0;

    top: 0;

}

.datepicker .ui-datepicker-next {
    right: 0px;
}

.datepicker .ui-datepicker-prev {
    left: 0px;
}

.datepicker .ui-datepicker-prev span,
.datepicker .ui-datepicker-next span {
    position: static;
    margin: 0px;
}


.datepicker .ui-icon {

    width: 16px;
    height: 25px;
    background: url('images/prevNext.png') top left no-repeat;
}

.datepicker .ui-datepicker-next .ui-icon {
    background-position: -52px 0px;
}


.datepicker .ui-datepicker-prev-hover
.datepicker .ui-datepicker-next-hover {
    background-color: transparent;
    border: none;
}


.datepicker .ui-datepicker-calendar {
    background-color: #fbfbfb;
}

.datepicker .ui-state-active {
    color: #575757;
    font-weight: bold !important;
    border: 1px solid #575757 !important;
}

.datepicker .ui-datepicker-header {
    border: 0;
    background-color: #fff;
}

.datepicker .ui-state-disabled {
    background-color: #FFFFFF;
    border: #ECECEC 1px solid;
}

.datepicker .ui-datepicker td a {
    padding: 14px 5px 15px 6px !important;
    text-align: center;
    font-weight: 100;
}

.ui-state-default {
    border: 1px solid #ECECEC !important;
    background: #f6f6f6 !important;
}
.ui-datepicker th {
    padding: 0.3em .1em;
}
.ui-widget-content {
    color: #757575;
}

.ui-datepicker td {
    padding: 0px;
}




th {
    background-color: #FFFFFF;
}

.datepicker--highlight a {
    color: #fff !important;
    background-color: #E24A2C !important;
}

.datepicker .ui-state-highlight {
    color: #fff;
    border-color: #a1c965;
    background-color: #a1c965 !important;
}

.datepicker .ui-state-active {
    background-color: #c5c5c5;
    border-color: #CA4842;
}



/** Filter styles **/

.filters {
    background-color: #fbfbfb;
    border-color: #c5c5c5;

    padding: 10px;

    margin-bottom: 5px;

}

.filters .search__input {
    width: 80%;
}

.filters .search__submit {
    width: 15%;
    float: right !important;
}


.filters__dropdowns {
    margin-bottom: 10px;
}


.filters__add {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

.filters__add span {
    text-decoration: underline;
}



/* Events */
.host_check a {
    width: auto !important;
    margin-right: 5px;
}

.event {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.event table th {
    text-align: left;
}

.event table th,
.event table td {
    padding: 5px;
}


.event__date--header {
    color: #fff;
    text-transform: uppercase;
    background-color: #E24A2C;
    border-radius: 5px 5px 0 0;

    padding: 5px 10px 0px 10px;
}

.event__date--content {
    padding: 15px 20px 10px 20px;
    line-height: 21px;
    /* New Size */
    font-size: 26px;
    font-weight: 500;
}

.event__date--footer {
    font-size: 14px;
    text-transform: uppercase;
    color: #b1b1b1;
}


.event__date {

    float: left;

    cursor: pointer;

    width: 18%;

    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 5px;

    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0;
    color: #575757;

    text-align: center;

}

.event__details {
    float:right;
    width: 78%;
}

.event__details th {
    width: 25%;
}

.event__details th, .event__details td {
    border: #ffffff solid 1px;
}

.event__details table {
    margin: 0;
}

.event__controls {
    margin-top: 10px;
}

.event__controls a {
    margin-top: 0px !important;
    margin-left: 5px !important;
}


.time {
    margin-bottom: 10px;
    display: block;
    color: #2B2D3A;
}
.event_title {
    margin-bottom: 10px;
}
.event_title h4 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 23px;
}
.event_title a h4{
    color: #2B2D3A;
    padding-bottom: 0px;
    margin-bottom: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.event_title a h4:hover {
    color: #a1c965;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




/*.author__title,*/
/*.publications__title{*/
    /*height: 80px;*/
    /*overflow: hidden;*/
/*}*/

/*.author__shell {*/
    /*position: relative;*/

/*}*/


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
	.content-area {
		width: 600px;
		float: left;
	}
	.masonry-layout .hentry {
		width: 283px;
	}
	.header-text {
		font-size: 68px;
	}

	/* Publications */
	.publication {
		width: 100% !important;
	}
	.publication > .col2inner {
		padding-right: 0;
	}

    .event__date {

        width: 30%;
    }

    .event__details {
        width: 65%;
    }

}





@media only screen and (max-width: 1024px) {
	.main-navigation,
	.header-clone,
	.large-header {
		display: none;
	}


    /** Language Menu **/
    .qtranxs-lang-menu.menu-item-has-children {

        position: static;

        padding: 15px;

    }

    .qtranxs-lang-menu img {
        display: inline-block;
        padding-left: 10px;
    }



	.mobile-nav,
	.small-header {
		display: block;
	}
	.site-header,
	.site-header.has-header {
		position: relative !important;
		background-color: #1C1E21;
	}
	.header-scrolled a,
	.header-scrolled .site-title a {
		color: #fff;
	}	
	.header-text {
		font-size: 52px;
	}	

	/* Governance */
	.governance div .col4 {
		width: 30% !important;
		margin-left:.75%;
		margin-right: .75%; 
	} 
	.governance div img{
		width: 100%;
	} 


	/* Publications */
	.publication {
		width: 100% !important;
	}
	.publication > .col2inner {
		padding-right: 0;
	}
}






@media only screen and (max-width: 991px) {
	.content-area,
	.widget-area {
		width: 100%;
	}	
	.masonry-layout .hentry {
		width: 330px;
	}
	.sidebar {
	    padding: 10px;
	}
	.twitteSideBarWrapper {
		margin-top: 0px;
	}
	.partnerLogo img {
		width: 100%;
	}

    .footer-shelf {
        height: auto !important;
        margin-bottom: 20px;
        margin-top: 45px;
        display: block;
    }

    /** Footer **/
    .footer__apply {
        height: auto;
    }


    .datepicker .ui-datepicker td a {
        padding: 0px 2px 20px 2px;
    }


    .event__date {

        width: 20%;
    }

    .event__details {
        width: 70%;
    }


}







@media only screen and (max-width: 767px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .sidebar {
		width: 100%;
	}
	.col4 {
		width: 48.5%;
	}
	.col4:nth-child(odd) {
		width: 48.5%;
		margin-right: 0%;
	}
	.col4:nth-child(odd) {
		width: 48.5%;
		margin-right: 0%;
	}

    .col4__responsive:nth-child(odd) {
        margin-right: 3% !important;
    }
    .col4__responsive:nth-child(even) {
        margin-right: 0% !important;
    }

    .col4__responsive > ul {
        margin-bottom: 0px !important;
    }

	.sidebar {
	    padding: 20px;
	}
	.twitteSideBarWrapper {
		margin-top: 0px;
	}
	.masonry-layout .hentry {
		width: 100%;
		max-width: 380px;
		margin: 0 0 15px;
	}
	.posts-layout.masonry {
		display: table;
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
		max-width: 380px;
	}
	.header-text {
		font-size: 38px;
	}	
	h1 {
		font-size: 29px !important;
	}
	h2 {
		font-size: 26px !important;
	}
	h3 {
        font-size: 20px;
        line-height: 22px;
	}	

	/* Social / Posts */

	.content-social .col2:nth-child(1), .content-social .col2:nth-child(2) {
		padding: 30px 50px 30px 50px !important;
	}

	/* Partners */
	.partnerLogo {
		width: 48.5% !important;
	}

    .footer-shelf {
        height: auto !important;
        margin-bottom: 20px;
        margin-top: 45px;
        display: block;
    }

    .activity__button {
        position: static;
    }

    /** Footer **/
    .footer__apply {
        height: auto;
    }

    .event__date {

        width: 30%;
    }

    .event__details {
        width: 60%;
    }

}





@media only screen and (max-width: 600px) {
	.col1, .col2, .col3, .col4, .col5, .col6, .sidebar {
		width: 100%;
	}
	.col4 {
		width: 48.5%;
	}
	.col4:nth-child(odd) {
		margin-right: 1%;
	}
	.slick-slide img {
	    display: block;
	    height: 100%;
	    width: auto;
	}
	.sidebar {
	    padding: 0px;
	}
	.twitteSideBarWrapper {
		margin-top: 40px;
	}
	.site-header .container {
		display: block;
	}
	.site-branding {
		text-align: center;
		padding: 0;
	}


    .slicknav_menu {
        clear: none;
        text-align: right;
    }

    .site-branding {
        text-align: left;
    }


	.header-text {
		font-size: 22px;
	}	
	.header-button {
		padding: 5px 10px;
		font-size: 12px;
	}
	.header-buttons {
		margin-top: 15px;
	}
	.header-info {
		top: 15%;
	}
	.entry-thumb {
		margin-bottom: 15px;
	}
	.entry-thumb,
	.has-post-thumbnail .inner-content {
		width: 100%;
		padding: 0;
	}
	.list-meta {
		position: relative;
		bottom: auto;
		right: auto;
		text-align: center;
	}
	.list-meta .posted-on {
		margin-bottom: 5px;
	}
	.hentry {
		padding: 15px;
		margin-bottom: 15px;
	}
	.list-meta .posted-on,
	.list-meta .read-more {
		float: none;
		display: inline-block;
		padding: 5px 10px;
	}
	h1 {
    	font-size: 40px !important;
	}	
	h2 {
		font-size: 18px !important;
	}
	h3 {
		font-size: 20px !important;
        line-height: 22px;
	}	


	/* Partners */
	.col4:nth-child(odd) {
		margin-right: 3%;
	}
	.col4:nth-child(even) {
		margin-right: 0%;
	}

	/* Partners */
	.partnerLogo {
		width: 48% !important;
	}

	.footer-shelf {
		height: auto !important;
		margin-bottom: 20px;
		margin-top: 45px;
		display: block;
	}

    /** Footer **/
    .footer__apply {
        height: auto;
    }

	/* Governacne */
	.governance .item {
		width: 100% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;
	}
	.ind-bio {
		height: auto;
	}

    /* News */
    .news-shell {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }
    
    .breadcrumbs {
        width: 100%;
    }

    .sharedaddy {
        float: none;
        width: 100%;
    }


    .filters .search__input {
        width:  100%;
        margin-bottom: 10px;
    }

    .filters .search__submit {
        width:  100%;
    }


    .event__date {
        width: 60%;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
        max-width: 140px;
    }

    .event__date--content {
        line-height: 27px;
    }

    .event__details {
        width: 100%;
        float: none;
    }

    .event__controls a {
        width: 100%;
        margin: 0 0 5px 0;
    }


}





@media only screen and (min-width: 321px) and (max-width: 480px) {


	.col2inner {
		padding-right: 0px;
	}
	.col4, .col4:nth-child(odd) {
		width: 100%;
	}{
        width: 48.5% !important;
    }
    .col4__responsive {
        width: 48.5% !important;
    }
	.col4:nth-child(odd) { clear: both; }

	/* Header */
	.site-header .container {
	    display: inline-block;
	    width: 100%;
	}


	.padding-3070px, .padding-40px  {
		padding: 30px 25px !important;
	}
	.content-social .col2:nth-child(1) {
		padding: 30px 25px 30px 25px !important;
	}
	.content-social .col2:nth-child(2)  {
		padding: 30px 25px 30px 25px !important;
	}

	.twitter-image {
	    border-radius: 3px;
	    overflow: hidden;
	    width: 45px;
	}
	.twitter-image-margin {
		margin-left: 60px !important;
	}

	.quote-slider div span {
		padding-left: 25px;
		padding-right: 25px;
	}
	/* HomePage */
	.hero-hl {
		width: 250px;
	}

    #home-hero-wrap {
        height: 700px !important;
    }

    .slicknav_menutxt {
        padding-right: 10px;
    }

	.home-hero-inner {
		width: 80% !important;
	}
    .home-hero-inner h1 {
        font-size: 32px !important;
    }
    .home-hero-inner p {
        font-size: 18px!important;
        line-height: 24px!important;
    }


    /** Sub pages **/

    .hero-short {
        height: 350px;
    }


    /** news header **/
    .news__title h1{
        font-size: 24px !important;
    }

    .news__author .authorImage,
    .news_author .entry_author_image{
        float: left;
        width: 60px;
        height: 60px;
    }

    .news__author .header-subtitle {
        float: left;
        margin-top: 15px;
    }

    .news__author .header-subtitle span {
        font-size: 14px;
        line-height: 18px;
        padding: 0;
    }



    /* Governance */
	.item {
		/*margin-bottom: 20px;*/
		border-bottom: #EFEFEF solid 1px;
		padding-bottom: 30px;
	}

	.item img {
		width: 100%;
	}	

	.name {
	    height: auto;
	}

	.position {
	    height: auto;	
	}

	.company {
	    height: auto;
	}

	.ind-bio {
		height: auto;
	}
	.governance div .col4, .governance div .col8 {
		width: 100% !important;
		margin-left:.75%;
		margin-right: .75%; 
	} 

    /* News */
    .news-shell {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    /* Publications */
    .publications-shell {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }


	/** Author Image **/
	.entry_author_image > img {
	    display: block!important;
	    height: auto!important;
	    width: 100%!important;
	}

	/* Contact */
	.wpcf7-list-item > label {
		width: 48.5%;
	}
	.wpcf7-list-item > label:nth-child(even), span.wpcf7-list-item:nth-child(even) {
		margin-right: 0%;
	}

	/* Breadcrumbs */
	.breadcrumbs {
		width: 100%;
	}

	/* Share Buttons */
	.share-buttons {
	    float: left;
	    top: 0;
	    position: inherit;
	    right: 0;
	}

	/* Button */
	#menu-about-tfa-menu a {
		margin-top: 10px;
	}

    .breadcrumbs,
    .share-buttons {
        width: 100%;
    }

}






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


    .breadcrumbs,
    .pre-content {
        margin-bottom: 10px;
        padding-bottom: 0;
    }

    .datepicker .ui-datepicker td a {
        padding: 0px 2px 10px 2px !important;
    }

    .datepicker .ui-datepicker-prev,
    .datepicker .ui-datepicker-next {
        display: none;
    }



    .filters .search__input,
    .filters__dropdowns select {
        width: 100% !important;
    }

    .event__date {
        font-size: 18px !important;
    }

    .filters__add {
        line-height: 14px;
        font-size: 12px;
        text-align: center;
    }


	.header-text {
		font-size: 16px;
	}

    .padding-3070px {
        padding: 15px 35px;
    }

	.col1, .col2, .col3, .col4, .col5, .col6 {
		width: 100% !important;
	}
	.col4 {
		width: 48.5%;
	}

	/* HomePage */
	.home-hero-inner {
		width: 80% !important;
	}

    .home-hero-inner h1 {
        font-size: 32px !important;
    }
    .home-hero-inner p {
        font-size: 18px!important;
        line-height: 24px!important;
    }

    #home-hero-wrap {
        height: 790px !important;
    }

	.hero-hl {
		width: 250px;
	}

    .slicknav_menutxt {
        padding-right: 10px;
    }

    .twitter-image {
        display: none;
    }

    .twitter-image-margin {
        width: 100%;
        float: none;
        margin-left: 0px !important;
    }


    /** Sub pages **/

    .hero-short {
        height: 350px;
    }


	/* Governance */
	.item {
		margin-bottom: 20px;
		border-bottom: #EFEFEF solid 1px;
	}
	.governance div .col4, .governance div .col8 {
		width: 100% !important;
		margin-left:.75%;
		margin-right: .75%; 
	} 


	/** Author Image **/
	.entry_author_image > img {
	    display: block!important;
	    height: auto!important;
	    width: 100%!important;
	}

	/* Partners */
	.partnerLogo {
		width: 48% !important;
	}


    .news__title h1{
        font-size: 30px !important;
    }

    .news__author .authorImage,
    .news__author .entry_author_image{
        float: left;
        width: 60px;
        height: 60px;
    }

    .news__author .header-subtitle {
        float: left;
        margin-top: 20px;
    }

    .news__author .header-subtitle span {
        font-size: 12px;
        line-height: 14px;
        padding:  0;
    }

    /* News */
    .news-shell {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    /* News */
    .publications-shell {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }


	/* Contact */

    .wpcf7-recaptcha {
        overflow: hidden;
    }

    .wpcf7-recaptcha iframe,
    .wpcf7-recaptcha div{
        max-width: 240px;
    }

    .wpcf7-list-item > label {
		width: 48.5%;
	}
	.wpcf7-list-item > label:nth-child(even), span.wpcf7-list-item:nth-child(even) {
		margin-right: 0%;
	}

	.footer-shelf {
		height: auto !important;
		margin-bottom: 20px;
		margin-top: 45px;
		display: block;
	}
	/* Button */
	#menu-about-tfa-menu a {
		margin-top: 10px;
	}


    .breadcrumbs,
    .share-buttons {
        width: 100%;
    }



    /* Search */

    .search__input,
    .search__input[type="text"]{

        min-width: 60%;
    }




}



.lower {
	bottom: 5px !important;
}

/* Nav Dots */
.slick-dots li {
	width: 15px;
}

/* Footer Font Size */
#colophon p {
	font-size: 14px;
}
.slick-dots li button:before {
	font-size:17px;
}


/*.widget-area {*/
    /*width: 400px;*/
/*}*/

/* News */
.subject ul {
    -webkit-padding-start: 0px !important;
}

/* Publications */
.news-image img {
    margin-bottom: 0px;
    margin-top: 0px;
}


/* Dropdown */
.relative {
    position: relative;
}
.block {
    display: block;
}
.hide {
    display: none;
}

.dropdown-text {
    cursor: pointer;
    width: auto;
    text-align: center;
    margin-right: 10px;
}

.dropdown-shell {
    width: auto;
    display: inline;
}

#dropdown-list {
    font-size: 16px;
    color: #282828;
    display: none;
    position: absolute;
    z-index: 99999999;
    background-color: #ffffff;
    position: absolute;
    height: auto;
    width: 200px;
    z-index: 99999;
    -webkit-box-shadow: 0px 4px 29px -9px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 4px 29px -9px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 29px -9px rgba(0,0,0,0.35);
    overflow-y: scroll;
    text-align: left;
    margin-bottom: 0!important;
}
#dropdown-list a {
    color: #282828;
    list-style: none !important;
    font-size: 16px !important;
    padding: 10px 10px;
    display: block;
}
#dropdown-list a:hover {
    color: #a1c965 !important;
}
#dropdown-list a:hover,
#dropdown-list a:focus {
    color: #a1c965;
}
#dropdown-list ul {
    margin-top: 10px;
    border: #ADADAD solid 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#dropdown-list ul li {
    list-style: none;
    -webkit-padding-start: 0px;
    border-bottom: #ADADAD solid 1px;
    margin-bottom: 0!important;
}
#dropdown-list ul 
{
position: relative;
width: auto;
height: 120px;
padding: 0px;
background: #FFFFFF;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#dropdown-list ul:after, #dropdown-list ul:before {
    bottom: 100%;
    left: 22%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#dropdown-list ul:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #FFFFFF;
    border-width: 7px;
    margin-left: -5px;
}
#dropdown-list ul:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ADADAD;
    border-width: 9px;
    margin-left: -7px;
}
#dropdown-list a:nth-child(1) {
    padding-top: 10px;
}
#dropdown-list a:hover {
    background: #a1c965;
    color: #fff!important;
}
#dropdown-list:nth-last-child {
    border-bottom: none;
}
#dropdown-list ul li:nth-child(1) {
}
.ds-cat-list ul {
    -webkit-padding-start: 0px !important;
}
#dropdown-list ul li:hover + #dropdown-list ul:after{
    border-bottom-color: #a1c965 !important;
}
.ds-tag-list {
    display: block;
    position: absolute;
    left: -22px;
}

.cat-item a, .current-cat a {
    font-size: 14px;
}


/* IE Styles */


.ie9 select {
    padding: 0px !important;
}

.ie9 .filter .search__input {
    padding-bottom: 15px !important;
}

.news-image {
    margin-top: 15px;
    height: 200px;
    float: left;
}
.news-image img {
    height: 100%;
}
.news-date {
    color: #C1C1C1;
}

/* Archive */

.news-archive-wrapper, .news-archive-wrapper > div {
    float: left;
}
.news-archive-title-shell {
    float: left;
    border-bottom: 1px solid #EFEFEF !important;
}
.news-archive {
    height: auto !important;
    border-bottom: none !important;
    margin-bottom: none !important;
}
.news-archive-title-shell a h3 {
    margin-top: 10px !important;
    margin-bottom: 0px;
    padding-bottom: 10px;
    height: auto!important;
}


/* 7-01-16 */
@media only screen and (min-width: 768px) and (max-width: 1201px) {
    .home-hero-inner h1 {
        font-size: 36px !important;
    }
    .home-hero-inner p {
        font-size: 22px!important;
        line-height: 29px!important;
    }
}

/* 12-01-16 */
#dropdown-list ul, ul#pseudoHover {
    margin-bottom: 0;
}
    /* Search Field Fix */
@media only screen and (min-width: 320px) and (max-width: 471px) {
    .search__input[type="text"] {
        width: 70%;
    }
}    

.wp-caption {
    position: relative;
}
.wp-caption-text {
    position: absolute;
    bottom: 0;
    background: rgba(51, 51, 51, 0.69);
    width: auto;
    padding: 3px 10px 3px 10px;
    color: white;
    margin: 0;
    text-align: left;
}