﻿
.content {
    min-height: 585px;
}

#homeHeaderintro {
    background-color: #E8E8E8; /*#E0EEF8;*/
    padding: 5px 10px;
}

#mainContainer {
    width: 100%;
}

.tilesContent {
    width: 100%;
}

.infoContent {
    width: 80%;
}

.tiles {
    background-color: #A9AEB2; /*#A9AEB2; - selected by syam*/ /*#3A3A3A;*/ /*4- #107C0f;*/ /* 2- #DAD4DC;*/ /*3- #0054A6;*/ /*1- #85BABE;*/
    max-width: 640px;
    min-height: 100%;
    width: 100%;
    margin-top: 10px;
    overflow: auto;
    float: left;
    clear: right;
    padding-left: 20px;
}

.tilesMobile {
    background-color: #A9AEB2; /*#A9AEB2; - selected by syam*/ /*#3A3A3A;*/ /*4- #107C0f;*/ /* 2- #DAD4DC;*/ /*3- #0054A6;*/ /*1- #85BABE;*/
    min-height: 212px;
    margin-top: 10px;
    overflow: auto;
    float: left;
    clear: right;
    padding-left: 20px;
    padding-right: 20px;
}

.tileWelcome {
    background-color: #cd0a0a;
    max-width: 240px;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    float: left;
    color: white;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
}


.tilesHeader {
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.tilesHeaderPhoneAuth {
    font-size: 24px;
    color: #ffffff;
    padding-top:5px;
    padding-bottom: 10px;
}

.tileStyle {
    display: block;
    float: left;
    min-width: 220px;
    min-height: 100px;
    padding: 5px;
    border-width: 0;
    font-size: 15px;
    background-color: #10537B; /*#107c0f;*/ /*#FFBB00;*/ /*#4d88c1;*/
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 200px 100px;
    color: white;
    float: none;
    -moz-text-decoration-color: white;
    text-decoration-color: white;
    text-decoration: none !important;
    cursor: pointer;
    text-wrap: normal;
    margin-right: 20px;
    -moz-margin-end: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition-duration: 0.20s;
    -o-transition-duration: 0.20s;
    -webkit-transition-duration: 0.20s;
    transition-duration: 0.20s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tileStyle {
        font-size: 13px;
    }

    body {
        font-size: .78em;
    }
}

.tileStyle:hover {
    background-color: #00b294;
}

.blue {
    background-color: #4D88C1;
}

.orange {
    background-color: #ED642C;
}

.purple {
    background-color: #662A8F;
}

.infoSection {
    max-width: 640px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    float: left;
    clear: right;
    padding-right: 20px;
    height: auto;
}

.tileRow{
    height:230px;
}

.infoWorks {
    background-color: #E8E8E8; /*#F7F3F7;*/
    max-width: 220px;
    /*margin-top: 10px;*/
    width: 100%;
    float: left;
    padding: 10px 20px;
    min-height: 200px;
}

.infoTiles {
    margin-top: 15px;
    max-width: 640px;
}

.infoHeader {
    font-size: 18px;
}

.infoText {
    font-size: 13px;
    margin-top: 5px;
    clear: both;
}

.infoText16 {
    font-size: 16px;
    margin-top: 5px;
    clear: both;
}

.bottomBorder {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #D2D2D2;
}

.divTile {
    display: block;
    max-width: 160px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    border-width: 0;
    font-size: 12px;
    float: left;
    clear: none;
    margin-bottom: 10px;
    color: #000000;
    text-align: center;
}

.textAlignwithMargin40 {
    margin-top: 40%;
}

.worksHeader {
    font-size: 20px;
}

.worksSubHeader {
    font-size: 13px;
    margin: 5px;
    width: 100%;
}

.worksDivImage {
    margin: 5px;
    float: left;
    clear: right;
}

.imageIcon {
    width: 50px;
    height: 40px;
}

.woksDivText {
    min-height: 60px;
    font-size: 13px;
}

.PhoneAuthDivText {
    min-height: 85px;
    font-size: 13px;
}

.anchorWhite {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.anchorBlack {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.anchorTemp {
    text-decoration: none;
    font-weight: bold;
}

.DivWhiteBox {
    width: 90px;
    height: 20px;
    background-color: white;
    padding: 5px;
    text-align: center;
    float: right;
}

.blank {
    min-height: 30px;
    width: 100%;
}

.featuredFaqAnchor {
    color: #0055A5;
    font-size: 13px;
    cursor: pointer;
    float: right;
    width: 100%;
}

.imageAlert {
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.faqHomeDiv {
    margin: 2px;
}

header .line2 {
    padding-bottom: 5px;
}


div.SearchFilterControlWithValidation {
    margin-left: 5%;
    width: 25%;
    float: left;
    clear: right;
    height: 50px;
}

div.SearchFilterControl {
    margin-left: 5%;
    width: 25%;
    float: left;
    clear: right;
    height: 45px;
}

.DropDownStyle {
    height: 25px;
    width: 165px;
}

.TextBoxStyle {
    height: 15px;
    width: 165px;
}

.PaddingTop20px {
    padding-top: 20px;
}

.SearchButton {
    width: 120px;
}

div.PagingDiv {
    height: 25px;
    text-align: right;
}

.TextBoxStyleWithWidth35px {
    height: 15px;
    width: 35px;
}

footer{
    height:auto;
    clear:both;
}
