/*-------------------------------------------------------------------------------------------*/
/*BUTTON STYLING*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* Buttons styling */
/*------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------*/
/* PRIMARY BUTTON */
/*------------------------------------------------------------------------------------------- */

input.button,
input[type="submit"],
input[type="button"] {
    border: none;
}
.apply_direct,
.apply_now a,
.submit,
.button.preview,
input[type="submit"],
.button.continue,
.job_list_read_more {
    color: #011A42;
    border-radius: 1px;
    display: inline-block;
    font-size: 16px;
    padding: 0.5em 1em;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 10px 30px 0px;
    background: #fff;
}

.hs_applybutton a {
    color: #2196da;
    border-radius: 1px;
    display: inline-block;
    font-size: 16px;
    padding: 0.5em 1em;
    cursor: pointer;
    text-decoration: none !important;
    margin: 10px 10px 30px 0px;
    background: #fff;
}

.submit:hover,
.apply_direct:hover,
.apply_now a:hover,
input[type="submit"]:hover,
.button .preview:hover,
.job_list_read_more:hover,
.button.continue:hover {
    color: #fff;
    background: #011A42;
}

.hs_applybutton a {
    color: #fff;
    background: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/* SECONDARY BUTTON */
/*------------------------------------------------------------------------------------------- */

.send_a_friend a, #icams_inserted .hs_applybutton a,
a.send_a_friend,
.add {
    color: #fff;
    border-radius: 1px;
font-weight:bold;
    font-family: "Roboto-Bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 0.5em 1em;
    text-decoration: none;
    margin: 10px 10px 30px 0px;
    background: #fff;
}

.add {
    margin: 10px 5px;
}

.send_a_friend a:hover,
a.send_a_friend:hover,
.add:hover {
    color: #fff;
    background: #011A42;
}
/*-------------------------------------------------------------------------------------------*/
/* NEW BUTTON */
/*------------------------------------------------------------------------------------------- */

.new {
    color: #fff;
    border-radius: 1px;
    background: #fff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", fff "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 0.5em 1em;
    text-decoration: none;
    margin: 10px 10px 30px 0px;
    background: #fff;
}

.new:hover {
    color: #fff;
    background: #a5aaac;
}
/*-------------------------------------------------------------------------------------------*/
/* CANCEL BUTTON */
/*------------------------------------------------------------------------------------------- */

.cancel,
.reset,
input[value="Cancel"] {
    color: #fff;
    border-radius: 1px;
    background: #fff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", fff "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 0.5em 1em;
    text-decoration: none;
    margin: 10px 10px 30px 0px;
    background: #fff;
}

.cancel:hover,
.reset:hover,
input[value="Cancel"]:hover {
    color: #fff;
    background: #a5aaac;
}
/*-------------------------------------------------------------------------------------------*/
/* Content & Job Details */
/*-------------------------------------------------------------------------------------------*/

#content {
    padding: 16px 16px 16px 16px;
}
/* -- jobdetail -- */

#content.jobdetail p.summary {
    font-style: italic;
}

#content.jobdetail .jobclassifications {
    padding: 0px 16px 12px 16px;
    margin: 0px -16px;
    margin-bottom: 12px;
    border-bottom: 1px solid whitesmoke;
}

.job_postings .apply_now {
    float: right;
    text-align: right;
}
/*job classifications*/

.job_classifications .class_type {
    font-weight: bold;
width:200px;
    float: left;
    color: #011A42;
}

.job_classifications {
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}
/*bottom links*/

.bottomlinks {
    margin-top: 15px;
    overflow: hidden;
padding-left:3px;
}

.classification {
    margin-bottom: 5px;
}
/*-------------------------------------------------------------------------------------------*/
/* Content & Job List */
/*-------------------------------------------------------------------------------------------*/

#content {
    padding: 16px 16px 16px 16px;
}
/* -- joblist -- */

#content .joblist {
    padding: 0px;
    margin: -16px -16px 0px -16px;
}

.jobpost {
    position: relative;
}

.jobpost .jobpost_body span.jobclass {
      display: block;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.jobpost .jobpost_body span.jobclass_type {
    display: inline-block;
    font-weight: bold;
    width: 150px;
    color: #193177;
}

@media screen and (max-width: 1024px) {

	.jobpost .jobpost_body span.jobclass {width:100%}
	.jobpost .jobpost_body span.jobclass_type {
    display: inline-block;
    font-weight: bold;
    width: 200px;
}
	

	}

 
.jobpost:last-child {
    border-bottom: 0px;
}

.jobpost h2 a {
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.jobclassifications {
    font-size: 14px;
    margin-bottom: 2px;
    padding-right: 16px;
}

.jobclass {
    overflow: hidden;
}

.jobclass .class_type {
    display: block;
    width: 40%;
    margin-right: 2%;
    float: left;
    line-height: 16px;
    color: #fff;
}

.jobclass .class_value {
    display: block;
    width: 57%;
    float: left;
    line-height: 16px;
}

.divider {
    border-bottom: solid 1px #011A42;
    height: 20px;
    margin-bottom: 20px;
}

.searchresults .divider hr {
    display: none;
}

.jobpost_body {
    border-bottom: none;
}

.searchresults .jobpost_nav {
   border-bottom: none;
  border-top: none;
  height: 60px;
  margin-top: 5px;
}

.searchresults .jobpost_nav p {
    margin-bottom: 5px;
}



.job_list_read_more {
    float: right;
}

.send_a_friend a {
    float: left;
}

.send_a_friend {
    cursor: pointer;
}

.column.send_a_friend {
    float: left;
}

.jobpost_nav p {
    clear: both;
}

.resultsNav ul {
    list-style: none;
    padding-left: 0px;
}

.resultsNav li {
    display: inline;
    color: #156268 !important;
    cursor: pointer;
    margin-left: 5px;
}

.resultsNav li a {
    text-decoration: none;
}
/*-------------------------------------------------------------------------------------------*/
/* General styling */
/*-------------------------------------------------------------------------------------------*/

html {
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    color: #011A42;
}

h1 {
    font-size: 40px;
    margin: 0px 0px 20px 0px;
/*    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", fff "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    color: #fff;
}

h2 {
    font-size: 2.25rem;
    margin: 0px 0px 20px 0px;
/*    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", fff "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    color: #a5aaac;
}

h3 {
    font-size: 20px;
    margin: 0px 0px 10px 0px;
/*    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", fff "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    color: #fff;
}

h4 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
/*    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", fff "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
    color: #fff;
}

h5 {
    font-size: 110%;
    margin: 0px 0px 0px 0px;
    color: #a5aaac;
    text-transform: uppercase;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", fff "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    color: #a5aaac;
}

p {
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    line-height: 18px;
    margin: 0px 0px 12px 0px;
}

hr {
    border: 0px;
    border-top: 1px solid whitesmoke;
    margin: 0px 0px 20px 0px;
    clear: both;
}

a {
    color: #fff;
}

a:hover {
    color: #a5aaac;
}
/*-------------------------------------------------------------------------------------------*/
/* Table styling */
/*-------------------------------------------------------------------------------------------*/

table {
    margin: 0px 0px 20px 0px;
    width: 100%;
    border-spacing: 0px;
}

td,
th {
    border-bottom: 1px solid whitesmoke;
    text-align: left;
    color: #a5aaac;
    font-size: 14px;
    padding: 7px 0px;
    font-size: 14px;
}
/*tables*/

table {
    width: 100%;
}

th {
    color: #fff;
    font-weight: bold;
}
/*-------------------------------------------------------------------------------------------*/
/* List Style */
/*-------------------------------------------------------------------------------------------*/

#menu ul {
    list-style-type: none;
}

ul,
ol {
    font-size: 100%;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
}

li ul {
    margin: 0px 0px 0px 0px;
}
/*-------------------------------------------------------------------------------------------*/
/* Job Alerts  */
/*-------------------------------------------------------------------------------------------*/

.search.advanced {
    margin-top: 15px;
    width: 90%;
}

.param fieldset {
    margin-bottom: 20px !important;
}



.column1 {
    clear: both;
    width: 100%;
}

.column2 {
  margin-left:0px;
  padding: 0;
}

.column2,
.column3 {
    float: left;
    width: 20%;
    padding-top:20px;
}

 .checkbox_val_any, .checkbox_val, .radio-option {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
align-items: center;
margin-bottom:8px;
}

.radio-option input[type="radio"] {
margin:0;
}

 .checkbox_val_any label, .checkbox_val label {
  width: 100%;
}

.radio-option:not(:first-child) {
  margin-top: -20px;
}

.advancedcheckbox .param.param_p1_val fieldset {
  margin-top: 5px !important;
}


.column2 .textfield,
.column2 .select {
    margin-bottom: 10px;
}

.links.save_search_links {
    clear: both;
    display: inline-block;
    float: left;
}

.home-course-search input{margin-top:0px;}

.param_p_text{display:none;}

/*-------------------------------------------------------------------------------------------*/
/* Forms */
/*-------------------------------------------------------------------------------------------*/

.form_details {
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}
/*Radio Buttons*/

.radio_v label {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
}

.radio_v input {
    margin-top: 5px;
    float: left;
    display: block;
    clear: both;
}

.radio_v {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 10px;
}
/*Form Snippit*/

.error,
.error li {
    color: red;
    padding: 3px;
}

.formdetails {
    overflow: hidden;
	position:relative;
}

p label {
    float: left;
}

input[type="checkbox"] {
    margin-top: 5px;
}

input {
    margin-bottom: 5px; 
    margin-top: 5px;
}
.m-header-search input#header-search{
	margin-bottom:0px;
}

select {
    margin-bottom: 10px;
}

.completed {
    margin: 30px 0px;
}

form .links {
    margin-top: 30px;
}

.password_reminder {
    margin-top: 20px;
}

div.label {
    float: left;
    padding-right: 10px;
    width: 250px;
}

.search div.label{
  display:block;
  float:none;
}



input.textfield {
    border: 1px solid #7a7a7a;
    font-size: 13px;
    padding: 3px 5px;
    width: 190px;
}

select {
    border: 1px solid #7a7a7a;
    font-size: 13px;
    padding: 3px 5px;
    min-width: 250px;
}

textarea {
    border: 1px solid #7a7a7a;
    font-size: 13px;
    padding: 3px 5px;
    width: 190px;
}

.logindetails {
    margin-bottom: 15px;
}

.formdetails {
    margin-bottom: 15px;
}

input[type="text"], input[type="email"], input[type="password"] {
border: 1px solid #011a42;
background: #fff;
}

.mandatory-marker,
.madatory {
    color: #011a42;
}

.completed label {
    margin-right: 10px;
}

#icams_inserted th {
    font-weight: bold;
}

#icams_inserted td,
#icams_inserted th {
    padding: 5px;
}
/*-------------------------------------------------------------------------------------------*/
/* Added css */
/*-------------------------------------------------------------------------------------------*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.jobpost_body {
    font-weight: normal;
    border-bottom: none;
    overflow: hidden;
    width: 100%;
}

.jobpost_body h2 a {
    color: #011A42;
    font-weight: normal;
    font-size: 1.65rem;
}

.jobpost_body p {
    font-size: 1rem;
    font-weight: normal;
}

input[type="reset"],
input[type="submit"],
input[type="button"],
.add {
    color: #fff;
    transition: background-color 0.5s ease;
    background-color: #011A42;
    float: left;
font-family: "Roboto-Bold", "helvetica-light", Arial, sans-serif ;
font-weight: bold;
border: 1px solid #011A42;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.add:hover {
    color: #fff;
}

.searchresults .jobpost{
    /*border-bottom: 1px solid #1874a3;*/
    margin-top:30px;
}

.ccp_profile .detail {
    margin-top: 15px;
}



input[type="text"] {
    min-height: 20px;
}

.l-col-9.l-padinfull.l-padtop.thm-page {
    padding-bottom: 70px;
}

.m-wysiwyg a {
    color: #011A42;
}

.x-form-field-wrap .x-form-trigger {
    height: 23px;
}

.m-wysiwyg h2 {
    clear: both;
}

.send_a_friend a, #icams_inserted .hs_applybutton a,
a.send_a_friend,
.apply_direct a,
a.apply_direct,
.jobpost_nav a,
.add {
    color: #fff;
    transition: background-color 0.5s ease;
    background-color: #011A42;
font-family:  "Roboto-Bold", "helvetica-light", Arial, sans-serif ;
  font-weight: bold;

}

.send_a_friend a:hover,
a.send_a_friend:hover,
.apply_direct a:hover,
a.apply_direct:hover,
.jobpost_nav a:hover,
.add:hover {
    color: #fff;
}

.apply_now a,
.submit,
.button.preview,
input[type="submit"],
.button.continue,
.job_list_read_more {
    color: #fff;
    border-radius: 1px;
    display: inline-block;
    font-size: 16px;
    padding: 0.5em 1em;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 10px 30px 0px;
    color: #fff;
    transition: background-color 0.5s ease;
    background-color: #011A42;
    float: left;
  font-family:  "Roboto-Bold", "helvetica-light", Arial, sans-serif ;
  font-weight: bold;

}

input[type="button"]:hover {
    background-color: #011A42;
}

.job_postings .apply_now, #icams_inserted .hs_applybutton.hs_apply_desktop  {
    float: left;
    text-align: right;
}

/*@media only screen and (max-width: 950px) {
    .m-wysiwyg.thm-panel-grey,
    .content-wrapper,
    .icams-inserted.icams_inserted.clearfix {
        background: #fff;
    }
}*/

.job_classifications .jobclass_type {
    color: #193177;
    font-weight: 500;
}



#section2905 .comment {
    margin-bottom: 10px;
}

#section2905 .formdetails.p_14,
#section2905 textarea,
#section2905 .x-resizable-handle.x-resizable-handle-east.x-unselectable {
    margin-top: 10px;
}

@media only screen and (min-width: 550px) {
    #section2952 .counter {
        padding-left: 400px;
    }
}

#section2950 textarea,
#section2951 textarea {
    width: auto;
}

select {
    min-width: 200px;
}

.jobpost_body p span, .jobpost_body p {
    margin-bottom: 10px;
}

.m-form .styled-select {
    height: 45px;
}

.icams_inserted ol,
.icams_inserted ul{
    list-style: disc;
}


/*.attachments .prompt {
      color: #193177;
    font-weight: bold;
}*/

.docs a{
    color: #011A42;
    font-family: "Roboto-Regular", 'helvetica-light', Arial, sans-serif;
    font-size: 100%;
}

.doctype,.docsize{fontsize:100%;}



/* Vacancy */
div.job_classifications {
	width: 100%;
	border-bottom: 1px solid #011A42;
	padding-top:10px;
}

div.job_classifications div.classification {
	font-family: "Roboto-Regular", "helvetica-light", Arial, sans-serif;
	color: #011A42;
}

div.job_classifications div.class_type {
	color: #011A42;
font-weight: bold;
  font-family: "Roboto-Bold", "helvetica-light", Arial, sans-serif;
}

#icams_inserted div.job_classifications  ul {
margin:0;
}

.jobpost_body .classifications li {
  width: 50%;
  float: left;
}

.help {
    position: absolute;
    top: 0;
    right: 275px;
}
/*# sourceMappingURL=customer_template.css.map */

.m-header-search{
    visibility: hidden;
}



/* Added styles for now page 15/11/2017 */

/* .searchfield{
    display: flex;
} */

#SearchSubmit{
    width: 50px;
    height: 51px;
    overflow: visible;
    border-radius: 0px;
    display: inline-block;
    font-size: 16px;
    padding: 0.435em 1em;
    cursor: pointer;
    text-decoration: none;
    color: transparent;
    transition: background-color 0.5s ease;
    background-color: #011A42;
    border: none;
    
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAz1BMVEUAAADs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PHs8PG8evtGAAAARHRSTlMAAQQGBwwPEBETFBUXGBwlJigtLzIzNDU2PUVGR0lKT1RYXmlrcHF1eH6GiIuSnqOlpq2ytMXR19nc3uLm6O3v8fX7/YYkc88AAADbSURBVBgZbcEJWwFRAIbR75pkkhaKkqQZWtCiZNJC4v3/v6mZ22z1zDmKuUfn7cOS/jFnb1iPNeVVXkndGqX2vsmZKLG1AIKmI+MONsCNYnfA2MiqfgK7sraBiRLVDTzIugTKSg2AkiLPMFXGBQ4UeYe+MgZoK7ICXznAhSIzGCnjAKeKDGFplGoBO4rUga4SJoAPWWYO633FxkBPvxrAumsUKj8BX0axa0LLkd+fYnlKXPGXp0RjTuy+Q8hTwtSHs9Xixa9Ix4Q8FWgS6qlAi5BRgRMIVKjWcfQD+2MzzparWKkAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    float: left;
}

#SearchSubmit:hover{
    background-color: #011A42;
}



.searchfield input[type="text"]{
    height: 50px;
  margin-bottom: 0;
  width: calc(100% - 65px);
  float: left;
  border: 1px solid #011A42;
  font-family: 'Roboto-Regular', "helvetica-light", Arial, sans-serif;
  padding-left: 10px;  
}

#listbyorg{
    clear: both;
    padding-top: 20px;
}

#listbyorg ul{
    margin-left: 2px;

}
#listbyorg li{
    list-style: none;
}
.form-search.home-course-search label{
    margin-bottom: 1em;
    color: #011A42;
    line-height: 2.5em;
    font-family: 'Roboto-Regular', "helvetica-light", Arial, sans-serif;   
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
}
.org_jobs a{
    margin-bottom: 1em;
    color:#011A42;
    line-height: 2em;
     font-family: 'Roboto-Regular', "helvetica-light", Arial, sans-serif;    
font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: underline;
}


#listbyorg a span.sum {
    float: none;
    color:#011A42;
    font-weight: normal;
    padding: 1px 7px 2px 4px;
    position: relative;
    padding-right: 20px;
text-decoration: underline;
}

#listbyorg a span.sum:after{
    content: ")";
    position: relative;
}

#listbyorg a span.sum:before{
    content: "(";
    position: relative;
}


.jobpost .apply_direct{
  
  display:none;
}
