.results, .results li {
    list-style: none !important
}

h3, h4, input[type=text] {
    font-weight: 700
}


.logo-container, body, label {
    display: block
}

h1, h2, h3, h4 {
    font-family: 'Special Elite', cursive !important
}

.results {
    margin: 0 !important;
    padding: 0 !important
}

.results li {
    margin: 0 0 10px !important;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    font-size: 1em;
    padding: 15px !important;
    border: 1px solid #e5e5e5
}

.results li span {
    font-weight: 700;
    color: #eb272d
}

h1 {
    font-size: 2.8em !important;
    margin: 10px 0 !important
}

h1 + p {
    margin-bottom: 20px !important
}

h2 {
    font-size: 1.6em !important;
    margin: 0 0 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding: 0 0 10px
}

hr {
    border-color: rgba(255, 255, 255, .6) !important
}

h3 {
    margin: 20px 0 15px
}

h4 {
    font-size: 1.2em !important;
    margin: 0 0 10px
}

@media screen and (max-width: 600px) {
    .mobile-md {
        margin-top: 10px;
        display: block;
        text-align: left !important
    }
}

h1 span, h2 span {
    color: #eb272d
}

img {
    max-width: 100%
}

.form-padding-white {
    padding: 20px;
    background: rgba(0, 0, 0, .6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.btn {
    text-transform: uppercase !important
}

p {
    margin-bottom: 15px
}

p, small {
    color: rgba(0, 0, 0, .9)
}

input[type=text] {
    color: #000
}

textarea::-webkit-input-placeholder {
    color: #999 !important;
    font-weight: 400
}

textarea:-moz-placeholder {
    color: #999 !important;
    font-weight: 400
}

textarea::-moz-placeholder {
    color: #999 !important;
    font-weight: 400
}

textarea:-ms-input-placeholder {
    color: #999 !important;
    font-weight: 400
}

input::-webkit-input-placeholder {
    color: #999 !important;
    font-weight: 400
}

input:-moz-placeholder {
    color: #999 !important;
    font-weight: 400
}

input::-moz-placeholder {
    color: #999 !important;
    font-weight: 400
}

input:-ms-input-placeholder {
    color: #999 !important;
    font-weight: 400
}

label {
    font-weight: 400;
    margin-bottom: 10px
}

.logo-container {
    padding: 20px 0 10px
}

.logo-container .logo {
    display: inline-block
}

.logo-advert-container {
    display: block;
    float: right
}

.logo-container .logo-mobile {
    display: none
}

@media screen and (max-width: 992px) {
    .logo-advert-container, .logo-container .logo {
        display: none
    }

    .logo-container .logo-mobile {
        display: block;
        text-align: center
    }

    .logo-container .logo-mobile img {
        max-width: 320px
    }
}

.form-field, h1 + p {
    display: block
}

h3 {
    font-size: 2.4em !important
}

.mb-lg {
    margin-bottom: 30px
}

@media screen and (max-width: 992px) {
    .mg-lg, h1 {
        margin-bottom: 20px
    }

    h1 {
        font-size: 2.4em !important;
        font-family: 'Special Elite', cursive !important
    }
}

.form-field {
    height: 50px;
    line-height: 50px
}

.form-field button, .form-field input, .form-field select {
    padding: 0 20px !important;
    height: 100%;
    font-weight: 400;
    line-height: 50px;
    font-size: 1.6em
}

.form-field button {
    max-width: 320px;
    display: inline-block
}

.minute-count {
    padding: 30px 20px;
    margin: 0 !important;
    display: inline-block;
    max-width: 480px;
    width: 100%
}

@media screen and (max-width: 992px) {
    h1, h3 {
        text-align: center !important;
        font-size: 2em !important;
        font-weight: 400 !important
    }

    h1 {
        line-height: 1.4em !important;
        margin-bottom: 20px;
        font-family: 'Special Elite', cursive !important
    }

    .mg-lg {
        margin-bottom: 15px
    }

    .form-field button, .form-field input, .form-field select {
        padding: 0 12px !important;
        height: 100%;
        font-weight: 400;
        line-height: 36px;
        font-size: 1.2em
    }
}

.full-width, .white-opacity {
    width: 100%;
    height: auto
}

.white-opacity {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 4
}

.large-margin {
    margin-bottom: 20px;
    display: block
}


