* {
    margin: 0;
    padding: 0;
    border-width: 0;
    outline: 0;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

label,
.label {
    padding: 0;
    margin: 0;

    font-size: 1em;
    font-weight: 700;
    color: inherit;
}

.control-label {
    white-space: nowrap;
}

fieldset {
    padding: 0;
    border: 0;
    margin: 0;
}

#logo {
    float: left;
}

#AdvancedSearchFilter_PnlSalaryBands div input,
#search-salary input,
.secure-login input.login-inp,
.form-control,
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
    width: 100%;
    height: 42px;
    padding: 0.4em 1em;
    border: solid 1px #dad9d9;

    border-radius: 5px;
    font: 16px/1.5 houschka_headmedium, Helvetica, Arial, sans-serif;
    box-shadow: none;
    background: #fff;
    color: #333;
    max-width: 600px;
    display: block;
}

.form-input .form-control {
    max-width: none;
}

input[disabled],
select[disabled] {
    opacity: 0.5;
}

select {
    cursor: pointer;
}

select[multiple],
textarea {
    height: auto;
}

select[multiple] {
    padding-left: 0;
    padding-right: 0;
}

optgroup,
option {
    padding: 0.4em;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0.3em 0.5em 0 0.2px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
    color: #B3B3B3;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
    color: #B3B3B3;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
    color: #B3B3B3;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
    color: #B3B3B3;
}

a {
    text-decoration: none;
    color: #07a7a1;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #333;
    outline: none;
}

p,
ol,
ul {
    margin: 0 0 1.5em 0;
}

ul {
    padding-left: 16px;
}

ol {
    padding-left: 22px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

b {
    color: #07a7a1;
}

blockquote,
q {
    quotes: none;
}

blockquote {
    padding: 2em;
    margin: 0 0 1.5em 0;

    background: #f2f2f2;
}

blockquote footer {
    display: block;
}

blockquote cite {
    display: block;

    font-weight: 700;
}

img,
iframe {
    max-width: 100%;
}

.video-container {
    overflow: hidden;
    position: relative;

    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    /*16:9*/
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 400;
    color: #07a7a1;
}

h1 {
    margin: 0 0 30px 0;
    font-size: 60px;
    font-weight: 700;
    color: #07a7a1;
}

h2 {
    margin: 0 0 21px 0;
    font-size: 35px;
}

h3 {
    margin: 0 0 21px 0;
    font-size: 25px;
}

h4 {
    margin: 0;
    font-size: 15px;
}

hr {
    display: block;
    clear: both;

    border-top: dashed 1px #e6e6e6;
    margin: 3em 0;
}

.row+hr {
    margin-top: 1.5em;
}

.text-center {
    text-align: center;
}

#wrapper {
    display: none;
    overflow: hidden;
    /* for stretch-fullwidht background */
}

.container-fluid {
    clear: both;
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

#skip-link {
    position: absolute;
    left: -10000em;
}

#r26_top-bar-container {
    background: #333;
    color: #b3b3b3;
}

#r26_login-register {
    position: relative;
    float: right;
}

#r26_login-register ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

#r26_login-register li {
    display: block;
    float: left;

    padding: 0;
}

#r26_login-register li:before {
    display: inline-block;
    content: "|";
    margin: 0 0.5em;
}

#r26_login-register li:first-child:before {
    display: none;
}

#r26_login-register a {
    display: inline-block;

    font-size: 13px;
    line-height: 3.0769;
    text-transform: lowercase;
    color: #b3b3b3;
}

#r26_login-register a:hover,
#r26_login-register a:focus,
#r26_login-register a:active {
    color: #fff;
}

#r26_login-register i {
    font-size: 16px;
    color: #b3b3b3;
}

#r26_login-register a span {
    position: absolute;
    left: -10000em;
}

#r26_top-bar-content .r26_social-media {
    float: right;
    margin: 0 50px;
}

.r26_social-media a {
    display: inline-block;
    padding: 0 6px;
    margin: 0 0 0 10px;

    border-radius: 3px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #b3b3b3;
}

.r26_social-media a:first-child {
    margin-left: 0;
}

.r26_social-media a:hover,
.r26_social-media a:focus,
.r26_social-media a:active {
    color: #fff;
}

.r26_social-media a span {
    display: none;
}

.r26_phone {
    float: right;
    font-size: 13px;
    line-height: 3.0769;
    text-transform: uppercase;
}

.r26_phone a {
    display: inline-block;
    padding: 0 0 0 5px;
    color: #b3b3b3;
}

.r26_phone a:hover,
.r26_phone a:focus,
.r26_phone a:active {
    color: #fff;
}


.r26_sticky-header #r26_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}

#r26_header-container {
    padding: 30px 0;
    background: #fff;
    color: #333;
}

#r26_logo {
    display: block;
    float: left;

    width: 108px;
    height: 46px;
    margin: 0;

    outline: 0;
    text-indent: -5000em;
    background: url("../images/logo.svg") no-repeat 0 0;
}



#r26_header-content {
    position: relative;
}

#r26_header-content .r26_navigation {
    float: right;
    padding: 0px 0 0 25px;
    /*margin-top: -2.8rem;*/
}

.r26_navigation>ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

.r26_navigation>ul>li {
    display: block;
    position: relative;
    float: left;

    padding: 0;
    margin: 0 0 0 30px;
}

.r26_navigation>ul>li:first-child {
    margin-left: 0;
}

.r26_navigation>ul>li>a {
    display: block;
    padding: 5px 0 18px;
    font-size: 16px;
    font-family: houschka_rounded-demibold;
    color: #FFF;
}

.r26_navigation>ul>li.active>a,
.r26_navigation>ul>li>a:hover,
.r26_navigation>ul>li>a:focus,
.r26_navigation>ul>li>a:active {
    /*color: #07a7a1;*/
    text-decoration: underline;
}

.r26_navigation li i {
    display: inline-block;
    position: relative;
    top: -3px;

    padding: 0 0 5px;
    margin: 0 0 0 10px;

    font-size: 11px;
}

.r26_navigation ul ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

#r26_header-content #r26_mobile-navigation,
#r26_header-content #r26_close-mobile-navigation {
    display: none;
}

/* Mega Menu */
.r26_navigation>ul li.has-megamenu {
    position: static;
}

.r26_navigation li.has-megamenu .mega-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 1100px;
    max-width: 100%;
    height: auto;
    padding: 20px;
    top: 40px;
    left: auto;
    right: 0;
    opacity: 1;
    background: white;
    color: #000;
    border: 2px solid #ef2e24;
    border-top-width: 0;
}

.r26_navigation>ul li.has-megamenu:hover .mega-menu {
    display: block;
}

.r26_navigation .mega-menu ul {
    overflow: visible;
    margin: 0;
    height: auto;
    opacity: 1;
    position: static;
}

.mega-menu li.top-level {
    margin-bottom: 25px;
}

#r26_header-content .r26_navigation .mega-menu li {
    display: block;
    float: left;
    width: 28%;
    margin: 0 2.6% 15px;
}

#r26_header-content .r26_navigation .mega-menu>li:first-child {
    margin-left: 2.6%;
}

#r26_header-content .r26_navigation .mega-menu li li {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

#r26_header-content .mega-menu li.top-level>a {
    color: #6f1931;
    font-size: 20px;
    position: relative;
    padding-left: 0;
}

#r26_header-content .mega-menu li.top-level>a:before {
    font-family: fontawesome;
    margin-right: 12px;
}

#r26_header-content .mega-menu li.top-level:nth-child(1)>a:before {
    content: "\f0c0";
}

#r26_header-content .mega-menu li.top-level:nth-child(2)>a:before {
    content: "\f1cd";
}

#r26_header-content .mega-menu li.top-level:nth-child(3)>a:before {
    content: "\f0eb";
}


#r26_header-content .mega-menu li.top-level a:after {
    content: '\55';
    font-family: adecco-font-1;
    font-size: 3rem;
    line-height: 2.875rem;
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
    height: 20px;
}

#r26_header-content .mega-menu li a {
    background: none;
    padding-left: 0;
    color: #ef2e24;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
}

#r26_header-content .mega-menu li a:hover {
    background: none;
    color: #c5191f;
}

#r26_header-content .mega-menu li:hover>ul,
#r26_header-content .mega-menu ul:hover {
    padding: 0;
}

body.page-home .header-container .search-button,
body.page-employer-section .header-container .search-button,
body.page-advancedsearch-aspx .search-button {
    display: none;
}

body[class*="page-page-member-"] .dynamic-content-holder,
body[class*="page-page-advertiser-"] .dynamic-content-holder,
body[class*="page-page-all-member"] .dynamic-content-holder,
body[class*="page-page-all-advertisers"] .dynamic-content-holder {
    padding: 10% 0;
    text-align: center;
}

#advanced_search-holder .search-button {
    display: block;
}

/* Lightbox */
.ekko-lightbox.modal {
    z-index: 2000;
}

.ekko-lightbox .modal-dialog {
    margin-top: 110px;
}

/* iframe styles */
#submit_cv_iframe,
#submit_vacancy_iframe,
#enquiry_iframe,
#map3,
#map2,
#map1,
#refer_friend_iframe {
    background: transparent;
    overflow: hidden;
    outline: none;
    width: 100%;
}

#map3,
#map2,
#map1 {
    height: 100%;
}

#dynamic-content,
#content,
#CV-content,
#side-left,
#dynamic-side-left-container,
#job-side-column {
    padding-top: 0px;
    padding-bottom: 0px;
}

#teamList .list-item {
    text-align: center;
    padding-bottom: 30px;
}

#teamList .list-item figure {
    width: 107px;
    height: 107px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

#teamList .list-item figure a:hover span {
    display: block;
}

#teamList .list-item figure a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 5.2rem;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#teamList .list-item h4 {
    margin: 5px 0;
}

#teamList .list-item>p {
    font-size: 17px;
}

#content-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sub-nav ul li>ul {
    display: none;
}

/*.top-head-content {
    color: #ffffff;
}*/
.fullwidth-container #dynamic-content {
    padding: 0;
}

#job-dynamic-container #content {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Job searpage sidebar */
#side-left>div {
    border-right: 1px solid #e7e6e6;
    position: relative;
}






.r26_tab-heading h2 {
    padding: 0;
    margin: 5px 0 0;
}

.r26_tab-heading h2 a {
    display: block;
    padding: 10px 20px;
    border: solid 1px #07a7a1;
    border-bottom: 0;
    margin: 0;

    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    background: #07a7a1;
    color: #fff;
}

.r26_tab-heading h2 a:hover,
.r26_tab-heading h2 a:focus,
.r26_tab-heading h2 a:active {
    background-color: #333;
}

.r26_tab-heading.active a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.r26_tab-content {
    overflow: hidden;
    max-height: 0;
    padding: 0 20px;
    border: solid 1px transparent;
    border-top: 0;

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    transition: all 0.3s;
}

.r26_tab-content.active {
    max-height: 1000px;
    padding-top: 1.5em;
    border-color: #07a7a1;
}





#r26_inner-title {
    position: relative;
    background: url("../images/banner-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 0 20%;
    text-align: center;
}

.sub-nav li.active a {
    color: #000000;
}

.fullwidth-container #r26_inner-title {
    min-height: 210px;
    display: table;
    width: 100%;
}

#r26_inner-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#r26_inner-title h1 {
    position: relative;
    z-index: 10;
    padding: 70px 0;
    margin: 0 auto;
    max-width: 950px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}

#r26_inner-title h1 a {
    color: #333;
}

#r26_inner-title h1 a:hover,
#r26_inner-title h1 a:focus,
#r26_inner-title h1 a:active {
    color: #fff;
}

.red-sub-head {
    background: #ef2e24;
    color: #fff;
    padding: 40px 0px;
    font-size: 1.5rem;
    line-height: initial;
}

.red-sub-head p:last-of-type {
    margin-bottom: 3px;
}

.page-member-homepage #dynamic-content {
    padding-top: 0;
}

.page-member-register-aspx,
.page-member-login-aspx,
body[class*="page-applyjob-"],
body[class*="page-member-createjobalert"] {
    background: #f1f1f1;
}

body[class*="page-applyjob-"] #header,
#r26_inner-title.white-bg {
    background: #fff;
}

.page-member-register-aspx #r26_inner-title,
.page-member-login-aspx #r26_inner-title,
body[class*="page-news-"] #r26_inner-title,
body[class*="page-page-job-apply-success-"] #r26_inner-title,
body[class*="page-our-locations"] #r26_inner-title,
body[class*="page-member-createjobalert"] #r26_inner-title,
body[class*="page-submit-cv"] #r26_inner-title {
    background: #fff;
    display: block;
    min-height: 170px;
}

body[class*="page-news-"] #r26_inner-title {
    min-height: 100px;
}

.page-member-register-aspx #r26_inner-title h1,
.page-member-login-aspx #r26_inner-title h1,
body[class*="page-news-"] #r26_inner-title h1,
body[class*="page-applyjob-"] #r26_inner-title h1,
body[class*="page-page-job-apply-success-"] #r26_inner-title h1,
body[class*="page-our-locations"] #r26_inner-title h1,
body[class*="page-member-createjobalert"] #r26_inner-title h1,
body[class*="page-submit-cv"] #r26_inner-title h1 {
    color: #ef2e24;
    padding-top: 50px;
    padding-bottom: 0;
    display: block;
}

.top-head-content {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
    font-size: 26px;
    font-family: houschka_rounded-demibold;
    line-height: 1.34;
}

#r26_inner-title.white-bg h1 {
    color: #ef2e24;
}

.top-head-content p:last-child {
    margin-bottom: 0;
}


.r26_banner {
    position: relative;
}

.r26_single-banner {
    position: relative;
    /*no height, contains img tag instead of background image.*/
}

.r26_slider {
    position: relative;
    height: 600px;
    /*contains background image on child divs instead of img tag.*/
}

.r26_slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    width: 100%;
    height: 100%;
    background: no-repeat 50% 0;
}

.r26_slide:first-child {
    position: relative;
    z-index: 1;
}

.r26_home-banner-caption-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 15%;
}

.r26_home-banner-caption {
    padding: 25px 30px 0;

    border-radius: 3px;
    background: rgba(255, 255, 255, 0.92);
}

.r26_home-banner-caption h2 {
    font-size: 60px;
    font-weight: 700;
    text-align: right;
    color: #333;
}

.r26_home-banner-caption h2 em {
    display: block;
    font-style: normal;
    text-align: right;
    color: #07a7a1;
}

.r26_home-banner-caption p {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    color: #b3b3b3;
}

.r26_home-banner-caption .mini-new-buttons {
    padding: 0 26px;
    border: solid 1px #07a7a1;

    font-size: 16px;
    line-height: 2.8125;
    background-color: transparent;
    color: #07a7a1;
}

.r26_home-banner-caption .mini-new-buttons:hover,
.r26_home-banner-caption .mini-new-buttons:focus,
.r26_home-banner-caption .mini-new-buttons:active {
    background-color: #07a7a1;
    color: #fff;
}

#r26_slide-0 {
    background-image: url("../images/banners/home-0.jpg");
}

#r26_slide-1 {
    background-image: url("../images/banners/home-1.jpg");
}

#r26_slide-2 {
    background-image: url("../images/banners/home-0.jpg");
}

.r26_banner .cycle-pager {
    position: absolute;
    left: 48%;
    bottom: 20px;
    z-index: 9999;
}

.r26_banner .cycle-pager span {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;

    border-radius: 50%;
    text-indent: -5000em;
    background: #ccc;
}

.r26_banner .cycle-pager .cycle-pager-active {
    background-color: #07a6a1;
}

.r26_banner .cycle-prev,
.r26_banner .cycle-next {
    position: absolute;
    left: 60px;
    top: 45%;
    z-index: 999;

    width: 60px;
    height: 60px;

    line-height: 60px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    background: rgba(51, 51, 51, 0.8);
    color: #fff;
}

.r26_banner .cycle-next {
    left: auto;
    right: 60px;
}

.r26_banner .cycle-prev:hover,
.r26_banner .cycle-prev:focus,
.r26_banner .cycle-prev:active,
.r26_banner .cycle-next:hover,
.r26_banner .cycle-next:focus,
.r26_banner .cycle-next:active {
    background-color: rgba(238, 69, 10, 0.8);
    color: #fff;
}



#r26_home-banner-search-container {

    padding: 18px 0;
    background: #e6e6e6;
}

#r26_home-banner-search-content label {
    position: absolute;
    left: -5000em;
    top: -5000em;
    overflow: hidden;
    width: 0px;
    height: 0;
}

#r26_home-banner-search-content input[type=text],
#r26_home-banner-search-content select {
    border-color: #fff;
    background-color: #fff;
    color: #B3B3B3;

    -webkit-appearance: caret;
    -moz-appearance: caret;
}

#r26_home-banner-search-content select {
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("../images/dropdown-arrow.svg");
}

#r26_home-banner-search-content .mini-new-buttons {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


#r26_home-call-to-action-container {
    position: relative;

    background: url("../images/home-call-to-action-background.jpg") no-repeat 0 0;
    background-size: cover;
}

#r26_home-call-to-action-container:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";

    background-color: #07a6a1;
    background-color: rgba(7, 166, 161, 0.85);
}

#r26_home-call-to-action-content {
    position: relative;
    z-index: 10;
}

#r26_home-call-to-action-content a {
    display: block;
    padding: 40px 0;

    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

#r26_home-call-to-action-content a:hover,
#r26_home-call-to-action-content a:focus,
#r26_home-call-to-action-content a:active {
    background-color: #333;
    color: #fff;
}

#r26_home-call-to-action-content i {
    margin: 0 18px 0 0;
}






#r26_home-container {
    clear: both;
}

#r26_home-specialist-areas {
    padding-top: 130px;
    padding-bottom: 130px;
}

#r26_home-specialist-areas h1 {
    position: relative;
    margin: 0;

    font-weight: 400;
    text-align: center;
    color: #333;
}

#r26_home-specialist-areas h1:after {
    display: block;
    content: "";

    width: 94px;
    height: 1px;
    border-bottom: solid 3px #333;
    margin: 40px auto 100px;
}

.r26_home-specialist-area h2 {
    position: relative;
    padding: 0 0 0 100px;
    margin: 0 0 15px 0;

    font-size: 25px;
}

.r26_home-specialist-area h2 a {
    display: block;

    color: #333;
}

.r26_home-specialist-area h2 a:hover,
.r26_home-specialist-area h2 a:focus,
.r26_home-specialist-area h2 a:active {
    color: #333;
}

.r26_home-specialist-area i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.r26_home-specialist-area h2 a:hover i,
.r26_home-specialist-area h2 a:focus i,
.r26_home-specialist-area h2 a:active i {
    background-position: 0 -75px;
}

.r26_home-specialist-area p {
    padding: 0 50px 0 100px;
}

.r26_icon-business-support {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icon-business-support.svg");
}

.r26_icon-accounting {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icon-accounting.svg");
}

.r26_icon-marketing {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icon-marketing.svg");
}

.r26_icon-trades {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icon-trades.svg");
}

.r26_icon-legal {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icon-legal.svg");
}

.r26_icon-technology {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/icon-technology.svg");
}







#r26_home-rss-content h2 {
    margin: 0;
    padding: 16px 0;

    background: #333;
}

#r26_home-rss-content h2 a {
    display: block;

    font-weight: 400;
    text-align: center;
    color: #fff;
}

#r26_home-rss-content h2 a:hover,
#r26_home-rss-content h2 a:focus,
#r26_home-rss-content h2 a:active {
    color: #07A6A1;
}

.r26_home-rss {
    position: relative;
    width: 100%;
    padding: 95px 0;
}

.r26_home-rss ul {
    position: relative;
    overflow: hidden;

    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;

    list-style: none;
}

.r26_home-rss li {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.r26_home-rss .rss-item {
    width: 100%;
    height: 100%;
}

.r26_home-rss .rss-item-section {
    float: left;
    width: 50%;
}

.r26_home-rss .rss-item-pubDate {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;

    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}

.r26_home-rss .rss-item-pubDate-date {
    float: left;
    width: 50%;
    height: 300px;

    line-height: 300px;
    font-size: 110px;
    font-weight: 700;
    text-align: right;
    color: #333;
}

.r26_home-rss .rss-item-pubDate-month {
    float: right;
    width: 50%;
    padding: 0 0 0 10px;
    margin: 95px 0 0;

    font-size: 25px;
    font-weight: 700;
    color: #333;
}

.r26_home-rss .rss-item-pubDate-full-year {
    clear: right;
    float: left;
    width: 76px;
    height: 76px;
    margin: 0 0 0 10px;

    border-radius: 50%;
    line-height: 76px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    background: #07a6a1;
    color: #fff;
}

.r26_home-rss .rss-item-title {
    display: block;
    width: 50%;
    margin: 80px auto 0;
}

.r26_home-rss .rss-item-title a {
    display: block;
    overflow: hidden;
    margin: 0 0 24px;

    line-height: 1.2;
    font-size: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r26_home-rss .rss-item-description {
    display: block;
    overflow: hidden;
    width: 50%;
    height: 4.5em;
    margin: 0 auto;
}

.r26_home-rss .cycle-pager {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 99;

    width: 50%;
    text-align: center;
}

.r26_home-rss .cycle-pager span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;

    border-radius: 50%;
    text-indent: -5000em;
    outline: 0;
    cursor: pointer;
    background: #ccc;
}

.r26_home-rss .cycle-pager .cycle-pager-active {
    background-color: #fff;
}

.r26_home-rss .jcarousel-prev {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 99;

    width: 40px;
    height: 40px;

    cursor: pointer;
    background: #333;
}

.r26_home-rss .jcarousel-next {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 99;

    width: 40px;
    height: 40px;

    cursor: pointer;
    background: #333;
}

#r26_home-jobs {
    position: relative;

    background: #07a6a1;
}

#r26_home-jobs:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;

    background: url("../images/home-our-news-background.jpg") no-repeat 0 0;
    background-size: cover;
}

#r26_home-jobs .rss-item-title a {
    color: #333;
}

#r26_home-jobs .rss-item-title a:hover,
#r26_home-jobs .rss-item-title a:focus,
#r26_home-jobs .rss-item-title a:active {
    color: #fff;
}

#r26_home-jobs .rss-item-description {
    color: #fff;
}

#r26_home-news {
    position: relative;
}

#r26_home-news:after {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: 1;

    background: url("../images/home-testimonials-background.jpg") no-repeat 0 0;
    background-size: cover;
}

#r26_home-news .rss-item-section {
    float: right;
}

#r26_home-news .rss-item-pubDate {
    display: none;
}

#r26_home-news .rss-item-title a {
    color: #333;
}

#r26_home-news .rss-item-title a:hover,
#r26_home-news .rss-item-title a:focus,
#r26_home-news .rss-item-title a:active {
    color: #07A6A1;
}

#r26_home-news .rss-item-description {
    color: #333;
}

#r26_home-news .cycle-pager {
    left: auto;
    right: 0;
}

#r26_home-news .cycle-pager .cycle-pager-active {
    background-color: #07A6A1;
}














#r26_inner-call-to-action {
    position: relative;
    padding: 20px 0;

    border-radius: 3px;
    background: #333 url("../images/home-call-to-action-background.jpg") no-repeat 0 0;
    background-size: cover;
}

#r26_inner-call-to-action:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;

    border-radius: 3px;
    background-color: rgba(51, 51, 51, 0.85);
}

#r26_inner-call-to-action a {
    display: block;
    position: relative;
    z-index: 10;

    padding: 20px 30px;

    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

#r26_inner-call-to-action a:hover,
#r26_inner-call-to-action a:focus,
#r26_inner-call-to-action a:active {
    color: #ef2e24;
}



#r26_footer-social-container {
    padding: 30px 0;

    background: #07a6a1;
}

#r26_footer-social-content .r26_social-media {
    text-align: center;
}

#r26_footer-social-content .r26_social-media a {
    margin: 0 25px;

    font-size: 36px;
    color: #fff;
}

#r26_footer-social-content .r26_social-media a:hover,
#r26_footer-social-content .r26_social-media a:focus,
#r26_footer-social-content .r26_social-media a:active {
    color: #333;
}




#r26_footer-container {
    clear: both;
    padding: 45px 0;

    background: #333;
    color: #fff;
}

#r26_footer-container .r26_navigation>ul {
    text-align: center;
}

#r26_footer-container .r26_navigation ul ul {
    display: none;
}

#r26_footer-container .r26_navigation>ul>li {
    display: inline-block;
    float: none;
}

#r26_footer-container .r26_navigation a {
    color: #fff;
}

#r26_footer-container .r26_navigation a:hover,
#r26_footer-container .r26_navigation a:focus,
#r26_footer-container .r26_navigation a:active {
    text-decoration: underline;
}

#r26_footer-container .r26_navigation i {
    display: none;
}








#r26_bottom-bar-container {
    padding: 12px 0;

    font-size: 13px;
    background: #231f20;
    color: #fff;
}

#r26_bottom-bar-container a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

#r26_bottom-bar-container a:hover,
#r26_bottom-bar-container a:focus,
#r26_bottom-bar-container a:active {
    text-decoration: underline;
}

#r26_bottom-bar-navigation {
    float: left;
    padding: 10px 0 0;
}

#r26_powered-by {
    float: right;
}

#r26_powered-by a {
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;

    border-radius: 50%;
    background: #fff;
}

#r26_powered-by a:hover,
#r26_powered-by a:focus,
#r26_powered-by a:active {
    text-decoration: none
}

#r26_powered-by img {
    width: 40px;
    height: 40px;
}





#r26_map-container {
    position: relative;
    height: 550px;

    background: #1a1a1a;
}

.r26_map-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;

    cursor: pointer;
    background-color: rgba(51, 51, 51, 0.2);
}

.r26_map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;

    opacity: 0;
    transition: all 0.3s;
}

.r26_map.active {
    opacity: 1;
    z-index: 10;
}

.r26_map iframe {
    display: block;
    width: 100%;
    height: 100%;
}









.r26_team-member {
    position: relative;
    overflow: hidden;
    margin: 0 0 4em;
}

.r26_team-member i span {
    position: absolute;
    left: -10000em;
}

.r26_team-member-photo {
    float: left;
    width: 33%;
}

.r26_team-member-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.r26_team-member-description {
    float: right;
    width: 67%;
    padding: 0 0 4.5em 70px;
}

.r26_team-member-description h2 {
    margin: 0 0 10px;
}

.r26_team-member-description h3 {
    color: #333;
}

.r26_team-member-contact {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;

    width: 67%;
    padding: 0 0 0 70px;
}

.r26_team-member-contact i {
    width: 1.5em;
    color: #07a6a1;
}

.clear {
    clear: both;
}

.job-navbtns .actions-button,
.job-navbtns .filters-button {
    display: none;
}


/* Apply Now */
.boardy-apply-content .boardy-apply-options,
.boardyApplyWith,
.boardy-apply-titles.first,
.boardy-apply-register,
.boardy-resume-options,
.boardy-upload-resume,
.boardy-select-profile-resume,
.boardy-coverletter-options,
.boardy-upload-coverletter,
.boardy-select-profile-coverletter,
.boardy-write-coverletter {
    background-color: #fff;
    border: 2px dashed #d7d7d7;
    padding: 20px;
}

.boardy-apply-content .boardy-apply-titles.first,
.boardy-resume-options,
.boardy-coverletter-options {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.col-sm-6 .boardy-apply-titles {
    margin-top: 0;
}

.boardy-apply-content .boardy-resume-options {
    padding-top: 20px;
}

.boardy-apply-content .boardy-apply-register,
.boardy-upload-resume,
.boardy-select-profile-resume,
.boardy-upload-coverletter,
.boardy-select-profile-coverletter,
.boardy-write-coverletter {
    border-top: none;
    margin-top: 0 !important;
    padding: 10px 40px 10px 20px;
}

/* temporary fix: once issue is sloved from backend this should be removed */
.boardy-apply-register,
.boardy-upload-resume,
.boardy-coverletter-options,
.boardy-upload-coverletter,
.boardy-write-coverletter {
    display: block !important;
}

/*----temporary fix-------*/

.boardy-apply-content h3 {
    font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1;
    margin-top: 0;
    padding: 10px 0 15px 55px;
    position: relative;
}

.profile-mini-card .profile-card-icon,
.apply h3 .profile-card-icon {
    color: #ef2e24;
    font-size: 3.4rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.apply__faqs {
    background: #fff;
}

.apply__faqs .two-col-list {
    margin-bottom: 0;
    padding-bottom: 3rem;
}

body[class*="page-page-job-apply-success-"] #dynamic-content,
body[class*="page-contact"] #dynamic-content {
    padding-bottom: 0px;
}

body[class*="page-page-job-apply-success-"] #r26_inner-title h1 {
    text-align: left;
}

.job-details__related-jobs.white-bg,
.job-details__viewed-jobs-carousel.white-bg {
    background: #fff;
}


/* Inner pages styling */
.stretch-fullwidth {
    position: relative;
}

.stretch-fullwidth:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 100%;
    background-color: #efefef;
    left: -50%;
    top: 0;
    z-index: -1;
}

.bg-odd .panel-block {
    text-align: center;
}

.panel-block {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.45;
}

.panel-block.cir-icon-sets {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-odd {
    background-color: #efefef;
}

.contact-meta-info {
    padding-left: 15px;
}

.sub-nav {
    text-align: center;
    padding: 30px 15px;
    margin: 0;
}

.sub-nav li {
    display: inline-block;
    padding: 5px 4%;
    margin-bottom: 0;
}

.sub-nav a {
    font-size: 1.05rem;
    font-family: houschka_headdemibold;
    line-height: 1.8;
}

.sub-nav a:hover,
.sub-nav a.active {
    color: #000;
}

.bottom-nav {
    margin-top: 3rem;
    margin-bottom: 3rem;
    clear: both;
}

.bottom-nav .container {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    /* padding: 1.3rem 0;*/
    overflow: hidden;
}

.bottom-nav .nav-lbl {
    color: #999;
    font-size: 0.98rem;
    text-transform: uppercase;
}

.bottom-nav .sub-nav {
    padding-top: 30px;
}

.bottom-nav .sub-nav li {
    padding-left: 4.5%;
    padding-right: 4.5%;
}

.logo-list {
    padding: 40px 0 10px;
    text-align: center;
}

.logo-list .block-title-1 span {
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    color: #777;
    padding: 5px 0;
}

.logo-list img {
    margin: 0 1.5%;
}

.white-bg {
    background: white;
}

.red-bg {
    background-color: #da291c;
}

.red-bg,
.red-bg h2,
.red-bg h3,
.red-bg h4 {
    color: #fff;
}

.boxes-2-cols {
    padding: 1rem 0;
}

.boxes-2-cols .panel-block {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-side-right {
    background-position: right top;
}

.boxes-2-cols .inner-wrap {
    padding: 4rem;
}

.list-tick {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.bg-odd ul {
    /*margin-left: 0;*/
}

#r26_inner-title.banner-area h1 {
    color: #ef2e24;
    padding: 40px 0;
}

#r26_inner-title.banner-area {
    background: none;
    min-height: auto;
}

.table-responsive>.table {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.list-tick li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 30px;
    font-family: houschka_headdemibold;
    list-style: none;
    text-align: left;
}

.list-tick li:before {
    content: "\f00c";
    font: 19px/1.2 fontawesome;
    position: absolute;
    left: 0;
    top: 5px;
    color: #ef2e24;
}

.list-3-col:after,
.list-2-col:after {
    content: '';
    clear: both;
    display: table;
}

.list-3-col li,
.list-2-col li {
    float: left;
    text-align: left;
}

.list-3-col li {
    width: 30%;
    margin: 0 1.53% 5px;
}

.list-2-col li {
    width: 47%;
    margin: 0 1.5% 5px;
}

.no-bullet-list {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
}

.no-bullet-list li {
    padding-left: 0;
    margin-left: 0;
}

/* team list */
#team-list .list-item {
    margin-top: 1.5rem;
    padding: 0 10%;
    min-height: 220px;
}

#team-list .list-item h4 {
    margin: 10px 0 5px;
    color: #d21847;
}

/* program list */
.programList {
    margin: 2.5rem 0 1rem;
}

.programList .article-thumb {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 2.5rem;
}

.programList>div:nth-child(3n+1) {
    clear: left;
}

.programList .article-thumb .summary {
    background-color: #fff;
}

.programList .article-thumb h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #d21847;
}

.programList .article-thumb p {
    font-size: inherit;
    line-height: inherit;
}

.programList .article-thumb footer a {
    float: none;
    font-size: inherit;
    line-height: inherit;
    color: #d21847;
}

.programList .article-thumb footer a:hover {
    color: #b60034;
}

.programList .article-thumb i.icon-continue {
    margin-top: -17px;
}

.image-list>div {
    margin-bottom: 2rem;
}

.image-list>div:nth-child(3n+1) {
    clear: both;
}

.image-list a {
    display: block;
    margin: 5px 1rem 25px;
}

.image-list a img {
    display: block;
    margin: 0 auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.image-list a:hover img {
    box-shadow: none;
}

.image-list h3 {
    font-size: 1.15rem;
    text-align: center;
}

#site-search {
    /*position: absolute;
    left: 415px;
    top: 10px;
    width: 180px;
    height: 45px; */
    width: 140px;
    height: 45px;
    float: left;
    margin-left: 6px;
}

#site-search iframe {
    margin-left: 18px;
    margin-top: 1px;
}

#site-search.employer-search {
    right: 70px;
    left: auto;
}

#site-search.employer-search iframe {
    margin-left: 25px;
    margin-top: 1px;
}

.nav-top-bar .container {
    position: relative;
}

#site-search.employer-search {
    margin-top: -2px;
}

.siteSearch-individual-container {
    border-top: 1px solid #dad9d9;
    padding: 2px 0;
}

.siteSearch-individual-container:first-child {
    border-top: none;
}

.siteSearch-details {
    padding-top: 6px;
}

.siteSearch-details a {
    display: block;
    padding-top: 5px;
}

.siteSearch-details p {
    margin-bottom: 6px;
}



/* PS 29190 | 15/05/21 starts*/
#industryTemplate_new {}

.industry-template .home-search {
    height: 450px;
    position: relative;
}

.industry-template .home-search:after {
    top: 0;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: black;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.col-0-spacing {
    padding: 0;
    margin: 0;
}

.img-right {
    padding-left: 20px;
}

.img-left {
    padding-right: 20px;
}

.industry-template .home-search .content {
    width: 100%;
    text-align: center;
    align-items: center;
    transform: translate(0, 50%);
    margin: 0;
    position: absolute;
    z-index: 1;
}

.industry-template .flexi-banner .btn {
    width: 230px;
    margin: 20px;
}



.industry-template .article-thumb img,
.industry-template .article-thumb .summary {
    border-radius: 0 !important;
}

/* .article-thumb .summary {
    background-color: #ffffff;
} */



/* PS 29190 | 15/05/21 Ends*/



@media screen and (max-width: 1199px) {
    .r26_navigation li.has-megamenu .mega-menu {
        min-width: 900px;
    }

    #site-search {
        width: 120px;
        margin-left: 0;
    }

    #site-search iframe {
        width: 125px;
        margin-left: 6px;
        margin-top: -1px;
    }

    #site-search.employer-search {
        margin-right: 20px;
    }

    .nav-top-bar .secondary-links a {
        margin-left: 18px;
    }
}

@media screen and (max-width: 768px) {
    #site-search.employer-search {
        margin-right: 25px;
        margin-top: -2px;
    }

    /* PS 29190 | 15/05/21 starts*/
    .img-right,
    .img-left {
        padding-right: 0;
        padding-left: 0;
    }

    .industry-template .home-search .content {
        transform: translate(0, 0);
    }

    /* PS 29190 | 15/05/21 ends*/

}

/* top nav dropdown menu*/
@media screen and (min-width: 767px) {

    /* PS 29190 | 15/05/21 starts*/
    .col-with-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* PS 29190 | 15/05/21 ends*/

    .r26_navigation li li {
        display: block;
        width: 100%
    }

    .r26_navigation ul ul {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: -1;

        min-width: 240px;
        height: 0;
        padding: 0;

        opacity: 0;
        transition: opacity 0.3s;
    }

    .r26_navigation ul ul ul {
        padding-top: 0;
        top: -15px;
        left: 100%;
    }

    .r26_navigation li:hover>ul,
    .r26_navigation ul ul:hover {
        overflow: visible;
        z-index: 99999;
        height: auto;
        opacity: 1;
        padding: 0 0 12px;
    }

    .r26_navigation li li {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .r26_navigation li li a {
        display: block;
        padding: 5px 15px;

        background: #07a7a1;
        background: rgba(51, 51, 51, 0.95);
        color: #fff;
    }

    .r26_navigation li li a:hover,
    .r26_navigation li li a:focus,
    .r26_navigation li li a:active {
        background-color: #333;
        background-color: rgba(7, 167, 161, 0.95);
    }

}



@media screen and (max-width: 1499px) {

    .r26_banner .cycle-next,
    .r26_banner .cycle-prev {
        display: none;
    }

}

@media screen and (max-width: 1999px) {
    .bottom-nav .sub-nav li {
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
}

/* break for tablets */
@media screen and (max-width: 1023px) {
    #r26_inner-title {
        padding: 0 10%;
    }

    #r26_mobile-navigation {
        display: inline-block;
        width: 36px;
        height: 36px;
        font-size: 32px;
        color: #FFF;
    }

    #r26_mobile-navigation:hover,
    #r26_mobile-navigation:focus,
    #r26_mobile-navigation:active {
        color: #ffd1d3;
        outline: 0 none;
    }

    #r26_header-content #r26_close-mobile-navigation:hover,
    #r26_header-content #r26_close-mobile-navigation:focus,
    #r26_header-content #r26_close-mobile-navigation:active {
        color: #ffd1d3;
    }

    .r26_toggle-navigation span {
        /*position: static;*/
    }

    #r26_header-content .r26_navigation {
        /*
        opacity: 1;
        width: auto;
        height: auto;
        z-index: 999;
        */
    }

    .nav-container nav li {
        padding: 5px 0;
    }

    #r26_header-content #r26_close-mobile-navigation {
        position: static;
        float: right;
        width: auto;
        padding: 0 8px;
    }

    .nav-container nav li {
        padding: 0 !important;
    }
}

@media screen and (max-width: 991px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    #r26_header-content #r26_mobile-navigation,
    #r26_header-content #r26_close-mobile-navigation {
        display: block;
    }

    #r26_mobile-navigation {
        float: right;

        font-size: 40px;
        line-height: 1;
        color: #07a7a1;
    }

    #r26_mobile-navigation:hover,
    #r26_mobile-navigation:focus,
    #r26_mobile-navigation:active {
        color: #07a7a1;
    }

    #r26_header-content #r26_close-mobile-navigation {
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 1;

        font-size: 30px;
        line-height: 1;
        outline: 0;
        color: #fff;
    }

    #r26_header-content #r26_close-mobile-navigation:hover,
    #r26_header-content #r26_close-mobile-navigation:focus,
    #r26_header-content #r26_close-mobile-navigation:active {
        color: #07a7a1;
    }

    .r26_toggle-navigation span {
        position: absolute;
        left: -10000em;
    }

    #r26_header-content .r26_navigation {
        padding: 10px 0;
        margin-top: 0;
        top: 0;
        float: none;
    }

    #r26_header-content .r26_navigation.active {
        overflow-y: scroll;
        z-index: 99999;
        opacity: 1;

        width: 400px;
        max-width: 100%;
        height: auto;
        min-height: 400px;
    }

    #r26_header-content .r26_navigation>ul>li {
        float: none;
        margin: 0;
    }

    #r26_header-content .r26_navigation li li {
        display: block;
        padding: 0;
        margin: 0;
    }

    #r26_header-content .r26_navigation>ul>li>a,
    #r26_header-content .r26_navigation li li a {
        display: block;
        padding-right: 30px;
        font-size: inherit;
        line-height: 1.25rem;
        color: #fff;
    }

    #r26_header-content .r26_navigation li li a {
        padding-left: 40px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    #r26_header-content .r26_navigation>ul>li>a:hover,
    #r26_header-content .r26_navigation>ul>li>a:focus,
    #r26_header-content .r26_navigation>ul>li>a:active,
    #r26_header-content .r26_navigation li li a:hover,
    #r26_header-content .r26_navigation li li a:focus,
    #r26_header-content .r26_navigation li li a:active {
        /*background: #07a7a1;*/
        /*color: #fff;*/
    }

    .r26_navigation li.has-megamenu .mega-menu {
        min-width: 720px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #r26_header-content .r26_navigation .mega-menu>li:first-child {
        margin-left: 1.6%;
    }

    #r26_header-content .r26_navigation .mega-menu li {
        margin-left: 1.6%;
        margin-right: 1.6%;
        width: 30%;
    }

    #r26_header-content .mega-menu li.top-level>a {
        font-size: 18px;
    }

    #r26_header-content .mega-menu li.top-level a:after {
        display: none;
    }

    #r26_header-content .mega-menu li li a {
        color: #ef2e24;
        padding-left: 0;
    }


    .r26_slider {
        height: 380px;
    }

    .r26_home-banner-caption h2 {
        font-size: 40px;
    }

    #r26_home-banner-search-container {
        padding: 28px 0 18px;
    }

    .r26_search-field {
        margin: 0 0 10px;
    }

    #r26_home-specialist-areas {
        padding: 60px 65px;
    }

    #r26_home-specialist-areas h1::after {
        margin-bottom: 70px;
    }

    .r26_home-specialist-area p {
        padding-right: 0;
    }

    .r26_home-rss {
        padding: 50px 0;
    }

    #wrapper .r26_home-rss:after {
        display: none;
    }

    .r26_home-rss .rss-item-section {
        width: 100%;
    }

    .r26_home-rss .rss-item-section:last-child {
        display: none;
    }

    .r26_home-rss ul {
        height: 200px;
    }

    .r26_home-rss .rss-item-title {
        margin-top: 0;
    }

    .r26_home-rss .cycle-pager {
        width: 100%;
    }

    .bottom-nav {
        margin-top: 1rem;
    }

    .bottom-nav .container {
        padding: 0;
    }

    .bottom-nav .sub-nav li {
        display: block;
        padding: 0;
        margin-bottom: 5px;
    }

    /* Inner page */
    .boxes-2-cols .panel-block {
        background-image: none !important;
    }

    .programList>div:nth-child(3n+1) {
        clear: none;
    }

    .programList>div:nth-child(odd) {
        clear: left;
    }

    .list-3-col li,
    .list-2-col li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .image-list>div:nth-child(3n+1) {
        clear: none;
    }

    .image-list>div:nth-child(2n+1) {
        clear: both;
    }
}

/* break for phones */
@media screen and (max-width: 767px) {
    #logo {
        float: none;
    }

    #r26_inner-title {
        padding: 0 20px;
    }

    #r26_header-content .r26_navigation li li a {
        padding-left: 40px;
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: #fff;
        color: #ef2e24;
    }

    #r26_header-content .r26_navigation li li a:hover {
        color: #6f1931;
    }

    .fullwidth-container #r26_inner-title {
        min-height: 100px;
    }

    #wrapper .job-navbtns .actions-button,
    #wrapper .job-navbtns .filters-button {
        display: block;
    }

    .r26_sticky-header #r26_header {
        position: static;
    }

    .site-header .nav-container .search-bar-container {
        display: block;
        max-height: 200px;
        background: #b50b12;
        padding: .375rem 14px 1.25rem;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }

    .site-header .search-bar {
        background: none;
        padding: 0;
        margin: 0 auto;
        border-bottom: none;
    }

    .site-header .search-bar input,
    .site-header .search-bar select {
        border-bottom-color: rgba(255, 255, 255, .2);
        font-size: 1.4rem;
    }

    #header .site-header .search-bar .search-submit {
        background-color: #fff;
        color: #ef2e24;
        padding-top: 5px;
        height: 40px;
        font-family: houschka_headdemibold, Helvetica, Arial, sans-serif;
    }

    .nav-container .nav-signup-section {
        padding: .9375rem 15px;
    }

    .site-header .nav-container .nav-links-section,
    #r26_header-content .r26_navigation,
    .site-header .nav-container .nav-additional-section {
        padding: 0 15px;
        top: 0;
    }

    .site-header .nav-container .nav-links-section li a,
    #r26_header-content .r26_navigation>ul>li>a,
    .nav-additional-section li a {
        padding: 15px;
    }

    .nav-signup-section li a,
    .site-header .nav-container .nav-links-section li a,
    #r26_header-content .r26_navigation>ul>li>a {
        font-size: 1.25rem;
        font-family: houschka_headmedium, Helvetica, Arial, sans-serif;
    }

    #r26_header-content .r26_navigation>ul>li>a {
        color: #000;
    }

    .r26_navigation>ul li.has-megamenu {
        position: relative;
    }

    #r26_header-content .r26_navigation .mega-menu {
        border: none;
        position: static;
        min-width: 240px;
        width: 100%;
        padding: 10px 15px;
    }

    #r26_header-content .r26_navigation .mega-menu li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        float: none;
        border: none;
    }

    #r26_header-content .r26_navigation .mega-menu>li:first-child {
        margin-left: 0;
    }

    #r26_top-bar-content .r26_social-media {
        display: none;
    }

    #r26_top-bar-content .r26_phone {
        float: left;
    }

    .r26_slide {
        background-image: none !important;
    }

    #r26_home-specialist-areas {
        padding-left: 15px;
        padding-right: 15px;
    }

    #r26_home-specialist-areas h1 {
        font-size: 40px;
    }

    .r26_home-specialist-area h2 {
        margin-bottom: 40px;
    }

    .r26_home-specialist-area h2 a {
        height: 75px;
        padding-top: 25px;
    }

    .r26_home-rss ul,
    .r26_home-rss .cycle-pager {
        display: none;
    }

    #r26_home-jobs .mini-new-buttons {
        background-color: #fff;
        color: #07A6A1;
    }

    #r26_home-jobs .mini-new-buttons:hover,
    #r26_home-jobs .mini-new-buttons:focus,
    #r26_home-jobs .mini-new-buttons:active {
        background-color: #333;
        color: #fff;
    }

    .r26_team-member-photo,
    .r26_team-member-description,
    .r26_team-member-contact {
        position: static;
        float: none;
        width: auto;
        padding: 0;
    }

    .r26_team-member-photo {
        margin: 0 0 1.5em;
    }

    #r26_map-container {
        height: 300px;
    }

    #r26_footer-social-container {
        background-color: #333;
    }

    #r26_footer-social-content .r26_social-media a:hover,
    #r26_footer-social-content .r26_social-media a:focus,
    #r26_footer-social-content .r26_social-media a:active {
        color: #07a6a1;
    }

    #r26_bottom-bar-navigation {
        float: none;
        margin: 0 0 20px;
    }

    #r26_bottom-bar-navigation a {
        margin: 0 5px;
        font-size: 12px;
    }

    #r26_powered-by {
        font-size: 12px;
    }

    .sub-nav li {
        padding: 0 2%;
        margin-bottom: 5px;
    }

    .top-head-content {
        font-size: 22px;
    }

}

@media screen and (max-width: 543px) {

    .page-member-register-aspx #r26_inner-title,
    .page-member-login-aspx #r26_inner-title,
    body[class*="page-news-"] #r26_inner-title,
    body[class*="page-page-job-apply-success-"] #r26_inner-title,
    body[class*="page-our-locations"] #r26_inner-title,
    body[class*="page-member-createjobalert"] #r26_inner-title {
        min-height: 100px;
    }

    .page-member-register-aspx #r26_inner-title h1,
    .page-member-login-aspx #r26_inner-title h1,
    body[class*="page-news-"] #r26_inner-title h1,
    body[class*="page-applyjob-"] #r26_inner-title h1,
    body[class*="page-page-job-apply-success-"] #r26_inner-title h1,
    body[class*="page-our-locations"] #r26_inner-title h1,
    body[class*="page-member-createjobalert"] #r26_inner-title h1 {
        padding-top: 25px;
    }
}

/*.container {
    width: auto;
}*/

.site-footer .footer__top .container>div.footer-branch fieldset input[type=text] {
    display: inline-block;
    width: auto;
    padding: 0;
}

.site-footer .footer__bottom .container>div.footer-linkset4 {
    top: 0;
}

.r26_toggle-navigation {
    display: none;
}

.r26_navigation li li {
    padding: 0 !important;
}

.r26_navigation li li a {
    padding: 10px 15px;
}

.r26_navigation li li a:hover,
.r26_navigation li li a:focus,
.r26_navigation li li a:active {
    background-color: #ef2e24;
    text-decoration: none;
}

.site-footer .footer__top .container>div.footer-branch fieldset .search-submit {
    margin-right: 5px;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
}


a .icon,
button .icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

a:hover .icon,
button:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.icon-wobble-horizontal:hover .icon {
    /*-webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;*/
}

.icon-bounce:hover .icon {
    /*-webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);*/
}

.video-popup-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.video-popup-wrap .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    margin-top: -42px;
    margin-left: -42px;
    font-size: 42px;
    border-radius: 50%;
    background: rgba(125, 0, 0, 0.4);
    text-align: center;
    line-height: 1.9;
    border: 3px solid #fff;
    color: #fff;
    transition: background-color 0.2s;
}

.video-popup-wrap .fa:before {
    position: relative;
    left: 4px;
}

.video-popup-wrap a:hover .fa {
    background-color: #ef2e24;
}


.favourite-save:before,
.favourite:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.favourite-save:hover:before,
a:hover .favourite-save:before,
.favourite:hover:before {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* */
.panel-group {
    margin-bottom: 40px;
}

.panel-group .panel {
    padding: 8px 0;
    border: none;
}

.panel-group .panel .panel-title {
    font-size: inherit;
    padding: 0 20px;
}

.panel-title a>span {
    color: #ef2e24;
    padding-right: 5px;
}

.panel-title a {
    display: block;
    padding-right: 25px;
    position: relative;
    outline: none;
}

.panel-title a:focus {
    outline: none;
}

.panel-title a:after {
    content: '\77';
    color: #ef2e24;
    font-size: 1.8rem;
    font-family: adecco-font-1;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.panel-group .panel-collapse {
    padding: 5px 50px 0;
}


/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media print {

    #header,
    #footer,
    #dynamic-side-left-container,
    #dynamic-side-right-container,
    .jobdetail-top,
    .job-details__viewed-jobs-carousel,
    .job-details__cta__sticky,
    .job-details__cta a,
    .share {
        display: none;
    }

    body {
        padding-top: 0 !important;
    }

    .job-details__cta .job-details__cta__ref,
    .job-details__cta .job-ad-option {
        display: block !important;
        padding-left: 0 !important;
    }

    .job-details__cta .job-details__cta__ref {
        margin-top: 50px;
    }
}

/*adding CSS*/
.form-holder {
    background-image: url("../images/custom-form/dark-form-bg.jpg");
    background: #00b5ef;
    background: -moz-linear-gradient(45deg, #00b5ef 21%, #1f74b8 100%);
    background: -webkit-linear-gradient(45deg, #00b5ef 21%, #1f74b8 100%);
    background: linear-gradient(45deg, #00b5ef 21%, #1f74b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b5ef', endColorstr='#1f74b8', GradientType=1);
    background-color: #1f74b8;
    width: 365px !important;
    margin-top: 20px;
    margin-left: 15px;
    height: auto;
    background-repeat: repeat-y;
    -webkit-box-shadow: 5px -2px 44px -4px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 5px -2px 44px -4px rgba(0, 0, 0, 0.73);
    box-shadow: 5px -2px 44px -4px rgba(0, 0, 0, 0.73);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.form-holder iframe {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .form-holder {
        margin-top: 0;
        margin-left: 0;
        max-width: 100%;
    }
}


.jxt-news-item-post-type {
    display: none !important;
}