/* Presentational style rules only
 * Not required
 */

html, body, .container {
  height: 100%;
  overflow-x: hidden;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font: inherit;

}

/* Basic */
body { 
    font-size: 16px;
    line-height: 25px;
    font-family: Graphik Web,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    color: #211e1f;
   /* position: relative*/
}


a {
  color: #211e1f;
}

p {
  font-family: Graphik Web,Helvetica,Arial,sans-serif;
  margin: 0 0 15px 0;
  
}

.content-block3 p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height:20px;
    font-wight:300;
    
}
strong {
  font-weight: 600;
}


/* Layout */

.navbar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  height: 80px;
  z-index: 9999;
  position: fixed;
}

  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

.navbar a {
  display: inline-block;
  /*border: 1px solid #fff;*/
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 15px;
  text-decoration: none;
  margin-top: 5px;
}

.container {
  display: table;
  padding-top: 80px;
  width: 100%;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Special */
.sub-title {
  margin: 50px auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

#button1{
 color: #000;
 border: 1px solid #000;
}
#button2{
  color: #fff;
  border: 1px solid #fff;
}
#more-content {
  display: none;
}
.section1{background:#fff;padding-bottom:50px;}
.section2{background:#f1f1f1;margin:0;padding-bottom:50px;}
.section3{background:#000;color:#ffffff;margin:0;padding-bottom:50px}


input[type=submit] {
    width: 168px;
    margin-top: 40px;
    margin-bottom: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor:pointer;
    height: 64px;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    box-shadow: none;
     -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -webkit-appearance:none;

}


input[type=checkbox] {
    display: inline-flex;
    margin: 0 0 50px;
    padding: 0 18px;
    border: 1px solid #000;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    height:35px;
    width:35px;
    background:white;
    border-radius:0px;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
}



@media only screen and (max-width: 480px) {
h1 {
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: -.015em;
    color:#000;
    padding:0px 20px 0px 20px;
}
h2{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 58px;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -.015em;
    color:#000;
    padding-top:20px
}
h3{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.015em;
    color:#000;
    
}
h5{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top:50px;
}
    .top-left{text-align:left;width:90%;float:left;padding:2px 0px 0px 10px;}
    .top-right{display:none}
    
    .form{width:90%;}
    
    input[type=text],input[type=email], textarea {
    width:90%;
    height: 40px;
    margin: 0 0 24px;
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    }
    td{width:90%;float:left}
}


@media only screen and (min-width: 481px)  and (max-width: 767px) {
h1 {
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: -.015em;
    color:#000;
    padding:0px 20px 0px 20px;
}
h2{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 58px;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -.015em;
    color:#000;
    padding-top:20px
}
h3{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -0.015em;
    color:#000;
    
}
h5{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top:50px;
}
    .top-left{text-align:left;width:90%;float:left;padding:2px 0px 0px 10px;}
    .top-right{display:none}
    
    input[type=text],input[type=email], textarea {

    height: 40px;
    margin: 0 0 24px;
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    h1 {
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -.015em;
    color:#000;
}
h2{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 58px;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -.015em;
    color:#000;
}
h3{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.015em;
    color:#000;
    
}
h5{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top:50px;
}
    .top-left{text-align:left;width:65%;float:left;padding:2px 0px 0px 10px;}
    .top-right{text-align:right;width:30%;float:left;padding:18px 10px 0px 0px;}
    
    input[type=text],input[type=email], textarea {
    width:90%;
    height: 40px;
    margin: 0 0 24px;
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    }
    
}

@media only screen and (min-width: 1024px) {
    .content-block1{width:984px;margin:auto;padding:50px 20px 0px 20px}
    .content-block2{width:984px;margin:auto;padding:50px 20px 0px 20px}
    .content-block3{width:984px;margin:auto;color:#ffffff;padding:50px 20px 0px 20px}
    .block{width:50%;float:left}
    .form{width:750px;}
    
    h1 {
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -.015em;
    color:#000;
}
h2{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 58px;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -.015em;
    color:#000;
}
h3{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.015em;
    color:#000;
    
}
h5{
    font-family: Graphik LC Web,Helvetica,Arial,sans-serif;
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top:50px;
}
    .top-left{text-align:left;width:65%;float:left;padding:2px 0px 0px 10px;}
    .top-right{text-align:right;width:30%;float:left;padding:18px 10px 0px 0px;}
    
    input[type=text],input[type=email], textarea {
    width: 100%;
    height: 40px;
    margin: 0 0 24px;
    padding: 0 20px;
    border: 1px solid #000;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
    
}
@media only screen and (max-width: 1023px) {
    .content-block1{width:90%;margin:auto;padding:0px 10px 0px 10px}
    .content-block2{width:90%;margin:auto;padding:0px 10px 0px 10px}
    .content-block3{width:90%;margin:auto;color:#ffffff;padding:20px 10px 0px 10px}
    .block{width:90%;float:left}
    .form{width:90%;}
    
    .containerTable{width:90%!important}

}



