/* Overall  */ 

body{
    height: 100%;
    font-family: 'Signika', sans-serif;
	font-size: 20px;
	overflow-x: hidden;
} 
.no-gutter > [class*='col-']{
    padding-right:0;
    padding-left:0;
}


:focus{
    outline: none!important;
}



button {
    padding: 6px 48px;
    background: #fff;
    border: 2px solid #29889e;
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0);
    transition: all 0.2s;
}
button:hover {
    background: #29889e;
}
button:hover a{
    color: #FFF;
}
button a {
    color: #2a889e;
    font-weight: 300;
}
button a:hover {
    color: #FFF;
    text-decoration: none;
}
.logo{
    max-width: 290px;
}
/* type  */ 
h1, h2, h3, h4, h5, h6{
}
h1{
	line-height: 1.2em;
}
h1.page-title {
    color: #fff;
    background: #2a889e;
    display: inline;
    font-weight: 600;
    padding: 8px 26px;
    font-size: 30px;
}
    
h2, .h2 {
    font-size: 28px;
    color: #29889e;
    font-weight: 600;
    display: inline;
    padding-bottom: 2px;
}
h3{
    font-size: 22px;
    line-height: 1.4em;
    color: #29889e;
}
h4{
    line-height: 1.4em;
}


.inverted{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
}
.inverted button{
    color:#fff;
    border: 2px solid;
    background: #2a889e;
}
.inverted button a{
    color:#fff;
}
.inverted h2, .inverted h3 {
    color: #FFF;
    margin-top: 0;
}
h1.home-hero-text {
    color: #fff;
    margin: 0 auto;
    font-weight: 300;
}
strong{
    letter-spacing: 1px;
}
small, .small {
    font-size: 72%;
}

a{
	text-decoration:none;
	font-weight: 600;
	color: #000;
}
a:focus { 
    outline: none; 
    text-decoration:none;
    color: #2a889e;
}
a:hover { 
    outline: none; 
    text-decoration:underline;
    cursor: pointer;
    color: #2a889e;
}

.back-top{
  position: fixed;
  right: 24px;
  top:90%;
}
.back-top a{
  width: 56px;
  height: 56px;
  background: #083d4d;
  display: block;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.66) 0 3px 12px;
}
#back-top a:after{
  font-family: 'Glyphicons Halflings';
  content: "\e253";
  color: #fff;
  padding-left: 29%;
  padding-top: 17%;
  display: block;
  font-size: 23px;
}
#back-top a:hover{
  text-decoration:none;
}

ol,ul {
padding-left: 26px;
list-style-type: disc;
}

/* Navigation */

.navbar-brand img{
    width: 300px;
    height: auto;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #083e4e;
}

/* Elements*/

.icon{
    max-height: 146px;
}
.embed-responsive-item{
    background: #eee;
    text-align-last: center;
    padding-top: 25%;
}

.modal-content {
    border-radius: 0;
}
.modal-header {
    border-bottom: none;
    background: #2a889e;
    color: #fff;
}

.scroll-cta {
    padding: 20px;
}

.infographics span{
    font-size: 28px;
    font-weight: 600;
}

.rspv-brk{
    display: none;    
    }

/* Footer */

footer{
    padding: 30px 0;
        color: #fff;
    background: #2a889e;
}

/* Page styles*/
.head-holder {
    background: #d6d6d6;
}
.home .head-holder {
    margin-bottom: 48px;
}
#one{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 256px;
}

.home #one{
    background-image: url('../imgs/home-hero.jpg');
    background-color: rgba(8, 62, 78, 0.7);
    background-blend-mode: multiply;
}
.resources #one{
    background-image: url('../imgs/resources-hero.jpg');
}
.modules #one{
    background-image: url('../imgs/modules-hero.jpg');
}
.about #one{
    background-image: url('../imgs/about-hero.jpg');
}

.page-title-holder{
    margin-top: -28px;
    margin-bottom: 26px;
}

.breaker{
    border-bottom:1px solid #29889e;
    padding-top: 36px;
    margin-bottom: 20px;
}
.spacer{
    padding: 22px 0;
}
.inverted{
    background-color: #29889e;
    padding: 15px;
}

.presenters .col-xs-6{
    padding-bottom: 16px;
}
.presenters .col-xs-6 img{
    box-shadow: 0 2px 2px #848484;
    cursor: pointer;
}
.presenters .col-xs-6 a{
    font-weight: 300;
    font-size: 15px;
    }
.dl-btn {
    margin-top: 18px;
    margin-bottom: 28px;
    }


@media only screen and (max-width : 767px) {
.logo {
    padding-top: 16px;
}
.gov-logo {
    max-width: 60%;
    padding-bottom: 24px;
}
.navbar-toggle .icon-bar {
    background: #FFF;
    width: 30px;
    height: 3px;
}
.navbar-toggle {
    margin-right: 0;
    margin-top: 22px;
    }
.navbar button:hover {
    background: transparent;
}
.navbar-collapse {
    background: #29889e;
    width: 100%;
    border-top: none;
    color: #fff;
}
.navbar-collapse ul a{
    color: #fff;
    font-weight: 300;
}
}

@media only screen and (max-width : 991px) {
.logo {
    padding-top: 14px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.navbar {
    margin-bottom: 0;
    border: none;
    }
    .navbar-nav {
	padding-top: 24px;
	}
	.navbar-nav > li > a {
    padding-bottom: 10px;
	}
    .home .hero-content {
    padding-top: 90px;
    }
    .scroll-cta{
    padding-top: 56px;
    padding-bottom: 54px;
    }
    h2, .h2 {
    font-size: 38px;
    }
    ul.navigation {
    display: flex;
    list-style-type: none;
    align-items: center;
    height: 76px;
    justify-content: flex-end;
    margin-top: 9px;
    }
    ul.navigation  li {
    margin: 0 8px;
    }
    ul.navigation a {
    background: #29889e;
    color: #fff;
    padding: 4px 24px;
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.6);
    font-size: 17px;
    font-weight: 300;
    transition: all 0.2s ;
    }
    ul.navigation a:hover {
    text-decoration: none;
    background: #083d4d;
    }
    ul.navigation a.active {
    background: #083d4d;
    }
    .modal-dialog {
    width: 600px;
    margin: 160px auto;
    }
    .modal-body {
    padding-top: 36px;
    padding-bottom: 36px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .home #one{
    min-height: 460px;
    background-position: top -90px center;
    }
    .home .hero-content {
    padding-top: 120px;
    }
    #one{
    min-height: 340px;
    }
    .scroll-cta{
    padding-bottom: 80px;
    }
    .inverted{
    padding: 24px 38px;
    }
    header{
    padding-top: 18px;
    padding-bottom: 18px;
    }
    h1.page-title {
    padding: 12px 36px;
    font-size: 44px;
    }
    ul.navigation  li {
    margin: 0 24px;
    }
    .padd-fix-right{
    padding-left: 0;
    }
    .padd-fix-left{
        padding-right: 0;
    }
    h3{
    font-size: 34px;
    }
    .pullout {
    font-style: italic;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 36px;
    }
    
    .gov-logo{
    max-width: 60%;
    }
    .pull-right-lg {
    float: right;
    }
    .rspv-brk{
    display: block;    
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    h1.home-hero-text {
    font-size: 84px;
    width: 738px;
    line-height: 88px;
    margin-top: 300px;
    }
    .home #one{
    background-position: center;
    }


}

/* Extra Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {

}





