/**
 * CSS reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
    margin: 0 0 10px;
}
/******* FCBKcomplete styles ********/
/* Copyright: Guillermo Rauch <http://devthought.com/> - Distributed under MIT - Keep this message! */

/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 0px 5px 0; background: #FFF; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; white-space:nowrap;}
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; margin: 3px 5px 0 0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { color: #6f6c6c; min-width: 75px; width: auto; overflow:visible; margin: 0; border: 0px; outline: 0; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

/* Facebook demo CSS */
ul.holder { margin: 0 !important; }
ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; z-index:1000;}
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('/catalyst/bundles/careerswalessite/img/cp/tag_close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */

.facebook-auto { display: none; position: absolute; background: #eee; z-index:1001; width: 150px !important; left: 0; *top: 28px;}
.facebook-auto .select_all_items {display: block; float: right;}
.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px;font-family:"Lucida Grande","Verdana"; font-size:11px; }
.facebook-auto ul { width: auto !important; display: none; margin: 0; padding: 0; overflow: auto; position:absolute; z-index:9999}
.facebook-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; background-color: #eee }
.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
.facebook-auto ul li.auto-focus { background: #4173CC; /*color: #fff;*/ }
.facebook-auto ul li.auto-focus em { background: none; }
.deleted { background-color:#4173CC !important; color:#ffffff !important;}
.hidden { display:none;}

#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}

/*{{{ Flip Counter */
.flipCounter {
    background: url(/catalyst/bundles/careerswalessite/img/cp/placementMap/numberBg.png) repeat-x;
    width: 72px;
    padding: 2px 0 3px 4px;
    float: left;
}
.flipCounter.large {
    background: url(/catalyst/bundles/careerswalessite/img/cp/placementMap/numberBgLarge.png) repeat-x;
    width: 84px;
    padding: 4px 0 4px 4px;
}
.flipCounter .counter {
    overflow: hidden;
    position: relative;
    font-size: 1.6em;
    letter-spacing: 8px;
    line-height: 1.1em;
}
.flipCounter.large .counter {
    font-size: 2em;
    letter-spacing: 9px;
    line-height: 1.1em;
}
.flipCounter .counter span {
    position: relative;
}
/*}}}*/

/*{{{ jqModal */
/* jqModal base Styling courtesy of;
    Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
    the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;

    font-size: 1.2em;

    overflow: auto;
    height: 500px;
}

.jqmWindow .jqmWindow-close {
    float: right;
    background-image: url(/catalyst/bundles/careerswalessite/img/cp/close.png);
    width: 20px;
    height: 19px;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.8;
    -o-transition: linear opacity 0.3s;
    -webkit-transition: linear opacity 0.3s;
    -moz-transition: linear opacity 0.3s;
    transition: linear opacity 0.3s;
}
.jqmWindow .jqmWindow-close:hover,
.jqmWindow .jqmWindow-close:active {
    opacity: 1;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
/*}}}*/

.career-plus-pyramid .aside {
  float: left;
  margin: 0 2.6209677% 0 0;
  width: 20.56451612903226%;
}
.career-plus-pyramid .aside .segments h2 {
  color: #575963;
  margin: 0;
  padding: 4px 12px;
}
.career-plus-pyramid .aside .segments li a {
  display: block;
  padding: 5px 0 5px 45px;
  margin: 0 0 5px;
  background: transparent 0 0 no-repeat;
}
.career-plus-pyramid .article {
  float: right;
  width: 76.81451612903226%;
}
.career-plus-pyramid .template-area-2 {
  margin: 0 0 15px;
}
.career-plus-pyramid .catalyst-block {
  margin: 0 0 15px;
}
.career-plus-pyramid .bottom .template-area {
  float: left;
  width: 31%;
  margin: 0 1.5120968% 0 0;
}
.career-plus-pyramid .bottom .catalyst-block > div {
  border: 1px solid #CCC;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.career-plus-pyramid .bottom h2 {
  padding: 10px 0 0 10px;
}
.career-plus-pyramid .bottom h4 {
  font-weight: bold;
}
.career-plus-pyramid .bottom .highlighted-title h1,
.career-plus-pyramid .bottom .highlighted-title h2 {
  color: #575963;
  margin: 0;
  padding: 4px 12px;
  background: #EEE;
  border: 1px solid #EEE;
  -o-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.career-plus-pyramid .bottom .highlighted-title ul {
  padding: 12px;
}
.career-plus-pyramid .bottom .highlighted-title .content {
  padding: 12px;
}
.career-plus-pyramid .bottom .catalyst-block ul a {
  background: transparent 0 0 no-repeat;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px;
}
.career-plus-pyramid .bottom ul {
  border: 0 none;
}
.career-plus-pyramid .bottom ul .content {
  padding: 0;
  border: 0 none;
}
.career-plus-pyramid .bottom ul .last {
  margin: 0;
}
.career-plus-pyramid .bottom ul .last a {
  margin: 0;
}
.career-plus-pyramid .bottom .segments li .thumb-left {
  float: left;
  margin: 0 5px 0 0;
}
.career-plus-pyramid .bottom .segments li .content-header {
  padding: 3px 0 0;
}
.career-plus-pyramid .bottom .catalyst-block-media {
  padding: 10px;
}
.career-plus-pyramid .bottom .catalyst-block-media a {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
.career-plus-pyramid .bottom .catalyst-block-media .subText {
  float: left;
  width: 105px;
  padding: 0;
  margin: 30px 0 0;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
.career-plus-pyramid .bottom .catalyst-block-media .subText a {
  display: block;
  margin: 0;
  font-size: 1.28em;
  line-height: 20px;
  font-weight: bold;
}
.career-plus-pyramid .segments .content {
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .career-plus-pyramid.responsive .aside {
    display: none;
  }
  .career-plus-pyramid.responsive .article {
    float: none;
    width: 100%;
  }
}

.homepage #content .container {
  padding: 26px 0 16px 0;
}
.homepage .template-area-1 {
  float: left;
  width: 66.431452%;
}
.homepage .template-area-2 {
  float: right;
  width: 32.560484%;
}
.homepage .template-area-1 .catalyst-block,
.homepage .template-area-2 .catalyst-block {
  margin: 0 0 10px;
  padding: 9px;
  border: 1px solid #d1d3d3;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 -5px 6px -8px #000;
}
@media only screen and (max-width: 768px) {
  .homepage.responsive .template-area-1 {
    float: none;
    width: 100%;
  }
  .homepage.responsive .template-area-2 {
    float: none;
    width: 100%;
  }
}

.symmetrical-two .template-area-1,
.symmetrical-two .template-area-2 {
  float: left;
  width: 48.487903%;
  margin-top: 30px;
}
.symmetrical-two .template-area-1 {
  margin-right: 2.2177419%;
}
@media only screen and (max-width: 768px) {
  .symmetrical-two.responsive .template-area-1,
  .symmetrical-two.responsive .template-area-2 {
    float: none;
    width: 100%;
  }
  .symmetrical-two.responsive .template-area-1 {
    margin-right: 0;
  }
}

.three-column .content-container {
  float: left;
  width: 73.58870967741935%;
  margin: 0 2.5201613% 0 0;
}
.three-column .content-container .aside {
  float: left;
  width: 27.94520547945205%;
  margin: 0 2.6209677% 0 0;
}
.three-column .template-area-1 {
  margin: 15px 0;
}
.three-column .template-area-2 {
  float: right;
  width: 67.67123287671233%;
}
.three-column .template-area-2 .catalyst-block {
  margin: 0 0 10px;
}
.three-column .template-area-3 {
  float: left;
  width: 23.89112903225806%;
}
.three-column .template-area-1 .catalyst-block,
.three-column .template-area-3 .catalyst-block {
  margin: 0 0 10px;
  padding: 9px;
  border: 1px solid #d1d3d3;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 -5px 6px -8px #000;
}
@media only screen and (max-width: 768px) {
  .three-column.responsive .content-container {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .three-column.responsive .content-container .aside {
    display: none;
  }
  .three-column.responsive .template-area-2,
  .three-column.responsive .template-area-3 {
    float: none;
    width: 100%;
  }
}

.two-column .content-container {
  margin: 0 2.5201613% 0 0;
}
.two-column .content-container .aside {
  float: left;
  width: 21.15%;
  margin: 0 2.6209677% 0 0;
}
.two-column .template-area-1 {
  margin: 15px 0;
}
.two-column .template-area-1 .catalyst-block {
  margin: 0 0 10px;
  padding: 9px;
  border: 1px solid #d1d3d3;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 -5px 6px -8px #000;
}
.two-column .template-area-2 {
  float: right;
  width: 76%;
}
.two-column .template-area-2 .catalyst-block {
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .two-column.responsive .content-container .aside {
    display: none;
  }
  .two-column.responsive .template-area-2 {
    float: none;
    width: 100%;
  }
}

.header-banner {
  font-family: Arial-Bold, Arial;
}
.header-banner--beta {
  font-size: 14px;
  background: #ffd530;
  padding: 9px 0px;
  position: relative;
}
.header-banner--beta .beta__message-wrapper {
  float: left;
  padding: 0 20px;
}
.header-banner--beta .beta__message {
  font-size: 16px;
  line-height: 40px;
}
.header-banner--beta .beta__text {
  display: inline-block;
}
.header-banner--beta .beta__actions-wrapper {
  float: right;
  padding-right: 20px;
}
.header-banner--beta .beta__actions {
  padding: 2px 0px 0px 0px;
  text-align: right;
}
.header-banner--cookie {
  display: none;
  background: #323333;
  padding: 10px 0px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
}
.header-banner--cookie .cookie__message-wrapper {
  float: left;
  padding-left: 20px;
  max-width: 77%;
}
.header-banner--cookie .cookie__title {
  display: inline-block;
  line-height: 28px;
  margin-right: 10px;
}
.header-banner--cookie .cookie__message {
  display: inline-block;
  line-height: 28px;
}
.header-banner--cookie .cookie__actions-wrapper {
  float: right;
  padding-right: 20px;
}
.header-banner .link--underline {
  text-decoration: underline;
}
.header-banner .link--black {
  color: #1f1f1f;
}
.header-banner .header-banner .btn--beta {
  margin-right: 10px;
  vertical-align: top;
}
.header-banner .btn {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  display: inline-block;
  padding: 8px 10px;
  text-decoration: none;
  background-size: 15px 15px;
  border: 1px solid transparent;
}
.header-banner .btn--thin {
  padding: 3px 12px;
  font-size: 14px;
}
.header-banner .btn--light {
  font-weight: 300;
}
.header-banner .btn--beta {
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #463811;
  color: #ffd530;
}
.header-banner .btn--black {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
.header-banner .btn--white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.header-banner .btn--outlined {
  text-decoration: none;
  color: #1f1f1f;
  background: none !important;
  border: 1px solid #1f1f1f;
  font-weight: bold;
}
.header-banner .btn--desktop {
  display: inline-block;
}
.header-banner .btn--mobile {
  display: none;
}
.header-banner .container-fluid {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.header-banner .row {
  margin-left: -20px;
  margin-right: -20px;
}
.header-banner .row:after {
  clear: both;
}
.header-banner .row:before,
.header-banner .row:after {
  content: " ";
  display: table;
}
@media only screen and (max-width: 480px) {
  .responsive .beta__actions-wrapper {
    float: left;
    padding: 0 20px;
  }
  .responsive .beta__message {
    padding-bottom: 8px;
  }
  .responsive .btn--desktop {
    display: none;
  }
  .responsive .btn--mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .responsive .cookie__title {
    display: block;
    line-height: 20px;
    margin: 0;
  }
  .responsive .cookie__message {
    display: block;
    line-height: 20px;
  }
  .responsive .cookie__message-wrapper {
    padding: 4px 20px;
    max-width: none;
  }
  .responsive .cookie__actions-wrapper {
    clear: left;
    float: none;
    padding: 4px 20px;
  }
  .responsive .btn--learn-more {
    float: left;
  }
  .responsive .btn--allow-cookie {
    float: right;
  }
}

#breadcrumb {
  padding: 5px 0 10px;
}
#breadcrumb ul,
#breadcrumb li {
  display: inline;
  font-size: 12px;
}
#breadcrumb span {
  padding: 0 10px 0 0;
}

#content ul li.no-bullet {
  list-style-image: none;
}
#content ul.bullet-arrow,
#content ul.bullet-blue,
#content ul.bullet-green {
  margin: 10px 15px;
}
#content ul.bullet-arrow li,
#content ul.bullet-blue li,
#content ul.bullet-green li {
  padding: 0 0 0 5px;
  margin: 0 0 10px;
}
#content ul.bullet-arrow li {
  list-style-image: url(/catalyst/bundles/careerswalessite/img/bullets/arrow.png);
}
#content ul.bullet-arrow li ul li {
  margin: 0 0 0 5px;
}
#content ul.bullet-blue li {
  list-style-image: url(/catalyst/bundles/careerswalessite/img/bullets/blue.png);
}
#content ul.bullet-blue li ul li {
  margin: 0 0 0 16px;
  list-style-image: url(/catalyst/bundles/careerswalessite/img/bullets/blue-faded.png);
}
#content ul.bullet-green li {
  list-style-image: url(/catalyst/bundles/careerswalessite/img/bullets/green.png);
}
#content ul.bullet-green li ul li {
  margin: 0 0 0 5px;
  list-style-image: url(/catalyst/bundles/careerswalessite/img/bullets/green-faded.png);
}

@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.button {
  display: inline-block;
  line-height: 16px;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 3px 3px 3px 0.5em;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
  background-color: #ddd;
  cursor: pointer;
  color: #09C;
}
input[type=submit].button {
  height: 22px;
}
.button:hover {
  border-color: #333;
  text-shadow: 0 -1px 0 #046;
  background-color: #069;
  color: white;
  text-decoration: none;
}
.button::-moz-focus-inner {
  border: 0;
}
.button.blue {
  color: white;
  text-shadow: 0px -1px 0 #046;
  background-color: #069;
}
.button.blue:hover {
  background-color: #339acc;
}
.button.large {
  height: 18px;
  line-height: 18px;
  border: 1px solid #666;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}
.button.large:hover {
  text-shadow: 0 -1px 0 #069;
  background-color: #339acc;
  color: #f6f6f6;
}
input[type=submit].button.large {
  height: 28px;
}
.button.arrow {
  padding-right: 32px;
  background: url(/catalyst/bundles/careerswalessite/img/cp/circle_arrow_blue.png) no-repeat 100%;
}
.standard-button {
  background: #ecfaff;
  border: 1px solid #a2c8d5;
  border-radius: 5px;
  color: #068eb8;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px;
  margin: 0;
  text-align: center;
}
.standard-button:visited {
  color: #068eb8;
}
.standard-button:hover,
.standard-button:focus,
.standard-button:active {
  color: #068eb8;
  text-decoration: underline;
}
.standard-button.button-med {
  font-size: 13px;
  padding: 8px;
}
.standard-button.button-lrg {
  font-size: 16px;
  padding: 14px;
}
.standard-button.button-shadow {
  -moz-box-shadow: 2px 4px 0px 0px rgba(47,172,214,0.75);
  -webkit-box-shadow: 2px 4px 0px 0px rgba(47,172,214,0.75);
  box-shadow: 2px 4px 0px 0px rgba(47,172,214,0.75);
  margin-right: 2px;
}
.standard-button.primary-button {
  background: #2facd6;
  color: #fff;
}
.standard-button.primary-button:visited {
  color: #fff;
}
.standard-button.primary-button:hover,
.standard-button.primary-button:focus,
.standard-button.primary-button:active {
  color: #fff;
  text-decoration: underline;
}
.standard-button.warning-button {
  background: #ffe0ea;
  border-color: #d191a6;
  color: #b80634;
}
.standard-button.warning-button:visited {
  color: #b80634;
}
.standard-button.warning-button:hover,
.standard-button.warning-button:focus,
.standard-button.warning-button:active {
  color: #b80634;
  text-decoration: underline;
}
.standard-button.negative-button {
  background: #d62f43;
  border-color: #d5a2a7;
  color: #f5e6ea;
}
.standard-button.negative-button:visited {
  color: #f5e6ea;
}
.standard-button.negative-button:hover,
.standard-button.negative-button:focus,
.standard-button.negative-button:active {
  color: #f5e6ea;
  text-decoration: underline;
}
.standard-button.deactivated-button {
  background: #e3e3e3;
  border-color: #cfcfcd;
  color: #a1a6aa;
  pointer-events: none;
}
.standard-button.deactivated-button:visited,
.standard-button.deactivated-button:hover,
.standard-button.deactivated-button:focus,
.standard-button.deactivated-button:active {
  color: #a1a6aa;
  text-decoration: none;
}
.standard-button.loading-button {
  color: transparent !important;
  cursor: default;
  pointer-events: none;
  position: relative;
  opacity: 1;
  text-shadow: none !important;
  -webkit-transition: all 0s linear, opacity .2s ease;
  transition: all 0s linear, opacity .2s ease;
}
.standard-button.loading-button:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 1.2857em;
  height: 1.2857em;
  border: .2em solid rgba(0,0,0,0.15);
  position: absolute;
  margin: -0.64285em 0 0 -0.64285em;
  border-radius: 500rem;
}
.standard-button.loading-button:after {
  content: '';
  top: 50%;
  left: 50%;
  width: 1.2857em;
  height: 1.2857em;
  -webkit-animation: button-spin .6s linear;
  animation: button-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent;
  position: absolute;
  margin: -0.64285em 0 0 -0.64285em;
  border-radius: 500rem;
}
.standard-button.standard-button-back-arrow {
  position: relative;
  display: block;
  float: left;
  margin-left: 14px;
  padding-left: 11px;
  height: 18px;
}
.standard-button.standard-button-back-arrow span {
  position: relative;
}
.standard-button.standard-button-back-arrow:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 4px;
  height: 21px;
  width: 21px;
  background: #ecfaff;
  border-right: none;
  border-bottom: none;
  border-top: solid #a2c8d5;
  border-left: solid #a2c8d5;
  border-width: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-border-radius: 2px 2px 20px 2px;
  -moz-border-radius: 2px 2px 20px 2px;
  border-radius: 2px 2px 20px 2px;
}
.standard-button.standard-button-back-arrow.button-med {
  margin-left: 15px;
  padding-left: 12px;
}
.standard-button.standard-button-back-arrow.button-med:before {
  left: -11px;
  height: 25px;
  width: 25px;
}
.standard-button.standard-button-back-arrow.button-lrg {
  margin-left: 24px;
  padding-left: 17px;
}
.standard-button.standard-button-back-arrow.button-lrg:before {
  height: 33px;
  width: 33px;
  left: -16px;
  top: 6px;
}
.standard-button.standard-button-forward-arrow {
  position: relative;
  display: block;
  float: left;
  margin-right: 14px;
  padding-right: 8px;
  height: 18px;
}
.standard-button.standard-button-forward-arrow span {
  position: relative;
}
.standard-button.standard-button-forward-arrow:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 4px;
  height: 21px;
  width: 21px;
  background: #ecfaff;
  border: solid #a2c8d5;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-border-radius: 20px 2px 2px 2px;
  -moz-border-radius: 20px 2px 2px 2px;
  border-radius: 20px 2px 2px 2px;
}
.lt-ie9 .standard-button.standard-button-back-arrow {
  padding-left: 0;
  margin-left: 0;
}
.lt-ie9 .standard-button.standard-button-back-arrow.button-med:before,
.lt-ie9 .standard-button.standard-button-back-arrow.button-lrg:before,
.lt-ie9 .standard-button.standard-button-back-arrow:before {
  display: none;
  margin-left: 0;
}
.lt-ie9 .standard-button.standard-button-forward-arrow:after {
  display: none;
  margin-right: 0;
}
.search-button {
  background-image: url('/catalyst/bundles/careerswalescombinedsearch/img/searchsprite.png');
  background-repeat: no-repeat;
  background-position: 9px -464px;
  float: right;
  padding-left: 30px;
}
.gradient-button-outer {
  background: url(/catalyst/bundles/careerswalessite/img/buttons/button_simple_back_right.gif) no-repeat right top;
  float: left;
  height: 31px;
}
.gradient-button-outer a {
  background: url(/catalyst/bundles/careerswalessite/img/buttons/button_simple_back_left.gif) no-repeat left top;
  color: #575963;
  display: block;
  font-weight: bold;
  padding: 0 32px 0 15px;
  height: 31px;
  line-height: 31px;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}
.gradient-button-outer a:visited {
  color: #575963;
}
.gradient-button-outer a:hover,
.gradient-button-outer a:active {
  color: #09c;
  text-decoration: none;
}

form,
fieldset,
legend {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 solid #fff;
}
legend {
  position: relative;
  left: -0.5em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: 0 .5em 0 0;
}
input,
select,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}
label {
  font-weight: bold;
}
dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl dt,
dl dd {
  margin: 0;
  padding: 0;
}
img {
  border: 0 solid #fff;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  padding-top: 0;
}
hr,
hr.sepdefault {
  clear: both;
  height: 1px;
  color: #fff;
  border-top: 1px solid #D1D0DE;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.hidden {
  display: none;
}
.error {
  color: #a00;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-replacement {
  text-indent: -10000px;
  overflow-x: hidden;
}
.clearing,
.clear {
  clear: both;
}
.container {
  width: 992px;
  margin: 0 auto;
}
#header {
  min-height: 137px;
  background: #FFF url(/catalyst/bundles/careerswalessite/img/cp/header_bg.jpg) no-repeat top center;
  position: relative;
  z-index: 2;
}
#header h3 {
  margin: 0;
}
#header .container {
  position: relative;
  height: inherit;
  line-height: 22px;
}
#header .text-replacement {
  width: 254px;
  height: 53px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  margin: 0 0 4px 6px;
  background: transparent url(/catalyst/bundles/careerswalessite/img/logos/headerLogo_en.png) no-repeat top center;
}
.cy #header .text-replacement {
  background: transparent url(/catalyst/bundles/careerswalessite/img/logos/headerLogo_cy.png) no-repeat top center;
}
ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  color: #09C;
  font-weight: bold;
}
ol li p {
  color: #575963;
  font-weight: normal;
}
ol {
  margin-bottom: 1em;
}
dl dt {
  float: left;
  font-weight: bold;
}
dl dd {
  margin-left: 3em;
}
#header-menu {
  float: left;
  padding: 1px 0 0 6px;
  margin: 0 25px 0 0;
  list-style: none;
  overflow: hidden;
  *position: absolute;
}
.cy #header-menu {
  margin: 0 5px 0 0;
}
#header-menu li {
  float: left;
  background: url(/catalyst/bundles/careerswalessite/img/icons/header-pipe.gif) no-repeat 0 50%;
  padding: 0 10px;
  margin: 0 1px 0 -1px;
}
#header-menu li.first {
  background: 0 none;
}
#util-menu {
  height: 28px;
  line-height: 24px;
  width: 991px;
  margin: 0 auto 15px;
  border-radius: 0 0 10px 10px;
  background: #EDEDED;
  box-shadow: inset 0 -3px 3px -2px #666;
  *padding: 0 0 0 250px;
  *width: 741px;
}
.cy #util-menu {
  *padding: 0 0 0 280px;
}
#size-options,
#langOptions,
#siteSelect {
  margin: 0 20px 0 0;
  float: left;
}
.cy #size-options,
.cy #langOptions,
.cy #siteSelect {
  margin: 0 5px 0 0;
}
#siteSelect label {
  display: none;
}
#siteSelect select {
  float: left;
  width: 146px;
  color: #5C5D5F;
  font-size: 90%;
  height: 20px;
  margin: 3px 0 8px;
  padding: 2px;
}
#size-options {
  min-width: 144px;
}
#size-options span {
  float: left;
  padding: 1px 5px 0 0;
}
#size-options ul {
  float: left;
}
#size-options li {
  display: inline;
}
#size-options select {
  float: left;
  width: 146px;
  color: #5C5D5F;
  font-size: 90%;
  height: 20px;
  margin: 3px 0 8px;
  padding: 2px;
}
a.listen {
  display: inline-block;
  padding-right: 24px;
  background: url(/catalyst/bundles/careerswalessite/img/listen/listen-icons-16x16.png) no-repeat right;
}
#login,
#signup {
  float: right;
  position: relative;
}
#login > a,
#signup > a {
  display: inline-block;
  position: relative;
  border: 1px solid white;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding-left: 10px;
  line-height: 35px;
  height: 35px;
  width: 103px;
  font-size: 120%;
  font-weight: bold;
  color: white;
  background: url(/catalyst/bundles/careerswalessite/img/cp/circle_arrow.png) no-repeat 90% 4px;
}
#login > a:hover,
#signup > a:hover {
  text-decoration: none;
}
.cy #login > a,
.cy #signup > a {
  line-height: 32px;
  height: 32px;
  width: 107px;
  font-size: 100%;
}
#login > a {
  background-color: #069;
}
#login > a:hover {
  background-color: #69C;
}
#login > a.active {
  height: 29px;
  border-radius: 0;
  border-bottom: 0;
  z-index: 2;
}
#login > a img {
  vertical-align: middle;
}
.cy #login img {
  display: none;
  height: 0;
  width: 0;
}
#signup > a {
  background-color: #39C;
}
#signup > a:hover {
  background-color: #6eadcc;
}
#logout {
  float: left;
  display: block;
  position: relative;
  border: 1px solid white;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 0 10px;
  margin: 0 0 0 5px;
  line-height: 35px;
  height: 35px;
  font-size: 100%;
  color: white;
  background-color: #069;
  *width: 220px;
}
#logout a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 5px;
}
#logout a:hover {
  text-decoration: none;
}
#content {
  background: #FFF;
  position: relative;
  z-index: 1;
}
#content .container {
  clear: both;
  overflow: hidden;
  padding: 0 0 20px;
}
label {
  display: block;
}
label em {
  color: red;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea {
  display: block;
  padding: 3px;
  border-radius: 2px;
  border: 1px solid #999;
  height: 16px;
  margin-bottom: 16px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #09C;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3) inset;
}
textarea {
  height: auto;
}
select.wide,
input[type=text].wide,
input[type=password].wide {
  width: 320px;
}
select {
  display: block;
  padding: 3px;
  border: 1px solid #999;
  height: 24px;
  margin-bottom: 8px;
}
div.field-group {
  height: 24px;
  margin-bottom: 16px;
}
div.field-group div,
div.field-group input,
div.field-group select,
div.field-group label {
  font-weight: normal;
  display: inline-block;
  margin-left: 0 !important;
  vertical-align: top;
}
div.field-group label {
  margin-right: 1em;
  font-size: 0.8em;
}
div.field-group span {
  font-size: 0.8em;
  display: inline-block;
  width: 320px;
}
div.field-twoline label {
  width: 300px !important;
  float: none !important;
  margin-bottom: 8px;
}
div.field-twoline select,
div.field-twoline input {
  margin-left: 10px;
}
div.field-twoline select.wide,
div.field-twoline input.wide {
  width: 420px;
}
form span.info {
  display: block;
  font-size: 0.8em;
  margin: -8px 0 8px 130px;
}
* {
  font-size: 100.01%;
}
html {
  font-size: 62.5%;
}
body {
  color: #575963;
  font: 120%/125% Arial, Helvetica, sans-serif;
  min-width: 992px;
  background: #23282C;
}
html#large body {
  font-size: 140%;
}
html#normal body {
  font-size: 120%;
}
html#small body {
  font-size: 100%;
}
a,
a:hover,
a:visited,
a:active {
  color: #068eb8;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#size-options .large {
  font-size: 16px;
}
#size-options .normal {
  font-size: 12px;
}
#size-options .small {
  font-size: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: 1.5em/20px 'Droid Sans', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 1em;
}
h2 {
  font: 1.3em/18px 'Droid Sans', Arial, Helvetica, sans-serif;
}
h3 {
  font: 1.2em/16px 'Droid Sans', Arial, Helvetica, sans-serif;
}
h4 {
  font: 1em/14px 'Droid Sans', Arial, Helvetica, sans-serif;
}
.blue {
  color: #09C;
}
em {
  font-style: italic;
}
strong {
  padding: 0 3px 0 0;
  font-weight: bold;
}
p.additional-content {
  font-weight: bold;
}
div.conProviderCourse #courseBodyWrap {
  float: left;
  clear: left;
  width: 58%;
  padding: 1%;
}
div.conProviderCourse #courseDetailsWrap {
  float: left;
  width: 36%;
  margin: 1%;
  padding: 1%;
  margin-top: 0;
}
div.conProviderCourse #subjectWrap {
  clear: left;
}
.cy .dropdown {
  left: -85px;
}
.cy .overlay,
.cy .dropdown {
  width: 311px;
}
.cy .dropdown form input[type="text"],
.cy .dropdown form input[type="password"] {
  width: 285px;
}
.cy input[type="text"],
.cy input[type="password"] {
  margin-bottom: 18px;
}
.cy .button.large {
  font-size: 14px;
}
.cy #sites h4,
.cy #social-footer h4 {
  margin-bottom: 40px;
}

.eclip {
  background-repeat: no-repeat;
  background-position: left center;
}
.eclip-A {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/A.jpg);
}
.eclip-B {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/B.jpg);
}
.eclip-C {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/C.jpg);
}
.eclip-D {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/D.jpg);
}
.eclip-E {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/E.jpg);
}
.eclip-F {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/F.jpg);
}
.eclip-G {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/G.jpg);
}
.eclip-H {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/H.jpg);
}
.eclip-I {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/I.jpg);
}
.eclip-J {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/J.jpg);
}
.eclip-K {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/K.jpg);
}
.eclip-L {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/L.jpg);
}
.eclip-M {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/M.jpg);
}
.eclip-N {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/N.jpg);
}
.eclip-O {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/O.jpg);
}
.eclip-P {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/P.jpg);
}
.eclip-Q {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/Q.jpg);
}
.eclip-R {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/R.jpg);
}
.eclip-S {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/S.jpg);
}
.eclip-T {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/T.jpg);
}
.eclip-U {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/U.jpg);
}
.eclip-V {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/V.jpg);
}
.eclip-W {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/W.jpg);
}
.eclip-1 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/1.gif);
}
.eclip-2 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/2.gif);
}
.eclip-3 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/3.gif);
}
.eclip-4 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/4.gif);
}
.eclip-5 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/5.gif);
}
.eclip-6 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/6.gif);
}
.eclip-7 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/7.gif);
}
.eclip-8 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/8.gif);
}
.eclip-9 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/9.gif);
}
.eclip-10 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/10.gif);
}
.eclip-11 {
  background-image: url(/catalyst/bundles/careerswalessite/img/eclips/groups/11.gif);
}

.error-content {
  padding: 10px;
  width: 759px;
  float: right;
}
.error-content h2,
.error-content h3 {
  line-height: 1em;
  color: #58AD50;
}
.error-content h2 {
  font-size: 4em;
  margin: 10px 0;
}
.error-content h3 {
  font-size: 2.5em;
  margin-bottom: 10px;
}
.error-content ul {
  margin-bottom: 10px;
}

.fly-out-menu {
  display: none;
  width: 319px;
  background-color: #eeeff2;
  border-right: 1px solid #CFCFCD;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
.fly-out-menu .catalyst-block-menu {
  position: relative;
  left: 0;
  top: 0;
}
.fly-out-menu h2 {
  height: 48px;
  line-height: 48px;
  background-color: #575963;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.fly-out-menu ul {
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.fly-out-menu ul li {
  border-bottom: 1px solid #fff;
}
.fly-out-menu ul li a {
  display: block;
  font-size: 16px;
  line-height: 23px;
  padding: 11px 19px;
}
.fly-out-menu ul li ul.menu-level-1,
.fly-out-menu ul li ul.menu-level-2 {
  position: absolute;
  left: 319px;
  visibility: hidden;
}
.fly-out-menu ul li ul.menu-level-1.current-list,
.fly-out-menu ul li ul.menu-level-2.current-list {
  visibility: visible;
}
.fly-out-menu.level-0 ul {
  left: 0;
}
.fly-out-menu.level-1 ul {
  left: -319px;
}
.fly-out-menu.level-2 ul {
  left: -638px;
}
.fly-out-menu.level-3 ul {
  left: -957px;
}
@media only screen and (max-width: 480px) {
  .fly-out-menu {
    width: 255px;
  }
}
.fly-out-overlay {
  display: none;
  position: fixed;
  top: 48px;
  left: 320px;
  right: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  z-index: 1000;
}
@media only screen and (max-width: 480px) {
  .fly-out-overlay {
    left: 256px;
  }
}
body.catalyst-page-editor .fly-out-overlay {
  top: 95px;
}
@media only screen and (max-width: 768px) {
  html.fly-out-menu-visible {
    overflow: hidden;
  }
  html.fly-out-menu-visible body {
    position: relative;
    left: 320px;
  }
  html.fly-out-menu-visible body.responsive .logo {
    display: none;
  }
  html.fly-out-menu-visible body .fly-out-menu,
  html.fly-out-menu-visible body .fly-out-overlay {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  html.fly-out-menu-visible body {
    left: 256px;
  }
  html.fly-out-menu-visible body #header .logo {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .fly-out-menu {
    display: none !important;
  }
}

#footer {
  background: #FFF;
  border-top: 1px solid #D9DCDB;
  clear: both;
  padding: 1px 0 0;
}
#footer h4 {
  font-size: 1.3em;
  line-height: 24px;
  font-weight: normal;
}
#footer-primary {
  background: #DEE1E0;
  border-bottom: 1px solid #2E3236;
}
#footer-primary .container {
  width: 992px;
  padding: 26px 0 22px;
}
#footer-primary h4,
#footer-primary ul {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  color: #3E454A;
}
#footer-primary h4 {
  font-size: 1.3em;
  line-height: 24px;
  float: left;
  margin: 0;
  padding: 0 15px 0 16px;
  width: 120px;
}
#footer-primary ul {
  list-style: none;
  font-size: 1.2em;
  line-height: 24px;
  color: #3E454A;
}
#footer-primary ul li {
  float: left;
  padding: 0 10px;
}
#footer-primary .local-centre  a {
  background: url(/catalyst/bundles/careerswalessite/img/icons/map-pin.png) no-repeat 0 0;
  padding: 0 0 0 20px;
  margin: 0 42px 0 0;
}
#footer-primary .chat a {
  background: url(/catalyst/bundles/careerswalessite/img/icons/contact.png) no-repeat 0 0;
  padding: 2px 0 0 28px;
  margin: 0 44px 0 0;
}
#footer-primary .call-us strong {
  background: url(/catalyst/bundles/careerswalessite/img/icons/telephone.png) no-repeat 0 0;
  padding: 4px 0 1px 26px;
}
#footer-primary .mobile strong {
  background: url(/catalyst/bundles/careerswalessite/img/icons/mobile.png) no-repeat 0 0;
  padding: 4px 0 1px 26px;
}
#footer-primary .email a {
  background: url(/catalyst/bundles/careerswalessite/img/icons/email.png) no-repeat 0 0;
  padding: 4px 4px 1px 26px;
}
#footer-primary .call-us span,
#footer-primary .mobile span {
  color: #30B55A;
  font-size: 1.3em;
}
#footer-primary .content-item h1 {
  display: none;
}
#footer-secondary {
  background: #23282C;
}
#footer-secondary .container {
  width: 960px;
  padding: 32px 16px 20px;
}
#footer-secondary .aside {
  float: left;
  margin: 0 21px 0 0;
  min-width: 135px;
  max-width: 147px;
}
#footer-secondary h4 {
  color: #A1A6AA;
  margin: 0 0 10px 0;
  font-weight: bold;
}
#footer-secondary li {
  font-size: 0.9em;
  min-height: 16px;
  line-height: 16px;
  padding: 0 0 5px;
}
#footer-secondary li a.icon {
  display: table-cell;
  vertical-align: middle;
  height: 16px;
}
#footer-secondary li a.icon img {
  vertical-align: middle;
  height: 16px;
  padding-right: 3px;
}
#footer-secondary #branding {
  margin-right: 0;
  width: 324px;
  float: right;
}
#footer-secondary #branding #branding-logo-container {
  padding-top: 20px;
  float: left;
}
#footer-secondary #branding #funding-logo-container {
  margin-left: 10px;
  display: none;
}
#footer-secondary #branding img {
  vertical-align: middle;
  margin: 0 0 1em;
  float: inherit;
}
#footer-secondary #branding #funding {
  margin: 0 0 1em 0.6em;
}
#footer-secondary #branding .copyright {
  display: block;
  font-size: 1em;
  text-align: left;
  clear: both;
}
.catalyst-block-footer-columns {
  float: left;
}
#catalyst-block-footer-contact-us {
  margin-bottom: 0;
}
#catalyst-block-footer-contact-us ul li {
  list-style-type: none;
}
#catalyst-block-footer-contact-us .content {
  float: none;
  width: 100%;
}
body.responsive #footer-left-columns,
body.responsive #footer-right-columns {
  float: left;
}
@media only screen and (max-width: 1024px) {
  body.responsive #livechat-full,
  body.responsive #livechat-compact-container {
    display: none;
  }
  body.responsive #catalyst-block-footer-contact-us h4 {
    float: none;
  }
  body.responsive #catalyst-block-footer-contact-us ul li.call-us,
  body.responsive #catalyst-block-footer-contact-us ul li.mobile,
  body.responsive #catalyst-block-footer-contact-us ul li.email,
  body.responsive #catalyst-block-footer-contact-us ul li.chat {
    padding: 0;
    margin: 15px auto;
    width: 50%;
    float: left;
  }
  body.responsive #catalyst-block-footer-contact-us ul li.call-us strong,
  body.responsive #catalyst-block-footer-contact-us ul li.call-us a,
  body.responsive #catalyst-block-footer-contact-us ul li.mobile strong,
  body.responsive #catalyst-block-footer-contact-us ul li.mobile a,
  body.responsive #catalyst-block-footer-contact-us ul li.email strong,
  body.responsive #catalyst-block-footer-contact-us ul li.email a,
  body.responsive #catalyst-block-footer-contact-us ul li.chat strong,
  body.responsive #catalyst-block-footer-contact-us ul li.chat a {
    background-size: 44px;
    padding: 15px 0px 15px 60px;
  }
  body.responsive #catalyst-block-footer-contact-us ul li.call-us strong {
    background-image: url('/catalyst/bundles/careerswalessite/img/icons/phone_large.png');
  }
  body.responsive #catalyst-block-footer-contact-us ul li.mobile strong {
    background-image: url('/catalyst/bundles/careerswalessite/img/icons/mobile_large.png');
  }
  body.responsive #catalyst-block-footer-contact-us ul li.email a {
    background-image: url('/catalyst/bundles/careerswalessite/img/icons/email_large.png');
  }
  body.responsive #catalyst-block-footer-contact-us ul li.chat a {
    background-image: url('/catalyst/bundles/careerswalessite/img/icons/webchat_large.png');
  }
  body.responsive #catalyst-block-footer-contact-us ul li.call-us a,
  body.responsive #catalyst-block-footer-contact-us ul li.mobile a {
    color: #30B55A;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.responsive #footer-secondary #branding {
    width: auto;
  }
  body.responsive #footer-secondary #branding #branding-logo-container,
  body.responsive #footer-secondary #branding #funding-logo-container,
  body.responsive #footer-secondary #branding #funding {
    float: none;
    margin: 0;
    padding: 0;
  }
  body.responsive #footer-secondary #branding #funding-logo-container {
    margin-bottom: 1em;
  }
  body.responsive #footer-secondary #branding .copyright {
    text-align: left;
  }
}
@media only screen and (max-width: 631px) {
  body.responsive #catalyst-block-footer-contact-us ul li.call-us,
  body.responsive #catalyst-block-footer-contact-us ul li.mobile,
  body.responsive #catalyst-block-footer-contact-us ul li.email,
  body.responsive #catalyst-block-footer-contact-us ul li.chat {
    float: none;
    width: 100%;
    line-height: 44px;
  }
  body.responsive #catalyst-block-footer-contact-us ul li.call-us span,
  body.responsive #catalyst-block-footer-contact-us ul li.mobile span {
    font-size: 1em;
  }
}

.application-profile form fieldset {
  padding: 10px 0 5px;
}
.application-profile form fieldset h3 {
  color: #017A82;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  position: static;
  line-height: 2em;
  margin-bottom: 10px;
}
.application-profile form div {
  margin-bottom: 10px;
  overflow: hidden;
}
.application-profile form input[type=text],
.application-profile form input[type=password],
.application-profile form input[type=number],
.application-profile form input[type=email],
.application-profile form textarea {
  width: 320px;
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #575963;
  height: 1.334em;
  line-height: 1.334em;
  padding: 7px;
  float: left;
}
.application-profile form input[type=text].error,
.application-profile form input[type=password].error,
.application-profile form input[type=number].error,
.application-profile form input[type=email].error,
.application-profile form textarea.error {
  border-color: #C1440D;
}
.application-profile form input[type=text]:disabled,
.application-profile form input[type=password]:disabled,
.application-profile form input[type=number]:disabled,
.application-profile form input[type=email]:disabled,
.application-profile form textarea:disabled {
  color: #a1a6aa;
  background-color: #f0f0f0;
}
.application-profile form input[type=text]:focus,
.application-profile form input[type=password]:focus,
.application-profile form input[type=number]:focus,
.application-profile form input[type=email]:focus,
.application-profile form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #068EB8;
}
.application-profile form select {
  width: 334px;
  height: 32px;
  font-family: Arial, Helvetica, sans-serif;
}
.application-profile form textarea {
  width: 97.5%;
  height: 34px;
}
.application-profile form .dob select,
.application-profile form .date-field select {
  margin-right: 3px;
  width: auto;
  display: inline;
}
.application-profile form label {
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #575963;
  font-weight: normal;
  margin-bottom: 5px;
}
.application-profile form label.contains-radio,
.application-profile form label.contains-checkbox {
  float: left;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.application-profile form .buttons {
  margin-top: 15px;
}
@media only screen and (max-width: 370px) {
  .application-profile form input[type=text],
  .application-profile form input[type=password],
  .application-profile form input[type=number],
  .application-profile form input[type=email],
  .application-profile form textarea {
    width: 92.5%;
  }
  .application-profile form select {
    width: 100%;
  }
}

#alternative-util-menu {
  display: none;
  background-color: #EDEDED;
  border-bottom: 1px solid #CFCFCD;
  padding: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 37px;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
#alternative-util-menu ul li {
  float: left;
  width: 25%;
}
#alternative-util-menu ul li a {
  border-right: 1px solid #CFCFCD;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
}
#alternative-util-menu ul li.last a {
  border-right: none;
}
#alternative-util-menu ul.items-3 li {
  width: 33.333333%;
}
.menu-reveal,
.search-reveal {
  display: none;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 2px;
  line-height: 44px;
}
.menu-reveal:link,
.menu-reveal:visited,
.search-reveal:link,
.search-reveal:visited {
  color: #FFF;
}
.menu-reveal:hover,
.menu-reveal:focus,
.menu-reveal:active,
.search-reveal:hover,
.search-reveal:focus,
.search-reveal:active {
  color: #FFF;
}
.menu-reveal {
  float: left;
  padding-left: 48px;
  background: transparent url(/catalyst/bundles/careerswalessite/img/icons/menu.png) no-repeat left center;
}
.search-reveal {
  float: right;
  padding-right: 48px;
  background: transparent url(/catalyst/bundles/careerswalessite/img/icons/search.png) no-repeat right center;
}

.language-select-overlay {
  background-color: #000;
  z-index: 40000 !important;
}
#language-select {
  display: none;
  height: 110px;
  width: 550px;
  padding: 25px 10px 25px;
  border: 1px solid #FFF;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #FFF url(/catalyst/bundles/careerswalessite/img/background/language-select.gif) repeat-y 270px 0;
  z-index: 50000 !important;
}
#language-select .document {
  width: 261px;
  float: left;
  padding: 0 0 0 15px;
}
#language-select h3 {
  font: bold 20px/24px 'Droid Sans', Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
  letter-spacing: -1px;
  color: #58B056;
}
#language-select p {
  color: #575963;
  font: 90%/90% Arial, Helvetica, sans-serif;
  margin: 0 0 16px;
}
#language-select a {
  display: block;
  background: url(/catalyst/bundles/careerswalessite/img/buttons/language-select.gif) no-repeat;
  width: 135px;
  text-align: center;
  font: bold 16px/35px 'Droid Sans', Arial, Helvetica, sans-serif;
  height: 35px;
  text-decoration: none;
  color: #575963;
}
#language-select a:hover {
  text-decoration: underline;
}
#language-select .language-welsh {
  text-align: right;
  width: 240px;
  padding: 0 10px;
}
#language-select .language-welsh h3 {
  color: #007164;
  letter-spacing: 0;
}
#language-select .language-welsh a {
  margin: 0 0 0 auto;
}

#catalyst-block-header-menu {
  margin-bottom: 0;
}
.megaDropDown > ul {
  height: 34px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.166em;
  font-weight: bold;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  line-height: 125%;
  display: inline-block;
}
.megaDropDown > ul > li {
  display: block;
  float: left;
  margin: 0 0 0 1px;
  position: relative;
}
.megaDropDown > ul > li > a {
  display: block;
  text-decoration: none;
  margin: 6px 0 0;
  height: 23px;
  padding: 5px 14px 0;
  text-align: center;
  float: left;
  background: #FFF;
  border: 1px solid #FCFEFB;
  -o-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.megaDropDown > ul > li > a:hover,
.megaDropDown > ul > li > a.hover,
.megaDropDown > ul > li.current > a,
.megaDropDown > ul > li.current-ancestor > a {
  height: 34px;
  margin: 2px 0 0;
}
.megaDropDown .mega-dropdown-item-1 a {
  color: #b42e69;
}
.megaDropDown .mega-dropdown-item-2 a {
  color: #40378A;
}
.megaDropDown .mega-dropdown-item-3 a {
  color: #0BAC9C;
}
.megaDropDown .mega-dropdown-item-4 a {
  color: #84A00F;
}
.megaDropDown .mega-dropdown-item-5 a {
  color: #b42e69;
}
.megaDropDown .mega-dropdown-item-6 a {
  color: #AE4C27;
}
.megaDropDown .megaDropDownPanel {
  display: none;
  position: absolute;
  left: 0;
  top: 36px;
  width: 684px;
  z-index: 30000;
}
.megaDropDown .megaDropDownPanel .megaDropDownPanelInner {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 8px #ccc;
  float: left;
  padding: 4px;
}
.megaDropDown .megaDropDownPanel .megaDropDownPanelInner .megaDropDownColumnHighlightedItem,
.megaDropDown .megaDropDownPanel .megaDropDownPanelInner .megaDropDownColumnPromotedItems {
  font-size: 0.9em;
}
.megaDropDown .megaDropDownPanel .megaDropDownPanelInner .megaDropDownColumnHighlightedItem a,
.megaDropDown .megaDropDownPanel .megaDropDownPanelInner .megaDropDownColumnPromotedItems a {
  color: #09c;
}
.megaDropDown .megaDropDownPanel .megaDropDownPanelInner .megaDropDownColumnHighlightedItem a,
.megaDropDown .megaDropDownPanel .megaDropDownPanelInner .megaDropDownColumnPromotedItems a {
  color: #09c;
}
.megaDropDown .megaDropDownPanel .nib {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #ccc;
  height: 0;
  left: 15px;
  position: absolute;
  width: 0;
  top: -5px;
}
.megaDropDown .megaDropDownPanel .nibInner {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  height: 0;
  left: -5px;
  width: 0;
  position: relative;
  top: 1px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn {
  float: left;
  margin-right: 15px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn a {
  font-family: Arial, Helvetica, sans-serif;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn .thumbnail {
  float: left;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn .thumbnail img {
  border: 1px solid #ccc;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnNavigation {
  padding: 9px;
  min-width: 200px;
  max-width: 200px;
  background-color: #eeeff3;
  border-radius: 4px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnNavigation li {
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnNavigation li.only,
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnNavigation li.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnNavigation li a {
  font-weight: normal;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnHighlightedItem {
  padding: 5px 0;
  min-width: 178px;
  max-width: 178px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnHighlightedItem .thumbnail {
  margin-bottom: 5px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnPromotedItems {
  padding: 5px 0;
  min-width: 248px;
  max-width: 248px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnPromotedItems li {
  float: left;
  padding-bottom: 10px;
  width: 100%;
  vertical-align: top;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnPromotedItems .thumbnail {
  margin-right: 10px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnPromotedItems .title {
  float: left;
  width: 161px;
}
.megaDropDown .megaDropDownPanel .megaDropDownColumn.megaDropDownColumnLast {
  margin-right: 0;
}
.megaDropDownNoJs>ul>li:hover .megaDropDownPanel,
.megaDropDown .megaDropDownPanel:hover {
  display: block;
}

#block-menu-header-menu {
  margin-bottom: 0;
}
#block-menu-header-menu ul {
  height: 34px;
  padding: 0;
  margin: 0;
  list-style: none;
  font: bold 14px/16px 'Droid Sans', Arial, Helvetica, sans-serif;
  display: inline-block;
}
#block-menu-header-menu ul li {
  display: block;
  float: left;
  margin: 0 0 0 1px;
}
#block-menu-header-menu ul li a {
  display: block;
  text-decoration: none;
  margin: 6px 0 0;
  height: 23px;
  padding: 5px 14px 0;
  text-align: center;
  float: left;
  background: #FFF;
  border: 1px solid #FCFEFB;
  -o-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#block-menu-header-menu ul li.current,
#block-menu-header-menu ul li a:hover {
  height: 34px;
  margin: 2px 0 0;
  padding: 5px 14px 0;
}
#block-menu-header-menu ul li:nth-child(1) a {
  color: #b42e69;
}
#block-menu-header-menu ul li:nth-child(2) a {
  color: #40378A;
}
#block-menu-header-menu ul li:nth-child(3) a {
  color: #0BAC9C;
}
#block-menu-header-menu ul li:nth-child(4) a {
  color: #84A00F;
}
#block-menu-header-menu ul li:nth-child(5) a {
  color: #b42e69;
}
#block-menu-header-menu ul li:nth-child(6) a {
  color: #AE4C27;
}

@media only screen and (max-width: 1024px) {
  body.responsive {
    width: 100%;
    min-width: 0;
  }
  body.responsive #content,
  body.responsive #header {
    padding: 0 16px;
  }
  body.responsive #content .container,
  body.responsive #header .container {
    width: 100%;
  }
  body.responsive #header .container #util-menu {
    width: 100%;
  }
  body.responsive #feedbackify {
    display: none;
  }
  body.responsive #footer-primary {
    padding: 0 16px;
  }
  body.responsive #footer-primary .container {
    width: 100%;
  }
  body.responsive #footer-secondary {
    padding: 0 16px;
  }
  body.responsive #footer-secondary .container {
    width: 100%;
    padding: 32px 0 20px;
  }
  body.responsive #footer-secondary .container #catalyst-block-footer-columns {
    width: 100%;
  }
  body.responsive #footer-secondary .container #catalyst-block-footer-columns #footer-left-columns,
  body.responsive #footer-secondary .container #catalyst-block-footer-columns #footer-right-columns {
    width: 50%;
  }
  body.responsive #footer-secondary .container #catalyst-block-footer-columns .footer-column {
    float: left;
    margin-right: 6%;
    width: 44%;
    min-width: 0;
    max-width: none;
  }
  body.responsive #footer-secondary #branding {
    clear: left;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.responsive #footer-secondary ul li a.icon {
    height: 44px;
  }
  body.responsive #footer-secondary ul li a.icon img {
    height: 44px;
    padding-right: 12px;
  }
  body.responsive.catalyst-page-editor .fly-out-menu {
    top: 47px;
  }
  body.responsive .alternative-primary-menu {
    width: 100%;
    background-color: #3da4a8;
    position: fixed;
    height: 51px;
    margin-top: -3px;
  }
  body.responsive .logo {
    position: fixed;
    left: 50px;
    right: 50px;
  }
  body.responsive #header {
    height: 92px;
    padding: 0;
    color: #FFF;
    min-height: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.responsive #header .text-replacement {
    background: transparent url(/catalyst/bundles/careerswalessite/img/logos/cw-header-logo-alt-en.png) no-repeat center;
    display: block;
    margin: 0 auto;
    width: 174px;
    height: 48px;
  }
  html.cy body.responsive #header .text-replacement {
    background: transparent url(/catalyst/bundles/careerswalessite/img/logos/cw-header-logo-alt-cy.png) no-repeat center;
  }
  body.responsive #header .container #alternative-util-menu,
  body.responsive #header .container .menu-reveal,
  body.responsive #header .container .search-reveal {
    display: block;
  }
  body.responsive #header .container #header-menu,
  body.responsive #header .container #catalyst-block-header-menu,
  body.responsive #header .container #util-menu {
    display: none;
  }
  body.responsive #footer-secondary .container #catalyst-block-footer-columns .footer-column {
    margin-bottom: 20px;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  body.responsive #footer-secondary .container #catalyst-block-footer-columns .footer-column li {
    font-size: 1.2em;
    min-height: 1.6em;
  }
  body.responsive #footer-secondary #branding {
    margin: 0;
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  body.responsive #alternative-util-menu ul li {
    width: 33.333333%;
  }
  body.responsive #alternative-util-menu ul li.contact-us {
    display: none;
  }
  body.responsive #alternative-util-menu ul.items-3 li {
    width: 50%;
  }
  body.responsive div#breadcrumb {
    display: none;
  }
  body.responsive .menu-reveal,
  body.responsive .search-reveal {
    text-indent: -5000em;
    width: 0;
  }
  body.responsive #footer-secondary .container #footer-left-columns,
  body.responsive #footer-secondary .container #footer-right-columns {
    float: none;
    width: 100%;
  }
  body.responsive #footer-secondary .container #catalyst-block-footer-columns #footer-left-columns,
  body.responsive #footer-secondary .container #catalyst-block-footer-columns #footer-right-columns,
  body.responsive #footer-secondary .container #catalyst-block-footer-columns .footer-column {
    width: 100%;
  }
  body.responsive #footer-secondary .container #catalyst-block-footer-columns .footer-column {
    margin-bottom: 20px;
    float: none;
    margin-right: 0;
  }
}

#content .aside .catalyst-block-menu ul {
  display: block;
  padding: 0 0 1px;
  border-top: 1px solid #D1D0DE;
  border-bottom: 1px solid #D1D0DE;
}
#content .aside .catalyst-block-menu ul li a {
  display: block;
  font-weight: bold;
  padding: 10px 12px;
  background: #EEEFF3;
  border-top: 1px solid #FFF;
}
#content .aside .catalyst-block-menu ul li.current a {
  color: #575963;
  font-weight: bold;
  padding: 10px 12px 10px 24px;
  background: #FFF url(/catalyst/bundles/careerswalessite/img/icons/current-menu.png) no-repeat 10px 50%;
}
#content .aside .catalyst-block-menu ul li ul {
  padding: 0;
  border: 0 none;
}
#content .aside .catalyst-block-menu ul li ul li a,
#content .aside .catalyst-block-menu ul li.current ul li a {
  color: #09C;
  font-weight: normal;
  background: #E7E9EE;
  padding: 10px 12px 10px 18px;
}
#content .aside .catalyst-block-menu ul li ul ul li a,
#content .aside .catalyst-block-menu ul li.parent ul ul li a {
  background: #DFE3E7;
  padding: 10px 12px 10px 24px;
}
#content .aside .catalyst-block-menu ul li ul ul ul li a,
#content .aside .catalyst-block-menu ul li.parent ul ul ul li a {
  background: #DFE3E7;
}
