@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Oswald|Permanent+Marker");
.news1-container {
  padding-top: 25px;
  padding-bottom: 25px; }
  .news1-container .section-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2rem; }
  .news1-container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .news1-container:not(.slick-container) .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .news1-container .news-item-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%; }
  .news1-container .news-item-image {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .news1-container .item-summary {
    max-width: 100%; }
  .news1-container.content-size-small .item {
    margin-bottom: 20px; }
  .news1-container.content-size-small .item-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.125rem; }
  .news1-container.content-size-medium .item {
    margin-bottom: 35px; }
  .news1-container.content-size-medium .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 1.5rem; }
  .news1-container.content-size-medium .item-text {
    font-size: 1.125rem; }
  .news1-container.content-size-large .item {
    margin-bottom: 35px; }
  .news1-container.content-size-large .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 2.25rem; }
  .news1-container.content-size-large .item-text {
    font-size: 1.5rem; }
  .news1-container.thumbnail-orientation-vertical .item {
    text-align: center; }
  .news1-container.thumbnail-orientation-vertical.content-size-small .item-summary {
    padding-top: 20px; }
  .news1-container.thumbnail-orientation-vertical.content-size-medium .item-summary {
    padding-top: 35px; }
  .news1-container.thumbnail-orientation-vertical.content-size-large .item-summary {
    padding-top: 35px; }
  @media screen and (min-width: 768px) {
    .news1-container .section-title {
      margin-bottom: 100px;
      font-size: 3rem; }
    .news1-container.thumbnail-orientation-horizontal .item {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      max-width: 250px;
      margin-right: 15px; } }
  @media screen and (min-width: 1024px) {
    .news1-container.orientation-horizontal .items-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.events1-container {
  padding-top: 25px;
  padding-bottom: 25px; }
  .events1-container .section-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2rem; }
  .events1-container .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px; }
  .events1-container .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .events1-container .event-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .events1-container .event-date .event-month {
      font-size: 1.125em; }
    .events1-container .event-date .event-day {
      font-size: 2.25em; }
  .events1-container .item-summary {
    max-width: 100%;
    padding: 0 5%; }
  .events1-container.content-size-small .item {
    margin-bottom: 20px; }
  .events1-container.content-size-small .item-name {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.125rem; }
  .events1-container.content-size-small .event-date {
    font-size: 1rem; }
  .events1-container.content-size-medium .item {
    margin-bottom: 35px; }
  .events1-container.content-size-medium .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 1.5rem; }
  .events1-container.content-size-medium .item-text {
    font-size: 1.125rem; }
  .events1-container.content-size-medium .event-date {
    font-size: 1.125rem; }
  .events1-container.content-size-large .item {
    margin-bottom: 35px; }
  .events1-container.content-size-large .item-name {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 2.25rem; }
  .events1-container.content-size-large .item-text {
    font-size: 1.5rem; }
  .events1-container.content-size-large .event-date {
    font-size: 1.5rem; }
  .events1-container.date-orientation-vertical .item {
    text-align: center; }
  .events1-container.date-orientation-vertical.content-size-small .event-date {
    margin-bottom: 20px; }
  .events1-container.date-orientation-vertical.content-size-medium .event-date {
    margin-bottom: 35px; }
  .events1-container.date-orientation-vertical.content-size-large .event-date {
    margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .events1-container .section-title {
      margin-bottom: 100px;
      font-size: 3rem; }
    .events1-container.date-orientation-horizontal .event-date {
      margin-bottom: 0;
      margin-right: 20px; }
    .events1-container.date-orientation-horizontal .item {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .events1-container.orientation-horizontal .items-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .events1-container.orientation-horizontal .item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.links-container .links-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.quicklinks-container {
  padding-bottom: 25px; }
  .quicklinks-container .section-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2rem; }
  .quicklinks-container .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 30px; }
  .quicklinks-container .qlink-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .quicklinks-container .qlink-item {
    line-height: 40px;
    width: 200px; }
    .quicklinks-container .qlink-item a {
      color: #10E1F8;
      display: block; }
    .quicklinks-container .qlink-item svg {
      -webkit-box-flex: none;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 50px;
      height: 50px; }
  .quicklinks-container .qlink-text {
    max-width: 100%;
    font-size: 1.125rem; }
  .quicklinks-container.icon-orientation-vertical {
    text-align: center; }
    .quicklinks-container.icon-orientation-vertical .qlink-inner {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .quicklinks-container.icon-orientation-vertical .qlink-item svg {
      margin-bottom: 24px; }
  .quicklinks-container.icon-orientation-horizontal .qlink-item svg {
    margin-right: 30px; }
  @media screen and (min-width: 1024px) {
    .quicklinks-container.orientation-vertical .items-list {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.tabs-container .tab-labels-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tabs-container .tab-label:hover, .tabs-container .tab-label:focus {
  cursor: pointer; }

.tabs-container .tab-label svg {
  pointer-events: none; }

body:after {
  background-color: #10E1F8;
  background-image: url("/pics/bg.jpg"); }

body #header_main .topbar {
  background: #10E1F8; }

body #header_main .header-logo.logo-replacement a {
  width: 265px;
  height: 115px;
  background-image: url("/pics/header_logo.png"); }

body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 265px;
  height: 115px;
  background-image: url("/pics/header_logo.png"); }

body #header_main .sitenav-holder .nav-mobile-toggle {
  border-color: #10E1F8; }

body #header_main .sitenav-holder .nav-group {
  background-color: white;
  color: black; }
  body #header_main .sitenav-holder .nav-group .nav-item > a {
    height: 42px;
    padding: 0 10px;
    font-size: 1.125em;
    font-weight: 700;
    color: black; }
    body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
      color: #666;
      background-color: transparent; }
  body #header_main .sitenav-holder .nav-group .sub-nav a {
    color: black; }
    body #header_main .sitenav-holder .nav-group .sub-nav a:focus, body #header_main .sitenav-holder .nav-group .sub-nav a:hover, body #header_main .sitenav-holder .nav-group .sub-nav a.open {
      color: #666;
      background-color: transparent; }

@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group {
    background: transparent; }
  body #header_main .sitenav-holder .nav-menu {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left; }
  body #header_main .sitenav-holder .nav-item > a {
    text-align: center; }
  body #header_main .sitenav-holder .sub-nav {
    background-color: white; }
  body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0; }
  body #header_main .sitenav-holder.megamenu .sub-nav {
    width: calc(100% - 20px*2);
    max-width: calc(1024px - 20px*2);
    padding: 20px; }
    body #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
      width: 65%; }
    body #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
      width: calc(100% - 65%); } }

body #header_main .sitenav-holder .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden; }
  body #header_main .sitenav-holder .icon-only svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    fill: white; }
  body #header_main .sitenav-holder .icon-only:hover svg, body #header_main .sitenav-holder .icon-only:focus svg {
    fill: #666; }

body #header_main .sitenav-holder .nav-menu {
  background-color: #10E1F8; }

body #header_main .sitenav-holder .nav-group .nav-item > a {
  color: black;
  padding: 0 20px; }
  body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a.open, body #header_main .sitenav-holder .nav-group .nav-item > a:hover {
    color: #666; }

body #header_main .footer-secondary-nav .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden; }
  body #header_main .footer-secondary-nav .icon-only svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    fill: white; }
  body #header_main .footer-secondary-nav .icon-only:hover svg, body #header_main .footer-secondary-nav .icon-only:focus svg {
    fill: #666; }

body .content-container .read-more-link {
  background-color: #10E1F8;
  color: black; }

body #content_main .right-column-page-navigation {
  background: #10E1F8; }
  body #content_main .right-column-page-navigation li a {
    color: black; }
  body #content_main .right-column-page-navigation li.active a {
    background-color: #666;
    color: white; }

body #content_main #news_container article {
  color: #666; }
  body #content_main #news_container article:after {
    border: 4px solid #10E1F8; }

body #content_main #news_container article:hover a {
  color: #10E1F8; }

body #content_main #news_container article:hover:after {
  background: rgba(16, 225, 248, 0.6); }

body #content_main #events_container {
  background-color: #EEE;
  padding-top: 0; }
  body #content_main #events_container #events_header {
    font-size: 28px;
    font-weight: bold;
    line-height: 65px;
    width: 250px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    background: #10E1F8;
    color: white;
    margin: 0 0 45px 45px; }

body #content_main #tabpanel_container .tab-label {
  background: #10E1F8;
  color: black; }
  body #content_main #tabpanel_container .tab-label.selected {
    background: #666; }

body #content_main #tabpanel_container .social-container {
  border: 4px solid #10E1F8; }

body #content_main #tabpanel_container .icon-only {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden; }
  body #content_main #tabpanel_container .icon-only svg {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    fill: #10E1F8; }
  body #content_main #tabpanel_container .icon-only:hover svg, body #content_main #tabpanel_container .icon-only:focus svg {
    fill: #666; }

body #content_main #icon_links {
  background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 30px; }
  body #content_main #icon_links svg {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    fill: white; }
  body #content_main #icon_links .items-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    -webkit-align-items: space-around;
    align-items: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body #content_main #icon_links .item-list {
    color: white;
    width: 180px;
    text-align: center;
    line-height: 1;
    font-size: 0.875rem; }

body #content_main #links_container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

body #content_main #links_container .link-item a {
  color: #10E1F8; }

body #footer_main .section-title {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase; }

body #footer_main .footer-secondary-nav .icon-only {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  padding-right: 20px; }
  body #footer_main .footer-secondary-nav .icon-only svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    fill: #10E1F8; }
  body #footer_main .footer-secondary-nav .icon-only:hover svg, body #footer_main .footer-secondary-nav .icon-only:focus svg {
    fill: #666; }

body #footer_main .footer-logo.logo-replacement {
  height: 115px;
  width: 265px;
  background-image: url("/pics/header_logo.png"); }

body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 265px;
  height: 115px;
  background-image: url("/pics/header_logo.png"); }

body #footer_main .footer-bottom {
  background: black; }
  body #footer_main .footer-bottom .footer-bottom-inner,
  body #footer_main .footer-bottom a {
    color: white; }

body .edlio-login-link {
  color: #10E1F8;
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em; }
  body .edlio-login-link .edlio-logo {
    border-right-color: #10E1F8; }
    body .edlio-login-link .edlio-logo svg {
      fill: #10E1F8; }
  body .edlio-login-link:hover, body .edlio-login-link:focus {
    color: #666; }
    body .edlio-login-link:hover .edlio-logo, body .edlio-login-link:focus .edlio-logo {
      border-color: #666; }
      body .edlio-login-link:hover .edlio-logo svg, body .edlio-login-link:focus .edlio-logo svg {
        fill: #666; }

body #mobile_nav {
  background: #10E1F8; }
  body #mobile_nav a {
    color: black; }
    body #mobile_nav a svg {
      fill: black; }
    body #mobile_nav a:hover, body #mobile_nav a:focus {
      color: #666; }
      body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
        fill: #666; }
