/*
* BBA
* Copyright   : Emerge LTD
* Date    : 30 / 10 / 2013
* Version   : 1.0
*
*
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0; }

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

body, html {
  padding: 0;
  margin: 0; }

div {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */ }

body {
  -webkit-font-smoothing: antialised; }

h1, .fakeh1 {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 15px; }

h2, .fakeh2 {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin: 10px 0 15px 0; }

h3, .fakeh3 {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400; }

h4, .fakeh4 {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 15px 0; }

.double-height-h4 {
  height: 56px;
  min-height: 56px; }

h5, .fakeh5 {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 15px 0; }

h6, .fakeh6 {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500; }

.fakeh7 {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px; }

.light {
  font-weight: 100 !important; }

.bold {
  font-weight: 700 !important; }

a,
.link-current,
.link-prev,
.link-next {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none; }

.block-header, .orange-block-header, .blue-block-header {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif; }

a {
  color: #016fba; }

a:hover {
  text-decoration: underline; }

.large-link, .articles .sections .article .small-title, .take-me-to .sections .article .small-title {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 0; }

.button, .orange-button, .grey-button, .blue-button, .black-button {
  font-weight: bold; }

.button:hover, .orange-button:hover, .grey-button:hover, .blue-button:hover, .black-button:hover {
  text-decoration: none; }

.menu-row a:hover {
  text-decoration: none; }

p {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px; }
  p a {
    text-decoration: underline; }

p.last {
  margin-bottom: 0px; }

label {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400; }

.strong, strong, b {
  font-weight: bold;
  /*500*/ }

em, i {
  font-style: italic; }

.quote {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 22px; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

sup {
  font-size: 11px; }

ul,
ol {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  list-style-type: disc;
  list-style-position: inside; }

.bulleted {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px; }

.tweet-link {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin: 10px 0 15px 0; }

.my-viewed-titles {
  line-height: 26px; }

/* Global Colors */
/* Global Colors */
.light-blue {
  color: #42b2d9; }

.light-blue-bg {
  background-color: #42b2d9; }

.sky-blue {
  color: #cce2f1; }

.sky-blue-bg {
  background-color: #cce2f1; }

.blue {
  color: #016fba; }

.blue-bg {
  background-color: #016fba; }

.dark-blue {
  color: #105d91; }

.dark-blue-bg {
  background-color: #105d91; }

.light-grey {
  color: #eee; }

.light-grey-bg {
  background-color: #eee; }

.mid-grey {
  color: #ccc; }

.mid-grey-bg {
  background-color: #ccc; }

.grey {
  color: #b6b6b6; }

.grey-bg {
  background-color: #b6b6b6; }

.dark-grey {
  color: #787878; }

.dark-grey-bg {
  background-color: #787878; }

.black {
  color: #333; }

.black-bg {
  background-color: #333; }

.super-black {
  color: #000; }

.super-black-bg {
  background-color: #000; }

.orange {
  color: #fea42f; }

.orange-bg {
  background-color: #fea42f; }

.white {
  color: #fff; }

.white-bg {
  background-color: #fff; }

.red {
  color: #900; }

/* Borders  */
.grey-border-bottom {
  border-bottom: 1px solid #eee; }

/* Shadows */
.thumbnail.shadow {
  -webkit-box-shadow: 2px 2px 3px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 2px 2px 3px rgba(204, 204, 204, 0.75);
  box-shadow: 2px 2px 3px rgba(204, 204, 204, 0.75); }

/* General Styles */
body {
  font: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 13px;
  color: #333; }

.right {
  float: right; }

.left {
  float: left; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.padding-top {
  padding-top: 20px; }

.no-top-margin {
  margin-top: 0 !important; }

.no-vertical-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.hidden {
  display: none; }

.no-script-hide {
  visibility: hidden; }

.desktop {
  display: none; }

.mobile-show-important {
  display: none !important; }

.centred {
  text-align: center; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.animate {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* Alert messages */
.error {
  border: 1px solid #dd3d36;
  border-left: 4px solid #dd3d36;
  margin: 0 0 20px;
  padding: 2%;
  width: 96%;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400; }

/* Buttons */
.button, .orange-button, .grey-button, .blue-button, .black-button {
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 18px;
  display: inline-block;
  background-position: 0px -578px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .button:disabled, .orange-button:disabled, .grey-button:disabled, .blue-button:disabled, .black-button:disabled {
    cursor: not-allowed; }

.button-large, .orange-button-large {
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  padding: 10px 0 25px 0;
  display: block;
  float: left;
  background-position: 0px -570px;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
  width: 130px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.orange-button-large {
  background-color: #fea42f; }

.orange-button {
  background-color: #fea42f; }
  .orange-button span.sprite.arrow,
  .orange-button span.sprite.blue-right-arrow-small {
    margin: 0 0 0 5px;
    background-position: -145px -67px;
    display: inline-block;
    width: 6px;
    height: 13px; }

.grey-button {
  background-color: #333; }

.blue-button {
  background-color: #016fba;
  color: #fff; }
  .blue-button span.sprite.arrow {
    margin: 0 0 0 5px;
    background-position: -475px -67px;
    display: inline-block;
    width: 6px;
    height: 13px; }

.black-button {
  background-color: #333;
  color: #fff;
  background-position: -770px -578px; }
  .black-button span.sprite.arrow {
    margin: 0 0 0 5px;
    background-position: -475px -85px;
    display: inline-block;
    width: 6px;
    height: 9px; }

.button:hover, .orange-button:hover, .grey-button:hover, .blue-button:hover, .black-button:hover {
  background-position-y: -588px; }

.button-large:hover, .orange-button-large:hover {
  background-position-y: -580px;
  text-decoration: none; }

.content {
  border-bottom: 1px solid #eee;
  width: 620px; }
  .content p {
    padding-right: 0; }
  .content.no-border {
    border: none; }
  .content.padded-right {
    padding-right: 10%;
    width: 90%; }
  .content ul {
    margin-bottom: 25px; }

.blockquote {
  padding: 30px;
  margin-bottom: 20px;
  clear: both;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  line-height: 26px;
  font-size: 16px; }
  .blockquote p {
    width: 100%;
    padding: 0; }
  .blockquote h2 {
    margin-top: 0; }

.content ul {
  list-style-position: outside;
  padding-left: 25px; }
  .content ul li {
    padding: 5px 0; }
.content .last {
  border-bottom: none; }

.listing {
  list-style: none;
  border-top: 1px solid #eee; }
  .listing .article {
    padding: 20px 30px 10px 20px;
    border-bottom: 1px solid #eee; }
    .listing .article .excerpt {
      /*margin-top: 10px;*/ }
    .listing .article .article-snippet {
      padding-top: 20px; }
      .listing .article .article-snippet .article-image {
        float: right;
        margin-left: 100px; }
  .listing .article.last {
    border-bottom: none; }

.author-profile {
  float: right;
  margin-left: 100px;
  margin-top: 15px; }

.sharebar {
  padding: 10px 0; }

.six-sixty .row .six-sixty.news-article-extras {
  width: 620px; }
  .six-sixty .row .six-sixty.news-article-extras .three-hundred {
    width: 288px;
    margin-right: 20px; }

.associate-container .associate-description {
  float: left;
  width: 220px; }
.associate-container .associate-logo {
  float: left;
  background: #fff;
  width: 220px;
  margin-left: 18px;
  min-height: 60px;
  text-align: center; }
  .associate-container .associate-logo img {
    display: inline-block; }

/* Pagination */
.next.page-numbers {
  width: 50px;
  float: right;
  margin-top: 20px; }

.prev.page-numbers {
  width: 50px;
  float: left;
  margin-top: 20px; }

.link-group, .anchor-links, .pagination, .directory {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .link-group .links-row, .anchor-links .links-row, .pagination .links-row, .directory .links-row {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 60px;
    line-height: 60px; }
    .link-group .links-row li, .anchor-links .links-row li, .pagination .links-row li, .directory .links-row li {
      display: block;
      float: left; }
      .link-group .links-row li a, .anchor-links .links-row li a, .pagination .links-row li a, .directory .links-row li a,
      .link-group .links-row li .link-current,
      .anchor-links .links-row li .link-current,
      .pagination .links-row li .link-current,
      .directory .links-row li .link-current {
        display: block;
        padding: 15px 10px 15px 20px; }
    .link-group .links-row.sm li a, .anchor-links .links-row.sm li a, .pagination .links-row.sm li a, .directory .links-row.sm li a {
      padding: 0 9px !important;
      width: 90px !important;
      text-align: center;
      margin-top: 5px !important; }

.anchor-links {
  border-top: 1px solid #016fba;
  background-image: url(../images/grey-shadow-grad.png);
  background-position: top center;
  background-repeat: repeat-x; }

.pagination .link-prev,
.pagination .link-next {
  display: block;
  padding: 15px 20px 15px 20px;
  position: absolute; }
.pagination .link-prev {
  top: 0px;
  left: 0px; }
.pagination .link-next {
  top: 0px;
  right: 0px; }
.pagination .links-row {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .pagination .links-row li {
    float: none;
    display: inline-block;
    margin: 0 auto; }
    .pagination .links-row li a,
    .pagination .links-row li .link-current {
      display: block;
      padding: 15px 5px 15px 5px; }
    .pagination .links-row li a.active:link,
    .pagination .links-row li a.active:visited,
    .pagination .links-row li a.active:hover,
    .pagination .links-row li a.active:active {
      text-decoration: none;
      cursor: default;
      color: #333; }

.directory-select {
  display: none; }

.directory .links-row {
  padding: 10px 15px; }
  .directory .links-row li a,
  .directory .links-row li .link-current {
    padding: 15px 4px 15px 4px; }
  .directory .links-row li .strong {
    padding-right: 15px; }

.date-group .date-anchor {
  position: relative;
  left: -10px;
  width: 670px; }
  .date-group .date-anchor .date-bar {
    padding: 15px 20px;
    margin-bottom: 0;
    position: relative; }
    .date-group .date-anchor .date-bar .top-scroll {
      float: right; }
  .date-group .date-anchor .small-blue-corner-bottom-right {
    position: absolute;
    top: -6px;
    left: 0px; }
.date-group .article {
  padding-top: 20px;
  padding-bottom: 20px; }
.date-group .article.last {
  padding-bottom: 30px; }

.simpleTabsContent .download, .simpleTabsContent .interest {
  padding: 10px 10px 10px 45px;
  background: url(../images/download-link.jpg) center left no-repeat; }
  .simpleTabsContent .download span, .simpleTabsContent .interest span {
    font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #000;
    clear: both;
    float: none;
    display: block; }
.simpleTabsContent .interest {
  background: url(../images/interest-link.jpg) center left no-repeat; }

.slider {
  position: relative;
  padding: 0;
  height: auto; }
  .slider .slider-image {
    width: 100%;
    height: 410px;
    height: auto;
    position: relative; }
  .slider .text-area {
    width: 800px;
    height: 410px;
    background: url(../images/dark-grey-decal.png) top left no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .slider .copy {
    position: absolute;
    background-image: url(../images/dark-grey-decal.jpg);
    bottom: 50px;
    left: 20px;
    width: 400px; }
    .slider .copy p, .slider .copy h5 {
      padding: 0;
      margin: 0; }

.site-map {
  /* ul */ }
  .site-map ul {
    /* li */ }
    .site-map ul li {
      list-style-type: none;
      margin-left: 30px; }
      .site-map ul li.main-page {
        margin-left: 0;
        font-size: 14px; }
        .site-map ul li.main-page a {
          font-weight: 600; }
      .site-map ul li.sub-page {
        margin-left: 60px; }
      .site-map ul li a {
        color: #105d91; }

.linkedin {
  position: relative;
  height: 790px; }
  .linkedin .more-reasons {
    bottom: 20px;
    width: 343px; }
  .linkedin .reasons-image {
    position: relative;
    height: 250px;
    width: 100%;
    /* copy */ }
    .linkedin .reasons-image .copy {
      position: absolute;
      bottom: 0;
      width: 250px; }
      .linkedin .reasons-image .copy p {
        width: auto;
        line-height: 16px;
        font-size: 14px;
        padding: 10px 10px 10px 10px;
        margin: 0; }
    .linkedin .reasons-image .logo {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100px;
      height: 68px;
      background: #fff; }

/* Linkedin */
.linked-btn {
  display: inline-block;
  height: 50px;
  width: auto;
  background: #105d91;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  font-size: 16px; }
  .linked-btn .sprite {
    float: left;
    margin: 16px 15px 15px 15px; }
  .linked-btn .copy {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    float: left;
    width: inherit;
    padding-right: 20px;
    padding-left: 20px;
    background: #016fba; }

.hidden-text {
  display: none; }

.unhide-text {
  display: inline; }

.img-absolute {
  position: absolute; }

/* Ajax loader -- */
.ajax-loader {
  width: 35px;
  height: 35px;
  margin: 50px auto;
  background: url(../images/ajax-loader.gif) no-repeat;
  display: none; }

.booking-no-spaces {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  padding: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9); }

.warning-outer {
  width: 100%;
  margin-bottom: 15px; }

.warning-inner {
  background: #fea42f;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  width: 100%;
  padding: 10px;
  color: #fff; }

.print {
  display: none; }

.mobile-break {
  display: none; }

.pagination-page {
  display: none; }

.active-page {
  display: block;
  overflow: hidden; }

.pagination-pager {
  height: 55px;
  border: 1px solid #ccc;
  background: #eee; }
  .pagination-pager ul {
    height: 30px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    width: 90px;
    background: #b6b6b6;
    list-style: none;
    list-style-type: none; }
    .pagination-pager ul li {
      text-indent: -5000px;
      width: 20px;
      height: 20px;
      display: inline-block;
      cursor: pointer;
      background: url(../images/pagination-bullets.png) no-repeat;
      background-position: 0 0; }
      .pagination-pager ul li.active-pager {
        background-position: -29px 0; }

.pod {
  margin-bottom: 20px; }
  .pod .border {
    border: 1px solid #ccc; }

.padTwenty {
  padding: 20px;
  overflow: hidden; }

.padFive {
  padding: 5px;
  overflow: hidden; }

.padFiveTwenty {
  padding: 5px 20px 20px;
  overflow: hidden; }

.padTwentyFive {
  padding: 20px 5px;
  overflow: hidden; }

.pod-text-link {
  line-height: 40px;
  margin-left: 20px;
  font-weight: bold; }

.pod-text-link:hover {
  color: #016fba; }

.twitter-feed {
  border: 1px solid #ccc; }
  .twitter-feed .follow {
    color: #016fba;
    font-weight: bold;
    margin: 10px 20px 10px 20px;
    display: block; }
    .twitter-feed .follow .arrow {
      margin: 0 0 0 5px;
      background-position: -145px -85px;
      display: inline-block;
      width: 6px;
      height: 8px; }

.twitter-timeline-rendered {
  padding: 0 20px; }

.mpu {
  position: relative;
  display: block;
  height: 250px; }
  .mpu .blue-decal {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px; }
    .mpu .blue-decal .arrow {
      margin: 0 0 0 5px;
      background-position: -475px -45px;
      display: inline-block;
      width: 10px;
      height: 18px; }
    .mpu .blue-decal p {
      margin-top: 10px; }

.mpu:hover .arrow {
  background-position: -585px -45px; }

.myLinks .wrapper {
  padding: 20px 15px;
  overflow: hidden; }

.icon-bookmark {
  background-position: -20px -205px;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto; }

.accordion, .articles, .take-me-to {
  border: 1px solid #ccc; }
  .accordion .clickable-title, .articles .clickable-title, .take-me-to .clickable-title {
    cursor: pointer; }
  .accordion .title, .articles .title, .take-me-to .title {
    padding: 20px;
    line-height: 20px;
    position: relative; }
    .accordion .title .arrow, .articles .title .arrow, .take-me-to .title .arrow {
      margin: 0 0 0 5px;
      background-position: -475px -67px;
      display: inline-block;
      width: 6px;
      height: 13px; }
    .accordion .title .icon-expand, .articles .title .icon-expand, .take-me-to .title .icon-expand {
      background-position: 0px -305px;
      width: 25px;
      height: 25px;
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 18px; }
    .accordion .title .minus, .articles .title .minus, .take-me-to .title .minus {
      background-position: 0px -305px; }
  .accordion .title.sprite, .articles .title.sprite, .take-me-to .title.sprite {
    background-position: 0px -570px;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .accordion .title.sprite:hover, .articles .title.sprite:hover, .take-me-to .title.sprite:hover {
    background-position: 0px -580px; }
  .accordion .title:hover, .articles .title:hover, .take-me-to .title:hover {
    color: #fff; }
    .accordion .title:hover .icon-expand, .articles .title:hover .icon-expand, .take-me-to .title:hover .icon-expand {
      background-position: -35px -305px; }
  .accordion .title.dark-grey:hover, .articles .title.dark-grey:hover, .take-me-to .title.dark-grey:hover {
    color: #016fba; }
  .accordion .sections, .articles .sections, .take-me-to .sections {
    display: block;
    padding: 20px;
    list-style: none;
    margin: 0;
    border-top: 1px solid #ccc; }
    .accordion .sections li, .articles .sections li, .take-me-to .sections li {
      padding-bottom: 5px;
      clear: both; }
    .accordion .sections a, .articles .sections a, .take-me-to .sections a {
      font-weight: bold; }
    .accordion .sections .arrow, .articles .sections .arrow, .take-me-to .sections .arrow {
      margin: 0 0 0 5px;
      background-position: -145px -85px;
      display: inline-block;
      width: 5px;
      height: 8px; }
    .accordion .sections .download-icon-grey, .articles .sections .download-icon-grey, .take-me-to .sections .download-icon-grey {
      margin-top: -11px;
      margin-bottom: -9px;
      margin-left: 6px; }
    .accordion .sections .section, .articles .sections .section, .take-me-to .sections .section {
      border-bottom: 1px solid #ccc; }
    .accordion .sections .single, .articles .sections .single, .take-me-to .sections .single {
      padding: 13px 20px; }
    .accordion .sections .single.last, .articles .sections .single.last, .take-me-to .sections .single.last,
    .accordion .sections .section.last,
    .articles .sections .section.last,
    .take-me-to .sections .section.last {
      border-bottom: none; }

.closed .sections {
  display: none; }
.closed .title .icon-expand {
  background-position: -70px -305px; }
.closed .title:hover {
  color: #fff; }
  .closed .title:hover .icon-expand {
    background-position: -105px -305px; }

.file-download-box:nth-child(even) {
  width: 318px;
  margin-right: 0 !important; }

.articles {
  cursor: default; }
  .articles .title:hover {
    color: #fff; }
  .articles p {
    margin-top: 15px; }
  .articles .sections {
    margin-bottom: 0px;
    padding: 0; }
    .articles .sections .article {
      border-bottom: 1px solid #ccc;
      padding: 20px 10px 20px 20px;
      overflow: hidden; }
      .articles .sections .article .content-block-type-label {
        display: block; }
      .articles .sections .article .thumbnail {
        margin-left: 10px; }
      .articles .sections .article .small-title {
        font-weight: normal;
        margin-top: 0; }
      .articles .sections .article .excerpt {
        width: 180px; }
    .articles .sections .article.last {
      border-bottom: none;
      padding-bottom: 20px; }

.take-me-to {
  cursor: default; }
  .take-me-to p {
    margin-top: 15px; }
  .take-me-to .sections {
    margin-bottom: 20px;
    padding: 0; }
    .take-me-to .sections .article {
      border-bottom: none;
      padding: 10px 10px 0 20px;
      overflow: hidden; }
      .take-me-to .sections .article .content-block-type-label {
        display: block; }
      .take-me-to .sections .article .thumbnail {
        margin-left: 10px; }
      .take-me-to .sections .article .small-title {
        font-weight: normal;
        margin-top: 0; }
      .take-me-to .sections .article .excerpt {
        width: 180px; }
      .take-me-to .sections .article .report-circle-icon-blue,
      .take-me-to .sections .article .document-circle-icon-blue,
      .take-me-to .sections .article .calendar-circle-icon-blue,
      .take-me-to .sections .article .book-circle-icon-blue {
        margin-bottom: -14px;
        margin-right: 6px; }
      .take-me-to .sections .article .fakeh6 {
        line-height: 44px;
        font-size: 16px; }
    .take-me-to .sections .article:first-child {
      padding-top: 20px; }
    .take-me-to .sections .article.last {
      border-bottom: none;
      padding-bottom: 20px; }

.search-section {
  border: 1px solid #ccc; }
  .search-section .textfield {
    width: 250px;
    overflow: hidden;
    float: left; }
    .search-section .textfield input {
      margin-bottom: 0; }
  .search-section .icon {
    overflow: hidden; }
  .search-section .submit-btn {
    width: 38px;
    overflow: hidden;
    float: left; }
    .search-section .submit-btn button {
      margin-bottom: 0; }

.search-section h5 {
  margin: 15px; }

.search-button {
  background-position: -30px -175px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 9px;
  padding: 0;
  background-color: transparent; }

.insight .blue-pointer {
  display: block;
  background-position: -100px -235px;
  width: 49px;
  height: 30px;
  float: right; }

.insight .quote {
  margin-bottom: 20px; }

.links-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .links-list .arrow {
    margin: 0 0 0 5px;
    background-position: -475px -85px;
    display: inline-block;
    width: 5px;
    height: 8px; }

.links-list li a:hover {
  color: #333; }
  .links-list li a:hover .arrow {
    background-position: -365px -85px; }

.articles .bookmark-icon-white,
.articles .search-icon {
  margin-right: 4px;
  margin-bottom: -4px;
  display: inline-block; }

.grey-decal {
  background-image: url(../images/grey-decal.png);
  background-position: -35px 0px;
  background-repeat: no-repeat;
  border: 1px solid #ccc; }

.sky-blue-bg.grad {
  background-image: url(../images/blue-shadow-grad.png);
  background-repeat: repeat-x; }

.fakeh4.last {
  margin-bottom: 0; }

.reduced {
  font-size: 65%; }

.article .tight-height {
  line-height: 1.1;
  margin-top: 0; }

.scroll-view {
  overflow: scroll;
  height: 200px;
  box-shadow: inset 0 0 7px 0 #787878; }

.scroll-view .sections {
  padding: 10px 0; }
  .scroll-view .sections li {
    padding: 4px 15px; }

.padTwentyFive p {
  margin: 0 15px 15px; }

.top-bar {
  overflow: hidden; }
  .top-bar .pod {
    margin-bottom: 0; }
  .top-bar .six-sixty {
    display: table;
    min-height: 60px; }
    .top-bar .six-sixty .headline {
      /*display: table-cell;*/
      display: block; }
  .top-bar .orange-button {
    margin: 40px 0; }

.logged-in {
  padding-top: 0;
  margin-top: 0; }
  .logged-in .six-sixty {
    min-height: 90px; }
  .logged-in .headline {
    padding-top: 20px; }

.slider.inner-style {
  height: 245px;
  margin-top: -2px; }
  .slider.inner-style img {
    border: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    z-index: 1; }
  .slider.inner-style .slide-decal {
    background: url(../images/slide-decal.png) no-repeat -130px -127px;
    position: relative;
    z-index: 2;
    height: 245px; }
    .slider.inner-style .slide-decal .content {
      position: absolute;
      bottom: 30px;
      left: 30px;
      border: none; }

.homepage-slider {
  height: 410px; }

.slider.sub-style {
  height: 475px;
  border-top: 1px solid #ccc;
  background-image: url(../images/sky-blue-decal.png);
  background-position: 0px 20px;
  background-repeat: no-repeat; }
  .slider.sub-style .slider-image {
    width: 580px;
    height: 420px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px; }
  .slider.sub-style .content {
    position: absolute;
    bottom: 50px;
    left: 30px;
    border-bottom: none;
    width: 320px; }
    .slider.sub-style .content ul {
      padding-left: 20px;
      padding-bottom: 10px; }

.search-results.listing .article {
  padding-bottom: 0; }
  .search-results.listing .article .fakeh5, .search-results.listing .article h1 {
    margin-bottom: 0; }
    .search-results.listing .article .fakeh5 a, .search-results.listing .article h1 a {
      font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      width: 400px;
      display: block;
      margin: 0 0 5px 0;
      color: #016fba; }

.sorting-pod {
  overflow: hidden;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc; }
  .sorting-pod form {
    float: right;
    overflow: hidden; }
    .sorting-pod form label {
      display: block;
      float: left;
      width: 100px;
      text-align: right;
      line-height: 40px; }
    .sorting-pod form select {
      float: left; }

.search-results-pod {
  border: 1px solid #ccc;
  padding: 20px 20px 10px; }
  .search-results-pod .search-again {
    width: 500px;
    display: block;
    overflow: hidden; }
    .search-results-pod .search-again label {
      display: block;
      float: left;
      width: 100px;
      padding-left: 0;
      text-align: left;
      line-height: 32px; }
    .search-results-pod .search-again .textfield {
      overflow: hidden;
      width: 250px;
      float: left; }
      .search-results-pod .search-again .textfield input {
        margin-bottom: 30px;
        height: 32px; }

.container .hero-tuck {
  margin-top: -20px;
  margin-bottom: -20px; }
  .container .hero-tuck h2 {
    margin-top: 0; }

.blue-decal {
  background-image: url(../images/blue-decal.png);
  background-repeat: no-repeat;
  background-position: -460px -70px; }

div.simpleTabs {
  padding: 0px;
  border: 1px solid #ccc;
  clear: both;
  box-sizing: border-box; }

ul.simpleTabsNavigation {
  margin: 0px;
  padding: 0;
  text-align: left;
  background: #eee;
  border-bottom: 1px solid #ccc;
  overflow: hidden; }

ul.simpleTabsNavigation li {
  list-style: none;
  border-right: 1px solid #ccc;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  box-sizing: border-box; }
  ul.simpleTabsNavigation li:nth-child(6) {
    border-right: none;
    width: 69px; }

ul.simpleTabsNavigation li a {
  padding: 20px 20px 20px 20px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background-color: #eee;
  color: #333;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 70px; }

ul.simpleTabsNavigation li a:hover {
  background-color: #016fba;
  color: #fff;
  text-decoration: none; }

ul.simpleTabsNavigation li a.current {
  background-color: #016fba;
  color: #fff; }

div.simpleTabsContent {
  padding: 0;
  margin: 0;
  display: none; }

div.simpleTabsContent.currentTab {
  display: block; }

.tabbed-content {
  padding: 30px;
  overflow: hidden; }
  .tabbed-content ul {
    padding-left: 20px; }
  .tabbed-content .itinerary-item {
    font-family: "Neue Helvetica W01", helvetica, arial, sans-serif; }
    .tabbed-content .itinerary-item .time {
      width: 50px;
      display: table-cell;
      text-align: left;
      font-weight: 900;
      color: #787878; }
    .tabbed-content .itinerary-item .title {
      font-weight: 900;
      display: table-cell;
      margin: 0 0 5px -4px;
      color: #333;
      max-width: 545px; }
    .tabbed-content .itinerary-item .information {
      display: block;
      padding-left: 50px; }
  .tabbed-content .speaker-listing {
    border-top: 1px solid #b6b6b6;
    padding: 20px 0 0 0;
    margin-top: 20px; }
    .tabbed-content .speaker-listing .fakeh5 {
      margin-bottom: 10px; }
    .tabbed-content .speaker-listing .copy {
      width: 440px;
      float: left; }
    .tabbed-content .speaker-listing .image {
      width: 125px;
      height: 125px;
      float: right;
      margin-left: 20px; }
    .tabbed-content .speaker-listing p {
      padding-bottom: 0;
      margin-bottom: 0; }
  .tabbed-content ul {
    list-style-position: outside;
    padding-left: 25px; }

.half.last {
  margin-right: 0px; }

.hero.split {
  overflow: hidden;
  border-bottom: 1px solid #b6b6b6; }
  .hero.split .half {
    width: 50%;
    display: block;
    float: left;
    margin-right: 0; }
    .hero.split .half .hero-image {
      float: none;
      width: 490px;
      height: 275px;
      border-right: 1px solid #fff;
      background-image: url(../images/blue-hero-decal.png);
      background-repeat: no-repeat;
      background-position: -455px 0px;
      position: relative; }
      .hero.split .half .hero-image .hero-copy {
        padding: 60px 40px 0;
        width: 425px;
        position: relative;
        left: 0;
        bottom: 0; }
    .hero.split .half .content {
      border: none;
      width: 490px;
      padding: 0 40px 20px;
      position: relative;
      z-index: 5;
      margin-top: -20px; }
  .hero.split .half:last-child .hero-image {
    border-right: none;
    background-position: -943px 0px; }

.promo-space {
  border: 1px solid #ccc;
  position: relative; }
  .promo-space .image-background {
    line-height: 0;
    font-size: 0;
    display: block; }
  .promo-space .floating-content {
    position: absolute;
    width: 410px;
    top: 0px;
    left: 10px;
    background-color: rgba(51, 51, 51, 0.7); }
    .promo-space .floating-content .title-area {
      padding: 20px 15px; }
    .promo-space .floating-content .copy {
      padding: 10px;
      overflow: hidden; }
      .promo-space .floating-content .copy p {
        margin-bottom: 10px;
        display: block; }
      .promo-space .floating-content .copy .orange-button {
        display: block;
        float: left;
        margin-right: 10px; }
      .promo-space .floating-content .copy .orange-button:last-child {
        margin-right: 0px; }

.registration-process {
  border-bottom: none; }
  .registration-process .title {
    margin: 0;
    border: none; }
  .registration-process .title:hover {
    color: #787878; }
  .registration-process .sections {
    border-top: none;
    overflow: hidden; }
    .registration-process .sections .split {
      overflow: hidden; }
    .registration-process .sections .check {
      overflow: hidden; }
      .registration-process .sections .check label {
        width: 575px;
        line-height: 20px;
        padding-left: 3px; }
    .registration-process .sections .contact-form {
      overflow: hidden;
      border: none; }
      .registration-process .sections .contact-form form {
        overflow: hidden; }
      .registration-process .sections .contact-form label {
        padding-left: 0; }
      .registration-process .sections .contact-form .add-delegate {
        clear: both;
        display: block;
        padding: 8px 10px;
        width: 428px; }
      .registration-process .sections .contact-form .add-delegate:hover {
        color: #333;
        background-color: #cce2f1; }
      .registration-process .sections .contact-form .large-label {
        overflow: hidden;
        clear: both; }
      .registration-process .sections .contact-form .group {
        clear: both;
        display: block; }
        .registration-process .sections .contact-form .group label {
          width: 125px;
          padding-left: 5px; }
  .registration-process .summary {
    padding: 20px;
    border: 1px solid #333; }
    .registration-process .summary .key-point {
      overflow: hidden; }
      .registration-process .summary .key-point .label {
        width: 150px;
        float: left; }
      .registration-process .summary .key-point .info {
        width: 425px;
        float: left; }

.registration-process.last {
  border-bottom: 1px solid #ccc; }

.clear {
  clear: both; }

.edit-link {
  position: absolute;
  right: 30px;
  top: 20px; }

.registration-process.message {
  padding: 20px;
  border: 1px solid #ccc; }

/* Mobile Menu CSS */
.main-navigation .mobile-menu-trigger,
.main-navigation .mobile-user-trigger,
.main-navigation .mobile-logo {
  display: none; }

.mobile-search {
  position: relative; }
  .mobile-search input {
    display: block;
    float: none;
    width: 270px;
    border-radius: 0;
    border: 1px solid #ffffff;
    -webkit-appearance: none; }
  .mobile-search .search-button {
    position: absolute;
    top: 0px;
    right: 0px; }

.mobile-menu.container {
  overflow: hidden; }

.scroller,
.scroller-inner {
  position: relative; }

.scroller {
  overflow-x: hidden; }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 270px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #105d91;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  z-index: -1; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1; }

.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mp-menu h4 {
  margin: 0;
  padding: 11px 15px; }

.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }

.mp-menu ul li > a {
  display: block;
  padding: 10px 30px;
  /*position: relative;*/
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-size: 18px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }
  .mp-menu ul li > a span {
    margin-left: -15px; }

.mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5; }

.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2); }

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px transparent; }

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px transparent; }

.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent; }

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block; }

/* -- Form elements ------------------- */
input[type=button] {
  height: 40px;
  float: left; }

input, textarea {
  color: #333;
  font-size: 14px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  float: left;
  width: auto;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: inset 1px 1px 5px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: inset 1px 1px 5px rgba(102, 102, 102, 0.75);
  box-shadow: inset 1px 1px 5px rgba(102, 102, 102, 0.75);
  font-style: italic;
  text-indent: 10px;
  line-height: 30px;
  width: 260px;
  padding: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */ }

button {
  width: auto;
  padding: 15px 25px 15px 25px;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */ }

textarea {
  width: 90%;
  min-height: 155px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */ }

label {
  float: left;
  padding: 0 20px 0 20px;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  width: 100%;
  display: block;
  line-height: 35px; }

select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  float: left;
  width: 140px;
  background-color: #fff;
  -webkit-box-shadow: inset 1px 1px 5px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: inset 1px 1px 5px rgba(102, 102, 102, 0.75);
  box-shadow: inset 1px 1px 5px rgba(102, 102, 102, 0.75);
  text-indent: 10px;
  line-height: 40px;
  height: 40px;
  width: 140px;
  padding: 0;
  border: 1px solid #eee;
  background-image: url(../images/forms/select_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  display: block; }

option {
  line-height: 40px; }

@-moz-document url-prefix() {
  select {
    padding-top: 10px;
    height: 30px; } }
/* Checkboxes, Radio Elements */
input[type=checkbox] {
  width: auto;
  float: left;
  height: auto; }

/* -- disabled elements ------------------ */
input:disabled,
select:disabled,
label:disabled,
textarea:disabled,
button:disabled,
input.disabled:disabled,
select.disabled:disabled,
label.disabled:disabled,
textarea.disabled:disabled,
button.disabled:disabled {
  opacity: 0.5; }

form hr {
  width: 100%; }
form button {
  float: left;
  cursor: pointer; }
form label {
  width: 100%; }
form .full-width {
  width: 100%;
  margin-bottom: 15px; }
form .third-width {
  width: 75%;
  margin-bottom: 15px; }
form .small-label {
  width: 125px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px; }
form .large-label {
  width: 400px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px; }
form .small-input {
  width: 125px;
  float: left;
  height: auto;
  min-height: 50px;
  margin-bottom: 20px; }
form .large-input {
  width: 400px;
  float: left;
  height: auto;
  min-height: 50px;
  margin-bottom: 20px; }
form.white input {
  color: #fff; }

.wpcf7-form .small-label {
  width: 190px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding-left: 20px; }
.wpcf7-form .contact-form .wpcf7-form-control-wrap {
  width: 400px;
  float: left;
  height: auto;
  min-height: 50px;
  margin-bottom: 20px; }
.wpcf7-form input#submit {
  width: auto;
  font-style: normal;
  text-indent: 0;
  box-shadow: none;
  line-height: 40px; }
.wpcf7-form span.wpcf7-not-valid-tip {
  clear: both;
  display: inline-block; }
.wpcf7-form .wpcf7-response-output {
  margin: 5px 0;
  padding: 10px;
  display: block !important;
  clear: both;
  width: 662px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif !important;
  font-size: 13px; }
  .wpcf7-form .wpcf7-response-output .wpcf7-validation-errors {
    font-family: "Neue Helvetica W01", helvetica, arial, sans-serif; }
.wpcf7-form div.wpcf7-validation-errors {
  border: 2px solid #fea42f; }

.gform_wrapper .gform_button {
  width: auto;
  font-style: normal;
  text-indent: 0;
  box-shadow: none;
  line-height: 40px;
  background-image: url(../images/sprite.png);
  background-color: #fea42f; }
.gform_wrapper .validation_error {
  margin: 5px 0;
  padding: 10px;
  display: block !important;
  clear: both;
  width: 662px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif !important;
  font-size: 13px; }
.gform_wrapper .gform_confirmation_message {
  margin: 5px 0;
  padding: 10px;
  display: block !important;
  clear: both;
  width: 662px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif !important;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #1b542b;
  padding-bottom: 28px; }

.small-form, .wpcf7-form {
  margin: 20px;
  display: inline-block; }
  .small-form label, .wpcf7-form label {
    padding: 0; }
  .small-form .checkbox, .wpcf7-form .checkbox {
    height: 35px;
    width: 100%;
    float: left; }

.calendar {
  width: 40px;
  height: 40px;
  background-color: #000;
  float: left;
  margin-left: 10px; }

.calendar-icon-white {
  margin: 8px 0 8px 9px; }

/* -- Specific Form elements -------------------------------------- */
/* ---------------------------------------------------------------- */
.contact-form {
  border: 1px solid #ccc;
  margin-bottom: 1em; }

.registration {
  border: 1px solid #ccc; }
  .registration .left {
    width: 590px;
    float: left;
    display: block; }
  .registration .right {
    width: 380px;
    border-left: 1px solid #ccc;
    float: left;
    display: block; }
  .registration .content {
    border: none;
    padding: 20px;
    width: inherit; }
  .registration .three-hundred.linkedin {
    width: 297px; }

.invitation .small-form, .invitation .wpcf7-form {
  padding: 0;
  margin: 0; }

#your-enquiry {
  max-width: 360px; }

.reset-form {
  display: none; }

/* -- My BBA ------------------------------------------------------ */
/* ---------------------------------------------------------------- */
.tabs {
  float: right;
  width: 100%;
  position: relative;
  /*margin-bottom:-1px;*/
  border-bottom: 1px solid #b6b6b6; }
  .tabs .title {
    float: left;
    margin-bottom: 0; }
  .tabs ul {
    float: right;
    width: 360px;
    margin-right: 30px;
    z-index: 999999; }
    .tabs ul li, .tabs ul a {
      list-style-type: none;
      display: inline-block;
      float: left;
      width: 178px;
      height: 49px;
      line-height: 50px;
      background: #eee;
      text-align: center;
      font-size: 16px;
      border-left: 1px solid #b6b6b6;
      border-right: 1px solid #b6b6b6;
      border-top: 1px solid #b6b6b6;
      border-bottom: none;
      cursor: pointer;
      color: #787878;
      position: relative;
      top: 1px; }
      .tabs ul li.last, .tabs ul a.last {
        border-left: none; }
      .tabs ul li.current, .tabs ul a.current {
        background: #fff;
        height: 50px; }

/* -- Do NOT forget this for Mobile stylings ------------------ */
.tabs-wrap {
  border: 1px solid #b6b6b6;
  border-top: none;
  width: 980px;
  margin: 0 auto;
  height: auto !important;
  overflow: hidden; }

.my-bba {
  z-index: -1; }
  .my-bba .inner-content {
    padding: 20px;
    overflow: hidden;
    /* inner content */ }
    .my-bba .inner-content .top-bar.logged-in .right-bar {
      width: 440px; }
      .my-bba .inner-content .top-bar.logged-in .right-bar a {
        float: right;
        margin-left: 10px;
        margin-right: 0; }
    .my-bba .inner-content .accordion-section {
      width: 100%;
      border: 1px solid #b6b6b6;
      border-bottom: none;
      height: 80px;
      position: relative;
      overflow: hidden;
      padding-bottom: 50px;
      /* form */ }
      .my-bba .inner-content .accordion-section.open {
        height: auto; }
      .my-bba .inner-content .accordion-section .title-box {
        height: 40px;
        cursor: pointer; }
      .my-bba .inner-content .accordion-section .fakeh2 {
        margin: 0; }
      .my-bba .inner-content .accordion-section.last {
        border-bottom: 1px solid #b6b6b6; }
      .my-bba .inner-content .accordion-section .wpcf7-form {
        display: block; }
      .my-bba .inner-content .accordion-section form {
        display: inline-block; }
        .my-bba .inner-content .accordion-section form .left {
          float: left;
          width: 465px; }
        .my-bba .inner-content .accordion-section form .right {
          float: left;
          width: 430px; }
        .my-bba .inner-content .accordion-section form .large-input {
          width: 262px; }
          .my-bba .inner-content .accordion-section form .large-input select {
            width: 258px; }
        .my-bba .inner-content .accordion-section form .small-input {
          width: 131px;
          margin-right: 131px; }
        .my-bba .inner-content .accordion-section form .small-label {
          width: 140px;
          clear: both; }
        .my-bba .inner-content .accordion-section form label {
          padding-left: 0; }
        .my-bba .inner-content .accordion-section form .terms {
          width: 100%; }
          .my-bba .inner-content .accordion-section form .terms label {
            width: 80%; }
      .my-bba .inner-content .accordion-section .interests {
        height: auto;
        width: 100%;
        border-top: 1px solid #b6b6b6;
        /* Check */ }
        .my-bba .inner-content .accordion-section .interests form {
          width: 100%; }
        .my-bba .inner-content .accordion-section .interests .left {
          float: left;
          padding: 20px 0 20px 0;
          border-right: 1px solid #b6b6b6;
          width: 468px; }
        .my-bba .inner-content .accordion-section .interests .right {
          float: left;
          padding: 20px;
          width: 428px; }
        .my-bba .inner-content .accordion-section .interests .full-width .check {
          width: 100%; }
        .my-bba .inner-content .accordion-section .interests p {
          margin-bottom: 10px;
          padding: auto; }
        .my-bba .inner-content .accordion-section .interests .check {
          float: left;
          display: block; }
          .my-bba .inner-content .accordion-section .interests .check input {
            width: 20px;
            height: 20px;
            box-shadow: none; }
          .my-bba .inner-content .accordion-section .interests .check label {
            float: left;
            width: 160px;
            line-height: 20px; }
      .my-bba .inner-content .accordion-section .invitation {
        border-left: 1px solid #b6b6b6; }
        .my-bba .inner-content .accordion-section .invitation label {
          padding-left: 0;
          margin-left: 0; }
        .my-bba .inner-content .accordion-section .invitation button {
          float: none; }
    .my-bba .inner-content .bottom-box {
      margin: 20px 0 20px 0;
      width: 100%; }
    .my-bba .inner-content .expand-icon-blue {
      position: absolute;
      top: 27px;
      right: 20px; }

.my-bba.tab-1 {
  /* interests list */
  /* interests listing */ }
  .my-bba.tab-1 .top-bar {
    border-bottom: 1px solid #b6b6b6; }
  .my-bba.tab-1 .left-bar {
    width: 430px;
    float: left; }
  .my-bba.tab-1 .right-bar {
    width: 280px;
    float: right; }
    .my-bba.tab-1 .right-bar .orange-button-large {
      float: right;
      margin-left: 10px;
      margin-right: 0; }
  .my-bba.tab-1 .interests-list {
    list-style-type: none;
    margin-left: 20px; }
    .my-bba.tab-1 .interests-list li {
      font-size: 13px;
      line-height: 30px; }
      .my-bba.tab-1 .interests-list li a {
        color: #333;
        font-weight: 500; }
  .my-bba.tab-1 .three-columns img {
    width: 100%; }
  .my-bba.tab-1 .three-columns p {
    margin: 0; }
  .my-bba.tab-1 .three-columns .fakeh6 {
    padding-bottom: 10px; }
  .my-bba.tab-1 .title {
    padding-top: 20px;
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
    float: left; }
  .my-bba.tab-1 .interests-listing {
    border-bottom: 1px solid #b6b6b6;
    padding: 20px 20px 20px 0; }
    .my-bba.tab-1 .interests-listing.last {
      border-bottom: none; }
    .my-bba.tab-1 .interests-listing .icon {
      width: 65px;
      height: 100px;
      float: left; }
      .my-bba.tab-1 .interests-listing .icon .sprite {
        margin: 35px 0 0 10px; }
    .my-bba.tab-1 .interests-listing .copy {
      width: 480px;
      float: left; }
    .my-bba.tab-1 .interests-listing .image {
      width: 125px;
      height: 125px;
      float: left;
      margin-left: 20px; }
    .my-bba.tab-1 .interests-listing h5 {
      margin-bottom: 5px;
      padding-right: 50px; }
    .my-bba.tab-1 .interests-listing p {
      padding-bottom: 0;
      margin-bottom: 0; }
      .my-bba.tab-1 .interests-listing p a {
        text-decoration: none; }

.show-required {
  /* Default need to fill field */
  border: 1px solid red; }

.validation-message {
  color: red; }

.waiting {
  float: right;
  width: 32px;
  height: 32px;
  margin: 5px;
  background-image: url("../images/ajax-loader.gif");
  background-repeat: no-repeat;
  /*background-color: white;*/ }

/* Font updates */
table {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif; }

.g-recaptcha {
  margin-left: 125px; }

/* Header Styles */
header {
  height: 100px; }
  header .row {
    margin-top: 0; }

.logo {
  margin: 23px 0 0 20px; }

.search {
  height: 50px;
  background-color: #eee;
  width: 300px;
  margin-top: 10px;
  position: relative;
  overflow: hidden; }
  .search .textfield {
    background: #fff;
    height: auto;
    width: 247px;
    border: 1px solid white;
    display: inline-block;
    margin: 5px 0 5px 5px; }
    .search .textfield input {
      height: 35px;
      margin-bottom: 0; }
  .search .search-button {
    background-color: #eee;
    background-position: -30px -175px;
    display: inline-block;
    height: 20px;
    width: 40px;
    position: absolute;
    top: 4px; }

.menu-top-grey-menu-container {
  display: inline-block;
  overflow: hidden;
  vertical-align: top; }

/* Navigation */
.top-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.top-navigation li {
  display: inline-block;
  line-height: 40px;
  float: left; }
  .top-navigation li a {
    margin-left: 1px;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #787878; }
  .top-navigation li a:hover {
    color: #787878;
    text-decoration: underline; }

.main-navigation {
  width: 100%;
  background-color: #016fba;
  height: 50px;
  line-height: 50px;
  position: relative;
  overflow: visible; }
  .main-navigation .row {
    margin-top: 0; }
  .main-navigation .nav-ul {
    /* HOver state blakc */ }
    .main-navigation .nav-ul li.hover > .blue-bg {
      background: #333; }
    .main-navigation .nav-ul li {
      list-style: none; }
      .main-navigation .nav-ul li:hover .level-one, .main-navigation .nav-ul li.hover .level-one {
        height: 300px;
        bottom: -300px; }
      .main-navigation .nav-ul li:hover span.arrow, .main-navigation .nav-ul li.hover span.arrow {
        background-position: -610px -85px;
        width: 9px;
        height: 5px;
        display: inline-block; }
  .main-navigation ul {
    float: left;
    /* Mega Menu Base stylings*/
    /* level one */ }
    .main-navigation ul li {
      display: inline-block;
      float: left; }
      .main-navigation ul li a {
        height: 50px;
        line-height: 50px;
        padding: 0 13px;
        font-size: 16px;
        border-left: 1px solid #348cc8;
        display: inline-block;
        color: #fff;
        -webkit-transition: all 0.33s ease-in-out;
        -moz-transition: all 0.33s ease-in-out;
        -o-transition: all 0.33s ease-in-out;
        transition: all 0.33s ease-in-out; }
        .main-navigation ul li a .arrow {
          width: 9px;
          height: 5px;
          background-image: url(../images/sprite.png);
          background-position: -390px -85px;
          display: inline-block;
          margin: 0 0 0 8px; }
        .main-navigation ul li a:hover, .main-navigation ul li a.hover {
          background-color: #333; }
          .main-navigation ul li a:hover .level-one, .main-navigation ul li a.hover .level-one {
            height: 300px;
            bottom: -300px;
            z-index: 999999;
            -webkit-box-shadow: 0 8px 6px -6px black;
            -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black; }
      .main-navigation ul li:hover {
        background-color: #333; }
        .main-navigation ul li:hover .level-one {
          height: 300px;
          bottom: -300px;
          z-index: 999999;
          -webkit-box-shadow: 0 8px 6px -6px black;
          -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black; }
    .main-navigation ul li:last-child a {
      border-right: 1px solid #348cc8; }
    .main-navigation ul .level-one {
      width: 1040px;
      height: 0;
      bottom: 0;
      left: -30px;
      position: absolute;
      background: #016fba;
      overflow: hidden;
      z-index: 1; }
      .main-navigation ul .level-one .div-shadow {
        width: 980px;
        left: 30px;
        position: absolute;
        top: 0;
        height: 20px;
        background: url("../images/shadow-menu.png") top repeat-x;
        z-index: 999999; }
      .main-navigation ul .level-one .quote {
        float: left;
        padding: 20px;
        width: 200px;
        font-weight: bolder;
        font-style: normal; }
        .main-navigation ul .level-one .quote p {
          font-weight: 300;
          font-size: 26px;
          margin: 0 0 10px 0; }
          .main-navigation ul .level-one .quote p span {
            width: 200px;
            color: #42b2d9;
            float: left;
            padding-bottom: 0; }
      .main-navigation ul .level-one .menu-col {
        width: auto;
        max-width: 165px;
        float: left;
        margin-top: 30px; }
        .main-navigation ul .level-one .menu-col ul {
          float: left;
          border-left: 1px solid #348cc8; }
          .main-navigation ul .level-one .menu-col ul .title {
            padding: 0px 13px 0 13px;
            vertical-align: text-bottom;
            margin-bottom: 10px;
            width: inherit; }
          .main-navigation ul .level-one .menu-col ul li {
            float: left;
            display: inline-block;
            border: none;
            font-size: 14px;
            height: 26px;
            width: 100%;
            font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
            color: #fff; }
            .main-navigation ul .level-one .menu-col ul li:hover {
              background: none; }
            .main-navigation ul .level-one .menu-col ul li a {
              font-size: 14px;
              border: none;
              height: auto;
              line-height: 30px; }
              .main-navigation ul .level-one .menu-col ul li a:hover {
                background: none; }
    .main-navigation ul .sub-box {
      width: 450px;
      float: left;
      position: relative; }
    .main-navigation ul .level-one.full {
      background: url(../images/union-jack-menu.jpg); }
      .main-navigation ul .level-one.full ul {
        float: left;
        padding: 30px;
        width: 150px; }
        .main-navigation ul .level-one.full ul li {
          width: 100%;
          line-height: 28px;
          -webkit-transition: all 0.33s ease-in-out;
          -moz-transition: all 0.33s ease-in-out;
          -o-transition: all 0.33s ease-in-out;
          transition: all 0.33s ease-in-out;
          padding: 0px 10px;
          height: auto; }
          .main-navigation ul .level-one.full ul li a {
            line-height: 20px;
            padding-top: 7px;
            padding-bottom: 5px;
            font-size: 14px;
            height: auto;
            border: none;
            padding-left: 0; }
            .main-navigation ul .level-one.full ul li a:hover {
              background: none;
              color: #333; }
          .main-navigation ul .level-one.full ul li:hover, .main-navigation ul .level-one.full ul li.hover {
            background: #cce2f1; }
            .main-navigation ul .level-one.full ul li:hover a:link, .main-navigation ul .level-one.full ul li.hover a:link {
              color: #333; }
            .main-navigation ul .level-one.full ul li:hover .level-two, .main-navigation ul .level-one.full ul li.hover .level-two {
              display: block;
              background: #cce2f1; }
              .main-navigation ul .level-one.full ul li:hover .level-two ul, .main-navigation ul .level-one.full ul li.hover .level-two ul {
                padding: 5px 5px 5px 15px;
                width: 200px; }
              .main-navigation ul .level-one.full ul li:hover .level-two li, .main-navigation ul .level-one.full ul li.hover .level-two li {
                color: #fff;
                background: none; }
                .main-navigation ul .level-one.full ul li:hover .level-two li a, .main-navigation ul .level-one.full ul li.hover .level-two li a {
                  color: #333; }
                  .main-navigation ul .level-one.full ul li:hover .level-two li a:hover, .main-navigation ul .level-one.full ul li.hover .level-two li a:hover {
                    background: none; }
                  .main-navigation ul .level-one.full ul li:hover .level-two li a:link, .main-navigation ul .level-one.full ul li.hover .level-two li a:link {
                    font-weight: normal; }
      .main-navigation ul .level-one.full .most-read {
        right: 0;
        top: 0;
        width: 620px;
        padding: 20px;
        height: 300px;
        position: absolute;
        background: #fff;
        /* $sky_blue */
        /* Most read section */ }
        .main-navigation ul .level-one.full .most-read .title {
          width: 100%;
          margin: 0 0 20px 0; }
        .main-navigation ul .level-one.full .most-read a {
          border: none;
          height: auto;
          width: auto;
          padding: 0; }
          .main-navigation ul .level-one.full .most-read a:hover {
            background: none; }
        .main-navigation ul .level-one.full .most-read .most-read-section {
          float: left;
          width: 270px;
          height: 98px;
          color: #333;
          margin-right: 10px;
          margin-bottom: 27px;
          padding: 10px; }
          .main-navigation ul .level-one.full .most-read .most-read-section.last {
            margin-right: 0; }
          .main-navigation ul .level-one.full .most-read .most-read-section .content-block-type-label {
            height: 18px;
            line-height: 17px; }
          .main-navigation ul .level-one.full .most-read .most-read-section a {
            float: left;
            width: 160px;
            color: #105d91;
            line-height: 16px;
            font-size: 14px; }
          .main-navigation ul .level-one.full .most-read .most-read-section .thumbnail {
            margin-left: 10px; }
          .main-navigation ul .level-one.full .most-read .most-read-section:hover {
            background: #eee; }
  .main-navigation .social-icon {
    background-color: #105d91;
    width: 50px;
    height: 50px;
    margin: 0 0 0 1px;
    float: right;
    transition: all 0.33s ease-in-out; }
  .main-navigation .social-icon:hover {
    background-color: #333; }
  .main-navigation .twitter-icon {
    margin: 14px 13px 15px 14px; }
  .main-navigation .linkedin-icon {
    margin: 15px; }
  .main-navigation .rss-icon {
    margin: 15px; }

/* menu */
/* removes overflow hidden */
.menu-row {
  overflow: visible !important; }

.level-two {
  background: #cce2f1;
  /* $dark_blue */
  width: 250px;
  height: 300px;
  padding: 0;
  margin: 0;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.level-two > ul > li > a:hover {
  color: #016fba !important; }

.about-us-sub-menu a:hover {
  color: #42b2d9; }

/* Footer Styles */
.footer {
  min-height: 300px;
  margin-top: 50px;
  padding-bottom: 10px; }
  .footer .col {
    width: 115px;
    margin-right: 20px;
    float: left; }
  .footer .col:first-child {
    width: 135px;
    padding-left: 20px; }
  .footer h2 {
    margin: 20px 0 0 0;
    padding-left: 20px; }
  .footer ul {
    list-style: none;
    text-align: left;
    margin: 20px 0; }
    .footer ul p {
      margin-bottom: 20px;
      font-size: 13px; }
    .footer ul li {
      margin: 0 0 8px 0;
      line-height: 18px; }
    .footer ul li a {
      line-height: 15px;
      color: #333; }
  .footer .footer-icon {
    width: 50px;
    height: 50px;
    margin: 0 0 0 1px;
    float: right;
    transition: all 0.5s ease-in-out; }
  .footer .footer-icon:hover {
    background-color: #333; }
  .footer a.footer-icon:hover {
    background-color: #333; }
  .footer .search {
    border-radius: 0; }
  .footer .search-icon-white {
    margin: 15px;
    padding: 0; }
  .footer .twitter-icon {
    margin: 14px 13px 15px 14px; }
  .footer .linkedin-icon {
    margin: 15px; }
  .footer .rss-icon {
    margin: 15px; }

.footer .mobile-footer-search, .mobile-social-icons {
  display: none;
  height: 0; }

.sub-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; }
.sub-footer li {
  display: inline-block;
  float: left; }
  .sub-footer li a {
    padding: 0 20px 0 0;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #787878; }
  .sub-footer li a:hover {
    color: #787878;
    text-decoration: underline; }

/* Logos */
.sprite {
  background-image: url(../images/sprite.png); }

.logo {
  background-position: 0px 0px;
  width: 102px;
  height: 47px;
  margin: 23px 0 0 20px;
  display: inline-block; }

.small-logo {
  background-position: 0px -55px;
  width: 51px;
  height: 23px;
  margin: 23px 0 0 0;
  display: inline-block; }

.small-mobile-logo {
  background-position: -170px -235px;
  width: 70px;
  height: 33px;
  margin: 0 auto;
  display: block; }

/* Social Media Icons */
.twitter-icon {
  background-position: 0px -85px;
  width: 23px;
  height: 21px;
  display: inline-block; }

.linkedin-icon {
  background-position: 0px -115px;
  width: 20px;
  height: 20px;
  display: inline-block; }

.rss-icon {
  background-position: 0px -145px;
  width: 20px;
  height: 20px;
  display: inline-block; }

/* General Icons */
.mobile-menu-icon {
  background-position: -115px -202px;
  height: 20px;
  width: 18px;
  display: block;
  margin: 0 auto; }

.search-icon {
  background-position: -30px -175px;
  display: inline-block;
  height: 20px;
  width: 20px; }

.search-icon-white {
  background-position: 0px -175px;
  display: inline-block;
  height: 20px;
  width: 20px; }

.user-icon-white {
  background-position: 0px -205px;
  width: 16px;
  height: 22px;
  display: block;
  margin: 0 auto; }

.bookmark-icon-white {
  background-position: -20px -205px;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto; }

.bookmark-icon-grey {
  background-position: -20px -235px;
  width: 19px;
  height: 19px;
  display: inline-block; }

.alert-icon-white {
  background-position: -50px -205px;
  width: 20px;
  height: 22px;
  display: block;
  margin: 0 auto; }

.calendar-icon-white {
  background-position: -80px -205px;
  width: 23px;
  height: 24px;
  display: block; }

.plus-icon-grey {
  background-position: 0px -235px;
  width: 12px;
  height: 12px;
  display: inline-block; }

.download-icon-grey {
  background-position: 0px -265px;
  width: 21px;
  height: 27px;
  display: inline-block; }

.small-blue-corner-bottom-right {
  background-position: -50px -235px;
  width: 10px;
  height: 7px;
  display: inline-block; }

.blue-down-arrow-filled {
  background-position: -70px -235px;
  width: 17px;
  height: 8px;
  display: inline-block; }

.large-blue-corner-top-right {
  background-position: -100px -235px;
  width: 49px;
  height: 30px;
  display: inline-block; }

/* Circle Icons */
.icon-tick {
  background-position: -140px -305px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -4px; }

.collapse-icon-white {
  background-position: 0px -305px;
  width: 25px;
  height: 25px;
  display: inline-block; }

.collapse-icon-blue {
  background-position: -35px -305px;
  width: 25px;
  height: 25px;
  display: inline-block; }

.expand-icon-white {
  background-position: -70px -305px;
  width: 25px;
  height: 25px;
  display: inline-block; }

.expand-icon-blue {
  background-position: -105px -305px;
  width: 25px;
  height: 25px;
  display: inline-block; }

.expand-icon-blue-hidden {
  display: none; }

.report-circle-icon-blue {
  background-position: 0px -340px;
  width: 43px;
  height: 43px;
  display: inline-block; }

.document-circle-icon-blue {
  background-position: -50px -340px;
  width: 43px;
  height: 43px;
  display: inline-block; }

.calendar-circle-icon-blue {
  background-position: -100px -340px;
  width: 43px;
  height: 43px;
  display: inline-block; }

.book-circle-icon-blue {
  background-position: -150px -340px;
  width: 43px;
  height: 43px;
  display: inline-block; }

.people-circle-icon-blue {
  background-position: -200px -340px;
  width: 43px;
  height: 43px;
  display: inline-block; }

.stats-circle-icon-blue {
  background-position: -300px -340px;
  width: 43px;
  height: 43px;
  display: inline-block; }

.download-circle-icon-orange {
  background-position: 0px -395px;
  width: 49px;
  height: 49px;
  display: inline-block; }

.small-white-dot {
  background-position: -120px -395px;
  width: 13px;
  height: 13px;
  display: inline-block; }

.small-orange-dot {
  background-position: -120px -415px;
  width: 13px;
  height: 13px;
  display: inline-block; }

.bookmark-circle-icon-orange {
  background-position: -60px -395px;
  width: 49px;
  height: 49px;
  display: inline-block; }

.large-bookmark-circle-icon-orange {
  background-position: 0px -460px;
  width: 89px;
  height: 89px;
  display: inline-block; }

.large-alert-circle-icon-orange {
  background-position: -100px -460px;
  width: 89px;
  height: 89px;
  display: inline-block; }

.large-bookmark-circle-icon-orange-glow {
  background-position: -200px -460px;
  width: 89px;
  height: 89px;
  display: inline-block; }

.large-alert-circle-icon-orange-glow {
  background-position: -300px -460px;
  width: 89px;
  height: 89px;
  display: inline-block; }

/* Arrows */
.blue-left-arrow-largest {
  margin-right: 5px;
  background-position: -120px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.blue-left-arrow-large {
  margin-right: 5px;
  background-position: -120px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.blue-left-arrow-medium {
  margin-right: 5px;
  background-position: -120px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.blue-left-arrow-small {
  margin-right: 5px;
  background-position: -120px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.blue-left-arrow-smallest {
  margin-right: 5px;
  background-position: -120px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.blue-right-arrow-largest {
  margin-left: 5px;
  background-position: -145px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.blue-right-arrow-large {
  margin-left: 5px;
  background-position: -145px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.blue-right-arrow-medium {
  margin-left: 5px;
  background-position: -145px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.blue-right-arrow-small {
  margin-left: 5px;
  background-position: -145px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.blue-right-arrow-smallest {
  margin-left: 5px;
  background-position: -145px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.blue-down-arrow-largest {
  background-position: -170px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.blue-down-arrow-large {
  background-position: -170px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.blue-down-arrow-medium {
  background-position: -170px -50px;
  width: 16px;
  height: 9px;
  display: inline-block; }

.blue-down-arrow-small {
  background-position: -170px -70px;
  width: 12px;
  height: 7px;
  display: inline-block; }

.blue-down-arrow-smallest {
  background-position: -170px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.blue-up-arrow-largest {
  background-position: -200px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.blue-up-arrow-large {
  background-position: -200px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.blue-up-arrow-medium {
  background-position: -200px -50px;
  width: 14px;
  height: 10px;
  display: inline-block; }

.blue-up-arrow-small {
  background-position: -200px -70px;
  width: 10px;
  height: 7px;
  display: inline-block; }

.blue-up-arrow-smallest {
  background-position: -200px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.light-grey-left-arrow-largest {
  margin-right: 5px;
  background-position: -230px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.light-grey-left-arrow-large {
  margin-right: 5px;
  background-position: -230px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.light-grey-left-arrow-medium {
  margin-right: 5px;
  background-position: -230px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.light-grey-left-arrow-small {
  margin-right: 5px;
  background-position: -230px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.light-grey-left-arrow-smallest {
  margin-right: 5px;
  background-position: -230px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.light-grey-right-arrow-largest {
  margin-left: 5px;
  background-position: -255px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.light-grey-right-arrow-large {
  margin-left: 5px;
  background-position: -255px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.light-grey-right-arrow-medium {
  margin-left: 5px;
  background-position: -255px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.light-grey-right-arrow-small {
  margin-left: 5px;
  background-position: -255px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.light-grey-right-arrow-smallest {
  margin-left: 5px;
  background-position: -255px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.light-grey-down-arrow-largest {
  background-position: -280px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.light-grey-down-arrow-large {
  background-position: -280px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.light-grey-down-arrow-medium {
  background-position: -280px -50px;
  width: 16px;
  height: 9px;
  display: inline-block; }

.light-grey-down-arrow-small {
  background-position: -280px -70px;
  width: 12px;
  height: 7px;
  display: inline-block; }

.light-grey-down-arrow-smallest {
  background-position: -280px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.light-grey-up-arrow-largest {
  background-position: -310px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.light-grey-up-arrow-large {
  background-position: -310px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.light-grey-up-arrow-medium {
  background-position: -310px -50px;
  width: 14px;
  height: 10px;
  display: inline-block; }

.light-grey-up-arrow-small {
  background-position: -310px -70px;
  width: 10px;
  height: 7px;
  display: inline-block; }

.light-grey-up-arrow-smallest {
  background-position: -310px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.black-left-arrow-largest {
  margin-right: 5px;
  background-position: -340px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.black-left-arrow-large {
  margin-right: 5px;
  background-position: -340px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.black-left-arrow-medium {
  margin-right: 5px;
  background-position: -340px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.black-left-arrow-small {
  margin-right: 5px;
  background-position: -340px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.black-left-arrow-smallest {
  margin-right: 5px;
  background-position: -340px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.black-right-arrow-largest {
  margin-left: 5px;
  background-position: -365px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.black-right-arrow-large {
  margin-left: 5px;
  background-position: -365px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.black-right-arrow-medium {
  background-image: url(../images/sprite.png);
  background-position: -365px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.black-right-arrow-small {
  margin-left: 5px;
  background-position: -365px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.black-right-arrow-smallest {
  margin-left: 5px;
  background-position: -365px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.black-down-arrow-largest {
  background-position: -390px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.black-down-arrow-large {
  background-position: -390px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.black-down-arrow-medium {
  background-position: -390px -50px;
  width: 16px;
  height: 9px;
  display: inline-block; }

.black-down-arrow-small {
  background-position: -390px -70px;
  width: 12px;
  height: 7px;
  display: inline-block; }

.black-down-arrow-smallest {
  background-position: -390px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.black-up-arrow-largest {
  background-position: -420px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.black-up-arrow-large {
  background-position: -420px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.black-up-arrow-medium {
  background-position: -420px -50px;
  width: 14px;
  height: 10px;
  display: inline-block; }

.black-up-arrow-small {
  background-position: -420px -70px;
  width: 10px;
  height: 7px;
  display: inline-block; }

.black-up-arrow-smallest {
  background-position: -420px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.orange-left-arrow-largest {
  margin-right: 5px;
  background-position: -450px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.orange-left-arrow-large {
  margin-right: 5px;
  background-position: -450px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.orange-left-arrow-medium {
  margin-right: 5px;
  background-position: -450px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.orange-left-arrow-small {
  margin-right: 5px;
  background-position: -450px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.orange-left-arrow-smallest {
  margin-right: 5px;
  background-position: -450px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.orange-right-arrow-largest {
  margin-left: 5px;
  background-position: -475px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.orange-right-arrow-large {
  margin-left: 5px;
  background-position: -475px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.orange-right-arrow-medium {
  margin-left: 5px;
  background-position: -475px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.orange-right-arrow-small, .blue-block-header .arrow {
  margin-left: 5px;
  background-position: -475px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.orange-right-arrow-smallest {
  margin-left: 5px;
  background-position: -475px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.orange-down-arrow-largest {
  background-position: -500px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.orange-down-arrow-large {
  background-position: -500px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.orange-down-arrow-medium {
  background-position: -500px -50px;
  width: 16px;
  height: 9px;
  display: inline-block; }

.orange-down-arrow-small {
  background-position: -500px -70px;
  width: 12px;
  height: 7px;
  display: inline-block; }

.orange-down-arrow-smallest {
  background-position: -500px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.orange-up-arrow-largest {
  background-position: -530px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.orange-up-arrow-large {
  background-position: -530px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.orange-up-arrow-medium {
  background-position: -530px -50px;
  width: 14px;
  height: 10px;
  display: inline-block; }

.orange-up-arrow-small {
  background-position: -530px -70px;
  width: 10px;
  height: 7px;
  display: inline-block; }

.orange-up-arrow-smallest {
  background-position: -530px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.white-left-arrow-largest {
  margin-right: 5px;
  background-position: -560px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.white-left-arrow-large {
  margin-right: 5px;
  background-position: -560px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.white-left-arrow-medium {
  margin-right: 5px;
  background-position: -560px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.white-left-arrow-small {
  margin-right: 5px;
  background-position: -560px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.white-left-arrow-smallest {
  margin-right: 5px;
  background-position: -560px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.white-right-arrow-largest {
  margin-left: 5px;
  background-position: -585px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.white-right-arrow-large {
  margin-left: 5px;
  background-position: -585px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.white-right-arrow-medium {
  margin-left: 5px;
  background-position: -585px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.white-right-arrow-small {
  margin-left: 5px;
  background-position: -585px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.white-right-arrow-smallest {
  margin-left: 5px;
  background-position: -585px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.white-down-arrow-largest {
  background-position: -610px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.white-down-arrow-large {
  background-position: -610px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.white-down-arrow-medium {
  background-position: -610px -50px;
  width: 16px;
  height: 9px;
  display: inline-block; }

.white-down-arrow-small {
  background-position: -610px -70px;
  width: 12px;
  height: 7px;
  display: inline-block; }

.white-down-arrow-smallest {
  background-position: -610px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.white-up-arrow-largest {
  background-position: -640px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.white-up-arrow-large {
  background-position: -640px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.white-up-arrow-medium {
  background-position: -640px -50px;
  width: 14px;
  height: 10px;
  display: inline-block; }

.white-up-arrow-small {
  background-position: -640px -70px;
  width: 10px;
  height: 7px;
  display: inline-block; }

.white-up-arrow-smallest {
  background-position: -640px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.dark-grey-left-arrow-largest {
  margin-right: 5px;
  background-position: -670px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.dark-grey-left-arrow-large {
  margin-right: 5px;
  background-position: -670px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.dark-grey-left-arrow-medium {
  margin-right: 5px;
  background-position: -670px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.dark-grey-left-arrow-small {
  margin-right: 5px;
  background-position: -670px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.dark-grey-left-arrow-smallest {
  margin-right: 5px;
  background-position: -670px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.dark-grey-right-arrow-largest {
  margin-left: 5px;
  background-position: -695px 0px;
  width: 14px;
  height: 21px;
  display: inline-block; }

.dark-grey-right-arrow-large {
  margin-left: 5px;
  background-position: -695px -25px;
  width: 11px;
  height: 17px;
  display: inline-block; }

.dark-grey-right-arrow-medium {
  margin-left: 5px;
  background-position: -695px -50px;
  width: 10px;
  height: 14px;
  display: inline-block; }

.dark-grey-right-arrow-small {
  margin-left: 5px;
  background-position: -695px -70px;
  width: 6px;
  height: 10px;
  display: inline-block; }

.dark-grey-right-arrow-smallest {
  margin-left: 5px;
  background-position: -695px -85px;
  width: 5px;
  height: 9px;
  display: inline-block; }

.dark-grey-down-arrow-largest {
  background-position: -720px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.dark-grey-down-arrow-large {
  background-position: -720px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.dark-grey-down-arrow-medium {
  background-position: -720px -50px;
  width: 16px;
  height: 9px;
  display: inline-block; }

.dark-grey-down-arrow-small {
  background-position: -720px -70px;
  width: 12px;
  height: 7px;
  display: inline-block; }

.dark-grey-down-arrow-smallest {
  background-position: -720px -85px;
  width: 9px;
  height: 5px;
  display: inline-block; }

.dark-grey-up-arrow-largest {
  background-position: -750px 0px;
  width: 22px;
  height: 13px;
  display: inline-block; }

.dark-grey-up-arrow-large {
  background-position: -750px -25px;
  width: 19px;
  height: 12px;
  display: inline-block; }

.dark-grey-up-arrow-medium {
  background-position: -750px -50px;
  width: 14px;
  height: 10px;
  display: inline-block; }

.dark-grey-up-arrow-small {
  background-position: -750px -70px;
  width: 10px;
  height: 7px;
  display: inline-block; }

.about-us-icon {
  background-position: -250px -340px;
  width: 43px;
  height: 43px;
  display: inline-block; }

.block-header, .orange-block-header, .blue-block-header {
  height: 60px;
  width: 100%;
  display: inline-block;
  background-position: 0px -598px;
  border: 1px solid #b6b6b6; }
  .block-header h6, .orange-block-header h6, .blue-block-header h6 {
    padding: 0 20px;
    font-weight: 300;
    color: #fff;
    line-height: 60px; }

.orange-block-header {
  background-color: #fea42f; }
  .orange-block-header .arrow {
    margin: 0 0 0 7px;
    background-position: -145px -67px;
    display: inline-block;
    width: 6px;
    height: 13px; }

.blue-block-header {
  background-color: #016fba; }
  .blue-block-header .arrow {
    margin: 0 0 0 7px; }

.content-block-type-label {
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  display: block; }

.featured-events .event {
  background-color: #cce2f1;
  background-image: url(../images/event-block-bg-fade.png);
  background-repeat: repeat-x;
  background-position: top;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px; }
  .featured-events .event .title {
    font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    color: #016fba; }
  .featured-events .event .blue-right-arrow-small {
    margin-left: 5px; }
  .featured-events .event p:last-child {
    margin-bottom: 1;
    display: block; }

.most-viewed-articles .article {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  min-height: 118px; }
  .most-viewed-articles .article .thumbnail {
    width: 78px;
    height: 78px;
    padding-left: 5px; }
  .most-viewed-articles .article .title {
    font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 5px;
    color: #016fba; }
  .most-viewed-articles .article .blue-right-arrow-smallest {
    margin-left: 5px; }

.latest-slider {
  position: relative;
  height: 270px; }
  .latest-slider .slider-frame {
    background-color: #016fba;
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0; }
    .latest-slider .slider-frame .slider-image {
      height: 230px;
      width: 230px;
      margin: 20px; }
    .latest-slider .slider-frame .slider-content {
      width: 390px;
      min-height: 270px;
      background-position: -350px -570px;
      padding: 20px 20px 20px 0;
      position: relative; }
      .latest-slider .slider-frame .slider-content .fakeh2 {
        font-weight: 300;
        display: inline-block;
        padding: 0;
        margin: 0; }
      .latest-slider .slider-frame .slider-content .orange-right-arrow-large {
        margin-left: 10px; }
      .latest-slider .slider-frame .slider-content p {
        margin: 20px 0 0 0;
        line-height: 18px; }
    .latest-slider .slider-frame .slider-controls {
      width: 125px;
      height: 40px;
      background-color: rgba(51, 51, 51, 0.3);
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -63px;
      padding: 12px; }
      .latest-slider .slider-frame .slider-controls .frame-selector {
        background-position: -120px -395px;
        width: 13px;
        height: 13px;
        display: inline-block;
        margin: 2px; }
      .latest-slider .slider-frame .slider-controls .frame-selector:hover, .latest-slider .slider-frame .slider-controls .current {
        background-position: -120px -415px; }

.slider-controls {
  width: 125px;
  height: 40px;
  background-color: #333;
  bottom: 0px;
  position: absolute;
  padding: 0 5px 0 5px;
  left: 20px;
  text-align: center; }
  .slider-controls .frame-selector {
    background-position: -120px -395px;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 15px 3px; }

.event-landing-page-block {
  min-height: 193px;
  border: 1px solid #ccc;
  padding: 0 0 20px 0; }
  .event-landing-page-block .listing-image {
    width: 100%;
    height: auto; }
  .event-landing-page-block .blue-right-arrow-small {
    margin-left: 5px; }
  .event-landing-page-block p {
    margin: 0 10px 0 20px; }
  .event-landing-page-block .orange-button {
    margin: 20px 0 10px 20px; }

.event-listing {
  border: 1px solid #ccc;
  list-style: none;
  padding-left: 20px;
  height: auto;
  min-height: 175px;
  overflow: hidden; }
  .event-listing li {
    list-style: none; }
  .event-listing img {
    margin-left: 20px; }
  .event-listing h5, .event-listing .fakeh5 {
    margin: 2px 0 10px 0; }
  .event-listing .content-block-type-label {
    margin: 15px 0 0 0; }
  .event-listing .blue-right-arrow-small {
    margin-left: 5px; }
  .event-listing p {
    margin: 0 30px 0 0;
    line-height: 20px; }
    .event-listing p a {
      font-weight: 500;
      text-decoration: underline;
      margin: 0; }
  .event-listing .orange-button {
    margin: 20px 0 20px 20px; }

.event-listing.no-image {
  padding-right: 250px; }

.personal-banking-hub-page-block {
  border: 1px solid #b6b6b6;
  padding: 20px; }
  .personal-banking-hub-page-block h5 {
    width: 80%;
    line-height: 22px; }
  .personal-banking-hub-page-block p {
    line-height: 20px;
    margin-bottom: 15px;
    margin-right: 12%; }
  .personal-banking-hub-page-block p:last {
    margin-bottom: 0; }
  .personal-banking-hub-page-block a {
    display: block;
    font-size: 14px;
    font-weight: 500; }
  .personal-banking-hub-page-block .blue-right-arrow-smallest {
    margin-left: 5px; }

.business-banking-hero-image, .policy-landing-hero-image {
  margin: 30px; }

.policy-landing-hero-image {
  margin: 45px; }

.policy-landing-page-block {
  border: 1px solid #b6b6b6;
  padding: 20px;
  height: 100%; }
  .policy-landing-page-block p {
    line-height: 16px;
    margin-bottom: 15px; }
  .policy-landing-page-block a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 10px; }
    .policy-landing-page-block a h5 {
      padding-right: 50px; }
  .policy-landing-page-block .blue-right-arrow-smallest {
    margin-left: 5px; }

.policy-listing {
  min-height: 105px;
  border: 1px solid #b6b6b6; }
  .policy-listing .content {
    width: 420px; }
  .policy-listing h2 {
    margin: 0 0 0 20px; }
  .policy-listing .fakeh5 {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 20px; }
  .policy-listing p {
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 20px; }
  .policy-listing .content-block-type-label {
    margin: 20px 0 0 20px; }

.policy-listing.larger {
  height: 147px; }
  .policy-listing.larger h2 {
    margin-top: 20px; }

.customers-question-box {
  border: 1px solid #ccc;
  min-height: 220px;
  display: block;
  overflow: hidden; }
  .customers-question-box .fakeh5 {
    padding: 40px 30px 10px; }
  .customers-question-box .section {
    padding: 0 30px 30px; }
    .customers-question-box .section a {
      text-decoration: underline;
      font-weight: 500; }

.biography-content {
  width: 470px;
  max-width: 100%; }
  .biography-content p {
    margin-bottom: 10px; }
  .biography-content p:last-child {
    margin-bottom: 20px; }

.row .customers-question-box .three-hundred:nth-child(3n+4) {
  width: 298px;
  margin-right: 0 !important; }

.discover-more-block {
  background-position: -40px -800px;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 250px; }
  .discover-more-block .large-bookmark-circle-icon-orange-glow,
  .discover-more-block .large-alert-circle-icon-orange-glow {
    margin: -10px; }
  .discover-more-block h4 {
    width: 160px; }
  .discover-more-block p {
    line-height: 17px; }

.news-article-extras {
  border: 1px solid #eee;
  padding: 10px; }
  .news-article-extras a {
    line-height: 15px; }
  .news-article-extras .block {
    background-position: 0 -565px;
    text-align: center;
    padding: 20px 40px;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 188px; }
    .news-article-extras .block .download-circle-icon-orange, .news-article-extras .block .bookmark-circle-icon-orange {
      margin: 0 0 10px 0; }
    .news-article-extras .block .fakeh6 {
      width: 100%;
      margin: 0 0 10px 0;
      line-height: 22px; }
    .news-article-extras .block .orange-button {
      position: relative;
      left: 0;
      right: 0;
      margin-bottom: -8px;
      top: 12px;
      line-height: 40px; }

.download-link {
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  display: block; }
  .download-link .download-circle-icon-orange {
    margin: 0 10px -20px 0; }

.top-bar.logged-in .left-bar {
  float: left;
  width: 480px;
  margin-right: 20px; }
.top-bar.logged-in .right-bar {
  float: left;
  width: 440px; }
.top-bar.logged-in .headline {
  padding-bottom: 0;
  padding-top: 15px; }

.top-bar.logged-out .left-bar {
  float: left;
  width: 660px;
  margin-right: 20px; }
.top-bar.logged-out .right-bar {
  float: left;
  width: 300px; }

.top-bar {
  /* fonts */ }
  .top-bar h1 {
    margin: 5px 0 0; }
  .top-bar .headline h1 {
    display: inline;
    line-height: 43px;
    vertical-align: top;
    padding: 10px 5px 0 0; }
  .top-bar p {
    margin: 10px 0 0 0;
    line-height: 18px; }
  .top-bar .breadcrumb {
    font-size: 14px;
    margin: 0; }
    .top-bar .breadcrumb a {
      text-decoration: none; }
    .top-bar .breadcrumb a:hover {
      text-decoration: underline; }
  .top-bar .personalise-your-experience {
    padding: 20px; }
    .top-bar .personalise-your-experience p {
      margin: 0 0 15px 0;
      line-height: 18px; }
    .top-bar .personalise-your-experience .orange-button .blue-right-arrow-small {
      margin-left: 5px; }
    .top-bar .personalise-your-experience .text-link {
      font-weight: 900;
      margin: 0 0 5px 20px; }

/* Hero sections  */
.hero {
  position: relative; }
  .hero .hero-banner {
    width: 680px;
    float: left;
    height: 315px;
    position: relative;
    display: inline-block;
    overflow: hidden; }
  .hero .hero-image {
    position: absolute;
    top: 0;
    left: 0; }
  .hero .hero-section {
    height: 315px; }
    .hero .hero-section a:hover, .hero .hero-section p a:hover {
      text-decoration: underline; }
    .hero .hero-section a, .hero .hero-section p {
      line-height: 18px;
      margin: 20px 0 0 0; }
  .hero .hero-copy {
    height: 315px;
    width: 680px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 180px 280px 0 20px; }
  .hero .light-blue-copy-bg {
    background: url(../images/light-blue-copy-bg.png);
    background-repeat: no-repeat;
    background-position: top left; }
  .hero .dark-grey-copy-bg {
    background-image: url(../images/dark-grey-decal.png);
    background-repeat: no-repeat;
    background-position: top left; }
  .hero .slider-controls {
    background-color: #000; }
  .hero .small-form, .hero .wpcf7-form {
    height: 275px; }

.hero-section {
  padding: 15px; }
  .hero-section a, .hero-section p {
    line-height: 16px;
    margin: 15px 0 0 0;
    text-decoration: none; }
  .hero-section a:hover {
    text-decoration: underline; }

.member-pod {
  width: 250px;
  float: right;
  position: relative;
  right: -40px;
  margin: 0 0 20px; }
  .member-pod p {
    clear: both;
    padding-top: 10px; }

/* Bottom Box */
.bottom-box {
  float: left;
  width: 940px;
  margin: 20px;
  border: 1px solid #ccc;
  padding-top: 20px; }
  .bottom-box p {
    padding: 0 20px 0 20px; }

/* Twitter style */
.e-entry-title {
  line-height: 2 !important; }

.pop-up .cover {
  background: #fff;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  opacity: 0.7%;
  padding: 0;
  margin: 0;
  z-index: 999999999999 !important; }

.container {
  width: 100%;
  min-height: 50px;
  float: left;
  min-width: 1024px; }

.row {
  margin: 0 auto;
  width: 980px;
  min-height: 50px;
  clear: both;
  overflow: hidden; }

.mobile {
  display: none; }

.row .three-hundred {
  width: 300px;
  float: left;
  margin-right: 40px; }
.row .three-twenty {
  width: 320px;
  float: left;
  margin-right: 20px; }
.row .six-sixty {
  width: 660px;
  margin-right: 20px;
  float: left; }
.row .six-sixty.two-per-row .three-twenty:nth-child(2n+3) {
  /*margin-right:0 !important;
  width:318px;*/ }
.row .full-width {
  width: 100%;
  height: auto;
  float: left; }
.row .half-width {
  width: 50%;
  float: left; }
.row .border.three-hundred {
  width: 302px;
  margin-right: 18px; }
.row .border.three-twenty {
  width: 322px;
  margin-right: 18px; }
.row .border.six-sixty {
  width: 662px;
  margin-right: 18px; }
.row .single-grey-column {
  width: 180px;
  background: #EEEEEE;
  min-height: 1000px;
  float: left; }
.row .four-column {
  width: 710px;
  min-height: 500px;
  float: left;
  margin-left: 40px; }
.row .three-columns {
  width: 223px;
  margin-right: 20px;
  float: left; }

.border .three-twenty.last {
  width: 318px; }
.border .last.three-hundred {
  width: 298px; }

.row.last,
.fluid.last,
.last,
.fluid.last,
.row .last {
  margin-right: 0 !important; }

.no-gutter {
  margin: 0; }

.no-gutter-top-bottom {
  margin-top: 0;
  margin-bottom: 0; }

.no-gutter-left-right {
  margin-left: 0;
  margin-right: 0; }

.gutter-top {
  margin-top: 20px; }

.gutter-left {
  margin-left: 20px; }

.gutter-bottom {
  margin-bottom: 20px; }

.gutter-right {
  margin-right: 20px; }

.gutter-padding-left {
  padding-left: 20px; }

/* old grid */
/*
.row{
  .col-one,
  .col-two,
  .col-three,
  .col-four,
  .col-five,
  .col-six,
  .col-seven,
  .col-eight,
  .col-nine,
  .col-ten,
  .col-eleven,
  .col-twelve{
    min-height: $min-height;
    float:left;
    margin-right: 20px;
    position:relative;

  }
  .fluid.col-one,
  .fluid.col-two,
  .fluid.col-three,
  .fluid.col-four,
  .fluid.col-five,
  .fluid.col-six,
  .fluid.col-seven,
  .fluid.col-eight,
  .fluid.col-nine,
  .fluid.col-ten,
  .fluid.col-eleven,
  .fluid.col-twelve{
    margin-right: 3.8%;
  } 
}

.col-one{
  width:61.66666667px;
}
.col-two{
  width: 140px;
}
.col-three{
  width: 220px;
}
.col-four{
  width: 300px;
}
.col-five{
  width: 380px;
}
.col-six{
  width: 460px;
}
.col-seven{
  width: 540px;
}
.col-eight{
  width: 620px;
}
.col-nine{
  width: 700px;
}
.col-ten{
  width: 780px;
}
.col-eleven{
  width: 860px;
}
.col-twelve{  
  width:$site_width - 20;
}

.row .first,
.first{
  margin-left:10px;
}
.row .last,
.last{
  margin-right:10px;
}


.fluid.col-one {
  width: 4.85%;
  margin-right:3.8%;
}
.fluid.col-two {
  width: 13.45%;
  margin-right:3.8%;
}
.fluid.col-three {
  width: 22.05%;
  margin-right:3.8%;
}
.fluid.col-four {
  width: 30.75%;
  margin-right:3.8%;
}
.fluid.col-five {
  width: 39.45%;
  margin-right:3.8%;
}
.fluid.col-six {
  width: 48%;
  margin-right:3.8%;
}
.fluid.col-seven {
  width: 56.75%;
  margin-right:3.8%;
}
.fluid.col-eight {
  width: 65.4%;
  margin-right:3.8%;
}
.fluid.col-nine {
  width: 74.05%;
  margin-right:3.8%;
}
.fluid.col-ten {
  width: 82.7%;
  margin-right:3.8%;
}
.fluid.col-eleven {
  width: 91.35%;
  margin-right:3.8%;
}
.fluid.col-twelve {
  width: 100%;
  min-height:10px;
}


.row.last, 
.fluid.last,
.last{
  margin-right:0 !important;
}


$gutter_width : 20px;

.gutter-top{
  margin-top: $gutter_width;
}
.gutter-left{
  margin-left: $gutter_width;
}
.gutter-bottom{
  margin-bottom: $gutter_width;
}
.gutter-right{
  margin-right: $gutter_width;
}



@media only screen and (max-width: 768px){
  .container{
    padding:0 2.5% 0 2.5%;
    float:left;
    margin:0;
    width:95%;
  }
  .row{
    width:100%;
    float:left;
  }
}


@media only screen and (max-width: 480px){
  .container{
    float:left;
    margin:0;
    width:100%%;
  }
  .row{
    width:100%;
    float:left;
  }

  .col-one,
  .col-two,
  .col-three,
  .col-four,
  .col-five,
  .col-six,
  .col-seven,
  .col-eight,
  .col-nine,
  .col-ten,
  .col-eleven,
  .col-twelve,
  .fluid.col-one,
  .fluid.col-two,
  .fluid.col-three,
  .fluid.col-four,
  .fluid.col-five,
  .fluid.col-six,
  .fluid.col-seven,
  .fluid.col-eight,
  .fluid.col-nine,
  .fluid.col-ten,
  .fluid.col-eleven,
  .fluid.col-twelve {
    width:100%;
    float:left;
  }
  .row .first{
    margin-left:0;
  }
  .row .last{
    margin-right:0;
  }
  .footer{

    .col{
      width:90%;
      margin-left:5%;
    }
    
  }

}

.testing{
  .col-one,
  .col-two,
  .col-three,
  .col-four,
  .col-five,
  .col-six,
  .col-seven,
  .col-eight,
  .col-nine,
  .col-ten,
  .col-eleven,
  .col-twelve,
  .fluid.col-one,
  .fluid.col-two,
  .fluid.col-three,
  .fluid.col-four,
  .fluid.col-five,
  .fluid.col-six,
  .fluid.col-seven,
  .fluid.col-eight,
  .fluid.col-nine,
  .fluid.col-ten,
  .fluid.col-eleven,
  .fluid.col-twelve{
    border:1px solid $light_grey;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
  } 
}

*/
.no-js .accordion-section {
  height: auto; }

.lt-ie7 {
  /* Main Nav */ }
  .lt-ie7 .scroller {
    overflow: hidden; }
  .lt-ie7 .sprite {
    background-image: url(../images/sprite.gif) !important;
    overflow: hidden;
    background-repeat: none; }
  .lt-ie7 .header {
    height: 125px; }
  .lt-ie7 .six-sixty {
    width: 662px; }
  .lt-ie7 .sidebar {
    width: 290px;
    float: right; }
  .lt-ie7 .orange-button.right {
    float: right !important;
    display: block; }
  .lt-ie7 .top-navigation.right {
    border: none; }
  .lt-ie7 .main-navigation {
    z-index: 9999999 !important;
    /* sub box */ }
    .lt-ie7 .main-navigation ul li a {
      height: auto;
      padding-top: 15px;
      padding-bottom: 15px; }
    .lt-ie7 .main-navigation .menu-col {
      width: 220px; }
      .lt-ie7 .main-navigation .menu-col ul {
        float: left;
        display: inline;
        zoom: 1;
        width: 110px; }
        .lt-ie7 .main-navigation .menu-col ul li {
          padding: 0; }
          .lt-ie7 .main-navigation .menu-col ul li a {
            line-height: auto;
            padding: 0;
            height: auto; }
    .lt-ie7 .main-navigation .sub-box ul li, .lt-ie7 .main-navigation .sub-box ul a {
      height: auto;
      padding: 0;
      line-height: auto; }
    .lt-ie7 .main-navigation .div-shadow {
      display: none; }
  .lt-ie7 .hover .level-one {
    height: 350px; }

/* less than ie7 */
.lt-ie9 input {
  border: 1px solid #b6b6b6; }
.lt-ie9 .mp-menu {
  display: none; }

/* -- These are the main mobile styles, ONLY USE OTHER QUERIES IF YOUR LIFE DEPENDS ON IT */
/* -- tablets portrait -------------------------------- */
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  /* -- Header ------------------------ */
  .social-menu-icons {
    display: none; }

  input {
    border-radius: 0;
    border: 1px solid #ffffff;
    -webkit-appearance: none; }

  .header .top-navigation {
    overflow: hidden; }
    .header .top-navigation ul {
      float: right; }
  .header .logo {
    /* margin-top: 0; */ }

  .row {
    /* Three twenty */ }
    .row .sidebar {
      width: 100%;
      float: left; }
      .row .sidebar .full-width {
        width: 320px;
        margin-right: 20px !important;
        float: left; }
        .row .sidebar .full-width:nth-child(even) {
          margin-right: 0 !important; }
    .row .three-hundred {
      width: 300px; }
      .row .three-hundred:nth-child(even) {
        margin-right: 0 !important; }
      .row .three-hundred.sidebar {
        width: 300px; }
    .row .three-twenty:nth-child(even) {
      margin-right: 0 !important; }
    .row .mpu {
      margin: 0 10px 10px 10px; }
    .row .border.six-sixty {
      width: 100%; }
    .row .wpcf7 .border.six-sixty {
      min-width: 600px; }

  /* Row */
  /* -- Device Gutters ---------------- */
  .m-gutter-top {
    margin-top: 20px; }

  .m-gutter-bottom {
    margin-bottom: 20px; }

  .m-gutter-right {
    margin-right: 20px; }

  .m-gutter-left {
    margin-left: 20px; }

  /* -- footer ---------------- */
  .footer .col {
    margin-right: 0;
    padding-left: 2.5%;
    min-height: 300px;
    padding-left: 2.5%; }

  /* footer */
  .sub-footer {
    width: 95%;
    padding-left: 2.5%; }

  /* Sub footer */
  /* -- Main navigation --------------- */
  .mobile-menu-trigger,
  #mobile-menu-trigger {
    display: block; }

  .main-navigation ul li a {
    font-size: 13px;
    padding: 0 12px 0 11px;
    width: 100%; }
  .main-navigation ul li .level-one {
    width: 1024px; }
    .main-navigation ul li .level-one .quote {
      padding-left: 30px; }
    .main-navigation ul li .level-one .menu-col {
      width: 20%; }

  .customers-question-box {
    float: left;
    width: 100%; }
    .customers-question-box .three-hundred {
      width: 180px; }
      .customers-question-box .three-hundred.last {
        width: 180px; }

  /* Blocks */
  .policy-landing-page-block {
    width: 100%;
    float: left; }
    .policy-landing-page-block:nth-child(even) {
      margin-right: 0 !important; }

  .blockquote {
    width: 100%;
    float: left; }

  /* --  Tabbed content ---------------- */
  .tabbed-content .half {
    width: 280px;
    float: left; }

  /* --  Hero ---------------- */
  .hero-tuck .three-hundred {
    width: 200px;
    float: left; }

  .slider .text-area {
    bottom: 0;
    left: 0;
    width: 800px;
    height: 410px;
    top: 0; }

  .hero {
    /* split */ }
    .hero.split .half {
      width: 490px;
      float: left;
      padding: 0; }
      .hero.split .half .content {
        width: 100%; }
      .hero.split .half .hero-image {
        width: 100%; }
        .hero.split .half .hero-image .hero-copy {
          width: inherit; }
    .hero .hero-image {
      width: 360px; }
      .hero .hero-image.big-blue {
        width: 450px; }
    .hero .three-hundred {
      width: 300px;
      margin-right: 20px; }

  /* Hero */
  /* -- Top Bar ------------------------ */
  .top-bar .six-sixty {
    /*width:inherit;*/
    width: 660px; }
  .top-bar .three-hundred {
    width: 300px;
    margin: 0; }
  .top-bar.logged-out .left-bar {
    width: 340px; }
  .top-bar .headline h1 {
    font-size: 24px;
    line-height: 28px; }

  /* -- Forms ------------------------*/
  input, textarea {
    border: 1px solid #b6b6b6; }

  .sidebar form select.full-width {
    width: 100% !important; }

  /* -- My BBA ----------------------- */
  .tabs-wrap {
    width: 660px; }

  .my-bba {
    /* tab 1 */
    /* tab 2 */ }
    .my-bba .four-column {
      margin-left: 20px;
      width: 420px; }
      .my-bba .four-column .three-columns {
        width: 180px; }
    .my-bba .inner-content {
      float: left;
      width: inherit; }
    .my-bba.tab-1 .top-bar {
      width: 420px;
      float: left;
      margin-top: 0;
      /* right bar */ }
      .my-bba.tab-1 .top-bar .right-bar {
        width: 100%; }
        .my-bba.tab-1 .top-bar .right-bar .orange-button-large {
          float: left;
          width: 200px;
          margin: 0 20px 0 0; }
          .my-bba.tab-1 .top-bar .right-bar .orange-button-large.last {
            margin-right: 0; }
    .my-bba.tab-1 .interests-listing {
      position: relative; }
      .my-bba.tab-1 .interests-listing .copy {
        width: 400px;
        padding-right: 20px; }
      .my-bba.tab-1 .interests-listing .image {
        position: absolute;
        top: 0;
        right: 0; }
    .my-bba.tab-2 {
      /* inner content */ }
      .my-bba.tab-2 .top-bar {
        width: 100%;
        float: left;
        margin-top: 0;
        /* logged in */ }
        .my-bba.tab-2 .top-bar .left-bar {
          float: left;
          width: 300px; }
        .my-bba.tab-2 .top-bar.logged-in {
          /* right bar */ }
          .my-bba.tab-2 .top-bar.logged-in .right-bar {
            margin-top: 100px;
            width: 300px;
            float: right; }
            .my-bba.tab-2 .top-bar.logged-in .right-bar .orange-button-large {
              float: left;
              width: 130px;
              margin: 0 20px 0 0; }
              .my-bba.tab-2 .top-bar.logged-in .right-bar .orange-button-large.last {
                margin-right: 0; }
        .my-bba.tab-2 .top-bar .interests .left {
          width: 100%;
          border: none; }
        .my-bba.tab-2 .top-bar .interests .right {
          width: 100%;
          border: none; }
      .my-bba.tab-2 .inner-content {
        /* accordion section */ }
        .my-bba.tab-2 .inner-content .accordion-section .interests .left {
          width: 100%;
          border: none;
          height: auto; }
        .my-bba.tab-2 .inner-content .accordion-section .interests .right {
          width: 100%;
          padding: 0;
          height: auto; }
        .my-bba.tab-2 .inner-content .accordion-section.accord-three .half-width {
          width: 100%;
          float: left;
          border: none; }

  /* my bba */
  .pod.myLinks {
    float: right; }

  .level-one.full .level-two ul {
    width: 150px !important;
    padding: 0px !important; } }
/* -- END tablets portrait -------------------------------- */
/* -- Mobiles ----------------------------------------- */
@media only screen and (max-width: 479px) {
  .container {
    min-width: 100%; }

  .desktop {
    display: block !important; }

  .mobile-hide {
    display: none;
    height: 0; }

  .mobile-show-important {
    display: block !important; }

  .overflow-visible {
    overflow: visible !important; }

  .gutter-padding-left {
    padding-left: 0px;
    padding-right: 0px; }

  input,
  textarea {
    border-radius: 0;
    border: 1px solid #ffffff;
    -webkit-appearance: none; }

  .event-listing {
    height: auto; }

  .twitter-timeline-rendered {
    padding: 0 10px; }

  .twitter-feed .follow {
    margin: 10px; }

  .event-search {
    margin-bottom: 20px; }

  .header, .menu-row {
    display: none; }

  .row.menu-row {
    display: block;
    width: 100%;
    padding: 0; }
    .row.menu-row .main-navigation ul {
      float: none; }
      .row.menu-row .main-navigation ul li {
        display: none;
        position: relative;
        width: 100%;
        list-style: none; }
        .row.menu-row .main-navigation ul li a {
          width: 100%;
          text-align: center; }
          .row.menu-row .main-navigation ul li a .arrow {
            display: none; }
      .row.menu-row .main-navigation ul li.mobile-menu-trigger,
      .row.menu-row .main-navigation ul li.mobile-user-trigger,
      .row.menu-row .main-navigation ul li.mobile-logo {
        display: block;
        width: auto; }
        .row.menu-row .main-navigation ul li.mobile-menu-trigger a,
        .row.menu-row .main-navigation ul li.mobile-user-trigger a,
        .row.menu-row .main-navigation ul li.mobile-logo a {
          border: none;
          padding: 15px 17px;
          display: block;
          height: 20px;
          width: auto; }
      .row.menu-row .main-navigation ul li.mobile-user-trigger {
        top: 0px;
        right: 0px;
        width: 100%; }
        .row.menu-row .main-navigation ul li.mobile-user-trigger a {
          width: 16px;
          position: absolute;
          right: 0px;
          top: -50px;
          background-color: #fea42f; }
        .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one {
          position: relative;
          height: auto;
          display: none;
          top: 0px;
          left: 0px;
          width: 100%;
          bottom: 0;
          padding: 25px 15px;
          background-color: #fea42f; }
          .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar {
            display: block;
            height: auto; }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar .headline {
              padding-top: 0;
              line-height: 28px; }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar p {
              margin-top: 0; }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar a.orange {
              position: static;
              width: 100%;
              padding: 0;
              height: auto;
              line-height: 19px;
              color: #fea42f;
              font-weight: normal;
              font-size: 14px; }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar .grey-button {
              position: static;
              height: 40px;
              font-size: 16px;
              font-weight: 500;
              line-height: 40px;
              padding: 0 18px;
              display: inline-block;
              background-position: 0px -578px;
              background-color: #eee;
              width: auto;
              color: #787878; }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar .grey-button:hover {
              background-position: 0px -588px; }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar .wrapper {
              padding: 20px 0 0 0; }
              .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar .wrapper a {
                position: static;
                height: 40px;
                color: white;
                font-size: 16px;
                font-weight: 300;
                line-height: 18px;
                padding: 10px 0 25px 0;
                display: block;
                float: left;
                background-color: #fea42f;
                width: 48%;
                margin-right: 4%;
                margin-bottom: 15px; }
              .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar .wrapper a:hover {
                background-position-y: -580px; }
              .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .top-bar .wrapper a:nth-child(even) {
                margin-right: 0; }
          .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .textfield {
            overflow: hidden;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .textfield form {
              overflow: hidden; }
              .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .textfield form .forgot {
                position: static;
                font-size: 13px;
                background: none;
                font-weight: normal;
                color: #333;
                font-style: italic;
                width: 150px;
                padding: 10px;
                line-height: 25px;
                float: right;
                text-align: right; }
          .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .linkedIn-signup {
            position: static;
            width: auto;
            float: left;
            padding: 0;
            font-weight: normal;
            overflow: hidden;
            height: auto;
            line-height: 0; }
            .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .linkedIn-signup .copy {
              position: static; }
          .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one .fakeh4 {
            margin-bottom: 8px; }
          .row.menu-row .main-navigation ul li.mobile-user-trigger .level-one input {
            margin-bottom: 8px;
            border-radius: 0;
            border: 1px solid #ffffff;
            -webkit-appearance: none; }
        .row.menu-row .main-navigation ul li.mobile-user-trigger.user-logged-in a {
          background-color: #333; }
        .row.menu-row .main-navigation ul li.mobile-user-trigger.user-logged-in .level-one {
          background-color: #333; }
      .row.menu-row .main-navigation ul li.user-logged-in.open {
        background-color: #333; }
        .row.menu-row .main-navigation ul li.user-logged-in.open a {
          background-color: #333; }
        .row.menu-row .main-navigation ul li.user-logged-in.open .level-one {
          background-color: #333;
          display: none; }
      .row.menu-row .main-navigation ul li.mobile-logo {
        position: absolute;
        left: 25%;
        width: 50%;
        /*left: calc(50% - 50px);*/
        background: none; }
        .row.menu-row .main-navigation ul li.mobile-logo a {
          padding: 9px 15px;
          height: 32px;
          background: none; }
      .row.menu-row .main-navigation ul li:hover .level-one {
        display: none;
        height: auto; }
      .row.menu-row .main-navigation ul li.open .level-one {
        height: auto;
        display: block; }
    .row.menu-row .main-navigation .social-menu-icons {
      display: none; }

  /* -- FONTS ------------------- */
  h1, .fakeh1 {
    font-size: 24px;
    line-height: 28px; }

  h2, .fakeh2 {
    font-size: 24px;
    line-height: 28px; }

  h3, .fakeh3 {
    font-size: 20px;
    line-height: 20px; }

  p {
    line-height: 18px; }

  .row {
    width: 300px;
    padding: 0 10px 0 10px;
    margin: 0 auto; }
    .row .three-hundred,
    .row .three-twenty,
    .row .six-sixty,
    .row .border.three-hundred,
    .row .border.three-twenty,
    .row .border.six-sixty.contact-form {
      width: 100%;
      border: none; }
    .row .border.six-sixty.search-results-pod {
      width: 280px;
      border: none; }
    .row .single-grey-column {
      height: auto;
      min-height: 0;
      width: 100%; }
    .row .left-bar {
      width: 100% !important;
      padding-left: 20px; }
    .row .top-bar.logged-in .left-bar {
      padding-left: 20px;
      padding-right: 20px;
      width: 280px !important; }
    .row .four-column .fakeh1 {
      padding-left: 20px; }
    .row .four-column .three-columns {
      padding-left: 20px; }

  form label {
    float: left;
    margin-left: 0;
    padding-left: 0;
    line-height: 20px; }
  form input {
    border: 1px solid #b6b6b6; }
  form textarea {
    border: 1px solid #b6b6b6; }
  form .small-label {
    width: 100%;
    float: left;
    height: 30px; }
  form .large-input {
    width: 100%;
    float: left; }

  /* Forms */
  .row .half-width {
    width: 100%; }

  /* -- Top Bars ------------ */
  .top-bar {
    /*display:none;
    height:0;*/
    /* logged out */
    /* logged in */ }
    .top-bar .headline h1,
    .top-bar .headline .fakeh1 {
      line-height: 28px; }
    .top-bar.logged-out .left-bar {
      width: 100%;
      margin-right: 0; }
    .top-bar.logged-out .right-bar {
      width: 100%; }
    .top-bar.logged-in .left-bar {
      width: 100%;
      margin-right: 0; }
    .top-bar.logged-in .right-bar {
      width: 100%; }
    .top-bar .personalise-your-experience .text-link {
      font-weight: 900;
      /*margin: 0;
      width:100%;*/
      float: left;
      height: 50px;
      line-height: 50px; }

  .myLinks .wrapper {
    width: 100%; }

  /* myLinks */
  /* -- Buttons ----------------- */
  .orange-button {
    /*width:50%;*/
    float: left;
    margin: 0; }

  .orange-button-large {
    width: 50%;
    float: left;
    margin: 0; }

  /* -- Slider --------------- */
  .homepage-slider {
    height: auto; }

  .slider {
    width: 100%;
    padding: 0;
    margin-top: 0; }
    .slider .text-area {
      background-color: #333;
      background-image: none;
      position: relative;
      display: block;
      height: 140px;
      width: 100%; }
    .slider .copy {
      width: 280px;
      bottom: -12px;
      margin: 0 auto;
      position: relative;
      left: 0; }
    .slider .orange-right-arrow-large {
      background-position: -475px -49px;
      height: 14px;
      width: 8px;
      margin-left: 2px; }
    .slider h1, .slider .fakeh1 {
      font-size: 20px;
      line-height: 26px; }
    .slider h5 {
      font-size: 13px;
      font-weight: 900; }

  .copy {
    position: absolute;
    background-image: url(../images/dark-grey-decal.jpg);
    bottom: 50px;
    left: 20px;
    width: 400px; }
    .copy p, .copy h5 {
      padding: 0;
      margin: 0; }

  /* -- Latest Slider --------------- */
  .latest-slider {
    height: 350px; }
    .latest-slider .slider-frame {
      height: auto !important;
      width: 280px; }
      .latest-slider .slider-frame .slider-image {
        width: 248px;
        padding: 0;
        border: 1px solid #b6b6b6; }
      .latest-slider .slider-frame .slider-content {
        width: 100%;
        min-height: 0;
        background-image: none;
        background-color: #016fba;
        padding: 20px;
        display: block;
        margin-bottom: 0; }
        .latest-slider .slider-frame .slider-content .fakeh2 {
          font-size: 22px;
          line-height: 26px;
          margin-top: -40px;
          padding: 0; }
        .latest-slider .slider-frame .slider-content .orange-right-arrow-large {
          margin-left: 5px;
          background-position: -475px -50px;
          width: 10px;
          height: 14px; }
        .latest-slider .slider-frame .slider-content p {
          display: none; }
      .latest-slider .slider-frame .slider-controls {
        left: 80px; }

  /* -- Business Banking --------------- */
  .container.top-bar + .container {
    margin-top: 20px; }

  .hero .hero-banner {
    width: 280px;
    height: auto; }
  .hero .hero-section {
    height: auto;
    padding-bottom: 30px; }
  .hero .hero-image {
    width: 280px;
    position: relative;
    margin-bottom: 0;
    padding: 0; }
  .hero .hero-copy {
    width: 280px;
    height: auto;
    padding: 20px;
    margin-top: 0;
    position: relative;
    background-position: bottom left; }

  /* -- Business Banking --------------- */
  .container .hero-tuck {
    margin-top: 0; }
    .container .hero-tuck .gutter-top {
      margin-top: 0; }
    .container .hero-tuck .gutter-bottom, .container .hero-tuck .hero-section:first-child p {
      margin-bottom: 0; }

  /* -- Customers Landing Page --------------- */
  .hero.split .half {
    width: 280px;
    padding: 20px 0 0; }
    .hero.split .half .hero-image {
      width: 280px;
      height: 200px; }
      .hero.split .half .hero-image .hero-copy {
        width: 100%;
        padding: 20px; }
    .hero.split .half .orange-button {
      width: auto; }
    .hero.split .half .content {
      width: 280px;
      padding: 0 10px; }
    .hero.split .half h4, .hero.split .half p, .hero.split .half ul {
      float: left; }
    .hero.split .half h4 {
      margin-top: 20px; }

  .customers-question-box .fakeh5 {
    padding: 30px 20px 10px; }
  .customers-question-box .three-hundred .section {
    width: 280px;
    padding: 0 20px; }

  .promo-space {
    width: 280px;
    margin-bottom: 20px; }
    .promo-space .image-background {
      width: 278px;
      height: auto; }
    .promo-space .floating-content {
      position: relative;
      top: 0;
      left: 0;
      width: 278px;
      overflow: hidden;
      display: block; }
      .promo-space .floating-content .copy {
        position: relative;
        top: 0;
        left: 0;
        background: #333;
        width: 280px;
        padding: 20px; }
        .promo-space .floating-content .copy p {
          line-height: 22px; }
        .promo-space .floating-content .copy .orange-button {
          width: 200px;
          margin-top: 20px; }

  /* -- Member Details --------------- */
  .content {
    width: 100%; }
    .content .member-pod {
      display: block;
      overflow: hidden;
      width: 100%;
      right: 0;
      float: none;
      margin-bottom: 20px; }
    .content .content + .sidebar {
      margin-top: 0; }

  /* -- Member Listing --------------- */
  .directory-select {
    display: block; }

  .directory {
    display: none; }

  .row .row {
    padding: 0;
    width: 280px; }

  /* -- Articles --------------- */
  .most-viewed-articles .article .title {
    font-size: 13px;
    line-height: 16px; }

  .listing .article {
    padding: 20px 0; }
    .listing .article p {
      padding: 5px 0 5px 0; }

  /* -- News --------------- */
  .six-sixty .row .six-sixty.news-article-extras {
    width: 280px;
    border: 1px solid #eee;
    margin-bottom: 20px; }
    .six-sixty .row .six-sixty.news-article-extras .orange-button {
      width: auto;
      float: none; }
    .six-sixty .row .six-sixty.news-article-extras .three-hundred {
      width: 258px;
      margin-bottom: 10px; }
    .six-sixty .row .six-sixty.news-article-extras .three-hundred:last-child {
      margin-bottom: 0; }

  /* -- Events --------------- */
  .row.hero .hero-banner .hero-copy.light-blue-copy-bg {
    height: auto;
    min-height: auto; }
    .row.hero .hero-banner .hero-copy.light-blue-copy-bg h1.white {
      margin-bottom: 0; }

  .hero .small-form {
    height: auto; }

  .featured-events .event .title {
    font-size: 14px;
    line-height: 18px; }

  .event-landing-page-block .orange-button {
    width: 258px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 20px;
    line-height: 24px; }

  .event-listing {
    padding-bottom: 20px;
    height: auto; }
    .event-listing a {
      width: 230px;
      display: inline-block; }
    .event-listing .listing-image {
      width: 278px;
      marging-left: 0; }
    .event-listing.no-image {
      padding-right: 0; }
    .event-listing .content-block-type-label {
      float: left;
      width: 100%; }
    .event-listing .orange-button {
      width: 265px;
      float: left;
      margin: 30px 0 20px 0;
      padding: 0 0 0 15px; }

  .event-listing.no-image {
    padding-right: 0; }

  .slider-controls {
    left: 72.5px; }

  /* Events Registration */
  .registration-process .sync-height .half {
    width: 240px;
    height: auto !important; }
  .registration-process .summary .key-point .info {
    width: 200px; }
  .registration-process .accordion .title, .registration-process .articles .title, .registration-process .take-me-to .title {
    font-size: 18px;
    padding: 20px 15px;
    position: relative; }
    .registration-process .accordion .title .icon-tick, .registration-process .articles .title .icon-tick, .registration-process .take-me-to .title .icon-tick {
      position: absolute;
      left: 190px;
      margin-top: -3px; }
    .registration-process .accordion .title p, .registration-process .articles .title p, .registration-process .take-me-to .title p {
      position: absolute;
      left: 235px; }

  /* Training Landing Page */
  .hero .hero-copy {
    min-height: auto; }

  ul.simpleTabsNavigation {
    box-sizing: border-box;
    width: 100%; }
    ul.simpleTabsNavigation li {
      width: 50%;
      box-sizing: border-box;
      text-align: center; }
      ul.simpleTabsNavigation li a {
        padding: 20px 0;
        text-align: center;
        width: 100%; }
      ul.simpleTabsNavigation li:last-child {
        width: 50%; }
      ul.simpleTabsNavigation li:nth-child(even) {
        border-right: none; }
      ul.simpleTabsNavigation li:nth-child(1), ul.simpleTabsNavigation li:nth-child(2), ul.simpleTabsNavigation li:nth-child(3), ul.simpleTabsNavigation li:nth-child(4) {
        border-bottom: 1px solid #ccc; }

  .simpleTabs .tabbed-content {
    padding: 20px; }
    .simpleTabs .tabbed-content .orange-button {
      margin-bottom: 20px; }
    .simpleTabs .tabbed-content p {
      float: left; }
    .simpleTabs .tabbed-content .half {
      width: 280px;
      padding: 0; }
    .simpleTabs .tabbed-content .speaker-listing img {
      float: none;
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      margin-left: 0; }
    .simpleTabs .tabbed-content .speaker-listing .copy {
      float: none;
      width: 100%;
      position: relative;
      bottom: auto;
      left: auto; }

  /* policy listing */
  .hero.black-bg {
    width: 320px; }
  .hero .three-hundred {
    padding: 0 10px; }
    .hero .three-hundred .policy-landing-hero-image {
      display: none; }
    .hero .three-hundred .hero-section p {
      margin: 0 0 15px; }
  .hero .three-hundred.last {
    padding-bottom: 15px; }
  .hero .hero-section {
    padding: 0; }
  .hero .hero-section.gutter-top {
    padding: 0;
    margin: 0; }

  .policy-landing-page-block {
    padding: 20px;
    height: auto; }

  .policy-listing {
    float: left;
    width: 100%;
    padding-bottom: 20px; }
    .policy-listing .content {
      width: 100%; }
    .policy-listing .listing-image {
      width: 100%;
      margin-bottom: 20px; }
    .policy-listing .content-block-type-label {
      float: left;
      width: 100%; }

  /* Search Results */
  .search-results.listing .article h1 a {
    width: 280px;
    line-height: 24px; }

  .search-results-pod .search-again {
    width: 240px; }
    .search-results-pod .search-again label {
      display: none; }
    .search-results-pod .search-again .textfield {
      width: 210px; }
    .search-results-pod .search-again .textfield input {
      margin-bottom: 20px; }

  .sorting-pod {
    padding: 10px 0; }

  .search-button {
    margin-right: 0; }

  /* My BBA */
  .tabs .title {
    display: none;
    height: 0; }
  .tabs ul {
    float: left;
    width: 280px;
    margin-top: 0; }
    .tabs ul li {
      width: 120px;
      font-size: 14px; }

  .tabs-wrap {
    width: 280px;
    margin-bottom: 20px; }
    .tabs-wrap .row {
      padding: 0; }

  .row .four-column {
    width: 280px;
    margin-left: 0; }

  .my-bba .inner-content {
    padding: 0; }
    .my-bba .inner-content .title {
      padding-left: 20px; }
    .my-bba .inner-content form {
      float: right;
      margin: 0 20px 20px 0; }
      .my-bba .inner-content form label {
        width: auto;
        line-height: 40px;
        padding-right: 10px; }
      .my-bba .inner-content form select {
        width: 180px; }

  .my-bba.tab-1 .interests-listing {
    padding: 0;
    position: relative; }
    .my-bba.tab-1 .interests-listing .image {
      display: none;
      height: 0; }
    .my-bba.tab-1 .interests-listing .copy {
      position: relative;
      left: 20px;
      top: 20px;
      width: 240px;
      float: left;
      margin-bottom: 40px; }
      .my-bba.tab-1 .interests-listing .copy p {
        display: block;
        overflow: hidden; }
      .my-bba.tab-1 .interests-listing .copy p:nth-child(2) {
        margin: 5px 0 10px;
        line-height: 14px;
        width: 190px; }
    .my-bba.tab-1 .interests-listing .icon {
      position: absolute;
      width: auto;
      height: auto;
      top: 0;
      right: 0; }
      .my-bba.tab-1 .interests-listing .icon .sprite {
        margin: 20px; }

  .my-bba .inner-content .orange-button {
    margin-bottom: 20px; }

  .my-bba.tab-2 > .inner-content > .orange-button:last-child {
    margin: 20px; }

  .my-bba .inner-content .expand-icon-blue {
    top: 15px; }

  .my-bba .inner-content .accordion-section.open .expand-icon-blue {
    background-position: -35px -305px; }

  .my-bba .inner-content .accordion-section {
    width: 280px;
    padding: 12px 20px;
    height: 80px;
    border: none;
    border-bottom: 1px solid #b6b6b6; }
    .my-bba .inner-content .accordion-section .title-box {
      height: auto; }
    .my-bba .inner-content .accordion-section .title-box + p {
      padding-top: 20px; }
    .my-bba .inner-content .accordion-section .fakeh2 {
      width: 220px;
      margin: 0; }
    .my-bba .inner-content .accordion-section form {
      float: left;
      margin: 0; }
      .my-bba .inner-content .accordion-section form .left, .my-bba .inner-content .accordion-section form .right {
        width: 240px;
        float: left;
        border: none;
        padding: 0; }
      .my-bba .inner-content .accordion-section form .large-input {
        width: 240px; }
        .my-bba .inner-content .accordion-section form .large-input input {
          width: 238px; }
      .my-bba .inner-content .accordion-section form label {
        display: block; }
    .my-bba .inner-content .accordion-section .interests {
      border: none; }
      .my-bba .inner-content .accordion-section .interests .left, .my-bba .inner-content .accordion-section .interests .right {
        width: 240px;
        float: left;
        border: none;
        height: auto;
        padding: 0 0 20px 0; }
        .my-bba .inner-content .accordion-section .interests .left .half-width, .my-bba .inner-content .accordion-section .interests .right .half-width {
          width: 50%; }
      .my-bba .inner-content .accordion-section .interests .check label {
        width: 85px;
        line-height: 25px; }
    .my-bba .inner-content .accordion-section .invitation {
      border-left: none;
      margin-top: 0; }
      .my-bba .inner-content .accordion-section .invitation input {
        width: 220px; }

  .my-bba .inner-content .accordion-section:first-child {
    height: 80px; }

  /* Policy listing */
  .policy-listing.larger {
    height: auto;
    overflow: hidden; }

  .customers-question-box {
    float: left;
    width: 100%; }
    .customers-question-box .fakeh6 {
      margin-bottom: 5px; }
    .customers-question-box .section {
      padding-bottom: 10px; }

  .search-section .textfield {
    width: 230px; }

  /* -- Register -----------*/
  .slider .slider-image {
    width: 100%;
    height: auto; }

  .slider.inner-style {
    height: 200px; }

  .slider.inner-style .slide-decal .content {
    bottom: 0;
    top: 20px;
    left: 40px;
    width: 240px; }

  .slider.sub-style {
    height: 650px; }
    .slider.sub-style .slider-image {
      width: 300px;
      height: auto; }
    .slider.sub-style .content {
      top: 20px;
      left: 40px;
      width: 240px; }
    .slider.sub-style li {
      line-height: 16px;
      margin-bottom: 10px; }

  .linkedin {
    height: auto; }

  .linked-btn {
    width: 240px; }
    .linked-btn .copy {
      position: relative;
      width: 190px;
      left: 0;
      bottom: 0;
      font-size: 15px;
      float: left; }

  .registration {
    margin-bottom: 20px; }
    .registration .left {
      width: 280px;
      padding: 0 20px; }
      .registration .left input {
        max-width: 240px; }
    .registration .right {
      width: 280px;
      padding: 0 20px;
      margin: 0 !important;
      border-left: none; }
      .registration .right img {
        width: 240px;
        height: auto; }
    .registration .content {
      width: auto;
      padding: 0; }
    .registration .orange-button {
      margin-bottom: 20px;
      line-height: 20px;
      padding: 12px 18px;
      height: auto; }
    .registration .linkedin .more-reasons {
      position: relative;
      top: 0;
      width: auto; }
      .registration .linkedin .more-reasons .reasons-image img {
        width: 100%; }
      .registration .linkedin .more-reasons .reasons-image .copy {
        width: 190px;
        top: 175px;
        left: 0; }
        .registration .linkedin .more-reasons .reasons-image .copy p {
          font-size: 13px; }
      .registration .linkedin .more-reasons .reasons-image .logo {
        width: 50px;
        padding: 10px 0; }
    .registration .bottom-box {
      width: auto; }

  /* --  Footer --------------- */
  .footer {
    padding-bottom: 0;
    margin: 0; }
    .footer .mobile-footer-search {
      display: block;
      height: auto; }
    .footer .footer-lists, .footer .social-icons {
      display: none; }
    .footer .row {
      width: 100%;
      margin-bottom: 1px; }
    .footer h5 {
      font-size: 13px;
      font-weight: 700;
      margin: 15px 0;
      display: block;
      text-align: center;
      width: 100%;
      padding: 0; }
    .footer .col {
      width: 100%;
      padding-left: 0; }
    .footer .col-nine {
      padding-bottom: 20px; }
    .footer .search {
      margin: 10px auto; }
      .footer .search input {
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-box-shadow: inset 1px 1px 4px rgba(102, 102, 102, 0.5);
        -moz-box-shadow: inset 1px 1px 4px rgba(102, 102, 102, 0.5);
        box-shadow: inset 1px 1px 4px rgba(102, 102, 102, 0.5);
        border: none; }

  .sub-footer {
    background: #eee;
    padding: 15px 0; }
    .sub-footer li {
      width: 50%; }
      .sub-footer li a {
        line-height: 25px; }

  .registration-process .accordion .title, .registration-process .articles .title, .registration-process .take-me-to .title {
    padding: 10px 0 10px 0 !important;
    display: block;
    width: 100%; }
    .registration-process .accordion .title .icon-tick, .registration-process .articles .title .icon-tick, .registration-process .take-me-to .title .icon-tick {
      left: auto;
      float: right !important;
      right: 0; }
    .registration-process .accordion .title span, .registration-process .articles .title span, .registration-process .take-me-to .title span {
      padding-left: 5px; }
  .registration-process.message {
    width: 90%;
    padding: 5%; }
  .registration-process .title {
    width: 90%;
    font-size: 14px;
    padding: 5% !important;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px; }
  .registration-process p.edit-link {
    width: 30px;
    margin-top: 5px;
    font-size: 14px;
    right: 30px; }
  .registration-process #training-add-me {
    clear: both; }

  .mobile-clearfix {
    width: 100%;
    clear: both; }

  .frm-delegate input, #additional-questions input, .frm_additional_qs input {
    width: 90%; }
  .frm-delegate label, #additional-questions label, .frm_additional_qs label {
    width: 200px;
    float: left;
    margin-top: 15px; }
  .frm-delegate input[type='checkbox'], #additional-questions input[type='checkbox'], .frm_additional_qs input[type='checkbox'] {
    width: 25px;
    margin-top: 15px;
    float: left; }
  .frm-delegate .small-label, #additional-questions .small-label, .frm_additional_qs .small-label {
    margin-bottom: 5px; }
  .frm-delegate .large-input, #additional-questions .large-input, .frm_additional_qs .large-input {
    margin-bottom: 5px; }

  .small-print-label label {
    font-size: 14px; } }
@media only screen and (max-width: 1024px) {
  input[type='checkbox'] {
    -webkit-appearance: checkbox !important; } }
/* -- Mobiles ----------------------------------------- */
@media screen and (max-width: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }

  .g-recaptcha {
    margin-left: 0px; } }
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
/* iPads (portrait and landscape) ----------- */
/* iPads (landscape) ----------- */
/* iPads (portrait) ----------- */

/*# sourceMappingURL=styles.css.map */
