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

body {
	background-color: #006fd0;
	background-image: url(../images/gradient-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0;
}

.greenbg {
	background-color: #005198;
}

.greenwall {
	background-color: #005198;
}

.row.text-center > div {
    display: inline-block;
    float: none;
}

.btn {
	border-radius: 0;
}

.pic {
	border: 1px solid #000;
}

.coverbg {
	height: 500px;
	background: url(../images/Next_Level_Networking_Main_Image.jpg);
	background-size: cover;
}

.coverbg2 {
	height: 500px;
	background: url(../images/Business_People_Group_04.jpg);
	background-size: cover;
}

.coverbg3 {
	height: 500px;
	background: url(../images/volunteering-background.jpg);
	background-size: cover;
}

.toppad {
	padding-top: 10px;
}

.heading {
	font-size: 3.0em;
	color: #000;
	font-weight: 600;
	margin-top: 0px;
	padding-bottom: 5px;
	color: #005198;
}

.headingsm {
	font-size: 3.7em;
	color: #000;
	font-weight: 600;
	margin-top: 0px;
	padding-bottom: 5px;
}

.subhead {
	font-size: 2.5em;
	font-weight: 400;
	margin-top: 0px;
	display: block;
	color: #005198;
}

.subheadsm {
	font-size: 2.0em;
	font-weight: 400;
	margin-top: 0px;
	color: #000;
	font-family: 'Patua One', cursive;
}

.white {
	color: #fff;
}

.textsm {
	font-size: 1.35em;
	color: #333;
}

.text {
	font-size: 1.5em;
	color: #333;
}

.footertext {
	font-size: 1em;
	color: #fff;
}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

/* CUSTOM STYLES */
.bigtop {
	margin-top: 20px;
}

.photoborder {
	border: 1px solid #003366;
}

.biopic {
	margin-top: 20px; 
	padding-top: 20px;
	border: 1px solid #CCC;
}

.subLink {
	color: #000;
}

.subLink:hover{
	text-decoration: none;
}

.lightbox {
	border: 1px solid #2a548e;
}

.footLinks {
	color: #40a5fc;
	padding: 10px;
}

.footLinks:hover {
	color: #428bca;
	padding: 10px;
}

.heroText {
	font-size: 1.2em;
}

nav {
	font-size: 1.35em; 
}

.biotext {
	font-size: 1.25em;
	color: #333;
}

.btnText {
	font-size: 1.2em;
	color: #fff;
}

.whitesection {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tinytext {
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
}

section {
	background: #fff;
	padding-bottom: 15px;
}

.bottom {
	margin-bottom: 20px;
}

.notop {
	padding-top: 0;
}

.hero {
	padding-bottom: 20px;
	padding-top: 0px;
	background-color: #ebebeb;
}

footer {
	background: #003366;
	color: #fff;
	font-size: 1.2em;
}

.nopad {
	padding: 0;
}

.callBtn {
	display: none;
}

@media (max-width: 720px) {
}	

/* END CUSTOM STYLES */
@media (max-width: 768px) {
	
	.begone {
		display: none;
	}
	
	.heading {
		font-size: 2em;
		color: #000;
		font-weight: 600;
		margin-top: 0px;
		padding-bottom: 5px;
	}
	
	.subhead {
		font-size: 1.5em;
		font-weight: 400;
		margin-top: 0px;
	}

	.headingsm {
		font-size: 2em;
		color: #000;
		font-weight: 600;
		margin-top: 0px;
		padding-bottom: 5px;
	}
	
	.subheadsm {
		font-size: 1.5em;
		font-weight: 400;
		margin-top: 0px;
	}

	.text {
		font-size: 1.2em;
		line-height: 1.4em;
		color: #333;
	}
	
	.hidden {
		display: none !important;
		visibility: hidden !important;
	}
	
	.footLinks {
		color: #40a5fc;
		padding: 3px;
	}
	
	footer {
		font-size: 0.6em;
	}
	
	.white {
		color: #fff;
	}
	
	.footertext {
		font-size: 1.5em;
		color: #fff;
	}
	
	.btn-success {
		font-size: 1.2em;
	}
	
	.intromap {
		min-height: 120px;
	}

	.callBtn {
		display: block;
	}

	.btn-success {
		display: block;
	}

}

.faded_line { 
    margin: 25px 0;
    height: 1px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff), color-stop(50%, #005f1d));
}

.formsdl {
	min-height: 50px;
}

.vets {
	min-height: 50px;
}

.bottomline {
	border-bottom: 1px dotted #999;
}