

html {
	font-family: 'Helvetica', 'Open Sans', Arial,sans-serif;
  color: #272f38;
  font-size:14pt;
}
body {
	background:#272f38;
  margin: 0;
  padding: 40px 0px;
  font-family:'Open Sans', Arial,sans-serif;
}



a:link{
  color: #000;
}

a:visited{
  color:#000;
}

a:hover{
  color:#727272;
}

a:active{
  color:#000000;
}


#header {
    width: 100%;
    background: #fff;
    padding-bottom:10px;
    padding-top:20px;
    text-align:center;
  }


#container {
  background-color:#fff;
  max-width:720px;
  text-align: left;
  margin: auto;

  /*box-shadow: 8px -4px 1.5px #b2b2b2;*/
  
}

#main {
  background-color:#fff;
  max-width:720px;
  text-align: left;
  margin: auto;
  padding:40px;
  /*box-shadow: 8px -4px 1.5px #b2b2b2;*/
  
}

#content{
  padding:0px20px;
  max-width:720px;
  font-size:14pt;
}


#hero {
  background-color:#fff;
  padding:0px;
  margin:auto;
  text-align:center;
}

#cta{
  text-align:left;
  clear:both;

}
.cta {
  text-align: left; 
  margin:auto;
  background: #facf00;
  width:px;
  border:none;
  border-radius:5px;
  cursor:pointer;
  font-size:14pt;
  font-weight:bold;
  margin-top:20px;
  padding:8px 30px;
  letter-spacing:1px;
  }

#tc {
  max-width:720px;
  margin:auto;
  margin-top:30px;
  padding:40px;
  background-color: #ededed;

}

.footer {
  text-align:left; 
  font-size:7pt;
  font-family: 'Helvetica', sans-serif;
  color: #000000;
}

table {
  line-height:200%;
}

td:first-child {
  padding-right:20px;

}
/*
.footer-chi {
  padding:30px;
  background: #ededed;
  text-align:left; 
  font-size:8pt;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}
*/


/*CHECKBOX STYLING*/
    input[type=checkbox] {
        height: 2em;
        width: 2em;
        vertical-align: middle;
        margin: 0 0.4em 0.4em 0;
        border: 1px solid rgba(0, 0, 0, 0.3);
        background: -webkit-linear-gradient(#FCFCFC, #DADADA);
        -webkit-appearance: none;
        -webkit-transition: box-shadow 200ms;
         box-shadow:inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
    }
     /* border radius for checkbox */
    input[type="checkbox"] {
        -webkit-border-radius:2px;
        border-radius:2px;
    }
    /* hover state */
    input[type="checkbox"]:not(:disabled):hover {
        border-color:rgba(0,0,0,0.5);
        box-shadow:inset 1px 1px 0 #fff, 0 0 4px rgba(0,0,0,0.3);
    }

    /* active state */

    input[type="checkbox"]:active:not(:disabled) {
        background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
        box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);
        border-color:rgba(0,0,0,0.5);
    }

    /* focus state */
    input[type="checkbox"]:focus {
        outline:none;
        box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
    }
    /* input checked border color */
    input[type="checkbox"]:checked {
        border-color:rgba(0, 0, 0, 0.5)
    }
    /* checkbox checked */
    input[type="checkbox"]:checked:before {
    font-weight: bold;
    color: #000000;
    content: '\2713';
    -webkit-margin-start: 0;
    margin-left: 2px;
    font-size: 12pt;
    }

    /* disabled input */
    input:disabled {
    opacity: .6;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    box-shadow:none;
    }

    /* style label for disabled input */
    input:disabled + label {
    opacity: .6;
    cursor:default;
    -webkit-user-select: none;
    }


      /* Double-sized Checkboxes */
      /*-ms-transform: scale(1.8); /* IE */
      /*-moz-transform: scale(1.8); /* FF */
      /*-webkit-transform: scale(1.8); /* Safari and Chrome */
      /*-o-transform: scale(1.8); /* Opera */
      /*padding: 10px;
      /*margin:10px;
    */  

    /*CHECKBOX STYLING ENDS */


  

