html { 
    background: url(../img/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Background.jpg', sizingMethod='scale')";
}

html, body {
    height:100%;
    width:100%;
    padding:0;
    margin:0;
    font-family:'Raleway', sans-serif;
}

h1, h2, h3, p, li {
    font-family:'Raleway', sans-serif;
}

h1 {
    width:1100px;
    position:absolute;
    margin-top:390px;
    text-align:center;
    font-size:19px;
    color:#313030;
}

b {
    font-weight:700;
}

i {
    color:white;
}

.fa-key {
    color:#777777;
}

/*====================MAIN NAVIGATION===================*/

.navbar {
    top:0;
    left:0;
    width:100%;
    height:50px;
    background-color:#1f2020;
}

nav {
    top:0;
    width:1100px;
    margin-left:auto;
    margin-right:auto;
    height:50px;
}

.navBlueLine {
    position:absolute;
    top:50px;
    left:0;
    width:100%;
    height:5px;
    background-color:#0099b0;
}

#logo {
    width:238px;
    height:15px;
    padding:17px;
    padding-left:0px;
}

.mainLinks {
    display:inline;
    color:white;
    top:0px;
    margin-left:220px;
    position:absolute;
}

li {
    display:inline;
    font-weight:500;
    font-size:14px;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 13px;
    padding-top: 19px;
    padding-bottom: 17px;
}

.activeNavPage {
    background-color:#0099b0;
}

#dividerLine {
    width:1px;
    height:28px;
    background-color:#777777;
    position:absolute;
    display:inline;
    top:11px;
    margin-left:886px;
}

.LoginDemoLinks {
    display:inline;
    color:white;
    top:0px;
    margin-left:847px;
    position:absolute;
}

.demoBtn {
    margin-left:5px;
    width:78px;
    padding:7px;
    padding-left:10px;
    padding-right:10px;
    border-radius:4px;
    font-weight:600;
    background-color:#009c79;
    margin-top:-25px;
}

/*====================MAIN CONTENT===================*/

.homeMainContent {
    width:1100px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    height:770px;
    margin:0 auto;
    border-left:1px solid #777777;
    border-right:1px solid #777777;
}

.welcomeH {
    font-weight:700;
    font-size:24;
    margin-top:19px;
    text-align:left;
    margin-left:30px;
    color:white;
    position:absolute;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
    z-index:1;
}

.welcomeP {
    font-weight:500;
    font-size:13px;
    margin-top:44px;
    text-align:left;
    margin-left:30px;
    color:white;
    position:absolute;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
    z-index:2;
}

.mainBanner {
    width:1100px;
    height:350px;
    top:55px;
    margin-left:auto;
    margin-right:auto;
    background: url(../img/banner.jpg);
    position:absolute;
}

a {
    text-decoration:none;
    color:#ffffff;
}

.homeP1 {
    width:750px;
    font-size:13px;
    position:absolute;
    margin-top:442px;
    font-weight:500;
    line-height:1.4;
    color:#313030;
    margin-left:40px;
}

.homeP2 {
    width:1015px;
    padding:40px;
    font-size:13px;
    position:absolute;
    margin-top:638px;
    font-weight:500;
    line-height:1.4;
    color:#313030;
}

.keyBenefits {
    width:222px;
    height:245px;
    background-color:#005180;
    border-radius:4px;
    position:absolute;
    margin-top: 395px;
    margin-left: 822px;
    font-size:13px;
    font-weight:500;
    color:#fff;
    line-height:1.6;
    padding-right:15px;
    text-align:right;
}

/*====================FOOTER CONTENT===================*/

footer {
    width:1100px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
    background-color:#1f2020;
}

.socialIcons {
    display:inline;
    color:white;
    margin-top: 0px;
    float:left;
}

.socialIconsList {
    display:inline;
    width:21px;
    height:22px;
    padding:0px;
    padding-right:5px;
    margin-left:0px;
    margin-top:15px;
}

.socialIconsList img {
    padding-top:14px;
}

.footerText {
    float:right;
    margin-right:40px;
}

.footerLinks {
    font-size:13px;
}

/*====================CONTACT US PAGE===================*/

.contactMainContent {
    width:1100px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    height:794px;
    margin:0 auto;
    border-left:1px solid #777777;
    border-right:1px solid #777777;
}

.contactP1 {
    width:410px;
    font-size:13px;
    position:absolute;
    margin-top:442px;
    font-weight:500;
    line-height:1.4;
    color:#313030;
    margin-left:40px;
}

.blue {
    color:#005180;
}

.defaultTextColor {
    color:#313030;
}

.contactDividerLine {
    height:310px;
    width:1px;
    position:absolute;
    background-color:#cecccc;
    margin-left: 502px;
    margin-top: 447px;
}

form {
    margin-top:446px;
    float:right;
    margin-right: 43px;
    font-family:'Raleway';
}

.formFields {
    padding-left: 10px;
    width: 230px;
    height: 30px;
    background-color: #f4f4f4;
    border: 1px solid #bfc1c1;
    border-radius: 5px;
    color:#585859;
}

#message {
    width:475px;
    background-color: #f4f4f4;
    border: 1px solid #bfc1c1;
    border-radius: 5px;
    color:#585859;
    padding:10px;
    font-family:arial,serif;
}

::-webkit-input-placeholder {
    color: #585859;
}

:-moz-placeholder { /* Firefox 18- */
    color: #585859;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #585859;  
}

:-ms-input-placeholder {  
    color: #585859;  
}

.formBtn {
    width:243px;
    border-radius: 5px;
    height:43px;
    background-color:#005180;
    color:#fff;
    font-family:'Raleway';
    margin-top: 14px;
    font-size:14px;
    font-weight:700;
    border:0px;
    cursor:pointer;

}

.formBtn:hover {
    background-color:#0099b0;
}

.loginBtn:hover {
    background-color:#0099b0;
    border:1px;
    cursor:pointer;
}


/*====================LOGIN POPUP===================*/

.loginPopup {
    width:388px;
    height:285px;
    background-color:#ffffff;
    border-radius:10px;
    margin:39px auto 0 auto;
    float:none;
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 7px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 7px 10px 0px rgba(0, 0, 0, 1);
}

.loginPopup h1 {
    width:388px;
    text-align:center;
    margin-top:15px;
    font-size:22px;
}

.loginPopup p {
    font-size:13px;
    margin: 65px 0 0 87px;
    position: absolute;
}

#loginScreen { 
    height:280px;
    width:383px;
    position:absolute;
    z-index:10;
    display:none;
    border-radius:10px;
    float:center;
}

#loginScreen:target, #loginScreen:target + #darkOverlay { 
    display:block; 
    opacity:2;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

#darkOverlay { 
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
    text-align:center;
} 

.cancel { 
    display:block;
    float:right;
    height:17px; 
    width:17px;
    cursor:pointer;
    z-index:5;
    position:relative;
    margin-right: 16px;
    margin-top: 18px;
} 

.loginFields {
    width: 273px;
    height: 30px;
    padding-left: 10px;
    margin: 112px 0 0 53px;
    position: absolute;
    background-color: #f4f4f4;
    border: 1px solid #bfc1c1;
    border-radius: 5px;
    color: #585859;
}

.passwordMargin {
    margin-top:120px;
    position:absolute;
}

.loginBtn {
    width: 111px;
    border-radius: 5px;
    height: 43px;
    background-color: #005180;
    color: #fff;
    font-family: 'Raleway';
    margin: 184px 0 0 78px;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    position: absolute;
}

.resetBtn {
    width: 111px;
    border-radius: 5px;
    height: 43px;
    background-color:#be2828;
    color: #fff;
    font-family: 'Raleway';
    margin: 184px 0 0 193px;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    position: absolute;
    cursor:pointer;
}

.resetBtn:hover {
    background-color: #e93a3a;
}



.comingSoonP {
    width:1100px;
    font-size:13px;
    position:absolute;
    margin-top:442px;
    font-weight:500;
    line-height:1.4;
    color:#313030;
    text-align:center;
}