/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url("/Static/Images/grabbing.png") 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
.unstyled-list {
  list-style: none !important;
  margin-left: 0 !important; }

.inline {
  display: inline !important; }

.white {
  color: white; }

.full-width, input[type="submit"] {
  width: 100%; }

.columns {
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
  @media only screen and (max-width: 40em) {
    .columns {
      height: auto !important; } }

.hide {
  display: none; }

.collapse-left {
  padding-left: 0; }

.collapse-right {
  padding-right: 0; }

.collapse-on-small {
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
  @media only screen and (max-width: 40em) {
    .collapse-on-small {
      padding: 0; } }

.collapse-on-medium-down {
  /* min-width 641px, medium screens */ }
  @media only screen and (max-width: 64.063em) {
    .collapse-on-medium-down {
      padding: 0; } }

#content {
  /* min-width 1025px, large screens */ }
  @media only screen and (min-width: 64.063em) {
    #content {
      margin-top: 1.25rem; } }

.hide-overflow {
  overflow: hidden; }

.move-right > .inner-wrap {
  /* min-width 1025px, large screens */ }
  @media only screen and (min-width: 64.063em) {
    .move-right > .inner-wrap {
      -webkit-transform: translate3d(0px, 0, 0);
      -moz-transform: translate3d(0px, 0, 0);
      -ms-transform: translate3d(0px, 0, 0);
      -o-transform: translate3d(0px, 0, 0);
      transform: translate3d(0px, 0, 0); } }

@media only screen and (min-width: 64.063em) {
  .exit-off-canvas {
    display: none !important; } }
/* min-width 1025px, large screens */
#Stage {
  float: left;
  min-height: 28rem; }

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

article .main-content img {
  /* min-width 641px, medium screens */
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
  @media only screen and (min-width: 40.063em) {
    article .main-content img {
      margin: 0 1.25rem 1.25rem;
      margin: 0 1.25rem 1.25rem; } }
  @media only screen and (max-width: 40em) {
    article .main-content img {
      float: left !important;
      width: 100%;
      margin-bottom: 1.25rem; } }

.main-image img {
  width: 100%;
  margin-bottom: 1.25rem; }

body {
  font-size: 1.125rem;
  color: black; }

h1 {
  color: #99042e;
  font-size: 2.625rem;
  line-height: 1.1;
  margin-bottom: 0.25rem; }

h2, .site-map-list > li > a {
  font-size: 1.625rem;
  margin-bottom: 0.125rem;
  font-weight: bold; }

h3 {
  font-size: 1.25rem;
  margin-bottom: 0.1875rem;
  font-weight: 800; }

h4 {
  font-size: 1.125rem;
  margin-bottom: 0.1875rem; }

blockquote {
  color: #555555;
  background-color: white;
  border-left: 0.25rem solid #99042e;
  padding: 0.75rem 1.5625rem;
  margin-left: -0.5rem;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.3; }

p.cta > a, a.cta, span.cta > a {
  display: block;
  color: #555555 !important;
  background-color: white;
  border-left: 0.25rem solid #99042e;
  padding: 0.75rem 5rem 0.75rem 1.5625rem;
  margin-left: -0.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative; }
  p.cta > a a, a.cta a, span.cta > a a {
    color: #555555 !important; }
  p.cta > a:after, a.cta:after, span.cta > a:after {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f054";
    position: absolute;
    right: 1.5625rem;
    top: 50%;
    margin-top: -0.75rem;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 0.625rem 1.25rem;
    /* fallback/image non-cover color */
    background-color: #276a8a;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#276a8a, #236280);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#276a8a), to(#236280));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#276a8a, #236280);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#276a8a, #236280);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.22);
    border: 0.0625rem solid #236280;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    background-clip: border-box;
    font-size: 1rem;
    padding: 0.1875rem 0.625rem; }
  p.cta > a:hover:after, a.cta:hover:after, span.cta > a:hover:after {
    /* fallback/image non-cover color */
    background-color: #2f7fa6;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#2f7fa6, #2a769a);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f7fa6), to(#2a769a));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#2f7fa6, #2a769a);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#2f7fa6, #2a769a); }

td {
  line-height: 1.3;
  white-space: normal !important; }

.main-content .preamble {
  font-size: 1.3125rem;
  line-height: 1.35;
  /* min-width 1025px, large screens */ }
  @media only screen and (min-width: 64.063em) {
    .main-content .preamble {
      font-size: 1.5rem; } }

html {
  font-size: 18px; }

body {
  background-color: #fff;
  height: 100%; }

.inner-wrap {
  background-color: #f6f6f6; }

.panel {
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  padding: 0;
  position: relative;
  overflow: hidden; }
  .panel h2, .panel .site-map-list > li > a {
    line-height: 1.1; }
  .panel h3 {
    line-height: 1.3;
    margin-bottom: 0.1875rem; }
  .panel .button, .panel input[type="submit"] {
    /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
    @media only screen and (max-width: 40em) {
      .panel .button, .panel input[type="submit"] {
        width: 100%; } }
  .panel.flat {
    border: 0.0625rem solid #eee;
    border-radius: 0.1875rem;
    box-shadow: none; }
  .panel ul li {
    position: relative;
    line-height: 1.45;
    position: relative; }
    .panel ul li a {
      position: relative;
      color: #006b8a; }
      .panel ul li a .fa {
        font-size: 0.75rem;
        color: #717171;
        margin-right: 0.3125rem;
        position: absolute;
        top: 50%;
        margin-top: -0.375rem; }
  .panel .panel-list a span {
    padding-left: 1.25rem;
    display: inline-block; }
  .panel img {
    -webkit-border-top-left-radius: 0.1875rem;
    -webkit-border-top-right-radius: 0.1875rem;
    -moz-border-radius-topleft: 0.1875rem;
    -moz-border-radius-topright: 0.1875rem;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem;
    width: 100%; }
  .panel .content {
    padding: 1.25rem; }
  .panel > header * {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }

.alert-box {
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 1.5625rem;
  padding: 0.75rem;
  font-size: 1.125rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: none;
  background-clip: border-box; }
  .alert-box * {
    color: white; }
  .alert-box a {
    text-decoration: underline; }
    .alert-box a:hover {
      color: white; }
  .alert-box .button a, .alert-box input[type="submit"] a {
    text-decoration: none; }
  .alert-box .alert-icon {
    font-size: 1.875rem;
    position: absolute;
    left: 0.9375rem; }
  .alert-box.cookie-warning {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: -1.25rem;
    margin-top: 2.1875rem;
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 64.063em) {
      .alert-box.cookie-warning {
        margin-top: 0;
        margin-bottom: 0; } }
    .alert-box.cookie-warning p, .alert-box.cookie-warning .button, .alert-box.cookie-warning input[type="submit"] {
      display: inline-block;
      margin-bottom: 0; }
    .alert-box.cookie-warning p {
      margin-right: 0.3125rem; }
    .alert-box.cookie-warning .button, .alert-box.cookie-warning input[type="submit"] {
      text-decoration: none; }
      .alert-box.cookie-warning .button:hover, .alert-box.cookie-warning input[type="submit"]:hover {
        color: #006b8a; }
  .alert-box .close {
    font-size: 1.875rem;
    opacity: 1.0;
    top: 0.75rem;
    margin-top: 0;
    right: 0.9375rem; }
    .alert-box .close:before {
      content: "";
      background-color: white;
      width: 1.25rem;
      height: 1.25rem;
      left: 0.3125rem;
      top: 0.3125rem;
      position: absolute;
      border-radius: 12.5rem; }
    .alert-box .close .fa:before {
      position: relative; }
  .alert-box .text {
    position: relative;
    margin: 0 auto;
    padding: 2.1875rem 0 0;
    /* min-width 641px, medium screens */ }
    @media only screen and (min-width: 40.063em) {
      .alert-box .text {
        padding: 0 3.125rem; } }
    .alert-box .text p {
      margin-bottom: 0;
      display: inline; }
  .alert-box.warning {
    background-color: #ee9f1c; }
    .alert-box.warning .close .fa {
      color: #d47f02; }
      .alert-box.warning .close .fa:hover {
        color: #9B5C00; }
  .alert-box.info {
    background-color: #777777;
    border-color: #444444; }
    .alert-box.info .close .fa {
      color: #444444; }
      .alert-box.info .close .fa:hover {
        color: #333333; }

.list-item {
  position: relative;
  /* min-width 641px, medium screens */ }
  .list-item a:hover h3 {
    color: #006b8a; }
  @media only screen and (min-width: 40.063em) {
    .list-item {
      padding-right: 6.875rem; } }
  .list-item p {
    color: black; }
  .list-item header * {
    font-size: 1.5rem;
    line-height: 1.5rem;
    word-break: break-word; }
  .list-item header .category, .list-item header time {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 0.3125rem; }
  .list-item header .category {
    text-transform: uppercase; }
  .list-item .button, .list-item input[type="submit"] {
    /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -1.25rem;
    padding: 0;
    width: 3.125rem;
    height: 2.5rem; }
    @media only screen and (max-width: 40em) {
      .list-item .button, .list-item input[type="submit"] {
        display: none; } }
    .list-item .button:after, .list-item input[type="submit"]:after {
      position: absolute;
      left: 1.5625rem;
      margin-left: -0.5rem; }
  .list-item.event {
    /* min-width 641px, medium screens */ }
    @media only screen and (min-width: 40.063em) {
      .list-item.event {
        padding: 0 6.875rem;
        min-height: 6.25rem; } }
    .list-item.event header .city, .list-item.event header .alert, .list-item.event header time * {
      font-size: 0.875rem;
      font-weight: bold;
      line-height: 0.875rem;
      text-transform: uppercase; }
    .list-item.event header .alert {
      color: #477328; }
    .list-item.event header .city {
      color: black;
      margin-right: 0.3125rem; }
    .list-item.event time.cal-icon {
      /* min-width 641px, medium screens */ }
      @media only screen and (min-width: 40.063em) {
        .list-item.event time.cal-icon {
          position: absolute;
          left: 0.3125rem;
          top: 0;
          text-align: center;
          height: 6.25rem;
          width: 5.25rem;
          background: url("../Images/date_bg.svg");
          background-repeat: no-repeat; }
          .list-item.event time.cal-icon span {
            display: block;
            text-transform: uppercase;
            font-weight: normal; }
            .list-item.event time.cal-icon span.day {
              font-size: 2.25rem;
              line-height: 2.25rem;
              margin-top: 0.75rem;
              color: #006b8a;
              margin-bottom: -0.375rem;
              font-weight: bold;
              letter-spacing: -0.0625rem; }
            .list-item.event time.cal-icon span.month {
              font-size: 1.5rem;
              line-height: 1.5rem;
              color: #006b8a; }
            .list-item.event time.cal-icon span.year {
              font-size: 1rem;
              line-height: 1rem;
              color: #000;
              margin-top: 0.25rem; } }

#infscr-loading {
  position: absolute;
  bottom: 2rem;
  width: 100% !important;
  text-align: center;
  height: 2rem !important; }

.list-item.file header * {
  background: transparent url(/Static/Images/pdf.png) center left no-repeat;
  padding-left: 25px; }

.list-item .breadcrumb-container .breadcrumbs {
  border: none;
  padding: 0; }

.panel form input[type="text"],
.panel form textarea,
.panel form select {
  background: #f6f6f6; }

label {
  font-size: 1.125rem;
  color: #000;
  display: inline-block; }

input[type="text"],
textarea {
  border-radius: 3px;
  border-color: #333 #999 #ccc;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2); }

select {
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  select:hover {
    background: #fff; }

textarea {
  resize: vertical; }

fieldset input {
  background: #f6f6f6; }

.field-validation-error {
  display: block;
  padding: .33333rem .5rem .5rem;
  margin-top: -1px;
  margin-bottom: .88889rem;
  font-size: .66667rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

.toggle-group {
  visibility: hidden;
  height: 0; }

input:checked + label + .toggle-group {
  visibility: visible;
  height: auto; }

.ui-autocomplete.f-dropdown {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4); }
  .ui-autocomplete.f-dropdown li {
    padding: 0.75rem; }

.icon-text span {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.external-link:before {
  font-family: "FontAwesome";
  content: "\f08e";
  padding-right: 7px;
  color: #006b8a; }

a[href$='.pdf'] {
  background: transparent url(/Static/Images/pdf.png) center left no-repeat;
  padding-left: 25px; }
  a[href$='.pdf'].no-background {
    background: none;
    padding-left: 0; }
  a[href$='.pdf'] i {
    display: none; }
  a[href$='.pdf'] span {
    padding-left: 0px !important; }

header#pageheader {
  background-color: white; }
  header#pageheader .logo {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    margin: 2.5rem 0 2.3125rem;
    color: #666;
    font-family: Arial; }
    header#pageheader .logo img {
      width: 110px;
      height: 47px;
      margin-top: -1.4375rem;
      margin-right: 0.625rem; }

#pagefooter {
  padding-bottom: 1.25rem;
  padding-top: 2.5rem; }

.page-foot {
  background: #fff;
  margin-top: 3.75rem;
  padding-top: 0.625rem;
  padding-bottom: 6.25rem;
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */
  /* min-width 1025px, large screens */ }
  @media only screen and (max-width: 40em) {
    .page-foot {
      overflow-x: hidden;
      padding-bottom: 1.25rem; } }
  @media only screen and (min-width: 64.063em) {
    .page-foot {
      font-weight: bold; } }
  .page-foot > div > div {
    margin-top: -2.5rem;
    /* min-width 641px, medium screens */ }
    @media only screen and (min-width: 40.063em) {
      .page-foot > div > div {
        margin-top: 0; } }
  .page-foot .column > * {
    /* min-width 641px, medium screens */ }
    @media only screen and (max-width: 64.063em) {
      .page-foot .column > * {
        padding: 0 0.9375rem; } }
  .page-foot div {
    position: relative; }
  .page-foot .divider {
    width: 100%;
    position: absolute;
    left: 0;
    top: 95px;
    /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    /* min-width 641px, medium screens */ }
    @media only screen and (max-width: 40em) {
      .page-foot .divider {
        margin-left: 1.25rem; } }
    @media only screen and (min-width: 40.063em) {
      .page-foot .divider {
        top: 15px; } }
  .page-foot .fa {
    margin-right: 0.625rem;
    color: #7a7a7a; }
  .page-foot ul {
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .page-foot ul {
        line-height: 2.5rem; } }
    .page-foot ul li {
      /* min-width 641px, medium screens */
      margin: 0 0.9375rem 0 0; }
      @media only screen and (min-width: 40.063em) {
        .page-foot ul li {
          display: inline-block; } }
      .page-foot ul li:last-child {
        margin: 0; }
    .page-foot ul .phone-number {
      /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
      @media only screen and (max-width: 40em) {
        .page-foot ul .phone-number {
          font-size: 1.5625rem; }
          .page-foot ul .phone-number .fa {
            margin-right: 8px; } }
  .page-foot .sigil-container {
    position: absolute;
    right: -3.125rem;
    text-align: center;
    /* max-width 640px, mobile-only styles, use when QAing mobile issues */
    /* min-width 641px, medium screens */ }
    @media only screen and (max-width: 40em) {
      .page-foot .sigil-container {
        top: 3.125rem; } }
    @media only screen and (min-width: 40.063em) {
      .page-foot .sigil-container {
        position: relative;
        margin-top: -3.125rem;
        right: 0; } }
    .page-foot .sigil-container img {
      width: 155px;
      height: 155px;
      max-width: 100%;
      /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
      @media only screen and (max-width: 40em) {
        .page-foot .sigil-container img {
          margin-right: -30%;
          width: 120px;
          height: 120px; } }
  .page-foot .links {
    margin-top: 1.25rem;
    z-index: 2;
    /* min-width 641px, medium screens */
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 40.063em) {
      .page-foot .links {
        float: left;
        margin-top: 0; } }
    @media only screen and (min-width: 64.063em) {
      .page-foot .links {
        float: right;
        text-align: right; } }
    .page-foot .links ul:last-child {
      margin-top: 1.25rem; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .page-foot .links ul:last-child {
          margin-top: 0; } }
  .page-foot .info {
    font-weight: bold;
    z-index: 2;
    /* min-width 641px, medium screens */
    margin-top: 0.375rem; }
    @media only screen and (min-width: 40.063em) {
      .page-foot .info {
        float: left; } }
    .page-foot .info ul {
      font-weight: normal;
      /* min-width 1025px, large screens */ }
      @media only screen and (min-width: 64.063em) {
        .page-foot .info ul {
          font-weight: bold; } }
    .page-foot .info ul:last-child {
      margin-top: 1.5rem; }

.fa.fa-prv-blog:before {
  content: " ";
  background-image: url("../Images/blogg_icon.svg");
  width: 1rem;
  height: 1rem;
  display: block;
  margin-bottom: -0.09375rem;
  margin-right: 0.125rem; }

.flex-video.widescreen {
  padding-bottom: 51%;
  width: 100.5%; }

#left-navigation .side-nav {
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden; }
  #left-navigation .side-nav li {
    margin-top: -0.0625rem; }

#left-navigation .side-nav,
#mobile-navigation .side-nav {
  list-style-type: none;
  margin: 0;
  background: #efefef; }
  #left-navigation .side-nav *,
  #mobile-navigation .side-nav * {
    list-style-type: none; }
  #left-navigation .side-nav li a,
  #mobile-navigation .side-nav li a {
    color: black;
    border-top: 1px dotted #cccccc;
    display: block;
    padding: 0.5rem 1.5625rem;
    margin-left: 0;
    background: white;
    position: relative;
    line-height: 1.3;
    margin-bottom: -0.0625rem; }
    #left-navigation .side-nav li a.active,
    #mobile-navigation .side-nav li a.active {
      font-weight: bold;
      border-bottom: 0.0625rem solid #cbcbcb;
      margin-bottom: -0.0625rem;
      z-index: 0; }
      #left-navigation .side-nav li a.active:before,
      #mobile-navigation .side-nav li a.active:before {
        content: "\f0dd";
        font-family: fontAwesome;
        color: #99042e;
        font-size: 14px;
        position: absolute;
        left: 0.5rem; }
      #left-navigation .side-nav li a.active.selected,
      #mobile-navigation .side-nav li a.active.selected {
        color: white;
        padding-top: 0.625rem;
        padding-bottom: 0.9375rem; }
        #left-navigation .side-nav li a.active.selected:before,
        #mobile-navigation .side-nav li a.active.selected:before {
          content: "";
          background-color: #99042e;
          position: absolute;
          left: 0;
          top: 0;
          width: 93%;
          height: 80%;
          top: 0.25rem;
          margin-left: 0.625rem;
          z-index: -1;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */ }
        #left-navigation .side-nav li a.active.selected:after,
        #mobile-navigation .side-nav li a.active.selected:after {
          content: "";
          width: 0.375rem;
          height: 0.625rem;
          position: absolute;
          left: -0.0625rem;
          top: 50%;
          margin-top: -0.3125rem;
          background: url("/Static/Images/side-nav-selected-arrow.png"); }
  #left-navigation .side-nav ul,
  #mobile-navigation .side-nav ul {
    margin-top: -0.0625rem;
    position: relative;
    margin-left: 0.3125rem;
    margin-bottom: 0; }
    #left-navigation .side-nav ul:before,
    #mobile-navigation .side-nav ul:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 5px solid #efefef;
      border-right: 5px solid transparent;
      position: absolute;
      top: 0.0625rem;
      left: 0;
      z-index: 1;
      -webkit-box-shadow: 0px -1px 0px 0px #cbcbcb;
      -moz-box-shadow: 0px -1px 0px 0px #cbcbcb;
      box-shadow: 0px -1px 0px 0px #cbcbcb; }
    #left-navigation .side-nav ul.top-level:before,
    #mobile-navigation .side-nav ul.top-level:before {
      display: none; }
    #left-navigation .side-nav ul a,
    #mobile-navigation .side-nav ul a {
      border-left: 0.0625rem solid #e3e3e3; }

#left-navigation nav ul.side-nav ul {
  margin-left: 0.625rem; }

.mobile-menu-container {
  margin-bottom: 2.1875rem; }
  .mobile-menu-container .side-nav {
    overflow-y: visible; }

#mobile-navigation .border > li:first-child {
  border-top: 7px solid #EDDFDF; }
  #mobile-navigation .border > li:first-child a {
    border-top: 1px solid #CCCACA; }
#mobile-navigation .mobilelang .langselect i {
  display: none; }
#mobile-navigation .mobilelang .langselect span {
  padding-left: 0px;
  padding-right: 0px; }
#mobile-navigation .logo img {
  max-width: 3.4375rem; }
#mobile-navigation section:nth-child(2) {
  position: absolute;
  width: 3.4375rem;
  left: 0;
  right: 0;
  top: -0.125rem;
  margin: 0 auto;
  height: 2.3125rem;
  overflow: hidden; }
#mobile-navigation .right-small,
#mobile-navigation .left-small {
  border: none; }
#mobile-navigation a {
  color: white;
  word-wrap: break-word; }
#mobile-navigation hr {
  border-color: #444444;
  margin: 5px 0 10px 0 !important; }
#mobile-navigation .phone {
  right: 2.1875rem; }
#mobile-navigation .side-nav {
  background: white; }
  #mobile-navigation .side-nav:after {
    content: "";
    height: 100%;
    width: 2.8125rem;
    background-color: #efefef;
    position: absolute;
    left: 0.0625rem;
    z-index: -2;
    border-right: 0.0625rem solid #e3e3e3; }
  #mobile-navigation .side-nav.expanded {
    -webkit-box-shadow: 3px 0 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.25); }
  #mobile-navigation .side-nav .sub-menu:before {
    content: "";
    background-color: #efefef;
    height: 100%;
    width: 62.5rem;
    position: absolute;
    left: 0;
    z-index: 0;
    box-shadow: none;
    margin-left: -62.5rem; }
  #mobile-navigation .side-nav .list-container {
    width: 14.375rem;
    float: left;
    position: relative;
    margin-left: 2.5rem; }
  #mobile-navigation .side-nav .handle {
    display: none;
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    margin-top: 0.5625rem;
    right: 14.75rem;
    background-color: #fff;
    border: 0.0625rem solid #ddd;
    z-index: 2;
    color: #99042e;
    text-align: center;
    display: block; }
    #mobile-navigation .side-nav .handle:hover {
      background-color: #f7f7f7;
      cursor: pointer; }

#content-wrap {
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out; }
  .search-active #content-wrap {
    /* min-width 641px, medium screens */ }
    @media only screen and (max-width: 64.063em) {
      .search-active #content-wrap {
        padding-top: 4.1875rem; } }

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  height: auto; }

.off-canvas-wrap.move-right .menu-icon span {
  font-family: "FontAwesome";
  left: -25px;
  font-size: 20px;
  top: 7px; }
  .off-canvas-wrap.move-right .menu-icon span:before {
    content: "\f057"; }

#mobile-search-toggle.active .fa:before {
  content: "\f057"; }

.move-right .exit-off-canvas {
  top: 35px; }

.move-right .exit-off-canvas, .move-left .exit-off-canvas {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: none; }

.top-bar .function {
  margin-right: 0.9375rem; }
.top-bar .function ul {
  margin: 5px 5px 0px 0px; }
.top-bar .affix-container {
  margin-top: 0.4375rem; }

#main-nav {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem; }
  #main-nav h3 {
    font-size: 1rem;
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 64.063em) {
      #main-nav h3 {
        font-size: 1.25rem; } }
  #main-nav ul {
    margin-right: 1.875rem; }
  #main-nav .grey {
    color: #888888; }

.main-navigation {
  background: #efefef;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.25rem; }
  .main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
    .main-navigation ul li {
      float: left;
      position: relative; }
      .main-navigation ul li a {
        display: block;
        line-height: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: bold; }
    .main-navigation ul.left li:hover {
      background: #e7e7e7; }
    .main-navigation ul.left li:active {
      background: #e2e2e2;
      -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1); }
    .main-navigation ul.left li.active {
      border: 0.0625rem solid #cbcbcb;
      border-top: 0.125rem solid #99042e;
      background: #dddddd;
      height: 2rem;
      -webkit-box-shadow: inset 0px 1px 0px 0px #f6f6f6;
      -moz-box-shadow: inset 0px 1px 0px 0px #f6f6f6;
      box-shadow: inset 0px 1px 0px 0px #f6f6f6; }
      .main-navigation ul.left li.active a {
        color: #99042e;
        margin-top: 0.0625rem; }
      .main-navigation ul.left li.active:before {
        content: " ";
        display: block;
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: absolute;
        border-top: 4px solid #8b2232; }
    .main-navigation ul.left li:last-child a {
      border-right: 1px dotted #ccc; }
    .main-navigation ul.left li a {
      padding: 0.3125rem 1.375rem 0.3125rem;
      margin: 0.1875rem 0 0.1875rem;
      color: #333;
      border-left: 1px dotted #ccc;
      text-shadow: 0 1px 0 white;
      /* min-width 1025px, large screens */ }
      @media only screen and (min-width: 64.063em) {
        .main-navigation ul.left li a {
          padding: 0.3125rem 1rem 0.3125rem; } }
    .main-navigation ul.right {
      /* fallback/image non-cover color */
      background-color: #9f283a;
      /* Firefox 3.6+ */
      background-image: -moz-linear-gradient(#9f283a, #902535);
      /* Safari 4+, Chrome 1+ */
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9f283a), to(#902535));
      /* Safari 5.1+, Chrome 10+ */
      background-image: -webkit-linear-gradient(#9f283a, #902535);
      /* Opera 11.10+ */
      background-image: -o-linear-gradient(#9f283a, #902535);
      -webkit-border-radius: 0.1875rem;
      border-radius: 0.1875rem;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
      border: 1px solid #711b2a;
      margin-top: -0.3125rem; }
      .main-navigation ul.right li:hover {
        /* fallback/image non-cover color */
        background-color: #932536;
        /* Firefox 3.6+ */
        background-image: -moz-linear-gradient(#932536, #842231);
        /* Safari 4+, Chrome 1+ */
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#932536), to(#842231));
        /* Safari 5.1+, Chrome 10+ */
        background-image: -webkit-linear-gradient(#932536, #842231);
        /* Opera 11.10+ */
        background-image: -o-linear-gradient(#932536, #842231); }
      .main-navigation ul.right li:active {
        /* fallback/image non-cover color */
        background-color: #8b2333;
        /* Firefox 3.6+ */
        background-image: -moz-linear-gradient(#8b2333, #7c202e);
        /* Safari 4+, Chrome 1+ */
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8b2333), to(#7c202e));
        /* Safari 5.1+, Chrome 10+ */
        background-image: -webkit-linear-gradient(#8b2333, #7c202e);
        /* Opera 11.10+ */
        background-image: -o-linear-gradient(#8b2333, #7c202e);
        -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.15); }
      .main-navigation ul.right li:last-child a {
        border-right: none; }
      .main-navigation ul.right li:first-child a {
        border-left: none; }
      .main-navigation ul.right li a {
        color: #fff;
        padding: 0.3125rem 1.25rem;
        margin: 0.125rem 0;
        border-left: 1px solid #b32c40;
        border-right: 1px solid #711b2a;
        /* min-width 1025px, large screens */ }
        @media only screen and (min-width: 64.063em) {
          .main-navigation ul.right li a {
            padding: 0.3125rem 1rem 0.3125rem; } }

.link-list {
  list-style: none;
  margin-left: 0; }
  .link-list a {
    display: block; }
  .link-list time {
    color: #666; }

#search-button {
  text-transform: uppercase;
  background: black;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.46875rem 0;
  height: 2.0625rem;
  width: 5.625rem; }
  #search-button:hover {
    background: #006b8a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #search-button:after {
    display: none; }
  #search-button .fa {
    margin-right: 0.375rem; }

#quickSearch {
  padding: 0.46875rem;
  height: 2.0625rem;
  width: 5.625rem;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  top: 0; }
  #quickSearch.expanded {
    width: 20rem;
    padding-right: 5.9375rem; }

#quick-search-mobile-container {
  position: absolute;
  top: 2.1875rem;
  width: 100%;
  padding: 0.9375rem;
  background: #f6f6f6;
  height: 4.1875rem;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out; }
  #quick-search-mobile-container.hidden {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  #quick-search-mobile-container .affix.suffix {
    width: 2.75rem;
    height: 2.25rem;
    padding: 0; }
  #quick-search-mobile-container input {
    margin-bottom: 0;
    padding-right: 2.9375rem; }

#searchresult {
  margin-top: 1.125rem; }
  #searchresult .list-item a[href$='.pdf'] {
    background: none;
    padding: 0; }
  #searchresult .list-item a:hover h2, #searchresult .list-item a:hover .site-map-list > li > a {
    color: #006b8a; }

.footnote-box {
  padding: 0.9375rem;
  margin-top: 0.625rem; }
  .footnote-box * {
    font-size: 1rem; }
  .footnote-box sup {
    display: inline;
    padding-right: 5px;
    font-size: 0.875rem; }
  .footnote-box p {
    display: inline;
    color: #555;
    word-break: break-word; }

.footnote-boxes .footnote-box {
  position: absolute;
  margin-right: 1.25rem;
  margin-top: -1.25rem;
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
  .footnote-boxes .footnote-box:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -0.5rem;
    top: 1.25rem;
    z-index: 1; }
  .footnote-boxes .footnote-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-color: transparent #e0e0e0 transparent transparent;
    position: absolute;
    left: -0.5rem;
    top: 1.3125rem; }
  @media only screen and (max-width: 40em) {
    .footnote-boxes .footnote-box {
      display: none; } }

.main-content .footnote-box {
  /* min-width 641px, medium screens */ }
  @media only screen and (min-width: 40.063em) {
    .main-content .footnote-box {
      display: none; } }

table tr th {
  color: white;
  background: #99042e; }
table thead tr td {
  color: white;
  background: #99042e; }
table tr:nth-child(even) {
  background-color: white; }
table tr:nth-child(odd) {
  background-color: #dddddd; }
table.responsive {
  width: 100%; }

.table-responsive {
  /* min-width 641px, medium screens */ }
  @media only screen and (max-width: 64.063em) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch; } }

.related {
  margin-top: 1.25rem;
  background: #efefef;
  position: relative;
  padding: 0.9375rem 0 2.5rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .related h6 {
    font-weight: 800;
    font-size: 1rem;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0.1875rem; }
  .related .next-link {
    position: relative;
    display: block; }
    .related .next-link h3 {
      font-weight: 100;
      text-transform: uppercase;
      font-size: 2.25rem;
      line-height: 1.2em;
      color: #276a8a;
      margin: 0.3125rem 0 0 0;
      /* min-width 641px, medium screens */
      /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
      @media only screen and (max-width: 64.063em) {
        .related .next-link h3 {
          font-size: 2rem; } }
      @media only screen and (max-width: 40em) {
        .related .next-link h3 {
          font-size: 1.625rem; } }
    .related .next-link .subheader {
      margin: 0;
      font-size: 1.5rem;
      line-height: 1.45;
      position: relative;
      color: #000;
      /* min-width 641px, medium screens */
      /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
      @media only screen and (max-width: 64.063em) {
        .related .next-link .subheader {
          font-size: 1.3125rem;
          line-height: 1.875rem; } }
      @media only screen and (max-width: 40em) {
        .related .next-link .subheader {
          font-size: 1.125rem; } }
    .related .next-link .fa {
      color: #276989;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
      top: 50%;
      margin-top: -1.5rem;
      font-size: 3rem;
      right: -7.5rem;
      position: absolute; }

button, .button, input[type="submit"] {
  color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0.625rem 1.25rem;
  /* fallback/image non-cover color */
  background-color: #276a8a;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#276a8a, #236280);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#276a8a), to(#236280));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#276a8a, #236280);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#276a8a, #236280);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.22);
  border: 0.0625rem solid #236280;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  padding-right: 2.5rem;
  background-clip: border-box; }
  button:after, .button:after, input[type="submit"]:after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 0.875rem;
    margin-top: -0.375rem;
    font-weight: lighter;
    font-size: 0.9em; }
  button:hover, .button:hover, input[type="submit"]:hover {
    /* fallback/image non-cover color */
    background-color: #2f7fa6;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#2f7fa6, #2a769a);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f7fa6), to(#2a769a));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#2f7fa6, #2a769a);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#2f7fa6, #2a769a); }
  button:active, .button:active, input[type="submit"]:active {
    /* fallback/image non-cover color */
    background-color: #236280;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#236280, #276a8a);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#236280), to(#276a8a));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#236280, #276a8a);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#236280, #276a8a); }
  button.disabled, .button.disabled, input.disabled[type="submit"] {
    opacity: 0.8; }
    button.disabled:hover, .button.disabled:hover, input.disabled[type="submit"]:hover {
      filter: brightness(1);
      -webkit-filter: brightness(1);
      -moz-filter: brightness(1);
      -o-filter: brightness(1);
      -ms-filter: brightness(1); }
  button.large, .button.large, input.large[type="submit"] {
    padding: 0.75rem 1.5625rem;
    padding-right: 2.5rem;
    font-size: 1.25rem; }
    button.large:after, .button.large:after, input.large[type="submit"]:after {
      margin-top: -0.5625rem; }
  button.call-to-action, .button.call-to-action, input.call-to-action[type="submit"] {
    /* fallback/image non-cover color */
    background-color: #ffffff;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#ffffff, #f6f6f6);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f6f6f6));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#ffffff, #f6f6f6);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#ffffff, #f6f6f6);
    color: #006b8a;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    text-shadow: none; }
    button.call-to-action:active, .button.call-to-action:active, input.call-to-action[type="submit"]:active {
      /* fallback/image non-cover color */
      background-color: #ffffff;
      /* Firefox 3.6+ */
      background-image: -moz-linear-gradient(#ffffff, #f6f6f6);
      /* Safari 4+, Chrome 1+ */
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f6f6f6));
      /* Safari 5.1+, Chrome 10+ */
      background-image: -webkit-linear-gradient(#ffffff, #f6f6f6);
      /* Opera 11.10+ */
      background-image: -o-linear-gradient(#ffffff, #f6f6f6); }
    button.call-to-action:hover, .button.call-to-action:hover, input.call-to-action[type="submit"]:hover {
      /* fallback/image non-cover color */
      background-color: #ffffff;
      /* Firefox 3.6+ */
      background-image: -moz-linear-gradient(#ffffff, #f5f5f5);
      /* Safari 4+, Chrome 1+ */
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f5f5f5));
      /* Safari 5.1+, Chrome 10+ */
      background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
      /* Opera 11.10+ */
      background-image: -o-linear-gradient(#ffffff, #f5f5f5); }
  button.no-text, .button.no-text, input.no-text[type="submit"] {
    padding: 0.625rem 1.25rem;
    padding-right: 1.25rem; }
    button.no-text:after, .button.no-text:after, input.no-text[type="submit"]:after {
      position: initial; }
  button.postfix, .button.postfix, input.postfix[type="submit"] {
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 2.5625rem;
    padding: 1.28125rem;
    line-height: 0;
    font-size: inherit; }
    button.postfix:after, .button.postfix:after, input.postfix[type="submit"]:after {
      margin-top: 0.125rem; }
  button.search, .button.search, input.search[type="submit"] {
    padding-left: 0;
    padding-right: 0; }
    button.search:before, .button.search:before, input.search[type="submit"]:before {
      content: "\f002";
      font-family: fontAwesome; }
    button.search:after, .button.search:after, input.search[type="submit"]:after {
      content: ""; }
  button.newsletter:after, .button.newsletter:after, input.newsletter[type="submit"]:after {
    content: "\f0e0";
    top: 44%; }

.affix-container {
  position: relative; }
  .affix-container .affix {
    position: absolute;
    top: 0; }
    .affix-container .affix.suffix {
      right: 0; }
  .affix-container.wide .button, .affix-container.wide input[type="submit"] {
    width: 11.25rem;
    padding: 0.46875rem;
    height: 2.25rem; }
  .affix-container.wide input[type=text] {
    padding-right: 11.5625rem;
    height: 2.25rem; }

.breadcrumb-container {
  position: relative;
  /* min-width 641px, medium screens */ }
  @media only screen and (max-width: 64.063em) {
    .breadcrumb-container {
      margin-top: 1.25rem; } }
  .breadcrumb-container .print {
    position: absolute;
    right: 2.1875rem;
    top: 0.3125rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: block;
    float: left; }
    .breadcrumb-container .print > a {
      position: relative; }
    .breadcrumb-container .print .fa {
      color: #666;
      font-size: 1rem;
      position: absolute;
      right: -1.5625rem;
      top: 0; }
  .breadcrumb-container .breadcrumbs {
    padding: 0.05556rem 4rem 0.11111rem 0.77778rem;
    /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
    .breadcrumb-container .breadcrumbs > *:before {
      top: -0.0625rem; }
    @media only screen and (max-width: 40em) {
      .breadcrumb-container .breadcrumbs li.previous-last:before {
        content: "\f0da";
        font-family: "FontAwesome";
        top: 0; }
      .breadcrumb-container .breadcrumbs li:first-child:before {
        content: ""; } }

.course .register,
.course .quote {
  padding: 0.9375rem;
  box-shadow: none;
  border: 0.0625rem solid #ddd;
  background: #fff; }
  .course .register label,
  .course .quote label {
    display: inline;
    font-size: 1rem;
    font-weight: bold;
    cursor: inherit; }
  .course .register form label,
  .course .quote form label {
    display: inline-block; }

@media print {
  .footnote-box {
    position: relative !important; }

  .alert-box,
  nav,
  .related,
  .feedback,
  .top-bar,
  .expandable,
  .sigil-container,
  .main-navigation,
  .breadcrumbs,
  .footnote-box-container,
  .infinite-scroll-container,
  .banner,
  .quote,
  .list-item .button,
  .list-item input[type="submit"],
  .cta {
    display: none !important; }

  body {
    font-size: 12pt !important; }

  p.preamble {
    font-size: 16pt; }

  .main-content p, .main-content ul, .main-content ol {
    font-size: 12pt !important; }
  .main-content h1 {
    font-size: 28pt; }
  .main-content h2, .main-content .site-map-list > li > a {
    font-size: 20pt; }
  .main-content h3 {
    font-size: 16pt; }
  .main-content h4, .main-content h5, .main-content h6 {
    font-size: 12pt;
    font-weight: bold; }

  #content {
    margin-top: 0; }

  .block img {
    max-width: 20% !important; }

  .logo {
    text-decoration: none !important;
    margin-bottom: 0; }
    .logo img {
      width: 4.375rem; }

  h1 {
    margin-top: 0; }

  .page-foot {
    margin-top: 3.125rem; }
    .page-foot a {
      text-decoration: none; } }
.site-map-list {
  /* min-width 641px, medium screens */
  /* min-width 1025px, large screens */ }
  @media only screen and (min-width: 40.063em) {
    .site-map-list {
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 20px; } }
  @media only screen and (min-width: 64.063em) {
    .site-map-list {
      -moz-column-count: 4;
      -moz-column-gap: 20px;
      -webkit-column-count: 4;
      -webkit-column-gap: 20px;
      column-count: 4;
      column-gap: 20px; } }
  .site-map-list > li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    margin-bottom: 15px;
    padding-left: 0; }
    .site-map-list > li a {
      margin-bottom: 5px;
      display: block; }
    .site-map-list > li li {
      font-size: 18px;
      font-weight: bold; }
      .site-map-list > li li ul {
        display: block;
        margin-bottom: 20px; }
      .site-map-list > li li li {
        font-size: 16px;
        font-weight: normal;
        padding-left: 15px; }
        .site-map-list > li li li ul {
          margin-bottom: 0; }

.banner {
  margin-bottom: 0.9375rem;
  /* min-width 1025px, large screens */ }
  @media only screen and (min-width: 64.063em) {
    .banner {
      margin-top: -1.25rem; }
      .banner .owl-wrapper-outer {
        min-height: 30.5rem; } }
  .banner .container {
    max-width: 80rem;
    margin: 0 auto; }
  .banner .banner-slides {
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 64.063em) {
      .banner .banner-slides {
        min-height: 30.5rem; } }
    .banner .banner-slides .slide {
      padding-bottom: 1.25rem;
      /* min-width 641px, medium screens */
      /* min-width 1025px, large screens */
      /* min-width 641px, medium screens */
      /* min-width 1025px, large screens */ }
      @media only screen and (max-width: 64.063em) {
        .banner .banner-slides .slide {
          -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
          -webkit-border-radius: 3px;
          border-radius: 3px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          background-color: white !important;
          margin: 0.9375rem;
          padding-bottom: 0.625rem; } }
      @media only screen and (min-width: 64.063em) {
        .banner .banner-slides .slide.green {
          background-color: #b9c129; }
        .banner .banner-slides .slide.dark-blue {
          background-color: #006b8a; }
        .banner .banner-slides .slide.red {
          background-color: #99042e; }
        .banner .banner-slides .slide.gray {
          background-color: #777777; }
        .banner .banner-slides .slide.yellow {
          background-color: #ee9f1c; }
        .banner .banner-slides .slide.light-blue {
          background-color: #83c0e5; } }
      @media only screen and (max-width: 64.063em) {
        .banner .banner-slides .slide.green .banner-background {
          background-color: #b9c129; }
        .banner .banner-slides .slide.dark-blue .banner-background {
          background-color: #006b8a; }
        .banner .banner-slides .slide.red .banner-background {
          background-color: #99042e; }
        .banner .banner-slides .slide.gray .banner-background {
          background-color: #777777; }
        .banner .banner-slides .slide.yellow .banner-background {
          background-color: #ee9f1c; }
        .banner .banner-slides .slide.light-blue .banner-background {
          background-color: #83c0e5; } }
      @media only screen and (min-width: 64.063em) {
        .banner .banner-slides .slide {
          min-height: 30.5rem; } }
  .banner .banner-background {
    /* min-width 641px, medium screens */
    /* min-width 1025px, large screens */ }
    .banner .banner-background img {
      width: 100%; }
    @media only screen and (max-width: 64.063em) {
      .banner .banner-background {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        overflow: hidden; } }
    @media only screen and (min-width: 64.063em) {
      .banner .banner-background img {
        position: absolute;
        overflow: hidden;
        height: 100%;
        max-width: none;
        width: auto; } }
  .banner .banner-content {
    padding: 0 0 2.5rem;
    /* min-width 641px, medium screens */
    /* min-width 1025px, large screens */ }
    @media only screen and (max-width: 64.063em) {
      .banner .banner-content {
        padding-bottom: 0; } }
    @media only screen and (min-width: 64.063em) {
      .banner .banner-content {
        padding: 3.125rem 0 1.875rem; } }
    .banner .banner-content.animation {
      min-height: 29.25rem;
      /* x-large screens */ }
      @media only screen and (min-width: 90.064em) {
        .banner .banner-content.animation {
          padding: 0;
          height: 29.25rem; } }
      .banner .banner-content.animation img {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none; }
      .banner .banner-content.animation .animation-loader img {
        width: 66px;
        height: 66px;
        position: absolute;
        left: 50%;
        margin-left: -16px;
        top: 50%;
        margin-top: -16px; }
    .banner .banner-content.animation-wrap {
      /* x-large screens */ }
      @media only screen and (min-width: 90.064em) {
        .banner .banner-content.animation-wrap {
          padding: 0; } }
    .banner .banner-content img, .banner .banner-content .flex-video {
      width: 100%;
      /* min-width 641px, medium screens */
      /* min-width 1025px, large screens */ }
      @media only screen and (max-width: 64.063em) {
        .banner .banner-content img, .banner .banner-content .flex-video {
          -webkit-border-top-left-radius: 0.1875rem;
          -webkit-border-top-right-radius: 0.1875rem;
          -moz-border-radius-topleft: 0.1875rem;
          -moz-border-radius-topright: 0.1875rem;
          border-top-left-radius: 0.1875rem;
          border-top-right-radius: 0.1875rem; } }
      @media only screen and (min-width: 64.063em) {
        .banner .banner-content img, .banner .banner-content .flex-video {
          border: 0.625rem solid white;
          margin-right: 2.8125rem;
          -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4); } }
    .banner .banner-content header {
      /* min-width 1025px, large screens */
      /* x-large screens */ }
      @media only screen and (min-width: 64.063em) {
        .banner .banner-content header {
          padding-bottom: 0.625rem; } }
      @media only screen and (min-width: 90.064em) {
        .banner .banner-content header {
          padding-bottom: 1.5625rem; } }
      .banner .banner-content header * {
        color: black;
        text-transform: uppercase;
        /* min-width 1025px, large screens */ }
        @media only screen and (min-width: 64.063em) {
          .banner .banner-content header * {
            color: white; } }
      .banner .banner-content header .title {
        font-size: 1.875rem;
        margin-bottom: 0;
        font-weight: normal;
        /* min-width 641px, medium screens */
        /* min-width 1025px, large screens */
        /* x-large screens */ }
        @media only screen and (max-width: 64.063em) {
          .banner .banner-content header .title {
            margin-top: 0.625rem; } }
        @media only screen and (min-width: 64.063em) {
          .banner .banner-content header .title {
            font-size: 3.4375rem;
            line-height: 3.4375rem; } }
        @media only screen and (min-width: 90.064em) {
          .banner .banner-content header .title {
            font-size: 4.6875rem;
            line-height: 4.6875rem;
            margin: 0; } }
      .banner .banner-content header .sub-title {
        font-weight: normal;
        font-size: 1rem;
        margin-top: 0;
        /* min-width 1025px, large screens */
        /* x-large screens */ }
        @media only screen and (min-width: 64.063em) {
          .banner .banner-content header .sub-title {
            font-size: 1.25rem;
            margin: 0; } }
        @media only screen and (min-width: 90.064em) {
          .banner .banner-content header .sub-title {
            font-size: 1.875rem; } }
    .banner .banner-content .button, .banner .banner-content input[type="submit"] {
      /* min-width 641px, medium screens */ }
      @media only screen and (max-width: 64.063em) {
        .banner .banner-content .button, .banner .banner-content input[type="submit"] {
          background: #b9c129;
          color: white;
          width: 100%; } }
    .banner .banner-content .text {
      background-color: rgba(255, 255, 255, 0.6);
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      /* min-width 1025px, large screens */ }
      @media only screen and (min-width: 64.063em) {
        .banner .banner-content .text {
          border: 0.625rem solid rgba(255, 255, 255, 0.3);
          padding: 1.25rem; } }
      .banner .banner-content .text p {
        margin-bottom: 0; }
  .banner .mobile-navigation .navigation-arrow {
    display: none; }
  .banner nav {
    position: relative;
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 64.063em) {
      .banner nav {
        padding-bottom: 4.0625rem; } }
    .banner nav ul {
      margin: 0;
      position: absolute;
      z-index: 20;
      background-color: #f6f6f6;
      -webkit-box-shadow: 0px 1px 1px 0px #cbcbcb;
      -moz-box-shadow: 0px 1px 1px 0px #cbcbcb;
      box-shadow: 0px 1px 1px 0px #cbcbcb;
      margin-top: -1.25rem;
      width: 100%;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      overflow: visible; }
    .banner nav li {
      width: 25%;
      margin-left: 0;
      padding: 0.3125rem 0; }
    .banner nav a {
      font-size: 1.125rem;
      text-transform: uppercase;
      text-align: center;
      padding: 0.9375rem 0;
      font-weight: bold;
      position: relative;
      border-right: 0.0625rem dotted #cccccc; }
      .banner nav a.active {
        color: black; }
        .banner nav a.active:after {
          content: "";
          display: block;
          height: 0.25rem;
          position: absolute;
          bottom: -0.3125rem;
          width: 100%;
          background-color: #99042e;
          outline: 0.0625rem solid #99042e; }
        .banner nav a.active:before {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 7px 7px 7px;
          border-color: transparent transparent #f6f6f6 transparent;
          position: absolute;
          top: -0.75rem;
          left: 50%;
          margin-left: -0.4375rem; }

.owl-mobile-navigation {
  width: 100%;
  text-align: center;
  margin-bottom: 0; }
  .owl-mobile-navigation li {
    display: inline-block;
    cursor: pointer;
    margin-left: 0; }
    .owl-mobile-navigation li a {
      padding: 0.625rem; }
      .owl-mobile-navigation li a span {
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        margin: 0.3125rem 0.4375rem;
        background: #869791;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        opacity: 0.5; }
      .owl-mobile-navigation li a.active span {
        opacity: 1; }

.content-block {
  position: relative;
  /* min-width 641px, medium screens */ }
  @media only screen and (min-width: 40.063em) {
    .content-block .link-container {
      margin-top: 3.75rem;
      display: block;
      width: 100%; }
    .content-block .button, .content-block input[type="submit"] {
      position: absolute;
      bottom: 0;
      right: 1.25rem;
      margin-left: 1.25rem; } }

.list-block {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.22);
  overflow: hidden; }
  .list-block p {
    display: none; }
  .list-block a.button {
    color: #fff;
    text-transform: none; }
    .list-block a.button.call-to-action {
      color: #006B8A; }
  .list-block.calender .content, .list-block.news .content {
    padding-top: 0;
    padding-bottom: 3.75rem; }
  .list-block.news .category:after {
    content: "  "; }
  .list-block.calender li a {
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 64.063em) {
      .list-block.calender li a {
        padding-left: 3.75rem; } }
  .list-block ul {
    margin-top: 0; }
  .list-block > header {
    background-color: #8b2232;
    overflow: auto;
    letter-spacing: 0.05em; }
    .list-block > header .rss {
      display: none;
      /* min-width 1025px, large screens */ }
      @media only screen and (min-width: 64.063em) {
        .list-block > header .rss {
          display: block; } }
    .list-block > header h2, .list-block > header .site-map-list > li > a, .list-block > header a {
      font-size: 0.875rem;
      line-height: 0.875rem;
      /* min-width 641px, medium screens */
      text-transform: uppercase;
      color: #FFF;
      font-weight: bold;
      padding: 0.625rem 0.9375rem; }
      @media only screen and (max-width: 64.063em) {
        .list-block > header h2, .list-block > header .site-map-list > li > a, .list-block > header a {
          font-size: 1.125rem;
          line-height: 1.125rem; } }
    .list-block > header h2, .list-block > header .site-map-list > li > a {
      margin: 0;
      color: #FFF;
      float: left; }
    .list-block > header a {
      float: right;
      text-decoration: underline; }
  .list-block .button.call-to-action, .list-block input.call-to-action[type="submit"] {
    margin-bottom: 0.625rem;
    float: left;
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 64.063em) {
      .list-block .button.call-to-action, .list-block input.call-to-action[type="submit"] {
        position: absolute;
        right: 1.25rem;
        bottom: 0.625rem; } }
  .list-block .button.newsletter, .list-block input.newsletter[type="submit"] {
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    /* min-width 1025px, large screens */ }
    @media only screen and (min-width: 64.063em) {
      .list-block .button.newsletter, .list-block input.newsletter[type="submit"] {
        position: absolute;
        left: 1.25rem;
        bottom: 0.625rem; } }
  .list-block ul {
    margin-bottom: 0.625rem;
    /* min-width 1025px, large screens */ }
    @media only screen and (max-width: 90.063em) {
      .list-block ul {
        margin-bottom: 2.1875rem; } }
  .list-block li {
    border-bottom: 1px dotted #ccc;
    position: relative; }
    .list-block li a {
      display: block;
      padding: 0.625rem 0;
      /* min-width 641px, medium screens */
      /* min-width 1025px, large screens */ }
      @media only screen and (min-width: 40.063em) {
        .list-block li a {
          padding: 1.25rem 0; } }
      @media only screen and (min-width: 64.063em) {
        .list-block li a {
          padding-right: 4.6875rem; } }
      .list-block li a .city {
        margin-right: 0.3125rem; }
      .list-block li a .alert {
        font-size: 0.875rem;
        text-transform: none;
        color: #477328;
        display: block;
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem;
        /* min-width 1025px, large screens */ }
        @media only screen and (min-width: 64.063em) {
          .list-block li a .alert {
            display: inline-block; } }
      .list-block li a time.cal-icon {
        /* min-width 1025px, large screens */ }
        @media only screen and (min-width: 64.063em) {
          .list-block li a time.cal-icon {
            position: absolute;
            margin: auto;
            left: 0.3125rem;
            top: 0;
            bottom: 0;
            text-align: center;
            height: 3.125rem;
            width: 2.625rem;
            background: url("../Images/date_bg.svg");
            background-repeat: no-repeat; }
            .list-block li a time.cal-icon span {
              display: block;
              text-transform: uppercase;
              font-weight: normal; }
              .list-block li a time.cal-icon span.day {
                font-size: 1.125rem;
                line-height: 1.125rem;
                margin-top: 0.375rem;
                color: #006b8a;
                margin-bottom: -0.1875rem;
                font-weight: bold;
                letter-spacing: -0.0625rem; }
              .list-block li a time.cal-icon span.month {
                font-size: 0.75rem;
                line-height: 0.75rem;
                color: #006b8a; }
              .list-block li a time.cal-icon span.year {
                font-size: 0.625rem;
                line-height: 0.625rem;
                color: #000;
                margin-top: 0.125rem; } }
      .list-block li a.outgoing .button:after, .list-block li a.outgoing input[type="submit"]:after {
        content: "\f08e"; }
      .list-block li a .button, .list-block li a input[type="submit"] {
        /* min-width 641px, medium screens */
        position: absolute;
        right: 1.25rem;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0.75rem 1rem;
        height: 1.625rem; }
        @media only screen and (max-width: 64.063em) {
          .list-block li a .button, .list-block li a input[type="submit"] {
            display: none; } }
        .list-block li a .button:after, .list-block li a input[type="submit"]:after {
          left: 0;
          right: -0.125rem;
          top: 0.6875rem; }
      .list-block li a h3 {
        color: #8b2232;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.125rem;
        margin-bottom: 0.1875rem; }
      .list-block li a h4 {
        font-size: 0.875rem;
        line-height: 0.875rem;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        margin-bottom: 0; }
        .list-block li a h4 time {
          text-transform: none; }

.block.expandable h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  text-transform: none;
  position: relative;
  padding-right: 3.75rem;
  cursor: pointer; }
  .block.expandable h3:after {
    position: absolute;
    right: 0.625rem;
    content: "\f067";
    font-family: "FontAwesome";
    color: #006b8a;
    top: 50%;
    margin-top: -0.875rem; }
.block.expandable.expanded h3:after {
  content: "\f068"; }
.block.expandable .content-slider {
  margin-top: 0.625rem;
  display: none; }

.mobile-expandable {
  /* min-width 641px, medium screens */ }
  @media only screen and (max-width: 64.063em) {
    .mobile-expandable > .content > header * {
      margin-bottom: 0;
      text-transform: none;
      position: relative;
      cursor: pointer;
      display: block;
      margin-bottom: 0.75rem; }
      .mobile-expandable > .content > header *:after {
        content: "\f067";
        font-family: "FontAwesome";
        color: #006b8a;
        margin-left: 0.5rem; }
    .mobile-expandable .content-slider {
      display: none; }
    .mobile-expandable.expanded > .content > header *:after {
      content: "\f068"; }
    .mobile-expandable.expanded .content-slider {
      display: block; } }

.panel.feedback textarea {
  resize: vertical;
  height: 6.25rem; }
.panel.feedback h3 {
  line-height: 1.9375rem;
  margin: 0;
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
  @media only screen and (max-width: 40em) {
    .panel.feedback h3 {
      float: none !important; } }
.panel.feedback .feedback-form {
  padding: 0.625rem 0; }
  .panel.feedback .feedback-form .alert-box.success {
    margin-bottom: 0; }
.panel.feedback ul {
  margin: 0;
  padding: 0;
  /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
  @media only screen and (max-width: 40em) {
    .panel.feedback ul {
      margin-top: 0.625rem;
      float: none !important; } }
  .panel.feedback ul li {
    margin-right: 0.9375rem; }
    .panel.feedback ul li:last-child {
      margin: 0; }
  .panel.feedback ul .feedback-button {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.4375rem 1.25rem 0.5625rem;
    line-height: 1em;
    /* max-width 640px, mobile-only styles, use when QAing mobile issues */ }
    @media only screen and (max-width: 40em) {
      .panel.feedback ul .feedback-button {
        margin-bottom: 0.625rem; } }
    .panel.feedback ul .feedback-button.yes {
      border-color: #236280;
      /* fallback/image non-cover color */
      background-color: #236280;
      /* Firefox 3.6+ */
      background-image: -moz-linear-gradient(#236280, #276a8a);
      /* Safari 4+, Chrome 1+ */
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#236280), to(#276a8a));
      /* Safari 5.1+, Chrome 10+ */
      background-image: -webkit-linear-gradient(#236280, #276a8a);
      /* Opera 11.10+ */
      background-image: -o-linear-gradient(#236280, #276a8a); }
      .panel.feedback ul .feedback-button.yes:hover {
        /* fallback/image non-cover color */
        background-color: #215c78;
        /* Firefox 3.6+ */
        background-image: -moz-linear-gradient(#215c78, #256482);
        /* Safari 4+, Chrome 1+ */
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#215c78), to(#256482));
        /* Safari 5.1+, Chrome 10+ */
        background-image: -webkit-linear-gradient(#215c78, #256482);
        /* Opera 11.10+ */
        background-image: -o-linear-gradient(#215c78, #256482); }
    .panel.feedback ul .feedback-button.no {
      /* fallback/image non-cover color */
      background-color: #902535;
      /* Firefox 3.6+ */
      background-image: -moz-linear-gradient(#902535, #9f283a);
      /* Safari 4+, Chrome 1+ */
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#902535), to(#9f283a));
      /* Safari 5.1+, Chrome 10+ */
      background-image: -webkit-linear-gradient(#902535, #9f283a);
      /* Opera 11.10+ */
      background-image: -o-linear-gradient(#902535, #9f283a);
      border-color: #711b2a; }
      .panel.feedback ul .feedback-button.no:hover {
        /* fallback/image non-cover color */
        background-color: #882332;
        /* Firefox 3.6+ */
        background-image: -moz-linear-gradient(#882332, #972637);
        /* Safari 4+, Chrome 1+ */
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#882332), to(#972637));
        /* Safari 5.1+, Chrome 10+ */
        background-image: -webkit-linear-gradient(#882332, #972637);
        /* Opera 11.10+ */
        background-image: -o-linear-gradient(#882332, #972637); }
    .panel.feedback ul .feedback-button:after {
      display: none; }

.headerblock h2, .headerblock .site-map-list > li > a {
  border-top: 0.25rem solid white;
  padding-top: 0.9375rem;
  margin: 0;
  padding-bottom: 0.9375rem;
  color: #99042e;
  text-transform: uppercase; }

h2.headerblock, .site-map-list > li > a.headerblock {
  border-top: 0.25rem solid white;
  padding-top: 0.9375rem;
  margin: 0;
  padding-bottom: 0.9375rem;
  color: #99042e;
  text-transform: uppercase; }

.quiz-block li {
  padding-right: 0;
  border-bottom: 0; }
.quiz-block .answer-group h3 {
  margin-bottom: 0.4375rem; }
.quiz-block .answer-group label {
  display: block;
  margin-bottom: 1rem; }
  .quiz-block .answer-group label input[type="radio"] {
    margin-bottom: 0; }
.quiz-block .answer-group .explanation {
  display: none;
  padding-left: 0.875rem;
  border-left: 0.25rem solid #99042e;
  color: #555;
  font-weight: 600; }
  .quiz-block .answer-group .explanation.visible {
    display: block; }
.quiz-block .answer-group .explanation.correct {
  border-color: #b9c129; }

#guide {
  width: 100%;
  background-color: #fff;
  border: solid 1px #eee;
  position: relative;
  margin-top: 40px; }
  #guide .guidemenu {
    margin: 0 100px 0 45px;
    /* min-width 641px, medium screens */
    padding: 10px 0 20px;
    width: 100%;
    max-width: 580px; }
    @media only screen and (max-width: 64.063em) {
      #guide .guidemenu {
        margin: 0; } }
    #guide .guidemenu .head {
      height: 2.6875rem;
      width: 100%; }
      #guide .guidemenu .head img {
        position: absolute;
        top: -17px; }
    #guide .guidemenu .container h3 {
      color: #333;
      font: 22px/24px "RotisIIRegular";
      margin: 0;
      padding: 0 0 5px;
      text-transform: uppercase; }
    #guide .guidemenu .container a.btn {
      background: url("/Static/Images/arrow.png") no-repeat scroll right 25px top 11px #666;
      border-radius: 3px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-weight: bold;
      font-size: 1.25rem;
      font-family: "Rotis Sans Serif W01";
      margin: 0.625rem 0 0;
      padding: 0.625rem 2.5rem;
      height: 39px;
      text-decoration: none;
      width: 100%; }
      #guide .guidemenu .container a.btn.active, #guide .guidemenu .container a.btn.active:hover {
        background-color: #f2f2f2 !important;
        background-image: none !important;
        color: #666;
        cursor: default !important; }
      #guide .guidemenu .container a.btn.red {
        background-color: #99042e; }
        #guide .guidemenu .container a.btn.red:hover {
          background-color: #8e0027; }
        #guide .guidemenu .container a.btn.red.active, #guide .guidemenu .container a.btn.red.active:hover {
          color: #99042e; }
      #guide .guidemenu .container a.btn.beige {
        background-color: #a2863d; }
        #guide .guidemenu .container a.btn.beige:hover {
          background-color: #977b32; }
        #guide .guidemenu .container a.btn.beige.active, #guide .guidemenu .container a.btn.beige.active:hover {
          color: #a2863d; }
      #guide .guidemenu .container a.btn.olive {
        background-color: #9ba43b; }
        #guide .guidemenu .container a.btn.olive:hover {
          background-color: #909930; }
        #guide .guidemenu .container a.btn.olive.active, #guide .guidemenu .container a.btn.olive.active:hover {
          color: #9ba43b; }
      #guide .guidemenu .container a.btn.green {
        background-color: #477328; }
        #guide .guidemenu .container a.btn.green:hover {
          background-color: #3f6b20; }
        #guide .guidemenu .container a.btn.green.active, #guide .guidemenu .container a.btn.green.active:hover {
          color: #477328; }
      #guide .guidemenu .container a.btn.cyan {
        background-color: #438d96; }
        #guide .guidemenu .container a.btn.cyan:hover {
          background-color: #38828b; }
        #guide .guidemenu .container a.btn.cyan.active, #guide .guidemenu .container a.btn.cyan.active:hover {
          color: #438d96; }
      #guide .guidemenu .container a.btn.blue {
        background-color: #006a8c; }
        #guide .guidemenu .container a.btn.blue:hover {
          background-color: #005f7e; }
        #guide .guidemenu .container a.btn.blue.active, #guide .guidemenu .container a.btn.blue.active:hover {
          color: #006a8c; }

@media only screen and (min-width: 64.063em) {
  .content-block.image-left {
    /*@extend .clearfix;*/ }
    .content-block.image-left img {
      float: left;
      width: 50%;
      height: 100%;
      padding-right: 0.9375rem; }
    .content-block.image-left .content {
      float: left;
      width: 50%;
      padding-left: 1.875rem; }

  .contentblock.small-12 .content-block.image-left img, .contentblock.medium-12 .content-block.image-left img, .contentblock.large-12 .content-block.image-left img {
    width: 33%; }
  .contentblock.small-12 .content-block.image-left .content, .contentblock.medium-12 .content-block.image-left .content, .contentblock.large-12 .content-block.image-left .content {
    width: 66.66666%; } }
/* min-width 1025px, large screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .content-block.image-left img {
    display: none; } }

/* Dropdown control */
.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  border: solid 1px #BBB;
  line-height: 34px;
  text-decoration: none;
  text-align: left;
  color: #000 !important;
  outline: none;
  vertical-align: middle;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  cursor: default;
  height: 40px; }

/*
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
*/
.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden; }

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  width: 42px;
  height: 40px;
  border: solid 1px #1b4b62;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  /* fallback/image non-cover color */
  background-color: #236280;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#236280, #276a8a);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#236280), to(#276a8a));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#236280, #276a8a);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#236280, #276a8a); }
  .selectBox-dropdown .selectBox-arrow:after {
    content: "\f078";
    font-family: "FontAwesome";
    color: #FFF;
    position: absolute;
    right: 11px;
    top: 3px; }

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB;
  /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  border-radius: 3px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 0.25rem !important; }

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto; }

.selectBox-inline:focus {
  border-color: #666; }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
  color: #000; }

.selectBox-options LI A {
  line-height: 1.5;
  padding: .5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat; }

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE; }

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent; }

.selectBox-options LI.selectBox-selected A {
  background-color: #ccc; }

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap; }

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important; }

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666; }

.selectBox-inline.selectBox-disabled {
  color: #888 !important; }

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important; }

div.interpat {
  background-color: white;
  margin-bottom: 0.9375rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem; }
  div.interpat img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block; }

nav.tab-bar #interpatsection {
  width: 8.125rem; }
  nav.tab-bar #interpatsection img {
    max-width: 100%; }

div.addthis_toolbox {
  padding-top: 1.25rem; }

iframe {
  border: none; }

#ebsco_searchbox {
  width: 100%; }
  #ebsco_searchbox form input {
    width: 100%;
    float: none;
    position: inherit;
    margin: 0px;
    margin-bottom: 1.11111rem; }
  #ebsco_searchbox form input[type=submit] {
    margin-bottom: 0px; }

form.xform label {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
form.xform label:empty {
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0px; }
form.xform fieldset {
  border: none;
  padding: 0px; }
  form.xform fieldset legend {
    background-color: transparent;
    margin-bottom: 0.2rem;
    font-weight: normal; }
  form.xform fieldset div {
    padding-left: 1rem; }
    form.xform fieldset div label {
      margin-bottom: 0.2rem; }

/*# sourceMappingURL=main-ie9.css.map */
