﻿html
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#divPageHeaderContainer
{
    border-bottom: 4px solid #f9d85e;
}

#divLoginContent
{
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1150px;
}

#divLoginInnerContent
{
    padding: 10px;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #363940;
    position: relative;
    padding: 20px;
    margin-top: calc(50vh - 315px);
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.7);
}

.em-card-trans
{
    background: rgba(255, 255, 255, 0.7);
    margin-top: calc(50vh - 420px);
}

.em-card-trans2
{
    background: rgba(255, 255, 255, 0.7);
}

#divLoginFooter
{
    width: 100%;
    padding: 20px;
    color: #363940;
    font-size: 12px;
    background-color: #F6F6F6;
}

#content_title
{
    font-size: 20px;
    font-family: 'Droid Sans';
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 15px;
}

#divLoginButton
{
    display: none;
}

#divPageHeaderInnerContainer {
height: 80px;
}

#divPageMenu, #divPageHeader {
float: none;
margin: 0px;
padding: 0px;
}

#divPageHeader {
padding-top: 10px;
height: auto;
padding-bottom: 5px;
font-size: 30px;
line-height: normal;
}

#divPageMenuByline {
font-size: 16px;
line-height: normal;
}

#divLoginFooter a
{
    color: #363940;
}

@media only screen and (max-width: 850px)
{
    #divLoginFooter
    {
        display: none;
    }
}

@media only screen and (max-width: 500px)
{
    #divLoginContent
    {
        width: auto !important;
        max-width: 460px !important;
    }
}

@media only screen and (max-height: 775px)
{
    #divLoginFooter
    {
        display: none;
    }

    .em-card-trans
    {
        margin-top: calc(50vh - 325px);
    }
}

@media only screen and (max-height: 650px)
{
    .em-card-trans
    {
        margin-top: calc(50vh - 300px);
    }
}

.divPasswordCon
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.divPasswordCheck
{
    width: 32px;
    font-size: 32px;
    float: left;
    line-height: 16px;
}

.divPasswordText
{
    width: 80%;
    width: calc(100% - 32px);
    float: left;
}

.Green
{
    color: #52aa5e;
}

.Red
{
    color: #ed4951;
}

.divHomeContentBlock
{
overflow: hidden;
}

.divHomeContentBlockWhite a
{
    color: #FFFFFF !important;
}

.divHomeContentInner
{
width: 70%;
max-width: 1400px;
margin: 0px auto;
}

.divHomeContentCaptionBig,
.divHomeContentCaptionMedium
{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
color: #595959 !important;
}

.divHomeContentFourColumnFirst,
.divHomeContentFourColumn,
.divHomeContentFourColumnLast
{
    width: 20%;
    width: calc(27% - 50px);
margin-right: 50px;
    float: left;
    font-size: 14px;
    line-height: 20px;
padding-bottom: 10px;
padding-top: 10px;
}

.divHomeContentFourColumnLast
{
width: 19%;
margin: 0px;
}


.divClear {
clear: both;
height: 0px;
overflow: hidden;
}


@media only screen and (max-width: 1200px) {
.divHomeContentInner
{
width: 85%;
}
}

@media only screen and (max-width: 1075px) {
.divHomeContentInnerFiveColumns {
width: 100%;
}
}

@media only screen and (max-width: 900px) {
.divHomeContentInner
{
width: 95%;
}

.divHomeContentFiveColumnFirst,
.divHomeContentFiveColumn,
.divHomeContentFiveColumnLast {
padding-right: 0px;
height: auto;
float: none;
display: block;
margin-top: 25px;
}

.divHomeContentFiveColumnLast {
margin-bottom: 25px;
}
}

@media only screen and (max-width: 750px) {
.divHomeContentLeft, .divHomeContentRight, .divHomeContentImage, .divHomeContentFourColumn, .divHomeContentFourColumnFirst, .divHomeContentFourColumnLast {
float: none;
margin: 0px;
margin-top: 25px;
margin-bottom: 25px;
width: 100%;
padding: 0px;
}

.divHomeContentImage {
margin-bottom: 0px;
}
}