:root {
  --333: #333;
  --dim-grey: dimgrey;
  --dark-grey: #b1b1b1;
  --white-smoke: #f0f0f0;
  --black: #333;
  --dark-grey-2: #999;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--333);
  text-decoration: underline;
}

.navbar {
  height: 88px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-wrapper {
  width: 100%;
  height: auto;
  min-height: 0;
  min-width: 0;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-left {
  z-index: 2;
  flex: 1;
  margin-left: -12px;
  margin-right: 773px;
  position: relative;
}

.nav-brand {
  z-index: 2;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.nav-brand.footer {
  height: 100px;
  text-align: center;
  position: static;
}

.nav-brand._2 {
  float: none;
  text-align: center;
  display: inline-block;
  position: static;
}

.logo-text {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.logo-text.white {
  color: #fff;
}

.logo-description {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Maven Pro, sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.logo-description.white {
  color: #fff;
}

.logo-description.line {
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

.bt-nav {
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.bt-nav:hover {
  color: var(--dim-grey);
  border-bottom: 0 solid #929292;
}

.bt-nav.w--current {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
}

.bt-nav.drop {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.bt-nav.drop:hover {
  color: #b82323;
}

.bt-nav.drop:focus {
  color: var(--dim-grey);
}

.brand {
  float: none;
  text-align: center;
}

.container {
  height: 80px;
}

.nav-menu {
  height: 100%;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: Maven Pro, sans-serif;
}

.nav-link.bt {
  padding-left: 5px;
  font-size: 13px;
}

.dropdown-toggle {
  padding-left: 10px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bt-head-big {
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.bt-head-big.white {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.bt-head-big.white.glow {
  text-shadow: 1px 1px 6px #000;
}

.bt-head-big.white.glow.sc {
  text-transform: none;
}

.bt-head-big.ctr {
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 38px;
}

.bt-head-big.ctr.sp {
  margin-top: 20px;
}

.bt-head-big.ctr.sm {
  text-transform: none;
  font-size: 30px;
  line-height: 38px;
}

.bt-head-big.ctr.sm.wagon {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 0;
}

.bt-head-big.ctr.sm.link {
  color: #000;
  text-decoration: none;
}

.bt-head-med {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.bt-body {
  float: none;
  clear: none;
  color: var(--333);
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.bt-body.cap {
  font-style: italic;
  line-height: 16px;
}

.bt-body._3 {
  column-count: 3;
}

.bt-body.no-space {
  margin-bottom: 0;
}

.bt-body.caption {
  text-align: center;
  font-size: 13px;
  font-style: normal;
  line-height: 14px;
  text-decoration: none;
}

.bt-body.caption.rat {
  width: 275px;
  float: right;
  text-align: center;
  padding-left: 0;
}

.bt-body.caption.rat._2 {
  width: 375px;
}

.bt-body.caption.nar {
  width: 290px;
  float: right;
}

.bt-body.caption.piano {
  width: 275px;
  float: right;
}

.bt-body.select {
  width: auto;
  border-bottom: 1px solid var(--dark-grey);
  margin-bottom: 20px;
}

.bt-body.top {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bt-body.space {
  margin-top: 0;
}

.bt-body.after {
  margin-bottom: 40px;
}

.bt-body.g {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
}

.bt-body.contact {
  font-size: 20px;
  font-weight: 700;
}

.bt-body.center {
  text-align: center;
  margin-bottom: 10px;
}

.bt-body.center.top {
  margin-top: 0;
  margin-bottom: 40px;
}

.bt-body.white {
  color: #fff;
}

.grid {
  grid-row-gap: 16px;
  grid-template-columns: 1.75fr 1fr;
  grid-template-areas: ". Area-2"
                       "Area Area-2";
}

.div-block {
  background-color: #e6e6e6;
}

.grid-2 {
  grid-template: ". Area"
  / 2fr 1fr;
}

.div-block-2 {
  background-color: rgba(0, 0, 0, 0);
}

.section-2 {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-3 {
  height: 300px;
  background-color: #000;
}

.footer {
  height: 300px;
  text-align: center;
  background-color: #000;
}

.caption {
  padding-top: 5px;
}

.musicplayer {
  text-align: center;
  object-fit: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-4 {
  width: 100%;
}

.head {
  height: 300px;
  background-image: url('../images/bruce-trinkley-main-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: center;
  display: flex;
}

.head.b {
  background-image: url('../images/head-mountain.jpg');
}

.head.b.instrumental {
  background-image: url('../images/head-laurel.jpg');
}

.head.b.wts {
  background-image: url('../images/head-wagon-show-3.jpg');
}

.head.b.pub {
  background-image: url('../images/head-hospitalfield-house.jpg');
}

.head.b.ch {
  background-image: url('../images/head-sunset.jpg');
}

.head.b.cs {
  height: 300px;
  background-image: url('../images/head-sunset2.jpg');
}

.head.b.vm {
  background-image: url('../images/head-instrumental.jpg');
}

.head.b.tw {
  background-image: url('../images/head-dorland2.jpg');
}

.head.b.in {
  background-image: url('../images/head-holiday.jpg');
}

.head.b.inst {
  background-image: url('../images/head-desert.jpg');
}

.navbar-2 {
  display: none;
  position: relative;
}

.columns {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph {
  column-count: 3;
}

.join {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-3, .grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.div-block-5 {
  width: 70%;
  float: left;
  background-color: #fff;
}

.div-block-6 {
  width: 30%;
  height: 50px;
  float: right;
  text-align: center;
  background-color: #fff;
}

.container-4 {
  background-color: rgba(0, 0, 0, 0);
}

.text-field {
  border: 1px solid #c4c4c4;
}

.heading {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.form-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button {
  width: 50%;
  border-radius: 8px;
}

.bt-button {
  width: 50%;
  letter-spacing: 2px;
  border-radius: 6px;
  font-family: Maven Pro, sans-serif;
}

.bt-head-sm {
  text-align: center;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.bt-head-sm.left {
  text-align: left;
  margin-top: 0;
}

.subscribe-form {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.field-label, .submit-button-2 {
  font-family: Maven Pro, sans-serif;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.container-6 {
  text-align: center;
}

.dropdown-toggle-2 {
  border: 0 solid #fff;
  border-top-color: #000;
}

.dropdown {
  border: 0 solid #000;
  border-top-width: 1px;
}

.dropdown-2 {
  border-top: 1px solid #000;
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 #000;
  display: inline-block;
}

.dropdown-3 {
  border-top: 1px solid #000;
  display: inline-block;
}

.dropdown-list {
  border-top: 1px solid #000;
}

.dropdown-list.w--open {
  border-top-style: none;
  border-top-width: 0;
}

.dropdown-toggle-3 {
  border-top: 0 #000;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  border-top: 1px solid #000;
}

.btd {
  border: 0 solid #000;
  border-top-width: 1px;
}

.btd.w--open, .btd.main {
  border-style: none;
}

.book {
  width: 20%;
  height: 100px;
}

.youtube {
  width: 100%;
  float: right;
  clear: none;
}

.paragraph-2 {
  float: left;
  clear: none;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.bt-vid {
  border-bottom: 1px solid var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bt-news-block {
  border-bottom: 1px solid var(--dark-grey);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  float: right;
  clear: both;
}

.lyrics {
  margin-bottom: 20px;
}

.bt-indent {
  color: var(--333);
  column-count: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
}

.bt-indent.not {
  padding-left: 40px;
}

.bt-indent._2, .bt-indent.art {
  margin-bottom: 10px;
}

.bt-indent.double {
  padding-left: 60px;
}

.bt-indent.two {
  column-count: 2;
  column-rule-style: none;
}

.bt-sound {
  height: auto;
  padding-left: 0;
}

.nav-menu-2 {
  float: none;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
}

.container-7 {
  text-align: center;
}

.container-7.foot {
  padding-top: 20px;
}

.section-4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-head {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.div-block-7 {
  width: 65%;
  background-color: #fff;
  padding: 10px;
}

.btsc {
  width: 60%;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
}

.btsc.indent {
  margin-left: 40px;
}

.bt-sm-pix {
  width: 200px;
  float: right;
  text-align: right;
  margin-bottom: 20px;
  margin-left: 15px;
}

.bt-sm-pix.big {
  width: 210px;
}

.bt-sm-pix.big.er {
  width: 250px;
}

.bt-sm-pix.left {
  width: 250px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
}

.bt-sm-pix.left.glee {
  width: 225px;
}

.bt-sm-pix.left._15 {
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 0;
}

.bt-sm-pix.left._200 {
  width: 225px;
  height: auto;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.bt-sm-pix.left._2 {
  width: 225px;
  text-align: left;
  padding-top: 10px;
}

.bt-sm-pix.left._3 {
  width: 150px;
  margin-left: 10px;
}

.bt-sm-pix.left.cav {
  float: left;
  text-align: center;
  margin-right: 10px;
}

.bt-sm-pix.app {
  width: 275px;
}

.bt-sm-pix.ferg {
  width: 225px;
  clear: right;
}

.bt-sm-pix.ferg.w {
  width: 375px;
}

.bt-sm-pix.ferg.w.bigger {
  width: 350px;
}

.bt-sm-pix.ferg.w._2 {
  width: 500px;
}

.bt-sm-pix.ferg.w.left {
  margin-bottom: 10px;
}

.bt-sm-pix.ferg.w.left._3 {
  width: 240px;
}

.bt-sm-pix.ferg.w._3 {
  width: 275px;
}

.bt-sm-pix.ferg.w._4 {
  width: 325px;
}

.bt-sm-pix.ferg.w._5 {
  width: 310px;
}

.bt-sm-pix.ferg.w._6 {
  width: auto;
}

.bt-sm-pix.ferg.w._7 {
  width: 350px;
  margin-left: 0;
}

.bt-sm-pix.ferg.w._400 {
  width: 450px;
}

.bt-sm-pix.ferg.w.shrink {
  width: 290px;
}

.bt-sm-pix.ferg.w.rat {
  width: 325px;
}

.bt-sm-pix.ferg.left.bigger {
  width: 285px;
}

.bt-sm-pix.ferg.rt {
  clear: right;
}

.bt-sm-pix.ferg.bio {
  margin-top: 35px;
}

.bt-sm-pix.ferg.cl {
  width: 275px;
}

.bt-sm-pix.ferg._2 {
  width: 300px;
}

.bt-sm-pix.potato {
  width: 275px;
}

.bt-sm-pix.comm {
  width: 325px;
}

.bt-sm-pix.chick {
  width: 300px;
}

.bt-sm-pix.yoga {
  width: 275px;
  margin-bottom: 0;
}

.bt-sm-pix.lewis {
  width: 225px;
}

.bt-sm-pix.dino {
  width: 275px;
}

.dropdown-toggle-4 {
  padding: 0 35px 0 10px;
}

.dropdown-toggle-4:hover {
  color: var(--dim-grey);
}

.bt-men-sub {
  background-color: #dbdbdb;
  border-bottom: 1px solid #fff;
  line-height: 15px;
}

.bt-men-sub:hover {
  background-color: #fff;
}

.bt-men-sub.bold {
  font-weight: 600;
}

.bt-men-sub.in {
  padding-left: 30px;
}

.bt-men-sub.italic {
  font-style: italic;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btpub {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.btpub.clean {
  border-bottom-style: none;
}

.bt-intro {
  padding-bottom: 0;
}

.link-block {
  float: left;
}

.italic-text {
  font-size: 14px;
}

.italic-text.red {
  color: red;
}

.link-block-2 {
  float: right;
}

.image-2 {
  float: right;
  clear: none;
}

.image-2.wagon {
  position: static;
}

.bt-vid-left {
  width: 300px;
  float: left;
  margin-right: 15px;
}

.bt-ly {
  padding-left: 40px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.link-block-3 {
  float: right;
}

.image-3 {
  width: auto;
}

.image-left {
  text-align: left;
}

.bt-song-group {
  margin-top: 10px;
}

.btst {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.btst.g {
  color: var(--333);
  font-family: Georgia, Times, Times New Roman, serif;
}

.italic-text-2, .italic-text-3 {
  font-style: normal;
}

.bold-text {
  font-weight: 400;
}

.columns-2 {
  border-bottom: 1px solid var(--dark-grey);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.column {
  padding-top: 20px;
}

.icon {
  margin-right: -20px;
}

.icon-2 {
  margin-right: 10px;
}

.link {
  text-decoration: none;
}

.link.bb {
  font-size: 18px;
}

.bthnav {
  padding: 5px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.bthnav.bb {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-8 {
  text-align: center;
}

.div-block-9 {
  height: 20px;
}

.btspace {
  height: 40px;
}

.div-block-10 {
  width: 85%;
  float: none;
  margin-bottom: 10px;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  width: 375px;
}

.italic-text-4, .italic-text-5 {
  font-style: normal;
}

.bold-text-2, .bold-text-3 {
  color: var(--333);
}

.btfull {
  margin-top: 20px;
}

.div-block-11 {
  width: 100%;
  margin-bottom: 20px;
}

.image-13 {
  width: 100%;
}

.column-2 {
  padding-top: 30px;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
}

.bt-callout {
  font-size: 20px;
}

.div-block-12 {
  text-align: center;
}

.list {
  width: 80%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 28px;
}

.list-item {
  margin-bottom: 5px;
}

.list-item-2 {
  padding-bottom: 5px;
}

.list-item-3 {
  margin-bottom: 5px;
}

.form {
  padding-top: 40px;
}

.btf {
  height: 50px;
  color: var(--black);
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 15px;
}

.grid-7 {
  grid-template-rows: auto auto auto auto auto;
}

.form-2, .form-block-2 {
  color: var(--black);
}

.div-block-13 {
  text-align: center;
  padding-top: 10px;
}

.div-block-14 {
  text-align: left;
  margin-top: 20px;
}

.submit-button-3 {
  background-color: var(--dim-grey);
  border-radius: 8px;
  margin-top: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.section-6 {
  background-color: var(--dark-grey-2);
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-15 {
  justify-content: center;
  display: flex;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.btend {
  margin-top: 30px;
}

.grid-8 {
  grid-template-rows: auto;
}

.welcome {
  margin-top: 40px;
}

.bt-body-bigger {
  font-size: 20px;
}

.goto {
  text-align: center;
}

.link-4 {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
  font-family: Maven Pro, sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.italic-text-6 {
  text-align: center;
}

.image-15 {
  width: 350px;
}

.image-16, .image-17 {
  width: 375px;
}

.image-18 {
  width: 360px;
}

.image-19, .image-20, .image-21, .image-22 {
  width: 375px;
}

.image-23 {
  width: 370px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-16 {
  margin-bottom: 40px;
}

.container-8 {
  max-width: 585px;
  background-color: #fff;
  border: 1px solid #666;
  margin-top: 20px;
  margin-bottom: 40px;
}

.eh1 {
  text-align: center;
}

.ebodyt {
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.ebodyt.ctr {
  text-align: center;
}

.ebodyt.g {
  padding-left: 15px;
  padding-right: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-17 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  border-radius: 4px;
}

.body {
  background-color: #ececec;
  margin-bottom: 20px;
}

.eb1 {
  background-color: #616161;
  border-radius: 5px;
}

.section-8 {
  margin-bottom: 20px;
}

.column-3 {
  padding-left: 20px;
}

.div-block-18 {
  display: none;
}

@media screen and (max-width: 991px) {
  .menu-button {
    margin-top: -94px;
    margin-left: 176px;
    font-size: 30px;
  }

  .menu-button-2 {
    display: block;
  }

  .white-icon {
    color: #6d6d6d;
  }
}

@media screen and (max-width: 767px) {
  .nav-brand {
    text-align: center;
  }

  .menu-button-2 {
    color: #000;
  }

  .white-icon {
    color: #000;
    font-size: 25px;
  }

  .grid {
    grid-template-columns: 1.75fr;
    grid-template-areas: "."
                         "Area";
    grid-auto-columns: .25fr;
  }

  .grid-2 {
    grid-template-columns: 5.75fr;
    grid-template-areas: ".";
  }

  .div-block-2 {
    height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding: 20px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-brand {
    width: 70%;
    padding-right: 5px;
    left: 46.875px;
  }

  .bt-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    flex: none;
    margin-top: -91px;
    margin-left: 592px;
    font-size: 30px;
  }

  .menu-button-2 {
    padding-top: 20px;
    padding-left: 0;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .white-icon {
    color: #104770;
    padding-top: 0;
    font-size: 35px;
  }

  .section {
    display: block;
  }

  .bt-head-big {
    text-align: center;
  }

  .bt-head-big.white, .bt-head-big.white.glow {
    font-size: 30px;
    line-height: 36px;
  }

  .bt-head-big.white.glow.sc {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
  }

  .bt-head-big.ctr {
    line-height: 40px;
  }

  .bt-head-med {
    text-align: center;
  }

  .bt-body {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .bt-body._3 {
    column-count: 1;
  }

  .bt-body.select {
    width: auto;
  }

  .grid {
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
  }

  .grid-2 {
    grid-template-columns: 2fr;
    grid-template-areas: ".";
    grid-auto-columns: .25fr;
  }

  .div-block-2 {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .musicplayer {
    text-align: center;
    display: none;
  }

  .div-block-4 {
    width: 90%;
    text-align: center;
  }

  .head {
    width: 100%;
    display: flex;
  }

  .div-block-5 {
    width: 70%;
  }

  .bt-button {
    width: 100%;
    letter-spacing: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    text-align: center;
  }

  .subscribe-form {
    display: none;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .grid-6 {
    grid-template-columns: 2fr;
  }

  .bt-vid {
    grid-template-columns: 1fr;
  }

  .bt-news-block {
    text-align: center;
  }

  .btsc {
    width: 100%;
    text-align: center;
  }

  .bt-sm-pix {
    float: none;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .bt-sm-pix.ferg {
    width: 90%;
    float: none;
    clear: right;
    text-align: center;
  }

  .bt-sm-pix.ferg.w {
    max-width: 90%;
  }

  .bt-sm-pix.ferg {
    width: 100%;
    clear: right;
  }

  .link-block-3 {
    width: 100%;
    text-align: center;
  }

  .italic-text-7 {
    line-height: 32px;
  }

  .image-24 {
    width: 90%;
    text-align: center;
  }

  .image-25 {
    max-width: 90%;
  }
}

#w-node-_179c2575-36de-8769-0b81-2c3af44b22c5-9e7e4d66, #w-node-eb3a6a84-39c1-c647-557b-549151c2f4a7-9e7e4d66, #w-node-_8efdfb65-c60f-6271-b590-a3212cab55e4-9e7e4d66, #w-node-_3074059c-8bf8-a64c-adff-78bbcb5d39af-de9668fb, #w-node-aad3d675-cc47-50e5-1cdf-158c9b3b0920-de9668fb, #w-node-_2ac80166-e409-afd6-7f33-04076b1e1819-de9668fb, #w-node-_874a5839-35f8-a05e-bcaa-260db33a785c-de9668fb, #w-node-_9adb8108-f418-9c85-885d-e84fcfc82b94-de9668fb, #w-node-_9adb8108-f418-9c85-885d-e84fcfc82ba3-de9668fb, #w-node-_9adb8108-f418-9c85-885d-e84fcfc82ba4-de9668fb, #w-node-_7244e040-f2f4-9381-d6a2-6bfc6d5b589d-de9668fb, #w-node-_3074059c-8bf8-a64c-adff-78bbcb5d39af-35c27105, #w-node-aad3d675-cc47-50e5-1cdf-158c9b3b0920-35c27105, #w-node-_2ac80166-e409-afd6-7f33-04076b1e1819-35c27105, #w-node-_874a5839-35f8-a05e-bcaa-260db33a785c-35c27105, #w-node-_9adb8108-f418-9c85-885d-e84fcfc82b94-35c27105, #w-node-_9adb8108-f418-9c85-885d-e84fcfc82b95-35c27105, #w-node-_9adb8108-f418-9c85-885d-e84fcfc82ba3-35c27105, #w-node-_9adb8108-f418-9c85-885d-e84fcfc82ba4-35c27105, #w-node-_7244e040-f2f4-9381-d6a2-6bfc6d5b589d-35c27105, #w-node-_179c2575-36de-8769-0b81-2c3af44b22c5-35c27105, #w-node-eb3a6a84-39c1-c647-557b-549151c2f4a7-35c27105, #w-node-_8efdfb65-c60f-6271-b590-a3212cab55e4-35c27105, #w-node-_35079dd4-42e4-b707-52f5-ce64cb2f31eb-0a20775e, #w-node-_35079dd4-42e4-b707-52f5-ce64cb2f3235-0a20775e, #w-node-_35079dd4-42e4-b707-52f5-ce64cb2f3236-0a20775e, #w-node-a46a7876-04e7-f103-eb61-f6cfb65249b1-f36a94ba, #First-Name.w-node-cbb66964-5342-dfd4-78c6-df1ba25e732b-f36a94ba, #Last-Name.w-node-_41de3d7a-d03c-42ee-ce57-db61e209c9bd-f36a94ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Name-of-organization-if-relevant.w-node-_970cc9d2-6994-e602-7d2b-1d398bb10b36-f36a94ba, #Email.w-node-_159be25d-e1f7-4222-193a-1b19d639f4c2-f36a94ba, #Subject.w-node-_44b6f3d7-944e-e6dc-0d3b-8692baa656a1-f36a94ba, #field.w-node-f40940b4-940f-e120-9323-242fbffe7f6d-f36a94ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8183d3ad-bd66-44c3-45f0-a08bc5bc6a8d-f36a94ba, #w-node-e15de794-08ec-7485-9117-51d8b9e7d2ae-e9d959dc, #w-node-_3daef1b4-efe6-be56-797a-3755f2666927-e9d959dc, #w-node-e44ba904-2943-6187-c056-c54915ce4118-e9d959dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8efdfb65-c60f-6271-b590-a3212cab55e4-9e7e4d66, #w-node-_8efdfb65-c60f-6271-b590-a3212cab55e4-35c27105 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8efdfb65-c60f-6271-b590-a3212cab55e4-9e7e4d66, #w-node-_8efdfb65-c60f-6271-b590-a3212cab55e4-35c27105 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


