/**
 * Constrain the element to a specific ratio (defined as $perc).
 * The percentage ratio can be calculated by doing (height / width) * 100
 */
.gw {
  margin-left: -2em;
  *zoom: 1;
  clear: both;
}
.gw:after {
  content: "";
  display: table;
  clear: both;
}

.gc {
  float: left;
  padding-left: 2em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-1,
.c-1-1 {
  width: 100%;
}

.c-1-2 {
  width: 50%;
}

.c-1-3 {
  width: 33.333%;
}

.c-2-3 {
  width: 66.666%;
}

.c-1-4 {
  width: 25%;
}

.c-3-4 {
  width: 75%;
}

.c-1-5 {
  width: 20%;
}

.c-2-5 {
  width: 40%;
}

.c-3-5 {
  width: 60%;
}

.c-4-5 {
  width: 80%;
}

.lt-ie8 .gw {
  margin-left: 0;
}
.lt-ie8 .gc {
  padding: 0;
  margin-left: 3%;
}
.lt-ie8 .gc:first-child {
  margin-left: 0;
}

.lt-ie8 .c-1 {
  width: 99.95%;
}
.lt-ie8 .c-1-2 {
  width: 47.45%;
}
.lt-ie8 .c-1-3 {
  width: 29.55%;
}
.lt-ie8 .c-2-3 {
  width: 64.95%;
}
.lt-ie8 .c-1-4 {
  width: 19.95%;
}
.lt-ie8 .c-3-4 {
  width: 74.95%;
}
.lt-ie8 .c-1-5 {
  width: 19.95%;
}
.lt-ie8 .c-2-5 {
  width: 39.95%;
}
.lt-ie8 .c-3-5 {
  width: 59.95%;
}
.lt-ie8 .c-4-5 {
  width: 79.95%;
}

@media only screen and (min-width: 40em) {
  .m-1,
  .m-1-1 {
    width: 100%;
  }

  .m-1-2 {
    width: 50%;
  }

  .m-1-3 {
    width: 33.333%;
  }

  .m-2-3 {
    width: 66.666%;
  }

  .m-1-4 {
    width: 25%;
  }

  .m-3-4 {
    width: 75%;
  }

  .m-1-5 {
    width: 20%;
  }

  .m-2-5 {
    width: 40%;
  }

  .m-3-5 {
    width: 60%;
  }

  .m-4-5 {
    width: 80%;
  }

  .lt-ie8 .m-1 {
    width: 99.95%;
  }
  .lt-ie8 .m-1-2 {
    width: 47.45%;
  }
  .lt-ie8 .m-1-3 {
    width: 29.55%;
  }
  .lt-ie8 .m-2-3 {
    width: 64.95%;
  }
  .lt-ie8 .m-1-4 {
    width: 19.95%;
  }
  .lt-ie8 .m-3-4 {
    width: 74.95%;
  }
  .lt-ie8 .m-1-5 {
    width: 19.95%;
  }
  .lt-ie8 .m-2-5 {
    width: 39.95%;
  }
  .lt-ie8 .m-3-5 {
    width: 59.95%;
  }
  .lt-ie8 .m-4-5 {
    width: 79.95%;
  }

  .gw-reverse .gc {
    float: right;
  }

  .gw-restore .gc {
    float: left;
  }
}
@media only screen and (min-width: 60em) {
  .w-1,
  .w-1-1 {
    width: 100%;
  }

  .w-1-2 {
    width: 50%;
  }

  .w-1-3 {
    width: 33.333%;
  }

  .w-2-3 {
    width: 66.666%;
  }

  .w-1-4 {
    width: 25%;
  }

  .w-3-4 {
    width: 75%;
  }

  .w-1-5 {
    width: 20%;
  }

  .w-2-5 {
    width: 40%;
  }

  .w-3-5 {
    width: 60%;
  }

  .w-4-5 {
    width: 80%;
  }

  .lt-ie8 .w-1 {
    width: 99.95%;
  }
  .lt-ie8 .w-1-2 {
    width: 47.45%;
  }
  .lt-ie8 .w-1-3 {
    width: 29.55%;
  }
  .lt-ie8 .w-2-3 {
    width: 64.95%;
  }
  .lt-ie8 .w-1-4 {
    width: 19.95%;
  }
  .lt-ie8 .w-3-4 {
    width: 74.95%;
  }
  .lt-ie8 .w-1-5 {
    width: 19.95%;
  }
  .lt-ie8 .w-2-5 {
    width: 39.95%;
  }
  .lt-ie8 .w-3-5 {
    width: 59.95%;
  }
  .lt-ie8 .w-4-5 {
    width: 79.95%;
  }
}
/* Automatically generated forms
*******************************/
.auto-form {
  margin-bottom: 20px;
}
.auto-form .form-controls {
  margin: 30px 0 0;
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
}

.aff-fieldset, .account-form .fieldset {
  border: none;
  margin: 25px 0 0;
  border-top: 2px solid #7fcbad;
  padding: 20px 0 0;
  min-width: 0;
}
.aff-fieldset:first-child, .account-form .fieldset:first-child {
  margin-top: 0;
}
.aff-fieldset h3 + .disclaimer, .account-form .fieldset h3 + .disclaimer {
  margin-top: -5px;
}

.aff-label-wrapper, .account-form .label-wrapper {
  margin-bottom: 5px;
}

.aff-validation, .account-form .form-validation {
  font-size: 14px;
}

.auto-form-field .input {
  max-width: none;
}

@media only screen and (min-width: 40em) {
  .auto-form-field {
    overflow: hidden;
    margin-left: -2em;
  }

  .aff-label-wrapper, .account-form .label-wrapper,
  .aff-inner,
  .aff-validation,
  .account-form .form-validation {
    float: left;
    padding-left: 2em;
  }

  .aff-label-wrapper, .account-form .label-wrapper {
    width: 33.333%;
    padding-top: 10px;
  }

  .aff-inner,
  .aff-validation,
  .account-form .form-validation {
    width: 66.666%;
  }

  .aff-validation, .account-form .form-validation {
    float: right;
  }

  .aff-inner {
    padding-top: 10px;
  }
  .aff-inner .input {
    margin-top: -10px;
  }
}
.account-form {
  margin-bottom: 20px;
}
.account-form .fieldset .legend {
  margin-bottom: 15px;
}
.account-form .form-field .input {
  max-width: none;
}
@media only screen and (min-width: 40em) {
  .account-form .form-field {
    overflow: hidden;
    margin-left: -2em;
  }
  .account-form .label-wrapper,
  .account-form .inner,
  .account-form .form-validation {
    float: left;
    padding-left: 2em;
  }
  .account-form .label-wrapper {
    width: 33.333%;
    padding-top: 10px;
  }
  .account-form .inner,
  .account-form .form-validation {
    width: 66.666%;
  }
  .account-form .form-validation {
    float: right;
  }
  .account-form .inner {
    padding-top: 10px;
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  }
  .account-form .inner:before, .account-form .inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .account-form .inner:after {
    clear: both;
  }
  .account-form .inner {
    *zoom: 1;
  }
  .account-form .input {
    margin-top: -10px;
  }
}

.account-form-field {
  max-width: 814px;
}

.register-button {
  margin-top: 20px;
}

@media only screen and (min-width: 40em) {
  .register-field {
    width: 100%;
    padding-right: 110px;
    position: relative;
  }

  .register-button {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
* {
  background: transparent !important;
  color: #000 !important;
  /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
  zoom: 95% !important;
  -ms-zoom: 100% !important;
}

body {
  font-size: 11pt !important;
}

a,
a:visited {
  text-decoration: underline;
}

abbr[title]:after {
  content: " (" attr(title) ")";
}

thead {
  display: table-header-group;
  /* h5bp.com/t */
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: none!important;
  max-height: none!important;
  width: 100%!important;
  position: static!important;
}

.ri {
  position: relative;
  padding: 0!important;
  overflow: visible!important;
  height: auto!important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

.icon,
.auto-form,
.comment-box,
.comment,
.top-nav-wrapper,
.main-nav-wrapper,
.breadcrumbs,
.toggle-nav,
.tn-toggle,
.narrow-sub-nav,
.sub-nav-wrapper,
.search-site,
.share,
.footer-nav-wrapper,
.icon-doc,
.icon-external,
.ps-nav,
.ps-arrow,
.in-page-search,
.add-comment,
.cms-controls,
.user-ops-wrapper,
.tn-user-ops,
.page-breadcrumb,
.comment-meta .link-reply,
.comments-footer,
.icon,
.hero-slider-nav,
.search,
.form,
.gsc-search-box,
.gsc-cursor-box,
.btn,
.footer-block {
  display: none !important;
}

.auto-form-print {
  display: block !important;
}

.link-doc {
  padding: 0;
}

.site-header {
  padding-bottom: 20px;
}

.page-header {
  padding-top: 0 !important;
  margin-top: 30px !important;
}

.site-logo:after {
  display: none !important;
}

.site-width {
  width: 100%;
  max-width: 100% !important;
}

.gw-main > .w-1-4 {
  display: none;
}
.gw-main > .w-3-4 {
  width: 100%;
}

.c-1-4 {
  width: 25%;
}

.m-1-2 {
  width: 50%;
}

.m-1-3, .w-1-3 {
  width: 33.3333%;
}

.w-2-3 {
  width: 66.6666%;
}

.w-1 {
  width: 100%;
}

.hero-slider {
  height: auto !important;
  margin: 0 auto;
  width: 90%;
}
.hero-slider:after {
  display: none !important;
}

.hero-slide {
  width: 33.3333%!important;
  float: left!important;
  position: relative !important;
  min-height: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  opacity: 1 !important;
  margin-bottom: 30px;
}

.hero-slide-image {
  display: block;
  margin-bottom: 20px;
}
.hero-slide-image img {
  width: 100%!important;
}

.hero-slide-heading {
  font-size: 18px !important;
}

.summary {
  margin-bottom: 0;
  page-break-inside: avoid;
}

.summary-feat-img-doc {
  page-break-inside: avoid;
}

.summary-image {
  max-width: 50%;
}
.summary-profile .summary-image {
  max-width: 22%;
  float: left;
}

.hero-slide-content {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  display: block;
  padding: 0;
  width: 100%;
}

.ps-item {
  position: relative !important;
  visibility: visible !important;
  page-break-inside: avoid;
}

aside[role="complementary"] {
  display: none;
}

figure a:after {
  display: none;
}

.free-content a[href]:after {
  content: " (" attr(href) ")";
}

.site-footer {
  padding-top: 0 !important;
}

.footer-contact {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 10px;
}

.footer-contact-item {
  font-size: 11pt !important;
  padding-left: 0 !important;
  margin-bottom: 5px;
}
.footer-contact-item .icon {
  display: none !important;
}

.footer-strapline {
  margin-top: 15px;
}

.input {
  padding: 5px;
}

.form-field-label {
  font-size: 14px;
}

.account-form .account-form-field {
  margin-bottom: 20px;
  overflow: hidden;
}
.account-form .label-wrapper,
.account-form .inner {
  float: left;
}
.account-form .label-wrapper {
  width: 33.3333%;
}
.account-form .inner {
  padding-left: 10px;
  width: 66.6666%;
}

.auto-form-print .aff-fieldset, .auto-form-print .account-form .fieldset, .account-form .auto-form-print .fieldset {
  margin: 10px 0 0 0;
  border-top: 1px solid #797B7A;
  page-break-inside: avoid;
}
.auto-form-print .form-field {
  margin-bottom: 10px;
  overflow: hidden;
}
.auto-form-print .aff-label-wrapper, .auto-form-print .account-form .label-wrapper, .account-form .auto-form-print .label-wrapper,
.auto-form-print .aff-inner {
  float: left;
}
.auto-form-print .aff-label-wrapper, .auto-form-print .account-form .label-wrapper, .account-form .auto-form-print .label-wrapper {
  width: 33.3333%;
}
.auto-form-print .aff-inner {
  padding-left: 10px;
  width: 66.6666%;
}

.form-field-inline-checkbox {
  margin-left: 33.3333%;
}
.form-field-inline-checkbox .inner {
  width: auto;
}

.lt-ie9 img {
  width: 300px!important;
  height: auto!important;
}
