* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: rgba(255, 255, 255, 0);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: none;
    border: none;
    padding: 0px;
    margin: 0px;
}

html,
body {
    line-height: 1em;
    height: 100%;
}

div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'DINOT';
    font-weight: 700;
    font-style: normal;
}

.headlineCont, img {
    pointer-events: none;
}

#main {
    background-color: #ffffff;
    border: 0px solid #000000;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    height: 250px;
    width: 300px;
    left: 0px;
    top: 0px;
}

#main:after {
    box-sizing: border-box;
    border-color: inherit;
    pointer-events: none;
    border-style: solid;
    position: absolute;
    border-width: 1px;
    z-index: 999;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;

    content: "";
}

.adSize {
    height: 250px;
    width: 300px;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

.headlineCont {
    font-size: 17px;
    color: rgb(255, 255, 255);
}

.headlineBG {
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.headline {
    line-height: 1.15em;
    letter-spacing: -0.01em;
    display: inline-block;
}

#headline1Cont{
    padding: 9px 17px 9px 25px;
    max-width: 131px;
}

#headline2Cont {
    top: 162px;
    width: inherit;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headline2{
    text-align: center;
    letter-spacing: .75px;
}

.location {
    font-family: 'Sentinel';
    font-style: italic;
    font-weight: 500;
    font-size: 0.94em;
    letter-spacing: 0.05em;
    line-height: 1.05em;
}

#footer_color {
    width: 300px;
    height: 88px;
    bottom: 0px;
}

#cta {
    text-align: center;
    padding: 0.375em 1.125em 0.375em 1.188em;
    letter-spacing: 0.02em;
    top: 213px;
    border-radius: 3px;
    left: 18px;
    font-size: 16px;
}

.windows-firefox #cta {
    padding-top: 0.313em;
    padding-bottom: .438em;
}