@charset "UTF-8";
/*Ben's theming*/
html {
  scroll-behavior: smooth;
}

#rm-content {
  font-size: 1.5em;
}

.ms-overlay .rm-toggle {
  background-color: #f76a27;
  opacity: 1;
  top: 2rem;
  right: 1.25rem;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  border: 3px solid rgba(45, 45, 45, 0.95);
  border-radius: 3px;
}

.ms-overlay .rm-toggle:hover, .ms-overlay .rm-toggle:focus {
  background-color: white;
}

.ms-overlay .rm-toggle .rm-toggle__link {
  padding: 0.38rem .5rem;
}

.ms-overlay .rm-toggle .rm-toggle__icon {
  fill: black;
}

@media screen and (max-width: 45em) {
  #block-gas-account-menu {
    margin-top: 0;
  }
}

.site-branding__logo-img {
  max-width: 300px;
}

.site-branding__logo-img.desktop {
  max-width: 521px;
}

.site-branding__logo-img.mobile {
  display: none;
}

.site-branding__logo-img.desktop {
  display: block;
}

@media screen and (max-width: 45em) {
  .site-branding__logo-img.mobile {
    display: block;
  }
  .site-branding__logo-img.desktop {
    display: none;
  }
  .site-branding__logo-img.mobile {
    max-width: calc(100% - 2.5rem);
    width: 300px;
  }
}

#masthead .l-rw {
  padding: 0;
}

#block-gas-login {
  max-width: 10em;
}

#block-views-block-hero-slider-block-1-2,
#block-views-block-hero-slider-block-2 {
  margin: 0;
}

#block-views-block-hero-slider-block-1-2 #flexslider-1,
#block-views-block-hero-slider-block-2 #flexslider-1 {
  border: 0;
  margin-bottom: 0;
}

#block-views-block-hero-slider-block-1-2 .slides > li,
#block-views-block-hero-slider-block-2 .slides > li {
  position: relative;
}

#block-views-block-hero-slider-block-1-2 .slides,
#block-views-block-hero-slider-block-2 .slides {
  position: relative;
  background-color: #040302;
}

#block-views-block-hero-slider-block-1-2 .slides .slide-content,
#block-views-block-hero-slider-block-2 .slides .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#block-views-block-hero-slider-block-1-2 .slides .caption,
#block-views-block-hero-slider-block-2 .slides .caption {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0;
  display: block;
  color: white;
  background-color: #040302;
}

#block-views-block-hero-slider-block-1-2 .slides .caption a.button,
#block-views-block-hero-slider-block-2 .slides .caption a.button {
  line-height: 1.5;
  padding: .5rem;
  height: auto;
}

@media screen and (min-width: 45.0625em) {
  #block-views-block-hero-slider-block-1-2 .slides .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(4, 3, 2, 0.6);
  }
}

button,
.button {
  color: #040302;
  background-color: #f76a27;
  border-color: #f76a27;
  opacity: 0.9;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(4, 3, 2, 0.6);
          box-shadow: inset 0 1px 0 0 rgba(4, 3, 2, 0.6);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  opacity: 1;
  color: black;
  background-color: orange;
}

a.button.big {
  line-height: 1.5;
  padding: .5rem;
  height: auto;
}

button:visited,
.button:visited {
  color: inherit;
  background-color: inherit;
}

#menu-name--account__log-in,
#menu-name--account__log-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

#menu-name--account__log-in .menu__link,
#menu-name--account__log-out .menu__link {
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: background-color, .15s, ease-in-out;
  -o-transition: background-color, .15s, ease-in-out;
  transition: background-color, .15s, ease-in-out;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  height: 2rem;
  padding: 0 0.625rem;
  height: auto;
  line-height: 1.5;
  color: #040302;
  background-color: #f76a27;
  border-color: white;
  opacity: 0.9;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(4, 3, 2, 0.6);
          box-shadow: inset 0 1px 0 0 rgba(4, 3, 2, 0.6);
}

#menu-name--account__log-in .menu__link:hover, #menu-name--account__log-in .menu__link:focus,
#menu-name--account__log-out .menu__link:hover,
#menu-name--account__log-out .menu__link:focus {
  opacity: 1;
  color: white;
  background-color: rgba(4, 3, 2, 0.6);
}

#menu-name--account__log-in::before {
  content: "Choir member?";
  padding-right: 1ch;
  color: white;
}

#menu-name--account__log-in .menu__link {
  font-size: 1.5rem;
}

#highlighted {
  background: #f76a27;
}

#highlighted .l-rw {
  padding: 0;
}

#highlighted .l-r {
  padding: 0;
}

#main-content .l-rw {
  padding: 0;
}

#main-content .node {
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.paragraph--type-body-with-right-hand-image .group-left {
  padding-right: 1rem;
}

.paragraph--type-body-with-right-hand-image .group-right {
  padding-left: 1rem;
}

.node__title {
  padding-bottom: 0;
  text-transform: uppercase;
  color: orange;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3em;
}

@media screen and (max-width: 45em) {
  .node__title {
    font-size: 2.5rem;
  }
}

.page__title {
  padding-bottom: 0;
  text-transform: uppercase;
  color: orange;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3em;
}

@media screen and (max-width: 45em) {
  .page__title {
    font-size: 2.5rem;
  }
}

.path-frontpage .regions {
  background-color: rgba(45, 45, 45, 0.95);
  color: white;
}

.path-frontpage .block__title {
  text-align: center;
}

.path-frontpage .front-page-title,
.path-frontpage .site-branding {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  word-wrap: normal;
  font: 0/0 a;
}

.path-frontpage #main-content {
  background-color: rgba(45, 45, 45, 0.95);
}

.path-frontpage #main-content #block-gas-content .paragraph--type--body h2 {
  padding-bottom: 0;
  text-transform: uppercase;
  color: orange;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 45em) {
  .path-frontpage #main-content #block-gas-content .paragraph--type--body h2 {
    font-size: 2.5rem;
  }
}

.path-frontpage #main-content #block-gas-content .paragraph--type--body h2::after {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
  margin-top: 8px;
  height: 3px;
  background-color: #fd0;
  content: '';
}

.path-frontpage #main-content #block-gas-content .paragraph--type--body h3 {
  text-align: center;
}

.path-frontpage #main-content #block-gas-content .paragraph--type--body p {
  max-width: 80ch;
}

#block-views-block-testimonials-block-1-2 h2 {
  padding-bottom: 0;
  text-transform: uppercase;
  color: orange;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3em;
  font-size: 2rem;
  color: rgba(45, 45, 45, 0.95);
}

@media screen and (max-width: 45em) {
  #block-views-block-testimonials-block-1-2 h2 {
    font-size: 2.5rem;
  }
}

.view-testimonials .view-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-testimonials .view-rows .views-row {
  margin: 1rem 2rem;
  padding: 1rem;
  background-color: rgba(45, 45, 45, 0.95);
  color: white;
  max-width: 40ch;
}

.view-testimonials .view-rows .views-row .quote {
  margin-bottom: 0;
}

.view-testimonials .view-rows .views-row .quote blockquote {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.view-testimonials .view-rows .views-row .quote blockquote :first-child:before {
  color: #f76a27;
  font-size: 2rem;
  padding-right: 1ch;
}

.view-testimonials .view-rows .views-row .quote blockquote :last-child:after {
  content: "”";
}

.view-testimonials .view-rows .views-row .quote img {
  float: left;
  overflow: hidden;
  width: 73px;
  height: 73px;
  border: 3px solid #f6f6f6;
  border-radius: 50%;
}

.view-testimonials .view-rows .views-row .quote figcaption {
  text-align: right;
}

#content-suffix {
  background-color: #f76a27;
}

#content-suffix .regions {
  background-color: transparent;
}

#sub-features {
  background-color: orange;
}

#sub-features .regions {
  background-color: transparent;
}

#sub-features .regions h2 {
  padding-bottom: 0;
  text-transform: uppercase;
  color: orange;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3em;
  font-size: 2rem;
}

@media screen and (max-width: 45em) {
  #sub-features .regions h2 {
    font-size: 2.5rem;
  }
}

#sub-features #rid-subfeatures-first,
#sub-features #rid-subfeatures-second,
#sub-features #rid-subfeatures-third,
#sub-features #rid-subfeatures-fourth {
  color: black;
}

#sub-features #rid-subfeatures-first h2,
#sub-features #rid-subfeatures-second h2,
#sub-features #rid-subfeatures-third h2,
#sub-features #rid-subfeatures-fourth h2 {
  color: black;
}

#sub-features #rid-subfeatures-first button,
#sub-features #rid-subfeatures-first .button,
#sub-features #rid-subfeatures-second button,
#sub-features #rid-subfeatures-second .button,
#sub-features #rid-subfeatures-third button,
#sub-features #rid-subfeatures-third .button,
#sub-features #rid-subfeatures-fourth button,
#sub-features #rid-subfeatures-fourth .button {
  color: #040302;
  background-color: #f76a27;
  border-color: white;
  opacity: 0.9;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(4, 3, 2, 0.6);
          box-shadow: inset 0 1px 0 0 rgba(4, 3, 2, 0.6);
}

#sub-features #rid-subfeatures-first button:hover, #sub-features #rid-subfeatures-first button:focus,
#sub-features #rid-subfeatures-first .button:hover,
#sub-features #rid-subfeatures-first .button:focus,
#sub-features #rid-subfeatures-second button:hover,
#sub-features #rid-subfeatures-second button:focus,
#sub-features #rid-subfeatures-second .button:hover,
#sub-features #rid-subfeatures-second .button:focus,
#sub-features #rid-subfeatures-third button:hover,
#sub-features #rid-subfeatures-third button:focus,
#sub-features #rid-subfeatures-third .button:hover,
#sub-features #rid-subfeatures-third .button:focus,
#sub-features #rid-subfeatures-fourth button:hover,
#sub-features #rid-subfeatures-fourth button:focus,
#sub-features #rid-subfeatures-fourth .button:hover,
#sub-features #rid-subfeatures-fourth .button:focus {
  opacity: 1;
  color: white;
  background-color: rgba(4, 3, 2, 0.6);
}

.paragraph--type--testimonial blockquote {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
}

.paragraph--type--testimonial blockquote p {
  margin: 0 0 0 2.2rem;
}

.paragraph--type--testimonial blockquote :first-child:before {
  color: #f76a27;
  font-size: 2rem;
  padding-right: 1ch;
  position: absolute;
  left: 0;
}

.paragraph--type--testimonial blockquote :last-child:after {
  content: "”";
}

.paragraph--type--testimonial figcaption {
  text-align: left;
  padding: 0 0 0 2.2rem;
}

.field-media--field-media-audio-file {
  font-size: 2em;
}

@media screen and (min-width: 45.0625em) {
  .field-media--field-media-audio-file {
    zoom: 1.5;
    display: inline-block;
  }
}

.small-text {
  font-size: .8rem;
}

.paragraph--type--trio-of-images .field-paragraph--field-trio-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paragraph--type--trio-of-images .field-paragraph--field-trio-image .field-type-image__figure {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.paragraph--type--trio-of-images .field-paragraph--field-trio-image .field-type-image__figure.image-count-1 {
  display: block;
  text-align: center;
  max-width: 100%;
}

@media screen and (min-width: 45.0625em) {
  .paragraph--type--trio-of-images .field-paragraph--field-trio-image .field-type-image__figure {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .paragraph--type--trio-of-images .field-paragraph--field-trio-image .field-type-image__figure.image-count-2 {
    display: block;
  }
}

@media screen and (min-width: 60.0625em) {
  .paragraph--type--trio-of-images .field-paragraph--field-trio-image .field-type-image__figure {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .paragraph--type--trio-of-images .field-paragraph--field-trio-image .field-type-image__figure.image-count-3 {
    display: block;
  }
}

@media screen and (max-width: 45em) {
  .paragraph--type-body-with-right-hand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph--type-body-with-right-hand-image .group-left,
  .paragraph--type-body-with-right-hand-image .group-right {
    padding: 0;
    width: 100%;
  }
}

.view-recordings .view-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-recordings h3.view-title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.view-recordings.view-display-id-block_2 .view-content .views-row,
.view-recordings .display-id-attachment_1 .views-row {
  max-width: 220px;
  margin: 0 0 1rem 1rem;
}

.view-recordings.view-display-id-block_2 .view-content .views-row .views-field-field-video .field-content a:link,
.view-recordings.view-display-id-block_2 .view-content .views-row .views-field-field-video .field-content a:visited,
.view-recordings .display-id-attachment_1 .views-row .views-field-field-video .field-content a:link,
.view-recordings .display-id-attachment_1 .views-row .views-field-field-video .field-content a:visited {
  display: block;
  color: white;
  background-color: black;
}

.view-recordings.view-display-id-block_2 .view-content .views-row .views-field-field-video .field-content a:link h4,
.view-recordings.view-display-id-block_2 .view-content .views-row .views-field-field-video .field-content a:visited h4,
.view-recordings .display-id-attachment_1 .views-row .views-field-field-video .field-content a:link h4,
.view-recordings .display-id-attachment_1 .views-row .views-field-field-video .field-content a:visited h4 {
  padding: 2px;
}

.view-recordings.view-display-id-block_2 .view-content .views-row .views-field-field-video .field-content a:hover,
.view-recordings .display-id-attachment_1 .views-row .views-field-field-video .field-content a:hover {
  color: orange;
  background-color: black;
}

.view-recordings.view-display-id-block_1 .attachment-after .display-id-attachment_2 .view-content .views-row {
  max-width: none;
  margin-bottom: 0;
}

#block-joinus-2 {
  text-align: center;
  background-color: orange;
  border-radius: 4rem;
  color: black;
  padding: 1rem 2rem 0;
}

#block-joinus-2 h2 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
}

.pr-footer__footer .menu-level-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#rid-footer {
  text-align: center;
}

#block-socialmedialinks,
#block-bettersocialsharingbuttons {
  display: inline-block;
  margin: 0 2rem;
}

#block-socialmedialinks .block__title:after,
#block-bettersocialsharingbuttons .block__title:after {
  content: ':';
}

#block-socialmedialinks .block__inner,
#block-bettersocialsharingbuttons .block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-socialmedialinks .block__inner .social-sharing-buttons,
#block-bettersocialsharingbuttons .block__inner .social-sharing-buttons {
  margin: 0 0 1rem 0;
}

#block-socialmedialinks .block__inner a svg,
#block-bettersocialsharingbuttons .block__inner a svg {
  fill: white;
}

#block-socialmedialinks .block__inner a:hover,
#block-bettersocialsharingbuttons .block__inner a:hover {
  color: orange;
}

#block-socialmedialinks .block__inner a:hover svg,
#block-bettersocialsharingbuttons .block__inner a:hover svg {
  fill: orange;
}

#block-socialmedialinks .block__inner .platform__link,
#block-bettersocialsharingbuttons .block__inner .platform__link {
  color: white;
  opacity: 1;
}

.view-team .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid orange 1rem;
  clear: both;
  padding: 1rem;
}

@media screen and (min-width: 45.0625em) {
  .view-team .views-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.view-team .views-row .views-field-body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: calc(50% - 2rem);
      flex-basis: calc(50% - 2rem);
}

.view-team .views-row .views-field {
  padding: 1rem;
}

.view-team .views-row .views-field-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: calc(15% - 2rem);
      flex-basis: calc(15% - 2rem);
}

.view-team .views-row .views-field-field-image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: calc(35% - 2rem);
      flex-basis: calc(35% - 2rem);
}

.view-team .views-row .views-field-view-node {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.view-team .views-row:last-child {
  border-bottom: none;
}

.view-events.view-display-id-page_1 .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid orange 1rem;
  clear: both;
  padding: 1rem;
}

@media screen and (min-width: 45.0625em) {
  .view-events.view-display-id-page_1 .views-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.view-events.view-display-id-page_1 .views-row .views-field {
  padding: 1rem;
}

.view-events.view-display-id-page_1 .views-row .views-field-field-summary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: calc(40% - 2rem);
      flex-basis: calc(40% - 2rem);
}

.view-events.view-display-id-page_1 .views-row .views-field-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: calc(30% - 2rem);
      flex-basis: calc(30% - 2rem);
}

.view-events.view-display-id-page_1 .views-row .views-field-field-image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: calc(30% - 2rem);
      flex-basis: calc(30% - 2rem);
}

.view-events.view-display-id-page_1 .views-row .views-field-view-node {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.view-events.view-display-id-page_1 .views-row:last-child {
  border-bottom: none;
}

.view-events.view-display-id-block_1 .field-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem;
  border-radius: 2rem;
  background-color: white;
  border: orange 0.5rem solid;
}

.view-events.view-display-id-block_1 .field-content a:hover {
  background-color: orange;
  border: white .5rem solid;
  color: black;
}

.view-events.view-display-id-block_1 .field-content a div {
  padding: .5rem;
}

.view-events.view-display-id-block_1 .field-content a div img {
  max-width: none;
}

@media screen and (min-width: 45.0625em) {
  .node--type-event .field-node--field-image {
    padding-left: 2rem;
  }
}

.field-entity-reference-type-taxonomy-term .field__item {
  margin: 0 0.5rem 0;
}

.view-id-related_recordings {
  padding: 0 1rem;
}

/**
 * Page
 *  - page layout additions and overrides.
 ============================================================================ */
.page {
  position: relative;
  min-height: 100%;
  min-width: 100%;
}

.page-top, .page-bottom {
  padding: 0;
  margin: 0;
}

.l-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-rw {
  padding: 0 0.625em;
}

.l-r {
  -webkit-transition: all, 225ms, ease-in-out;
  -o-transition: all, 225ms, ease-in-out;
  transition: all, 225ms, ease-in-out;
}

/**
 * Elements
 * - set element global styles, basically whenever this element appears
 *   it should look like this by default.
 ============================================================================ */
html {
  font-size: 100%;
  line-height: 1.5em;
}

body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

[dir="rtl"] body {
  text-align: right;
}

html,
body {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul,
ol,
dd,
dl,
p,
figure,
pre,
table,
hr,
form,
fieldset {
  margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  line-height: 1.125;
}

h1, h2, h3, h5 {
  font-weight: 400;
}

h4, h6 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.625rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4,
h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

h1 small, .h1 small {
  font-size: 1.625rem;
}

h2 small, .h2 small {
  font-size: 1.25rem;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 1rem;
}

@media screen and (min-width: 60.0625em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4,
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  h1 small, .h1 small {
    font-size: 2rem;
  }
  h2 small, .h2 small {
    font-size: 1.625rem;
  }
  h3 small, .h3 small {
    font-size: 1.25rem;
  }
  h4 small, .h4 small {
    font-size: 1rem;
  }
}

p:empty {
  display: none;
}

small {
  font-size: 0.75rem;
}

img {
  height: auto;
  line-height: 0;
  display: inline-block;
}

img,
embed,
object,
video {
  max-width: 100%;
}

video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

img,
audio,
canvas,
video {
  vertical-align: middle;
}

svg {
  max-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.5rem 0;
  margin: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: underline;
}

a img {
  border: 0;
}

ul,
ol,
dl {
  padding-left: 3.25rem;
  padding-right: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 1rem;
}

[dir="rtl"] dd {
  margin-left: 0;
  margin-right: 1rem;
}

blockquote {
  padding: 1rem;
  margin-left: 3.25rem;
  margin-right: 0;
  border-left: 5px solid;
}

blockquote.simple-quote {
  border: 0 none;
  padding: 0;
  margin: 0;
}

blockquote p {
  font-weight: 300;
}

@media screen and (min-width: 60.0625em) {
  blockquote p {
    font-size: 1.25rem;
  }
}

blockquote p:first-child {
  margin-top: 0;
}

blockquote p:first-child:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0 0.3125rem 0 0;
  margin: 0;
  text-align: left;
  width: 1.25rem;
  display: none;
}

.fa-loaded blockquote p:first-child:before {
  display: inline-block;
}

[dir="rtl"] blockquote p:first-child:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote small {
  display: block;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-left: 0;
  border-right: 5px solid;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

code,
pre,
var,
kbd,
samp {
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
}

pre {
  padding: 1rem;
}

[hidden],
template {
  display: none !important;
}

/**
 * Media
 * - styles for media objects such as iframe, video, embedding codes etc.
 ============================================================================ */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

/**
 * List Styles
 ============================================================================ */
ul.inline, ul.links.inline {
  padding: 0;
}

ul.inline:before, ul.inline:after, ul.links.inline:before, ul.links.inline:after {
  content: " ";
  display: table;
}

ul.inline:after, ul.links.inline:after {
  clear: both;
}

ul.inline li {
  display: inline-block;
  margin: 0 0 0 0;
  list-style: none;
}

ul.inline li ul,
ul.inline li ol {
  display: inline-block;
}

[dir="rtl"] ul.inline li {
  margin-right: 0;
  margin-left: 0;
}

.no-bullets li {
  list-style: none;
}

.no-padding {
  padding: 0;
}

.item-list__title {
  font-weight: 700;
}

.item-list__list {
  padding: 0;
}

.item-list__item {
  list-style: none;
}

.item-list a {
  padding: 0.125rem 0;
  margin: 0.125rem 0;
}

.item-list--comma-list {
  display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}

.list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-horizontal li {
  margin: 0 1rem 0 1rem;
  list-style: none;
}

[dir="rtl"] .list-horizontal li {
  margin-right: 16px;
  margin-left: 16px;
}

.list-multicolumn {
  padding: 0;
}

.list-multicolumn:before, .list-multicolumn:after {
  content: " ";
  display: table;
}

.list-multicolumn:after {
  clear: both;
}

.list-multicolumn > li {
  font-weight: 700;
  list-style: none;
}

.list-multicolumn ul, .list-multicolumn ol {
  font-weight: 400;
  padding: 0;
}

@media screen and (max-width: 60em) {
  .list-multicolumn:before, .list-multicolumn:after {
    content: " ";
    display: table;
  }
  .list-multicolumn:after {
    clear: both;
  }
  .list-multicolumn > li {
    width: 12em;
    float: left;
    list-style: none;
  }
  .list-multicolumn ul, .list-multicolumn ol {
    padding: 0;
  }
  .list-multicolumn a {
    display: block;
  }
}

@media screen and (max-width: 60em) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    text-align: left;
    width: 11em;
  }
  .dl-horizontal dt:after {
    content: ":";
  }
  .dl-horizontal dd {
    margin-left: 12em;
    overflow: hidden;
  }
}

.list-group {
  padding-left: 0;
  margin-left: 0;
}

/**
 * Skip link
 *  - Allows keyboard users to quickly skip to the main content of the page.
 ============================================================================ */
.skip-link {
  color: #fff;
  background-color: #444;
  border-radius: 0 0 2px 2px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  padding: 0.375rem 1rem;
}

@media screen and (max-width: 45em) {
  .skip-link {
    left: 10%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.skip-link:visited, .skip-link:active, .skip-link:focus {
  color: #fff;
}

.skip-link:focus {
  text-decoration: none;
  opacity: 1;
}

.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  width: 11.25rem;
}

@media screen and (max-width: 45em) {
  .skip-link.visually-hidden.focusable:focus {
    width: 80%;
  }
}

/**
 * Feed Icons
 *  - icons are SVG, SEE feed-icon.html.twig in AT Core templates directory.
 ============================================================================ */
.feed-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}

/**
 * Links
 * Links are used on node and comments, e.g. read more. They're also used by
 * blocks such as the language switcher and Devel modules switch user block.
 ============================================================================ */
.links {
  list-style: none;
  padding: 0;
}

.links.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.links.inline li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 16px 0 0;
}

.links.inline li[class*='hidden'] {
  display: none;
}

[dir="rtl"] .links.inline li {
  margin: 0 0 0 16px;
}

/**
 * Node previews
 *  - style the preview bar a little better than default.
 ============================================================================ */
.node-preview-container {
  position: relative;
  z-index: 499;
  width: 100%;
  min-width: 100%;
  background-color: #d1e8f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1e8f5), to(#d3e8f4));
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: -o-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.25rem 0;
}

.node-preview-container form {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.node-preview-container form:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width: 45em) {
  .node-preview-container .form-item-view-mode {
    display: block !important;
  }
}

.node-preview-backlink {
  float: left;
  margin-right: 1.25rem;
}

@media screen and (max-width: 45em) {
  .node-preview-backlink {
    float: none;
    display: block;
    margin: 0 0 0.75rem;
  }
}

.node-preview-backlink:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0 0.5rem 0 0;
  margin: 0;
  display: none;
}

.fa-loaded .node-preview-backlink:before {
  display: inline-block;
}

[dir="rtl"] .node-preview-backlink:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.node-preview-form-select {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}

.node-preview-form-select .form-select {
  min-width: 10rem;
}

/**
 * CK Editor
 * - classes and styles set by CK Editor.
 ============================================================================ */
.text-align-justify {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/**
 * States.
 ============================================================================ */
/**
 * AT attribution message
 *  - a toggle setting in the theme settings, you can turn it on/off using
 *    the Markup overrides extension.
 ============================================================================ */
.l-attribution {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.attribution .l-rw {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
  text-align: right;
}

.attribution__link {
  text-decoration: none;
  font-size: 0.75rem;
}

/**
 * Utility
 * - useful classes to be used anywhere.
 ============================================================================ */
.is-flexposition-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.is-vertical-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-vertical-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.is-vertical-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.is-horizontal-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-horizontal-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.is-horizontal-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=base.css.map */