@font-face {
    font-family: 'FuturaExtraBd';
    src: url('../fonts/FuturaStd-CondensedExtraBd.eot');
    src: url('../fonts/FuturaStd-CondensedExtraBd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FuturaStd-CondensedExtraBd.woff') format('woff'),
         url('../fonts/FuturaStd-CondensedExtraBd.ttf') format('truetype'),
         url('../fonts/FuturaStd-CondensedExtraBd.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
 font-family: 'Bitter-Regular';
 src: url(../fonts/FuturaStd-CondensedExtraBd.otf);
}

body {
	font-family: "open-sans",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;

}


#typeblock {
	
	margin: 0 auto;
	text-align:center;	
	
padding-bottom: 60px;
	
	max-width: 800px;
min-width: 250px;
	line-height: 1.1;
color: inherit;


	
}


#pblurb a{color:#13A8A1 !important; text-decoration: underline;}

#typeblock a{

text-decoration: underline;

}

#typeblock a:hover {

text-decoration: underline;
color: #13a89e;

}



#typeblock h4 {
font-family: "futura-pt",sans-serif !important;
font-style: normal;
font-weight: 800;
line-height: 195%;
color: inherit;
margin-top: 20px;
margin-bottom: 0px;
font-size: 15px;

}

#typeblock p {
    font-family: minion-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.6;
}






html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}


a {
	color: #262626;
	text-decoration: none;
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pcaption{

color: #fff;
margin: 0 auto;
font-size: 16px;
	font-weight:bold;
	display: inline;
	font-family: "futura-pt",sans-serif !important;
font-style: normal;
font-weight: 500;
position: absolute; 
   top: 48%; 
   left: 0;
   text-align: center; 
   width: 100%; 

}

.pcaption a {color: #fff;}
.pcaption a:hover {border-bottom:3px solid #fff}

.long-text {text-align:left;padding-bottom: 10px;}

a img {
    border: 0;
}


#loadbutton {

width: 100% !important;
height: 50px;
background-color: #13a89e;
text-align: center;
line-height: 52px;
font-family: "futura-pt",sans-serif !important;
font-style: normal;
font-weight: 500;
font-size: 16px;
color: white !important
margin: 10px 0 0 0;


}




#loadbutton a {

color: white;

}

#loadbutton:hover {


background-color: #999;

}


.bounceInUp {width: 100% !important; }
/* MOBILE NAVIGATION */

#mobile-drop { position: fixed; margin-top: 80px; width: 120px; right: 0px; z-index: 9999999; margin-right: 40px; text-align: right;  }

#mobile-drop ul {background-color: white; border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: -2px 1px 44px 6px rgba(0,0,0,0.18);
-moz-box-shadow: -2px 1px 44px 6px rgba(0,0,0,0.18);
box-shadow: -2px 1px 44px 6px rgba(0,0,0,0.18);

font-size: 16px;
  font-family: "futura-pt",sans-serif;
  font-style: normal;
  font-weight: 500;

}


#mobile-drop ul a:hover {border-bottom: 3px solid black;}
#mobile-drop > div { margin-bottom: -4px !important; }

.mobile-nav { float: right; }




.menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	
    
	
}

.responsive-menu{
	display: none;
}

.expand {
	display: block !important; 
    
}

.responsive-menu ul 
{
    	list-style-type: none;
    	padding: 0;
    	margin: 0;
    
}

.responsive-menu li {height: 50px; text-align: center;  line-height: 3;  }

@media screen and (min-width: 650px) {
    .mobile-nav {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #nav li {
        display: none;
    }
}