			* {
    margin: 0;
    padding: 0;
    outline: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 100%;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
    color: blue;
}

input,
textarea,
select,
a {
    outline: none;
}
body {
    padding: 15px 20px;
    padding-bottom: 0;
}

body,
input,
textarea,
select,
label {
    font-size: 17px;
    font-family: 'Arial';
    line-height: 25px;
}

.ah-heading {
    font-weight: bold;
    font-size: 31px;
    line-height: 39px;
}

.ah-secondary-heading {
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
}

.ah-section {
    margin-top: 20px;
}

.ah-section:first-child {
    margin-top: 0;
}

.ah-textarea {
    padding: 8px 15px;
    border: 1px solid #cccccc;
    border-radius: 7px;
    width: 100%;
    resize: none;
}

.ah-hyphenate-input {
    -webkit-appearance: none;
}

.ah-hyphenate-output {
    border: 1px solid transparent;
    background-color: #eeeeee;
}

.ah-hyphenate-input,
.ah-hyphenate-output {
    height: 266px;
}

.ah-link {
    display: inline-block;
}

.ah-link.ah-hover {
    color: red;
    text-decoration: underline;
}

.ah-link-button {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 7px;
}

.ah-secondary-button {
    border: 1px solid blue;
    color: blue;
}

.ah-secondary-button.ah-disabled {
    border: 1px solid #cccccc;
    color: #cccccc;
}

/*.ah-secondary-button:hover,*/
.ah-secondary-button.ah-hover,
.ah-secondary-button.ah-disabled.ah-hover {
    color: red;
    border-color: red;
}

.ah-main-button,
.ah-main-button:link,
.ah-main-button:visited,
.ah-main-button:hover,
.ah-main-button:active,
.ah-main-button:focus {
    color: white;
    background-color: blue;
    border: 1px solid blue;
}

.ah-main-button.ah-disabled {
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

/*.ah-main-button:hover,*/
.ah-main-button.ah-hover,
.ah-main-button.ah-disabled.ah-hover {
    background-color: red;
    border: 1px solid red;
}

.ah-select {
    margin-left: 10px;
    font-size: 17px;
    border-color: #cccccc; /* without this, it won't work */
    background-color: #ffffff;
    line-height: 32px;
    height: 32px;
}

.ah-language-select {
    background-color: #ffffff;
    vertical-align: middle;
    border-width: 1px;
}

.ah-language-label {
    vertical-align: middle;
}

.ah-button-list {
    overflow: hidden;
    margin-top: 40px;
}

.ah-button-list .ah-list-item {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}

.ah-button-list .ah-list-item:first-child {
    margin-left: 0;
}

.ah-page-header {
    display: block;
    background-color: blue;
    margin: -15px -20px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.ah-page-header-link {
    display: inline-block;
    color: white;

    background-repeat: no-repeat;
    background-size: 56px;
    background-position: left center;
}

.ah-page-header-link,
.ah-page-header-link:link,
.ah-page-header-link:visited,
.ah-page-header-link:hover,
.ah-page-header-link:active,
.ah-page-header-link:focus {
    color: white;
}

.ah-page-header-link.ah-hover {
    opacity: 0.6;
}

.ah-page-header-link-svg {
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.ah-page-header-link-text {
    display: inline-block;
    vertical-align: middle;
}

.ah-page-body {

}

.ah-page-body h3 {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: bold;
    line-height: 29px;
}

.ah-page-body h4 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.ah-page-body h4:first-child {
    margin-top: 0;
}

/* start legal page */
.ah-legal-page .ah-page-body .ah-section {
    margin-top: 40px;
}

.ah-legal-page .ah-page-body .ah-section:first-child {
    margin-top: 0;
}

.ah-legal-page .ah-page-body .ah-list .ah-list-item {
    margin-top: 5px;
}

.ah-legal-page .ah-page-body .ah-list .ah-list-item:first-child {
    margin-top: 0;
}

.ah-legal-page .ah-page-body .ah-paragraph {
    margin-top: 10px;
}

.ah-legal-page .ah-page-body .ah-paragraph:first-child {
    margin-top: 0;
}
/* end legal page */

.ah-page-footer {
    margin: 0 -10px;
    margin-top: 100px;
    overflow: hidden;
}

.ah-copyright {
    float: left;
    padding: 10px 15px;
    overflow: hidden;
}

.ah-page-footer-list {
    float: right;
    text-align: right;
}

.ah-page-footer-list-item {
    display: inline-block;
}

.ah-page-footer-list-item-link {
    display: inline-block;
    padding: 10px 15px;
    padding-left: 13px;
}

/*.ah-page-footer-list-item-link:hover,*/
.ah-page-footer-list-item-link.ah-hover {
    color: red;
    text-decoration: underline;
}

.ah-page-footer-list-item:not(:first-child):before {
    content: '|';
    color: #cccccc;
}

.ah-output-section {
    position: relative;
}

.ah-hyphenate-input,
.ah-hyphenate-output {
    display: block;
}

/* loading indicator */
.ah-loading-indicator {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px 60px;
}

.ah-loading-indicator.ah-show {
    display: block;
}

.ah-loading-indicator svg {
    margin: auto;
    display: block;
    height: 100%;
}

/*.ah-loading-indicator img {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
}*/

.ah-legal-page .ah-page-body .ah-sitemap-list .ah-list-item {
    margin-top: 10px;
}

.ah-legal-page .ah-page-body .ah-sitemap-list .ah-list-item:first-child {
    margin-top: 0;
}

.ah-placeholder {
    color: #999999;
}

/* page footer (always bottom) configuration */
html,
body {
    height: 100%
}

.ah-page-container {
    min-height: 100%;
    position: relative;
}

.ah-page-body {
    padding-bottom: 170px;
}

.ah-page-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    margin-bottom: 25px;
}

/* opt-out */
.ah-optout-section,
.ah-optin-section {
    display: none;
}

.ah-optout-section.ah-show,
.ah-optin-section.ah-show {
    display: block;
}

.ah-optout-answer,
.ah-optin-answer {
    margin-top: 10px;
}

.ah-optout-link,
.ah-optin-link {
    display: inline;
}

/* privacy */
.ah-privacy-link {
    display: inline;
}
/* page header */
/* page header link */
@media only screen and (max-width: 520px) {
    .ah-page-header {
        text-align: center;
    }
    .ah-page-header-link {
        text-align: center;
    }
    .ah-page-header-link-svg {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .ah-page-header-link-text {
        display: block;
    }
}
/* page footer */
/* page footer list */
@media only screen and (max-width: 1160px) {
    .ah-page-footer-list {
        width: 100%;
        float: left;
        clear: both;
        text-align: center;
    }
    .ah-page-footer-list-item {
        display: inline;
        float: none;
    }
    .ah-page-footer-list-item:not(:first-child):before {
        content: none;
    }
    .ah-page-footer-list-item:first-child:before {
        content: none;
    }
    .ah-page-footer-list-item:not(:first-child):before {
        content: '|';
        color: #cccccc;
    }
}

@media only screen and (max-width: 680px) {
    .ah-page-footer-list {
        width: 100%;
        float: left;
        clear: both;
        text-align: center;
        margin-top: 20px;
    }
    .ah-page-footer-list-item {
        display: block;
        float: none;
    }
    .ah-page-footer-list-item-link {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ah-page-footer-list-item:not(:first-child):before {
        content: none;
    }
    .ah-page-footer-list-item:first-child:before {
        content: none;
    }
}

/* page footer copyright */
@media only screen and (max-width: 520px) {
    .ah-copyright {
        width: 100%;
        float: left;
        text-align: center;
    }
    .ah-copyright-item {
        display: block;
    }
}

@media only screen and (max-width: 1160px) {
    .ah-copyright {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 15px;
    }
}

/* page footer (always bottom) configuration */
@media only screen and (max-width: 1160px) {
    .ah-page-body {
        padding-bottom: 195px;
    }
    .ah-page-footer {
        height: 70px;
    }
}

@media only screen and (max-width: 680px) {
    .ah-page-body {
        padding-bottom: 350px;
    }
    .ah-page-footer {
        height: 225px;
    }
}

@media only screen and (max-width: 520px) {
    .ah-page-body {
        padding-bottom: 375px;
    }
    .ah-page-footer {
        height: 250px;
    }
}
/* page body */
/* page body buttons */
@media only screen and (max-width: 1160px) {
    .ah-button-list {
        width: 100%;
        text-align: center;
    }
    .ah-button-list .ah-list-item {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

@media only screen and (max-width: 660px) {
    .ah-button-list {
        width: 100%;
        text-align: center;
    }
    .ah-button-list .ah-list-item {
        display: block;
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }
    .ah-button-list .ah-list-item:first-child {
        margin-top: 0;
    }
}
