html {
	font-size: 20px;
}
body {
	margin: 0;
	font-family: "Modern Era", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
body > main {
	flex: 1 1 auto;
	order: 3;
	padding-top: 2.5em;
	display: flex;
	flex-direction: column;
}
body > main.ppc-main {
	padding-top: 1em;
	margin-bottom: 5em;
}
body > main > .first {
	order: 1;
}
body > main > .second {
	order: 2;
}
body > main > .third {
	order: 3;
}
body > main > .fourth {
	order: 4;
}
body > main > .fifth {
	order: 5;
}
body > nav {
	flex: 1 1 auto;
	order: 1;
}
body > nav .button {
	font-size: 0.50rem;
}
body > footer {
	flex: 1 1 auto;
	order: 5;
}
a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #e76527;
}
a.dark, .in-page-links a {
	color: #4e768c;
}
a .new-window {
	position: relative;
	top: -10px;
	left: 3px;
}
img {
	max-width: 100%;
	height: auto;
}
video {
	max-width: 100%;
	height: auto;
}
.light-text {
	color: #FFF;
}
h1, h2 {
	color: #587a84;
	font-size: 1.5rem;
	text-align: center;
}
h3, .h3 {
	font-size: 1.5em;
	text-align: center;
}
.navbar {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	background-color: #4e768c;
	width: 100%;
	z-index: 999;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.57em;
	text-align: right;
}
.navbar-toggler {
	padding: 0 0 0.25rem;
	font-size: 1rem;
	border: none;
}
.nav-link {
	padding-bottom: 0;
}
.in-page-links {
	list-style-type: circle;
	padding: 0 0 0 15px;
	margin: 1em 0;
}
.button {
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #4e768c;
	display: inline-block;
	padding-top: 0.313rem;
	padding-bottom: 0.313rem;
	margin-right: 1rem;
	font-size: 0.71rem;
	line-height: inherit;
	white-space: nowrap;
	border: 1.5px solid;
	border-radius: 0.25rem;
	padding: 0.1rem 0.1rem;
	border-color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
.logo {
	max-width: 100%;
	height: auto;
	padding-bottom: .5em;
	padding-top: .7em;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.3rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.btn-primary {
	color: #fff;
	background-color: #394b67;
	border-color: #394b67;
}
.btn-primary:hover {
	color: #fff;
	background-color: #e76527;
	border-color: #e76527;
}
.aqua-box {
	padding: 10px;
	background-color: #16a3ae;
	margin-bottom: 0.8em;
	border-radius: 0px;
	text-align: center;
	color: #fff;
}
.last-child-bottom, .first-child-bottom {
	display: flex;
	flex-direction: column;
}
.last-child-bottom *:last-child {
	margin-top: auto;
}
.first-child-bottom {
	justify-content: flex-end;
}
.btn-info-booknow {
	color: #fff;
	background-color: #394b67;
	border-color: #fff;
}
.btn {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-info-booknow:hover {
	color: #fff;
	background-color: #e76527;
	border-color: #fff;
}
.colored-box01 {
	background: #16a3ae;
	color: #fff;
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.colored-box02 {
	background: #e76527;
	color: #fff;
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
h2, .h2 {
	font-size: 1.5rem;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.divider {
	border-bottom: 2px solid #EC652B;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}
.info-box-hp {
	color: #212529;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
	flex-direction: column;
}
.info-box-hp p {
	color: black;
	margin-bottom: 0.5em;
}
.info-box {
	color: #4E768C;
	border-bottom: 1px solid #aaa;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	display: flex;
	flex-direction: column;
}
.info-box p {
	font-size: 1.2rem;
}
.info-box .btn-primary {
	margin-top: auto;
	/*the following line lets the button be its desired width instead of full-width*/
	/*align-self: center;*/
}
.embed-responsive + .embed-responsive {
	margin-top: 1em;
}
#socialMediaLinks {
	text-align: center;
	padding: 0;
	margin-bottom: 1em;
	list-style-type: none;
}
#socialMediaLinks li {
	display: inline;
}
#socialMediaLinks img {
	width: 50px;
	height: 50px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.img-location {
	padding-bottom: 1em;
}
.block-content {
	display: block;
}
.centered img {
	display: block;
	margin: 0 auto;
}
.socialmediaicons:hover {
	border: 3px solid #e76527;
	outline-style: single;
	border-radius: 8px;
	opacity: 0.95;
	transition: 0.2s;
}
footer {
	display: block;
	background: #2c7ba0;
	padding: 1rem;
	font-size: 0.6667em;
	color: #fff;
}
#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	text-align: center;
}
#iframeWrapper {
	max-width: 980px;
	margin: 0 auto;
}
#blogNav {
	min-height: 450px;
	width: 100%;
	border: none;
}
.featured-posts {
	padding-bottom: 1.5em;
	border-bottom: 2px solid #EC652B;
}
.blog-tile {
	text-align: center;
	border: 1px solid #dfe1e5;
	border-radius: 8px;
	margin-bottom: 1em;
	overflow: hidden;
}
.blog-tile h2 {
	font-size: 1.2rem;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0.3em;
}
.blog-tile p {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 0.85rem;
}
.blog-tile img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.blog-wrapper {
	margin-top: 1em;
}
.blog-nav {
	min-height: 100px;
}
.blog-widget {
	padding: 0.8em;
	margin-bottom: .5em;
	margin-top: 2em;
	border: 1px solid #4e768c;
	border-radius: 8px;
}
.blog-widget ul {
	list-style-type: none;
	padding: 0 0 0 0.5em;
	margin: 0;
}
.blog-widget h3, .blog-widget h4 {
	margin: 0 0 0.2em 0;
}
.blog-preview-right {
	float: right;
	max-width: 150px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
.blog-preview-left {
	float: left;
	max-width: 150px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.blog-image-right {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 1em;
}
.blog-image-left {
	border: 1px solid #4e768c;
	padding: 0.5em;
	border-radius: 3px;
	margin-bottom: 0em;
}
.side-ad {
	border: 3px solid #16a3ae;
	border-radius: 8px;
	padding: 0.8em;
	margin-bottom: 1em;
}
.featured-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.featured-post-wrapper {
	border-radius: 8px;
	overflow: hidden;
}
.featured-post {
	background-color: #ebfdff;
	padding: 1em;
}
.featured-post h2 {
	font-size: 1.2rem;
}

.ppc-navbar {
	min-height: 50px;
}
.ppc-hero-wrapper {
	position: relative;
}
.ppc-hero-wrapper img.logo {
    position: absolute;
    top: 30%;
    left: 5%;
    width: 50%;
}

@media screen and (min-width: 576px) {
	.blog-tile-alt-row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tile-two {
		flex: 0 0 49%;
	}
}
@media screen and (min-width: 600px) {
	body > main {
		padding-top: 3em;
	}
	body > main.ppc-main {
		padding-top: 0;
	}
	body > nav .button {
		font-size: 0.71rem;
	}
	
}
@media screen and (max-width: 601px) {
	.edge-to-edge {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar {
		padding: 0.5rem 0.5rem;
	}
	.button {
		margin-right: 0.3rem;
	}
	.navbar-toggler {
		padding: 0.25rem 0.45rem;
		font-size: 0.55rem;
	}
	.ppc-main h1, .ppc-main h2 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width:720px) {
	.friends-img {
		display: none;
	}
	.mt-2-friends {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.blog-tile-row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.tile-three {
		flex: 0 0 32%;
	}
	.featured-post-wrapper {
		display: flex;
		flex-direction: row-reverse;
	}
	.featured-post-wrapper > * {
		flex: 0 0 50%;
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 900px) {
	
	.blog-post {
		display: flex;
		flex-direction: column;
	}
	.blog-post > * {
		order: 1;
	}
	.blog-post > aside {
		order: 2;
	}
	.blog-image-left {
		margin-bottom: 1em;
	}
	.blog-image {
		display: none;
	}
}
@media screen and (min-width: 901px) {
	html {
		font-size: 24px;
	}
	.btn-lg, .btn-group-lg > .btn {
		font-size: 1rem;
	}
	.blog-image-left {
		float: left;
		width: 49%;
		margin-right: 1em;
		margin-bottom: 0em;
	}
	.blog-image-right {
		float: right;
		width: 50%;
		margin-left: .5em;
		margin-bottom: .5em;
	}
	.blog-widget {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.blog-image {
		display: block;
		margin-top: auto;
	}
}
@media screen and (min-width: 992px) {
	.contact-form {
		margin-top: 1.5em;
	}
}
@media screen and (min-width: 1200px) {
	body > main {
		padding-top: 2.7em;
	}
}
.blue-section {
	background-color: #4d758c;
	color: #fff;
	padding: 1rem;
}
.section-green {
	background-color: #17a3ae;
	color: #fff;
	padding: 1rem;
}
.text-#white-medium-size {
	font-size: 1.5rem;
}
.white-text {
	color: #fff;
}
.green-text {
	color: #608f5f;
	text-align: center;
}
.orange-text {
	color: #e56320;
}
.teal-text {
	color: #1fb9c5;
}
.dark-blue-text {
	color: #0056b3;
}

/*Bootstrap overrides*/
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 100%;
	}
}

/*My additions to PPC Page*/
@media (min-width: 992px) {
	.col-lg-6 {
		margin-top: 25px;	
	}
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1180px;
	}
}
@media (max-width: 767px) {
    .main-content {
         position: static !important;
     }
}
.footer-bar {
	margin-left: auto;
	margin-right: auto;

}
