/* Minification failed. Returning unminified contents.
(5376,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/******************************************************************************************/
/* core css
/******************************************************************************************/
/******************************************************************************************/
/* HTML5 Reset
/******************************************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  border: 0;
  margin: 0;
  padding: 0;
}
/******************************************************************************************/
/* Consistency Fixes
/******************************************************************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: #eff8f7;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  cursor: pointer;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus {
  outline: none;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
embed,
object,
video {
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img {
  width: auto;
}
img::selection,
img::-moz-selection,
::selection,
::-moz-selection {
  color: #fff;
  background: #559808;
}
/******************************************************************************************/
/* fixes
/******************************************************************************************/
/******************************************************************************************/
/* tools
/******************************************************************************************/
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.unlisted {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hideText {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.backface {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.hideRemove {
  position: relative;
  overflow: inherit;
  clip: auto;
  height: inherit;
  width: inherit;
  margin: inherit;
  padding: inherit;
  border: inherit;
}
/* FONTS */
@font-face {
  font-family: 'museo_sans500';
  src: url('../../shared/fonts/museosans-webfont.eot');
  src: url('../../shared/fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'), url('../../shared/fonts/museosans-webfont.woff') format('woff'), url('../../shared/fonts/museosans-webfont.ttf') format('truetype'), url('../../shared/fonts/museosans-webfont.svg#museo_sans500') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* COLOURS */
/* Base styles
/**********************************************************/
/* Text Inputs and Text Areas */
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password] {
  font-family: 'Open Sans', sans-serif;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 1%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFFFF 1%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFFFFF 1%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFFFFF 1%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FFFFFF 1%, #eeeeee 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 10px;
  color: #525265;
}
input[type=submit] {
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
  text-align: center;
  background: #9FA092;
  border: none;
  background-color: #9FA092;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #3C78AC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3C78AC), color-stop(100%, #0D344B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3C78AC 1%, #0D344B 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
}
input[type=submit]:hover {
  background: #1c486e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1c486e 1%, #0D344B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #1c486e), color-stop(100%, #0D344B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1c486e 1%, #0D344B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1c486e 1%, #0D344B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1c486e 1%, #0D344B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1c486e 1%, #0D344B 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.search-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  padding-right: 40px;
  height: 42px;
  line-height: 42px;
}
.ie7 .search-box {
  display: inline !important;
}
.search-box input[type=text] {
  background: none;
  border: none;
  padding-right: 0;
}
.search-box input[type=submit] {
  content: "\25BC";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #525265;
  text-align: center;
  font-size: 1.1em;
  padding: 0;
  border: none;
  background: none;
  font-style: normal !important;
}
textarea {
  font-family: 'Open Sans', sans-serif;
  box-shadow: none;
  border: 1px solid #E6E6E6;
  background-color: #ffffff;
  padding: 10px;
  color: text;
  line-height: 1.2;
}
body:not(.ie7),
body:not(.ie8) {
  /* Selects */
}
body:not(.ie7) .styled-select,
body:not(.ie8) .styled-select {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 36px;
  line-height: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 1%, #EBEBEB 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #FFFFFF), color-stop(100%, #EBEBEB));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFFFFF 1%, #EBEBEB 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFFFFF 1%, #EBEBEB 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFFFFF 1%, #EBEBEB 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FFFFFF 1%, #EBEBEB 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.ie7 body:not(.ie7) .styled-select,
.ie7 body:not(.ie8) .styled-select {
  display: inline !important;
}
body:not(.ie7) .styled-select:after,
body:not(.ie8) .styled-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #525265;
  text-align: center;
  font-size: 1.4em;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -1222px -1084px;
}
body:not(.ie7) .styled-select select,
body:not(.ie8) .styled-select select {
  position: relative;
  z-index: 99;
  background: transparent;
  padding-left: 10px;
  border: 0;
  box-shadow: none;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  appearance: none;
  color: #525265;
  padding-right: 40px;
  width: 100%;
}
body:not(.ie7) select::-ms-expand,
body:not(.ie8) select::-ms-expand {
  display: none;
  /* IE10 + */
}
body:not(.ie7) .oldie .styled-select select,
body:not(.ie8) .oldie .styled-select select {
  width: 140%;
}
.ie7 .styled-select,
.ie8 .styled-select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ie7 .ie7 .styled-select,
.ie7 .ie8 .styled-select {
  display: inline !important;
}
.ie7 select,
.ie8 select {
  padding: 0 !important;
}
body:not(.ie7),
body:not(.ie8) {
  /* Checkbox and Radio Styles */
  /* Checkbox Styles */
  /* Required for IE8 */
  /* Radio Styles */
}
body:not(.ie7) .radio,
body:not(.ie8) .radio,
body:not(.ie7) .checkbox,
body:not(.ie8) .checkbox {
  color: #525265;
}
body:not(.ie7) .radio input[type=radio],
body:not(.ie8) .radio input[type=radio],
body:not(.ie7) .checkbox input[type=radio],
body:not(.ie8) .checkbox input[type=radio],
body:not(.ie7) .radio input[type=checkbox],
body:not(.ie8) .radio input[type=checkbox],
body:not(.ie7) .checkbox input[type=checkbox],
body:not(.ie8) .checkbox input[type=checkbox] {
  display: none;
}
body:not(.ie7) .radio label,
body:not(.ie8) .radio label,
body:not(.ie7) .checkbox label,
body:not(.ie8) .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  line-height: 18px;
  height: 18px;
}
body:not(.ie7) .radio label:before,
body:not(.ie8) .radio label:before,
body:not(.ie7) .checkbox label:before,
body:not(.ie8) .checkbox label:before {
  border: 1px solid #8E8F8F;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body:not(.ie7) .checkbox label,
body:not(.ie8) .checkbox label {
  margin-bottom: 10px;
}
body:not(.ie7) .checkbox label:before,
body:not(.ie8) .checkbox label:before {
  border-radius: 0;
  color: #316895;
}
body:not(.ie7) input[type=checkbox]:checked + label:before,
body:not(.ie8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 23px;
  text-align: center;
  line-height: 9px;
  text-indent: -1px;
}
body:not(.ie7) .checked label:before,
body:not(.ie8) .checked label:before {
  content: "\2713";
  font-size: 23px;
  text-align: center;
  line-height: 9px;
  text-indent: -1px;
}
body:not(.ie7) .radio .radio-item,
body:not(.ie8) .radio .radio-item {
  display: block;
  margin-bottom: 10px;
}
body:not(.ie7) .radio label:before,
body:not(.ie8) .radio label:before {
  border-radius: 50px;
}
body:not(.ie7) input[type=radio]:checked + label:before,
body:not(.ie8) input[type=radio]:checked + label:before {
  content: "\2022";
  font-size: 32px;
  text-align: center;
  line-height: 16px;
  color: #316895;
}
/* Initial Value Styles */
.placeholder {
  color: #676D6D !important;
}
/**********************************************************/
/** Custom Styles **/
/* Rounded input with Submit Button (eg search box) **/
.rounded-input {
  position: relative;
  background: #fff;
  height: 36px;
  line-height: 36px;
  padding: 1px 2px 1px 15px;
  border: 1px solid #E4E5E5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 251px;
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ie7 .rounded-input {
  display: inline !important;
}
.rounded-input .wrapper {
  position: relative;
}
.rounded-input input[type=text] {
  border: none;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  margin-right: 41px;
  width: 190px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #525265;
  background: none;
}
.rounded-input input[type=submit] {
  border: none;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  background-color: transparent;
  padding: 0;
}
.rounded-input input[type=submit].search {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -579px -254px;
}
.rounded-input input[type=submit].aqua {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -757px;
}
/* rounded text input */
input.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 0 20px;
}
/* non form elements */
.form-progress {
  *zoom: 1;
  margin-bottom: 40px;
}
.form-progress:before,
.form-progress:after {
  content: "";
  display: table;
}
.form-progress:after {
  clear: both;
}
.form-progress:before,
.form-progress:after {
  content: "";
  display: table;
}
.form-progress:after {
  clear: both;
}
.form-progress .stage {
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
  margin-left: 0;
  width: 20%;
  opacity: 0;
}
.form-progress .stage .number {
  display: block;
  width: 40px;
  height: 40px;
  border: 5px solid #D1DCDA;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  color: #676D6D;
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.form-progress .stage .name {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #676D6D;
  text-transform: uppercase;
  font-size: 12px;
}
.form-progress .stage:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  content: '';
  width: 101%;
  height: 5px;
  display: block;
  background-color: #D1DCDA;
  top: 23px;
  float: none;
  margin-top: 0;
  line-height: 1;
  left: 0;
}
.form-progress .stage.selected .number {
  color: #fff;
  border-color: #75d0c3;
  background-color: #75d0c3;
}
.form-progress .stage.selected .name {
  font-weight: bold;
}
.form-progress .stage.selected:before {
  background-color: #75d0c3;
}
.form-nav {
  margin-top: 30px !important;
}
.form-nav .secondary {
  width: 128px;
  font-weight: bold;
}
.row {
  width: 100%;
  margin-bottom: 30px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .col {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
  padding: 15px 0;
  line-height: 1.7;
}
.row .col.wide {
  width: 30%;
}
.row .col.narrow {
  width: 15%;
}
.row .col.full {
  width: 100%;
  margin-right: 0;
}
.row input[type=text],
.row input[type=url],
.row input[type=tel],
.row input[type=number],
.row input[type=color],
.row input[type=email],
.row input[type=password],
.row textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row input[type=text].error,
.row input[type=url].error,
.row input[type=tel].error,
.row input[type=number].error,
.row input[type=color].error,
.row input[type=email].error,
.row input[type=password].error,
.row textarea.error {
  border: 1px solid red;
}
.row label {
  color: #263647;
}
.row label,
.row input {
  vertical-align: middle;
}
.row .styled-select {
  width: auto;
}
.row .checkbox {
  margin-left: 10px;
  line-height: 28px;
}
.row .checkbox label {
  margin-bottom: 0px;
}
.phone-numbers,
.email-list {
  margin-bottom: 0;
}
.phone-numbers .row,
.email-list .row {
  margin-bottom: 0px;
}
.phone-numbers .radio,
.email-list .radio,
.phone-numbers .checkbox,
.email-list .checkbox {
  display: block;
}
.error {
  color: red;
  font-size: 0.95em;
  font-style: italic;
}
.tooltip {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  margin-bottom: 0;
  font-size: 13px;
  position: relative;
  margin-left: 20px;
  width: 80%;
  line-height: 1.5;
}
.ie7 .tooltip {
  display: inline !important;
}
.tooltip button {
  position: absolute;
  left: -13px;
  width: 26px;
  height: 27px;
  top: 10px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -905px -313px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  z-index: 99;
}
.tooltip span {
  float: left;
  padding: 10px 15px 10px 20px;
  border: 1px solid #D1DCDA;
  left: 20px;
  z-index: 999;
  background-color: #fff;
  opacity: 0;
  display: inline !important;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tooltip span.show {
  opacity: 1;
}
.required {
  color: red;
}
/* Simple Form Styles */
.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder,
.scfSingleLineTextBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDatePickerBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder,
.scfDateSelectorBorder,
.scfCreditCardBorder,
.scfConfirmPasswordBorder,
.scfCaptchaBorder,
.scfTelephoneBorder,
.scfSmsTelephoneBorder {
  display: table !important;
  margin-bottom: 30px !important;
}
.scfSingleLineTextUsefulInfo {
  margin-top: 15px !important;
}
.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDatePickerGeneralPanel,
.scfDateGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel,
.scfDateSelectorGeneralPanel,
.scfCreditCardGeneralPanel,
.scfConfirmPasswordGeneralPanel,
.scfCaptchaGeneralPanel,
.scfTelephoneGeneralPanel,
.scfSmsTelephoneGeneralPanel {
  max-width: 400px !important;
}
.scfValidatorRequired,
.scfRequired {
  float: none !important;
  color: red !important;
}
.scfDatePickerGeneralPanel {
  width: 120px !important;
}
.scfForm {
  margin-bottom: 20px;
}
.scfForm h1 {
  margin-bottom: 30px;
}
.scfForm .row {
  margin-bottom: 10px;
}
.scfForm table td {
  border: none !important;
  background: none !important;
}
.scfForm .checkbox {
  margin-left: 0;
}
.scfForm .select-list {
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
}
.scfForm .select-list select {
  border: none;
  color: #525265;
}
.scfForm .select-list option {
  padding: 5px 0;
}
.scfDateSelectorGeneralPanel .styled-select {
  margin-right: 2%;
  width: 30%;
}
.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelDay,
.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelMonth,
.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelYear {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #525265;
  margin-bottom: 10px;
}
.scfDateSelectorGeneralPanel .day,
.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelDay {
  margin-right: 2% !important;
  width: 25% !important;
}
.scfDateSelectorGeneralPanel .month,
.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelMonth {
  margin-right: 2% !important;
  width: 40% !important;
}
.scfDateSelectorGeneralPanel .year,
.scfDateSelectorGeneralPanel .scfDateSelectorShortLabelYear {
  margin-right: 2% !important;
  width: 25% !important;
}
.scfCaptchaBorder {
  margin-bottom: 0 !important;
}
.scfCaptchaLabelText {
  margin-bottom: 10px !important;
  font-weight: bold;
  display: inline-block;
}
.scfCaptcha {
  margin-bottom: 30px;
}
.scfSubmitButtonBorder {
  margin-top: 20px;
}
/******************************************************************************************/
/* Base
/******************************************************************************************/
body {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #676D6D;
  -webkit-backface-visibility: hidden;
}
a {
  color: #4382BA;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.item-title {
  border: none;
}
a.arrow {
  display: block;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -1779px;
  padding-left: 41px;
  min-height: 26px;
  line-height: 1.6;
  margin-bottom: 20px;
  border: none;
  color: #263647;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  text-transform: uppercase;
}
a.arrow:hover {
  background-position: 2px -1779px;
  color: #14110F;
}
a.standard {
  color: #263647;
  border: none;
}
a.standard:hover {
  border-bottom: 1px dotted #263647;
}
a img {
  text-decoration: none;
}
a img:hover {
  text-decoration: none;
}
a:hover {
  border-bottom: none;
}
.secondary {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #eee;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: none;
  color: #525265;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  text-align: center;
}
.ie7 .secondary {
  display: inline !important;
}
.secondary.large {
  padding: 0 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.secondary.dark {
  background: #828E85;
  /* Old browsers */
  background: -moz-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #828E85), color-stop(100%, #6D736F));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #828E85 1%, #6D736F 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.secondary.dark:hover {
  background: #3C78AC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3C78AC), color-stop(100%, #0D344B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3C78AC 1%, #0D344B 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.secondary.blue {
  background: #828E85;
  /* Old browsers */
  background: -moz-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #828E85), color-stop(100%, #6D736F));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #828E85 1%, #6D736F 100%);
  /* W3C */
  /* IE6-9 */
  background: #3C78AC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3C78AC), color-stop(100%, #0D344B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3C78AC 1%, #0D344B 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.secondary.blue:hover {
  background: #828E85;
  /* Old browsers */
  background: -moz-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #828E85), color-stop(100%, #6D736F));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #828E85 1%, #6D736F 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #828E85 1%, #6D736F 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.secondary:hover {
  color: #fff;
  background-color: #ddd;
}
a.thumbs,
a.replies {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #263647;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: left -1487px;
  padding-left: 40px;
  border: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ie7 a.thumbs,
.ie7 a.replies {
  display: inline !important;
}
a.thumbs:hover,
a.replies:hover {
  color: #67bdec;
}
.vote .t-point .replies {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: left -1410px;
}
a.replies {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: left -1410px;
}
.vote {
  text-align: center;
  width: 85px;
  background-color: #7D8780;
  color: #fff;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -1371px;
  visibility: hidden;
}
.voted {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -1371px;
  background-color: #7D8780;
  color: #fff;
}
.voted:hover {
  background-color: #7D8780;
  color: #fff;
}
a.add,
a.remove {
  margin: 0 !important;
  text-align: center;
  width: 85px;
  background-color: #7D8780;
  color: #fff;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px !important;
}
a.add {
  background-color: #75d0c3;
}
p {
  margin-bottom: 15px;
}
p.intro {
  font-size: 22px;
  line-height: 1.2;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  color: #263647;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'museo_sans500';
  font-weight: normal !important;
  color: #263647;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: normal;
}
h1 {
  font-size: 36px;
  line-height: 1.1;
  color: #14110F;
}
h2 {
  font-size: 28px;
  line-height: 36px;
}
h3 {
  font-size: 19px;
  line-height: 22px;
}
h3.header {
  font-family: 'museo_sans500';
  font-weight: normal !important;
  text-transform: uppercase;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 11px;
  color: #9FA092;
}
ul,
ol {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 20px;
}
li {
  position: relative;
  margin-left: 12px;
  margin-bottom: 10px;
}
li:before {
  content: '';
  width: 11px;
  height: 11px;
  margin-top: 8px;
  line-height: 22px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  float: left;
  position: absolute;
  background-color: #8BDAD8;
  left: -30px;
}
li span.title {
  font-weight: bold;
  color: #263647;
}
li > ul {
  margin-top: 15px;
  margin-bottom: 25px;
}
li > ul li {
  margin-bottom: 5px;
  margin-left: 5px;
}
li > ul li:before {
  left: -25px;
  margin-top: 7px;
  background: none;
  width: 7px;
  height: 7px;
  border: 2px solid #8BDAD8;
}
.date,
.author {
  font-size: 12px;
}
.date span,
.author span {
  font-weight: bold;
  margin-right: 5px;
}
.author a {
  color: inherit;
  border: none;
  text-decoration: underline;
}
.author a:hover {
  text-decoration: none;
}
.museo {
  font-family: 'museo_sans500';
  font-weight: normal !important;
}
.upper {
  text-transform: uppercase;
}
table {
  margin-top: 10px;
  margin-bottom: 30px;
}
table td {
  padding: 15px 30px;
  border: 1px solid #E8EAEB;
  vertical-align: top;
  color: #676D6D;
  font-size: 13px;
}
table td p {
  margin-bottom: 0;
  margin-top: 10px;
}
table td p:first-child {
  margin-top: 0;
}
table tr:nth-child(2n+2) td {
  background: #F7F7F7;
}
table thead td {
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-size: 16px;
  color: #4382BA;
  font-weight: bold;
  background: #F1F9F9;
}
/******************************************************************************************/
/* Layout
/******************************************************************************************/
main {
  display: block;
}
.outer {
  width: 99%;
  max-width: 1260px;
  margin: 0 auto;
}
.inner {
  width: 95%;
  margin: 0 2.5%;
  position: relative;
  *zoom: 1;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.inner:before,
.inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.left {
  width: 50%;
  float: left;
}
.right {
  width: 50%;
  float: left;
}
.main-col {
  width: 74.58%;
  float: left;
  border-right: 3px solid #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main-col .left {
  width: 48.265%;
  margin-right: 3.47%;
  float: left;
}
.main-col .right {
  width: 48.265%;
  float: left;
}
.three-column {
  margin-top: 30px;
}
aside.right {
  width: 25.42%;
  float: right;
  padding-top: 15px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.no-bottom {
  margin-bottom: 0 !important;
}
.no-border {
  border: none !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/******************************************************************************************/
/* UI
/******************************************************************************************/
/* Icons */
.icon {
  border: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 51px;
  height: 51px;
  margin: 0 12px;
  text-indent: -9999px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 0 !important;
  line-height: 1 !important;
}
.ie7 .icon {
  display: inline !important;
}
.icon:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform: scale(1.1);
}
.icon.tw {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -250px -301px;
}
.icon.in {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -329px -301px;
}
.icon.fb {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -410px -301px;
}
.icon.rss {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -1136px;
}
.icon.gp {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -487px -301px;
}
.icon.small {
  width: 38px;
  height: 38px;
}
.icon.small.with-info {
  padding-left: 50px;
  width: 50px;
  text-align: left;
}
.icon.small.with-info span {
  display: block;
  text-indent: 0;
  font-size: 13px;
  line-height: 1;
  color: #848484;
  margin: 4px 0;
}
.icon.small:hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: none;
}
.icon.small.tw {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1038px;
}
.icon.small.fb {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1105px;
}
.icon.small.ot {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1172px;
}
.social-counter {
  padding-left: 45px;
  height: 37px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  color: #848484;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  margin-right: 15px;
  vertical-align: middle;
  text-align: left;
}
.ie7 .social-counter {
  display: inline !important;
}
.social-counter span {
  display: block;
  text-indent: 0;
  font-size: 13px;
  line-height: 1;
  margin: 4px 0;
}
.social-counter:hover {
  color: #333;
}
.social-counter.last {
  margin-right: 0;
}
.social-counter.tw {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1038px;
}
.social-counter.fb {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1105px;
}
.social-counter.st {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1172px;
  text-indent: -9999px;
}
/* Buttons */
.btn {
  display: block;
  border: none;
  -webkit-backface-visibility: hidden;
}
.btn.rounded {
  background: #fff;
  color: #868B8B;
  height: 36px;
  line-height: 36px;
  padding: 2px 15px;
  border: 1px solid #E4E5E5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.rounded:hover {
  color: #fff;
  background-color: #868B8B;
}
.btn.link {
  height: 65px;
  line-height: 65px;
  padding-left: 50px;
  margin-top: 5px;
  color: #525265;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: none;
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -878px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.ie7 .btn.link {
  display: inline !important;
}
.btn.link:hover {
  color: #111;
}
.btn.carousel {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 5px;
  padding-top: 20px;
  padding-left: 48px;
  padding-bottom: 10px;
  color: #525265;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  border-bottom: none;
  border-top: 1px solid #eeeeee;
  background: none !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ie7 .btn.carousel {
  display: inline !important;
}
.btn.carousel:hover {
  color: #111;
}
.btn.carousel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -14px;
  height: 38px;
  width: 38px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -892px;
}
.btn.medium {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #72CEC2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #72CEC2), color-stop(100%, #0B788A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #72CEC2 1%, #0B788A 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0;
  padding-right: 20px;
}
.ie7 .btn.medium {
  display: inline !important;
}
.btn.medium span {
  display: block;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -961px;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 40px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn.big {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #72CEC2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #72CEC2), color-stop(100%, #0B788A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #72CEC2 1%, #0B788A 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #72CEC2 1%, #0B788A 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0;
  padding-right: 20px;
  font-size: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 40px;
}
.ie7 .btn.big {
  display: inline !important;
}
.btn.big span {
  display: block;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -961px;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 40px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.btn.big span {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -950px;
  height: 65px;
  line-height: 65px;
}
.btn.rss {
  height: 31px;
  line-height: 16px;
  font-size: 12px;
  color: #525265;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -1136px;
  padding: 10px 60px 10px 0;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
.btn.rss:hover {
  color: #111;
}
.btn.twitter {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #72CEC2;
  padding: 0 60px 0 30px;
  color: #fff;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 36px;
  line-height: 36px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: normal;
  background-image: url(../images/structure/sprite.png) !important;
  background-repeat: no-repeat !important;
  background-position: right -1573px !important;
}
.ie7 .btn.twitter {
  display: inline !important;
}
.closer {
  display: block;
  width: 46px;
  height: 46px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -294px -250px;
  cursor: pointer;
}
.closer.small {
  width: 30px;
  height: 30px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -254px -259px;
  border: none;
}
.warning {
  display: block !important;
  padding: 15px 15px;
  font-size: 13px;
  margin-bottom: 20px;
  font-style: normal;
  margin-top: 20px;
  line-height: 1.2;
}
.warning.success {
  color: #45623C;
  background: #E0EFCB;
  border: 1px solid #C3E19A;
}
.warning.alert {
  color: #674E36;
  background: #FFD1A4;
  border: 1px solid #FF9933;
}
.warning.error {
  color: #633A3A;
  background: #EECCCC;
  border: 1px solid #E19999;
}
/******************************************************************************************/
/* Navigation
/******************************************************************************************/
nav ul {
  margin-bottom: 0;
}
nav li {
  font-size: inherit;
  margin: auto;
}
nav li:before {
  display: none;
}
nav.main {
  font-size: 14px;
}
nav.main a {
  font-family: 'museo_sans500';
  font-weight: normal !important;
  color: #263647;
  text-transform: uppercase;
  border: none;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  -ms-transition: color 100ms ease-in-out;
  -o-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  text-decoration: none;
}
nav.full {
  border-bottom: 1px solid #E8EDEC;
  height: auto;
}
nav.full .inner {
  height: 100%;
  display: table;
}
nav.full ul.top-level {
  list-style: none;
  display: table-row;
}
nav.full ul.top-level li.current {
  padding-top: 1px !important;
}
nav.full ul.top-level li.current span {
  padding: 10px !important;
}
nav.full ul.top-level > li {
  list-style: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 51px;
  padding: 0;
  cursor: default;
  box-sizing: border-box;
  background: #FFF;
  max-width: 75px;
  cursor: pointer;
}
nav.full ul.top-level > li:hover,
nav.full ul.top-level > li.active {
  border: 1px solid #F1F1F1;
  border-bottom: 0;
  color: #4382BA;
}
nav.full ul.top-level > li:hover span,
nav.full ul.top-level > li.active span {
  padding: 9px 9px 10px;
}
nav.full ul.top-level > li.home {
  width: 4%;
  margin-right: 0;
  padding: 0;
}
nav.full ul.top-level > li.home a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -635px -290px;
  padding: 0;
}
.ie7 nav.full ul.top-level > li.home a {
  display: inline !important;
}
nav.full ul.top-level > li.home:hover {
  border: none;
  border-bottom: 0;
  background-color: none;
  padding: 0;
}
nav.full ul.top-level > li.current {
  border: none;
  border-bottom: 5px solid #4382BA;
  color: #4382BA;
}
nav.full ul.top-level > li.current:hover {
  padding-top: 2px;
}
nav.full ul.top-level > li span {
  padding: 10px;
  margin: 0;
  display: block;
}
nav.full ul.top-level > li span a {
  display: block;
}
.mega-menu {
  /* Position off screen */
  position: absolute;
  left: -9999999px;
  margin-left: auto;
  z-index: 9999;
  background: #FFF;
  color: #676D6D;
  display: block;
  -webkit-box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  border-left: 1px solid #E8EDEC;
  border-right: 1px solid #E8EDEC;
  border-bottom: 2px solid #EEE;
  *zoom: 1;
}
.mega-menu:before,
.mega-menu:after {
  content: "";
  display: table;
}
.mega-menu:after {
  clear: both;
}
.mega-menu:before,
.mega-menu:after {
  content: "";
  display: table;
}
.mega-menu:after {
  clear: both;
}
.mega-menu .column {
  width: 229px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  text-align: left;
  border-right: 1px solid #E8EDEC;
}
.mega-menu .column.last {
  width: 230px;
  border-right: none;
}
.mega-menu .column ul {
  margin-left: 0;
  margin-bottom: 0;
}
.mega-menu .column ul > li {
  display: inline-block;
  width: 100%;
  max-width: 229px;
  float: none;
  height: auto;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
  color: #4382BA;
  line-height: 1.4;
  padding: 19px;
  border-bottom: 1px solid #E8EDEC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-left: 0;
}
.mega-menu .column ul > li:before {
  display: none;
}
.mega-menu .column ul > li > ul {
  padding-top: 15px;
}
.mega-menu .column ul > li > ul > li {
  font-size: 12px;
  line-height: 1.4;
  border-bottom: 0;
  padding: 5px 0;
  margin-bottom: 0;
  margin-left: 0;
}
.mega-menu .column ul > li > ul > li:before {
  display: none;
}
.mega-menu .column ul > li > ul > li a {
  color: #676D6D;
  border: 0;
}
.mega-menu .column ul > li > ul > li a:hover {
  color: #4382BA;
}
.mega-menu .column .item {
  font-size: 12px;
  padding: 20px 20px 40px 20px;
}
.mega-menu .column .item p.title {
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4382BA;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  min-height: 40px;
  margin-bottom: 15px;
}
.mega-menu .column .item img {
  margin-bottom: 10px;
}
.mega-menu .column .item p.sub-title {
  font-size: 17px;
  text-transform: none;
  color: #263647;
  line-height: 1.2;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  height: auto;
  margin-bottom: 15px;
}
.mega-menu .column .item p.date {
  margin-bottom: 0;
}
.mega-menu .column .item .btn.link {
  margin-top: 0;
  border-top: none;
  margin-bottom: 0;
  height: 36px;
  line-height: 36px;
  background-position: 0 -894px;
  position: absolute;
  bottom: 15px;
}
.mega-menu .column .item a {
  border-bottom: none;
}
.mega-menu.active {
  position: relative;
  width: auto;
  left: 0;
  right: 0;
}
.mega-menu.mini-drop {
  display: none;
  position: absolute;
  top: 66px;
  left: -1px;
  border-top: 1px solid #E8EDEC;
}
.mega-menu.mini-drop li:hover {
  text-decoration: underline !important;
}
.full li:last-child .mini-drop {
  left: auto;
  right: 0;
}
.full li:hover .mini-drop {
  display: block;
}
.mega-menu .item p {
  margin-bottom: 30px;
}
.mega-menu-container {
  /* Position off screen */
  left: -9999999px;
  position: absolute;
  margin-top: -1px;
  width: auto;
  max-width: 100%;
  z-index: 9998;
  overflow: hidden;
}
.mega-menu-container.active {
  left: 0;
  right: 0;
}
.mega-menu-container .mega-menu {
  float: left;
  border-top: 1px solid #E8EDEC;
}
/******************************************************************************************/
/* Header
/******************************************************************************************/
header {
  height: 115px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
header .search-box {
  position: absolute;
  right: 0;
  top: 50px;
}
header .mobile-wrap .toggles {
  display: none;
}
a.logo {
  text-decoration: none;
  border: none;
  text-indent: -999px;
  width: 245px;
  height: 109px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -248px;
  display: block;
  margin-left: 15px;
}
/* Header top links*/
.top-links {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.81);
  border-left: 1px solid #DFF7F4;
  border-bottom: 1px solid #DFF7F4;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.top-links ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 36px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  border-right: 1px solid #DFF7F4;
  padding: 0 20px;
}
.ie7 .top-links ul li {
  display: inline !important;
}
.top-links ul li a {
  color: #444F42;
  border: none;
  padding: 0 5px;
}
.top-links ul li a:hover {
  border-bottom: 1px dotted #676D6D;
}
.top-links ul li.last {
  border-right: none;
}
.user-links {
  display: none;
}
/* Log In / Register */
.lbox {
  z-index: 999999;
  width: 100%;
  min-height: 400px;
  position: fixed;
  top: 181px;
  background: #fff;
  display: none;
}
.lbox .outer {
  border-bottom: 5px solid #d9d9d9;
  height: 100%;
}
.lbox .inner {
  width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
}
.lbox .inner .closer {
  position: absolute;
  right: 0;
  top: -8px;
}
.lbox .inner .left {
  width: 45%;
  margin-right: 4.5%;
}
.lbox .inner.narrow {
  width: 600px;
}
.lbox.register .right {
  padding-top: 40px;
}
.lbox.register .bullets li {
  font-size: 14px;
  margin-bottom: 15px;
}
.lbox.register .bullets li span.title {
  font-size: 16px;
}
.login-form {
  *zoom: 1;
  margin: 20px auto;
  width: 400px;
}
.login-form:before,
.login-form:after {
  content: "";
  display: table;
}
.login-form:after {
  clear: both;
}
.login-form:before,
.login-form:after {
  content: "";
  display: table;
}
.login-form:after {
  clear: both;
}
.login-form .left,
.login-form .right {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
}
.login-form .left input,
.login-form .right input {
  width: 100%;
  margin-bottom: 10px;
}
.login-form .left {
  width: 30% !important;
}
.login-form .right {
  width: 55% !important;
}
.login-form .full {
  margin-top: 15px;
  width: 100%;
  float: left;
}
.login-form .actions {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.login-form .actions .btn {
  margin-left: 30px;
}
/* Fader panel for lbox/menu */
#fader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ddd;
  z-index: 9997;
  top: 181px;
  opacity: 0.9;
}
#fader.narrow {
  position: fixed;
  margin: 0 auto;
  top: 0;
  width: 1260px;
  left: 50%;
  margin: 0 0 0 -630px;
  z-index: 99999;
}
/* breadcrumbs */
.breadcrumbs {
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid #EEE;
  margin-bottom: 15px;
  padding: 20px 20px 20px 30px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 13px;
  color: #676D6D;
}
.breadcrumbs a {
  border: none;
}
.breadcrumbs a:hover {
  border-bottom: 1px dotted #676D6D;
}
/******************************************************************************************/
/* Footer
/******************************************************************************************/
footer {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -115px;
  padding-top: 132px;
}
.f-top {
  position: relative;
  background: #333935;
  color: #fff;
  border-bottom: 3px solid #B9BBBB;
}
.f-top .left,
.f-top .right {
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.f-top h1,
.f-top h2,
.f-top h3,
.f-top ul {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-family: 'museo_sans500';
  font-weight: normal !important;
}
.f-top ul {
  font-size: 18px;
}
.f-top li:before {
  margin-top: 12px;
}
.f-top p,
.f-top a {
  color: #fff;
}
.f-top p {
  font-size: 14px;
}
.f-top .shadow {
  height: 100%;
  width: 10px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  -webkit-box-shadow: inset 10px 0px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 10px 0px 10px -5px rgba(0, 0, 0, 0.1);
}
/* twitter box */
.tw-latest {
  font-family: 'museo_sans500';
  font-weight: normal !important;
}
.tw-latest figure .avatar,
.tw-latest figure figcaption {
  float: left;
}
.tw-latest figure .avatar {
  width: 19%;
  margin-top: 5px;
  margin-right: 6%;
}
.tw-latest figure figcaption {
  width: 75%;
}
.tw-latest figure .tweet {
  font-size: 28px;
  line-height: 1.2;
}
.tw-latest figure .tweet a {
  color: #72cec2;
  border-bottom: none;
}
.tw-latest figure .tweet a:hover {
  border-bottom: 1px dotted #72cec2;
}
.tw-latest figure .tweet-info {
  font-size: 14px;
}
/* newsletter signup */
.newsletter .rounded-input {
  width: 66%;
}
.newsletter .rounded-input .wrapper input[type=text] {
  width: 77%;
}
.newsletter .checkbox {
  margin-bottom: 15px;
  width: 100%;
}
.newsletter .checkbox label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.newsletter .checkbox label:before {
  border-color: #e6e6e6;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 1%, #e8e8e8 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  color: #577D17;
}
.newsletter .btn.medium {
  margin-top: 10px;
  margin-bottom: 0;
}
.newsletter input[type=submit] {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -950px;
  background: linear-gradient(to bottom, #72cec2 1%, #0b788a 100%);
  height: 65px;
  line-height: 65px;
}
/* sitemap */
.sitemap {
  margin-left: 0;
}
.sitemap li:before {
  display: none;
}
.sitemap > li {
  border-bottom: 1px solid #eee;
  padding: 10px 25px;
  margin-left: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sitemap > li > a {
  display: block;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -1561px;
  padding-left: 41px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  border: none;
  color: #263647;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  text-transform: uppercase;
}
.sitemap > li > a:hover {
  background-position: 2px -1561px;
}
.sitemap li > ul {
  margin-left: 52px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}
.sitemap li > ul > li {
  margin-bottom: 5px;
}
.sitemap li > ul > li:before {
  content: '';
  display: block;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -1638px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  width: 25px;
  height: 19px;
  margin-top: 3px;
  line-height: 19px;
  margin-right: 40px;
}
.sitemap li > ul > li > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
  border: none;
  color: #263647;
  margin-left: 5px;
}
.ie7 .sitemap li > ul > li > a {
  display: inline !important;
}
.sitemap li > ul > li > a:hover {
  color: #4382BA;
}
.sitemap ul > li > ul {
  margin-top: 0;
  margin-bottom: 20px;
}
.sitemap ul > li > ul li a {
  margin-bottom: 0;
}
/* footer bottom */
.f-bottom {
  background-color: #fff;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  padding: 30px 0;
}
.f-bottom .socials {
  margin-bottom: 30px;
  position: relative;
}
.f-bottom .socials .icon {
  position: relative;
  z-index: 5;
}
.f-bottom .socials .middle-line {
  width: 100%;
  position: absolute;
  top: 50%;
  height: 1px;
  display: block;
  background: #EBEBEB;
}
.f-bottom ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  line-height: 22px;
}
.ie7 .f-bottom ul li {
  display: inline !important;
}
.f-bottom ul li a {
  color: #868B8B;
  border-bottom: none;
  line-height: 1;
  padding: 0 15px;
  border-right: 1px solid #868B8B;
  font-family: 'museo_sans500';
  font-weight: normal !important;
}
.f-bottom ul li a:hover {
  text-decoration: underline;
}
.f-bottom ul li.last a {
  border-right: none;
}
.footer-splash {
  display: none;
}
/* Switch */
.mobile {
  display: none !important;
}
.hidden {
  display: none;
}
/* UI */
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #000;
  list-style: none;
  width: 200px;
  padding: 0 50px 0 20px;
  border: 1px solid #454545;
  z-index: 999;
}
.ui-autocomplete .ui-menu-item {
  cursor: pointer;
  list-style-type: none;
}
.ui-autocomplete .ui-menu-item .ui-autocomplete .ui-menu-item a {
  color: #909090;
}
.ui-autocomplete {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  max-width: 200px;
  border-color: #67bdec;
}
.ui-autocomplete li {
  position: relative;
  padding: 5px 0;
  margin-bottom: 0;
  line-height: 1.4;
}
.ui-autocomplete li:before {
  display: none;
}
.ui-autocomplete li a {
  border: none;
}
.ui-autocomplete li a:hover {
  border-bottom: 1px dotted;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-state-default .ui-icon {
  display: none;
}
iframe.evocos-frame {
  width: 100%;
  height: 100%;
  border: none;
  box-sizing: border-box;
  display: block;
  min-height: 600px;
}
/* ---- IE -----*/
/* ie8/7 Non responsive fallbacks */
.ie8 .outer,
.ie7 .outer {
  min-width: 980px;
}
/* ie7 Fixes */
.ie8 .mini-drop {
  top: 67px;
}
/* ie7 Fixes */
.ie7 .main-col {
  width: 74%;
}
.ie7 nav.full ul.top-level {
  display: block;
  height: 56px;
}
.ie7 nav.full ul.top-level > li {
  width: 120px;
  height: 55px;
  padding: 1px 1px 0 1px;
  margin-bottom: 0;
  max-width: none;
  display: block;
  float: left;
}
.ie7 nav.full ul.top-level > li:hover {
  padding: 0;
}
.ie7 nav.full ul.top-level > li span {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: 0;
}
.ie7 nav.full ul.top-level > li.home {
  width: 50px;
}
.ie7 nav.full ul.top-level > li.home a {
  background-position-y: -300px;
  width: 35px;
  display: block !important;
}
.ie7 nav.full ul.top-level > li.home:hover {
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 1px;
}
.ie7 nav.full ul.top-level > li.current {
  border-bottom: none;
}
.ie7 .rounded-input {
  line-height: 1;
}
.ie7 .rounded-input input[type=text] {
  margin-top: 5px;
}
.ie7 .f-top .left,
.ie7 .f-top .right {
  padding: 0;
}
.ie7 .f-top .left > *,
.ie7 .f-top .right > * {
  margin: 40px;
}
.ie7 .f-top span {
  display: none;
}
.ie7 .f-top .left figcaption {
  width: 74%;
}
.ie7 .socials {
  *zoom: 1;
  width: 375px;
  margin-left: auto;
  margin-right: auto;
}
.ie7 .socials:before,
.ie7 .socials:after {
  content: "";
  display: table;
}
.ie7 .socials:after {
  clear: both;
}
.ie7 .socials:before,
.ie7 .socials:after {
  content: "";
  display: table;
}
.ie7 .socials:after {
  clear: both;
}
.ie7 .socials .middle-line {
  display: none;
}
.ie7 .icon {
  display: block;
  float: left;
}
.ie7 aside.right {
  width: 25%;
}
.ie7 .mega-menu {
  border: 3px solid #E8EDEC;
  left: 0;
  top: 0;
  position: relative;
  display: none;
}
.ie7 .mega-menu .column {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
}
.ie7 .ie7 .mega-menu .column {
  display: inline !important;
}
.ie7 nav.main li:hover .mega-menu {
  display: block;
}
.ie7 #fader {
  display: none!important;
}
.ie7 .module .left {
  margin-right: 9%;
}
.ie7 .cc-slider figure figcaption {
  width: 31%;
}
.ie7 .event-details .left {
  width: 60%;
  margin-right: 4%;
}
.ie7 .module .masked img {
  margin-left: 0;
}
.ie7 .lbox > .outer {
  border-top: 5px solid #E8EDEC;
  border-bottom: 5px solid #E8EDEC;
  background: #fff;
  min-height: 1%;
}
.ie7 form {
  position: relative;
}
.ie7 .form-progress .stage {
  display: inline-block;
  margin-left: -4px;
}
.ie7 .filter-section .sub-section .heading {
  min-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  -ms-background-position-y: 3px;
  background-position-y: 3px;
}
/******************************************************************************************/
/* modules globals
/******************************************************************************************/
/* main column module globals */
.module {
  *zoom: 1;
  width: 96.81%;
  margin-left: 0;
  margin-right: 3.19%;
  margin-bottom: 40px;
  position: relative;
}
.module:before,
.module:after {
  content: "";
  display: table;
}
.module:after {
  clear: both;
}
.module:before,
.module:after {
  content: "";
  display: table;
}
.module:after {
  clear: both;
}
.module .left,
.module .right {
  width: 45%;
}
.module .left.wide,
.module .right.wide {
  width: 60%;
  margin-right: 5%;
}
.module .left.narrow,
.module .right.narrow {
  width: 35%;
}
.module .left.full,
.module .right.full {
  width: 49.85%;
}
.module .left .inside,
.module .right .inside {
  padding: 0 30px;
}
.module .left {
  margin-right: 10%;
}
.module .left.full {
  margin-right: 0%;
}
.module h3.header {
  line-height: 1.2;
  padding-left: 30px;
}
.module .inside {
  padding-left: 30px;
}
.module.inside {
  width: 93.62%;
  margin-left: 3.19%;
  margin-right: 3.19%;
}
.module .splash {
  height: 5px;
  width: 69px;
  margin-bottom: 15px;
}
.module .splash.wide {
  width: 100px;
}
.module .item-title {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  color: #263647;
  border: none;
}
.module .item-title a {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  color: #263647;
  border: none;
}
.module .item-title a:hover {
  border-bottom: 1px dotted #263647;
}
.module .title-box {
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  background: #FBFBFC;
  border-top: 1px solid #ededef;
  border-bottom: 1px solid #ededef;
}
.module .title-box p {
  font-size: 15px;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-weight: bold;
  color: #263647;
  text-transform: uppercase;
}
.module .boxed {
  background: #ededef;
  padding: 30px 20px;
}
.module .boxed.light {
  background: none;
  padding: 15px 30px;
}
.module .masked {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.module .masked .overlay {
  position: absolute;
  background: url(../images/structure/mask.png) center center no-repeat;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.module .masked img {
  max-width: none;
  max-height: 250px;
  /*margin-left: -125px;*/
}
.module.wide {
  margin-right: 0.5%;
  width: 99.5%;
}
/* right column module globals */
aside.right .module {
  *zoom: 1;
  width: 100%;
  margin-bottom: 20px;
}
aside.right .module:before,
aside.right .module:after {
  content: "";
  display: table;
}
aside.right .module:after {
  clear: both;
}
aside.right .module:before,
aside.right .module:after {
  content: "";
  display: table;
}
aside.right .module:after {
  clear: both;
}
aside.right .title-box,
aside.right .inside {
  padding: 0 20px;
}
aside.right h3.header {
  text-transform: none;
  padding-left: 20px;
  margin-top: 15px;
}
aside.right .bullets li {
  font-size: 14px;
  margin-bottom: 20px;
}
aside.right .bullets li span.title {
  font-size: 17px;
  font-family: 'museo_sans500';
  font-weight: normal !important;
}
aside.right .item-title {
  font-size: 19px;
  line-height: 1.4;
}
/* full width module globals */
.three-col .module {
  width: 100%;
  margin-right: 0;
}
.three-col .module .inner {
  *zoom: 1;
  margin-top: 20px;
}
.three-col .module .inner:before,
.three-col .module .inner:after {
  content: "";
  display: table;
}
.three-col .module .inner:after {
  clear: both;
}
.three-col .module .inner:before,
.three-col .module .inner:after {
  content: "";
  display: table;
}
.three-col .module .inner:after {
  clear: both;
}
.three-col .col {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}
.three-col .col.last {
  margin-right: 0;
}
/* Floats element to the right in order to reverse mobile order */
.reversed {
  float: right !important;
}
.big-border {
  line-height: 51px;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
/******************************************************************************************/
/* main cloumn
/******************************************************************************************/
/* campaign carousel */
.cc-slider {
  overflow: hidden;
  height: 380px;
}
.cc-slider figure figcaption,
.cc-slider figure .slide-image {
  float: left;
}
.cc-slider figure figcaption {
  width: 32%;
  padding: 3% !important;
}
.cc-slider figure .slide-image {
  width: 62%;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.cc-slider figure h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.1;
}
.cc-slider figure h1 a,
.cc-slider figure h1 a:hover {
  color: #000;
}
.cc-slider figure p {
  color: #676d6d;
  font-size: 14px;
}
.slider-pager a {
  width: 205px;
  height: 5px;
  margin: 0 3px;
  background: #202020;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: -99999px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  background: #EEEEEE;
  /* Old browsers */
  background: -moz-linear-gradient(left, #EEEEEE 1%, #EEEEEE 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #EEEEEE), color-stop(100%, #EEEEEE));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #EEEEEE 1%, #EEEEEE 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #EEEEEE 1%, #EEEEEE 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #EEEEEE 1%, #EEEEEE 100%);
  /* IE10+ */
  background: linear-gradient(to right, #EEEEEE 1%, #EEEEEE 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.ie7 .slider-pager a {
  display: inline !important;
}
.slider-pager a.active {
  background: #4382BA;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #4382BA), color-stop(100%, #032638));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* IE10+ */
  background: linear-gradient(to right, #4382BA 1%, #032638 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.article-list figure {
  padding: 5px 0;
  margin-bottom: 15px;
  *zoom: 1;
}
.article-list figure:before,
.article-list figure:after {
  content: "";
  display: table;
}
.article-list figure:after {
  clear: both;
}
.article-list figure:before,
.article-list figure:after {
  content: "";
  display: table;
}
.article-list figure:after {
  clear: both;
}
.article-list figure img {
  float: left;
  margin-right: 15px;
  width: 24.5%;
  max-width: 90px;
}
.article-list figure figcaption {
  padding: 0 0 10px;
}
.article-list figure figcaption .date {
  margin-bottom: 0;
}
.mod-slider {
  position: relative;
}
.mod-slider img {
  display: block;
  margin: 0 auto 15px;
}
.slider-nav {
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -808px -520px;
  position: absolute;
  top: 30%;
}
.slider-nav a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
}
.slider-nav.prev {
  left: 0;
}
.slider-nav.next {
  right: 0;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -845px -520px;
}
.slider-nav.mobile {
  width: 24px;
  height: 84px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -805px -571px;
  top: 17%;
}
.slider-nav.mobile.next {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -829px -571px;
}
.slider-nav.light {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -808px -670px;
}
.slider-nav.light.next {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -845px -670px;
}
/* news */
.news .item-title {
  line-height: 1.1;
}
/* recommended */
.recommended .item-title {
  font-size: 19px;
  line-height: 1.4;
}
.recommended .inside {
  padding-top: 30px;
}
/* resource */
.resource .item-title {
  font-size: 17px;
  color: #272822;
}
/* banner */
.banner .left {
  width: 35%;
  margin-right: 1%;
}
.banner .right {
  width: 64%;
}
/* section-list */
.section-list .left,
.section-list .right {
  width: 48%;
}
.section-list .left {
  margin-right: 4%;
}
.section-list .section-item {
  margin-bottom: 30px;
  *zoom: 1;
}
.section-list .section-item:before,
.section-list .section-item:after {
  content: "";
  display: table;
}
.section-list .section-item:after {
  clear: both;
}
.section-list .section-item:before,
.section-list .section-item:after {
  content: "";
  display: table;
}
.section-list .section-item:after {
  clear: both;
}
.section-list .section-item .section-image,
.section-list .section-item .section-details {
  float: left;
}
.section-list .section-item .section-image {
  width: 25%;
  margin-right: 3%;
}
.section-list .section-item .section-details {
  width: 72%;
}
.section-list .section-item .section-details.no-thumb {
  width: 100%;
}
.section-list p {
  font-size: 14px;
}
.section-list .item-title {
  font-size: 22px;
  line-height: 1.2;
}
/* article/content/resource */
.article .page-title,
.content .page-title,
.resource .page-title {
  margin-bottom: 30px;
  *zoom: 1;
}
.article .page-title:before,
.content .page-title:before,
.resource .page-title:before,
.article .page-title:after,
.content .page-title:after,
.resource .page-title:after {
  content: "";
  display: table;
}
.article .page-title:after,
.content .page-title:after,
.resource .page-title:after {
  clear: both;
}
.article .page-title:before,
.content .page-title:before,
.resource .page-title:before,
.article .page-title:after,
.content .page-title:after,
.resource .page-title:after {
  content: "";
  display: table;
}
.article .page-title:after,
.content .page-title:after,
.resource .page-title:after {
  clear: both;
}
.article .page-title h1,
.content .page-title h1,
.resource .page-title h1 {
  float: left;
  width: 75%;
}
.article .page-title a.secondary,
.content .page-title a.secondary,
.resource .page-title a.secondary {
  float: right;
  margin: 0;
}
.article .image-holder,
.content .image-holder,
.resource .image-holder {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}
.article .left,
.content .left,
.resource .left {
  width: 28%;
  margin-right: 4%;
}
.article .right,
.content .right,
.resource .right {
  width: 68%;
}
.article .res-links,
.content .res-links,
.resource .res-links {
  margin: 10px 0;
}
.article .res-links .left,
.content .res-links .left,
.resource .res-links .left,
.article .res-links .right,
.content .res-links .right,
.resource .res-links .right {
  width: 50%;
  margin: 0;
}
.article .res-links .download,
.content .res-links .download,
.resource .res-links .download {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
  color: #676D6D;
}
.article .res-links .open,
.content .res-links .open,
.resource .res-links .open {
  background: #3C78AC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3C78AC), color-stop(100%, #0D344B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3C78AC 1%, #0D344B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3C78AC 1%, #0D344B 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  padding: 5px 15px;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.article .res-links .open:hover,
.content .res-links .open:hover,
.resource .res-links .open:hover {
  color: #ddd;
}
/* related content */
.related .resource-item {
  margin-top: 15px;
}
.related .item-title {
  font-size: 17px;
  min-height: 40px;
}
.related .slider-nav {
  top: 177px;
}
/* social icons */
.social-icons {
  text-align: right;
}
.social-icons .inner > span {
  font-style: italic;
  margin-right: 20px;
}
.social-icons .icon-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ie7 .social-icons .icon-wrapper {
  display: inline !important;
}
/* Comments */
.comment-list .slider-nav {
  position: relative;
  top: auto;
  text-indent: 0;
  background: none;
}
.comment-list .slider-nav.prev,
.comment-list .slider-nav.next {
  display: block;
  width: 46%;
  margin: 2%;
  text-align: center;
  float: left;
  height: 25px;
  line-height: 25px;
}
.comment-list .slider-nav.prev a,
.comment-list .slider-nav.next a {
  text-indent: 0;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-size: 15px;
  color: #263647;
  background: #eee;
  color: #333;
}
.comment-list .slide-nav {
  margin-bottom: 20px;
}
.comment {
  *zoom: 1;
  padding: 20px 20px 10px;
  border-top: 1px solid #DDDDE1;
}
.comment:before,
.comment:after {
  content: "";
  display: table;
}
.comment:after {
  clear: both;
}
.comment:before,
.comment:after {
  content: "";
  display: table;
}
.comment:after {
  clear: both;
}
.comment .left {
  width: 25%;
  margin-right: 5%;
}
.comment .right {
  width: 70%;
}
.comment .right p {
  color: #263647;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-size: 17px;
}
.comment-form .form {
  width: 760px;
  margin: 20px auto;
}
.comment-form .form div {
  margin-bottom: 20px;
}
.comment-form .form label {
  display: block;
  float: left;
  width: 30%;
  text-align: right;
  margin-right: 20px;
  font-size: 17px;
  color: #263647;
}
.comment-form .form input[type=text] {
  width: 250px;
}
.comment-form .form textarea {
  width: 480px;
  resize: vertical;
}
.comment-form .form .btn.link {
  padding-right: 5px;
}
.comment-conf {
  padding: 30px 30px 20px 30px;
  color: #45623C;
  background: #E0EFCB;
  border: 1px solid #C3E19A;
}
.comment-conf p {
  margin-bottom: 10px;
}
.comment-conf p span {
  font-weight: bold;
}
/* event details */
.event-details .left {
  width: 63%;
  margin-right: 2%;
}
.event-details .right {
  width: 35%;
}
.event-details .border-wrap {
  border-right: 1px solid #D1DCDA;
}
.event-details .module {
  margin-top: 50px;
}
.event-details .date {
  font-size: 14px;
}
.event-details .secondary {
  width: 100px;
  text-align: center;
}
.event-details iframe {
  max-width: 100%;
  border: 1px solid #D1DCDA !important;
}
.event-details .title-bar {
  margin-bottom: 10px;
}
.event-details .secondary {
  margin: 0;
}
.event-details .actions {
  position: relative;
  height: 36px;
  line-height: 36px;
}
.event-details .actions a {
  font-size: 13px;
  color: #676D6D;
  font-weight: bold;
}
.event-details .actions .secondary {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
}
.event-details .actions.not-mobile .secondary {
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  padding: 0 5px;
}
.event-details .detail {
  width: 100%;
  margin: 20px 0 30px;
}
.event-details .detail td {
  padding: 0;
  margin: 0;
  width: 75%;
  vertical-align: top;
  padding-bottom: 10px;
  background: none;
  border: none;
}
.event-details .detail td.align-right {
  padding-right: 10px;
  width: 25%;
  font-weight: bold;
}
.talking-point .left {
  width: 70%;
  margin-right: 5%;
}
.talking-point .right {
  width: 25%;
}
.talking-point .right a {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************************************************************************/
/* right cloumn
/******************************************************************************************/
/* talking points */
.t-point-list .category {
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-size: 11px;
  text-transform: uppercase;
  color: #565669;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.t-point-list .replies {
  width: 50px;
  height: 80px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -804px -362px;
  float: left;
  margin-right: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-top: 4px;
}
.t-point-list .replies span {
  margin-top: 5px;
  line-height: 1;
  display: block;
}
.t-point-list .t-point-item.inside {
  -webkit-box-shadow: inset 0 10px 5px -8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 5px -8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  *zoom: 1;
}
.t-point-list .t-point-item.inside:before,
.t-point-list .t-point-item.inside:after {
  content: "";
  display: table;
}
.t-point-list .t-point-item.inside:after {
  clear: both;
}
.t-point-list .t-point-item.inside:before,
.t-point-list .t-point-item.inside:after {
  content: "";
  display: table;
}
.t-point-list .t-point-item.inside:after {
  clear: both;
}
.t-point-list .t-point-item.inside:first-child {
  padding-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* poll */
.poll {
  background: #EDEDEF;
  padding-top: 5px;
}
.poll .question {
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-size: 17px;
  line-height: 1.4;
  color: #263647;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -1224px -708px;
  padding-left: 60px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.poll .question p {
  margin-bottom: 0;
}
.poll .btn.link {
  border-top: 3px solid #fff;
  padding-right: 20px;
  padding-left: 75px;
  background-position: 20px -947px;
}
.poll .btn.link:hover {
  background-position: 23px -947px;
}
.poll .radio {
  margin-bottom: 10px;
}
.poll .radio label {
  font-size: 17px;
  font-weight: bold;
  padding-left: 45px;
  margin-left: 15px;
}
/* Event items */
.event-item {
  border-bottom: 3px solid #333;
  padding-top: 20px;
  padding-bottom: 5px;
}
.event-item .item-title {
  font-size: 17px;
}
.event-item span {
  font-weight: bold;
  margin-right: 5px;
}
.event-item.last {
  border-bottom: none;
}
/* latest events */
.latest-events a.secondary {
  margin: 0;
}
.latest-events h3.header {
  margin-left: 0 !important;
}
/* featured event */
.featured-event .event-item {
  padding-top: 0;
}
.featured-event .event-item img {
  margin-bottom: 10px;
}
/* bookmarks */
.bookmarks .bookmark-item {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}
.bookmarks .bookmark-item.last {
  border-bottom: none;
  margin-bottom: 0;
}
/* contact details */
.contact .contact-details span {
  font-weight: bold;
  color: #14110F;
}
/* recommended/related */
.recommended .item,
.related .item {
  -webkit-box-shadow: 0 10px 5px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 5px -8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.recommended .item .item-title,
.related .item .item-title {
  font-size: 17px;
  line-height: 1.2;
}
.recommended .item p,
.related .item p {
  margin: 0;
}
/* Map */
.map-holder {
  width: 621px;
  height: 567px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: url('../images/structure/map-sprite.png') no-repeat top left;
  background-position: 0px 0px;
}
.map-holder.ni {
  background-position: 0px -577px;
}
.map-holder.nw {
  background-position: 0px -1154px;
}
.map-holder.sc {
  background-position: 0px -1731px;
}
.map-holder.sct {
  background-position: 0px -2308px;
}
.map-holder.se {
  background-position: 0px -2885px;
}
.map-holder.sw {
  background-position: 0px -3462px;
}
.map-holder.wa {
  background-position: 0px -4039px;
}
.map-holder.wm {
  background-position: 0px -4616px;
}
.map-holder.yh {
  background-position: 0px -5193px;
}
.map-holder.ee {
  background-position: 0px -5770px;
}
.map-holder.em {
  background-position: 0px -6347px;
}
.map-holder.ln {
  background-position: 0px -6924px;
}
.map-holder.ne {
  background-position: 0px -7501px;
}
.map-container {
  height: 567px;
  border: 1px solid #C7E9E9;
  background: #E4F4F4;
  padding-bottom: 20px;
}
.map-holder img {
  /* Set opacity to zero to enable use of image map */
  opacity: 0;
  position: relative;
  top: 0;
  z-index: 999;
}
/* collapse right column modules on mobile */
.mob-accordian .left.wide {
  width: 100%;
  float: none;
}
.mob-accordian .right.narrow {
  display: none;
}
/******************************************************************************************/
/* full width
/******************************************************************************************/
.blog-related .blog-item {
  padding: 15px;
  border: 1px solid #EDEDEF;
  position: relative;
  padding-bottom: 40px;
}
.blog-related .blog-item img {
  margin-bottom: 15px;
}
.blog-related .blog-item .item-title {
  font-size: 19px;
}
.blog-related .blog-item .date {
  margin-bottom: 0;
}
.blog-related .blog-item:after {
  content: '';
  width: 35px;
  height: 38px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -809px -258px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.blog-related .slider-nav {
  top: 92px;
}
.tp-submission .left,
.tp-submission .right {
  width: 40%;
}
.tp-submission .left {
  margin-right: 5%;
}
.tp-submission .bullets li {
  font-size: 14px;
  margin-bottom: 10px;
}
.tp-submission textarea {
  width: 95%;
}
.tp-submission .btn {
  border-top: none;
}
/******************************************************************************************/
/* tabbed modules
/******************************************************************************************/
.tab-link {
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-weight: bold;
  border: none;
  width: 49.5%;
  margin-right: 0.5%;
  float: left;
  position: relative;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #731e82;
  /* Old browsers */
  background: -moz-linear-gradient(top, #731e82 94%, #31154c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, #731e82), color-stop(100%, #31154c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #731e82 94%, #31154c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #731e82 94%, #31154c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #731e82 94%, #31154c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #731e82 94%, #31154c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#731e82', endColorstr='#31154c', GradientType=0);
  /* IE6-9 */
}
.tab-link .splash {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
}
.tab-link:hover {
  background: #31154c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #31154c 94%, #31154c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, #31154c), color-stop(100%, #31154c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #31154c 94%, #31154c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #31154c 94%, #31154c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #31154c 94%, #31154c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #31154c 94%, #31154c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31154c', endColorstr='#31154c', GradientType=0);
  /* IE6-9 */
}
.tab-link.active {
  cursor: default;
  background: #fff;
  filter: none;
  color: #731E82;
}
.tab-panel {
  display: none;
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tab-panel.active {
  display: block;
  opacity: 1;
}
/******************************************************************************************/
/* module colours
/******************************************************************************************/
.orange .splash {
  background: #EB481B;
  /* Old browsers */
  background: -moz-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #EB481B), color-stop(100%, #AC382D));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* IE10+ */
  background: linear-gradient(to right, #EB481B 1%, #AC382D 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.orange .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -811px;
}
.orange .btn:hover {
  background-position: 3px -811px;
}
.orange .coloured {
  color: #AC382D;
}
.orange a.secondary:hover {
  background: #AC382D;
}
.pink .splash {
  background: #E01779;
  /* Old browsers */
  background: -moz-linear-gradient(left, #E01779 1%, #6D0737 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #E01779), color-stop(100%, #6D0737));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #E01779 1%, #6D0737 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #E01779 1%, #6D0737 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #E01779 1%, #6D0737 100%);
  /* IE10+ */
  background: linear-gradient(to right, #E01779 1%, #6D0737 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.pink .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -811px;
}
.pink .btn:hover {
  background-position: 3px -811px;
}
.pink .coloured {
  color: #6D0737;
}
.pink a.secondary:hover {
  background: #6D0737;
}
.grey .splash {
  background: #A2A498;
  /* Old browsers */
  background: -moz-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #A2A498), color-stop(100%, #3D4343));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* IE10+ */
  background: linear-gradient(to right, #A2A498 1%, #3D4343 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.grey .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -947px;
}
.grey .btn:hover {
  background-position: 3px -947px;
}
.grey .coloured {
  color: #3D4343;
}
.grey a.secondary:hover {
  background: #3D4343;
}
.light-grey .splash {
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(left, #eee 1%, #eee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #eee), color-stop(100%, #eee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #eee 1%, #eee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #eee 1%, #eee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #eee 1%, #eee 100%);
  /* IE10+ */
  background: linear-gradient(to right, #eee 1%, #eee 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.light-grey .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -947px;
}
.light-grey .btn:hover {
  background-position: 3px -947px;
}
.light-grey .coloured {
  color: #eee;
}
.light-grey a.secondary:hover {
  background: #eee;
}
.red .splash {
  background: #C91331;
  /* Old browsers */
  background: -moz-linear-gradient(left, #C91331 1%, #930C2A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #C91331), color-stop(100%, #930C2A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #C91331 1%, #930C2A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #C91331 1%, #930C2A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #C91331 1%, #930C2A 100%);
  /* IE10+ */
  background: linear-gradient(to right, #C91331 1%, #930C2A 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.red .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -811px;
}
.red .btn:hover {
  background-position: 3px -811px;
}
.red .coloured {
  color: #930C2A;
}
.red a.secondary:hover {
  background: #930C2A;
}
.blue .splash {
  background: #4382BA;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #4382BA), color-stop(100%, #032638));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #4382BA 1%, #032638 100%);
  /* IE10+ */
  background: linear-gradient(to right, #4382BA 1%, #032638 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.blue .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -878px;
}
.blue .btn:hover {
  background-position: 3px -878px;
}
.blue .coloured {
  color: #032638;
}
.blue a.secondary:hover {
  background: #032638;
}
.aqua .splash {
  background: #71CDC2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #71CDC2 1%, #0B788A 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #71CDC2), color-stop(100%, #0B788A));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #71CDC2 1%, #0B788A 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #71CDC2 1%, #0B788A 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #71CDC2 1%, #0B788A 100%);
  /* IE10+ */
  background: linear-gradient(to right, #71CDC2 1%, #0B788A 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.aqua .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -742px;
}
.aqua .btn:hover {
  background-position: 3px -742px;
}
.aqua .coloured {
  color: #0B788A;
}
.aqua a.secondary:hover {
  background: #0B788A;
}
.purple .splash {
  background: #731E82;
  /* Old browsers */
  background: -moz-linear-gradient(left, #731E82 1%, #381652 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #731E82), color-stop(100%, #381652));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #731E82 1%, #381652 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #731E82 1%, #381652 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #731E82 1%, #381652 100%);
  /* IE10+ */
  background: linear-gradient(to right, #731E82 1%, #381652 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.purple .btn {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -1296px;
}
.purple .btn:hover {
  background-position: 3px -1296px;
}
.purple .coloured {
  color: #381652;
}
.purple a.secondary:hover {
  background: #381652;
}
/******************************************************************************************/
/* Filtered List
/******************************************************************************************/
.filtered-list {
  border-top: 1px solid #DDDDE1;
  border-bottom: 1px solid #DDDDE1;
  *zoom: 1;
}
.filtered-list:before,
.filtered-list:after {
  content: "";
  display: table;
}
.filtered-list:after {
  clear: both;
}
.filtered-list:before,
.filtered-list:after {
  content: "";
  display: table;
}
.filtered-list:after {
  clear: both;
}
.filtered-list aside {
  float: left;
  width: 204px;
  border-right: 2px solid #DDDDE1;
}
.filtered-list aside .title {
  position: relative;
  padding: 20px;
  padding-left: 30px;
}
.filtered-list aside .title h3 {
  line-height: 1;
  margin: 0;
}
.filtered-list aside .title span {
  height: 5px;
  width: 100px;
  background: #A2A498;
  /* Old browsers */
  background: -moz-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #A2A498), color-stop(100%, #3D4343));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #A2A498 1%, #3D4343 100%);
  /* IE10+ */
  background: linear-gradient(to right, #A2A498 1%, #3D4343 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.filter-section {
  border-bottom: 2px solid #DDDDE1;
}
.filter-section .heading {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  position: relative;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  color: #263647;
  font-weight: bold;
  display: block;
  padding: 0 60px 0 30px;
  border: none;
  cursor: pointer;
}
.filter-section .heading span {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 18px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -675px -260px;
  top: 50%;
  margin: 0;
  margin-top: -11px;
  text-indent: -9999px;
  border: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0;
}
.filter-section .heading:hover {
  background-color: #EDEDEF;
}
.filter-section .heading:hover span {
  opacity: 1;
}
.filter-section .filters {
  position: relative;
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.4);
}
.filter-section .filters p {
  margin-bottom: 0;
}
.filter-section .filters .select-filter {
  padding: 0 20px 0 30px;
  margin-bottom: 15px;
}
.filter-section .filters .select-filter label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.filter-section .filters .checkbox {
  margin-bottom: 5px;
  margin-left: 30px;
}
.filter-section .filters .checkbox label:before {
  width: 14px;
  height: 14px;
}
.filter-section .filters .checkbox:first-child {
  margin-top: 5px;
}
.ie8 .filter-section .filters .checkbox {
  margin-left: 15px;
}
.filter-section .sub-section {
  -webkit-box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.4);
}
.filter-section .sub-section .heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #676D6D;
  line-height: 1.4;
  height: auto;
  padding: 15px 60px 15px 30px;
  background-color: transparent;
  background-image: url(../images/structure/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.filter-section .sub-section .heading:hover {
  background-color: #EDEDEF;
}
.filter-section .sub-section .heading span {
  display: none;
}
.filter-section .sub-section .filters {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}
.filter-section.last {
  border-bottom: none;
  margin-bottom: 40px;
}
.filter-section.no-close {
  padding: 0 20px 20px;
  border-bottom: 2px solid #DDDDE1;
}
.filter-section.no-close .heading {
  padding: 0;
  cursor: default;
}
.filter-section.no-close .heading:hover {
  background: none;
}
.results {
  margin-left: 206px;
}
.results .sorter {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #DDDDE1;
  background-color: #FBFBFC;
  text-align: right;
}
.results .sorter .styled-select {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #fff;
  margin-left: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.results .sorter .styled-select select {
  padding: 0 50px 0 15px;
}
.results .sorter span,
.results .sorter label {
  font-style: italic;
}
.results .sorter.refine {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.results .sorter.selector {
  text-align: left;
  background: #FBFBFC;
}
.results .sorter.selector > span {
  padding: 0 25px;
}
.results .sorter.selector a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  height: 100%;
  margin-left: -5px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 160px;
  text-align: center;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-left: 1px solid #DDDDE1;
  border-right: 1px solid #DDDDE1;
  color: #fff;
  background: #B63A2A;
  background: #731e82;
  /* Old browsers */
  background: -moz-linear-gradient(top, #D54221 94%, #B43A2B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, #D54221), color-stop(100%, #B43A2B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #D54221 94%, #B43A2B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #D54221 94%, #B43A2B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #D54221 94%, #B43A2B 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #D54221 94%, #B43A2B 100%);
  /* W3C */
}
.ie7 .results .sorter.selector a {
  display: inline !important;
}
.results .sorter.selector a:hover {
  filter: none;
  background: #B43A2B;
}
.results .sorter.selector a.active {
  color: #B63A2A;
  background: #fff;
  cursor: default;
}
.results .sorter.selector a.active span {
  height: 5px;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  background: #D74221;
  /* Old browsers */
  background: -moz-linear-gradient(left, #D74221 1%, #C45F52 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #D74221), color-stop(100%, #C45F52));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #D74221 1%, #C45F52 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #D74221 1%, #C45F52 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #D74221 1%, #C45F52 100%);
  /* IE10+ */
  background: linear-gradient(to right, #D74221 1%, #C45F52 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
  position: absolute;
}
.results .sorter .search-box {
  margin-left: 15px;
}
.result-list .item {
  padding: 20px;
  border-bottom: 1px solid #DDDDE1;
  position: relative;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.result-list .item .thumb,
.result-list .item .actions {
  float: left;
}
.result-list .item .thumb .inside,
.result-list .item .actions .inside {
  padding: 20px;
}
.result-list .item .thumb {
  width: 20%;
  margin-right: 5%;
}
.result-list .item .thumb a {
  border: none;
}
.result-list .item .thumb img {
  max-height: 160px;
  margin-bottom: 15px;
}
.result-list .item .thumb span {
  display: block;
  font-size: 12px;
}
.result-list .item .details {
  width: auto;
  display: inline;
}
.result-list .item .details .title {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  color: #263647;
}
.result-list .item .actions {
  width: 25%;
  float: right;
  text-align: right;
}
.result-list .item.last {
  border-bottom: none;
}
.result-list .wide .details {
  width: 75%;
}
.result-list .event-item {
  border-bottom: none;
}
.result-list .featured .details {
  margin-top: 10px;
}
.result-list .featured > span {
  display: block;
  position: absolute;
  width: 88px;
  height: 25px;
  text-indent: -9999px;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -802px -465px;
  top: 10px;
  left: 0;
}
.result-list.t-points .item {
  height: auto;
}
.result-list.t-points .item .details {
  width: 100%;
  height: 70px;
  line-height: 60px;
}
.result-list.t-points .item .details a {
  color: #14110F;
  font-size: 17px;
  line-height: 1.2;
}
.result-list.t-points .item .actions {
  width: 100%;
  height: 50px;
  line-height: 60px;
}
.result-list.t-points .item .actions {
  text-align: left;
}
.result-list.t-points .item .actions a {
  margin: 0 30px 0 0;
}
.result-list.t-points .item.last {
  border-bottom: none;
}
.pager {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #DDDDE1;
  background-color: #FBFBFC;
  text-align: center;
}
.pager a,
.pager span {
  color: #14110F;
  border: none;
  border-right: 1px solid #263647;
  font-size: 14px;
  font-family: 'museo_sans500';
  font-weight: normal !important;
  padding: 0 12px;
  margin-left: -4px;
  vertical-align: middle;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.pager a.last,
.pager span.last {
  border: none;
  margin-right: 5px;
}
.pager span {
  font-weight: bold;
}
.pager a:hover {
  color: #999;
}
.pager .nav {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  width: 92px;
  height: 36px;
  margin-left: 10px;
  text-align: left;
}
.ie7 .pager .nav {
  display: inline !important;
}
.pager .nav a {
  width: 36px;
  height: 36px;
  padding: 0;
  text-indent: -99999px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: absolute;
  opacity: 0.8;
}
.ie7 .pager .nav a {
  display: inline !important;
}
.pager .nav a.prev {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -808px -520px;
  left: 2px;
}
.pager .nav a.prev:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  left: 0px;
  opacity: 1;
}
.pager .nav a.next {
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: -845px -520px;
  right: 2px;
}
.pager .nav a.next:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  right: 0px;
  opacity: 1;
}
/* ratings widget */
.ratings {
  text-align: left;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 1.7;
  color: #676D6D;
}
.ratings .rateit {
  margin-bottom: 10px;
  cursor: pointer;
}
.ratings a {
  color: #676D6D;
}
/******************************************************************************************/
/* Dashboard */
/******************************************************************************************/
.tab {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  float: left;
  display: block;
  width: 160px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 20px;
  font-weight: bold;
  border: 4px solid #F6F6F6;
  background: #fff;
  color: #263647;
}
.tab:hover {
  background: #F6F6F6;
  border: 4px solid #F6F6F6;
}
.tab.active {
  background: #F6F6F6;
  color: #263647;
}
/* tabs */
.dashboard-tabs {
  height: 60px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 50px;
}
.dashboard-tabs .tab {
  margin-right: 0;
  margin-bottom: 0;
  color: #fff;
  border: none;
  /* Gradient */
  background: #EB481B;
  background: -moz-linear-gradient(top, #EB481B 94%, #B0392C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, #EB481B), color-stop(100%, #B0392C));
  background: -webkit-linear-gradient(top, #EB481B 94%, #B0392C 100%);
  background: -o-linear-gradient(top, #EB481B 94%, #B0392C 100%);
  background: -ms-linear-gradient(top, #EB481B 94%, #B0392C 100%);
  background: linear-gradient(to bottom, #EB481B 94%, #B0392C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB481B', endColorstr='#B0392C', GradientType=0);
}
.dashboard-tabs .tab:hover {
  /* Gradient */
  background: #B0392C;
  background: -moz-linear-gradient(top, #B0392C 94%, #B0392C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, #B0392C), color-stop(100%, #B0392C));
  background: -webkit-linear-gradient(top, #B0392C 94%, #B0392C 100%);
  background: -o-linear-gradient(top, #B0392C 94%, #B0392C 100%);
  background: -ms-linear-gradient(top, #B0392C 94%, #B0392C 100%);
  background: linear-gradient(to bottom, #B0392C 94%, #B0392C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0392C', endColorstr='#B0392C', GradientType=0);
}
.dashboard-tabs .tab.active {
  background: white;
  color: #263647;
  border: 1px solid #EEE!important;
  border-top: none!important;
  border-bottom: none!important;
}
.dashboard-tabs .tab.active:before {
  display: block;
  content: '';
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  height: 4px;
  margin-left: -20px;
  background: #EB481B;
  /* Old browsers */
  background: -moz-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #EB481B), color-stop(100%, #AC382D));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #EB481B 1%, #AC382D 100%);
  /* IE10+ */
  background: linear-gradient(to right, #EB481B 1%, #AC382D 100%);
  /* W3C */
  filter: none;
  /* IE6-9 */
}
.detail-box {
  margin: 0 30px;
  padding: 25px;
  background: #F6F6F6;
}
.dashboard .row {
  width: 85%;
  font-size: 13px;
}
.dashboard .col {
  margin-right: 5%;
}
.dashboard .col.narrow {
  width: 12%;
}
.dashboard .col.wide {
  width: 25%;
}
.dashboard .header {
  text-transform: none;
}
.dashboard .secondary {
  margin: 0;
}
.dashboard label {
  font-weight: bold;
}
.dashboard input {
  background: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dashboard .inside {
  padding: 0 30px;
}
.dashboard .inside.topic-footer {
  padding: 10px;
}
.phone-numbers .row,
.email-list .row {
  padding-top: 10px;
}
.phone-numbers .col,
.email-list .col {
  padding: 0;
  width: 35%;
}
.phone-numbers .col.narrow,
.email-list .col.narrow {
  width: auto;
  margin-right: 3%;
}
.phone-numbers .col.wide,
.email-list .col.wide {
  width: 29%;
  margin-right: 3%;
}
.phone-numbers .col *,
.email-list .col * {
  vertical-align: middle;
}
.phone-numbers .col .radio,
.email-list .col .radio {
  height: 36px;
  line-height: 36px;
}
.topic-filters {
  margin: 0 0 30px;
  border-top: 1px solid #f6f6f6;
}
.topic-section {
  *zoom: 1;
  border: 1px solid #f6f6f6;
}
.topic-section:before,
.topic-section:after {
  content: "";
  display: table;
}
.topic-section:after {
  clear: both;
}
.topic-section:before,
.topic-section:after {
  content: "";
  display: table;
}
.topic-section:after {
  clear: both;
}
.topic-section .topic {
  width: 25%;
  float: left;
}
.topic-section .topic .inside {
  padding: 0 20px;
  display: block;
  border-right: 1px solid #f6f6f6;
  padding-bottom: 20px;
}
.topic-section .topic-heading {
  text-transform: uppercase;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #67bdec;
  background-image: url(../images/structure/sprite.png);
  background-repeat: no-repeat;
  background-position: right -1074px;
}
.topic-section .checkbox {
  display: block;
  width: 100%;
}
.topic-section .checkbox label {
  display: block;
  font-weight: normal;
}
.product-list .boxed {
  border: none !important;
}
.boxed {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #eee;
}
.boxed .header {
  text-transform: none;
}
.boxed .secondary {
  margin-bottom: 0;
}
.boxed label {
  font-weight: bold;
}
.boxed input {
  background: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxed .inside {
  padding: 0 20px;
}
.boxed .actions {
  padding-top: 20px;
  border-top: 1px solid #eee;
  position: relative;
  *zoom: 1;
}
.boxed .actions:before,
.boxed .actions:after {
  content: "";
  display: table;
}
.boxed .actions:after {
  clear: both;
}
.boxed .actions:before,
.boxed .actions:after {
  content: "";
  display: table;
}
.boxed .actions:after {
  clear: both;
}
.boxed .actions .checkbox {
  text-align: left;
}
.boxed .actions .secondary {
  padding: 0 50px;
  font-weight: bold;
  margin-top: 0;
}
.boxed .actions .left,
.boxed .actions .right {
  height: 40px;
  line-height: 40px;
}
.boxed .actions .selector {
  text-decoration: none;
  color: #67bdec;
  font-size: 14px;
  border-bottom: none;
  padding: 0 10px;
}
.boxed .actions .selector:hover {
  text-decoration: underline;
}
.boxed .event-item {
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
}
.boxed .event-item .item-title {
  margin-bottom: 5px;
}
.boxed .event-item .date {
  margin-bottom: 0;
}
.boxed .event-item.last {
  border-bottom: none;
}
/******************************************************************************************/
/******************************************************************************************/
.menu-widget {
  margin-left: 10px;
  padding: 20px 0;
  background: #007dc3;
  color: white;
}
.menu-widget .header {
  padding: 0 0 10px;
  margin: 0 40px 20px 20px;
  border-bottom: 5px solid white !important;
  color: white !important;
}
.menu-widget .inside {
  padding: 0;
  margin: 0;
}
.menu-widget ul {
  margin: 0;
}
.menu-widget li a {
  display: block;
  padding: 10px 0 10px 20px;
  color: white;
  border: none;
}
.menu-widget li a:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 8px;
  height: 8px;
  background: none;
  border: 3px solid white;
  border-radius: 100%;
  margin-right: 10px;
  transition: all 80ms ease-out;
}
.menu-widget li a:hover {
  background: #0473B1;
}
.menu-widget li a:hover:before {
  margin-right: 5px;
  margin-left: 5px;
}
.menu-widget li.current > a {
  font-weight: bold;
}
.menu-widget li > ul {
  margin: 0;
  padding: 0;
  background: #0473B1;
  border-top: 1px solid #007dc3;
  border-bottom: 1px solid #007dc3;
}
.menu-widget li > ul li {
  margin: 0;
}
.menu-widget li > ul li a {
  max-width: 227px;
  padding-left: 44px;
}
.menu-widget li > ul li a:hover {
  font-weight: bold;
}
.menu-widget li > ul li a:before {
  display: none;
}
/******************************************************************************************/
@media (max-width: 1170px) {
  .menu-widget li a {
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 1140px) {
  .handbook-search__title {
    display: none;
  }
  .form-container {
    display: block;
    margin: 0 auto;
    max-width: 570px;
  }
}
@media (max-width: 1080px) {
  .handbook-container .handbook-article__cta {
    width: 100%;
    max-width: none;
  }
  .handbook-container .handbook-article__cta--download {
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .menu-widget li a:before {
    display: none;
  }
}
@media (max-width: 979px) {
  html {
    background: #111;
  }
  .outer {
    width: 100%;
    min-width: 320px;
  }
  p.intro {
    font-size: 18px;
  }
  a {
    border-bottom: none;
  }
  .mobile .secondary.large,
  .mobile.secondary.large {
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1 !important;
  }
  .ie7 .mobile .secondary.large,
  .ie7 .mobile.secondary.large {
    display: inline !important !important;
  }
  /* Typography */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 20px;
  }
  h1 {
    font-size: 22px;
    line-height: 30px;
  }
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
  h3 {
    font-size: 17px;
    line-height: 20px;
  }
  /******************************************************************************************/
  /* Header
    /******************************************************************************************/
  header {
    max-height: 59px;
    height: auto;
    background: #fff;
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    border-bottom: 1px solid #E2E9E8;
    -webkit-transition: max-height 200ms ease-in-out;
    -moz-transition: max-height 200ms ease-in-out;
    -ms-transition: max-height 200ms ease-in-out;
    -o-transition: max-height 200ms ease-in-out;
    transition: max-height 200ms ease-in-out;
  }
  header .mobile-wrap {
    width: 100%;
    position: relative;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #E2E9E8;
  }
  header .mobile-wrap .toggles {
    display: block;
    float: left;
    height: 58px;
    width: 58px;
    border-left: 1px solid #E2E9E8;
    border-right: 1px solid #E2E9E8;
    text-indent: -9999px;
  }
  header .mobile-wrap .toggles.right {
    float: right;
    border-right: none;
  }
  header .mobile-wrap .toggles.menu {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -160px -682px;
  }
  header .mobile-wrap .toggles.login {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -219px -682px;
  }
  .logged-in header .mobile-wrap .toggles.login {
    background-color: #EDEDEF;
  }
  header .mobile-wrap .toggles.search {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -278px -682px;
  }
  header.search-open {
    max-height: 116px;
  }
  header .search-box {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    margin: 0;
  }
  header .search-box input[type=submit] {
    top: 10px;
  }
  header .search-box input[type=text] {
    border: 0;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    margin-right: 0;
    width: 82%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #525265;
  }
  .logged-in header {
    max-height: 118px;
  }
  .logged-in header.search-open {
    max-height: 187px;
  }
  a.logo {
    text-decoration: none;
    border: none;
    text-indent: -999px;
    width: 120px;
    height: 54px;
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -677px;
    display: block;
    margin: 0 0 0 10px;
    float: left;
  }
  .user-links {
    display: block;
    background: #f2f2f2;
  }
  .user-links a {
    font-size: 13px;
    width: 30%;
    padding: 0 1%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-right: 1px solid #4382BA;
    height: 15px;
    line-height: 15px;
  }
  .ie7 .user-links a {
    display: inline !important;
  }
  .user-links a.last {
    border: none;
  }
  .top-links {
    display: none;
  }
  .search {
    position: relative;
  }
  .breadcrumbs {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 12px;
    height: auto;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: none;
  }
  /******************************************************************************************/
  /* Content
    /******************************************************************************************/
  main {
    padding-top: 58px !important;
  }
  .handbook-container .handbook-article__title h1 {
    width: 65% !important;
  }
  .left,
  .right {
    margin: 0;
    width: 100%;
  }
  /* Log In / Register */
  .lbox {
    height: auto;
    top: 0;
    position: fixed;
  }
  .lbox .inner {
    width: auto;
    margin: 0 auto;
    padding: 30px;
  }
  .lbox .inner .closer {
    top: 0;
  }
  .lbox .inner.narrow {
    width: auto;
  }
  .lbox.register .mobile-position {
    max-width: 400px;
    margin: 0 auto;
  }
  .lbox .left,
  .lbox .right {
    margin: 0 !important;
    width: 100% !important;
  }
  .login-form {
    width: 100%;
  }
  .login-form .left,
  .login-form .right {
    height: auto;
  }
  .login-form .left input,
  .login-form .right input {
    width: 80%;
  }
  .login-form .left,
  .login-form .right {
    width: 100% !important;
    text-align: left !important;
  }
  .login-form .checkbox {
    margin-bottom: 20px;
  }
  /******************************************************************************************/
  /* modules and widgets
    /******************************************************************************************/
  /* main column */
  .module {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .module .inside,
  .module .inside-mobile {
    padding: 0 12px;
  }
  .module .left,
  .module .right {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
  .module .left.wide,
  .module .right.wide,
  .module .left.narrow,
  .module .right.narrow,
  .module .left.full,
  .module .right.full,
  .module .left.narrow,
  .module .right.narrow,
  .module .left.mobile-full,
  .module .right.mobile-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .module .left .inside,
  .module .right .inside {
    padding: 0 12px;
  }
  .module.wide {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .module h3.header {
    padding-left: 12px;
  }
  .module .item-title,
  .module .item-title a {
    font-size: 17px;
    line-height: 1.1;
  }
  .module .boxed,
  .module .boxed.light {
    padding: 20px;
    height: auto;
  }
  .module .cc-slider {
    height: auto;
  }
  .module .cc-slider figure figcaption,
  .module .cc-slider figure .slide-image {
    float: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .module .cc-slider figure figcaption img,
  .module .cc-slider figure .slide-image img {
    width: 100%;
  }
  .module .cc-slider figure figcaption h1,
  .module .cc-slider figure .slide-image h1 {
    font-size: 24px;
  }
  .module .cc-slider .btn {
    display: none !important;
  }
  .module .slider-pager {
    display: none;
  }
  .module .masked {
    position: relative;
    width: 194px;
    height: 194px;
    margin: 0 auto 15px;
  }
  .module .masked .overlay {
    position: absolute;
    background: url(../images/structure/mask-small.png) center center no-repeat;
    right: 0;
    top: 0;
    display: block;
    width: 195px;
    height: 195px;
    overflow: hidden;
  }
  .module .masked img {
    max-width: none;
    max-height: 250px;
  }
  .module.inside,
  .module.inside-mobile {
    width: 92.5%;
    margin-left: 3.75%;
    margin-right: 3.75%;
  }
  .module.news a.btn.link {
    display: none !important;
  }
  .module.news .left,
  .module.news .right {
    border-bottom: 1px solid #EEE;
    margin-bottom: 15px;
  }
  .module.recommended .item-title {
    font-size: 17px;
    line-height: 1.4;
  }
  .module.t-point-list .t-point-item {
    padding: 0;
    padding: 12px;
  }
  .module.t-point-list .t-point-item .inner {
    padding: 0;
    padding-top: 24px;
  }
  .module.latest-events .left,
  .module.latest-events .right {
    float: left;
  }
  .module.latest-events .left.wide,
  .module.latest-events .right.wide {
    width: 60%;
    margin-right: 5%;
  }
  .module.latest-events .left.narrow,
  .module.latest-events .right.narrow {
    width: 35%;
  }
  .module.latest-events .event-item .btn.link {
    display: none !important;
  }
  .module.section-list .section-item {
    margin-bottom: 10px;
  }
  .module.section-list .item-title {
    font-size: 17px;
  }
  .module.banner .align-right {
    text-align: center;
  }
  .module.banner.minimal {
    margin-bottom: 0;
  }
  .module.banner.minimal .right,
  .module.banner.minimal .left p.page-summary {
    display: none;
  }
  .module.banner.minimal .left {
    position: relative;
  }
  .module.banner.minimal h1 {
    margin-bottom: 0;
    height: 38px;
    line-height: 38px;
  }
  .module.banner.minimal .rss {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: right -1196px;
    height: 40px;
    width: 40px;
    padding: 0;
    text-indent: -99999999px;
    overflow: hidden;
  }
  .module.article .page-title,
  .module.content .page-title,
  .module.resource .page-title {
    margin-bottom: 15px;
    *zoom: 1;
  }
  .module.article .page-title:before,
  .module.content .page-title:before,
  .module.resource .page-title:before,
  .module.article .page-title:after,
  .module.content .page-title:after,
  .module.resource .page-title:after {
    content: "";
    display: table;
  }
  .module.article .page-title:after,
  .module.content .page-title:after,
  .module.resource .page-title:after {
    clear: both;
  }
  .module.article .page-title:before,
  .module.content .page-title:before,
  .module.resource .page-title:before,
  .module.article .page-title:after,
  .module.content .page-title:after,
  .module.resource .page-title:after {
    content: "";
    display: table;
  }
  .module.article .page-title:after,
  .module.content .page-title:after,
  .module.resource .page-title:after {
    clear: both;
  }
  .module.article .page-title h1,
  .module.content .page-title h1,
  .module.resource .page-title h1 {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .module.article .page-title a.secondary,
  .module.content .page-title a.secondary,
  .module.resource .page-title a.secondary {
    margin: 0;
  }
  .module.article .image-holder,
  .module.content .image-holder,
  .module.resource .image-holder {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .module.article .image-holder img,
  .module.content .image-holder img,
  .module.resource .image-holder img {
    max-width: 300px;
  }
  .module.related .inner,
  .module.content .inner,
  .module.resource .inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .module.related .resource-item,
  .module.content .resource-item,
  .module.resource .resource-item {
    border: none;
    padding: 30px;
    margin: 0;
  }
  .module.related .image-holder,
  .module.content .image-holder,
  .module.resource .image-holder {
    text-align: center;
  }
  .module.resource .image {
    text-align: center;
  }
  .module.resource .image .left,
  .module.resource .image .right {
    float: left;
    text-align: center;
  }
  .module.social-icons {
    text-align: left;
  }
  .module.social-icons .inner span {
    margin-bottom: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ie7 .module.social-icons .inner span {
    display: inline !important;
  }
  .module.social-icons .icon-wrapper {
    display: block;
  }
  .module.social-icons .ratings {
    display: none;
  }
  .module.mobile-tabs .tab-toggles {
    *zoom: 1;
  }
  .module.mobile-tabs .tab-toggles:before,
  .module.mobile-tabs .tab-toggles:after {
    content: "";
    display: table;
  }
  .module.mobile-tabs .tab-toggles:after {
    clear: both;
  }
  .module.mobile-tabs .tab-toggles:before,
  .module.mobile-tabs .tab-toggles:after {
    content: "";
    display: table;
  }
  .module.mobile-tabs .tab-toggles:after {
    clear: both;
  }
  .module.mobile-tabs .tab-toggles .left,
  .module.mobile-tabs .tab-toggles .right {
    margin: 0;
    width: 50%;
    float: left;
  }
  .module.mobile-tabs .title-box {
    height: auto;
    min-height: 36px;
    border: none;
    padding: 12px;
  }
  .module.mobile-tabs .title-box p {
    line-height: 1.2;
    margin: 0;
  }
  .module.mobile-tabs .title-box.active {
    background: #ededef;
  }
  .module.mobile-tabs .tab-panels .left,
  .module.mobile-tabs .tab-panels .right {
    position: absolute;
    left: -999999px;
  }
  .module.mobile-tabs .tab-panels .left.active,
  .module.mobile-tabs .tab-panels .right.active {
    position: relative;
    left: 0;
  }
  .module.mobile-tabs.white .title-box {
    background: #ededef;
  }
  .module.mobile-tabs.white .title-box.active {
    background: #fff;
  }
  /* full width module globals */
  .three-col .module .inner {
    margin-top: 20px;
  }
  .three-col .col {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .three-col .col.last {
    margin-right: 0;
  }
  /* full width modules */
  .module.blog-related .inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .module.blog-related .blog-item {
    border: none;
    padding: 15px;
  }
  .module.blog-related .blog-item:after {
    display: none;
  }
  .comment-list {
    padding: 20px;
  }
  .comment {
    padding: 0;
    border: none;
  }
  .comment-form .form {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .comment-form .form label {
    float: none;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  .comment-form .form input[type=text] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comment-form .form textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: y;
  }
  /* event details */
  .event-details .secondary {
    margin: 0 !important;
  }
  .event-details .secondary.not-mobile {
    display: none;
  }
  .event-details .title-bar .left,
  .event-details .title-bar .right {
    float: left;
  }
  .event-details .title-bar .left {
    width: 70%;
  }
  .event-details .title-bar .right {
    width: 30%;
  }
  .event-details .actions.mobile {
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
  }
  .event-details .actions.mobile a {
    border-bottom: 1px dotted #676D6D;
    font-size: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ie7 .event-details .actions.mobile a {
    display: inline !important;
  }
  .event-details .actions.mobile .secondary {
    position: relative;
    border-bottom: 0;
    margin-bottom: 5px!important;
    padding: 2px 5px;
    margin-right: 5px;
  }
  .event-details iframe {
    width: 100%;
  }
  .event-details .mobile .detail {
    margin: 0 0 10px;
  }
  /******************************************************************************************/
  /* Layout
    /******************************************************************************************/
  .main-col {
    width: 100%;
    margin-right: 0;
    float: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-col .left {
    width: 100%;
    margin-right: 0;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-col .right {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-col .module:first-child {
    margin-top: 15px;
  }
  aside.right {
    width: 100%;
    float: none;
    padding-top: 30px;
    -webkit-box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 10px 15px -15px rgba(0, 0, 0, 0.4);
  }
  .mob-accordian .left.wide {
    width: 70%;
    float: left;
  }
  .mob-accordian .right.narrow {
    width: 25%;
    float: left;
    display: block;
  }
  .mob-accordian .right.narrow .secondary {
    margin: 15px 20px 15px 0;
  }
  .mob-accordian .panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 500ms ease-in-out;
    -moz-transition: max-height 500ms ease-in-out;
    -ms-transition: max-height 500ms ease-in-out;
    -o-transition: max-height 500ms ease-in-out;
    transition: max-height 500ms ease-in-out;
  }
  .mob-accordian .panel.open {
    max-height: 600px;
  }
  /******************************************************************************************/
  /* UI
    /******************************************************************************************/
  /* Icons */
  .icon {
    width: 40px;
    height: 40px;
    margin: 0 6px;
  }
  .icon.tw {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -687px -305px;
  }
  .icon.in {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -728px -305px;
  }
  .icon.fb {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -770px -305px;
  }
  .icon.gp {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -811px -305px;
  }
  .icon.rss {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -852px -305px;
  }
  .btn.rounded {
    display: block;
  }
  /******************************************************************************************/
  /* Off Canvas Nav*/
  /******************************************************************************************/
  .wrapper {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  nav.mobile {
    display: block;
  }
  nav.mobile ul {
    margin-left: 0;
  }
  nav.full {
    visibility: hidden;
    height: 0;
  }
  .oc-panel {
    width: 100%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
  .oc-panel.menu {
    z-index: 9999;
    left: -186px;
    width: 186px;
    background: #333935;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
  }
  .oc-panel.menu.open {
    left: 0;
    -webkit-box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.8);
  }
  .oc-panel.page .m-open {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    margin-left: 126px;
  }
  nav.mobile ul li {
    border-bottom: 1px solid #686E6B;
    font-family: 'museo_sans500';
    font-weight: normal !important;
  }
  nav.mobile ul li a {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 15px;
    line-height: 1.2;
  }
  nav.mobile ul li.top {
    margin-bottom: 50px;
    padding: 10px;
  }
  nav.mobile ul li.top a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ie7 nav.mobile ul li.top a {
    display: inline !important;
  }
  nav.mobile ul li.top a.home {
    text-indent: -9999px;
    width: 38px;
    height: 38px;
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: -633px -305px;
    line-height: 38px;
    padding: 0;
  }
  nav.mobile ul li.top a.close {
    background-image: url(../images/structure/sprite.png);
    background-repeat: no-repeat;
    background-position: right -358px;
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    padding: 0;
    padding-right: 50px;
    line-height: 40px;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
  }
  nav.mobile ul li.register a {
    color: #F0603D;
    background: #333333;
    /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #14120f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #14120f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #14120f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #14120f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #14120f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%, #14120f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#14120f', GradientType=0);
    /* IE6-9 */
  }
  .tp-submission .align-right {
    text-align: center;
  }
  .tp-submission ul.bullets {
    padding: 20px;
  }
  /******************************************************************************************/
  /* Filtered List
    /******************************************************************************************/
  .filtered-list aside {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .filtered-list .results {
    margin-left: 0;
  }
  .filtered-list .results .sorter {
    text-align: center;
  }
  .filtered-list .results .sorter.refine {
    position: relative;
    overflow: inherit;
    clip: auto;
    height: inherit;
    width: inherit;
    margin: inherit;
    padding: inherit;
    border: inherit;
    border: none;
    background: #F1F1F2;
  }
  .filtered-list .results .selector {
    border: none;
  }
  .filtered-list .results .selector a {
    width: 50%;
    display: block;
    margin: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }
  .filtered-list .pager {
    display: none;
  }
  .filtered-list .result-list .item {
    padding: 10px 5px;
    height: auto;
  }
  .filtered-list .result-list .item .thumb {
    width: 30%;
  }
  .filtered-list .result-list .item .thumb img {
    margin-bottom: 0;
  }
  .filtered-list .result-list .item .thumb span {
    display: none;
  }
  .filtered-list .result-list .item .details .btn.link {
    display: none;
  }
  .filtered-list .result-list .item .actions {
    width: 100%;
    text-align: right;
  }
  .filtered-list .result-list .item .actions .inside {
    float: left;
    width: 46%;
    padding: 2%;
    font-size: 12px;
  }
  .filtered-list .result-list .item .actions .inside .secondary {
    margin: 0;
  }
  .filtered-list .result-list .item .actions .inside.mobile {
    text-align: left;
  }
  .filtered-list .result-list .thumb .inside,
  .filtered-list .result-list .details .inside,
  .filtered-list .result-list .actions .inside {
    padding: 5px;
  }
  .filtered-list .result-list .wide .actions .inside {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .filtered-list .result-list .featured > span {
    display: none;
  }
  .result-list.t-points .item .details,
  .result-list.t-points .item .actions {
    height: auto;
  }
  .result-list.t-points .item .details {
    width: 60%;
  }
  .result-list.t-points .item .details a {
    margin-left: 10px;
  }
  .result-list.t-points .item .actions {
    width: 40%;
    text-align: center;
  }
  a.thumbs,
  a.replies {
    padding-left: 0;
    padding-top: 40px;
    width: 40px;
    font-size: 10px;
    line-height: 1.2;
    vertical-align: top;
    text-align: center;
    margin: 0 5px !important;
  }
  a.vote {
    padding: 0 36px 0 0!important;
    margin: 0 10px !important;
  }
  a.voted {
    padding: 0 10px !important;
    margin: 0 10px !important;
  }
  /* Forms */
  .form-section {
    margin-bottom: 0 !important;
  }
  .form-progress {
    margin-left: 0;
  }
  .form-progress .stage .name {
    display: none;
  }
  .row {
    margin-bottom: 0;
    min-height: 0;
  }
  .row .col {
    width: 100%;
    min-height: 0;
  }
  .row .col.wide,
  .row .col.narrow,
  .row .col.half {
    width: 100%;
    margin-right: 0;
    text-align: left !important;
    margin-bottom: 10px;
  }
  .tooltip {
    margin: auto 17% auto 3%;
  }
  .tooltip span {
    left: 0;
  }
  .form-nav {
    margin-top: 0px;
  }
  .form-nav .col {
    width: 47.5%;
  }
  /* Dashboard */
  /******************************************************************************************/
  /* tabs */
  .dashboard-tabs .inner {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .dashboard-tabs .tab {
    line-height: 60px;
  }
  .tab {
    width: 50%;
    max-width: 200px;
    font-size: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    line-height: 54px;
  }
  .dashboard .detail-box {
    margin: 0;
  }
  .dashboard .inside {
    padding: 0;
  }
  .topic-filters {
    margin: 0;
  }
  .topic-section {
    *zoom: 1;
    margin: 0;
    border-bottom: none;
  }
  .topic-section:before,
  .topic-section:after {
    content: "";
    display: table;
  }
  .topic-section:after {
    clear: both;
  }
  .topic-section:before,
  .topic-section:after {
    content: "";
    display: table;
  }
  .topic-section:after {
    clear: both;
  }
  .topic-section .topic {
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
  }
  .topic-section .inside {
    height: auto!important;
    max-height: 36px;
    overflow: hidden;
    -webkit-transition: max-height 400ms ease-in-out;
    -moz-transition: max-height 400ms ease-in-out;
    -ms-transition: max-height 400ms ease-in-out;
    -o-transition: max-height 400ms ease-in-out;
    transition: max-height 400ms ease-in-out;
  }
  .topic-section .inside.open {
    max-height: 500px;
  }
  .boxed {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #eee;
  }
  .boxed .header {
    text-transform: none;
  }
  .boxed .secondary {
    margin-bottom: 0;
  }
  .boxed label {
    font-weight: bold;
  }
  .boxed input {
    background: #fff;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .boxed .inside {
    padding: 0 20px;
  }
  #fader {
    background: #fff;
    opacity: 1;
  }
  /******************************************************************************************/
  /* Footer
    /******************************************************************************************/
  footer {
    padding-top: 0;
    background: none;
  }
  .footer-splash {
    display: block;
  }
  .footer-splash img {
    display: block;
    width: 100%;
    height: auto;
  }
  .f-top {
    width: 100%;
    margin-right: 0;
    float: none;
    border-bottom: none;
  }
  .f-top .left,
  .f-top .right {
    padding: 15px;
  }
  .f-top .left {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .f-top .right {
    width: 100%;
    float: none;
    -webkit-box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.5);
  }
  .f-top .shadow {
    display: none;
  }
  .f-top p.tweet-info {
    line-height: 2;
  }
  .tw-latest figure .tweet {
    font-size: 20px;
    line-height: 1.2;
  }
  .newsletter .rounded-input {
    width: 100%;
    padding: 0 15px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
  }
  .newsletter .rounded-input input[type=submit] {
    top: 1px;
    right: 1px;
  }
  .newsletter .align-center {
    line-height: 40px;
    height: 40px;
    margin: 10px 0 15px;
  }
  .newsletter .align-center input[type=submit] {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    top: 12px;
    margin-right: 15px;
  }
  .ie7 .newsletter .align-center input[type=submit] {
    display: inline !important;
  }
  .newsletter .align-center span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ie7 .newsletter .align-center span {
    display: inline !important;
  }
  .logged-in .newsletter {
    display: none;
  }
  .f-bottom ul li a {
    border: none;
  }
  .f-bottom .ds-link {
    margin-top: 30px;
  }
  /* Switches */
  .not-mobile {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .menu-widget li a:before {
    display: inline-block;
  }
  .dropdown-link .dropdown-title {
    width: 90%;
  }
  .dropdown-toggle {
    top: -3px;
  }
  .menu-widget li > ul li a {
    max-width: none;
  }
}
@media (max-width: 700px) {
  .handbook-container .handbook-article__title h1 {
    width: 100% !important;
  }
  .handbook-container .handbook-article__cta {
    margin-top: 15px;
  }
  .dropdown-link .dropdown-title {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .dropdown-toggle {
    top: 0;
  }
}
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(../images/structure/star.png);
  height: 16px;
  outline: none;
}
.rateit .rateit-range * {
  display: block;
}
/* for IE 6 */
* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}
/* for IE 7 */
* + html .rateit,
* + html .rateit .rateit-range {
  display: inline;
}
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0px;
}
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0px;
}
.rateit .rateit-hover {
  background: url(../images/structure/star.png) left -42px;
}
.rateit .rateit-hover-rtl {
  background-position: right -42px;
}
.rateit .rateit-selected {
  background: url(../images/structure/star.png) left -21px;
}
.rateit .rateit-selected-rtl {
  background-position: right -21px;
}
.rateit .rateit-preset {
  background: url(../images/structure/star.png) left -21px;
}
.rateit .rateit-preset-rtl {
  background: url(../images/structure/star.png) left -21px;
}
.rateit button.rateit-reset {
  background: url(../images/structure/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}
.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}
@media print {
  /* Gloabals */
  @page {
    margin: 1.2cm;
    text-align: left !important;
  }
  * {
    text-indent: 0 !important;
    float: none !important;
  }
  body {
    font-family: Arial, Helvetica, sans-serif !important;
  }
  .left,
  .right {
    float: none !important;
    width: 100%;
  }
  /* Hide non relevant items */
  header,
  nav.main,
  footer,
  .btn,
  .secondary,
  .actions,
  .breadcrumbs,
  .top-links,
  .search-box,
  .splash {
    display: none !important;
  }
  header,
  .logo {
    background-image: none !important;
  }
  .border-wrap {
    border: none !important;
  }
  .module.comments,
  .module.related,
  .module.social-icons,
  .module.recommended,
  .module.section-links,
  .module.article-list {
    display: none !important;
  }
  /* Add image replacements */
  .page-title:before {
    content: 'LOGO HERE' !important;
    display: block !important;
  }
  /* Layout */
  .event-details .detail td.align-right {
    text-align: left;
  }
  /* Add page breaks */
  .contact {
    page-break-before: always !important;
  }
}
#mainForm {
  overflow: hidden;
}
.handbook-search {
  padding: 15px 5px;
  min-height: 30px;
  background: #e9eef3;
  border-bottom: 1px solid #BDBDBD;
}
.handbook-search__title {
  float: left;
  margin: 0 0 0 50px;
  color: #1c91ff;
  font-size: 20px;
  line-height: 1.9em;
}
.handbook-search__label {
  float: right;
  margin: 0;
  color: #1c91ff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.9em;
}
.form-container {
  overflow: hidden;
}
.handbook-search .form-container {
  padding: 0 20px 0 30px;
}
.handbook-form {
  float: right;
  position: relative;
  padding: 1px 2px 1px 15px;
  margin-left: 15px;
  height: 40px;
  width: 100%;
  max-width: 300px;
  background: #fff;
  text-align: left;
  line-height: 36px;
  border: 1px solid #BFBFBF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.handbook-form__search {
  height: 26px;
  margin-right: 10px;
  padding: 7px 5px;
  width: 250px;
  color: #525265;
  font-size: 14px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  background: none;
  border: none;
}
.handbook-form__button {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0 !important;
  height: 36px !important;
  width: 36px !important;
  background-color: transparent !important;
  background-image: url(../../employers/images/structure/sprite.png) !important;
  background-repeat: no-repeat !important;
  background-position: -579px -254px !important;
  border: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.handbook-aside .handbook-menu {
  background: #1c91ff;
}
.handbook-aside img {
  padding: 5px 10px 25px;
}
.handbook-menu li a:hover {
  text-decoration: none;
}
.handbook-menu li > ul {
  background: none;
  border: none;
}
.handbook-menu li > ul li a:hover {
  font-weight: normal;
  text-decoration: none;
  background: #2F9BFF;
}
.handbook-menu__link--dropdown {
  position: relative;
  border-top: 1px solid #59aefe;
}
.handbook-menu .js-dropdown-active:after {
  content: '';
  background-image: url(../../confed/images/structure/up.png);
  background-position: 7px 8px;
  background-repeat: no-repeat;
  background-size: 11px;
}
.handbook-menu__link--sub {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.5s;
}
.handbook-menu .js-open-sub {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.dropdown-link:active,
.dropdown-link:focus {
  background: #0473b1;
}
.js-toggle-icon .dropdown-toggle:after,
.js-anchor-active .dropdown-toggle:after {
  background-image: url(../../employers/images/structure/up.png);
}
.primary-link.js-sub-active,
.dropdown-link.js-anchor-active {
  background: #0473b1;
}
.sub-link.js-sub-active {
  background: #2f9bff;
}
.dropdown-title {
  display: inline-block;
  width: 70%;
}
.dropdown-toggle {
  position: relative;
  float: right;
  margin: 0 5px 0 0;
  height: 30px;
  width: 35px;
  cursor: pointer;
}
.dropdown-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4em;
  background-image: url(../../employers/images/structure/down.png);
  background-position: 7px 8px;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.responsive-table {
  margin-bottom: 15px;
  overflow-y: hidden;
}
.handbook-container {
  max-width: 1220px;
}
.handbook-container .handbook-article {
  margin-top: 30px;
}
.handbook-container .handbook-article__title h1 {
  width: 65%;
  color: #1c91ff;
  font-size: 44px;
  line-height: 1.2em;
}
.handbook-container .handbook-article p {
  color: #676D6D;
  font-size: 15px;
  line-height: 1.9em;
}
.handbook-container .handbook-article h2 {
  margin: 45px 0;
  color: #1c91ff;
  font-size: 28px;
}
.handbook-container .handbook-article .blue-btn {
  background: #1c91ff;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
}
.handbook-container .handbook-article .blue-btn:hover,
.handbook-container .handbook-article .blue-btn:focus {
  background: #0473b1;
}
.handbook-container .handbook-article__cta {
  position: relative;
  float: right;
  max-width: 250px;
}
.handbook-container .handbook-article__cta--download {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding: 10px 12px 10px 37px;
  min-width: 201px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #1c91ff;
  border-radius: 5px;
}
.handbook-container .handbook-article__cta--download:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background: url('../images/structure/download-icon.svg') no-repeat;
}
.handbook-container .handbook-article__cta--download:hover,
.handbook-container .handbook-article__cta--download:focus {
  background: #0473b1;
}
.handbook-container .handbook-article a {
  color: #1c91ff;
  border-bottom: none;
  text-decoration: underline;
}
.handbook-container table th,
.handbook-container table td {
  border: 1px solid #e8eaeb;
  vertical-align: top;
  color: #676d6d;
  font-size: 13px;
}
.handbook-container table td:first-child {
  padding-top: .5em;
}
.handbook-container table td:last-child {
  padding-bottom: .5em;
}
.handbook-container table th,
.handbook-container table td {
  text-align: center;
  padding: .25em .5em;
}
.handbook-article ol {
  margin: 0;
}
.handbook-article ol li {
  margin-left: 25px;
  margin-bottom: 30px;
  padding-left: 15px;
  list-style-type: decimal;
}
.handbook-article ol li:before {
  display: none;
}
.handbook-article ol li ol {
  margin-top: 30px;
}
.handbook-article ol li ol li {
  margin-left: 15px;
  margin-bottom: 30px;
  padding-left: 15px;
  list-style-type: lower-alpha;
}
.handbook-article .related-pages__title {
  margin-bottom: 30px !important;
}
.handbook-article .related-pages__list {
  margin: 0;
}
.handbook-article .related-pages__list--item {
  margin-left: 0;
  margin-bottom: 20px;
  color: #000;
  font-weight: 900;
}
.handbook-article .related-pages__list--item:before {
  display: none;
}
.handbook-article .related-pages__list--item a {
  display: block;
  padding: 10px 0;
  color: #1c91ff;
  font-weight: 300;
  text-decoration: underline;
}
html {
  background-color: #fff;
}
body {
  background-color: #fff;
}
.pdf-body {
  size: A4;
  position: relative;
  margin: 0 auto;
  width: 211mm;
  height: 297mm;
  background: #fff;
}
.pdf-title {
  float: left;
  margin: 100px 0 200px;
  width: 100%;
  max-width: 500px;
  background: #1d91ff;
}
@media (max-width: 500px) {
  .pdf-title {
    max-width: 400px;
  }
}
@media (max-width: 400px) {
  .pdf-title {
    max-width: 320px;
  }
}
.pdf-title__heading {
  margin: 0;
  padding: 80px 60px;
  color: #fff;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3em;
}
@media (max-width: 500px) {
  .pdf-title__heading {
    padding: 70px 30px;
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .pdf-title__heading {
    padding: 50px 40px;
    font-size: 24px;
  }
}
.pdf-contain {
  clear: both;
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 520px;
  color: #000;
  font-size: 12px;
  background: #fff;
}
@media (max-width: 400px) {
  .pdf-contain p {
    padding: 0 20px;
  }
}
.pdf-contain h1,
.pdf-contain h2,
.pdf-contain h3,
.pdf-contain h4,
.pdf-contain h5,
.pdf-contain h6 {
  color: #1d91ff;
  font-weight: 600!important;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 400px) {
  .pdf-contain h1,
  .pdf-contain h2,
  .pdf-contain h3,
  .pdf-contain h4,
  .pdf-contain h5,
  .pdf-contain h6 {
    padding: 0 20px;
  }
}
.pdf-contain h1 {
  font-size: 22px;
}
.pdf-contain h2 {
  font-size: 20px;
}
.pdf-contain h3 {
  font-size: 18px;
}
.pdf-contain h4 {
  font-size: 16px;
}
.pdf-contain h5 {
  font-size: 14px;
}
.pdf-contain h6 {
  font-size: 12px;
}
@media (max-width: 400px) {
  .pdf-contain ol,
  .pdf-contain ul {
    margin: 0;
    padding: 0 40px;
  }
}
.pdf-contain ol {
  list-style-type: decimal;
}
.pdf-contain ol li {
  margin: 0 0 20px;
}
.pdf-contain ol li:before,
.pdf-contain ol li:after {
  display: none;
}
.pdf-contain ul {
  margin: 5px 0 30px 30px;
  list-style: inside;
}
.pdf-contain ul li {
  margin: 0 0 5px;
}
.pdf-contain ul li:before,
.pdf-contain ul li:after {
  display: none;
}
@media (max-width: 400px) {
  .pdf-contain ol li ul {
    padding: 0;
  }
}
.pdf-contain table {
  margin-left: -60px;
  text-align: left;
}
.pdf-contain table th,
.pdf-contain table td {
  border: 1px solid #e8eaeb;
  vertical-align: top;
  color: #676d6d;
  text-align: left;
  font-size: 13px;
}
.pdf-contain table td:first-child {
  padding-top: .5em;
}
.pdf-contain table td:last-child {
  padding-bottom: .5em;
}
.pdf-contain table th,
.pdf-contain table td {
  text-align: left !important;
  padding: .25em .5em;
}
.pdf-company {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .pdf-company {
    padding: 0 30px;
  }
}
.pdf-company__logo {
  margin: 0;
  color: #1d91ff;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700!important;
  text-transform: uppercase;
  line-height: 1em;
}
.pdf-company__logo span {
  display: block;
  color: #000;
  font-size: 18px;
}
.pdf-info {
  margin-top: 30px;
  padding: 0;
  height: 100%;
  background: none;
  border-top: 1px solid silver;
}
@media (max-width: 600px) {
  .pdf-info {
    padding: 0 30px;
  }
}
.pdf-info__number {
  margin: 20px 0 5px;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}
.pdf-info__extra {
  clear: right;
  display: block;
  color: #3a3a3a;
  font-size: 12px;
  font-weight: 300;
}
.pdf-chapter {
  font-weight: 600!important;
}
.pdf-chapter span {
  display: block;
  font-weight: 300!important;
}
.footer-logo {
  float: left;
  width: 40%;
  font-size: 14px;
}
@media (max-width: 500px) {
  .footer-logo {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-logo span {
  font-size: 10px;
}
.pdf-footer-info {
  overflow: hidden;
  padding: 20px 0;
}
@media (max-width: 600px) {
  .pdf-footer-info {
    padding: 20px 15px;
  }
}
.footer-info {
  float: left;
  margin: 0;
  width: 60%;
}
@media (max-width: 600px) {
  .footer-info {
    float: none;
    display: block;
    width: 100%;
  }
}
.footer-info__number {
  margin: 0;
}
.footer-info__extra {
  display: inline;
}
.pdf-contents-title {
  float: none;
  display: block;
  margin: 0 0 20px;
  width: 100%;
  max-width: none;
  background: none !important;
}
.pdf-contents-title__header {
  padding: 80px 60px 40px;
  font-weight: bold;
  color: #1d91ff;
}
@media (max-width: 400px) {
  .pdf-contents-title__header {
    padding: 40px 35px;
  }
}
.pdf-contents {
  width: 100%;
  margin-right: auto !important;
  margin-left: 0px !important;
}
.pdf-contents tr:nth-child(2n+2) td {
  background: #e9eef2;
}
.pdf-contents td {
  border: none;
}

/* DEVELOPMENT CSS */

/* External links*/
 a[rel~="external"] {
    background: url(../images/structure/external_link.png) no-repeat center right;
    line-height: 15px;
    padding-right: 20px;
}
