 
.banner{margin-bottom: 50px;}
h1 {
    font-family: Roboto,sans-serif;
     font-size: 56px;
    line-height: 62px;
      font-weight: 100;
      color: #000;
}
h5 {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    padding: 2px 0;
}
.small {
    background-color: #0079ff;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 36px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
img {
    height: auto;
    max-width: 100%;
}

table th {
    background-color: #0079ff;
    border: 0 none;
    padding: 5px 10px;
    text-align: left;
}
.list.circle ul > li {
    background-image: url("../images/list_circle.png");
    background-position: 0 12px;
    background-repeat: no-repeat;
    line-height: 34px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 26px;
    position: relative;
}
.standard_table{ margin-top:20px;}
table tr:nth-child(2n) td {
    background-color: transparent;
}
table tr:nth-child(2n+1) td {
    background-color: #eeeeee;
    color: #444444;
}
.list.circle ul, .list.number ul, .list.number_with_background ul {
    display: block;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}
.list.number ul, .list.number_with_background ul {
    counter-reset: li;
}
table td {
    padding: 5px 10px;
    text-align: left; vertical-align: baseline;font-size:15px;
}
.banner section {
background-size:100% auto;
    background-position: center 0;
    background-repeat: no-repeat;
  
}
 
 @media only screen and (max-width: 700px) {
.banner section {
background-size:auto 100%;
}

 }
  @media only screen and (max-width: 500px) {
.alignleft {


    margin-left: 8%;
    margin-right: 50%;

}

 }
