/*
1) Grids
--------------------------------*/
.row:before, .row:after {
  content: "";
  display: table ;
  clear: both;
}
img {
	max-width:100%;
	height:auto;
}
.btn {
	color:#fff!important;
	background:#06bbff !important;
	padding:16px 48px;
	font-size:16px;
	border-radius:4px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
}
.textwidget .btn {
    float: left;
    font-size: 14px;
    padding: 10px 32px;
	margin-bottom:15px;
}
.inner_right_content_box a {
    background: #06bbff none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 48px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:hover {
	background:#1785ae !important;
	color:#fff;
}
.container {
	width:1170px;
	margin:auto;
	height:auto;
	z-index: 999;
	position: relative;
}
.slicknav_menu {
	display:none;
	position:relative;
	z-index:999999;
}
.separator {
	margin:0 7px 0 4px;
}
strong {
	font-family:'Gotham-Bold';
}

/*
fixed-header
--------------------------------*/
.main_header{
	text-align: center;
	color: #fff;
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main_header.sticky {
	position: fixed;
	height: auto; 
	width: 100%;
	background: #282a33 ;
	text-align: left;
	padding-left: 20px;
	z-index:9999;
}
.home_logo1 {
	display:none;
}
.main_header.sticky .home_logo1 {
	display:block;
}
/*
fixed-header
--------------------------------*/
/*
2) Header
--------------------------------*/
.header_section {
	width:100%;
	height:auto;
	position:relative;
}
.header_content {
	width:100%;
	height:auto;
	position:absolute;
	top:0px;
	font-family:'Gotham-Light';
	font-size:18px;
	text-align:center;
}
.home .header_banner{
	background: #000;	
}
.header_banner ul {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	list-style:none;
}
.header_banner > ul > li {
	float:left;
}
.main_header {
	width:100%;
	height:auto;
	padding-right:10px;
	position:absolute;
	top:0px;
}
.main_header ul {
	width:auto;
	padding:0px;
	margin:0px;
	list-style:none;
}
.main_header ul li {
	float:left;
	position:relative;
	padding-bottom:6px;
}
.main_header ul li:last-child a {
	padding-right:0px;
}
.main_header ul li a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding-right:45px;
	text-transform:uppercase;
	position:relative;
}
.main_header ul li:hover a {
	color:#00aeef;
}
.main_header ul li.current_page_item a {
	color:#00aeef!important;
}
.inner_page_menu > ul > li.current-menu-item > a {
	color:#00aeef!important;
}
.inner_page_menu ul.sub-menu li.current-menu-item > a {
	color:#00aeef!important;
}
.main_header ul li.current-menu-parent a {
	color:#f7931d;
}
div.wpcf7-validation-errors {
	clear:both;
	width:100%;
	text-align:center;
	font-size:16px;
	margin:10px 0px;
}

/*.inner_menu ul li.current_page_item a {
	color:#f7931d;
}*/
.inner_menu ul li.current-menu-parent a {
	color:#00aeef;
}
.main_header ul li a:after {
	background: rgba(0, 0, 0, 0) url("../images/menu_arrow.png") no-repeat scroll 0 0;
    content: "";
    float: left;
    height: 7px;
    position: absolute;
	transition: all 0.3s ease;
    right: 25px;
    top:5px;
    width: 13px;
	display:none;
}
.main_header ul li.menu-item-has-children a:after {
	display:block;
}
.inner_menu ul li.menu-item-has-children a:after {
	display:block;
}
.main_header ul li:hover a:after {
	background: rgba(0, 0, 0, 0) url("../images/menu_arrow3.png") no-repeat scroll 0 0;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);	
}
.header_menu {
	width:auto;
	float:right;
	padding-top:0px;
	margin-right:25px;
}
.header_menu ul li ul.sub-menu {
	width:340px;
	height:auto;
	background:#157fa0;
	position:absolute;
	display:none;
	padding:10px;
	z-index:999!important;
	transition: all 0.3s ease 0s;
	top:30px;
}
.inner_menu ul li ul.sub-menu {
	width:340px;
	height:auto;
	background:#157fa0;
	position:absolute;
	display:none;
	padding:10px;
	z-index:999!important;
	transition: all 0.3s ease 0s;
	top:30px;
}
.inner_menu ul li ul.sub-menu li a {
	font-size:13px;
}
.header_menu ul li:hover ul.sub-menu {
	display:block;
}
.inner_menu ul li:hover ul.sub-menu {
	display:block;
}
.inner_page_menu ul li ul.sub-menu li  {
	width:100%;
	border-bottom:1px dotted #25a5cd;
	padding-bottom: 3px;
    padding-top: 3px;
}
.inner_page_menu ul li ul.sub-menu li:last-child {
	border-bottom:none;
}
.header_menu ul li ul.sub-menu li:last-child {
	padding-bottom:0px;
}
.header_menu ul li ul.sub-menu li a {
	font-size:13px;
	color:#fff;
	background:none;
}
.header_menu ul li ul.sub-menu li a:hover {
	color:#f7931d;
}
.header_menu ul li ul.sub-menu li {
	border-bottom:1px dotted #25a5cd;
	padding-bottom: 3px;
    padding-top: 3px;
	text-align:left;
}
.header_menu ul li ul.sub-menu li:last-child {
	border-bottom:none;
}
.header_menu ul li ul.sub-menu li a:after {
	background:none;
}
.inner_menu ul li ul.sub-menu li a:after {
	background:none;
}
.inner_menu ul li.menu-item-has-children ul.sub-menu li a:after {
	background:block;
}
.inner_menu ul li ul.sub-menu li a::after {
	display:none;
}
.inner_page_menu ul li:hover a {
	color:#00aeef ;
}
.sub-menu li {
	width:100%;
	float:left;
}
.header_logo, .inner_logo_right {
	width:140px;
	float:right;
	background:url(../images/logo_ripen.png) no-repeat;
	height:101px;
	align-item:center;
	display:flex;
}
.header_logo span {
	font-size:15px;
	color:#fff;
	font-family:'Gotham-Bold';
	text-transform:uppercase;
	margin:20px auto auto;
	text-align:center;
}
.header_logo span a {
	color:#fff;
}
.main_header ul li.none_menu_arrow a:after {
	background:none;
}
.inner_menu ul li.none_menu_arrow a:after {
	background:none;
}
.inner_menu ul li.none_menu_arrow a:hover:after {
	background:none;
}
.header_content {
	width:900px;
	height:auto;
	position:absolute;
	top:153px;
	left:0px;
	height:140px;
	right:0px;
	bottom:0px;
	color:#fff;
	margin:auto;
}
.header_content_logo {
	width:100%;
	height:auto;
	align-item:center;
	display:flex;
	margin-bottom:89px;
}
.header_content_logo img {
	margin:auto;
}
.header_content h2 {
	font-family:'Gotham-Bold';
	color:#fff;
	text-align:center;
	padding-bottom:18px;
}
.header_content p {
	margin-bottom:57px;
}
/*
3) Body Styles
--------------------------------*/
.home_section_one {
	width:100%;
	height:auto;
	background:#fff;
	padding:66px 0px 100px;
	text-align:center;
}
.home_section_one h1 {
	color:#4f5152;
	font-size:60px;
}
.home_section_one h6 {
	font-size:20px;
	color:#555555;
	text-align:center;
	padding:4px 0 30px;
}
.home_section_one h6 span {
	font-family:'Gotham-Medium';
}
.home_section_one_content {
	max-width:935px;
	margin:auto;
	height:auto;
}
.home_section_one_content {
	font-family:'Gotham-Light';
	font-size:16px;
	line-height:1.6;
	width:100%;
}
.button_div {
	margin-top:25px;
}
.home_section_two {
	width:100%;
	height:auto;
	background:url(../images/section_two_bg.jpg) no-repeat;
	padding:70px 0px;
	background-size:cover;
}
.home_section_two h2 {
	font-size:60px;
	font-family:'Gotham-Light';
	text-align:center;
	color:#fff;
}
.news_event_section {
	width:100%;
	height:auto;
	padding-top:57px;
}
.news_event_box {
	width:366px;
	height:auto;
	float:left;
	margin-right:36px;
	margin-bottom:20px;
}
.blog .news_event_box{
	border: solid 1px #ddd;	
}
.news_event_box:nth-child(3n+3) {
	margin-right:0px;
}
.news_event_img {
	width:100%;
	height:auto;
}
.news_event_content {
	width:100%;
	height:auto;
}
.news_event_content {
	background:#fff;
	padding:27px 19px 29px;
	width:100%;
}
.news_event_content h6 {
	color:#393939;
	font-family:'Gotham-Medium';
	padding-bottom:10px;
}
.news_event_content p {
	font-family:'Gotham-Light';
	font-size:15px;
	float:left;
}
.news_event_content a.rear_text {
	 background: rgba(0, 0, 0, 0) url("../images/read_icon.png") no-repeat scroll right center;
    color: #393939;
    font-family: "Gotham-Medium";
    font-size: 15px;
    padding: 10px 30px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
	
}
.news_event_content a.rear_text:hover {
	text-decoration:underline;
}
.home_section_three {
	width:100%;
	height:auto;
	padding:60px 0px 120px;
	background:#fff;
	text-align:center;
}
.home_section_three h2 {
	font-size:60px;
	color:#4f5152;
	padding-bottom:50px;
}
.color_box_section {
	width:100%;
	height:auto;
}
.color_box {
	width:390px;
	height:auto;
	background:#f7931d;
	padding:30px 20px 30px;
	text-align:left;
	float:left;
}
.color_box h2 {
	color:#fff;
	font-family:'Gotham-Light';
	font-size:40px;
	line-height:1.3;
}
.color_box a.rear_text {
	font-size:15px;
	color:#fff;
	text-decoration:none;
	font-family: "Gotham-Medium";
	text-transform:uppercase;
	background:url(../images/read_icon2.png) no-repeat;
	padding:10px 30px 10px 0;
	background-position:right;
}
.color_box a.rear_text:hover {
	text-decoration:underline;
}
.color_box_title {
	min-height:245px;
}
.blue_box {
	background:#7bb6ce;
}
.dark_blue_box {
	background:#00719d;
}
.home_section_four {
	width:100%;
	height:auto;
	background:url(../images/form_bg.jpg) no-repeat;
	padding:53px 0 87px;
	background-size:cover;
}
.home_form_place {
	width:960px;
	margin:auto;
	height:auto;
	text-align:center;
}
.home_form_place h2 {
	font-size:60px;
	color:#fff;
	padding-bottom:3px;
}
.home_form_place p {
	font-size:25px;
	color:#fff;
	font-family:'Gotham-Light';
}
.home_form_place ul {
	width:100%;
	height:auto;
	padding-top:25px;
	margin:0px;
	list-style:none;
}
.home_form_place ul li {
	float:left;
	margin-right:12px;
}
.home_form_place ul li:first-child {
	width:297px;
	height:auto;
}
.home_form_place ul li:nth-child(2) {
	width:425px;
}
.home_form_place ul li:last-child {
	width:212px;
	margin-right:0px;
}
.home_form_place ul li input[type=text] {
	width:100%;
	background:#fff;
	border-radius:4px;
	color:#9b9b9b;
	height:50px;
	border:none;
	padding:0px 20px;
}
.home_form_place ul li input[type=submit] {
	background: #ef4021 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-family: "Gotham-Medium";
    font-size: 16px;
	cursor:pointer;
    height: 50px;
    width: 100%;
}
.home_form_place ul li input[type="submit"]:hover {
	background:#ae2d17;
}
.inner_full_content a {
	color:#00aeef;
}
/*
inner-page
--------------------------------*/
.inner_page_header {
	width:100%;
	height:auto;
	background:#282a33;
	padding-bottom:8px;
	position:fixed;
	top:0px;
	z-index:99999;
}
.inner_logo_left {
	width:215px;
	height:auto;
	float:left;
	margin-left:25px;
	margin-top:10px;
}
.inner_logo_right {
	margin-right:0px;
}
.inner_menu {
	width:auto;
	float:right;
}
.inner_logo_right span, .header_logo span {
	font-size:14px;
	color:#fff;
	font-family:'Gotham-Bold';
	text-transform:uppercase;
	margin:40px auto auto;
	text-align:center;
	max-width: 100px;
line-height: 1;
}
.inner_menu ul {
	width:100%;
	height:auto;
	padding:38px 0px 0px 0px;
	margin:0px;
	list-style:none;
}
.inner_menu ul li {
	float:left;
	position:relative;
	padding-bottom:6px;
}
.inner_menu ul li:last-child a {
	padding-right:0px;
}
.inner_menu ul li a {
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	padding-right:40px;
}
/*.inner_menu ul li:hover a{
	color:#00aeef;
}*/
.inner_menu ul li ul.sub-menu li a {
	color:#fff;
}
.inner_menu ul li ul.sub-menu li a:hover {
	color:#f7931d;
}
.inner_menu ul li a:after {
	background: rgba(0, 0, 0, 0) url("../images/menu_arrow.png") no-repeat scroll 0 0;
    content: "";
    float: left;
    height: 7px;
    position: absolute;
	transition: all 0.3s ease;
    right: 25px;
    top:10px;
	display:none;
    width: 13px;
}
.inner_menu ul li:hover a:after {
	background: rgba(0, 0, 0, 0) url("../images/menu_arrow3.png") no-repeat scroll 0 0;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);	
}
.inner_banner_section {
	width:100%;
	height:auto;
	background:url(../images/inner_banner.jpg) no-repeat;
	padding:50px 0px;
	background-size:cover;
	margin-top:110px;
	position:relative;
}
.inner_banner_section h2 {
	color:#fff;
	text-transform:uppercase;
}
.inner_banner_section ul {
	width:100%;
	padding:0px;
	list-style:none;
	margin:0px;
}
.inner_banner_section ul li {
	float:left;
	color:#fff;
}
.inner_banner_section ul li a {
	color: #00aeef;
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
}
.inner_banner_section p {
	width:100%;
	color:#fff;
	clear:both;
	padding-top:30px;
}
.inner_page_section_one {
	width:100%;
	background:#fff;
	padding:30px 0px 100px;
	border-bottom:1px solid #ccc;
}
.inner_left {
	width:785px;
	height:auto;
	font-family:'Gotham-Light';
	font-size:18px;
	float:left;
}
.inner_left h4 {
	padding-bottom:10px;
}
.inner_left img {
	float:left;
	margin:10px 10px 10px 0;
	border:1px solid #ccc;
}
.inner_left ul {
	padding:0px 0px 10px 40px;
}
.inner_left ol {
	padding:0px 0px 10px 40px;
}
.inner_full_content > h6 {
	padding-bottom:10px;
}
.inner_right {
	width:300px;
	float:right;
	height:auto;
}
.inner_left_box {
	width:100%;
	height:auto;
}
.inner_img {
	width:245px;
	height:auto;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.inner_img img {
	border:1px solid #dedede;
}
.inner_left h6 {
	font-size:18px;
	color:#585858;
	font-family: "Gotham-Medium";
	padding-bottom:20px;
}
.inner_right_content_box {
	width:100%;
	background:#edeff0;
	padding:23px 20px 40px;
	text-align:center;
}
.inner_right_content_box span {
	font-size:20px;
	color:#585858;
	text-align:center;
	font-family: "Gotham-Medium";
	padding-bottom:15px;
	display:block;
}
.inner_right_content_box p {
	font-size:15px;
	font-family:'Gotham-Light';
	margin-bottom:35px;
}
.inner_right_content_box hr {
	margin-bottom:18px;
}
.board_members_section {
	width:100%;
	height:auto;
}
.board_members_list {
	max-width:1000px;
	margin:auto;
	height:auto;
	text-align:center;
}
.board_members_list h1 {
	color:#fff;
	font-family:'Gotham-Light';
	padding-bottom:27px;
}
.board_members_section {
	width:100%;
	height:auto;
	background:url(../images/inner_banner_img2.jpg) no-repeat;
	padding:55px 0 80px;
	background-size:cover;
}
.member_img {
	width:212px;
	float:left;
	height:auto;
	background-size:cover;
	/*min-height:201px;*/
	margin:20px 0 0 20px;
	background-position:center;
	background-position: left top;
}
.member_content {
	width:768px;
	height:auto;
	background:#fff;
	text-align:left;
	float:left;
	/*min-height:201px;
	border-left:1px solid #0a87c0;*/
	alin-item:center;
	display:flex;
}
.member_content.member_box_full{
	width: 100%;	
}
.member_text_middle {
	margin:auto auto auto 0;
	padding:15px 35px 0;
}
.member_content span {
	font-size:20px;
	font-family: "Gotham-Medium";
	color:#585858;
	width:100%;
	padding-bottom:10px;
	float:left;
	margin-top:10px;
}
.member_content label {
	display:block;
	font-family:'Gotham-Light';
}
.member_content p {
	margin-bottom:0px;
}
.member_list_row {
	background: #fff none repeat scroll 0 0;
    height: auto;
    margin-bottom: 35px;
    padding-bottom: 20px;
    width: 100%;
}
.member_list_row:last-child {
	margin-bottom:0px;
}
.inner_left_box > img {
	float:left;
	border:1px solid #dedede;
	margin:0px 15px 15px 0px;
}
.inner_page_full_section {
	border-bottom:1px solid #ccc;
	padding:25px 0px;
}
.inner_page_full_section ul {
	margin:0px 0px 20px 35px;
	width:100%;
	padding:0px;
}
.inner_page_full_section ol {
	margin:0px 0px 20px 35px;
	width:100%;
	padding:0px;
}
.contact_left {
	width:100%;
	height:auto;
}
.facebook_link {
	color:#00aeef;
}
.facebook_link:hover {
	text-decoration:underline;
}
.contact_left .small_text {
	font-size:14px;
}
.contact_left form ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.contact_left form ul li {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.contact_left form ul li input[type=text] {
	width:100%;
	height:45px;
	background:#fff;
	border:1px solid #ccc;
	padding:0px 15px;
}
.inner_left input[type=text] {
	width:100%;
	height:45px;
	background:#fff;
	border:1px solid #ccc;
	padding:0px 15px;
}
.inner_left input[type=email],
.inner_left input[type=tel],
.inner_left input[type=password] {
	width:100%;
	height:45px;
	background:#fff;
	border:1px solid #ccc;
	padding:0px 15px;
}
.contact_left form ul li input[type=email] {
	width:100%;
	height:45px;
	background:#fff;
	border:1px solid #ccc;
	padding:0px 15px;
}
.contact_left form ul li input[type=tel] {
	width:100%;
	height:45px;
	background:#fff;
	border:1px solid #ccc;
	padding:0px 15px;
}
.contact_left form ul li textarea {
	height:250px;
	padding:15px;
	width:100%;
	resize:none;
	border:1px solid #ccc;
}
.contact_left form ul li label {
	padding-bottom:5px;
	display:block;
}
.contact_left form ul li input[type=submit] {
	width:100px;
	height:50px;
	background:#ef4021;
	border:none;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}
.inner_left input[type=submit] {
	width:100px;
	height:50px;
	background:#ef4021;
	border:none;
	color:#fff;
	text-transform:uppercase;
	float:left;
	cursor:pointer;
}
.contact_left form ul li input[type=submit]:hover {
	background:#ae2d17;
}
.home_form_place form#mc4wp-form-1 p {
	width:200px;
	display:inline-block;
	text-align:left;
	float:left;
}
.home_form_place form#mc4wp-form-1 p:first-child {
	width:297px;
	height:auto;
	margin-right:12px;
}
.home_form_place form#mc4wp-form-1 .mc4wp-response p:first-child {
	width:100%;
	height:auto;
	margin-right:12px;
}
.home_form_place form#mc4wp-form-1 p:nth-child(2) {
	width:425px;
	margin-right:12px;
}
.home_form_place form#mc4wp-form-1 p input[type=text],.home_form_place form#mc4wp-form-1 p input[type=email] {
	width:100%;
	height:50px;
	background:#fff;
	border-radius:4px;
	border:none;
	font-size:15px;
	color:#666;
	font-weight:500;
	padding:0px 15px;
}
.home_form_place form#mc4wp-form-1 input[type=submit] {
	background: #ef4021 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
	float:left;
    font-family: "Gotham-Medium";
    font-size: 16px;
    height: 50px;
    width:200px;
	margin-top:0px;
}
.home_form_place form#mc4wp-form-1 label {
	font-size:18px;
}
.home_form_place form#mc4wp-form-1 input[type=submit]:hover {
    background: #ae2d17 none repeat scroll 0 0;
}
.img_slide_content {
	width:900px;
	margin:auto;
	height:auto;
}
.img_slide_content h2 {
    color: #fff;
    font-family: "Gotham-Bold";
    padding-bottom: 18px;
    text-align: center;
}
.img_slide_content p {
	margin-bottom:30px;
	font-family: "Gotham-Light";
    font-size: 18px;
    text-align: center;
	margin-bottom:8px;
	color:#fff;
}
.banner-overlay{background: rgba(0,0,0,0.55)}
.home #menu{
	font-weight: bold;	
}
.bxslider > li {
	position:relative;
}
.img_slide_content {
	position:absolute;
	left:0px;
	right:0px;
	bottom:100px;
	margin:auto;
}
.img_slide_content .btn {
	margin:25px auto auto;
	float:none;
	display:table;
}
.header_content {
    top: -30%;
}
#mc4wp-form-1 {
	position:relative!important;
}
.wysija-paragraph {
	position:relative!important;
}
.formError .formErrorContent {
    background: #8e2121 none repeat scroll 0 0;
    border: 1px solid #bbbbbb;
    color: #ffffff;
    font-family: tahoma;
    font-size: 11px;
    margin-left: -300px;
    margin-top: 50px;
    padding: 4px 10px;
    position: relative;
    z-index: 5001;
}
div.wpcf7-mail-sent-ok {
	clear:both;
	font-size:16px;
	text-align:center;
}
blockquote p {
	display:inline;
}
blockquote::after {
	margin-left:0px;
}
.partners_logos {
	width:100%;
	height:auto;
}
.partners_logos img {
	max-width:200px;
	height:auto;
}
.partners_logos td {
	text-align:center;
	vertical-align:top;
}
.partners_logos td img {
	margin:auto;
	float:none;
}
.partners_logos h6 {
	font-size:15px;
}
.custom_pagination {
	float: left;
    height: auto;
    margin-top: 10px;
    width: auto;
}
.custom_pagination .current {
	background:#00aeef ;
	color:#fff;
}
.custom_pagination a {
	border:1px solid #0192cb;
	padding:1px 8px;
	float:left;
	margin-right:10px;
}
.custom_pagination span {
	border:1px solid #0192cb;
	padding:1px 8px;
	float:left;
	margin-right:10px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    float: left!important;
    width: 100%!important;
}
.inner_left textarea {
	width:100%;
	border:1px solid #ccc;
	resize:none;
	padding:15px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left!important;
    width: 100%!important;
	margin-left:0px;
	margin-right:0px;
}
.inner_left input[type="text"] {
	font-size:14px;
	font-weight:600;
	color:#999;
}
.inner_full_content .post_img{
	float: left;
	margin: 5px 15px 15px 0px;
}
.show_767{
	display: none;
}
.inner_right .textwidget {
	width:100%;
}
.inner_right .textwidget .btn {
	width:100%;
}
.textwidget .search_fund #AggregateSearchExample{
	color: #fff !important;
	background: #06bbff;
	border-radius: 4px !important;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	float: left;
	font-size: 14px;
	padding: 10px 32px;
	margin-bottom: 15px;
	width: 100%;
	border: none;
	-webkit-appearance: none !important;
}
.textwidget .search_fund #AggregateSearchExample:hover{
	background: #1785ae;
}
.inner_full_content h2 {
	line-height:1.2;
	margin-bottom:30px;
}
.get-help h4 {
	padding-top:20px;
}
.inner_page_section_one > a{
	background: #00aeef none repeat scroll 0 0;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: -30px;
    padding: 7px 30px 13px 0;
    text-align: right;
    vertical-align: middle;
}
.inner_page_section_one > a:before{
	content:"\2039";
	font-size: 25px;
    right: 0px;
    position: relative;
    top: 0px;
}
.color_box > p {
	margin-bottom:0px;
}

/*
inner-page
--------------------------------*/

/*
5) Footer
--------------------------------*/
.footer_section {
	width:100%;
	height:auto;
	background:#fff;
	padding:80px 0px 0px;
	clear: both;
}
.footer_inner {
	width:1010px;
	float:right;
	height:auto;
	padding-bottom:60px;
	margin-top: 15px;
}
.footer_left {
	float: left;
    height: auto;
    padding-top: 0px;
    text-align: center;
    width: 330px;
}
.footer_left a img{
	max-width: 110px !important;
	padding:10px;
	float:left;	
}
.footer_middle {
	width:125px;
	float:left;
	margin-left:150px;
	height:auto;
}
.footer_right {
	width:280px;
	float:left;
	height:auto;
	margin-left:125px;
	line-height:25px;
}
.footer_left ul {
	width:100%;
	padding:10px 0 0;
	margin:0px;
	list-style:none;
}
.footer_left ul li {
	float:left;
	margin-right:23px;
}
.footer_left ul li:last-child {
	margin-right:0px;
}
.footer_middle h6 {
	font-size:18px;
	color:#4d4d4d;
	font-family: "Gotham-Medium";
	text-transform:uppercase;
	padding-bottom:24px;
}
.footer_middle ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer_middle ul li {
	width:100%;
	padding-bottom:1px;
}
.footer_middle ul li a {
	font-size:14px;
	color:#9e9e9e;
}
.footer_middle ul li a:hover {
	text-decoration:underline;
}
.footer_right h6 {
	font-size:18px;
	color:#4d4d4d;
	font-family: "Gotham-Medium";
	text-transform:uppercase;
	padding-bottom:20px;
}
.footer_right span {
	font-size:14px;
	color:#9e9e9e;
	padding-bottom:35px;
	display:block;
	padding-bottom:30px;
}
.footer_right p {
	margin:0px;
	font-size:14px;
	color:#9e9e9e;
}
.footer_right a {
	color:#9e9e9e;
}
.footer_right a:hover {
	text-decoration:underline;
}
.footer_bottom {
	width:100%;
	padding:40px 0px;
	border-top:1px solid #eeeeee;
}
.footer_bottom p {
	font-size:14px;
	color:#9e9e9e;
	float:left;
}
.footer_social {
	width:auto;
	float:right;
	height:auto;
}
.footer_social ul {
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer_social ul li {
	float:left;
	margin-right:20px;
}
.footer_social ul li span {
	color: #9e9e9e;
    float: left;
    font-size: 14px;
    padding-top: 7px;
}
.footer_social ul li:last-child {
	margin-right:0px;
}
.banner-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.55) none repeat scroll 0% 0%;	
}
#menu-get-involved li{
	list-style: none;	
}

.header_social {
    display: block;
    float: right;
    width: 100%;
    padding: 10px 0;
}
 
.header_social > ul {
    float: right;
	padding:0;
	width:auto;
}
.header_social a {
    padding: 0 5px !important;
}
.header_social span {
    display: block;
    font-size: 12px;
    position: relative;
    top: 0;
	color:#fff;
}
/*blog page*/
.category-blog .news_event_section {
	width:77%;
	margin-right:3%;
	float:left;
	height:auto;
	padding-top:0px;
}
.category-blog .read {
    clear: both;
    display: block;
}
.category-blog .sidebar_section{
	width:20%;
	float:left;
}
.category-blog .news_event_box {
	width:100%;
	height:auto;
	float:left;
	margin-right:36px;
	margin-bottom:20px;
}
.category-blog .sidebar_section > ul {
    list-style:  none;
}
.category-blog .sidebar_section > ul li::before {
    content: ">";
    font-size: 10px;
    padding-right: 10px
}
.category-blog .news_event_content {
    background: #fff none repeat scroll 0 0;
    padding: 15px 0px 29px;
    width: 100%;
	border-bottom: 1px solid #999;
}
.category-blog .equal_box h3{
	font-weight:bold;
	color:#393939;
	font-family: "Gotham-Medium";
}
.category-blog .news_event_content h6{
	font-size:16px;
}
.category-blog .sidebar_section h4{
	text-transform:uppercase;
	border-bottom: 1px solid #999;
    border-top: 1px solid #999;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 8px;
	padding: 3px 0;
}
.category-blog .news_event_img img,.category-blog .post_img > img{
	width:100%;
	height:auto;
}
.category-blog .news_event_content p {
    margin: 0 0 15px;
}
.category-blog .sidebar_section ul li a {
	color:#393939;
}
.category-blog .sidebar_section ul li a:hover, .category-blog .sidebar_section ul li.current-cat  a{
	color:#00aeef;
}
.category-blog .post_content {
    clear: both;
    display: block;
}
.news_event_box:last-child .news_event_content {
    border-bottom: medium none;
}
.category-blog  .inner_page_section_one{
	padding:30px 0px 30px;
}
.category-blog .post_img {
	width:77%;
}
/**/
#gallery-1 .gallery-item {
    height: auto;
    max-width: 150px;
    margin-top:0px !important;
}
#gallery-1 .gallery-item .gallery-icon a > img {
    margin: 0;
}
.inner_left #gallery-1 img {
    border: medium none;
}
/************ *****/
form .wdform-page-and-images .wdform_page{
	font-family: inherit;
}
form .wdform-page-and-images .wdform_section input[type="text"], form .wdform-page-and-images .wdform_section input[type="email"],
form .wdform-page-and-images .wdform_section input[type="passowrd"], form .wdform-page-and-images .wdform_section select {
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    height: 45px;
    padding: 0 15px !important;
    width: 100%;
	font-weight:400;
}
.wdform-page-and-images .wdform-label-section {
	font-size:18px;
}
.wdform-page-and-images .wdform-required {
	color:#F00;
}
form .wdform-page-and-images .mini_label{
	font-size:14px;
}
form .wdform-page-and-images .wdform-element-section {
	width:100% !important;
	display:inline-block !important;
	margin-top:5px;
}
form .wdform-page-and-images .wdform_column {
	width:100% !important;
}
form .wdform-page-and-images .wdform-field {
	display:block !important;
	width:100% !important;
}
.wdform_row.ui-sortable-handle {
    display: inline-block;
    width: 100%;
	margin-bottom:20px;
}
.wdform-label-section {
	width:100% !important;
	max-width:100% !important;
	display:inline-block;
}
.wdform-ch-rad-label {
	font-size:15px;
}
.wdform-element-section  button {
	float:left !important;
}
form .wdform-page-and-images .wdform-element-section .button-submit{
	background: #ef4021 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    height: 50px;
    text-transform: uppercase;
    width: 100px;
}
form .wdform-page-and-images .wdform-element-section .button-reset{
    height: 50px;
    width: 100px;
}
form .wdform-page-and-images .wdform-element-section  .wdform-ch-rad-label {
	 margin: 4px 16px 5px 0;
}
.page-template-fund_rasier .inner_page_section_one .inner_column_left .fund_rasied,
.page-template-fund_rasier .inner_page_section_one .inner_column_left .team_leaderboards,
.page-template-fund_rasier .inner_page_section_one .inner_column_left .leaderboards{
    margin-bottom: 50px;
}
.page-template-fund_rasier .inner_page_section_one .inner_column_left .fund_rasied h1,
.page-template-fund_rasier .inner_page_section_one .inner_column_left .team_leaderboards h1,
.page-template-fund_rasier .inner_page_section_one .inner_column_left .leaderboards h1{
	font-size: 25px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
#EntityGoalProgressExample .GoalProgress__bar .GoalProgress__barFill
{
    background-color: #0c72ad !important;
}
#EntityGoalProgressExample .GoalProgress__bar .GoalProgress__barFill:after{
	border-left:8px solid #0c72ad !important; 
}
#EntityGoalProgressExample .GoalProgress__area, .GoalProgress__icon{
    background-color: #06bbff !important;
}
.Overlay-open .inner_page_header {
	position: relative !important;
	z-index: 99 !important;
}
.Overlay-open .inner_banner_section{
	margin-top: 0px !important;
}
.Overlay .SearchModal__header .SearchInput__input{
    border: 0 solid #3d8bb7;
    border-bottom-width: 5px;
}
.LeaderboardItem{
	padding: 4px !important;
}
.textwidget .search_fund #AggregateSearchExample{
	margin-top:10px;
}
.single_product_details #tab-description h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.has_banner_image {
	margin-top:28px;
}
.single_product_details .summary {
	margin:0px;
}
.flex-control-nav {
	margin-top:15px !important;
}
.flex-control-nav li {
	margin-right:15px !important;
}
button.single_add_to_cart_button {
    background-color: #06bbff !important; 
}
button.single_add_to_cart_button:hover {
    background: #1785ae none repeat scroll 0 0 !important;
}
.single_product_details .quantity {
    margin: 8px 12px 0 0 !important;
}
.single_product_details .tabs {
	margin-bottom:17px !important;
}
.single_product_details .summary h1.product_title {
    font-size: 28px;
    font-weight: 700;
}
.woocommerce-products-header h1 {
    font-size: 28px;
    font-weight: 700;
}
.woocommerce-message,
.woocommerce-error {
    border-top-color: #1e85be !important; 
}
.woocommerce-message::before,
.woocommerce-error::before {
	color:#1e85be !important;
}
nav.woocommerce-breadcrumb span,
nav.woocommerce-breadcrumb a:hover {
    color: #06bbff;
}
.woocommerce-Price-amount.amount {
	color: #06bbff;
}
.actions input[type="submit"] {
    background-color: #06bbff !important;
    width: auto;
	color:#fff !important;
	font-size:14px;
	height:44px;
}
.woocommerce input[type="submit"] {
    background-color: #06bbff !important;
    width: auto;
	color:#fff !important;
	font-size:14px;
	height:44px;
}
.actions input[type="submit"]:hover,
.checkout-button:hover,
.woocommerce input[type="submit"]:hover {
    background-color: #1785ae !important;
	color:#fff;
}
.checkout-button {
	 background-color: #06bbff !important;
    width: auto;
	color:#fff !important;
	font-size:18px !important;
}
.woocommerce form .form-row textarea {
	height:auto !important;
}
.woocommerce-error li,
.woocommerce-info li, 
.woocommerce-message li  {
	font-size:15px;
	margin-bottom:4px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width:22.9% !important;
	margin-bottom:2.8%;
	margin-right:2.8% !important;
	max-height: 128px;
overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+4) {
    margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
	.wdform-page-and-images .wdform-label-section {
		font-size:16px;
	}
	.wdform-page-and-images .file-upload input {
		right:0px;	 
	}
}