﻿/** Intro Page styling **/
#intro_pageBlockContainer, #posBrowser_Filter_pageBlockContainer,
#pageMessages, #Login_pageView #LoginInfoBlock_pageBlockContainer,
#ProfileRegister_pageView #NewRegisterInfoBlock_pageBlockContainer,
#Application_Login_pageView #SignInTitleBlock_pageBlockContainer,
#Application_Login_pageView #login_pageBlockContainer {
    background: #6e7879;
    color: #efefef;
}

    #pageMessages.pageMessages_WithMessages .actionMessageContainer {
        margin: 0 auto;
        max-width: 1170px;
        padding: 20px 0;
        width: 90%;
    }

    #intro_pageBlockContainer h1, #intro_pageBlockContainer h2, #intro_pageBlockContainer h3,
    #posBrowser_Filter_pageBlockContainer h1, #posBrowser_Filter_pageBlockContainer h2, #posBrowser_Filter_pageBlockContainer h3,
    #Login_pageView #LoginInfoBlock_pageBlockContainer h1, #Login_pageView #LoginInfoBlock_pageBlockContainer h2,
    #ProfileRegister_pageView #NewRegisterInfoBlock_pageBlockContainer h1 {
        color: #fff;
    }

    #intro_pageBlockContainer .pageBlockContent, #Login_pageView #LoginInfoBlock_pageBlockContainer .pageBlockContent,
    #ProfileRegister_pageView #NewRegisterInfoBlock_pageBlockContainer .pageBlockContent {
        font-size: 16px;
        margin: 0 auto;
        max-width: 70%;
        text-align: center;
    }

    #intro_pageBlockContainer .pageBlockInner_FormBlock div.textLiteralAlignment_Left {
        text-align: center;
    }

#TwitterBlock_pageBlockContainer .tweetBlock {
    padding: 12px 0;
}

#latestjobs_pageBlockContainer {
    background: #e8e8e8;
    padding: 5px 15px 15px;
}

#latestjobs_pageBlock .pageBlockInner_GridBlock div.gridContent {
    border: none;
}

#latestjobs_pageBlock .ListGridContainer {
    margin: 0;
}

    #latestjobs_pageBlock .ListGridContainer .rowContainerHolder6,
    #latestjobs_pageBlock .ListGridContainer .rowContainerHolder7,
    #latestjobs_pageBlock .ListGridContainer .rowContainerHolder8,
    #latestjobs_pageBlock .ListGridContainer .rowContainerHolder9 {
        display: none;
    }

    #latestjobs_pageBlock .ListGridContainer .rowContainerHolder .rowContainer {
        background-position: 2px 11px;
        background-repeat: no-repeat;
        background-size: 40px auto;
        border-bottom: medium none;
        padding: 5px 10px 5px 55px;
    }

        #latestjobs_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowLabel a {
            font-size: 16px;
            font-weight: normal;
        }

        #latestjobs_pageBlock .ListGridContainer .rowContainerHolder .rowContainer .rowItemsContainer {
            margin: 0;
            padding: 0 3px;
        }
/*** End of Intro Page styling ***/

/*#quicksearch_pageBlockContainer,
.Pos_Find_Results_earcuBody #SearchForm_pageBlockContainer,
.Pos_Find_Results_earcuBody #SearchForm_pageBlockContainer {
    margin-bottom: 0;
}

    #quicksearch_pageBlockContainer .pageBlockContainerMiddle {
        padding: 1.5em 3% 0 3%;
        overflow: auto;
    }

        #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader,
        .Pos_Find_Results_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader,
        .Pos_Find_Results_Map_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockHeader {
            display: block;
            float: left;
            width: 20%;
        }

        #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent,
        .Pos_Find_Results_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent,
        .Pos_Find_Results_Map_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent {
            display: block;
            float: right;
            width: 80%;
            padding-bottom:30px;
            overflow:hidden;
        }

            #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner,
            .Pos_Find_Results_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner,
            .Pos_Find_Results_Map_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner {
                overflow: auto;
                width: 100%;
            }

                #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner div.formRow,
                .Pos_Find_Results_earcuBody #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow,
                .Pos_Find_Results_Map_earcuBody #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow {
                    clear: none;
                    display: block;
                    float: left;
                    width: 32%;
                    padding-left: 70px;
                }

                #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner div#quicksearch_SaveButtonRow_formRow,
                .Pos_Find_Results_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner div#SearchForm_SaveButtonRow_formRow,
                .Pos_Find_Results_Map_earcuBody #SearchForm_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner div#SearchForm_SaveButtonRow_formRow {
                    float: right;
                    width: 20%;
                }*/

#quicksearch_pageBlock #quicksearch_SaveButtonRow_formRow .buttonsRight .buttonSubmit {
    border-color: #6e7879;
    color: #6e7879;
}

.textpage_landing_earcuBody #quicksearch_pageBlockContainer .pageBlockContainerMiddle,
.textpage_landing_earcuBody #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner div.formRow {
    padding: 0;
}

    .textpage_landing_earcuBody #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent {
        width: 100%;
    }

        .textpage_landing_earcuBody #quicksearch_pageBlockContainer .pageBlockContainerMiddle .pageBlockContent .pageBlockInner {
            overflow: hidden;
        }

.buttonsRight ul, .buttonsLeft ul {
    overflow: auto;
}

.buttonsRight li, .buttonsLeft li {
    display: inline-block;
    line-height: 1;
    position: relative;
}

    .buttonsRight li:before, .buttonsLeft li:before {
        background-color: #003e85;
        content: " ";
        display: inline-block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all 0.25s ease 0s;
        width: 0;
    }

    .buttonsRight li:hover:before, .buttonsLeft li:hover:before {
        opacity: 1;
        width: 100%;
    }

div.pageBlockTitle {
    font-family: "Tahoma",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #063d73;
    font-size: 1.25rem;
}

.pageBlockInner_FormBlock div.formRow {
    padding-top: 6px;
}

#Buttons_pageBlock {
    padding: 0 0;
}

.inputContainer {
    overflow: auto;
    padding-right: 30px;
    position: relative;
}

.pageBlockInner_FormBlock div.controlContainer_ReadOnly, .pageBlockInner_FormBlock div.controlContainer_ReadOnlyWithControl {
    padding: 8px 10px;
}

#Buttons_pageBlock .pageBlockInner .buttonHolder ul li,
#Buttons_pageBlock .pageBlockInner .buttonHolder ul li.anchor_Login {
    margin-left: 0;
    margin-right: 0;
}

.StaticContentBlock .ContentBlockButtonContainer .buttonsRight .buttonAnchor,
.StaticContentBlock .ContentBlockButtonContainer .buttonsRight input.buttonSubmit,
.StaticContentBlock .ContentBlockButtonContainer .buttonsLeft .buttonAnchor,
.StaticContentBlock .ContentBlockButtonContainer .buttonsLeft input.buttonSubmit,
#quicksearch_pageBlock #quicksearch_SaveButtonRow_formRow .buttonsRight .buttonSubmit {
    border-color: #efefef;
    color: #efefef;
}

    .StaticContentBlock .ContentBlockButtonContainer .buttonsRight .buttonAnchor:hover,
    .StaticContentBlock .ContentBlockButtonContainer .buttonsRight input.buttonSubmit:hover,
    .StaticContentBlock .ContentBlockButtonContainer .buttonsLeft .buttonAnchor:hover,
    .StaticContentBlock .ContentBlockButtonContainer .buttonsLeft input.buttonSubmit:hover,
    #quicksearch_pageBlock #quicksearch_SaveButtonRow_formRow .buttonsRight .buttonSubmit:hover {
        background-color: transparent;
        border-color: #003e85;
        color: #fff;
        text-decoration: none;
    }

#quicksearch_pageBlock .pageBlockInner_FormBlock div.formRow,
#SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow {
    padding-bottom: 4px;
    padding-top: 4px;
}

    #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .controlContainer {
        margin-left: 0;
    }

.pageBlockInner_FormBlock div.curFocus label.formLabel {
    color: #003e85;
}

.pageBlockInner_FormBlock div.curFocus div.controlContainer .inputText, .pageBlockInner_FormBlock div.curFocus div.controlContainer .inputSelect,
.pageBlockInner_FormBlock div.curFocus div.controlContainer textarea.inputTextArea {
    /*background: #e8e8e8 none repeat scroll 0 0;*/
    border: 1px solid #003e85;
}

.tooltip2_Outer {
    background: #99c6f8;
    border-color: #003e85;
    color: #003e85;
}

/** Login/Register blocks **/

#Application_Login_pageView #login_pageBlockContainer .buttonsRight .buttonAnchor,
#Application_Login_pageView #login_pageBlockContainer .buttonsRight input.buttonSubmit,
#Application_Login_pageView #login_pageBlockContainer .buttonsLeft .buttonAnchor,
#Application_Login_pageView #login_pageBlockContainer .buttonsLeft input.buttonSubmit {
    border-color: #efefef;
    color: #efefef;
}

    #Application_Login_pageView #login_pageBlockContainer .buttonsRight .buttonAnchor:hover,
    #Application_Login_pageView #login_pageBlockContainer .buttonsRight input.buttonSubmit:hover,
    #Application_Login_pageView #login_pageBlockContainer .buttonsLeft .buttonAnchor:hover,
    #Application_Login_pageView #login_pageBlockContainer .buttonsLeft input.buttonSubmit:hover {
        border-color: #003e85;
        color: #efefef;
    }

#login_pageBlock .ssoIconLink, #newregister_pageBlock .ssoIconLink {
    background-color: #d0d0d0;
    border-radius: 40px;
    height: 80px;
    padding: 24px 24px;
    text-align: center;
    width: 80px;
}

#NavigationBlock_pageBlockContainer h2 {
    margin-bottom: 12px;
}

/** Home **/
div#SearchForm_pageBlockContainer {
    background: #e8e8e8;
    margin: 0 0 0 0;
}

#SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow {
    display: block;
    float: left;
    width: 40%;
}

#SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div#SearchForm_SaveButtonRow_formRow {
    display: block;
    float: left;
    width: 20%;
}

#SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .labelContainer,
#SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .controlContainer {
    float: left;
    display: block;
    position: relative;
}

#SearchForm_pageBlockContainer .pageBlockInner_FormBlock div.labelContainer {
    padding-top: 0;
}

    #SearchForm_pageBlockContainer .pageBlockInner_FormBlock div.labelContainer label {
        line-height: 46px;
    }

#SearchForm_pageBlockContainer .pageBlockInner_FormBlock label.formLabel {
    font-size: 16px;
}

#SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .controlContainer .inputText {
    width: 260px;
}

/** Results page **/
#posBrowser_Filter_pageBlock .filtersSummary,
#posBrowser_Filter_pageBlock .filtersExpander {
    display: block;
    float: left;
    font-size: 16px;
}

#posBrowser_Filter_pageBlock .filtersSummary {
    width: 75%;
}

#posBrowser_Filter_pageBlock .filtersExpander {
    width: 25%;
    text-align: right;
}

#posBrowser_Filter_pageBlock .filtersSummary .alternateViews a {
    display: block;
}

    #posBrowser_Filter_pageBlock .filtersSummary .alternateViews a.alternateViewsButton_Selected {
        display: none;
    }

#posBrowser_Filter_pageBlock .FiltersContainer {
    border-bottom: none;
    border-left: none;
    border-right: none;
    clear: both;
    padding-top: 2.3em;
}

#posBrowser_Filter_pageBlock .FiltersContainer_Hidden {
    padding-top: 0;
}

#posBrowser_Filter_pageBlock .FiltersContainer .FilterRowsContainer {
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

#posBrowser_Filter_pageBlock .HeaderContainer {
    background: none;
    border-bottom: none;
}

    #posBrowser_Filter_pageBlock .HeaderContainer .HeaderLabel {
        font-family: 'Tahoma', sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

.earcuMainContent #MapBlock_pageBlockContainer {
    padding: 0 0;
}

    .earcuMainContent #MapBlock_pageBlockContainer .pageBlockContainerMiddle {
        max-width: none;
    }

.posBrowserMapBlock .markerStatsContainer {
    background: #6e7879;
    color: #efefef;
    margin-top: 0;
}

.earcuMainContent #posBrowser_ResultsGrid_pageBlockContainer {
    background: #efefef;
    padding: 0 0;
}

    .earcuMainContent #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle {
        max-width: none;
        width: 100%;
    }

        .earcuMainContent #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle .gridContainer .gridTop {
            border: none;
            margin: 0 auto;
            max-width: 1170px;
            padding: 6px 0;
        }

        .earcuMainContent #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle .gridContainer .gridContent {
            background: #fff;
            min-height: 529px;
            padding: 2.3em 20px;
        }

            .earcuMainContent #posBrowser_ResultsGrid_pageBlockContainer .pageBlockContainerMiddle .gridContainer .gridContent .ListGridContainer {
                margin: 0 auto;
                max-width: 1170px;
            }

#posBrowser_ResultsGrid_pageBlock .rowContainerHolder {
    background: #efefef;
}

#posBrowser_ResultsGrid_pageBlock .rowContainer {
    background-color: #efefef;
    background-image: none;
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: 45px auto;
    border-color: #efefef;
    padding-bottom: 20px;
    padding-top: 80px;
    height: auto;
    min-height: 188px;
    text-align: center;
    transition: background 0.5s ease-in-out;
}

#posBrowser_ResultsGrid_pageBlock .pageBlockInner_GridBlock .ListGridContainer .rowLabel {
    float: none;
}

#posBrowser_ResultsGrid_pageBlockContainer .pageBlockInner_GridBlock div.gridFooter {
    margin-top: 0;
}

#posBrowser_ResultsGrid_pageBlock .rowContainer, #latestjobs_pageBlock .rowContainer {
    position: relative;
}

    #posBrowser_ResultsGrid_pageBlock .rowContainer:after, #latestjobs_pageBlock .rowContainer:after {
        color: #003e85;
        content: '';
        font-family: 'FontAwesome';
        font-size: 37px;
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        transition: all 0.5s ease;
        z-index: 30;
    }

    #posBrowser_ResultsGrid_pageBlock .rowContainer:hover:after, #latestjobs_pageBlock .rowContainer:hover:after {
        transform: scale(1.2);
    }

    #posBrowser_ResultsGrid_pageBlock .rowContainer:after {
        top: 15px;
        left: 45% !important;
    }

    #latestjobs_pageBlock .rowContainer:after {
        top: 11px;
        left: 3px;
    }

#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_247:after {
    left: 44%;
}

#latestjobs_pageBlock .rowContainerCol_codelist9id_250:after {
    left: 6px;
}

#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_59:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_59:after /*Ramp Agents*/ { content: "\f0f2"; z-index: 1; }
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_62:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_62:after,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_161:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_161:after,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_591:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_591:after,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_647:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_647:after /*Turn Around Coordinator*/ { content: "\f072"; z-index: 1; left: 8px; } /*Ramp Family*/

#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_247:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_247:after /*Cargo Warehouse Agent*/ { content: "\f1b3"; z-index: 1; } /*Cargo Family*/

#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_60:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_60:after /*Customer/Passenger Service Agents*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_248:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_248:after /*Cargo Flight Clerk*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_249:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_249:after /*Cabin Presentation Agent*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_250:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_250:after /*Cargo Customer Service Agent*/ { content: "\f007"; left: 6px; z-index: 1; } /*Customer Services Family*/

#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_153:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_153:after /*Finance*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_154:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_154:after /*Human Resources*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_155:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_155:after /*Information Technology*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_156:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_156:after /*Safety, Security & Compliance*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_157:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_157:after /*Legal*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_158:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_158:after /*Commercial*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_159:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_159:after /*Communications*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_599:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_599:after { content: "\f1ad"; z-index: 1; } /*Corporate Family*/

#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_132:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_132:after /*Station Manager*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_133:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_133:after /*Ramp Manager*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_134:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_134:after /*Customer Service Manager*/,
#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_161:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_161:after /*Operational Management*/ { content: "\f007"; z-index: 1; } /*Ops Management Family*/

/*#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_40:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_40:after,*/
/*#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_41:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_41:after,*/
/*#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_45:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_45:after,*/
/*#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_46:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_46:after,*/
/*#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_43:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_43:after,*/
/*#posBrowser_ResultsGrid_pageBlock .rowContainerCol_codelist9id_44:after, #latestjobs_pageBlock .rowContainerCol_codelist9id_44:after,*/


/** pos desc **/
.earcuMainContent #posdesc_pageBlockContainer .pageBlockContainerMiddle {
    max-width: none;
    width: 100%;
}

#posdesc_pageBlockContainer .mainContent {
    min-height: 570px; /** For the main map **/
    position: relative;
}

div.posDescriptionContainer317 .BigVacancyMap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -99;
}

div.posDescriptionContainer317 .MapVisible {
    position: relative;
    z-index: 1;
}

#posdesc_pageBlockContainer,
#JobDescriptionMap_vacancyMap_pageBlockContainer {
    padding: 0 0;
}

#JobDescriptionMap_vacancyMap_pageBlockContainer {
    padding-bottom: 1.2em;
}

.mapContainer .ButtonHolder .miniMapButton {
    color: #6e7879;
}

#posdesc_pageBlockContainer .JobTitle {
    padding: 1.2em 0;
}

    #posdesc_pageBlockContainer .JobTitle h1, #posdesc_pageBlockContainer .JobTitle h2 {
        color: #efefef;
    }

#posdesc_pageBlock .posDescriptionContainer317 .posdescriptionPropertyBox {
    border: none;
    padding: 5px 10px 5px 0;
    margin-bottom: 0;
}

#posdesc_pageBlockContainer .PosDescriptionText {
    padding-top: 1.2em;
}

#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer,
#Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer {
    padding-bottom: 1.2em;
}

    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer .buttonsLeft,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer .buttonsLeft,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer .buttonsLeft ul,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer .buttonsLeft ul,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer .buttonsLeft ul li,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer .buttonsLeft ul li,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyNowContainer .buttonsLeft ul li .buttonAnchor,
    #Pos_Description_pageView #posdesc_pageBlockContainer .ApplyViaEmailContainer .buttonsLeft ul li .buttonAnchor {
        float: none;
        text-align: center;
    }

#posdesc_pageBlock .posrightbox_header {
    color: #1c282a;
    font-weight: 700;
    text-transform: uppercase;
}

.Pos_Description_earcuBody #posdesc_pageBlock .posAlerts .buttonsContainer .buttonsRight li a.buttonAnchor {
    display: block;
}

#posdesc_pageBlock #StarRatingBlock_pageBlock {
    margin: 0 auto;
    width: 120px;
}

#PosDescSharingItems .PosDescSharingItem {
    display: inline-block;
    float: none;
}

#posdesc_pageBlock .possharing,
#posdesc_pageBlock .posrating,
#posdesc_pageBlock .posAlerts {
    border: none;
}

/** Questions page **/
#Pos_Questions_pageView #questions_pageBlock {
    margin: 0 auto;
    max-width: 80%;
}

/** Application summary **/
#posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a {
    background-color: #003e85;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
    padding-left: 37px;
    padding-right: 12px;
    padding-top: 7px;
}

    #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a:hover {
        background-color: #fa9138;
        text-decoration: none;
        transition: background-color 0.5s ease;
    }

    #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink a:before {
        display: inline-block;
        font-family: 'FontAwesome';
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size: 20px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        text-rendering: auto;
        height: 20px;
        left: 8px;
        position: absolute;
        top: 5px;
        width: 20px;
    }

#posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink.reviewposlink a:before {
    content: '\f1ea';
}

#posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink.withdrawapp a:before {
    content: '\f127';
}

#posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink.myapplink a:before {
    content: '\f137';
}

#posSummaryBlock_pageBlock .PosMyAppSummaryValues {
    font-size: 16px;
    margin: 10px 0 5px;
}

    #posSummaryBlock_pageBlock .PosMyAppSummaryValues .statusContainer {
        text-align: right;
    }

        #posSummaryBlock_pageBlock .PosMyAppSummaryValues .statusContainer span {
            display: inline-block;
        }

    #posSummaryBlock_pageBlock .PosMyAppSummaryValues #statusChart {
        margin-top: 15px;
    }

#BackBlock_pageBlockContainer, #SectionCompleteBlock_pageBlockContainer {
    background: #e8e8e8;
}

#posSummaryBlock_pageBlock .appCompleteChartBack {
    background: #fff;
    height: 20px;
    width: 100%;
}

    #posSummaryBlock_pageBlock .appCompleteChartBack .appCompleteChartBar {
        background: #003e85;
        background-image: url(../images/Plane.png);
        background-repeat: no-repeat;
        background-position: center right;
        height: 20px;
    }

#categoryBlockContainer .Completed .categoryBlock .categoryBlockIcon {
    color: #6e7879;
}

/** Welcome page **/
#Welcome_pageView #WelcomeInfoBlock_Logout_formRow {
    display: block;
}

#WelcomeInfoBlock_pageBlockContainer div.pageBlockInner_FormBlock div.formRow {
    clear: none;
    display: block;
    width: 33.33%;
}

    #WelcomeInfoBlock_pageBlockContainer div.pageBlockInner_FormBlock div.formRow:nth-of-type(3n+1) {
        clear: left;
    }

#WelcomeInfoBlock_pageBlockContainer .pageBlockInner_FormBlock .formRow .iconContainer {
    margin: 0 0 0 0;
    padding: 0 1.2em 2em;
}

#Welcome_pageView .pageBlockInner_FormBlock .iconContainer .iconImage {
    margin-top: 3px;
}

#Welcome_pageView #WelcomeInfoBlock_pageBlock .YesStar {
    background-position: 86px 10px;
}


#WelcomeInfoBlock_pageBlockContainer .pageBlockInner_FormBlock .iconContainer .iconLabel, #WelcomeInfoBlock_pageBlockContainer .pageBlockInner_FormBlock .iconContainer .iconLabel a {
    color: #6e7879;
    font-size: 16px;
    font-weight: normal;
}

#WelcomeInfoBlock_pageBlockContainer .pageBlockInner_FormBlock .formRowIconRow .iconRowValues .iconRowValue {
    clear: both;
    float: none;
}

/*li.pageBlockHeader_AddNotClicked .iconContainer {
    background-image: url("../images/icon/add-circular-button.svg");
    background-position: left center;
    background-size: 23px 23px;
    height: 23px;
    margin-top: 0;
    width: 23px;
}*/

@keyframes spinElement {
    to {
        transform: rotate(270deg);
    }
}

li.pageBlockHeader_AddNotClicked:hover .iconContainer {
    animation-name: spinElement;
    animation-duration: 0.8s;
}

li.pageBlockHeader_AddNotClicked .textContainer {
    font-size: 16px;
    margin-left: 28px;
}

@media all and (max-width: 1190px) {
    .earcuMainContent .pageBlockContainer .pageBlockContainerMiddle {
        width: 90%;
    }
}

@media all and (max-width: 960px) {
    #Application_Home_pageView #sectionslist_pageBlockContainer #categoryBlockContainer .col_4 {
        width: 50%;
    }

        #Application_Home_pageView #sectionslist_pageBlockContainer #categoryBlockContainer .col_4:nth-child(3n+1) {
            clear: none;
        }

        #Application_Home_pageView #sectionslist_pageBlockContainer #categoryBlockContainer .col_4:nth-child(odd) {
            clear: left;
        }
}

@media all and (max-width: 920px) {
    #WelcomeInfoBlock_pageBlockContainer div.pageBlockInner_FormBlock div.formRow {
        clear: none;
        display: block;
        width: 50%;
    }

        #WelcomeInfoBlock_pageBlockContainer div.pageBlockInner_FormBlock div.formRow:nth-of-type(3n+1) {
            clear: none;
        }

        #WelcomeInfoBlock_pageBlockContainer div.pageBlockInner_FormBlock div.formRow:nth-of-type(odd) {
            clear: left;
        }
}

@media all and (max-width: 820px) {
    .Application_earcuBody .banner {
        border-bottom: 1px solid #1c282a;
        height: 0px;
        min-height: 0px;
    }
}

@media all and (max-width: 710px) {
    #Pos_Questions_pageView #questions_pageBlock {
        margin: 0 0;
        max-width: 100%;
    }
}

@media all and (max-width: 660px) {
    #Application_Home_pageView #sectionslist_pageBlockContainer #categoryBlockContainer .col_4 {
        clear: left;
        width: 100%;
    }
}


@media all and (max-width: 650px) {
    #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink {
        float: none;
        width: 100%;
    }

        #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink.withdrawapp,
        #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink.myapplink {
            text-align: center;
        }

        #posSummaryBlock_pageBlock .PosMyAppSummaryLinks .PosMyAppSummaryLink.reviewposlink {
            margin: 8px 0;
        }
}

@media all and (max-width: 610px) {
    #posSummaryBlock_pageBlock .PosMyAppSummaryValues .col {
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media all and (max-width: 570px) {
    #WelcomeInfoBlock_pageBlockContainer div.pageBlockInner_FormBlock div.formRow {
        clear: both;
        display: block;
        float: none;
        width: 100%;
    }
}

@media all and (max-width: 550px) {
    #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow,
    #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div#SearchForm_filter_text_formRow,
    #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div#SearchForm_SaveButtonRow_formRow,
    #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow {
        float: none;
        width: 100%;
    }

        #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .labelContainer, #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .controlContainer {
            float: none;
        }

        #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .controlContainer {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .labelContainer {
            text-align: center;
        }


        #SearchForm_pageBlockContainer div.pageBlockInner_FormBlock div.formRow .controlContainer .inputText {
            max-width: none;
            width: 100%;
        }
}
