html, body {
  color: #565656;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.414;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: font-size 0.5s;
}
@media screen and (min-width: 800px) {
  html, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 22px;
  }
}

h1 {
  font-size: 3.2rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 350;
  line-height: 1;
  margin: 0;
  text-transform: none !important;
}

@media (max-width: 36em) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 2rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  padding: 1rem 0 0.5rem 0;
  margin: 0;
  text-transform: none !important;
}

h3 {
  font-size: 1.5rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 250;
  line-height: 1.2;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
  text-transform: none !important;
}

h4 {
  font-size: 1.25rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.2;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
  text-transform: none !important;
}

h5 {
  font-size: 1rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 150;
  line-height: 1.2;
  padding: 0.25rem 0 0.25rem 0;
  margin: 0;
  text-transform: none !important;
}

hr {
  margin: 1em 0;
}

p {
  padding: 0 0 1rem 0;
  margin: 0;
}

ul, ol {
  padding-left: 1.125rem;
  padding-bottom: 1rem;
  margin: 0;
}
ul ul > li:last-child, ul ol > li:last-child, ol ul > li:last-child, ol ol > li:last-child {
  padding-bottom: 0;
}
ul > li, ol > li {
  padding-bottom: 0.25rem;
}
ul > li:last-child, ol > li:last-child {
  padding-bottom: 0;
}

a {
  color: #004d69;
  padding-bottom: 1.5px;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #004d69;
}

a.invisible:hover,
a.invisible:focus {
  border: none;
}

strong {
  font-weight: bold;
}

/*Used to center Instagram posts - as requested by Social Media team*/
.instagram-media {
  margin: 0 auto !important;
}

blockquote {
  /* font-style: italic; */
  font-size: 1.272rem;
  color: #8f98a3;
  border: none;
  border-left: 4px solid #e3e5e8;
  padding: 0 2.5rem;
  quotes: none;
  margin: 18px 0;
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.section {
  padding: 0 0 0;
}

.section-heading {
  padding-bottom: 2.5rem;
  text-align: center;
}

.section-heading h2 {
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 48em) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #centerColumn {
    width: 90% !important;
    max-width: 90% !important;
  }
}
@media (max-width: 36em) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
a, a strong, strong a, li strong a {
  font-weight: unset;
  text-decoration: underline;
  /*color:lighten($primaryColor,20%);*/
}

li a {
  font-weight: 400;
  text-decoration: none;
}

div.button a {
  font-weight: bold;
  text-decoration: none;
}

.main-content ul li a {
  text-decoration: underline;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.container--small {
  max-width: 800px;
}

.container--full {
  max-width: 100%;
}

.container--no-padding {
  padding: 0;
}

.box-shadow, .sidebar, .navbar--scrolled .bottom-bar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box-shadow-hover, .widget__i .widget:hover,
.widget:focus,
.widget:active,
.widget:visited {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#browser-update {
  background: #ed7b01;
  color: #fff;
  padding: 15px;
  text-align: center;
}
#browser-update a {
  color: #fff;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.hidden {
  display: none;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
}

.line-break {
  background: rgb(0, 58, 79);
  background: linear-gradient(90deg, rgba(0, 58, 79, 0) 0%, rgba(0, 0, 0, 0.75) 25%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.749737395) 75%, rgba(0, 0, 0, 0) 100%);
  left: 25%;
  right: 25%;
  height: 0.1em;
  margin-top: 1em;
}

.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}
.position-absolute {
  position: absolute;
}

.padding-text-box {
  padding: 10px 5px;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.nudge-small {
  padding-top: 15%;
}
.nudge-medium {
  padding-top: 35%;
}
.nudge-alot {
  padding-top: 50%;
}

@media not screen and (max-width: 64em) {
  ::placeholder {
    color: transparent !important;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: transparent !important;
  }
}
@keyframes highlight {
  0% {
    background: yellow;
  }
  100% {
    background: none;
  }
}
.highlightFlash {
  animation: highlight 5s;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}

.navbar:after {
  content: "";
  display: table;
  clear: both;
}

.main-page__nav {
  font-size: 1.5rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 250;
  line-height: 1.2;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
  text-transform: none !important;
}

div.language-link {
  position: absolute;
  right: 1rem;
  bottom: 0px;
}

a.language-link {
  color: white;
}

a.navbar__logo {
  border: 0;
  display: block;
  float: left;
  padding: 0.5rem 1rem;
  z-index: 999;
}

a.navbar__logo img {
  vertical-align: middle;
}

.navbar__nav {
  float: right;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  position: relative;
}

.nav__item {
  float: left;
  margin: 0;
  padding: 0;
}

a.nav__link {
  border: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: #eee;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 12px;
  margin: 0 10px;
  text-align: center;
  text-transform: uppercase;
}
a.nav__link span {
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border 0.3s;
}

.navbar__nav .nav__item:first-child .nav__link {
  margin-left: 0;
}

.navbar__nav .nav__item:last-child {
  position: relative;
  z-index: 110;
}

.navbar__nav .nav__item:last-child .nav__link {
  background: #003a50;
  border-radius: 50%;
  margin-right: 0;
  transition: background 300ms;
}
.navbar__nav .nav__item:last-child .nav__link i {
  width: 15px;
}
.navbar__nav .nav__item:last-child .nav__link:hover {
  background: #768068;
}

.nav__item:hover a.nav__link,
a.nav__link:hover,
a.nav__link:focus {
  background: #003a50;
}
.nav__item:hover a.nav__link span,
a.nav__link:hover span,
a.nav__link:focus span {
  border-color: #768068;
}

a.nav__link.active span {
  border-color: #768068;
}

.search-button {
  position: absolute;
  top: 0.5rem;
  right: 12px;
  font-size: 15px;
}

.subnav {
  display: none;
  flex-wrap: wrap;
  background: #003a50;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  top: 60px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 59px);
  z-index: 21;
}

.subnav__mobile {
  display: none;
  list-style: none;
  color: white;
}

.subnav__item {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav__item__mobile {
  display: none;
}

a.subnav__link {
  display: block;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding: 8px 12px 8px 24px;
  position: relative;
}
a.subnav__link span {
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border 0.3s;
}

a.subnav__link:hover,
a.subnav__link:focus {
  background: #002836;
}

.nav__item:hover .subnav {
  display: flex;
}

.top-bar {
  background: #003a50;
  padding: 8px 0;
  margin-top: 0;
  transition: margin 300ms;
}
.top-bar:after {
  content: "";
  display: table;
  clear: both;
}
.top-bar ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar ul li {
  float: left;
  padding: 0;
  margin: 0;
}
.top-bar ul li a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0;
  margin: 5px 15px;
  text-align: center;
}
.top-bar ul li a.active,
.top-bar ul li a:hover {
  text-decoration: underline;
}
.top-bar ul li:first-child a {
  margin-left: 0;
}
.top-bar ul li:last-child a,
.top-bar ul li:last-child span {
  float: left;
}
.top-bar ul li:last-child a:first-child {
  margin-right: 0;
}
.top-bar ul li:last-child a:last-child {
  margin-left: 0;
  margin-right: 0;
}
.top-bar ul li:last-child span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 5px 5px;
}

.bottom-bar {
  background: linear-gradient(#012d3e, rgba(0, 0, 0, 0));
}

.bottom-bar .container {
  position: relative;
}

.navbar--scrolled {
  /*.top-bar {
    margin-top: -30px;
  }*/
}
.navbar--scrolled .bottom-bar {
  background: #004d69;
}

.navbar__search {
  display: none;
  position: absolute;
  top: 18px;
  right: 38px;
  width: calc(100% - 4rem);
  max-width: 800px;
  z-index: 100;
}

.navbar__search:before {
  content: "\f002";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 110;
}

.navbar__search--visible {
  display: block;
}

.search__input {
  border: 0;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  padding: 10px 60px;
}

.search__input:focus {
  outline: none;
}

.navbar__hamburger {
  float: left;
  background-color: white;
  display: none;
  padding: 6px;
  margin: 0.75em;
  border-radius: 5px;
  z-index: 999;
  cursor: pointer;
}

.navbar__hamburger div {
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 3px;
}

.desktop-hide {
  display: none;
}

.mobile-hide {
  display: block;
}

.subnav__search {
  display: none;
}

.search-box-desktop {
  text-indent: 10px;
  background-color: #003a50;
  border-radius: 25vw;
  border-style: solid;
  border-color: #0085b6;
  color: white;
  height: 1.5rem;
  min-width: 2em;
  min-height: 2em;
  max-width: 8rem;
}

@media only screen and (max-width: 1050px) {
  .navbar__hamburger {
    display: inline-block;
    z-index: 999;
  }
  .desktop-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .navbar__logo {
    z-index: 999;
  }
  .top-bar,
  .navbar__nav {
    display: none;
  }
  .nav__item__mobile {
    display: block;
    color: white;
    background-color: #003a50;
    margin-left: -25px !important;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    width: 110vw;
  }
  .nav__item__mobile:hover {
    background-color: #006083 !important;
  }
  .nav__item__mobile_selected {
    background-color: #002836;
    border-left-style: groove;
    border-left-width: 5vw;
    border-left-color: #ed7b01;
  }
  .nav__item__mobile_selected > span {
    margin-left: -12vw !important;
  }
  .navbar--expand {
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .subnav {
    display: none !important;
  }
  .subnav__mobile {
    display: block;
    width: 105vw;
    box-shadow: 0px 0px 9px 1px inset #000045;
    background-color: whitesmoke;
  }
  .subnav__item {
    text-align: initial !important;
    margin-top: 0.5rem;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.25);
    margin-left: 0;
    padding-bottom: 0.25rem;
    width: 85%;
  }
  .subnav__search {
    display: block;
    float: right;
    background-color: #003a50;
    border-radius: 25vw;
    border-style: solid;
    border-color: #0085b6;
    height: 1.5rem;
    min-width: 2em;
    min-height: 2em;
    text-align: center;
    margin-top: 0.75em;
    padding-top: 0.25em;
    width: 2em;
    transition: width 1s;
    overflow: hidden;
    position: relative;
    margin-right: 0.5rem;
  }
  .subnav__search > i {
    color: white;
    transition: opacity 0.5s;
    position: absolute;
    top: 0.5rem;
    left: 7px;
    font-size: 15px;
  }
  .subnav__search > input {
    border-style: none;
    background-color: #003a50;
    color: white;
    width: 4rem;
    margin-left: 4px;
    opacity: 0;
    display: none;
  }
  .subnav__search:hover {
    width: 6em;
    transition: width 1s;
  }
  .subnav__search:hover > i {
    display: none;
  }
  .subnav__search:hover > input {
    display: block;
    width: 4.5rem;
    opacity: 1;
  }
  .subnav__search:focus > .search__input {
    border-width: 0px;
  }
  .subnav__item:last-of-type {
    border-bottom-style: none;
    padding-bottom: 0rem;
  }
  .subnav__item:hover {
    background-color: #e8e8e8;
  }
  .subnav__item > a {
    border-bottom-style: none;
    width: 100%;
    height: 100%;
  }
  .subnav__mobile_hide {
    display: none !important;
  }
  .sub__item__mobile {
    color: black;
  }
  .nav__link {
    display: none !important;
  }
  .bottom-bar {
    background: #004d69;
  }
  .navbar--expand {
    /*.navbar__search {
      display: none;
      position: static;
      width: 100%;
      max-width: 100%;
      z-index: 100;
      padding: 0;
      margin: 0 auto 1em auto;


    	&:before {
    		content: '\f002';
    		display: block;
      			font-family: "Font Awesome 6 Free";
    		font-style: normal;
    		font-weight: normal;
    		line-height: 1;
    		text-decoration: none;
    		position: relative;
    		top: 30px;
    		left: 30px;
    		z-index: 110;
    	}
    }
    .navbar__search--visible {
      display: inline-block;
    }
    */
  }
  .navbar--expand .top-bar,
  .navbar--expand .navbar__nav {
    display: block;
  }
  .navbar--expand .top-bar,
  .navbar--expand .navbar__nav {
    position: static;
  }
  .navbar--expand .navbar__nav {
    float: none;
    padding-top: 5em;
    text-align: center;
  }
  .navbar--expand .nav__item {
    float: none;
    margin: 0;
    padding: 0;
    width: 100vw;
    margin-left: -5vw;
  }
  .navbar--expand .nav__search {
    display: inline;
  }
  .navbar--expand .top-bar {
    display: none;
  }
}
.primary-header {
  background: url("/img/header-background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 200px 0 25px 0;
  position: relative;
}

.primary-header--full {
  width: 100%;
  height: 100vh;
  padding: 0;
}
@media screen and (min-width: 800px) {
  .primary-header--full {
    background-attachment: fixed;
  }
}

.primary-header__ringOfLeaves {
  margin: 0 0 1rem 0;
}

.primary-header__120years {
  max-width: 300px;
}

.primary-header__title {
  color: #fff;
  margin: 0 0 0.5rem 0;
}

.primary-header__summary {
  color: #fff;
  max-width: 800px;
  margin: 0 auto 1rem;
}

@keyframes bounceArrow {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 75px;
  }
  100% {
    bottom: 50px;
  }
}
.primary-RCS-text {
  filter: drop-shadow(2px 4px 6px black);
  position: absolute;
  top: 7rem;
}

.primary-header-50th-logo {
  position: absolute;
  top: 290px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 47px;
}

.primary-header__arrow {
  display: inline-block;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 50px;
  text-align: center;
  transform: translateX(-50%);
  transition: background 0.3s;
  animation: bounceArrow 2s infinite ease-in-out;
}
.primary-header__arrow:visited {
  color: #fff;
}
.primary-header__arrow:hover, .primary-header__arrow:focus, .primary-header__arrow:active {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .primary-header {
    padding: 2rem 0 25px 0;
    background: #003a50 !important;
  }
  .logo-full-screen {
    display: none;
  }
  .logo-mobile-screen {
    display: block;
    float: right;
  }
  .primary-header__120years {
    height: 1.25rem;
    margin-top: 1.5rem;
  }
  .primary-header__title {
    margin-top: 2.5rem;
    margin-bottom: -1rem;
    background: #003a50;
  }
  .primary-header__summary {
    display: none;
  }
  .primary-header__ringOfLeaves {
    display: none;
  }
  .primary-header__title {
    font-size: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.section-breadcrumb {
  background: #f2f2f2;
  font-size: 0.75rem;
  padding: 0.75rem 0;
}

.breadcrumb {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumb .breadcrumb__item:after {
  content: "/";
  display: inline-block;
  font-weight: 400;
  margin: 0 5px 0 5px;
}

.breadcrumb .breadcrumb__item:first-child {
  font-weight: 500;
}

.breadcrumb .breadcrumb__item:last-child:after {
  content: "";
  display: none;
}

.breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.primary-footer {
  color: #fff;
  font-size: 0.85rem;
}

.primary-footer__top {
  background: linear-gradient(to bottom, #ffffff, transparent, #004d69), url("../../img/footer-background.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

.primary-footer__bottom {
  background: #004d69;
  padding-bottom: 2.5rem;
}

.footer-center {
  text-align: center;
  margin-top: -7.5rem;
}

.footer-brand__image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.footer-brand__canada-image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  padding-top: 2em;
}

.footer-brand__title {
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding: 1rem 0;
}

.footer-brand__copy {
  padding: 0 0 1rem 0;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li a {
  color: #fff;
}

.footer-nav li a:hover {
  border-color: #fff;
}

.footer-nav--right {
  text-align: right;
}

@media (max-width: 48em) {
  .primary-footer__top {
    display: none;
  }
  .footer-brand__image {
    display: none;
  }
  .footer-center {
    margin-top: 1rem;
  }
}
.sidebar {
  overflow: hidden;
  margin: 1rem;
  font-size: smaller;
}

.sidebar figure {
  margin: 0;
}

.sidebar-news__item__title {
  font-size: 1rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
  font-weight: 150;
  line-height: 1.2;
  padding: 0.25rem 0 0.25rem 0;
  margin: 0;
  text-transform: none !important;
}

.sidebar-right {
  float: right;
  max-width: 25%;
  display: inline-block;
}

.sidebar-left {
  float: left;
  max-width: 25%;
  display: inline-block;
}

@media (max-width: 64em) {
  .sidebar-right {
    float: none;
    max-width: 100%;
  }
  .sidebar-left {
    float: none;
    max-width: 100%;
  }
}
.sidebar-widget {
  padding: 1rem;
  position: relative;
}
.sidebar-widget .wrapper {
  position: relative;
  z-index: 2;
}

.sidebar-header {
  background: #004d69;
  color: #fff;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}
.sidebar-header .sidebar-title {
  padding: 0;
}
.sidebar-header .sidebar-icon {
  color: #003a50;
  font-family: "Font Awesome 6 Free";
  font-size: 8rem;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -2rem;
  right: 1rem;
  transform: rotate(20deg);
  z-index: -1;
}
.sidebar-header .sidebar-subheader {
  font-size: 0.85rem;
  padding: 0;
}

.sidebar-content {
  background: #e5e5e5;
  padding: 0.65rem;
}

.sidebar-newsletter {
  background: #004d69;
  color: #fff;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}
.sidebar-newsletter .wrapper {
  position: relative;
  z-index: 2;
}
.sidebar-newsletter:before {
  content: "\f0e0";
  color: #003a50;
  font-family: "Font Awesome 6 Free";
  font-size: 8rem;
  font-weight: normal;
  display: block;
  position: absolute;
  top: -2rem;
  right: 1rem;
  transform: rotate(20deg);
  z-index: 1;
}

.sidebar-newsletter__title {
  padding: 0 0 1rem 0;
}

.sidebar-newsletter__copy {
  font-size: 0.85rem;
  padding: 0 0 1rem 0;
}

.sidebar-newsletter__email {
  border: 0;
  border-radius: 3px;
  font-size: 0.65rem;
  padding: 0.65rem;
  width: 70%;
}

.sidebar-newsletter__submit {
  background: #ed7b01;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 0.65rem;
  padding: 0.65rem 0;
  width: calc(30% - 4px);
}

@media (min-width: 64em) {
  .sidebar-sticky {
    position: sticky;
    right: 0;
    top: 25%;
    background-color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-radius: 25px;
    box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.25);
    margin-right: -25px;
  }
}
#modal-overlay {
  display: none !important;
}

.seasonal-advisory {
  display: grid;
  grid-template-areas: "left left center right right" "footer footer footer footer footer";
  align-content: center;
}

.seasonal-line-left {
  align-content: center;
  grid-area: left;
  margin-top: 1em;
  border-width: 2px;
  border-style: solid;
  padding-top: 0px;
  border-color: rgba(237, 123, 1, 0.58);
}

.seasonal-line-right {
  align-content: center;
  grid-area: right;
  margin-top: 1em;
  border-width: 2px;
  border-style: solid;
  padding-top: 0px;
  border-color: rgba(237, 123, 1, 0.58);
}

@media only screen and (max-width: 42em) {
  .seasonal-line-right,
  .seasonal-line-left {
    display: none;
  }
  .seasonal-advisory {
    display: grid;
    grid-template-areas: "center center center center center" "footer footer footer footer footer";
    align-content: center;
  }
}
#canal-conditions > b {
  font-weight: 500;
}

.card-Subtitle {
  float: left !important;
  width: 100%;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 300;
  font-size: medium !important;
  color: dimgrey !important;
  padding-bottom: 0px !important;
  margin-left: 0.5rem !important;
}

.card-Title {
  float: left;
  width: 100%;
  margin-top: -0.25rem !important;
  font-weight: 300 !important;
  font-family: "SlateRegular" !important;
  font-size: larger !important;
  color: black !important;
  margin-left: 0.5rem;
}

.tile {
  border: 0;
  margin: 1px;
  padding: 0;
  color: #fff;
  height: 150px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  vertical-align: middle;
  background-size: cover;
}

.tile__gradient {
  background: linear-gradient(to right top, rgba(0, 0, 0, 0.25), transparent);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile__underlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 98;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem 0.25rem 1rem;
  font-size: 0.75rem;
}
.tile__underlay * {
  padding: 0rem;
}

.tile__label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.trail_box {
  border-style: solid;
  border-color: lightgrey;
  border-width: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1rem;
  padding-left: 0.5rem;
}

.nudge-margin {
  margin-top: -1rem !important;
}

.remove-padding {
  padding: 0 !important;
}

.widget {
  border: 0;
  height: 150px;
  color: #fff;
  display: block;
  margin: 1px;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hidden {
  display: none;
}

.expand-icon {
  float: right;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-image: url(http://ncc-website-2.s3.amazonaws.com/images/show_arrow.png?mtime=20191129102133);
  transform: rotate(-90deg);
  transform-origin: 50% 25%;
  transition: transform 150ms;
}

.show-Pointer {
  cursor: pointer;
}

.expand-icon:hover {
  transform: rotate(-75deg);
}

.expand-icon-expanded {
  transform: rotate(0deg) !important;
}

.mapouter {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.googleMapResize > iframe {
  width: 100%;
  height: 100%;
}

.gmap_canvas {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#gmap_canvas {
  width: 100% !important;
}

.widget__tall {
  height: 250px;
  text-align: center;
}
.widget__tall .widget__header_image {
  height: 250px;
}
.widget__tall .widget__label {
  font-size: 1.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.widget__i .widget:hover,
.widget:focus,
.widget:active,
.widget:visited {
  color: #fff;
}

.widget__gradient {
  background: linear-gradient(to right top, rgba(0, 0, 0, 0.25), transparent);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.widget__image {
  height: auto;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}

.widget__header_image {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}

.widget__underlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 98;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.5rem 1rem 0.25rem 1rem;
  font-size: 0.75rem;
}
.widget__underlay * {
  padding: 0rem;
}

.widget__label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  /*
  font-family: $headingFont;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;*/
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.widget__mouseover *:not(.widget__label) {
  /*position: absolute;
  bottom: 5px;
  right: 20px;*/
  z-index: 99;
  color: #ffffff;
  display: none;
}

.widget:hover .widget__mouseover *:not(.widget__label) {
  display: block;
}

.widget:hover .widget__mouseover .widget__label {
  display: none;
}

.widget:hover {
  transition: all 3s ease-in-out;
  transform: scale(1.01, 1.01);
  color: #ffffff;
}
.widget:hover img {
  transition: all 1s ease-in-out;
  transform: scale(1.04, 1.04);
}
.widget__overlay {
  background: rgba(0, 77, 105, 0.95);
  display: flex;
  font-size: 0.85rem;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.widget__overlay p {
  padding: 0 0 1rem 0;
}
.widget__overlay p:last-child {
  padding-bottom: 0;
}

.widget:hover .widget__overlay,
.widget:focus .widget__overlay {
  opacity: 1;
}

.new-widget-default {
  border: lightgrey;
  border-width: 1px;
  border-style: solid;
  box-shadow: 4px 5px 5px 0px #00000d;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.new-widget-Header {
  color: white;
  background-color: #004d69;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  border: 1px black solid;
}

.floatCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.textAlignCenter {
  text-align: center;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.overflow {
  float: left;
  margin-left: -25.07vw;
  width: 99.3vw;
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.truncateText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsSideBarEntries {
  padding-top: 0.75em;
}

.newsSideBarEntries:not(:last-child) {
  border-bottom-width: thin;
  border-bottom-style: solid;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}

.eventWidget {
  border-color: black;
  margin: 0.25em;
  text-align: center;
}

.eventWidgetTitle {
  background-color: #004d69;
  border-style: solid;
  border-width: 1px;
  color: white;
}

.horizontal-break-1 {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  height: 0.1em;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
  display: block;
}

.horizontal-break-2 {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  height: 0.1em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  display: block;
}

.horizontal-break-3 {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  height: 0.1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}

.nav-full-width {
  position: relative;
  z-index: 1000;
  background: #003a50;
  box-shadow: 1px 1px 11px 12px #00005e;
}

.nav-links {
  background: #003040;
  color: white;
  align-self: center;
  font-size: smaller !important;
}

.nav-links > div > a {
  color: white;
}

.nav-hover {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center !important;
  border-bottom-style: inset;
  border-bottom-width: 0.25em;
  border-bottom-color: #003040;
}

.nav_menu_button {
  display: none;
}

.full-width {
  width: 100%;
}

.img-widget-shadow img {
  box-shadow: 0px 3px 5px 2px #000026;
}

.addPadding {
  padding-right: 1rem;
  padding-left: 1rem;
}

.profile-padding {
  padding: 2em;
}

.text-justify-centre {
  text-align: center;
}
.text-justify-left {
  text-align: left;
}
.text-justify-right {
  text-align: right;
}
.text-justify-justified {
  text-align: justify;
  text-indent: 2em;
}

.horizontal-image {
  overflow: hidden;
  flex-basis: 25%;
  align-content: center;
}

.horizontal-Card-Title {
  margin-left: 0.2rem;
  margin-top: -0.5rem;
  font-family: "LaurentianRegular", Times, Helvetica, Arial, sans-serif;
}

.horizontal-Card-Content {
  flex-basis: 75%;
  padding: 0.75rem;
}

.horizontal-Card-Text {
  margin-left: 0.2rem;
}

.card-Text {
  max-width: 70%;
}

.horizontal-Card {
  display: flex;
  align-content: center;
  border-radius: 5px;
  height: 25vh;
  width: 55vw;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  overflow: hidden;
  margin-top: 0.75rem;
  position: relative;
  float: left;
}

.CanalHeader {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  background-attachment: fixed;
}

.vertical-Card {
  display: flex;
  width: 12rem;
  height: 16rem;
  flex-flow: column;
  border-width: 1px;
  border-style: solid;
  border-color: lightgray;
  overflow: hidden;
  margin-top: 3rem;
  margin: 0.5em;
  position: relative;
  float: left;
  background-color: white;
  transition: background-color 250ms, box-shadow 250ms;
  cursor: pointer;
}

.vertical-Card:hover {
  background-color: rgb(235, 235, 235);
  box-shadow: 0px 4px 8px #777777;
}

.youtubeVideoStandard {
  float: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
}

.vertical-Card-Center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: inherit;
}

.youtubeCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.vertical-Card h3,
.vertical-Card button,
.horizontal-Card h3,
.horizontal-Card button {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.vertical-Card button,
.horizontal-Card button {
  margin-bottom: 0.5rem;
}

.vertical-Card-Small {
  height: 9rem;
  max-height: 9rem;
  max-width: 73%;
}
.vertical-Card-Small p {
  text-align: center;
  margin-left: 0;
}
.vertical-Card-Small .card-Title {
  margin-top: 0.25rem !important;
}

.vertical-Card .fullCard {
  width: 100%;
  max-height: 135px;
}

.horizontal-Card .fullCardTitle {
  margin-left: 0.5rem;
}
.horizontal-Card .fullCard {
  height: 100%;
  width: auto;
}
.horizontal-Card img.fullCard {
  max-width: unset;
}

.card-Content {
  flex: 0 0 95%;
  min-height: 15rem;
}

.card-Content-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.card-Actions {
  align-self: stretch;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 2rem;
  margin-top: -5px;
}

.card-Paragraph {
  color: black;
  padding: 0.2em;
  padding-top: 1px;
}

.card-Image-Shadow {
  box-shadow: 0px 0px 4px 3px #000060;
}

.btn-nudge {
  margin-top: -10px;
}

img#flagImage.img-skateway-map-flag {
  width: auto;
  height: 45%;
  -o-object-fit: cover;
  object-fit: cover;
}

.skateway-button {
  transition: all 500ms ease-in;
}

.skateway-button:hover {
  background-color: #754900 !important;
}

.flexColumn {
  display: flex;
  flex-direction: column;
  max-width: 400px !important;
}

.trailsSection {
  margin-top: 1rem;
}

.mobileSectionIcons,
.mobileActivitySelect {
  display: none;
}

.hideDesktop {
  display: none;
}

.mapStyle {
  height: 96vh;
  width: 100%;
  z-index: 20;
  padding-bottom: 0px !important;
}

#informationBox {
  padding-right: 0;
  position: fixed;
  background-color: white;
  bottom: 3%;
  right: 27%;
  left: 26%;
  z-index: 100;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 1px 7px 0px black;
  display: none;
}

.selectedTrail {
  background-color: lightblue;
  border-left-color: #df7b3a;
  border-left-style: solid;
  border-left-width: thick;
  border-right-color: #df7b3a;
  border-right-style: solid;
  border-right-width: thick;
}

.headerIcon {
  width: 2rem;
  margin-top: 0.25rem;
  margin-bottom: auto;
}

.expandTab {
  display: none;
}

.allFilters {
  overflow-y: hidden;
}

.removeAnchor {
  font-weight: unset !important;
  text-decoration: unset !important;
  color: unset !important;
}

.navCardLarge {
  width: 266px;
  height: 256px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: thin;
  border-style: solid;
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 0.25em;
  font-size: 0.75rem !important;
}

.hoverOverCard {
  box-shadow: 0;
  transition: all 250ms;
}

.navLargeTitle {
  margin-left: 13.3px;
  color: #636363;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
  margin-bottom: -23px;
  margin-top: 3px;
}

.navLargeText {
  font-weight: 400;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #004c6e;
  font-kerning: normal;
  letter-spacing: unset;
  font-size: 1.25em;
  line-height: 1.1em;
}

.megaCardText {
  color: #787a7c !important;
  font-size: 1em !important;
  line-height: normal;
  font-weight: 300;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

.megaCardText > a {
  width: 100%;
}

.navSmallText {
  font-weight: 400;
  font-size: 1.1rem;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
  color: #004c6e;
  height: 100%;
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
}

.navTextTitle {
  font-weight: 400;
  font-size: 1.25rem;
  color: #636363;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 1em;
}

.navTextText {
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #004c6e;
  font-size: 0.85em;
  line-height: 1em;
}

.cardImage {
  width: 100%;
  height: 128px;
  border-bottom-color: #df7b3a;
  border-bottom-width: thick;
  border-bottom-style: inset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hoverOverCard:hover {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.hoverOverSmallCard {
  transition: all 250ms;
}

.hoverOverSmallCard:hover {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  border-left-color: #004c6e !important;
}

.hoverOverCard:hover > .cardImage {
  border-bottom-color: #004c6e !important;
}

.newsletter-Hover {
  transition: filter 0.75s;
}

.newsletter-Hover:hover {
  filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.25));
}

.desktopDynamicImage {
  background-repeat: no-repeat;
  background-image: url(https://ncc-website-2.s3.amazonaws.com/images/gatineau_park.jpg?mtime=20190410094430&focal=none);
  background-position: center;
  background-size: cover;
}

.navSmallAnchorWrap {
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}

.navSmallCard {
  height: 44px !important;
  border-color: darkgrey !important;
  border-style: solid !important;
  border-width: thin !important;
  border-left-color: #df7b3a !important;
  border-left-width: thick !important;
  margin-right: 5% !important;
  width: 100% !important;
  margin-left: unset !important;
}

.navTextCard {
  min-height: 120px;
  border-color: darkgrey !important;
  border-style: solid !important;
  border-width: thin !important;
  border-top-color: #df7b3a !important;
  border-top-width: thick !important;
  margin-right: 5% !important;
  width: 100% !important;
  margin-left: unset !important;
  margin-bottom: 10px;
}

.shareButtons {
  bottom: 5%;
  z-index: 90;
  left: 50%;
  position: fixed;
  opacity: 0.5;
  transition: all 0.5s;
}

.shareButtons:hover {
  opacity: 1;
}

.MapApplication {
  background-color: white;
}

.megaCardButton {
  cursor: pointer;
}

div.navCardMega {
  height: fit-content !important;
}

.megaCardButton {
  width: 100%;
  text-decoration: none;
  border-style: none;
  color: white;
  margin-top: 1.5em;
  display: block;
}

.megaCardTitle {
  font-weight: 400;
  font-size: larger;
  margin-top: 0.5em;
  margin-bottom: -10px;
  margin-left: unset !important;
  margin-right: unset !important;
  color: #003a50;
  line-height: 0.9em;
}

.megaCardPadding {
  padding: 1em;
}

@media only screen and (min-width: 966px) {
  .navCardMega {
    width: 400px !important;
    padding-bottom: 1em;
    word-wrap: break-word;
  }
  div.navCardMega {
    padding-right: unset;
  }
  .megaCardImage {
    height: 256px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .navTextCard {
    width: 100% !important;
    min-height: unset !important;
  }
  .navSmallAnchorWrap {
    width: 100% !important;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 1300px) {
  .navCardLarge {
    zoom: 120% !important;
  }
}
@media only screen and (max-width: 415px) and (orientation: portrait) {
  .mobileMapExpand {
    height: 100% !important;
    top: 0% !important;
  }
  .expandShow {
    display: none;
  }
  .expandTabCollapse {
    top: 0% !important;
  }
  .expandTab {
    display: block;
    top: 0px;
    position: absolute;
    left: 20.5% !important;
    z-index: 90001;
    height: 2rem;
    width: 3rem;
    background-color: white;
    color: black;
    box-shadow: 4px 0px 3px 1px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 0.5rem;
  }
  .expandTab > p {
    margin-top: 0.25rem;
  }
  #trailTitleLocation {
    display: block !important;
  }
  .fadeHint {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 98%;
    top: 97vh;
    background-color: RGBA(0, 0, 0, 0.25);
    box-shadow: 0px -5px 13px 2px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
  }
  .mobileAlign {
    margin-top: auto;
    margin-bottom: auto;
  }
  .flex-10.filterClass > img {
    margin-top: 0.25rem;
  }
  .navLargeText {
    margin-right: unset !important;
    margin-top: 0.05rem !important;
    font-weight: 375 !important;
    line-height: initial !important;
  }
  .allFilters {
    overflow-y: hidden !important;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding-right: 0;
    border: none;
    width: 100%;
    min-width: 90%;
    height: 40% !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5) !important;
  }
  .mobileMap > .col-12 {
    height: 60%;
    position: absolute !important;
    top: 40%;
    width: 100%;
  }
  #informationBox {
    border-radius: 1rem;
    border-style: solid;
    border-width: 2px;
    position: absolute;
    z-index: 1000;
    top: 5%;
    left: 5% !important;
    right: 5%;
    bottom: 5%;
    background-color: white;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .mobileMap {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw !important;
    left: 0;
    right: 0;
    flex-basis: 100% !important;
  }
  .navSmallCard {
    width: 100% !important;
  }
}
@media only screen and (max-width: 966px) and (orientation: landscape) {
  #trailTitleLocation {
    display: block !important;
  }
  .fadeHint {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 98%;
    top: 97vh;
    background-color: RGBA(0, 0, 0, 0.25);
    box-shadow: 0px -5px 13px 2px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
  }
  .mobileAlign {
    margin-top: auto;
    margin-bottom: auto;
  }
  .flex-10.filterClass > img {
    margin-top: 0.25rem;
  }
  .navLargeText {
    margin-right: unset !important;
    margin-top: 0 !important;
    font-weight: 375 !important;
  }
  .expandShow {
    display: none;
  }
  .expandTabCollapse {
    left: 0% !important;
  }
  .expandTab {
    display: block;
    top: 5em;
    position: absolute;
    left: 38.5%;
    z-index: 90000;
    height: 2rem;
    width: 3rem;
    background-color: white;
    color: black;
    box-shadow: 4px 0px 3px 1px rgba(0, 0, 0, 0.25);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0.5rem;
  }
  .expandTab > p {
    margin-top: 0.25rem;
  }
  .allFilters {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -0.5rem;
    padding-right: 0;
    border: none;
    width: 40%;
    min-width: 33%;
  }
  #informationBox {
    border-radius: 1rem;
    border-style: solid;
    border-width: 2px;
    height: 94%;
    position: absolute;
    z-index: 1000;
    top: 1%;
    left: 42%;
    right: 3%;
    background-color: white;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .informationBoxFullScreen {
    left: 5% !important;
    right: 5% !important;
  }
  .mobileMap > .col-12 {
    max-height: 100vh;
    flex-basis: unset;
    max-width: 100vw;
    width: 100vw;
    height: 98vh;
    position: absolute;
  }
  .mobileMap {
    position: sticky;
    flex-basis: unset;
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 966px) and (max-height: 966px) {
  .fadeHint {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 98%;
    top: 97vh;
    background-color: RGBA(0, 0, 0, 0.25);
    box-shadow: 0px -5px 13px 2px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
  }
  .mobileAlign {
    margin-top: auto;
    margin-bottom: auto;
  }
  .flex-10.filterClass > img {
    margin-top: 0.25rem;
  }
  .iconBarStyle {
    background-color: rgb(244, 244, 244);
    width: 100vw !important;
    padding-left: 0.75rem !important;
    margin: 0 !important;
    height: 3.2rem;
  }
  .desktopDynamicImage {
    background-repeat: unset !important;
    background-image: unset !important;
    background-position: unset !important;
    background-size: unset !important;
  }
  #main_map {
    background-color: white;
    backdrop-filter: unset !important;
    padding: unset !important;
    box-shadow: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
  }
  .navCardLarge {
    width: 100% !important;
    height: 85px !important;
    border-color: rgba(0, 0, 0, 0.2);
    border-width: thin;
    border-style: solid;
    margin-right: 0.25em;
    margin-left: 0.25em;
    margin-bottom: 0.25em;
    line-height: 90%;
  }
  .makeFullWidth {
    width: 95%;
  }
  .cardImage {
    margin-right: 0.5rem !important;
    width: 36%;
    max-width: 140px !important;
    height: 85px !important;
    border-right-color: #df7b3a;
    border-right-width: thick;
    border-right-style: inset;
    border-bottom: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
  }
  .navLargeTitle {
    line-height: 95% !important;
    margin-bottom: -18px !important;
  }
  p.megaCardTitle {
    line-height: 95% !important;
    margin-bottom: 0px !important;
    margin-top: 1em;
    text-align: center;
  }
  .selectActivity {
    overflow-y: auto;
    height: 80%;
  }
  .hideBreadcrumbs {
    display: none !important;
  }
  #selectedActivitySpan,
  #difficultyFilterSpan,
  #durationFilterSpan,
  .hideFooter {
    display: none !important;
  }
  .flexColumn {
    max-width: unset !important;
  }
  .trailCard {
    transition: unset !important;
  }
  .trailCard:hover {
    box-shadow: unset !important;
    transform: unset !important;
  }
  .sectionHeader {
    color: white !important;
    background-color: rgb(0, 77, 105) !important;
    min-height: 1.3rem;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .sectionHeader div:first-child {
    display: none !important;
  }
  .headerIcon {
    display: none;
  }
  #ActivityHeaderImage {
    display: none !important;
  }
  .mapStyle {
    height: unset;
    width: unset;
  }
  #TrailSelect,
  #ActivitySelect,
  #TimeSelect,
  #DifficultySelect {
    min-width: 2.8rem;
    min-height: 2.8rem;
  }
  .goToLocation {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
    float: left;
  }
  #main_map {
    max-width: 100vw !important;
    width: 100vw !important;
    margin-top: 0.25rem;
  }
  .filterIconsPos,
  .filterIconsNeg {
    height: 2.2rem;
    max-width: unset;
  }
  .hideDesktop {
    display: contents !important;
  }
  .closeWindow {
    right: 1em !important;
    width: 1rem;
  }
  .chip-activity {
    font-size: medium !important;
  }
  .sectionBox {
    border: none !important;
    top: 2.8rem !important;
    left: 0rem;
    width: 100%;
    position: absolute !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: 31vh;
    overflow-y: auto;
    box-shadow: inset 0px -7px 8px -4px rgba(0, 0, 0, 0.5);
    height: 100% !important;
    padding-left: 0.25rem;
  }
  .goToLocation > img,
  .expandInfo > img {
    width: 1.5rem !important;
  }
  #trailTitle {
    margin-top: 0.5rem !important;
  }
  .hideInfo {
    display: none;
  }
  .mobileFloat {
    position: sticky;
    z-index: 22;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.25);
    flex-basis: unset !important;
    max-height: 100vh;
    background-color: white;
    margin: 0m !important;
    padding: 0 !important;
  }
  .filterIconsPos {
    display: none;
  }
  .mobileMap > .col-12 > iframe {
    border: none;
  }
  .mobileFull {
    height: 100vh;
    width: 100vw;
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .mobileSectionIcons,
  .mobileActivitySelect {
    background-color: white;
    display: inline-block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: none;
    margin-left: 5px;
    margin-left: 5px;
    min-width: 2rem;
    box-shadow: none;
    height: 2rem;
    z-index: 100;
    padding: 0.15rem;
  }
  .mobileSectionIcons,
  .mobileActivitySelect:focus {
    border-bottom: none;
    border-color: black;
  }
  .mobileSectionIcons,
  .mobileActivitySelect:active {
    border-bottom: none;
    border-color: black;
  }
  .difficultyFilters {
    font-size: medium !important;
    font-weight: 400 !important;
  }
  .medTrail,
  .easyTrail,
  .hardTrail {
    width: 0.5rem !important;
    height: 0.5rem !important;
    margin-left: 0.25rem !important;
  }
  .spacerFlex {
    display: none !important;
  }
  .titleFlex {
    flex-basis: 65%;
  }
  .filter-nudge {
    margin-top: unset;
    margin-left: 0.15rem;
  }
  .trailDetails {
    font-size: small !important;
    font-weight: 300 !important;
  }
  .selectActivity {
    border-width: 0 !important;
    margin-left: unset;
    margin-top: unset;
    top: 2.8rem !important;
    left: 0rem;
    width: 100%;
    position: absolute !important;
    padding-left: 0.25rem;
  }
  .hideTab {
    display: none;
  }
  #trailInformationBox {
    margin-left: 0.25rem !important;
    width: unset !important;
    text-align: unset !important;
    height: 100% !important;
  }
  #trailTitle {
    line-height: 1.1rem !important;
    font-size: 1.1rem !important;
    margin-left: 0 !important;
  }
}
.goToLocation {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 42em) {
  .goToLocation {
    display: contents !important;
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .youtubeVideoStandard {
    float: left;
    width: 80%;
    margin-left: 0px;
  }
  .CanalHeader {
    margin: 0px !important;
  }
  .mobile-text-margins {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  div.vertical-Card-Small {
    height: 14rem;
    max-height: 14rem;
  }
  .vertical-Card .fullCard {
    width: 100%;
    max-height: 205px;
    height: 189px;
  }
  .horizontal-Card {
    border-radius: 5px;
    min-height: 10rem;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    box-shadow: 0px 2px 1px 0px #000060;
    position: relative;
    float: left;
    width: 98%;
    height: auto;
    max-height: unset;
  }
  .card-Content-flex {
    display: block;
  }
  .titleband {
    background-color: rgb(0, 117, 129);
    position: absolute;
    height: 4rem;
    width: 100%;
    bottom: 0rem;
  }
  .titleband h2 {
    margin-top: -0.25rem;
  }
  .card-Text {
    max-width: 100%;
    padding-left: 0.5rem;
    max-height: 80%;
  }
  .img-regular img {
    width: 100vw;
  }
  .img-thumbnail img {
    width: 50vw;
  }
  .img-fullsize img {
    width: 100vw;
  }
  .img-figure-control img {
    width: 25%;
  }
}
@media only screen and (max-width: 42em) {
  .img-regular img {
    width: 50vw;
  }
  .img-thumbnail img {
    width: 25vw;
  }
  .img-fullsize img {
    width: 100vw;
  }
  .img-figure-control img {
    width: 25%;
  }
  .vertical-Card {
    width: 98%;
    margin-left: 0%;
    margin-right: 0%;
    height: 22rem;
  }
}
@media only screen and (max-width: 64em) {
  .overflow {
    float: left;
    margin-left: -0.4vw;
    width: 103vw;
    background-color: #0ff;
  }
  .blurWood {
    margin-top: -27px;
  }
  .horizontal-Image {
    width: 100%;
    height: unset;
  }
  .horizontal-Image img.fullCard {
    max-width: unset;
  }
  .news {
    padding: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    word-break: break-word;
  }
  .newSideBar {
    overflow: hidden;
    font-size: smaller;
    background: #e5e5e5;
    padding: 0.65rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    word-break: break-word;
  }
  .nav-links {
    box-shadow: inset 0px 10px 12px 0px rgba(0, 0, 0, 0.25);
  }
  .nav-rollup {
    visibility: hidden;
    height: 0px;
    z-index: 999;
  }
  .nav-small-pin {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 15%;
    min-height: 5em;
    max-height: 5em;
  }
  .nav_menu_button {
    display: block;
    z-index: 1001;
    background-color: white;
    padding: 6px;
    margin: 1em;
    border-radius: 5px;
    z-index: 999;
    cursor: pointer;
    float: right;
  }
  .nav-hover:hover {
    background-color: #011319;
  }
}
@media only screen and (min-width: 64em) {
  .img-regular img {
    width: 512px;
  }
  .img-thumbnail img {
    width: 256px;
  }
  .img-fullsize img {
    width: 100%;
  }
  .img-figure-control img {
    width: 25%;
  }
  .news {
    border: lightgrey;
    border-width: 1px;
    border-style: solid;
    padding: 1em;
    box-shadow: 4px 5px 5px 0px #00000d;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .newSideBar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    font-size: smaller;
    background: #e5e5e5;
    padding: 0.65rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .nav-hover:hover {
    border-bottom-color: rgb(169, 133, 3);
  }
  .nav-links::before {
    background: rgb(0, 58, 79);
    background: linear-gradient(90deg, rgb(0, 58, 79) 0%, rgb(0, 48, 64) 100%);
    min-width: 2em;
    content: " ";
  }
  .make-sticky {
    position: sticky;
    top: 19vh;
  }
}
.gallary-margin {
  margin-top: 1em;
}

.external-link {
  width: 0.75em;
  margin-bottom: 0.5em;
  margin-right: -0.75em;
  filter: invert(1);
}

.responsive-video {
  padding-bottom: 56.25%;
  /* for 16:9 ratio */
  padding-top: 25px;
  position: relative;
  height: 0;
  margin-top: 1rem;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-frame {
  width: 95%;
  margin: auto;
  max-width: 1200px;
}

.selectActivity {
  width: 100%;
  max-width: 400px;
}

#main_map {
  max-width: 99%;
  width: 99%;
  margin-top: 0.25rem;
}

.Trails {
  min-height: 19rem;
  margin-bottom: 0.25rem;
  background-color: white;
}

.sectionHeader > div > p {
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: -0.25rem;
  margin-left: 0.25rem;
}

.sectionHeader > div > span {
  font-weight: 300;
  color: white;
}

.sectionHeader {
  color: rgb(0, 77, 105);
  background-color: #bcbec0;
  padding-left: 0.25rem;
  width: 100%;
  margin-left: 0 !important;
  transition: all 250ms;
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sectionHeader:hover {
  color: white !important;
  background-color: rgb(0, 77, 105) !important;
  cursor: pointer;
}

.sectionHeaderSelected {
  color: white !important;
  background-color: rgb(0, 77, 105) !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.sectionBox {
  max-width: 400px;
  border-color: rgb(88, 88, 88);
  margin-bottom: 0.15rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.difficultyFilters:hover {
  background-color: rgb(200, 200, 255);
}

.trailFilters {
  margin-top: 0.15rem;
  width: 100%;
  max-width: 400px;
}

.trailBackground {
  color: white;
  background-color: rgb(50, 50, 50);
  text-align: center;
  min-height: 10rem;
}

.mapFilter {
  height: 6rem;
  text-align: center;
  color: black;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-clip: content-box;
  background-position: center;
}

.filterText {
  height: 2rem !important;
  font-size: 2em;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

.filterText:hover {
  font-size: 2.2rem;
}

.filter {
  height: 20%;
  padding-top: 0.75rem;
  font-size: 0.75rem;
  height: 20vh;
  margin-bottom: 1rem;
}

.chip,
.chip-activity,
.difficultyFilters {
  cursor: pointer;
  margin: 0.1rem;
  padding: 0.25rem;
  width: 100%;
  color: black;
  transition: 0.25s;
  float: left;
  margin: 0px !important;
  margin-top: 1px;
  padding: 0.05rem !important;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
  font-size: x-large;
  font-weight: 500;
  display: flex;
}

.flex-90 {
  flex-basis: 90%;
}

.flex-20 {
  flex-basis: 20%;
}

.flex-15 {
  flex-basis: 15%;
}

.flex-10 {
  flex-basis: 10%;
}

.flex-7 {
  flex-basis: 7%;
}

.flex-5 {
  flex-basis: 5%;
}

.chip-filter > div {
  margin-bottom: auto;
  margin-top: auto;
}

.chip:hover,
.chip-activity:hover {
  background-color: rgb(200, 200, 255);
}

.chip:focus,
.chip-activity:focus {
  background-color: rgb(220, 220, 255);
}

.chip:active,
.chip-activity:active {
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.chipActivitySelected {
  background-color: rgb(200, 200, 255);
}

.chip-Filter > * > img {
  width: 1em;
  height: 1em;
}

.filterClass {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: auto;
  margin-bottom: auto;
}

.chip-Filter {
  height: 2rem;
}

.chip-Filter.chipSelected img {
  content: url("https://ncc-website-2.s3.amazonaws.com/images/Checkbox_ON.svg");
}

.trailList {
  height: 80vh;
  width: 90%;
  padding: 1rem;
  overflow-y: scroll;
  background-color: rgb(200, 200, 200);
}

.trailWrap {
  height: 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.buttonFlex {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.buttonFlex > img {
  height: 1rem;
  width: 1rem;
}

.trailCard {
  line-height: 1.2;
  width: 96%;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom-color: rgb(88, 88, 88);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  cursor: pointer;
  display: flex;
  flex-flow: wrap;
  padding-top: 0.25rem;
  transition: all 500ms;
}

.trailCard:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}

.trailLengthSection {
  background-color: rgb(38, 88, 113);
  padding: 0px;
  color: white;
  text-align: center;
  width: 100%;
}

.trailDetails {
  color: black;
  font-weight: 400;
  font-size: large;
}

.trailKM {
  height: 1rem;
}

#trailIconography {
  height: 4rem;
  display: flex;
  flex-direction: column;
  padding: 0.25em;
}

#trailIconography > div > div > * {
  padding-right: 0.25em;
}

#trailIconography > * > span {
  margin-left: 0.25rem;
}

#trailDifficultyText {
  text-transform: capitalize !important;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif !important;
}

.trailIcons {
  height: 1.5rem;
}

.difficultyNudge {
  margin-bottom: 0.25em;
}

.easyTrail {
  height: 16px;
  width: 16px;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  margin-left: 0.25rem;
  background-color: rgb(38, 143, 88);
  border-radius: 100%;
  display: inline-block;
}

.medTrail {
  height: 16px;
  width: 16px;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  margin-left: 0.25rem;
  background-color: rgb(38, 88, 113);
  display: inline-block;
}

.hardTrail {
  height: 16px;
  width: 16px;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
  margin-left: 0.25rem;
  background-color: black;
  transform: rotate(45deg);
  display: inline-block;
}

#trails {
  background-color: white;
  width: 98%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 5px;
}

.trailSynopsis {
  height: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 50%;
  float: left;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

.trailRatings {
  margin-top: -1rem;
}

.trail,
.length {
  border-width: 1px;
  border-style: solid;
  padding: 0.15rem;
  font-size: small;
  width: 12rem;
}

.easy,
.short {
  background-color: seagreen;
}

.medium {
  background-color: lightskyblue;
  color: black;
}

.hard,
.long {
  background-color: black;
  color: white;
}

#trailInformationBox {
  overflow-y: auto;
  height: 35vh;
}

.difficultyFlex,
.spacerFlex {
  flex-basis: 8%;
}

.closeWindow {
  position: absolute;
  right: 0.5rem;
  width: 1em;
  top: 0.5rem;
  transition: filter 250ms;
}

.closeWindow:hover {
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px black);
}

.lengthFlex {
  flex-basis: 55%;
  color: #26586d;
  font-weight: 600;
}

.titleFlex {
  flex-basis: 100%;
  margin-left: calc(0.5rem + 8%);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#trailTitleLocation {
  display: contents;
}

#trailDistance {
  background-color: #265871;
  color: white;
  height: 2.5rem;
  width: 6.5rem;
  display: none;
  font-weight: 600;
  padding: 4px;
  font-size: larger;
  margin-right: 0.5rem;
}

#trailTitle,
#trailLocation {
  font-weight: 400;
  font-size: 1.1rem;
  color: black;
  line-height: 1.4rem;
}

#trailInformation {
  border-top-color: black;
  border-top-width: thin;
  border-top-style: solid;
  margin-top: 0.75rem;
}

.mapIframe {
  width: 100%;
  height: 100%;
  border: thin;
  border-color: black;
  border-style: solid;
}

.goToLocation > img,
.expandInfo > img {
  width: 2rem;
}

.goToLocation,
.expandInfo {
  padding: 0;
  width: auto;
  background-color: transparent;
  border: none;
}

.curator-iframe {
  width: 100%;
  height: 550px;
  border: none;
}

.AddToCalendar {
  display: flex;
  margin: auto;
  width: fit-content;
  background-color: rgba(240, 240, 240, 0.9);
  padding: 0.5em;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}

.AddToCalendar:hover {
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
  background-color: rgba(240, 240, 240, 0.98);
}

@media only screen and (max-width: 750px) {
  .curator-iframe {
    height: 850px;
  }
}
.section--primary {
  padding: 2rem 0;
  background: linear-gradient(to bottom, #004d69, #002836);
  color: #fff;
}
.section--primary iframe {
  max-width: 100%;
}
.section--primary h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  padding: 0;
}
.section--primary img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section--primary .primary-image {
  width: 485px;
  height: 275px;
  object-fit: cover;
  max-width: 100%;
  max-width: 100%;
  float: left;
  margin: 0 2em 0 0;
}
@media (max-width: 64em) {
  .section--primary .primary-image {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.zoom {
  overflow: hidden;
  max-width: 485px;
  float: left;
  display: block;
  margin-right: 2em;
  text-align: justify;
}

.zoom img {
  transform: scale(1);
  transition: all 1s ease-in-out;
}

.zoom img:hover {
  transform: scale(1.04);
}

.section-secondary {
  border: 20px solid #e8e8e8;
  background: #f4f4f4;
  padding: 20px;
  margin-top: 10px;
}

.section-secondary h4 {
  padding-top: 10px;
}

.related {
  padding: 1em 0;
}

.related-header {
  text-align: center;
}

/* Google search console is reporting our page text as too small to read on mobile...
.related .date {
	font-size: smaller;
}
*/
.related-item {
  padding: 1rem;
}

.related-item-thumbnail {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  text-align: center;
}
.related-item-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  vertical-align: middle;
}
.related-item-thumbnail .boxedIn {
  overflow: hidden;
}
.related-item-thumbnail img:hover {
  transition: transform 1s ease;
  transform: scale(1.04, 1.04);
}
.related-item-thumbnail:hover {
  border: 0;
}
.related-item-thumbnail:hover .related-item-thumbnail-overlay {
  opacity: 1;
}

.related-item-thumbnail-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 77, 105, 0.75);
  color: #fff;
  font-size: 2rem;
  transition: all 0.4s;
}

.related-item-datetime {
  font-size: 17px;
  line-height: 1;
  margin: 0.25rem 0;
}

.related-item-title {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  margin: 0.25rem 0;
}
.related-item-category {
  background: #d6d9d1;
  border: 0;
  font-size: 17px;
  display: inline-block;
  padding: 0 4px;
  margin: 0.25rem 0;
}
.related-item-category:hover, .related-item-category:focus, .related-item-category:active {
  background: #004d69;
  color: #fff;
  border: 0;
}

@media screen and (max-width: 992px) {
  .related-item-thumbnail img {
    width: 100%;
  }
}
.document {
  border: 20px solid #e8e8e8;
  background: #f4f4f4;
  padding: 20px;
  margin-top: 10px;
  display: inline-block;
  width: 250px;
}
.document img {
  max-width: 25px;
}

.profile {
  margin: 1em auto;
}
.profile p {
  padding-bottom: 0;
}

.profile-image {
  margin: 0.5em;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50px;
  float: left;
}

.profile-image-main {
  margin-top: 2em;
  max-height: 512px;
  height: auto;
  width: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media (max-width: 36em) {
  .profile-image {
    margin: 0.5em auto;
    display: inline-block;
    float: none;
  }
}
.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links li {
  margin: 0 0.25rem;
  padding: 0;
}
.social-links li a {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 24px;
  display: inline-block;
  line-height: 48px;
  height: 48px;
  width: 48px;
}
.social-links li a:hover,
.social-links li a:focus {
  border: 1px solid #004d69;
}

.social-links--inline {
  text-align: center;
}
.social-links--inline li {
  display: inline-block;
}

.freeform-row .freeform-column .freeform-instructions {
  color: #000 !important;
  font-size: 22px !important;
}

.gallery {
  /* width: 100vw; */ /*Can be used to maintain absolutly consistant row spaceing, however it causes padding issues along the right side when enabled */
  max-width: 50.5rem;
  position: relative;
  /* padding: 2rem; */
  text-align: center;
  line-height: initial;
  font-weight: initial;
  margin: 0; /* auto also works here */
}

.lightgallery a {
  height: 250px;
}

.lightgallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Set Layout based on # of images */
.gallery-2images > * {
  width: calc(50% - 0.6rem);
  height: 20vw;
  max-height: 240px;
}
.gallery-2images > * img {
  width: 100%;
  display: flex;
} /* 2 */
.gallery-2images-sponsors > * {
  width: calc(50% - 0.5rem);
}

.gallery-2images-sponsors li:nth-child(2n) {
  border-right: 0;
}

.gallery-2images-sponsors li:nth-last-child(-n+2) {
  border-bottom: 0;
}

.gallery-3images > * {
  width: calc(33.3333333333% - 0.5rem);
  height: 20vw;
  max-height: 200px;
} /* 3 */
.gallery-3images-sponsors > * {
  width: calc(33.3333333333% - 0.5rem);
}

.gallery-3images-sponsors li:nth-child(3n) {
  border-right: 0;
}

.gallery-3images-sponsors li:nth-last-child(-n+3) {
  border-bottom: 0;
}

.gallery-4images > * {
  width: calc(25% - 0.4rem);
  height: 15vw;
  max-height: 150px;
} /* 4 */
.gallery-4images-sponsors > * {
  width: calc(25% - 0.5rem);
}

.gallery-4images-sponsors li:nth-child(4n) {
  border-right: 0;
}

.gallery-4images-sponsors li:nth-last-child(-n+4) {
  border-bottom: 0;
}

.gallery-5images > * {
  width: calc(33.3333333333% - 0.5rem);
  height: 20vw;
  max-height: 200px;
} /* 2 then 3 */
.gallery-5images-sponsors > * {
  width: calc(33.3333333333% - 0.5rem);
}

.gallery-5images-sponsors li:nth-child(3n) {
  border-right: 0;
}

.gallery-5images-sponsors li:nth-last-child(-n+3) {
  border-bottom: 0;
}

.gallery-6images > * {
  width: calc(33.3333333333% - 0.5rem);
  height: 20vw;
  max-height: 200px;
} /* 2 sets of 3 */
.gallery-6images-sponsors > * {
  width: calc(33.3333333333% - 0.5rem);
}

.gallery-6images-sponsors li:nth-child(3n) {
  border-right: 0;
}

.gallery-6images-sponsors li:nth-last-child(-n+3) {
  border-bottom: 0;
}

.gallery-7images > * {
  width: calc(33.3333333333% - 0.5rem);
  height: 20vw;
  max-height: 200px;
} /* 3 then 4 */
.gallery-7images-sponsors > * {
  width: calc(33.3333333333% - 0.5rem);
}

.gallery-7images-sponsors li:nth-child(3n) {
  border-right: 0;
}

.gallery-7images-sponsors li:nth-last-child(-n+3) {
  border-bottom: 0;
}

.gallery-8images > * {
  width: calc(25% - 0.4rem);
  height: 15vw;
  max-height: 150px;
} /* 2 sets of 4 */
.gallery-8images-sponsors > * {
  width: calc(25% - 0.5rem);
}

.gallery-8images-sponsors li:nth-child(4n) {
  border-right: 0;
}

.gallery-8images-sponsors li:nth-last-child(-n+4) {
  border-bottom: 0;
}

.gallery-9images > * {
  width: calc(33.3333333333% - 0.5rem);
  height: 20vw;
  max-height: 200px;
} /* 3 sets of 3 */
.gallery-9images-sponsors > * {
  width: calc(33.3333333333% - 0.5rem);
}

.gallery-9images-sponsors li:nth-child(3n) {
  border-right: 0;
}

.gallery-9images-sponsors li:nth-last-child(-n+3) {
  border-bottom: 0;
}

.gallery-10images > * {
  width: calc(25% - 0.5rem);
  height: 15vw;
  max-height: 150px;
} /* 2 then 4,4 */
.gallery-10images-sponsors > * {
  width: calc(25% - 0.5rem);
}

.gallery-10images-sponsors li:nth-child(4n) {
  border-right: 0;
}

.gallery-10images-sponsors li:nth-last-child(-n+4) {
  border-bottom: 0;
}

.gallery-11images > * {
  width: calc(25% - 0.5rem);
  height: 15vw;
  max-height: 150px;
} /* 3 then 4,4 */
.gallery-11images-sponsors > * {
  width: calc(25% - 0.5rem);
}

.gallery-11images-sponsors li:nth-child(4n) {
  border-right: 0;
}

.gallery-11images-sponsors li:nth-last-child(-n+4) {
  border-bottom: 0;
}

.gallery-12images > * {
  width: calc(25% - 0.4rem);
  height: 15vw;
  max-height: 150px;
} /* 3 sets of 4 */
.gallery-12images-sponsors > * {
  width: calc(25% - 0.5rem);
}

.gallery-12images-sponsors li:nth-child(4n) {
  border-right: 0;
}

.gallery-12images-sponsors li:nth-last-child(-n+4) {
  border-bottom: 0;
}

/* Special Cases of 5,7,10,11 images - aka different sizing from row to row */
.special-2edition > * {
  width: calc(50% - 0.6rem);
  height: 25vw;
  max-height: 240px;
}
.special-2edition > * img {
  width: 100%;
  display: flex;
}

.special-3edition > * {
  width: calc(33.3333333333% - 0.5rem);
  height: 20vw;
  max-height: 200px;
}
.special-3edition > * img {
  width: 100%;
  display: flex;
}

.special-4edition > * {
  width: calc(25% - 0.4rem);
  height: 15vw;
  max-height: 150px;
}
.special-4edition > * img {
  width: 100%;
  display: flex;
}

#gallery-webcam img {
  width: 100%;
  display: flex;
}

.gallery-image {
  display: flex;
}

.gallery-item {
  display: inline-block;
  margin: 0rem auto;
  /*
  min-width: 100px;
  height: 9.7rem; */
  position: relative;
  padding-bottom: none;
  overflow: hidden;
}

.gallery-item a {
  border-bottom: none;
  padding-bottom: none;
}

.gallery-item figure {
  border-bottom: none;
  padding-bottom: none;
}

.gallery-image-overlay {
  background: rgba(0, 59, 76, 0.85);
  /* border-radius: 3px; rounded corners not needed, as they are not in line with the look of the images across the rest of the site... */
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s;
  align-items: center;
}

.gallery-item a:hover .gallery-image-overlay {
  opacity: 1;
}

.gallery-caption {
  display: none;
}

/*for sponsors only*/
.gallery-title {
  text-align: center;
  margin: 0 0 2rem 0;
}

.gallery-sponsors ul {
  margin: auto;
  width: 100%;
  justify-content: center;
}

.gallery-sponsors .gallery-list > * {
  border-right: 1px solid #003b4c;
  border-bottom: 1px solid #003b4c;
  /* padding: 2rem 0; */
  text-align: center;
  transition: background 0.5s ease-in-out;
}

.gallery-sponsors .gallery-list > *:hover {
  background: #eee;
}

.gallery-sponsors .gallery-list > *:last-child {
  border-right: 0;
}

.gallery-sponsors > * a {
  border-bottom: none;
}

.gallery-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
  text-align: center;
}

.gallery-sponsors-list {
  display: flex;
  flex-wrap: wrap;
}

.gallery-list > * {
  float: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-list > * img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-item-webcam {
  display: inline-block;
  margin: 0rem auto;
  position: relative;
}

/* Responsive Styling */
@media (max-width: 64em) {
  .gallery-2images > * {
    width: calc(50% - 0.6rem);
    height: 20vw;
  }
  .gallery-2images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-3images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 15vw;
    max-height: 150px;
  }
  .gallery-4images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .gallery-6images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 15vw;
    max-height: 150px;
  }
  .gallery-8images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .gallery-9images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 15vw;
    max-height: 150px;
  }
  .gallery-12images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .special-4edition > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .special-4edition > * img {
    width: 100%;
    display: flex;
  }
  .gallery-list > * img {
    height: 150px;
  } /*this may need some adjustments */
}
@media (max-width: 48em) {
  .gallery-2images > * {
    width: calc(50% - 0.6rem);
    height: 20vw;
  }
  .gallery-2images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-4images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .gallery-8images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .gallery-12images > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .special-4edition > * {
    width: calc(33.3333333333% - 0.5rem);
    height: 20vw;
  }
  .special-4edition > * img {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 32em) {
  .gallery-2images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-2images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-3images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-3images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-4images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-4images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-5images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-5images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-6images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-6images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-7images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-7images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-8images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-8images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-9images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-9images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-10images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-10images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-11images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-11images > * img {
    width: 100%;
    display: flex;
  }
  .gallery-12images > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .gallery-12images > * img {
    width: 100%;
    display: flex;
  }
  .special-3edition > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .special-3edition > * img {
    width: 100%;
    display: flex;
  }
  .special-4edition > * {
    width: calc(50% - 0.6rem);
    height: 25vw;
  }
  .special-4edition > * img {
    width: 100%;
    display: flex;
  }
  .gallery-list > * img {
    height: 100px;
  }
}
@media (max-width: 20em) {
  .gallery-list > * img {
    height: 75px;
  }
}
.home-nav {
  margin-top: 2em;
}

.home-news {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.home-news:before {
  content: "";
  background: url("../../img/crown-of-leaves-dark.png");
  background-position: center top;
  background-size: 863px 853px;
  background-repeat: no-repeat;
  opacity: 0.05;
  position: absolute;
  top: 1rem;
  left: 50%;
  height: 853px;
  width: 863px;
  transform: translateX(-50%);
  z-index: 2;
}

.home-news .container {
  position: relative;
  z-index: 3;
}

.home-news .card {
  margin-right: 10px;
}

/* Committees
============================================================================ */
.committees {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 700px;
}

.committee-title {
  font-weight: 400;
}

.committee-description {
  margin: 0 0 2rem;
}

.committee-members {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.committee-members:after {
  content: "";
  display: table;
  clear: both;
}

.committee-member {
  width: 50%;
  padding: 0.25rem;
  margin: 0;
}

.committee-member a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: 0;
  padding-bottom: 0;
}

.committee-member a:hover {
  background: #eee;
}

.committee-member img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  float: left;
  margin-right: 1rem;
  vertical-align: middle;
  max-width: 100px;
}

.committee-member p {
  margin: 0;
}

.committee-member p span {
  display: block;
}

.committee-member p span:first-child {
  font-size: 17px;
  font-weight: 700;
}

.committee-member p span:last-child {
  font-size: 13px;
}

@media screen and (max-width: 700px) {
  .committee-member {
    width: 100%;
  }
}
.search-results-item {
  padding: 1em 0.5em;
}
.search-results-item * {
  padding: 0;
}

#CookieBanner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

#CookieNotice {
  font-weight: 500;
}

#CookieAccept:hover {
  background-color: #3a5e07;
}

#CookieAccept {
  background-color: rgb(14, 14, 14);
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 2px;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  margin-bottom: 1rem;
  font-size: x-large;
  float: right;
  transition: all 0.25s;
}

@media (max-width: 321px) {
  #CookieNotice {
    font-weight: 400;
    text-transform: uppercase;
  }
  #CookieDescription {
    font-size: unset !important;
  }
}
.CookiePlacement {
  z-index: 10000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgb(14, 14, 14);
  border-top: #a6ce39 solid 0.2rem;
  box-shadow: 0 0 12px 0px black;
}

@media (max-width: 62em) {
  #CookieBanner {
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.25rem;
  }
  #CookieDescription {
    font-size: unset !important;
  }
}
/* Style the accordian */
/* Style the buttons that are used to open the accordian content */
.accordian-link {
  overflow: hidden;
  border: none;
  background-color: #fff;
  -o-border-image: linear-gradient(to right, #ccc, #333, #ccc) 1;
  border-image: linear-gradient(to right, #ccc, #333, #ccc) 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  display: block;
  outline: none;
  width: 100%;
  cursor: pointer;
  padding: 20px 20px;
  transition: 0.3s;
  font-size: larger;
  font-weight: bold;
  text-align: left;
  border-collapse: collapse;
  color: #646464;
}

.accordian-link:before {
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-size: larger;
  text-decoration: none;
  margin: 5px 20px 5px 5px;
  color: rgba(0, 0, 0, 0.35);
}

.accordian-link.active:before {
  content: "\f056";
}

/* Style the accordian content */
.accordians .accordian-panel {
  padding: 2em 2em;
  display: block;
  background-color: rgba(0, 0, 0, 0.03);
  border-style: none;
  border-color: #ed7b01;
  border-left-style: outset;
  border-left-width: thick;
}

.accordians .accordian-panel {
  display: none;
}

.accordians div.active {
  display: block;
}

.accordians-dark {
  border: 1px solid #000;
  background-color: 4d69;
  color: #ffffff;
}

/* Button
============================================================================ */
.button {
  margin: 0.5rem 0 0.5rem 0;
  text-align: center;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: all 250ms ease-in-out;
}

.button a {
  color: #787a7c;
  border-bottom: none;
}

.btn-xs {
  font-size: 0.6rem;
  padding: 4px 10px;
}

.btn-sm {
  font-size: 0.8rem;
  padding: 8px 16px;
}

.btn-md {
  font-size: 1rem;
  padding: 12px 24px;
}

.btn-lg {
  font-size: 1.2rem;
  padding: 16px 32px;
}

.btn-xl {
  font-size: 1.4rem;
  padding: 20px 40px;
}

.btn-default {
  border-color: #d9d9d9;
}

.btn-gray {
  background-color: #eeeeee;
  border-color: #d9d9d9;
}

.btn-gray:hover a, .btn-gray:focus a, .btn-gray:active a {
  background: #e1e1e1;
  border-color: #cccccc;
}

.btn-primary {
  background: #003B4C;
  border-color: #002733;
  color: #fff;
}

.btn-primary a {
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #002733;
  border-color: #002733;
  color: #fff;
}

.btn-secondary {
  background: #d46e01;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.btn-secondary a {
  color: #fff;
  font-weight: bold;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #d46e01;
  color: #fff;
}

.btn-tertiary {
  background: #768068;
  border-color: #69725d;
  color: #fff;
}

.btn-tertiary a {
  color: #fff;
}

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active {
  background: #69725d;
  border-color: #69725d;
  color: #fff;
}

.btn-half {
  display: block;
  width: 40%;
  margin: auto;
}

.btn-inline {
  width: -moz-max-content;
  width: max-content;
  display: table;
}

.btn-old-inline {
  display: inline;
}

@media (max-width: 48em) {
  .btn-half {
    width: 100%;
  }
}
/* Card
============================================================================ */
.card {
  margin: 1rem 0;
}

.card-title {
  padding-top: 0px;
  margin: 0px;
  width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
}

.card-content {
  font-size: 0.85rem;
  padding: 0;
  text-align: center;
}

.card-header a {
  border-bottom: none;
  padding-bottom: 0px;
}

.card-footer {
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
}

.card-footer a:hover,
.card-footer a:active {
  color: #fead56;
}

.card-horizontal {
  display: -webkit-box;
  display: flex;
}

.card-horizontal.card-imageright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.card-horizontal .card-header,
.card-horizontal .card-content {
  -webkit-box-flex: 1;
  flex: 1;
}

.card-horizontal .card-content {
  padding: 0rem 1rem;
}

.card-horizontal figure,
.card-horizontal figure img,
.card-horizontal .card-header .card-image {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0px;
}

.card-vertical figure,
.card-vertical figure img,
.card-vertical .card-header .card-image {
  width: fit-content;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.card-horizontal .card-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  /*padding: .5rem 0 0;*/
}

.card-horizontal .card-content p {
  margin: 0;
  text-align: left !important;
}

.card-horizontal .card-content h3 {
  text-align: left !important;
}

.card-horizontal .card-content .button {
  margin: 0;
}

.card-panel.card-left,
.card-panel.card-right {
  width: calc(60% - 2rem);
}

.card-panel.card-left {
  margin-right: 2rem;
  margin-left: -4rem;
}

.card-panel.card-right {
  margin-left: 2rem;
  margin-right: -4rem;
}

.card-left,
.card-right {
  width: calc(50% - 1rem);
}

.card-left {
  float: left;
  margin-right: 1rem;
}

.card-right {
  float: right;
  margin-left: 1rem;
}

.card-full {
  width: 100%;
  margin: 2rem 0;
}

.card-blue {
  background-color: #003B4C;
  color: #fff;
}

.card-gray {
  background-color: #eeeeee;
}

.card-green {
  background-color: #768068;
  color: #fff;
}

.card-white {
  background-color: #ffffff;
}

.card-shaded {
  box-shadow: none;
  font-size: larger;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
}

.card-shaded .card-title {
  color: white;
}

.card-shaded .card-header {
  -webkit-box-flex: 0 3 300px;
  /* Safari 6.1+ */
  flex: 0 3 300px;
  height: 200px;
}

.card-shaded .card-header .card-image {
  height: 200px;
}

/*.card-header { */
/* overflow: hidden; */
/*keeps the zooming effect within the image area of the zooming imgae below*/
/* width: fit-content; */
/*} */
/* Move Over Zoom-in effect */
/*
.card-image {
    transform: scale(1);
    transition: all 1.0s ease-in-out;
}

.card-image:hover {
    transform: scale(1.04);
}
No
*/
.sidebar .card {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  border-radius: 0 !important;
}

.sidebar .card-content {
  padding: 0;
}

.sidebar .card-content * {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
}

.sidebar .card-header {
  -webkit-flex-shrink: 4;
  /* Safari 6.1+ */
  flex-shrink: 4;
  max-width: 75px;
  max-height: 75px;
  border-radius: 0 !important;
}

/*.card-shaded .card-header figure img,
.card-shaded  .card-header .card-image  {
  max-width: 300px;
  max-height: 200px;
}*/
@media screen and (max-width: 852px) {
  .card-panel.card-left {
    margin-left: 0;
  }
  .card-panel.card-right {
    margin-right: 0;
  }
  .card-full {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .card-horizontal,
  .card-horizontal.card-imageright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .card-shaded .card-header {
    -webkit-box-flex: 0 3 200px;
    /* Safari 6.1+ */
    flex: 0 3 200px;
  }
}
@media screen and (max-width: 600px) {
  .card-left,
  .card-right,
  .card-panel.card-left,
  .card-panel.card-right {
    float: none;
    margin: 1rem 0;
    width: 100%;
  }
  .card-full {
    margin: 1rem 0;
  }
}
.column {
  border-right: solid 1px grey;
  text-align: center;
}

.column:last-child {
  border-right: none;
}

@media (max-width: 48em) {
  .column {
    border-right: none;
    border-bottom: solid 1px grey;
  }
  .column:last-child {
    border-right: none;
    border-bottom: none;
  }
}
.redactor-styles .column {
  border: solid 1px grey;
}

.highlight .columns a {
  color: white;
  font-weight: 350;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
}

.highlight .columns a:hover,
.highlight .columns a:focus {
  color: white;
  /* border-bottom: 1px solid white; */
}

.highlight-primary {
  background: #003a50;
  color: #fff !important;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlight-parallax {
  background-attachment: fixed;
}

.highlight-primary h1, .highlight-primary h2, .highlight-primary h3, .highlight-primary h4, .highlight-primary h5 {
  color: #fff;
  font-family: "LaurentianRegular", Helvetica, Arial, sans-serif;
}

/*.highlight-primary :not(.button):not(.card) a {
  color: white;
  border-bottom: 1px solid white;
}*/
.redactor-box .highlight-primary {
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
}

.highlight-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  background: rgba(0, 0, 0, 0.6);
}

.highlight-clear {
  background: transparent;
}

.highlight-related {
  background: #e5e5e5;
  border-top: 10px solid #004d69;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.highlight-related h3 {
  padding: 0px;
}

.highlight-related ul {
  padding: 0px 0px 0px 1em;
}

.highlight-secondary {
  border: 20px solid #e8e8e8;
  background: #f4f4f4;
  padding: 2em;
}

.highlight-box {
  text-align: center;
  padding: 0.25em;
  margin-bottom: 1em;
}

.highlight-box h2 {
  padding: 0px;
}

.highlight-box p {
  color: rgb(55, 55, 55);
  font-weight: bold;
  padding: 0px;
}

.highlight-alert {
  text-align: left;
  background: #e5e5e5;
  margin: 0.5rem 0;
  padding: 0.5em;
  width: 100%;
  content: "";
  display: table;
  clear: both;
}

.highlight-icon {
  float: left;
  width: 2em;
  padding-top: 0.25em;
}

.highlight-text {
  padding-bottom: 0px;
  float: left;
  max-width: 80%;
  color: #393939;
}

.highlight-text h3 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

.highlight-text p {
  padding-bottom: 0px;
}

.highlight-text ul {
  padding-bottom: 0px;
}

.highlight-text li {
  padding-bottom: 0px;
}

.highlight-error {
  border-left: 10px solid #d3080c;
}

.highlight-error .highlight-icon {
  color: #d3080c;
}

.highlight-warning {
  border-left: 10px solid rgb(237, 123, 1);
}

.highlight-warning .highlight-icon {
  color: rgb(237, 123, 1);
}

.highlight-success {
  border-left: 10px solid #278400;
}

.highlight-success .highlight-icon {
  color: #278400;
}

.highlight-info {
  border-left: 10px solid #269abc;
}

.highlight-info .highlight-icon {
  color: #269abc;
}

.highlight-ncc {
  border-left: 10px solid #477a8b;
}

.highlight-ncc .highlight-icon {
  color: #477a8b;
}

.highlight-rcs {
  border-left: 10px solid #842940;
}

.highlight-rcs .highlight-icon {
  color: #842940;
}

/*
.highlight-closure h2{
  color:rgb(237, 123, 1);
  padding: 0px;
}

.highlight-closure p{
  color:rgb(55,55,55);
  font-weight: bold;
  padding: 0px;
}
*/
figure img:not(.card-image) {
  max-width: 100%;
}

.imagestyle-left {
  max-width: 48%;
  float: left;
}

.imagestyle-right {
  max-width: 48%;
  float: right;
}

.imagestyle-center {
  max-width: 48%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

img {
  max-width: 100%;
  float: none;
}

figcaption {
  font-size: smaller;
  font-weight: lighter;
  font-style: italic;
}

@media (max-width: 48em) {
  .imagestyle-left, .imagestyle-right, .imagestyle-center {
    max-width: 100%;
    float: none;
  }
}
.jumbotron {
  display: flex;
  padding: 10rem 0;
  margin: 2rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 8px 8px white inset;
}

.jumbotron-inner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
}

/* Map
============================================================================ */
.map {
  width: 100%;
}

/*.map {
  width: 96vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -48vw;
  margin-right: -48vw;
}*/
.map figure {
  margin: 0px;
}

.map-inner {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0.5rem;
}

.map-bottom-gradient {
  background: linear-gradient(rgba(255, 255, 255, 0), white 90%);
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 10;
}

.map-image {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.map-overlay {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: 1rem;
  width: 35%;
  z-index: 15;
}

.map-legend {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 1rem;
  width: 17%;
  z-index: 15;
  font-size: smaller;
}

.map-legend .map-legend-list {
  list-style: none;
  padding: 0;
}

.map-legend .map-legend-list li span {
  vertical-align: 3px;
}

.map-overlay h1, .map-overlay h2, .map-overlay h3, .map-overlay h4, .map-overlay h5 {
  padding: 0;
  margin: 0;
}

.map-overlay-title {
  margin: 0 0 1rem 0;
  line-height: 1;
}

.map-overlay-content {
  margin: 0 0 1rem 0;
}

@media screen and (max-width: 1200px) {
  .map-overlay {
    width: 50%;
  }
  .map-legend {
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  .map-overlay {
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }
  .map-legend {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .map-overlay {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    padding: 1rem;
  }
}
/* PrismJS 1.16.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*=language-],
pre[class*=language-] {
  color: #ccc;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #2d2d2d;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #999;
}

.token.punctuation {
  color: #ccc;
}

.token.tag,
.token.attr-name,
.token.namespace,
.token.deleted {
  color: #e2777a;
}

.token.function-name {
  color: #6196cc;
}

.token.boolean,
.token.number,
.token.function {
  color: #f08d49;
}

.token.property,
.token.class-name,
.token.constant,
.token.symbol {
  color: #f8c555;
}

.token.selector,
.token.important,
.token.atrule,
.token.keyword,
.token.builtin {
  color: #cc99cd;
}

.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
  color: #7ec699;
}

.token.operator,
.token.entity,
.token.url {
  color: #67cdcc;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.inserted {
  color: green;
}

/* Map
============================================================================ */
/* This fixes and interface error between Sidebars and Tables where the outer 
Table figure element is rendered over the Sidebar and makes it inoperable */
.redactor-component {
  position: static !important;
}

.sidebars {
  overflow: hidden;
  margin: 1rem;
  padding: 0;
  font-size: smaller;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #e5e5e5;
}

.sidebars figure {
  margin: 0;
}

.sidebars-header {
  background: #004d69;
  color: #fff;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.sidebars-title {
  padding: 0;
}

.sidebars-subheader {
  font-size: 0.85rem;
  padding: 0;
}

.sidebars-content {
  background: #e5e5e5;
  padding: 1rem;
}

.sidebars-right {
  float: right;
  max-width: 25%;
  display: inline-block;
}

.sidebars-left {
  float: left;
  max-width: 25%;
  display: inline-block;
}

@media (max-width: 64em) {
  .sidebars-right {
    float: none;
    max-width: 100%;
  }
  .sidebars-left {
    float: none;
    max-width: 100%;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

table, tbody, th, td {
  border: solid 1px #bbbbbb;
  padding: 10px;
}

.table-narrow {
  width: initial;
}

.table-borderless {
  border: none;
}
.table-borderless tbody, .table-borderless th, .table-borderless td {
  border: none;
}

/* Style the tab */
.tabs .tab-header {
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  display: block;
}

/* Style the buttons that are used to open the tab content */
.tabs .tab-header button {
  background-color: transparent;
  border: none;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: "SlateRegular", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 1200px) {
  .tabs .tab-header button {
    font-size: 1em;
  }
}
/* Change background color of buttons on hover */
.tabs .tab-header button:hover {
  background-color: #ddd;
  border: 1px solid #ccc;
}

/* Create an active/current tablink class */
.tabs .tab-header button.active {
  background-color: #ccc;
  border: 1px solid #ccc;
}

/* Style the tab content */
.tabs .tab-content {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
}

.tabs .tab-panel {
  display: none;
}

.tabs .tab-content .active {
  display: block;
}

.videostyle-left {
  position: relative;
  padding-bottom: 26%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: inline-block;
  width: 50%;
  float: left;
}

.videostyle-right {
  position: relative;
  padding-bottom: 26%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: inline-block;
  width: 50%;
  float: right;
}

.videostyle-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  position: relative;
  padding-bottom: 26%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 50%;
}

.videostyle-full {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videostyle-full iframe,
.videostyle-left iframe,
.videostyle-right iframe,
.videostyle-center iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 48em) {
  .videostyle-left, .videostyle-right, .videostyle-center {
    max-width: 100%;
    float: none;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
}