/* CSS BirdDogHR Default Template 
	================================================
			Handcrafted by BirdDogHR
			Last updated on 06.01.2015
	================================================
	01	Customizations:
	02	Mobile View
	03  Desktop view (greater than 600 px)
	
	Items of Note:
	* 	#headerWrapper - where logo goes - change from 150x60 to your logo size
	*	#pageNavigationBar - Banner Image
	*	white = Background color - #bodyTag, html
	*	#333333 = #pageHeader - Background color:
	*	white = #pageHeader h2 - color:
	*	Company name goes here = #pageHeader h2:after - Content
	
	*	#FF7000 = 	#navigationWrapper - background-color:
							.userInputControlHeading - background-color:
					
	*	black = .buttonNavigation - color:
								.userInputControlHeading - color:
	*	black = 	#mainContent - color:
							.inputDataEntryFields - color:
	*	Red = .buttonTag - background-color:
	================================================*/
/*-----------01 Customization -------------------- */
body,
#bodyTag,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
#EOEStatement,
.headingLabel,
.userInputControlHeading,
.titleSection,
.errorSection,
.successSection,
.jobDescriptionArticle,
.categoryHeadingSection,
.activeJobHeading,
.userInputControlHeading,
.titleSection {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    #EOEStatement,
    .headingLabel,
    .titleSection,
    .errorSection,
    .jobDescriptionArticle .jobTitle,
    .successSection,
    .activeJobHeading,
    .categoryHeadingSection {
        font-weight: bold;
    }

body,
p,
li,
#EOEStatement,
.headingLabel,
.titleSection,
.errorSection,
.successSection,
.activeJobLink,
.activeJobLinkText,
.categoryHeadingSection, {
    font-size: 16pt;
    color: black;
}

.jumbotron {
	padding: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.jumbotron p {
	font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
}
/* -----------02 Mobile Layout / 1px & Up ------------------- */
#bodyTag, html {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

.btn-success {
    color: #000;
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

.btn-success:hover {
    color: #000;
    background-color: #d6d6d6;
    border-color: #d6d6d6;
}

#pageHeader:before {
    background-size: cover;
    /*content: "Company name goes here";*/
    color: #ffffff;
    font-family: "Times","Times New Roman",serif;
    font-size: 64px;
    text-transform: uppercase;
    font-style: italic;
    padding-top: 11px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

#buttonBig {
	background-color:#d6d6d6;
	color: #000000;
}
#talentComunitySignUp h4.userInputControlHeading {
    visibility: hidden;
    position: relative;
}

    #talentComunitySignUp h4.userInputControlHeading:after {
        visibility: visible;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding-top: 2px;
        content: "Subscribe to Updates";
        color: white;
        background-color: #D73839;
    }
#jobSearchWrapper h4.userInputControlHeading {
    visibility: hidden;
    position: relative;
}

    #jobSearchWrapper h4.userInputControlHeading:after {
        visibility: visible;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding-top: 2px;
        content: "Search Current Job Openings";
        color: white;
        background-color: #E8112D;
    }
	
.categoryHeadingSection {
    font-weight: bold;
}

.categorySection {
    margin-bottom: 15px;
}

span.activeJobHeading {
    font-size: 18px;
    font-weight: bold;
}

/*Background selected Here*/
html {
    height: 100%;
}

#pageWrapper {
    min-width: 300px;
    display: block;
    position: static;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

#headerWrapper {
    /* page header is where the company logo and compay name reside - 60px is the default as logos in BirdDog ATS are 150x60 px*, can use external logo. Size of this wrapper at current is 1024x60px */ background: url('slideshow_bg.png') repeat-x 50% top;
    top: 0;
    vertical-align: top;
    text-align: center;
    height: 60px;
    width: 100%;
    display: none;
    border-radius: 5px;
}

#pageHeader {
    background-image: url('slideshow_bg.png');
    height: 100% !important;
    /* background-color: rgba(255,255,255,.7); */
}

    #pageHeader .companyLogo {
        background-image: url('http://customer-care-items.s3.amazonaws.com/webuildidaho-logo-FINAL-red.png');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 194px;
        height: 204px;
        display: block;
        /*transform: translate(0, 1%);*/
    }

    #pageHeader h2 {
        display: inline;
        color: #000;
		margin-top: -80px!important;
    }

        #pageHeader h2:before {
            visibility: hidden;
        }

        #pageHeader h2:after {
            content: "Get Employed";
            visibility: visible;
        }
/*This is verbiage in the BirdDog ATS from the Header Text field*/
#navigationWrapper {
    position: relative;
    width: 100%;
    height: 220px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #FFFFFF;
	margin-top: 10px;
}

#pageNavigationBar {
    width: 100%;
    height: 256px;
    background-color: #FFFFFF;
    background: url('https://customer-care-items.s3.amazonaws.com/2016-johnstone-birdog-header-all.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 2px;
    vertical-align: central;
    border-radius: 5px;
}

.buttonNavigation {
    /* This is to have a Home button in the navigation that is set to reload the page. It is not set to navigate back to a company or organization's page*/ visibility: hidden; /*padding-right: 2px; vertical-align: top; color: #FF7000;*/
}

#contentWrapper {
    clear: both;
    vertical-align: top;
    position: static;
    top: 45px;
    height: 100%;
    display: inline-block;
    margin: 5px;
    padding-right: 7px;
    padding-left: 3px;
    width: 100%;
    border-radius: 5px;
    background-color: white;
}

#mainContent {
    color: black;
    width: 100%;
    padding-right: 5px;
    height: 100%;
}

#formWrapper {
    clear: both;
    text-align: center;
    align-content: center; /*vertical-align: top;*/
    display: inline-block;
    position: static;
    min-width: 300px;
    max-width: 340px;
    margin: 5px;
    border-radius: 5px;
	padding-bottom: 30px;
}

.buttonTag {
    background-color: #002b7f;
    border-color: #002b7f;
}

.buttonTag:hover {
    background-color: #002b7f;
    border-color: #002b7f;
}

.jumbotron {
    Background-color: White;
    opacity: 1;
    border-radius: 10px;
}

.jobDescriptionArticle {
    display: block;
    position: relative;
}

    .jobDescriptionArticle .jobTitle {
        display: block;
        float: left;
        position: absolute;
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        margin: 10px;
    }

    .jobDescriptionArticle .jobLocation {
        color: #000000;
        display: block;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
    }

    .jobDescriptionArticle .jobDescription {
        display: block;
        position: relative;
        bottom: 0;
    }

.jobSection a:hover, a:focus {
    font: 16pt;
    color: #D82631;
    text-decoration: underline;
}

a {
    color: #002b7f;
    text-decoration: none;
}

.a {
    color: #002b7f;
    text-decoration: none;
}
/* Input box section - this is all about the functionality of the site's page.*/
.userInputControlHeading {
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    text-align: center;
    /*border-radius: 5px;*/
    color: white;
    background-color: #E8112D;
}

.inputDataEntryFields {
    align-self: center;
    align-items: center;
    text-align: center;
    float: right;
    width: 100%;
    color: black;
}

#stateSearch {
    display: block;
}

#zipSearch {
    display: none;
}

#categorySearch {
    display: none;
}

#countySearch {
    display: none;
}

#buttonSearchbutton {
    text-align: center;
}

#jobSearchContents {
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

#talentSearchWrapper {
    position: static;
    min-width: 300px;
    max-width: 340px;
    margin: 5px;
}

    #talentSearchWrapper .userInputControlHeading: before {
        visibility: hidden;
    }

    #talentSearchWrapper .userInputControlHeading: after {
        content: "Post Your Information";
        visibility: visible;
    }

#talentSearchContents {
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

#talentComunitySignUp {
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    background-color: rgba(255,255,255,.7);
	display: none;
}

#dropFilesHere {
    display: none;
    background-color: #D82631;
    border-radius: 5px;
}

.TCSLabel, .JSLabel {
    display: none;
    width: fit-content;
    display: inline-block;
    text-align: right;
    opacity: 1;
}

.headingLabel {
    text-align: right;
    padding-right: 5px;
    width: 40%;
}

.fieldSection, .titleSection {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.fieldSection {
    display: inline-block;
    width: 100%;
}

.titleSection {
    padding-left: 50px;
    background-color: #D82631;
    width: 100%;
    text-align: center;
}

.errorSection {
    text-align: center;
    color: Red;
    background-color: #D82631;
    border: red 2px solid;
    border-radius: 5px;
    width: 100%;
    display: none;
}

.successSection {
    text-align: center;
    color: green;
    background-color: lightgreen;
    border: green 2px solid;
    border-radius: 5px;
    width: 100%;
    display: none;
}

.ssNB {
    display: block;
}

.lsNB {
    display: none;
}

#EOEStatement {
    clear: both;
    color: #AD3128;
    display: none;
}

.inputContainer {
    min-width: 320px;
    max-width: 340px;
    clear: both;
    display: block;
}

    .inputContainer .inputTag {
        width: 55%;
        float: right;
    }

.inputTag input {
    width: 100%;
}

.inputContainer select {
    max-width: 150px;
}
/* -----------03 Desktop Layout / 600px & Up ------------------- */
@media only screen and (min-width: 600px) {

    #bodyTag {
        background-color: #fff;
        margin: 0 auto;
    }

    #pageWrapper {
        position: relative;
        left: auto;
        right: auto;
        display: block;
        width: 1024px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #headerWrapper {
        display: none;
        width: 100%;
        height: 136px;
		padding-top: 10px;
    }

    #pageHeader {
        height: 100%;
    }

        #pageHeader .companyLogo {
            width: 100%;
            height: 122px;
            background-size: contain;
            background-repeat: no-repeat;
           
        }

        #pageHeader h2 {
            font-size: 50px;
            font-weight: bold;
            height: 100%;
            display: inline-block;
            margin-top: 40px;
            margin-bottom: 40px;
            vertical-align: middle;
        }

    #navigationWrapper {
        display: block;
        width: 100%;
        height: 256px;
        vertical-align: top;
		margin-top: 10px;
    }

    #pageNavigationBar {
        display: block;
        width: 100%; /*padding: 3px; border-radius: 5px;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #contentWrapper {
        float: left;
        display: inline;
        position: absolute;
        top: 257px;
        right: 5px;
        left: 345px;
        margin: 0;
        margin-top: 2px;
        max-width: 679px;
        height: auto;
        border-radius: 5px;
    }

        #contentWrapper a:hover, #contentWrapper a .activeJobLinkText:hover {
            color: red;
        }

    #mainContent {
        color: black;
        margin-top: 5px;
        padding: 10px;
    }

        #mainContent .jobDescriptionArticle {
            padding-top: 0px;
        }

            #mainContent .jobDescriptionArticle .jobTitle {
                display: inline-block;
                position: relative;
                max-width: 100%;
				margin: 0;
            }

            #mainContent .jobDescriptionArticle .jobLocation {
                display: inline-block;
                position: relative;
                max-width: 100%;
				margin: 0;
				font-size: 10pt;
            }

            #mainContent .jobDescriptionArticle .jobDescription {
                display: inline-block;
                position: relative;
            }

    #formWrapper {
        text-align: center;
        background-color: rgba(255,255,255,.7);
        position: absolute;
        margin-top: 7px;
        margin-right: 0px;
        margin-left: 0px;
        display: inline;
        left: 0px;
        font-size: 14px;
        border-radius: 5px;
    }

    #talentSearchWrapper {
        min-width: 300px;
        max-width: 340px;
        margin: 0px;
        padding-top: 1px;
        padding-bottom: 8px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 0px 0px 5px 5px;
    }

    #jobSearchWrapper {
        min-width: 300px;
        max-width: 340px;
        margin: 0px;
        padding-top: 1px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 5px 5px 0px 0px;
    }
}

/*600 and below*/
@media only screen and (max-width: 600px) {

    #talentSearchWrapper .userInputControlHeading {
        visibility: hidden;
        position: relative;
    }

        #talentSearchWrapper .userInputControlHeading:after {
            visibility: visible;
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: auto;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: "Post Your Information";
            background-color: #FF7000;
        }
    /*Background selected Here*/

    #headerWrapper {
        /* page header is where the company logo and compay name reside - 60px is the default as logos in BirdDog ATS are 150x60 px*, can use external logo. Size of this wrapper at current is 1024x60px */ 
		background: url('slideshow_bg.png') repeat-x 50% top;
        top: 0;
        vertical-align: top;
        text-align: center;
        height: 44px;
        width: 100%;
        display: none;
        border-radius: 5px;
    }

    #pageHeader {
        background-image: url('slideshow_bg.png');
        height: 100px);
        background-color: #333333;
    }

        #pageHeader:before {
            position: static;
        }

        #pageHeader .companyLogo {
            width: 100%;
            height: 100px;
            background-size: contain;
            background-repeat: no-repeat;
           
        }

    /*This is verbiage in the BirdDog ATS from the Header Text field*/
    #navigationWrapper {
        position: relative;
        width: 100%;
        height: 200px;
        vertical-align: top;
        border-radius: 5px;
        background-color: #FFFFFF;
    }

    #pageNavigationBar {
        width: 100%;
        height: 200px;
        background-color: #FFF;
        background: url('https://customer-care-items.s3.amazonaws.com/2016-johnstone-birdog-header-all.png');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 2px;
        vertical-align: central;

        border-radius: 5px;
    }

       #contentWrapper {
        clear: both;
        vertical-align: top;
        top: 295px;
        height: auto;
        display: inline-block;
        margin: 5px;
        padding-right: 7px;
        padding-left: 3px;
        width: auto;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.6);
        margin-top: 40px;
    }

    #.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #49C8EF;
    border-color: #49C8EF;

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;

    #mainContent {
        color: black;
        width: 100%;
        padding-right: 5px;
        height: 100%;
    }

    #formWrapper {
        clear: both;
        text-align: center;
        align-content: center; /*vertical-align: top;*/
        ;
        display: inline-block;
        min-width: 300px;
        max-width: 340px;
        margin: 5px;
        border-radius: 5px;
        top: 680px;
        background-color: rgba(255, 255, 255, 0.6);
    }
}

@media only screen and (max-width: 497px) {
    #headerWrapper {
        height:20px;
    }
}