body,
input,
button,
select,
textarea {
    font-family: Arial,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-weight: normal;
    font-weight: 400;
}

body {
    background: #000 url("../images/bg.jpg") no-repeat scroll center bottom;
    background-size:cover;
    background-attachment: fixed;
    color: #666;
    overflow-y: scroll;
    font-size: 0.875em;
}

html, body{
    background-color: #fff;
    background:none;
}

:invalid {
    outline-color: #DD0000;
    outline-color: rgba(221, 0, 0, 0.5);
    box-shadow: none;
}

:focus {
    outline-color: transparent;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline-color: #956e8f;
}

a,
button {
    transition-property: color, background-color, border-color;
    transition-duration: 0.3s;
    text-decoration: none;
}

a:link,
a:visited {
    color: #666;
}

a:hover,
a:focus {
    color: #337dbb;
    text-decoration: none;
}

a:active {
    color: #DB2623;
}

/* Custom Helper Classes */

.tColor1 {
    color: #5E6D81;
}

.tColor2 {
    color: #F7524D;
}

.tColor3:link, .tColor3:visited {
    color:#956e8f;
}

/* STRUCTURE */

.commonWrapper {
    width: auto;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.pageTitle {
    color: #5E6D81;
    padding: 0;
    margin: 1.5em 0 0.2em 0;
    font-size: 2em;
    line-height: 125%;
    font-weight: normal;
    font-weight: 300;
    text-transform: uppercase;
}

.pageTitle.pageTitleSpaced {
    margin-bottom: 1em;
}

.pageTitleLeft {
    float: left;
}

.pageTitleNav {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: 6;
    font-weight: normal;
    font-weight: 300;
}

.pageTitleNavleft {
    float: left;
    margin-left: 1em;
}

.pageCaption {
    padding: 0;
    margin: 0 0 2em 0;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5;
}

.pageDescription {
    margin: 0.5em 0 1em 0;
    line-height: 1.5;
    font-weight: normal;
}

.sectionTitle {
    color: #5E6D81;
    clear: both;
    padding: 0;
    margin: 0.5em 0 0.5em 0;
    padding-top: 0.75em;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: normal;
    font-weight: 300;
}

.sectionSummary {
    clear: both;
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #5E6D81;
    background-color: #F5F5F5;
    background-image: url('../images/about-icon.png');
    background-repeat: no-repeat;
    background-position: 0.75em center;
    padding: 0.75em 0.75em 0.75em 2.5em;
    margin-bottom: 1em;
}

.localTitle {
    color: #5E6D81;
    padding: 0;
    margin: 1em 0 0.5em 0;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: normal;
    border-bottom: 1px solid #BFBFBF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.looseText {
    line-height: 1.5;
    margin: 1em auto;
}

.buttonBar {
    clear: both;
    float: none;
    display: block;
    margin: 1em 0;
    vertical-align: middle;
    text-align: center;
}

.buttonBar:after {
    clear: both;
}

.buttonBar:before,
.buttonBar:after {
    content: " ";
    display: table;
}

.buttonBar > a,
.buttonBar > button {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.buttonBar.buttonBarInheritMargin > a,
.buttonBar.buttonBarInheritMargin > button {
    margin-left: inherit;
    margin-right: inherit;
}

.buttonBar.buttonBarReverse {
    direction: rtl;
}

.buttonBar.buttonBarRight {
    text-align: right;
}

.buttonBar.buttonBarLeft {
    text-align: left;
}

.fullWidthButton,
.buttonBar .fullWidthButton {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.MultipleSelectFormField {
    min-height: 185px !important;
}

/* Search agents in wizard */

.searchAgentsInWizardBox {
    clear: both;
    text-align: left;
    padding: 1em 0;
    border-top: 1px solid #E2E2E2;
}

.tpt_searchAgentHiddenFields {
    display: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tpt_searchAgentHiddenFields.open {
    display: block;
}

.halfContainer.tpt_searchAgentHiddenFields {
    width: auto;
}

.searchAgentText {
    display: block;
    padding-top: 0.5em;
}

/* Login and Reset Password */
.accountBox {
    padding: 0 1em;
    width: 50%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.accountBox .sectionTitle {
    font-size: 35px;
    line-height: normal;
    margin-top: 10px;
    padding-top: 10px;
}

.accountBoxFooter {
    line-height: 1.5;
    margin: 1em auto;
}

.tpt_loginHiddenFields {
    display: none;
    padding-bottom: 1em;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.tpt_loginHiddenFields.open {
    display: block;
}

.midSizeContainer {
    width: 75%;
    margin: 0 auto;
}

.socialLoginBox {
    margin-bottom: 1em;
}

@media all and (max-width: 800px) {
    .accountBox {
        width: auto;
    }
}

/* Account page redefinitions */
.accountPage {
    background-color: #252525;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.accountPage .mainHeader,
.accountPage .mainFooter {
    display: none;
}

.accountPage .mainContent {
    background-color: transparent;
    background-image: none;
    padding: 0;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.accountPage .accountBox {
    background-color: #FFFFFF;
    padding: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accountPage .sectionTitle {
    color: #FFFFFF;
    background-color: #F7524D;
    text-align: center;
    margin: 0;
    padding: 0.5em;
    line-height: 150%;
}

.accountPage .commonLoginBox {
    padding: 1em;
}

.accountPage .accountBoxFooter {
    margin: 0;
    padding: 1em;
    background-color: #F7F7F7;
    text-align: center;
}

.accountPage .accountBoxFooter > .navigationBackLinks {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
    border-top-width: 0;
}

/* HEADER */

.mainHeader {
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    color: #FFFFFF;
}
.header__wrapper {
    max-width: 1140px;
    margin: 0 auto;
    overflow: auto;
}
.mainHeader h1{
    margin: 20px;
    text-align: right;
    text-transform: uppercase;
    font-size: 28px;
}

.mainHeader a.menuItem {
    color: #fff;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin-right: 35px;
    margin-bottom:5px;
}

.mainHeader a.menuItem:hover {
    text-decoration: underline;
}

@media all and (max-width: 769px) {
    body {
        padding-top:0;
    }
    .mainHeader h1{
        margin: 20px 15px;
    }
}

/*RECRUITING EVENTS TITLE*/
.recruitingEvents h1{
    display:none;
}

.recruitingEvents a{
    display:block;
    float:right;
    width:280px;
    height:auto;
    margin: 18px 35px 20px 0;
}

.recruitingEvents a img{
    height:auto;
    display:block;
    max-width:100%;
    -webkit-transition: -webkit-transform 200ms ease-out 0s;
    -ms-transition: transform 200ms ease-out 0s;
    transition: transform 200ms ease-out 0s;
}

.recruitingEvents a:hover img{
    opacity: 0.8;
}

@media all and (max-width: 769px) {
    .recruitingEvents a{
        margin: 25px 0px 25px 20px;
        float:none;
    }
}
/* H: skip to content link */
.skipToContentLink,
.skipToContentLink:link,
.skipToContentLink:visited {
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: -4em;
    left: 50%;
    line-height: 2;
    width: 300px;
    overflow: hidden;
    padding: 0.25em;
    margin: 0 0 0 -150px;
    border-radius: 0 0 0.5em 0.5em;
    color: #FFFFFF;
    background-color: #5E6D81;
    text-align: center;
    transition-property: top;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.skipToContentLink:focus {
    top: 0;
    color: #FFFFFF;
    outline-width: 0;
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
}

.skipToContentLink:hover,
.skipToContentLink:active {
    background-color: #8297B3;
}

/* H: main title */
.mainTitleContainer {
    position: relative;
    float: left;
}

.mainTitle {
    /*position: absolute;*/
    /* height: 80px; */
    /* line-height: 80px; */
    font-weight: normal;
    font-weight: 300;
}

.mainTitle > a {
    display: block;
    background-image: url(../images/NGC-Logo.svg);
    width: 200px;
    height: 46px;
    /* background-position: 0px -5px; */
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 1s;
}

/* H: main banner */
.banner {
    background-color: #FFFFFF;
}
.headerBanner {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-image: url(../images/g22.jpg);
    min-height: 350px;
}

.headerBannerTitle {
    line-height: 3;
    text-transform: uppercase;
    text-align: center;
    color: #141414;
    font-size: 3.5em;
    font-weight: 800;
}

/* CONTENT */

.mainContent {
    background-color: #FFFFFF;
    max-width: 760px;
    max-width: 1130px;
    margin: 0 auto;
    padding: 1em 0 0.5em 0;
}

/* FOOTER */

.mainFooter{
    background: #5a839c;
    color: #fff;
    max-width: 760px;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 1em 0 0.5em 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-left: 1px solid #5a839c;
    border-right: 1px solid #5a839c;
    border-bottom: 1px solid #5a839c;
}

.mainFooter h6{
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.mainFooter a{
    display:block;
    float:none;
    margin:0px auto;
    width:280px;
    height:auto;
}

.mainFooter a img{
    display:block;
    max-width:100%;
    height:auto;
    -webkit-transition: -webkit-transform 200ms ease-out 0s;
    -ms-transition: transform 200ms ease-out 0s;
    transition: transform 200ms ease-out 0s;
}

.mainFooter a:hover img{
    opacity:0.8;
}
@media all and (max-width: 769px) {
    .mainFooter{
        margin-bottom: 0;
    }
}

/* NAVIGATION */

/* N: trigger */
.tpt_menuLeftSlideAllTrigger {
    display: none;
}

/* N: navigation elements */
.navigationMenu,
.navigationList,
.navigationItem {
    display: block;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* N: navigation static */
.navigationStatic {
    text-align: right;
    /* line-height: 80px; */
}

.navigationStatic > .navigationList {
    text-align: right;
    margin-top: 25px;
}

.navigationStatic .navigationItem {
    display: inline-block;
    line-height: 25px;
    margin-right: 1.5em;
    cursor: pointer;
}
.navigationStatic .navigationItem:not(:last-of-type) {
    border-right: solid 1px #FFFFFF;
    margin-right: 0.75em;
    padding-right: 1em;
}

.navigationStatic .navigationItem a.currentPage{
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #0060a9;
    font-size: 13px;
    color: #141414;
}

.navigationStatic a:link,
.navigationStatic a:visited {
    color: #FFFFFF;
}
.navigationStatic a:hover {
    opacity: 0.7;
}

/* N: navigation portal sections */
.navigationSectionsContainer {background-color: #FFFFFF;}

.navigationSections {
    color: #4792ca;
    margin: 0 20px;
}

.navigationSections > .navigationList {
    text-align: right;
}

.navigationSections .navigationItem {
    display: inline-block;
    line-height: 3em;
    margin-left: 1em;
}

.navigationSections .navigationItem a{
    color: #4792ca;
    font-weight: 600;
}

/* N: footer back links */
.navigationBackLinks {
    clear: both;
    text-align: left;
    padding: 1em 0;
    border-top: 1px solid #E2E2E2;
}

.navigationBackLinksList,
.navigationBackLinksListItem {
    display: inline-block;
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0 1em 0 0;
}

/* Mobile Redefinitions */
@media all and (max-width: 940px) {
    .headerBannerTitle {
        font-size: 1.5em;
    }
}

@media all and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }

    /* Styling */

    .mainTitleContainer,
    .mainTitle {
        text-align: left;
        position: static;
    }

    .mainTitle {
        display: inline-block;
    }

    /* Mobile Menu */
    .navigationMenuContainer,
    .navigationMenu,
    .navigationList {
        display: block;
        float: none;
        list-style-type: none;
        text-align: left;
        text-transform: none;
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        background-color: transparent;
        background-image: none;
        font-size: 1em;
    }

    .navigationList > .navigationItem {
        display: block;
        float: none;
        text-align: left;
        text-transform: none;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-size: 1em;
    }

    .navigationList > .navigationItem:last-child {
        margin-bottom: 15px;
    }

    .navigationList > .navigationItem a,
    .navigationList > .navigationItem a:link,
    .navigationList > .navigationItem a:visited {
        display: block;
        padding: 1em;
        color: #FFFFFF;
    }

    .navigationList > .navigationItem a:hover,
    .navigationList > .navigationItem a:focus,
    .navigationList > .navigationItem a:active {
        color: #FFFFFF;
        background-color: #005da9;
    }

    .navigationStatic .navigationItem a.currentPage{
    font-weight: bold;
    color: #fff;
    background-color: #005da9;
    padding: 14px;
    border: none;
    margin: auto;
    font-size: 1em;
    }

    /* MM: Trigger elements */

    .tpt_menuLeftSlideAllTrigger {
        display: inline-block;
        position: absolute;
        height: 68px;
        line-height: 68px;
        top: 0;
        right: 0;
        padding: 0 0.5em 0 3em;
        cursor: pointer;
        background-size: 2em 2em;
        background-position: 0.5em center;
        background-repeat: no-repeat;
        background-image: url('../images/menu_c2.svg');
    }

    .tpt_menuLeftSlideAllTrigger:hover,
    .tpt_menuLeftSlideAllTrigger:focus,
    .tpt_menuLeftSlideAllTrigger:active {
        outline-width: 0;
    }

    .tpt_menuLeftSlideAllTrigger.open {
        outline-width: 0;
    }

    /* MM: Menu elements */

    .tpt_menuLeftSlideAll {
        position: absolute;
        display: block;
        z-index: 100000;
        top: 68px;
        right: -250px;
        width: 0px;
        padding: 0;
        max-width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        color: #FFFFFF;
        background-color: #000000;
        -webkit-transition: -webkit-all 200ms ease-out 0s;
        -ms-transition: all 200ms ease-out 0s;
        transition: all 200ms ease-out 0s;
    }
    .tpt_menuLeftSlideAll.open {
        right: 0px;
        top: 68px;
        box-shadow: inset -5px 0 10px #000000;
        width: 250px;
        -webkit-transition: -webkit-all 200ms ease-out 0s;
        -ms-transition: allm 200ms ease-out 0s;
        transition: all 200ms ease-out 0s;
    }

    /* MM: Notified elements */

    .fallbackMenu.tpt_menuLeftSlideAllNotificationOpen .mainWrapper {
        position: relative;
        left: 250px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /* MM: Trigger elements */
    .tpt_menuLeftSlideTrigger {
        display: inline-block;
        position: absolute;
        height: 80px;
        line-height: 80px;
        top: 0;
        left: 0;
        padding: 0 0.5em 0 3em;
        cursor: pointer;
        background-size: 2em 2em;
        background-position: 0.5em center;
        background-repeat: no-repeat;
        background-image: url('../images/menu_c2.svg');
        -webkit-transition: -webkit-transform 200ms ease-out 0s;
        -ms-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
    }

    .tpt_menuLeftSlideTrigger:hover,
    .tpt_menuLeftSlideTrigger:focus,
    .tpt_menuLeftSlideTrigger:active {
        background-color: #F0F0F0;
        outline-width: 0;
        background-image: url('../images/menu.svg');
    }

    .tpt_menuLeftSlideTrigger.open {
        outline-width: 0;
        background-image: url('../images/menu.svg');
        -webkit-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        transform: translate(250px, 0);
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    .fallbackMenu .tpt_menuLeftSlideTrigger.open {
        left: 250px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    /* MM: Menu elements */

    .tpt_menuLeftSlide {
        position: absolute;
        display: block;
        z-index: 100000;
        top: 0;
        left: -250px;
        width: 250px;
        padding: 0;
        max-width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        color: #FFFFFF;
        background-color: #252525;
        box-shadow: inset -5px 0 10px #000000;
        -webkit-transition: -webkit-transform 200ms ease-out 0s;
        -ms-transition: transform 200ms ease-out 0s;
        transition: transform 200ms ease-out 0s;
    }

    .tpt_menuLeftSlide.open {
        -webkit-transform: translate(250px, 0);
        -ms-transform: translate(250px, 0);
        transform: translate(250px, 0);
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    .fallbackMenu .tpt_menuLeftSlide.open {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media all and (max-width: 768px) {
    .pageTitle {
        margin: 0 0 0.5em 0;
        font-size: 1.75em;
        line-height: 2;
    }

    .loginBox {
        padding: 0;
        margin: 0;
        width: auto;
    }

    .uploadResumeField {
        width: 50%;
    }

    #resumePaste {
        resize: vertical;
    }
}

@media all and (max-width: 600px) {
    .searchBox {
        float: none;
        width: auto;
    }

    .profilePictureContainer {
        float: none;
        padding: 0.5em 0 1em 0;
    }

    .profilePicture {
        margin: 0;
    }

    .profilePictureLink {
        display: none;
    }
}

/* Layout */

hr{
    color: #E2E2E2;
    margin: 30px 0;
}

hr.first-hr{
    margin-top: 0;
}

.row{
    max-width: 1200px;
    overflow: auto;
}

.col-mid{
    float: left;
    width: 50%;
}

.full-btn{
    width: 100% !important;
    margin-top: 30px;
    text-align: center;
}

.full{
    width: 100% !important;
}

.full span.requiredField{
    display:none;
}

.educationSeparator > span{
    position:relative;
}

.educationSeparator > span::after{
    content:'\02a';
    color:#DD0000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    position:absolute;
    margin-left:5px;
    font-size:15px;
}

.full.center{
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
}

.timeAdvice {
    font-family: 'Oswald', sans-serif !important;
    font-weight: bold !important;
    border-bottom: 1px solid #fafafa !important;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    font-size: 14px;
    font-family: "Oswald",sans-serif;
    font-weight: 300 !important;
}

.searchAgentsInWizardBox {
    display: none;
}

.wizardStep2 .fieldSpec{
    width: 100% !important;
    margin-top: 10px !important;
    min-height: 0;
}

.img-logo-enlace{
    width:200px;
    margin: 25px 35px;
    display:block;
    float:left;
}
.img-logo{
    display:block;
    height: auto;
    max-width: 100%;
    -webkit-transition: -webkit-transform 200ms ease-out 0s;
    -ms-transition: transform 200ms ease-out 0s;
    transition: transform 200ms ease-out 0s;
}
.img-logo-enlace:hover .img-logo{
    opacity:0.8;
}

.pageContent{
    padding: 0px;
}

.pageContent h2{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.pageContent p {
    font-family: 'Roboto', sans-serif;
}

.listSingleColumnItem .readMore {
    display: block;
    margin-top: 10px;
}

.listSingleColumnItemDescription{
    margin-top: 10px;
}

.resetButton{
    font-size: 13px;
    line-height: 1.75em;
}

.fieldSetLabel,
.labelText,
.datasetlabelText,
.fieldBoxLabel{
    font-family: 'Roboto', sans-serif;
}

.pageCaption{
    font-size: 19px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
}

.Separator span{
    font-size: 14px;
    line-height: 50px;
}

.listSingleColumnItemMiscDataItem{
    display: block;
}

.searchBoxLabel {
    text-transform: uppercase;
}

.searchBox.event select{
    min-height: auto !important;
    margin-bottom: 15px;
    max-width: 345px;
}

.thanks p{
    margin-bottom: 15px;

}

.removeDatasetRow,
a[id^="addRowFor"]{
    width: 100%;
}

div[id^="multipleDatasetEntry"] div[id^="datasetFieldContainer"] {
    width: 49%;
}

div[id^="multipleDatasetEntry"] div[id^="datasetFieldContainer"]:nth-child(even) {
    float: left;
}

div[id^="multipleDatasetEntry"] div[id^="datasetFieldContainer"]:nth-child(odd) {
    float: right;
}

@media all and (max-width: 769px) {
    html{
        background: #fff;
    }

    .pageContent{
        padding: 20px 15px;
    }

    .img-logo-enlace{
        margin: 25px 15px;
    }

    div[id^="multipleDatasetEntry"] div[id^="datasetFieldContainer"] {
        width: 100%;
    }

    .searchBox.event select{
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

.w65{
    width: 65%;
    float: left;
}
.w35{
    width: 35%;
    float: left;
}
.w35 .searchBoxFieldContainer{
    min-width: 225px;
}
.searchTitle{
    margin-bottom: 15px;
}

/* Timeslot */
.datepicker-skin-scheduling .ui-datepicker .ui-datepicker-current-day a,
.datepicker-skin-scheduling .ui-datepicker .ui-datepicker-current-day a.ui-state-hover{
    background-color: #956e8f;
    color: #FFF;
}

.schedulerWidget {
    overflow: hidden;
}

.schedulerWidget .results .noResults{
    height: auto!important;
}

.datepicker-skin-scheduling{
    width: 49.8%;
    display: inline-block;
}

.results{
    width: 49.8%;
    vertical-align: top;
    display: inline-block;
}

.schedulerWidget .results .availability{
    padding: 2.47em 1em!important;
    margin: 0;
    background: #5A5A5A!important;
    color: #FFF!important;
}

.schedulerWidget .results .resultsList .resultItem.selected{
    background: #956e8f!important;
    cursor: pointer;
    color: #FFF!important;
}

.schedulerWidget .results .resultsList .resultItem .title{
    display: none;
}

.editTimeslot .saveButton,
.editTimeslot .saveButton:link,
.editTimeslot .saveButton:visited{
    border-color:#956e8f;
    background:#956e8f;
    text-transform: none;
    padding: 0 4em;
}

.editTimeslot .saveButton:hover,
.editTimeslot .saveButton:focus,
.editTimeslot .saveButton:active{
    background-color: #FFFFFF;
    color: #956e8f;
    border-color: #956e8f;
    outline-width: 0;
    text-decoration: none;
}

.editTimeslot .fieldSpec {
    width: 100% !important;
}

.editTimeslot .datepicker-skin-scheduling {
    width: 49.8%;
    float: left;
}
.editTimeslot .results {
    width: 49.8%;
    float: right;
}

@media all and (max-width: 769px) {
    .editTimeslot .datepicker-skin-scheduling {
        width: 100%;
        float: left;
    }
    .editTimeslot .results {
        width: 100%;
        float: left;
    }
}
/*new styles added 24.1.18*/

.pageContent .pageTitle{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.pageContent .pageCaption{
    font-size: 25px;
}

.jobDetailDetails .listSingleColumnItemMiscDataItem {
    margin-bottom: 10px;
}
.jobDetailDetails .listSingleColumnItemMiscDataItem em{
    background: url(../images/icons-new.png) no-repeat 0px 0px transparent;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;}
.jobDetailDetails .listSingleColumnItemMiscDataItem em.company{
    background: url(../images/icons-new.png) no-repeat 0px 2px transparent;
}
.jobDetailDetails .listSingleColumnItemMiscDataItem em.date{
    background: url(../images/icons-new.png) no-repeat 0px -29px transparent;
}
.jobDetailDetails .listSingleColumnItemMiscDataItem em.time{
    background: url(../images/icons-new.png) no-repeat 0px -65px transparent;
}
.jobDetailDetails .listSingleColumnItemMiscDataItem em.location{
    background: url(../images/icons-new.png) no-repeat 0px -101px transparent;
}
.w100,
#extrabar{
    width: 100%;
}
@media (min-width: 768px) {
    .w66 {
    width: 66.6%;
    float: left;
    }
    .w33 {
        width: 33.3%;
        float: left;
    }
}
.row {
    overflow: auto;
}
#extrabar{
    background-color: #f2f2f2;
    padding: 15px 0px;
    margin: 30px 0px;
}
.wrap{
    margin-left:auto;
    margin-right:auto;
    max-width:1130px;
}
#content-logo.logos {
    display: table;
    width: auto;
    margin: 60px auto 30px;
}
#content-logo .logo {
    display: table-cell;
    padding: 0 4em;
}

/* new footer */

footer {
    background:#000;
    padding: 30px 10px;
}
footer h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #adadad;
}
footer .footerSocial {
    padding: 0 1.75rem 0 0;
    width: 100%;
    float: left;
    margin-bottom:20px;
}
footer .footerSocial li {
    list-style: none;
    margin-bottom: 10px;
    line-height:1.5em;
}
footer .footerSocial li a {
    color: #fff;
    font-size: .8rem;
    font-weight: 300;
    letter-spacing: .5px;
}
footer .footerSocial li a img {
    width: 42px;
    margin-right: 10px;
    vertical-align: middle;
}
footer .footerSocial li a span {
    color: #adadad;
}
footer .menu {
    padding: 0px;
    margin-bottom:20px;
}
footer .menu li {
    list-style: none;
    margin-bottom: 8px;
    border:0;
    padding:0;
    display:block;
}
footer .menu li a {
    color: #adadad;
    font-weight: 300;
    font-size:1rem;
    line-height:1.5;
}
footer .footerLogo img {
    width: 200px;
}
footer .footerLogo:hover img {
    opacity: .6;
}
footer .bottomMenu {
    padding: 0;
    margin: 20px auto;
    display:table;
    width:auto;
}
footer .bottomMenu li {
    padding: 0 10px;
    border-left: solid 1px #ccc;
    display:table-cell;
    text-align:center;
    list-style: none;
}
footer .bottomMenu li:first-child {
    border-left: 0;
}
footer .bottomMenu li a {
    color: #ccc;
    font-weight: 300;
    font-size: 14px;
}
footer a:hover {
    text-decoration: none;
    opacity: .7;
}
footer .copyinfo {
    color: #ccc;
    text-align: center;
    /* font-weight: 300; */
    font-size: 13px;
    margin: 20px 0;
    clear:both;
    line-height: 1.5em;
}
footer .copyright p {
    color: #ccc;
    text-align: center;
    font-weight: 300;
    font-size: .75rem;
    margin:10px 0;
}
footer .bottomLogo {
    margin:20px 0;
}

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

    .footer {
        margin:0 10px;
    }
    #footer .container {
        width: calc(100% - 20px);
    }
    footer h2,
    .footerLogo,
    footer .bottomMenu,
    footer .copyinfo {
        margin-left:10px;
    }
    footer .footerSocial {
        width: calc(100% - 10px);
        margin-left:10px;
    }

    footer .footerSocial li a img {
        width: 35px;
    }

}
@media only screen and (max-width:991px) {
    footer .bottomMenu {
        display:block;
        overflow:auto;
    }
    footer .bottomMenu li {
        display:block;
        float:left;
    }
    footer .footerSocial li a,
    footer .menu li a,
    footer .bottomMenu li a {
        font-size:.8rem;
    }
    footer .col-md-12 {
        width:inherit;
    }
    footer .copyinfo {
        margin:20px;
    }
}
@media only screen and (max-width:767px) {
    footer {
        text-align: center;
    }
    footer .footerSocial {
        text-align: left;
        width: 330px;
        margin: 0 auto 30px;
        float: none;
        padding: 0;
    }
    footer .bottomMenu li {
        float: none;
        border: none;
        margin-bottom: 8px;
        line-height: 1.5;
    }
    footer h2 {
        font-size: 16px;
    }
}
@media only screen and (max-width:576px) {

    footer h2,
    .footerLogo,
    footer .bottomMenu,
    footer .copyinfo {
        margin-left:0;
    }

    footer .w334,
    footer .w66 {
        width:100%;
        text-align:center;
        display:block;
    }
    footer .footerSocial {
        float: none;
        margin: 0 auto 20px 100px;
        width:inherit;
        text-align:left
    }
    footer .bottomMenu li {
        float:none;
        border-left:0;
    }
    .footerLogo {
        text-align:center;
        display:block;
    }
    footer .bottomMenu,
    footer .copyinfo {
        width: 100%;
    }
    footer .footerSocial li a img {
        width: 25px;
        margin-right:5px;
    }
}
@media only screen and (max-width:500px) {
    footer .footerSocial {
        margin: 0 auto 20px 50px;
    }
}
@media only screen and (max-width:400px) {
    footer .footerSocial {
        margin: 0 auto 20px 10px;
    }
}

/**/
.flexbox,
.boxes--step,
.listSingleColumnItem div{
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
}
.listSingleColumnItemTitle{
    display: inline-flex;
    -webkit-flex: 2 1 50%;
    flex: 2 1 50%;
    -webkit-order: 1;
    order: 1;
}
#extrabar .wrap .item,
.listSingleColumnItemMiscData {
    display: inline-flex;
    -webkit-flex: 2 1 30%;
    flex: 2 1 30%;
    -webkit-order: 2;
    order: 2;
}
#extrabar .wrap .item{
    vertical-align: middle;
}
.boxes--step{
    margin: 50px 0px;
    height: 70px;
}
.boxes--step .box--item {
    display: inline-flex;
    -webkit-flex: 1 1 33%;
    flex: 1 1 33%;
    -webkit-order: 1;
    order: 1;
}

.customBar{
    width: calc(1100px - 322px);
    margin: 0px 8%;
}
.customBar .saveButton{width: 222px;
    padding: 0;
}
.customBar span{
    font-size: 16px;
    font-weight: 600;
}

/*IE TST*/
.flexbox,
.boxes--step,
.listSingleColumnItem div,
.flexbox .wrap{
    display: -ms-flexbox;
    -ms-flex-direction:row;
}
.flexbox .wrap{
    -ms-flex-align: center;
}

.boxes--step,
.listSingleColumnItem div{
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
}

.listSingleColumnItemTitle{
    /*ie*/
    height: 40px;
    display: -ms-flexbox;
    -ms-flex-order:1;
    -ms-flex:0 0 auto;
}
#extrabar .wrap .item{
    /*ie*/
    display: -ms-flexbox;
    -ms-flex-direction:inline-flex;
    -ms-flex-order:2;
    -ms-flex:0 0 auto;
}
.listSingleColumnItemMiscData {
    /*ie*/
    height: 40px;
    display: -ms-flexbox;
    -ms-flex-direction:inline-flex;
    -ms-flex-order:2;
    -ms-flex:0 0 auto;
}
.boxes--step{
    height: 100px;
}
.boxes--step .box--item {
    display: -ms-flexbox;
    -ms-flex-direction:row;
    /*ie*/
    -ms-flex-align: center;
    height: 65px;
    -ms-flex-order:1;
    -ms-flex:1 1 366px;
    padding: 15px;
}
/*IE 11 tst*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .body_IE11 .listSingleColumnItemTitle{
        float: left !important;
    }
    .body_IE11 .listSingleColumnItemMiscData{
        float: right !important;
    }
    .body_IE11 .listSingleColumnItem div{
        display: inline-block;
        width: 100%;
    }
    .body_IE11 .listSingleColumnItemMiscData{
        height: auto;
        float: right;
    }

}
/*IE 11 tst*/

.boxes--step .box--item:nth-of-type(even) {
    margin: 0 15px;
}
.boxes--step .box--item:nth-child(2n+1) {
    background-color: #f0f0f0;
}
.boxes--step .box--item:nth-child(2n+2) {
    background-color: #e6e6e6;
}
.boxes--step .box--item:nth-child(2n+3) {
    background-color: #CACACA;
}
.box--item .number {
    width: 40px;
    height: 40px;
    background: #808080;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
}
.box--item .number span{color:#fff;margin: 8px 14px;display:inline-block;font-size:24px;}
.box--item .text{color:#808080;display:inline-block;float:right;margin-left: 10px;}

    .body_IE11 .box--item .last-item{
        background: #ff0000;
    }
    .body_IE11 .box--item .number{
        width: 40px;
        height: 40px;
        display: block;
    }
    .body_IE11 .box--item .text{
        width: 280px; display: inline-block;
    }

.line--separator{
    border-left: 1px solid #b8b8b8;
    height: 30px;
    float: left;
    margin: 0px 18px;
}
.titleSection{
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;

    line-height: 2;
    text-transform: uppercase;
    text-align: center;
    color: rgb(20, 20, 20);
    font-size: 3.5em;
    font-weight: 800;

}
.subtitleSection{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #585858;
}
@media all and (max-width: 1170px) {
    /*navigation*/

    .navigationStatic .navigationItem a.currentPage{
        margin-left: 0;
    }
}

@media all and (max-width: 769px) {
    .col-mid{
        width: 100%;
    }
    header .mainTitleContainer{
        width: 100%
    }
    .mainHeader h1{
        margin: 15px;
        text-align: left;
        font-size: 22px;
    }
    .mainTitle > a{
        width: 150px;
        height: 35px;
    }
    .boxes--step{
        height: 100%;
        flex-flow: row wrap;
    }
    .boxes--step .box--item{
        flex:1 1 100%;
        margin-bottom: 15px;
    }
    #extrabar,
    .boxes--step .box--item{
        height: auto;
    }
    .boxes--step .box--item:nth-of-type(even){
        margin: 0;
        margin-bottom: 15px;
    }
    .w65,
    .w35{
        width: 100%;
    }
}
/* Too narrow to support three columns */
@media all and (max-width: 640px) {
    .listSingleColumnItem div{
        -webkit-flex-flow: column;
                flex-flow: column;
    }
    .listSingleColumnItem .listSingleColumnItemTitle,
    .listSingleColumnItem .listSingleColumnItemMiscData{
        -webkit-order: 0;
                order: 0;
                /*ie*/
                -ms-flex-order:0;
    }
    #content-logo.logos{
        flex-wrap: wrap;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
    }
    #content-logo .logo {
        margin: 0 auto;
        display: inherit;
        padding: 1.75em 1.25em;
        text-align: center;
    }
    #content-logo .logo:nth-child(0n+1) {
        padding-top: 0;
        margin-bottom: 30px;
    }
    #flinks ul li{
        display: block;
        margin-bottom: 30px;
    }
    .logos img {
        width: 60%;
        margin: 0 auto;
        text-align: inherit;
    }
}
@media all and (max-width: 450px) {
    .feedswrapper ul li{
        margin: 0 5px
    }
}
@media all and (max-width: 350px) {
    .tpt_socialShareBar{
        left: -15px;
    }
}

@media all and (max-width: 1000px){
    #content-logo.logos{
        display: block;
        width: 100%;
    }
    #content-logo .logo{
        width: 49%;
        display: inline-block;
        text-align: center;
        padding: 10px 0;
    }
}
@media all and (max-width: 480px){
    #content-logo .logo{
        width: 60%;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
    }
}
/* end case */
/* Slider */
.slider img {
    width: 100%;
    clear: both;
    height: 420px;
    display: block;
    max-width: 100%;
}
.tns-controls,
.tns-outer > button {
    display: none;
    visibility: hidden;
}

@media all and (max-width: 768px) {
    .tns-visually-hidden {
        position: relative !important;
    }

    .slider img {
        width: auto;
        clear: both;
        height: auto;
    }
}
@media (min-width: 801px) {
    .visibility-only-mobile {
        display: none;
    }
}
@media (max-width: 800px) {
    .visibility-only-desktop {
        display: none;
    }
}
