﻿/*!
Theme Name: TRB Committee ADC60
Theme URI: http://trb-adc60.org
Author: AG Marketing Solutions
Author URI: https://agmsolutions.com;
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trb-committee-adc60
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TRB Committee ADC60 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/


TABLE OF CONTENTS

1.0 General
1.1 Accessibility
2.0 Grid
3.0 Typography
4.0 Forms
5.0 Lists
    5.1 Address
    5.2 Arrows
    5.3 Squares
6.0 Nav
7.0 Footer
8.0 Banner
	8.1 Inner page banner
9.0 Elements
    9.1 Buttons
    9.2 Text Links
    9.3 Sections
10.0 Blocks
11.0 Page-Specific Styles
11.1 Homepage
11.2 Workshop Page
11.3 Research Need Statements Page
11.4
11.5 Members page
12.0 Plugin Styling
	12.1 MultiMarker Map
13.0 WordPress Default Styling


Fonts:
Body: font-family: 'Montserrat', sans-serif;
Navigation: font-family: 'Lato', sans-serif;

Colors:
Logo Green HEX: #006838;
Logo Green RGB: rgb(0,104,56);
Secondary Orange HEX: #cc6e2e;
Secondary Orange RGB: rgb(204,110,46);
----------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

.anchor {
	display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

@media screen and (max-width: 782px){
	html #wpadminbar{
		position: fixed;
	}
}

/*
#submenu::-webkit-scrollbar {
    width: 1em;
}
 
#submenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
 
#submenu::-webkit-scrollbar-thumb {
  background-color: rgba(204,110,46, 0.5);
  outline: 1px solid rgba(204,110,46, 1);
}

*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

@media(max-width: 768px){
	.wp-caption, .wp-caption > img{
	width: 100%!important;
	height: auto;
	padding: 0!important;
}

.wp-caption .wp-caption-text{
	margin: 0!important;
}

}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/* Warning for out-of-date browsers */
.browser-warning, .ios-warning {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	padding:15px;
	background-color:#333;
	border-bottom: 2px solid ##006838;
	}

.ios-warning{
	position: relative;
	text-align: center;
	color: #fff;

}

.ios-warning p{
	font-size: 12px;
	margin: 5px 0;
}
.ios-warning .btn{
	font-size: 12px;
	padding: 5px;
}

	.browser-warning.hide, .ios-warning.hide {
		display:none;
	}
	
	.browser-warning p {
		font-size:19px;
		color:#fff;
		line-height:24px;
		padding:0;
		margin:15px 0;
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
	}

	
	.browser-warning .btn {
		font-size:16px;
		line-height: 21px;
		padding:15px 16px;
		float:right;
		margin:0;
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
		background-color:  ##006838;
		color: #ffffff;
		-webkit-transition: all ease 0.25s;
		-o-transition: all ease 0.25s;
		transition: all ease 0.25s;
		margin: 0 10px;
		border: 2px solid ##006838;
	}
	
	.browser-warning .btn:hover {
		border: 2px solid #ffffff;
				
} 
	
	
	@media (max-width:767px) {
		.browser-warning {
			text-align:center;
		}
		.browser-warning h5,
		.browser-warning .btn {
			float:none;
		}	
		.browser-warning.ios-warning{
			top: 55px;
		}
		.browser-warning.ios-warning p{
			margin: 25px 0;
		}

	}



/* -----------------------------------------------------
1.0 GENERAL
----------------------------------------------------- */

:focus{
	outline: dashed 3px rgba(204,110,46, 0.5)!important;
	}


body{
    margin:0px;
    position: relative;
    padding:0px;
    font-size:16px;
    color:#000;
    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden;
}

body.overflow-y{
	overflow-y:hidden;
}

a,
button {
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

a:hover {
    text-decoration:none;
}

img {
    max-width:100%;
}


/* -----------------------------------------------------
1.1 ACCESSIBILITY
----------------------------------------------------- */
figure {
	position: relative;
	display: block;
}

figcaption{
	 font-size: 12px;
}

figcaption.inside-image, figcaption.wp-caption-text{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 7px;
    text-align: right;
    border-radius: 0;
    padding: 7px 24px 7px 7px;
    text-align: right;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */ /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.section--dark figcaption.under-image{
	color: #fff;
	padding-top: 10px;	
}

@media(min-width:767px){
	figcaption.inside-image, figcaption.wp-caption-text{
		width: 80%;
		border-radius: 18px 0 0 0;
	}

	figcaption.wp-caption-text{
		margin: 20px!important;
		padding-left: 30px;
	}
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#006838;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:1px solid #cc6e2e;
    text-align:center;
    font-size:1.2em;
    z-index:999;
    text-transform: uppercase;
    font-weight: 700;
}	

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}


/* -----------------------------------------------------
2.0 GRID
----------------------------------------------------- */
.container-fluid {
    width:100%;
    max-width:1400px;
    position: relative;
}

.container-fluid--small {
    max-width:1024px;
}

.container-fluid--xsmall {
    max-width:992px;
}

.container--full {
    width: 100%;
    max-width: 100%;
}

/* -----------------------------------------------------
3.0 TYPOGRAPHY
----------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin:30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color:#000;
}


h1,
.h1 {
    font-size:30px;
}

@media (min-width: 768px){
h1,
.h1 {
    font-size:48px;
}
}

h2,
.h2 {
    font-size:24px;
    color: #006838;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 768px){
h2,
.h2 {
    font-size:36px;
}
}

.h2--orange{
	color: #cc6e2e;
}

.section--dark h2{
    color: #fff;
}

h3,
.h3 {
    font-size:30px;
    color: #006838;
    font-weight: 700;
}

h4,
.h4 {
    font-size:24px; 
    color: #006838;
    font-weight: 700;
    text-transform: uppercase;
}

h5,
.h5 {
    font-size:24px;
}

h6,
.h6 {
    font-size:24px;
}

p {
    font-size:16px;
}

.section--dark p{
    color: #fff;
}

strong, .lead {
    font-size: 16px;
   /* color: #cc6e2e;*/
    font-weight: 700;
    line-height: 26px;
}

.entry-content-page p.strong

.bold{
	font-weight: 600;
    line-height: 1.6em;
    color: #414042;
}

.section h2:first-of-type, .alpha {
    margin-top: 30px;
}


.alpha--mobile{
    margin-top: 0;
} 

@media(min-width: 768px){
   .section h2:first-of-type, .alpha{
        margin-top: 0;
    }
}



.image-shadow{
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.64);
    box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.64);
}

.image--back {
    min-width: 100px;
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.text-center--mobile{
    text-align: center;
}

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

.extra-padding{
    padding: 0px
}

.no-padding {
    padding: 0px!important;;
}

@media(min-width: 768px){
    .text-center--mobile{
        text-align: left;
    }

   
}

@media(min-width: 992px){
     .extra-padding{
         padding: 0 150px;
    }
}


/* -----------------------------------------------------
4.0 FORMS
----------------------------------------------------- */
.label-hidden {
    height: 0px;
    width: 0px;
    visibility: hidden;
    position: absolute;
}

.form-control {}

/* -----------------------------------------------------
5.0 LISTS
----------------------------------------------------- */
.list {
    margin:40px 0 20px 0;
    padding-left:0;
}

.list li {
    position:relative;
    padding-left:25px;
    margin-bottom:5px;
    list-style-type:none;
}

.list > li > ul {
    margin:10px 0;
}

.list > li > ul li {
    font-size:1em;
}

.list--arrows li:before,
.list--address li:before,
.list--check-marks li:before, #main ul li:before {
    position:absolute;
    left:0;
    top:3px;
    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;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    color:#007bff;
}

ul.list--check-marks li:before, #main ul li:before{
	content: '\f00c';
	color: #cc6e2e;
}

ul.list--check-marks li ul li:before, #main ul li ul li:before{
	content: '\f111';
	color: #006838;
	top: 4px;
	font-size: 10px;
}


ul.list--check-marks li, #main ul li{
	margin: 10px 0 10px 0;
	font-weight:300;
	position: relative;
	padding-left: 26px;
	list-style: none;
}

ul.list--check-marks, #main ul{
	padding: 0 0 0 10px;
	/*max-width: 750px;*/
}

@media (min-width: 480px) {
	ul.list--check-marks, #main ul{
		padding: 0 0 0 50px;
	}
}

/* -----------------------------------------------------
5.1 ADDRESS
----------------------------------------------------- */
.list--address li {
    position: relative;
    padding-left:30px;
    margin-bottom:10px;
}

.list--address li.phone:before {
    content: "\f095";
}

.list--address li.fax:before {
    content: "\f1ac";
}

.list--address li.address:before {
    content: "\f015";
}

.list--address li.email:before {
    content: "\f0e0";
}

/* -----------------------------------------------------
5.2 ARROWS
----------------------------------------------------- */
.list--arrows li:before {
    content:"\f105";
}

/* -----------------------------------------------------
5.3 SQUARES
----------------------------------------------------- */
.list--squares li:before {
    content:"";
    position:absolute;
    top:8px;
    left:0;
    width:6px;
    height:6px;
    background-color:#007bff;
}

/* -----------------------------------------------------
6.0 NAV
----------------------------------------------------- */
.header{
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:11;
	min-height:55px;
	width:100%;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 0px 13px 6px;
	        box-shadow: rgba(0,0,0,0.3) 0px 0px 13px 6px;
}

.logged-in .header{
	top: 44px;

}

.header__logo{
	width:22vw;
	max-width:120px;
	position:absolute;
	top:0;
	z-index:109;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	/*left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);*/
}

.header__logo img {
	-ms-interpolation-mode: bicubic;
}

.phone-icon{
    font: normal normal normal 40px/1 FontAwesome;
    color: #006838;
    z-index: 109;
    position: fixed;
    padding: 10px;
    opacity: 1;
    left: 5px;
    -webkit-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
    transition: opacity ease 0.25s;
    -webkit-transition: color ease 0.25s;
    -o-transition: color ease 0.25s;
    transition: color ease 0.25s;
}

.phone-icon:hover{
    opacity: 0.7;
}

.hamburger.is-active ~ a > .phone-icon {
    color: #fff;
    position: fixed;
}

.header__list{
	padding:100px 0 50px 0;
	margin:0;
	position:relative;
	display:block;
	font-family: 'Lato', sans-serif;
}

.header__list li{
	list-style:none;
	display:block;
}

.header__list li a{
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding:10px 0;
    margin:0;
	display:block;
	border-bottom: 1px solid #fff;
}

.header__list li a:hover{
	color:#006838;
	background-color:#fff;
}

ul.sub-menu{
	padding-left: 0;
	display: none;
}

ul.sub-menu--open{
display: block;
}

.header .sub-menu.show {
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
	top: 100% !important;
	position: relative !important;
	float: none;
	margin: 0;
	background-color: transparent;
	border: none;
	padding: 0;
}

.dropdown-item:focus, 
.dropdown-item:hover,
.dropdown-item:active,
.sub-menu.show > li a:hover,
.sub-menu.show > li a:focus,
.sub-menu.show > li a:active {
    background-color:#055430;
	color: #fff;
}

.header__list .sub-menu li a{
	font-size: 18px;
	padding: 10px;
}

#navigation {
	background-color:rgba(0,104,56, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 0;
	visibility: hidden;	
	width: 100%;
	z-index: 99;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

#navigation.is-active {
	overflow-x:scroll;
	opacity: 1;
	visibility: visible;	
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

@media(min-width: 544px){
	#navigation.is-active{
		overflow-x: unset;
	}

	body.overflow-y {
		overflow-y: unset;
	}
}

#navigation .header__list,
#navigation.is-active .header__list{
    -webkit-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}

.header .hamburger {
	position:absolute;
	top:0;
	right:0;
	z-index:9999;
}

.header .hamburger:focus{
	outline:none;
}

.hamburger-inner, 
.hamburger-inner::after, 
.hamburger-inner::before {
    background-color: #006838;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}

.dropdown-toggle{
	cursor: pointer;
}

@media (min-width: 480px) {
	.header__list{
		padding-top:125px;
	}
}

@media (min-width: 768px) {	
	.header{
		
		position: fixed;
		top: 0;

	}

	.logged-in .header{
		top: 32px;
	}

    #navigation {
		background-color:transparent;
		text-align:inherit;
		position: inherit;
		left: 0;
		top: 0;
		width: 100%;
		padding:0;
		height: inherit;
		opacity: 1;
		z-index: 1;
		visibility:visible;
	}
	
	.hamburger {
		display:none;
	}
	
	.header__list{
		padding:38px 0 22px;
		text-align:right;
	}
	
	.header__list li {
		padding-bottom:15px;
		display:inline-block;
	}
	
	.header__list li a{
        display: inline-block;
        color: #000;
        font-size: 13px;
		padding:0;
		margin:0 0 0 8px;
		border:none;
    }
	
	.header__list li a:hover{
		color:#006838;
		background-color:transparent;
	}
	
	.header__logo{
		left:0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width:inherit;
	}
	
	/* Dropdown */

	li.menu-item-has-children{
		position: relative;
	}

	li.menu-item-has-children > a:after{
		    display: inline-block;
		    width: 0;
		    height: 0;
		    margin-left: .255em;
		    vertical-align: .255em;
		    content: "";
		    border-top: .3em solid;
		    border-right: .3em solid transparent;
		    border-bottom: 0;
		    border-left: .3em solid transparent;
	}



	li.menu-item-has-children ul.sub-menu {
		display: block;
		opacity: 0;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	li.menu-item-has-children:hover ul.sub-menu, 
	li.menu-item-has-children.show ul.sub-menu {
		display: block;
		opacity: 1;
		top:100%;
		visibility: visible;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.header .sub-menu,
	.header .sub-menu.show{
		background-color:rgba(0,104,56, 1);
		padding:0;
		border-radius:4px;
		border:none !important;
		position: absolute !important;
		top: 100% !important;
		left: 15px !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		visibility: hidden;
		overflow:hidden;
		width:100%;
		min-width: 250px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.header__list .sub-menu li{
		display:block;
		text-align:center;
		padding:0;
	}
	
	.header__list .sub-menu li a{
		display: block;
        color: #fff;
        font-size: 14px;
		padding:8px 10px;
		margin:0;
	}
	
	.header__list .sub-menu li a:hover{
		background-color:#055430}
}




@media(min-width: 992px){	
	.header__logo{
		max-width:200px;
	}

	.header.scrolling .header__logo{
		max-width: 100px;
	}

	.header__list li a{
		font-size: 16px;
		margin:0 0 0 20px;
	}
}

@media(min-width: 1200px){
	.header__list li a{
		font-size: 18px;
		margin:0 0 0 40px;
	}
}

/* -----------------------------------------------------
7.0 FOOTER
----------------------------------------------------- */
footer {
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
	text-align:center;
}

footer .text-link{
	display:inline-block;
}

.totop-hide{
	display:none !important;
}

@media(min-width: 768px){
	.totop-hide{
		display:block !important;
	}
	
    footer {
        font-size: 14px;
    }
	
	#to-top{
		position: fixed;
		bottom: 10px;
		right: 10px;
		cursor: pointer;
		display: none;
		text-align: center;
		z-index:999;
	}
	
	#to-top .fa{
		color:#fff;
		display:block;
		width:40px;
		height:40px;
		padding:10px 10px 0;
		border-radius:50px;
		background-color:#006838;
		-webkit-transition: all 0.4s ease;
		-o-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
	
	#to-top .fa:hover{
		background-color:#055430;
		-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
		        box-shadow:0 0 10px rgba(0,0,0,0.4);
		-webkit-transition: all 0.4s ease;
		-o-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
}

@media(min-width: 1200px){
	footer {
		text-align:left;
	}	
	.footer__right{
		text-align:right;
	}
}

/* -----------------------------------------------------
8.0 BANNER
----------------------------------------------------- */
.banner {
    position: relative;
}



.homepage-slider .item  {
    height: 430px;
    max-width:100%;
    background-position: center center;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.homepage-slider .item:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}

.homepage-slider__content{
    position: absolute;
    width:100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    padding: 40px 35px 0;
}

@media(min-width:768px){
	.homepage-slider__content {
	top:65%;
}
}

.homepage-slider__content h1{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.51);
    line-height: 24px;
    font-weight: 600;
	max-width:900px;
	margin:30px auto;
}

.homepage-slider__content h1 span{
    font-size: 36px;
}

.homepage-slider__content p{
    color: #fff;
	margin-bottom:15px;
}

.owl-dot span {
    background:  #fff;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 1;
    width: 12px;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
	z-index:99;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.owl-dot:focus{
	outline:none;
}

.owl-dot.active span{
    border: 1px solid #fff!important;
    background: transparent!important;
}

.down-button i{
    font: normal normal normal 18px/1 FontAwesome;
    color: #cc6e2e;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    z-index: 9;
    padding-left: 10px;
    padding-top: 8px;
    left: 50%;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
            transform: translatex(-50%);
}

.down-button i:hover{
    -webkit-transform: translatex(-50%) scale(1.1);
        -ms-transform: translatex(-50%) scale(1.1);
            transform: translatex(-50%) scale(1.1);
    -webkit-box-shadow: 0px 2px 13px 1px rgba(0,0,0,0.64);
            box-shadow: 0px 2px 13px 1px rgba(0,0,0,0.64);
}

@media(min-width: 768px){
    .homepage-slider .item{
        height: 80vh;
    }

    .homepage-slider__content{
        padding: 0 50px;
    }

	.homepage-slider__content h1{
        line-height: 36px;
        font-size: 28px;
    }

    .homepage-slider__content h1 span{
        font-size: 64px;
	}

     .homepage-slider__content p{
        font-size: 24px;
     }

     .down-button i{
        width: 40px;
        height: 40px;
        bottom: -15px;
        padding-left: 15px;
        padding-top: 13px;
     }
}

@media(min-width: 992px){
	.homepage-slider__content h1{
        line-height: 41px;
        font-size: 37px;
    }

    .homepage-slider__content h1 span{
        font-size: 80px;
    }
}

/* -----------------------------------------------------
8.1 INNER PAGE BANNER
----------------------------------------------------- */
.banner--small {
	height: 400px;
}

.banner__background {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

.banner__background:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
}

.banner__content {
    position: relative;
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
    text-align: center;
    max-width:768px;
    margin:0 auto;
	padding:0 15px;
}

.banner__content h1{
	
	font-weight: 800;
	color: #fff;
} 

.banner__content p.lead{
	color: #fff;
    font-size: 1.5em;
    font-weight: 600;;
}

@media(min-width: 768px){
	.banner--small{
		top: 70px;
		margin-bottom: 70px;
	}
}

/* -----------------------------------------------------
9.0 ELEMENTS
----------------------------------------------------- */
/* -----------------------------------------------------
9.1 BUTTONS
----------------------------------------------------- */
.btn {
    min-width:225px;
    padding:14px 20px;
    border-radius:40px;
    border:0;
    color:#fff;
    font-size:1em;
    font-weight:700;
    text-transform:uppercase;
    line-height:21px;
    text-align:center;
    white-space:normal;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.btn--primary {
    background-color:#006838;
    color:#fff;
}

#main .btn--primary {
	color: #fff;
}



.section--dark .btn--primary{
    color: #006838;
    background-color: #fff;
}

#main .section--dark .btn--primary{
	color: #006838;
}

.btn--primary:hover {
    background-color:#055430;
    color: #fff;
}

.section--dark .btn--primary:hover {
    background-color:#808080;
}

.btn--secondary {
    background-color:#000;
    color:#fff;
}

.btn--secondary:hover {
    background-color:#666;
    color:#fff;
}

.btn--primary,
.btn--secondary {
    -webkit-box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
            box-shadow:0px 5px 13px 2px rgba(0,0,0,0.13);
}



.btn--primary:hover,
.btn--secondary:hover {
    -webkit-box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
            box-shadow:0px 7px 20px 2px rgba(0,0,0,0.2);
}

.btn--outline-primary {
    border:2px solid #007bff;
    background-color:transparent;
    color:#007bff;
}

.btn--outline-primary:hover {
    background-color:#007bff;
    color:#fff;
}

.btn--outline-secondary {
    border:2px solid #fff;
    background-color:transparent;
    color:#fff;
}

.btn--outline-secondary:hover {
    background-color:#fff;
    color:#000;
}

.btn--full {
    width:100%;
}

.btn--large {
    padding:16px 25px;
    font-size:1.2em;
}

.btn--small {
    padding:12px 16px;
    font-size:0.875em;
}

.btn--icon-left {}
.btn--icon-left .fa {
    margin-right:10px;
}

.btn--icon-right {}
.btn--icon-right .fa {
    margin-left:10px;
}

/* -----------------------------------------------------
9.2 TEXT LINKS
----------------------------------------------------- */
.text-link {
    position:relative;
    color:#000;
    font-size:1em;
    text-decoration: underline;
}

.text-link--bold{
	color: #777777;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    position: relative;
    border-bottom: 3px dashed #777777;
}

.text-link--green{
    color: #006838;
}

.text-link--orange{
	color: #cc6e2e;
}

.text-link:hover {
    opacity: 0.7;
    color:#000;
    text-decoration: underline;
}

.text-link--bold:hover{
	opacity: 0.7;
	text-decoration: none;
	color: #777777;
}

.text-link--green:hover{
    color: #006838;
}

/* -----------------------------------------------------
9.3 SECTIONS
----------------------------------------------------- */
.section {
    padding-top:40px;
    padding-bottom:40px;
	z-index:0;
}

.section--gray {
    background-color: #f1f1f2;
}

.section--centered {
    text-align: center;
}

.section--paper{
    background-image: url(images/section--paper-lg.jpg);
    background-repeat:repeat;
}

.section--image{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section--orange{
    background-image: url(images/section--orange-new.jpg);
}

.section--green{
    background-image: url(images/road-background.jpg);
}

.section--image:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.section--orange:after{
    background-color: rgba(204,110,46, 0.7);
}

.section--green:after{
    background-color: rgba(0,104,56, 0.7);;
}

.section--dark div, .section--image div {
    z-index: 99;
}

@media(min-width: 768px){
    .section {
        padding-top:60px;
        padding-bottom:60px;
	}
}

/* -----------------------------------------------------
10.0 BLOCKS
----------------------------------------------------- */


/* -----------------------------------------------------
11.0 PAGE-SPECIFIC STYLES
----------------------------------------------------- */

/* -----------------------------------------------------
11.1 HOMEPAGE
----------------------------------------------------- */

/* -----------------------------------------------------
ABOUT SECTION
----------------------------------------------------- */
.about-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

 .about-img{
    width: 40%;
    display: inline-block;
    height: 200px;
    margin: 0 5px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    z-index: 2;
}

.accent-element {
    position: absolute;
    z-index: 0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.accent-element--orange {
    background-color: #cc6e2e;
    width: 100%;
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left:0;
}

.accent-element--green{
	background-color: #006838;
	display: none;
}

.about-img--sm.about-img--rect{
    	width: 90%;
    	right: auto;
    	left: auto;
    	position: relative;
    }

.image--back figure{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
} 




#about {
	overflow:hidden;
}

@media(min-width:544px){
	.about-img--sm.about-img--rect{
    	width: 70%;
    	
    }
}


@media(min-width: 768px){
	
	
    .about-images{
        display: block;
    }

    .about-img {
        position: relative;
    }   

    .about-img--lg{
       width: 50%;
        right: 8%;
        height: 350px;
        position: absolute;
    }

    .about-img--sm{
        position: absolute;
        height: 260px;
        width: 40%;
        top: 0px;
        right: 47%;
        z-index:2;
    }

    .about-img--sm.about-img--rect{
    	width: 90%;
    	
    }

    .accent-element{
        width: 0px;
        height: 210px;
        position: absolute;
        top: 73px;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        z-index: 1;
        left: 8%;
    }
   
}

@media(min-width: 992px){
	#about {
		padding: 100px 0 150px 0;
	}
	 .accent-element--green{
    	display: block;
    }

	.about-img--sm{
		top: 48px;
	}
}


/* -----------------------------------------------------
WELCOME SECTION
----------------------------------------------------- */

.welcome-section__img{
    height: auto;
    background-position: top center;
	max-width: 400px;
    margin: 0 auto;
	right:0;
	height: 350px;
}

.quote{
    position: relative;
}

.quote-img{
    position: absolute;
    top: -25px;
    left: 15px;
}


@media(min-width:768px){
	.welcome-section__img{
		height: 350px;
		background-position: top center;
		width: 100%;
		position: absolute;
		max-width: 332px;
		margin: 0 13px;
    }
	
	.welcome__image{
		position:relative;
	}
}

@media(min-width:992px){
	.welcome-section__img{
		
		top: -108px;
		
    }
}


/* -----------------------------------------------------
PROJECTS SECTION
----------------------------------------------------- */
.project{
    padding: 30px;
   /* max-width: 500px;*/
    margin: 0 auto;
}

.project__image{
    height: 250px;
    position: relative;
    top: 0;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.project:hover > .project__image{
   /* top: -7px;
    box-shadow: 0px 6px 17px 1px rgba(0,0,0,0.5);*/
    -webkit-box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 16px 7px rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05)
}



.project:hover > .project__link i{
	padding-left: 15px;
}

.project__title{
    color: #000;
    font-weight: 700;
    margin: 20px 0;
}

.project__link{
    color: #cc6e2e;
     font-weight: 500;
}

.project__link i{
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    padding-left:10px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.projects-container .btn{
	margin-top:30px;
}

/* -----------------------------------------------------
EVENTS SECTION
----------------------------------------------------- */
.event{
	overflow:hidden;
}

.event__details {
    padding: 50px;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

/*.event__details a{
	color: #cc6e2e;
}*/


#main a strong, #main strong a, #main strong p a, #main p strong a, .event a{
	color: #777777;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	position: relative;
	border-bottom: 3px dashed #777777;
	text-decoration: none!important;
}




.event__details a:hover, #main a strong:hover, #main strong a:hover{
	opacity: 0.7;
}

.event__image-container{
    padding: 0;
    margin: 0;
    min-height: 350px;
    position: relative;
}

.event__details__description{
    font-weight: 700;
}

.event__details__orange{
    color: #cc6e2e;
    margin-top: -20px;
    font-weight: 500;
}

.event__details .list li{
	padding:0;
	margin-bottom:20px;
}

.event__details .list li:last-child{
	margin-bottom:0;
}

@media(min-width: 768px){
.event__image-container{
    min-height: 500px;
}
}

@media(min-width: 992px){
	.event__details{
	   padding-top:75px;
       padding-bottom: 75px;	
	}

}

@media(min-width: 1400px){
    .event:nth-of-type(odd) .event__details{      
        padding-left:calc((100% - 1350px)/2);
    }

    .event:nth-of-type(even) .event__details{
        padding-left: 100px;
        padding-right:calc((100% - 1380px)/2);
    }
}


/* -----------------------------------------------------
11.2 WORKSHOP PAGE
----------------------------------------------------- */
.sponsors{
	padding:20px 0 20px;
	position:relative;
	width:100%;
	display:block;
}

.sponsor img{
	max-width: 75%;
	margin: 0 auto;
	width: auto;
}

.sponsors:after{
	content: '';
    height: 2px;
    width: 50%;
    background-color: #f2dbcb;
    display: block;
    max-width: 500px;
	position:absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}

.sponsors:nth-of-type(3):after{
	content: none;
}

.owl-carousel .owl-item img{
	width: auto;
}

#sponsors .owl-item {
	z-index: 999;
}

#sponsors .owl-nav{
	
}

#sponsors .owl-prev, #sponsors .owl-next{
	position: absolute;
	font-size: 4em;
	color: #006838;
	    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%)
} 

#sponsors .owl-prev{
	left: 0;
}

#sponsors .owl-next{
	right: 0;
}


.sponsors-btn{
	background-color:#fff;
	margin-top:-5px;
	padding-top:10px;
	position:relative;
	z-index:1;
}

.summer-workshop h2{
	font-size:28px;
}

.summer-workshop h1{
	font-size:42px;
}

@media(min-width: 480px){
	.sponsors{
		padding:50px 0 30px;
	}
	.summer-workshop h2{
		font-size:36px;
	}
	.summer-workshop h1{
		font-size:48px;
	}
}

/* -----------------------------------------------------
11.2 RESEARCH NEEDS STATEMENTS PAGE
----------------------------------------------------- */


/*Temp styles for subnav*/


	#submenu {
		
		background-color: #cc6e2e;
		position: fixed;
		bottom: 0px;
		z-index: 9;
		margin-left: -15px;
		width: 100%;
		
	}

	.submenu-tab + #submenu{
		bottom: -60px!important;
	}
	#submenu ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		padding: 0;
		margin: 0;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;


	}
	#submenu ul li{
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		display: inline-block;
		padding: 0 7px;
		color: #fff;
		-webkit-transition: all ease 0.25s;
		-o-transition: all ease 0.25s;
		transition: all ease 0.25s;	
	}	

	#submenu ul li:before{
		content:'';
	}

	#submenu ul li:after {
		content: '\f111';
		color: #fff;
		font-family: 'FontAwesome';
		font-size: 5px;
		position: relative;
		bottom: 5px;
		padding-left: 14px;
		-webkit-transition: all ease 0.4s;
		-o-transition: all ease 0.4s;
		transition: all ease 0.4s;
	
	}

	#submenu ul li:hover:after{
		font-size: 7px;
		
	}
	#submenu ul li:hover{
		opacity: 0.7;
	}
	
	#submenu ul li:last-of-type{
	
	}

	#submenu ul li:last-of-type:after {
		content:'';
	}

	#submenu ul li a{
	color: #fff;
		
}


.submenu-tab{
	position: fixed;
    bottom: 0px;
    background-color: #cc6e2e;
    padding: 8px;
    left: 0;
    color: #fff!important;
    text-decoration: none!important;
    text-transform: uppercase;
    /* opacity: 1; */
    border-radius: 0px 5px 0px 0px;
    z-index: 9;
    width: 35%;
    text-align: center;
}

.submenu-tab--open{
	bottom: 44px;
}

.submenu-tab--open + #submenu{
	bottom:0!important;
}


@media (min-width: 768px){

#submenu ul li:after {
	content: none;
}

.submenu-tab{
	display: none;
}

#submenu{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	background-color: transparent;
	width: auto;
	transition: all ease 0.25s;
	display: inline-block;
	overflow-y: auto;
	
}

#submenu.submenu--fixed{
	position: fixed;
	top: 120px;
}

.logged-in #submenu.submenu--fixed{
	top: 136px;
}



#submenu ul {
	padding: 0 0px 0 10px;
	margin: 0;
	display: block;
	-webkit-overflow-scrolling: touch;
	overflow-x:visible;
}

#submenu ul li{
	
	padding: 5px 0 5px 25px;
	display: block;
	text-align: left;
	margin: 0px;
}

#submenu ul li:before{
	content: '\f061';
	font-family: 'FontAwesome';
	color: #cc6e2e;
	padding-left: 0px;
	opacity: 0;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	padding-right: 5px;
	top: 8px;
}

#submenu ul li:hover:before{
	padding-left: 10px;
	opacity: 1;
}

#submenu ul li a{
	color: #cc6e2e;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff;
}

#submenu ul li a:hover{
	color: #cc6e2e
}
}


.loader {
		  border: 8px solid #f3f3f3;
		  border-radius: 50%;
		  border-top: 8px solid #777777;
		  width: 60px;
		  height: 60px;
		  -webkit-animation: spin 2s linear infinite; /* Safari */
		  animation: spin 2s linear infinite;
		}
	/* Safari */
		@-webkit-keyframes spin {
		  0% { -webkit-transform: rotate(0deg); }
		  100% { -webkit-transform: rotate(360deg); }
		}
		
		@keyframes spin {
		  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
		  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
		}
		

.section--submenu{
	padding-top: 0px;
}

@media(min-width:768px){
	.section--submenu{
	padding-top: 40px;
}

}

.section--submenu__content h3{
	font-size: 18px;
	margin: 50px 0 24px 0;
}

	font-size: 18px;
	margin: 50px 0 24px 0;
}

.section--submenu__content h3:first-of-type{
	margin: 0;
}

 

 .research-topic{
	padding-left: 77px;
	position: relative;
	margin: 20px 0;
	padding: 10px 10px 10px 70px;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
 }

.research-topic:hover{
	-webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.2);
	        box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.2);
}

.research-topic:hover  .research-topic__description__name{
	
}

.research-topic:hover:before{
	-webkit-transform: translateY(-50%) scale(1.05);
	    -ms-transform: translateY(-50%) scale(1.05);
	        transform: translateY(-50%) scale(1.05);
}

 .research-topic:before{
 	/*content:'\f058';*/
 	content:'\f15c';
 	color: #006838;
 	font-family: 'FontAwesome';
 	position: absolute;
 	left: 14px;
 	font-size: 39px;
 	top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
 }

.research-topic__description{
	font-weight: 700;

}

.research-topic__description p{
	margin: 16px 0;
}

.research-topic__description__date{
	color: #cc6e2e;
}
.research-topic__description__name{
	text-decoration: underline;
	color: #000;
}

.nav-links{
	padding-top: 50px;
}

#main .nav-links a {
	color: #777777;
	font-weight: 700;
	line-height: 2em;
	text-decoration: none;
}


.nav-links .nav-previous a:before, .nav-links .nav-next a:before{
	content: '\f061';
    font-family: 'FontAwesome';
    color: #777777;
    padding-left: 0px;
    opacity: 1;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    padding-right: 5px;
  
}

#main .nav-links .nav-previous a:hover, #main .nav-links .nav-next a:hover{
	opacity: 0.7;
}

.nav-links .nav-next a:before{
	content: '\f060';
}


/* 11.3  RESOURCES PAGE */

p.toggle-list{
	cursor: pointer;
}

.main p.toggle-list a{
	text-decoration: none;
}

p.toggle-list:after{
	content: '\f0d7';
	font-family: 'FontAwesome';
	padding-left: 10px;
    color: #777777;
}

p.toggle-list--open:after{
	-webkit-transform:;
	    -ms-transform:;
	        transform:;
}

p.toggle-list + ol {
	
	display: none;
}

p.toggle-list.toggle-list--open + ol{
	display: block;
}

#main {
	overflow-x: hidden;
}

#main ol li {
	list-style: none;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	padding-top: 10px;
}

#main ol li a{
	color: #000
}

#main ol li:hover{
	opacity: 0.7;
}

#main ol li:before {
	content: '\f15c';
	font-family: 'FontAwesome';
	padding-right: 10px;
	color: #006838;
}

.section--submenu__content .workshop-page img{
	float: none;
	display: block;
	margin: 20px 0;
	padding: 0;
	object-fit: cover;
	max-width: 300px;
	height: 150px;
}

@media(min-width:768px){
	.section--submenu__content .workshop-page img{
		float: right;
		display: inline;
		margin: 20px;
		/*max-width: 350px;
		height: auto;*/
		
	}
}




/* 11.4 COMMITTEE MEMBERS PAGE */

.member-category {
	margin: 0 0 20px 0;
	padding: 0 20px;
}

@media(min-width: 768px){
.member-category {
	margin: 0 0 70px 0;
}
}

.member {
	position: relative;
	padding: 0em 1em 1em 3.5em;
}

.member-category > .member:first-of-type {
	margin-left: 0;
}

.member a{
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	color: #000;
}

.member a:hover{
	color: #cc6e2e;
}

.member p:first-of-type{
}

.member_name:before {
	content: '\f2bd';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 2.5em;
    left: 0px;
    top: -16px;
}

.member_name{
	font-weight: 700;
	text-transform: uppercase;
}

#main ul.member_details {
	padding: 0;
}

#main ul.member_details li{
	list-style: none;
	padding-left: 0;
	font-size: 0.9em;
}

p.member_info {
	font-size: 0.85em;
}

#main ul.member_details li.member_details_name:before{
	content: none!important;
}

#main li.member_details_website, #main li.member_details_email{
	padding-left: 20px!important;
}

#main li.member_details_website::before, #main li.member_details_email::before{
	font-family: 'FontAwesome';
	color: #000;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

#main li.member_details_website:hover::before, #main li.member_details_email:hover::before{
	color: #cc6e2e;
}

#main ul.member_details li.member_details_website:before{
	content: '\f0c1';
}

#main ul.member_details li.member_details_email::before{
	content: '\f003 ';

}





/* -----------------------------------------------------
12.0 PLUGIN STYLING 

12.1 MultiMarker Map Styles
----------------------------------------------------- */



/* -----------------------------------------------------
13.0 Wordpress Default Editor Styling
----------------------------------------------------- */

blockquote {
    margin: 0 0 1rem;
    font-style: italic;
    font-weight: 700;
}

cite a {
	color: #000;
}

cite a:before{
	content: '- ';
}

.main p a{
	color: #000;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	transition: all ease 0.25s;
	text-decoration: underline;
	font-weight: 600;
}

.main a:hover{
	color: #006838;
}

.alignright, .alignleft, .aligncenter{
	padding: 0px 20px 20px 20px;
}

.aligncenter, .aligncenter img {
	width: 100%!important;
	height: auto;
}

.main p strong {
	color: #414042;
	font-size: 1em;
	font-weight: 600;
}


@media(max-width: 544px){
.alignright, .alignleft, .aligncenter{
	width: 100%!important;
	height: auto;
}
}