*{
	margin: 0 ;
	padding: 0 ;
}
html{
	scroll-behavior: smooth;
}
html, body, .mainWrapper{
	width: 100%;
	height: 100%;
}
body{
	background-image: url("images/paper.jpg");
	font-family: 'Barlow Semi Condensed', sans-serif;
}
a{
	text-decoration: none;
	color: #855d16;
}
a:hover{
	text-decoration: underline
}
.mainWrapper{
	background-image: url("images/building.png");
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 1000px;
}
.header{
	width: 100%;
	padding-top: 45px;
	text-align: center;
}
.header a img {
	max-width: 355px;
}
.copyContainer{
	max-width: 800px;
	height: 550px;
	box-sizing: border-box;
	padding: 130px 110px;
	background-image: url("images/bgr_content.png");
	background-repeat: no-repeat;
	align-self: flex-end;
	margin-right: 200px;
    margin-top: 100px;
	
}
.teamContainer{
	margin-top: 200px;
	background-image: url("images/bgrTeam02.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.theTeamHi{
	margin-top: 200px;
	margin-bottom: 100px;
}
#theTeamHiMap area{
	border: 1px solid red;
}
.theTeamMid, .theTeamMob{
	display: none;
}


.theTeamHiMap area:active,
.theTeamMidMap area:active,
.theTeamMobMap area:active,
.theTeamHiMap area:focus,
.theTeamMidMap area:focus,
.theTeamMobMap area:focus{
	outline-color: #F6E9A7;
}

.needVirtualContainer{
	max-width: 1500px;
	border: 2px solid #855d16;
	background-color: #ffffff;
	padding: 50px 60px;
	font-weight: 300;
	font-size: 24px;
	margin: 0 auto;
}
.needVirtualContainer h2{
	color: #855d16;
	text-align: center;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 30px;
}
.needVirtualContainer p{
	margin-bottom: 20px;
}
.lrnmor{
	font-size: xx-large;
	text-align: center;
}


.footer{
	/* height: 30px; */
	height: 65px;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding-bottom: 40px;
}
	.footer a{
		text-decoration: none;
		color: #000000;
		display: inline-block;
    margin: 10px 10px 0 10px;
}
.footer_border{
	border-top: 2px solid #855d16;
	max-width: 330px;
	margin: 70px auto 30px auto;
}	
.loader{
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9999;
    font-weight: 300;
    font-size: 24px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.loader div{
	margin-bottom: 20px
}

.loader img{
	width: 73px;
	animation: rotation 1s infinite linear;

}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.frmWrapper	{
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.error{
	color: #c10000
}
.cntFrm{
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 30px 30px 30px;
}

.btnPopClose, .btnPage02, .btnPage03,.btnPage04{
	position: absolute;
	right: 20px;
	top: 20px;
}
.btnPage02, .btnPage03,.btnPage04{
	color: #000;
	font-size: 20px;
	text-decoration: none
}




.frmLbl{
	font-size: 20px;
}	
.cbttl{
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 10px
}
.gft{
	text-align: center;
	padding-top: 110px;
}
.gft01{
	text-align: center;
	padding-top: 40px;
}
.gft a{
	font-size: 30px;
	color: #f6f5f1;
	padding: 5px 10px;
	text-decoration: none;
	border: 0px solid  #855d16;
	min-width: 220px;
	display: inline-block;round: rgb(133,94,23);
	background: linear-gradient(0deg, rgba(133,94,23,1) 0%, rgba(179,150,82,1) 100%); 
	text-transform: uppercase;
}
.gft01 a{
	font-size: 30px;
	padding: 5px 10px;
	color: #855d16;
	text-decoration: none;
	border: 2px solid  #855d16;
	min-width: 220px;
	display: inline-block;
}
.btn{
	font-size: 26px;
    color: #855d16;
    text-decoration: none;
}
.ttl{
	font-weight: 500;
	font-size: 36px;
}
.copy{
	font-size: 30px;
}
@media only screen and (max-width: 1600px) {
	.copyContainer{
		margin-right: 0px;
		/* margin-top: 100px; */
	}
	.teamContainer{
		margin-top: 200px;
	}
}

@media only screen and (max-width: 1500px) {
	.needVirtualContainer{
		width: 80%;
		margin: 0 auto;	
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
	.mainWrapper{
		
		background-size: 70%
	}
	.teamContainer{
		margin-top: 200px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.theTeamHi{
		display: none;
	}
	.theTeamMid{
		display: inline-block;
	}
	.teamContainer{
		margin-top: 0;
		padding-top: 230px;
	}
}
@media only screen and (max-width: 1400px) {
	.copyContainer{
		width: 50%;
		padding: 60px 50px;
		/* margin-top: 80px;  */
		padding-bottom: 210px;
	}
	.teamContainer{
		margin-top: 0px;
	}
	.gft {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 1200px) {

.teamContainer{
	margin-bottom: 100px;
}
}
@media only screen and (max-width: 1023px) {
	.mainWrapper{
		width: 100%;
		/* padding: 5% 4%; */
		background-size: contain;
	}
	.teamContainer{
		margin-top: 200px;
		background-image: url("images/bgrTeamMob.png");
	}
	.theTeamHi{
		display: none;
	}
	.theTeamMob{
		display: inline-block;
	}
}
@media only screen and (max-width: 768px) {
	
	.needVirtualContainer{
		padding: 20px;
	}
	.mainWrapper{
		background-position: center 50px;
		min-height: 0;
	}
	.header a img {
		width: 80%;
	}

	.copyContainer {
		 margin-top: 440px;
		padding-top: 80px;
		padding-left: 0;
		padding-right: 0;
		height: 550px;
		width: 100%;
		top: auto;
		left: auto;
		bottom: 0;
		background-size: cover;
	}
	.teamContainer{
		margin-top: 0px;
	}
	.ttl {
		font-weight: 500;
		font-size: 32px;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.copy {
		font-size: 26px;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.gft {
		padding-top: 50px;
		width: 80%;
		margin: 0 auto;
	}
	.needVirtualContainer h2{
		font-size: 50px;
	}
	.footer {
		
	}
	.cntFrm{
		width: 90%;
	}
}

@media only screen and (max-width: 500px) {
	.copyContainer {
		height: 650px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 420px) {
	
	.needVirtualContainer{
		font-size: 18px;
	}

	.footer {
		position: static
	}
	.copyContainer {
		margin-top: 190px;
		height: 550px;
		width: 100%;
		top: auto;
		left: auto;
		bottom: 0;
		background-size: cover;
		background-position: center;
		margin-bottom: 0px;
	}
	.ttl {
		font-weight: 500;
		font-size: 24px;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.copy {
		font-size: 20px;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.gft {
		padding-top: 30px;
		width: 80%;
		margin: 0 auto;
	}
	.needVirtualContainer h2{
		font-size: 40px;
	}
}
@media only screen and (max-width: 375px) {
	.copyContainer{
		margin-top: 120px
	}
	.ttl {
		font-size: 20px;
	}
	.copy {
		font-size: 19px;
	}
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
	.mainWrapper{
		width: 100%;
	}
	.copyContainer{
		padding-top: 180px;
		background-position: center 100px;
	}
	.ttl{
		font-weight: 500;
		font-size: 26px;
	}
	.copy{
		padding-top: 20px;
		font-size: 20px;
	}
	.gft{
		text-align: center;
		padding-top: 20px;
	}
	.gft a{
		font-size: 26px;
		color: #855d16;
		text-decoration: none;
	}

	.footer {
		height: 40px;
	}
}

.col-one-half{
	width: 50%;
	float: left;
}



/* form elements start */
.form-control {
	width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #000 !important;
    color: #000;
    padding-bottom: 10px !important;
    font-size: 20px !important;
    background-color: transparent;
    margin-bottom: 20px;
}
.form-control-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px;
}
.otherTxtField{
	
}

/* custom checkboxes */
 /* Customize the label (the container) */
.innerContainer input,
 .innerContainer select,
 .innerContainer textarea{
	width: 100%;
}
 .form-list-item-group{
	 
	 display: block;
	 margin: 0 auto;
 }
.container {
color: #000;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  
  cursor: pointer;
  font-size: 20px;
  line-height: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px !important;
  border: 0px  !important;
  height: 20px !important;
  width: 20px !important;
    top: 3px !important;
  left: 0px !important;
  background-image: url(images/checkbox1.png);
  background-size: 20px;
  background-repeat: no-repeat;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;

  
  border-radius: 0px !important;
  border: 0px  !important;
  height: 20px !important;
  width: 20px !important;
    top: 0px !important;
  left: 0px !important;
  background-image: url(images/checkbox-selected1.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
/* form elements end*/

/* pop up styles */
.mainPopup{
	display: none;
	box-sizing: border-box; 
	width: 670px;
	padding: 44px;
	border: 2px solid #86601c;
	top: 90px; 
    left: 50%;
    transform: translate(-50%, 0); 
	min-height: 400px;
	position: absolute;
  background-image: url(images/paper.jpg);
  color: #000101;
  font-size :16px;
  z-index: 9999
}

.mainPopup a{
	color: #855d16;
	text-decoration: none;
}
.mainPopup a:hover{
	text-decoration: underline;
}
.pprow1{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 16px;
}
.pprow2{
	text-align: center;
	font-weight: 100;
	font-size: 30px;
	color: #855d16;
	margin-bottom: 20px;
	  background-repeat: repeat-x;
	  display: flex;
	  flex-direction: row ;
	  justify-content: center
}
.mainPopup p, .mainPopup ul, .mainPopup ol{
	margin-bottom: 18px;
}
.mainPopup ol,
.mainPopup ul{
	padding-left: 12px;
	list-style-position: outside;
}
.mainPopup ol li,
.mainPopup ul li{
	margin-bottom: 8px;
}
.mainPopup ul{
	list-style: none
}
.mainPopup ul li{
  display: flex;
  flex-direction: row ;
  justify-content: center
}
.mainPopup ul li::before {
	content: ""; 
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	color: red;
	display: inline-block; 
	width: 3%;
}
.mainPopup ul li span{
	width: 97%;
	display: inline-block;
	padding-left: 0px;
}

.mainPopup ol{
	list-style: none; 
	counter-reset: li;
}
.mainPopup ol li{
  display: flex;
  flex-direction: row ;
  justify-content: center
}
.mainPopup ol li::before {
	font-weight: bold;
	content: counter(li) ". "; 
	color: #855d16;
	display: inline-block; 
	width: 3%;
	margin-right: 0px;
	counter-increment: li;
}
.mainPopup ol li span{
	width: 97%;
	display: inline-block;
	padding-left: 0px;
}
.pprow2 span:nth-child(odd){
  background-image: url(images/bgrLine.jpg);
  background-position: left center;
  background-repeat: repeat-x;
  width: 27%;
}
.pprow2 span:nth-child(even){
  width: 46%;
}
.pprow2 span{
	display: inline-block;
	
}
.topBar{
	height: auto;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #855d16
}
#openPopup{
	/*
	position: absolute;
	top: 120px;
    left: 50%;
    transform: translate(-50%, 0); 
	*/
	color: #855d16;
	font-size: 24px;
	padding: 5px 0;
	display: inline-block;
	font-weight: bold;
}
#openPopup img{
	max-width: 280px;
}


@media only screen and (max-width: 1400px) {
	#openPopup{
		font-size: 18px;
	}
}
@media only screen and (max-width: 420px) {
	#openPopup{
		display: block;
	}
}
@media only screen and (max-width: 420px) {
	.mainPopup{
		width: 90%;
		padding: 22px;
		padding-top: 50px;
		margin-bottom: 20px;
		display: none;
	}
	.pprow1{
		font-size: 16px;
	}
	.pprow2{
		font-size: 28px;
	}
	.pprow2 span:nth-child(odd){
	  width: 12%;
	}
	.pprow2 span:nth-child(even){
	  width: 76%;
	}
	.mainPopup ol li::before ,
	.mainPopup ul li::before {
		width: 6%;
	}
	.mainPopup ol li span,
	.mainPopup ul li span{
		width: 94%;
	}
}
/* pop up styles */






.animatable {
    -webkit-animation: fadeInFromNone 1s ease-out;
    -moz-animation: fadeInFromNone 1s ease-out;
    -o-animation: fadeInFromNone 1s ease-out;
    animation: fadeInFromNone 1s ease-out;


}
@-webkit-keyframes fadeInFromNone1 {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.kevin{
	background-image: url("images/kevin_riordan.jpg");
}
.matt{
	background-image: url("images/matt_dowd.png");
}
.bioWrapper .header{
	position: absolute;
	top: 0;
	z-index: 999;
}
.mainHeader{
	position: relative;
	top: 0;
	z-index: 99;
	overflow: hidden;
}
.mainHeader div{
	position: relative;
	text-align: center;
	
	
}
.mainHeader div img{
	width: 100%;
}
.bioContainer{
	max-width: 1500px;
	margin: 0 auto;
	font-size: 24px;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
    line-height: 1.6em;
	text-align: center;
}
.bioContainer h1{
	color: #855d16;
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: center;
}
.bioContainer h2{
	margin-bottom: 0px;
	font-size: 24px;
	text-align: center;
}
.bioContainer p{
	margin-bottom: 30px;
}
.bckbtn{
	text-align: right;
	
}
@media only screen and (max-width: 768px) {
	.bioContainer h1{
		font-size: 40px;
	}
	.bioContainer h2{
		font-size: 20px;
	}
	.bioContainer{
		font-size: 18px;
	}
	.bioWrapper .header a img {
		width: 50%;
	}	
	
	.mainHeader div{
		left: -25%;
		
	}
	.mainHeader div img{
		width: 150%;
	}
}
@media only screen and (max-width: 420px) {
	.bioContainer{
		text-align: justify;
	}
	.mainHeader div{
		left: -50%;
		
	}
	.mainHeader div img{
		width: 200%;
	}
}