@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,600,700);

html {height: 100%;}

body {
	overflow-x: hidden;
	margin: 0;
	padding-top: 0;
	background-color: #fafafa;
	font-family: 'Open Sans', sans-serif;
	color: #3a3221;
	font-size: 15px;
	height: 100%;
}

form {
	padding:0;  margin:0;
}

hr {
	color: #fafafa; background: none; border:none; border-bottom: solid 1px #ececec; height:1px; width:100%; margin:30px 0!important;
}

address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul {
	padding:0; margin:0;
}

ul, ol {
	margin-left:24px;
	margin-top: 12px;
	margin:20px 24px 32px 24px;
}

li {
	margin-bottom:8px;
}

fieldset,
img{
	border:0;
}

blockquote {
	display: block;
	background-color: #fef7ee;
	width: auto;
	margin: 0;
	padding: 45px 30px 25px 30px;
	text-align: center;
	background-image: url(../images/photo-frame.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f8d8a6;
}

/**********************************/
/* headers          */
/**********************************/

h1, h2, h3, h4, h5 {
	line-height: 120%;
	margin-bottom: 12px;
	color: #0e3b5f;
	font-weight: 700;	
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 16px;
}

h2 a:link{
	text-decoration: none;
}

h3 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	/* color: #0B0B0B; */
}

#small_column .moduletable h3, #small_column .moduletablehomenews h3 {
	color: #0e3b5f;
	padding: 0 0 10px 0;
	line-height: 22px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
}

h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
}

h5 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
	line-height: 24px;
	/* color: #4B4B4B; */
}

h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 6px;
}

p {
	line-height: 22px;
	margin-bottom: 28px;
}

label {

}


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

.blog_home .page-header h1 {
	margin: 50px 0;
	color: #3d3b39;
	font-weight: 700;
	font-size: 48px;
	border-bottom: 2px solid #d2cbc0;
	text-align: center;
}

.blog_home .span4 {
	border: 1px solid #d2cbc0;
	padding: 30px 35px 7px 35px;
	margin-bottom: 40px;
}

.blog_home h2 {
	margin-top: 0;
	font-size: 21px;
	font-weight: 600;
	text-align:center;
}


.blog_home p {
	text-align: center;
}

/* Links
----------------------------------------------- */

a, a:link, a:visited {color: #0e3b5f;text-decoration: underline;}

#feature p>a:link, #feature p>a:visited {color: #ffffff;/* font-weight:bold; */}

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

#main_content a, #main_content a:link, #main_content a:visited {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

#main_content a:hover, #main_content a:focus, #main_content a:active {

	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}



/**********************************/
/* Layout ID's                    */
/**********************************/

#banner_left {
	width: 280px;
	/*flex: 0 1 auto;*/
	padding: 30px 0;
}

#banner_right {
	/* float: right; */
	/* padding: 14px 14px 0 0; */
	/* height: 22px; */
	/* text-align: right; */
	    background-color: #0e3b5f;
}

#content {
	padding: 50px 0 0;
}

#feature_container {
	background-color: #eee;
}

#feature {
	padding: 120px 0;
	/*margin-top:20px;*/
	max-width: 900px;
}

#feature .custom{
	background: #0e3b5f;
	margin: 0 auto;
	max-width: 615px;
	padding: 15px 20px;
	text-align: center;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#374d5e+0,0e3b5f+100&0.7+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(55,77,94,0.7) 0%, rgba(14,59,95,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(55,77,94,0.7) 0%,rgba(14,59,95,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(55,77,94,0.7) 0%,rgba(14,59,95,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3374d5e', endColorstr='#cc0e3b5f',GradientType=0 ); /* IE6-9 */
	backdrop-filter: blur(10px)
}

#feature h3 {
	color: #ffffff;
	font-size: 44px;
	margin: 0;
}

#feature p{
	margin: 10px 0 0;
	font-size: 16px;
	color: #fff;
	word-wrap: break-word;
}

#footer {
	color: #fff;
	font-size: 16px;
	padding: 35px 0 50px 0;
}

#footer h2{
	font-weight: 700;
	font-size: 48px;
	color: #fcfcfc;
	text-align: center;
	border-bottom: 2px solid #ab7317;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #d62457;
}

#footer h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	/*border-bottom:solid 1px #9C9C9C;*/
	margin-top:0;

}

#footer_left {
	float: left;
	width: 47.5%;
}

#footer a.button{
	background: #fff;
	color: #d62457;
}

#footer a.button:hover{
	background: #d62457;
	color: #fff;
}


#footer_right {
	float: right;
	width: 47.5%;
}

#table_copyright {
	font-size: 14px;
	margin: 20px;
	text-align: center;
	color: hsla(343, 71%, 49%, 1);
}

#table_copyright a:link,
#table_copyright a:visited{
	color: #d62457;
	text-decoration: none;
}

#table_copyright a:hover{
	color: #0e3b5f;
}


#full_wrapper {
	width: auto;
	background-color: #0e3b5f;
	min-height: 100%;
}

#large_column {
	width:66%;
	float: left;
	padding:0;
}

#main_content {
    margin: 0 auto;
    padding: 0 0 55px;
}

#mobile_menu {
	display: none;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,ede9e2+100 */
	background: #d62457; /* Old browsers */
	 /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 /* IE6-9 */
}

#mobile_menu_button{
	display: none;
	position: absolute;
	z-index: 101;
	top: 60px;
	right: 50px;
	color: #0f3c60;
}

#mobile_menu_button .hamburger-title{
	line-height: 25px;
	display: block;
	float: right;
	padding: 0 0 0 5px;
}

#mobile_menu_button.hamburger{
	transition: .2s all ease-in-out;
}

#mobile_menu_button.hamburger:active,
#mobile_menu_button.hamburger:focus{
	outline: none;
}

#mobile_menu_button.hamburger.is-active {
	transition: .2s all ease-in-out;
    /* left: calc(50% - 115px/2); */
    position: absolute !important;
    /* top: 50px; */
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
	background-color: #0f3c60 !important;
}

/* a#mobile_menu_close_button:link, a#mobile_menu_close_button:visited{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	background-image: url(../images/icon-close.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding: 8px 16px 8px 30px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	float:right;
	margin-bottom:15px;
}
 */

#small_column {
	width:24.71153846153846%;
	float: right;
	padding: 50px 0 0;
}

#small_column .moduletable {
	margin: 25px 0;
}

#small_column .moduletablehomenews{	
	height:438px;
	overflow:hidden;
}

#small_column .moduletable, #small_column .moduletablehomenews{

}

#small_column p{
	margin-bottom: 14px;
	font-size: 14px;
}
#table_bottom {
	
background-color: #0e3b5f;
}

#table_middle {

width: auto;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff7e9+0,ffffff+100 */
background: rgb(255,247,233); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(255,247,233) 0%, rgb(255,255,255) 250px); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(255,247,233) 0%,rgb(255,255,255) 250px); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(255,247,233) 0%,rgb(255,255,255) 250px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#table_top {
	max-width: 90%;
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
}


#top_nav {
	/* width: 70%; */
	/* float: right; */
	min-width: 817px;
	margin-left: 10px;
}


#top_wrapper {
	position: relative;
	z-index: 1;
	width: auto;
	padding: 0;
	margin: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,ede9e2+100 */
	background: #d62457; /* Old browsers */
	 /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 /* IE6-9 */
}



/**********************************/
/*         Classes                */
/**********************************/

.article-icons {margin:0; padding:0;}
.article-icons li {display:inline-block; list-style:none; padding:0 10px 0 0;}
.article-icons li a{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.email-icon a {}


.bq-left {
	float: left;
	margin-left: 0;
	margin-top:0 3% 0 0;
	width:40%;
}

.bq-right {
	float: right;
	margin-right: 0;
	margin:0 0 0 3%;
	width:40%;
}

a.button {
	white-space: nowrap;
    transition: .2 all ease-in-out;
    background-color: #d62457;
    border-radius: 7px;
    color: #f4f2ee;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 16px 26px;
    border: none;
    margin: 20px 0;
    line-height: 70px;
}

a.button:hover{
	outline: 0;
	color: #fff;
	background: #0e3b5f ;
	transition: .2s all ease;
}

.clearboth {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

.columns_wrapper {
	/*padding: 31px 0 0 0;*/
}

.feature_row {
	padding: 40px 0!important;
}

.eighteen_points {font-size:18px;}

.fourteen_points{
	font-size:14px;
}

#half_block_container{
	margin: 0 0 100px;
	background: url(../images/about-bg.jpg) center;
	background-size: cover;
	width: 1120px;
	padding: 0 calc((100% - 1120px) / 2);
}

.half_block {
	width:48%;
	margin-right:3%;
	float:left;
	padding:34px 0;
}

.half_block h2{
	font-size: 50px;
	font-weight: 700;
	color: #ab7317;
}

.half_block h3{
	font-size: 26px;
	font-weight: 700;
	color: #3d3b39;
	border-bottom: 1px solid #d2cbc0;
	text-align: center;
}

.half_block ul{
	list-style: none;
	margin-left: 0;
}

.image_right {
	float: right;
	margin:0 0 60px 30px;
}

.image_left {
	float: left;
	margin: 0 30px 60px 0;
}

.last_block {
	float:right!important;
	margin-right:0!important;
}

.readmore a:link, .readmore a:visited {
	font-size:14px; text-decoration:none;
}

.primary_color{
	color: #009999;
}

.quarter_block {
	width:18%;
	padding:2%;
	float:left;
	margin-right:3.5%;
}

.secondary_color {
	color: #d62357;
}

.sixteen_points{
	font-size:16px;
}

.third_block_title h2{
	margin: 50px 0;
	color: #3d3b39;
	font-weight: 700;
	font-size: 48px;
	border-bottom: 2px solid #d2cbc0;
	text-align: center;
}

.third_block {
	width:30%;
	margin-right:5%;
	float:left;
	padding:0;
	color: #554f49;
	text-align: center;
}

.third_block .moduletable{
	border: 1px solid #d2cbc0;
	padding: 30px 35px 7px 35px;
	margin-bottom: 40px;
}

.third_block h3{
	margin-top: 0;
	font-size: 21px;
	font-weight: 600;
}

.two_third_block {

	width:64%;
	float:left;
}

.twelve_points{
	font-size:12px;
}


.wrapper_frame {
	width:1120px;
	margin:0 auto;
}

.link-grid{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.link-grid a{
	margin: 0 0 10px;
	border-radius: 3px;
	display: block;
	width: 28%;
	background: #d62457;
	padding: 5px 20px;
	text-decoration: none;
}

.link-grid a:hover{
	background: #0e3b5f;
}

.link-grid h3{
	color:	#fff;
	transition: .2s all ease-out;
}

.link-grid a:hover h3{
	color: #d62457;
}

.link-grid p{
	color: #fff;
}

/********************************** N A V I G A T I O N & M E N U S  *************************************************/

/**********************************/
/* Main   Navigation */
/**********************************/


ul.menu a, 
ul.menu a:link, 
ul.menu a:visited, 
ul.menu span, 
ul.menu li.active, 
ul.menu li.active span, 
ul.menu a:hover, 
ul.menu span:hover {
	transition: .2s all ease-in-out;
	cursor:pointer;
}


#top_nav ul.menu {
	/* margin: 0; */
	/* padding:0 0 0 20px; */
	/* display:block; */
	/* list-style-type: none; */
	/* zoom: 1; */
	display: table;
	margin: 0 auto;
}

#top_nav ul.menu li {
	margin: 0;
	padding: 0 5px 15px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display: inline-block;
	zoom: 1;
	display: inline;
}

#top_nav ul.menu a:link, #top_nav ul.menu a:visited, #top_nav ul.menu span {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	padding: 12.5px 13px;
	background-position: top 47px center;
	color: #fff;
	background: #0e3b5f url(../images/down-arrow.png) top 47px center no-repeat;
	border-radius: 3px;
}

#top_nav ul.menu li.active a, #top_nav ul.menu li.active span {

}

#top_nav ul.menu > li > a:hover, #top_nav ul.menu span:hover{
	background: #0e3b5f url(../images/down-arrow.png) top 30px center no-repeat;
	border-radius: 3px;
	padding: 6.5px 13px 18.5px;
}

/* donate button */

li.item-155 a{
 	background-color: #fff !important;
 	color: #d62457 !important;
 }

/* home button */
#top_nav ul.menu li.item-101 a:link{
	text-align: left;
	text-indent: -999em;
	background: url('../images/down-arrow1.png') top 47px center no-repeat,     url('../images/home-icon.svg') center/21px no-repeat,    #0e3b5f !important;
	padding: 12.5px 21px !important;
}

/* search button */

#top_nav ul.menu li.item-166 a:link{
	text-align: left;
    text-indent: -999em;
	background: url('../images/down-arrow1.png') top 47px center no-repeat, url('../images/search-icon.svg') center/21px no-repeat, #0e3b5f !important;
	padding: 12.5px 21px !important;
}

#top_nav ul.nav-child {
	/**/
	display: none;
	/* top: 53px; */
	margin: 55px 0 0;
	position: absolute;
	padding: 5px 10px;
	text-transform: none;
	background-color: #545454;
	border-radius: 0 0 7px 7px;
	z-index: 999999999999999;
}

#top_nav li.active ul.nav-child {
	display:block;
}

#top_nav ul.nav-child li{
	display:block;
	padding:0;
	clear:left;
	border-right:none;
	background:none;
}

#top_nav ul.nav-child a:link, #top_nav ul.nav-child a:visited{
	font-size: 14px!important;
	font-weight: normal;
	color: #FFFFFF!important;
	padding: 8px 7px;
	display: block;
	min-width: 100px;
	/* border-bottom: dotted 1px #484848; */
}

#top_nav ul.nav-child a:hover{
	color:#fff!important;
}


/**********************************/
/* Small Column Navigation        */
/**********************************/
#small_column ul.menu,
#small_column ul.latestnews,
#small_column ul.category-module  {
	font-size: 18px;
	margin: 0;
	padding:0;
	display:block;
	list-style-type: none;
}

#small_column ul.menu li,
#small_column ul.latestnews li,
#small_column ul.category-module li {
	margin:0;
	padding:0;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#small_column ul.menu a:link,
#small_column ul.menu a:visited,
#small_column ul.menu span,
#small_column ul.latestnews a:link,
#small_column ul.latestnews a:visited,
#small_column ul.category-module a:link,
#small_column ul.category-module a:visited,
#small_column ul.category-module span {
	display: block;
	text-decoration:none;
	padding:10px 10px;
	font-size:14px;
	border-bottom:dotted 1px #ccc;
}

#small_column ul.menu li.active a,
#small_column ul.menu li.active span,
#small_column ul.latestnews li.active a,
#small_column ul.latestnews li.active span,
#small_column ul.category-module li.active a,
#small_column ul.category-module li.active span  {

	color:#444;
}

#small_column ul.menu a:hover,
#small_column ul.menu span:hover,
#small_column ul.latestnews a:hover,
#small_column ul.latestnews span:hover,
#small_column ul.category-module a:hover,
#small_column ul.category-module span:hover{
	color:#000;
}

#small_column ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#small_column li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}


#small_column ul.nav-child li{
	display:inline;
}

#small_column ul.nav-child a:link, #small_column ul.nav-child a:visited{
	color:#fff!important;
	background-color:#333;
	padding:10px 10px;
}

#small_column ul.nav-child a:hover{
	color:#ddd!important;
}

/**********************************/
/* Mobile Navigation */
/**********************************/

#mobile_menu ul.menu {
	display: block;
	list-style-type: none;
	width: 50%;
	min-width: 250px;
	max-width: 400px;
	margin: 120px auto 20px;
}

#mobile_menu ul.menu li {
	margin:0;
	padding:0;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#mobile_menu ul.menu a:link, #mobile_menu ul.menu a:visited, #mobile_menu ul.menu span {
	display: table;
	text-decoration: none;
	padding: 14.5px 35px;
	font-size: 16px;
	background: #0f3c60;
	margin: 15px auto;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}


#mobile_menu ul.menu a:hover, #mobile_menu ul.menu span:hover{
	color: #d62457;
}


#mobile_menu ul.nav-child {
	/**/display:none;
	padding:0; 
	margin:0;
}

#mobile_menu li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#mobile_menu ul.nav-child li{
	display:inline;
}

#mobile_menu ul.nav-child a:link, #mobile_menu ul.nav-child a:visited{
	background-color: #272727;
	padding: 15px 15px 15px 30px;
	color: #A8A8A8;
	font-size: 13px;
}

#mobile_menu ul.nav-child a:hover{
	color:#fff!important;
}

#mobile_menu .moduletable {
    text-align: center;
}

/**********************************/
/* Footer   Navigation          */
/**********************************/
#footer_left ul.menu {
	margin: 0;
	padding:0;
	display:block;
	list-style-type: none;
}

#footer_left ul.menu li {
	margin: 0;
	padding: 0;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:inline-block;
}

#footer_left ul.menu li:after {
	content: ")";
}

#footer_left ul.menu a:link, #footer_left ul.menu a:visited, #footer_left ul.menu span {
	display: block;
	float:left;
	text-decoration:none;
	padding:0 8px 8px 8px;
}

/**********************************/
/* social media buttons          */
/**********************************/

a.social_button:link, a.social_button:visited {
	display: inline-block;
	width: 40px;
}

a.social_button path{
	transition: .2s all ease-in-out;
	fill: #fff;	
}

a.social_button:hover path{
	fill: #d62457;
}


/**********************************/
/* Vertical   Navigation          */
/**********************************/

#vnav
{
	margin: 0;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
}


#vnav li {
	margin:0;	
	padding:0;
	margin-bottom:1px;
}

#vnav a:link, #vnav a:visited {
	display: block;
	padding-left: 8px 15px;
	text-decoration:none;
	border-bottom:solid 1px #eaeaea;
}

#vnav a:hover {
	color:#1b180c;
}

/* components */
/* menu manager */
/*
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type() .ark-form-row:nth-child()
*/
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(1) .ark-form-row:nth-child(2), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(1) .ark-form-row:nth-child(6), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(1) .ark-form-row:nth-child(8), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(1) .ark-form-row:nth-child(8), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(1) .ark-form-row:nth-child(9), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(2) .ark-form-row:nth-child(2), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(2) .ark-form-row:nth-child(3), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(2) .ark-form-row:nth-child(4), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(2) .ark-form-row:nth-child(5), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(2) .ark-form-row:nth-child(6), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(3), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(4), 
#ark-fme-offcanvas div[data-wrapper="true"]:nth-of-type(5), 
h3.ark-accordion-title:nth-of-type(3), 
h3.ark-accordion-title:nth-of-type(4), 
h3.ark-accordion-title:nth-of-type(5), 
h3.ark-accordion-title:nth-of-type(6)
{

	display: none;

}

.eb-form-heading {
    background: none;
	border:none;
    border-bottom: 1px solid #dbdee1;
    color: #555;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 8px;
}

.eb-box-heading {
    border-radius: 7px 7px 0 0;
    color: #333;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    background: none;
    border: none;
    border-bottom: solid 1px #ccc;
}

.eb-box-heading h1 {font-size:26px}

#eb-categories .eb-description, #eb-event-page .eb-description, #eb-events .eb-description {
    background: none;
    margin: 0;
    padding: 15px 0;
    border: none;
}

.eb-register-buttons-top {
    margin-bottom: 30px;
}

#eb-event-details .sharing {display:none}

/*****************Media Queries****************/



@media screen and (min-width: 1140px) { 

	#mobile_menu_button {

		/* display:none; */

	}

	#mobile_menu {

		/* display:none !important; */
	}

}

@media screen and (max-width: 1139px) {
	.menu-active{
		display: none;
		opacity: 0;
	}	
}

@media screen and (max-width: 1140px) {
	.wrapper_frame {width: auto; }
	
	#footer, #table_middle .wrapper_frame, #table_copyright {padding-right: 18px; padding-left: 18px; width:auto;}

	#top_nav ul.menu {
		padding:0;
	}
	
	#top_nav ul.menu a:link, #top_nav ul.menu a:visited, #top_nav ul.menu span {
		padding-left: 20px;
		padding-right: 20px;
	}

/* } */

/* @media screen and (max-width: 915px) {  */
	#top_wrapper{
		height: 180px;
	}
	#banner_left {
		float:none;
		width:auto;
		/*height:110px!important;*/
		/*padding-top:10px!important;*/
		text-align: center !important;		
	}
	
	#banner_right {
		/* float: none; */
		/* padding: 0 0 20px; */
		/* text-align: center; */
		display: none;
	}
	.third_block {
		width:auto;
		margin-right:0;
		float:none;
		text-align:center;
		margin-bottom:30px;
	}

	.third_block.last_block {
		width:auto;
		float:none!important;
		text-align:center;
		margin-bottom:30px;
	}

	.blog_home .row-fluid .span4 {
		float: none!important;
	    width: auto;
	    margin-left: 0;
	}

	#mobile_menu_button {display:block!important;}
	
	#top_nav {
		display:none;
	}
	
	a.social_button{
		margin: 0 5px;
	}
}

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

	#banner_left {
		max-width: 100%;
	}
	.link-grid a{
		width: 100%;
	}
}


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


	#small_column {float:none; width:auto; padding:16px 0;}
	#large_column {width:auto; float:none; padding:2% 0 8% 0;}


	.bq-right, .bq-left {
		float: none;
		margin: 0;
		width:auto;	}

	#banner_left{
		margin: 0 auto;
	}
	#mobile_menu_button{
		top: 150px;
		right: calc( 50% - 116px/2);
	}
	#mobile_menu_button.hamburger.is-active{
		top: 50px;
	}
	#top_wrapper{
		height: auto;
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 650px) { /* 630px */


	.half_block {
		width:auto;
		margin-right:0;
		float:none;
		padding:0;
		margin-bottom:30px;
	}

	.last_block {float:none!important;}


	#footer_right {text-align:left;}

	.image_right {float:none; margin-left:0; margin-bottom:20px; display:block;}
	.image_left {float:none; margin-right:0; margin-bottom:20px; display:block;}

	.no_mobile {display:none;}

}

@media screen and (max-width: 500px) { 
	.two_third_block {
		width:auto;
		float:none;
	}
	
	#footer_left, #footer_right {
		float: none;
		width: auto;
	}
	
	#mobile_menu_button{
		top: 110px;
	}
	
	.form-horizontal .control-label {float:none!important;}
	.form-horizontal .controls {margin-left:0!important;}
}

@media screen and (max-width: 380px) { 
	#banner_left {padding-left:0;}

}