.logos:after, header[role="banner"] .wrap .top .social:after, header[role="banner"] .wrap:after, .slider.hero .swiper-container .swiper-wrapper .swiper-slide:after, .textPanel.newsArticle .wrap .articleDetails:after, .textPanel .wrap .cols .col:after, .textPanel .wrap:after, footer .wrap .footCol nav:after, footer .wrap .bottom:after, footer .wrap .social:after, footer .wrap:after {
  content: '';
  display: block;
  clear: both; }

body.home header[role="banner"] .wrap .mainNav ul li.blue, header[role="banner"] .wrap .mainNav ul li.active, header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul, .blueBg .wrap .relatedNews, .textPanel .wrap .cols.newsCols .col.featuredCol, footer .wrap .social {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.logos h1, .logos h2, .textPanel .wrap .pagination a {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px; }

header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul li, .smallSlider .swiper-container .swiper-wrapper .swiper-slide .text time, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text time, .textPanel .wrap .pagination p, .textPanel .wrap .sidebar .disclaimer, .textPanel .wrap .sidebar .switch, .textPanel .wrap .sidebar nav ul li, .textPanel .wrap article h4 {
  font-family: "aktiv-grotesk";
  font-style: normal; }

header[role="banner"] .wrap .mainNav ul li, .smallSlider h2, .featuredSlider h2, .smallSlider header h2, .featuredSlider header h2, .textPanel .wrap article figure figcaption {
  font-family: "baskerville-urw";
  font-style: normal;
  font-weight: 400; }

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute; }
  .placeholder.faded {
    opacity: 0.5; }
  .placeholder.hide {
    display: none; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hide {
  display: none !important; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.filterMenu .panelHold .panel .subPanel div label input:checked + span {
  left: 4px; }

body {
  padding-top: 0; }
  body.home header[role="banner"] {
    height: auto; }
    body.home header[role="banner"] .wrap .mainNav ul li.blue {
      background-color: #5d7e95;
      color: white;
      padding-left: 10px;
      padding-top: 6px; }
      body.home header[role="banner"] .wrap .mainNav ul li.blue.active {
        background-color: #bec3be; }
      body.home header[role="banner"] .wrap .mainNav ul li.blue:hover {
        background-color: #bec3be; }
    body.home header[role="banner"] .wrap .top {
      margin-bottom: 0; }
      body.home header[role="banner"] .wrap .top.menu--pinned {
        position: fixed;
        top: 0;
        left: 0;
        width: 750px;
        margin: 0 auto;
        right: 0;
        background-color: white;
        z-index: 10000;
        border-bottom: 1px solid #bec3be;
        height: 42px; }
        body.home header[role="banner"] .wrap .top.menu--pinned:before {
          padding-top: 8px; }
        body.home header[role="banner"] .wrap .top.menu--pinned .social {
          top: 8px; }
        body.home header[role="banner"] .wrap .top.menu--pinned .searchBar {
          top: 12px; }
        body.home header[role="banner"] .wrap .top.menu--pinned h2 {
          opacity: 1 !important; }
      body.home header[role="banner"] .wrap .top h2 {
        display: block;
        opacity: 0; }

.logos .logo {
  width: 190px;
  height: 75px;
  display: block;
  float: left;
  border-right: 1px solid #bec3be;
  padding: 20px 40px 0 0; }
.logos h1, .logos h2 {
  text-indent: -9999px;
  padding: 0; }
.logos h1 {
  background-position: -160px -20px;
  width: 190px;
  height: 75px;
  float: left; }
.logos h2 {
  background-position: -160px -120px;
  width: 194px;
  height: 31px;
  float: right;
  margin-top: 66px;
  margin-right: 42px; }

header[role="banner"] {
  padding-top: 8px;
  height: auto;
  position: relative; }
  header[role="banner"] .wrap {
    width: 750px;
    margin: 0 auto; }
    header[role="banner"] .wrap .logos {
      display: block; }
    header[role="banner"] .wrap .top {
      margin-bottom: 0;
      height: 34px;
      position: relative;
      -webkit-transition-timing-function: linear;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: all;
      -moz-transition-timing-function: linear;
      -moz-transition-duration: 300ms;
      -moz-transition-property: all;
      -o-transition-timing-function: linear;
      -o-transition-duration: 300ms;
      -o-transition-property: all;
      -ms-transition-timing-function: linear;
      -ms-transition-duration: 300ms;
      -ms-transition-property: all;
      transition-timing-function: linear;
      transition-duration: 300ms;
      transition-property: all; }
      header[role="banner"] .wrap .top:before {
        content: '';
        display: block;
        width: 100vw;
        background-color: white;
        height: 34px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50vw;
        z-index: -1; }
      header[role="banner"] .wrap .top h2 {
        opacity: 0;
        top: 8px; }
      header[role="banner"] .wrap .top.menu--pinned {
        position: fixed;
        top: 0;
        left: 0;
        width: 750px;
        margin: 0 auto;
        right: 0;
        background-color: white;
        z-index: 10000;
        border-bottom: 1px solid #bec3be;
        height: 42px; }
        header[role="banner"] .wrap .top.menu--pinned:before {
          padding-top: 8px; }
        header[role="banner"] .wrap .top.menu--pinned .social {
          top: 8px; }
        header[role="banner"] .wrap .top.menu--pinned .searchBar {
          top: 12px; }
        header[role="banner"] .wrap .top.menu--pinned h2 {
          opacity: 1 !important; }
      header[role="banner"] .wrap .top .social {
        position: absolute;
        right: 312px;
        top: 0; }
        header[role="banner"] .wrap .top .social a {
          height: 34px;
          width: 38px;
          display: block;
          float: left;
          border-right: 1px solid #bec3be; }
          header[role="banner"] .wrap .top .social a:before {
            background-position: -20px -180px;
            width: 8px;
            height: 16px;
            margin-top: 8px; }
          header[role="banner"] .wrap .top .social a.twitter:before {
            background-position: -20px -220px;
            width: 15px;
            height: 12px;
            margin-top: 10px; }
          header[role="banner"] .wrap .top .social a.flickr:before {
            background-position: -20px -360px;
            width: 22px;
            height: 10px;
            margin-top: 13px;
            -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
          header[role="banner"] .wrap .top .social a:first-of-type {
            border-left: 1px solid #bec3be; }
      header[role="banner"] .wrap .top .searchBar {
        width: 300px;
        position: absolute;
        right: 0;
        top: 4px;
        display: block; }
        header[role="banner"] .wrap .top .searchBar .input input {
          height: 24px; }
        header[role="banner"] .wrap .top .searchBar button {
          top: 4px; }
    header[role="banner"] .wrap .mainNav {
      margin-top: 45px;
      margin-bottom: 22px; }
      header[role="banner"] .wrap .mainNav ul li {
        display: inline-block;
        font-size: 1rem;
        color: #2d3746;
        padding-bottom: 8px;
        border-bottom: 1px solid #bec3be;
        width: 88px;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all; }
        header[role="banner"] .wrap .mainNav ul li.active {
          color: white;
          border-bottom: 0;
          padding-top: 6px; }
          header[role="banner"] .wrap .mainNav ul li.active:before {
            content: '';
            background-color: #5d7e95;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: -10px;
            z-index: -1; }
        header[role="banner"] .wrap .mainNav ul li:hover {
          color: #bec3be; }
        header[role="banner"] .wrap .mainNav ul li + li {
          margin-left: 18px; }
        header[role="banner"] .wrap .mainNav ul li.subnav {
          position: relative; }
          header[role="banner"] .wrap .mainNav ul li.subnav ul {
            display: none; }
          header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul {
            padding: 10px 10px 0 10px;
            display: block;
            position: absolute;
            top: 36px;
            left: -9px;
            background-color: rgba(93, 126, 149, 0.97);
            width: 300px;
            z-index: 100; }
            header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul:before {
              content: '';
              width: 300px;
              height: 30px;
              position: absolute;
              top: -10px;
              left: 0;
              display: block; }
            header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul li {
              display: block;
              font-weight: 300;
              font-size: 0.9375rem;
              border-bottom: 1px solid white;
              color: white;
              width: 100%;
              padding-bottom: 6px; }
              header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul li:hover {
                color: white; }
              header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul li + li {
                margin-left: 0;
                margin-top: 12px; }
              header[role="banner"] .wrap .mainNav ul li.subnav.opensubmenu ul li:last-child {
                border-bottom: 0;
                padding-bottom: 10px; }

.slider.hero {
  width: 750px;
  margin: 0 auto 70px auto; }
  .slider.hero .swiper-container .swiper-wrapper .swiper-slide figure {
    float: right;
    width: 490px; }
  .slider.hero .swiper-container .swiper-wrapper .swiper-slide .text {
    padding-top: 31px;
    width: 226px;
    float: left;
    border-right: 1px solid #bec3be; }
    .slider.hero .swiper-container .swiper-wrapper .swiper-slide .text h2 {
      font-size: 0.75rem;
      padding: 0 12px 2px 0; }
    .slider.hero .swiper-container .swiper-wrapper .swiper-slide .text h3 {
      /*
      							height: 109px;
      							max-height: 109px;
      							overflow: hidden;
      							font-size: 2.8125rem;
      */
      font-size: 2rem;
      padding: 0 12px 0 0;
      margin-bottom: 24px;
      border-bottom: 0; }
    .slider.hero .swiper-container .swiper-wrapper .swiper-slide .text h4 {
      font-size: 1.375rem;
      border-top: 1px solid #bec3be;
      padding-left: 0; }
    .slider.hero .swiper-container .swiper-wrapper .swiper-slide .text h5 {
      font-size: 0.875rem;
      padding-left: 0; }
  .slider.hero .swiper-container .swiper-pagination {
    margin-top: 16px;
    margin-left: 0; }
    .slider.hero .swiper-container .swiper-pagination span {
      width: 30px;
      height: 4px;
      background-color: rgba(190, 195, 190, 0.4);
      display: inline-block; }
      .slider.hero .swiper-container .swiper-pagination span + span {
        margin-left: 10px; }
      .slider.hero .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #bec3be; }

.blueBg .wrap {
  width: 750px;
  margin: 0 auto; }
  .blueBg .wrap .relatedNews {
    width: 460px;
    float: right; }

.smallSlider, .featuredSlider {
  padding: 0 20px 30px 20px;
  margin-bottom: 64px;
  width: 750px;
  margin: 0 auto; }
  .smallSlider.newsSlider .swiper-container .swiper-wrapper .swiper-slide .text, .featuredSlider.newsSlider .swiper-container .swiper-wrapper .swiper-slide .text {
    min-height: 133px; }
    .smallSlider.newsSlider .swiper-container .swiper-wrapper .swiper-slide .text h4, .featuredSlider.newsSlider .swiper-container .swiper-wrapper .swiper-slide .text h4 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      margin-bottom: 7px;
      padding-bottom: 0; }
  .smallSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide, .featuredSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide {
    width: 235px; }
    .smallSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide + .swiper-slide, .featuredSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide + .swiper-slide {
      margin-left: 20px; }
    .smallSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text, .featuredSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text {
      padding-bottom: 40px;
      min-height: 133px; }
      .smallSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text h4, .featuredSlider.featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text h4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-bottom: 7px;
        padding-bottom: 0; }
  .smallSlider.featuredSlider .swiper-menu, .featuredSlider.featuredSlider .swiper-menu {
    display: none; }
  .smallSlider.logoSlider, .featuredSlider.logoSlider {
    margin-bottom: 48px; }
    .smallSlider.logoSlider header, .featuredSlider.logoSlider header {
      margin-bottom: 67px; }
    .smallSlider.logoSlider .swiper-container, .featuredSlider.logoSlider .swiper-container {
      border-bottom: 1px solid #bec3be;
      padding-bottom: 38px; }
      .smallSlider.logoSlider .swiper-container .swiper-wrapper .swiper-slide .text h4, .featuredSlider.logoSlider .swiper-container .swiper-wrapper .swiper-slide .text h4 {
        font-size: 1.125rem; }
  .smallSlider h2, .featuredSlider h2 {
    font-size: 1.625rem;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 16px; }
  .smallSlider header, .featuredSlider header {
    margin-bottom: 14px; }
    .smallSlider header h2, .featuredSlider header h2 {
      font-size: 1.625rem;
      font-style: italic;
      font-weight: 400;
      padding: 0; }
    .smallSlider header a, .featuredSlider header a {
      margin-top: 11px; }
  .smallSlider .swiper-container .swiper-wrapper .swiper-slide:hover figure, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide:hover figure {
    opacity: 0.5; }
  .smallSlider .swiper-container .swiper-wrapper .swiper-slide figure, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide figure {
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all; }
  .smallSlider .swiper-container .swiper-wrapper .swiper-slide .text, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text {
    padding-top: 14px;
    padding-bottom: 3px; }
    .smallSlider .swiper-container .swiper-wrapper .swiper-slide .text h3, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text h3 {
      font-size: 0.75rem; }
    .smallSlider .swiper-container .swiper-wrapper .swiper-slide .text h4, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text h4 {
      font-size: 1.375rem;
      padding-bottom: 7px; }
    .smallSlider .swiper-container .swiper-wrapper .swiper-slide .text h5, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text h5 {
      padding-top: 2px; }
    .smallSlider .swiper-container .swiper-wrapper .swiper-slide .text time, .featuredSlider .swiper-container .swiper-wrapper .swiper-slide .text time {
      color: #5d7e95;
      font-size: 0.75rem;
      text-align: right;
      display: block;
      margin-top: 16px;
      padding-bottom: 8px; }

.textPanel {
  margin-top: 70px;
  position: relative;
  margin-bottom: 120px; }
  .textPanel.contact .wrap header {
    margin-top: 0; }
  .textPanel.contact .wrap article p {
    font-size: 1.125rem; }
    .textPanel.contact .wrap article p a {
      display: inline-block;
      font-size: 1.125rem; }
    .textPanel.contact .wrap article p span {
      font-size: 0.75rem; }
  .textPanel.resources .wrap .cols .col {
    padding-bottom: 20px; }
    .textPanel.resources .wrap .cols .col .details {
      padding-bottom: 0; }
  .textPanel.resources .wrap .sidebar {
    margin-top: 0; }
  .textPanel.resources .wrap header {
    margin-bottom: 20px; }
  .textPanel.news .wrap header {
    margin-bottom: 31px;
    padding-bottom: 14px; }
    .textPanel.news .wrap header .toggleText button {
      top: 10px;
      right: 0; }
    .textPanel.news .wrap header .toggleText p {
      width: 444px; }
  .textPanel.news .wrap .sidebar {
    margin-top: 51px; }
  .textPanel.events .wrap header {
    margin-bottom: 40px; }
  .textPanel.events .wrap .sidebar nav ul:first-of-type li {
    border-top: 1px solid #bec3be; }
  .textPanel.events .wrap .sidebar nav ul:nth-of-type(2) li:first-of-type {
    border-top: 0;
    font-weight: 500; }
  .textPanel.newsArticle {
    margin-top: 0;
    padding-top: 144px; }
    .textPanel.newsArticle .wrap header {
      margin-top: 40px; }
    .textPanel.newsArticle .wrap .pullRight {
      width: 490px;
      float: right; }
    .textPanel.newsArticle .wrap .sidebar {
      margin-top: 8px; }
      .textPanel.newsArticle .wrap .sidebar .back {
        margin-top: 0; }
    .textPanel.newsArticle .wrap header {
      border-bottom: 0;
      width: 403px; }
      .textPanel.newsArticle .wrap header h2 {
        padding-right: 0;
        width: 403px;
        font-size: 2.125rem; }
      .textPanel.newsArticle .wrap header h5 {
        font-size: 0.875rem;
        line-height: 1.2;
        width: 340px; }
    .textPanel.newsArticle .wrap article {
      /*
      				figure {
      					margin-bottom: 63px;
      				}
      */ }
    .textPanel.newsArticle .wrap .articleDetails {
      position: absolute;
      top: -94px;
      right: 0; }
      .textPanel.newsArticle .wrap .articleDetails .pullLeft {
        width: auto; }
      .textPanel.newsArticle .wrap .articleDetails div {
        padding-bottom: 12px; }
        .textPanel.newsArticle .wrap .articleDetails div:last-of-type {
          padding-bottom: 0; }
        .textPanel.newsArticle .wrap .articleDetails div.tags {
          padding-bottom: 0; }
  .textPanel.eventsArticle .wrap article .register {
    position: static; }
  .textPanel.eventsArticle .wrap article h3 {
    margin-bottom: 16px; }
  .textPanel.searchResults .wrap .cols.eventCols .col .details {
    width: 490px; }
    .textPanel.searchResults .wrap .cols.eventCols .col .details header {
      width: 300px; }
      .textPanel.searchResults .wrap .cols.eventCols .col .details header h4 {
        width: 100%; }
  .textPanel .wrap {
    width: 750px;
    margin: 0 auto;
    position: relative; }
    .textPanel .wrap .pagination {
      position: relative;
      float: right;
      width: 620px;
      margin-top: 15px;
      height: 24px; }
      .textPanel .wrap .pagination .contain {
        width: 152px;
        margin-left: auto;
        position: relative; }
      .textPanel .wrap .pagination a {
        background-position: -200px -400px;
        width: 11px;
        height: 19px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0; }
      .textPanel .wrap .pagination p {
        color: #2d3746;
        font-size: 0.75rem;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        padding: 4px 22px 0 0 !important; }
        .textPanel .wrap .pagination p span {
          background-color: #e6e6e6;
          padding: 4px 11px;
          margin: 0 6px; }
    .textPanel .wrap > header {
      margin-bottom: 24px;
      width: 490px;
      float: right; }
      .textPanel .wrap > header .pagination {
        position: absolute;
        top: 14px;
        right: 0;
        float: none;
        width: auto;
        margin-top: 0; }
        .textPanel .wrap > header .pagination a {
          top: 3px; }
      .textPanel .wrap > header h2 {
        font-size: 2.125rem;
        padding-bottom: 0; }
      .textPanel .wrap > header .switch {
        display: none; }
    .textPanel .wrap .sidebar {
      width: 180px;
      float: left;
      margin-top: 73px; }
      .textPanel .wrap .sidebar .disclaimer {
        font-size: 0.6875rem;
        color: #5d7e95;
        margin-top: 200px;
        line-height: 1.2; }
      .textPanel .wrap .sidebar .switch {
        font-size: 0.875rem;
        display: block;
        color: rgba(45, 55, 70, 0.5); }
      .textPanel .wrap .sidebar nav ul + ul {
        margin-top: 30px; }
      .textPanel .wrap .sidebar nav ul li {
        padding: 6px 0;
        font-size: 0.9375rem;
        color: #2d3746; }
        .textPanel .wrap .sidebar nav ul li a {
          font-size: 0.9375rem;
          text-transform: none;
          color: #2d3746;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 1.2; }
        .textPanel .wrap .sidebar nav ul li.current a {
          color: #6e7891; }
        .textPanel .wrap .sidebar nav ul li:first-of-type {
          border-top: 1px solid #bec3be; }
        .textPanel .wrap .sidebar nav ul li:last-of-type {
          border-bottom: 1px solid #bec3be; }
        .textPanel .wrap .sidebar nav ul li + li {
          border-top: 1px solid #bec3be; }
    .textPanel .wrap .back {
      font-size: 0.875rem;
      margin-top: 40px; }
    .textPanel .wrap article {
      width: 490px;
      float: right; }
      .textPanel .wrap article .back {
        display: none; }
      .textPanel .wrap article figure {
        margin-bottom: 44px; }
        .textPanel .wrap article figure figcaption {
          color: #646464;
          font-style: italic;
          font-size: 0.875rem;
          width: 100%;
          line-height: 1.2;
          margin: 10px 20px 0 auto; }
      .textPanel .wrap article h3 {
        font-size: 1.375rem;
        line-height: 1.3;
        margin-bottom: 60px;
        margin-bottom: 20px; }
      .textPanel .wrap article h4 {
        color: #5d7e95;
        font-size: 1.25rem;
        font-weight: 500;
        color: #5d7e95;
        padding: 0; }
      .textPanel .wrap article h5 {
        font-size: 1.125rem; }
      .textPanel .wrap article p {
        font-size: 1rem; }
      .textPanel .wrap article p + h3 {
        margin-top: 70px; }
      .textPanel .wrap article p + h5 {
        padding-top: 50px; }
      .textPanel .wrap article ol li, .textPanel .wrap article ul li {
        font-size: 1rem; }
      .textPanel .wrap article blockquote {
        margin-top: 100px;
        padding-left: 18px;
        padding-bottom: 21px; }
        .textPanel .wrap article blockquote p {
          font-size: 1.625rem; }
        .textPanel .wrap article blockquote p + h5 {
          padding-top: 33px; }
        .textPanel .wrap article blockquote h5 {
          font-size: 1rem; }
    .textPanel .wrap .cols {
      float: right;
      width: 490px; }
      .textPanel .wrap .cols.directories .col .details {
        width: 100%;
        float: none; }
        .textPanel .wrap .cols.directories .col .details .links {
          padding-bottom: 16px; }
      .textPanel .wrap .cols.newsCols {
        border-bottom: 1px solid #bec3be;
        padding-bottom: 34px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 17px;
        row-gap: 35px; }
        .textPanel .wrap .cols.newsCols .col + .col {
          margin-top: 0; }
        .textPanel .wrap .cols.newsCols .col figure {
          width: 100%; }
        .textPanel .wrap .cols.newsCols .col.featuredCol {
          position: relative;
          padding: 12px 0 18px 0;
          border-bottom: 0;
          grid-column: span 2 / span 2; }
          .textPanel .wrap .cols.newsCols .col.featuredCol > a {
            display: flex; }
          .textPanel .wrap .cols.newsCols .col.featuredCol figure {
            width: 50%; }
          .textPanel .wrap .cols.newsCols .col.featuredCol:before {
            width: 510px;
            left: -10px;
            margin-left: 0; }
          .textPanel .wrap .cols.newsCols .col.featuredCol .details {
            border-bottom: 1px solid #bec3be;
            padding-bottom: 6px;
            width: 50%; }
            .textPanel .wrap .cols.newsCols .col.featuredCol .details h3 {
              padding-bottom: 0;
              height: 48px;
              max-height: 48px;
              overflow: hidden; }
            .textPanel .wrap .cols.newsCols .col.featuredCol .details h4 {
              padding-bottom: 17px; }
        .textPanel .wrap .cols.newsCols .col .details {
          margin-top: 12px;
          width: 100%; }
          .textPanel .wrap .cols.newsCols .col .details h2 {
            font-size: 0.75rem; }
          .textPanel .wrap .cols.newsCols .col .details h3 {
            font-size: 1.375rem;
            padding-bottom: 0;
            height: 70px;
            max-height: 70px;
            overflow: hidden; }
      .textPanel .wrap .cols.eventCols .col .details {
        padding-bottom: 20px; }
        .textPanel .wrap .cols.eventCols .col .details header {
          width: 164px;
          float: left; }
          .textPanel .wrap .cols.eventCols .col .details header h2 {
            max-height: 103px;
            overflow: hidden; }
          .textPanel .wrap .cols.eventCols .col .details header h4 {
            width: 164px;
            font-size: 0.9375rem;
            margin-top: 16px; }
        .textPanel .wrap .cols.eventCols .col .details .more {
          width: 86px;
          padding-top: 0;
          float: left;
          padding-bottom: 5px;
          margin-left: 22px; }
          .textPanel .wrap .cols.eventCols .col .details .more div {
            padding: 0;
            margin-bottom: 10px;
            float: none; }
            .textPanel .wrap .cols.eventCols .col .details .more div h4 {
              margin-top: 0; }
        .textPanel .wrap .cols.eventCols .col .details span {
          font-size: 0.75rem; }
        .textPanel .wrap .cols.eventCols .col .details h4 {
          font-size: 0.8125rem; }
      .textPanel .wrap .cols .col {
        border-bottom: 1px solid #bec3be; }
        .textPanel .wrap .cols .col + .col {
          margin-top: 35px; }
        .textPanel .wrap .cols .col figure {
          float: left;
          width: 170px;
          padding-right: 0; }
        .textPanel .wrap .cols .col .details {
          float: right;
          width: 288px;
          margin: 0;
          border: 0; }
          .textPanel .wrap .cols .col .details header h2 {
            font-size: 1.375rem; }
          .textPanel .wrap .cols .col .details header h3 {
            font-size: 0.875rem; }

.contactDetails {
  width: 490px;
  float: right; }
  .contactDetails .hold .pullRight {
    position: absolute;
    top: 77px;
    right: 20px; }
    .contactDetails .hold .pullRight h2 {
      position: absolute;
      left: -60px;
      top: 0; }
  .contactDetails .hold .map {
    width: 170px;
    height: 140px;
    margin-bottom: 55px; }
  .contactDetails .hold form {
    width: 240px; }

.resultsPanel {
  float: right;
  width: 490px; }
  .resultsPanel .filterBy p {
    padding-top: 24px; }
  .resultsPanel .filterBy .input {
    margin-top: 18px;
    padding-top: 18px; }

.searching {
  margin-bottom: 30px;
  float: right;
  width: 490px; }
  .searching form .input input {
    font-size: 1.0625rem; }
  .searching form .input label {
    font-size: 1.0625rem;
    padding-left: 16px; }
  .searching form button {
    background-position: -20px -420px;
    width: 26px;
    height: 26px;
    top: 13px;
    right: 20px; }

.listLinks {
  width: 490px;
  float: right;
  margin-right: 12px; }
  .listLinks a {
    font-size: 0.875rem; }

.dateNav {
  float: right;
  width: 490px; }
  .dateNav a + a:before {
    left: 10px; }

.filterMenu {
  margin-right: 0;
  width: 180px; }

.calendar-output .cal-month {
  width: 235px;
  float: left;
  margin-bottom: 21px;
  height: 300px; }
  .calendar-output .cal-month:nth-child(2n + 2) {
    margin-left: 20px; }
  .calendar-output .cal-month .calendar {
    width: auto; }
    .calendar-output .cal-month .calendar table {
      border-spacing: 10px 6px; }

footer .wrap {
  width: 750px;
  margin: 0 auto;
  font-size: 1rem; }
  footer .wrap .logos {
    border-bottom: 1px solid #bec3be;
    padding-bottom: 0;
    margin-bottom: 30px; }
    footer .wrap .logos .logo {
      padding-bottom: 20px;
      padding-top: 10px; }
    footer .wrap .logos h2 {
      margin-top: 52px; }
  footer .wrap .footCol {
    margin-bottom: 40px;
    margin-left: 90px;
    float: left; }
    footer .wrap .footCol:nth-child(2) {
      float: right;
      margin-left: 0;
      margin-right: 96px; }
    footer .wrap .footCol:nth-of-type(3) {
      border-bottom: 0; }
    footer .wrap .footCol nav {
      width: auto;
      float: none; }
      footer .wrap .footCol nav ul {
        width: 140px;
        float: none; }
        footer .wrap .footCol nav ul + ul {
          margin-left: 0;
          margin-top: 20px; }
        footer .wrap .footCol nav ul li {
          -webkit-transition-timing-function: linear;
          -webkit-transition-duration: 300ms;
          -webkit-transition-property: all;
          -moz-transition-timing-function: linear;
          -moz-transition-duration: 300ms;
          -moz-transition-property: all;
          -o-transition-timing-function: linear;
          -o-transition-duration: 300ms;
          -o-transition-property: all;
          -ms-transition-timing-function: linear;
          -ms-transition-duration: 300ms;
          -ms-transition-property: all;
          transition-timing-function: linear;
          transition-duration: 300ms;
          transition-property: all; }
          footer .wrap .footCol nav ul li:hover {
            color: #5d7e95;
            border-bottom: 1px solid #5d7e95; }
          footer .wrap .footCol nav ul li + li {
            margin-top: 15px; }
    footer .wrap .footCol p {
      padding: 0;
      line-height: 1.3;
      float: none;
      width: auto; }
      footer .wrap .footCol p span {
        color: #5d7e95;
        margin-right: 10px;
        font-size: 0.75rem; }
    footer .wrap .footCol .contactInfo {
      position: static;
      margin-left: -18px;
      margin-top: 16px;
      float: none;
      width: auto; }
  footer .wrap .bottom {
    width: 100%;
    padding-left: 0;
    margin-left: 0; }
    footer .wrap .bottom p, footer .wrap .bottom nav {
      float: none;
      width: auto; }
    footer .wrap .bottom a, footer .wrap .bottom p {
      font-size: 0.875rem; }
    footer .wrap .bottom .copy {
      float: left;
      margin-top: 10px; }
    footer .wrap .bottom a {
      display: block; }
      footer .wrap .bottom a:after {
        display: none; }
      footer .wrap .bottom a + a {
        margin-top: 10px; }
    footer .wrap .bottom nav {
      float: right;
      padding: 10px 0 16px 12px;
      border-left: 1px solid #bec3be;
      margin-right: 84px; }
  footer .wrap .social {
    border-top: 0;
    border-bottom: 1px solid #bec3be;
    padding-left: 90px;
    margin-bottom: 0;
    width: 100%;
    float: left; }
    footer .wrap .social a {
      float: left;
      width: 47px;
      height: 40px;
      border-right: 1px solid #bec3be;
      text-align: center; }
      footer .wrap .social a:first-of-type {
        border-left: 1px solid #bec3be; }
      footer .wrap .social a:before {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px); }
      footer .wrap .social a.twitter:before {
        -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
        transform: translateY(12px); }
      footer .wrap .social a.flickr:before {
        -webkit-transform: translateY(16px);
        -ms-transform: translateY(16px);
        transform: translateY(16px); }

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