﻿@charset "utf-8";
/* CSS Document */

.padTop30 {padding-top: 30px;}
.padBottom30 {padding-bottom: 30px;}

ul.job-posting-details, ul.job-posting-details li, table, h1, h2, h3, h4, h5, h6, input, select
{
    padding: 0;
}

.hidden {width: 0; height: 0; }

/* ==========================================================================
   fonts
   ========================================================================== */
   
 /*@font-face {
    font-family: 'cabinbold';
    src: url('fonts/cabin/cabin-bold-webfont.eot');
    src: url('fonts/cabin/cabin-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabin/cabin-bold-webfont.woff') format('woff'),
         url('fonts/cabin/cabin-bold-webfont.ttf') format('truetype'),
         url('fonts/cabin/cabin-bold-webfont.svg#cabinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/  


@font-face {
    font-family: 'arrow';
    src: url('fonts/arrow/arrow_symbols_1-webfont.eot');
    src: url('fonts/arrow/arrow_symbols_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arrow/arrow_symbols_1-webfont.woff') format('woff'),
         url('fonts/arrow/arrow_symbols_1-webfont.ttf') format('truetype'),
         url('fonts/arrow/arrow_symbols_1-webfont.svg#arrow_symbols_1regular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	
	font-size: 11pt;
	line-height: 22px;
	color: #656565;
	padding: 0px;
	border: 0px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 44px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: -2.5px;
    margin: 0px;
    padding: 0 0 30px 0;
    line-height: 35pt;
}

h1 strong {font-weight: 500;}

div.news_right_wrap h2 {
    text-align: right;
}

.news_wrap h2 {
    color: #656565;
    padding: 0;
    display: block;
}

h2 {
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #333;
    letter-spacing: -1px;
    margin: 6px 0 0 0;
    padding: 0 0 15px 0;
    line-height: 1;
}

b {
    font-weight: 700;
}

p {line-height: 1.5;}

a {
	text-decoration: none;
	-webkit-transition: linear 50ms; /* For Safari 3.1 to 6.0 */
    transition: linear 50ms;
}

/*a:link, a:active, a:visited {
	color: #b03e19;
	text-decoration: none;
	font-weight: 600;
}*/

a:hover {
        color: #00558c !important;
        cursor: pointer;
    }

a:focus {outline: 0px;}

img {
	border: 0px;
	margin-right:auto;
	margin-left: auto;
}

.careerbuttons a {
	display: table;
    margin: 0 auto;
}

.circleimage {
    width: 124px;
    height: 124px;
    background-color: #b03e19;

-webkit-border-radius: 124px;
-moz-border-radius: 124px;
border-radius: 124px;   
}

.careerbuttons h2 {
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 20px;
    color: #b03e19;
    font-weight: 600;
    font-size: 22px;
}

.careerbuttons a:hover .circleimage {
    background-color: #a12816;
}

@media (max-width: 500px) {
    .circleimage {
        width: 80px;
        height: 80px;
    }

    .careerbuttons h2 {
        font-size: 12pt;
    }
}




#careerpanel {
    font-size: 24pt;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    color: #AAAAAA;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0 0 15px 0;
    display: inline-block;
    line-height: 35pt;
}
.opportunitybanner {
	width: 100%; 
	height:auto;
	margin-bottom:30px;
	
}
.parent{
	font-family: "Open Sans", sans-serif;
	color:#656565;
	line-height: 20px;
	font-weight: 600;
	margin-top:15px;
}
.cssReturnLink {
	width:100%;
}

/*  SECTIONS  */
.section {
	clear: both;
}

.card {
    padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid #d9d9d9;
    margin-bottom: 25px;
}

.card p {
    font-size: 10pt;
    line-height: 1.5;
    /*color: #999;*/
    color: #000;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}



@media all and (max-width: 414px) {
	#careerpanel {
    font-size: 18pt;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #AAAAAA;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0 0 15px 0;
    display: inline-block;
    line-height: 24pt;
}
	
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}


.jobitem {
    padding-bottom: 20px;
    text-align: left;
    font-size: 13px;
}

.jobitem a {
    font-size: 15px;
}

.jobitem a:link, .jobitem a:active, .jobitem a:visited {
	text-decoration: none;
	font-weight: 600;
}

    .job-posting-details li
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.jobitem a:hover {color: #ea9105;}


.jobBody ul {
    padding: 
}


.jobBody h2 {
    font-size: 12pt;
    margin-top: 24px;
}


ul.job-posting-details
{
    list-style: none;
    text-align: left;
    margin-bottom: 25px;
}

.job-posting-details li {
    line-height: 1.5;
}


        ul.job-posting-details li ul li
        {
            list-style: square;
        }

.careerindent{
	margin-left:15px;
}

.email-icon {
    background: transparent url(images/ico-email.png) top left no-repeat;
    background-position: 0px 3px;
    color: #005fad;
    padding-left: 1.8em;
    border: 0;
}
.triangle-icon {
    background: transparent url(images/triangle.png) top left no-repeat;
    background-position: 0px 3px;
    padding-left: 1em;
    border: 0;
}
    .triangle-icon a
    {
        color: #005fad;
        font-weight: normal;
    }



#job-detail{

    padding-left: 0 !important;
    color: #333;
    font-size: 22px;
    margin-bottom: 7px;
	font-weight: 600;
}
.job-detailnumber {
	color: #656565;
    font-size: 1.1em;
    margin-bottom: 7px;
	font-weight: 500;
}
.job-detailnumber2 {
	color: #656565;
    font-size: 1.0em;
    margin-bottom: 1em;
	font-weight: 300;
}

.careersection {
    padding: 0 15px;
}

.search-container {
    text-align: center;
    padding: 15px;
    background: #f6f6f6;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.06);
    border-radius: 10px;
    border: 1px solid #dedede;
    margin-top: 10px;
}



input.search{background-image:url(./images/mag.png);}

select.location {
    display: none;

    width: calc(50% - 95px);
    background: #fff url(./images/map.png) no-repeat left center; 
    border:1px solid #DADADA;
    margin: 0 20px 0px 0px;
    padding-left:35px;
    height:30px;
    font-size:14px;
    box-shadow:0 0 2px;
    -webkit-box-shadow:0 0 2px;
    -moz-box-shadow:0 0 5px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px
}

.btnSearch,.btnViewAllJobs, a.btnApply {
height: auto;
background-color:#b03e19 !important;
border-radius:5px;
border:none;
padding:10px 25px;
color:#FFF !important;
margin-right: 0;
width: 150px;
font-weight: 600;
}

input#submit{
}

a.btnApply {
    display: table;
    width: auto;
    margin-bottom: 20px;
}

#frmSearch input[type=text] {
    width: calc(100% - 174px);
    background-repeat:no-repeat;
    background-position:6px;
    border:1px solid #DADADA;
    margin: 0 20px 0px 0px;
    padding-left:35px;
    height:30px;
    font-size:14px;
    box-shadow:0 0 2px;
    -webkit-box-shadow:0 0 2px;
    /* For I.E */
    -moz-box-shadow:0 0 5px;
    /* For Mozilla Web Browser*/
    border-radius:5px;
    -webkit-border-radius:5px;
    /* For I.E */
    -moz-border-radius:5px
    /* For Mozilla Web Browser*/
}

#frmSearch input[type=text],
#frmSearch select {
    height: 40px;
}



.btnSearch:hover, .btnViewAllJobs:hover, a.btnApply:hover {
    background-color:#a12816;
    color: #fff !important;
    text-decoration: none;
}






.newsection
{
    clear: both;
    /*border-top: solid 1px #ccc;*/
}


.newsection h2 {
    font-weight: 700;
}

.goback-link
{
    line-height: 20px;
}



h1.category-title {
    font-size: 24pt;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    color: #AAAAAA;
    letter-spacing: 0px;
    margin: 0px;
    padding: 0 0 15px 0;
    display: inline-block;
    line-height: 35pt;
}

.btnViewAllJobs, .btnViewAllJobs:hover {width: 100%; margin-bottom: 5px;}




    .aplly-info {
	     float: right;
    }

@media (max-width: 767px) {
    .btnSearch {
        width: 100%;
    }

    a.btnApply {width: 100% !important; text-align: center;}

    input.search {
        margin: 0 0 10px !important;
        width: 100% !important;
    }

    select.location {
        width: 100%;
        margin: 10px auto;
    }

    .aplly-info {
	     margin-left:0;
         float: left;
         width: auto;
    }
}

