/* Page Formatting */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-size: 24px;
    font-family: "PT Sans", sans-serif;
    text-rendering: optimizeLegibility;
    color: #0c2d42;
    font-weight: 300;
}

a {
    transition: all 0.18s cubic-bezier(0.64, 0.2, 0.02, 0.35) 0s;
}

p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300 !important;
}

.App-main {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    /*height: calc(75vw * .6);*/
    /*margin: 10px auto;*/
    /*border: 1px solid lightblue;*/
}

.orange {
    color: #eb7404;
}

#TopSection {
    width: 100%;
    /* background: rgba(255, 255, 255, 0.95); */
    background: #0c2d42;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*border-top:2px solid #eb7404;*/
    /*-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    z-index:10000000;*/
    overflow: auto;
    position: fixed;
}

#TopSectionInner {
    max-width: 1000px;
    margin: 0 auto;
}

#TopSectionInnerImage {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

#TopSectionInnerLeft {
    width: 152px;
    float: left;
    margin: 15px 0 20px;
}

#TopSectionInnerLeftnew {
    width: 152px;
    margin: 20px 0 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#TopSectionInnerLeft img {
    width: 100%;
}

#videoimage {
    margin: 0px 0px 20px 0px;
    height: 120px;
}

#TopSectionInnerLeftnew img {
    width: 100%;
}

#TopSectionInnerRightLogin {
    max-width: 219px;
    float: right;
    background: #eb7404;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    padding: 8px 20px 10px 20px;
    webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: -1px 6px 5px 0px rgba(204, 204, 204, 0.78);
    -moz-box-shadow: -1px 6px 5px 0px rgba(204, 204, 204, 0.78);
    box-shadow: -1px 6px 5px 0px rgba(204, 204, 204, 0.78);
    font-size: 14px;
    text-decoration: none;
}

#TopSectionInnerRightLogin::after {
    content: " \f090";
    font-family: "FontAwesome";
    color: #fff;
}

#TopSectionInnerRightLogin a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px 0 0;
}

#TopSectionInnerRightLogin a:hover {
    text-decoration: none;
    color: #44536a;
}

.headerDepth {
    height: 240px;
}

#ImageArea {
    text-align: center;
    background-color: #0c2d42;
}

#TitleArea {
    width: 100%;
    background: url(images/personicon@3x.png) #0c2d42;
    background-size: cover;
    background-position: center;
}

#TitleAreaInner {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 105px;
}

#TitleAreaInner h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
}

#contentTokBox {
    max-width: 1000px;
    margin: 60px auto;
}

#content {
    max-width: 1000px;
    margin: 40px auto;
}

#contentinner {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

#content h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    color: #0c2d42;
    margin: 0 0 0 0;
}

#contentTokBox h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    color: #0c2d42;
    margin: 0 0 0 0;
}

input.email {
    width: 100%;
    padding: 12px 40px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #0c2d42;
    border-radius: 4px;
    box-sizing: border-box;
    background: url("images/email.png") no-repeat #f2f2f2 2% 50%;
    font-size: 20px;
}

input.password {
    width: 100%;
    padding: 12px 40px;
    margin: 8px 0 15px;
    display: inline-block;
    border: 1px solid #0c2d42;
    border-radius: 4px;
    box-sizing: border-box;
    background: url("images/pin.png") no-repeat #f2f2f2 2% 50%;
    font-size: 20px;
}

input[type="submit"] {
    width: 100%;
    background-color: #eb7404;
    color: white;
    padding: 14px 20px;
    margin: 28px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.18s cubic-bezier(0.64, 0.2, 0.02, 0.35) 0s;
}

input[type="submit"]:hover {
    background-color: #0c2d42;
    transition: all 0.18s cubic-bezier(0.64, 0.2, 0.02, 0.35) 0s;
}

.myButton {
    text-align: center;
    width: auto;
    background-color: #eb7404;
    color: white;
    padding: 14px 20px;
    margin: 28px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.18s cubic-bezier(0.64, 0.2, 0.02, 0.35) 0s;
}

.myButton:hover {
    background-color: #0c2d42;
    transition: all 0.18s cubic-bezier(0.64, 0.2, 0.02, 0.35) 0s;
}

.myButton p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}

/* .myButton p::after {
    content: " \f090";
    font-family: "FontAwesome";
} */

.myButton2 {
    text-align: center;
    width: auto;
    background-color: #ffffff;
    color: #eb7404;
    padding: 14px 20px;
    margin: 28px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.18s cubic-bezier(0.64, 0.2, 0.02, 0.35) 0s;
    border: 1px solid #eb7404;
}

.myButton2:hover {
    background-color: #eb7404;
    transition: all 0.18s cubic-bezier(0.64, 0.2, 0.02, 0.35) 0s;
    color: #ffffff;
}

.myButton2 p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
}
/* 
.myButton2 p::after {
    content: " \f090";
    font-family: "FontAwesome";
} */

.mySubmitButton p::after {
    content: "\00a0 \00a0 \f08b";
    font-family: "FontAwesome";
}

/*.faUser p::after {*/
/*content: "\00a0 \00a0 \f007";*/
/*font-family: 'FontAwesome';*/
/*position: absolute;*/
/*margin-top: -42px;*/
/*}*/

/*.phone p::after {*/
/*content: "\00a0 \00a0 \f098";*/
/*font-family: 'FontAwesome';*/
/*position: absolute;*/
/*margin-top: -42px;*/
/*}*/

.faUser {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.faUser input {
    height: 36px;
    font: 400 15.3333px Arial !important;
}

.faUser .fa-user {
    position: absolute;
    top: 7px;
    left: 10px;
}

.phone {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

.phone input {
    height: 36px;
    font: 400 15.3333px Arial !important;
}

.phone .fa-phone-square {
    position: absolute;
    top: 7px;
    left: 10px;
}

.formtext,
.formtext a {
    font-size: 15px;
    color: #0c2d42;
    text-decoration: none;
    font-weight: 300;
}

.formtext a:hover {
    color: #eb7404;
}

#footer {
    border-top: 2px solid #e77c06;
    background: #0c2d42;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}

#footer a {
    color: #fff;
}

#footerinner {
    max-width: 850px;
    margin: 0 auto;
}

#footerinnerleft {
    max-width: 510px;
    float: left;
}

#footerinnerright {
    max-width: 340px;
    float: right;
}

#footeritem {
    width: 170px;
    float: left;
}

#footeritem img {
    transition: all 0.2s ease-in-out;
    padding: 10px 0 0 0;
}

#footeritem img:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

#footertop {
    width: 100%;
    display: block;
    overflow: auto;
}

#footerbottom {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

#footerbottom h3 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
}

#footerbottom a {
    color: #fff;
    text-decoration: none;
}

#footerbottom a:visited {
    color: #fff;
    text-decoration: none;
}

#footerbottom a:hover {
    color: #eb7404;
    text-decoration: none;
}

#footerbottom img {
    vertical-align: middle;
}

.bottomText {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300 !important;
}

.bottomText p {
    margin: 0 0 0px 0;
    font-weight: 300 !important;
}

/*general styles for CSS Checkbox*/
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="checkbox"].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type="checkbox"].css-checkbox + label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="checkbox"].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

/*specific classes related to Checkbox skin*/

.web-two-style {
    background-image: url(images/web-two-style-orange.png);
}

input[type="checkbox"].css-checkbox.lrg + label.css-label.lrg {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="checkbox"].css-checkbox.lrg:checked + label.css-label.lrg {
    background-position: 0 -20px;
}

/* ==========================================================================
Wide Screen Layout: From 1200px.
========================================================================== */
@media (max-width: 1200px) {
    #TopSectionInner {
        max-width: 90%;
        margin: 0 auto;
    }

    #TitleAreaInner {
        width: 90%;
        margin: 0 auto;
    }

    #TopSectionInnerLeft {
        max-width: 100%;
        float: left;
        margin: 15px 0 20px;
    }
}

/* ==========================================================================
  Wide Screen Layout: From 1200px.
========================================================================== */
@media (min-width: 1200px) {
}

/* ========= end of Wide Screen Layout: From 1200px. ========= */

/* ==========================================================================
  Normal Desktop Layout: From 980px.
========================================================================== */
@media (min-width: 1000px) and (max-width: 1050px) {
}

/* ========= end of Normal Desktop Layout: From 980px. ========= */

/* ==========================================================================
  Tablet Device Layout: From 768px.
========================================================================== */
@media (min-width: 768px) and (max-width: 999px) {
}

/* ========= end of Tablet Device Layout: From 768px. ========= */
@media (min-width: 768px) and (max-width: 800px) {
}

/* ==========================================================================
  Mobile Layout: From 320px.
========================================================================== */
@media (max-width: 767px) {
    #TopSectionInnerRightLogin {
        max-width: 100%;
        float: none;
        background: #eb7404;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        text-align: center;
        padding: 8px 40px 10px 40px;
        webkit-border-radius: 0px 0px 10px 10px;
        -moz-border-radius: 0px 0px 10px 10px;
        border-radius: 0px 0px 10px 10px;
        -webkit-box-shadow: -1px 6px 5px 0px rgba(204, 204, 204, 0.78);
        -moz-box-shadow: -1px 6px 5px 0px rgba(204, 204, 204, 0.78);
        box-shadow: -1px 6px 5px 0px rgba(204, 204, 204, 0.78);
        font-size: 14px;
        text-decoration: none;
    }

    #content {
        max-width: 1200px;
        margin: 40px auto;
    }

    #contentinner {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    #footer {
        border-top: 2px solid #e77c06;
        background: #0c2d42;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow: auto;
        font-size: 15px;
        color: #fff;
        text-align: center;
        padding: 30px 0;
    }

    #footerinner {
        max-width: 90%;
        margin: 0 auto;
    }

    #footerinnerleft {
        max-width: 100%;
        float: none;
    }

    #footerinnerright {
        max-width: 100%;
        float: none;
    }

    #footeritem {
        width: 30%;
        float: left;
    }

    #footertop {
        width: 100%;
        display: block;
        overflow: auto;
        margin-bottom: 30px;
    }

    #footerbottom {
        width: 90%;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto;
    }

    .bottomText p {
        margin: 0 0 5px 0;
        line-height: 20px;
    }

    #content h1 {
        font-size: 40px;
        line-height: 40px;
        font-weight: 300;
        color: #0c2d42;
        margin: 0 0 10px 0;
    }

    p {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 25px;
    }

    .headerDepth {
        height: 250px;
    }

    #videoimage {
        margin: 0px 0px 20px 0px;
        height: 90px;
    }
}

/* ========= end of Mobile Layout: From 320px. ========= */

/* ==========================================================================
  Wide Mobile Layout: 480px.
========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* ========= end of Wide Mobile Layout: 480px. ========= */

/* ==========================================================================
  Small Mobile Layout
========================================================================== */
@media (max-width: 479px) {
    #footeritem {
        width: 100%;
        float: none;
    }
}

/* ========= end of small Mobile Layout ========= */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
