/* Global styles */
body { color: #333333; }


a { 
	color: #8b8b8b; 
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover, a:active { color: #000000; outline: 0; }

blockquote p, blockquote cite { line-height: 1.5; }

/* overrides */
h2.small-heading:before {
	left: 39%;
}
h2.small-heading:after {
	left: 45%;
}

/* =General AWW styles */
.team-links a { color: #333333; }

.mask-light {
    background: rgba(0, 0, 0, 0.45);
}

.aww-disclaimer { font-style: italic; color: #999999; }

.ash-title:hover { text-decoration: none; }

.introduction img.ash-logo {
	position: relative;
	display: block;
	margin: 10px auto;
	width: 35px;
	height: auto;
}

.introduction h6 {
	margin-bottom: 1rem;
	font-weight: 100;
	font-size: 0.9rem;
	font-weight: 300;
	/*color: #a6a6a6;*/
	color: #8b8b8b;
}

.intro-content h1 .aww-title span {
    -webkir-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
	color: #333333;
	font-size: 1.5rem;
	text-align: center;
}

.intro-content h1 {
	font-size: 1rem;
	line-height: 1em;
}
.intro-content h1 hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.intro-content h1 span#intro-the {
	display: block;
	margin:0;
	padding:0;
	line-height: 1.5em;
}

.intro-content h1 span#intro-aww {
	margin:0;
	padding:0;
	font-style: italic;
	line-height: 1.5em;
}

.intro-content h1 span#intro-co {
	display: block;
	margin:0;
	padding:0;
	margin:0;
		line-height: 1.5em;
}


.intro-content h1 .aww-title:hover span { color: #FF4F42; }

.intro-content h1 a:hover { text-decoration: none; }


.intro-content span.number {
    font-size: 15em;
}

.intro-content .slogan-text {
    font-weight: 400;
    font-size: 25px;
    padding-left: 21px;
}

#aww-menu1:hover .mask,
#aww-menu2:hover .mask,
#aww-menu3:hover .mask,
#aww-menu4:hover .mask,
#aww-menu5:hover .mask,
#aww-menu6:hover .mask {
	background: rgba(0,0,0,0.35);
}

.main-heading-rot {
     display: inline-block;
     overflow: hidden;

     width: 65px;
     line-height: 50px;
	 height: 100%;
	 position: relative;
 }
 
.main-heading-rot__inner {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	left: 35px;
	bottom: 55px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: left;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
}

.main-heading-rot h1 {
	color: #fff;
	font-size: 50px;
	position: relative;
	text-transform: capitalize;
	text-align: right;
	width: 100vh;
}


.aww-overlay-container {
    background-position: 50% 50%;
    background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
    clear: both;
    margin: 1.5rem 0;
    padding: 1.5rem 0;
    position: relative;
	height: 300px;
}

.aww-overlay-container p, 
.aww-overlay-container cite, 
.aww-overlay-container h5,
.aww-overlay-container h2 { color: #ffffff; }

.aww-overlay-container .aww-overlay:before {
	content: ''; display: inline-block; vertical-align: middle; height: 100%;
}

.aww-hero {
    position: relative; height: 100vh; width: 100vw;
    margin: 0; padding: 0; text-align: center;
}

.aww-to-stories {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3rem;
	text-align: left;
	padding-left: 15px;
	background: rgba(255,255,255,0);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.aww-to-stories:hover { background: rgba(255,255,255,0.5); }
.aww-to-stories:hover p a { color: #333333; }
.aww-to-stories p { float: left; width: 100%; color: #ffffff; }
.aww-to-stories p a { color: #ffffff; text-decoration: none; line-height: 3rem; }
.aww-to-stories p a:hover { color: #333333; }

@media (min-width: 768px) {
	
	.m-a-05 { margin: 0.5rem 0.5rem !important; }
	.m-t-05 { margin-top: 0.5rem !important; }
	.m-r-05 { margin-right: 0.5rem !important; }
	.m-b-05 { margin-bottom: 0.5rem !important; }
	.m-l-05 { margin-left: 0.5rem !important; }
	.m-x-05 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
	.m-y-05 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
	
	.m-t-10 { margin-top: 1rem !important; }
	.m-t-15 { margin-top: 1.5rem !important; }
	
	.m-t-30 { margin-top: 3rem; }
	.m-b-30 { margin-bottom: 3rem; }
	.m-a-45 { margin: 4.5rem 4.5rem !important; }
	.m-t-45 { margin-top: 4.5rem !important; }
	.m-r-45 { margin-right: 4.5rem !important; }
	.m-b-45 { margin-bottom: 4.5rem !important; }
	.m-l-45 { margin-left: 4.5rem !important; }
	.m-x-45 { margin-right: 4.5rem !important; margin-left: 4.5rem !important; }
	.m-y-45 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
	.m-a-60 { margin: 6rem 6rem !important; }
	.m-t-60 { margin-top: 6rem !important; }
	.m-r-60 { margin-right: 6rem !important; }	
	.m-b-60 { margin-bottom: 6rem !important; }
	.m-l-60 { margin-left: 6rem !important; }
	.m-x-60 { margin-right: 6rem !important; margin-left: 6rem !important; }
	.m-y-60 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
	
	/* overrides */
	h2.small-heading:before {
		left: 38%;
	}
	h2.small-heading:after {
		left: 48%;
	}
	
	
	.introduction h6 {
		margin-bottom: 6rem;
		font-weight: 100;
		font-size: 0.9rem;
		font-weight: 300;
		/*color: #a6a6a6;*/
		color: #8b8b8b;
	}
	
	
	.aww-overlay-container {
	    margin: 6rem 0;
	    padding: 3rem 0;
		height: 500px;
	}
	
	.aww-overlay-container .aww-overlay {
		position: absolute; top: 0; bottom: 0;
		left: 0; right: 0; text-align: center;
	}
	
	.aww-overlay-container .aww-vert-center {
		display: inline-block; vertical-align: middle; float: none;
	}
}

@media (min-width: 992px) {
	.intro-content h1 {
		font-size: 5.063em;
		line-height: 1.1;
	}
	
	.intro-content h1 span#intro-the {

	    display: block;
	    /*padding-left: 50px;*/
		margin-left: 40px;
		margin-top: 2em;
	    margin-bottom: -20px;
	    font-size: 1rem;
	    font-weight: 400;

	}

	.intro-content h1 span#intro-aww {

	    font-size: 55px;
	    font-weight: 400;
	    line-height: 0px;
	    letter-spacing: 1px;
		padding-left: 40px;
		padding-right: 50px;
		font-style: italic;
	}

	.intro-content h1 span#intro-co {

	    display: block;
	    margin-top: -5px;
		margin-right: 50px;
	    margin-bottom: 2em;
	    font-size: 1rem;
	    font-weight: 400;
		text-align: right;
	}

}

@media (min-width: 1200px) {

}