
/* fullscreen setup */
html {
    /* give this to all tags from html to .fullscreen */
    height: 100%;
    position: relative;
    min-height: 100%;
}


body {
    height: 100%;
    font-family: 'Oswald', sans-serif;
	       position:relative;
    padding-top: 0px;
	font-size:18px;
	font-weight:100;  
 

}


      a {
    color: #d71820;

}
   .icon-blue {
    padding: 10px;
    font-size: 30px;
}
p,li  {
  
    font-size: 20px;
    font-weight: 300;
}

.container {
    z-index: 3;
}


.top-banner {
    background-position: center center;
    background-size: cover;
    min-height: 650px;
	 min-height: 100%;
}


.small-banner {
    background-position: center center;
    background-size: cover;
    min-height: 350px;
	
}

      .scroll-container {position:relative;height:100%;}





/* background setup */
.background {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) );
    background-repeat: no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50%\9 !important;
}

.anchor-offset {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .fullscreen.overflow,
    .fullscreen.overflow .content-a {
        height: auto;
        min-height: 100%;
    }

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

h1, h2, h3 {
  
   
	margin-bottom:20px;
}


    h1 strong {
        font-weight: 700;
        text-transform: uppercase;
        font-weight: 700;
    }

h2 {
    font-size: 34px;
}

h3 {
    
}

.clear-banner-bg {
    padding: 0px;
    background-color: transparent;
}

.clear-bg {
    position: relative;
    padding: 40px 0px;
    background-color: transparent;
}

.smaller-text {font-size:.6em}

.grey-bg {
   
    padding: 40px 0px;
    background-color: #f3f3f3;
    position: relative;
    z-index: 1;
}
.white-bg {
   padding:0px 0px;
    background-color: #fff;
   
}

.page-header {
    background-color: #414042;
    margin-top: 0px;
    text-align: center;
    padding: 22px 5px 8px;
    border-bottom: 0px;
}

.navbar-header {
    margin: 5px 0px 15px;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.navbar-custom .navbar-nav > li > a.nav-link {
    font-weight: 700 !important;
    font-size: 22px;
    text-transform: uppercase;
    color: #929497;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 7px;
    border-radius: 0px;
    border-bottom: solid 4px transparent;
}
                .copyright {padding:10px; font-size:.9em;}

    .navbar-custom .navbar-nav > li > a:hover {
       
                                    border-bottom: solid 4px #000000;
        background-image: none;
        color: #000;
    }
          .navbar-custom .navbar-nav > li > a.active:hover {
      
                                    border-bottom: solid 4px #000000;
        background-image: none;
        color: #000;
    }
            .navbar-custom .navbar-nav > li > a.active {
       border-bottom: solid 4px #00aeef;
        background-image: none;
        color: #00aeef;
    }
.visible-xxs {display:none}



.logo {
             width:180px; 
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
   
    float: left;
 
}

.smaller .logo {width:120px;  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
     .navbar {-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
  .smaller  .navbar  {padding:0px; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

.scroll-header {
	background-color:#fff;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#000000')";
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 32);
    filter: alpha(opacity = 32);
}

.container {
    position: relative;
}

.main-headline-content {
    line-height: 42px;
    color: #fff;
  
    padding: 35px 15% 35px 5%;
    position: absolute;
    bottom: 25%;
    left: 0px;
  
    margin-bottom: 10%;
    text-align: left;
    background-color: rgba(0, 174, 239, 0.78);
    max-width: 1000px;
    margin: a;
}                                    
    .main-headline-content h1{font-sizex:3em;}


  .sub-headline-content {
    line-height: 42px;
    color: #fff;
  
    padding: 35px 15% 35px 5%;
   
    bottom: 25%;
    left: 0px;
  
    margin-bottom: 10%;
    text-align: left;
    background-color: rgba(0, 174, 239, 0.78);
    max-width: 1000px;
    margin: a;
} 


.contact-bar {
    width: 100%;
    padding: 25px 15px 15px 15px ;
  background-color: #d71820;
    color: #fff;
    text-align: center;
    font-weight: 100;
    position: relative;
    margin-top: -99px;
}
.banner-bg{background-color:#494e54;padding-top: 90px;}
.header-bar {
    width: 100%;
    padding: 15px 15px 5px 15px ;
  background-color: #25aae1;
    color: #fff;
    text-align: center;
    font-weight: 100;
    position: relative;
  
}

.formulate__error-msg {color:#ff0000;}

     .caption {padding:30px 5px;}
      .home-tile {padding:20px 5px;}

h2.formulate__header {
    font-family: 'tff_franklin_gothic_demi';
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    color: #0083DD;
    text-shadow: 1px 1px #fff;
}


.formulate__header:after {
    display: block;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background-color: #0083DD;
    margin-bottom: 20px;
}

.formulate__field-label {
    width: 20%;
    float: left;
    text-align: right;
    padding-right: 15px;
}

.formulate__control {
    width: 60%;
    float: left;
    vertical-align: middle;
}

.formulate__group {
    width: 100%;
    float: left;
    text-align: center;
}
   .btn-primary {
    border-color: #00aeef;
    display: block;
    font-size: 22px;
    background-color: #00aeef;
    width: 100%;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1.2px;
}

    .btn-primary:hover {
    color: #fff;
    background-color: #038fc3;
    border-color: #00aeef;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}


.title {
    font-size: 3em;
    font-weight: 900;
    text-align: center;
  
    background-repeat: no-repeat;
    background-position: center center;
    text-transform: uppercase;
      letter-spacing: -1px;
    line-height: 70px;
}


    .title:after {
        display: block;
        width: 80%px;
        height: 2px;
        margin: 20px auto;
        margin-top: 20px;
        content: '';
        background-color: #ddd;
        margin-bottom: 20px;
		
    }


.page-banner {
    margin-top: 210px;
    background-color: #414042;
    height: 50%;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
}
 
footer {
    padding-top: 15px;
    color: #fff;
	 background-color: rgb(34, 34, 34);
}

    footer h4 {
        border-bottom: solid 1px #fff;
        width: 70%;
        padding-bottom: 10px;
        margin-top: 15px;
    }

.footer-content {
    padding-top: 35px;
}

footer a {
    color: #ddd;
}

    footer a:hover {
        color: #eee;
    }

.footer-nav {
    padding: 5px;
    list-style: none;
}
.mobile-headline-content
{
    display: block;
    margin-top: 0px;
    position: relative;
    background-color: #00aeef;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.mobile-headline-content h1 {font-size:2rem;}


@media (max-width:767px)
{
   .scroll-container {height:0px;
   }
	
	.sub-headline-content h1 {font-size:2rem;}
	
	
	.logo {
		width: 120px;}
	
	.contact-bar {margin-top:0px;}
	
	.home-tile {
    padding: 20px 10px;
}
	
	.title {
    font-size: 2em;
		line-height:inherit;
	}
	
	.formulate__control {
    width: 100%; 
   
}.formulate__field-label{
	text-align:left;
    width: 100%; 
   
}.white-bg {padding:0px}
}

