/* ---------- Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
}

html {overflow-y: scroll;}

ol, ul, li {list-style: none;}

/* ----- HTML5 Display Roles */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote,
q {
    quotes: none;
    content: '';
    content: none;
}

    blockquote:before, blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

/* ----- Links */
a {
    text-decoration: none;
    color: #FF7E00;
}

img[src*="http://placehold.it"] {opacity: 0.5;}

/* ----- Table */
table {
    width: 100%;
    border-collapse: collapse;
}

.clear {clear: both;}

input::-moz-focus-inner, button::-moz-focus-inner {border: 0; padding: 0;}

/* ----------

What Media
- Grid SCSS

---------- */
/* ---------- Variables */
/* ---------- Rows */
.container {
    max-width: 1015px;
    padding: 0 8px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

    .container:after {
        content: '';
        display: table;
        clear: both;
    }

    .container .container {
        margin-left: -8px;
        margin-right: -8px;
        padding: 0;
        height: auto;
        width: auto;
    }

/* ---------- Columns */
/* ----------

What Media
- Type SCSS

---------- */
/* ---------- Fonts */
/* ---------- Body */
body {
    font-family: 'museo_sans', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    color: #949494;
    font-size: 14px;
}

body.white-background {background-color: #fff; background-image: none; padding: 10px;}

body.white-background p:first-of-type {padding-top: 10px;}
body.white-background p {padding-bottom: 10px;}

@media screen and (min-width: 768px) {
    body {font-size: 15px;}
}

/* ---------- Base */
b, strong {font-weight: 600;}

em {font-style: italic;}

small {font-size: 80%;}

 sup { 
    vertical-align: super;
    font-size: smaller;
}

/* ---------- Headings */
h1, h2, h3, h4 {
    font-family: 'museo_slab', Georgia, serif;
    color: #5D5D5D;
    padding-bottom: 10px;
    line-height: 1.2;
}

h1 {font-size: 18px; padding-bottom: 15px;}

@media screen and (min-width: 768px) {
    h1 {font-size: 24px;}
}

@media screen and (min-width: 960px) {
    h1 {font-size: 30px;}
}

h3 {font-size: 16px;}

@media screen and (min-width: 768px) {
    h3 {font-size: 20px;}
}

@media screen and (min-width: 960px) {
    h3 {font-size: 28px;}
}

h4 {font-size: 16px;}

@media screen and (min-width: 768px) {
    h1, h2, h3, h4 {padding-bottom: 20px;}
}

.promo-section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.tagged {
    background-image: url("../images/bg-tag.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 22px;
    -o-background-size: auto 50%;
    background-size: auto 50%;
}

@media screen and (min-width: 768px) {
    .tagged {
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .tagged {
        padding-left: 40px;
        -o-background-size: auto;
        background-size: auto;
    }
}

/* ---------- Paragraphs */
p {
    line-height: 1.3;
    padding-bottom: 20px;
}

    p.published {
        font-size: 80%;
        color: #B4B4B4;
    }

p a img {
    display:inline;
    padding-right:10px;
    vertical-align: top;
}

p a strong {
    font-weight: normal;
}

ul.checked-list, ul.bulleted-list {
    padding-bottom: 15px;
}

ol.ordered-list {
    padding-bottom: 40px;
}

    ol.ordered-list li {
        counter-increment: step-counter;
        line-height: 1.3;
        padding-bottom: 5px;
        position: relative;
    }

        ol.ordered-list li:before {
            content: counter(step-counter);
            display: inline-block;
            font-weight: bold;
            text-align: right;
            margin-right: .725rem;
        }

    ul.checked-list li, ul.bulleted-list li {
        line-height: 1.3;
        padding-bottom: 5px;
        position: relative;
        padding-left: 25px;
    }

        ul.checked-list li:before, ul.bulleted-list li:before {
            content: '';
            display: block;
            width: 14px;
            height: 14px;
            background-image: url("../images/sprite.png");
            position: absolute;
            left: 0;
            top: 1px;
        }

        ul.checked-list li:before {
            background-position: top left;
        }

        ul.bulleted-list li:before {
            background-position: 0 -14px;
        }

@media screen and (min-width: 768px) {
    ul.checked-list li, ul.bulleted-list li, ol.ordered-list li {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 960px) {
    ul.checked-list li, ul.bulleted-list li {
        padding-bottom: 20px;
    }
}

ul + .button,
p + .button {
    margin-top: -10px;
}

/* ----------

What Media
- Images SCSS

---------- */
img {
    display: block;
}

    img.img-full {
        width: 100%;
    }

    img.img-max {
        max-width: 100%;
    }

figure img {
    width: 100%;
    margin-bottom: 15px;
}

.img-svg {
    display: block;
    width: 100%;
    max-width: 100%;
}

.pl-20 {padding-left: 20px;}

/* ----------

What Media
- Helpers SCSS

---------- */
/* ---------- Display */
.hidden {
    display: none !important;
}

/* ---------- Positioning */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

    .text-left img,
    .text-right img,
    .text-center img,
    .inline {
        display: inline;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

#js-fade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

    #js-fade, #js-fade.active {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

        #js-fade.active {
            visibility: visible;
            z-index: 10;
            opacity: 0.8;
        }

/* ---------- Advert */
.advert-wrapper {
    background-color: #F5F5F5;
    padding-top: 16px;
    display: none;
}

@media screen and (min-width: 768px) {
    .advert-wrapper {
        display: block;
    }
}

.advert {
    padding-bottom: 16px;
    text-align: center;
    margin: 0 auto;
}

    .advert a img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .advert + .advert {
        padding-top: 4px;
    }

    .advert.advert-mpu {
        width: 300px;
        margin-left: -11px;
        margin-right: -11px;
    }

@media screen and (min-width: 340px) {
    .advert.advert-mpu {
        margin-left: auto;
        margin-right: auto;
    }
}

.advert.advert-leaderboard {
    width: 728px;
}

/* ---------- Components */
/* ----------

What Media
- Components SCSS

---------- */
.pagination {
    text-align: center;
    padding-top: 15px; /* 10px */
    padding-bottom: 20px;
}

    .pagination a, .pagination span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #5D5D5D;
        display: inline-block;
    }

    .pagination span.active {
        background-color: #F5F5F5;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

.results-pagination {
    float: left;
    margin-top: -8px;
    margin-left: 10px;
    width: 430px;
}

.results-pagination .pagination {padding: 0;}

.need-help, .generic-box {
    margin-bottom: 20px;
    padding: 16px 8px 0 8px;
    background-color: #F5F5F5;
    position: relative;
}

    .need-help:after {
        content: '';
        display: block;
        position: absolute;
        right: -10px;
        top: -30px;
        width: 89px;
        height: 68px;
        background-image: url("../images/bg-bubble.png");
    }

    .generic-box:after {
        background-image: none;
    }

.additional-info a, .useful-links a, a[href^="mailto"], .email, .input-group-block p a {
    color: #4eb0d7;
}

.additional-info a {
    line-height: 25px;
}

@media screen and (min-width: 600px) {
    .need-help, .generic-box {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 768px) {
    .need-help, .generic-box {
        margin-bottom: 40px;
    }

        .need-help:after, .generic-box:after {
            top: -20px;
        }

        .need-help p, .generic-box p {
            margin-top: -10px;
            margin-bottom: 10px;
        }
}

.compare {
    margin-bottom: 20px;
    padding: 16px 8px 0 8px;
    background: #A3D6E9 url("../images/bg-compare.png") no-repeat top right;
}

    .compare h3,
    .compare p {
        color: #FFFFFF;
    }

    .compare .button {
        background-color: #52B8D2;
        border-bottom: 1px solid #3F98B0;
        background-image: -ms-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%);
        /* IE10 */
        background-image: -moz-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%);
        /* Mozilla Firefox */
        background-image: -webkit-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%);
        /* Webkit (Chrome 11+) */
        background-image: linear-gradient(to bottom, #5BC0DA 0%, #49B0CB 100%);
        /* Standards */
    }

    .compare .table-wrapper {
        margin-left: -8px;
        margin-right: -8px;
    }

        .compare .table-wrapper .search-results tr td {
            background-color: #91CBE0;
        }

        .compare .table-wrapper .search-results tr:nth-child(even) td {
            background-color: #A3D6E9;
        }

        .compare .table-wrapper .search-results .search-results-name {
            color: #FFFFFF;
            width: auto;
        }

@media screen and (min-width: 600px) {
    .compare {
        padding-left: 16px;
        padding-right: 16px;
    }

        .compare .table-wrapper {
            margin-left: -16px;
            margin-right: -16px;
        }

            .compare .table-wrapper .search-results .search-results-button {
                padding-right: 16px;
            }
}

@media screen and (min-width: 768px) {
    .compare {
        margin-top: 28px;
        margin-bottom: 40px;
    }

    .compare p, .compare table {
        -ms-word-break: break-all;
        word-break: break-all;
        margin-top: -10px;
        margin-bottom: 10px;
    }
}

.link-list {
    padding-bottom: 10px;
}

    .link-list a {
        display: block;
        padding-bottom: 10px;
    }

@media screen and (min-width: 768px) {
    .link-list a {
        font-size: 16px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 960px) {
    .link-list a {
        padding-bottom: 10px;
    }
}

/* ---------- Job Search */
.job-search {
  text-align: center;
}
.job-search ::-webkit-input-placeholder {
  color: #5d5d5d;
}
.job-search :-moz-placeholder {
  /* Firefox 18- */
  color: #5d5d5d;
}
.job-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5d5d5d;
}
.job-search :-ms-input-placeholder {
  color: #5d5d5d;
}
.job-search .job-search-control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.job-search .job-search-control .RadTabStrip .rtsLI {
    margin-right: 8px;
}

.job-search .job-search-control-types {
  display: none;
}
.job-search .job-search-control-type {
  font-size: 12px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #D5D5D5;
  color: #949494;
  margin-bottom: 10px;
  padding: 7px;
  display: inline-block;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.job-search .job-search-control-type.active, .job-search .job-search-control-type:hover {
  background-color: #B3B3B3;
  border-bottom: 1px solid #9C9C9C;
  color: #FFFFFF;
  background-image: -ms-linear-gradient(top, #C1C1C1 0%, #B3B3B3 100%);
  /* IE10 */
  background-image: -moz-linear-gradient(top, #C1C1C1 0%, #B3B3B3 100%);
  /* Mozilla Firefox */
  background-image: -webkit-linear-gradient(top, #C1C1C1 0%, #B3B3B3 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #C1C1C1 0%, #B3B3B3 100%);
  /* Standards */
}
.job-search .job-search-control-type.active:before, .job-search .job-search-control-type:hover:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 11px solid #9C9C9C;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -11px;
}
.job-search .job-search-control-type.active:after, .job-search .job-search-control-type:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #B3B3B3;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
}
.job-search .job-search-control-input {
  display: table;
  max-width: 530px;
  margin: 0 auto;
}
.job-search .job-search-control-input input,
.job-search .job-search-control-input span {
  display: table-cell;
  vertical-align: top;
}
.job-search .job-search-control-input input {
  float: left;
  width: 100%;
  border: 1px solid #99C8DA;
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 4px 10px;
  font-style: normal;
}
.job-search .job-search-control-input span {
  width: 1%;
}
.job-search .job-search-control-input span button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .job-search .job-search-control select {
    display: none;
  }
  .job-search .job-search-control-types {
    display: block;
  }
  .job-search .job-search-control-input {
    margin-bottom: 10px;
  }
  .job-search .job-search-control-input input {
    height: 38px;
  }
}

.section-promo.job-search h1 {
  display: none;
}
.section-promo.job-search input {
  font-style: italic;
}
.section-promo.job-search .job-search-control-types {
  margin-right: 80px;
}
.section-promo.job-search .job-search-control-type {
  border-bottom: 1px solid #7ABED3;
  color: #FFFFFF;
  background-color: #8DCCDC;
  background-image: -ms-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%);
  /* IE10 */
  background-image: -moz-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%);
  /* Mozilla Firefox */
  background-image: -webkit-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%);
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #86C8DC 0%, #8DCCDC 100%);
  /* Standards */
}
.section-promo.job-search .job-search-control-type.active, .section-promo.job-search .job-search-control-type:hover {
  background-color: #52B8D2;
  border-bottom: 1px solid #3F98B0;
  background-image: -ms-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%) !important;
  /* IE10 */
  background-image: -moz-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%) !important;
  /* Mozilla Firefox */
  background-image: -webkit-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%) !important;
  /* Webkit (Chrome 11+) */
  background-image: linear-gradient(to bottom, #5BC0DA 0%, #49B0CB 100%) !important;
  /* Standards */
}
.section-promo.job-search .job-search-control-type.active:before, .section-promo.job-search .job-search-control-type:hover:before {
  border-top-color: #3F98B0;
}
.section-promo.job-search .job-search-control-type.active:after, .section-promo.job-search .job-search-control-type:hover:after {
  border-top-color: #49B0CB;
}
@media screen and (min-width: 768px) {
    .section-promo.job-search h1 {
        color: #3f98b0;
        font-size: 14px;
        display: block;
        margin-right: 80px;
        margin-top: -20px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .section-promo.job-search .required-search {
        color: red;
        font-size: 16px;
        line-height: 20px;
        margin: -32px 0 28px 48px;
        padding: 0;
        text-align: left;
        display: block;
    }

    .section-promo.job-search .required-search i {margin-right: 10px;}
}

@media screen and (min-width: 960px) {
  .section-promo.job-search h1 {
    font-size: 16px;
    margin-right: 134px;
    margin-top: -25px;
    margin-bottom: 0px;
    line-height: 31px;
    padding: 0;
  }
  .section-promo.job-search .job-search-control-types {
    margin-right: 134px;
  }
  .section-promo.job-search .job-search-control-type {
    padding: 11px 16px 12px 16px;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .section-promo.job-search .job-search-control-input {
    margin-bottom: 20px;
    max-width: 620px;
  }
  .section-promo.job-search .job-search-control-input input {
    padding: 0 20px !important;
    font-size: 23px !important;
    height: 63px;
    line-height: 63px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-width: 2px;
    /*border-right-width: 0;*/
  }

  .section-promo.job-search .job-search-control-input .searchbutton {
    font-size: 23px;
    padding: 0 30px !important;
    font-style: normal;
    height: 63px;
    line-height: 63px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 2px;
    left: -2px;
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #d86c00;
    -moz-box-shadow: inset 0 -2px 0 0 #d86c00;
    box-shadow: inset 0 -2px 0 0 #d86c00;
    background-color: #fe9400;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe9400), to(#d86c00));
    background-image: -webkit-linear-gradient(#fe9400, #d86c00);
    background-image: -moz-linear-gradient(#fe9400, #d86c00), -moz-linear-gradient(#fe9400, #d86c00), -moz-linear-gradient(#ff9600, #ff7e00);
    background-image: -o-linear-gradient(#fe9400, #d86c00), -o-linear-gradient(#fe9400, #d86c00), -o-linear-gradient(#ff9600, #ff7e00);
    background-image: linear-gradient(#fe9400, #d86c00), linear-gradient(#fe9400, #d86c00), linear-gradient(#ff9600, #ff7e00);
    -moz-background-size: 2px 100%, 2px 100%, 100% 100%;
    -o-background-size: 2px 100%, 2px 100%, 100% 100%;
    background-size: 2px 100%, 2px 100%, 100% 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    outline: 0 !important;
    width: auto;
  }
}

/* ---------- Tag */
.tag {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.tag-offer {
    width: 42px;
    height: 16px;
    background-position: -14px 0;
}

.tag-notes {
    width: 20px;
    height: 20px;
    background-position: -36px -20px;
}

.tag-image-block {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 16px;
}

    .tag-image-block img {
        height: 100%;
    }

@media screen and (min-width: 340px) {
    .tag-image-block {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .tag-image-block {
        display: inline-block;
    }
        .tag-image-block img {
            margin-left: 5px;
        }
}

aside {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    aside {
        margin-bottom: 20px;
    }
}

/* SELECT LIST STUFF HERE */

/* Browse Sectors */
.sector-list-options, .sector-list-detailed {display: none;}
.sector-list .active {display: block;}
.sector-list li.active {display: inline-block;}

/* Browse Countries */
.country-list-options, .country-list-detailed {display: none;}
.country-list .active {display: block;}
.country-list li.active {display: inline-block;}

.site-canvas > header .sector-list .sector-list-options {
    border-bottom: 1px solid #E3E3E3;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .site-canvas > header .sector-list .sector-list-options {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
    }

    .site-canvas > header .sector-list.active .sector-list-button {
        background-color: #F5F5F5;
        border-bottom: 0;
        color: #949494;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: -8px;
        padding-top: 8px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        margin-bottom: 0;
    }

    .site-canvas > header .sector-list.active .sector-list-options {
        margin-top: 0;
    }
}

@media screen and (min-width: 960px) {
    .site-canvas > header .sector-list.active .sector-list-button {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: -15px;
    }
}

.section-promo .sector-list {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

    .section-promo .sector-list .sector-list-button, .section-promo .sector-list .sector-list-options {
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (min-width: 768px) {
    .section-promo .sector-list .sector-list-button,
    .section-promo .sector-list .sector-list-options {
        max-width: inherit;
    }

    .section-promo .sector-list .sector-list-options {
        margin-top: -23px;
        background-color: #d2ecef;
        background-color: rgba(255, 255, 255, 0.4);
    }
}

/* --- Browse Countries --- */

.section-promo .sector-list .country-list-button.button {margin-left: 0;}
    .section-promo .sector-list.active .country-list-button.button {}

.sector-list .country-list-options {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #d2ecef;
    border-bottom: 1px solid #E3E3E3;

    padding: 10px 0 0 0;
    margin-top: -23px;
    max-width: inherit;

    position: absolute;
    left: 0;
    width: 100%;
    overflow: visible;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

.country-list-options.active .country-list-detailed.active {
    text-align: left;
    background-color: #fff;
    padding: 10px;

    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.country-list-options.active .country-list-detailed.active::after {
    content: '';
    display: table;
    clear: both;
}

.country-list-options.active .country-list-detailed.active li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 33.33333%;
    float: left;
    border-width: 0;
}

.country-list-options.active .country-list-detailed.active li a {
    background-color: transparent;
    padding: 0 10px 0 0;
    color: #949494;
}

.country-list-options.active .country-list-detailed.active li .job-count {
    color: #B4B4B4;
}

/* --- END --- */

/* ---------- Combined Job Search / Sector List */
@media screen and (min-width: 768px) {
    .job-search-full {
        padding-bottom: 10px;
    }

        .job-search-full .job-search-control,
        .job-search-full .sector-list {
            float: none;
            display: inline-block;
            width: auto;
            vertical-align: bottom;
        }

        .job-search-full .sector-list {
            position: static;
            margin-bottom: 8px;
        }
}

@media screen and (min-width: 960px) {
    .job-search-full {
        padding-bottom: 20px;
    }

        .job-search-full .sector-list {
            margin-bottom: 16px;
        }

            .job-search-full .sector-list .sector-list-button {
                font-size: 23px;
                padding: 20px;
            }
}

/* ----------

What Media
- Buttons SCSS

---------- */
/* ---------- Component Base */
.button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'museo_sans', Arial, sans-serif;
    display: inline-block;
    margin: 0;
    border: none;
    padding: 8px 16px;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FF7E00;
    width: 100%;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    background-image: -ms-linear-gradient(top, #FF9600 0%, #FF7E00 100%);
    /* IE10 */
    background-image: -moz-linear-gradient(top, #FF9600 0%, #FF7E00 100%);
    /* Mozilla Firefox */
    background-image: -webkit-linear-gradient(top, #FF9600 0%, #FF7E00 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #FF9600 0%, #FF7E00 100%);
    /* Standards */
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

    .button i {
        margin-right: 8px;
    }

.nobg-button {
    background-image: none;
    background-color: transparent;
    color: #FF7E00;
    text-shadow: none;
    border-bottom: none;
    outline: none;
}

.edit-button, .delete-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'museo_sans', Arial, sans-serif;
    display: inline-block;
    margin: 0;
    border: none;
    padding: 8px;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FF7E00;
    width: 100%;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.edit-button {
    background-color: rgb(0, 161, 203);
}

.delete-button {
    background-color: rgb(229, 64, 40);
}

@media screen and (min-width: 600px) {
    .button {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .button {
        padding: 12px 18px 10px 18px;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) {
    .button {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
    }
}

.button + .button {
    margin-left: -4px;
}

@media screen and (min-width: 768px) {
    .button.button-sml {
        padding: 8px;
        font-size: 13px;
        width: auto;
    }
    .button.button-sml .tag-image-block {
        height:13px;
    }
}

/* ---------- Component Variations */
.button-social {
    width: auto;
    background-image: none;
    text-shadow: none;
    border-bottom: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}

    .button-social + .button-social {
        margin-left: 6px;
    }

    .button-social:first-child {
        margin-left: 0;
    }

    .button-social i {
        font-size: 20px;
        line-height: 30px;
    }

@media screen and (min-width: 960px) {
    .button-social {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

        .button-social i {
            font-size: 30px;
            line-height: 50px;
        }
}

.button-add {
    font-family: 'FontAwesome';
    font-size: 10px;
    background-color: #86C8DC;
    background-image: -ms-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%);
    /* IE10 */
    background-image: -moz-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%);
    /* Mozilla Firefox */
    background-image: -webkit-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #86C8DC 0%, #8DCCDC 100%);
    /* Standards */
    width: 24px;
    height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
}

    .button-add:before {
        content: '';
        width: 14px;
        height: 14px;
        background-image: url("../images/sprite.png");
        background-position: 0 -42px;
        display: block;
        margin: 5px auto;
    }

    .button-add:hover, .button-add.active {
        background-color: #52B8D2;
        border-bottom: 1px solid #3F98B0;
        background-image: -ms-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%);
        /* IE10 */
        background-image: -moz-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%);
        /* Mozilla Firefox */
        background-image: -webkit-linear-gradient(top, #5BC0DA 0%, #49B0CB 100%);
        /* Webkit (Chrome 11+) */
        background-image: linear-gradient(to bottom, #5BC0DA 0%, #49B0CB 100%);
        /* Standards */
    }

        .button-add.active:before {
            background-position: 0 -56px;
        }

/* ---------- Component Theme */
.button-apply {
    background-color: #86B100;
    background-image: -ms-linear-gradient(top, #96C700 0%, #86B100 100%);
    /* IE10 */
    background-image: -moz-linear-gradient(top, #96C700 0%, #86B100 100%);
    /* Mozilla Firefox */
    background-image: -webkit-linear-gradient(top, #96C700 0%, #86B100 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #96C700 0%, #86B100 100%);
    /* Standards */
}

.button-twitter {
    background-color: #55ACEE;
}

.button-linkedin {
    background-color: #0073B2;
}

.print, .export {
    display: inline;
}

    .print:before, .export:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        background-image: url("../images/sprite.png");
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }

    .export:before {
        background-position: 26px 0;
    }

    .print:before {
        background-position: 26px 44px;
    }

.link-dropdown {
    color: #5D5D5D;
}

    .link-dropdown:after {
        width: 14px;
        height: 14px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        background: url("../images/sprite.png") no-repeat 0 -30px;
        margin-left: 5px;
    }

/* ----------

What Media
- Form SCSS

---------- */
input,
select, textarea {
    font-family: 'museo_sans', Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #5D5D5D;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #bcc1c0;
    display: block;
    width: 100%;
    min-height: 30px;
}

input[type="checkbox"], input[type="radio"] {min-height: inherit; margin-top: 2px; width: auto; display: inline-block;}
input[type="checkbox"] + label, input[type="radio"] + label {display: inline-block; margin-left: 10px;}

@media screen and (min-width: 768px) {
    input,
    select {
        padding: 10px;
    }
}

@media screen and (min-width: 960px) {
    input,
    select {
        font-size: 15px;
    }
}

input.input-sml,
select.input-sml {
    padding: 8px;
    font-size: 13px;
}

input, textarea {
    font-style: italic;
}

select {
    width: 100%;
    -webkit-appearance: menulist-button;
    height: 30px;
}

label {
    display: block;
    color: #5D5D5D;
    padding-bottom: 5px;
}

input[type="checkbox"] {
    display: inline;
    width: auto;
    height: auto;
}

    input[type="checkbox"] + label {
        display: inline;
        /*margin-bottom: 20px;*/
        font-size: 80%;
    }

::-webkit-input-placeholder {
    color: #5D5D5D;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #5D5D5D;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #5D5D5D;
}

:-ms-input-placeholder {
    color: #5D5D5D;
}

/* ----------

What Media
- Article List SCSS

---------- */
/* ---------- Component Base */
.article-list .article-list-tag {
    font-style: italic;
    padding-bottom: 20px;
    display: block;
    margin-top: -5px;
}

.article-list .article a {
    display: block;
    padding-bottom: 5px;
}

    .article-list .article a + p {
        padding-bottom: 5px;
    }

.article-list-padding, .news-offer-media {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .article-list .article a {
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) {
    .article-list .article a {
        font-size: 18px;
    }
}

.article-list-featured {
    background-color: #edf5dd;
    padding: 20px 15px 0 15px;
    margin-bottom: 20px;
}

    .article-list-featured .article a,
    .article-list-featured .article-list-tag {
        color: #FF7E00;
    }

@media screen and (min-width: 768px) {
    .article-list-featured {
        margin-bottom: 30px;
    }
}

/* ---------- Layout */
/* ----------

What Media
- Header SCSS

---------- */
/* ---------- Varibles */
/* ---------- Header */
.site-canvas > header {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 20;
    background-color: #FFFFFF;
    margin-bottom: 4px;
}

    .site-canvas > header .header-branding {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        margin-left: 34px;
        display: block;
        /*width: auto;*/
    }

        .site-canvas > header .header-branding img,
        .site-canvas > header .header-branding span {
            float: left;
        }

        .site-canvas > header .header-branding img {
            height: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .site-canvas > header .header-branding span {
            font-size: 9px;
            line-height: 50px;
            padding-left: 8px;
            color: #A0AAA9;
            -webkit-font-smoothing: auto;
            font-weight: normal;
        }

    .site-canvas > header .mobile-menu {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #FF7E00;
        left: 0;
        cursor: pointer;
        position: absolute;
        font-size: 18px;
    }

    .site-canvas > header nav {
        position: absolute;
        left: -270px;
        width: 270px;
        background-color: #FFFFFF;
    }

        .site-canvas > header nav > ul > li a {
            line-height: 50px;
            padding: 0 16px;
            border-bottom: 1px solid #E3E3E3;
            display: block;
        }

            .site-canvas > header nav > ul > li a span {
                color: #949494;
            }

        .site-canvas > header nav .user-account a {
            color: #5D5D5D;
        }

            .site-canvas > header nav .user-account a span {
                color: #949494;
            }

@media screen and (min-width: 768px) {
    .site-canvas > header {
        margin-bottom: 30px;
    }

        .site-canvas > header .mobile-menu {
            display: none;
        }

        .site-canvas > header .header-branding,
        .site-canvas > header nav {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
            padding-left: 8px;
            padding-right: 8px;
            position: relative;
            margin-left: 0;
            margin-right: 0;
        }

        .site-canvas > header .header-branding {
            position: relative;
            z-index: 2;
        }

            .site-canvas > header .header-branding img {
                height: 50px;
            }

            .site-canvas > header .header-branding span {
                font-size: 12px;
                line-height: 70px;
                padding-left: 8px;
                color: #A0AAA9;
                -webkit-font-smoothing: auto;
                font-weight: normal;
            }

        .site-canvas > header nav {
            position: absolute;
            z-index: 10;
            background-color: transparent;
            right: 8px;
            left: auto;
            width: 100%;
            bottom: 0;
            text-align: right;
        }

            .site-canvas > header nav > ul {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -o-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                float: left;
                padding-left: 8px;
                padding-right: 8px;
                position: relative;
                margin-left: 0;
                margin-right: 0;
            }

                .site-canvas > header nav > ul > li {
                    display: inline-block;
                    padding-left: 20px;
                }

                    .site-canvas > header nav > ul > li a {
                        line-height: 1;
                        padding-bottom: 15px;
                        padding-right: 0;
                        padding-left: 0;
                        border-bottom: none;
                        display: inline-block;
                        font-weight: normal;
                    }

                    .site-canvas > header nav > ul > li:first-child a {
                        padding-left: 0;
                    }

            .site-canvas > header nav .user-account {
                position: absolute;
                right: 8px;
                bottom: 30px;
            }

                .site-canvas > header nav .user-account a {
                    font-size: 13px;
                }
}

@media screen and (min-width: 960px) {
    .site-canvas > header {
        margin-bottom: 40px;
        -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
        -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
    }

        .site-canvas > header .header-branding img {
            height: 80px;
        }

        .site-canvas > header .header-branding span {
            font-size: 12px;
            line-height: 100px;
            padding-left: 8px;
        }

        .site-canvas > header nav > ul > li {
            padding-left: 40px;
        }

            .site-canvas > header nav > ul > li a {
                padding-bottom: 20px;
                font-size: 15px;
            }

        .site-canvas > header nav .user-account {
            bottom: 50px;
        }
}

/* ---------- Sign In */
.sign-in .sign-in-form {
    display: none;
}

.sign-in.active .sign-in-form {
    display: block;
    padding: 16px 16px 0 16px;
    border-bottom: 1px solid #E3E3E3;
    right: -8px;
    background-color: #FFFFFF;
    text-align: left;
}

.sign-in input {
    margin-bottom: 0;
}

.sign-in p {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .sign-in.active .sign-in-form {
        position: absolute;
        border-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .sign-in-form {
        width: 260px;
    }

        .sign-in-form .button {
            float: right;
        }

        .sign-in-form .checkbox {
            float: left;
            line-height: 36px;
        }
}

/* ----------

What Media
- Footer SCSS

---------- */
.site-canvas > footer {
    color: #FFFFFF;
    overflow: hidden;
}

    .site-canvas > footer a {
        color: #FFFFFF;
        font-weight: normal;
    }

    .site-canvas > footer .footer-contact {
        padding-top: 16px;
        padding-bottom: 16px;
        background-color: #547A12;
        background-color: rgba(84, 122, 18, 0.5);
    }

        .site-canvas > footer .footer-contact .contact-us {
            float: right;
        }

        .site-canvas > footer .footer-contact .contact-us a {
            font-size: 15px;
        }

        .site-canvas > footer .footer-contact .contact-us a i {
            margin-right: 10px;
        }

        .site-canvas > footer .footer-contact .footer-connect {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            float: left;
            padding-left: 8px;
            padding-right: 8px;
            position: relative;
            margin-left: 0;
            margin-right: 0;
        }

    .site-canvas > footer .footer-legal {
        background-color: #547A12;
        padding-top: 16px;
        font-size: 10px;
    }

        .site-canvas > footer .footer-legal .footer-copyright {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            float: left;
            padding-left: 8px;
            padding-right: 8px;
            position: relative;
            margin-left: 0;
            margin-right: 0;
        }

    .site-canvas > footer nav {
        margin-top: -10px;
    }

        .site-canvas > footer nav li {
            display: inline-block;
            padding-left: 10px;
            padding-bottom: 16px;
        }

            .site-canvas > footer nav li:first-child {
                padding-left: 0;
            }

@media screen and (min-width: 768px) {
    .site-canvas > footer .footer-contact a {
        padding-left: 5px;
        font-size: 18px;
    }

    .site-canvas > footer .footer-legal {
        position: relative;
        font-size: 13px;
    }

        .site-canvas > footer .footer-legal nav {
            position: absolute;
            right: 8px;
            top: 0;
            margin-top: 0;
        }
}

@media screen and (min-width: 960px) {
    .site-canvas > footer .footer-contact a {
        padding-left: 10px;
        font-size: 22px;
    }

    .site-canvas > footer .footer-legal {
        font-size: 14px;
        padding-bottom: 40px;
    }
}

/* ----------

What Media
- Sections SCSS

---------- */
/* ---------- Variables */
/* ---------- Body */
html,
body {
    min-height: 100%;
}

@media screen and (min-width: 960px) {
    html {
        background-color: #88AA49;
        background-image: url("../images/bg-edge.jpg");
        background-position: center 100px;
        background-repeat: repeat-x;
    }
}

body {
    background-color: #4EAFD6;
    background-repeat: no-repeat;
    background-image: -ms-radial-gradient(50% 400px, circle closest-corner, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 100%), -ms-linear-gradient(bottom, #87AA49 0%, #4EAFD6 100%);
    /* IE10 */
    background-image: -moz-radial-gradient(50% 400px, circle closest-corner, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 100%), -moz-linear-gradient(bottom, #87AA49 0%, #4EAFD6 100%);
    /* Mozilla Firefox */
    background-image: -webkit-radial-gradient(50% 400px, circle closest-corner, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(bottom, #87AA49 0%, #4EAFD6 100%);
    /* Webkit (Chrome 11+) */
    background-image: radial-gradient(50% 200px, circle closest-corner, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 100%), linear-gradient(to top, #87AA49 0%, #4EAFD6 100%);
    /* Standards */
}

@media screen and (min-width: 960px) {
    body {
        background-color: transparent;
        background-image: url("../images/bg-center.jpg");
        background-position: center 100px;
    }
}

.site-canvas {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

    .site-canvas, .site-canvas.active {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

        .site-canvas.active {
            -moz-transform: translateX(270px);
            -webkit-transform: translateX(270px);
            -o-transform: translateX(270px);
            -ms-transform: translateX(270px);
            transform: translateX(270px);
        }

.section-sign-in,
.section-body,
.footer-legal,
.footer-contact,
.section-job-meta {
    max-width: 1096px;
    margin: 0 auto;
}

/* ---------- Sign In */
.section-sign-in {
    text-align: center;
    padding-top: 12px;
}

    .section-sign-in .sign-in-copy {
        color: #FFFFFF;
        line-height: 1.3;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
        padding-bottom: 10px;
        max-width: 320px;
        margin: 0 auto;
        font-size: 16px;
    }

    .section-sign-in .sign-in-buttons .button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        float: left;
    }

@media screen and (min-width: 768px) {
    .section-sign-in {
        padding: 16px 0 8px 0;
        background-color: #D3ECED;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .section-sign-in .sign-in-copy {
            font-family: 'museo_sans', Arial, sans-serif;
            color: #5D5D5D;
            text-shadow: none;
            line-height: 1;
            display: inline;
            font-size: 14px;
        }

        .section-sign-in .sign-in-buttons {
            display: inline-block;
            vertical-align: middle;
        }

        .section-sign-in .button {font-size: 18px;}

            .section-sign-in .sign-in-buttons .button {
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
                -o-box-sizing: content-box;
                -ms-box-sizing: content-box;
                box-sizing: content-box;
                width: auto;
                margin-right: 0;
                margin-left: 8px;
                margin-bottom: 4px;
                float: none;
            }

                .section-sign-in .sign-in-buttons .button:first-child {
                    margin-left: 4px;
                }
}

@media screen and (min-width: 960px) {
    .section-sign-in .sign-in-copy {
        font-size: 15px;
    }

    .section-sign-in .sign-in-buttons .button {
        margin-bottom: 0;
    }
}

/* ---------- Step By Step */
.section-promo {
    padding-top: 12px;
}

@media screen and (min-width: 768px) {
    .section-promo {
        padding-top: 0;
    }
}

@media screen and (min-width: 960px) {
    .section-promo {
        padding-top: 10px;
    }
}

.section-step-by-step {
    display: none;
}

@media screen and (min-width: 768px) {
    .section-step-by-step {
        display: block;
    }

        .section-step-by-step .step {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            width: 25%;
            float: left;
            padding-left: 8px;
            padding-right: 8px;
            position: relative;
            margin-left: 0;
            margin-right: 0;
        }

            .section-step-by-step .step .step-instruction {
                padding: 20px 25px;
                color: #FFFFFF;
                font-size: 15px;
                line-height: 1.2;
                margin-bottom: 30px;
                margin-top: 15px;
                background-color: #5CB4CB;
                background-color: rgba(92, 180, 203, 0.8);
            }

            .section-step-by-step .step .step-number {
                color: #FFFFFF;
                text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                font-size: 16px;
                background-color: #43ABC6;
                background-image: -ms-linear-gradient(top, #5BC0DA 0%, #43ABC6 100%);
                /* IE10 */
                background-image: -moz-linear-gradient(top, #5BC0DA 0%, #43ABC6 100%);
                /* Mozilla Firefox */
                background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0, #5BC0DA), color-stop(1, #43ABC6));
                /* Webkit (Safari/Chrome 10) */
                background-image: -webkit-linear-gradient(top, #5BC0DA 0%, #43ABC6 100%);
                /* Webkit (Chrome 11+) */
                background-image: linear-gradient(to bottom, #5BC0DA 0%, #43ABC6 100%);
                /* Standards */
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-bottom: 1px solid rgba(0, 0, 0, 0.3);
                font-weight: bold;
                position: absolute;
                left: 0;
                top: 0;
            }
}

@media screen and (min-width: 960px) {
    .section-step-by-step .service-explained {
        padding-bottom: 30px;
    }

    .section-step-by-step .step .step-instruction {
        padding: 25px 30px;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 60px;
    }

    .section-step-by-step .step .step-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        top: -5px;
        left: -2px;
    }
}

/* ---------- Content Body */
.section-body {
  background-color: #FFFFFF;
  border-top: 4px solid #D3ECED;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.section-body .section-content,
.section-body .section-sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}
.section-body .section-content {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-body .section-content,
  .section-body .section-sidebar {
    padding-bottom: 20px;
  }
  .section-body .section-content {
    width: 100%;
    margin-right: -320px;
    padding-top: 30px;
  }
  .section-body .section-content article {
    margin-right: 320px;
  }
  .section-body .section-sidebar {
    padding-top: 30px;
    width: 320px;
  }
  .section-body .section-sidebar .article-list {
      padding-left: 15px;
      padding-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .section-body {
    border-top-width: 8px;
  }
  .section-body .section-content,
  .section-body .section-sidebar {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.section-trial {border:none;}

/* ---------- Search Results */
.section-search {
    border-top: none;
}

    .section-search .search-term {
        color: #86B100;
        -ms-word-break: break-word;
        word-break: break-word;
    }

    .breadcrumbs h3 {
        padding-bottom: 10px;
        font-size: 15px;
    }

    .breadcrumb-seperator {
        color: #86B100;
        display: inline-block;
    }

    /*.breadcrumb-seperator:first-of-type {
        display: none;
    }*/

.search-results-filters {
    background-color: #ededed;
    margin-bottom: 20px;
    padding: 8px 8px 0 8px;
}

    .search-results-filters .search-results-filters-title {
        color: #5D5D5D;
        padding-bottom: 8px;
    }

    .search-results-filters .media-titles-found {
        color: #5D5D5D;
        padding-top: 8px;
        padding-bottom: 16px;
        font-size: 90%;
    }

    .search-results-filters label {
        display: block;
        padding-bottom: 4px;
    }

    .search-results-filters input {
        width: 100%;
        -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
        height: 30px;
        border: none;
        display: inline;
    }

        .search-results-filters input + .button {
            width: 100%;
            margin-top: -10px;
        }

    .search-results-filters .button {
        margin-bottom: 8px;
        color: #5D5D5D;
        border-bottom: 1px solid #949494;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        text-shadow: none;
        background-color: #FFFFFF;
        background-image: none;
        width: auto;
    }

    .search-results-filters .button + .button {margin-right: 5px; margin-left: 0;}
    .search-results-filters .button:first-of-type {margin-right: 5px; margin-left: 0;}

@media screen and (min-width: 600px) {
    .search-results-filters {
        padding: 16px 16px 0 16px;
    }

        .search-results-filters .search-results-filters-title {
            padding-bottom: 20px;
        }

        .search-results-filters .labels {
            float: left;
            width: 140px;
        }

        .search-results-filters .inputs {
            float: left;
            width: 490px;
            padding-left: 10px;
        }

        .search-results-filters label {
            width: 140px;
            text-align: right;
            padding-bottom: 0;
            line-height: 30px;
        }

        .search-results-filters input {
            width: 200px;
        }

            .search-results-filters input + .button {
                margin-top: 0;
                width: auto;
            }
}

@media screen and (min-width: 768px) {
    .search-results-filters {
        margin-bottom: 20px;
    }
}

.sponsored-result-title {
    float: left;
    padding-left: 8px;
    padding-bottom: 16px;
    font-style: italic;
}

.back-to-search {
    float: right;
    padding-bottom: 16px;
}

.search-results {
    width: 100%;
    margin-bottom: 20px;
}

    .search-results tr th {
        text-align: left;
        font-style: italic;
        padding: 8px;
    }

    .search-results tr td {
        padding: 8px;
        vertical-align: middle;
    }

    .search-results .search-results-name {
        color: #5D5D5D;
        line-height: 20px;
        width: 40%;
    }

    .search-results .search-results-position {
        font-size: 85%;
        color: #949494;
        /*display: block;*/
        padding-top: 5px;
    }

    .search-results .search-results-button {
        width: 24px;
        text-align: right;
    }

    .search-results.search-results-sponsored tr td {
        background-color: #f7fced;
    }

    .search-results.search-results-sponsored tr:nth-child(even) td {
        background-color: #ebf7d2;
    }

@media screen and (min-width: 600px) {
    .search-results tr th,
    .search-results tr .search-results-name {
        padding-left: 16px;
    }

    .search-results tr .search-results-position {
        /*float: right;*/
        text-align: left;
        width: 52%;
        line-height: 15px;
        /*padding-top: 0;*/
    }
}

@media screen and (min-width: 768px) {
    .search-results {
        margin-bottom: 34px;
    }
}

.section-job-meta {
    background-color: #D3ECED;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 16px;
    border-top: 4px solid #FFFFFF;
    /*border-top-color: rgba(255, 255, 255, 0.6);*/
}

    .section-job-meta .job-meta-title {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        /*width: 100%;*/
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        /*margin-right: 0;*/
        width: auto;
        margin-right: 100px;
        -ms-word-break: break-word;
        word-break: break-word;
        font-size: 16px;
    }

    .section-job-meta .job-meta-contact {
        position: absolute;
        right: 16px;
        top: -8px;
    }

        .section-job-meta .job-meta-contact .export,
        .section-job-meta .job-meta-contact .print {
            display: none;
        }

        .section-job-meta .job-meta-contact .button {
            width: auto;
            /*max-width: 100px;*/
        }

    .section-job-meta .job-meta-menu {
        text-align: center;
        background-color: #FFFFFF;
    }

        .section-job-meta .job-meta-menu .tab {
            display: none;
            background-color: #FFFFFF;
            color: #5D5D5D;
            padding: 8px;
            border-bottom: 1px solid #F5F5F5;
            cursor: pointer;
        }

        .section-job-meta .job-meta-menu .active, .section-job-meta .job-meta-menu a.job-meta-menu-label {
            display: block;
        }

        .section-job-meta .job-meta-menu .current {
            display: none;
        }

@media screen and (min-width: 768px) {
    .section-job-meta {
        padding-top: 22px;
    }

        .section-job-meta .job-meta-title {
            font-size: 24px;
            padding-bottom: 0;
        }

        .section-job-meta .job-meta-contact {
            padding-top: 4px;
        }

            .section-job-meta .job-meta-contact .print,
            .section-job-meta .job-meta-contact .export {
                display: inline;
                font-size: 18px;
                margin: 0 20px;
            }

        .section-job-meta .job-meta-menu {
            text-align: left;
            background-color: transparent;
        }

            .section-job-meta .job-meta-menu a,
            .section-job-meta .job-meta-menu a.current {
                display: block;
                float: left;
                border-bottom: none;
                background-color: transparent;
            }

                .section-job-meta .job-meta-menu a i,
                .section-job-meta .job-meta-menu a.current i {
                    display: none;
                }

                .section-job-meta .job-meta-menu a.job-meta-menu-label,
                .section-job-meta .job-meta-menu a.current.job-meta-menu-label {
                    display: none;
                }

            .section-job-meta .job-meta-menu .current,
            .section-job-meta .job-meta-menu .current.current {
                background-color: #FFFFFF;
                -webkit-border-top-left-radius: 5px;
                border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                border-top-right-radius: 5px;
                color: #949494;
            }
}

@media screen and (min-width: 960px) {
    .section-job-meta {
        border-top-width: 8px;
        padding-top: 40px;
    }

        .section-job-meta .job-meta-title {
            font-size: 32px;
            padding-bottom: 45px;
            padding-right: 68px;
        }

        .section-job-meta .job-meta-menu a {
            padding: 12px 14px;
        }
}

.section-job {
    border-top: none;
}

.section-job-compare .job-compare-job {
    margin-left: -8px;
    margin-right: -8px;
    padding: 10px 16px;
    background-color: #CCE9F3;
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    -ms-word-break: break-word;
    word-break: break-word;
}

    .section-job-compare .job-compare-job .button {
        position: absolute;
        right: 16px;
        top: 5px;
    }

    .section-job-compare .job-compare-job.active {
        background-color: #FFFFFF;
    }

.section-job-compare + .section-job-meta {
    border-top-color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .section-job-compare .job-compare-job {
        float: left;
        margin: 0;
        padding: 16px 40px 16px 16px;
        line-height: 16px;
    }

        .section-job-compare .job-compare-job .button {
            right: 16px;
            top: 12px;
        }

    .section-job-compare + .section-job-meta .job-meta-title {
        padding-bottom: 22px;
    }
}

@media screen and (min-width: 960px) {
    .section-job-compare .job-compare-job {
        padding: 20px;
    }

        /*.section-job-compare .job-compare-job:first-child {
            margin-left: -40px;
        }*/

        .section-job-compare .job-compare-job .button {
            top: 16px;
        }

    .section-job-compare + .section-job-meta .job-meta-title {
        padding-bottom: 34px;
    }
}

.section-job-compare .RadTabStripTop_Default .rtsLevel .rtsLink {
    /*background-color: rgb(204, 233, 243) !important;*/
    color: rgb(148, 148, 148);
}

    .section-job-compare .RadTabStripTop_Default .rtsLevel .rtsLink .tab-text {
        padding-right: 30px;
    }

/* ----------

What Media
- Article SCSS

---------- */
article section {
    padding-bottom: 10px;
}

article .container > section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

article .job-ad {
    max-width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    article .container > section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

        article .container > section:first-child figure {
            margin-right: 10px;
        }
}

@media screen and (min-width: 768px) {
    article section {
        padding-bottom: 20px;
    }

    article .container > section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

        article .container > section:first-child figure {
            margin-right: 0;
        }
}

@media screen and (min-width: 960px) {
    article .container > section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

        article .container > section:first-child figure {
            margin-right: 10px;
        }
}

/* ---------- Pages */
/* ----------

What Media
- Pages SCSS

---------- */
.page-job-detail .site-canvas > header .job-search {
    display: none;
}

@media screen and (min-width: 768px) {
    .page-job-detail .job-search {
        display: none;
    }

    .page-job-detail .site-canvas > header nav {
        bottom: 16px;
    }

    .page-job-detail .site-canvas > header .sector-list.active .sector-list-button {
        margin-top: -15px;
        padding-bottom: 15px;
    }

    .page-job-detail .site-canvas > header .job-search {
        margin-top: 12px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        z-index: 10;
    }

        .page-job-detail .site-canvas > header .job-search h1 {
            font-size: 13px;
            color: #949494;
        }

        .page-job-detail .site-canvas > header .job-search input {
            border-color: #D5D5D5;
            border-width: 2px;
        }

        .page-job-detail .site-canvas > header .job-search input,
        .page-job-detail .site-canvas > header .job-search button {
            margin-bottom: 0;
        }

        .page-job-detail .site-canvas > header .job-search button {
            left: -2px;
        }

        .page-job-detail .site-canvas > header .job-search .job-search-control {
            max-width: 360px;
            margin: 0 auto;
            float: none;
        }

        .page-job-detail .site-canvas > header .job-search .job-search-control-type {
            font-size: 13px;
            background-color: #F5F5F5;
            background-image: none;
            border-bottom: 1px solid #D5D5D5;
            color: #949494;
            margin-bottom: 9px;
        }

            .page-job-detail .site-canvas > header .job-search .job-search-control-type.active, .page-job-detail .site-canvas > header .job-search .job-search-control-type:hover {
                background-color: #B3B3B3;
                border-bottom: 1px solid #9C9C9C;
                color: #FFFFFF;
                background-image: -ms-linear-gradient(top, #C1C1C1 0%, #B3B3B3 100%);
                /* IE10 */
                background-image: -moz-linear-gradient(top, #C1C1C1 0%, #B3B3B3 100%);
                /* Mozilla Firefox */
                background-image: -webkit-linear-gradient(top, #C1C1C1 0%, #B3B3B3 100%);
                /* Webkit (Chrome 11+) */
                background-image: linear-gradient(to bottom, #C1C1C1 0%, #B3B3B3 100%);
                /* Standards */
            }

                .page-job-detail .site-canvas > header .job-search .job-search-control-type.active:before, .page-job-detail .site-canvas > header .job-search .job-search-control-type:hover:before {
                    border-top-color: #9C9C9C;
                }

                .page-job-detail .site-canvas > header .job-search .job-search-control-type.active:after, .page-job-detail .site-canvas > header .job-search .job-search-control-type:hover:after {
                    border-top-color: #B3B3B3;
                }

    .page-job-detail .site-canvas > header .header-branding {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 20%;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

        .page-job-detail .site-canvas > header .header-branding img {
            padding-top: 25px;
        }

        .page-job-detail .site-canvas > header .header-branding span {
            display: none;
        }

    .page-job-detail .site-canvas > header .job-search {
        max-width: 320px;
        margin-left: -20px;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .page-job-detail .site-canvas > header .sector-list.active .sector-list-button {
        padding-bottom: 35px;
    }

    .page-job-detail .site-canvas > header .job-search {
        margin-left: 0;
    }

        .page-job-detail .site-canvas > header .job-search .button {
            font-size: 18px;
        }

        .page-job-detail .site-canvas > header .job-search input {
            font-size: 15px;
            height: 43px;
        }
}

@media screen and (min-width: 960px) {
    .page-job-detail .site-canvas > header .header-branding {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1015px) {
    .page-job-detail .site-canvas > header .job-search {
        max-width: inherit;
    }
}

/*# sourceMappingURL=style.css.map */

/* Additional Styles required due to controls */

.RadAutoCompleteBox_Default .racTokenList, .RadAutoCompleteBox .racTokenList {
    border-color: rgb(255, 255, 255) !important;
    border-width: 0px !important;
    background-color: transparent !important;
}

.RadTabStrip .rtsLevel1 .rtsTxt, .RadTabStripVertical .rtsLevel1 .rtsTxt, .RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
    padding: 0 !important;
    display: normal !important;
}

.RadTabStripTop_Default .rtsLevel .rtsLink,
.RadTabStripBottom_Default .rtsLevel .rtsLink,
.RadTabStripBottom_Default .rtsLevel .rtsOut,
.RadTabStripTop_Default_Baseline .rtsLevel,
.RadTabStripBottom_Default_Baseline .rtsLevel {
    background-image: -ms-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%) !important;
    /* IE10 */
    background-image: -moz-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%) !important;
    /* Mozilla Firefox */
    background-image: -webkit-linear-gradient(top, #86C8DC 0%, #8DCCDC 100%) !important;
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(top, #86C8DC 0%, #8DCCDC 100%) !important;
}

.section-job-compare .RadTabStripTop_Default .rtsLevel .rtsLink {
    background-image: none !important;
}

.RadTabStripTop_Default .rtsLevel .rtsOut {
    background-image: none !important;
}

.RadTabStripTop_Default .rtsSelected .rtsOut {
    background-position: 0 0 !important;
    background-image: none !important;
}

.RadTabStrip .rtsOut, .RadTabStripVertical .rtsOut {
    padding: 0 !important;
    display: normal !important;
}

.RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    font: 15px 'museo_sans', Arial, sans-serif !important;
    margin-right: 4px;
}

.RadTabStripTop_Default .rtsLI .rtsSelected {
    background-position: 0 0 !important;
}

.RadTabStripTop_Default .rtsLink {
    background-position: 0 0 !important;
}

.RadAutoCompleteBox, .RadInput, .RadInputMgr {
    width: 100% !important;
}

.job-search-control-input .racTokenList input {
    width: 100% !important;
}

.job-search-control-input span .button {
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.input-group {
    margin: 0 0 6px 0;
    display: inline-table;
    width: 100%;
}

.input-group-left, .input-group-block {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
    text-align: left;
    color: rgb(93, 93, 93);
}

    .input-group-block select {
        height: 40px;
    }

.input-group-block-withValidation input
{
    display:inline-block;
    width:95%;
}

.input-group-left {
    width: 185px;
    padding-right: 8px;
}

.margin-top-addnote {
    margin-top: 20px;
}

.news-offer-item {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(148, 148, 148, 0.4);
}
    .news-offer-item a {
        color: rgb(78, 176, 215);
    }

.tab-newsoffer {
    padding: 12px 14px 11px 14px;
    color: #5D5D5D !important;
}

.section-job-meta .job-meta-menu .RadTabStripTop_Default .rtsLevel .rtsLink {
    background-image: none !important;
    background-color: rgba(255, 255, 255, 0);
}

.section-job-meta .job-meta-menu .active {
    color: rgb(148, 148, 148) !important;
    background-color: #fff !important;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.section-job-meta .job-meta-menu a:link {
    color: #5D5D5D;
    background: rgba(255, 255, 255, 0) !important;
}

.section-job-meta .job-meta-menu a.active {
    color: rgb(148, 148, 148);
    background-color: #fff !important;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.section-job-compare a:link {
    background-color: rgb(204, 233, 243) !important;
    padding: 20px;
    line-height: 16px;
    -ms-word-break: break-word;
    word-break: break-word;
    color: rgb(148, 148, 148);
}

.section-job-compare .RadTabStripTop_Default .rtsLI .rtsSelected {
    background-color: #fff !important;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%) !important;
}

@media screen and (min-width: 768px) {
    .section-job-compare .RadTabStrip_Default:first-child {
        margin-left: -40px;
    }
}

.bulletlist td {
    padding-left: 8px;
    padding-top: 8px;
}

.tab-table-data {
    padding-bottom: 20px;
}

    .tab-table-data tr td {
        padding: 8px;
        border: 1px solid rgb(238, 238, 238);
        vertical-align: middle;
        color: #5d5d5d;
    }

        .tab-table-data tr td input[type="checkbox"] {margin-top: 10px;}    

        .tab-table-data tr td a {
            color: rgb(78, 176, 215);
        }

        .tab-table-data tr td a.edit-button, .tab-table-data tr td a.delete-button {
            color: rgb(255, 255, 255);
        }

    .tab-table-data th {
        color: #5d5d5d;
        background-color: rgb(238, 238, 238);
        font-weight: 700;
        padding: 8px;
        text-align: left;
        border-bottom: 2px solid rgb(148, 148, 148);
    }

    .tab-table-data tr:nth-child(even) td {
        background-color: rgb(255, 255, 255);
    }

    .tab-table-data tr:nth-child(odd) td {
        background-color: rgb(238,238, 238);
    }

    .grid-action {
        width: 30px;
    }

    .tab-table-data tr td a.grid-btn {font-size: 18px; color: rgb(51, 51, 51);}

    .tab-table-data tr td a.grid-btn-action {color: rgb(76, 175, 80);}
        a.grid-btn-action:visited {color: rgb(76, 175, 80);}
        a.grid-btn-action:hover {color: rgb(30, 183, 252)}
        a.grid-btn-action:active {color: rgb(3, 145, 209)}

    .tab-table-data tr td a.grid-btn-primary {color: rgb(3, 169, 244);}
        a.grid-btn-primary:visited {color: rgb(3, 169, 244);}
        a.grid-btn-primary:hover {color: rgb(30, 183, 252)}
        a.grid-btn-primary:active {color: rgb(3, 145, 209)}

    .tab-table-data tr td a.grid-btn-caution {color: rgb(244, 67, 54);}
        a.grid-btn-caution:visited {color: rgb(244, 67, 54);}
        a.grid-btn-caution:hover {color: rgb(246, 99, 88);}
        a.grid-btn-caution:active {color: rgb(242, 35, 20);}

.ddl-padding-top {
    padding-top: 13px;
}

.contact-controls {
    padding-left: 10px;
    font-size: 14px;
}

.bottom-padding {
    padding-bottom: 20px;
}

.section-body .full-width-content {
    margin-right: 0;
}

.section-body .full-width {
    width: 100%;
}

.section-body .seventy-width {
    width: 70%;
}

.icon-link {
    font-size: 15px;
    line-height: 25px;
}

    .icon-link i {
        margin-right: 10px;
    }

.contact-form {
    padding: 10px;
    font-size: 15px;
    font-family: 'museo_sans', Arial, sans-serif;
}

.info-block {
    display: table;
}

    .info-block p, .info-block i {
        display: table-cell;
        vertical-align: top;
    }

    .info-block p {
        font-size: 14px;
    }

    .info-block i {
        font-size: 40px;
        margin-right: 10px;
        width: 50px;
        color: rgb(91, 192, 222);
    }

.contact-form .input-group-left {
    width: 100px;
}

.contact-form textarea {
    height: 150px;
}

.contact-form-buttons .button {
    margin-right: 8px;
}

.connect-aside .button i {
    margin-right: 0;
}

.control-type-margin {
    margin-left: 49px !important;
}

.job-search-control-autocomp {
    width: 400px;
    display: table-cell;
    vertical-align: top;
}

.job-search-control-button {
    display: table-cell;
}

.search-results tr td.search-results-name a {
    color: rgb(93, 93, 93);
}

    .search-results tr td.search-results-name a:hover {
        text-decoration: underline;
    }

.search-results tr.search-results-record-odd td {
    background-color: #ededed;
}

.search-results tr.search-results-record-even td {
    background-color: #fff;
}

.bullet-list-item {
    line-height: 1.8;
    vertical-align:middle;
    display: inline-block;
    color: #5D5D5D;
}

.bullet-list-item i {
    font-size: 9px;
    margin-right: 5px;
    color: #5D5D5D;
}

.bullet-list-margin {
    margin-bottom: 30px;
}

.grid-top-margin {
    margin-top: 20px;
}

.audience-info-tab p, .coverage-tab p, 
.site-audience-tab p, .target-market-tab p, 
.user-notes-tab p, .contact-details-tab p, 
.advertisement-tab p, .production-tab p, 
.circulation-tab p, .rates-tab p, 
.site-audience-tab p, .li-lookalike, .news-offers-tab p {
    color: rgb(93, 93, 93);
}

.rates-tab .input-group-block ul li, .rates-tab .input-group-block ol li {list-style-position: inside;}
.rates-tab .input-group-block ul li {list-style-type: disc;}
.rates-tab .input-group-block ol li {list-style-type: decimal;}

.site-audience-tab p a {
    color: rgb(78, 176, 215);
}

.multiple-contacts {
    padding: 0 10px 0 0;
    color: rgb(229, 64, 40);
}

h4.underlined {text-decoration:underline;}

.search-results .sponsored:nth-child(odd) td {
    background-color: #edf5dd;
}

.search-results .sponsored:nth-child(even) td {
    background-color: #fafcf5;
}

.search-results .search-results-name, .search-results .search-results-button {
    margin-top: 100px;
}

.search-results .search-results-separator td {
    border-top: 4px solid #edf5dd;
    background-color: #fff;
    height: 33px;
    padding:0;
}

.RadAutoCompleteBox_Default .racInput, html body .riSingle .riTextBox[type="text"] {
    font: 23px 'museo_sans', Arial !important;
    font-style: italic;
}

html body .riSingle .riTextBox[type="text"] {
    border-color: #99C8DA;
}

.paging-text {
    text-align: left;
    padding-bottom: 0;
}

/* TO BE MOVED */

/* ---------- Combined Job Search / Sector List */
/* ---------- Sector List */
.sector-list .sector-list-button {
  display: block;
}

.sector-list .sector-list-button.button {
  background-color: #D1ECF1;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: none;
  border: none;
  text-shadow: none;
  color: #3F98B0;
  font-family: 'museo_slab', Georgia, serif;
}

.sector-list .sector-list-button.button:after {
  background-position: bottom right;
  margin-top: -2px;
}

.sector-list.active .sector-list-button {
  border-bottom: 0;
  color: #5D5D5D;
  margin-bottom: 10px;
}

.sector-list.active .sector-list-button.button {
  color: #3F98B0;
  background-color: rgba(255, 255, 255, 0.4);
}

.sector-list select + select { margin-top: -10px;}

.float-right {float:right;}

@media screen and (min-width: 768px) {
  .sector-list {
    text-align: center;
  }
  .sector-list .sector-list-button {
    display: inline-block;
  }
  .sector-list .sector-list-options {
    padding-top: 10px;
    background-color: #E3E3E3;
    z-index: 10;
  }
  .sector-list li {
    display: inline-block;
    padding: 9px;
    font-size: 14px;
    color: #5D5D5D;
    cursor: pointer;
    margin-left: -4px;
    border: 1px solid transparent;
    border-bottom-width: 0;
  }

  .sector-list li a {
    color: #949494;
  }

  .sector-list li.active, .sector-list li:hover {
    background-color: #FFFFFF;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #ccc;
  }

  .sector-list li.disabled {
      background-color: #eee;
      color: #bbb;
      cursor: default;
      border-color: #eee;
  }

  .sector-list.active .sector-list-button {
    margin-bottom: 20px;
  }
  .sector-list.active .sector-list-button.button {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sector-list.active .sector-list-options {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    background-color: #F5F5F5;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    margin-top: -20px;
    overflow: visible;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .sector-list.active .sector-list-options select {
    display: none;
  }
  /*.sector-list.active .sector-list-options ul {
    display: block;
  }*/
  .sector-list.active .sector-list-options .sector-list-detailed {
    text-align: left;
    background-color: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sector-list.active .sector-list-options .sector-list-detailed:after {
    content: '';
    display: table;
    clear: both;
  }
  .sector-list.active .sector-list-options .sector-list-detailed li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    border-width: 0;
  }
  .sector-list.active .sector-list-options .sector-list-detailed li a {
    padding: 0 10px;
    background-color: transparent;
  }
  .sector-list.active .sector-list-options .sector-list-detailed li .job-count {
    color: #B4B4B4;
  }
}

@media screen and (min-width: 960px) {
  .sector-list li {
    font-size: 17px;
    padding: 10px 11px 12px 11px;
  }
}

.site-canvas > header .sector-list .sector-list-options {
  border-bottom: 1px solid #E3E3E3;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .site-canvas > header .sector-list .sector-list-options {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .site-canvas > header .sector-list.active .sector-list-button {
    background-color: #F5F5F5;
    border-bottom: 0;
    color: #949494;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: -8px;
    padding-top: 8px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
  }
  .site-canvas > header .sector-list.active .sector-list-options {
    margin-top: 0;
    left: 8px;
  }
}

@media screen and (min-width: 960px) {
  .site-canvas > header .sector-list.active .sector-list-button {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: -15px;
  }
}

.section-promo .sector-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.section-promo .sector-list .sector-list-button, .section-promo .sector-list .sector-list-options {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .section-promo .sector-list .sector-list-button,
  .section-promo .sector-list .sector-list-options {
    max-width: inherit;
  }
  .section-promo .sector-list .sector-list-button {
    min-height: 38px;
    margin-top: 42px;
  }
  .section-promo .sector-list .sector-list-options {
    margin-top: -23px;
    background-color: #d2ecef;
  }
}

/* ---------- Combined Job Search / Sector List */
@media screen and (min-width: 768px) {
    .job-search-full .job-search-control, .job-search-full .sector-list {
        float: none;
        display: inline-block;
        width: auto;
        vertical-align: top;
        position: static;
    }
}

@media screen and (min-width: 960px) {
    .job-search-full .sector-list {
        margin-bottom: 15px;
    }
    .job-search-full .sector-list .sector-list-button {
        font-size: 23px;
        padding: 20px;
        margin-top: 50px;
    }
}

.contact-detail {
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 20px;
}
    .contact-detail h4 {
        padding-bottom: 10px;
    }
    .contact-detail p, .contact-detail a {
        padding-bottom: 8px;
    }
    .contact-detail a {
        display: block;
    }

@media screen and (min-width: 340px) {
    .contact-detail {
        width: 100%;  
    }
}

@media screen and (min-width: 960px) {
    .contact-detail {
        width: 285px;
        -ms-word-break: break-word;
        word-break: break-word;
    }
}

@media screen and (min-width: 340px) {
    .label-checkbox {
        font-size: 80%;
        padding-top: 10px;
    }  
}

@media screen and (min-width: 768px) {
    .checkbox {
        padding-top: 15px;
    }

    .checkbox-padding {
        padding-top: 3px;
    }

    .label-checkbox {
        font-size: 80%;
        padding-left: 10px;
        padding-top: 0;
    }
}

.site-canvas > header nav > ul > li a.forgotten-password {
    font-size: 80%;
    padding-left: 0;
    text-align: left;
    padding-top: 10px;
}

.back-to-media {
    text-align: right;
    padding: 0 0 12px 0;
}

.section-job-compare .RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    margin-right: 0;
}

.fuzzy-search-location, .newsletter-popup a {
    display: block;
    width: 100%;
    line-height: 1.8;
}

.back-to-media-margin {
    margin-top: 40px;
}

.vertical-top, .vertical-top input {
    vertical-align: top;
}

/*Infragistic Add-Ons*/
.igdw_HeaderContent
{
    vertical-align:middle;
    font-size:12px;
}

.RadAutoCompleteBoxPopup
{
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid #99C8DA !important;
    border-top-width: 0 !important;
    padding: 0 0 0 17px !important;
    margin-top: -8px !important;
    font-size: 16px !important;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'museo_sans', Arial, sans-serif !important;
    line-height: 25px !important;
    color: #949494 !important;
}

.RadAutoCompleteBoxPopup .racItemHovered {
    background: none !important;
    cursor: pointer;
    color: rgb(78, 176, 215) !important;
}

.RadAutoCompleteBoxPopup .racItem {
    padding-bottom: 5px !important;
}

.RadAutoCompleteBox .racTokenList {
    padding: 0 !important;
}

.RadInput_Default .riFocused, .RadInput_Focused_Default {
    outline: 0 !important;
}

.RadInput_Default .riHover {
    color: #a5a5a5 !important;
}

.rmpHiddenView {
    display: none !important;
}

.orange-text {
    color: rgb(255, 126, 0);
}

.results-keyword-typeahead {
    width: 172px !important;
    float: left;
    margin-right: 6px;
}

.results-keyword-typeahead .racInput {
    font: 13px 'museo_sans', Arial !important;
    color: #5d5d5d !important;
    background-color: #fff !important;
    width: 172px !important;
    padding-left: 5px !important;
}

.results-keyword-typeahead .racEmptyMessage {
    font-size: 13px !important;
    font: 13px 'museo_sans', Arial !important;
    font-style: italic !important;
    color: rgba(93, 93, 93, 0.7) !important;
}

@media screen and (min-width: 768px) {
    .splash-screen, .administration {margin-right: 0 !important;}
        .splash-screen article, .administration article {margin-right: 0 !important;}
            .splash-screen article img {display: inline-block;}
}

.admin-block {display:inline-block; margin-right: 10px; width: 200px;}
    .admin-block a span {display: block;}
        .admin-block a span i {font-size: 45px; margin-bottom: 20px;}

.tab-table-data th.text-center {text-align: center;}
.m-r-button {margin-right: 10px;}

.footer-links a {padding-left: 10px;}

.company-admin-form .input-max-width {width: 350px;}
.company-admin-form .radio-list-spacing label {margin-right: 20px;}

h1.promo-section {font-size: 29px;}
h2.promo-section {font-size: 25px;}

.promo-link-panel {
    background-color: #F5F5F5;
    text-align: center;
    padding: 16px;
}

.promo-panel-button {
    display: inline-block;
    vertical-align: top;
}

    .promo-panel-button + .promo-panel-button {margin-left: 20px;}

.button-post-newsoffer {margin-bottom: 29px;}
.m-b-sml {margin-bottom: 10px;}
.m-l-sml {margin-left: 10px;}
.m-r-sml {margin-right: 10px;}
.no-p-b {padding-bottom: 0;}

.survey-overlay {
    position: absolute;
    left: 300px;
    right: auto;
    top: 5px;
    z-index: 50;
}

.onLine {color: forestgreen; font-weight:bold;}
.offLine {font-weight:bold;}