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

html,body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
}

button {
	background-color: #159cd8;
	border:none;
	color:#FFF;
	font-size:12px;
	margin-bottom: 7px;
	padding: 5px;
}

.learn {
    display: inline-block;
    background-color: #159cd8;
    border:none;
    color:#FFF;
    font-size:16px;
    padding: 5px 10px;
    margin-top: 10px;
}

.learn a{
	color:#FFF;
}

.chevron {
    width:100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.chevron span{
    color: #FFF;
    font-size:20px;
}

.site-header {
    position:relative;
    width: 100%;
    height: 100%;
    background: url(assets/img/header.jpg) center bottom no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.headline h1{
    font-size: 36px;
    font-weight:bold;
    text-transform:none;
    color: #fff;
}

.header-content {
    text-align:center;
    position:absolute;
    width:100%;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -47px; /*needed to center vertically correctly with fixed footer */
}
@media (min-width: 768px) {
    .header-content {
        
        margin-top: -52px; /*needed to center vertically correctly with fixed footer */
    }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    position:absolute;
    top: 0;
    left: 0; 
    right: 0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand>img {
    display: block;
	max-width: 160px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 25px;
    color: #FFF;
    line-height: 60px;
}

.content {
	/*color: #fff;*/
	padding-top: 10px;
	padding-bottom: 30px;
/*	background: url(assets/img/tas-map.png) right top no-repeat;*/
	text-align:center;
}

.lead {
	color:#159cd8;
	font-size: 14px;
	font-weight:bold;
	margin-top:30px;	
}

.callto {
	color:#159cd8;
	font-size: 14px;
	margin-top:30px;
	margin-bottom:30px;	
}

@media (min-width: 768px) {
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

h1 {
	font-size: 50px;	
	text-transform: uppercase;
	line-height: normal;
	margin: 0;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}

h3 {
	margin-top: 0;	
}



.register {
	background: #159cd8;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 10px;
	display: inline-block;	
}

.register a {
	color: #fff;
	text-decoration: none;	
}

.tagline {
	background: #4eb748;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px;
}

.tagline p {
	margin: 0;	
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	/*border-bottom: 7px solid #ecebeb;*/
	padding-top: 15px;
	padding-bottom: 15px;
	/*margin-bottom: 100px;	*/
}

.social-media-links {
	margin-bottom: 0;	
}
@media (min-width: 768px) {
    .social-media-links {
	margin-bottom: 0px;	
    }
}

.site-footer h3 {
    font-size: 14px;
}
@media (min-width: 768px) {
    .site-footer h3 {
        font-size: 24px;
    }
}

.social-media-links ul li {
  float: left;
  margin-right: 10px;
}

.tas-logo {
	max-width: 185px;	
}

.mm-logo {
	max-width: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#social-stream {
	margin-bottom: 30px;
}

.stream li {
  padding: 0;
  position: relative;
  font-size: 11px;
  color: #444;
  background: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-bottom: 4px;
  font-family: Arial, sans-serif;
  line-height: 1.35em;
}

.stream li .section-intro {
  clear: both;
  display: block;
  font-style: italic;
  padding: 8px 0 5px 35px;
  margin: 0;
  height: 30px;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.dcsns {
  background: #E5E5E5;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #444;
  list-style: none outside none;
  margin: 0;
  padding: 10px;
}

.dcsns-content {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 5px 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/* Small Devices, Tablets */
@media(min-width:768px){

button {
	background-color: #159cd8;
	border:none;
	color:#FFF;
	font-size:30px;
	margin-bottom: 20px;
	padding: 10px;
}

.learn {
	display: inline-block;
        background-color: #159cd8;
        border:none;
        color:#FFF;
        font-size:30px;
        padding: 10px 20px;
        margin-top: 10px;
}

.chevron span{
	color: #FFF;
	font-size:72px;
}

.site-header {
	position:relative;
}

.headline h1{
	font-size: 80px;
	font-weight:bold;
	text-transform:none;
}

.header-content {
	
	
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
	position:absolute;
	top: 0;
	left: 0; 
	right: 0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand>img {
    display: block;
	max-width: 300px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 25px;
    color: #FFF;
	line-height: 60px;
}



.main {
	/*background: url(assets/img/bg-gradient.jpg) repeat-x;*/	
}

.content {
	/*color: #fff;*/
	padding-top: 30px;
	padding-bottom: 60px;
	text-align:center;
}

.content .container {
	max-width:70%;
}

.lead {
	color:#159cd8;
	font-size: 14px;
	font-weight:bold;
	margin-top:30px;	
}

.callto {
	color:#159cd8;
	font-size: 14px;
	margin-top:30px;
	margin-bottom:30px;	
}

h1 {
	font-size: 80px;	
	text-transform: uppercase;
	line-height: normal;
}

h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 30px;	
}

h3 {
	margin-top: 0;	
}

.register {
	background: #159cd8;
	font-size: 40px;
	margin-bottom: 30px;
	padding: 20px;
	display: inline-block;	
}

.tagline {
	background: #4eb748;
	font-size: 25px;
	text-transform: uppercase;
	padding: 15px 0;
}

#social-stream {
	margin-bottom: 0px;
}

}

/* Medium Devices, Desktops */
@media(min-width:992px) {

h1 {
	font-size: 50px;	
	text-transform: uppercase;
	line-height: normal;
}

button {
	background-color: #159cd8;
	border:none;
	color:#FFF;
	font-size:40px;
	margin-bottom: 30px;
	padding: 10px 20px;
}

.learn {
    display: inline-block;
    background-color: #159cd8;
    border:none;
    color:#FFF;
    font-size:40px;
    padding: 10px 20px;
    margin-top:30px;
    margin-bottom:30px;
}

.chevron span{
	color: #FFF;
	font-size:72px;
}

.site-header {
	position:relative;
}

.headline h1{
	font-size: 120px;
}

.header-content {
	
	
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
	position:absolute;
	top: 0;
	left: 0; 
	right: 0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand>img {
    display: block;
	max-width: 300px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 25px;
    color: #FFF;
	line-height: 60px;
}



.main {
	/*background: url(assets/img/bg-gradient.jpg) repeat-x;*/	
}

.content {
	/*color: #fff;*/
	padding-top: 30px;
	padding-bottom: 60px;
	text-align:center;
}

.content .container {
	max-width:70%;
}

.lead {
	color:#159cd8;
	font-size: 14px;
	font-weight:bold;
	margin-top:30px;	
}

.callto {
	color:#159cd8;
	font-size: 14px;
	margin-top:30px;
	margin-bottom:30px;	
}


}


/* Large Devices, Wide Screens */
@media(min-width:1200px) {
.tas-logo {
	max-width: 250px;	
}

.mm-logo {
	max-width: 70px;
	margin-right: 30px;
	margin-bottom: 20px;
}
button {
	background-color: #159cd8;
	border:none;
	color:#FFF;
	font-size:40px;
	padding: 20px;
}

.learn {
	
}

.chevron span{
	color: #FFF;
	font-size:72px;
}

.site-header {
	position:relative;
}

.headline h1{
	font-size: 120px;
}

.header-content {
	
	
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
	position:absolute;
	top: 0;
	left: 0; 
	right: 0;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand>img {
    display: block;
	max-width: 300px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 25px;
    color: #FFF;
	line-height: 60px;
}



.main {
	/*background: url(assets/img/bg-gradient.jpg) repeat-x;*/	
}

.content {
	/*color: #fff;*/
	padding-top: 30px;
	padding-bottom: 60px;
	background: url(assets/img/tas-map.png) right top no-repeat;
	text-align:center;
}

.content .container {
	max-width:36%;
}

.lead {
	color:#159cd8;
	font-size: 14px;
	font-weight:bold;
	margin-top:70px;	
}

.callto {
	color:#159cd8;
	font-size: 14px;
	margin-top:70px;
	margin-bottom:70px;	
}

}