﻿.pageHeader {
    color: #cc6828;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.esdDarkBlue {
    color: #00446B;
}

.quickLinks {
    height: 100%;
    width: 100%;
    background-color: #E6E5E5;
    padding: 6px 0px 6px 12px;
}

/* Quick LInks */

@media (max-width: 1200px) {
    .quickLinksHeader {
        color: #004B6E;
        font-size: 13pt;
        /*   background-color: #E6E5E5;*/
        margin: 0px -15px 0px -15px;
        /* padding: 6px 0px 6px 12px;*/
        font-weight: bold;
        min-height: 35px;
        max-height: 55px;
    }

    .quickLinks {
        height: 100%;
        width: 100%;
        background-color: #E6E5E5;
        padding: 6px 0px 6px 12px;
    }

    .quickLinksContent {
        margin: 0px -15px 0px -15px;
        padding-left: 9px;
        padding-top: 5px;
        background-color: #E6E5E5;
    }
}


@media (min-width: 1200px) {
    .quickLinksHeader {
        color: #004B6E;
        font-size: 13pt;
       /* background-color: #E6E5E5;*/
        margin: 30px 0px 5px 0px;
        /* padding: 6px 0px 6px 12px; */
        font-weight: bold;
        min-height: 35px;
        max-height: 55px;
    }

    .quickLinks {
        height: 100%;
        width: 100%;
        background-color: #E6E5E5;
        padding: 6px 0px 6px 12px;
    }

    .quickLinksContent {
        margin: 0px;
    }
}

/* Hide By Resolution*/

@media (max-width: 767px) {
    .minContent768 {
        display: none;
    }
}

@media (min-width: 768px) {
    .minContent768 {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .minContent1200 {
        display: none;
    }
}

@media (max-width:999px) {
    /*  Icons */

    .caretAlignRightPad2 {
        padding-right: 20px;
        float: right;
        margin-top: -27px;
    }
}

@media screen and (max-width: 1250px) and (min-width: 999px) {

    .caretAlignRightPad2 {
        padding-right: 20px;
        float: right;
        margin-top: -27px;
    }
}
    /*  Icons */

    .caretAlignRightPad2 {
        padding-right: 20px;
        float: right;
    }
}

@media (min-width: 1200px) {
    .minContent1200 {
        display: block !important;
    }
}





/* Block Headers*/

.stepContainer {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #cc6828;
    font-size: 19px;
    font-weight: bold;
}

.stepNumber {
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    background-color: #cc6828;
    width: 80px;
    line-height: 35px;
    display: inline-block;
}

.stepHeader {
    padding-left: 10px;
    color: #cc6828;
}

.grayBackgroundHeading {
    line-height: 33px;
    display: inline-block;
    background-color: #555452;
    width: 230px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .15em;
    font-family: arial, helvetica, sans-serif;
}

.tableWrapper {
    padding-left: 5pt;
    table-layout: fixed;
    overflow: hidden;
}

/* Column Widths*/

@media (max-width: 768px) {

    .twoColumnsWidth {
        float: left;
    }

    .threeColumnsWidth {
        float: left;
    }
}


@media (min-width: 768px) {
    .twoColumnsWidth {
        float: left;
        width: 33%;
    }

    .threeColumnsWidth {
        float: left;
        width: 33%;
    }
}


/* Home Guide Links*/

.guideLinks {
    padding-left: 20px;
    color: #555452;
    padding-right: 15px;
    display: block;
    padding-top: 2px;
}

a.guideLinks:first-child {
    padding-top: 8px;
}

.guideBackgroundContainerOne a:hover.guideLinks {
    text-decoration: none;
    background-color: #FCF6EE;
    cursor: pointer;
    color: #555452;
}

.guideBackgroundContainerTwo a:hover.guideLinks {
    text-decoration: none;
    background-color: #F4FAFC;
    cursor: pointer;
    color: #555452;
}

.guideBackgroundContainerThree a:hover.guideLinks {
    text-decoration: none;
    background-color: #F5F5F5;
    cursor: pointer;
    color: #555452;
}


.guideLinks > span {
    padding-left: 5px;
    display: inline-block;
}

    .guideLinks > span + span {
        border-bottom: 2px dotted #BBBCBF;
        display: block;
        padding-top: 4px;
    }

#linkBorderBlue {
    border-bottom-color: #00446B;
}

.guideLinks > span + span {
    border-bottom: 2px dotted #BBBCBF;
    display: block;
    padding-top: 4px;
}


.guideBackgroundContainer {
    margin: 0px 5px;
    height: 100%;
    padding: 0px;
}

.guideHeader {
    font-size: 30px;
    border-bottom: 5px solid;
    line-height: 1.15em;
}

.guideContainer {
    height: 210px;
    padding: 0px;
}



.guideHeaderOne {
    color: #cc6828;
}

.guideHeaderTwo {
    color: #32A3D3;
}


.guideHeaderThree {
    color: #555452;
}

.guideBackgroundContainerOne {
    background-color: #f8ecdc;
}

.guideBackgroundContainerTwo {
    background-color: #E4F2F8;
}

.guideBackgroundContainerThree {
    background-color: #E7E6E7;
}

.guideContainerOne {
    border-top-color: #CC6828;
}

.guideContainerTwo {
    border-top-color: #32A3D3;
}

.guideContainerThree {
    border-top-color: #555452;
}

/* Home Online Applications */
.onlineAppBoxesSpacing {
    padding-right: 0px;
}

.onlineAppsBoxes {
    height: 55px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 10px;
    word-wrap: normal;
}

@media (min-width: 768px) {

    .onlineAppsBoxes > div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1.1em;
    }
}

@media (max-width: 768px) {

    .onlineAppsBoxes > div {
        position: relative;
        padding-top: 10px;
        line-height: 1.1em;
    }
}

#appOne.onlineAppsBoxes {
    background-color: #d5a00c;
}

#appTwo.onlineAppsBoxes {
    background-color: #C5C19D;
}

#appThree.onlineAppsBoxes {
    background-color: #32A3D3;
}

#appFour.onlineAppsBoxes {
    background-color: #999895;
}

#appFive.onlineAppsBoxes {
    background-color: #CC6828;
}

#appSix.onlineAppsBoxes {
    background-color: #00446B;
}






/* Links */

a:hover.linkNoUnderline, a:focus.linkNoUnderline {
    text-decoration: none;
}

/* Custom Bootstrap */

.row col-sm-2.div {
    padding-left: 0px;
    padding-right: 0px;
}

    .row col-sm-2.div + col-sm-2.div {
        padding-left: 5px;
    }


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
