/*--THIS IS THE MAIN CSS FOR THE SITE--*/
/*--LAST UPDATED: 12/31/19--*/

/*--FONTS FOR SITE START-->
@charset "UTF-8";
/* CSS Document */

/*--FONTS FOR SITE START--*/
@font-face {
	font-family: 'Neutra Text TF';
	src: local('NeutraTextTF-Demi') format('opentype');
	src: local('Neutra Text TF') format('opentype');
	src: url('./fonts/NeutraTextTF-Demi.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neutra Text TF';
	src: local('NeutraTextTF-Bold') format('opentype');
	src: local('Neutra Text TF') format('opentype');
	src: url('./fonts/NeutraTextTF-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/*--FONTS FOR SITE END--*/

 {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-family: 'Neutra Text TF', Verdana, Geneva, sans-serif; 
}
h1 {
	font-weight: 700; 
	font-size: 40px; 
	color: #163c4a; 
	text-align: center; 
	line-height: 46px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

h2 {
	color: #003c49;
	font-size: 18px;
	margin: 0 auto 8px;
}

h3 {
	font-family: 'Neutra Text TF', Verdana, Geneva, sans-serif; 
	font-size: 26px;
	font-weight: 700;
	margin: 0; 
	text-align: center;
	color: #163c49;
}


/*--NAVBAR STYLES START--*/
.navbar {
	background-color: #163c49;
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.left {
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
.right, linkset li {
	float: right;
}
.linkset {
	padding: 0;
}
.linkset li {
	list-style-type: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 4px 5px 4px;
}
.linkset li a {
	text-decoration: none;
	color: #f2f4ef;
}
a.jumptarget {
  position: relative;
  top: -56px;
  margin: 0;
  padding: 0;
  float: left;
}
/*.jumptarget:target {padding-top: 56px;}
--NAVBAR STYLES END--*/

/*--BIGGEST FANS START--*/
#biggest-fans {
	font-size: 16px;
	background-image: url('../images/mm_wwd_bg.jpg');
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 5%;
}
.biggest-fans-text{
	padding-left: 5%;
}
#biggest-fans-content {
	background-color: rgba(255, 255, 255, 0.93);
	padding: 2% 2% 2% 5%;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	display: flex;
	align-items: center;
	margin-left: 25%;
}
#biggest-fans-title {
	min-width: 221px;
	/*width: 221px;*/
	display: inline;
}
/*--BIGGEST FANS END--*/


/*--WHAT WE DO STYLES START--*/
#what-we-do {
	position: relative;
	display: block;
	padding: 20px 5% 45px;
	margin: auto;
	background-image: url('../images/background_pattern.png');
	background-size: cover;	
}
.list-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-webkit-align-items: flex-start; /* Safari 7.0+ */
}
.list-section span{
	color: #5f6161;
	position:relative;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: 12%;
}
.list-section li{
	
	color: #99ca3f;
	font-size: 24px;
	width: 260px;
	line-height: 26px;
	padding-right: 10%;
	white-space: nowrap;
	font-weight: bold;
}
ul.list-section {
	list-style-position: inside;
	margin: 0;
	list-style-type: none;
}
#what-we-do-content{
	max-width: 900px;
	margin: 0 auto;
}
/*--WHAT WE DO STYLES END--*/

/*--PROCESS STYLES START--*/
.pro-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
}
.pro-row {
	display: table-row;
	width: 100%;
}
#pro-left, #pro-right {
	padding-top: 15px;
	padding-bottom: 15px;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.step-box {
	display: inline-block;
	width: 100%;
}
.step-icon {
	float: left;
	max-width: 85px;
	width: 25%;
	text-align: center;
}
.step-text {
	float: right;
	max-width: 300px;
	width: 75%;
}
.step-text table {
	text-align: left;
	width: 100%;
}
.step-text table td {
	border-spacing: 0;
	padding: 0;
}
.step-header {
	font-family: 'Neutra Text TF', Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: left;
}
.step-desc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #5f6261;
	text-align: left;
	padding-left: 20px;
}
.step-desc p{
	margin: 0!important;
}
.step-arro {
	clear: both;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	max-width: 85px;
	text-align: center;
}
/*--PROCESS STYLES END--*/

/*--STAFF GALLERY START--*/
ul.staff{
	list-style:none;
	margin:0;
	padding:0;
}
p.staff{
	margin: 0;
	padding: 0;
}
li.staff{
	margin:0;
	padding:0;
}
/* General Codrops Demo Style */
.staff-container{
	background:#FFFFFF;
	color:#5f6161;
	text-align: center;
	font: 16px Verdana, Geneva, sans-serif;
}
a.staff{
	color:#ddd;
	text-decoration:none;
}
a.staff:hover{
	color:#00c6e3;
}
#staff-text{
	text-align: center;
	padding: 30px 25px 15px 25px;
}
.staff-content{
	margin:0px 25px 30px 25px;
}
.clr{
	clear:both;
}
/* Elastislide Style */
.es-carousel-wrapper{
	background: #ffffff;
	padding:10px 27px;
	position:relative;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
}
.es-carousel{
	overflow:hidden;
	background:#fff;
	margin: auto;
}
.es-carousel ul{
	display:none;
	margin: auto;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#fff;
	opacity:0.5;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#99ca3e;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background: transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.5;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	float: right;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.rg-image-wrapper{
	position:relative;
	padding:10px 30px;
	text-align:center;
	margin: 0 auto;
	/*in the future, change max-width to pixel measurement based on size of images!*/
	max-width: 410px;

	/*background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;*/
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
	width: 100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#fff url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.5;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:1.0;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:16px;
	color: #5f6161;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
	padding:0 15px;
}
.rg-caption h2{
	font-size:16px;
	font-weight: 700;
	color: #5f6161;
	font-family: Verdana, Geneva, sans-serif;
	line-height:20px;
	padding:0 15px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
@media screen and (max-width: 640px) {
	.rg-image-wrapper{
		max-width: 70%;
	}
}
/*--STAFF GALLERY STYLES END--*/

/*--WORK SAMPLES STYLES START--*/
@charset "UTF-8";

#sample-section{
	width: 100%;
	background-color: #f2f4ef;
	padding-top: 30px;
	padding-bottom: 30px;
}
#samples{
	max-width: 1000px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column; /* Safari 6.1+ */
	flex-direction: column;
	align-items: center;
	line-height: 22px;
	margin: auto;
		color: #5f6161;
	align-content:center;
	margin: auto;
}
#sample-text{
	margin: auto;
	float: left;
	/*padding: 0 2% 5% 2%;*/
	width: 92%;
	max-width: 500px;
	text-align: left;
	padding-bottom: 3%;
}
.sample-menu-row{
	display: block;
}
.sample-menuitem{
	transition: 0.1s;
	display: inline-block;
	cursor: pointer;
	margin-right: auto;
	width:28%;
	margin: 3px;
	max-width: 151px;
}
li.sample-list{
	color: #99ca3e;
	float: left;
	width: 45%;
	padding-right: 30%;
	padding-top: 0px;
	line-height: 22px;
	white-space: nowrap;
}

ul.sample-list{
	list-style-type: none;
	margin: 0 auto;
}
span.sample-list{
	color: #5f6161;
}
#sample-menu-container{
	float: right;
	text-align: center;
	align-items: center;
	width: 95%;
}
#sample-menu {
	position: relative;
	/*padding-left: 4%;
	padding-right: 4%;*/
	margin-left: auto;
	margin-right: auto;
}
.popup {
	display: none; /* Hidden by default */
}
/* The Modal (background) */
.modal {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-around;
    justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
    display: none; /* Hidden by default */
    background-color: #f2f4ef;  /*Fallback color */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 2%;
	padding-bottom:1%;
}
/* Modal Content (image) */
#zoom {
	vertical-align: middle;
	/*padding-left: 2%;
	padding-right:2%;*/
    width: 100%; 
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.arrow {
	padding-top: 33%;
	width:5%;
	cursor: pointer;
	opacity: .5;
	vertical-align: middle;
	position: relative;
}
.arrow:hover{
	opacity: 1;
}
#leftarrow{
	float: left;
}
#rightarrow{
	float: right;
}
#modal-content{
	width: 87%;
	display: inline-block;
	background: #ffffff;
}

/* Caption of Modal Image */
#caption {
    margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
    display: block;
    width: 100%;
    text-align: center;
    color: #5f6161;
	background-color: #ffffff;
	vertical-align: super;
	line-height: 100%;
	padding-bottom: 9%;
	padding-top: 8%;
}
.close {
	display: inline-block;
	position: absolute;
	top: 3%;
	right: 7%;
	z-index: 1;
    transition: 0.3s;
	cursor: pointer;
	opacity: 0.4;
	width: 5%;
}
.close:hover,
.close:focus {
    cursor: pointer;
	opacity: 1;
}
#zoom {
			display:inline-block;
			position: relative;
		}
#zoom img {
			display: block;
		}

#zoom img:hover { cursor: url(../images/grab.cur), default; }
#zoom img:active { cursor: url(../images/grabbed.cur), default; }




/*--WORK SAMPLE STYLES END--*/


/*--CONTACT FORM STYLES START--*/

/*-------------------------------*/
/*--THIS IS STILL IN PROGRESS!--*/
/*-----------------------------*/
.form-header {
		background-color: #99ca40;
	}	
.form-header {
	font-family: 'Neutra Text TF', Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #ffffff;
	background-color: #99ca40;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 8px 11px;
	text-align: center;
}
.required-fields {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.contact-control {
	clear: both;
}
.contact-control-container {
	margin: auto;
	max-width: 455px;
	width: 100%;
}
.contact-label, .contact-field {
	float: left;
	margin-bottom: 10px;
}
.contact-label, .textarea-label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #003c49;
	width: 28%;
	line-height: 24px;
}
.contact-label {
	display: inline-block;
	padding-right: 15px;
	text-align: right;
}
.textarea-label {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.contact-field {
	width: 72%;
}
.contact-textarea textarea {
	width: 100%;
	display: block;
	height: 150px;
	resize: none;
}
.contact-field input, .contact-textarea textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #003c49;
	width: 100%;
	padding: 2px;
	outline: none;
	border: 1px solid #003c49;
	transition: 0.1s;
	-webkit-transition: 0.1s;
}
.contact-field input:focus {
	border: 2px solid #99ca40;
}
.contact-textarea textarea:focus {
	border: 2px solid #99ca40;
}
input[type="submit"], #open-form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #ffffff;
	display: block;
	margin: auto;
	width: 144px;
	background-color: #003c49;
	padding: 7px 5px 7px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
}
.backdrop {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	overflow: auto;
	opacity: .0;
	filter:alpha(opacity=0);
	z-index: 12000;
	display:none;
}
.box {
	position: fixed;
	left: 0;
	right: 0;
	top: 15%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-height: 100%;
	overflow: auto;
	box-sizing: border-box;
	max-width: 500px;
	background: #ffffff;
	z-index: 12001;
	border: 2px solid #a3a9ac;
	-moz-box-shadow:0px 0px 5px #444444;
	-webkit-box-shadow:0px 0px 5px #444444;
	box-shadow:0px 0px 5px #444444;
	display:none;
}
.close-box {
	margin-left: auto;
	padding-right: 5px;
	padding-top: 2px;
	cursor:pointer;
	background-color: #99ca40;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}
/*--CONTACT FORM STYLES END--*/

/*--CONTACT STYLES START--*/
#contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding: 5% 2.5% 0%;
	background-image: url('../images/red-bridge-cropped-sml.jpg');
	background-size: cover;
	background-position: 50% 80%;
	background-repeat: no-repeat;
}
#contact-content {
	max-width: 600px;
	margin-left: auto;
}
#contact-flex-container {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 2% 2% 10px;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.address-info {
	padding: 10px;
	margin: auto;
	text-align: center;
}
.contact-map {
	text-align: center;
	padding: 10px;
	margin: auto;
}
.soc-med {
	align-self: flex-end;
	-webkit-align-self: flex-end;
	padding-bottom: 10px;
	text-align: right;
	margin-left: auto;
	max-width: 60px;
}
.address-info, .contact-map, .soc-med {
	flex: 1;
}
/*--CONTACT STYLES END--*/

/*--BOTTOM BAR STYLES START--*/
.bottom-bar {
	background-color: #163c49;
	margin: auto;
	text-align: center;
}
p.bottom-bar {
	color: #ffffff; 
	text-align: center;
	padding: 20px;
}
a.bottom-bar {
	color: #99ca3e;
}
/*--BOTTOM BAR STYLES END--*/


/*--MOBILE RESPONSIVE MEDIA QUERIES START--*/

@media only screen and (max-width: 1000px) {
	#what-we-do-content h1{
		margin-left: 10%;
	}
	
	#list-col-3{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		-webkit-align-items: flex-start; /* Safari 7.0+ */
	}
}

@media only screen and (min-width: 768px) {
	
	#samples{
		display: flex;
		display: -webkit-flex;
		-webkit-flex-direction: row; /* Safari 6.1+ */
		flex-direction: row;
		align-items: center;
	}
	
	li.sample-list{
		float: none;
		width:100%;
	}

	#sample-text{
		width: 40%;
		max-width: 300px!important;
		padding-left: 5%!important;
		padding-bottom: 7%;
		padding-top: 7%;
	}
	#caption{
		padding-bottom: 5%;
		padding-top: 5%;
	}
	#sample-menu-container{
		float: right;
		height:60%;
		width: 60%;
		padding-right: 2%;
}
	/*.modal{
		height:65%;
		width: 65%;
	}*/
	
}

@media only screen and (max-width: 719px) {
	.step-icon, .step-text {
		float: none;
		display: block;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.step-icon {
			margin-bottom: 10px;
	}
	
	.step-text {
		margin-bottom: 5px;
	}
	
	.step-arro {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#biggest-fans-content {
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		-webkit-align-items: flex-start; /* Safari 7.0+ */
		flex-wrap: wrap;
		align-items: flex-start;
		padding-top: 6%;
		padding-left: 6%;
	}
	.biggest-fans-text{
		padding-left: 0%;
		margin-top: -30px;
	}
	#biggest-fans-title {
		margin-top: -2%;
	}
}

@media only screen and (max-width: 639px) {
	#pro-left, #pro-right {
		display: block;
		width: 100%;
	}

	#what-we-do h1{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	
	#what-we-do-content {
		max-width: 600px;
	}
	
	.address-info {
		order: 2;
		-webkit-order: 2;
		flex: 0 0 content;
		-webkit-flex: 0 0 content;
	}
	
	.soc-med {
		order: 2;
		-webkit-order: 2;
		flex: 0 0 content;
		-webkit-flex: 0 0 content;
	}
	
	.contact-map {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		order: 1;
		-webkit-order: 1;
	}
}

@media only screen and (max-width: 550px) {
	.address-info {
		order: 2;
		-webkit-order: 2;
		flex: 0 0 content;
		-webkit-flex: 0 0 content;	
	}
	
	.soc-med {
		order: 2;
		-webkit-order: 2;
		flex: 0 0 content;
		-webkit-flex: 0 0 content;
		align-self: center;
		-webkit-align-self: center;
	}
	
	.contact-map {
		flex: 2 0 100%;
		-webkit-flex: 2 0 100%;
		order: 1;
		-webkit-order: 1;
	}
}
	
@media only screen and (max-width: 479px) {
	.contact-control-container {
		max-width: 100%!important;
	}
	
	.required-fields {
		width: 100%;
		padding-left: 5px;
		margin-bottom: 10px;
	}
	
	.form-header {
		font-size: 36px;
	}
	
	.contact-label, .contact-field {
		float: none;
		width: 100%;
		text-align: left;
		display: block;
	}
	
	.contact-label, .textarea-label {
		margin-bottom: 5px;
		font-size: 18px;
	}
	
	.contact-field input, .contact-textarea textarea {
		font-size: 14px;
	}
	
	input[type="submit"] {
		width: 100%;
		font-size: 18px;
	}
}

@media only screen and (max-width: 460px) {
li.sample-list{
	color: #99ca3e;
	width: 47%;
	padding-right: 5%;
	padding-top: 0px;
}
#sample-text{
		padding-bottom: 7%;
		padding-top: 7%;
	}
#sample-menu-container{
	width: 100%;
}	
}

@media only screen and (max-width: 349px) {
	#biggest-fans-content{
	margin-left: 10%;
	}
	
	.linkset li {
		margin: 4px 2px 4px;
	}
}