/*--
	Theme Name: UTB Chamber
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */

body { background:#fbfbfb; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder select, .main-holder textarea {
	background:none;
	min-height:36px !important;
	margin:0;
	padding:7px 7px 7px 7px !important;
	border:1px solid #aaaaaa !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:20px!important;
	font-weight:400;
	color:#1F1F1F !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#00B5CC;
	margin:0 0 0 0;
	padding:0 20px 0 20px;
	border:none;
	font:18px/24px Roboto,sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	height:36px;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#000000;
	color:#FFFFFF;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#000000;
	color:#FFFFFF;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:180px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:100px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
h1 { margin-bottom:14px; }
h1 a {
	text-decoration:none;
	color:#f58027;
}
h1 a:focus {
	text-decoration:none;
	color:#f58027;
}
h1 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
h2 { margin-bottom:14px; }
h2 a {
	text-decoration:none;
	color:#f58027;
}
h2 a:focus {
	text-decoration:none;
	color:#f58027;
}
h2 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
h3 { margin-bottom:14px; }
h3 a {
	text-decoration:none;
	color:#f58027;
}
h3 a:focus {
	text-decoration:none;
	color:#f58027;
}
h3 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
h5 a {
	text-decoration:none;
	color:#1f1f1f;
}
h5 a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
h5 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
p { margin:0 0 20px 0; }
.header {
	background:#fff;
	position:relative;
	margin:0;
	padding:0;
	border:none;
	z-index:100;
}
@media (max-width: 979px) {
	.header {
		padding:0 20px 15px 20px;
		text-align:center;
	}
}
.header .logo { margin:23px 0 18px 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	.header .logo { margin:10px 0 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo {
		float:none;
		margin:10px 0;
	}
}
@media (max-width: 767px) {
	.header .logo {
		float:none;
		margin:10px 0;
	}
}
.header .logo a {
	float:left;
	margin:0 10px 0 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .logo a {
		float:none;
		margin:0;
	}
}
@media (max-width: 979px) {
	.header .logo a {
		float:none;
		margin:0;
	}
}
.header .logo .logo_h__txt {
	float:left;
	margin:-2px 10px 0 0;
	padding:0;
}
.header .logo .logo_h__txt a {
	float:none;
	margin:0;
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.header .logo .logo_tagline {
	float:left;
	max-width:100px;
	overflow:hidden;
	margin:0;
	padding:9px 0 4px 0;
	letter-spacing:1px;
	line-height:16px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:lowercase;
	color:#c6c6c6;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .logo .logo_tagline {
		float:none;
		max-width:100%;
		padding:0 0 4px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_tagline {
		float:none;
		max-width:100%;
		padding:0 0 4px 0;
	}
}
@media (max-width: 767px) {
	.header .logo .logo_tagline {
		float:none;
		max-width:100%;
		padding:0 0 4px 0;
	}
}
.header .nav__primary { margin: 20px 0 20px -35px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary { margin: 20px 0 20px -35px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary { margin: 0px; }
}
@media (max-width: 767px) {
	.header .nav__primary { margin: 0px; }
}
.header .nav__primary .sf-menu ul {
	background:#1f1f1f;
	width:210px;
	padding:20px 0 20px 0;
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 0;
}
.header .nav__primary .sf-menu > li:nth-first-child(2) { margin:0; }
.header .nav__primary .sf-menu > li > a {
	height:60px;
	padding:31px 20px 0px 20px;
	border:none;
	text-align:center;
	text-decoration:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a {
		font-size:16px;
		padding:31px 10px 0px 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a {
		width:94px;
		font-size:14px;
	}
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:0 0 1px 0;
}
.header .nav__primary .sf-menu > li li a {
	padding:3px 20px 3px 20px;
	border:none;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-align:left;
	text-decoration:none;
	color:#fff;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	top:92px;
	left:0;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:-23px;
	left:211px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
		left:auto;
		right:211px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
		left:auto;
		right:211px;
	}
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:#1f1f1f;
	color:#fff;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:#fff;
	color:#1f1f1f;
}
.header .nav__primary .sf-menu li li li > a:hover, .header .nav__primary .sf-menu li li li.sfHover > a, .header .nav__primary .sf-menu li li li.current-menu-item > a, .header .nav__primary .sf-menu li li li.current_page_item > a {
	background:#494949;
	color:#fff;
}
.header .nav__primary .sf-sub-indicator {
	background-image:url(images/arrows-ffffff.png);
	margin:0 -5px 0 0;
	top:60px;
	right:50%;
}
#slider-wrapper {
	position:relative;
	z-index:1;
}
#slider-wrapper .container {
	position:relative;
	width:1920px;
	margin:0 0 0 -960px;
	left:50%;
}
@media (min-width: 1920px) and (max-width: 3000px) {
	#slider-wrapper .container {
		width:auto;
		margin:0;
		left:auto;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .container {
		width:1200px;
		margin:0 0 0 -600px;
	}
}
#slider-wrapper .container .camera_wrap { margin:0 !important; }
#slider-wrapper .container .camera_pag {
	position:absolute;
	right:378px;
	bottom:257px;
	left:auto;
}
@media (min-width: 1920px) and (max-width: 3000px) {
	#slider-wrapper .container .camera_pag {
		width:1170px;
		margin:0 -585px 0 0;
		right:50%;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .container .camera_pag { right:483px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_pag { right:591px; }
}
@media (max-width: 480px) {
	#slider-wrapper .container .camera_pag { right:453px; }
}
@media (min-width: 1920px) and (max-width: 3000px) {
	#slider-wrapper .container .camera_pag ul { text-align:right; }
}
#slider-wrapper .container .camera_pag ul li {
	background:url(images/pagination.png) no-repeat 0% 0%;
	width:16px;
	height:16px;
	margin:0 7px 0 0;
}
#slider-wrapper .container .camera_pag ul li:hover { background-position:0% -17px; }
#slider-wrapper .container .camera_pag ul li.cameracurrent { background-position:0% -17px; }
#slider-wrapper .container .camera_pag ul li span { display:none; }
#slider-wrapper .container .camera_prev {
	margin:0 0 0 -61px;
	top:20px;
	left:50%;
}
#slider-wrapper .container .camera_commands {
	margin:0 -20px 0 0;
	top:20px;
	right:50%;
}
#slider-wrapper .container .camera_thumbs {
	width:100%;
	position:absolute;
	top:70px;
	left:0;
}
#slider-wrapper .container .camera_thumbs .camera_thumbs_cont { background:none; }
#slider-wrapper .container .camera_next {
	margin:0 -61px 0 0;
	top:20px;
	right:50%;
}
.content-holder {
	background:#fff;
	position:relative;
	margin:0;
	padding:41px 0 41px 0;
	z-index:99;
}
@media (max-width: 979px) {
	.content-holder { padding:41px 20px 41px 20px; }
}
body.home .content-holder { padding:0 0 41px 0; }
@media (max-width: 979px) {
	body.home .content-holder { padding:0 20px 26px 20px; }
}
.content-holder #content { padding-top:31px; }
#sidebar { padding-top:31px; }
#sidebar .widget {
	margin:0 0 48px 0;
	padding:32px 0 0 0;
	border-top:1px solid #f1f1f1;
}
#sidebar .widget:first-child {
	padding:0;
	border:none;
}
/*
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 16px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#1f1f1f;
}
#sidebar ul li:before {
	line-height:18px;
	font-family:FontAwesome;
	font-size:10px;
	color:#1f1f1f;
	position:absolute;
	top:2px;
	left:0;
	content:'\f0da';
}
#sidebar ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#c5c4c4;
}
#sidebar ul li a:hover:before { color:#c5c4c4; }
#sidebar ul li a:before {
	line-height:18px;
	font-family:FontAwesome;
	font-size:10px;
	color:#1f1f1f;
	position:absolute;
	top:2px;
	left:0;
	content:'\f0da';
}
#sidebar ul li ul { padding:6px 0 0 0; }
*/
#sidebar #calendar_wrap caption { color:#1f1f1f; }
#sidebar #calendar_wrap thead tr th { color:#1f1f1f; }
.hero-unit {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.hero-unit h1 {
	margin:0 0 36px 0;
	padding:0;
	letter-spacing:0px;
	line-height:48px;
	font-size:40px;
	font-weight:700;
	color:#1f1f1f;
}
@media (max-width: 1200px) {
	.hero-unit h1 {
		letter-spacing:normal;
		line-height:34px;
		font-size:34px;
	}
}
@media (max-width: 480px) {
	.hero-unit h1 {
		letter-spacing:normal;
		line-height:28px;
		font-size:28px;
	}
}
.hero-unit p {
	line-height:28px;
	font-size:16px;
	font-weight:400;
	color:#1F1F1F;
}
.list.arrow-list { padding:0 0 0 0; }
.list.arrow-list ul {
	margin:0px 0px 40px 0px;
	padding:0;
}
.list.arrow-list ul li {
	position:relative;
	margin:0 0 11px 0;
	padding:0 0 11px 16px;
	list-style:none;
	line-height:28px;
	font-size:16px;
	font-weight:bold;
	color:#1f1f1f;
	border-bottom:1px dotted #c5c6c8;
}
.list.arrow-list ul li:last-child {
	border-bottom:0px;
	margin:0 0 0 0;
	padding:0 0 0 16px;
}
.list.arrow-list ul li:before {
	line-height:18px;
	font-family:FontAwesome;
	font-size:10px;
	color:#1f1f1f;
	position:absolute;
	top:5px;
	left:0;
	content:'\f0da';
}
.list.arrow-list ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#c5c4c4;
}
.list.arrow-list ul li a:hover:before { color:#c5c4c4; }
.list.arrow-list ul li a:before {
	line-height:18px;
	font-family:FontAwesome;
	font-size:10px;
	color:#1f1f1f;
	position:absolute;
	top:5px;
	left:0;
	content:'\f0da';
}
.list.arrow2-list {
	overflow:hidden;
	padding:0 0 7px 0;
}
.list.arrow2-list ul {
	margin:0;
	padding:0;
}
.list.arrow2-list ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 16px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#1f1f1f;
}
.list.arrow2-list ul li:before {
	line-height:18px;
	font-family:FontAwesome;
	font-size:10px;
	color:#1f1f1f;
	position:absolute;
	top:2px;
	left:0;
	content:'\f0da';
}
.list.arrow2-list ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.list.arrow2-list ul li a:hover {
	text-decoration:none;
	color:#c5c4c4;
}
.list.arrow2-list ul li a:hover:before { color:#c5c4c4; }
.list.arrow2-list ul li a:before {
	line-height:18px;
	font-family:FontAwesome;
	font-size:10px;
	color:#1f1f1f;
	position:absolute;
	top:2px;
	left:0;
	content:'\f0da';
}
.list.custom-list ul { margin:0 !important; }
.list.custom-list ul li {
	width:100%;
	overflow:hidden;
	margin:0 0 18px 0;
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li .dropcap { float:left; }
.list.custom-list ul li strong {
	display:block;
	margin:0 0 16px 0;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#1f1f1f;
}
.list.custom-list ul li em {
	display:block;
	overflow:hidden;
	font-style:normal;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list.custom-list ul li em { overflow:visible; }
}
.dropcap {
	background:#1f1f1f;
	width:70px;
	height:63px;
	overflow:hidden;
	margin:6px 30px 0 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:60px;
	font-family:'Roboto', sans-serif;
	font-size:36px;
	font-weight:400;
	color:#fff;
}
.info_box {
	background:#1f1f1f;
	margin:7px 0 0 0;
	padding:19px 25px 56px 25px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.info_box { padding:19px 15px 56px 15px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.info_box { padding:19px 10px 56px 10px; }
}
@media (max-width: 767px) {
	.info_box { margin:27px 0 0 0; }
}
.info_box:hover { background:#c2c2c2; }
.info_box:hover a {
	background:#dadada;
	color:#fff;
}
.info_box p { margin:0; }
.info_box strong {
	display:block;
	margin:0 0 0 0;
	letter-spacing:2px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.info_box strong {
		line-height:16px;
		font-size:14px;
	}
}
.info_box em {
	display:block;
	margin:-1px 0 0 0;
	line-height:48px;
	font-family:'Roboto', sans-serif;
	font-size:48px;
	font-weight:400;
	font-style:normal;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.info_box em {
		line-height:28px;
		font-size:28px;
	}
}
.info_box a {
	background:#d52908;
	display:block;
	padding:7px 45px 12px 27px;
	letter-spacing:1px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
	color:#ffc76a;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.info_box a {
		padding:7px 45px 12px 17px;
		font-size:14px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.info_box a {
		padding:9px 35px 10px 10px;
		font-size:11px;
	}
}
.info_box a:before {
	background:#ec3817 url(images/arrow.png) no-repeat 50% 50%;
	display:block;
	width:39px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	content:'';
}
@media (min-width: 768px) and (max-width: 979px) {
	.info_box a:before { width:30px; }
}
.banner-wrap {
	background:#1f1f1f;
	position:relative;
	margin:10px 0 40px 0;
	padding:18px 20px 20px 20px!important;
}
@media (max-width: 979px) {
	.banner-wrap {
		margin:30px 0 40px 0;
	}
}
.banner-wrap h5 {
	display:inline-block;
	margin:0 0 0 0;
	vertical-align:top;
	letter-spacing:0px;
	line-height:42px;
	font-family:'Roboto', sans-serif;
	font-size:33px;
	font-weight:700;
	text-transform:none;
	color:#00b5cc!important;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap h5 {
		line-height:32px;
		font-size:26px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap h5 {
		line-height:26px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	.banner-wrap h5 {
		display:block;
		line-height:22px;
		font-size:16px;
	}
}
.banner-wrap p {
	display:inline-block;
	margin:0;
	vertical-align:top;
	line-height:18px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap p {
		line-height:16px;
		font-size:12px;
	}
}
@media (max-width: 767px) {
	.banner-wrap p {
		display:block;
		line-height:16px;
		font-size:12px;
	}
}
.banner-wrap strong {
	margin:0 0 0 0;
	vertical-align:top;
	word-spacing:3px;
	letter-spacing:1px;
	line-height:42px;
	font-family:'Roboto', sans-serif;
	font-size:33px;
	font-weight:400;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap strong {
		letter-spacing:normal;
		line-height:32px;
		font-size:26px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap strong {
		letter-spacing:normal;
		line-height:22px;
		font-size:16px;
	}
}
@media (max-width: 767px) {
	.banner-wrap strong {
		display:block;
		line-height:32px;
		font-size:26px;
	}
}
@media (max-width: 480px) {
	.banner-wrap strong {
		line-height:26px;
		font-size:20px;
	}
}
.banner-wrap em {
	display:inline-block;
	margin:0 26px 0 0;
	padding:3px 0 0 0;
	vertical-align:top;
	font-style:normal;
}
.banner-wrap em span { display:block; }
.banner-wrap i {
	display:inline-block;
	padding:3px 0 0 0;
	vertical-align:top;
	font-style:normal;
}
.banner-wrap i span { display:block; }
.banner-wrap a {
	color:#ffffff;
}
.banner-wrap a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
ul.news li h5 {
	margin:0;
	padding:0;
	line-height:46px;
	font-family:'Roboto', sans-serif;
	font-size:36px;
	font-weight:400;
	color:#1f1f1f;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li h5 {
		line-height:30px;
		font-size:24px;
	}
}
ul.news li h5 a {
	text-decoration:none;
	color:#1f1f1f;
}
ul.news li h5 a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
ul.news li h5 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
ul.news li .info_block {
	display:block;
	margin:0 0 21px 0;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	color:#c4c4c4;
}
ul.news li .thumbnail { margin:0 0 25px 0; }
ul.news li .excerpt { margin:0 0 11px 0; }
a.btn-primary {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	letter-spacing:1px;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-shadow:none;
	text-decoration:underline;
	color:#1f1f1f;
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline;
	color:#1f1f1f;
}
a.btn-primary:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:underline;
	color:#d7d7d7;
}
.spacer { height:44px; }
.footer {
	background:none;
	margin:0;
	padding:30px 0 80px 0;
	border:none;
}
@media (max-width: 979px) {
	.footer { padding:30px 20px 80px 20px; }
}
.footer .footer-text {
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#1f1f1f;
}
@media (max-width: 979px) {
	.footer .footer-text {
		line-height:18px;
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.footer .footer-text { text-align:left; }
}
.footer .footer-text b { display:block; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text b img {
		width:100%;
		height:auto;
	}
}
.footer .footer-text i { font-style:normal; }
.footer .footer-text a {
	text-decoration:none;
	color:#1f1f1f;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.footer .footer-text a:hover {
	text-decoration:underline;
	color:#1f1f1f;
}
.footer ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer ul { padding:0 0 20px 0; }
}
.footer ul li {
	position:relative;
	margin:0 0 6px 0;
	padding:0 0 0 15px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	color:#1f1f1f;
}
.footer ul li:before {
	background:url(images/marker.png) no-repeat 0% 0%;
	display:block;
	width:3px;
	height:5px;
	overflow:hidden;
	position:absolute;
	top:9px;
	left:0;
	content:'';
}
.footer ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.footer ul li a:before {
	background:url(images/marker.png) no-repeat 0% 0%;
	display:block;
	width:3px;
	height:5px;
	overflow:hidden;
	position:absolute;
	top:9px;
	left:0;
	content:'';
}
.footer ul li a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.footer ul li a:hover {
	text-decoration:none;
	color:#c9c9c9;
}
.footer ul li a:hover:before { background-position:0% -6px; }
.footer .footer-nav {
	float:none;
	margin:0;
}
.footer .footer-nav ul { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul { text-align:left; }
}
@media (max-width: 767px) {
	.footer .footer-nav ul { text-align:left; }
}
.footer .footer-nav ul li {
	float:none;
	margin:0 0 6px 0;
	padding:0 0 0 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul li { display:block; }
}
@media (max-width: 767px) {
	.footer .footer-nav ul li { display:block; }
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#c9c9c9;
}
.footer .footer-nav ul li.current-menu-item a:before { background-position:0% -6px; }
.footer .footer-nav ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.footer .footer-nav ul li a:before {
	background:url(images/marker.png) no-repeat 0% 0%;
	display:block;
	width:3px;
	height:5px;
	overflow:hidden;
	position:absolute;
	top:9px;
	left:0;
	content:'';
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#c9c9c9;
}
.footer .footer-nav ul li a:hover:before { background-position:0% -6px; }
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:auto; }
#back-top-wrapper p#back-top a:hover:before { color:#ffc76a; }
#back-top-wrapper p#back-top a:before {
	display:inline-block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	line-height:40px;
	font-family:FontAwesome;
	font-size:84px;
	color:#1f1f1f;
	content:'\f0d8';
}
#back-top-wrapper p#back-top a span { display:none; }
.title-section { padding:0; }
.title-section h1 { margin:0 0 16px 0; }
.title-section ul {
	background:#f1f1f1;
	margin:0;
	padding:20px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul li {
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#1f1f1f;
}
.title-section ul li.divider { margin:0 10px; }
.title-section ul li.divider:after {
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#1f1f1f;
	content:'|';
}
.title-section ul li.active { color:#1f1f1f; }
.title-section ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.post_meta i { color:#1f1f1f; }
.post_meta a {
	text-decoration:none;
	color:#1f1f1f;
}
.post_meta a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post-author {
	background:#f1f1f1;
	margin:0 0 70px 0;
	padding:20px;
	border:none;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:23px;
	font-size:18px;
	color:#1f1f1f;
}
.post-author h3 a {
	text-decoration:none;
	color:#1f1f1f;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.post-author .post-author_gravatar { margin:2px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:20px;
	font-size:14px;
	color:#c9c8c8;
}
.related-posts ul li a {
	text-decoration:none;
	color:#c9c8c8;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#c9c8c8;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
ol.comment-list li .comment-body {
	background:#f1f1f1 !important;
	border:none;
}
ol.comment-list li .comment-body .author {
	text-align:left;
	color:#1f1f1f;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-meta {
	line-height:23px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#1f1f1f;
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	line-height:23px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#c9c8c8;
}
ol.comment-list li .comment-body .reply a:focus {
	text-decoration:none;
	color:#c9c8c8;
}
ol.comment-list li .comment-body .reply a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.cancel-comment-reply { padding:0 0 8px 0; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding-left:2px !important;
		padding-right:2px !important;
	}
}
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper { padding:14px 0 48px 0; }
.filter-wrapper strong {
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
	color:#1f1f1f;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		line-height:20px;
		font-size:15px;
	}
}
.filter-wrapper ul {
	margin:0;
	padding:0;
}
.filter-wrapper ul li {
	margin:0 0 0 20px;
	padding:0;
}
.filter-wrapper ul li.active a {
	background:none;
	text-decoration:none;
	color:#1f1f1f;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	text-decoration:none;
	color:#1f1f1f;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	text-decoration:none;
	color:#1f1f1f;
}
.filter-wrapper ul li a {
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	text-decoration:none;
	color:#1f1f1f;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		line-height:20px;
		font-size:15px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	text-decoration:none;
	color:#1f1f1f;
}
.filter-wrapper ul li a:hover {
	background:none;
	text-decoration:none;
	color:#1f1f1f;
}
#portfolio-grid li .thumbnail { margin:0 0 15px 0; }
#portfolio-grid li h3 {
	margin:0 0 10px 0;
	line-height:24px;
	font-size:18px;
	color:#1f1f1f;
}
#portfolio-grid li h3 a {
	text-decoration:none;
	color:#1f1f1f;
}
#portfolio-grid li h3 a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
#portfolio-grid li h3 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.faq-list h4 {
	margin:0;
	line-height:18px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
}
@media (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:30px;
		font-size:30px;
	}
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.mn-widget-login-fieldvalue input { margin:0px!important; }
.mn-widget-login-fieldvalue { margin-left:0px!important; padding:0px!important; }

.grecaptcha-badge { display:none!important; }


.page-id-7502 .content-holder { padding-top:0px!important; }
.page-id-7502 .title-section h1 { margin-top:41px!important; }

.page-id-7655 .content-holder #content { padding-top:0px!important; }
.page-id-7655 .content-holder { padding-top:0px!important; }
.page-id-7655 .title-section { display:none; }

a.nonprofit-donation-button { background-color:#00B5CC!important; margin:0 0 0 0!important; padding:0 20px 0 20px!important; border:none!important; font: 18px/24px Roboto,sans-serif!important; font-weight:normal!important; color:#FFFFFF!important; height:36px!important; line-height:36px!important; text-decoration:none!important; text-transform:uppercase!important; width:100%!important; box-sizing:border-box!important; display:block!important; text-align:center!important; transition:all 0.3s ease 0s!important; }
a.nonprofit-donation-button:hover { background-color:#000000!important; }

.mn-widget-login .mn-widget-login-fieldname { display:block!important; width:100%!important; font-weight:bold!important; }
.mn-widget-login-fieldvalue input { width:100%!important; }
.mn-widget-login-password .mn-widget-login-fieldvalue input[type="password"] { width:100%!important; background:none repeat scroll 0% 0% transparent!important; min-height:36px!important; margin:0px!important; padding:7px!important; border:1px solid #AAAAAA!important; border-radius:0px!important; box-shadow:none!important; resize:none!important; font-family:"Roboto",sans-serif!important; font-size:14px!important; line-height:20px!important; font-weight:400!important; color:#1F1F1F!important; box-sizing:border-box!important; }
.mn-widget-login .mn-widget-login-forgot { width:100%!important; margin:15px 0px 15px 0px!important; display:block!important; }
.mn-widget-login .mn-widget-login-login { width:100%!important; }

.logo img { max-height:156px!important; }

body { color:#1f1f1f!important; }
html { overflow-y: scroll!important; }

header { border-bottom:1px solid #c5c6c8!important; background:#fbfbfb!important; }

.header .logo { margin:5px 0px 0px 0px!important; }
@media (min-width: 979px) and (max-width: 1200px) { .header .logo { margin:20px 0px 0px 0px!important; } }
@media (min-width: 768px) and (max-width: 970px) { .header .logo { margin:20px auto 20px auto!important; max-width:300px!important; } }
@media (max-width: 767px) { .header .logo { margin:20px auto 20px auto!important; max-width:300px!important; } }

.top-header-bar a { color:#1F1F1F!important; text-decoration:none!important; }
.top-header-bar a:hover { color:#1F1F1F!important; text-decoration:underline!important; }
@media (max-width: 979px) { .top-header-bar { display:none!important; } }

.header .nav__primary .sf-menu ul { width:321px!important; }
.header .nav__primary .sf-menu > li:nth-last-child(2) > a { background:#00b5cc!important; color:#FFFFFF!important; }
.header .nav__primary .sf-menu > li:nth-last-child(2) > a:hover { background:#1f1f1f!important; color:#FFFFFF!important; }
.header .nav__primary .sf-menu > li:first-child { display:none!important; }
.header .nav__primary .sf-menu > li:nth-last-child(3) { display:none!important; }
.header .nav__primary .sf-menu > li:nth-last-child(7) { display:none!important; }
.header .nav__primary .sf-menu > li:nth-last-child(8) { display:none!important; }
.header .nav__primary .sf-menu > li:nth-last-child(11) { display:none!important; }
.header .nav__primary .sf-menu > li:last-child { display:none!important; }
.header .nav__primary .sf-menu > li { margin:0 0 0 0!important; border-right:1px dotted #c5c6c8!important; }
.header .nav__primary .sf-menu > li:nth-last-child(2) { margin:0 0 0 0!important; border-right:0px dotted #c5c6c8!important; }
@media(max-width: 979px) { .sf-menu { display:none!important; } .select-menu { display:block!important; } }
.header .nav__primary .sf-menu > li.current-menu-item > a { background:none!important; color:#1F1F1F!important; }
.header .nav__primary .sf-menu > li.current-menu-item:hover > a { background:#1F1F1F!important; color:#FFFFFF!important; }
.header .nav__primary .sf-menu > li.current-menu-item:nth-last-child(2) > a { background:#00b5cc!important; color:#FFFFFF!important; }
.header .nav__primary .sf-menu > li.current-menu-item:nth-last-child(2) > a:hover { background:#1f1f1f!important; color:#FFFFFF!important; }

@media (max-width: 979px) { #sidebar { display:none!important; } }

#slider-wrapper .container .camera_caption { width:1170px; margin:0 0 0 -585px; position:absolute; left:50%; bottom:68px; }
@media (min-width: 979px) and (max-width: 1200px) { #slider-wrapper .container .camera_caption { width:940px; margin:0 0 0 -471px; position:absolute; left:50%; bottom:68px; } }
#slider-wrapper .container .camera_pag { bottom:8px!important; }
#slider-wrapper .container .camera_caption { bottom:0px!important; }
#slider-wrapper .container .camera_caption div { width:1170px; }
@media (min-width: 979px) and (max-width: 1200px) { #slider-wrapper .container .camera_caption div { width:940px; } }
#slider-wrapper .container .camera_caption div span.span-001 { background: -moz-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(31,31,31,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(31,31,31,1)), color-stop(100%,rgba(31,31,31,0))); background: -webkit-linear-gradient(left, rgba(31,31,31,1) 0%,rgba(31,31,31,0) 100%); background: -o-linear-gradient(left, rgba(31,31,31,1) 0%,rgba(31,31,31,0) 100%); background: -ms-linear-gradient(left, rgba(31,31,31,1) 0%,rgba(31,31,31,0) 100%); background: linear-gradient(to right,  rgba(31,31,31,1) 0%, rgba(31,31,31,0) 100%); padding:10px 30px 10px 30px; height:145px; bottom:25px!important; margin:0px 0px 0px 0px; width:900px; }
#slider-wrapper .container .camera_caption div span.span-002 { background: -moz-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(31,31,31,0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(31,31,31,1)), color-stop(100%,rgba(31,31,31,0))); background: -webkit-linear-gradient(left, rgba(31,31,31,1) 0%,rgba(31,31,31,0) 100%); background: -o-linear-gradient(left, rgba(31,31,31,1) 0%,rgba(31,31,31,0) 100%); background: -ms-linear-gradient(left, rgba(31,31,31,1) 0%,rgba(31,31,31,0) 100%); background: linear-gradient(to right,  rgba(31,31,31,1) 0%, rgba(31,31,31,0) 100%); padding:10px 30px 10px 30px; height:42px; bottom:25px!important; margin:0px 0px 0px 0px; width:900px; }
.camera_caption > div { padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
#slider-wrapper .container .camera_caption div strong { font-family:Roboto,sans-serif; font-weight:700; color:#ffffff; border-right:0px; font-size:30px; line-height:40px; display:block; }
#slider-wrapper .container .camera_caption div b { display:block; margin-bottom:10px; }
#slider-wrapper .container .camera_caption div em { display:block; margin-bottom:20px; }
#slider-wrapper .container .camera_caption div a.caption-button { background:#00B5CC; padding:5px 10px 5px 10px; font-weight:bold; margin:0px 0px 0px 0px; color:#FFFFFF; }
#slider-wrapper .container .camera_caption div a:hover.caption-button { background:#1f1f1f; text-decoration:none; }
@media(max-width: 979px) { #slider-wrapper .container .camera_caption div strong { margin-bottom:10px; } #slider-wrapper .container .camera_pag { display:none!important; } #slider-wrapper .container .camera_caption div b { display:none!important; } #slider-wrapper .container .camera_caption div em { display:none!important; } #slider-wrapper .container .camera_caption div a.caption-button { margin-top:10px; } .camera_caption > div { background:none!important; } #slider-wrapper .container .camera_caption div span.span-001 { background: rgb(31, 31, 31); background: rgba(31, 31, 31, 0.8); width:100%; text-align:center; height:105px; } #slider-wrapper .container .camera_caption div span.span-002 { background: rgb(31, 31, 31); background: rgba(31, 31, 31, 0.8); width:100%; text-align:center; height:62px; } }
@media (max-width: 767px) { #slider-wrapper .container .camera_caption div strong { font-family:Roboto,sans-serif; font-weight:700; color:#ffffff; border-right:0px; font-size:24px; line-height:40px; display:block; } }
@media (max-width: 480px) { #slider-wrapper .container .camera_caption div strong { font-family:Roboto,sans-serif; font-weight:700; color:#ffffff; border-right:0px; font-size:14px; line-height:40px; display:block; } }
/*
@media(max-width: 979px) { #slider-wrapper .container .camera_caption { display:none!important; } }
*/

ul.services { width:100%; margin:0px 0px 0px 0px!important; overflow:visible; }
ul.services li { position:relative; float:left; margin:0px 0px 0px 0px; vertical-align:top; text-align:left; }
ul.services li a { color:#FFFFFF; font-family:'Roboto', sans-serif; text-decoration:none; font-size:14px; line-height:20px; display:block; }
ul.services li a:hover { text-decoration:underline; }
ul.services li:first-child { width:202px; padding:25px 0px 23px 80px; margin:0px 12px 12px 0px; background:url(images/icon-001.png) 20px 24px no-repeat #bd1f02; }
ul.services li.item_2 { width:202px; padding:25px 0px 23px 80px; margin:0px 12px 12px 0px; background:url(images/icon-002.png) 20px 24px no-repeat #d62907; }
ul.services li.item_3 { width:202px; padding:25px 0px 23px 80px; margin:0px 0px 12px 0px; background:url(images/icon-shop-utb-alternate.png) 20px 24px no-repeat #ec3817; }
ul.services li.item_4 { width:202px; padding:25px 0px 23px 80px; margin:0px 12px 0px 0px; background:url(images/icon-004.png) 20px 24px no-repeat #e4834e; }
ul.services li.item_5 { width:202px; padding:25px 0px 23px 80px; margin:0px 12px 12px 0px; background:url(images/icon-005.png) 20px 24px no-repeat #f89f5d; }
ul.services li.item_6 { width:202px; padding:25px 0px 23px 80px; margin:0px 0px 12px 0px; background:url(images/icon-006.png) 20px 24px no-repeat #ffc76a; }

@media (min-width: 979px) and (max-width: 1200px) { ul.services li { width:126px!important; min-height:60px; padding:33px 15px 51px 15px!important; } ul.services li:first-child { width:185px!important; padding:24px 20px 24px 20px!important; margin:0px 12px 12px 0px!important; background:#BD1F02!important; } ul.services li.item_2 { width:185px!important; padding:24px 20px 24px 20px!important; margin:0px 12px 12px 0px!important; background:#D62907!important; } ul.services li.item_3 { width:186px!important; padding:24px 20px 24px 20px!important; margin:0px 0px 12px 0px!important; background:#EC3817!important; } ul.services li.item_4 { width:185px!important; padding:24px 20px 24px 20px!important; margin:0px 12px 0px 0px!important; background:#E4834E!important; } ul.services li.item_5 { width:185px!important; padding:24px 20px 24px 20px!important; margin:0px 12px 12px 0px!important; background:#F89F5D!important; } ul.services li.item_6 { width:186px!important; padding:24px 20px 24px 20px!important; margin:0px 0px 12px 0px!important; background:#FFC76A!important; } }

@media (max-width: 979px) { ul.services li { display:inline-block; float:none; width:100%!important; overflow:hidden!important; color:#FFFFFF; } ul.services li a { padding-left:80px; } ul.services li:first-child { padding:18px 0px 17px 0px!important; margin:0px 0px 12px 0px!important; background:url(images/icon-001.png) 20px 17px no-repeat #BD1F02!important; } ul.services li.item_2 { padding:18px 0px 17px 0px!important; margin:0px 0px 12px 0px!important; background:url(images/icon-002.png) 20px 17px no-repeat #D62907!important; } ul.services li.item_3 { padding:18px 0px 17px 0px!important; margin:0px 0px 12px 0px!important; background:url(images/icon-shop-utb-alternate.png) 20px 17px no-repeat #EC3817!important; } ul.services li.item_4 { padding:18px 0px 17px 0px!important; margin:0px 0px 12px 0px!important; background:url(images/icon-004.png) 20px 17px no-repeat #E4834E!important; } ul.services li.item_5 { padding:18px 0px 17px 0px!important; margin:0px 0px 12px 0px!important; background:url(images/icon-005.png) 20px 17px no-repeat #F89F5D!important; } ul.services li.item_6 { padding:18px 0px 17px 0px!important; margin:0px 0px 12px 0px!important; background:url(images/icon-004.png) 20px 17px no-repeat #FFC76A!important; } }

@media (min-width: 979px) and (max-width: 1200px) { .list.arrow-list ul li { line-height:26px!important; font-size:14px!important; } }

.footer { border-top:1px solid #CCCCCC!important; }
footer { border-top:1px solid #c5c6c8!important; background:#fbfbfb!important; }

.title-section ul { background: none repeat scroll 0% 0% #e8eaed!important; }

.tax-wpbdp_category .title-section h1 { display:none; }

.membership-input { width:470px!important; }
.membership-button { display:inline-block!important; padding:0px 20px 0px 20px!important; margin:20px 0px 0px 0px!important; font:18px/24px Roboto,sans-serif!important; color:#FFFFFF!important; background:#00B5CC!important; font-weight:normal!important; height:40px!important; }
.membership-button:hover { background:#000000!important; color:#FFFFFF!important; }
@media (min-width: 979px) and (max-width: 1200px) { .membership-input { width:380px!important; } .page-id-3183 select { width:380px!important; } }
@media (max-width: 979px) { .membership-input { width:100%!important; } }

.marketplace-input { width:370px!important; }
.page-id-3720 select { width:370px!important; }
.marketplace-button { display:inline-block!important; padding:0px 20px 0px 20px!important; margin:20px 0px 0px 0px!important; font:18px/24px Roboto,sans-serif!important; color:#FFFFFF!important; background:#00B5CC!important; font-weight:normal!important; height:40px!important; }
.marketplace-button:hover { background:#000000!important; color:#FFFFFF!important; }
@media (min-width: 979px) and (max-width: 1200px) { .marketplace-input { width:280px!important; } .page-id-3720 select { width:280px!important; } }
@media (max-width: 979px) { .marketplace-input { width:100%!important; } .page-id-3720 select { width:100%!important; } }

@media(max-width: 979px) { .responsive-view { display:none!important; } }

.corporate-sponsors-title { text-align:left; font-size:20px; line-height:20px; font-weight:bold; margin-bottom:20px; }
.corporate-sponsors-001 { width:370px; float:left; margin:0px 30px 30px 0px; }
.corporate-sponsors-002 { width:370px; float:left; margin:0px 30px 30px 0px; }
.corporate-sponsors-003 { width:370px; float:left; margin:0px 0px 30px 0px; }
.corporate-sponsors-004 { width:370px; float:left; margin:0px 30px 30px 0px; }
.corporate-sponsors-005 { width:370px; float:left; margin:0px 30px 30px 0px; }
.corporate-sponsors-006 { width:370px; float:left; margin:0px 0px 30px 0px; }
.corporate-sponsors-007 { width:370px; float:left; margin:0px 30px 0px 0px; }
.corporate-sponsors-008 { width:370px; float:left; margin:0px 30px 0px 0px; }
.corporate-sponsors-009 { width:370px; float:left; margin:0px 0px 0px 0px; }
.corporate-sponsors-010 { width:242px; float:left; margin:0px 22px 22px 0px; }
.corporate-sponsors-011 { width:242px; float:left; margin:0px 22px 22px 0px; }
.corporate-sponsors-012 { width:242px; float:left; margin:0px 0px 22px 0px; }

@media (min-width: 979px) and (max-width: 1200px) { 

.corporate-sponsors-001 { width:300px; float:left; margin:0px 20px 20px 0px; }
.corporate-sponsors-002 { width:300px; float:left; margin:0px 20px 20px 0px; }
.corporate-sponsors-003 { width:300px; float:left; margin:0px 0px 20px 0px; }
.corporate-sponsors-004 { width:300px; float:left; margin:0px 20px 20px 0px; }
.corporate-sponsors-005 { width:300px; float:left; margin:0px 20px 20px 0px; }
.corporate-sponsors-006 { width:300px; float:left; margin:0px 0px 20px 0px; }
.corporate-sponsors-007 { width:300px; float:left; margin:0px 20px 0px 0px; }
.corporate-sponsors-008 { width:300px; float:left; margin:0px 20px 0px 0px; }
.corporate-sponsors-009 { width:300px; float:left; margin:0px 0px 0px 0px; }
.corporate-sponsors-010 { width:192px; float:left; margin:0px 22px 22px 0px; }
.corporate-sponsors-011 { width:192px; float:left; margin:0px 22px 22px 0px; }
.corporate-sponsors-012 { width:192px; float:left; margin:0px 0px 22px 0px; }

}

@media (max-width: 979px) { 

.corporate-sponsors-001 { width:32%; float:left; margin:0px 2% 10px 0px; }
.corporate-sponsors-002 { width:32%; float:left; margin:0px 2% 10px 0px; }
.corporate-sponsors-003 { width:32%; float:left; margin:0px 0px 10px 0px; }
.corporate-sponsors-004 { width:32%; float:left; margin:0px 2% 10px 0px; }
.corporate-sponsors-005 { width:32%; float:left; margin:0px 2% 10px 0px; }
.corporate-sponsors-006 { width:32%; float:left; margin:0px 0px 10px 0px; }
.corporate-sponsors-007 { width:32%; float:left; margin:0px 2% 0px 0px; }
.corporate-sponsors-008 { width:32%; float:left; margin:0px 2% 0px 0px; }
.corporate-sponsors-009 { width:32%; float:left; margin:0px 0px 0px 0px; }
.corporate-sponsors-010 { width:32%; float:left; margin:0px 2% 20px 0px; }
.corporate-sponsors-011 { width:32%; float:left; margin:0px 2% 20px 0px; }
.corporate-sponsors-012 { width:32%; float:left; margin:0px 0px 20px 0px; }

}

@media (max-width: 480px) { 

.our-corporate-sponsors-container { margin:20px 0px 0px 0px; }
.corporate-sponsors-001 { width:49%; float:left; margin:0px 1% 5px 0px; }
.corporate-sponsors-002 { width:49%; float:left; margin:0px 0px 5px 0px; }
.corporate-sponsors-003 { width:49%; float:left; margin:0px 1% 5px 0px; }
.corporate-sponsors-004 { width:49%; float:left; margin:0px 0px 5px 0px; }
.corporate-sponsors-005 { width:49%; float:left; margin:0px 1% 5px 0px; }
.corporate-sponsors-006 { width:49%; float:left; margin:0px 0px 5px 0px; }
.corporate-sponsors-007 { width:49%; float:left; margin:0px 1% 5px 0px; }
.corporate-sponsors-008 { width:49%; float:left; margin:0px 0px 5px 0px; }
.corporate-sponsors-009 { width:49%; float:left; margin:0px 1% 5px 0px; }
.corporate-sponsors-010 { width:49%; float:left; margin:0px 0px 0px 0px; }
.corporate-sponsors-011 { width:49%; float:left; margin:0px 0px 0px 0px; }
.corporate-sponsors-012 { width:49%; float:left; margin:0px 0px 0px 0px; }

}

.wpcf7-form textarea { height:150px!important; }

.at4-follow.at4-follow-24 .at4-follow-inner .at4-follow-close-control div { margin-top:12px!important; }
div.at4-arrow.at-left, #at4-recommendedpanel-outer-container .at4-arrow.at-left { margin-top:10px!important; }
.at4-follow { top:8px!important; }
.atss { top:181px!important; }
.at4-share-title { background:url('https://www.utbchamber.com/wp-content/uploads/tag-share.png') top center no-repeat; font-size:12px; text-align:center; font-family:'Open Sans Condensed', sans-serif; letter-spacing:1px; font-weight:bold; }

#back-top-wrapper { bottom:75px!important; }

a.category-label { color:#1f1f1f!important; margin-left:15px!important; font-weight:bold!important; }
ul.wpbdp-categories { padding:0px 0px 0px 0px!important; margin:0px 0px 0px 0px!important; text-align:left!important; }
ul.wpbdp-categories > li { padding:5px 0px 5px 0px!important; width:100%!important; float:lef!important; margin:0px 0px 0px 0px!important; background:#E8EAED!important; list-style:none!important; border:0px!important; }
ul.wpbdp-categories > li:nth-child(even) { background:#F8FAFD!important; }
ul.wpbdp-categories > li:nth-child(odd) { background:#E8EAED!important; }

#wpbdp-bar-submit-listing-button { background:#00B5CC!important; margin:0px 5px 0px 0px!important; padding:0px 20px 0px 20px!important; border:none!important; font:18px/24px Roboto,sans-serif!important; font-weight:normal!important; color:#FFFFFF!important; height:36px!important; }
#wpbdp-bar-view-listings-button { background:#00B5CC!important; margin:0px 0px 0px 0px!important; padding:0px 20px 0px 20px!important; border:none!important; font:18px/24px Roboto,sans-serif!important; font-weight:normal!important; color:#FFFFFF!important; height:36px!important; }
#wpbdp-bar-show-directory-button {background:#00B5CC!important; margin:0px 5px 0px 0px!important; padding:0px 20px 0px 20px!important; border:none!important; font:18px/24px Roboto,sans-serif!important; font-weight:normal!important; color:#FFFFFF!important; height:36px!important; }
#wpbdp-bar-submit-listing-button:hover { background:#000000!important; }
#wpbdp-bar-view-listings-button:hover { background:#000000!important; }
#wpbdp-bar-show-directory-button:hover { background:#000000!important; }

@media (max-width: 979px) { .wpbdp-main-links { width:100%!important; } #wpbdp-bar-submit-listing-button { width:100%!important; margin:0px 0px 5px 0px!important; } #wpbdp-bar-view-listings-button { width:100%!important; margin:0px 0px 5px 0px!important; } #wpbdp-bar-show-directory-button { width:100%!important; margin:0px 0px 5px 0px!important; } .wpbdp-bar .wpbdp-search-form { margin:0px 0px 0px 0px!important; width:100%!important; } form#wpbdmsearchform { text-align:center!important; } form#wpbdmsearchform input { width:100%!important; } form#wpbdmsearchform input[type="text"] { margin:0px 0px 5px 0px!important; } }

#wpbdp-search-page h3 { display:none!important; }
#wpbdp-search-form { padding-left:0px!important; }
#wpbdp-search-form .label { width:100%!important; background:none!important; color:#1F1F1F!important; text-shadow:none!important; font-size:14px!important; line-height:20px!important; }
#wpbdp-search-form .wpbdp-search-filter > div.field { width:100%!important; margin-left:0%!important; padding-left:0px!important; }
#wpbdp-search-form .wpbdp-search-filter > div.field > input[type="text"] { width:100%!important; box-sizing:border-box!important; }
#wpbdp-search-form .wpbdp-search-filter > div.field > select { width:100%!important; box-sizing:border-box!important; background:none repeat scroll 0% 0% transparent!important; min-height:36px!important; margin:0px!important; padding:7px!important; border:1px solid #AAAAAA!important; border-radius:0px!important; box-shadow:none!important; resize:none!important; font-family:"Roboto",sans-serif!important; font-size:14px!important; line-height:20px!important; font-weight:400!important; color:#1F1F1F!important; }

#wpbdp-search-form-wrapper p { margin-top:30px!important; }

.page-id-2286 form { margin:0px 0px 0px 0px!important; }

.label { padding:0px 0px 0px 0px!important; }

.wpbdp-listing-excerpt { padding:20px 0px 20px 0px!important; }
.wpbdp-listing-excerpt:nth-child(even) { background:#FFFFFF!important; border-bottom:2px solid #999999!important; }
.wpbdp-listing-excerpt:nth-child(odd) { background:#FFFFFF!important; border-bottom:2px solid #999999!important; }

.listing-thumbnail { border:0px!important; margin:0px 0px 0px 0px!important; }
@media (max-width: 979px) { .listing-thumbnail { display:none!important; } }

.view-listing { background:#00B5CC!important; margin:0px 5px 0px 0px!important; padding:0px 20px 0px 20px!important; border:none!important; font:18px/24px Roboto,sans-serif!important; font-weight:normal!important; color:#FFFFFF!important; height:36px!important; }
.view-listing:hover { background:#000000!important; }
#wpbdp-view-listings-page label { display:inline-block!important; }
.field-value label { display:inline-block!important; }

.login-password input[type="password"] { width:100%!important; background:none repeat scroll 0% 0% transparent!important; min-height:36px!important; margin:0px!important; padding:7px!important; border:1px solid #AAAAAA!important; border-radius:0px!important; box-shadow:none!important; resize:none!important; font-family:"Roboto",sans-serif!important; font-size:14px!important; line-height:20px!important; font-weight:400!important; color:#1F1F1F!important; box-sizing:border-box!important; }

.login-username input[type="text"] { width:100%!important; background:none repeat scroll 0% 0% transparent!important; min-height:36px!important; margin:0px!important; padding:7px!important; border:1px solid #AAAAAA!important; border-radius:0px!important; box-shadow:none!important; resize:none!important; font-family:"Roboto",sans-serif!important; font-size:14px!important; line-height:20px!important; font-weight:400!important; color:#1F1F1F!important; box-sizing:border-box!important; }


.listing-actions input[type="button"] { display:inline-block!important; padding:0px 20px 0px 20px!important; margin:0px 5px 0px 0px!important; font:18px/24px Roboto,sans-serif!important; color:#FFFFFF!important; background:#00B5CC!important; font-weight:normal!important; height:36px!important; border:0px!important; }
.listing-actions input[type="button"]:hover { background:#000000!important; }

.listing-actions input[type="submit"] { display:inline-block!important; padding:0px 20px 0px 20px!important; margin:0px 5px 0px 0px!important; font:18px/24px Roboto,sans-serif!important; color:#FFFFFF!important; background:#00B5CC!important; font-weight:normal!important; height:36px!important; border:0px!important; }
.listing-actions input[type="submit"]:hover { background:#000000!important; }

.wpbdp-listing-single .listing-title h2 { margin:10px 0px 14px 0px!important; }
.wpbdp-listing .contact-form h3 { margin-left:0px!important; margin-bottom:35px!important; }
.wpbdp-listing-single .listing-actions { margin-bottom:40px!important; }
.listing-single-bg { background:#E8EAED!important; padding:20px!important; }
.wpbdp-listing-single .main-image img { border:0px!important; }
.wpbdp-listing-single .main-image { margin:0px 0px 0px 0px!important; padding:0px 0px 0px 0px!important; }
.wpbdp-listing .contact-form { margin-top:40px!important; padding-left:0px!important; }
.wpbdp-listing .contact-form .intextbox { width:100%!important; background:none repeat scroll 0% 0% transparent!important; min-height:36px!important; margin:0px!important; padding:7px!important; border:1px solid #AAAAAA!important; border-radius:0px!important; box-shadow:none!important; resize:none!important; font-family:"Roboto",sans-serif!important; font-size:14px!important; line-height:20px!important; font-weight:400!important; color:#1F1F1F!important; box-sizing:border-box!important; }
.wpbdp-listing .contact-form label {  margin-bottom:1px!important; display:block!important; color:#1F1F1F!important; font-family: Roboto,sans-serif!important; font-size:14px!important; line-height:20px!important; }
.wpbdp-listing .contact-form input[type="submit"] { margin-top:15px!important; }
.login-remember input[type="checkbox"] { margin:0px 5px 3px 0px!important; }

#tribe-events-bar { display:none!important; }
.tribe-events-notices { display:none!important; }

h2.tribe-events-page-title { font:bold 40px/48px Roboto,sans-serif!important; text-align:left!important; margin-bottom:36px!important; margin-top:0px!important; }
#tribe-events-header .tribe-events-sub-nav { display:none!important; }
.tribe-events-visuallyhidden { display:none!important; }
#tribe-events-content { margin-bottom:0px!important; padding:0px!important; }

.cctor_alignleft { margin:0px 15px 15px 0px!important; }
.cctor_coupon_content { max-height:293px!important; min-height:293px!important; }
.cctor_coupon { border:1px solid #AAAAAA!important; }
.cctor_coupon_image { border:1px solid #AAAAAA!important; }

@media (max-width: 1200px) { h2.tribe-events-page-title { font:bold 34px/34px Roboto,sans-serif!important; } }

a.sponsorship-button { width:370px!important; padding:10px 0px 10px 0px!important; margin:5px 0px 0px 0px!important; background:#00B5CC!important; color:#FFFFFF!important; letter-spacing:0px!important; font-family:"Roboto",sans-serif!important; font-size:16px!important; line-height:28px!important; font-weight:700!important; text-transform:uppercase!important; display:block!important; }
a:hover.sponsorship-button { background:#1F1F1F!important; text-decoration:none!important; }

@media (min-width: 979px) and (max-width: 1200px) { a.sponsorship-button { width:300px!important; } }
@media (max-width: 979px) { a.sponsorship-button { width:100%!important; overflow:hidden!important; } }

.list.arrow-list ul { margin:0px 0px 40px 0px!important; padding:0px 0px 0px 0px!important; }
.list.arrow-list ul li { position:relative!important; margin:0px 0px 11px 0px!important; padding:0px 0px 11px 16px!important; list-style:none!important; line-height:28px!important; font-size:16px!important; font-weight:bold!important; color:#1F1F1F!important; border-bottom:1px dotted #C5C6C8!important; }
.list.arrow-list ul li:last-child { border-bottom:0px!important; margin:0px 0px 0px 0px!important; padding:0px 0px 0px 16px!important; }
.list.arrow-list ul li a { text-decoration:none!important; color:#1F1F1F!important; }
.list.arrow-list ul li a:hover { text-decoration:none!important; color:#C5C4C4!important; }

.tribe-events-ical { display:none!important; }

.footer-float-001 { float:left; text-align:left; padding-top:5px; }
.footer-float-002 { float:right; }
.footer-logo-001 { float:left; margin-right:10px; margin-bottom:0px; }
.footer-logo-002 { float:left; margin-right:0px; margin-bottom:0px; }

@media (max-width: 979px) { .footer-float-001 { float:none; text-align:center; margin-bottom:30px; width:100%; padding-top:0px; } .footer-float-002 { float:none; text-align:center; clear:both; } .footer-text { float:none!important; text-align:center!important; } .footer-logo-001 { float:none; margin-right:0px; margin-bottom:10px; padding:10px; background:#f3f3f5; border:1px solid #cccccc; } .footer-logo-002 { float:none; margin-right:0px; margin-bottom:10px; padding:10px; background:#f3f3f5; border:1px solid #cccccc; } }

.post_meta { border-bottom:0px!important; border-top:0px!important; background:#e8eaed!important; padding:10px 10px 10px 10px!important; font-weight:bold!important; margin-bottom:0px!important; }
.post_comment { display:none!important; }
.post_date { margin-right:4px!important; }
.post-header { background:none!important; border-bottom:0px!important; }
.post__holder .post-header .post-title { margin-bottom:20px!important; }
.post_wrapper { margin-bottom:0px!important; margin-top:31px!important; }
.archive.category-utb-video-magazine .title-header { font-size:0; }
.archive.category-utb-video-magazine .title-header small { font-size:0; }
.archive.category-utb-video-magazine .title-header:before { content:"UTB Video Magazine"; font: bold 36px/46px Roboto, sans-serif;
color: #1f1f1f; }
.archive.category-utb-video-magazine .title-section h1 { margin:0px 0px 3.5px 0px; }
.archive.category-utb-nonprofits .title-header { font-size:0; }
.archive.category-utb-nonprofits .title-header small { font-size:0; }
.archive.category-utb-nonprofits .title-header:before { content:"UTB Nonprofits"; font: bold 36px/46px Roboto, sans-serif;
color: #1f1f1f; }
.archive.category-utb-nonprofits .title-section h1 { margin:0px 0px 3.5px 0px; }
.archive .post__holder .post_content { margin-bottom:31px!important; }
.category .post__holder .post_content { margin-bottom:31px!important; }
.single .post__holder .post_content { padding-bottom:0px!important; }
.single .post-author { display:none; }
.single .post-author h3 { margin-bottom:0px!important; }
.single .post-author_gravatar { display:none; }
.single .post-author_desc { display:none; }
.single .post_content { margin-top:31px; }
.single .post__holder .post_content { margin-bottom:21px!important; }
.pagination__posts { margin-top:31px!important; }
.page-id-3151 .post__holder { border-bottom:1px dotted #000000!important; margin-bottom:20px!important; padding-bottom:20px!important; }
.page-id-3151 a.btn-primary { text-transform:uppercase!important; font-weight:bold!important; text-decoration:none!important; letter-spacing:0px!important; }
.page-id-3151 a.btn-primary:hover { text-transform:uppercase!important; font-weight:bold!important; text-decoration:underline!important; }
.page-id-3151 a.btn-primary::before { content: "\00BB" }
.full-responsive-iframe { width:1170px; height:673px; }
@media (min-width: 979px) and (max-width: 1200px) { .full-responsive-iframe { width:940px; height:541px; } }
@media (max-width: 979px) { .full-responsive-iframe { width:100%; height:400px; } }
@media (max-width: 767px) { .full-responsive-iframe { width:100%; height:300px; } }
@media (max-width: 480px) { .full-responsive-iframe { width:100%; height:250px; } }


#post-2023 img.image-001 { float:left; width:300px; height:241px; padding-right:20px; }
@media (max-width: 979px) { #post-2023 img.image-001 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-2023 img.image-002 { float:right; width:300px; height:102px; padding-left:20px; }
@media (max-width: 979px) { #post-2023 img.image-002 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-2023 img.image-003 { float:right; width:300px; height:102px; padding-left:20px; }
@media (max-width: 979px) { #post-2023 img.image-003 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-2023 img.image-004 { float:left; width:300px; height:266px; padding-right:20px; }
@media (max-width: 979px) { #post-2023 img.image-004 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }

#post-1280 img.image-001 { float:left; width:300px; height:206px; padding-right:20px; }
@media (max-width: 979px) { #post-1280 img.image-001 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }

#post-1282 img.image-001 { float:left; width:200px; height:100px; padding-right:20px; }
@media (max-width: 979px) { #post-1282 img.image-001 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-1282 img.image-002 { float:left; width:200px; height:80px; padding-right:20px; }
@media (max-width: 979px) { #post-1282 img.image-002 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-1282 img.image-003 { float:left; width:200px; height:140px; padding-right:20px; }
@media (max-width: 979px) { #post-1282 img.image-003 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-1282 img.image-004 { float:left; width:200px; height:266px; padding-right:20px; }
@media (max-width: 979px) { #post-1282 img.image-004 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }

#post-2087 img.image-001 { float:left; width:300px; height:240px; padding-right:20px; }
@media (max-width: 979px) { #post-2087 img.image-001 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }

#post-2089 img.image-001 { float:left; width:350px; height:182px; padding-right:20px; }
@media (max-width: 979px) { #post-2089 img.image-001 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-2089 img.image-002 { float:left; width:770px; height:298px; padding-right:0px; padding-bottom:24px; }
@media (max-width: 979px) { #post-2089 img.image-002 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }

#post-3815 img.image-001 { float:left; width:150px; height:150px; padding-right:20px; padding-bottom:24px; }
@media (max-width: 480px) { #post-3815 img.image-001 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-3815 img.image-002 { float:left; width:150px; height:150px; padding-right:20px; padding-bottom:24px; }
@media (max-width: 480px) { #post-3815 img.image-002 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }
#post-3815 img.image-003 { float:left; width:150px; height:150px; padding-right:20px; padding-bottom:24px; }
@media (max-width: 480px) { #post-3815 img.image-003 { width:100%; height:auto; padding-right:0px; padding-bottom:24px; } }

.page-id-3183 #give-form-4989-wrap .give-form-title { display:none!important; }
.page-id-3183 .set-price { display:none!important; }

.our-corporate-sponsors-001 { float:left; margin-right:20px; margin-bottom:20px; width:138px; }
.our-corporate-sponsors-002 { float:left; margin-right:0px; margin-bottom:20px; width:138px; }
@media (max-width: 1200px) { .our-corporate-sponsors-001 { float:left; margin-right:10px; margin-bottom:20px; width:116px; } }
@media (max-width: 1200px) { .our-corporate-sponsors-002 { float:left; margin-right:0px; margin-bottom:20px; width:116px; } }
@media (max-width: 979px) { .our-corporate-sponsors-001 { float:left; margin-right:0px; margin-bottom:20px; width:20%; } }
@media (max-width: 979px) { .our-corporate-sponsors-002 { float:left; margin-right:0px; margin-bottom:20px; width:20%; } }
@media (max-width: 480px) { .our-corporate-sponsors-001 { float:none; margin-right:0px; margin-bottom:20px; width:100%; } }
@media (max-width: 480px) { .our-corporate-sponsors-002 { float:none; margin-right:0px; margin-bottom:20px; width:100%; } }

.nonprofits-container { width:1170px; margin:0px 0px 0px 0px; padding:30px 0px 0px 0px; border-top:1px dotted #c5c6c8; }
.nonprofits-title { font-weight:bold; font-size:24px; line-height:28px; font-family:'Roboto', sans-serif; color:#1f1f1f; display:block; margin:0px 0px 30px 0px; }
.nonprofits-001 { float:left; width:270px; margin:0px 0px 30px 0px; }
.nonprofits-001 img { width:270px; }
.nonprofits-002 { float:left; width:270px; margin:0px 0px 30px 30px; }
.nonprofits-002 img { width:270px; }
.nonprofits-003 { float:left; width:270px; margin:0px 0px 30px 30px; }
.nonprofits-003 img { width:270px; }
.nonprofits-004 { float:left; width:270px; margin:0px 0px 30px 30px; }
.nonprofits-004 img { width:270px; }
.nonprofits-005 { float:left; width:270px; margin:0px 0px 0px 0px; }
.nonprofits-005 img { width:270px; }
.nonprofits-006 { float:left; width:270px; margin:0px 0px 0px 30px; }
.nonprofits-006 img { width:270px; }
.nonprofits-007 { float:left; width:270px; margin:0px 0px 0px 30px; }
.nonprofits-007 img { width:270px; }
.nonprofits-008 { float:left; width:270px; margin:0px 0px 0px 30px; }
.nonprofits-008 img { width:270px; }
.nonprofits-quote { padding:20px; background:#e8eaed; margin:0px 0px 36px 0px!important; }
.nonprofits-image { width:1170px; margin:0px auto; }

@media (max-width: 1200px) {
	
.nonprofits-container { width:940px; margin:0px 0px 0px 0px; padding:20px 0px 0px 0px; border-top:1px dotted #c5c6c8; }
.nonprofits-title { font-weight:bold; font-size:24px; line-height:28px; font-family:'Roboto', sans-serif; color:#1f1f1f; display:block; margin:0px 0px 30px 0px; }
.nonprofits-001 { float:left; width:220px; margin:0px 0px 20px 0px; }
.nonprofits-001 img { width:220px; }
.nonprofits-002 { float:left; width:220px; margin:0px 0px 20px 20px; }
.nonprofits-002 img { width:220px; }
.nonprofits-003 { float:left; width:220px; margin:0px 0px 20px 20px; }
.nonprofits-003 img { width:220px; }
.nonprofits-004 { float:left; width:220px; margin:0px 0px 20px 20px; }
.nonprofits-004 img { width:220px; }
.nonprofits-005 { float:left; width:220px; margin:0px 0px 0px 0px; }
.nonprofits-005 img { width:220px; }
.nonprofits-006 { float:left; width:220px; margin:0px 0px 0px 20px; }
.nonprofits-006 img { width:220px; }
.nonprofits-007 { float:left; width:220px; margin:0px 0px 0px 20px; }
.nonprofits-007 img { width:220px; }
.nonprofits-008 { float:left; width:220px; margin:0px 0px 0px 20px; }
.nonprofits-008 img { width:220px; }
.nonprofits-quote { padding:20px; background:#e8eaed; margin:0px 0px 26px 0px!important; }
.nonprofits-image { width:940px; margin:0px auto; }
	
}

@media (max-width: 979px) {
	
.nonprofits-container { width:100%; margin:0px 0px 0px 0px; padding:20px 0px 0px 0px; border-top:1px dotted #c5c6c8; }
.nonprofits-title { font-weight:bold; font-size:24px; line-height:28px; font-family:'Roboto', sans-serif; color:#1f1f1f; display:block; margin:0px 0px 30px 0px; }
.nonprofits-001 { float:left; width:49%; margin:0px 0px 20px 0px; }
.nonprofits-001 img { width:100%; }
.nonprofits-002 { float:left; width:49%; margin:0px 0px 20px 2%; }
.nonprofits-002 img { width:100%; }
.nonprofits-003 { float:left; width:49%; margin:0px 0px 20px 0px; }
.nonprofits-003 img { width:100%; }
.nonprofits-004 { float:left; width:49%; margin:0px 0px 20px 2%; }
.nonprofits-004 img { width:100%; }
.nonprofits-005 { float:left; width:49%; margin:0px 0px 0px 0px; }
.nonprofits-005 img { width:100%; }
.nonprofits-006 { float:left; width:49%; margin:0px 0px 0px 2%; }
.nonprofits-006 img { width:100%; }
.nonprofits-007 { float:left; width:49%; margin:0px 0px 0px 0px; }
.nonprofits-007 img { width:100%; }
.nonprofits-008 { float:left; width:49%; margin:0px 0px 0px 2%; }
.nonprofits-008 img { width:100%; }
.nonprofits-quote { padding:20px; background:#e8eaed; margin:0px 0px 26px 0px!important; }
.nonprofits-image { width:100%; margin:0px auto; }
	
}

@media (max-width: 767px) {
	
.nonprofits-container { width:100%; margin:0px 0px 0px 0px; padding:20px 0px 0px 0px; border-top:1px dotted #c5c6c8; }
.nonprofits-title { font-weight:bold; font-size:24px; line-height:28px; font-family:'Roboto', sans-serif; color:#1f1f1f; display:block; margin:0px 0px 30px 0px; }
.nonprofits-001 { float:left; width:100%; margin:0px 0px 20px 0px; }
.nonprofits-001 img { width:100%; }
.nonprofits-002 { float:left; width:100%; margin:0px 0px 20px 0px; }
.nonprofits-002 img { width:100%; }
.nonprofits-003 { float:left; width:100%; margin:0px 0px 20px 0px; }
.nonprofits-003 img { width:100%; }
.nonprofits-004 { float:left; width:100%; margin:0px 0px 20px 0px; }
.nonprofits-004 img { width:100%; }
.nonprofits-005 { float:left; width:100%; margin:0px 0px 20px 0px; }
.nonprofits-005 img { width:100%; }
.nonprofits-006 { float:left; width:100%; margin:0px 0px 0px 0px; }
.nonprofits-006 img { width:100%; }
.nonprofits-007 { float:left; width:100%; margin:0px 0px 0px 0px; }
.nonprofits-007 img { width:100%; }
.nonprofits-008 { float:left; width:100%; margin:0px 0px 0px 0px; }
.nonprofits-008 img { width:100%; }
.nonprofits-image { width:100%; margin:0px auto; }
	
}

.give-btn-modal { background:#00b5cc!important; color:#ffffff!important; width:100%!important; display:block; font-weight:bold!important; font-size:18px!important; line-height:24px!important; border:0px!important; }
.give-btn-modal:hover { background:#1f1f1f!important; }
form[id*="give-form"] .give-donation-amount #give-amount { border:1px solid #999999!important; width:234px!important; background:#FFFFFF!important; }

.give-form-title { display:none!important; }
form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before { border-left:1px solid #999999!important; }
form[id*="give-form"] .give-donation-amount .give-currency-symbol { border-top:1px solid #999999!important; border-bottom:1px solid #999999!important; }
form.give-form legend, form[id*="give-form"] legend { border-bottom:1px dotted #999999!important; padding-bottom:5px!important; }
form[id*="give-form"] .give-donation-amount #give-amount.invalid-amount { border:1px solid #F00!important; }
form[id*="give-form"] input[type="email"], form[id*="give-form"]  input[type="text"], form[id*="give-form"]  select, form[id*="give-form"] textarea, form[id*="give-form"]  input[type="tel"] { background:#FFFFFF!important; border:1px solid #999999!important; height:35px!important; -webkit-appearance:none!important; border-radius:0px!important; }
#give-recurring-form .card-expiration > select, form.give-form .card-expiration > select, form[id*="give-form"] .card-expiration > select { width:50%!important; }
#give-recurring-form .card-expiration > select#card_exp_month, form.give-form .card-expiration > select#card_exp_month, form[id*="give-form"] .card-expiration > select#card_exp_month { margin-bottom:10px!important; }
#give-recurring-form .card-expiration > select#card_exp_year, form.give-form .card-expiration > select#card_exp_year, form[id*="give-form"] .card-expiration > select#card_exp_year { margin-bottom:10px!important; }
#give-recurring-form .card-expiration > span.exp-divider, form.give-form .card-expiration > span.exp-divider, form[id*="give-form"] .card-expiration > span.exp-divider { display:none!important; }
#give-gateway-radio-list { margin-bottom:10px!important; }
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label { border:1px solid #999999!important; font-weight:bold!important; }
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount { border-top:1px solid #999999!important; border-right:1px solid #999999!important; border-bottom:1px solid #999999!important; border-left:0px solid #999999!important; background:#FFFFFF!important; font-weight:bold!important; }
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount { width:123px!important; }
form[id*="give-form"] #give-final-total-wrap { margin:15px 0px 30px 0px!important; padding-top:30px!important; border-top:1px dotted #999999!important; }
.give-submit-button-wrap input.give-submit { border-radius:0px; border:medium none; color:#FFF; text-shadow:none; font:600 14px/1.2em "Open Sans",sans-serif; text-transform:uppercase; padding:11px 24px; letter-spacing:0px; height:auto; text-decoration:none; box-sizing:border-box; transition:all 0.3s ease 0s; box-shadow:none; background-color:#191919; outline:medium none; display:inline-block; margin-bottom:0px; text-align:center; vertical-align:middle; cursor:pointer; }
.give-submit-button-wrap input.give-submit:hover { background-color:#00b5cc; }
#give_secure_site_wrapper-7052 { display:block; margin-bottom:15px; color:#009900; }
#give_secure_site_wrapper-7052::before { display:none!important; }
.give-export-donors { display:none!important; }
.give-display-modal[id*="give-form"] .give-btn, .give-display-reveal[id*="give-form"] .give-btn { margin:0px 0px 0px 0px!important; }

@media (max-width: 1200px) { .postid-2643 .span4 { display:none!important; } .postid-2643 .span8 { width:100%!important; } form[id*="give-form"] .give-donation-amount #give-amount { border:1px solid #999999!important; width:184px!important; background:#FFFFFF!important; } }
@media (max-width: 1200px) { .page-id-2649 .span4 { display:none!important; } .page-id-2649 .span8 { width:100%!important; } }
@media (max-width: 767px) { #give-recurring-form .form-row-first, #give-recurring-form .form-row-last, #give-recurring-form .form-row-two-thirds, form.give-form .form-row-first, form.give-form .form-row-last, form.give-form .form-row-two-thirds, form[id*="give-form"] .form-row-first, form[id*="give-form"] .form-row-last, form[id*="give-form"] .form-row-two-thirds { width:100%!important; } }
@media (max-width: 767px) { #give-recurring-form .form-row-one-third, form.give-form .form-row-one-third, form[id*="give-form"] .form-row-one-third { width:100%!important; margin-left:0px!important; } }
@media (max-width: 767px) { #give_secure_site_wrapper-4989 { font-size:14px!important; } }
@media (max-width: 767px) { #give_secure_site_wrapper-4989::before { font-size:14px!important; } }

.listing-actions .edit-listing { display:none!important; }
.listing-actions .delete-listing { display:none!important; }

.mn-group-description { font-size:20px!important; line-height:24px!important; font-weight:bold!important; }
#mn-pagetitle { display:none!important; }