@import url('fonts/stylesheet.css');

body {
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	margin: 0px 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
img {
	max-width: 98%;
}
#preLoad {
	height: 1px;
	visibility:hidden;
}
#mainPage {
	position: relative;
	width: 100%;
	/* max-width: 1200px; */
	min-height: 450px;
	margin: auto;
	
}
#mainContainer {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	background-color:#FFFFFF;
	border: solid 1px #999999;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}
#mainText {
	position: relative;
	width: 90%;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 55px;
}
#headContainer {
	position: relative;
	width: 100%;
	margin: 0px auto;
	overflow:hidden;
	background-color:#FFFFFF;
}
#header {
	position: relative;
	width: 96%;
	max-width: 1200px;
	margin: 15px auto;
	overflow:hidden;
}
.gromLeftUp {
	position: absolute;
	top: 10px;
	left: 10px;
}
.gromrightUp {
	position: absolute;
	top: 10px;
	right: 10px;
}
.gromLeftDown {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.gromrightDown {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#bannerFoot {
	width: 90%;
	max-width: 1000px;
	margin: auto auto 30px auto;
	text-align: center;
}
.enterButton {
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #295464;
	border-radius: 25px;
	text-align: center;
	padding: 6px 18px;
	margin: 12px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.enterButton:hover {
	background-color: #709F91;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}
#copyRight {
	width: 96%;
	max-width: 1200px;
	margin: 15px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}
#copyRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	/* background-color:rgba(246, 230, 205, 0.5); */
	margin: auto;
	padding: 3px;
	display: inline-block; 
}
#logo {
	float:left;
	width: 38%;
	text-align: center;
}
#logo img {
	width: 250px;
	margin-top: 18px;
}
#slogan {
	float: right;
	width: 61%;
	font-family: 'EB Garamond', serif;
	font-size: 44px;
	color: #231F20;
	text-decoration: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-align:center;
}


.homeLogo {
	float:left;
	margin: 30px 25px 40px 0px;
	width: 230px;
	height: 101px;
}

.basicSerif {
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	color: #666666;
	text-decoration: none;
	line-height: 165%;
}
.basictxt {
	font-family: 'Source Sans Pro', serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	line-height: 170%;
}
.mediumtxt {
	font-family: 'Source Sans Pro', serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	line-height: 165%;
	word-spacing: -.05em;	
}

.largetxt {
	font-family: 'Source Sans Pro', serif;
	font-size: 21px;
	color: #666666;
	text-decoration: none;
	line-height: 145%;
}
.smalltxt {
	font-family: 'Source Sans Pro', serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
.basictxt a, .smalltxt a, .largetxt a {
	color: #666666;
	text-decoration: none;
}
.basictxt a:hover, .smalltxt a:hover, .largetxt a:hover {
	color: #999999;
	text-decoration: underline;
}
sup {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.roundBox {
	border-radius: 10px;
}

h1 {
	font-family: 'EB Garamond', serif;
	font-size: 36px;
	color: #4E4B4C;
	font-weight:bold;
	text-decoration: none;
	line-height: 165%;
	letter-spacing: -.05em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
h2 {
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	color: #4E4B4C;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -.03em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
h3 {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
	color: #33697D;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -.03em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
h4 {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	color: #33697D;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -.03em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.picBorder {
	border: solid 1px #000000;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}


/* Bios Page */
.bioContainer {
	position: relative;
	border-bottom:solid 1px #999999;
	margin-bottom: 10px;
	overflow: hidden;
}
.bioBorder {
	margin: 15px 10px;
	width: 15%;
	float: left;
}
.bioText {
	width: 80%;
	float: right;
	font-family: 'Source Sans Pro', serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.bioText a {
	color: #666666;
	text-decoration: none;
}
.bioText a:hover {
	color: #999999;
	text-decoration: underline;
}
.bioLinks {
	font-family: 'Source Sans Pro', serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	line-height: 170%;
}
.boardLinks {
	font-family: 'Source Sans Pro', serif;
	font-size: 21px;
	color: #666666;
	text-decoration: none;
	line-height: 145%;
}
.bioLinks a, .boardLinks a {
	color: #666666;
	text-decoration: none;
}
.bioLinks a:hover, .boardLinks a:hover {
	color: #999999;
	text-decoration: underline;
}


/* Transactions page */

.industriesContainer {
	width: 100%;
	text-align: center;
}
.industriesBox {
	width: 18%;
	min-width: 180px;
	height: 360px;
	border: solid 1px #000000;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	padding: 10px 20px;
	margin: 10px;
	overflow: hidden;
	vertical-align:top;
	display: inline-block;
}
.industryList {
	font-family: 'Source Sans Pro', serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-left: 20px;
	padding: 0px;
}

.industries {
	border: solid 1px #000000;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	padding: 10px 20px;
}


.head {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	color: #4E4B4C;
	font-weight:bold;
	text-decoration: none;
	letter-spacing: -.03em;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	margin: 0px;
}
.basictable {
	font-family: 'Source Sans Pro', serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	border-bottom:solid 1px #999999;
}
.basictable a {
	color: #666666;
	text-decoration: none;
}
.basictable a:hover {
	color: #999999;
	text-decoration: underline;
}

.clearBoth {
	clear: both;
	height: 1px;
}
.normButton {
	font-family: 'EB Garamond', serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #295464;
	border-radius: 15px;
	text-align: center;
	padding: 2px 12px;
	margin: 12px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	white-space:nowrap;
}
.normButton:hover {
	background-color: #709F91;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}
.colDivision {
	background-image: url(../images/vertical.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.aboutRight {
	background-color: #E2ECE9;
	border-radius: 15px;
	padding: 10px 5px;	
}

/* affiliates page */

.affiliatesContainer {
	width: 100%;
	text-align: center;
}
.affiliatesBox {
	width: 20%;
	min-width: 180px;
	height: 320px;
	padding: 5px 10px;
	margin: 2px;
	border-right: solid 1px #999999;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.affiliatesBox:last-child {
	border-right: solid 0px #999999;
}
.affiliatesList {
	font-family: 'Source Sans Pro', serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	margin-left: 20px;
	padding: 0px;
}
.detailsContainer {
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #999999;
	overflow: hidden;
	font-family: 'Source Sans Pro', serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.detailsContainer a {
	color: #666666;
	text-decoration: none;
}
.detailsContainer a:hover {
	color: #999999;
	text-decoration: underline;
}
.detailsLogo {
	position: relative;
	width: 22%;
	min-width: 170px;
	float: left;
	text-align: center;
}
.detailsTextContainer {
	position: relative;
	float: right;
	width: 75%;
}
.detailsText {
	position: relative;
	width: 72%;
	float: left;
	margin-left: 15px;
}
.detailsCity {
	position: relative;
	width: 22%;
	float: right;
	margin-left: 15px;

}

/* slideshow */
		    #slides {
		    position: relative;
		    width: 100%;
		    border-bottom: solid 2px #709F91;
		    overflow: visible;
		    }
		    #slideshow {
		    margin: 5px auto 0px 0px;
		    position: relative;
		    width: 100%;
		    height: auto;
		    min-height:555px;
		    padding: 0px;
			overflow: hidden;
			
		    }

		    #slideshow div {
		    position: absolute;
		    top: 1px;
		    left: 1px;
		    right: 1px;
		    bottom: 15px;
			overflow:visible;
			
		    }
		    .frontImage {
		    height: 260px;
		    line-height: 260px;
		    text-align: center;
		    }
		    .frontBasictxt {
		    width:100%;
		    max-width:1300px;
		    font-family: 'Source Sans Pro', serif;
		    font-size: 18px;
		    color: #666666;
		    text-decoration: none;
		    line-height: 170%;
		    }
		    .frontCity {
		    position:absolute;
		    bottom: 0px;
		    width:100%;
		    max-width:1200px;
		    font-family: 'Source Sans Pro', serif;
		    font-size: 14px;
		    color: #666666;
		    text-decoration: none;
			margin-bottom: 0px;
		    }
			.showLogo {
			position: relative;
			text-align: center;
			diplay: block;
			}
			.logoSlide {
			margin: 20px 40px;
			vertical-align:middle;
			}

/*profiles */

.profilePics {
	float: left;
	margin: 10px 15px 10px 0px;
}
.profileLogo {
	text-align: left;
}


.leftCol70 {
	float: left;
	width: 70%;
}
.rightCol30 {
	float: right;
	width: 25%;
}
 /* contact page */
 
.contactAddress {
	float: right;
	width: 60%
}
.contactAddress p {
	font-family: 'Source Sans Pro', serif;
	font-size: 21px;
	color: #666666;
	text-decoration: none;
	line-height: 145%;
	margin-top: 0px;
	margin-left: 35px;
}
.contactAddress a, .contactEmploy a {
	color: #666666;
	text-decoration: none;
}
.contactAddress a:hover, .contactEmploy a:hover {
	color: #999999;
	text-decoration: underline;
}
.contactPic {
	float: left;
	width: 30%;
	max-width: 500px;
}
.contactEmploy p {
	margin-left: 35px;
	font-family: 'Source Sans Pro', serif;
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	line-height: 170%;
}

/* Affiliates */

#coreProviders {
	position: relative;
	border: solid 3px #CCCCCC;
	border-radius: 15px;
	width: 98%;
	padding-bottom: 15px;
	text-align: center;
	margin:auto;
}
.providerSubHead {
	width: 90%;
	margin: auto;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #33697D;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.coreCompanyBox {
	position: relative;	
	width: 22%;
	min-width: 180px;
	height: 112px;
	border: solid 3px #33697D;
	border-radius: 15px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	padding: 5px;
	margin: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;

}

#specialProviders {
	position: relative;
	border: solid 3px #CCCCCC;
	border-radius: 15px;
	width: 98%;
	padding-bottom: 15px;
	text-align: center;
	margin: 20px auto;
}
.specialCompanyColumn {
	position: relative;	
	width: 28%;
	min-width: 180px;
	height: auto;
	padding: 0px;
	margin: 10px;
	vertical-align: top;
	overflow: hidden;
	display: inline-block;
}
.specialCompanyBox {
	position: relative;	
	width: 90%;
	height: 112px;
	border: solid 3px #33697D;
	border-radius: 15px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	padding: 0px;
	margin: 10px 0px;
	overflow: visible;
	display: inline-block;

}
.mobileCenter {

}
.gearImage {
	float: right;
}

@media only screen and (max-width: 980px) {
	#logo {
	float:none;
	width: 100%;
	text-align: center;
	}
	#slogan {
	float: none;
	width: 100%;
	font-family: 'EB Garamond', serif;
	font-size: 34px;
	color: #231F20;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	}
	.gromLeftUp, .gromrightUp, .gromLeftDown, .gromrightDown {
	width: 30px;
	height: 30px;
	}
	.gromLeftUp img, .gromrightUp img, .gromLeftDown img, .gromrightDown img {
	width: 10px;
	height: 20px;
	}
	h1 {
	font-size: 30px;
	}
	h2 {
	font-size: 24px;
	}
	h3 {
	font-size: 18px;
	}
	h4 {
	font-size: 14px;
	}
	.basictxt {
	font-size: 16px;
	text-align: justify;
	}
	.mediumtxt {
	font-size: 14px;
	text-align: justify;
	}
	.largetxt {
	font-size: 18px;
	text-align: justify;
	}
	.smalltxt {
	font-size: 12px;
	}
	.bioBorder {
	margin: 15px 10px 0px 0px;
	width: 15%;
	float: left;
	}
	.bioText {
	width: 100%;
	float: none;
	}
	.bioLinks {
	font-size: 16px;
	}
	.boardLinks {
	font-size: 18px;
	}
	.detailsTextContainer {
	position: relative;
	float: right;
	width: 75%;
	}
	.detailsText {
	position: relative;
	width: 100%;
	float: none;
	margin-left: 0px;
	}
	.detailsCity {
	position: relative;
	width: 100%;
	float: none;
	margin-left: 0px;
	}
	.frontBasictxt {
	font-size: 16px;
	}
	.logoSlide {
	margin: 20px 12px;
	vertical-align:middle;
	display: inline-block;
	}
	.homeLogo {
	margin: 30px 25px 0px 0px;
	}

}

@media only screen and (max-width: 860px) {
	.logoSlide {
	margin: 20px 10px;
	vertical-align:middle;
	}
	.bioBorder {
	margin: 15px 10px 0px 0px;
	width: 25%;
	float: left;
	}
	.mobileCenter {
	text-align: center;
	}
	.gearImage {
	float: none;
	margin: auto;
	display: block;
	}
	h1, h2, h3, h4 {
	text-align: center;
	}
}

@media only screen and (max-width: 740px) {
		.logoSlide {
			margin: 10px 19px;
			padding: 0px 0px;
			zoom: 0.85;
		}
		.showLogo {
		/* background-image: url(../images/BGA-logo-300.png);
		background-repeat: no-repeat;
		background-position: center center; */
		min-height:755px;
		}
		.showLogo img {
			zoom: 0.85;
			-moz-transform: scale(0.85); /* FF3.5+ */
		}
		#slideshow {
			overflow: hidden;
			/* min-height:755px; */
		}
		#slideshow div {
		    
		}
		.frontCity {
		    position:relative;
			clear:both;
		    bottom: 0px;
		    width:100%;
		    max-width:1200px;
		    font-family: 'Source Sans Pro', serif;
		    font-size: 14px;
		    color: #666666;
		    text-decoration: none;
			margin-bottom: 0px;
			
		    }
}


@media only screen and (max-width: 640px) {
	#slogan {
	float: none;
	width: 100%;
	font-family: 'EB Garamond', serif;
	font-size: 28px;
	color: #231F20;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	}
	.gromLeftUp, .gromrightUp, .gromLeftDown, .gromrightDown {
	width: 20px;
	height: 20px;
	}
	.gromLeftUp img, .gromrightUp img, .gromLeftDown img, .gromrightDown img {
	width: 10px;
	height: 20px;
	}
/* slideshow */
		    #slideshow div {
		    position: absolute;
		    top: 1px;
		    left: 1px;
		    right: 1px;
		    bottom: 0px;
			overflow:visible;
		    }
		    .frontImage {
		    height: auto;
		    line-height: 100%;
		    text-align: center;
		    }
		    .frontBasictxt {
		    font-size: 14px;
		    line-height: 140%;
		    }
		    .frontCity {
		    position:relative;
		    bottom: 0px;
		    font-size: 11px;
		    }
		.leftCol70 {
		float: none;
		width: 100%;
		}
		.rightCol30 {
		float: none;
		width: 100%;
		}
		h1, h2, h3, h4 {
		text-align: center;
		}
		.profilePics {
		float: none;
		text-align: center;
		}
		.profileLogo {
		text-align: center;
		}
		.affiliatesBox {
		border-right: solid 0px #999999;
		}
		.detailsLogo {
		position: relative;
		width: 170px;
		float: none;
		text-align: center;
		margin:auto;
		}
		.detailsTextContainer {
		position: relative;
		float: none;
		width: 100%;
		}
		.detailsText {
		position: relative;
		width: 100%;
		float: none;
		margin-left: 0px;
		}
		.detailsCity {
		position: relative;
		width: 100%;
		float: none;
		margin-left: 0px;
		text-align: center;
		}
		.homeLogo {
		float:none;
		margin: auto;
		width: 250px;
		height: 101px;
		}

		.basicSerif {
		font-size: 18px;
		line-height: 165%;
		text-align: justify;
		}
		.contactAddress {
		float: none;
		width: 100%;
		text-align: center;
		}
		.contactAddress p, .contactEmploy p {
		margin-left: 0px;
		}
		.contactPic {
		float: none;
		width: 100%;
		text-align: center;
		}
		.contactEmploy p {
		margin-left: 0px;
		text-align: center;
		}
		.logoSlide {
		margin: 6px 12px;
		vertical-align:middle;
		zoom: 0.85;
		}
		
}


@media only screen and (max-width: 610px) {
		.logoSlide {
			margin: 5px 19px;
			padding: 0px 0px;
			zoom: 0.55;
		}
		.showLogo {
			overflow: hidden;
		}
		.showLogo img {
			zoom: 0.5;
			-moz-transform: scale(0.5); /* FF3.5+ */
		}
		#slideshow {
			overflow: hidden;
			min-height:475px;
		}
		.bioBorder {
	margin: 15px 10px 0px 0px;
	width: 30%;
	float: left;
	}
}

@media only screen and (max-width: 510px) {
		.logoSlide {
			margin: 3px 29px;
			padding: 0px 0px;
		}
		.showLogo img {
			zoom: 0.4;
			-moz-transform: scale(0.4); /* FF3.5+ */
		}
}
@media only screen and (max-width: 410px) {
		.showLogo img {
			zoom: 0.50;
			-moz-transform: scale(0.50); /* FF3.5+ */
		}
}