body{
	background: #131b23;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Richmond Display', serif;
	font-weight: 400;
}
h1{
	font-size: 80px;
	line-height: 90px;
}
h2{
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 30px;
}
h3{
	font-size: 40px;
	line-height: 50px;
}
h4{
	font-size: 30px;
	line-height: 40px;
}
h5{
	font-size: 25px;
	line-height: 30px;
}
h6{
	font-size: 18px;
	line-height: 25px;
}
.container-bottom-a p{
	font-size: 20px;
	color: #fff;
}
.container-bottom-a h3{
	color: #ffde14;
	font-size: 60px;
	line-height: 70px;
	margin: 30px 0;
}
.container-bottom-b p{
	font-size: 20px;
	color: #131b23;
}
.container-bottom-b h3{
	color: #131b23;
	font-size: 60px;
	line-height: 70px;
	margin: 30px 0;
}
.headingText{
	font-family: 'Prata', serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
}
.mediumBodyText{
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 15px 0;
}
a:not([class]){
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
a:not([class]):hover{
	color: #000;
	text-decoration: underline;
}
a.lightAnchor{
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}
a.lightAnchor:hover{
	color: #ffffff;
	text-decoration: underline;
}
b{
	font-weight: 600;
}
.btn{
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 15px 30px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 0;
	text-transform: uppercase;
	margin-top: 20px;
}
.btnSmall{
	padding: 10px 15px;
	font-size: 14px;
}
.btn:hover{

}
.btnLight{
	color: #ffffff;
	border: 1px solid #ffffff;
}
.btnLight:hover{
	background: #ffffff;
	color: #000000;
	border: 1px solid #ffffff;
}
.btnDark{
	color: #000000;
	border: 1px solid #000000;
	background: rgba(255, 255, 255, 0.2);
}
.btnDark:hover{
	border: 1px solid #000000;
	color: #ffffff;
	background: #000000;
}
.mainSub,
.breadcrumb{
	font-size:22px; 
	line-height:30px;
}
.breadcrumb{
	background: none;
}
.breadcrumb p{
	margin: 0;
}
.yellow-bg{
	background-color: #ffde14;
}
.large-logo-bg{
	background-image: url(/images/iagd-logo-large.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 45%;
}
.ba-form-submit-btn {
	text-decoration: none;
}

div,
input,
textarea,
span,
ul,
li,
legend,
a,
iframe{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}
a,
ul,
li,
div,
img,
label,
span{
	-webkit-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.container-component > * + *, 
.container-component > :first-child, 
.container-sidebar-left > * + *, 
.container-sidebar-left > :first-child, 
.container-sidebar-right > * + *, 
.container-sidebar-right > :first-child,
.container-bottom-a > *, .container-bottom-b > *, .container-top-a > *, .container-top-b > *{
	margin: 0;
}
.icons{
	display: none;
}
.whiteFiller{
	height: 100vh;
}
.parallax {
	min-height: 400px;
	width: 100%;
	background-position-y: 0%;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0ms linear;
	-ms-transition: all 0ms linear;
	transition: all 0ms linear;
}
.iagd-hero h1, .iagd-about-hero h1{
	text-align: center;
	color: #fff;
	font-size: 100px;
	line-height: 110px;
}
.site-grid{
	background-image: url(/images/iagd-logo-wash-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #ffde13;
}
.iagd-hero{
	display: table;
	text-align: center;
	background-image: url(/images/banners/iagd-hero-bg.jpg);
	height: 100vh;
	width: 100%;
	background-size: cover;
}
.iagd-about-hero{
	display: table;
	text-align: center;
	background-image: url(/images/banners/iagd-about-hero-bg.jpg);
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.iagd-hero-text {
  display: table-cell;
  vertical-align: middle;
}
.heroSub{
	font-size: 30px;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
}
.ptb100{
	padding: 100px 0 130px;
}
.center{
	text-align: center !important;
}
.noScroll{
	overflow: hidden;
}
.footer{
	background-color: #fff;
	background-image: none;
	margin: 0;
}
.footer p{
	color: #131b23;
	font-size: 12px;
	margin-bottom: 0;
}
.container-lower-footer{
	padding: 20px 0;
}
.container-lower-footer p{
	font-size: 12px;
	margin-bottom: 0;
}

/*    -----------------------------     IAGD Animate Text Styles      -----------------------------     */
.fadeUpOnLoad,
.fadeUpOnScroll {
	opacity: 0;
}
.animateMarginTop{
	margin-bottom: 50px;
}
.animateMarginBottom{
	margin-bottom: -50px;
}
.fadeUpOnScroll.animateMarginBottom{
	margin-bottom: -100px;
}
/*    -----------------------------     IAGD Header Styles      -----------------------------     */
.iagdHeader{
	position: relative;
}
/*.iagdHeader:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 40vh;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.9163866230085784) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 3;
}*/
.iagdHeaderTop{
	padding: 50px 100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: table;
	z-index: 100;
}
.iagdHeaderTop.stickyHeaderTop{
	padding: 20px 25px;	
	background: rgba(19, 27, 35, 0.9);
	/*opacity: 0;*/
}
.iagdHeaderTop.stickyHeaderTop .mainLogo img{
	width: 180px;
}
.iagdHeaderTop .left,
.iagdHeaderTop .right{
	display: table-cell;
	vertical-align: middle;
}
.iagdHeaderTop .right{
	text-align: right;
}
.iagdHeaderTop p{
	margin: 0;
}
.iagdHeaderTop .mainLogo img{
	width: 200px;
}
.headerContactDetails{
	color: #666666;	
}
.headerContactDetails a{
	color: #ffde14;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
}
.headerContactDetails a:hover,
.headerContactDetails a:active,
.headerContactDetails a:focus{
	color: #0e71b8;
}
.headerContactDetails span{
	margin: 0 15px;
}
.homeHeaderImage{
	height: 100vh;
	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.iagdHeaderText{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 100px;
	color: #ffffff;
	z-index: 4;
}
.homeHeaderText h1{
	font-size: 80px;
	line-height: 90px;
	margin: 0 0 30px 0;
}
.homeHeaderText p{
	margin: 0 0 30px 0;
}
.homeHeaderText p:last-child{
	margin: 0;	
}
/*    -----------------------------     IAGD Global Header Styles      -----------------------------     */
.iagdHeaderImage{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 300px;
}
.iagdHeaderImage .headerText{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 100px;
	color: #ffffff;
	z-index: 10;	
}

/*    -----------------------------     iagd Menu Styles      -----------------------------     */
.mod-menu{
	flex-direction: unset;
	display: block;
}
.mobileMenuButtonHolder,
.mobileMenuCloseButtonHolder{
	display: none;
}
.mobileMenuButtonHolder a:not([class]),
.mobileMenuCloseButtonHolder a:not([class]){
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
}
.mobileMenuButtonHolder a:not([class]):hover,
.mobileMenuCloseButtonHolder a:not([class]):hover{
	color: #ffffff;
	font-size: 20px;
}
.mainMenu{
	margin-top: 15px;
}
.mainMenu li{
	display: inline-block;
	position: relative;
	padding: 0;
}
.mainMenu li a,
.mainMenu li span.nav-header{
	color: #ffffff;
	text-decoration: none;
	padding: 15px 25px;
	display: block;
	font-weight: 300;
	cursor: pointer;
	text-transform: uppercase;
}
.mainMenu li:last-child{
	margin-right: -25px;
}
.mainMenu li a:hover,
.mainMenu li a:active,
.mainMenu li a:focus,
.mainMenu li.active > a,
.mainMenu li span.nav-header:hover,
.mainMenu li span.nav-header:active,
.mainMenu li span.nav-header:focus{
	color: #ffffff;
	text-decoration: none;
}
.mainMenu li:hover{
	color: #ffffff;
	text-decoration: none;
	background: rgba(0, 0, 0, 1.0);
}
.mainMenu img{
	display: none;
}
.mainMenu li .mod-menu__sub{
	display: none;
	position: absolute;
	width: auto;
	min-width: 100%;
	left: 0;
	text-align: left;
	margin: 0;
	padding: 0 !important;
	background-color: #000000;
    animation-name: slideUpSubMenu ;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes slideUpSubMenu {
	from {
		margin: 10px 0 0 0;
	}
	to {
		margin: 0 0 0 0;
	}
}
.mainMenu li:hover .mod-menu__sub{
	display: block;
}
.mainMenu .mod-menu__sub li{
	display: block;
	white-space: nowrap;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mainMenu .mod-menu__sub li a{
	display: block;
	padding: 10px 25px;
}
.mainMenu .mod-menu__sub li a:hover{
	background-color: rgba(255, 255, 255, 0.05);
}
.iagdHeaderTop.stickyHeaderTop .mainMenu{
	margin-top: 5px;	
}
.iagdHeaderTop.stickyHeaderTop .mainMenu li:last-child{
	margin-right: -20px;	
}
.iagdHeaderTop.stickyHeaderTop .mainMenu li a,
.iagdHeaderTop.stickyHeaderTop .mainMenu li span.nav-header{
	padding: 10px 20px;	
}
/*    -----------------------------     IAGD Media Queries      -----------------------------     */
@media (max-width: 1700px) {
	.mainMenu li a, 
	.mainMenu li span.nav-header{
		padding: 15px;
	}
	.iagdHeaderTop.stickyHeaderTop .mainMenu li a,
	.iagdHeaderTop.stickyHeaderTop .mainMenu li span.nav-header{
		padding: 10px 15px;	
	}
}
@media (max-width: 1500px) {
	.iagdhomesHeaderTop{
		padding: 50px;
	}
	.iagdHeaderImage .headerText{
		padding: 50px;
	}
}
@media (max-width: 1400px) {
	body{
		font-size: 14px;
	}
}
@media (max-width: 1300px) {
	.mainMenu li a, 
	.mainMenu li span.nav-header{
		padding: 10px 10px;	
	}
	.iagdHeaderTop.stickyHeaderTop .mainMenu li a,
	.iagdHeaderTop.stickyHeaderTop .mainMenu li span.nav-header{
		padding: 7px 10px;	
	}
}
@media (max-width: 1200px) {
	.btn{
		padding: 10px 20px;
	}
	.mainSub{
		font-size: 18px;
		line-height: 24px;
	}
	h1{
		font-size: 60px;
		line-height: 70px;
	}
	h2{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	h3{
		font-size: 30px;
		line-height: 40px;
	}
	h4{
		font-size: 25px;
		line-height: 35px;
	}
	h5{
		font-size: 25px;
		line-height: 30px;
	}
	h6{
		font-size: 18px;
		line-height: 25px;
	}
	.iagdHeaderText{
		padding: 100px 50px;
	}
	.mobileMenuButtonHolder,
	.mobileMenuCloseButtonHolder{
		display: block;
	}
	.mobileMenuCloseButtonHolder{
		text-align: right;
		padding: 10px 15px;
		background: rgba(255, 255, 255, 0.05);
	}
	.mainMenuHolder,
	.headerContactDetails{
		display: none;
	}
	.mainMenuHolder{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100vh;
		background: #000000;
		padding-bottom: 80px;
	}
	.mainMenu,
	.iagdHeaderTop.stickyHeaderTop .mainMenu{
		margin: 0;
	}
	.mainMenu li{
		display: block;
		width: auto;
		background: rgba(255, 255, 255, 0.05);
	}
	.mainMenu li a, 
	.mainMenu li span.nav-header,
	.iagdHeaderTop.stickyHeaderTop .mainMenu li a,
	.iagdHeaderTop.stickyHeaderTop .mainMenu li span.nav-header{
		padding: 10px 25px;
		font-size: 16px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);		
	}
	.mainMenuHolder{
		text-align: left;
		overflow: auto;
	}
	.mainMenu li .mod-menu__sub{
		display: block;
		position: relative;
		width: auto;
	}
	.mainMenu .mod-menu__sub li{
		width: auto;		
		white-space: normal;
		background: none;
	}
	.mainMenu .mod-menu__sub li:first-child{
		border-top: 1px solid rgba(255, 255, 255, 0.1);		
	}
	.mainMenu .mod-menu__sub li:last-child{
		border-bottom: 0;		
	}
	.mainMenu .mod-menu__sub li a,	
	.iagdHeaderTop.stickyHeaderTop .mainMenu .mod-menu__sub li a{
		padding: 10px 35px;
		font-size: 14px;
		border: 0;
	}
	.mainMenu li:last-child,
	.iagdHeaderTop.stickyHeaderTop .mainMenu li:last-child{
		margin: 0;
	}
}
@media (max-width: 1024px) {
	
}
@media (max-width: 900px) {
	
}
@media (max-width: 824px) {
	.mainSub{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px 0;
	}
	.homeHeaderText h1{
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 20px 0;
	}
	h1{
		font-size: 40px;
		line-height: 50px;
	}
	h2{
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 20px;
	}
	h3{
		font-size: 25px;
		line-height: 35px;
	}
	h4{
		font-size: 20px;
		line-height: 30px;
	}
	h5{
		font-size: 22px;
		line-height: 28px;
	}
	h6{
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {	
	.iagdHeaderTop,
	.iagdHeaderTop.stickyHeaderTop{
		padding: 20px;
	}	
	.iagdHeaderImage .headerText{
		padding: 50px 20px;
	}
	.iagdHeaderTop{
		padding: 20px;
	}
	.iagdHeaderText{
		padding: 50px 20px;
		text-align: center;
	}
	.homePageWrap .right{
		padding: 50px 20px;
	}
	.large-logo-bg{
		background-image: none;
	}
	.container-bottom-a, .container-bottom-b, .footer {
		padding: 0 20px;
	}
	.container-lower-footer{
		padding: 20px;
	}
	.iagd-hero h1, .iagd-about-hero h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.heroSub {
		font-size: 20px;
		line-height: 26px;
		margin-top: 20px;
	}
	.iagd-hero-text {
		padding: 0 20px;
	}
}
@media (max-width: 650px) {
  	.homePageWrap .btn{
  		width: 100%;
  		margin-top: 0;
  	}
}
@media (max-width: 568px) {
	.iagdHeaderTop .mainLogo img{
		width: 250px;
	}
	.iagdHeaderTop.stickyHeaderTop .mainLogo img{
		width: 150px;
	}
}

.ba-caption-content h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400 !important;
}