/*
Theme Name: AES
Author: Amba Design
Author URI: http://www.amba.design
Description: This is a bare bones Bootstrap 3 Theme for Wordpress.
Version: 2.0
License: GNU General Public License v2 or later
*/

/* --[[ GENERAL STYLES START ]]--
--------------------------------- */

/* ...[ GENERAL STYLES: Test ]... */
html {
	-webkit-font-smoothing: antialiased;
}

body {
	color: #555862;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}
h1, h2, h3, h4, h5 {
	color: #434d52;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 38px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

p:empty {
	display: none;
}

a, a:focus, a:active, a:visited {
	color: #434d52;
	font-weight: 700;
	text-decoration: none;	
	transition: all 250ms linear;
}
a:hover {
	color: #003d99;
	text-decoration: none;	
}
a.read-more {
	display: none;	
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/* ...[ GENERAL STYLES: Images ]... */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignnone, img.alignnone {
	float: none;
}
img {
	height: auto;
	max-width: 100%;	
}

@media only screen and (max-width: 600px) {
    img.alignleft, img.alignright, img.alignnone {
        float: none;
		margin-left: 0em;
		margin-bottom: 1em;
		max-width: 100%;
		display: block;
    }
}

/* ...[ GENERAL STYLES: Default Gallery ]... */
#main-col .gallery img {
    border: 0px !important;
}
#main-col .gallery .gallery-item {
	height: 75px;
}
#main-col .gallery-icon {
    line-height: 100px;
    padding: 10px;
}

/* ...[ GENERAL STYLES: Lists ]... */
ol, ul {
    margin-bottom: 15px;
    margin-top: 15px;
}
ol li, ul li {
    margin-bottom: 5px;
}

/* ...[ GENERAL STYLES: Blockquotes ]... */
blockquote {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0 20px;
    padding: 5px 20px 10px;
}
blockquote p {
    color: #ccc;
}
blockquote.left {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-right: 0;
	margin-left: 20px;
	text-align: left;
	width: 33%;
}

/* ...[ GENERAL STYLES: Buttons ]... */

/* ...[ GENERAL STYLES: Shortcodes ]... */

/* [ WELLS ] */
.well {
	background: #e2eaf1;
	border: 0px;
	border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	box-shadow: none;
	color: #434d52;
	margin: 30px 0px;
	padding: 25px 30px;
}
.well h1, .well h2, .well h3, .well h4, .well h5 {
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ...[ GENERAL STYLES: Posts Meta ]... */
.meta-data {
    font-size: 13px;
}
.meta-data ul.post-categories {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/* ...[ GENERAL STYLES: Gravity forms ]... */
div#main-col .gform_body ul {
    margin: 0px 0 15px;
}
div#main-col .gform_body ul li:before {
    background: none;
    content: "";
    display: inherit;
    height: 0px;
    margin-right: 0px;
    width: 0px;
}
div#main-col .gform_wrapper label {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.gform_wrapper .description_above .gfield_description {
    font-size: 13px;
}
div#main-col .gform_wrapper .gfield_required {
    color: #e03a3e;
}
div#main-col .gform_wrapper .gfield_radio li label {
	font-size: 12px;
    margin: 4px 0 0 8px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: none;
    border: 1px solid #dfdfdf;
}
div#main-col .gform_wrapper textarea {
    border-color: #dfdfdf;
}
.gform_wrapper .gform_footer .gform_button.button {
    background: #43525e;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-color: #43525e;
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 20px 6px;
}
.gform_wrapper .gform_footer .gform_button.button:hover {
    background: #fff;
    border-color: #43525e;
    color: #43525e;
	transition: all 250ms linear;
}


/* ...[ GENERAL STYLES: Pager ]... */
div#main-col ul.pager {
    border-top: 3px solid #c5ba6a;
	margin-top: 35px;
	padding-top: 20px;
}
div#main-col ul.pager li span a {
	font-weight: 300;
}
div#main-col ul.pager li > a, div#main-col ul.pager li > span {
    padding: 0;
    border: 0;
}

/* ...[ GENERAL STYLES: Pagination ]... */
.navigation {
	margin-top: 20px;
}
.navigation .tw-pagination .page {
	margin-right: 5px;
}
.navigation .tw-pagination .current {
	background: #43515d;
    border: 1px solid #43515d;
    color: #fff;
}
.navigation .tw-pagination a {
    background: #e3eaf1;
    border: 1px solid #c3d1dc;
	color: #43515d;
	font-weight: 500;
	margin-right: 5px;
}
.navigation .tw-pagination a:hover {
	background: #43515d;
    border: 1px solid #43515d;
    color: #fff;
}

/* --[[ GENERAL STYLES END ]]--
------------------------------- */

/* ...[ HEADER ]... */
.header {
	background-color: #fff;
	border-bottom: none;
	margin-bottom: 0px;
	padding: 15px 0;
}
.header .site_logo {
	position: relative;
}
.header .site_logo a:hover {
	color: #434d52;
}
.header .site_logo span {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    left: 55px;
    bottom: 0px;
}

@media (max-width: 375px) {
	.header .site_logo img {
		width: 265px;
	}
}

/* ...[ MAIN MENU ]... */
ul#menu-main-menu {
    margin-top: 12px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
	border: none;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #434d52;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #e9e4ce;
    color: #434d52;
	transition: none;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #e9e4ce;
	color: #434d52;
	transition: none;
}
ul#menu-main-menu .caret {
	display: none;	
}
header.sticky ul#menu-main-menu {
	margin-top: -7px;	
}

/* ...[ Dropdown ]...*/
.dropdown-menu {
    background-color: #e9e4ce;
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
}
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #43515d;
    background-color: #fff;
}

@media (min-width: 768px) {
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px 50px 7.5px -15px
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li >a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
@media (max-width: 991px) {
	.navbar-right {
		float: left!important;
		margin-right: 0px;
		margin-left: -30px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 18px;
	}
}
@media (max-width: 767px) {
	span.caret.navbar-toggle.sub-arrow {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		margin-right: 3px;
	}
	.navbar-header {
		width: 100%;
	}
	.navbar-default .navbar-toggle {
		border-color: #434d51;
		margin-top: 10px;
		z-index: 999;	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #434d51;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #e3eaf1;
	}
	header.sticky .navbar-toggle {
		margin-top: 25px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: #fff;
		margin-top: 20px;
	}
}

/* ...[ HERO ]... */
.hero {
	height: 630px;
}
.hero.slider {
	border-top: 3px solid #c5b96b;
	max-height: 630px;
}
.hero #home_campaign {
	height: 550px;
	position: relative;
}
.hero .home_campaign {
	background: rgba(0,0,0,0.6);
	padding: 15px 35px 25px;
	position: absolute;
		top: 50%;
	transform: translateY(-50%);
}
.hero .home_campaign img {
	margin-bottom: 20px;
	max-width: 340px;
}
.hero .home_campaign h1 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	font-weight: 300;
	line-height: 46px;
}
.hero .home_campaign p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}
.hero .home_campaign a {
	color: #d2ddf0;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 700;
}
.hero .home_campaign a:hover {
	color: #003d99;
}
.slider-img {
	min-height: 630px;
}
.slider-item .hero_slider_strip {
    overflow: hidden;
    position: absolute;
    bottom: 70px;
    width: 100%;
}
.hero.slider .slick-prev, .hero.slider .slick-next {
	z-index: 999;
}
.hero.slider .slick-prev {
	left: 5px;	
}
.hero.slider .slick-next {
	right: 5px;	
}
.hero.slider .slick-prev:before, .hero.slider .slick-next:before {
	font-size: 25px;	
}
.latest .slick-prev:before, .latest .slick-next:before {
	color: rgba(0,0,0,0.5);	
}
@media (max-width: 375px) {
	.hero .home_campaign h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.hero .home_campaign p {
		font-size: 16px;
		line-height: 24px;
	}
	.hero .home_campaign a {
		font-size: 15px;
		line-height: 23px;
	}
}
@media (max-width: 320px) {
	.hero .home_campaign img {
		margin-bottom: 30px;
		max-width: 280px;
	}	
}

/* ...[ HOME: Campaigns ]... */
.latest {
    margin-top: -65px;
}
.latest .container .row .latest_campaigns .campaign_text {
	transition: all 250ms linear;
}
.latest .container .row .latest_campaigns .campaign_text:hover {
	cursor: pointer;	
}
.latest .container .row .latest_campaigns:nth-of-type(odd) .campaign_text {
	background: #f5f1e4;
}
.latest .container .row .latest_campaigns:nth-of-type(odd) .campaign_text:hover {
	background: #ece4c8;
}
.latest .container .row .latest_campaigns:nth-of-type(even) .campaign_text {
	background: #e5ebf5;
}
.latest .container .row .latest_campaigns:nth-of-type(even) .campaign_text:hover {
	background: #c9d6ea;
}
.latest .container .row .latest_campaigns {
	margin-bottom: 0px;
}
.latest .latest_campaigns .campaign_text {
	padding: 15px 15px 15px 20px;	
}
.latest .latest_campaigns .campaign_text h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 0px;
}
.latest .latest_campaigns .campaign_text .excerpt {
	margin-bottom: 5px;	
}

@media (min-width: 992px) {
	.latest .container .row .latest_campaigns {
		margin-left: -4px;
		outline: transparent;
		padding-right: 4px;
	}
}
@media (max-width: 768px) {
	.latest .latest_campaigns .campaign_text h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.latest .latest_campaigns .campaign_text .excerpt p {
		font-size: 14px;
		line-height: 21px;
	}
	.latest .latest_campaigns .campaign_text a.read_more {
		font-size: 13px;
	}
}
@media (max-width: 600px) {
	.latest .container .row .latest_campaigns {
		width: 100%;	
	}
}

/* ...[ HOME: Main content ]... */
.home_content {
    margin-top: 30px;
    margin-bottom: 50px;
}
.home_intro {
	margin-bottom: 25px;	
}
.home_content h1 {
	margin-top: 8px;
}
.home_content h3 {
	margin-bottom: 0px;
}

@media (max-width: 680px) {
	.home_content {
		margin-top: 0px;
		margin-bottom: 0px;
	}	
}


/* ...[ HOME: Become a member ]... */
.become_member {
    background: #e5ebf5;
	margin-top: 5px;
    padding: 15px 24px 0px;
}
.become_member h3 {
    margin-top: 0px;
	margin-bottom: 5px;
}
.become_member span, .become_member p {
    color: #434d52;
}
.become_member .fc_link {
    margin-top: 20px;
}
.become_member .fc_link a.btn {
    background: #003d99;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: #43525e;
    color: #fff;
    display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-left: -24px;
	margin-right: -24px;
    padding: 7px 0px 8px;
    text-align: center;
}
.become_member .fc_link a.btn:hover {
    background: #43515d;
    color: #fff;
}

@media (max-width: 991px) {
	.become_member {
		margin-top: 30px;	
	}
}

/* ...[ HOME: Upcoming event ]... */
.upcoming_event {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.90;
	margin: 30px 0 20px;
	padding: 70px 0;
	text-align: center; 
	width: 100%;
	background-color: #eee;
}
.upcoming_event .event_info {
	background: rgba(0, 146, 163, 0.95);
	color: #fff;
	padding: 35px 60px;
	text-align: center;
	transition: all 250ms linear;
}
.upcoming_event .event_info:hover {
	background: rgba(0, 146, 163, 1.00);
	cursor: pointer;
}
.upcoming_event .event_info h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 700;
	margin-top: 0px;
	text-transform: uppercase;
}
.upcoming_event .event_info h1, .upcoming_event .event_info h1 a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 43px;
    /* text-transform: uppercase; */
}
.upcoming_event .event_info h1 ahover {
	color: rgba(255,255,255,0.7);
}
.upcoming_event .event_info p {
	font-weight: 400;
	padding: 0px 20px;
}
.upcoming_event .event_info p strong {
	display: block;
}
.upcoming_event .event_info span.date {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 30px;
	    display: inline-block;
    padding-bottom: 10px;
}

@media (max-width: 680px) {
	.upcoming_event .event_info h1 {
		font-size: 66px;
		line-height: 70px;
	}
	.upcoming_event .event_info p {
		padding: 0px;
	}
}

@media (max-width: 600px) {
	.upcoming_event {
		min-height: 465px;
	}
	.upcoming_event .event_info h1 {
		font-size: 60px;
		line-height: 66px;
	}
	.upcoming_event .event_info p {
		padding: 0px;
	}
}
@media (max-width: 500px) {
	.upcoming_event .event_info {
		padding: 35px 40px;
	}
}
@media (max-width: 425px) {
	.upcoming_event {
		min-height: 425px;
	}
	.upcoming_event .event_info h1 {
		font-size: 45px;
		line-height: 52px;
	}
	.upcoming_event .event_info p {
		font-size: 18px;
		line-height: 27px;
	}
}
@media (max-width: 375px) {
	.upcoming_event .event_info h1 {
		font-size: 40px;
		line-height: 47px;
	}
}

/* ...[ HOME: Sustaning members ]... */
.sustaining_members {
	padding: 30px 0px 60px;
	text-align: center;	
}
.home_members {
	line-height: 55px;
}
.sustaining_members a {
	color: #003d99;
}
.sustaining_members a:hover {
	color: #434d52;
}
.sustaining_members .members {
	overflow: hidden;
	padding: 25px 5px 35px;	
}
.sustaining_members .members img {
	margin: auto;
	max-height: 55px;
	opacity: 0.6;
    width: auto;
}
.sustaining_members .members img:hover{
	opacity: 0.9;
}

/* [ Slick Slider for Sustaining Members ] */
.members .slick-prev, .members .slick-next {
	z-index: 999;
}
.members .slick-prev:before, .members .slick-next:before {
	color: #888;
	font-size: 18px;
}
.members .slick-prev {
    left: -2px;
}
.members .slick-next {
    right: -2px;
}
.members .slick-dots {
    bottom: -5px;
}

@media (max-width: 680px) {
	.sustaining_members {
		padding: 0px 0px 30px;
	}	
}

/* ...[ HOME: Section Sponsors ]... */
.sustaining_members.sponsors, .sustaining_members.sponsors .home_members {
    background-color: whitesmoke;
}
.sustaining_members.sponsors a {
    color: #009baa;
}
.sustaining_members.sponsors img {
	mix-blend-mode: multiply;
}

/* ...[ PAGE: Default ]... */

/* [ Heading Section ] */
.heading {
    background: #003d99;
    border-top: 3px solid #c5b96b;
    min-height: 265px;
    padding: 35px 0px 25px;
    position: relative;
    margin-bottom: 60px;
}
.heading.show_become_member {
	min-height: 275px;
}

/*.heading .heading_outer {
	position: relative;
}
.heading.show_become_member .heading_outer {
	height: 258px;
}
.heading .heading_inner {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);	
}*/
.heading h1, .heading span, .heading p {
    color: #fff;
}
.heading .heading_inner a {
	color: #fff;
	font-size: 17px;
}
.heading .heading_inner a:hover {
	color: #e01e27;
}
.heading .heading_inner p {
	font-size: 18px;
	line-height: 26px;	
}
.heading h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.heading.show_become_member h1 {
	margin-top: 40px;
}
.heading span {
	display: block;
	font-size: 18px;
	line-height: 26px;
	padding-right: 20px;	
}
.heading .become_member {
    position: relative;
		bottom: -70px;
}
.heading .become_member span, .heading .become_member p {
    color: #434d52;
}
@media (max-width: 768px) {
	.heading.show_become_member .heading_outer {
		height: 100px;
		margin-top: 15px;
	}
	.become_member {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	.heading.show_become_member .heading_outer {
		height: 258px;
		margin-top: 0;
	}
	.sustaining_members .members img {
		margin-bottom: 20px;	
	}
}
@media (max-width: 360px) {
	.heading h1 {
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.heading span {
		font-size: 17px;
		line-height: 25px;
		padding-right: 10px;
	}
}
@media (max-width: 320px) {
	.heading h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.heading span {
		font-size: 16px;
		line-height: 24px;
	}
}

/* [ Main Content ] */
div#main-col {
    padding-bottom: 30px;
}
div#main-col h1, div#desc-col h1 {
    border-top: 3px solid #43515d;
    margin-top: 0px;
	margin-bottom: 25px;
    padding-top: 25px;
}
div#main-col ul, div#desc-col ul {
	list-style: none;
	margin: 25px 0;
	padding-left: 0px;
}
div#main-col ul li, div#desc-col ul li {
	color: #505b60;
}
div#main-col ul li:before, div#desc-col ul li:before {
	background: #43515d;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 10px;
	width: 10px;
}

@media (min-width: 992px) {
	div#main-col p {
		padding-right: 20px;
	}	
}

/* ...[ PAGE: About Us ]... */
.page-template-page-about_us .heading {
    background: #003d99;
}
.page-template-page-about_us div#main-col h1 {
    border-top: 3px solid #003d99;
}
.page-template-page-about_us div#main-col ul li:before {
	background: #003d99;
}
.page-template-page-about_us .become_member {
	background: #e5ebf5;
}
.page-template-page-about_us .become_member .fc_link a.btn {
    background: #003d99;
    border-color: #003d99;
}
.page-template-page-about_us .become_member .fc_link a.btn:hover {
    background: #43515d;
    color: #f1f1f1;
}

/* [ Widget - Menu ] */
.widget_menu  {
    font-size: 14px;
    text-align: left;
	background-color: #e5ebf5;
	margin: 20px 15px 35px;
	padding: 15px 0px;
}

.widget_menu .widgettitle {
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 0px 24px ;
}
.widget_menu ul {
    list-style: none;
	margin:0px;
	padding:0px;
}
.widget_menu ul li a {font-weight: 400; padding:6px 24px; display:block; margin:0px;}
.widget_menu ul li a:hover {color: #003d99; background-color:#d2ddf0;}

/* [ Widget - Upcoming Event ] */
.sidebar_event_widget {
	background: rgba(0, 146, 163, 1);
	color: #fff;
	cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
	padding: 20px 25px 25px;
	transition: all 250ms linear;
}
.sidebar_event_widget:hover {
	background: rgba(0, 146, 163, 0.8);
}
.sidebar_event_widget h1, .sidebar_event_widget h1 a, .sidebar_event_widget h3 {
	color: #fff;
}
.sidebar_event_widget h1, .sidebar_event_widget h3 {
	margin-top: 0;	
}
.sidebar_event_widget span.date {
	font-weight: 800;
	    display: inline-block;
    padding-bottom: 10px;	
}



/* ...[ PAGE: Events ]... 
div#eventbrite_hero {
	border-top: 3px solid #c5b96b;
	margin-bottom: 40px;
}
div#eventbrite_hero .event_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
	opacity: 0.85;
	padding: 55px 0;
}
div#eventbrite_hero .event_info {
    background: rgba(0, 146, 163, 0.95);
    color: #fff;
    padding: 35px 80px;
    text-align: center;
	transition: all 250ms linear;
}
div#eventbrite_hero .event_info:hover {
    background: rgbargba(0, 146, 163, 1.00);
	cursor: pointer;
	transition: all 250ms linear;
}
div#eventbrite_hero .event_info h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
}
div#eventbrite_hero .event_info h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 76px;
    font-weight: 900;
    line-height: 76px;
    text-transform: uppercase;
}
div#eventbrite_hero .event_info .description {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    padding: 0px 70px;
}
div#eventbrite_hero .event_info .description .date {
	font-weight: 700;
}*/

/* If no events 
div#eventbrite_hero .hero_no_event {
    background: #003d99;
   	height: 265px;
	position: relative;
	text-align: center;
}
div#eventbrite_hero .hero_no_event h1 {
	color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 25px;
    position: absolute;
		top: 50%;
		right: 0;
		bottom: 0;
		left: 0;
    transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.page-template-page-eventbrite div#main-col h1 {
    border-top: 0px;
	margin-top: inherit;
}
.page-template-page-eventbrite div#main-col .no_event {
	text-align: center;
}
.page-template-page-eventbrite div#main-col .no_event h1 {
	margin-top: 0;
	margin-bottom: 0;
}


@media (max-width: 768px) {
	div#eventbrite_hero .event_info .description {
		padding: 0px 60px;
	}	
}*/

/* [ EventBrite Events List ] 
div#eventbrite {
	cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}
div#eventbrite .event {
	margin-bottom: 30px;
	transition: all 250ms linear;	
}
div#eventbrite .event:hover {
	opacity: 0.85;
}
div#eventbrite .event:first-of-type .date {
	background: #00b1c4;
}
div#eventbrite .event:first-of-type .event_info {
	background: #028392;
}
div#eventbrite .event .date {
	background: #027eb7;
	color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
	padding: 10px 25px;
    text-transform: uppercase;
}
div#eventbrite .event .event_info {
	background: #659dc9;
	padding: 12px 25px 25px;
}
div#eventbrite .event .event_info h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 5px;	
    text-transform: uppercase;
}
div#eventbrite .event .event_info h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 0px;	
    text-transform: uppercase;
}
div#eventbrite .event .event_info h4 {
	color: #e9fcff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;	
}
div#eventbrite .event .event_info .venue {
	color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
div#eventbrite .event .event_info .description {
	color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
	font-weight: 400;
}*/

/* ...[ PAGE: Custom Events ]... */
.event_date_time {
    background: #027eb7;
    color: #fff;
	display: table;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 10px 25px;
    text-transform: uppercase;
	width: 100%;
}
.event_date_time span.date {
    display: table-cell;
    vertical-align: middle;
}

/* [ Latest Events ] */
.page-template-page-latest-events .upcoming_event {
	margin-top: 0;	
	padding: 50px 0;
}
.page-template-page-latest-events .container h1 {
	margin-bottom: 25px;
}
.page-template-page-latest-events .event_info.latest_hero h1 {
	margin-bottom: 10px;
}
#grid .mix .event_date_time, #grid .mix .event_info {
	cursor: pointer;
}
.page-template-page-latest-events div#grid .event_info {
    background: #659dc9;
    padding: 12px 25px 25px;
}
.page-template-page-latest-events div#grid .events_wrapper {
    margin-bottom: 30px;
}
.page-template-page-latest-events div#grid .event_info h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.page-template-page-latest-events div#grid .event_info h4 {
    color: #e9fcff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.page-template-page-latest-events div#grid .event_info h2, .page-template-page-latest-events div#grid .event_info h2 a {
     color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding-top: 0px;
    margin-bottom: 16px;
    /* text-transform: uppercase; */
}
.page-template-page-latest-events div#grid .event_info .venue {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}
.page-template-page-latest-events div#grid .event_info .description {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* [ Past Events Widget ] */
.past_events {
    background: #e6f1fa;
	margin-top: 30px;
    padding: 15px 25px 20px;
}
.past_events h3 {
	margin-top: 0px;
}
.past_events p {
	color: #434d52;
}
.past_events a {
	color: #007fb7;
}
.past_events a:hover {
	color: #e01e27;
}

/* [ Previous Events ] */
.page-template-page-previous-events .event_info {
    background: #659dc9;
	margin-bottom: 30px;
    padding: 12px 25px 25px;
}
.page-template-page-previous-events .event_info h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-template-page-previous-events .event_info h4 {
    color: #e9fcff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.page-template-page-previous-events .event_info h2, .page-template-page-previous-events .event_info h2 a {
	color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding-top: 0px;
    margin-bottom: 16px;
    /* text-transform: uppercase; */
}
.page-template-page-previous-events .event_info .venue {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-template-page-previous-events .event_info .description {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 21px;
}

/* [ Events filter ] */
ul.menu-filter {
	background: #51a0ae;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	list-style: none;
	margin: 35px 0;
	padding-left: 0;
	padding: 8px 10px;
}
ul.menu-filter li.title {
	display: inline-block;
	padding: 3px 12px;
	margin: 0 20px 0 5px;	
}
ul.menu-filter li.filter.btn {
	font-size: 16px;
	font-weight: 800;
	padding: 3px 18px;
}
ul.menu-filter li.filter.btn:hover {
	background: #76b7c2;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	color: #fff;
}
ul.menu-filter li.filter.btn:after {
	border-right: 1px solid #76b7c2;
	content: '';
	position: relative;
		left: 19.5px;
}
ul.menu-filter li.filter.btn.active {
	background: #76b7c2;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	box-shadow: none;
		-webkit-box-shadow: none;
}


/* ...[ PAGE: Committee Archive ]... */
.committee_member {
	margin-bottom: 40px;	
}
.committee_member .committee_member_outer {
	background: #e5ebf5;
	padding-bottom: 15px;
}
.committee_member .committee_member_inner {
	padding-left: 5px;	
}
.committee_member .committee_member_inner h2 {
	font-size: 23px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 3px;
}
.committee_member .committee_member_inner span {
    color: #626262;
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
}
div#main-col .committee_member .committee_member_inner p {
    color: #626262;
	padding-right: 0px;
}
.committee_member .committee_member_inner a {
    color: #626262;
}
.committee_member .committee_member_inner a:hover {
    color: #e01e27;
}
.committee_member .committee_member_thumb .post-thumbnail {
	background-size: cover;
	background-position: center;
	transition: all 250ms linear;
}
.committee_member .committee_member_thumb .post-thumbnail:hover {
	opacity: 0.8;
}
/*.committee_member:nth-of-type(odd) .committee_member_outer.full {
    border-right: 7.5px solid #fff;
}
.committee_member:nth-of-type(even) .committee_member_outer.full {
    border-left: 7.5px solid #fff;
}*/

@media (min-width: 1200px) {
	.committee_member:nth-of-type(odd) {
		padding-right: 20px;
	}
	.committee_member:nth-of-type(even) {
		padding-left: 20px;
	}
	.committee_member_thumb {
		padding-left: 0;
	}
}
@media (min-width: 992px ) and (max-width: 1199px) {
	.committee_member .committee_member_inner h2 {
		font-size: 25px;
		line-height: 28px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.committee_member .committee_member_inner span {
		margin-bottom: 5px;
	}
}
@media (max-width: 1199px) {
	.committee_member {
		padding-right: 0px;
	}
	.committee_member_thumb {
		padding-left: 0;
	}
}
@media (max-width: 599px) {
	.committee_member {
		padding-right: 15px;
	}
	.committee_member .committee_member_inner {
		margin-bottom: 15px;
	}
	.committee_member .committee_member_outer, .committee_member .committee_member_thumb {
		width: 100%;
	}
	.committee_member .committee_member_thumb {
		max-height: 228px;
		overflow: hidden;	
		padding-left: 0;
		padding-right: 0;
	}
}

/* ...[ PAGE: Committee Single ]... */
.single-committee .heading {
    margin-bottom: 40px;
}
.single-committee div#main-col h1 {
	border-top: 0px;	
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;	
}
.single-committee span.committee_position {
	color: #003d99;
	display: block;
    font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}
.single_committee_thumb {
	max-height: 291px;
    overflow: hidden;
	padding-right: 30px;
    position: absolute;
		top: 40px;
	text-align: right;
	width: 100%;
}

/* ...[ PAGE: Committee Single - Committee Widget ]... */
.sidebar .committee_widget {
    margin-top: 95px;
}
.sidebar .committee_widget  h3 {
    line-height: 20px;
}
.sidebar .committee_widget ul {
    background: #d2ddf0;
    list-style: none;
	padding: 10px 0px;
}
.sidebar .committee_widget ul li {
	margin-bottom: 0px;	
}
.sidebar .committee_widget ul li a {
	color: #434d52;
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
    padding: 8px 20px 7px;
}
.sidebar .committee_widget ul li.current a, .sidebar .committee_widget ul li a:hover {
	background: #e5ebf5;
}
.sidebar .committee_widget ul li a span {
	color: #626262;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}

@media (max-width: 1199px) {
	.single_committee_thumb {
		top: 30px;
	}
	.sidebar .committee_widget {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.single-committee .heading {
		min-height: 300px;
	}
	.single_committee_thumb {
		max-height: 360px;
		position: relative;
		top: 10px;
	}
	.sidebar .committee_widget {
		margin-top: 0px;
	}
	div#main-col ul.pager {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.single_committee_thumb {
		padding-right: 0px;
	}
}
@media (max-width: 599px) {
	.single-committee .heading .heading_outer {
		height: inherit;
	}
	.single-committee .heading .heading_inner {
		position: relative;
		top: inherit;
		transform: none;
			-webkit-transform: none;
			-moz-transform: none;
	}
	.single-committee .heading .heading_inner h1 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 0px;
	}
	.heading .heading_inner p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* ...[ PAGE: News Archive + Campaigns Archive ]... */
.category-news .heading, .post-type-archive-campaigns .heading {
	background: #003d99;
	margin-bottom: 60px;
}
/*.category-news .heading h1, .single .heading h1, .post-type-archive-campaigns .heading h1 {
	font-size: 47px;
	font-weight: 300;
	line-height: 59px;
	margin-top: 0px;
	margin-bottom: 25px;
}*/
.category-news .heading h3, .single .heading h3, .post-type-archive-campaigns .heading h3 {
	color: #fff;
	display: inline-block;
    font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 900;
	margin-right: 10px;
	text-transform: uppercase;
}
/*.category-news .heading span, .single .heading span, .post-type-archive-campaigns .heading span {
	display: inline-block;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}*/
.category-news .heading div p, .post-type-archive-campaigns .heading div p {
	font-size: 18px;
	line-height: 29px;	
}
.category-news .heading div a, .post-type-archive-campaigns .heading div a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;	
}
.category-news .heading div a:hover, .post-type-archive-campaigns .heading div a:hover {
	color: #00c4d8;
}
.category-news .excerpt-content, .post-type-archive-campaigns .excerpt-content {
	border-top: 3px solid #003d99;
	padding-bottom: 60px;
	position: relative;
}
.category-news .excerpt-content .meta-data, .post-type-archive-campaigns .excerpt-content .meta-data {
	position: absolute;
	top: 0px;
	right: 15px;
	background: #003d99;
	color: #fff;	
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: uppercase;
	z-index: 99;
}
.category-news div#main-col .post_type_title h3, .post-type-archive-campaigns div#main-col .post_type_title h3 {
	color: #0072a9;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 0px;
	margin-left: 1px;
	text-transform: uppercase;
}
.category-news .excerpt-content h2, .post-type-archive-campaigns .excerpt-content h2 {
	font-size: 29px;
	line-height: 37px;
	margin-top: 0px;
}
.post-type-archive-campaigns .excerpt-content h2 {
	margin-top: 20px;
}
.category-news .excerpt-content h2 a, .post-type-archive-campaigns .excerpt-content h2 a {
	font-weight: 300;
}
.category-news .excerpt-content a.read_more, .post-type-archive-campaigns .excerpt-content a.read_more {
	color: #0072a9;	
}
.category-news .excerpt-content a.read_more:hover, .post-type-archive-campaigns .excerpt-content a.read_more:hover {
	color: #00c4d8;	
}

@media (min-width: 992px) {
	.category-news .excerpt-content .post-thumbnail, .post-type-archive-campaigns .excerpt-content .post-thumbnail {
		margin-top: -1px;
		margin-right: -15px;
	}
}

/* [ Single Events ] */
.single-events .heading {
	padding: 35px 0px 85px;
}
.single-events .heading h1 {
	font-weight: 600;
	margin-bottom: 8px;	
}
.single-events .heading h3, .single-events .heading h3 a {
	color: #fff;
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
}
.single-events .heading h3 a:hover {
	color: rgba(255,255,255,0.7);
}
.single-events .heading span {
	color: rgba(255,255,255,0.8);
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 500;
	margin-bottom: 10px;
	padding-right: 0;
    text-transform: none;
}
.single-events .heading span.venue {
	color: rgba(255,255,255,1);
	display: block;
    font-size: 18px;
}
.single-events .single_buttons {
	margin-top: 20px;
}
.single-events .single_buttons .btn.btn-default:hover {
	background: #003d99;
	border: 1px solid #003d99;
	color: #fff;
}
.single-events .btn.btn-default.sign_up {
	background: #003d99;
	border: 1px solid #003d99;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	color: #fff;
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
	margin-top: 35px;
    padding: 7px 0px 8px;
	text-transform: none;
}
.single-events .btn.btn-default.sign_up:hover {
	background: #fff;
	border: 1px solid #003d99;
	color: #003d99;
}
.single-events .eventbrite_signup .btn.btn-default {
    margin-top: 58px;
}
.single-events .btn.btn-default.sign_up.eventbrite_link {
	background: #fff;
	border: 1px solid #fff;
	color: #003d99;
}
.single-events .btn.btn-default.sign_up.eventbrite_link:hover {
	background: #003d99;
	color: #fff;
}

/* ...[ PAGE: News Single ]... */
.single div#main-col ul.pager li:before {
	background: none;
    content: "";
    display: inherit;
    height: 0px;
    margin-right: 0px;
    width: 0px;
}
.single .heading {
    background: #003d99;
	margin-bottom: 20px;
	min-height: 275px;
}

.single.single-committee .heading {
    background: #003d99;
	margin-bottom: 20px;
	min-height: 275px;
}

.single .heading h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	line-height: 45px;
}
.single .heading h3 {
	margin-top: 10px;
}
.single_featured {
    margin-top: -85px;
	margin-bottom: 30px;
}
.single .posted_by {
	color: #003d99;
	display: block;
	margin-top: 30px;
	text-align: right;	
}
.single .sidebar h3 {
	color: #003d99;
}
.single.single-committee .sidebar h3 {
	color: #43515d;
}

.single .sidebar .news_items {
	background: #e5ebf5;
	padding: 15px 20px;
}
.single .sidebar .news_story {
    border-bottom: 2px solid #a9adcb;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.single .sidebar .news_items .row:last-of-type .news_story {
    border-bottom: 0px;
}
.single .sidebar .news_items .meta-data h3 {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 3px;	
}
.single .sidebar .news_items .meta-data h3, .single .sidebar .news_items .meta-data span {
	color: #003d99;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}
.sidebar .news_items .meta-data span {
	margin-left: 10px;	
}
.single .sidebar .news_items h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 23px;
	margin-top: 0px;
}
.single .sidebar .news_items h2 a {
	font-size: 16px;
	font-weight: 400;
}
.single div#main-col ul.pager {
    border-top: 3px solid #003d99;
	margin-top: 15px;
}

.single.single-committee div#main-col ul.pager {
    border-top: 3px solid #43515d;
	margin-top: 15px;
}


/* ... [PAGE: Conferences ]... */
.post-type-archive-conferences h2 {
	margin-bottom: 25px;	
}
.conference_member {
    margin-bottom: 40px;
}
.conference_member .conference_member_outer {
    background: #e2eaf1;
    padding-bottom: 15px;
}
.conference_member .conference_member_inner h2 {
	font-size: 23px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 3px;
}
.conference_member .conference_member_inner span {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}
.conference_member_outer.past-conferences {
    background: #e6e6e6;
}
.conference_member_outer.past-conferences .conference_member_inner h2 {
    color: #e6e6e6;
}
.conference_member_outer.past-conferences .conference_member_inner a {
    color: #868686;
}
.conference_member_outer.past-conferences .conference_member_inner a:hover {
    color: #003d99;
}
.conference_member_thumb {
	position: relative;	
}
.conference_member_thumb .conference_date {
    background: #c5ba6a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
		right: 0;
		top: 0;
	z-index: 99;
}
.conference_member_thumb .post-thumbnail {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
    min-height: 180px;
    margin-right: -15px;
    margin-left: -15px;
	transition: all 250ms linear;
}
.conference_member_thumb a.img_link .post-thumbnail:hover {
	opacity: 0.7;
}

@media (min-width: 992px ) and (max-width: 1199px) {
	.conference_member .conference_member_inner h2 {
		font-size: 25px;
		line-height: 28px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.conference_member .conference_member_inner span {
		margin-bottom: 5px;
	}
}
@media (max-width: 1199px) {
	.conference_member {
		padding-right: 0px;
	}
}
@media (max-width: 599px) {
	.conference_member {
		padding-right: 15px;
	}
	.conference_member .conference_member_inner {
		margin-bottom: 15px;
	}
	.conference_member .conference_member_outer, .conference_member .conference_member_thumb {
		width: 100%;
	}
	.conference_member .conference_member_thumb {
		max-height: 228px;
		overflow: hidden;	
		padding-left: 0;
		padding-right: 0;
	}
}

/* ...[ PAGE: Conferences - Single ]... */
.single-conferences .heading {
	background: #003d99;
}
.single-conferences .heading h3 {
	color: #c5ba6a;	
	font-weight: 400;
	margin-top: 0;
	text-transform: none;
}
.single_conferences_thumb {
    max-height: 320px;
    overflow: hidden;
    padding-right: 30px;
    position: absolute;
    top: 20px;
    text-align: right;
    width: 100%;
}
.single-conferences div#main-col h1 {
    border-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
}
.single-conferences div#main-col ul li:before {
    background: #c5ba6a;
}
.single-conferences div#main-col ul.pager {
    border-top: 3px solid #d2ddf0;
}
.single-conferences .archive_link a {
    color: #003d99;
}
.single .archive_link {
    display: block;
    margin-top: 30px;
    text-align: right;
}

/* ...[ PAGE: Committee Single - Committee Widget ]... */
.sidebar .conferences_widget {
    margin-top: 25px;
}
.conferences_widget.post_thumbnail {
    margin-top: 95px;
}
.sidebar .conferences_widget h3 {
	color: #003d99;
    line-height: 20px;
}
.sidebar .conferences_widget ul {
    background: #e5ebf5;
    list-style: none;
	padding: 10px 0px;
}
.sidebar .conferences_widget ul li {
	margin-bottom: 0px;	
}
.sidebar .conferences_widget ul li a {
	color: #434d52;
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
    padding: 8px 20px 7px;
}
.sidebar .conferences_widget ul li.current a, .sidebar .conferences_widget ul li a:hover {
	background: #d2ddf0;
}
.sidebar .conferences_widget ul li a span {
	color: #626262;
	display: block;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.sidebar .conferences_widget ul li a span strong {
	display: block;
	margin-top: 8px;
}

@media (max-width: 1199px) {
	.single_conferences_thumb {
		top: 30px;
	}
	.sidebar .conferences_widget {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.single-conferences .heading {
		min-height: 300px;
	}
	.single_conferences_thumb {
		max-height: 360px;
		position: relative;
		top: 10px;
	}
	.sidebar .conferences_widget {
		margin-top: 0px;
	}
	div#main-col ul.pager {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.single_conferences_thumb {
		padding-right: 0px;
	}
}
@media (max-width: 599px) {
	.single-conferences .heading .heading_outer {
		height: inherit;
	}
	.single-conferences .heading .heading_inner {
		position: relative;
		top: inherit;
		transform: none;
			-webkit-transform: none;
			-moz-transform: none;
	}
	.single-conferences .heading .heading_inner h1 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 0px;
	}
	.heading .heading_inner p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* ...[ PAGE: Sustaining Members ]... */
.post-type-archive-companies .members, .page-template-page-sustaining .members {
	border-top: 3px solid #c5b96b;
	margin-top: 30px;
	margin-bottom: 30px;	
}
.post-type-archive-companies .member_thumb, .page-template-page-sustaining .member_thumb {
	margin-bottom: 25px;
	height: 75px;	
	line-height: 75px;
	text-align: center;
}
.post-type-archive-companies .member_thumb img, .page-template-page-sustaining .member_thumb img {
	max-height: 75px;
	opacity: 0.6;	
    width: auto;
}
.post-type-archive-companies .member_thumb img:hover, .page-template-page-sustaining .member_thumb img:hover {
	opacity: 0.9;
    width: auto;
}

/* ...[ PAGE: bbPress Forums ]... */

/* Headers */
.bbpress.topic-tag .heading, .bbpress.topic-tag-edit .heading, .bbpress.reply-edit .heading, .bbpress.bbp-search .heading {
    background: #003d99;
    margin-bottom: 45px;
    min-height: 275px;
}
.bbpress.topic .heading {
    margin-bottom: 45px;
}
.bbpress.topic-tag .heading h1, .bbpress.topic-tag-edit .heading h1, .bbpress.reply-edit .heading h1, .bbpress.bbp-search .heading h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
	font-weight: 300;
    line-height: 45px;
	margin-bottom: 0px;
}
.bbpress.topic-tag .heading .heading_inner a, .bbpress.topic-tag-edit .heading .heading_inner a, .bbpress.reply-edit .heading .heading_inner a, .bbpress.bbp-search .heading .heading_inner a {
    font-size: 40px;
	font-weight: 300;
    line-height: 45px;
	margin-bottom: 0px;
}
.bbpress.topic-tag .heading h2, .bbpress.topic-tag-edit .heading h2, .bbpress.reply-edit .heading h2, .bbpress.bbp-search .heading h2 {
	color: #c5ba6a;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bbpress.topic-tag .heading h5 a, .bbpress.topic-tag-edit .heading h5 a, .bbpress.reply-edit .heading h5 a, .bbpress.bbp-search .heading h5 a {
}
.bbpress.topic-tag .heading .heading_inner h5 a, .bbpress.topic-tag-edit .heading .heading_inner h5 a, .bbpress.reply-edit .heading .heading_inner h5 a, .bbpress.bbp-search .heading .heading_inner h5 a {
	font-size: 16px;
	font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* Reset lists */
#bbpress-forums ul li.bbp-footer:before, #bbpress-forums ul li.bbp-header:before,
#bbpress-forums ul li.bbp-body:before, #bbpress-forums li.bbp-header ul li:before,
#bbpress-forums ul li.bbp-body ul li:before {
	background: none;
	height: 0px;
    margin-right: 0px;
    width: 0px;	
}

/* Breadcrumbs + tags */
.bbpress  #bbpress-forums div.bbp-breadcrumb p, .bbpress  #bbpress-forums div.bbp-topic-tags p {
    margin-bottom: 0;
}
.bbpress  #bbpress-forums div.bbp-breadcrumb, .bbpress  #bbpress-forums div.bbp-topic-tags {
    font-size: 12px;
    margin-top: 5px;
}

/* Search */
.bbpress #bbpress-forums .bbp-search-form input[type=submit], .bbpress #bbpress-forums .bbp-submit-wrapper .submit {
	background: #43525e;
	border-color: #43525e;
	color: #fff;
	margin-left: 3px;
	padding: 2px 12px;
	text-transform: uppercase;
	transition: all 250ms linear;
}
.bbpress #bbpress-forums .bbp-search-form input[type=submit]:hover, .bbpress #bbpress-forums .bbp-submit-wrapper .submit:hover {
	background: #fff;
	border-color: #43525e;
	color: #43525e;
}

.bbpress.bbp-search #bbpress-forums li.bbp-header .bbp-search-content {
	margin-top: -23px;
	padding-top: 5px;	
}
.bbpress.bbp-search #bbpress-forums li.bbp-header .bbp-search-author {
	padding-top: 5px;	
}

/* Subscribe */
.bbpress.single-forum #bbpress-forums span#subscription-toggle {
    float: right;
	margin-top: 5px;
}
.bbpress.single-forum #bbpress-forums span#subscription-toggle a {
	background: #44505c;
	color: #fff;
	padding: 5px 8px;
}
.bbpress.single-forum #bbpress-forums span#subscription-toggle a:hover {
	background: #757f88;
}

/* Notice */
.bbpress #bbpress-forums div.bbp-template-notice, .bbpress #bbpress-forums div.indicator-hint {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.bbpress #bbpress-forums div.bbp-template-notice, .bbpress #bbpress-forums  div.indicator-hint {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 40px 0 15px;
}
.bbpress #bbpress-forums div.bbp-template-notice.info {
    background-color: #f5f5f5;
    border: #f5f5f5 1px solid;
	margin: 40px 0 15px;
}

/* General styles */
.bbpress #bbpress-forums ul.bbp-lead-topic, .bbpress #bbpress-forums ul.bbp-topics, .bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-replies, .bbpress #bbpress-forums ul.bbp-search-results {
	border: 0px;
	font-size: 14px;
	margin-top: 50px;
}
.bbpress #bbpress-forums li.bbp-body ul.forum, .bbpress #bbpress-forums li.bbp-body ul.topic {
	border-top: 0px;
	padding: 8px 15px;
}

/* Header + Footer */
.bbpress #bbpress-forums li.bbp-header, .bbpress #bbpress-forums li.bbp-footer {
    background: #e9e4ce;
    border-top: 1px solid #e9e4ce;
    padding: 0px 15px 5px;
}
.bbpress #bbpress-forums li.bbp-header {
	margin-top: 0px;
}
.bbpress #bbpress-forums li.bbp-footer {
	display: none;
	margin-top: 20px;
}
.bbpress #bbpress-forums ul.forum-titles {
	margin: 0 0 10px;
}

/* Forum body */
.bbpress .avatar {
	display: none;	
}
.bbpress div#main-col #bbpress-forums .bbp-reply-content p {
    line-height: 18px;
}
.bbpress #bbpress-forums li.bbp-body ul, .bbpress #bbpress-forums li.bbp-body ul.topic {
	border-top: 0px;
	margin: 0;
	padding: 15px;
}
.bbpress #bbpress-forums div.odd, .bbpress #bbpress-forums ul.odd {
    background-color: #e4eaf0;
	border-top: 1px solid #e4eaf0;
}
.bbpress #bbpress-forums div.even, .bbpress #bbpress-forums ul.even {
    background-color: #fbf9f1;
	border-top: 1px solid #fbf9f1;
}
.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content, .bbpress #bbpress-forums p.bbp-topic-meta {
	font-size: 12px;
	line-height: 18px;
}
.bbpress #bbpress-forums li.bbp-body ul li.bbp-forum-freshness, .bbpress #bbpress-forums li.bbp-body ul li.bbp-forum-freshness a,
.bbpress #bbpress-forums li.bbp-body ul li.bbp-topic-freshness, .bbpress #bbpress-forums li.bbp-body ul li.bbp-topic-freshness a {
    font-size: 12px;
}
.bbpress #bbpress-forums li.bbp-body ul li.bbp-forum-freshness p.bbp-topic-meta span.bbp-topic-freshness-author a, {
	color: #697784;
    font-size: 11px;
}
.bbpress #bbpress-forums p.bbp-topic-meta img.avatar, .bbpress #bbpress-forums ul.bbp-reply-revision-log img.avatar, .bbpress #bbpress-forums ul.bbp-topic-revision-log img.avatar,
.bbpress #bbpress-forums div.bbp-template-notice img.avatar, .bbpress #bbpress-forums .widget_display_topics img.avatar, .bbpress #bbpress-forums .widget_display_replies img.avatar {
    border: 0px;
    margin-right: 2px;
	margin-bottom: 1px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    line-height: 18px;
}
#bbpress-forums .bbp-reply-author a.bbp-reply-edit-link {
	background: #f2a6a2;
	border: 1px solid #f2a6a2;
	color: #fff;
	font-size: 12px;
	margin-top: 8px;
	padding: 3px 8px;	
}
#bbpress-forums .bbp-reply-author a.bbp-reply-edit-link:hover {
	background: transparent;
	color: #f2a6a2;
}

/* ...[ PAGE: bbPress Forums - Single forum ]... */
.bbpress.single .heading h1 {
	margin-bottom: 0;
}
.bbpress.single .heading h2 {
	color: #c5ba6a;
	margin-top: 0;
}
.bbpress #bbpress-forums .bbp-topics-front ul.super-sticky, .bbpress #bbpress-forums .bbp-topics ul.super-sticky,
.bbpress #bbpress-forums .bbp-topics ul.sticky, .bbpress #bbpress-forums .bbp-forum-content ul.sticky {
	background-color: #e0dba3 !important;
    border-bottom: 3px solid #c5be6f;
	margin-bottom: 10px !important;
	padding-top: 20px !important;
	position: relative;
}
.bbpress #bbpress-forums .bbp-topics-front ul.super-sticky:after, .bbpress #bbpress-forums .bbp-topics ul.super-sticky:after,
.bbpress #bbpress-forums .bbp-topics-front ul.sticky:after, .bbpress #bbpress-forums .bbp-topics ul.sticky:after {
	background: #c5bf6e;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-transform: uppercase;
}
.bbpress #bbpress-forums .bbp-topics-front ul.super-sticky:after, .bbpress #bbpress-forums .bbp-topics ul.super-sticky:after {
    content: "Super Sticky";
}
.bbpress #bbpress-forums .bbp-topics-front ul.sticky:after, .bbpress #bbpress-forums .bbp-topics ul.sticky:after {
    content: "Sticky";
}

/* New topic form */
.bbpress #bbpress-forums .bbp-topic-form div.bbp-template-notice, .bbpress #bbpress-forums .bbp-topic-form div.indicator-hint {
	margin: 5px 0 15px;
}
.bbpress #bbpress-forums .bbp-topic-form label {
	font-weight: 500;	
}

/* New topic - forum replies */
.single-topic.bbpress #bbpress-forums .forums.bbp-replies li.bbp-header {
	padding: 5px 15px 5px 0;	
}
.single-topic.bbpress #bbpress-forums li.bbp-header .bbp-reply-content {
    margin-top: -23px;
}
#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author, #bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
    font-size: 12px;
}
.single-topic.bbpress #bbpress-forums .forums.bbp-replies li.bbp-header div.bbp-reply-content span#favorite-toggle, .single-topic.bbpress #bbpress-forums .forums.bbp-replies li.bbp-header div.bbp-reply-content span#subscription-toggle {
    font-size: 12px;
}
.single-topic.bbpress #bbpress-forums .forums.bbp-replies li.bbp-header div.bbp-reply-content span#favorite-toggle .is-favorite a, .single-topic.bbpress #bbpress-forums .forums.bbp-replies li.bbp-header div.bbp-reply-content span#subscription-toggle .is-subscribed a {
	font-weight: 900;	
}
.single-topic.bbpress #bbpress-forums .forums.bbp-replies li.bbp-footer {
	display: none;	
}
.single-topic.bbpress #bbpress-forums .forums.bbp-replies .bbp-forum-header a.bbp-forum-permalink,
.single-topic.bbpress #bbpress-forums .forums.bbp-replies .bbp-topic-header a.bbp-topic-permalink,
.single-topic.bbpress #bbpress-forums .forums.bbp-replies .bbp-reply-header a.bbp-reply-permalink {
    margin-top: 1px;
    color: #757f88;
    font-size: 12px;
}

/* bbPress - Single User */
.bbp-user-page div#rightCol {
	margin-top: 25px;	
}
div#bbp-user-avatar {
    display: none;
}
.bbpress #bbpress-forums #bbp-user-body {
    margin-left: 180px;
    margin-top: 25px;
}
.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul {
	margin-top: 20px;	
}
.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li:before {
	background: none;
	display: none;
    height: 0px;
    margin-right: 0px;
    width: 0px;
}
.bbp-row-actions #subscription-toggle span.is-subscribed a, .bbp-row-actions #favorite-toggle span.is-favorite a {
	margin-right: 5px;
}

/* bbPress - User Page */
.bbp-user-page #bbpress-forums li.bbp-header .bbp-reply-content {
	margin-top: -23px;
	padding-top: 5px;
}
.bbp-user-page #bbpress-forums li.bbp-header .bbp-reply-author {
	padding-top: 5px;
}
.bbp-user-page #bbpress-forums li.bbp-footer {
	display: none;	
}
#bbpress-forums .bbp-reply-author br {
    display: none;
}
#bbpress-forums .bbp-meta {
    font-size: 12px;
}

/* bbPress Widgets - General styles */
.bbpress div#rightCol .widget {
	margin-bottom: 25px;
	padding: 10px 15px;	
}
.bbpress div#rightCol .widget h3 {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 16px;
	margin: -10px -15px 0;
	padding: 5px 15px;
}
.bbpress div#rightCol .widget ul {
	list-style: none;
	padding-left: 0;	
}

/* bbPress Widgets - Forum Login */
.bbpress .bbp_widget_login {
	background: #767f88;
}
.bbpress .bbp_widget_login h3 {
	background: #43515c;
	color: #fff;
}
.bbpress .bbp_widget_login .bbp-logged-in, .bbpress .bbp_widget_login .bbp-logged-out {
	margin-top: 20px;	
	margin-bottom: 15px;	
}
.bbpress .bbp_widget_login .bbp-logged-in .avatar, .bbpress .bbp-author-avatar .avatar {
	display: none;	
}
.bbpress .bbp_widget_login .bbp-logged-in h4, .bbpress .bbp_widget_login .bbp-logged-out h4 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.bbpress .bbp_widget_login .bbp-logged-in h4 a, .bbpress .bbp_widget_login .bbp-logged-out h4 a {
	color: rgba(255,255,255,0.65);
	font-weight: 500;	
}
.bbpress .bbp_widget_login .bbp-logged-in h4 a:hover, .bbpress .bbp_widget_login .bbp-logged-out h4 a:hover {
	color: #43515c;
}
.bbpress .bbp_widget_login h4 a:before {
	color: rgba(255,255,255,1);	
	content: "View Profile";
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.bbpress .bbp_widget_login .bbp-logged-in a.logout-link, .bbpress .bbp_widget_login .bbp-logged-out a.logout-link {
	color: #c5ba6a;
	font-size: 12px;
	font-weight: 500;
}

/* Login form */
.bbpress .bbp_widget_login .bbp-login-form label {
	color: #fff;
}
.bbpress .bbp_widget_login .bbp-login-form input {
	border: 0;
	width: 100%;
}
.bbpress .bbp_widget_login .bbp-login-form .bbp-submit-wrapper {
    text-align: right;
    margin-bottom: 5px;
}
.bbpress .bbp_widget_login .bbp-login-form .bbp-submit-wrapper button#user-submit, #bbpress-forums #bbp-your-profile fieldset.submit button {
	background: #43525e;
    border-color: #43525e;
    color: #fff;
	font-size: 12px;
    margin-left: 3px;
    padding: 2px 12px;
    text-transform: uppercase;
    transition: all 250ms linear;
}
.bbpress .bbp_widget_login .bbp-login-form .bbp-submit-wrapper button#user-submit:hover, #bbpress-forums #bbp-your-profile fieldset.submit button:hover {
	background: #767f88;
    border-color: #fff;
    color: #fff;
}
.bbpress .bbp_widget_login .bbp-login-form input[type=checkbox], .bbpress .bbp_widget_login .bbp-login-form input[type=radio] {
	display: inline-block;
	margin-top: 0px;
	margin-right: 3px;
	width: inherit;
}
.bbpress .bbp_widget_login .bbp-login-form .bbp-remember-me label {
	font-size: 12px;	
}

/* bbPress Widgets - Display Forums */
.bbpress .widget_display_forums {
	background: #e9e4ce;
}
.bbpress .widget_display_forums h3 {
	background: #e0d9a3;
}

/* bbPress Widgets - Display Topics */
.bbpress .widget_display_topics {
	background: #739dc5;
}
.bbpress .widget_display_topics h3 {
	background: #397eb2;
	color: #fff;
}
.bbpress .widget_display_topics span.topic-author {
    font-size: 12px;
}
.bbpress .widget_display_topics span.topic-author a.bbp-author-avatar {
    margin-left: 3px;
}
.bbpress .widget_display_topics span.topic-author a.bbp-author-name {
	color: rgba(255,255,255,0.6);
    margin-left: 3px;
}
.bbpress .widget_display_topics span.topic-author a.bbp-author-name:hover {
	color: #e0d9a3;
}
.bbpress .widget_display_topics ul li a.bbp-forum-title {
	color: #fff;
    display: block;
    font-size: 14px;
}
.bbpress .widget_display_topics ul li a.bbp-forum-title:hover {
	color: #2a6490;
}
.bbpress .widget_display_topics ul li {
	color: #ffff;
    font-size: 11px;
}

/* bbPress Widgets - Display Views */
.bbpress .widget_display_views {
	background: #8f97c1;
	color: #fff;
}
.bbpress .widget_display_views h3 {
	background: #5761a2;
	color: #fff;
}
.bbpress .widget_display_views ul li a {
	color: #fff;
}
.bbpress .widget_display_views ul li a:hover {
	color: #5761a2;
}

/* bbPress Widgets - Recent Replies */
.bbpress .widget_display_replies {
	background: #ffd177;
	color: #fff;
}
.bbpress .widget_display_replies h3 {
	background: #FFBE3F;
	color: #fff;
}
.bbpress .widget_display_replies a {
	color: #fff;
}
.bbpress .widget_display_replies a.bbp-author-name {
	margin-left: -3px;
}
.bbpress .widget_display_replies a.bbp-reply-topic-title {
    display: block;
}
.bbpress .widget_display_replies ul li div {
	font-size: 11px;	
}

/* bbPress Widgets - Display Stats */
.bbpress .widget_display_stats {
	background: #54c1d5;
	color: #fff;
}
.bbpress .widget_display_stats h3 {
	background: #11aec1;
	color: #fff;
}
.bbpress .widget_display_stats dl {
    margin-top: 15px;
}
.bbpress .widget_display_stats dl dt, .bbpress .widget_display_stats dl dd {
	margin-bottom: 5px;	
}
.bbpress .widget_display_stats dl dt {
	display: inline-block;
	float: left;
	text-align: left;
	width: 50%;
}
.bbpress .widget_display_stats dl dd {
	display: inline-block;
	text-align: right;
	width: 50%;
}
.bbpress .widget_display_stats dl dd strong {
	font-weight: 500;
}

/* ...[ PAGE: Theme My Login ]... */
div#main-col .tml ul, div#desc-col .tml.tml-login ul {
	list-style: none;
	padding-left: 0px;	
}
div#main-col .tml ul li:before, div#desc-col .tml.tml-login ul li:before {
	background: none;
    height: 0px;
    margin-right: 0px;
    width: 0px;	
}
div#main-col .tml .tml-errors, div#main-col .tml .tml-messages, div#desc-col .tml .tml-errors, div#main-col .tml-login .tml-messages {
	margin-top: 0px;
}
div#main-col .tml form br {
	display: none;	
}
div#main-col .tml form .tml-field-wrap .tml-field {
    height: 34px;
	padding: 5px 8px;
}
div#main-col .tml form .tml-field-wrap.tml-rememberme-wrap .tml-label {
	display: inline-block;
	margin-left: 3px;	
}
div#main-col .tml form .tml-submit-wrap input[type=submit] {
    background: #43525e;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-color: #43525e;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px 6px;
	transition: all 250ms linear;
}
div#main-col .tml form .tml-submit-wrap input[type=submit]:hover {
    background: #fff;
    border-color: #43525e;
    color: #43525e;
    padding: 5px 20px 6px;
}

/* ...[ SIDEBAR: General ]... */
/*.sidebar div#eventbrite {
    margin-top: 0px;
    margin-bottom: 0px;
}
.sidebar.show_member_side div#eventbrite {
    margin-top: 40px;
}
.sidebar div#eventbrite .event {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
	.sidebar.show_member_side div#eventbrite {
		margin-top: 0px;
	}	
}*/

/* ...[ SIDEBAR: About Us ]... 
.page-template-page-about_us .side_menu_widget div#eventbrite {
    margin-top: 80px;
}
.page-template-page-about_us .side_menu_widget div#eventbrite .event {
    margin-bottom: 30px;
}*/


/* ...[ FOOTER ]... */
.footer {
	background: #666;
	color: #fff;
	font-size: 13px;
	margin-top: 30px;
	padding: 10px 0px 30px;	
}
.footer h3 {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;	
}
.footer a {
	color: #fff;	
	font-size: 13px;	
	font-weight: 400;
}
.footer a:hover {
	color: #e01e27;	
}
.footer ul {
	line-height: 16px;
	list-style: none;	
	padding-left: 0px;
}
.footer ul.social li {
	display: inline;	
	margin-right: 6px;	
}
.footer ul.social li:last-child {
	margin-right: 0px;	
}
.footer ul.social li a {
	font-size: 21px;
}
.footer ul.social li a:hover {
	color: #e01e27;
}
.post-footer {
	background: #3f3f3f;
	color: #fff;
	font-size: 13px;
	padding: 5px 0px;
}
.post-footer p {
	margin-bottom: 0px;
}

/* ...[ BOOTSTRAP EXTRA ELEMENTS: 5 columns ]... */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}



@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.single_featured {
	background: #fff;
    margin-top: -85px;
	margin-bottom: 30px;
	    position: relative;
}

@media (max-width: 991px) {
    .single_featured {
       margin-top: 15px;
    }
}