		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 25 February 2016 12:13:50
*/


/*
 * version: 0.0.1
 * file:    global.css
 * author:  Squiz Australia
 * updated: 14-04-2014 16:34
 *
 * Table of Contents:
 *  Reset
 *  Utilities
 *  General
 *  Modules
 *    flexslider (0.0.1)
 *    font-awesome (0.0.2)
 *    matrix-form (0.0.1)
 *    skip-links (0.0.2)
 */

/* YouTube embedded video responsive styles */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;}
.videowrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width:560px;
    max-height:315px;}

/* login button */
.login-btn{}
.login-btn{background:#AD0922; border-radius: 8px; width:40%; height:40px;}
.login-btn:hover{background:#95081D;}
.login-btn a{display:block; color:#fff; font-family: "Source Sans Pro",sans-serif; padding: 8px; font-weight:bold; text-decoration:none; text-align:center;}
.login-btn__mobile-desktop{margin:auto; clear:both;}
.login-btn__tablet{display:none;}


/* Event 'add to calendar' and 'register for event' buttons */
.aside-event-btns{margin-top: 80px;}
.aside-event-btns .aside-event-btns__btn{border-radius:9px; padding:8px 12px; margin-bottom:18px; text-align: center;  border:2px solid #95081D;}
.aside-event-btns .aside-event-btns__btn a{font-family: "Source Sans Pro",sans-serif; font-size: 0.87em; text-decoration:none; display:block;}
.aside-event-btns .aside-event-btns__btn-red{background-color:#95081D;}
.aside-event-btns .aside-event-btns__btn-red a{color:#fff;}
.aside-event-btns .aside-event-btns__btn-white{background: url('http://www.rtwsa.com/__data/assets/image/0006/32379/icon-calendar.png') no-repeat 3% center #fff;}
.aside-event-btns .aside-event-btns__btn-white a{color:#95081D;}


/* Languages widget, text direction controls */
.rtl{direction:rtl;}
.ltr{direction:ltr;}
.rtl ul li:before{content: '';}
.rtl ul {padding: 0px 1.3em 0px 0px;}
.rtl ul li:after {
      position: absolute;
      right: -1.9em;
      top: 0.5em;
      content: '\e610';
      color: #ad0922;
      font-family: 'IconFont';
      font-size: 0.7em;
/* Safari */
-webkit-transform: rotate(-180deg);
/* Firefox */
-moz-transform: rotate(-180deg);
/* IE */
-ms-transform: rotate(-180deg);
/* Opera */
-o-transform: rotate(-180deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}


/* #recent-jobs h1{display:none;} */

/* hide/show menu links based on asset type - fix for IE10 not opening new window when security set to high */
.nav-container .third-level a.nav-page-asset{display:block;}
.nav-container .third-level a.nav-page-asset.nav-link-asset-show{display:none!important;}
.nav-container .third-level a.nav-link-asset.nav-link-asset-show{display:block!important;}
.nav-container .third-level a.nav-link-asset{display:none;}

/* sitewide heading changes */
.footer .section-listing h4 {font-weight: 600;} /* footer headings */
/* news room - media releases - enews h3 headings / classes added to assets 10587 10887 10890 10907 10910*/
h3.news__heading{margin-bottom: 0.55em; font-size: 1.37em; font-weight: 700;}


/* document search styles */
.publications{
    margin-top:0px;
    font-family:'Source Sans Pro', arial, sans-serif;
    font-size:0.87em;}
.publications__search{}
.publications__search-inputs{
    background:#f3f3f3;
    padding:10px;
    border-radius:8px;
    width:100%;
    max-width:690px;
    overflow:hidden;}
.publications__search-inputs input{
    margin:10px;}
.publications__result-heading{
    /*font-size:1.4em;*/}
#meta_R_and-button{
    width:200px!important;
    height:35px;
    margin:10px;
    float:left;}
#publications__search-input{
    width: 200px;
   height: 35px;
    margin-right: 12px;
    padding: 8px 15px;
    float:left;}
#publications__search-input:hover{
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121;}
.publications__search-submit {
    cursor: pointer;
    display: inline-block;
    padding: 0.6em 1.8em 0.6em 1.8em!important;
    background: #DAE12F none repeat scroll 0% 0%;
    width: 200px;
    height: 35px;
    border-radius:4px!important;
    font-weight:100!important;
    margin: 10px;
    float: left;}
.publications__search-submit:hover,
.publications-search-submit:focus {
    background: #bcc22a; }
/* funnelback search result styles */
.publications__search-results-wrapper p{font-size:1em; margin-bottom:0px;}
.publications__return-link{margin:10px 0px; display: inline-block; font-size: 0.87em;}



/* search result column layout - best bets and common searches addition */
.search-results__right-col{
    width: 100%;
    margin-top: 50px;}
.search-results__left-col{
    width: 100%;
    overflow:hidden;}
.search-results__best-bets{
    border: 3px solid #ccc;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 10px 20px 20px 20px;
    background: #f5f5f5;}
.search-results__best-bets h2{font-size:1.2em;}
.search-results__best-bets p{margin-bottom:4px;}
.search-results__best-bets p,
.search-results__best-bets .search-url{font-size:1em;}
ol.search-results__best-bets li:before{
    content:"";}
.common-searches {
    border: 3px solid #252628;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;}
.common-searches h4{
    margin: -1px -1px 1.3em -1px;}
.common-searches ul{
    margin: -12px 0px 20px 14px;}
.common-searches {
  background: #fff; }
.common-searches .heading{
  background-color: #252627;
  padding: 1.2em 6em 1.05em 0.95em;
  margin-bottom: 1.3em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;}
.common-searches .heading h4{
  color: #FFF;
  font-size: 1.62em;
  font-weight: 400;
  margin: 0;}

/* Job Dictionary Library Styles */

.jdl__hide-null{color:#e6e6e6!important;}

.jdl__name-ascending,
.jdl__name-decending,
.jdl__industry-ascending,
.jdl__industry-decending{font-size:0; width:18px; height:10px; margin:4px 0px 0px 6px; cursor:pointer; float:right;}
.jdl__name-ascending{background:url('http://www.rtwsa.com/media/images/sort-arrow-down.png') no-repeat center center;}
.jdl__name-decending{background:url('http://www.rtwsa.com/media/images/sort-arrow-up.png') no-repeat center center;}
.jdl__industry-ascending{background:url('http://www.rtwsa.com/media/images/sort-arrow-down.png') no-repeat center center;}
.jdl__industry-decending{background:url('http://www.rtwsa.com/media/images/sort-arrow-up.png') no-repeat center center;}

.jdl{margin-bottom:40px;}
.jdl__sort-by-industry{display:block; overflow:hidden;}
.jdl__sort-by-industry h2{float: left; padding-right: 10px; font-size: 1.4em;}
/*.jdl__sort-by-industry select{padding:0.2em; margin-right:10px; margin-bottom:6px;}
.jdl__sort-by-industry input{
    position: relative;
    display: inline-block;
    padding: 5px 1.6em 4px 1.6em;
    color: #FFF;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 0.95em;
    font-weight: 400;
    border-radius: 8px;
    transition: background 0.4s ease-out 0s;
    background: #138363 none repeat scroll 0% 0%;
    border: 0px none;
    width: auto;}*/
.jdl__name-heading{font-weight:bold; width:45%; display:none;}
.jdl__industry-heading{font-weight:bold; width:45%; display:none;}
.jdl__name{font-size:0.8em; width:100%; display:inline-block;}
.jdl__industry{font-size:0.8em; width:100%; display:inline-block; margin-bottom:10px;}
form[role="search"].jdl__search-input{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 100%;}
form[role="search"].jdl__search-input{max-width:100%; right:0px; margin:20px 0%; width:100%; float:none; overflow:hidden;}
form[role="search"].jdl__search-input p{display:block;}

.jdl__search-input-mobile{display:block;}
.jdl__search-input-desktop{display:none;}
.jdl__return-link{margin:10px 0px; display: inline-block; font-size: 0.87em;}


/* global jdl container */
.jdl{}
/* style for linked table headers */
.jdl__table th a{color:#fff; float:right;}
.jdl__table{width:100%;}
/* wrapper for input background box */
.jdl__input-wrapper{
    margin-top:0px;
    font-family:'Source Sans Pro', arial, sans-serif;
    font-size:0.87em;}
.jdl__industry-inputs{
    margin-bottom:10px;
    margin-top:-30px;}
/* wrapper for jdl inputs */
.jdl__search-inputs{
    background:#f3f3f3;
    padding:10px;
    border-radius:8px;
    width:100%;
    max-width:690px;
    overflow:hidden;}
/* global jdl input styles */
.jdl__search-inputs input{
    margin:10px;}
/* industry select drop down style */
#root_node_selection-button,
#industry-query-button{
    width:200px!important;
    height:35px;
    margin:10px;
    float:left;}
/* styles for jquery-ui created elements */
#job-dictionary-search,
#job-dictionary-search-mobile{
    width: 200px;
   height: 35px;
    margin-right: 12px;
    padding: 8px 15px;
    float:left;}
#job-dictionary-search:hover,
#job-dictionary-search-mobile:hover{
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121;}
#page_asset_listing_12916_submit_button{border:0px none;}
#page_asset_listing_12916_submit_button,
.job-dictionary-search-submit,
.job-dictionary-search-mobile-submit {
    cursor: pointer;
    display: inline-block;
    padding: 0.6em 1.8em 0.6em 1.8em!important;
    background: #DAE12F none repeat scroll 0% 0%;
    width: 200px;
    height: 35px;
    border-radius:4px!important;
    font-weight:100!important;
    margin: 10px;
    float: left;}
#page_asset_listing_12916_submit_button:hover,
#page_asset_listing_12916_submit_button:focus,
.job-dictionary-search-submit:hover,
.job-dictionary-search-submit:focus,
.job-dictionary-search-mobile-submit:hover,
.job-dictionary-search-mobile-submit:focus {
    background: #bcc22a; }
/* funnelback search result styles */
.jdl__search-results-wrapper p{font-size:1em; margin-bottom:0px;}



.quicklinks {
    border: 3px solid #252628;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;}
.quicklinks .heading{
    margin: -1px -1px 1.3em -1px;}
.quicklinks ul{
    padding:0px;
    margin: -12px 0px 0px 14px;}
.quicklinks ul li{margin:0px;}
.quicklinks ul li:before{content:none;}
.quicklinks ul li a span {
    margin: 2px 0px 0px 10px;
    position: absolute;
    text-decoration: underline;}
.quicklinks ul li a:hover span {
    text-decoration: none;}

.event-sorting {margin: 0px; font-size: 0.8em; width:100%; overflow: hidden;}
.event-sorting {margin: 0px; font-size: 0.8em; width:100%; overflow: hidden;}
.event-label-left {float: left; font-weight: bold; margin-right: 10px;}
.event-sorting select{margin-right: 10px;}
.event-sorting input{margin-left: 10px;}
.event-block{float:left; width:100%; margin-top:8px;}

.print-page-wrapper{
    overflow:hidden;
    margin-bottom: 10px;}

.print-page{
    float:right;
    margin-right: 40px;
    background:url('http://www.rtwsa.com/__data/assets/image/0009/12312/print.png') no-repeat;
    font-size: 0.8em;
    height: 15px;
    width: 19px;
    padding-left:26px;
    text-decoration:none;}

.right{float:right;}

.print-only{display:none;}

.mobile-hidden{display:none;}
.overview-hidden{display:none;}

#recent-jobs table{display:inline;}
#recent-jobs .mobile-table{display:none;}
.mobile-table{display:none;}

.applicant-buttons{margin-top:30px;}

#jobs-form .page-content{min-height:600px;}

#job-mail-email {float:left;}
#job-mail{margin-bottom:20px;}

.page-content table ul{font-size:1.1em;}

ul.filter {
  padding: 0 0 0 1.3em;
  border-top:none!important; }
  ul.filter li {
    position: relative;
    /*margin-top: 0.5em;*/
    margin-left: 1.3em;
    padding: 0;
    border: none; }
ul.filter li label{padding-left:10px;}
    ul.filter li:before {
      position: absolute;
      left: -1.9em;
      top: 0.3em;
      content: '\e610';
      color: #ad0922;
      font-family: 'IconFont';
      font-size: 0.7em; }

#search-filters h3{margin: 20px 0px 10px 0px;}

#filter-results-submit{display:inline!important;}


table p{font-size:1.1em!important;}

.navtest2-link{
    /*border: 1px solid #F00!important;*/
    width: 65%;
    float: left;
    padding: 0.8em 15% 0.8em 9%;
}

.navtest2-arrow{
    /*border: 1px solid #0F0!important;*/
    width: 35%;
    float: left;
    padding: 1.5em 0px;
    text-decoration:none!important;
}
.navtest2-arrow:hover{
    text-decoration:none!important;
}
.navtest2-arrow.active{
    text-decoration:none!important;
}

.navtest-link{
    /*border: 1px solid #F00!important;*/
    width: 65%;
    float: left;
}

.navtest-arrow{
    bor der: 1px solid #0F0!important;
    width: 35%;
    float: left;
}

.gosa-logo{
    width: auto;
    margin-top: -2em;
    position:relative;
}

.gosa-logo img{
  width: 130px;
  height: auto;
}


#recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }



.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .focusable.sr-only:active, .visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.slideshow-slides, .flex-control-nav, .flex-direction-nav, .sq-form-question-tickbox-list ul, .sq-form-question-option-list ul, .skip-links__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.slideshow-nav li, .sq-form .sq-form-question-datetime input[type="password"], .sq-form .sq-form-question-datetime input[type="text"], .sq-form .sq-form-question-datetime label, .sq-form .sq-form-question-datetime select {
  display: inline-block;
  *display: inline;
  zoom: 1; }

input[type="text"].sq-form-field, input[type="password"].sq-form-field, textarea.sq-form-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-ms-viewport{ width: auto !important; }

/*
--------------------
Reset (Normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  /*outline: thin dotted;*/ }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 0px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
--------------------
Utilities
--------------------
*/



.clearfix, .slideshow-slides, .sq-form-question {
  *zoom: 1; }
  .clearfix:after, .slideshow-slides:after, .sq-form-question:after, .clearfix:before, .slideshow-slides:before, .sq-form-question:before {
    display: table;
    line-height: 0;
    content: ""; }
  .clearfix:after, .slideshow-slides:after, .sq-form-question:after {
    clear: both; }

.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
--------------------
General / Presets
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  min-width: 320px;
  color: #3c3c3c; }

/* img {
  max-width: 100%; } */

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

@-ms-viewport {
  width: device-width; }

/*
--------------------
Sections
--------------------
*/


@font-face {
  font-family: 'IconFont';
  src: url('http://www.rtwsa.com/__data/assets/file/0017/4850/IconFont.eot?v=0.0.2?x45t4i');
  src: url('http://www.rtwsa.com/__data/assets/file/0017/4850/IconFont.eot?v=0.0.2?#iefixx45t4i') format('embedded-opentype'), url('http://www.rtwsa.com/__data/assets/file/0019/4852/IconFont.woff?v=0.0.2?x45t4i') format('woff'), url('http://www.rtwsa.com/__data/assets/file/0003/4854/IconFont.ttf?v=0.0.2?x45t4i') format('truetype'), url('http://www.rtwsa.com/__data/assets/file/0018/4851/IconFont.svg?v=0.0.2?x45t4i#IconFont') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'flexslider';
  src: url('http://www.rtwsa.com/__data/assets/file/0003/10659/flexslider-icon.eot?v=0.0.2?x45t4i');
  src: url('http://www.rtwsa.com/__data/assets/file/0003/10659/flexslider-icon.eot?v=0.0.2?#iefixx45t4i') format('embedded-opentype'), url('http://www.rtwsa.com/__data/assets/file/0015/10662/flexslider-icon.woff?v=0.0.2?x45t4i') format('woff'), url('http://www.rtwsa.com/__data/assets/file/0014/10661/flexslider-icon.ttf?v=0.0.2?x45t4i') format('truetype'), url('http://www.rtwsa.com/__data/assets/file/0013/10660/flexslider-icon.svg?v=0.0.2?x45t4i#IconFont') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
--------------------
Main site navigation
--------------------
*/
.site-navigation {
  position: relative;
  overflow: visible;
  z-index: 6000;
  background: #2a3138;
  /* Old browsers
  background: -moz-linear-gradient(top, #2a3138 0%, #21262b 100%);
  /* FF3.6+
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a3138), color-stop(100%, #21262b));
  /* Chrome,Safari4+
  background: -webkit-linear-gradient(top, #2a3138 0%, #21262b 100%);
  /* Chrome10+,Safari5.1+
  background: -o-linear-gradient(top, #2a3138 0%, #21262b 100%);
  /* Opera 11.10+
  background: -ms-linear-gradient(top, #2a3138 0%, #21262b 100%);
  /* IE10+
  background: linear, to bottom, #2a3138 0%, #21262b 100%;
  /* W3C*/
  background-color: #FFF;

  }

.nav-container {
  position: relative;
  margin-top: 0.75em;
  height: 3.95em;
  overflow: visible;
  width: 100%;
  padding-left: 9%;
  padding-right: 9%; }
  .header.sticky .lhs-content{
    overflow: inherit;
    position: fixed;
    top: 10px;
    z-index: 9000;
  }
  .header.sticky .lhs-content img{
    display: inherit;
    height: 32px;
  }

  .header.sticky h1{
    top: 0;
    left: 100px;
  }



  .header {
  /*margin-top: 0.95em;*/
  margin-top: 30px;
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.header:before {
  background-color: #fff;
  border-radius: 0 150px 150px 0;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.8);
  content: " ";
  height: 150px;
  left: -77%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 7000;
}

.header.sticky:before {
  content: none;
}


  .header h1 {
    margin-right: 1.4em; }
    .lt-ie9 .header h1{
        top: 0;
    }

    
  .nav-container ul {
    margin: 0;
    padding: 0;
    font-size:1em; }
  .nav-container li {
    margin: 0;
    border-bottom: 1px solid #EEE;
    overflow: hidden; }
    .nav-container li:before {
      content: none; }
  .nav-container h5 {
    margin: 0; }
  .nav-container .triangle-up {
    display: block;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -0.75em;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .nav-container .logos {
    /* width: 153px;
    height: 41px;
    background: url('http://www.rtwsa.com/__data/assets/image/0016/4840/sprite-sheet.png?v=0.0.26') -42px -149px; */ }
  .nav-container .logos img{
    margin-right: 0.8em; }
  .nav-container .logos img + img{
    margin-right:0em; }
  .nav-container .mobile-button {
    display: block;
    position: relative;
    float: right;
    margin-top: 0.7em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 3em;
    height: 2.5em;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .nav-container .mobile-button:before {
      content: '\e600';
      position: absolute;
      top: -4px;
      left: 0;
      color: #fff;
      font-family: 'IconFont';
      font-size: 3em;
      font-weight: 400;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    /*.nav-container .mobile-button:hover, .nav-container .mobile-button:focus,*/ .nav-container .mobile-button.active {
      background: #171819; }
    .nav-container .mobile-button.active .triangle-up {
      opacity: 1; }
  .nav-container .nav {
    position: absolute;
    top: 3.95em;
    left: 0;
    width: 100%;
    max-height: 0;
    background: #fff;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }
  .nav-container .mobile-button.active + .nav {
    max-height: 62em;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease; }
  .nav-container .first-level {
    border-bottom: 4px solid #077bc2;
    overflow: visible; /* was visible */
    z-index: 8000; }

    .nav-container .first-level li:first-child{
      display:none; }

    .nav-container .first-level > li:first-child a:after {
      content: none; }





    .nav-container .first-level > li > a {
      display: block;
      position: relative;
      /* border-bottom: 1px solid #eee; */
      /* width: 100%; */
      /* padding-left: 9%;
      padding-right: 9%;
      padding-top: 0.8em;
      padding-bottom: 0.8em;
      padding-right: 15%; */
      color: #0667a1;
      text-decoration: none; }


      .nav-container .first-level > li > a.navtest2-arrow:after {
        content: '\e610';
        display: block;
        position: absolute;
        right: 55%; /* was 9% */
        top: 1.4em;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding: 0.2em 0 0 0.2em;
        width: 1.4em;
        height: 1.3em;
        color: #fff;/* color: #138363; */
        font-family: 'IconFont';
        font-size: 0.7em;
        line-height: 1em;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: background 0.6s ease;
        -moz-transition: background 0.6s ease;
        transition: background 0.6s ease;
        background: #138363; }
      .nav-container .first-level > li > a:hover, .nav-container .first-level > li > a:focus {
        text-decoration: underline; }
      .nav-container .first-level > li > a.active:after {
        content: '\e60e';
        /* color: #fff;
        background:#138363; */}
        .nav-container .first-level .button-home{
          font-size: 1.4em;
          margin-top: -2px;
        }
  .nav-container .category-container {
    /* padding: 0.9em 0;
    background: #ededed; */ }
  .nav-container .category {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    /*overflow:hidden;  NEW */
    /*background: #ededed;  NEW */}
    .nav-container .category > a {
      display: block;
      position: relative;
      padding: 0.4em 0.5em 0.3em 1em;
      /*color: #0667a1;*/
      color: #FFF;
      font-size: 0.85em;
      font-weight: 400;
      line-height: 1.2em;
      text-decoration: none; }


    .nav-container .category > a.navtest-arrow{display:none;}


      .nav-container .category > a:before {
        content: '\e610';
        position: absolute;
        left: -0.2em;
        top: 1em;
        color: #138363;
        font-family: 'IconFont';
        font-size: 0.7em;
        line-height: 1em;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .nav-container .category > a:hover, .nav-container .category > a:focus {
        text-decoration: underline; }
  .nav-container .extra-menu {
    display: none; }
  .nav-container .third-level {
    display: none;
    padding: 0.1em 0 0.3em 4.5%;
    background: #ededed; }
    .nav-container .third-level a {
      display: block;
      position: relative;
      padding: 0.9em 1em;
      /*color: #0667a1;*/
      color: #FFF;
      font-size: 0.85em;
      font-weight: 400;
      line-height: 1.2em;
      text-decoration: none; }
      .nav-container .third-level a:before {
        content: '\e610';
        position: absolute;
        left: -0.2em;
        top: 1.7em;
        /*color: #138363;*/
        color: #e2e53e;
        font-family: 'IconFont';
        font-size: 0.7em;
        line-height: 1em;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .nav-container .third-level a:hover, .nav-container .third-level a:focus {
        text-decoration: underline; }
  .nav-container .sub-nav {
    display: none;
    background: #fff; }
  .nav-container .image-container {
    display: none; }
  .nav-container .supplement-container {
    position: relative;
    float: left;
    margin-top: 0.7em;
    overflow: hidden; }
  .nav-container form[role="search"] {
    display: none; }

/*
--------------------
Inside page navigation
--------------------
*/
.nav-tertiary {
  position: relative;
  border-top: 1px solid #b7b7b7; }
  .nav-tertiary a, .nav-tertiary h4 {
    display: block;
    margin: 0;
    padding: 1.05em 4em 1.1em 2em;
    color: #252627;
    font-size: 0.9em;
    line-height: 1.5em;
    text-decoration: none;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease; }
/*
    .nav-tertiary a:after, .nav-tertiary h4:after {
      content: '\e610';
      position: absolute;
      top: 1.3em;
      right: 2.6em;
      color: #077bc2;
      font-family: 'IconFont';
      font-size: 0.85em;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
*/


    .nav-tertiary li a:after{
      content: '\e610';
      position: absolute;
      top: 1.3em;
      right: 4.8em; /* 1em */
      /*color: #077bc2;*/
      color: #ad0922;
      font-family: 'IconFont';
      font-size: 0.85em;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }

    .nav-tertiary h4.js-btn-accordion{padding:0px;}
    .nav-tertiary h4.js-btn-accordion a{
      /*color:#077bc2; */
      color: #ad0922;
      font-size:1em;}

    .nav-tertiary h4.js-btn-accordion:after {
      content: '\e610';
      position: absolute;
      top: 1em;
      right: 2.6em;
      /*color: #077bc2;*/
      color: #ad0922;
      font-family: 'IconFont';
      font-size: 1.2em;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }




    .nav-tertiary a:hover, .nav-tertiary a:focus, .nav-tertiary a.current, .nav-tertiary h4:hover, .nav-tertiary h4:focus, .nav-tertiary h4.current {
      background: #f5f5f5; }
    .nav-tertiary a.active, .nav-tertiary h4.active {
      color: #fff;
      background: #077bc2; }
      .nav-tertiary a.active:after, .nav-tertiary h4.active:after {
        color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
      .nav-tertiary a.active:hover, .nav-tertiary a.active:focus, .nav-tertiary h4.active:hover, .nav-tertiary h4.active:focus {
        background: #0674b3; }
    .nav-tertiary a.current:hover, .nav-tertiary a.current:focus, .nav-tertiary h4.current:hover, .nav-tertiary h4.current:focus {
      background: #f1f1f1; }
  .nav-tertiary h4 {
    border-bottom: 1px solid #b7b7b7;
    padding-top: 0.8em;
    padding-left: 1.6em;
    padding-bottom: 0.85em;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 600;
    cursor: pointer; }
    .nav-tertiary h4:after {
      top: 0.85em;
      right: 1.55em;
      font-size: 1.1em; }
    .nav-tertiary h4.active {
      color: #077bc2;
      background: #fff; }
      .nav-tertiary h4.active:after {
        color: #ad0922; }
      .nav-tertiary h4.active:hover, .nav-tertiary h4.active:focus {
        background: #ededed; }
  .nav-tertiary ul {
    margin: 0;
    padding: 0;
    font-size: 1em; }
    .nav-tertiary ul li {
      margin: 0;
      border-bottom: 1px solid #b7b7b7;
/* NEW */      background:#f5f5f5; }
      .nav-tertiary ul li:before {
        content: none; }
    .nav-tertiary ul ul {
      display: none; }
      .nav-tertiary ul ul ul a {
        padding-left: 4em; }
      .nav-tertiary ul ul li {
        border-top: 1px solid #b7b7b7;
        border-bottom: none; }
      .nav-tertiary ul ul a {
        padding: 1.35em 1em 1.25em 3em;
        font-size: 0.8em;
        line-height: 1.6em; }
        .nav-tertiary ul ul a:after {
          content: none; }
      .nav-tertiary ul ul .parent > a:after {
        content: '\e610'; }
  .nav-tertiary > ul {
    display: none; }
  .nav-tertiary .parent > ul, .nav-tertiary .current > ul {
    display: block; }
  .nav-tertiary .parent > a {
    color: #fff;
    /*background: #077bc2; */
    background-color: #ad0922;
  }

.nav-tertiary ul li ul li.parent a {
    color: #000!important;
    background: none repeat scroll 0% 0% #FFF!important; }

    .nav-tertiary .parent > a:after {
      color: #fff;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
    .nav-tertiary .parent > a:hover, .nav-tertiary .parent > a:focus {
      /*background: #0674b3; */
      background-color: #95081d;
    }
  .nav-tertiary .current > a {
    /*background: #f5f5f5; */
    background-color: #ad0922;
    color: #FFF;
  }
    .nav-tertiary .current > a:hover, .nav-tertiary .current > a:focus {
      /*background: #f1f1f1; */
      background-color: #98081e;
    }
.nav-tertiary .second-level li.current a{
    background-color: #f3f3f3;
}
.nav-tertiary .current > a:after{
    color:#fff;
    transform:rotate(90deg);}

/*.nav-tertiary .current > a {
    color:#fff;
    background:none repeat scroll 0% 0% #077bc2;}*/

/*.nav-tertiary .current > a:hover, .nav-tertiary .current > a:focus {
      background: #0674b3; }*/

.nav-tertiary ul li ul li a {background: #fff;}

.nav-tertiary ul li ul li.current a {background: #fff; color:#000;}

.nav-tertiary ul li ul li.current > a:hover, .nav-tertiary ul li ul li.current > a:focus {
      background: #e8e8e8; }

/*
--------------------
Quick links.
--------------------
*/
.quick-links-container {
  overflow: visible; }

.quick-links {
  position: relative;
  border-top: 1px solid #fff; }
  .quick-links a, .quick-links h4 {
    display: block;
    margin: 0;
    border-top: 1px solid #cecece;
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 0.6em;
    padding-bottom: 0.65em;
    padding-right: 4em;
    color: #232e3a;
    font-size: 0.9em;
    line-height: 1.5em;
    text-decoration: none;
    background: #fff;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease; }
    .quick-links a:after, .quick-links h4:after {
      content: '\e610';
      position: absolute;
      top: 0.75em;
      right: 9.5%;
      color: #d85b12;
      font-family: 'IconFont';
      font-size: 0.85em;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .quick-links a:hover, .quick-links a:focus, .quick-links h4:hover, .quick-links h4:focus {
      background: #f5f5f5; }
    .quick-links a.active, .quick-links h4.active {
      color: #fff;
      background: #0080cc; }
      .quick-links a.active:after, .quick-links h4.active:after {
        color: #fff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
      .quick-links a.active:hover, .quick-links a.active:focus, .quick-links h4.active:hover, .quick-links h4.active:focus {
        background: #0674b3; }
    .quick-links a.current:hover, .quick-links a.current:focus, .quick-links h4.current:hover, .quick-links h4.current:focus {
      background: #f5f5f5; }
  .quick-links h4 {
    border-top: none;
    padding-top: 0.5em;
    padding-bottom: 0.55em;
    padding-right: 3em;
    font-size: 1.25em;
    line-height: 1.3em;
    font-weight: 400;
    color: #fff;
    background: #cb4e05; /* #d85b12 */
    cursor: pointer; }
    .quick-links h4:after {
      top: 0.5em;
      right: 8.5%;
      font-size: 1em;
      color: #fff; }
    .quick-links h4:hover, .quick-links h4:focus {
      background: #ca5511; }
    .quick-links h4.active {
      background: #d85b12; }
      .quick-links h4.active:after {
        color: #fff; }
      .quick-links h4.active:hover, .quick-links h4.active:focus {
        background: #ca5511; }
  .quick-links ul {
    display: none;
    margin: 0;
    border-bottom: 1px solid #cecece;
    padding: 0;
    font-size: 1em; }
    .quick-links ul li {
      margin: 0; }
      .quick-links ul li:before {
        content: none; }
      .quick-links ul li:first-child a {
        border: none; }

/*
--------------------
Typography
--------------------
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0em 0;
  color: #3c3c3c;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.1em; }

/*h1, h3, h5, h6 {
  font-weight: 600; }*/

/*h2, h4, h6 {
  color: #0667a1; 
}*/

h1 {
  margin-bottom: 0.4em;
  font-size: 1.7em;
  font-weight: 700;
}
/*
h2 {
  margin-bottom: 0.4em;
  font-size: 1.625em; 
  font-weight: 600;
}
*/

h2 {
  margin-bottom: 0.55em;
  font-size: 1.37em;
  font-weight: 700;
}

h3 {
  margin-bottom: 0.65em;
  font-size: 1.25em;
  font-weight: 600;
}

h4 {
  margin-bottom: 0.75em;
  font-size: 1.1em;
  font-weight: 700;
}

h5 {
  margin-bottom: 0.9em;
  font-size: 1em;
  font-weight: 700;
}

p {
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.87em; }

.font-weight-regular {
  font-weight: 400; }

ul, ol {
  clear: both;
  margin-top: 0;
  margin-bottom: 1.5em;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.87em;
  list-style: none; }
  ul li ul, ul li ol, ol li ul, ol li ol {
    margin: 0.8em 0;
    font-size: 1em;
  }

ul {
  padding: 0 0 0 1.3em; }
  ul li {
    position: relative;
    margin-top: 0.5em;
    padding: 0; }
    ul li:before {
      position: absolute;
      left: -1.9em;
      top: 0.3em;
      content: '\e610';
      /*color: #138363;*/
      color: #ad0922;
      font-family: 'IconFont';
      font-size: 0.7em; }

ol {
  counter-reset: section;
  padding: 0 0 0 1.7em; }
  ol li {
    position: relative;
    margin-top: 0.5em;
    padding: 0; }
    ol li:before {
      position: absolute;
      top: 0;
      left: -1.6em;
      counter-increment: section;
      content: counters(section, '.');
      /*color: #3c3c3c;*/
      color: #ad0922;
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 600;
      font-size: 1em; }
  ol li ol li {
    padding-left: 0.7em; }

.header-icon__news {
  position: relative;
  /*color: #066cab;*/
  color: #ad0922;
  font-weight: 600;
  padding-left: 1.85em; }
  .header-icon__news:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'IconFont';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .header-icon__news:before {
    content: '\e60a';
    top: 0em;
    font-size: 1.25em; }

.home-specific-links__news h1.header-icon__news a{color:#AD0922; text-decoration:none;}

.header-icon__hot {
  position: relative;
  font-weight: 600;
  padding-left: 1.4em;
  color: #ad0922; }
  .header-icon__hot:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'IconFont';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .header-icon__hot:before {
    content: '\e604';
    top: 0em;
    left: -0.1em; }

.image-wrap__left {
  float: left;
  margin: 0.25em 1em 0.8em 0; }
  .image-wrap__left + p {
    *zoom: 1; }
    .image-wrap__left + p:before, .image-wrap__left + p:after {
      content: " ";
      display: table; }
    .image-wrap__left + p:after {
      clear: both; }

.image-wrap__right {
  float: right;
  margin: 0.25em 0 0.5em 1.5em; }
  .image-wrap__right + p {
    *zoom: 1; }
    .image-wrap__right + p:before, .image-wrap__right + p:after {
      content: " ";
      display: table; }
    .image-wrap__right + p:after {
      clear: both; }

.captioned-image {
  background: #222; }
  .captioned-image img, .captioned-image p {
    display: block; }
  .captioned-image p {
    margin: 0;
    padding: 0.65em 0.85em;
    color: #fff;
    font-size: 0.75em;
    line-height: 1.25em; }

/*
--------------------
Site Header
--------------------
*/
.header {
  position: relative;
  margin-top: 1.3em;
  margin-bottom:1.4em; /* NEW margin-bottom:4em; */
  padding-bottom: 0.2em;
  overflow: visible;
  width: 82%;
  margin-left: 9%;
  margin-right: 9%; }
  .header a {
    display: block; }
  .header h1 {
    display: block;
    margin-bottom: 0.5em;
    /* width: 194px;
    height: 43px;
    background: url('http://www.rtwsa.com/__data/assets/image/0016/4840/sprite-sheet.png?v=0.0.26') -42px -53px; */
    width: 153px;
    height: 33px;
    background: url('http://www.rtwsa.com/__data/assets/image/0016/4840/sprite-sheet.png?v=0.0.26') -70px -1052px; }
  .header h2 {
    float: left;
    margin:0.15em 0.4em 0px 0px; /* margin:0.4em 0.8em 0 0; */
    font-size:1.0em; /* font-size:1.1em; */
    /*color: #0667a1;*/
    color: #ad001a;
  }
  .header h2 + h2 {
    /*margin: 0;*/
    margin-top: -5px;
    font-size:1.5em; /* font-size:1.625em; */ }
  .header .call-container {
    float: left;
    overflow: visible;
    padding: 8px 0 0 8px;
  }
  .call-container h2 a{
    /*color: #0b69a5;*/
    color: #ad001a;
    text-decoration: none;
    font-weight:normal; }
  a.call-mobile{
    display: inline; }
  a.call-desktop{
    display: none; }
  .header .lhs-content {
    overflow: hidden; }
  .header .rhs-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .header .contact-us {
    display: none; /* display:inline-block; */
    clear: both;
    float: right;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0.4em 1.3em 0.45em;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.95em;
    font-weight: 400;
    text-decoration: none;
    background: #0667a1;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    .header .contact-us:hover, .header .contact-us:focus {
      background: #055888; }

form[role="search"] {
  float: right;
  padding-top: 0.2em;
  width: 100%;
  /* height: 3.35em; */
  max-width: 2.5em;
  background: #fff;
  overflow: visible;
  -webkit-transition: max-width 0.5s ease;
  -moz-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease; }
  form[role="search"].active {
    max-width: 100%; }
    form[role="search"].active p {
      display: block; }
  form[role="search"] p {
    float: left;
    display: none;
    margin: 0;
    border-left: 1px solid #ad0922;
    padding: 0.1em 0 0.1em 1em;
    width: 85%;
    font-size: 1em;
    overflow: hidden; }
  form[role="search"] input[type="text"] {
    display: block;
    border: none;
    width: 100%;
    font-size: 0.95em;
    color: #272727; }
  form[role="search"] button {
    display: block;
    position: absolute;
    top: -0.55em;
    right: -0.1em;
    margin: 0;
    border: none;
    padding: 0.6em 0 0.5em 1em;
    background: none;
    color: #0667a1; }
    form[role="search"] button:before {
      content: '\e605';
      display: block;
      font-family: 'IconFont';
      font-size: 1.95rem;
      line-height: 1em;
      color:#ad0922; /* NEW */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    form[role="search"] button:hover, form[role="search"] button:focus {
      color: #222; }

/*
--------------------
Main
--------------------
*/
#main {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.sticky-main {
  margin-top: 4em; }

/*
--------------------
Buttons and links
--------------------
*/
a {
  color: #3c3c3c;
  font-weight: 600; }
  a:hover, a:focus {
    text-decoration: none; }

.basic-button {
  position: relative;
  display: inline-block;
  padding: 1em 2.55em 1em 1.6em;
  width: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  background: white;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  background: #138363; }
  .basic-button:after {
    position: absolute;
    right: 1.35em;
    top: 1.2em;
    font-family: 'IconFont';
    font-size: 0.9em;
    content: '\e610';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .basic-button:after {
    text-decoration: underline; }
  .basic-button:after, .basic-button:hover:after {
    text-decoration: none; }
  .basic-button:hover, .basic-button:focus {
    background: #006b4f; }

.basic-button__dark {
  position: relative;
  display: inline-block;
  padding: 1em 2.55em 1em 1.6em;
  width: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  background: white;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  background: #006b4f; }
  .basic-button__dark:after {
    position: absolute;
    right: 1.35em;
    top: 1.2em;
    font-family: 'IconFont';
    font-size: 0.9em;
    content: '\e610';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .basic-button__dark:after {
    text-decoration: underline; }
  .basic-button__dark:after, .basic-button__dark:hover:after {
    text-decoration: none; }
  .basic-button__dark:hover, .basic-button__dark:focus {
    background: #006b4f; }
  .basic-button__dark:hover, .basic-button__dark:focus {
    background: #005c43; }

.breadcrumbs {
  margin-bottom: 0.8em;
  padding: 0px 20px 0px 0px;
  overflow: auto; }
  .breadcrumbs li {
    float: left;
    margin: 0 0.25em 0 0;
    padding: 0 0 0 1em;
    font-weight: 400; }
    .breadcrumbs li:before {
      top: 0.35em;
      left: 0;
      /*color: #077bc2;*/ }
    .breadcrumbs li:first-child {
      padding-left: 0; }
      .breadcrumbs li:first-child:before {
        content: none; }

/*
--------------------
Table
--------------------
*/
.table-styled {
  display: none;
  float: left;
  clear: left;
  margin: 1em 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #fff;
  border-collapse: collapse;
  overflow: hidden;
  *zoom: 1; }
  .table-styled:before, .table-styled:after {
    content: " ";
    display: table; }
  .table-styled:after {
    clear: both; }
  .table-styled thead tr {
    font-family: 'Source Sans Pro', sans-serif;
    background: #077bc2;
    color: #fff; }
  .table-styled th {
    font-weight: 600;
    text-align: left;
    padding: 0.8em 1em;
    border-left: 1px solid #e0e0e0; }
    .table-styled th:first-child {
      border-left: none; }
  .table-styled td {
    border-left: 1px solid #e0e0e0;
    padding: 1.1em 1.2em;
    color: #6f6f6f;
    font-size: 0.9em;
    line-height: 1.3em; }
    .table-styled td:first-child {
      border-left: none; }
  .table-styled tbody tr:nth-child(even) {
    background: #f5f5f5; }
  .table-styled tr.even {
    background: #f5f5f5; }
  .table-styled tbody tr {
    border-top: 1px solid #e0e0e0;
    font-size: 0.9em; }
    .table-styled tbody tr:first-child {
      border-top: none; }

.mobile-table {
  margin: 1em 0;
  border-top: 1px solid #e0e0e0; }
  .mobile-table .tr-block:nth-child(even) {
    background: #f5f5f5; }
  .mobile-table .tr {
    border-bottom: 1px solid #e0e0e0;
    overflow: auto; }
  .mobile-table .th, .mobile-table .td {
    float: left;
    padding: 1em 0;
    color: #323232;
    font-family: 'Source Sans Pro', sans-serif; }
  .mobile-table .th {
    padding-left: 0.85em;
    padding-right: 0.85em;
    width: 40%; }
  .mobile-table .td {
    padding-right: 0.4em;
    width: 60%; }

/*
--------------------
Pagination
--------------------
*/
.pagination {
  clear: both;
  position: relative;
  margin-bottom: 1em;
  border-top: 1px solid #d4d4d4;
  height: 4.5em;
  overflow: hidden; }
  .pagination .btn-previous, .pagination .btn-next {
    display: block;
    position: absolute;
    top: 4em;
    /*color: #077bc2;*/
    color: #464748;
    font-size: 0.8em; }
    .pagination .btn-previous:before, .pagination .btn-previous:after, .pagination .btn-next:before, .pagination .btn-next:after {
      position: absolute;
      top: 0;
      font-family: 'IconFont';
      font-size: 0.95em;
      color: #ad0922;
      font-weight: 400; }
  .pagination .btn-previous {
    left: 0;
    padding-left: 1.5em; }
    .pagination .btn-previous:before {
      left: 0;
      content: '\e60f'; }
  .pagination .btn-next {
    right: 0;
    padding-right: 1.5em; }
    .pagination .btn-next:after {
      right: 0;
      content: '\e610'; }
  .pagination ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center; }
  .pagination li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .pagination li:before {
      content: none; }
    .pagination li a:hover, .pagination li a:focus {
      border-top: 3px solid #ad0922;
      color: #ad0922;
      text-decoration: underline; }
  .pagination li a, .pagination .active span {
    display: inline-block;
    margin: 0 0 0 0.1em;
    border-top: 3px solid #fff;
    padding: 0.8em 0.9em 0;
    -webkit-transition: border 0.2s ease;
    -moz-transition: border 0.2s ease;
    transition: border 0.2s ease; }
  .pagination .active span {
    color: #666;
    font-weight: 600; }

/*
--------------------
Accordion
--------------------
*/
.accordion {
  position: relative;
  margin: 0 0 2px; }
  .accordion > h1, .accordion > h2, .accordion > h3, .accordion > h4, .accordion > h5, .accordion > h6 {
    position: relative;
    cursor: pointer;
    /*background: #ededed;*/
    background: #ad0922;
    /*color: #3c3c3c;*/
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    padding: 0.7em 3em 0.8em 1em;
    margin: 0 0 10px 0;
    /*border: 2px solid #ededed;*/
    border: 0 none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: color 0.2s ease, background 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.2s ease, background 0.3s ease, border-color 0.3s ease;
    transition: color 0.2s ease, background 0.3s ease, border-color 0.3s ease; }
    .accordion > h1:hover, .accordion > h1:focus, .accordion > h1.active, .accordion > h2:hover, .accordion > h2:focus, .accordion > h2.active, .accordion > h3:hover, .accordion > h3:focus, .accordion > h3.active, .accordion > h4:hover, .accordion > h4:focus, .accordion > h4.active, .accordion > h5:hover, .accordion > h5:focus, .accordion > h5.active, .accordion > h6:hover, .accordion > h6:focus, .accordion > h6.active {
      color: #fff;
      /*background: #138363;*/
      background: #ad0922;
      border: 0 none; }
      .accordion > h1:hover:after, .accordion > h1:focus:after, .accordion > h1.active:after, .accordion > h2:hover:after, .accordion > h2:focus:after, .accordion > h2.active:after, .accordion > h3:hover:after, .accordion > h3:focus:after, .accordion > h3.active:after, .accordion > h4:hover:after, .accordion > h4:focus:after, .accordion > h4.active:after, .accordion > h5:hover:after, .accordion > h5:focus:after, .accordion > h5.active:after, .accordion > h6:hover:after, .accordion > h6:focus:after, .accordion > h6.active:after {
        color: #fff; }
    .accordion > h1.active:after, .accordion > h2.active:after, .accordion > h3.active:after, .accordion > h4.active:after, .accordion > h5.active:after, .accordion > h6.active:after{
        content: '\e606'; }
    .accordion > h1:after, .accordion > h2:after, .accordion > h3:after, .accordion > h4:after, .accordion > h5:after, .accordion > h6:after {
      content: '\e603';
      display: block;
      position: absolute;
      top: 50%;
      right: 1.1em;
      margin-top: -0.7em;
      /*color: #138363;*/
      color: #FFF;
      font-family: 'IconFont';
      font-size: 0.95em;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      transition: color 0.2s ease;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .accordion .accordion__content {
    padding: 0 1em;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out; }
    .accordion .accordion__content.active {
      max-height: 50em; }

.accordion__container {
  margin-bottom: 1em; }

.panel-heading {
  background-color: #ededed;
  padding: 0.7em 1em 0.8em;
  margin-bottom: 0.7em;
  border: 2px solid #ededed;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  .panel-heading h2, .panel-heading h3 {
    position: relative;
    /*color: #3c3c3c;*/
    color: #FFF;
    font-size: 1em;
    margin-bottom: 0px;
    padding: 10px;
    -webkit-transition: color 0.2s ease, background 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.2s ease, background 0.3s ease, border-color 0.3s ease;
    transition: color 0.2s ease, background 0.3s ease, border-color 0.3s ease; }
    .panel-heading h2:after, .panel-heading h3:after {
      content: '\e603';
      display: block;
      position: absolute;
      top: 10px;
      right: 20px;
      /*color: #138363;*/
      color: #FFF;
      font-family: 'IconFont';
      font-size: 0.95em;
      font-weight:normal!important;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      transition: color 0.2s ease;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .panel-heading small {
    /*color: #606060;*/
    font-weight: normal;
    margin-left: 0.7em; }
  .panel-heading:hover, .panel-heading:focus, .panel-heading:active {
    cursor: pointer;
    /*background-color: #138363;*/
    background-color: #ad0922;
  }
    .panel-heading:hover h2, .panel-heading:hover h3, .panel-heading:focus h2, .panel-heading:focus h3, .panel-heading:active h2, .panel-heading:active h3 {
      color: #fff; }
      .panel-heading:hover h2:after, .panel-heading:hover h3:after, .panel-heading:focus h2:after, .panel-heading:focus h3:after, .panel-heading:active h2:after, .panel-heading:active h3:after {
        content: '\e603'; /* content: '\e606'; */
        color: #fff; }

      .panel-heading.minus h2:after, .panel-heading.minus h3:after {
        content: '\e606';}

    .panel-heading:hover small, .panel-heading:focus small, .panel-heading:active small {
      color: #f8fded; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.panel-body {
  padding: 0em 1em 0.8em; }

/*
--------------------
Feature
--------------------
*/
.aside-feature-container {
  margin-top: 3em;
  width: 82%;
  margin-left: 9%;
  margin-right: 9%;
  overflow: hidden; }

.aside-feature {
  margin-bottom: 1.0em; /* margin-bottom:1.4em; */
  padding: 1.4em 1.5em 0.2em; /* padding:1.4em 1.5em 2em; */
  background: #f8f8f8; }
  .aside-feature img {
    max-width: 200px;
    height: auto;
    margin-bottom: 0.9em; }
  .aside-feature h3 {
    margin-bottom: 0.65em;
    color: #3c3c3c; }
  .aside-feature p {
    margin-bottom: 1.25em; }
  .aside-feature .basic-button__dark {
    width: 100%; }

.aside-links__useful, .aside-links__related {
  margin-bottom: 1.55em; }
  .aside-links__useful h3, .aside-links__related h3 {
    margin-bottom: 0.95em;
    /*color: #077bc2; */
  }
  .aside-links__useful ul, .aside-links__related ul {
    margin: 0;
    border-top: 1px solid #e6e6e6;
    padding: 0; }
  .aside-links__useful li, .aside-links__related li {
    margin: 0;
    border-bottom: 1px solid #e6e6e6; }
    .aside-links__useful li:before, .aside-links__related li:before {
      content: none; }
  .aside-links__useful a, .aside-links__related a {
    display: block;
    padding: 0.5em 0.8em 0.55em 1.45em;
    font-weight: 400;
    text-decoration: none; }
    .aside-links__useful a:before, .aside-links__related a:before {
      content: '\e610';
      position: absolute;
      top: 1.05em;
      left: 0;
      /*color: #077bc2;*/
      color: #ad0922;
      font-family: 'IconFont';
      font-size: 0.7em;
      font-weight: 400; }
    .aside-links__useful a:before, .aside-links__related a:before {
      text-decoration: underline; }
    .aside-links__useful a:before, .aside-links__useful a:hover:before, .aside-links__related a:before, .aside-links__related a:hover:before {
      text-decoration: none; }
    .aside-links__useful a:hover, .aside-links__useful a:focus, .aside-links__related a:hover, .aside-links__related a:focus {
      /*font-weight: 600;*/
      text-decoration: underline; }


./*aside-links__related h3 {
  color: #d85b12; 
}
.aside-links__related a:before {
  color: #d85b12; }*/

/*
--------------------
Carousel (slider)
N.B. The Flexslider mobile-specific styling is edited in 'flexslider.scss'
--------------------
*/
.carousel-container {
  position: relative; }
  .carousel-container .carousel-nav {
    position: absolute;
    bottom: 0;
    right: 9%;
    overflow: visible;
    z-index: 200; }
  .carousel-container .cta-container {
    position: relative;
    margin-top: -0.1em;
    z-index: 300; 
    background-color: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    zoom: 1;
  }
    .carousel-container .cta-container ul {
      margin: 0;
      padding: 0; }
      .carousel-container .cta-container ul li {
        margin: 0; }
        .carousel-container .cta-container ul li:before {
          content: none; }
  .carousel-container.cta__green .cta-container ul, .carousel-container.cta__purple .cta-container ul, .carousel-container.cta__orange .cta-container ul, .carousel-container.cta__blue .cta-container ul {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 1.4em;
    padding-bottom: 1.6em;
    font-size: 1em;
    background: #138363;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .carousel-container.cta__green .cta-container ul li, .carousel-container.cta__purple .cta-container ul li, .carousel-container.cta__orange .cta-container ul li, .carousel-container.cta__blue .cta-container ul li {
      display: none; }
    .carousel-container.cta__green .cta-container ul h2, .carousel-container.cta__purple .cta-container ul h2, .carousel-container.cta__orange .cta-container ul h2, .carousel-container.cta__blue .cta-container ul h2 {
      margin-left: 0.1em;
      margin-bottom: 0.65em;
      color: #fff;
      font-size: 1.7em;
      font-weight: 600; }
    .carousel-container.cta__green .cta-container ul a, .carousel-container.cta__purple .cta-container ul a, .carousel-container.cta__orange .cta-container ul a, .carousel-container.cta__blue .cta-container ul a {
      position: relative;
      padding:0;
      margin: 0;
      color: #fff;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 1em;
      font-weight: 400;
      text-decoration: none;
    }
      .carousel-container.cta__green .cta-container ul a:after, .carousel-container.cta__purple .cta-container ul a:after, .carousel-container.cta__orange .cta-container ul a:after, .carousel-container.cta__blue .cta-container ul a:after {
        position: absolute;
        right: 1.35em;
        top: 1.2em;
        font-size: 0.9em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .carousel-container.cta__green .cta-container ul a:after, .carousel-container.cta__purple .cta-container ul a:after, .carousel-container.cta__orange .cta-container ul a:after, .carousel-container.cta__blue .cta-container ul a:after {
        text-decoration: underline; }
      .carousel-container.cta__green .cta-container ul a:after, .carousel-container.cta__green .cta-container ul a:hover:after, .carousel-container.cta__purple .cta-container ul a:after, .carousel-container.cta__purple .cta-container ul a:hover:after, .carousel-container.cta__orange .cta-container ul a:after, .carousel-container.cta__orange .cta-container ul a:hover:after, .carousel-container.cta__blue .cta-container ul a:after, .carousel-container.cta__blue .cta-container ul a:hover:after {
        text-decoration: none; }
      /*.carousel-container.cta__green .cta-container ul a:hover, .carousel-container.cta__green .cta-container ul a:focus, .carousel-container.cta__purple .cta-container ul a:hover, .carousel-container.cta__purple .cta-container ul a:focus, .carousel-container.cta__orange .cta-container ul a:hover, .carousel-container.cta__orange .cta-container ul a:focus, .carousel-container.cta__blue .cta-container ul a:hover, .carousel-container.cta__blue .cta-container ul a:focus {
        background: #006b4f; }*/
      /*.carousel-container.cta__green .cta-container ul a:hover, .carousel-container.cta__green .cta-container ul a:focus, .carousel-container.cta__purple .cta-container ul a:hover, .carousel-container.cta__purple .cta-container ul a:focus, .carousel-container.cta__orange .cta-container ul a:hover, .carousel-container.cta__orange .cta-container ul a:focus, .carousel-container.cta__blue .cta-container ul a:hover, .carousel-container.cta__blue .cta-container ul a:focus {
        background: #444; }*/
  .carousel-container.cta__purple .flex-control-nav {
    background: #551c74; }
  .carousel-container.cta__purple .cta-container > ul {
    background: #551c74; }
    .carousel-container.cta__purple .cta-container > ul a {
      background: #2f0946; }
  .carousel-container.cta__orange .flex-control-nav {
    background: #c85122; }
  .carousel-container.cta__orange .cta-container > ul {
    background: #c85122; }
    .carousel-container.cta__orange .cta-container > ul a {
      background: #c5510b; }
  .carousel-container.cta__blue .flex-control-nav {
    background: #2d6ba5; }
  .carousel-container.cta__blue .cta-container > ul {
    background: #2d6ba5; }
    .carousel-container.cta__blue .cta-container > ul a {
      background: #0569a5; }

/*
--------------------
Contact Us Sticky Element
--------------------
*/
.aside-contact-sticky {
  /* display: none; */
  position: fixed;
  left: 0;
  top: 60%; /* top: 50%; */
  margin-top: -90px;
  z-index: 10200; /* was 999 */
}

  .aside-contact-sticky a {
    display: block;
    margin: 0;
    /*border-radius: 0 11px 11px 0;
    -moz-border-radius: 0 11px 11px 0;
    -webkit-border-radius: 0 11px 11px 0;*/
    width: 180px;
    height: 38px;
    overflow: hidden;
    font-weight: normal;
    /*background: url('http://www.rtwsa.com/__data/assets/image/0016/4840/sprite-sheet.png?v=0.0.26') -2px -2px;*/
    /*background-color: rgba(183, 39, 61, 0.88);*/
    color: #FFF;
    padding: 7px 0 0 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    left: 0;
  }
    .aside-contact-sticky a:hover, .aside-contact-sticky a:focus {
      border-left: none;
  }

  .aside-contact-sticky.rhs{
    left: auto;
    right: -71px;
    border-radius: 11px 11px 0 0;
    -moz-border-radius: 11px 11px 0 0;
    -webkit-border-radius: 11px 11px 0 0;

    background: rgb(183, 39, 61);
    background-color: rgba(183, 39, 61, 0.88);

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(-90deg);
  }

  .lt-ie9 .aside-contact-sticky.rhs{
    right: -145px;
  }

  .lt-ie9 .nav-container .first-level .button-home:before{
    padding: 0.45em 0 0 0.45em;
    margin-top: 2px;
  }

    .aside-contact-sticky.rhs:focus,
    .aside-contact-sticky.rhs:hover{
        -webkit-box-shadow: 0 0 4px 1px #222;
        -moz-box-shadow: 0 0 4px 1px #222;
        box-shadow: 0 0 4px 1px #222;
    }

    /*.aside-contact-sticky.rhs a {
      border-radius: 11px 0 0 11px;
      -moz-border-radius: 11px 0 0 11px;
      -webkit-border-radius: 11px 0 0 11px;
      background-position: -2px -305px;

      border-radius: 11px 11px 0 0;
      -moz-border-radius: 11px 11px 0 0;
      -webkit-border-radius: 11px 11px 0 0;
       }*/

/*
--------------------
Embedded video.
--------------------
*/
.captioned-video {
  margin-bottom: 1.5em; }
  .captioned-video .iframe-container {
    background: #222; }
  .captioned-video .iframe-container > div {
    position: relative;
    padding-top: 56%; }
  .captioned-video iframe {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px none;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .captioned-video p {
    display: block;
    margin: 0;
    padding: 1.2em 1.05em;
    color: #fff;
    font-size: 0.75em;
    line-height: 1.25em;
    background: #222; }
.aside-feature-container .captioned-video .iframe-container > div {
  padding-top: 85%; }

/*
--------------------
Site Footer
--------------------
*/
.footer {
  position: relative;
  margin-top: 1em;
  background: #232324;
  width: 100%;
  padding-left: 9%;
  padding-right: 9%;
  z-index: 2; }
  .footer .content-container {
    position: relative;
    padding-top: 2.7em;
    padding-bottom: 2.7em;
    overflow: visible; }
  .footer h4 {
    position: relative;
    margin: 0;
    padding: 0.8em 1.05em;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    line-height: 1.2em;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .footer h4:hover, .footer h4:focus {
      text-decoration: none;
      background: #2c333b; }
    .footer h4:after {
      content: '\e610';
      position: absolute;
      top: 1em;
      right: 0.85em;
      font-family: 'IconFont';
      font-size: 0.85em;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .footer h4.active {
      background: #323a43; }
      .footer h4.active:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
      .footer h4.active:hover, .footer h4.active:focus {
        background: #3b444f; }
  .footer .section-listing {
    margin: 0 0 2px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
    .footer .section-listing ul {
      display: none;
      margin: 0;
      padding: 0; }
    .footer .section-listing li {
      margin: 0; }
      .footer .section-listing li:before {
        content: none; }
      .footer .section-listing li a {
        display: block;
        padding: 1em 1em 1em 2.3em;
        text-decoration: none;
        font-weight: 400;
        -webkit-transition: background-color 0.2s ease;
        -moz-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        .footer .section-listing li a:before {
          /* content: '\e610'; */
content:url('http://www.rtwsa.com/__data/assets/image/0014/11048/bullet_white.png?v=0.0.2');
          position: absolute;
          top: 1.6em;
          left: 1.5em;
          font-family: 'IconFont';
          font-size: 0.75em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .footer .section-listing li a:hover, .footer .section-listing li a:focus {
          background: #323a43; }
  .footer a {
    margin: 0;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif; }

.footer-social-links {
  position: relative;
  margin: 1.3em 0 0;
  overflow: auto; }
  .footer-social-links .social-youtube, .footer-social-links .social-linkedin, .footer-social-links .rss-feed, .footer-social-links .social-twitter {
    display: block;
    float: left;
    margin: 0;
    padding: 0.35em;
    text-decoration: none; }
    .footer-social-links .social-youtube:before, .footer-social-links .social-linkedin:before, .footer-social-links .rss-feed:before {
      font-family: 'IconFont';
      font-size: 1.5em;
      line-height: 1em;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    .footer-social-links .social-youtube:hover:before, .footer-social-links .social-youtube:focus:before, .footer-social-links .social-linkedin:hover:before, .footer-social-links .social-linkedin:focus:before, .footer-social-links .rss-feed:hover:before, .footer-social-links .rss-feed:focus:before {
      color: #d9d9d9; }
  .footer-social-links .social-youtube {
    margin-right: 0.05em;
    padding-left: 0; }
    .footer-social-links .social-youtube:before {
      content: '\e608'; }
  .footer-social-links .social-linkedin {
    margin: 0.05em 0em 0 0.1em; }
    .footer-social-links .social-linkedin:before {
      content: '\e609'; }
  .footer-social-links .rss-feed {
    margin-top: 0.05em;
    margin-left: 0.1em; }
    .footer-social-links .rss-feed:before {
      content: '\e607'; }
  .footer-social-links .social-twitter {
    margin-top: 0.1em;
    margin-left: -0.2em;
    margin-right: 0.6em; }
    .footer-social-links .social-twitter:hover {
        opacity: 0.8; }


.language-menu-header{
/*margin-top:1.9em;  margin-top:5.3em; */
margin-top: 0;
margin-left:7.6em; /* NEW */
position:absolute;
z-index:9999;}

/* NEW */ .language-menu a{color:#fff;} /* sets link color to white */
.language-menu {
  position: relative;
  display: block;
  /*margin-top: 0.55em;*/
  margin-top: 0;
  overflow: visible; }
  .language-menu ul {
    position: absolute;
    left: 0;
    top: 2em; /* bottom: 2.6em; */ /* sets menu to appear above button */
    margin: 0;
    max-height: 0;
    padding: 0;
    font-size: 1em;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease; }
  .language-menu.active > ul {
    max-height: 28em; }
  .language-menu.active > a {
    border-top: none;
    /* was
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px; 
    */
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;}
    .language-menu.active > a:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
  .language-menu li {
    margin: 0; }
    .language-menu li:before {
      content: none; }
/*
    .language-menu li:first-child a {
      border-top: 1px solid #fff;
      border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -webkit-border-radius: 6px 6px 0 0; }
*/

    .language-menu li:last-child a {
      border-bottom: 1px solid #fff;
      border-radius: 0 0 6px 6px;
      -moz-border-radius: 0 0 6px 6px;
      -webkit-border-radius: 0 0 6px 6px;
      padding-bottom:14px;
      margin-top:-1px;}

  .language-menu a {
    display: block;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding:12px 2.2em 12px 0.8em; /* padding:1.35em 2.2em 1.35em 1.2em; */
    width:12.0em; /* was width:13.5em; */
    font-family: sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    background: #797676;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .language-menu a:hover, .language-menu a:focus {
      background-color: #3b444f; }
  .language-menu > a {
    /*border: 1px solid #fff;*/
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
    .language-menu > a:after {
      content: '\e60e';
      overflow: hidden;
      position: absolute;
      top: 1em;
      right: 1em;
      font-family: 'IconFont';
      font-size: 0.9em;
      width: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); }
  .language-menu .en-gb:before {
    background-position: -244px -53px; }
  .language-menu .ar:before {
    background-position: -244px -62px; }
  .language-menu .zh-cn:before {
    background-position: -244px -71px; }
  .language-menu .zh-hak:before {
    background-position: -244px -80px; }
  .language-menu .id-dnk:before {
    background-position: -244px -89px; }
  .language-menu .dar:before {
    background-position: -244px -98px; }
  .language-menu .hi:before {
    background-position: -244px -107px; }
  .language-menu .ne:before {
    background-position: -244px -116px; }
  .language-menu .sw:before {
    background-position: -244px -125px; }
  .language-menu .es-es:before {
    background-position: -244px -134px; }
  .language-menu .vi:before {
    background-position: -244px -143px; }

.site-links {
  position: relative;
  margin-top: 0.95em;
  overflow: auto; }
  .site-links .links-list {
    float: left;
    width: 50%; }
    .site-links .links-list a {
      margin-top: 0.95em;
      text-decoration: none;
    }
      .site-links .links-list a:first-child {
        margin-top: 0; }
    .site-links .links-list:first-child {
      padding-right: 0.5em; }
  .site-links a, .site-links p {
    display: block;
    font-size: 0.75em; }
  .site-links p {
    display: block;
    clear: both;
    margin: 0;
    padding-top: 1.2em;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif; }

.back-to-top {
  margin-top: 0.8em;
  text-align: right; }
  .back-to-top a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0.8em 3.2em 0 0; /* padding: 0.8em 3.7em 0 0; */
    height: 2.9em;
    font-size: 0.85em; /* font-size: 0.9em; */
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .back-to-top a:after {
      position: absolute;
      right: 0;
      top: 0;
      /* content: '\e602'; */
content:url('http://www.rtwsa.com/__data/assets/image/0012/11046/BackToTop.png?v=0.0.2');
      font-size: 3em;
      font-weight: 400;
      line-height: 1em;
      font-family: 'IconFont';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

    .back-to-top a:hover:after, .back-to-top a:focus:after {
content:url('http://www.rtwsa.com/__data/assets/image/0013/11047/BackToTop_hover.png?v=0.0.2');
}

    .back-to-top a:hover, .back-to-top a:focus {
      color: #d9d9d9;
      text-decoration: underline; }

/*
--------------------
Home Page
--------------------
*/
body.home #main {
  background: #f1f1f1; }
body.home .footer {
  margin-top: 0; }

.home-cta-container {
  width: 100%;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 1.7em;
  padding-bottom: 2.9em; }

.home-cta-container:after{
  background: #FFF;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
}

.aside-home-cta {
  border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;
  padding: 2.15em 1.8em 1.7em;
  background: #fff; }
  .aside-home-cta h3 {
    margin-bottom: 0.3em;
    font-size: 1.3em;
    line-height: 1em;
    color: #138363; }

.aside-home-cta .heading{
  background-color: #252627;
  padding: 1.2em 6em 1.05em 0.95em;
  margin-bottom: 1.3em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.aside-home-cta .heading h4{
  color: #FFF;
  font-size: 1.62em;
  font-weight: 400;
  margin: 0;
}

.employers-workers-container {
  width: 100%;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 0.2em;
  padding-bottom: 1.5em;
  background: #fff; }

.home-specific-links__employers > a, .home-specific-links__workers > a {
  display: inline-block;
  position: relative;
  margin: 0 0 0 1.05em;
  padding: 0 1.1em 0 0;
  font-size: 1.125;
  color: #006b4f; }
  .home-specific-links__employers > a:after, .home-specific-links__workers > a:after {
    content: '\e610';
    position: absolute;
    top: 0.25em;
    right: 0;
    font-family: 'IconFont';
    font-size: 0.8em;
    line-height: 1.2em;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.home-specific-links__employers .heading, .home-specific-links__workers .heading {
  position: relative;
  margin-bottom: 1.3em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1.2em 6em 1.05em 0.95em;
  /*background: #006b4f;*/
  background: #ad0922;
}
.home-specific-links__employers h4, .home-specific-links__workers h4 {
  margin: 0;
  font-weight: 400;
  font-size: 1.375em;
  color: #fff; }
  .home-specific-links__workers h4 {
    color: #000;
  }
.home-specific-links__employers .thumb, .home-specific-links__workers .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  width: 150px; /* width: 93px; */
  height: 92px; /* height: 79px; */
  background-image: url('http://www.rtwsa.com/__data/assets/image/0016/4840/sprite-sheet.png?v=0.0.26');
  background-position: -70px -415px; /* background-position: -2px -224px; */
  overflow: hidden; }
.home-specific-links__employers ul, .home-specific-links__workers ul {
  margin: 0 0 1.6em;
  padding: 0 0 0 0.95em;
  font-size: 1em;
  font-weight: 400; }
  .home-specific-links__employers ul li, .home-specific-links__workers ul li {
    margin: 0.4em 0 0; }
    .home-specific-links__employers ul li:before, .home-specific-links__workers ul li:before {
      top: 0.4em;
      left: -1.6em; 
      color: #ad0922;
    }
  .home-specific-links__employers ul a, .home-specific-links__workers ul a {
    color: #252627;
    line-height: 1.5em; }


.home-specific-links__workers {
  margin-top: 4em; }
  .home-specific-links__workers > a {
    color: #0667a1; }
  .home-specific-links__workers .heading {
    /*background: #0667a1; */
    background: #d1da28; 
  }
  .home-specific-links__workers .thumb {
    width:150px; /* width: 86px; */
    height:92px; /* height: 92px; */
    background-position:-70px -321px; /* background-position: -97px -224px; */ }
  .home-specific-links__workers ul li:before {
    /*color: #0667a1;*/
    color: #ad0922;
     }

     .aside-home-cta li:before{
      color: #ad0922;
     }

.news-topics-container {
  width: 100%;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 2em;
  padding-bottom: 2.1em;
  background: #fff; }

.home-specific-links__news > a, .home-specific-links__topics > a {
  display: inline-block;
  position: relative;
  margin: 0 0 0 1.05em;
  padding: 0 1.1em 0 0;
  font-size: 1.125;
  color: #006b4f; }
  .home-specific-links__news > a:after, .home-specific-links__topics > a:after {
    content: '\e610';
    position: absolute;
    top: 0.25em;
    right: 0;
    font-family: 'IconFont';
    font-size: 0.8em;
    line-height: 1.2em;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.home-specific-links__news .heading, .home-specific-links__topics .heading {
  position: relative;
  margin-bottom: 1.3em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 1.2em 6em 1.05em 0.95em;
  background: #006b4f; }
.home-specific-links__news h4, .home-specific-links__topics h4 {
  margin: 0;
  font-size: 1.375em;
  color: #fff; }
.home-specific-links__news .thumb, .home-specific-links__topics .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  width: 93px;
  height: 79px;
  background-image: url('http://www.rtwsa.com/__data/assets/image/0016/4840/sprite-sheet.png?v=0.0.26');
  background-position: -2px -224px;
  overflow: hidden; }
.home-specific-links__news ul, .home-specific-links__topics ul {
  margin: 0 0 1.6em;
  padding: 0 0 0 0.95em;
  font-size: 1em;
  font-weight: 400; }
  .home-specific-links__news ul li, .home-specific-links__topics ul li {
    margin: 0.4em 0 0; }
    .home-specific-links__news ul li:before, .home-specific-links__topics ul li:before {
      top: 0.4em;
      left: -1.6em; 
      color: #ad0922;
    }
  .home-specific-links__news ul a, .home-specific-links__topics ul a {
    line-height: 1.5em; }
.home-specific-links__news h1, .home-specific-links__topics h1 {
  margin-bottom: 0.55em; }
.home-specific-links__news ul li:first-child, .home-specific-links__topics ul li:first-child {
  /* margin: 0; */ }
.home-specific-links__news span, .home-specific-links__topics span {
  display: block;
  /* margin-top: 0.45em; */
  color: #696969;
  font-size: 0.9em; }

.home-specific-links__news {
  margin-bottom: 1.4em; }
  .home-specific-links__news > a {
    color: #077bc2; }
  .home-specific-links__news ul li {
    margin-top: 0.9em;
    margin-bottom:-8px!important; }
    .home-specific-links__news ul li:before {
      /*color: #077bc2; */
      color: #ad0922;
    }

.home-specific-links__topics {
  border-top: 2px dotted #b4b4b4;
  padding-top: 1.35em; }
  .home-specific-links__topics ul {
    margin-bottom: 0; }
    .home-specific-links__topics ul li {
      /* margin-top: 1.1em; */ }
      .home-specific-links__topics ul li:before {
        /*color: #d85b12; */
        color: #ad0922;
      }

.home .video-embed-container {
  width: 100%;
  padding-left: 9%;
  padding-right: 9%;
  padding-top: 1.85em;
  padding-bottom: 1.8em; }

.home .captioned-video .iframe-container {
  padding: 0.375em;
  background: #fff; }
.home .captioned-video .iframe-container > div {
  position: relative;
  padding-top: 56%; }
.home .captioned-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.home .captioned-video p {
  display: block;
  margin: 0;
  padding: 1.2em 1.05em;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.25em;
  background: #222; }

/*
--------------------
Inside Page
--------------------
*/
.breadcrumbs-container {
  width: 82%;
  margin-left: 9%;
  margin-right: 9%;
  overflow: auto; }

.page-content {
  margin-top: 1em;
  width: 82%;
  margin-left: 9%;
  margin-right: 9%;
  overflow: hidden; }

.page-banner {
  margin-bottom: 0.5em;
  overflow: hidden; }
  .page-banner img {
    display: block;
    /*margin: -1.2em 0 0 -25%;*/
    width:100%; /* width: 130%; */
    /* min-width: 130%; */
    -webkit-transition: min-width 0.5s ease;
    -moz-transition: min-width 0.5s ease;
    transition: min-width 0.5s ease; }

/*
 ------
 Search
 ------
 */
.search form[role="search"], .search form[role="search"] button, .search .search-results-count, .search .search-results {
  float: left;
  }
.search form[role="search"], .search .search-results-count, .search .search-results {
  width: 100%; }
.search form[role="search"], .search form[role="search"] button {
  position: static; }
.search form[role="search"] {
  max-width: 100%;
  }
  .search form[role="search"] input[type="text"] {
    float: left;
    font-size: 1.2em;
    padding: 0.5em;
    border: 1px solid #ccc;
    width: 80%;
    max-width: 30em; }
.search form[role="search"] button {
  text-align: left;
  padding: 0.5em;
  height: 48px;
  /* width: 13%; */
  max-width: 3em;
  color: #ffffff; /* NEW */ }
  .search form[role="search"] button:before {
    display: inline;
    padding: 0 10px;
    margin-right: 3em;}
.search .search-results-count {
  clear: both;
  background-color: #f5f5f5;
  padding: 0.5em 1em;
  margin: 1em 0em;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px; }
.search .search-results {
  font-size: 1em;
  list-style-type: none;
  padding: 0; }
  .search .search-results li {
    padding: 1em 0;
    margin-top: 0; }
.search .search-result h2 {
  font-size: 1.2em; }
.search .search-result p {
  margin-bottom: 0.25em; }
.search .search-result .search-date {
  color: #666;
  font-size: 1em; }
.text-success.search-url,
.search .search-result .search-url {
  /*color: #219271;*/
  color: #ad0922;
  font-style: normal; }

/*
-------------------------
Content Maintenance Guide
-------------------------
 */
.style-guide-section {
  clear: both;
  padding-top: 3.6em;
  padding-bottom: 2em;
  border-top: 1px solid #e6e6e6; }

.colour-palette, .colour-palette ul {
  padding: 0px;
  margin: 0px; }

.colour-palette {
  display: block;
  width: 102.63158%;
  margin: 0 -1.31579%;
  *width: 102.63153%;
  *margin: 0 -1.31584%;
  *zoom: 1; }
  .colour-palette:before, .colour-palette:after {
    content: " ";
    display: table; }
  .colour-palette:after {
    clear: both; }
  .colour-palette li {
    margin-top: 0px; }
    .colour-palette li:before {
      content: ''; }
  .colour-palette > li {
    display: inline;
    float: left;
    width: 47.36842%;
    margin: 0 1.31579%;
    *width: 47.36837%;
    *margin: 0 1.31574%;
    height: 13em;
    overflow: hidden; }
  .colour-palette .swatch {
    background-color: #21262c;
    margin-bottom: 1em;
    height: 6em;
    border: 2px solid #21262c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider ul li {
  margin: 0; }
  .flexslider ul li:before {
    content: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  margin: 0 0 0 -24%;
  width: 128%;
  min-width: 128%;
  -webkit-transition: min-width 0.5s ease;
  -moz-transition: min-width 0.5s ease;
  transition: min-width 0.5s ease; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.flex-direction-nav a {
  display: block;
  width: 16px;
  height: 24px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  font-weight: 400;
  cursor: pointer;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flex-direction-nav .flex-prev {
  left: -2.7em;
}

.flex-direction-nav .flex-next {
  right: -1.4em;
  text-align: right; } /* right: -5em; */



.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }


.flex-direction-nav a:before {
  font-family: 'flexslider';
  font-size: 20px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav a:before {
  text-decoration: underline; }
.flex-direction-nav a:before, .flex-direction-nav a:hover:before {
  text-decoration: none; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 22px;
  position: absolute;
  /*bottom: 5px;
  left: 10px;
  opacity: 0.8;*/
  z-index: 10;
  top: 1px;
  overflow: hidden;
  cursor: pointer;
  color: #FFF; }

.flex-pauseplay a:before {
  font-family: 'flexslider';
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flexslider ol {
  overflow: hidden; }
.flexslider li {
  margin: 0; }
.flexslider li:before {
  content: none; }

.flex-control-nav {
  float: right;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  padding: 0.9em 1em 0.6em;
  background: #138363;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.flex-control-nav li {
  float: left;
  margin: 0 0 0 0.5em; }
  .flex-control-nav li:first-child {
    margin-left: 0; }

.flex-control-paging li a {
  color:#191919;
  width: 11px;
  height: 11px;
  display: block;
  background: #fff; /* background: #191919; */
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
  .flex-control-paging li a:hover, .flex-control-paging li a:focus {
    background: #e0e0e0; }
  .flex-control-paging li a.flex-active {
    background: rgba(0, 0, 0, 0.4); }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }


.framer{
  width: 69em;
  margin: 0 auto;
  position: relative;
}




.lt-ie9 form[role="search"] button:before {
  font-size: 1.95em; }

.lt-ie9 .sticky-menu.site-navigation form[role="search"] button {
  top: 0.6em;
  color: #fff; }
  .lt-ie9 .sticky-menu.site-navigation form[role="search"] button:before {
    font-size: 1.5em; }

.lt-ie9 .header-icon__news:before {
  font-size: 2em; }

.lt-ie9 .nav-tertiary a.active:after {
  content: '\e60e'; }

.lt-ie9 .nav-container .triangle-up {
  display: none; }

.lt-ie9 .language-menu:hover ul {
  max-height: 28em; }
.lt-ie9 .language-menu:hover > a:after {
  content: '\e60d'; }

.nav-container .mobile-button:before {
  text-decoration: underline; }
.nav-container .mobile-button:before/*, .nav-container .mobile-button:hover:before*/ {
  text-decoration: none; }
.nav-container .first-level a:after {
  text-decoration: underline; }
.nav-container .first-level a:after/*, .nav-container .first-level a:hover:after*/ {
  text-decoration: none; }
.nav-container .button-home:before {
  text-decoration: underline; }
.nav-container .button-home:before/*, .nav-container .button-home:hover:before*/ {
  text-decoration: none; }
.nav-container .category a:before {
  text-decoration: underline; }
.nav-container .category a:before/*, .nav-container .category a:hover:before*/ {
  text-decoration: none; }

.pagination a:before {
  text-decoration: underline; }
.pagination a:before, .pagination a:hover:before {
  text-decoration: none; }
.pagination a:after {
  text-decoration: underline; }
.pagination a:after, .pagination a:hover:after {
  text-decoration: none; }

.home-specific-links__employers a:after, .home-specific-links__workers a:after, .home-specific-links__news a:after, .home-specific-links__topics a:after {
  text-decoration: underline; }
.home-specific-links__employers a:after, .home-specific-links__employers a:hover:after, .home-specific-links__workers a:after, .home-specific-links__workers a:hover:after, .home-specific-links__news a:after, .home-specific-links__news a:hover:after, .home-specific-links__topics a:after, .home-specific-links__topics a:hover:after {
  text-decoration: none; }

.back-to-top a:after {
  text-decoration: underline; }
.back-to-top a:after, .back-to-top a:hover:after {
  text-decoration: none; }

.footer .section-listing li a:before {
  text-decoration: underline; }
.footer .section-listing li a:before, .footer .section-listing li a:hover:before {
  text-decoration: none; }

/*
--------------------
Modules
--------------------
*/
/*-- module:squiz-module-flexslider --*/
/* If this is not explicitly set, the height expands automatically
 * and distorts the aspect ratio of the slide images on mobile.
 */
.flexslider {
  height: 9em; } /* height:10em; */

.slideshow {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }


.slideshow-slide-image {
  width: 100%;
  display: block; }

.slideshow-slide {
  position: relative; }

.slideshow-slide-summary {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%; }

.slideshow-slide-summary-inner {
  padding: 1em; }

.slideshow-nav a, .slideshow-nav a:active, .slideshow-nav a:visited {
  background: rgba(25, 25, 25, 0.6);
  color: white;
  display: block;
  padding: 0.5em; }

.slideshow-nav a:hover, .slideshow-nav a:focus {
  background: rgba(63, 63, 63, 0.6); }

.flex-control-nav, .flex-direction-nav {
  float: left; }

.slideshow-nav li {
  margin-left: 1px; }

.slideshow-nav a {
  cursor: pointer; }

.flex-control-nav a.flex-active {
  background: rgba(63, 63, 63, 0.6); }

.flex-pauseplay {
  float: left;
  margin-left: -16px; }

.flex-viewport {
  max-height: 2000px;
  clear: left;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

/*-- module:squiz-module-font-awesome --*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://www.rtwsa.com/__data/assets/file/0015/4812/fontawesome-webfont.eot?v=0.0.2?v=4.0.3');
  src: url('http://www.rtwsa.com/__data/assets/file/0015/4812/fontawesome-webfont.eot?v=0.0.2?#iefix&v=4.0.3') format('embedded-opentype'), url('http://www.rtwsa.com/__data/assets/file/0018/4815/fontawesome-webfont.woff?v=0.0.2?v=4.0.3') format('woff'), url('http://www.rtwsa.com/__data/assets/file/0017/4814/fontawesome-webfont.ttf?v=0.0.2?v=4.0.3') format('truetype'), url('http://www.rtwsa.com/__data/assets/file/0016/4813/fontawesome-webfont.svg?v=0.0.2?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

/*-- module:squiz-module-matrix-form --*/
.sq-form-section, .sq-form, .sq-form fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.sq-form-question {
  padding: 0.5em; }
  .sq-form-question fieldset {
    padding: 0px;
    margin: 0px;
    border: 0px none; }

.sq-form-control {
  padding-top: 1em;
  margin-top: 0.5em;
  border-top: 1px solid #ccc; }

.sq-form-submit{
  position: relative;
  display: inline-block;
  padding: 1em 2.55em 1em 1.6em;
  width: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  background: white;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  background: #138363;
  border: 0px none;
  width: auto; }
  .sq-form-submit:after {
    position: absolute;
    right: 1.35em;
    top: 1.2em;
    font-family: 'IconFont';
    font-size: 0.9em;
    content: '\e610';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .sq-form-submit:after {
    text-decoration: underline; }
  .sq-form-submit:after, .sq-form-submit:hover:after {
    text-decoration: none; }
  .sq-form-submit:hover, .sq-form-submit:focus {
    background: #006b4f; }

#job-content .button{
  position: relative;
  display: inline-block;
  padding: 1em 0.7em 1em 0.7em;
  width: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  background: white;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  background: #AD0922;
  border: 0px none;
  width: auto; }

#job-mail-subscribe-button, #jobs-form .button{
  position: relative;
  display: inline-block;
  padding: 1em 2.55em 1em 1.6em;
  width: 100%;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  background: white;
  border-radius: 8px;
  margin:-10px 0px 0px 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  background: #AD0922;
  border: 0px none;
  width: auto; }
  #job-mail-subscribe-button:after {
    position: absolute;
    right: 1.35em;
    top: 1.2em;
    font-family: 'IconFont';
    font-size: 0.9em;
    content: '\e610';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #job-mail-subscribe-button:after {
    text-decoration: underline; }
  #job-mail-subscribe-button:after, .sq-form-submit:hover:after {
    text-decoration: none; }
  #job-mail-subscribe-button:hover, #job-mail-subscribe-button:focus {
    background: #90071c; }

input.sq-form-submit {
  padding-right: 1.6em; }
  input.sq-form-submit:after {
    content: ''; }

.sq-form-field {
  float: left;
  border: 1px solid #ccc; }

input[type="text"].sq-form-field, input[type="password"].sq-form-field, textarea.sq-form-field {
  padding: 0.5em;
  width: 100%; }

.sq-form textarea {
  padding: 0; }

.lt-ie9 .sq-form input[type="text"], .lt-ie9 .sq-form input[type="password"], .lt-ie9 .sq-form textarea {
  width: 98%; }

.sq-form input[type="text"] .sq-form input[type="password"] {
  text-indent: 0.5em; }

.sq-form-question-title, .sq-form-question-answer label {
  margin: 0.5em 0;
  font-weight: bold;
  display: block; }

.sq-form-section-title {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  border-top: 1px solid #ccc;
  margin-top: 1em;
  display: block;
  padding-top: 1em;
  width: 100%;
  margin: 0.5em 0; }

.sq-form-question-tickbox-list ul, .sq-form-question-option-list ul {
  font-size: 1em; }
.sq-form-question-tickbox-list li, .sq-form-question-option-list li {
  clear: left;
  display: block;
  padding: 0.25em 0;
  margin-top: 0px; }
  .sq-form-question-tickbox-list li label, .sq-form-question-option-list li label {
    display: inline-block;
    margin: 0 0.25em 0; }
  .sq-form-question-tickbox-list li:before, .sq-form-question-option-list li:before {
    content: ''; }

.sq-form input[type="radio"], .sq-form input[type="checkbox"], .sq-form input[type="radio"] ~ label, .sq-form input[type="checkbox"] ~ label {
  float: left;
  font-weight: normal;
  margin: 0 0 0 0.5em; }

.sq-form-question-note {
  font-size: 90%;
  font-style: italic;
  display: block;
  margin-bottom: 0.5em; }


.sq-form .sq-form-question-datetime input[type="password"], .sq-form .sq-form-question-datetime input[type="text"], .sq-form .sq-form-question-datetime label, .sq-form .sq-form-question-datetime select {
  width: auto;
  margin-bottom: 0.5em; }

.sq-form .sq-form-question-datetime label, .sq-form .sq-form-question-datetime input {
  margin-right: 0.5em;
  font-weight: normal; }

.sq-form-error, .sq-form-required-field {
  color: #a94442; }

.sq-form-error {
  clear: left; }

.sq-form-question-error {
  background-color: #f2dede; }

#recaptcha_area .recaptchatable {
  background-color: #f6f6f6; }
  #recaptcha_area .recaptchatable a {
    color: #3c3c3c;
    font-weight: 600;
    text-decoration: underline; }
    #recaptcha_area .recaptchatable a:hover {
      text-decoration: none; }
  #recaptcha_area .recaptchatable #recaptcha_image {
    margin: 0;
    border: 0px none !important; }
  #recaptcha_area .recaptchatable #recaptcha_response_field {
    padding: 0.5em;
    margin-right: 1em; }
  #recaptcha_area .recaptchatable .recaptcha_image_cell {
    background-color: #f6f6f6; }
    #recaptcha_area .recaptchatable .recaptcha_image_cell center {
      text-align: left; }

/*-- module:squiz-module-skip-links --*/


/*-- module:WCAG2.0 compliant form select fields --*/

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* .chosen-search{display:none;} */

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* width: 100%; */
  width: 80px;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 2px 0px 0px 8px;
  height: 32px;
  width:80px;
  font-weight:normal;
  border: 1px solid #ccc;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('http://www.rtwsa.com/__data/assets/image/0010/10540/chosen-sprite.png?v=0.0.2') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('http://www.rtwsa.com/__data/assets/image/0010/10540/chosen-sprite.png?v=0.0.2') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('http://www.rtwsa.com/__data/assets/image/0010/10540/chosen-sprite.png?v=0.0.2') no-repeat 100% -20px;
  background: url('http://www.rtwsa.com/__data/assets/image/0010/10540/chosen-sprite.png?v=0.0.2') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #000;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */

/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}


/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('http://www.rtwsa.com/__data/assets/image/0010/10540/chosen-sprite.png?v=0.0.2') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */



.alerts{
    background-color: #ad0922;
    width: 100%;
    height: 100%;
    display: none;
}
.alerts .wrapper{
    width: 1104px;
    margin: 0 auto;
    padding: 10px 0;
}


.alerts .sign{
    width: 5%;
    height: 25px;
    float: left;
    text-align: center;
}
.alerts .sign img{
    width: auto;
    height: 25px;
}


.alerts .text{
    width: 90%;
    color: #FFF;
    float: left;
}
.alerts .text p{
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1;
}
.alerts .text strong,
.alerts .text b{
    font-weight: 600;
}


.alerts .close{
    float: right;
    width: 5%;
    text-align: center;
}
.alerts .close a{
    padding: 3px 5px 2px 5px;
    height: 25px;
}
.alerts .close img{
    width: auto;
    height: 20px;
}

.page-content figcaption{
  background-color: #000;
  color: #FFF;
  margin-top: -0.4em;
  padding: 7px;
  font-size: 12px;
  font-weight: 400;
}

.page-content figcaption b,
.page-content figcaption strong{
  font-weight: 700;
}

.all-content-container button,
.all-content-container .button{
  display: inline-block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px 35px 10px 20px;
  position: relative;
  text-decoration: none;
  border: 0 none;
  font-weight: 600;
}

.all-content-container button.lime,
.all-content-container .button.lime{background-color: #d0d928; color: #000;}
.all-content-container button.red,
.all-content-container .button.red{background-color: #ad0922; color: #FFF;}
.all-content-container button.announce,
.all-content-container .button.announce{background-color: #d0d928; color: #000;}
}

.all-content-container button:hover,
.all-content-container .button:hover{
  text-decoration: underline;
}

.all-content-container button.announce:hover,
.all-content-container .button.announce:hover{
  text-decoration: none !important;
}
.break{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.page-content table{
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  color: #404040;
}

.page-content table th{
  background-color: #ad0922;
  font-weight: 700;
  color: #FFF;
  text-align: left;
}

.page-content table tr th,
.page-content table tr td {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
}
.page-content table tr th:first-child,
.page-content table tr td:first-child {
    border-left: 1px solid #d2d2d2;
}
.page-content table tr th:first-child,
.page-content table tr td:first-child {
    border-left: 1px solid #d2d2d2;
}

.page-content table tr:first-child th:first-child{
    border-top-left-radius: 6px;
}

.page-content table tr:first-child th:last-child{
    border-top-right-radius: 6px;
}

.page-content table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.page-content table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.page-content table tr:nth-child(even) td {
  background-color: #f3f3f3;
}



.page-content .panel-group{
  margin-top: 20px;
}

.page-content .panel-heading{
  background-color: #ad0922;
  border: 0 none;
  padding: 0;
}

.page-content .panel-heading:focus,
.page-content .panel-heading:active,
.page-content .panel-heading:hover{
  background-color: #ad0922;
}

.page-content .panel-heading h4{
  position: relative;
}

.page-content .panel-heading h4 .fa-plus-square,
.page-content .panel-heading h4 .fa-minus-square{
  position: absolute;
  top: 14px;
  right: 20px;
}

.page-content .panel-heading h4 .fa-plus-square:before,
.page-content .panel-heading h4 .fa-minus-square:before{
  font-size: 0.95em;
}

.page-content .panel-heading h4 a{
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  padding: 10px;
  display: inline-block;
  width: 100%;
}

.youtube p{
  background-color: #222;
  color: #fff;
  display: block;
  font-size: 0.75em;
  line-height: 1.25em;
  margin: -7px 0 20px 0;
  padding: 1.2em 1.05em;
}
