/*
* Theme Name: ASEAGlobal
* Theme URI: http://www.aseaglobal.com
* Description: Responsive Theme, Uses HTML5 Broilplate and Bootstrap 3 Framework. 
* Author: Dale Painter
* Author URI: htp://www.dalepainter.com
* Version: 1.0
* Credit: HTML5 Boilerplate - What follows is the result of much research on cross-browser styling.Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team.
*/

/* Color Scheme
	 -------------------------------------------- 
Dark Blue = #005eac
Light Blue = #0072CE
Tealish = #4AC9E3
Light Green = #48A23F
Gray = #97999B
*/
/* Global-Navigation
	 -------------------------------------------- */
.global-nav{
	position: relative;
	background: rgba(0, 0, 0, 0.03);
	width: 100%;
	height: 50px;
	border-bottom: 1px solid rgba(218, 222, 225, 0.85);
	z-index: 999;
}
select.dynamic_select{
	display: block;
	background: #fff;
	-webkit-appearance: none;
	border: 1px solid #97999B;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #97999B;
	margin: 10px 0;
	padding: 0 10px;
}
.global-link{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #97999B !important;
	padding: 13px 0;
}
.global-link i{
	position: relative;
	top: 2px;
	font-size: 22px;
	padding-left: 3px;
}
.global-link:hover{color: #4ac9e3 !important;}

/* Language Dropdown
	 -------------------------------------------- */
ul.language-selector{
	position: relative;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}
ul.language-selector > li{
	display: block;
	background: #fff;
	border: 1px solid #efefef;
	padding: 5px 10px;
	margin-bottom: 0;
	z-index: 9999;
}
ul.language-content{
	position: absolute;
	top: 40px;
	background: #fff;
	list-style: none;
	width: 260px;
	height: 450px;
	overflow: scroll;
	padding: 20px;
	margin: 0;
	z-index: 9999;
	display: none;
}
ul.language-content.open{
	display: block;
}
ul.language-content > li{
	cursor: default;
}
ul.language-content > li > a {
  display: block;
  padding: 0px;
  clear: both;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
  white-space: nowrap;
}
.language-closer{
	position: absolute;
	top: 40px;
	left:0;
	height: 600px;
	width: 100%;
	z-index: 88;
	display: none;
}
.language-closer.open{
	display: block;
}
/* Global-Settings
	 -------------------------------------------- */
html{
	font-size: 100%;
	font-family: 'proxima-nova', helvetica, sans-serif;
  height: 100%;
}
body{
	font-size: 100%;
  min-height:100%; 
  position:relative; 
}
.main-content{
	position: relative;
	z-index: 100;
}
article{margin: 50px 0;}
.center{
	display: block;
	max-width: 100%;
	margin: 40px auto;
}
.page-content{
	margin: 50px 0 0 0;
}
.page-container{
	margin: 75px 0;
	clear: both;
}
.map-wrap iframe{
	width: 100%;
	height: 500px;
}
.page-container iframe{
	width: 100%;
	height: 430px
}
.page-container img{
	max-width: 100%;
}
img.pull-right{
	margin-left: 20px;
}
/* Typography - Heads, Body Copy, Supporting
	 -------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-family: 'proxima-nova', helvetica, sans-serif;
	color: #97999B;
	margin: 0;
	padding: 0;
}
h1{
	font-size: 32px;
	font-weight: 600;
	color: #0072d3;
	margin: 0 0 20px 0;
}
h2{
	font-size: 24px;
	font-weight: 300;
	color: #555;
	margin: 0 0 20px 0;
}
h3{
	font-size: 20px;
	text-transform: uppercase;
	color: #005eac;
	margin: 0 0 20px 0;
}
h4{
	font-size: 18px;
	margin: 0 0 20px 0;
}
h5{
	font-size: 16px;
  font-weight: 300;
	margin: 0 0 20px 0;
	color: #0072ce;
}
h6{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0072ce;
	margin: 0 0 20px 0;
}
p,address{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #97999B;
	margin-bottom: 20px;
}
p.small{font-size: 13px;}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
a,
a:visited{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #0072CE;
	-webkit-transition: all ease-out .25s;
     -moz-transition: all ease-out .25s;
       -o-transition: all ease-out .25s;
          transition: all ease-out .25s;
}
a:hover,
a:focus{
	text-decoration: none;
	color: #4ac9e3;
}
ul{
	margin: 0 0 20px 25px;
	padding: 0 0 20px 0;
}
ul li{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #555;
}
blockquote{
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #005eac;
}
blockquote p{font-size: 15px;}
.emphasis{
  display: block;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25em;
  color: #2BA6CB;
  padding: 25px 0;
}
.molecule-seal{width: 75%;}
.molecule-seal img{
	float: left;
	padding: 20px 0 0 0;
	margin-right: 15px;
}
.molecule-seal p{
	overflow: hidden;
	color: #55bec8;
}
/* Buttons | Links
	 -------------------------------------------- */
.btn-asea,
.btn-asea:visited{
	display: inline-block;
  border: 2px solid #0072CE;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0072CE;
  padding: 8px 15px;
  margin: 20px 0;
  -webkit-transition: all ease-out .25s;
     -moz-transition: all ease-out .25s;
       -o-transition: all ease-out .25s;
          transition: all ease-out .25s;
}
.btn-asea:hover,
.btn-asea:focus{
	background: #4ac9e3;
	border: 2px solid #4ac9e3;
	text-decoration: none;
	color: #fff;
}
/* Icons | Social, Functional
	 -------------------------------------------- */
.asea-icons{
	background: url('images/iamasea-sprite.png') no-repeat;
	display: block;
}
.up-arrow{
  display: inline-block;
  background-position: -533px -54px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  -webkit-transition: all ease-out .25s;
     -moz-transition: all ease-out .25s;
       -o-transition: all ease-out .25s;
          transition: all ease-out .25s;
}
.ico-download{
  background-position: -590px -52px;
  width: 21px;
  height: 21px;
  margin: 7px 0 0 9px;
	-webkit-transition: all ease-out .3s;
     -moz-transition: all ease-out .3s;
       -o-transition: all ease-out .3s;
          transition: all ease-out .3s;
}
/* Header | Branding, Navigation
	 -------------------------------------------- */
header{
	position: relative;
	background: #fff;
	border-bottom: 1px solid rgba(218, 222, 225, 0.85);
	min-height: 75px;
	width: 100%;
	z-index: 800;
	-webkit-transition: all ease-out .25s;
     -moz-transition: all ease-out .25s;
       -o-transition: all ease-out .25s;
          transition: all ease-out .25s;
}
header .asea-logo{
	position: relative;
	max-width: 100%;
	margin-top: 25px;
	z-index: 100;
	-webkit-transition: all ease-out .25s;
     -moz-transition: all ease-out .25s;
       -o-transition: all ease-out .25s;
          transition: all ease-out .25s;
}
.asea-nav{
	margin-top: -75px;
	z-index: 0;
}
/* Bootstrap Navigation Overwrites ------------ */
.navbar {
    position: relative;
    margin: 20px 0 10px 0;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a{
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #555;
}
.navbar-default .navbar-nav > li >a:hover,
.navbar-default .navbar-nav > li >a:focus{
	text-decoration: none;
	color: #005eac;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #005eac;
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 21px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-top: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.0);
  box-shadow: 0 6px 12px rgba(0,0,0,.0);
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #005eac;
  background-color: transparent;
}
/* Hero Banners
	 -------------------------------------------- */
.hero-banner {
    display: block;
    width: 100%;
    height: 70vh;
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
    margin-bottom: 0;
}
/* Content Based Styles
	 -------------------------------------------- */
.section{padding: 75px 0;}
.section img{
	max-width: 100%;
	margin-bottom: 20px;
}
.video-background{
	background: #f8f8f8;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.video-background-dark{
	background: #000;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.video-wrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-wrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.footnote{
	float: left;
	width: 40%;
	margin-right: 5%
}
.footnote p{
	font-size: 13px;
	font-style: italic;
}
.product-content{
	float: left;
	width: 55%;
	margin-right: 5%;
	margin-bottom: 75px;
}
.product-img{
	float: left;
	width: 40%;
	padding: 0 0 0 30px;
}
.compensation-list{
	list-style: none;
	border-top: 1px solid #e1e1e1;
	margin: 0;
	padding: 0;
}
.compensation-list li{
	position: relative;
	border-bottom: 1px solid #e1e1e1;
  padding: 40px 0 40px 70px;	
}
.compensation-list li img{
	position: absolute;
	top: 40px;
	left: 0;
}
.comp-method{
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #0072CE;
	padding: 0;
	margin: 0 0 5px 0;
}
.comp-requirements{
	display: block;
	font-size: 15px;
	font-style: italic;
	padding: 0;
}
.asea-mdc{
 float: right;
 width: 125px;
 height: 125px;
 margin-left: 30px;	
}
ul.roadmap{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.roadmap li{
	border-bottom: 1px solid #e1e1e1;
	padding: 50px 0;
}
ul.roadmap li img{
	float: left;
	margin: 15px 15px 30px 0;
}
ul.roadmap li p{overflow: hidden;}
ul.roadmap li:last-child{border: none;}
.envision{color: #ef7521;}
.basecamp{color: #f7a700;}
.ascent{color: #82bc00}
.diamond-summit{color: #00a7e1}
a.btn-perf{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	margin: 20px 0 0;
}
.orange{background: #ef7521;}
.golden{background: #f7a700}
.lime{background: #82bc00}
.dblue{background: #00a7e1}
.banner-img-sm{
	color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  min-height: 340px;
}
.banner-img-sm h2,
.banner-img-sm p{
	color: #fff;
}
.athletes{background: url('http://xmediafilelibrary.xsscenter.com/src/media/xmfl/images/athlete-science.jpg');}
/* Leadership, Science, Medical Profiles
	 -------------------------------------------- */
.lsm-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.lsm-list > li{
	clear: both;
	border-bottom: 1px solid #DDDDDD;
	padding: 40px 0;
}
.lsm-list > li:last-child{
	border: none;
}
.profile-img{
	float: left;
	width: 26%;
	margin-right: 4%;
}
.profile-img > img{
	max-width: 100%;
}
.profile-bio{
	float: left;
	width: 70%;
}
.profile-bio h3{margin-bottom: 0;}
p.exe-title{
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 5px;
}
/* Widget Styles
	 -------------------------------------------- */
.fw-head,
.fw-head a{
	display: block;
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 10px;
}
.fw-head a{
	margin-top: -13px;
}
.rss-widget-icon{
	display: none;
}
.footer-widget img{margin-bottom: 10px;}
.footer-widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-widget ul li{
	border-bottom: 1px dotted #97999b;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#menu-quick-links li{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.footer-widget ul li:last-child{
	border-bottom: none;
}
.footer-widget ul li a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #97999B;
}
.footer-widget ul li a:hover,
.footer-widget ul li a:focus{color: #4AC9E3;}
.footer-widget ul li .post-date,
.rss-date{
	display: block;
	font-size: 13px;
	color: #4AC9E3
}
/* Form Styles
	 -------------------------------------------- */
.support-form label{
	display: block;
	float: left;
	width: 15%;
	color: #97999B;
	margin-right: 15px;
}
.support-form input{
	float: left;
}
.support-form input[type="text"],
.support-form input[type="email"]{
	font-size: 16px;
	font-weight: 400px;
	width: 80%;
	height: 35px;
	border: 1px solid #97999B;
	border-radius: 2px 2px 2px 2px;
	padding: 8px;
	margin-bottom: 20px;
}
.support-form textarea{
	width: 80%;
	height: 75px;
	border: 1px solid #97999B;
	border-radius: 2px 2px 2px 2px;
	padding: 8px;
	margin-bottom: 20px;
}
.support-form input[type="submit"]{
	display: inline-block;
  background: transparent;
  border: 2px solid #0072CE;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0072CE;
  padding: 8px 15px;
  margin:  0 0 0 18%;
  -webkit-transition: all ease-out .25s;
     -moz-transition: all ease-out .25s;
       -o-transition: all ease-out .25s;
          transition: all ease-out .25s;
}
.support-form input[type="submit"]:hover{
	background: #4ac9e3;
	border: 2px solid #4ac9e3;
	text-decoration: none;
	color: #fff;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 50px 0 0 18%;
}
/* Blog Styles
	 -------------------------------------------- */
/* Footer | Branding, Disclaimer, Social
	 -------------------------------------------- */
footer{
	background: #f4f5f6;
	border-top: 1px solid rgba(218, 222, 225, 0.85);
	width: 100%;
	padding: 75px 0;
}
.asea-logo-footer{
	display: block;
	margin-bottom: 10px;
}
span.disclaimer{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	padding: 20px 0 0 0;
}
.footer-links{float: right;}
.social-links{
	float: right;
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}
.social-links > li{
	float: left;
	margin: 0 10px 0 0;
}
.social-links > li > a,
.social-links > li > a:visited{
	font-size: 18px;
	color: #555;
}
.social-links > li > a:hover{color: #4ac9e3;}
.subfooter{
	background: rgba(218, 222, 225, 0.85);
	height: 50px;
}
.back-to-top{
	display: block;
	float: right;
	font-size: 12px;
  vertical-align: middle;
	text-transform: uppercase;
	color: #5ba2dd;
	-webkit-transition: all .5s;
     -moz-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.back-to-top:hover,
.back-to-top:focus{
	text-decoration: none;
	color: #f25f5c;
}
.back-to-top:hover > .up-arrow,
.back-to-top:focus > .up-arrow{background-position: -533px -76px;}
/* Blog | Category and Single
	 -------------------------------------------- */
/* Sidebars
	 -------------------------------------------- */
/* Content Containers
	 -------------------------------------------- */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Small devices (tablets, 768px and up)
   -------------------------------------------------- */
@media (min-width: 768px) {
	.asea-nav{
		margin-top: 0;
		z-index: 0;
	}
}
/* Medium devices (desktops, 992px and up)
   -------------------------------------------------- */
@media (min-width: 992px) {
	.navbar-nav {
    float: left;
    margin: 0;
    padding: 0;
	}
}
/* Large devices (large desktops, 1200px and up)
   -------------------------------------------------- */
@media (min-width: 1200px) {}
/* ==========================================================================
   Print Styles
   ========================================================================== */
@media print {
  *{
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,a:visited {text-decoration: underline;}
	a[href]:after {content: " (" attr(href) ")";}
	abbr[title]:after {content: " (" attr(title) ")";}
	/* == Don't show links for images, or javascript/internal links == */
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content: "";}
	pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {display: table-header-group;}
  tr,img {page-break-inside: avoid;}
  img {max-width: 100% !important;}
  @page {margin: 0.5cm;}
	  p,h2,h3 {orphans: 3;widows: 3;}
	  h2,h3 {page-break-after: avoid;}
}
