/* Required that Body and HTML be set to 100% for design */
html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* Clearfix / Clear */
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* Typography */
/*
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
*/
h1 {
  font-size: 2.4em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}

h1 {
  color: #FFF;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2px;
  font-variant: normal;
  font-size: 36px;
}
h2, h3, h4, h5 {
  color: #FFF;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
}
p, li, a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 500;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
.small {
  font-size: 0.8em !important;
  margin: 0;
}


.txt-inline {
  display: inline-block;
  margin-right: 1em;
}
/*
.txt-green {
  color: #00c996 !important;
}
*/
.txt-red {
  color: #e90000 !important;
}
.txt-white {
  color: #FFF;
}
.ctaButton {
  background: #c20000 !important;
}
.ctaButton:hover {
  background: #e90000 !important;
}


a,
a:visited {
  color: red;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}


.responsive {
  height: auto;
  width: 100%;
}


.button {
  color: #FFF;
  display: inline-block;
  font-size: 16px !important;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 18px;
}

/*
.button.green {
  background-color: #05b284;
  color: #FFF;
}
*/
.button.red {
  background-color: #c20000;
  color: #FFF;
}
.button.red:hover {
    background-color: #f20000;
}
/*
.button.green a:hover,
.button.green a:visited,
*/
.button.red a:hover,
.button.red a:visited {
  color: #FFF;
}

/* Container Fix for Animation on Load */
.container {
  position: relative;
}
.container [class*="grid-"] {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}


/* Navigation
  ===================================== */
#navigation {
  background: rgba(0,0,0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
}
#navigation.darker {
  background: rgba(0,0,0, 0.8);
}
#navigation ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: right;
  margin: 0;
  padding: 0 15px;
  width: auto;
}
#navigation ul li {
  background: none;
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 10px 0;
}
#navigation #home-logo a,
#navigation.fixed ul li {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
#navigation ul li a {
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 800;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
#navigation ul li a:hover {}

/* Navigation - Home Logo */
#home-logo {
  float: left;
}
#home-logo a {
  background-image: url('../graphics/logo.png');
  background-repeat: no-repeat;
  height: 44px;
  width: 405px;
  display: block;
  color: #FFF;
  font-size: 2em;
  margin: 15px 0;
  text-indent: -9999px;
}

.sticky-wrapper {
  position: fixed;
  z-index: 110;
}
.nav-top {
  
}


/* Page Sections */
/* ================================================= */
.page-section {
  background-color: #000;
  /* Keeps the image at the width of the container */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 500px;
  padding: 6em 0;
  position: relative;
  width: 100%;
  
  overflow: hidden;
}


/* Defaults for Content and Header of Each Section */
.page-section .content {
  position: relative;
  width: 100%;
}
.page-section .content p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

.page-section .header {
  background: transparent;
  border: none;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}
.page-section .header h1 {
  color: #FFF;
  letter-spacing: -3px;
  margin: 15px 0 10px 0;
  text-align: left;
}
.page-section .header p {
  font-size: 16px;
  text-align: left;
}

.page-section h2 {
  font-weight: bold;
}
.page-section h3 {
  font-weight: bold;
}
.page-section p {}
.page-section a {
  font-weight: bold;
  color: #ffffff;
}

.page-section hr {
  background: transparent;
  border: none;
  border-bottom: 3px solid red;
  margin: 25px 0;
  width: 200px;
}
.page-section hr.full {
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0;
  width: 100%;
}
/*
.page-section img {
  height: auto;
  width: 100%;
}
*/




/* Banner 
  ===================================== */
#banner {
  /*background-color: #c5b5a5;*/
  background-image: url('../graphics/banner-image.jpg');
  /*background-image: url('/images/banner-bkg.jpg');
  background-position: center top;
  background-repeat: repeat;*/
  min-height: 780px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#banner img {
  width: auto;
}
#banner h1 {
  color: #000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  opacity: 0.65;
  text-align: left;
}
#banner p {
  color: #FFF;
  font-size: 20px;
  line-height: 1.5;
}
#banner img {
  display: block;
  margin: 1em auto;
}

.flow-wrapper {
  position: absolute;
  bottom: 0;
}



/* Parallax 
  ===================================== */

#banner-content {
  margin: 0 0 0 -540px;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 960px;
}
#banner-content h1 {
  position: absolute;
  top: 25%;
  left: 0;
}
#banner-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width:1100px) {
  #banner-content {
    margin: 0 0 0 -48%;
  }
}
@media screen and (max-width:700px) {
  #banner-content {
    margin: 0 0 0 -48%;
  }
  #banner-content h1 {
    font-size: 32px;
  }
  #banner-arrow {
    left: 30%;
  }
}
@media screen and (max-width:420px) {
  #banner-content h1 {
    font-size: 24px;
  }
  #banner-arrow {
    left: 15%;
  }
}

/* Page Backgrounds 
  ===================================== */
#about {
  background-image: url('../graphics/bk_about.jpg');
  background-position: right bottom;
  /* background-position: right -150% top; */
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 640px;
  padding: 0 !important;
  border-bottom: 1px solid #333;
}

#about .gradient {
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.76) 30%, rgba(0,0,0,0.5) 47%, rgba(0,0,0,0) 60%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(30%,rgba(0,0,0,0.76)), color-stop(47%,rgba(0,06,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.76) 30%,rgba(0,0,0,0.5) 47%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0.76) 30%,rgba(0,0,0,0.5) 47%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.76) 30%,rgba(0,0,0,0.5) 47%,rgba(0,0,0,0) 60%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0.76) 30%,rgba(0,0,0,0.5) 47%,rgba(0,0,0,0) 60%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  padding: 3em 0 6em 0;
}
#app {
  background-image: url('../graphics/bk_webapp.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 800px;
  border-bottom: 1px solid #444;
}
#press {
  background-image: url('../graphics/bk_press.jpg');
  background-color: #1d1d1d;
  background-position: top center;
  border-bottom: 1px solid #333;
  
}

#press a span:hover {
  color: #fff;
}

#get-involved {
  background-image: url('../graphics/bk_get-involved.jpg');
  background-position: bottom center;
}

#get-involved p {
  font-size: 18px;
}

#get-involved strong {
  color: #fff
}



/* Section 1 - About 
  ===================================== */



/* Section 2 - Web App 
  ===================================== */
.webapp {}
.webapp h2 {
  color: #e90000;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.webapp h2 span {
  color: #aaa;
  font-weight: 300;
}
.webapp-box {
  position: relative;
}
.webapp-box img {
  position: relative;
  z-index: 10;
}
.webapp-box .shadow {
  background-image: url('../graphics/webapp-shadow.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 58px;
  width: 100%;
  z-index: 0;
  /* position shadow */
  position: absolute;
  bottom: -35px;
  left: 0;
  /* left: 50%; */
  /* margin-left: -213px; */
}



/* Section 3 - Press 
  ===================================== */

.press-logo {
  margin: 1em 0 0 0;
  /* min-height: 150px; */
  min-height: 80px;
}
.press-logo span.tagline {
  color: #888;
  display: block;
  margin-top: 0.5em;
}
.press-logo .pull-top {
  margin-top: -30px;
}
.press-logo a {
  font-weight: normal;
}

/* Section 4 - Get Involved 
  ===================================== */




/* Footer
  ===================================== */
#footer {
  background: #222;
  color: #FFF;
}
.copyright {
  color: #FFF;
  float: left;
  font-size: 14px;
  margin-top: 15px;
}
.feedback {
  display: block;
  float: right;
  margin: 1em 0;
}

#footer a,
#footer a:visited {
  color: red;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}




@media screen and (max-width: 1220px) {

  .press-logo img {
    height: auto;
    width: 80%;
  }
  .webapp-box .shadow {
    width: 100%;
  }

}


@media screen and (max-width: 920px) {

  #navigation ul {
    display: none;
  }
  .webapp-box .shadow {
    display: none;
  }
  
    
  .container .tablet-80 {
    width: 80%;
  }

}


@media screen and (max-width: 800px) {
  h1 {
    font-size: 36px;
  }
  
  
  #navigation ul li a {
    font-size: 14px;
  }
  #home-logo a {
    background-size: 100%;
    width: 270px;
  }
  
  .page-section {
    padding: 1em 0;
  }
  .page-section .content p {
    font-size: 14px;
  }
  .page-section .header h1 {
    font-size: 35px;
  }
  .page-section .header p {
    font-size: 16px;
  }
  .page-section .header hr {
    margin: 15px 0;
  }

  #about .container {
    background-position: left 250px top;
  }
  #app {
    background-image: none;
  }

}

@media screen and (max-width: 650px) {

  .container .tablet-80 {
    width: 100%;
  }
  
  .press-logo img {
    height: auto;
    width: auto;
  }

  #about {
    background-image: none;
  }

}

@media screen and (max-width: 640px) and (orientation : landscape) {
  
  #navigation {
    display: none;
  }
  
}




.container {
  width: 1120px;
}

@media screen and (max-width: 1200px) {

  .container {
    width: 100% !important;
  }

}



/* Form Changes 
  ===================================== */
  
.header h2 {
  color: #222;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: normal !important;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  font-size: 35px;
  letter-spacing: -2px;
  
}
.ui-dialog-buttonpane {
  display: none;
}
.set label {
  color: #777;
  font-size: 14px;
}
.clsIframeConfirmation {
  min-height: 300px;
}
#ifConfirmation {
  border: 0 !important;
}

@media screen and (max-width: 790px) {
  .clsIframeConfirmation {
    width: 100%;
  }
}