/*
Theme Name: The Consultancy
Author: The Consultancy
Description: Bespoke theme from The Consultancy
Version: 0.0.1
Tags: consultancy
*/


* {
	outline: none !important;
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

body {
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
	color: #252525;
	line-height: 1em;
	font-weight: 400;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 3.2em;
	color: #252525;
	line-height: 1.4em;
	font-weight: 700;
	margin: 0px 0px 15px;
}

h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 2.4em;
	color: #252525;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0px 0px 15px;
}

h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 500;
	margin: 0px 0px 15px;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 1.3em;
	color: #333333;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0px 0px 15px;
}

.borderedtitle {
	margin-bottom: 25px;
}

.borderedtitle:after {
	width: 200px;
	height: 4px;
	display: block;
	content: '';
	margin-top: 20px;
	clear: both;
}

.centertxt .borderedtitle:after,
.centertxt.borderedtitle:after {
	margin: 20px auto 0px;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 1.8em;
	margin: 0px 0px 15px;
}

ul, ol {
	padding-left: 20px;
	margin: 0px 0px 15px;
}

li {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 1.6em;
}

li li {
	font-size: 1em;
}

table {
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 1.6em;
	margin: 0px 0px 15px;
}

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

a {
	color: #252525;
	text-decoration: none;
	cursor: pointer !important;
}

a:hover {
	text-decoration: none;
}

.vc_btn3-container {
	padding-top: 10px;
	margin: 0px;
}

.linkbtn {
	width: 240px;
	max-width: 100%;
	display: inline-block;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	background: #252525;
	padding: 0px 15px;
	border-radius: 50px;
	cursor: pointer;
}

.linkbtn:hover {
	color: #ffffff !important;
	text-decoration: none;
}

strong {
	font-weight: 600;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.contentspace {
	padding: 110px 0px;
}

.contentspacetop {
	padding-top: 110px;
}

.contentspacebot {
	padding-bottom: 110px;
}

.contentmargin {
	margin: 110px 0px;
}

.contentmargintop {
	margin-top: 110px;
}

.contentmarginbot {
	margin-bottom: 110px;
}

.contentbordertop {
	border-top: 1px solid #d7d7d7;
}

.contentborderbot {
	border-bottom: 1px solid #d7d7d7;
}

.showcase .img,
.showcase .txt {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}

.showcase .txt {
	padding: 25px 80px;
}

.showcase .txt a.linkbtn {
	margin-top: 10px;
}

.showcase .img img {
	width: 100%;
	display: block;
}

.whitetxt, .whitetxt * {
	color: #ffffff;
}

.lgreybg {
	background-color: #ebebeb !important;
}

.whitebg {
	background-color: #ffffff !important;
}

.centertxt,
.centertxt * {
	text-align: center;
}

.righttxt,
.righttxt * {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none !important;
}

.contentbox {
	width: 100%;
	float: left;
	position: relative;
}

.contentbox .contentbox {
	float: none;
	display: inline-block;
}

.popupoverlay {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	opacity: 0.58;
	background-color: #000000;
	z-index: 100;
}

.popupoverlay.open {
	width: 100%;
}

.lightboxcontainer {
	width: 100%;
	height: 100%;
	display: table;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
	overflow: hidden;
}

.lightboxcontainer.open {
	width: 100%;
}

.lightboxcontainer .lightboxposition {
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.lightboxcontainer .lightboxposition .lightboxcenter {
	width: 90%;
	max-width: 912px;
	display: inline-block;
	position: relative;
	background: #ffffff;
}

.lightboxcontainer .closelightboxbtn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	border-radius: 50%;
	z-index: 110;
}

.lightboxcontainer .closelightboxbtn i {
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	vertical-align: top;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.mobileonly {
	display: none !important;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.socialbox {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.socialbox a {
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

.socialbox a.twitter {
	background: #1da1f2;
}

.socialbox a.youtube {
	background: #ff0000;
}

.socialbox a.facebook {
	background: #1877f2;
}

.socialbox a.instagram {
	background: #c32aa3;
}

.socialbox a.google {
	background: #db4437;
}

.socialbox a.pinterest {
	background: #bd081c;
}

.socialbox a.linkedin {
	background: #007bb5;
}

.socialbox a:hover {
	color: #ffffff;
}

.socialbox a i {
	line-height: 45px;
}












.fixedtop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.headerleft {
	width: auto;
	float: left;
	background: #ffffff;
}

.header .logo {
	width: auto;
	float: left;
	position: relative;
	padding: 13px 15px;
}

.header .logo img {
	display: block;
}

.header .logo p {
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 0px;
	font-size: 0.9em;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	background: #252525;
	margin: 0px;
	z-index: 1;
}

.header .btns {
	width: auto;
	float: left;
}

.header .btns > span {
	width: 185px;
	height: 125px;
	float: left;
	position: relative;
}

.header .btns a {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 15px;
	border-left: 1px solid #d7d7d7 !important;
	border-bottom: 5px solid;
	z-index: 2;
}

.header .btns a i {
	font-size: 45px;
}

.header .btns a span {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}

.header .btns a:hover {
	background: #eeeeee;
}

.header .headerright {
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 167px;
	z-index: 1;
}

.navigation {
	width: 100%;
	display: inline-block;
}

.navigation > div {
	width: 100%;
	float: left;
	background-color: rgba(37,37,37,0.8);
}

.navigation > div:first-child {
	padding: 0px 25px;
	border-bottom: 1px solid #636363;
}

.navigation div > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation div > ul > li {
	width: auto;
	float: left;
	font-size: 0.9em;
	font-weight: 500;
	vertical-align: middle;
}

.navigation div > ul > li.mobilelink {
	display: none;
}

.navigation div > ul > li > a {
	width: 100%;
	float: left;
	color: #ffffff;
}

.navigation > div:first-child > ul > li > a {
	line-height: 49px;
	padding: 0px 30px;
}

.navigation > div:last-child > ul > li > a {
	line-height: 75px;
	padding: 0px 55px;
	border-right: 1px solid #636363;
}

.navigation div > ul > li:hover a {
	color: #ffffff;
	background-color: rgba(37,37,37,1);
}

.navigation div > ul > li > ul {
	width: 300px;
	display: none;
	position: absolute;
	top: 90px;
	left: 0px;
	list-style: none;
	padding: 0px;
	border: 1px solid #c8c8c8;
	margin: 0px;
	z-index: 1;
}

.navigation div > ul > li:hover > ul {
	display: inline-block;
}

.navigation div > ul > li.open > ul {
	display: inline-block !important;
}

.navigation div > ul > li > ul > li {
	width: 100%;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 0.8em;
	text-align: left;
	line-height: 30px;
	border-top: 1px solid #c8c8c8;
}

.navigation div > ul > li > ul > li:first-child {
	border: 0px;
}

.navigation div > ul > li > ul > li > a {
	width: 100%;
	display: inline-block;
	color: #252525;
	padding: 10px 15px;
}

.navigation div > ul > li > ul > li:hover > a {
	color: #ffffff;
}

.navigation .headquote {
	width: 250px;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: 600;
	line-height: 49px;
	text-transform: uppercase;
	padding: 0px 22px 0px 14px;
	vertical-align: middle;
	margin-left: 17px;
}

.navigation .headquote i {
	float: right;
	font-size: 29px;
	color: #ffffff;
	line-height: 49px;
	margin-left: 5px;
	vertical-align: middle;
}

.navigation .headquote:hover {
	color: #ffffff;
}

.header .headerright .mobilenavbtn {
	width: 80px;
	height: 80px;
	display: none;
	font-size: 1.6em;
	line-height: 75px;
	text-align: center;
	background: #ffffff;
	border-left: 1px solid #d7d7d7;
	border-bottom: 5px solid #d7d7d7;
}

.footer {
	position: relative;
	background: #252525;
	padding-left: 500px;
}

.footer h3 {
	font-size: 1em;
	color: #ffffff;
	margin: 0px 0px 25px;
}

.footer p {
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer .footerleft {
	width: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding: 60px 15px;
	z-index: 1;
}

.footer .footerleft > div {
	width: 380px;
	max-width: 100%;
	display: inline-block;
}

.footer .footerleft > div > div {
	width: 330px;
	max-width: 100%;
	display: inline-block;
	padding: 20px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 30px;
}

.footer .footerleft > div > div p {
	font-size: 0.9em;
}

.footer .footerleft > div > div p:last-child {
	font-size: 1.8em;
	font-weight: 500;
	margin: 0px;
}

.footer .footerleft a.linkbtn {
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	line-height: 65px;
	background-image: linear-gradient(#14b95d, #14b95d, #00a549, #00a549);
	border: 1px solid #ffffff;
}

.footer .footerright {
	width: 100%;
	float: left;
	border-left: 20px solid #ffffff;
}

.footer .footerright:before {
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 500px;
	bottom: 0px;
	content: '';
	z-index: 1;
}

.footer .footerright .footerwidgets {
	width: 100%;
	display: inline-block;
	padding: 60px 100px;
}

.footer .footerright .footerwidgets .footerwidget {
	width: auto;
	float: left;
	margin-right: 150px;
}

.footer .footerright .footerwidgets .footerwidget:last-child {
	margin-right: 0px;
}

.footer .footerright .footerwidgets .footerwidget h3 {
	margin: 0px;
}

.footer .footerright .footerwidgets .footerwidget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer .footerright .footerwidgets .footerwidget ul li {
	font-size: 0.9em;
	margin-top: 25px;
}

.footer .footerdetails {
	width: 100%;
	display: inline-block;
	padding: 45px 100px;
	border-top: 1px solid #636363;
}

.footer .footerdetails p {
	font-size: 0.9em;
}

.footer .footerdetails p:last-child {
	margin: 0px;
}

.footer .footerdetails p .contag {
	width: auto;
	display: inline-block;
	padding-left: 9px;
	border-left: 1px solid #ffffff;
	margin-left: 5px;
}

.cookiebar {
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	line-height: 1.4em;
	background: #ffffff;
	padding: 15px 0px;
	border-top: 7px solid;
	z-index: 99999999999;
	box-sizing: border-box;
}

.cookiebar p {
	width: auto;
	float: left;
	font-size: 0.85em;
	margin: 0px !important;
}

.cookiebar p a {
	color: #9d8e87;
	font-weight: 600;
}

.cookiebar .links {
	width: auto;
	float: right;
}

.cookiebar .links a.cookieaccept {
	width: 175px;
	display: inline-block;
	color: #ffffff;
	line-height: 15px;
	text-align: center;
	padding: 15px 15px 15px 27px;
}

.cookiebar .links a.cookieaccept i {
	float: right;
	line-height: 15px;
}

.loopintro {
	padding-bottom: 50px;
}

.loopintro .wrapper {
	max-width: 900px;
}

.loopintro p {
	font-size: 1.1em;
	text-align: center;
	margin: 0px !important;
}

.blogcontainer {
}

.blogcontainer .blog-list {
	width: 66%;
	float: left;
}

.postlistbox {
	width: 100%;
	display: inline-block;
	padding: 45px;
	border: 1px solid #d0d0d0;
	margin-bottom: 35px;
}

.postlistbox h2 {
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}

.postlistbox p {
	margin: 0px !important;
}

.postlistbox p.by {
	font-size: 0.9em;
}

.postlistbox .excerpt {
	width: 100%;
	display: inline-block;
	font-size: 1.1em;
	margin: 45px 0px 0px;
}

.postlistbox .postimg {
	width: 100%;
	height: 360px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 30px;
}

.postlistbox .postimg.noimg {
	background-size: auto;
	border: 1px solid #d7d7d7;
}

.blogcontainer .blogpagination {
	width: 100%;
	display: inline-block;
}

.blogcontainer .blogpagination .past-page {
	width: auto;
	float: left;
}

.blogcontainer .blogpagination .next-page {
	width: auto;
	float: right;
}

.blogcontainer .blogsidebar {
	width: 31%;
	float: right;
}

.blogcontainer .blogsidebar > div > div {
	width: 100%;
	display: inline-block;
	padding: 20px;
	border: 1px solid #d0d0d0;
	margin-bottom: 20px;
}

.blogcontainer .blogsidebar h3 {
	font-size: 1em;
	color: #171717;
	font-weight: 600 !important;
}

.blogcontainer .blogsidebar ul {
	width: 100%;
	display: inline-block;
	padding: 0px;
	margin: 0px !important;
}

.blogcontainer .blogsidebar ul li {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
}

.blogcontainer .blogsidebar ul li a {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	padding: 10px 15px;
	margin: 3px 0px;
}

.blogcontainer .blogsidebar ul li a:hover {
	text-decoration: none;
	background: #2c2a2a;
}

.blogbanner {
	height: 600px;
	background-color: #000000;
	background-position: center;
	background-size: cover;
}

.blogintro {
	padding: 50px 0px;
}

.blogintro .wrapper {
	max-width: 1000px;
}

.blogintro h1 {
	font-size: 1.2em;
	font-weight: 600 !important;
	text-transform: none;
	text-align: center !important;
	margin: 0px !important;
}

.blogintro p {
	font-size: 1.2em;
	text-align: center !important;
	margin: 0px !important;
}

.blog-post .wrapper {
	max-width: 900px;
}

.blog-post h1,
.blog-post h2,
.blog-post h3 {
	text-transform: none;
	text-align: left !important;
}

.blog-post h1:first-child,
.blog-post h2:first-child,
.blog-post h3:first-child {
	margin-top: 0px !important;
}

.blog-post h2:after,
.blog-post h3:after {
	display: none;
}

.blog-post .newscontent {
	padding: 0px 15px;
}

.blog-post .alignnone {
	display: block;
}

.blog-post .aligncenter {
	display: block;
	margin: 0px auto 15px;
}

.blog-post .alignleft {
	max-width: 50%;
	float: left;
	margin: 0px 15px 15px 0px;
}

.blog-post .alignright {
	max-width: 50%;
	float: right;
	margin: 0px 0px 15px 15px;
}

.socialicons {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.blog-post .wrapper {
	max-width: 900px;
}

.contacttop {
	background: url(/wp-content/themes/consultancy/images/contactcontainer-bg.jpg) right no-repeat;
	background-size: 50% 100%;
}

.contacttop .contactdetails,
.contacttop .contactform  {
	padding: 75px 15px;
}

.contactdetails {
	width: 47%;
	float: left;
}

.contactdetails p {
	font-size: 1em;
}

.contactform {
	width: 47%;
	float: right;
}

.formbox {
	width: 100%;
	display: inline-block;
}

.formfields {
	width: 48%;
}

.formbox p {
	margin: 15px 0px 0px !important;
}

.formbox .input input,
.formbox .textarea textarea {
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-size: 1em;
	color: #252525;
	line-height: 20px;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

.formbox .textarea textarea {
	height: 130px;
}

body.contact-us .formbox .textarea textarea {
	height: 75px;
}

.formbox .checkboxes span.wpcf7-list-item {
	width: 32.3333333%;
	display: inline-block;
	font-size: 0.9em;
	margin: 2px 0px 0px !important;
}

.formbox .checkboxes input {
	margin-right: 5px;
}

form .privacy {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	padding-bottom: 25px !important;
}

form .privacy * {
	position: static;
}

form .privacy .wpcf7-list-item-label {
	display: none;
}

form .privacy .wpcf7-list-item {
	margin: 0px;
}

form .privacy span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.submitbox {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: 15px;
}

.submitbox input[type=submit] {
	width: 240px;
	max-width: 100%;
	display: inline-block;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	background: #252525;
	padding: 0px 15px;
	border-radius: 50px;
	cursor: pointer;
}

.submitbox input[type=submit]:hover {
	color: #ffffff;
	text-decoration: none;
}

.submitbox p.note {
	font-size: 0.8em;
	color: #4e4e4e;
	text-align: left;
	margin: 0px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 15px !important;
	font-style: italic;
}

div.wpcf7-response-output {
	font-size: 0.9em;
	color: #808080;
	text-align: center;
	padding: 10px !important;
	margin: 25px 0px 0px !important;
}

.wpcf7-form.sent .formbox,
.wpcf7-form.sent .submitbox {
	display: none;
}

.contactmap h2 {
	margin-bottom: 35px;
}

.contactmap iframe {
	width: 100% !important;
	height: 550px !important;
}

.ngg-galleryoverview {
	margin: 0px !important;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 25%;
	padding: 5px;
}

.ngg-galleryoverview .ngg-navigation span,
.ngg-galleryoverview .ngg-navigation a {
	width: 25px;
	height: 25px;
	display: inline-block !important;
	color: #70706e !important;
	line-height: 23px;
	font-weight: 400 !important;
	padding: 0px !important;
	border: 1px solid #c8c8c8 !important;
	border-radius: 0px !important;
	margin: 0px 3px !important;
}

.ngg-galleryoverview .ngg-navigation span {
	color: #ffffff !important;
	font-weight: 600 !important;
}

.ngg-galleryoverview .ngg-navigation a {
	background: #ffffff !important;
}

.ngg-galleryoverview .ngg-navigation a.next,
.ngg-galleryoverview .ngg-navigation a.prev {
	display: none !important;
}

.privacycontent .wrapper {
	max-width: 900px;
}

.privacycontent h2 {
	font-size: 2em;
	font-weight: 400;
}

.privacycontent table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.privacycontent table td {
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #cccccc;
}

.privacycontent table p {
	margin: 0px;
}

.sitemapcontent .wrapper {
	max-width: 900px;
}

.sitemapcontent .sitemapbox {
	width: 47%;
}

.homebanner {
	height: 1050px;
	background-color: #43828b;
	background-size: cover;
	background-position: bottom;
	padding-top: 290px;
}

.homebanner h1 {
	width: 1000px;
	max-width: 100%;
	display: inline-block;
	margin: 0px 0px 60px;
}

.homebanner .links {
	width: 50%;
	max-width: 380px;
	display: inline-block;
	text-align: center;
	margin-right: -4px;
	vertical-align: middle;
}

.homebanner .links a.linkbtn {
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	line-height: 65px;
	background-image: linear-gradient(#14b95d, #14b95d, #00a549, #00a549);
	border: 1px solid #ffffff;
	margin-bottom: 30px;
}

.homebanner .links a.help {
	font-size: 1.1em;
}

.homebanner .links a.help i {
	font-size: 1.3em;
	vertical-align: middle;
	margin-left: 5px;
}

.homebanner .lottery {
	width: 50%;
	max-width: 315px;
	display: inline-block;
	text-align: center;
	padding: 0px 15px;
	margin-right: -4px;
	vertical-align: middle;
}

.homeintro {
	margin-bottom: 70px;
}

.homeintro h2 {
	margin: 0px 0px 40px;
}

.homeintro .follow {
	width: 100%;
	display: inline-block;
}

.homeintro p {
	width: auto;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.homeintro .socialbox {
	width: auto;
}

.homeintro .socialbox a {
	margin: 0px 5px;
}

.hometeam {
	position: relative;
	padding: 80px 0px 375px;
}

.hometeam:before {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 0px;
	content: '';
	z-index: -1;
}

.hometeam .wrapper {
	background: #ffffff;
}

.hometeam .img {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.hometeam .img img {
	display: block;
}

.hometeam .txt {
	width: 50%;
	display: inline-block;
	padding: 15px 90px;
	vertical-align: middle;
	margin-right: -4px;
}

.hometeam .txt h3 {
	margin: 0px;
}

.hometeam .txt p {
	margin: 40px 0px 0px;
}

.hometeam .txt p a i {
	font-size: 1.2em;
	vertical-align: middle;
	margin-left: 5px;
}

.homeevents {
	padding-bottom: 90px;
	border-bottom: 1px solid #ebebeb;
	margin-top: -300px;
}

.homeevents h2 {
	margin: 0px;
}

.homeposts .post {
	width: 50%;
	float: left;
	padding: 70px 20px 0px;
}

.homeposts .post .img {
	width: 100%;
	height: 340px;
	display: inline-block;
	background-color: #ffffff;
	background-position: center;
	background-size: cover;
	border: 1px solid #58575a;
	margin-bottom: 40px;
}

.homeposts .post h3 {
	margin: 0px 0px 35px;
}

.homeposts .post p {
	width: 450px;
	max-width: 100%;
	min-height: 90px;
	display: inline-block;
	margin: 0px 0px 30px;
}

.homeposts .post p.date {
	width: 100%;
	min-height: 1px;
	text-align: left;
	text-transform: uppercase;
	margin: 0px 0px 20px;
}

.homenews {
	padding: 70px 0px 115px;
}

.homenews .post p {
	width: 100%;
}

.innerbanner {
	padding-top: 125px;
}

.innerbanner .wrapper {
	padding: 90px 0px;
}

.innerbanner h1 {
	font-size: 3em;
	margin: 0px;
}

.innerbanner p {
	margin: 25px 0px 0px;
}

.aboutintro.bordered {
	border-bottom: 1px solid #ebebeb;
}

.aboutintro .wrapper {
	max-width: 900px;
}

.aboutintro h1,
.aboutintro h2,
.aboutintro h3 {
	font-size: 1.8em;
	margin: 0px;
}

.aboutintro p {
	margin: 20px 0px 0px;
}

.aboutmanagement .ui-tabs-nav {
	list-style: none;
	padding: 0px;
}

.aboutmanagement .ui-tabs-nav li {
	width: auto;
	display: inline-block;
	padding: 0px 15px;
}

.aboutmanagement .ui-tabs-nav li a.linkbtn {
	width: 260px;
}

.aboutmanagement .managementbox {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0px;
	margin: 0px auto;
}

.aboutmanagement .managementbox > div {
	width: 50%;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
}

.aboutmanagement .managementbox.trustees > div:first-child {
	width: 100%;
}

.aboutmanagement .managementbox > div > div {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 25px 15px;
	border: 1px solid #d7d7d7;
}

.aboutmanagement .managementbox i {
	font-size: 60px;
}

.aboutmanagement .managementbox h3 {
	font-size: 1.4em;
	margin: 20px 0px 0px;
}

.aboutmanagement .managementbox p {
	font-size: 0.8em;
	margin: 15px 0px 0px;
}

.aboutmanagement .managementbox p.position {
	font-size: 1em;
	margin: 5px 0px 0px;
}

.aboutpolicies .wrapper > div {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 25px 15px;
	margin-right: -4px;
}

.aboutpolicies .wrapper > div img {
	border: 1px solid #d7d7d7;
	margin-bottom: 15px;
}

.aboutpolicies .wrapper > div .name {
	width: 100%;
	min-height: 38px;
	display: inline-block;
}

.aboutpolicies .wrapper > div .linkbtn {
	line-height: 40px;
	margin-top: 15px;
}

.sidebarmusic h3 {
	margin: 0px;
}

.sidebarmusic p {
	font-size: 0.8em;
	margin: 15px 0px 0px;
}

.sidebarmusic audio {
	width: 100%;
	margin-top: 3px;
}

.sidebarmusic a {
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

.sidebarmusic a i {
	line-height: 45px;
}

.blogcontainer .activitynote {
	margin: 25px 0px 0px
}

.funrdaisebtns .wrapper > div {
	width: 50%;
	float: left;
	padding: 25px;
}

.funrdaisebtns .wrapper > div a {
	width: 100%;
	display: inline-block;
	background: #ffffff;
}

.funrdaisebtns .wrapper > div a:hover h3 {
	color: #252525;
}

.funrdaisebtns .wrapper > div div {
	width: 100%;
	display: inline-block;
	padding: 25px;
}

.waystofinraise .wrapper {
	background: #ffffff;
	padding: 60px 85px;
}

.waystofinraise h2 {
	font-weight: 400;
	margin: 0px;
}

.waystofinraise p {
	margin: 25px 0px 0px;
}

.donationvideo .wrapper {
	background: #ffffff;
}

.donationvideo .video {
	width: 50%;
	display: inline-block;
	text-align: center;
	background: #242424;
	padding: 115px 50px 60px;
	margin-right: -4px;
	vertical-align: middle;
}

.donationvideo .video video {
	width: 100%;
}

.donationvideo .video p {
	color: #ffffff;
	font-weight: 600;
	margin: 20px 0px 0px;
}

.donationvideo .txt {
	width: 50%;
	display: inline-block;
	padding: 25px 75px;
	margin-right: -4px;
	vertical-align: middle;
}

.donationposts .donationbox {
	position: relative;
	background: #ffffff;
}

.donationposts .donationbox .txt {
	width: 50%;
	display: inline-block;
	padding: 50px 75px;
}

.donationposts .donationbox .txt.noimg {
	width: 100%;
}

.donationposts .donationbox .txt h1,
.donationposts .donationbox .txt h2,
.donationposts .donationbox .txt h3,
.donationposts .donationbox .txt p,
.donationposts .donationbox .txt ul {
	margin: 15px 0px 0px;
}

.donationposts .donationbox .txt h2:first-child {
	margin: 0px;
}

.donationposts .donationbox .img {
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	border: 50px solid #ffffff;
}


.fundingbox .wrapper {
	padding: 60px 75px;
}

.fundingbox .wrapper > p:last-child,
.fundingbox .wrapper > ul:last-child {
	margin: 0px;
}

.fundingcontainer .fundingbox:first-child * {
	color: #ffffff;
}

.giveysponsor .wrapper {
	padding: 50px 75px;
}

.giveysponsor .wrapper h3 {
	margin: 0px;
}

.giveysponsor .wrapper p {
	margin: 15px 0px 0px;
}










