@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	font-family: 'Open Sans', sans-serif; 

}

img {  
	border-style: none;
}

.font-heading_white-italic {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	font-style: italic;
}
.font-heading_white-italic-bglow {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: rgb(0, 0, 0) 0px 0px 12px;
}
.font-heading_white {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 300;
	font-size: 50px;
}
.font-heading_white-bglow {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 50px;
	text-shadow: rgb(0, 0, 0) 0px 0px 12px;
}
.font-heading_black {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-weight: 300;
	font-size: 50px;
}
.font-heading_black2 {
	font-family: 'Open Sans', sans-serif;
	color: #222;
	font-weight: 600;
	font-size: 30px;
}
.font-heading_white-24 {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 300;
	font-size: 30px;
}
.font-heading_yellow-24 {
	font-family: 'Open Sans', sans-serif;
	color: #FC0;
	font-weight: 300;
	font-size: 30px;
}
.font-heading_white-16 {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.font-heading_white-13 {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
}
.font-heading_white-13-italic {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 13px;
	font-style: italic;
	line-height: 30px;
}
.font-heading_black-bold-16 {
	font-family: 'Open Sans', sans-serif;
	color: 333;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.font-heading_black-16 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

.font-heading_black-18 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}
.font-heading_blue-18 {
	font-family: 'Open Sans', sans-serif;
	color: #0383b4;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}
.font-heading_black-21 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: 600;
	font-size: 21px;
	line-height: 24px;
}
.font-heading_black-14 {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
a.external:link {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a.external:visited {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a.external:hover {
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a.external:active {
	color: #CCCCCC;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}


a.inside:link {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
a.inside:visited {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
a.inside:hover {
	color: #FFCC00;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
a.inside:active {
	color: #FFFF00;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}



.iframe_wrap {
	padding: 10px;
	height: 300px;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.myButton {
	background-color:#0382b4;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#febc38;
}
.myButton:active {
	position:relative;
	top:1px;
}
