﻿html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}

h1, h2, span, p {
    color: #2d2f30;
}

h1, h2 {
    text-align: center;
    text-transform: uppercase;
}

h3 {
    text-transform: uppercase;
}

span {
    size: 16px;
}

ul {
    padding-left: 18px;
}

li {
    font-size: 16px;
    font-weight: 300;
}

input[type="button"] {
    background-color: #96be0f;
}

input[type="button"]:hover {
    background-color: #AAD214;
}

input[type="button"]:focus {
    background-color: #7E9F10;
}

input[type="button"]:disabled {
    background-color: #7E9F10;
}

input[type="submit"] {
    background-color: #96be0f;
}

input[type="submit"]:hover {
    background-color: #AAD214;
}

input[type="submit"]:focus {
    background-color: #7E9F10;
}

input[type="submit"]:disabled {
    background-color: #7E9F10;
}

textarea {
    resize: none;
    outline: none;
    width: 100%;
    height: 160px;
    opacity: 0.6;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #878787;
    padding: 0 35px 0 19px;
}

label {
    font-weight: normal;
    font-size: 16px;
}

.textAlignCenter {
    text-align: center;
}

.topBackground {
    background-color: #F1F8F5;
}

.pageBackground {
    background-color: #F1F8F5;
}

.boxShadow {
    box-shadow: 0 2px 10px 0 rgba(203, 203, 203, 0.5);
}

.noBulletPoints li {
    list-style-type: none;
}

.logoImage {
    height: 44px;
    display: block;
    margin: 8px auto 8px auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto 44px
}

.logoBar {
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .logoBar {
        margin-bottom: 0;
    }
}

.link {
    color: #96be0f;
    cursor: pointer;
}

.link:hover {
    color: #AAD214;
}

.link:focus {
    color: #AAD214;
}

.link:visited {
    color: #7E9F10;
}

.divider {
    border-top: solid 2px #878787;
}

.divider-active {
    border-top: solid 2px #96be0f;
}

.footer {
    background-color: #4b4c3e;
}

    .footer p {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin: 25px 0 37px 0;
    }

.largeButton {
    outline: none;
    /* border: none; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    height: 44px;
    border-radius: 5px;
    min-width: 50%;
    padding-left: 50px;
    padding-right: 50px;
}

.arrowBox {
    text-align: right;
    padding-right: 4px;
}

.downloadIcon {
    width: 20px;
    height: 22px;
    left: -5px;
    top: -15px;
}

.downloadLinkText {
    display: inline-block;
    left: 5px;
    position: relative;
    top: 5px;
}

.nowrap {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .col-sm-4, .col-sm-8 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.submitButton {
    margin: 25px 0 17px 0;
}