@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700,900");
/* Variables */
/* End Variables */
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0px !important;
  background-color: #fff;
  background-repeat: repeat;
  color: #1f1f1f; }

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  overflow: hidden; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.inside-padding {
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

ul.reset {
  padding: 0;
  margin: 0;
  list-style: none; }

.cf:after {
  content: '';
  display: table;
  clear: both;
  width: 0;
  height: 0; }

#RSSLink {
  display: none; }

svg {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

div[class^="w-"] {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body #pubWrapper .container {
  max-width: 1280px; }

.fr {
  float: right; }

.ptl_portlet_vertical {
  overflow: visible; }

.w-50 {
  width: 50%; }

a {
  text-decoration: none;
  color: #5762C1;
  font-weight: 400; }
  a:hover, a:focus {
    color: #245090;
    text-decoration: underline; }
  a.cta {
    color: #F7F7F7;
    font-weight: 600;
    font-size: 0.75em; }
    a.cta:hover, a.cta:focus {
      color: #152E53; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

*:focus {
  outline-color: #1557b9; }

@media screen and (max-width: 1024px) {
  .placeholder, .CMS_adminBar {
    display: none; } }
#skip a:focus {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000; }

/* Admin Template */
.adminTemplate header {
  background: #fff; }
.adminTemplate #content-wrapper {
  padding: 1.5em 0.625em; }
.adminTemplate #menubar table a.ContextBar,
.adminTemplate #menubar table span.ContextBar {
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  padding: 0 0.5em 0.25em 0.5em;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block; }
  .adminTemplate #menubar table a.ContextBar:after,
  .adminTemplate #menubar table span.ContextBar:after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    height: 0.125rem;
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .adminTemplate #menubar table a.ContextBar:hover, .adminTemplate #menubar table a.ContextBar:focus,
  .adminTemplate #menubar table span.ContextBar:hover,
  .adminTemplate #menubar table span.ContextBar:focus {
    text-decoration: none; }
    .adminTemplate #menubar table a.ContextBar:hover:after, .adminTemplate #menubar table a.ContextBar:focus:after,
    .adminTemplate #menubar table span.ContextBar:hover:after,
    .adminTemplate #menubar table span.ContextBar:focus:after {
      -webkit-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out;
      -webkit-transform: translateY(0.125em);
          -ms-transform: translateY(0.125em);
              transform: translateY(0.125em); }
.adminTemplate #menubar table a.ContextBar:after {
  background-color: rgba(225, 235, 246, 0.5); }
.adminTemplate #menubar table a.ContextBar:hover:after {
  background-color: white; }
.adminTemplate #menubar table span.ContextBar:after {
  background-color: #E1EBF6; }
.adminTemplate #menubar table span.ContextBar:hover:after {
  background-color: white; }
.adminTemplate #menubar table em {
  color: #fff;
  font-size: 1.25em;
  padding: 0 0.5em; }

/* Main Template */
._Telerik_IE9 header .header-right {
  -ms-grid-rows: 3rem 3rem;
  grid-template-rows: 3rem 3rem; }

header {
  background: transparent;
  z-index: 3; }
  header > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 420px auto;
    grid-template-columns: 420px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header > .container > *:nth-child(1) {
      -ms-grid-column: 1; }
    header > .container > *:nth-child(2) {
      -ms-grid-column: 2; }
    @media screen and (max-width: 900px) {
      header > .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
        padding: 0.625rem;
        justify-items: center; } }
  header a.logo {
    display: block;
    text-align: left; }
    header a.logo img {
      display: block;
      max-width: 100%; }
    @media screen and (max-width: 640px) {
      header a.logo {
        max-width: 320px; } }
  header .header-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    justify-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 720px; }
  header .header-right > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    header .header-right > *:nth-child(1) {
      -ms-grid-row: 1; }
    header .header-right > *:nth-child(2) {
      -ms-grid-row: 2; }
    @media screen and (max-width: 900px) {
      header .header-right {
        grid-row-gap: 0.625rem;
        justify-items: center; } }
    header .header-right ul.links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      max-width: 400px; }
      header .header-right ul.links li:not(:last-child) {
        margin-right: 1em; }
      header .header-right ul.links li a {
        color: #1f1f1f;
        font-size: 0.875rem; }
        header .header-right ul.links li a i {
          margin-left: 0.5em; }
      @media screen and (max-width: 480px) {
        header .header-right ul.links {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    header .header-right .header-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .header-right .header-navigation .translate-wrapper {
        position: relative; }
        header .header-right .header-navigation .translate-wrapper > a {
          display: inline-block;
          font-size: 0.875rem;
          font-weight: 600;
          color: #1f1f1f;
          background: #ddd;
          border: 2px solid #1f1f1f;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          line-height: 2.25rem;
          padding: 0 0.5rem;
          text-decoration: none; }
          header .header-right .header-navigation .translate-wrapper > a em {
            margin-left: 0.25rem; }
        header .header-right .header-navigation .translate-wrapper ul {
          display: none;
          position: absolute;
          background: #fff;
          z-index: 1;
          width: 100%; }
          header .header-right .header-navigation .translate-wrapper ul li a {
            display: block;
            color: #454545;
            font-size: 0.875rem;
            font-weight: 600;
            padding: 0.5rem 0.5rem; }
          header .header-right .header-navigation .translate-wrapper ul li:not(:last-child) a {
            border-bottom: 1px solid #999; }
      header .header-right .header-navigation .search-wrapper {
        padding: 0 1rem; }
        header .header-right .header-navigation .search-wrapper .divSearchBox {
          text-align: center;
          border: 2px solid #1f1f1f;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin: 0 auto;
          background: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0;
          width: 350px; }
          @media screen and (max-width: 1280px) {
            header .header-right .header-navigation .search-wrapper .divSearchBox {
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; } }
          header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_SearchTerm {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 1rem;
            font-weight: 400;
            border: none;
            margin: 0;
            color: #1e3853;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            width: calc(100% - 3rem);
            line-height: 2.25rem;
            padding: 0 1rem; }
            header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_SearchTerm::-webkit-input-placeholder {
              color: #1e3853; }
            header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_SearchTerm:-ms-input-placeholder {
              color: #1e3853; }
            header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_SearchTerm::-ms-input-placeholder {
              color: #1e3853; }
            header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_SearchTerm::placeholder {
              color: #1e3853; }
          header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_btnSearch {
            border: none;
            padding: 0;
            margin: 0;
            background: #fff;
            color: #1f1f1f;
            font-size: 1.25rem;
            text-align: center;
            line-height: 2.25rem;
            width: 3rem;
            height: 2.25rem;
            text-decoration: none; }
            header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_btnSearch img {
              display: none; }
            header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_btnSearch:hover, header .header-right .header-navigation .search-wrapper .divSearchBox #ctl00_btnSearch:focus {
              background: #028083;
              color: #fff; }
          @media screen and (max-width: 1200px) {
            header .header-right .header-navigation .search-wrapper .divSearchBox {
              width: 280px; } }
          @media screen and (max-width: 768px) {
            header .header-right .header-navigation .search-wrapper .divSearchBox {
              width: 200px; } }
        @media screen and (max-width: 640px) {
          header .header-right .header-navigation .search-wrapper {
            padding-right: 0; } }
        @media screen and (max-width: 480px) {
          header .header-right .header-navigation .search-wrapper {
            padding: 0; } }
      header .header-right .header-navigation > a {
        color: #1f1f1f;
        font-size: 0.875rem;
        display: inline-block;
        width: 160px; }
        header .header-right .header-navigation > a i {
          font-size: 1rem;
          margin-right: 0.5rem;
          vertical-align: middle; }
      @media screen and (max-width: 480px) {
        header .header-right .header-navigation {
          display: -ms-grid;
          display: grid;
          grid-row-gap: 0.625rem;
          justify-items: center; } }

footer {
  background: #3A3A3A; }
  footer > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer > .container.inside-padding {
      padding: 1.5rem 0.625rem; }
    @media screen and (max-width: 900px) {
      footer > .container {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        justify-items: center;
        grid-row-gap: 2rem; } }
  footer a.logo {
    display: block;
    width: 20%; }
    footer a.logo img {
      display: block;
      max-width: 100%; }
  footer .footer-right {
    width: 75%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    footer .footer-right > *:nth-child(1) {
      -ms-grid-column: 1; }
    footer .footer-right > *:nth-child(2) {
      -ms-grid-column: 2; }
    @media screen and (max-width: 900px) {
      footer .footer-right {
        grid-column-gap: 2rem; } }
    @media screen and (max-width: 768px) {
      footer .footer-right {
        grid-row-gap: 2rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 100%; } }
    @media screen and (max-width: 900px) {
      footer .footer-right > div {
        padding: 0 1rem; } }
    footer .footer-right > div:first-child {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      position: relative; }
      footer .footer-right > div:first-child > *:nth-child(1) {
        -ms-grid-column: 1; }
      footer .footer-right > div:first-child > *:nth-child(2) {
        -ms-grid-column: 2; }
      footer .footer-right > div:first-child:after {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        right: -1px;
        background: #454545;
        opacity: 0.5; }
        @media screen and (max-width: 768px) {
          footer .footer-right > div:first-child:after {
            display: none; } }
      footer .footer-right > div:first-child h2 {
        font-size: 1.125rem;
        margin-top: 0;
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -ms-grid-row: 1; }
      footer .footer-right > div:first-child ul.contact {
        -ms-grid-row: 2; }
        footer .footer-right > div:first-child ul.contact h3 {
          margin: 0;
          font-size: 1rem; }
        footer .footer-right > div:first-child ul.contact li {
          font-size: 0.875rem; }
          footer .footer-right > div:first-child ul.contact li a {
            color: #fff;
            text-decoration: underline; }
            footer .footer-right > div:first-child ul.contact li a:focus, footer .footer-right > div:first-child ul.contact li a:hover {
              text-decoration: none; }
    footer .footer-right > div:last-child ul.social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 240px;
      margin: 0 auto; }
      footer .footer-right > div:last-child ul.social li a {
        color: #fff;
        font-size: 3.5rem;
        padding: 0 1rem;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        footer .footer-right > div:last-child ul.social li a:hover, footer .footer-right > div:last-child ul.social li a:focus {
          color: #028083;
          text-shadow: 0.2rem 0.2rem 0 #1f1f1f;
          -webkit-transition: color 0.2s ease-out, text-shadow 0.3s ease-out 0.3s;
          -o-transition: color 0.2s ease-out, text-shadow 0.3s ease-out 0.3s;
          transition: color 0.2s ease-out, text-shadow 0.3s ease-out 0.3s; }

.credits {
  background: #152E53;
  color: #fff; }
  .credits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .credits ul li:not(:last-child) {
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      margin-right: 1rem;
      padding-right: 1rem; }
    .credits ul li a {
      color: #fff;
      text-decoration: underline; }
      .credits ul li a:hover, .credits ul li a:focus {
        text-decoration: none; }

#menubar {
  background: #152E53; }
  #menubar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #menubar a#mobile-bar {
    display: none;
    color: #fff;
    text-decoration: none;
    text-align: right;
    font-weight: 600;
    padding: 0.625rem; }
    #menubar a#mobile-bar em {
      font-size: 2em;
      vertical-align: middle;
      color: #fff; }
    @media screen and (max-width: 1024px) {
      #menubar a#mobile-bar {
        display: block; } }
    @media screen and (max-width: 768px) {
      #menubar a#mobile-bar {
        text-align: center;
        margin-bottom: 0;
        margin-left: 1em; } }
  #menubar .telerik_main_menu {
    float: none;
    width: 100%; }
    #menubar .telerik_main_menu > ul.rmRootGroup {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #menubar .telerik_main_menu > ul.rmRootGroup > li > a {
        position: relative;
        text-decoration: none;
        margin: 0;
        padding: 1em 1.5em;
        border: none;
        font-size: 1em;
        font-weight: 400;
        display: block;
        overflow: hidden;
        color: #fff; }
        #menubar .telerik_main_menu > ul.rmRootGroup > li > a > span {
          padding: 0; }
        #menubar .telerik_main_menu > ul.rmRootGroup > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transform: translateY(0.25rem);
              -ms-transform: translateY(0.25rem);
                  transform: translateY(0.25rem);
          width: 100%;
          height: 0.25rem;
          background: #fff;
          display: block;
          -webkit-transition: -webkit-transform 0.2s ease-out;
          transition: -webkit-transform 0.2s ease-out;
          -o-transition: transform 0.2s ease-out;
          transition: transform 0.2s ease-out;
          transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
        #menubar .telerik_main_menu > ul.rmRootGroup > li > a:hover, #menubar .telerik_main_menu > ul.rmRootGroup > li > a:focus, #menubar .telerik_main_menu > ul.rmRootGroup > li > a.open {
          background: #1a3967; }
          #menubar .telerik_main_menu > ul.rmRootGroup > li > a:hover:after, #menubar .telerik_main_menu > ul.rmRootGroup > li > a:focus:after, #menubar .telerik_main_menu > ul.rmRootGroup > li > a.open:after {
            -webkit-transform: translateY(0rem);
                -ms-transform: translateY(0rem);
                    transform: translateY(0rem); }
      #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical {
        background: #1a3967;
        padding: 0; }
        #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a {
          color: #fff;
          font-size: 0.875rem;
          padding: 0.5rem 0.5rem;
          border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
          #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a span {
            padding: 0 !important;
            margin: 0; }
          #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a[aria-haspopup="true"] {
            padding-right: 1rem; }
            #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a[aria-haspopup="true"]:after {
              content: '\f0da';
              font-family: 'FontAwesome';
              position: absolute;
              right: 0.3125rem;
              top: 50%;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              opacity: 0.65; }
            #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a[aria-haspopup="true"]:hover:after, #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a[aria-haspopup="true"]:focus:after {
              opacity: 1; }
          #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a:hover, #menubar .telerik_main_menu > ul.rmRootGroup > li .rmVertical li a:focus {
            background: #152E53;
            text-decoration: none; }
    @media screen and (max-width: 1024px) {
      #menubar .telerik_main_menu {
        display: none; } }
  #menubar .megamenu {
    width: calc(100% - 3rem); }
    #menubar .megamenu ul.nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #menubar .megamenu ul.nav-menu > li {
        vertical-align: middle; }
        #menubar .megamenu ul.nav-menu > li > a {
          position: relative;
          text-decoration: none;
          margin: 0;
          padding: 1em 1.5em;
          border: none;
          font-size: 1em;
          font-weight: 400;
          display: block;
          overflow: hidden; }
          #menubar .megamenu ul.nav-menu > li > a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-transform: translateY(0.25rem);
                -ms-transform: translateY(0.25rem);
                    transform: translateY(0.25rem);
            width: 100%;
            height: 0.25rem;
            background: #fff;
            display: block;
            -webkit-transition: -webkit-transform 0.2s ease-out;
            transition: -webkit-transform 0.2s ease-out;
            -o-transition: transform 0.2s ease-out;
            transition: transform 0.2s ease-out;
            transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
          #menubar .megamenu ul.nav-menu > li > a:hover, #menubar .megamenu ul.nav-menu > li > a:focus, #menubar .megamenu ul.nav-menu > li > a.open {
            background: #1a3967; }
            #menubar .megamenu ul.nav-menu > li > a:hover:after, #menubar .megamenu ul.nav-menu > li > a:focus:after, #menubar .megamenu ul.nav-menu > li > a.open:after {
              -webkit-transform: translateY(0rem);
                  -ms-transform: translateY(0rem);
                      transform: translateY(0rem); }
        #menubar .megamenu ul.nav-menu > li .sub-nav {
          border-top: 4px solid #028083;
          background: rgba(26, 57, 103, 0.975); }
          #menubar .megamenu ul.nav-menu > li .sub-nav a {
            font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 0.875rem;
            padding: 0.25em 0.5em;
            border-bottom: 2px solid white; }
            #menubar .megamenu ul.nav-menu > li .sub-nav a:hover, #menubar .megamenu ul.nav-menu > li .sub-nav a:focus {
              background: #152E53; }
          #menubar .megamenu ul.nav-menu > li .sub-nav .nav-lists.level1 > ul {
            -webkit-column-count: 4;
                    column-count: 4; }
            #menubar .megamenu ul.nav-menu > li .sub-nav .nav-lists.level1 > ul > li {
              width: 100%;
              display: inline-block; }
          #menubar .megamenu ul.nav-menu > li .sub-nav .nav-lists.level1 .level2 a {
            font-size: 0.75rem;
            font-weight: 400;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        #menubar .megamenu ul.nav-menu > li.fa {
          color: #fff;
          font-size: 0.5em;
          font-family: 'FontAwesome'; }
        @media screen and (max-width: 1200px) {
          #menubar .megamenu ul.nav-menu > li {
            font-size: 1em; }
            #menubar .megamenu ul.nav-menu > li.fa {
              font-size: 0.325em; } }
    @media screen and (max-width: 1024px) {
      #menubar .megamenu {
        display: none; } }

/* Edit Mode and Design Mode */
.editMode #homepage #page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.625rem;
  padding-top: 200px; }

/* Homepage Styles */
.homepage header, .subpage header {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 0; }
  @media screen and (max-width: 900px) {
    .homepage header, .subpage header {
      position: relative; } }
.homepage #menubar, .subpage #menubar {
  position: absolute;
  top: 109px;
  width: 100%;
  z-index: 6; }
  @media screen and (max-width: 900px) {
    .homepage #menubar, .subpage #menubar {
      position: relative;
      top: auto; } }
.homepage .alertWrapper, .subpage .alertWrapper {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 900px) {
    .homepage .alertWrapper, .subpage .alertWrapper {
      position: relative;
      top: auto; } }

.alertWrapper {
  background: #A81F5E;
  color: #fff;
  text-align: center; }
  .alertWrapper a {
    color: #fff;
    text-decoration: underline; }
    .alertWrapper a:hover, .alertWrapper a:focus {
      text-decoration: none; }

.adminbarVisible .homepage header, .adminbarVisible .subpage header {
  top: 50px; }
.adminbarVisible .homepage #menubar, .adminbarVisible .subpage #menubar {
  position: absolute;
  top: 159px;
  width: 100%; }
.adminbarVisible .homepage .alertWrapper, .adminbarVisible .subpage .alertWrapper {
  position: absolute;
  top: 210px;
  width: 100%; }

section#hero {
  position: relative; }
  section#hero .main-slider-wrapper {
    position: relative; }
    section#hero .main-slider-wrapper .slider-controls {
      position: absolute;
      right: 2rem;
      top: 55%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      section#hero .main-slider-wrapper .slider-controls a.play-pause {
        color: #fff;
        font-size: 1.5rem;
        text-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.75);
        margin-bottom: 1rem;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        section#hero .main-slider-wrapper .slider-controls a.play-pause:hover, section#hero .main-slider-wrapper .slider-controls a.play-pause:focus {
          -webkit-transform: scale(1.25);
              -ms-transform: scale(1.25);
                  transform: scale(1.25); }
      section#hero .main-slider-wrapper .slider-controls .slick-dots {
        position: relative;
        bottom: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section#hero .main-slider-wrapper .slider-controls .slick-dots li {
          height: 20px;
          width: 20px;
          margin: 1rem 0; }
          section#hero .main-slider-wrapper .slider-controls .slick-dots li button {
            background: #152E53;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            -webkit-box-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
                    box-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
            section#hero .main-slider-wrapper .slider-controls .slick-dots li button:before {
              display: none; }
            section#hero .main-slider-wrapper .slider-controls .slick-dots li button:hover, section#hero .main-slider-wrapper .slider-controls .slick-dots li button:focus {
              -webkit-transform: scale(1.25);
                  -ms-transform: scale(1.25);
                      transform: scale(1.25); }
          section#hero .main-slider-wrapper .slider-controls .slick-dots li.slick-active button {
            background: #fff; }
          @media screen and (max-width: 640px) {
            section#hero .main-slider-wrapper .slider-controls .slick-dots li {
              height: 16px;
              width: 16px;
              margin: 0.5rem 0; }
              section#hero .main-slider-wrapper .slider-controls .slick-dots li button {
                height: 14px;
                width: 14px; } }
      @media screen and (max-width: 900px) {
        section#hero .main-slider-wrapper .slider-controls {
          top: 50%; } }
      @media screen and (max-width: 640px) {
        section#hero .main-slider-wrapper .slider-controls {
          right: 1rem; } }
    section#hero .main-slider-wrapper .main-slider.slick-dotted.slick-slider {
      margin-bottom: 0; }
    section#hero .main-slider-wrapper .main-slider .slide {
      height: 660px;
      max-height: 60vw;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      section#hero .main-slider-wrapper .main-slider .slide .caption {
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 0.625rem;
        color: #fff; }
        section#hero .main-slider-wrapper .main-slider .slide .caption h2 {
          font-weight: 900;
          font-size: 2rem;
          margin: 0;
          text-shadow: 0 0 0.25em #1f1f1f;
          max-width: 600px; }
        section#hero .main-slider-wrapper .main-slider .slide .caption p {
          margin: 0;
          text-shadow: 0 0 0.25em #1f1f1f;
          font-size: 1.375rem;
          font-weight: 600;
          max-width: 500px; }
        @media screen and (max-width: 900px) {
          section#hero .main-slider-wrapper .main-slider .slide .caption {
            top: 50%; } }
        @media screen and (max-width: 768px) {
          section#hero .main-slider-wrapper .main-slider .slide .caption h2 {
            font-size: 1.5rem; }
          section#hero .main-slider-wrapper .main-slider .slide .caption p {
            font-size: 1rem;
            max-width: calc(100% - 4rem); } }
      @media screen and (max-width: 900px) {
        section#hero .main-slider-wrapper .main-slider .slide {
          max-height: 40vw; } }
      @media screen and (max-width: 640px) {
        section#hero .main-slider-wrapper .main-slider .slide {
          max-height: 45vw; } }

.designMode .quicklinks-wrapper {
  position: relative; }

.quicklinks-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 1300px) {
    .quicklinks-wrapper > .container {
      max-width: calc(100% - 6rem); } }
  @media screen and (max-width: 900px) {
    .quicklinks-wrapper {
      position: relative;
      background: #152E53; } }
  .quicklinks-wrapper .quicklinks-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .quicklinks-wrapper .quicklinks-controls:first-child {
      left: -3rem; }
    .quicklinks-wrapper .quicklinks-controls:last-child {
      right: -3rem; }
    .quicklinks-wrapper .quicklinks-controls a {
      display: block;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 2.75rem;
      height: 2.25rem;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .quicklinks-wrapper .quicklinks-controls:first-child a {
      background-image: url("//bentonfranklinhd.hosted.civiclive.com/UserFiles/Servers/Server_10765972/Templates/img/arrow-left.svg");
      background-position: right center; }
      .quicklinks-wrapper .quicklinks-controls:first-child a:hover, .quicklinks-wrapper .quicklinks-controls:first-child a:focus {
        background-position: left center; }
    .quicklinks-wrapper .quicklinks-controls:last-child a {
      background-image: url("//bentonfranklinhd.hosted.civiclive.com/UserFiles/Servers/Server_10765972/Templates/img/arrow-right.svg");
      background-position: left center; }
      .quicklinks-wrapper .quicklinks-controls:last-child a:hover, .quicklinks-wrapper .quicklinks-controls:last-child a:focus {
        background-position: right center; }
  .quicklinks-wrapper .quicklinks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    padding: 0.625rem 1.5rem; }
    .quicklinks-wrapper .quicklinks a .name {
      font-weight: 600;
      color: #3A3A3A;
      font-size: 1rem;
      text-transform: uppercase;
      margin-right: 1.5rem; }
      .quicklinks-wrapper .quicklinks a .name span {
        display: block;
        text-transform: none;
        font-weight: 400;
        font-size: 0.875rem;
        margin-top: 0.25rem; }
    .quicklinks-wrapper .quicklinks a .icon i {
      font-size: 3.25rem;
      color: #3A3A3A;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .quicklinks-wrapper .quicklinks a:hover .icon i, .quicklinks-wrapper .quicklinks a:focus .icon i {
      color: #028083;
      -webkit-transform: translateX(0.5rem) scale(1.05);
          -ms-transform: translateX(0.5rem) scale(1.05);
              transform: translateX(0.5rem) scale(1.05); }
    @media screen and (max-width: 900px) {
      .quicklinks-wrapper .quicklinks a .name,
      .quicklinks-wrapper .quicklinks a .icon i {
        color: #fff; }
      .quicklinks-wrapper .quicklinks a .icon i {
        font-size: 2.5rem; } }

section#news-events > .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 66.66667% 33.33334%;
  grid-template-columns: 66.66667% 33.33334%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  section#news-events > .container > *:nth-child(1) {
    -ms-grid-column: 1; }
  section#news-events > .container > *:nth-child(2) {
    -ms-grid-column: 2; }
  section#news-events > .container > .inside-padding {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem; }
    section#news-events > .container > .inside-padding.news {
      padding-right: 2.875rem; }
  @media screen and (max-width: 1024px) {
    section#news-events > .container {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; }
      section#news-events > .container > .inside-padding.news {
        padding-right: 0.625rem; } }
section#news-events .news-wrapper h2 {
  color: #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 0; }
section#news-events .news-wrapper .news-controls {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  section#news-events .news-wrapper .news-controls > a {
    display: inline-block;
    color: #3A3A3A;
    font-weight: 600;
    font-size: 0.875rem; }
  section#news-events .news-wrapper .news-controls .slick-dots {
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    section#news-events .news-wrapper .news-controls .slick-dots li {
      height: 0.625rem;
      width: 0.625rem;
      margin: 0 0.25rem; }
      section#news-events .news-wrapper .news-controls .slick-dots li button {
        background: #1f1f1f;
        border-radius: 50%;
        height: 0.625rem;
        width: 0.625rem;
        -webkit-box-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
                box-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
        section#news-events .news-wrapper .news-controls .slick-dots li button:before {
          display: none; }
      section#news-events .news-wrapper .news-controls .slick-dots li.slick-active button {
        background: #A81F5E;
        position: relative; }
        section#news-events .news-wrapper .news-controls .slick-dots li.slick-active button:after {
          content: '';
          position: absolute;
          background: transparent;
          border: 2px solid #1f1f1f;
          width: 1.125rem;
          height: 1.125rem;
          top: -0.25rem;
          left: -0.25rem;
          border-radius: 50%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
section#news-events .news-wrapper .news-summary .slick-list {
  margin: 0 -1em; }
section#news-events .news-wrapper .news-summary .story {
  margin: 0em 1em; }
  section#news-events .news-wrapper .news-summary .story .image {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    max-height: 45vw; }
  section#news-events .news-wrapper .news-summary .story .content {
    color: #454545;
    padding: 0.75rem; }
    section#news-events .news-wrapper .news-summary .story .content h3 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1.125rem;
      margin: 0; }
    section#news-events .news-wrapper .news-summary .story .content .pub-date {
      font-size: 0.875rem;
      margin-top: 0.5rem;
      font-weight: 700; }
    section#news-events .news-wrapper .news-summary .story .content p {
      line-height: 1.5;
      margin-bottom: 0; }
  section#news-events .news-wrapper .news-summary .story .read-more a {
    position: relative;
    display: inline-block;
    background: #A81F5E;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 0rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    section#news-events .news-wrapper .news-summary .story .read-more a:after {
      content: '';
      position: absolute;
      right: -1.25rem;
      top: 0;
      border-top: 1rem solid transparent;
      border-bottom: 1rem solid transparent;
      border-left: 1.25rem solid #A81F5E;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    section#news-events .news-wrapper .news-summary .story .read-more a:hover, section#news-events .news-wrapper .news-summary .story .read-more a:focus {
      background: #028083; }
      section#news-events .news-wrapper .news-summary .story .read-more a:hover:after, section#news-events .news-wrapper .news-summary .story .read-more a:focus:after {
        border-left: 1.25rem solid #028083; }
section#news-events #upcoming-events h2 {
  color: #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 0; }
section#news-events #upcoming-events .events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.25rem; }
  section#news-events #upcoming-events .events-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #1f1f1f;
    border-bottom: 2px solid rgba(69, 69, 69, 0.5);
    padding: 0.75rem 0.5rem 0.75rem 1.5rem;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    section#news-events #upcoming-events .events-list a:last-child {
      border-bottom: none; }
    section#news-events #upcoming-events .events-list a .event-date {
      width: 3.5rem;
      height: 3.5rem;
      border: 0.1875rem solid #A81F5E;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      margin-right: 0.5rem; }
      section#news-events #upcoming-events .events-list a .event-date .date {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        section#news-events #upcoming-events .events-list a .event-date .date span {
          display: block;
          font-weight: 700;
          font-size: 1.5rem; }
      section#news-events #upcoming-events .events-list a .event-date i {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        -webkit-transform: translate(-300%, -50%);
            -ms-transform: translate(-300%, -50%);
                transform: translate(-300%, -50%);
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        font-size: 2rem; }
    section#news-events #upcoming-events .events-list a .event-info {
      width: calc(100% - 4rem); }
      section#news-events #upcoming-events .events-list a .event-info .event-name {
        font-weight: 700; }
      section#news-events #upcoming-events .events-list a .event-info .time {
        margin-top: 0.25rem;
        font-size: 0.875rem; }
    section#news-events #upcoming-events .events-list a:hover .event-date, section#news-events #upcoming-events .events-list a:focus .event-date {
      background: #A81F5E; }
      section#news-events #upcoming-events .events-list a:hover .event-date .date, section#news-events #upcoming-events .events-list a:focus .event-date .date {
        -webkit-transform: translateY(-50%) translateX(3rem);
            -ms-transform: translateY(-50%) translateX(3rem);
                transform: translateY(-50%) translateX(3rem);
        opacity: 0; }
      section#news-events #upcoming-events .events-list a:hover .event-date i, section#news-events #upcoming-events .events-list a:focus .event-date i {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s; }
  @media screen and (max-width: 1024px) {
    section#news-events #upcoming-events .events-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1em 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-column-gap: 1em;
      grid-row-gap: 1em; }
    section#news-events #upcoming-events .events-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    section#news-events #upcoming-events .events-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      section#news-events #upcoming-events .events-list > *:nth-child(1) {
        -ms-grid-column: 1; }
      section#news-events #upcoming-events .events-list > *:nth-child(2) {
        -ms-grid-column: 2; }
      section#news-events #upcoming-events .events-list a {
        font-size: 0.875em; }
        section#news-events #upcoming-events .events-list a:nth-child(6) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  @media screen and (max-width: 568px) {
    section#news-events #upcoming-events .events-list {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
section#news-events #upcoming-events .events-controls {
  text-align: right; }
  section#news-events #upcoming-events .events-controls > a {
    display: inline-block;
    color: #3A3A3A;
    font-weight: 600;
    font-size: 0.875rem; }

#upcoming-events h2 {
  color: #1f1f1f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 0; }
#upcoming-events .events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.25rem; }
  #upcoming-events .events-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #1f1f1f;
    border-bottom: 2px solid rgba(69, 69, 69, 0.5);
    padding: 0.75rem 0.5rem 0.75rem 1.5rem;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #upcoming-events .events-list a:last-child {
      border-bottom: none; }
    #upcoming-events .events-list a .event-date {
      width: 3.5rem;
      height: 3.5rem;
      border: 0.1875rem solid #A81F5E;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      margin-right: 0.5rem; }
      #upcoming-events .events-list a .event-date .date {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        #upcoming-events .events-list a .event-date .date span {
          display: block;
          font-weight: 700;
          font-size: 1.5rem; }
      #upcoming-events .events-list a .event-date i {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        -webkit-transform: translate(-300%, -50%);
            -ms-transform: translate(-300%, -50%);
                transform: translate(-300%, -50%);
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        font-size: 2rem; }
    #upcoming-events .events-list a .event-info {
      width: calc(100% - 4rem); }
      #upcoming-events .events-list a .event-info .event-name {
        font-weight: 700; }
      #upcoming-events .events-list a .event-info .time {
        margin-top: 0.25rem;
        font-size: 0.875rem; }
    #upcoming-events .events-list a:hover .event-date, #upcoming-events .events-list a:focus .event-date {
      background: #A81F5E; }
      #upcoming-events .events-list a:hover .event-date .date, #upcoming-events .events-list a:focus .event-date .date {
        -webkit-transform: translateY(-50%) translateX(3rem);
            -ms-transform: translateY(-50%) translateX(3rem);
                transform: translateY(-50%) translateX(3rem);
        opacity: 0; }
      #upcoming-events .events-list a:hover .event-date i, #upcoming-events .events-list a:focus .event-date i {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s; }
#upcoming-events .events-controls {
  text-align: right; }
  #upcoming-events .events-controls > a {
    display: inline-block;
    color: #3A3A3A;
    font-weight: 600;
    font-size: 0.875rem; }

section#additional-content {
  background: #F0EFEF; }
  section#additional-content > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem; }
    section#additional-content > .container > *:nth-child(2) {
      -ms-grid-column: 1; }
    section#additional-content > .container > *:nth-child(3) {
      -ms-grid-column: 3; }
    section#additional-content > .container > *:nth-child(4) {
      -ms-grid-column: 5; }
    section#additional-content > .container > .inside-padding:first-child {
      -ms-grid-column-span: 5;
      grid-column: span 3;
      -ms-grid-row: 1;
      padding-top: 2.5rem; }
    section#additional-content > .container > .inside-padding:not(:first-child) {
      -ms-grid-row: 2;
      padding-bottom: 2.5rem; }
    @media screen and (max-width: 1024px) {
      section#additional-content > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        section#additional-content > .container > .inside-padding:first-child {
          width: 100%; }
        section#additional-content > .container > .inside-padding:not(:first-child) {
          padding-bottom: 2.5rem; } }
  section#additional-content .sec-heading {
    text-align: center;
    margin-bottom: 2rem; }
    section#additional-content .sec-heading h2 {
      color: #1f1f1f;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 0.25rem;
      font-size: 1.5rem;
      margin-top: 0;
      margin-bottom: 0.75rem;
      border-bottom: 0.25rem solid #A81F5E; }
    section#additional-content .sec-heading span {
      display: block; }
  section#additional-content .additional-links-wrapper {
    background: #fff; }
    section#additional-content .additional-links-wrapper .additional-links-inside {
      padding: 1rem; }
    section#additional-content .additional-links-wrapper h3 {
      font-size: 1rem;
      margin-top: 0;
      text-align: center; }
    section#additional-content .additional-links-wrapper ul {
      list-style: disc;
      padding-left: 2rem; }
      section#additional-content .additional-links-wrapper ul li a {
        color: #028083;
        line-height: 1.75; }
        section#additional-content .additional-links-wrapper ul li a:hover, section#additional-content .additional-links-wrapper ul li a:focus {
          text-decoration: underline; }
    section#additional-content .additional-links-wrapper > a {
      display: block;
      text-align: center;
      color: #fff;
      background: #028083;
      font-weight: 600;
      padding: 0.5rem; }

/* Subpage Layout */
#subpage #page > .container.main-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 80%;
  grid-template-columns: 20% 80%; }
  #subpage #page > .container.main-content > *:nth-child(1) {
    -ms-grid-column: 1; }
  #subpage #page > .container.main-content > *:nth-child(2) {
    -ms-grid-column: 2; }
  @media screen and (max-width: 1024px) {
    #subpage #page > .container.main-content {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; } }
#subpage .ptl_page > div[class^="ptl_col"] {
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #subpage .ptl_page > div[class^="ptl_col"] {
      width: 100%;
      float: none; } }

.subpage-header {
  position: relative;
  border-bottom: 0.25rem solid #028083;
  background-size: cover;
  background-position: center;
  height: 440px;
  max-height: 35vw; }
  .subpage-header .pageTitle {
    position: absolute;
    width: 100%;
    left: 50%;
    top: calc(50% + 80px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .subpage-header .pageTitle h1 {
      color: #fff;
      font-size: 2.25rem;
      font-weight: 900;
      text-shadow: 0 0 0.5rem #1f1f1f;
      margin: 0; }
  @media screen and (max-width: 900px) {
    .subpage-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .subpage-header .pageTitle {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  @media screen and (max-width: 400px) {
    .subpage-header {
      display: none;
      height: auto;
      padding: 0;
      background: #1a3967 !important; }
      .subpage-header .pageTitle {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .subpage-header .pageTitle.inside-padding {
          padding: 1.5rem 0.625rem; }
        .subpage-header .pageTitle h1 {
          font-size: 1.5rem; } }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 3rem; }
  @media screen and (max-width: 1024px) {
    .breadcrumbs {
      margin-bottom: 0; } }
  .breadcrumbs a.fa-print {
    font-size: 1.25rem;
    color: #152E53; }
  .breadcrumbs nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumbs nav a {
      color: #152E53; }
      .breadcrumbs nav a.fa {
        font-size: 1.25rem; }
      .breadcrumbs nav a:not(.fa) {
        text-decoration: underline;
        font-size: 0.875rem; }
        .breadcrumbs nav a:not(.fa):hover, .breadcrumbs nav a:not(.fa):focus {
          text-decoration: none; }
    .breadcrumbs nav i {
      margin: 0 0.5rem; }

@media screen and (max-width: 1024px) {
  .main-content .sidebar {
    padding: 0; } }
.main-content .sidebar .ptl_col_1 {
  overflow: visible; }
.main-content .sidebar #inside-nav {
  position: relative; }
  .main-content .sidebar #inside-nav .current-head .nav-toggle {
    background: #152E53;
    padding: 0.5em 1em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-content .sidebar #inside-nav .current-head .nav-toggle a {
      color: #fff;
      text-transform: uppercase;
      font-size: 1.125rem;
      font-weight: 600; }
  @media screen and (max-width: 1024px) {
    .main-content .sidebar #inside-nav .current-head {
      display: block; } }
  @media screen and (max-width: 1024px) {
    .main-content .sidebar #inside-nav .sidenav-slide {
      border: none;
      display: none;
      background: #fff; } }
  @media screen and (min-width: 1025px) {
    .main-content .sidebar #inside-nav .sidenav-slide {
      display: block !important; } }
  .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] {
    padding: 0; }
    .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"]:nth-child(even) a {
      background: #F7F7F7;
      position: relative; }
      .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"]:nth-child(even) a:before, .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"]:nth-child(even) a:after {
        content: '';
        position: absolute;
        width: calc(100% - 2.5rem);
        height: 1px;
        background: rgba(58, 58, 58, 0.325);
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"]:nth-child(even) a:before {
        top: -1px; }
      .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"]:nth-child(even) a:after {
        bottom: -1px; }
    .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] a {
      display: block;
      padding: 0.875rem 1rem;
      text-decoration: none;
      font-weight: 600;
      font-size: 0.875rem;
      color: #152E53; }
      .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] a:hover, .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"] a:focus {
        color: #152E53;
        background: #daf6f6; }
    .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].sitenavl1 a {
      padding-left: 1.5rem; }
    .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage {
      background: #152E53; }
      .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage a {
        color: #fff;
        font-weight: 700; }
        .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage a:hover, .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage a:focus {
          color: #152E53; }
      @media screen and (max-width: 1024px) {
        .main-content .sidebar #inside-nav .sidenav-slide div[class*="sitenav"].currentpage {
          display: none; } }
.main-content main {
  padding-left: 3.375rem; }
  @media screen and (max-width: 1024px) {
    .main-content main {
      padding-left: 0.625rem; } }
  .main-content main .dept-news-wrapper {
    display: none; }

.dept-news-wrapper {
  background: #152E53;
  color: #fff; }
  .dept-news-wrapper > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr 1fr;
    grid-template-columns: 1fr 4fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dept-news-wrapper > .container > *:nth-child(1) {
      -ms-grid-column: 1; }
    .dept-news-wrapper > .container > *:nth-child(2) {
      -ms-grid-column: 2; }
    .dept-news-wrapper > .container > *:nth-child(3) {
      -ms-grid-column: 3; }
    @media screen and (max-width: 900px) {
      .dept-news-wrapper > .container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; }
        .dept-news-wrapper > .container > div:nth-child(1) {
          -ms-grid-column: 1;
          grid-column: 1;
          -ms-grid-row: 1;
          grid-row: 1; }
        .dept-news-wrapper > .container > div:nth-child(3) {
          -ms-grid-column: 2;
          grid-column: 2;
          -ms-grid-row: 1;
          grid-row: 1; }
        .dept-news-wrapper > .container > div:nth-child(2) {
          -ms-grid-column-span: 2;
          grid-column: span 2;
          -ms-grid-row: 2;
          grid-row: 2;
          padding: 0; } }
  .dept-news-wrapper h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5rem; }
    @media screen and (max-width: 400px) {
      .dept-news-wrapper h2 {
        font-size: 1.125rem; } }
    .dept-news-wrapper h2 span {
      display: block;
      font-weight: 600; }
  .dept-news-wrapper .news-summary {
    padding: 0 3rem; }
    .dept-news-wrapper .news-summary a.story {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #fff;
      padding: 0.5rem 1.5rem 0.5rem 0.5rem;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .dept-news-wrapper .news-summary a.story h3 {
        font-weight: 400;
        font-size: 1rem;
        margin: 0; }
      .dept-news-wrapper .news-summary a.story i {
        font-size: 1.25rem;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .dept-news-wrapper .news-summary a.story:not(:last-child) {
        border-bottom: 1px solid #fff; }
      .dept-news-wrapper .news-summary a.story:hover, .dept-news-wrapper .news-summary a.story:focus {
        background: #028083; }
        .dept-news-wrapper .news-summary a.story:hover i, .dept-news-wrapper .news-summary a.story:focus i {
          -webkit-transform: translateX(0.5rem);
              -ms-transform: translateX(0.5rem);
                  transform: translateX(0.5rem); }
  .dept-news-wrapper .read-more {
    text-align: right; }
    .dept-news-wrapper .read-more a {
      display: inline-block;
      border: 1px solid #fff;
      padding: 0.625rem;
      color: #fff;
      font-size: 0.875rem; }

/* Accordions */
.accordion-wrapper .accordion {
  margin: 1em 0; }
  .accordion-wrapper .accordion h4 {
    background: #028083;
    margin: 0; }
    .accordion-wrapper .accordion h4 a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 1.25rem;
      font-size: 1rem;
      font-weight: 600;
      line-height: 3.125rem;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .accordion-wrapper .accordion h4 a span.fa {
        font-size: 1.5rem;
        -webkit-text-stroke: 1px #fff;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
      .accordion-wrapper .accordion h4 a.active span.fa, .accordion-wrapper .accordion h4 a:hover span.fa, .accordion-wrapper .accordion h4 a:focus span.fa {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .accordion-wrapper .accordion h4 a.active, .accordion-wrapper .accordion h4 a:hover, .accordion-wrapper .accordion h4 a:focus {
        background: #02676a; }
      .accordion-wrapper .accordion h4 a.active {
        background: #fff;
        border-bottom: 2px solid #A81F5E;
        color: #1f1f1f; }
        .accordion-wrapper .accordion h4 a.active span.fa {
          color: #1f1f1f;
          -webkit-text-stroke: 1px #1f1f1f; }
  .accordion-wrapper .accordion .panel-content {
    padding: 1.25rem 0;
    background: #fff; }

.contact.portlet {
  margin-top: 4rem; }
  @media screen and (max-width: 768px) {
    .contact.portlet {
      display: none; } }
  .contact.portlet h2 {
    margin: 0;
    background: #152E53;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0.875rem 1.25rem; }
  .contact.portlet .inside {
    background: #F7F7F7;
    border: 1px solid #d1d1d1;
    padding: 1rem 0.625rem; }
    .contact.portlet .inside h3 {
      font-size: 1rem;
      margin: 0; }
    .contact.portlet .inside p {
      margin-top: 0;
      font-size: 0.875rem; }
    .contact.portlet .inside a {
      text-decoration: underline;
      font-weight: 600; }
      .contact.portlet .inside a:hover, .contact.portlet .inside a:focus {
        text-decoration: none; }

.featured-image.portlet {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  margin-top: 2rem; }
  .featured-image.portlet:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5; }
  .featured-image.portlet div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase; }
    .featured-image.portlet div span {
      display: block;
      font-weight: 600; }

.dept-quicklinks-wrapper .quicklinks-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dept-quicklinks-wrapper .quicklinks-heading h2 {
    font-size: 1.5rem;
    font-weight: 600; }
  .dept-quicklinks-wrapper .quicklinks-heading .quicklinks-controls a {
    color: #1f1f1f;
    text-decoration: none;
    font-size: 2rem;
    padding: 0 0.25rem;
    -webkit-text-stroke: 1px #1f1f1f; }
.dept-quicklinks-wrapper .dept-quicklinks.portlet .slick-list {
  margin: 0 -0.5em; }
.dept-quicklinks-wrapper .dept-quicklinks.portlet a {
  position: relative;
  background: #028083;
  height: 4rem;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin: 0 0.5em;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .dept-quicklinks-wrapper .dept-quicklinks.portlet a i {
    color: rgba(255, 255, 255, 0.1);
    font-size: 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.5rem;
    z-index: -1;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .dept-quicklinks-wrapper .dept-quicklinks.portlet a .name {
    color: #fff;
    text-shadow: 0 0 0.25rem #1f1f1f;
    font-weight: 700;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
    text-transform: uppercase; }
  .dept-quicklinks-wrapper .dept-quicklinks.portlet a:hover, .dept-quicklinks-wrapper .dept-quicklinks.portlet a:focus {
    background: #02676a; }
    .dept-quicklinks-wrapper .dept-quicklinks.portlet a:hover i, .dept-quicklinks-wrapper .dept-quicklinks.portlet a:focus i {
      -webkit-transform: translateY(-50%) scale(2);
          -ms-transform: translateY(-50%) scale(2);
              transform: translateY(-50%) scale(2);
      opacity: 0.5;
      -webkit-transition: all 1s ease-out 0.3s;
      -o-transition: all 1s ease-out 0.3s;
      transition: all 1s ease-out 0.3s; }

@media print {
  .placeholder,
  .CMS_adminBar,
  header,
  footer,
  .subpage-header,
  .alertWrapper,
  #menubar,
  .breadcrumbs,
  .sidebar,
  div[class*="quicklinks"],
  .credits,
  .featured-image.portlet {
    display: none; }

  .accordion-wrapper .accordion h4 a,
  .dept-news-wrapper,
  .dept-news-wrapper .news-summary a.story,
  .dept-news-wrapper .read-more a {
    color: #1f1f1f; }

  .accordion .panel-content {
    display: block !important; }

  #subpage #page > .container.main-content {
    display: block; } }
/* End of stylesheet */
