:root {
	--default-header: 'CMG Sans', 'Open Sans', sans-serif;
	
}
/*------- NAVIGATION AND HEADER -------*/

.primary {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #282828;
	color: white;
	overflow: visible;
	transition: all .6s;
}
	#banner{
		position: absolute;
		display:block;
		width:100%;
		margin:0;
		padding:4px 0;
		text-align:center;
		color:#ffffff;
		z-index:100;
/* 		background-color:#4c9ba6; old color */
		background-color:#181818;		
		font-size: 13px;
		font-family: var(--default-header);
		font-weight: 700;
		
	}
.fixed {
	position: fixed;
/* 	top:0; */
	bottom:auto;
	background: rgba(23, 23, 23, 1);
	padding-top: 15px;
    padding-bottom: 14px;
	
}
.primary.fixed .social-media {
	display: none;
}
/* .primary.fixed .navigation {
	float: right;
	margin: 0;
	left: 0;
} */
.primary.fixed #logo {
	opacity: 1;
	width: 0;
	left:10px;
	max-width: 400px;
    max-height: 100px;
    height: auto;
}
#logo {
	opacity: 0;
	position: relative;
	width: auto;
	left: -200px;
	transition: all .4s;
	
}
.primary ul li a {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	transition: color .3s;
	font-weight: 400;
}
.primary ul li a:hover {
	color: #181818;
}
.navigation {
	text-align: left;
	transition: all .5s;
	position: relative;
	left: -80px;
}

.main-logo {
	position: absolute;
	left: 50%;
	top: 80px;
	transform: translate(-50%,0%);
}
#tag .container {
	position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#tag ul li {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	display: inline;
	float: left;
	padding: 0px 20px;
	text-align: center;	
}
#tag ul {
	text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 560px;
    margin: 0 auto;
    padding-left: 0px;
	display: none;
}
#tag h1 {
	font-weight: 400;
}
#tag h1.first {

	opacity: 0;
	animation: mymove 2s forwards;
    animation-delay: .1s;
    transition: all .4s;
	font-family: var(--default-header);
    font-weight: 700;
}
#tag h1.second {
	opacity: 0;
	animation: mymove 2s forwards;
    animation-delay: .7s;
    transition: all .4s;
	font-weight: 700;
}
#tag h1.third {
	opacity: 0;
	animation: mymove 2s forwards;
    animation-delay: 1.3s;
    transition: all .4s;
	font-family: var(--default-header);
    font-weight: 700;
}
#tag .floating {
	position: absolute;
	width: 100%;
	/* margin: 0 auto; */
	transform: translate(0%, -50%);
	left: 0;
	top: 50%;
}
#tag .floating-content {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.floating-content img {
	max-width:420px;
	width: 100%;
}
    
@media (max-width: 600px) {
.floating-content img {
	max-width:80%;
}	
}
@keyframes mymove {
    from {opacity: 0;}
    to {opacity: 1;}
}
.hero {
	height: 100%;
}
.site-header {
  height: 100vh;
  min-height: 100vh;
}

.hero,
.rotator, 
.rotatorWindow, 
.rotatorWindow div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.rotatorNavigation, 
.rotatorDescriptions {
  display: none;
}
.green-line {
	background: #181818; 
	height: 80px; 
	width: 3px; 
	margin-top: -12px;
	transform: skewX(-30deg);
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: .2;
}
.social-media a{
	text-decoration: none;
	color: #b2b2b2;
	transition: all .3s;
}
div.social-media:hover{
	text-decoration: none;
	color: white;
}
.social-media {
	margin-top: 10px;
	transition: all .6s;
}
.home-icons {
	font-size: 22px;
    display: inline-block;
    position: relative;
    width: 44px;
    text-align: center;
    height: 44px;
    padding: 10px 10px;
    margin-right: 10px;
    color: #b2b2b2;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #b2b2b2;
    border-radius: 100%;
}
span.home-icons:hover {
	color: white;
	border-color: white;
}

/*------- OUR MISSION SECTION -------*/

#our-mission {
	width: 100%;
	background: white;
	min-height: 650px;
	background-image: url('/images/layouts/top-print.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.mission-content {
	max-width: 700px;
	margin: 0 auto;
	padding-top: 50px;
}
.mission-content h1 {
	text-align: center;
/* 	color: #14a693; old */
	color: #181818;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-family: var(--default-header);
}
.mission-content p {
	color: #3c3c3c;
	font-size: 15px;
	line-height: 25px;
	padding: 0px;
}
.three-circles {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}
.circle {
	background: #f5f5f5;
	min-width: 230px;
	width: 230px;
	height: 230px;
	border-radius: 100%;
	overflow: hidden;
	margin: 40px;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .7s;
	position: relative;
}

.circle h3 {
	color: #181818;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	margin: 0;
	transition: all .3s;
	z-index: 3;
	font-family: var(--default-header);
	
}
.circle h4 {
	color: black;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	margin: 0;
	transition: all .3s;
	margin-top: -5px;
	z-index: 3;
}
.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8.5px 0 8.5px;
	border-color: #181818 transparent transparent transparent;
	margin-top: 10px;
	transition: all .3s;
	z-index: 3;
}
.circle:hover .triangle {
	border-color: white transparent transparent transparent
}
.circle:hover .circle-overlay {
	opacity: .7;
	background: #181818;
}
.circle:hover {
	transform: scale(1.055);
}
.circle-overlay {
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: 1;
	transition: all .9s;
	z-index: 1;
}

a  {
	text-decoration: none;
	color: inherit;
}
.circle.one:hover .circle-background, .circle.two:hover .circle-background, .circle.three:hover .circle-background{
/* 	background: url('/images/layouts/connect.jpg'); */
	background-position: -20px;
	background-size: cover;
	opacity: 1;
}
.circle-background {
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: all .9s;
	
}
.circle:hover h3, .circle:hover h4 {
	color: white;
}
.circle.two:hover {
/* 	background: url('/images/layouts/home-header.jpg'); */
	background-position: 30px;
	background-size: cover;
	
}
.circle.three:hover {
/* 	background: url('/images/layouts/home-header.jpg'); */
	background-position: -10px;
	background-size: cover;
}


/*------- OUR LOCATION AND MAP SECTION -------*/

#our-location {
	background-color: #181818;
	background-image: url('/images/layouts/bottom-print.png');
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	min-height: 290px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	background-blend-mode: color-dodge;
}
#our-location h1 {
	text-align: left;
	color: white;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 3px;
	margin-top: 0;
	padding-top: 75px;
	font-family: var(--default-header);
}
#our-location p {
    color: white;
    font-size: 15px;
    line-height: 1.5;
    padding: 0px;
    max-width: 679px;
    margin: 0;
	padding-bottom: 5px;
}
#map {
/* 	background: url('/images/layouts/newestmap.png'); */
/* 	background: url('/images/layouts/Legacy-Map-Support-11.jpg'); */
	/* background: url('/images/layouts/Legacy-Map-Support-Updated-013123-updated-2.png'); */
	/* background: url('/images/layouts/Legacy-Map-Support-R7.webp'); */
	background: url('/images/layouts/Legacy-Map-Support-R8.webp');
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 0;
	position: relative;
	min-width: 0px;
	padding-bottom: 32%;
	padding-bottom: 36%;
}
.pin {
	width: 5%;
	height: 15.625%;
	height: 13.95%;
	background: gray;
	border-radius: 100%;
	border: 2px solid white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .7s;
	transform: scale(1.4);
	transform: scale(0.9);
}
.pin:hover {
	background-position: -20px center;
	transform: scale(1.53);	
	transform: scale(1);
/* 	box-shadow: 1px 1px 71px #949191; */
}
.pin:hover .pin-overlay {
	background: black;
	opacity: .4;
}
.pin-overlay {
	background: #181818;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	border-radius: 100%;
	transition: all .9s;
}
.pin p {
	color: white;
	font-size: .62vw;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 31%;
}
.pin-container {
	position: relative;
    width: 90px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.white-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 7.5px 0 7.5px;
	border-color: white transparent transparent transparent;
	margin-top: 10px;
	transition: all .3s;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 0;
    padding: 0;
    bottom: -12px;
}
.pin-one {
    position: absolute;
    top: 6%;
    left: 6%;
		top: 24%;
		left: 26%;
    background-position: center center;
    background-size: cover;
}
.pin-two {
    position: absolute;
    top: 43%;
    left: 19.7%;
		top: 52.7%;
		left: 38%;
    background-position: center center;
    background-size: cover;
}
.pin-three {
    position: absolute;
    top: 63%;
    left: 4.5%;
		top: 72%;
		left: 26.1%;
    background-position: center center;
    background-size: cover;
}
.pin-four {
    position: absolute;
    top: 47%;
    left: 53.8%;
		top: 61%;
		left: 66.2%;
    background-position: center center;
    background-size: cover;
}
.pin-five {
	position: absolute;
	top: 46%;
	left: 76%;
	background-position: center center;
	background-size: cover;
}
.pin-six {
	position: absolute;
	top: 77%;
	left: 78.7%;
    top: 34%;
    left: 81.8%;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
.pin-seven {
	position: absolute;
	top: 55%;
    top: 24%;
    left: 84.5%;
	background-position: center center;
	background-size: cover;
}
.pin-eight{
	position: absolute;
	top: 4%;
	left: 79.8%;
	top: 2%;
	left: 77.8%;
	background-position: center center;
	background-size: cover;
}
.pin-nine {
	position: absolute;
    top: 64%;
    left: 85.8%;
	background-position: center center;
	background-size: cover;
	/* transform: scale(1.4) translateY(-100%); */
}
.pin-ten {
	position: absolute;
    top: 36%;
    left: 8.8%;
	background-position: center center;
	background-size: cover;
	/* transform: scale(1.4) translateY(-100%); */
}

.pin-nine:hover {
	/* transform: scale(1.53) translateY(-100%); */
}

/*------- MEDIA SECTION -------*/

#media {
	width: 100%;
	background: white;
	min-height: 650px;
	background-image: url('/images/layouts/media-print.png');
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.phone {
	position: absolute;
	bottom: -249px;
	right: 10%;
	background: url('/images/layouts/media-phone.png');
	
}
.media-content h1 {
	text-align: left;
	color: #181818;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-family: var(--default-header);
}
.media-content p {
	color: #3c3c3c;
	font-size: 15px;
	line-height: 25px;
	padding: 0px;
}
.media-content {
	padding-top: 200px;
}
.media-content a {
	text-decoration: none;
	border-bottom: 1px solid gray;
	color: gray;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	transition: all .3s;
	padding-top: 20px;
	display: inline-block;
}
span.ico-triangle {
	font-size: 19px; 
	color: gray; 
	vertical-align: text-bottom;
	margin-right: 10px;
	margin-left: -5px;
	
	visibility: hidden;
}
.media-content a:hover   {
	color: #181818;
	border-color: #181818;
}

.black-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8.5px 0 8.5px;
	border-color: black transparent transparent transparent;
	margin-top: 10px;
	transition: all .3s;
	transform: rotate(90deg);
}
.mobile-location {
	display: none;
}

/*------- MOBILE OPTIMIZATION -------*/
@media (max-width: 1024px) {
	.pin {
	width: 90px;
	height: 90px;
	margin:20px;
	transform: scale(1);
	
		
	}
	.navigation {
		left: 0;
	}
	#tag {
		top: ;
	}
	#map {
	background: url('/images/layouts/mobile-map.jpg');
	}
	.pin:hover {
		transform: scale(1);
	}
	.mobile-location {
		display: inline;
	}
	.mobile-location span.ico-triangle {
		font-size: 25px;
		color: black;
	}
	.mobile-location h1 a:hover {
		/* color: #18a18d; */
		color: #181818;
	}
	.primary {
	top:0;
	bottom: auto;
}
	.social-media {
		display: none;
	}
	#map {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 60px;
		background-position: -60px center;
	}
	.pin-one, .pin-two, .pin-three, .pin-four, .pin-five, .pin-six, .pin-seven, .pin-eight, .pin-nine, .pin-ten   {
		position: relative;
		top:30px;
		left: 0px;
	}
	.white-triangle {
		display: none;
	}
	.pin p {
		font-size: 14px;
		display: none;
	}
	.pin-overlay {
		display: none;
	}
	.location-container {
		display: flex;
		flex-direction: row;
		position: relative;
		align-items: baseline;
	}
	.location-container h1{
		color: #18a18d;
		font-size: 20px;
		text-transform: uppercase;
		padding: 0px 5px;
	}
	.location-container h1 a {
		color: black;
	}
	#map:before {
		position: absolute;
		content: ' ';
		background: #d1d1d1;
		opacity: 0.73;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
.phone {
	display: none;
}
.media-content {
	padding: 30px 10px 50px 10px;
}
#media {
	min-height: auto;
	padding-bottom: 40px;
}
	}
@media (max-width: 768px) {
.three-circles {
	flex-direction: column;
	align-items: center;
}

/*
#tag img {
	max-width: 324px;
	
}
*/
#tag .container {
	top: 40%;
}
#tag ul {
	flex-direction: column;
	padding-top: 440px;
	display: none;
}
.hero, .rotator, .rotatorWindow, .rotatorWindow div {
	background-attachment: scroll;
	
}
#tag ul li:nth-child(2), #tag ul li:nth-child(4){
	display: none;
}
.social-media {
	display: none;
}
.primary {
	top:0;
	bottom: unset;
}
.main-logo {
	top: -50px;
}
.site-header {
	height: 400px;
	min-height: 400px;
}
#tag h1 {
	position: relative;
}

}
.media-links {
	display: inline;
    white-space: nowrap;
}
#popupContainer img {
    max-width: 100%;
    height: auto;
}
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(3) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(4) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(5) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(6) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(7) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(8) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(9) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(10) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(11) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(12) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(13) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(14) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(15) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(16) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(17) a, 
#toolbar_container #toolbar_add_items li.toolbar_admin_item:nth-child(18) a {
	display: none !important;
}

#content {
    padding: 0px 0px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
/* #content .cb-header,
#content .cb-body {
	width: 90%;
	max-width: 1000px;
    margin: 0 auto;
} */
#mainContainer h3.cb-header,
#mainContainer .cb-body .cb-layout_settings-container {
	max-width: 1000px;
	margin: 0 auto;
}
#mainContainer #content .cb-body .cb-layout_settings-container {
    margin-left: unset;
	margin: 0 auto;
}
#content .cb-body .cb-layout_settings-container .cb-layout_layouts-container {
	width: 100% !important;
}
div#e29229-blog,
div#e29313-blog {
    display: none;
}
@media (max-width: 640px) {
	#mainContainer h3.cb-header {
		padding: 0px 20px;
	}


}