*{
    padding: 0;
    margin: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.header-main{
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrapper-main{
    width: 100%;
}
.logo img{
    max-height: 37px;
}
.header-right {
    text-align: end;
    padding-top: 10px;
}
.header-right a{
    text-decoration: none;
}
.header-right a:hover{
    text-decoration:underline;
}
.help-main{
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    height: 125px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.search-main {
    margin-top: 35px;
}
.search-main input{
    width: 100%;
    padding: 12px 15px 10px 50px;
    border: solid 1px #fff;
    border-radius: 24px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 13px 10px;
}
.search-main input:focus{
    border: 1px solid #0072ef;
    outline: none;
}
.buttons a{
    width: 100%;
    padding: 20px 30px;
    color: #0072ef;
    border: solid 1px #0072ef;
    border-radius: 4px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 18px;
}
.buttons a:hover{
    background-color: #0072ef;
    color: #fff;
}
.buttons-main{
    padding-top: 0px;
    padding-bottom: 50px;
}
.footer-main{
    width: 100%;
    border-top: solid 1px #ddd;
    padding: 35px 0;
    color: #666;
}
.footer-main a {
    color: #666;
    text-decoration: none;
}
.footer-main a:hover{
    text-decoration: underline;
}
.powered-by-zendesk {
    clear: both;
    text-align: right;
    padding: 10px 15px;
    height: 38px;
}
.powered-by-zendesk svg {
    position: relative;
    display: inline-block;
    top: 0px;
    content: " ";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    fill: #a5a5a5;
}
.powered-by-zendesk a {
    color: #a5a5a5;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    border: 0;
    text-decoration: underline;
    text-transform: none;
}
