/* Custom Styles */

/* basics */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: 0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
}

#wrapper {
	background: linear-gradient(180deg,#ffffff 0%,#e0dad2 100%);
}
	.home #wrapper {
		background: linear-gradient(180deg,#e0dad2 0%,#e0dad2 15%,#ffffff 50%,#e0dad2 85%,#e0dad2 100%);
	}

a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:link, a:active, a:visited {
	color: #2CBEC3;
}
a:hover { color: #666; text-decoration: none; }

hr {
	border-top: 3px solid;
	opacity: 0.09;
	margin: 4.5rem 0;
}

img, iframe, video { max-width: 100%; }

/* fonts */

@font-face {
    font-family: 'Feeling Passionate';
    src: url('assets/fonts/Feeling Passionate.woff2') format('woff2'),
        url('assets/fonts/Feeling Passionate.woff') format('woff'),
        url('assets/fonts/Feeling Passionate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HighVoltage';
    src: url('assets/fonts/HighVoltage.eot');
    src: url('assets/fonts/HighVoltage.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/HighVoltage.woff2') format('woff2'),
        url('assets/fonts/HighVoltage.woff') format('woff'),
        url('assets/fonts/HighVoltage.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.archivo { font-family: 'Archivo', sans-serif; }
.euphoria { font-family: 'Euphoria Script', cursive; }
.open-sans { font-family: 'Open Sans', sans-serif; }
.montserrat { font-family: 'Montserrat', sans-serif; }
.courgette { font-family: 'Courgette', cursive; }

/* titles */

h1, h2 {
	'Archivo', sans-serif
	font-weight: bold;
	letter-spacing: 0.02em;
}
	.home h1, .home h2 {
		font-family: 'Feeling Passionate', cursive;
	}
	.page-id-18593 h1, .page-id-18593 h2 {
		/* font-family: 'Courgette', cursive; */
		/* font-family: 'HighVoltage', sans-serif; */
	}
h3, h4, h5, h6 {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	color: #00193d;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

h1 {
	color: #2CBEC3;
	font-size: 70px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0;
	line-height: 1.4;
	text-transform: capitalize;
}
h2 {
	color: #009e78;
	font-size: 54px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	line-height: 1.4;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1.entry-title {
	padding: 30px 0.5em 30px;
	margin: 15px 0 60px;
	border-bottom: 3px solid #efebe6;
	text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.15);
}

/* forms & buttons */

input[type=submit], a.button {
	background-color: #2CBEC3;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7;
	border: 2px solid #fff;
	transition: all 0.5s ease;
	border-radius: 3px;
	color: #fff;
}
	a.button {
		display: inline-block;
		text-decoration: none;
	}
	input[type=submit]:hover, a.button:hover {
		border: 2px solid transparent;
		padding: .3em 1.3em;
	}
	
h3.gsection_title {
	margin-top: 30px;
	font-size: 28px;
}
.gform_wrapper.gravity-theme fieldset {
	margin: 15px 0;
}

/* header */

nav#header, nav#header .navbar-brand img { transition: all 0.5s ease; }
nav#header.nav-large .navbar-brand img { height: 100px; }
nav#header.nav-small .navbar-brand img { height: 65px; margin-top: -35px; }
nav#header.nav-large .navbar-brand { padding: 5px 0; }
nav#header.nav-small .navbar-brand { padding: 0 0 10px; }

nav#header, .home nav#header.nav-small {
	background-color: #009e78 /*rgba(0,25,61,0.86)*/;
	flex-wrap: wrap;
	padding: 0;
	z-index: 999999;
	border-radius: 0 0 10px 10px;
}
	.home nav#header.nav-large {
		background-color: transparent;
		padding: 15px 0;
	}
	nav#header ul {
		width: 100%;
	}
	nav#header ul, nav#header ul li ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		nav#header ul > li {
			display: inline-block;
			padding: 0.5em;
		}
			nav#header ul.navbar-nav > li:last-child {
				padding-right: 0;
			}
	nav#header ul li ul, nav#header .dropdown-menu {
		background-color: rgba(26,168,134,0.75);
		border-top-width: 3px;
		border-top-color: rgba(26,168,134,0.85);
		width: 200px;
	}
	nav#header.nav-small ul li ul, nav#header.nav-small .dropdown-menu {
		background-color: rgba(26,168,134,0.87);
		border-top-color: rgba(26,168,134,0.93);
	}
		nav#header ul li ul li, .dropdown-menu li {
			width: 100%;
			display: block;
		}
		nav#header ul li ul li a, .dropdown-menu li a {
			text-transform: none;
			font-size: 14px;
			display: block;
			width: 100%;
			padding: .25em;
		}
			nav#header ul li ul li:hover, .dropdown-menu li:hover {
				background-color: rgba(0,0,0,.03);
			}
			nav#header ul li a:hover, .dropdown-menu li a:hover {
				color: #fff;
				background-color: transparent;
				background-image: none;
				opacity: .7;
			}
	nav#header li.dropdown > ul li {
		padding: 0.35em .5em;
	}
	nav#header li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
		left: 200px;
		top: 0;
	}
	.dropdown-item.active, .dropdown-item:active {
		background-color: transparent;
		opacity: 0.7;
	}

.dropdown-toggle:after {
	
}

nav#header ul li ul li.menu-item-has-children > a:after {
	border-right: 0;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	content: "";
	display: inline-block;
	margin-right: .255em;
	margin-top: .45em;
	float: right;
}

#top-menu {
	flex-basis: 100%;
	flex: 1 0 100%;
}
	#top-menu ul {
		text-align: right;
	}
	nav#header #top-menu ul li {
		text-align: right;
		padding: 0.5em 0.65em;
	}
	#top-menu a {
		font-size: 13px;
	}

ul.navbar-nav li > a, #top-menu a {
	color: #fff;
	font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
}

ul.navbar-nav > li a {
	text-transform: uppercase;
}

/* nav search */

li.search { position: relative; }
ul.navbar-nav > li:last-child {
	margin-left: 40px;
}

.container_search{position:absolute;top:8px;right:0;z-index:999;}
.cc-search{position:relative;margin-top:0;width:0%;min-width:40px;height:40px;float:right;overflow:hidden;-webkit-transition:width .3s;-moz-transition:width .3s;transition:width .3s;-webkit-backface-visibility:hidden}
.cc-search.cc-search-open {z-index: 99999;}
.cc-search-input{position:absolute;top:0;right:0;border:none;outline:none;background:transparent;width:100%;height:40px;margin:0;z-index:10;padding:10px 60px 10px 15px;font-family:inherit;font-size:18px;color:#666}
.cc-search-input::-webkit-input-placeholder, .cc-search-input:-moz-placeholder, .cc-search-input::-moz-placeholder, .cc-search-input:-ms-input-placeholder{color:#35b0b8}
.cc-icon-search,.sb-search-submit{width:40px;height:40px;display:block;position:absolute;right:0;top:0;padding:0;margin:0;line-height:40px;text-align:center;cursor:pointer}
.cc-search-submit{background:#fff;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);opacity:0;color:transparent;border:none;outline:none;z-index:-1}
.cc-icon-search{color:#fff;background:transparent;z-index:90;font-size:18px;font-family:FontAwesome;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased}
.cc-icon-search:before{content:"\f002"}
.cc-search.cc-search-open,.no-js .cc-search{width:100%; background-color: #fff; width:400px;}
.cc-search.cc-search-open .cc-icon-search,.no-js .cc-search .cc-icon-search{background:#0d2547;color:#fff;z-index:11}
.cc-search.cc-search-open .cc-search-submit,.no-js .cc-search .cc-search-submit{z-index:90}

/* slideshow */

.slide-text {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 99999;
	text-align: center;
}
	.slide-text h2 {
		color: #fff;
		font-size: 90px;
		letter-spacing: 0;
		line-height: 1.4;
		text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
		margin-bottom: 15px;
	}

/* ads */

.ad-space {
	margin-top: -60px;
	z-index: 99999;
	position: relative;
}
	.ad-space .container {
		
	}
	.ad-space .ad-box {
		/* background-color: rgba(85,190,193,1); */
		/* padding: 15px 15px 5px; */
		margin: 0 auto;
		width: 970px;
		max-width: 100%;
	}
	#ad-box {
		/* width: 500px; */
		max-width: 100%;
		margin: 0 0 30px;
	}
	/*.ad-space .ad-box img {
		padding: 8px;
		background-color: #1c7285;
		border: 1px solid #fff;
	}*/
	
	/* #banner-ads iframe, #banner-ads img {
		max-width: 100% !important;
	} */
	
/* beach flags */

/* .flag-box {
	background-color: #fff;
	height: 130px;
	max-height: 130px;
	font-size: 14px;
	text-align: left;
}
	.flag-box img {
		padding: 10px 0 10px 15px;
	}
	.flag-box h5 {
		padding: 10px 15px 0 0;
		margin: 0;
		font-size: 22px;
	}
	.flag-box p {
		padding: 0 15px 10px 0;
	} */

/* containers */

.container {
	width: calc(100% - 30px);
	padding: 0 15px;
	max-width: 1600px;
}
	nav#header .container {
		max-width: 2000px;
	}
	#main.container {
		/* max-width: 1400px; */
	}

/* home page */

.slide-holder video {
	width: 100%;
	height: 67%;
}

#home-boxes {
	margin: -190px 0 60px;
	padding: 7.5% 5% 5%;
	background: rgba(255,255,255,0.5);
}
	#home-boxes h2 {
		color: #2CBEC3;
		text-align: center;
		padding: 45px 0 30px;
		margin: 0;
		font-size: 70px;
	}
	#home-boxes .col-lg-3 {
		position: relative;
		overflow: hidden;
	}
	#home-boxes .home-box {
		background-color: rgba(0,0,0,0.4);
		overflow: hidden;
		position: relative;
	}
		#home-boxes .home-box:hover {
			background-color: rgba(0,0,0,1);
		}
	#home-boxes .home-box .box-bg img {
		transition: .4s;
		opacity: 0;
		min-width: 100%;
	}
	#home-boxes .home-box:hover .box-bg img {
		transform: scale(1.1);
		opacity: 0.5;
	}
	#home-boxes .box-border {
		position: absolute;
		top: 10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
		border: 2px solid rgba(255,255,255,.5);
	}
	#home-boxes .box-text {
		position: absolute;
		top: 0;
		left: 12px;
		right: 12px;
		bottom: 0;
		text-align: center;
		background-color: rgba(85,190,193,0.05);
		z-index: 99999;
		transition: all 0.5s ease;
		/* border-top: 3px solid #1c7285; */
	}
		#home-boxes .box-text:hover {
			/* background-color: rgba(85,190,193,0.7); */
			cursor: pointer;
		}
		#home-boxes .box-text h3 {
			margin: 22% 10% 0;
			font-size: 21px;
			color: #fff;
			font-weight: 400;
			/* border: 1px solid #fff;
			background: rgba(0,0,0,0.35); */
			padding: 5px;
		}
			#home-boxes .box-text h3 i {
				font-size: 86px;
				margin-bottom: 15px;
			}
	
	#home-news {
		background: url(img/ocean-bg.jpg) center center no-repeat;
		background-size: cover;
		padding: 10% 0;
	}
		#home-news .container {
			max-width: 1240px;
		}
		#home-news h2 {
			font-size: 72px;
			color: #fff;
			text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
		}
		#home-news .news-box-outer {
			background-color: #0d2547;
			padding: 7.5%;
			color: #fff;
		}
		#home-news .news-box-outer ul.slick-dots { width: 85%; }
		#home-news .news-box a.read-more { display: none; }
		#home-news .news-box h4 {
			color: #fff;
		}
		#home-news .news-box img {
			border: 6px solid #fff;
			box-shadow: 8px 8px 6px 0px rgba(0, 0, 0, .2);
		}
	#home-news .slick-dots {
		bottom: 30px;
	}
	#home-news .slick-dots li button:before {
		color: #ccc;
	}
	#home-news .slick-dots li.slick-active button:before {
		color: #fff;
	}

#home-content {
	padding: 90px 0 30px;
}
#home-content .container {
	max-width: 1400px;
}
#home-content .home-content-photo {
	
}
#home-content .content {
	background-color: #fff;
	width: 75%;
	margin: -160px auto 30px;
	padding: 6.5%;
	position: relative;
	z-index: 99999;
}
	#home-content h1.entry-title {
		font-size: 54px;
		text-align: center;
		text-shadow: none;
		padding: 0 0 5px;
		margin: 0 0 15px;
	}
	#home-content h3 {
		text-align: center;
		font-size: 21px;
		margin-bottom: 45px;
		letter-spacing: 0.35em;
		text-transform: uppercase;
	}
	#home-content .content p {
		text-align: justify;
	}

#home-members { padding: 120px 0 30px; }
#home-members h2 { text-align: center; margin-bottom: 45px; color: #2CBEC3; }
#home-members .home-member-box, body #mni-widgets-f8c1f0d8 .mn-scroll-item {
	border: 3px solid #efebe6;
	background-color: rgba(255,255,255,0.8);
	padding: 5% 5%;
	line-height: 2;
	text-align: center;
	font-size: 15px;
	margin-bottom: 25px;
	color: #666;
	border-radius: 0;
}
	#home-members hr {
		margin: 15px auto;
		width: 85%;
	}
		.home-member-box h5, body #mni-widgets-f8c1f0d8 .mn-scroll-name {
			font-family: 'Archivo', sans-serif;
			font-size: 18px;
			margin-bottom: 0;
			padding-bottom: 15px;
			color: #666;
		}
		.home-member-box i {
			color: #0d2547;
			font-size: 18px;
			margin-right: 10px;
			line-height: 2;
		}
		.home-member-box .button {
			height: 40px;
			line-height: 40px;
			font-size: 16px;
			width: 85%;
			margin: 15px auto 0;
			padding: 0 15px;
			border: none;
			background-color: #009e78;
		}
			.home-member-box .button:hover {
				background-color: #0d2547;
				border: none;
				padding: 0 15px;
			}

/* content */

/* .alignleft, .alignright, .aligncenter, .alignnone {
	border: 8px solid #fff;
	box-shadow: 8px 8px 6px 0px rgba(0, 0, 0, .2);
} */
.alignleft, .wp-block-image .alignleft, a img.alignleft {
	margin: 5px 30px 30px 0;
}
.alignright, .wp-block-image .alignright, a img.alignright {
	margin: 5px 0 30px 30px;
}
.aligncenter, .alignnone, .wp-block-image .aligncenter, .wp-block-image .alignnone, a img.aligncenter, a img.alignnone {
	margin-bottom: 30px;
}

div.content.page.type-page, article {
	background: rgba(255,255,255,0.45);
	padding: 3%;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .05);
}

article {
	margin-bottom: 90px;
}

#banner-photo {
	height: 320px;
	background: url('img/banner-photo-fade.jpg') top center no-repeat;
	background-size: cover;
	margin: -10px 0 0 0;
	/* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
}

/* board of directors */

.bod-member-photo, .staff-member-photo {
	margin: 45px 0 15px;
	height: 150px;
}
.bod-member-photo img, .staff-member-photo img {
	border-radius: 50%;
	overflow: hidden;
	width: 150px;
}
.bod-member h4, .staff-member h4 {
	color: #2CBEC3;
	margin-bottom: 0;
}
.staff-member h6 {
	font-size: 18px;
}
.circuit-cover {
	margin: 45px 0 15px;
}
.circuit-cover img {
	width: 150px;
}
.circuit-magazine h3 {
	font-size: 16px;
}

.press-release {
	margin-top: 60px;
}
	.press-release h3 {
		font-size: 18px;
	}
	.press-release a.button {
		width: 100%;
		font-size: 16px;
		margin-top: 10px;
	}

.news-article {
	padding: 4.5em 0;
	border-bottom: 3px solid #efebe6;
}
	.news-article:last-child {
		border-bottom: none;
	}
	
.job-listing {
	padding-top: 2.25em;
	padding-bottom: 2.25em;
	border-top: 3px solid #efebe6;
}

.chamber-event-box {
	background-color: #2CBEC3;
	color: #fff;
	padding: 6.25%;
	border-radius: 18px;
	margin-bottom: 30px;
}
	.chamber-event-box h3 {
		font-size: 28px;
		color: #fff;
		margin-bottom: 15px;
	}
	.chamber-event-box a {
		color: inherit;
	}

/* member listings */

.member-listing {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 3px solid #efebe6;
}

.listing-header h5 {
	font-size: 22px;
	line-height: 1.2;
}

p.listing-categories {
	font-size: 14px;
}

/* event calendar */

.tribe-events-page-template #ad-box > div { min-height: 90px !important; } 

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0;
}
img#GraphicBanner { min-height: 90px; }

.tribe-events .tribe-events-c-breadcrumbs__list-item:first-child {
	display: none;
}
.tribe-events .tribe-events-c-breadcrumbs__list-item span {
	/* font-family: 'Courgette', cursive; */
	font-family: 'Feeling Passionate', cursive;
	color: #2CBEC3;
	font-size: 80px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0;
	line-height: 1.4;
}

.tribe-events .tribe-events-header__title h1.tribe-events-header__title-text { display: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
	padding-top: 30px;
	padding-bottom: 30px;
}

body a.read-more { color: #2CBEC3; }

body .tribe-events .tribe-events-calendar-list__event-title { color: #2CBEC3; }

body .tribe-events .tribe-events-c-search__button, body .tribe-events button.tribe-events-c-search__button {
	background-color: #2CBEC3;
}

body .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border: 1px solid #2CBEC3;
	color: #2CBEC3;
}

/* footer */

footer#footer {
	margin-top: 90px;
}

footer#footer a {
	color: inherit;
}

#footer-logos {
	padding: 45px 0;
}
	#footer-logos .container {
		max-width: 1240px;
	}

#footer-top {
	background-color: #00193d;
	color: #fff;
	padding: 75px 0;
}
	#footer-top ul {
		list-style-type: none;
		padding: 0;
		margin 0;
	}
	#footer-top ul li {
		display: inline-block;
		padding: 0.5em 0.75em;
	}
	#footer-top ul li a {
		color: #fff;
		font-size: 16px;
	}
		#footer-top ul li a:hover {
			opacity: 0.7;
		}
		#footer .menu-item a[aria-current=page] {
			color: #fff;
		}

#footer-social {
	color: #fff;
	background-color: #0d2547;
	padding: 15px;
}
	#footer-social a.social {
		font-size: 30px;
		padding: 0 15px;
	}
		#footer-social a.social:hover {
			color: #opacity: 0.7;
		}

#footer-bottom {
	color: #fff;
	background-color: #001129;
	padding: 15px;
	text-align: center;
}
	#footer-bottom .copyright {
		opacity: 0.7;
		font-size: 12px;
		font-family: 'Archivo', sans-serif;
		text-transform: uppercase;
	}

/* responsive */

@media (min-width: 768px) {
	li.dropdown:hover > ul.dropdown-menu {
    display: block;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.container {
		width: calc(100% - 60px);
		margin: 0;
	}
}

@media (max-width: 1023px) {
	h1 { font-size: 52px; }
	nav#header.fixed-top { position: relative; }
	.home nav#header.nav-large { top: 0; background-color: #009e78; }
	nav#header.fixed-top.nav-small { top: 0; }
	.slide-text { top: 25%; }
	.slide-text h2 { font-size: 68px; }
	#home-content .content { width: 90%; }
	#home-boxes .box-bg {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.container {
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	.navbar-toggler { margin-bottom: 15px; }
	nav#header.fixed-top { position: relative; }
	.home nav#header.nav-large { top: 0; background-color: #009e78; }
	nav#header.fixed-top.nav-small { top: 0; }
	nav#header #top-menu ul li {
		padding: 0.5em 0.4em;
	}
	#top-menu a { font-size: 12px; }
	nav#header ul#menu-top-menu {
		margin-bottom: 5px;
	}
	.home nav#header.nav-large {
		padding: 5px 0;
	}
	nav#header.nav-large .navbar-brand img, nav#header.nav-small .navbar-brand img { height: 60px; }
	nav#header ul li ul, nav#header .dropdown-menu { width: 100%; }
	/* nav#header ul li ul li ul { display: block; background-color: transparent; } */
	nav#header ul li ul li.menu-item-has-children > a:after {
		border-right: .3em solid transparent;
		border-top: .3em solid;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}
	#slideshow { position: relative; }
	#banner-photo { height: 180px; }
	.tribe-events .tribe-events-l-container { padding-top: 15px; }
	h1, .tribe-events .tribe-events-c-breadcrumbs__list-item span { font-size: 46px; }
	h2 { font-size: 36px; }
	h3 { font-size: 30px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
	h1.entry-title {
		padding: 15px 0.25em;
		margin: 0 0 45px;
	}
	ul#menu-footer-menu {
		margin-top: 30px;
	}
	.ad-space { margin-top: 45px; margin-left: -15px; margin-right: -15px; }
	/* .ad-space .col-md-6 { position: relative; }
	.ad-space .ad-box iframe {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: -50%;
		margin-right: -50%;
		margin: auto;
	} */
	.ad-space .ad-box.flag-box {
		margin-top: 10px;
	}
	.slide-text { top: 10%; }
	.slide-text h2 { font-size: 40px; }
	#main.container { padding-top: 30px !important; }
	#home-boxes { margin-top: 0; }
	#home-boxes h2 { padding: 15px 0 30px; }
	#home-boxes h2, #home-news h2, #home-members h2 { font-size: 48px; }
	.news-box h4 { font-size: 28px; line-height: 1.4; margin-top: 30px; }
	#home-content { padding: 60px 0 ; }
	#home-content h1.entry-title { font-size: 36px; }
	#home-content .content { width: 92%; margin: -45px auto 30px; }
	footer#footer { margin-top: 30px; }
	#footer-logos { padding: 45px 0 30px; }
	#footer-logos img { max-width: 90%; margin-bottom: 15px; }
}

@media (max-width: 420px) {
	.ad-space .ad-box iframe {
		transform: scale(.95);
	}
	h1 { font-size: 38px; }
	h2 { font-size: 30px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
	h5 { font-size: 17px; }
	h1.entry-title {
		padding: 15px 0.25em;
		margin: 0 0 30px;
	}
    #home-boxes .home-box {
    	margin: 15px;
    }
    #home-boxes .box-bg {
    	margin-bottom: 0;
    }
    #home-boxes .box-text h3 {
    	font-size: 18px;
    }
}