html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@-webkit-keyframes c1 {
  0% {
    color: #B8AC75; }
  50% {
    color: #7A6A2A; }
  100% {
    color: #B8AC75; } }
@-webkit-keyframes c2 {
  0% {
    color: #7A6A2A; }
  50% {
    color: #B8AC75; }
  100% {
    color: #7A6A2A; } }
@-moz-keyframes c1 {
  0% {
    color: #B8AC75; }
  50% {
    color: #7A6A2A; }
  100% {
    color: #B8AC75; } }
@-moz-keyframes c2 {
  0% {
    color: #7A6A2A; }
  50% {
    color: #B8AC75; }
  100% {
    color: #7A6A2A; } }
@keyframes c1 {
  0% {
    color: #B8AC75; }
  50% {
    color: #7A6A2A; }
  100% {
    color: #B8AC75; } }
@keyframes c2 {
  0% {
    color: #7A6A2A; }
  50% {
    color: #B8AC75; }
  100% {
    color: #7A6A2A; } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 860px) {
    .wrap {
      max-width: 860px; } }
  @media screen and (min-width: 1280px) {
    .wrap {
      max-width: 1170px; } }
  @media screen and (min-width: 1920px) {
    .wrap {
      max-width: 1280px; } }

.clear {
  clear: both; }

body, li, span, p {
  font-family: "open-sans", sans-serif;
  color: #333333;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 300; }

p {
  margin-bottom: 1.2em; }
  p + ul, p + ol {
    margin-top: -.75em; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: sub;
  font-size: smaller; }

em, i {
  font-style: italic; }

hr {
  border: 0;
  height: 0;
  border-top: 1px, solid, RGBA 0, 0, 0, 0.1;
  border-bottom: 1px solid #D3D3D3; }

.intro {
  font-size: 1.4em;
  line-height: 1.385em; }

a {
  font-weight: 500;
  color: #004153;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1 {
  font-size: 1.75em;
  line-height: 1.25em;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #333333; }
  @media screen and (min-width: 1920px) {
    h1 {
      font-size: 3.125em;
      line-height: 1.2em; } }

h2 {
  font-size: 1.45em;
  line-height: 1.2em;
  font-weight: bold;
  padding-top: 18px;
  padding-bottom: 15px;
  color: #333333; }
  @media screen and (min-width: 1920px) {
    h2 {
      font-size: 2em;
      line-height: 1.2em; } }

h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #333333; }
  @media screen and (min-width: 1920px) {
    h3 {
      font-size: 1.5em;
      line-height: 1.2em; } }

h4 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #333333; }
  @media screen and (min-width: 1920px) {
    h4 {
      font-size: 1.3em;
      line-height: 1.2em; } }

ul, ol {
  margin: 0px 0px 1.25em 0px;
  margin-left: 30px; }

ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

li {
  margin-left: 20px; }

strong {
  font-weight: 600; }

input {
  font-family: "open-sans", sans-serif;
  background-color: #FFFFFF;
  padding: 0px; }

.content-block img {
  max-width: 100%;
  height: auto;
  padding: 15px 0px; }

.no-style {
  margin: 0;
  list-style-type: none; }

.display-none {
  display: none; }

.outer-wrapper {
  width: 100%; }
  .outer-wrapper .inner-wrapper {
    margin: auto;
    padding: 0px 12.5px; }
    @media screen and (min-width: 860px) {
      .outer-wrapper .inner-wrapper {
        padding: 0px 50px; } }
    @media screen and (min-width: 1920px) {
      .outer-wrapper .inner-wrapper {
        padding: 0px 20px;
        max-width: 1920px; } }
  .outer-wrapper .top-header-section {
    background-color: #004153; }
    .outer-wrapper .top-header-section .inner-wrapper {
      padding: 0px 12.5px; }
      @media screen and (min-width: 860px) {
        .outer-wrapper .top-header-section .inner-wrapper {
          padding: 0px 50px; } }
      @media screen and (min-width: 1920px) {
        .outer-wrapper .top-header-section .inner-wrapper {
          padding: 0px 20px; } }
      .outer-wrapper .top-header-section .inner-wrapper .skip-main {
        position: absolute;
        top: 10px;
        color: #FFFFFF;
        font-size: 14px;
        left: -400px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out; }
        .outer-wrapper .top-header-section .inner-wrapper .skip-main:focus {
          left: 15px; }
      .outer-wrapper .top-header-section .inner-wrapper .logo-container {
        background-color: #004153; }
        @media screen and (min-width: 860px) {
          .outer-wrapper .top-header-section .inner-wrapper .logo-container {
            float: left; } }
        .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link {
          padding: 12px 0px;
          display: inline-block; }
          @media screen and (min-width: 860px) {
            .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link {
              padding: 19px 0px 13px 0px; } }
          @media screen and (min-width: 860px) {
            .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link {
              padding: 25px 0px 13px 0px; } }
          .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link .logo {
            display: block;
            height: 66px;
            width: 190px; }
            @media screen and (min-width: 860px) {
              .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link .logo {
                height: 104px;
                width: 299px; } }
            @media screen and (min-width: 1920px) {
              .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link .logo {
                height: 144px;
                width: 475px; } }
    .outer-wrapper .top-header-section .top-head-strip {
      background-color: #004153;
      height: 16px; }
    .outer-wrapper .top-header-section .nav-wrapper-md {
      display: none; }
      @media screen and (min-width: 860px) {
        .outer-wrapper .top-header-section .nav-wrapper-md {
          display: block; } }
      @media screen and (min-width: 860px) {
        .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .subsite-link-container {
          padding: 25px 0px 0px 0px;
          font-size: 0.75em;
          line-height: 0.75em;
          float: right; } }
  @media screen and (min-width: 860px) and (min-width: 1920px) {
    .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .subsite-link-container {
      font-size: 1em;
      line-height: 1em; } }

      .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .subsite-link-container .subsite-link {
        color: #FFFFFF;
        font-weight: 300;
        padding: 0px 5px; }
        .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .subsite-link-container .subsite-link:hover {
          text-decoration: underline; }
        @media screen and (min-width: 860px) {
          .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .subsite-link-container .subsite-link {
            padding: 0px 7px; } }
        @media screen and (min-width: 1920px) {
          .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .subsite-link-container .subsite-link {
            padding: 0px 10px; } }
      .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container {
        width: 100%;
        border-top: 1px #D3D3D3 solid; }
        .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container {
          display: block;
          height: 33px;
          margin: 8px 0px;
          float: left;
          width: 7%; }
          .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container .home-icon-link {
            color: white;
            display: block; }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container .home-icon-link .home-icon {
              margin: auto;
              display: block;
              margin-top: 5px;
              height: 24px;
              width: 29px; }
              @media screen and (min-width: 1920px) {
                .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container .home-icon-link .home-icon {
                  height: 33px;
                  width: 33px;
                  margin-top: 0; } }
        .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items {
          float: left;
          width: 93%;
          z-index: 20;
          position: relative; }
          .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer {
            float: left;
            width: 13.5%;
            text-align: center;
            margin: 12px 0px;
            height: 35px;
            display: table;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out; }
            @media screen and (min-width: 860px) {
              .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer {
                height: 49px;
                margin: 0px 0px;
                padding: 8px 0px; }
                .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.last .nav-link {
                  border-right: 1px #FFFFFF solid; } }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.active {
              background-color: #FFFFFF; }
              .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.active .nav-link {
                color: #004153;
                border-left: none; }
              .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.active + div .nav-link {
                border-left: none; }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.current {
              background-color: #FFFFFF; }
              .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.current .nav-link {
                color: #004153;
                border-left: none; }
              .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.current + div .nav-link {
                border-left: none; }
              .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.current .nav-link:hover + ul.children, .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.current ul.children {
                width: calc(100% + 4px);
                left: -2px; }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer .nav-link {
              color: #FFFFFF;
              font-size: 0.75em;
              line-height: 1em;
              display: table-cell;
              vertical-align: middle;
              font-weight: bold; }
              @media screen and (min-width: 860px) {
                .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer .nav-link {
                  font-size: 0.75em;
                  line-height: 1em;
                  margin: 8px 0px;
                  border-left: 1px #FFFFFF solid;
                  height: 33px; } }
              @media screen and (min-width: 1920px) {
                .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer .nav-link {
                  font-size: 1em;
                  line-height: 1em; } }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.search {
              float: right;
              width: 130px; }
              @media screen and (min-width: 1280px) {
                .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer.search {
                  width: 160px; } }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .nav-link-outer #Form_GCSBGeneralSearchForm_Search_Holder label {
              display: none; }
          .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent {
            height: 0;
            position: relative;
            transition: height 1s ease-in-out;
            -webkit-transition: height 1s ease-in-out;
            -moz-transition: height 1s ease-in-out;
            -webkit-perspective: 1000px;
            -moz-perspective: 1000px;
            perspective: 1000px;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d; }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent:hover .children, .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent:focus .children {
              transition-delay: 0s;
              -webkit-transform: rotateX(0deg);
              -moz-transform: rotateX(0deg);
              transform: rotateX(0deg);
              max-height: 1000px;
              visibility: visible;
              width: 100%;
              opacity: 1; }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .nav-link:hover + .children, .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .nav-link:focus + .children {
              -webkit-transform: rotateX(0deg);
              -moz-transform: rotateX(0deg);
              transform: rotateX(0deg);
              max-height: 1000px;
              transition-delay: 0s;
              visibility: visible;
              width: 100%;
              opacity: 1; }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .children {
              width: 100%;
              display: inline-block;
              z-index: 1;
              overflow: hidden;
              max-height: 0px;
              visibility: hidden;
              transition: visibility 0s ease-in-out 0.5s, max-height 0.5s ease-in-out;
              -webkit-transition: visibility 0s ease-in-out 0.5s, max-height 0.5s ease-in-out;
              -moz-transition: visibility 0s ease-in-out 0.5s, max-height 0.5s ease-in-out;
              -webkit-transform-origin: top;
              -moz-transform-origin: top;
              transform-origin: top;
              position: absolute;
              top: 49px;
              left: 0px;
              z-index: 10;
              margin: 0px;
              width: 100%;
              border-left: 2px #004153 solid;
              border-right: 2px #004153 solid;
              border-bottom: 2px #004153 solid;
              opacity: 0; }
              .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .children .child {
                visibility: inherit;
                display: inline-block;
                text-align: center;
                margin-left: 0px;
                background-color: #FFFFFF;
                padding: 15px 10px;
                width: 100%;
                border-bottom: 1px #F0F0F0 solid; }
                .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .children .child a {
                  color: #333333;
                  font-size: 0.75em;
                  line-height: 1em;
                  font-weight: 400; }
                  @media screen and (min-width: 1920px) {
                    .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .children .child a {
                      font-size: 1em;
                      line-height: 1em; } }
                .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .children .child:hover {
                  background-color: #F0F0F0;
                  max-height: 100%; }
            .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .nav-items .parent .focus-children {
              -webkit-transform: rotateX(0deg);
              -moz-transform: rotateX(0deg);
              transform: rotateX(0deg);
              max-height: 1000px;
              transition-delay: 0s;
              visibility: visible;
              width: 100%;
              opacity: 1; }
    .outer-wrapper .top-header-section .GCSBForm {
      float: left;
      border: 2px #004153 solid; }
      @media screen and (min-width: 860px) {
        .outer-wrapper .top-header-section .GCSBForm {
          float: left;
          border: none; } }
      .outer-wrapper .top-header-section .GCSBForm .generalSearchText {
        width: 200px; }
      @media screen and (min-width: 860px) {
        .outer-wrapper .top-header-section .GCSBForm .generalSearchText {
          width: 75px; } }
      @media screen and (min-width: 1280px) {
        .outer-wrapper .top-header-section .GCSBForm .generalSearchText {
          width: 120px; }
        .outer-wrapper .top-header-section .GCSBForm .generalSearchSubmit {
          width: 33px;
          height: 33px; } }
      .outer-wrapper .top-header-section .GCSBForm .generalSearchText {
        height: 33px;
        border-radius: 3px;
        border: none;
        padding-left: 5px;
        /*font-size: 12px;*/ }
      .outer-wrapper .top-header-section .GCSBForm .generalSearchSubmit {
        background-image: url(../assets/GCSB-search-icon.png);
        background-repeat: no-repeat;
        border-radius: 3px;
        height: 33px;
        width: 33px;
        border: none;
        background-color: white;
        /*margin-top: 1px;*/
        left: -9px;
        position: relative;
        background-size: 90%;
        background-position: center center; }
    @media screen and (min-width: 860px) {
      .outer-wrapper .top-header-section .nav-wrapper-mobile {
        display: none; } }
    .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button {
      background-color: #004153;
      border-top: 1px #D3D3D3 solid;
      display: block;
      padding: 12px 0px;
      cursor: pointer; }
      .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img {
        margin: auto;
        display: block;
        width: 39px;
        height: 18px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        background-image: url("../assets/menu_ham_mobile.svg");
        background-repeat: no-repeat; }
        .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img.active {
          background-image: url("../assets/menu_cross_mobile.svg");
          width: 26px;
          height: 26px; }
        .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img span {
          display: none; }
    .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container {
      background-color: #FFFFFF;
      max-height: 0px;
      visibility: hidden;
      overflow: hidden;
      transition: visibility 0s ease-in-out 0.3s, max-height 0.3s ease-in-out;
      -webkit-transition: visibility 0s ease-in-out 0.3s, max-height 0.3s ease-in-out;
      -moz-transition: visibility 0s ease-in-out 0.3s, max-height 0.3s ease-in-out; }
      .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container.active {
        transition-delay: 0s;
        max-height: 9999px;
        visibility: visible; }
        .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container.active .children.active {
          transition-delay: 0s !important;
          max-height: 999px !important;
          visibility: visible !important; }
      .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container {
        padding: 37px 12.5px 0px 12.5px; }
        .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu {
          margin: 0px; }
          .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item {
            margin: 0px;
            list-style-type: none;
            border-bottom: 1px #D3D3D3 solid;
            position: relative;
            font-weight: bold;
            cursor: pointer; }
            .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item:after {
              content: '';
              background-repeat: no-repeat;
              background-image: url("../assets/side_arrow.svg");
              display: block;
              position: absolute;
              right: 0px;
              top: 24px;
              background-size: 8px 20px;
              height: 20px;
              width: 8px;
              transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out; }
            .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item.active {
              border-bottom: 2px #004153 solid; }
              .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item.active:after {
                background-size: 20px 8px;
                height: 8px;
                width: 20px;
                top: 30px;
                background-image: url("../assets/down_arrow.svg"); }
            .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item a {
              display: block;
              padding: 26px 0px; }
          .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .children {
            max-height: 0px;
            visibility: hidden;
            overflow: hidden;
            transition: visibility 0s ease-in-out 0.3s, max-height 0.3s ease-in-out;
            -webkit-transition: visibility 0s ease-in-out 0.3s, max-height 0.3s ease-in-out;
            -moz-transition: visibility 0s ease-in-out 0.3s, max-height 0.3s ease-in-out;
            margin: 0px; }
            .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .children .child {
              list-style-type: none;
              margin: 0px;
              padding-bottom: 36px; }
              .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .children .child.first {
                padding-top: 31px; }
              .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .children .child:last-child {
                padding-bottom: 33px;
                border-bottom: 1px #D3D3D3 solid; }
              .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .children .child a {
                color: #333333; }
      .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .subsite-links-container {
        padding: 21px 12.5px 39px 12.5px;
        clear: both; }
        .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .subsite-links-container .subsite-links {
          text-align: center;
          display: block;
          margin: 0px; }
          .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .subsite-links-container .subsite-links .subsite-link {
            list-style-type: none;
            margin: 0px;
            font-weight: 300;
            display: inline-block;
            padding: 10px 15px; }
  .outer-wrapper .content {
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out; }
    .outer-wrapper .content.active {
      max-height: 0px;
      overflow: hidden;
      opacity: 0; }
    @media screen and (min-width: 860px) {
      .outer-wrapper .content .side-section-left {
        width: 66.66667%;
        float: left; } }
    @media screen and (min-width: 1920px) {
      .outer-wrapper .content .side-section-left {
        width: 66.66667%;
        float: left; } }
    .outer-wrapper .content .side-section-left .left-content-wrap {
      margin-right: 10px; }
    .outer-wrapper .content .side-section-right {
      display: block;
      padding: 0 12.5px; }
      @media screen and (min-width: 860px) {
        .outer-wrapper .content .side-section-right {
          padding: 0px;
          width: 33.33333%;
          float: left; } }
      .outer-wrapper .content .side-section-right .inner-wrapper {
        display: none;
        margin-top: 0px;
        padding: 0;
        margin-bottom: 15px;
        border: 2px #004153 solid; }
        @media screen and (min-width: 860px) {
          .outer-wrapper .content .side-section-right .inner-wrapper {
            display: block;
            margin-right: 50px; } }
        @media screen and (min-width: 1920px) {
          .outer-wrapper .content .side-section-right .inner-wrapper {
            margin-left: 30px;
            margin-right: 20px; } }
        .outer-wrapper .content .side-section-right .inner-wrapper h2 {
          font-size: 1.375em;
          line-height: 1.6em;
          font-weight: 600;
          padding: 10px 17px 15px 17px;
          margin-bottom: 0; }
        .outer-wrapper .content .side-section-right .inner-wrapper .GCSBsubscribeForm h2 {
          margin-left: -17px;
          line-height: 24px; }
        .outer-wrapper .content .side-section-right .inner-wrapper .description {
          line-height: 1;
          font-size: 1em;
          font-weight: 300; }
        .outer-wrapper .content .side-section-right .inner-wrapper .item-wrapper.current, .outer-wrapper .content .side-section-right .inner-wrapper .item-wrapper:hover {
          background-color: #F0F0F0; }
        .outer-wrapper .content .side-section-right .inner-wrapper .section-item {
          font-size: 1em;
          line-height: 1.5em;
          padding: 15px 17px;
          display: block;
          color: #333333;
          font-weight: 300;
          border-top: 1px #D3D3D3 solid; }
          .outer-wrapper .content .side-section-right .inner-wrapper .section-item.child {
            padding-left: 37px; }
        .outer-wrapper .content .side-section-right .inner-wrapper.panels {
          border: none;
          display: block; }
          .outer-wrapper .content .side-section-right .inner-wrapper.panels .inner-wrapper {
            display: block; }
        .outer-wrapper .content .side-section-right .inner-wrapper:first-child div:first-child.accord-container, .outer-wrapper .content .side-section-right .inner-wrapper:first-child div:first-child.carousel-container {
          margin-top: -5px; }
        @media screen and (min-width: 860px) {
          .outer-wrapper .content .side-section-right .inner-wrapper:first-child div:first-child.tagged-container, .outer-wrapper .content .side-section-right .inner-wrapper:first-child div:first-child.news-container {
            margin-top: -62px; }
            .outer-wrapper .content .side-section-right .inner-wrapper:first-child div:first-child.tagged-container h2, .outer-wrapper .content .side-section-right .inner-wrapper:first-child div:first-child.news-container h2 {
              padding-top: 10px; } }
  .outer-wrapper .footer-container {
    background-color: #333333; }
    .outer-wrapper .footer-container .divider {
      height: 9px;
      width: 100%;
      background-color: #004153;
      display: block; }
    .outer-wrapper .footer-container .inner-wrapper .quick-links {
      text-align: center;
      padding: 25px 0px;
      color: #FFFFFF;
      font-size: 1em;
      line-height: 1.75em; }
      @media screen and (min-width: 860px) {
        .outer-wrapper .footer-container .inner-wrapper .quick-links {
          text-align: left; } }
      @media screen and (min-width: 1280px) {
        .outer-wrapper .footer-container .inner-wrapper .quick-links {
          float: left;
          padding: 45px 0px; } }
      .outer-wrapper .footer-container .inner-wrapper .quick-links .quick-link {
        color: #FFFFFF;
        font-weight: 300;
        padding: 0px 0px 0px 3px; }
        .outer-wrapper .footer-container .inner-wrapper .quick-links .quick-link:hover {
          text-decoration: underline; }
      .outer-wrapper .footer-container .inner-wrapper .quick-links .copy-span {
        color: #FFFFFF;
        font-weight: 300;
        padding: 0px 0px 0px 3px; }
        .rainbow-logo {
          height: 32px;
        }
        .govt-logo {
          height: 32px;
        }
        .footer-container .footer-logos {
          padding: 0px 0px 25px 0px;
        }
        .footer-logos {
          min-width: 360px;
        }
        @media screen and (max-width:860px){
          .footer-container .footer-logos {
            text-align: center;
            padding: 0px 0px 25px 0px;
          }
          .rainbow-logo, .govt-logo {
            margin-bottom: 15px;
          }
        }
        @media screen and (min-width:1280px){
          .footer-container .footer-logos {
            padding: 35px 0px;
            float: right;
          }
        }
.page .accord-container {
  margin: 15px 0px 25px 0px;
  padding: 0px; }
  @media screen and (min-width: 860px) {
    .page .accord-container {
      padding-left: 50px;
      padding-right: 25px; } }
  @media screen and (min-width: 1920px) {
    .page .accord-container {
      padding-left: 20px;
      padding-right: 10px; } }
  .page .accord-container p {
    padding: 0px; }
  .page .accord-container .accordion-pair {
    margin-top: 5px;
    background-color: #F0F0F0; }
    .page .accord-container .accordion-pair .inner-wrapper {
      padding-left: 12.5px;
      padding-right: 12.5px; }
      @media screen and (min-width: 860px) {
        .page .accord-container .accordion-pair .inner-wrapper {
          padding-left: 25px;
          padding-right: 25px; } }
      .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item {
        cursor: pointer;
        position: relative; }
        .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item .accord-title {
          display: block; }
        .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:hover h2, .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:hover h3 {
          text-decoration: underline; }
        .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:hover:after {
          top: 31px; }
        .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after {
          content: '';
          background-repeat: no-repeat;
          background-image: url("../assets/down_arrow.svg");
          display: block;
          position: absolute;
          right: 0px;
          top: 27px;
          background-size: 20px 8px;
          height: 8px;
          width: 20px;
          transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out; }
        .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item h2, .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item h3 {
          font-size: 1.1em;
          line-height: 1.2em;
          padding-left: 0px;
          padding-right: 25px; }
          @media screen and (min-width: 860px) {
            .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item h2, .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item h3 {
              font-size: 1.2em;
              line-height: 1.3em; } }
          @media screen and (min-width: 1920px) {
            .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item h2, .page .accord-container .accordion-pair .inner-wrapper .accordion-parent-item h3 {
              font-size: 1.3em;
              line-height: 1.4em; } }
      .page .accord-container .accordion-pair .inner-wrapper .accordion-child {
        max-height: 0px;
        overflow: hidden;
        visibility: hidden; }
        .page .accord-container .accordion-pair .inner-wrapper .accordion-child a {
          color: #7A6A2A;
          text-decoration: underline; }
          .page .accord-container .accordion-pair .inner-wrapper .accordion-child a[target="_blank"], .page .accord-container .accordion-pair .inner-wrapper .accordion-child a[href^="http://"], .page .accord-container .accordion-pair .inner-wrapper .accordion-child a[href^="https://"], .page .accord-container .accordion-pair .inner-wrapper .accordion-child a.external {
            background-image: url("../assets/externallink_gcsb.svg");
            background-repeat: no-repeat;
            background-position: right center;
            background-size: .75em .75em;
            padding-right: 1em; }
        .page .accord-container .accordion-pair .inner-wrapper .accordion-child p {
          font-size: 1em;
          line-height: 1.667em; }
      @media print {
        .page .accord-container .accordion-pair .inner-wrapper.child .accordion-child {
          max-height: 9999px;
          padding-bottom: 1em;
          padding-top: 15px; }
        .page .accord-container .accordion-pair .inner-wrapper.parent {
          background-color: #004153; }
          .page .accord-container .accordion-pair .inner-wrapper.parent .accordion-parent-item h2, .page .accord-container .accordion-pair .inner-wrapper.parent .accordion-parent-item h3 {
            color: #FFFFFF; }
          .page .accord-container .accordion-pair .inner-wrapper.parent .accordion-parent-item:after {
            background-image: url("../assets/accordup.svg"); } }
      .page .accord-container .accordion-pair .inner-wrapper.child.active .accordion-child {
        visibility: visible;
        max-height: 9999px;
        padding-bottom: 1em;
        padding-top: 15px; }
      .page .accord-container .accordion-pair .inner-wrapper.parent.active {
        background-color: #004153; }
        .page .accord-container .accordion-pair .inner-wrapper.parent.active .accordion-parent-item h2, .page .accord-container .accordion-pair .inner-wrapper.parent.active .accordion-parent-item h3 {
          color: #FFFFFF; }
        .page .accord-container .accordion-pair .inner-wrapper.parent.active .accordion-parent-item:after {
          background-image: url("../assets/accordup.svg"); }
.page .carousel-container {
  margin: 50px 0px 25px 0px;
  padding: 0px; }
  @media screen and (min-width: 860px) {
    .page .carousel-container {
      padding-left: 50px;
      padding-right: 25px; } }
  @media screen and (min-width: 1920px) {
    .page .carousel-container {
      padding-left: 20px;
      padding-right: 10px; } }
  .page .carousel-container .carousel-images {
    overflow: hidden;
    height: 194px;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 860px) {
      .page .carousel-container .carousel-images {
        height: 296px; } }
    @media screen and (min-width: 1920px) {
      .page .carousel-container .carousel-images {
        height: 463px; } }
    .page .carousel-container .carousel-images ul {
      margin: 0px; }
      .page .carousel-container .carousel-images ul .caro-slide {
        z-index: 1;
        height: 100%;
        width: 100%;
        list-style-type: none;
        margin: 0px;
        position: absolute;
        background-position: center;
        background-size: cover;
        opacity: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out; }
        .page .carousel-container .carousel-images ul .caro-slide.active {
          opacity: 1;
          z-index: 2; }
        .page .carousel-container .carousel-images ul .caro-slide a {
          width: 100%;
          height: 100%;
          display: block; }
  .page .carousel-container .carousel-buttons {
    margin-top: 2px; }
    .page .carousel-container .carousel-buttons ul {
      margin: 0px; }
      .page .carousel-container .carousel-buttons ul .caro-button-item {
        float: left;
        margin-left: .5%;
        margin-right: .5%;
        display: block;
        height: 10px; }
        .page .carousel-container .carousel-buttons ul .caro-button-item .caro-button {
          background-color: #F0F0F0;
          display: block;
          height: 100%;
          transition: background-color 0.2s linear;
          -webkit-transition: background-color 0.2s linear;
          -moz-transition: background-color 0.2s linear; }
          .page .carousel-container .carousel-buttons ul .caro-button-item .caro-button:hover {
            background-color: #004153;
            opacity: .2; }
          .page .carousel-container .carousel-buttons ul .caro-button-item .caro-button.active {
            background-color: #004153; }
            .page .carousel-container .carousel-buttons ul .caro-button-item .caro-button.active:hover {
              opacity: 1; }
          .page .carousel-container .carousel-buttons ul .caro-button-item .caro-button span {
            display: none; }
  .page .carousel-container .carousel-captions {
    padding-left: 12.5px; }
    @media screen and (min-width: 860px) {
      .page .carousel-container .carousel-captions {
        padding-left: 0px; } }
    .page .carousel-container .carousel-captions ul {
      margin: 0px; }
      .page .carousel-container .carousel-captions ul .caro-caption {
        display: none;
        margin: 0px; }
        @media screen and (min-width: 860px) {
          .page .carousel-container .carousel-captions ul .caro-caption {
            width: 50%;
            border-bottom: 5px #004153 solid;
            padding-bottom: 30px; } }
        .page .carousel-container .carousel-captions ul .caro-caption h3 {
          padding-top: 30px; }
          @media screen and (min-width: 860px) {
            .page .carousel-container .carousel-captions ul .caro-caption h3 {
              padding-left: 0px;
              padding-right: 0px; } }
        .page .carousel-container .carousel-captions ul .caro-caption p {
          font-style: italic; }
          @media screen and (min-width: 860px) {
            .page .carousel-container .carousel-captions ul .caro-caption p {
              padding-left: 0px;
              padding-right: 0px; } }
        .page .carousel-container .carousel-captions ul .caro-caption.active {
          display: block; }
.page .no-page-heading .news-container {
  margin-top: 0; }
.page .side-section-left .news-container .news-panel-heading {
  padding-bottom: 15px;
  font-size: 1.75em;
  line-height: 1.25em;
  background-size: 44px 43px;
  min-height: 44px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px #D3D3D3 solid;
  background-repeat: no-repeat;
  background-position: center right; }
  @media screen and (min-width: 860px) {
    .page .side-section-left .news-container .news-panel-heading {
      padding-bottom: 15px;
      padding-bottom: 20px;
      font-size: 2.375em;
      line-height: 1.2em; } }
.page .news-container {
  margin-bottom: 25px;
  margin-top: 50px;
  padding-left: 12.5px;
  padding-right: 12.5px; }
  @media screen and (min-width: 860px) {
    .page .news-container {
      padding-left: 50px;
      padding-right: 25px; } }
  @media screen and (min-width: 1920px) {
    .page .news-container {
      padding-left: 20px;
      padding-right: 10px; } }
  .page .news-container h2, .page .news-container span, .page .news-container p {
    padding-left: 0px;
    padding-right: 0px; }
  .page .news-container .news-panel-heading {
    border-bottom: 1px #D3D3D3 solid;
    padding-left: 0px;
    padding-right: 0px; }
    .page .news-container .news-panel-heading.news {
      background-image: url("../assets/news_small.svg");
      background-size: 46px 34px;
      background-repeat: no-repeat;
      background-position: right; }
  .page .news-container .news-panel-item {
    border-bottom: 1px #D3D3D3 solid;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    .page .news-container .news-panel-item.active {
      overflow: visible;
      visibility: visible;
      max-height: 1000px;
      opacity: 1; }
    .page .news-container .news-panel-item .news-panel-link {
      display: block; }
      .page .news-container .news-panel-item .news-panel-link .news-item-heading {
        font-size: 1.563em;
        line-height: 1.6em; }
      .page .news-container .news-panel-item .news-panel-link .news-date {
        font-size: 0.75em;
        line-height: 2.333em;
        font-weight: bold;
        display: block;
        padding-bottom: 15px; }
      .page .news-container .news-panel-item .news-panel-link .news-text {
        font-size: 1em;
        line-height: 1.375em; }
      .page .news-container .news-panel-item .news-panel-link .news-readmore {
        color: #7A6A2A;
        display: inline-block;
        background-image: url("../assets/readmore_gcsb.svg");
        background-size: 22px 22px;
        padding-right: 25px;
        background-repeat: no-repeat;
        background-position: right;
        margin-bottom: 1em; }
      .page .news-container .news-panel-item .news-panel-link:hover, .page .news-container .news-panel-item .news-panel-link:hover .news-date, .page .news-container .news-panel-item .news-panel-link:hover .news-text {
        text-decoration: none; }
      .page .news-container .news-panel-item .news-panel-link:hover .news-item-heading, .page .news-container .news-panel-item .news-panel-link:hover .news-readmore {
        text-decoration: underline; }
  .page .news-container .news-load-more {
    background-image: url("../assets/down_arrow.svg");
    background-size: 22px 11px;
    background-position: right;
    background-repeat: no-repeat;
    padding: 15px 0px;
    padding-right: 35px;
    font-weight: bold;
    display: inline-block; }
  .page .news-container .pagination span {
    color: #333333;
    font-weight: 600; }
  .page .news-container .pagination a {
    color: #333333;
    font-weight: 300; }
  .page .news-container .pagination .next, .page .news-container .pagination .prev {
    background-image: url("../assets/readmore_gcsb.svg");
    height: 22px;
    width: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom; }
  .page .news-container .pagination .prev {
    transform: rotate(180deg);
    background-position: top; }
.page .tagged-container {
  margin-bottom: 25px;
  margin-top: 10px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  position: relative; }
  @media screen and (min-width: 860px) {
    .page .tagged-container {
      padding-left: 50px;
      padding-right: 25px; } }
  @media screen and (min-width: 1920px) {
    .page .tagged-container {
      padding-left: 20px;
      padding-right: 10px; } }
  .page .tagged-container .tag-list-heading {
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: center right; }
  .page .tagged-container .tag-list-result {
    padding-top: 30px;
    border-top: 1px #D3D3D3 solid; }
    .page .tagged-container .tag-list-result.ex-link, .page .tagged-container .tag-list-result.link {
      padding-top: 1em; }
    .page .tagged-container .tag-list-result a:hover {
      text-decoration: none; }
      .page .tagged-container .tag-list-result a:hover h2 {
        text-decoration: underline; }
    .page .tagged-container .tag-list-result.last {
      border: none; }
    .page .tagged-container .tag-list-result:first-child {
      border-top: 0; }
      .page .tagged-container .tag-list-result:first-child.tag-list-result {
        padding-top: 0; }
    @media screen and (min-width: 860px) {
      .page .tagged-container .tag-list-result:first-child.tag-list-heading {
        padding-top: 50px; } }
    .page .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title {
      background-image: url("../assets/pdf_icon.svg");
      background-size: 32px 40px;
      padding-left: 47px;
      min-height: 42px;
      background-repeat: no-repeat;
      background-position: top left; }
    .page .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .page .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title {
      background-image: url("../assets/word_gcsb.svg");
      background-size: 32px 40px;
      padding-left: 47px;
      min-height: 42px;
      background-repeat: no-repeat;
      background-position: top left; }
    .page .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .page .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title {
      background-image: url("../assets/powerpoint_gcsb.svg");
      background-size: 32px 40px;
      padding-left: 47px;
      min-height: 42px;
      background-repeat: no-repeat;
      background-position: top left; }
    .page .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .page .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title {
      background-image: url("../assets/excel_gcsb.svg");
      background-size: 32px 40px;
      padding-left: 47px;
      min-height: 42px;
      background-repeat: no-repeat;
      background-position: top left; }
    .page .tagged-container .tag-list-result .tag-image {
      display: inline-block;
      max-width: 32px; }
    .page .tagged-container .tag-list-result .tag-list-title {
      display: inline-block;
      padding-top: 0px;
      color: #333333;
      font-weight: 600;
      min-height: 42px;
      font-size: 1em;
      line-height: 1.2em; }
      .page .tagged-container .tag-list-result .tag-list-title .type-span {
        padding-right: 26px;
        background-position: center right;
        background-repeat: no-repeat; }
      .page .tagged-container .tag-list-result .tag-list-title.file {
        padding-bottom: 0;
        margin-bottom: 15px; }
        .page .tagged-container .tag-list-result .tag-list-title.file .type-span {
          background-size: 18px 22px;
          background-image: url("../assets/download_icon.svg"); }
      .page .tagged-container .tag-list-result .tag-list-title.link {
        text-decoration: none;
        padding-bottom: 1em; }
      .page .tagged-container .tag-list-result .tag-list-title.ex-link {
        text-decoration: none;
        padding-bottom: 1em; }
        @media screen and (min-width: 860px) {
          .page .tagged-container .tag-list-result .tag-list-title.ex-link {
            font-size: 1.2em; } }
        .page .tagged-container .tag-list-result .tag-list-title.ex-link .type-span {
          background-size: 1em 1em;
          background-image: url("../assets/externallink_gcsb.svg"); }
      .page .tagged-container .tag-list-result .tag-list-title:hover {
        text-decoration: underline; }
    .page .tagged-container .tag-list-result .tag-list-desc {
      margin: .5em 0px 2em 0px;
      padding: 0px;
      font-weight: 400;
      font-size: 0.94em;
      line-height: 1.375em; }
  .page .tagged-container.no-title .tag-list-heading {
    display: none; }
  .page .tagged-container.no-title .tag-list-result.first {
    border-top: none; }
  .page .tagged-container .page-loader-overlay {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0)); }
    .page .tagged-container .page-loader-overlay .icon-loader {
      height: 27px;
      width: 100%;
      bottom: 50px;
      position: absolute;
      text-align: center; }
      .page .tagged-container .page-loader-overlay .icon-loader .fa-circle {
        font-size: 27px; }
        .page .tagged-container .page-loader-overlay .icon-loader .fa-circle.c1 {
          -webkit-animation: c1 1s infinite;
          -moz-animation: c1 1s infinite;
          webkit-animation: c1 1s infinite;
          color: #B8AC75; }
        .page .tagged-container .page-loader-overlay .icon-loader .fa-circle.c2 {
          -webkit-animation: c2 1s infinite;
          -moz-animation: c2 1s infinite;
          webkit-animation: c2 1s infinite;
          color: #7A6A2A; }
        .page .tagged-container .page-loader-overlay .icon-loader .fa-circle.c3 {
          -webkit-animation: c1 1s infinite;
          -moz-animation: c1 1s infinite;
          webkit-animation: c1 1s infinite;
          color: #B8AC75; }
  .page .tagged-container.scroll-load .tag-list-result {
    display: none; }
    .page .tagged-container.scroll-load .tag-list-result.active {
      display: block; }
    .page .tagged-container.scroll-load .tag-list-result.secondLast {
      opacity: 0.6; }
    .page .tagged-container.scroll-load .tag-list-result.last {
      opacity: .3; }
.page .subscribe-panel {
  padding: 15px 17px; }
  .page .subscribe-panel .field label {
    line-height: 1;
    font-size: 1em; }
  .page .subscribe-panel .field input {
    width: 100%;
    font-family: "open-sans", sans-serif;
    font-size: 1em;
    line-height: 1.385em;
    padding: 5px;
    border: 1px #004153 solid;
    font-weight: 300; }
    .page .subscribe-panel .field input.invalid {
      border: 1px solid red;
      outline-color: red; }
  .page .subscribe-panel .field__name {
    margin-bottom: .5em; }
  .page .subscribe-panel .field__email {
    margin-bottom: .75em; }
  .page .subscribe-panel .action {
    opacity: 1;
    position: initial;
    border: none;
    color: #FFFFFF;
    padding: 15px 40px 15px 40px;
    background-color: #004153;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
    white-space: normal; }
.page .side-section-right .accord-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0; }
  .page .side-section-right .accord-container .accordion-pair .inner-wrapper {
    border: none;
    padding-left: 17px;
    padding-right: 18px;
    margin-left: 0px;
    margin-right: 0px; }
    .page .side-section-right .accord-container .accordion-pair .inner-wrapper:nth-of-type(2) {
      padding-top: 0px; }
    .page .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item h2 {
      font-size: 1.2em; }
.page .side-section-right .carousel-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0; }
  .page .side-section-right .carousel-container .carousel-images {
    height: 350px; }
    @media screen and (min-width: 1280px) {
      .page .side-section-right .carousel-container .carousel-images {
        height: 400px; } }
    @media screen and (min-width: 1920px) {
      .page .side-section-right .carousel-container .carousel-images {
        height: 450px; } }
  .page .side-section-right .carousel-container .carousel-captions ul {
    margin: 0px; }
.page .side-section-right .news-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0; }
  .page .side-section-right .news-container .news-panel-heading.news {
    padding-top: 10px; }
  .page .side-section-right .news-container .news-panel-item {
    border-bottom: 1px #D3D3D3 solid; }
    .page .side-section-right .news-container .news-panel-item .news-panel-link .news-item-heading {
      padding: 10px 0 0 0;
      font-size: 1em;
      line-height: 1.2em; }
    .page .side-section-right .news-container .news-panel-item .news-panel-link .news-date {
      font-weight: 300;
      padding-bottom: 10px; }
.page .side-section-right .tagged-container {
  margin-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative; }
  .page .side-section-right .tagged-container .tag-list-heading {
    padding-left: 0px;
    padding-right: 40px;
    background-size: 38px 38px;
    font-size: 1.375rem; }
  .page .side-section-right .tagged-container .tag-list-result:first-child.tag-list-result {
    padding-top: 30px; }
  .page .side-section-right .tagged-container .tag-list-result .tag-list-title {
    padding-top: 0px;
    padding-left: 0;
    font-size: 1em;
    line-height: 1.2em; }
    .page .side-section-right .tagged-container .tag-list-result .tag-list-title.link {
      font-weight: 300; }
    .page .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link {
      font-weight: 300; }
  .page .side-section-right .tagged-container .tag-list-result .tag-list-desc {
    margin: .5em 0px 2em 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.375em; }
.page .WidgetHolder.BlogArchiveWidget, .page .WidgetHolder.BlogCategoriesWidget {
  border: 2px #004153 solid;
  margin-bottom: 15px; }
  .page .WidgetHolder.BlogArchiveWidget h3, .page .WidgetHolder.BlogCategoriesWidget h3 {
    font-size: 1.375rem;
    line-height: 1.6em;
    font-weight: 600;
    padding: 15px 17px; }
  .page .WidgetHolder.BlogArchiveWidget ul, .page .WidgetHolder.BlogCategoriesWidget ul {
    margin: 0; }
    .page .WidgetHolder.BlogArchiveWidget ul li, .page .WidgetHolder.BlogCategoriesWidget ul li {
      list-style-type: none;
      margin: 0; }
      .page .WidgetHolder.BlogArchiveWidget ul li a, .page .WidgetHolder.BlogCategoriesWidget ul li a {
        display: block;
        padding: 0 10px; }
        .page .WidgetHolder.BlogArchiveWidget ul li a:hover, .page .WidgetHolder.BlogArchiveWidget ul li a.active, .page .WidgetHolder.BlogCategoriesWidget ul li a:hover, .page .WidgetHolder.BlogCategoriesWidget ul li a.active {
          background-color: #F0F0F0; }
        .page .WidgetHolder.BlogArchiveWidget ul li a .arrow, .page .WidgetHolder.BlogCategoriesWidget ul li a .arrow {
          display: none; }
        .page .WidgetHolder.BlogArchiveWidget ul li a .text, .page .WidgetHolder.BlogCategoriesWidget ul li a .text {
          display: block;
          border-bottom: 1px solid #D3D3D3;
          font-size: 1em;
          line-height: 1.6em;
          font-weight: 300;
          padding: 15px 0 15px 7px; }
      .page .WidgetHolder.BlogArchiveWidget ul li:first-of-type .text, .page .WidgetHolder.BlogCategoriesWidget ul li:first-of-type .text {
        border-top: 1px solid #D3D3D3; }
      .page .WidgetHolder.BlogArchiveWidget ul li:last-of-type .text, .page .WidgetHolder.BlogCategoriesWidget ul li:last-of-type .text {
        border-bottom: none; }
.page .WidgetHolder.BlogRecentPostsWidget {
  margin-bottom: 15px; }
  .page .WidgetHolder.BlogRecentPostsWidget h3 {
    font-size: 1.375rem;
    line-height: 1.6em;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #D3D3D3; }
  .page .WidgetHolder.BlogRecentPostsWidget ul {
    margin: 0; }
    .page .WidgetHolder.BlogRecentPostsWidget ul li {
      list-style-type: none;
      margin: 0; }
      .page .WidgetHolder.BlogRecentPostsWidget ul li a {
        border-bottom: 1px solid #D3D3D3;
        display: block; }
        .page .WidgetHolder.BlogRecentPostsWidget ul li a .arrow {
          display: none; }
        .page .WidgetHolder.BlogRecentPostsWidget ul li a .text {
          max-width: 80%;
          display: block;
          font-size: 1em;
          line-height: 1.6em;
          font-weight: 300;
          padding: 15px 0; }
.page .WidgetHolder.BlogTagsWidget {
  margin-bottom: 15px; }
  .page .WidgetHolder.BlogTagsWidget h3 {
    font-size: 1.375rem;
    line-height: 1.6em;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 15px; }
  .page .WidgetHolder.BlogTagsWidget ul {
    margin: 0; }
    .page .WidgetHolder.BlogTagsWidget ul li {
      list-style-type: none;
      margin: 0; }
      .page .WidgetHolder.BlogTagsWidget ul li a {
        display: block; }
        .page .WidgetHolder.BlogTagsWidget ul li a .arrow {
          display: none; }
        .page .WidgetHolder.BlogTagsWidget ul li a .text {
          max-width: 80%;
          display: block;
          font-size: 1em;
          line-height: 1.6em;
          font-weight: 300;
          padding-bottom: 15px; }
.page .outer-wrapper .content .inner-wrapper .breadcrumbs {
  display: none;
  padding: 20px 0px 0px 0px; }
  @media screen and (min-width: 860px) {
    .page .outer-wrapper .content .inner-wrapper .breadcrumbs {
      display: block; } }
  .page .outer-wrapper .content .inner-wrapper .breadcrumbs .crumb {
    font-weight: 400;
    text-transform: capitalize;
    color: #333333;
    font-size: 0.813em;
    line-height: 1em;
    padding-right: 3px; }
  .page .outer-wrapper .content .inner-wrapper .breadcrumbs span {
    font-size: 0.8em;
    line-height: 1em; }
  .page .outer-wrapper .content .inner-wrapper .breadcrumbs .active {
    font-weight: 600; }
.page .outer-wrapper .content .inner-wrapper .page-title {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.75em;
  line-height: 1.25em;
  background-size: 53px 43px;
  min-height: 44px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px #D3D3D3 solid;
  background-repeat: no-repeat;
  background-position: center right; }
  @media screen and (min-width: 860px) {
    .page .outer-wrapper .content .inner-wrapper .page-title {
      padding-bottom: 15px;
      padding-top: 25px;
      width: 66.66667%;
      float: left; } }
  @media screen and (min-width: 1920px) {
    .page .outer-wrapper .content .inner-wrapper .page-title {
      padding-bottom: 20px;
      padding-top: 30px;
      font-size: 3.125em;
      line-height: 1.2em;
      width: 66.66667%;
      float: left;
      min-height: 73px; } }
  .page .outer-wrapper .content .inner-wrapper .page-title .article-meta {
    display: block;
    font-size: .5em; }
    @media screen and (min-width: 860px) {
      .page .outer-wrapper .content .inner-wrapper .page-title .article-meta {
        font-size: .4em; } }
.page .outer-wrapper .content .side-section-left .rule {
  border-bottom: 1px #D3D3D3 solid;
  display: block;
  margin-left: 12.5px;
  margin-right: 12.5px; }
  @media screen and (min-width: 860px) {
    .page .outer-wrapper .content .side-section-left .rule {
      margin-right: 25px;
      margin-left: 50px; } }
  @media screen and (min-width: 1920px) {
    .page .outer-wrapper .content .side-section-left .rule {
      margin-right: 10px;
      margin-left: 20px; } }
.page .outer-wrapper .content .side-section-left .content-block {
  margin-top: 20px; }
  @media screen and (min-width: 860px) {
    .page .outer-wrapper .content .side-section-left .content-block .inner-wrapper {
      padding-right: 25px; } }
  @media screen and (min-width: 1920px) {
    .page .outer-wrapper .content .side-section-left .content-block .inner-wrapper {
      padding-right: 10px; } }
  .page .outer-wrapper .content .side-section-left .content-block a {
    color: #7A6A2A;
    text-decoration: underline; }
    .page .outer-wrapper .content .side-section-left .content-block a[target="_blank"], .page .outer-wrapper .content .side-section-left .content-block a[href^="http://"], .page .outer-wrapper .content .side-section-left .content-block a[href^="https://"], .page .outer-wrapper .content .side-section-left .content-block a.external {
      background-image: url("../assets/externallink_gcsb.svg");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: .75em .75em;
      padding-right: 1em; }
  .page .outer-wrapper .content .side-section-left .content-block img, .page .outer-wrapper .content .side-section-left .content-block .captionImage {
    display: block;
    padding: .5em 1em; }
    .page .outer-wrapper .content .side-section-left .content-block img img, .page .outer-wrapper .content .side-section-left .content-block .captionImage img {
      padding: 0; }
    .page .outer-wrapper .content .side-section-left .content-block img.left, .page .outer-wrapper .content .side-section-left .content-block .captionImage.left {
      float: left; }
    .page .outer-wrapper .content .side-section-left .content-block img.right, .page .outer-wrapper .content .side-section-left .content-block .captionImage.right {
      float: right; }
    .page .outer-wrapper .content .side-section-left .content-block img.center, .page .outer-wrapper .content .side-section-left .content-block .captionImage.center {
      margin: 0 auto; }
    .page .outer-wrapper .content .side-section-left .content-block img .caption, .page .outer-wrapper .content .side-section-left .content-block .captionImage .caption {
      font-style: italic;
      font-size: .8em; }
  .page .outer-wrapper .content .side-section-left .content-block::after {
    content: "";
    display: table;
    clear: both; }
.page .outer-wrapper .content .side-section-right .inner-wrapper {
  padding-bottom: 0px; }
.page .outer-wrapper .content .side-section-right.no-page-heading {
  margin-top: 83px; }
.page .outer-wrapper .footer-container {
  margin-top: 50px; }

.no-side .outer-wrapper .content .inner-wrapper .page-title {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
.no-side .outer-wrapper .content .side-section-left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .no-side .outer-wrapper .content .side-section-left .rule {
    margin-left: 12.5px;
    margin-right: 12.5px; }
    @media screen and (min-width: 860px) {
      .no-side .outer-wrapper .content .side-section-left .rule {
        margin-left: 50px;
        margin-right: 50px; } }
    @media screen and (min-width: 1920px) {
      .no-side .outer-wrapper .content .side-section-left .rule {
        margin-left: 20px;
        margin-right: 20px; } }
  @media screen and (min-width: 860px) {
    .no-side .outer-wrapper .content .side-section-left .content-block .inner-wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1920px) {
    .no-side .outer-wrapper .content .side-section-left .content-block .inner-wrapper {
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (min-width: 860px) {
    .no-side .outer-wrapper .content .side-section-left .accord-container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1920px) {
    .no-side .outer-wrapper .content .side-section-left .accord-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 860px) {
    .no-side .outer-wrapper .content .side-section-left .carousel-container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1920px) {
    .no-side .outer-wrapper .content .side-section-left .carousel-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 860px) {
    .no-side .outer-wrapper .content .side-section-left .news-container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1920px) {
    .no-side .outer-wrapper .content .side-section-left .news-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 860px) {
    .no-side .outer-wrapper .content .side-section-left .tagged-container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1920px) {
    .no-side .outer-wrapper .content .side-section-left .tagged-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 860px) {
    .no-side .outer-wrapper .content .side-section-left .news-container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (min-width: 1920px) {
    .no-side .outer-wrapper .content .side-section-left .news-container {
      padding-left: 20px;
      padding-right: 20px; } }

.home .slider-container .slider {
  height: 170px;
  overflow: hidden;
  position: relative;
  background-color: #000000; }
  @media screen and (min-width: 860px) {
    .home .slider-container .slider {
      height: 230px; } }
  .home .slider-container .slider .feature-banner {
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out; }
    .home .slider-container .slider .feature-banner.active {
      visibility: visible;
      opacity: 1;
      z-index: 1; }
    .home .slider-container .slider .feature-banner.no-pattern {
      background-repeat: no-repeat;
      background-size: cover; }
    .home .slider-container .slider .feature-banner a {
      display: block;
      text-decoration: none; }
      .home .slider-container .slider .feature-banner a:hover {
        text-decoration: none; }
    .home .slider-container .slider .feature-banner .inner-wrapper {
      display: flex;
      height: 100%;
      justify-content: left;
      align-items: center; }
      .home .slider-container .slider .feature-banner .inner-wrapper .slide-title {
        padding: 0;
        font-size: 1.25em;
        line-height: 1.325em;
        font-weight: 600;
        color: #FFFFFF; }
        @media screen and (min-width: 860px) {
          .home .slider-container .slider .feature-banner .inner-wrapper .slide-title {
            font-size: 1.75em;
            line-height: 1.25em; } }
  .home .slider-container .slider .paging {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 1; }
    .home .slider-container .slider .paging .page {
      display: inline-block;
      cursor: pointer;
      background-image: url("../assets/slider_inactive.png");
      background-size: 12.5px 12.5px;
      background-position: center;
      height: 15px;
      width: 15px;
      margin: 0px 13px;
      background-repeat: no-repeat; }
      .home .slider-container .slider .paging .page li {
        list-style-type: none;
        display: none; }
      .home .slider-container .slider .paging .page.active {
        background-image: url("../assets/slider_active.png"); }
.home .content .inner-wrapper .content-block {
  margin-top: 40px; }
.home .content .inner-wrapper .homepage-block {
  padding-top: 40px; }
  @media screen and (min-width: 860px) {
    .home .content .inner-wrapper .homepage-block {
      width: 33.33333%;
      float: left;
      float: left; } }
  .home .content .inner-wrapper .homepage-block a {
    display: block;
    padding-top: 30px; }
    @media screen and (min-width: 860px) {
      .home .content .inner-wrapper .homepage-block a {
        padding-top: 0; } }
    .home .content .inner-wrapper .homepage-block a:hover, .home .content .inner-wrapper .homepage-block a:focus, .home .content .inner-wrapper .homepage-block a:active {
      text-decoration: none; }
      .home .content .inner-wrapper .homepage-block a:hover h2, .home .content .inner-wrapper .homepage-block a:focus h2, .home .content .inner-wrapper .homepage-block a:active h2 {
        text-decoration: underline; }
  .home .content .inner-wrapper .homepage-block .inner-wrap {
    padding: 0px 0px; }
    @media screen and (min-width: 860px) {
      .home .content .inner-wrapper .homepage-block .inner-wrap {
        padding: 0px 10px; } }
    @media screen and (min-width: 1920px) {
      .home .content .inner-wrapper .homepage-block .inner-wrap {
        padding: 0px 20px; } }
    .home .content .inner-wrapper .homepage-block .inner-wrap .icon-rule-container {
      text-align: center;
      position: relative; }
      @media screen and (min-width: 860px) {
        .home .content .inner-wrapper .homepage-block .inner-wrap .icon-rule-container {
          height: 155px; } }
      .home .content .inner-wrapper .homepage-block .inner-wrap .icon-rule-container.beyondordinary {
        text-align: left; }
      .home .content .inner-wrapper .homepage-block .inner-wrap .icon-rule-container .rule {
        height: 6px;
        background-color: #004153;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 10px;
        z-index: -1; }
      .home .content .inner-wrapper .homepage-block .inner-wrap .icon-rule-container img {
        max-width: 100%;
        max-height: 100%; }
    .home .content .inner-wrapper .homepage-block .inner-wrap .block-heading {
      padding-top: 0;
      margin-top: .5em;
      padding-bottom: 0;
      font-size: 1.375em;
      line-height: 1.2em;
      font-weight: 600;
      display: inline-block;
      color: #333333; }
    .home .content .inner-wrapper .homepage-block .inner-wrap p {
      padding-top: .75em; }
      @media screen and (min-width: 860px) {
        .home .content .inner-wrapper .homepage-block .inner-wrap p {
          font-size: 1em;
          line-height: 1.5em; } }
      @media screen and (min-width: 1920px) {
        .home .content .inner-wrapper .homepage-block .inner-wrap p {
          font-size: 1.125em;
          line-height: 1.667em; } }
    .home .content .inner-wrapper .homepage-block .inner-wrap .external h2 {
      background-size: 18px 19px;
      padding-right: 26px;
      background-image: url(../assets/externallink_gcsb.svg);
      background-repeat: no-repeat;
      background-position: center right; }
.home .content .inner-wrapper .endrow + .homepage-block {
  clear: both; }
.home .vacancies-block {
  margin-top: 55px;
  background-color: #F0F0F0;
  text-align: left; }
  .home .vacancies-block p {
    margin-bottom: 0px;
    padding: 30px 0px; }
    @media screen and (min-width: 860px) {
      .home .vacancies-block p {
        padding: 15px 0px; } }
    @media screen and (min-width: 1920px) {
      .home .vacancies-block p {
        font-size: 1.1em;
        line-height: 1.6em; } }
    @media screen and (min-width: 860px) {
      .home .vacancies-block p .hide-break {
        display: none; } }
    .home .vacancies-block p .ss-broken {
      text-decoration: none;
      color: #333;
      font-weight: bold; }
      .home .vacancies-block p .ss-broken:hover, .home .vacancies-block p .ss-broken:active, .home .vacancies-block p .ss-broken:focus {
        text-decoration: underline; }

.no-svg .page .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link .logo, .no-svg .home .outer-wrapper .top-header-section .inner-wrapper .logo-container .logo-link .logo {
  display: block;
  height: 66px;
  width: 190px; }
.no-svg .page .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container .home-icon-link .home-icon, .no-svg .home .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container .home-icon-link .home-icon {
  background-image: url("../assets/home_med.png"); }
  @media screen and (min-width: 1920px) {
    .no-svg .page .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container .home-icon-link .home-icon, .no-svg .home .outer-wrapper .top-header-section .nav-wrapper-md .inner-wrapper .nav-items-container .home-icon-container .home-icon-link .home-icon {
      background-image: url("../assets/home_large.png"); } }
.no-svg .page .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img, .no-svg .home .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img {
  background-image: url("../assets/menu_ham_mobile.png");
  width: 39px;
  height: 20px; }
  .no-svg .page .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img.active, .no-svg .home .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img.active {
    background-image: url("../assets/menu_cross_mobile.png");
    width: 33px;
    height: 33px; }
.no-svg .page .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item:after, .no-svg .home .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item:after {
  background-image: url("../assets/side_arrow.png");
  top: 20px; }
.no-svg .page .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item.active:after, .no-svg .home .outer-wrapper .top-header-section .nav-wrapper-mobile .nav-outer-container .nav-items-container .parent-nav-menu .parent-item.active:after {
  background-image: url("../assets/down_arrow.png"); }
.no-svg .page .outer-wrapper .footer-container .inner-wrapper .govt-logo, .no-svg .home .outer-wrapper .footer-container .inner-wrapper .govt-logo {
  background-image: url("../assets/nz_govt.png"); }
.no-svg .page .outer-wrapper .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .no-svg .page .outer-wrapper .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .no-svg .home .outer-wrapper .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .no-svg .home .outer-wrapper .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after {
  background-image: url("../assets/accorddown.png");
  background-size: 23px 11px;
  height: 11px;
  width: 23px; }
.no-svg .page .outer-wrapper .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item.active:after, .no-svg .page .outer-wrapper .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item.active:after, .no-svg .home .outer-wrapper .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item.active:after, .no-svg .home .outer-wrapper .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item.active:after {
  background-image: url("../assets/accordup.png"); }
.no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title {
  background-image: url("../assets/pdf_icon.png"); }
.no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title {
  background-image: url("../assets/word_gcsb.png"); }
.no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title {
  background-image: url("../assets/powerpoint_gcsb.png"); }
.no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title {
  background-image: url("../assets/excel_gcsb.png"); }
.no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title {
  background-size: 32px 32px; }
  .no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span {
    background-image: url("../assets/download_icon.png"); }
  .no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span {
    background-image: url("../assets/externallink_gcsb.png"); }
  .no-svg .page .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .no-svg .page .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .no-svg .home .outer-wrapper .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .no-svg .home .outer-wrapper .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span {
    background-image: url("../assets/externallink_gcsb.png"); }
.no-svg .page .outer-wrapper .content .side-section-left .news-container .news-panel-heading.news, .no-svg .page .outer-wrapper .content .side-section-right .news-container .news-panel-heading.news, .no-svg .home .outer-wrapper .content .side-section-left .news-container .news-panel-heading.news, .no-svg .home .outer-wrapper .content .side-section-right .news-container .news-panel-heading.news {
  background-image: url("../assets/news_small.png");
  background-size: 50px 38px; }
.no-svg .page .outer-wrapper .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, .no-svg .page .outer-wrapper .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after, .no-svg .home .outer-wrapper .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, .no-svg .home .outer-wrapper .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after {
  background-image: url("../assets/readmore_gcsb.png");
  background-size: 39px 22px;
  height: 22px;
  width: 39px; }
.no-svg .page .outer-wrapper .content .side-section-left .news-container .news-load-more, .no-svg .page .outer-wrapper .content .side-section-right .news-container .news-load-more, .no-svg .home .outer-wrapper .content .side-section-left .news-container .news-load-more, .no-svg .home .outer-wrapper .content .side-section-right .news-container .news-load-more {
  background-image: url("../assets/down_arrow.png");
  background-size: 22px 11px; }
.no-svg .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img {
  background-image: url("../assets/menu_ham_mobile.png");
  width: 39px;
  height: 20px;
  background-size: 39px 20px; }
  .no-svg .outer-wrapper .top-header-section .nav-wrapper-mobile .mobile-nav-button .nav-button-img.active {
    background-image: url("../assets/menu_cross_mobile.png");
    width: 33px;
    height: 33px;
    background-size: 33px 33px; }
.no-svg .slider-container .slider {
  height: 275px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 860px) {
    .no-svg .slider-container .slider {
      height: 300px; } }
  .no-svg .slider-container .slider .feature-banner {
    background-repeat: repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out; }
    .no-svg .slider-container .slider .feature-banner.active {
      opacity: 1; }
    .no-svg .slider-container .slider .feature-banner.no-pattern {
      background-repeat: no-repeat;
      background-size: cover; }
    .no-svg .slider-container .slider .feature-banner .inner-wrapper h1 {
      padding-top: 30px;
      font-size: 1.75em;
      line-height: 1.325em;
      font-weight: 600;
      color: #FFFFFF; }
      @media screen and (min-width: 860px) {
        .no-svg .slider-container .slider .feature-banner .inner-wrapper h1 {
          font-size: 3.125em;
          line-height: 1.2em;
          padding-top: 34px; } }
  .no-svg .slider-container .slider .paging {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    .no-svg .slider-container .slider .paging .page {
      display: inline-block;
      cursor: pointer;
      background-image: url("../assets/slider_inactive.png");
      background-size: 15px 15px;
      background-position: center;
      height: 15px;
      width: 15px;
      margin: 0px 13px;
      background-repeat: no-repeat; }
      .no-svg .slider-container .slider .paging .page li {
        list-style-type: none;
        display: none; }
      .no-svg .slider-container .slider .paging .page.active {
        background-image: url("../assets/slider_active.png"); }
.no-svg .content .inner-wrapper .homepage-block .inner-wrap .external h2 {
  background-image: url(../assets/externallink_gcsb.png); }

.no-opacity .home .outer-wrapper .slider-container .slider .feature-banner {
  display: none; }
  .no-opacity .home .outer-wrapper .slider-container .slider .feature-banner.active {
    display: block; }
.no-opacity .page .outer-wrapper .content .side-section-left .carousel-container .carousel-images .caro-slide {
  display: none; }
  .no-opacity .page .outer-wrapper .content .side-section-left .carousel-container .carousel-images .caro-slide.active {
    display: block; }

html[data-useragent*='IE9'] .outer-wrapper .top-header-section .GCSBForm .generalSearchSubmit {
  margin-top: -2px; }

html[data-useragent*='IE10'] .outer-wrapper .top-header-section .GCSBForm .generalSearchSubmit {
  padding-top: 2px; }

html[data-useragent*='IE11'] .news-container .pagination .next, html[data-useragent*='IE11'] .news-container .pagination .prev {
  margin-bottom: -5px; }

html[data-useragent*='IE10'] .slider .feature-banner .inner-wrapper, html[data-useragent*='IE9'] .slider .feature-banner .inner-wrapper, .IE9 ~ .slider-container .slider .feature-banner .inner-wrapper {
  display: table; }
  html[data-useragent*='IE10'] .slider .feature-banner .inner-wrapper h2, html[data-useragent*='IE9'] .slider .feature-banner .inner-wrapper h2, .IE9 ~ .slider-container .slider .feature-banner .inner-wrapper h2 {
    text-align: left;
    display: table-cell;
    vertical-align: middle; }

html[data-useragent*='IE10'] .content .inner-wrapper .homepage-block .inner-wrap .external h2, html[data-useragent*='IE10'] ~ .content .inner-wrapper .homepage-block .inner-wrap .external h2, .home .IE9 .content .inner-wrapper .homepage-block .inner-wrap .external h2, .home .IE9 ~ .content .inner-wrapper .homepage-block .inner-wrap .external h2 {
  background-image: url("../assets/externallink_gcsb.png"); }

html[data-useragent*='IE10'] .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, html[data-useragent*='IE10'] .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, html[data-useragent*='IE10'] .page .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, html[data-useragent*='IE10'] .page .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, html[data-useragent*='IE10'] ~ .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, html[data-useragent*='IE10'] ~ .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .page .IE9 .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .page .IE9 .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .page .IE9 .page .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .page .IE9 .page .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .page .IE9 ~ .content .side-section-left .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after, .page .IE9 ~ .content .side-section-right .accord-container .accordion-pair .inner-wrapper .accordion-parent-item:after {
  background-image: url("../assets/down_arrow.png");
  background-size: 23px 11px;
  height: 11px;
  width: 23px; }
html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".pdf"] .tag-list-title {
  background-image: url("../assets/pdf_icon.png"); }
html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".docx"] .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".doc"] .tag-list-title {
  background-image: url("../assets/word_gcsb.png"); }
html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".ppt"] .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".pptx"] .tag-list-title {
  background-image: url("../assets/powerpoint_gcsb.png"); }
html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".xls"] .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result a[href$=".xlsx"] .tag-list-title {
  background-image: url("../assets/excel_gcsb.png"); }
html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result .tag-list-title, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title, .page .IE9 .content .side-section-left .tagged-container .tag-list-result .tag-list-title, .page .IE9 .content .side-section-right .tagged-container .tag-list-result .tag-list-title, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title {
  background-size: 32px 32px; }
  html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span, .page .IE9 .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, .page .IE9 .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title.file .type-span, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title.file .type-span {
    background-image: url("../assets/download_icon.png"); }
  html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span, .page .IE9 .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, .page .IE9 .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title.link .type-span, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title.link .type-span {
    background-image: url("../assets/externallink_gcsb.png"); }
  html[data-useragent*='IE10'] .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, html[data-useragent*='IE10'] .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, html[data-useragent*='IE10'] .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, html[data-useragent*='IE10'] .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, html[data-useragent*='IE10'] ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, html[data-useragent*='IE10'] ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .page .IE9 .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .page .IE9 .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .page .IE9 .page .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .page .IE9 .page .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .page .IE9 ~ .content .side-section-left .tagged-container .tag-list-result .tag-list-title.ex-link .type-span, .page .IE9 ~ .content .side-section-right .tagged-container .tag-list-result .tag-list-title.ex-link .type-span {
    background-image: url("../assets/externallink_gcsb.png"); }
html[data-useragent*='IE10'] .content .side-section-left .news-container .news-panel-heading.news, html[data-useragent*='IE10'] .content .side-section-right .news-container .news-panel-heading.news, html[data-useragent*='IE10'] .page .content .side-section-left .news-container .news-panel-heading.news, html[data-useragent*='IE10'] .page .content .side-section-right .news-container .news-panel-heading.news, html[data-useragent*='IE10'] ~ .content .side-section-left .news-container .news-panel-heading.news, html[data-useragent*='IE10'] ~ .content .side-section-right .news-container .news-panel-heading.news, .page .IE9 .content .side-section-left .news-container .news-panel-heading.news, .page .IE9 .content .side-section-right .news-container .news-panel-heading.news, .page .IE9 .page .content .side-section-left .news-container .news-panel-heading.news, .page .IE9 .page .content .side-section-right .news-container .news-panel-heading.news, .page .IE9 ~ .content .side-section-left .news-container .news-panel-heading.news, .page .IE9 ~ .content .side-section-right .news-container .news-panel-heading.news {
  background-image: url("../assets/news_small.png");
  background-size: 50px 38px; }
html[data-useragent*='IE10'] .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, html[data-useragent*='IE10'] .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after, html[data-useragent*='IE10'] .page .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, html[data-useragent*='IE10'] .page .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after, html[data-useragent*='IE10'] ~ .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, html[data-useragent*='IE10'] ~ .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after, .page .IE9 .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, .page .IE9 .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after, .page .IE9 .page .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, .page .IE9 .page .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after, .page .IE9 ~ .content .side-section-left .news-container .news-panel-item .news-panel-link .news-text:after, .page .IE9 ~ .content .side-section-right .news-container .news-panel-item .news-panel-link .news-text:after {
  background-image: url("../assets/readmore_gcsb.png");
  background-size: 39px 22px;
  height: 22px;
  width: 39px; }
html[data-useragent*='IE10'] .content .side-section-left .news-container .news-panel-item .news-panel-link .news-readmore, html[data-useragent*='IE10'] .content .side-section-right .news-container .news-panel-item .news-panel-link .news-readmore, html[data-useragent*='IE10'] .page .content .side-section-left .news-container .news-panel-item .news-panel-link .news-readmore, html[data-useragent*='IE10'] .page .content .side-section-right .news-container .news-panel-item .news-panel-link .news-readmore, html[data-useragent*='IE10'] ~ .content .side-section-left .news-container .news-panel-item .news-panel-link .news-readmore, html[data-useragent*='IE10'] ~ .content .side-section-right .news-container .news-panel-item .news-panel-link .news-readmore, .page .IE9 .content .side-section-left .news-container .news-panel-item .news-panel-link .news-readmore, .page .IE9 .content .side-section-right .news-container .news-panel-item .news-panel-link .news-readmore, .page .IE9 .page .content .side-section-left .news-container .news-panel-item .news-panel-link .news-readmore, .page .IE9 .page .content .side-section-right .news-container .news-panel-item .news-panel-link .news-readmore, .page .IE9 ~ .content .side-section-left .news-container .news-panel-item .news-panel-link .news-readmore, .page .IE9 ~ .content .side-section-right .news-container .news-panel-item .news-panel-link .news-readmore {
  background-image: url("../assets/readmore_gcsb.png"); }
html[data-useragent*='IE10'] .content .side-section-left .news-container .news-load-more, html[data-useragent*='IE10'] .content .side-section-right .news-container .news-load-more, html[data-useragent*='IE10'] .page .content .side-section-left .news-container .news-load-more, html[data-useragent*='IE10'] .page .content .side-section-right .news-container .news-load-more, html[data-useragent*='IE10'] ~ .content .side-section-left .news-container .news-load-more, html[data-useragent*='IE10'] ~ .content .side-section-right .news-container .news-load-more, .page .IE9 .content .side-section-left .news-container .news-load-more, .page .IE9 .content .side-section-right .news-container .news-load-more, .page .IE9 .page .content .side-section-left .news-container .news-load-more, .page .IE9 .page .content .side-section-right .news-container .news-load-more, .page .IE9 ~ .content .side-section-left .news-container .news-load-more, .page .IE9 ~ .content .side-section-right .news-container .news-load-more {
  background-image: url("../assets/down_arrow.png");
  background-size: 22px 11px; }
html[data-useragent*='IE10'] .content .side-section-left .news-container .pagination .next, html[data-useragent*='IE10'] .content .side-section-left .news-container .pagination .prev, html[data-useragent*='IE10'] .content .side-section-right .news-container .pagination .next, html[data-useragent*='IE10'] .content .side-section-right .news-container .pagination .prev, html[data-useragent*='IE10'] .page .content .side-section-left .news-container .pagination .next, html[data-useragent*='IE10'] .page .content .side-section-left .news-container .pagination .prev, html[data-useragent*='IE10'] .page .content .side-section-right .news-container .pagination .next, html[data-useragent*='IE10'] .page .content .side-section-right .news-container .pagination .prev, html[data-useragent*='IE10'] ~ .content .side-section-left .news-container .pagination .next, html[data-useragent*='IE10'] ~ .content .side-section-left .news-container .pagination .prev, html[data-useragent*='IE10'] ~ .content .side-section-right .news-container .pagination .next, html[data-useragent*='IE10'] ~ .content .side-section-right .news-container .pagination .prev, .page .IE9 .content .side-section-left .news-container .pagination .next, .page .IE9 .content .side-section-left .news-container .pagination .prev, .page .IE9 .content .side-section-right .news-container .pagination .next, .page .IE9 .content .side-section-right .news-container .pagination .prev, .page .IE9 .page .content .side-section-left .news-container .pagination .next, .page .IE9 .page .content .side-section-left .news-container .pagination .prev, .page .IE9 .page .content .side-section-right .news-container .pagination .next, .page .IE9 .page .content .side-section-right .news-container .pagination .prev, .page .IE9 ~ .content .side-section-left .news-container .pagination .next, .page .IE9 ~ .content .side-section-left .news-container .pagination .prev, .page .IE9 ~ .content .side-section-right .news-container .pagination .next, .page .IE9 ~ .content .side-section-right .news-container .pagination .prev {
  margin-bottom: -5px; }
html[data-useragent*='IE10'] .content .side-section-left .content-block a[target="_blank"], html[data-useragent*='IE10'] .content .side-section-right .content-block a[target="_blank"], html[data-useragent*='IE10'] .page .content .side-section-left .content-block a[target="_blank"], html[data-useragent*='IE10'] .page .content .side-section-right .content-block a[target="_blank"], html[data-useragent*='IE10'] ~ .content .side-section-left .content-block a[target="_blank"], html[data-useragent*='IE10'] ~ .content .side-section-right .content-block a[target="_blank"], .page .IE9 .content .side-section-left .content-block a[target="_blank"], .page .IE9 .content .side-section-right .content-block a[target="_blank"], .page .IE9 .page .content .side-section-left .content-block a[target="_blank"], .page .IE9 .page .content .side-section-right .content-block a[target="_blank"], .page .IE9 ~ .content .side-section-left .content-block a[target="_blank"], .page .IE9 ~ .content .side-section-right .content-block a[target="_blank"] {
  background-image: url("../assets/externallink_gcsb.png"); }

.outer-wrapper .inner-wrapper {
  margin: auto;
  padding: 0px 12.5px; }
  @media screen and (min-width: 860px) {
    .outer-wrapper .inner-wrapper {
      padding: 0px 50px;
      max-width: 860px; } }
  @media screen and (min-width: 1280px) {
    .outer-wrapper .inner-wrapper {
      max-width: 1170px; } }
  @media screen and (min-width: 1920px) {
    .outer-wrapper .inner-wrapper {
      padding: 0px 20px;
      max-width: 1280px; } }

.home .outer-wrapper .slider-container .slider {
  height: 170px; }
  @media screen and (min-width: 860px) {
    .home .outer-wrapper .slider-container .slider {
      height: 200px; } }
  .home .outer-wrapper .slider-container .slider .feature-banner .inner-wrapper {
    display: flex;
    height: 100%;
    text-align: left;
    justify-content: left;
    align-items: center; }
    .home .outer-wrapper .slider-container .slider .feature-banner .inner-wrapper h1 {
      padding: 0;
      font-size: 1.25em;
      line-height: 1.325em;
      font-weight: 600;
      color: #FFFFFF; }
      @media screen and (min-width: 860px) {
        .home .outer-wrapper .slider-container .slider .feature-banner .inner-wrapper h1 {
          font-size: 1.5em;
          line-height: 1.25em; } }
      @media screen and (min-width: 1280px) {
        .home .outer-wrapper .slider-container .slider .feature-banner .inner-wrapper h1 {
          font-size: 1.75em;
          line-height: 1.25em; } }
      @media screen and (min-width: 1920px) {
        .home .outer-wrapper .slider-container .slider .feature-banner .inner-wrapper h1 {
          font-size: 2em;
          line-height: 1.325em; } }
  .home .outer-wrapper .slider-container .slider .paging {
    margin: 0 0 .325em 0; }
    @media screen and (min-width: 860px) {
      .home .outer-wrapper .slider-container .slider .paging {
        margin-bottom: 1.25em; } }
.home .outer-wrapper .content .inner-wrapper .content-block {
  margin-top: 1.7em; }
  @media screen and (min-width: 860px) {
    .home .outer-wrapper .content .inner-wrapper .content-block .page-title {
      font-size: 1.7em; } }
  @media screen and (min-width: 1280px) {
    .home .outer-wrapper .content .inner-wrapper .content-block .page-title {
      font-size: 2em; } }
  @media screen and (min-width: 1920px) {
    .home .outer-wrapper .content .inner-wrapper .content-block .page-title {
      font-size: 2em; } }
  .home .outer-wrapper .content .inner-wrapper .content-block p {
    margin-top: .75em;
    margin-bottom: .75em;
    font-size: 1.3em;
    line-height: 1.37em; }
    @media screen and (min-width: 860px) {
      .home .outer-wrapper .content .inner-wrapper .content-block p {
        font-size: 1.4em;
        line-height: 1.37em; } }
.home .outer-wrapper .content .inner-wrapper .homepage-block {
  padding-top: 30px; }
  @media screen and (min-width: 860px) {
    .home .outer-wrapper .content .inner-wrapper .homepage-block {
      width: 33.33333%;
      float: left;
      float: left; } }
  .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap {
    padding: 0px 0px; }
    @media screen and (min-width: 860px) {
      .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap {
        padding: 0px 10px; } }
    @media screen and (min-width: 1920px) {
      .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap {
        padding: 0px 20px; } }
    .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap .icon-rule-container {
      height: 110px; }
      .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap .icon-rule-container img {
        max-width: 100%;
        max-height: 100%; }
    .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap h2 {
      padding-top: 0;
      margin-top: .5em;
      padding-bottom: 0;
      font-size: 1.375em;
      line-height: 1.2em; }
      @media screen and (min-width: 1920px) {
        .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap h2 {
          font-size: 1.6em;
          line-height: 1.325em; } }
    @media screen and (min-width: 860px) {
      .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap p {
        font-size: 1em;
        line-height: 1.5em; } }
    @media screen and (min-width: 1920px) {
      .home .outer-wrapper .content .inner-wrapper .homepage-block .inner-wrap p {
        font-size: 1.125em;
        line-height: 1.667em; } }
.home .outer-wrapper .vacancies-block {
  margin-top: 30px; }
  .home .outer-wrapper .vacancies-block p {
    margin-bottom: 0px;
    padding: 30px 0px; }
    @media screen and (min-width: 860px) {
      .home .outer-wrapper .vacancies-block p {
        padding: 20px 0px; } }
    @media screen and (min-width: 1920px) {
      .home .outer-wrapper .vacancies-block p {
        font-size: 1.1em;
        line-height: 1.6em; } }

.page .outer-wrapper .content .inner-wrapper .page-title {
  padding-bottom: 10px;
  font-size: 1.75em;
  line-height: 1.25em;
  padding-right: 50px;
  background-size: 50px 50px;
  min-height: 50px; }
  @media screen and (min-width: 860px) {
    .page .outer-wrapper .content .inner-wrapper .page-title {
      padding-bottom: 15px;
      font-size: 2.375em;
      line-height: 1.2em; } }
  @media screen and (min-width: 1920px) {
    .page .outer-wrapper .content .inner-wrapper .page-title {
      font-size: 2.375em;
      line-height: 1.2em;
      min-height: 73px; } }
.page .outer-wrapper .content .side-section-left .content-block {
  padding-top: 20px; }
  .page .outer-wrapper .content .side-section-left .content-block .inner-wrapper h2 {
    font-size: 1.3em;
    line-height: 1.2em;
    padding-top: 1rem;
    padding-bottom: .75rem; }
    @media screen and (min-width: 1920px) {
      .page .outer-wrapper .content .side-section-left .content-block .inner-wrapper h2 {
        font-size: 1.75em;
        line-height: 1.2em; } }
  .page .outer-wrapper .content .side-section-left .content-block .inner-wrapper p {
    margin-bottom: .75em; }
