html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    cursor:auto;
}

.top-spacer {
    height: 80px;
}

.header {
    z-index: 1;
    background-color: rgba(0, 0, 0, 1.0);
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
}

    .header a {
        text-decoration: none;
        display: inline-block;
    }

    .header .content {
        display: inline-block;
        white-space: nowrap;
    }

    .header .header-item {
        padding: 25px 30px 15px;
        text-transform: uppercase;
        color: #fff;
        line-height: 40px;
        vertical-align: top;
        font-size: 12px;
    }
    .header .header-item2
    {
        padding: 18px 0px 0px;
        /*text-transform: uppercase;*/
        color: #fff;
        /*line-height: 40px;*/
        vertical-align: top;
        font-size: 12px;
    }


.center-horizontally {
    text-align: center;
}

.my-mobile-secure-background {
    color: #fff;
}

.main-footer {
    background: #163e43;
    padding-bottom: 200px;
    padding-top: 30px;
    color: #ddd;
    text-align: center;
    font-size: 12px;
}

    .main-footer a {
        color: #ddd;
        text-decoration: none;
        white-space: nowrap;
    }

        .main-footer a:hover {
            text-decoration: underline;
        }

.main-content {
    background: #F8F8F8;
    padding: 20px 200px 100px;
}

    .main-content p {
        display: inline-block;
        margin: 0 0 25px;
    }

    .main-content p, .main-content li {
        font-size: 20px;
        font-weight: 300;
    }

    .main-content section {
        padding: 30px 0;
    }

.bold {
    font-weight: 400;
}

h1 {
    font-weight: 300;
    font-size: 55px;
    margin: 25px 0 35px;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

h2 {
    font-size: 20px;
    margin: 5px 0;
}
.popup{
    height:auto;
    position:fixed !important;
    width:40% !important;
    top:0px !important;
}
.popup .ui-dialog-titlebar {
          background:#3eafab;
    }

@media (max-width: 768px) {
    .top-spacer {
        height: 50px;
    }

    .header {
        height: 50px;
    }

        .header .content {
            display: block;
        }

        .header .header-item {
            font-size: 12px;
            display: inline-block;
            width: auto;
            text-align: center;
            padding: 5px 2px;
        }
        .header .header-item2  {
             font-size: 12px;
            display: inline-block;
            width: auto;
            text-align: center;
            padding: 5px 2px;
        }

    .main-footer {
        font-size: 16px;
        padding-top: 40px;
    }

        .main-footer a {
            text-decoration: underline;
        }

    .main-content {
        background: #F8F8F8;
        padding: 0 25px 10px;
        max-width: 960px;
        margin: auto;
    }

        .main-content section {
            padding: 20px 0;
        }

        .main-content p {
            margin: 8px 0;
        }

        .main-content p, .main-content li {
            font-size: 14px;
        }

    h1 {
        font-size: 20px;
        margin: 20px 0 10px;
        padding-bottom: 20px;
    }

    h2 {
        font-size: 14px;
    }
    .popup{
    height:auto;
    width:80% !important;
    top:0px !important;
    position:fixed !important;
}
.popup .ui-dialog-titlebar {
          background:#3eafab;
    }
}

@media (max-width: 400px) {
    .header .header-item {
        font-size: 10px;
    }
     .header .header-item2 {
             font-size: 10px;
              /*display: inline-block;*/
        }
     .popup{
    height:auto;
    width:80% !important;
    top:0px !important;
    position:fixed !important;
}
.popup .ui-dialog-titlebar {
          background:#3eafab;
    }
}

.container {
    position: relative;
    background-color: #163e43;
}

    .container .my-mobile-secure-background {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("/images/background.jpg");
        background-size: cover;
    }

.form-group {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

input[type="text"], textarea {
    background-color: #F4F4F4;
    width: calc(100% - 42px);
    border: 1px #95989A solid;
    padding: 20px;
    margin: 15px 0px;
    font-size: 16px;
}

button[type="submit"], .button1 {
    background-color: #163e43;
    color: #fff;
    padding: 20px;
    margin: 15px 0px;
    font-size: 16px;
    border: none;
    cursor:pointer;
}
.button1
{
     background-color: #163e43;
    color: #fff;
    padding: 20px;
    margin: 15px 0px;
    font-size: 16px;
    border: none;
    cursor:pointer;
}

textarea {
    resize: none;
    height: 16em;
}

.splash {
    position: relative;
    padding: 160px 0 240px;
    left: 50%;
    width: 50%;
    color: #fff;
}

    .splash .logo {
        width: 102px;
        height: 102px;
    }

    .splash .name {
        font-size: 50px;
        margin-top: 20px;
    }

    .splash .tagline {
        line-height: 48px;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .splash .appstore {
        width: 195px;
        height: 56px;
    }

.splash .googleappstore {
    width: 225px;
}

.store-display {
    width: 225px;
    text-align: center;
}

.bookmark {
    margin-top: 25px;
}

body .full-res {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    position: relative;
}

body.loaded .full-res {
    opacity: 1;
}

@media (max-width: 768px) {
    .container .my-mobile-secure-background {
        background: url("/images/mobile-bg.jpg");
        background-size: cover;
    }

    .splash {
        left: 0;
        width: 100%;
        text-align: center;
        padding: 100px 0 150px;
    }

        .splash .logo {
            display: block;
            margin: auto;
        }

        .splash .message {
            text-align: left;
            display: inline-block;
        }

        .splash .name {
            font-size: 32px;
            line-height: 44px;
            margin-top: 50px;
        }

        .splash .tagline {
            font-size: 24px;
            overflow-x: hidden;
            margin-bottom: 40px;
            line-height: 36px;
        }

    input[type="text"], textarea,.button1
    button[type="submit"] {
        font-size: 20px;
        margin: 15px 0;
        padding: 10px;
    }

    input[type="text"], textarea {
        width: calc(100% - 42px);
        padding: 10px 20px;
    }

    textarea {
        height: 10em;
    }

    button[type="submit"],.button1 {
        width: 100%;
        line-height: 38px;
    }
    .popup{
    height:auto;
    width:80% !important;
    top:0px !important;
    position:fixed !important;
}
.popup .ui-dialog-titlebar {
          background:#3eafab;
    }
}
