/* Text Elements */
body {
	position: relative;
}

.mainContainer {
	position: relative;
	width: 1532px;
	margin-right: auto;
	margin-left: auto;
}

h1.header-greeting {
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h1#info-greeting {
  color: #535353;
}

h1 span.heading-text-1 {
  font-size: 1.875rem;
}

h2.hero-heading {
  margin-bottom: 0;
  padding: 50px 10px 10px;
  color: #00a3d7;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h2 span.white {
  color: #fff;
}

h2.name {
  margin-bottom: 0;
  padding: 10px;
  min-height: 50px;
  height: 150px;
  background-color: #55b8e2;
  color: #0056ac;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h2.name span.authorName {
  font-size: 14px;
}

h2 span.highlight-blue {
  color: #4a6dd7;
}

h3 {
  font-family: 'Chelsea Market', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h3.sub-topic-heading {
  padding-top: 10px;
  color: #57316d;
  font-weight: 700;
  font-size: 28px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h3.footer-section-header {
  padding-top: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

p.paragraph.mission-statement {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 800px;
  text-align: center;
}

p.paragraph {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
  color: #575757;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.header-message {
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #00152a;
  font-size: 15px;
}

p.paragraph.bio {
  padding: 20px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #55b8e2;
  font-size: 17px;
}

p.paragraph.footer-paragraph {
  color: #b6b6b6;
  text-align: center;
}

/* Layout Elements */

.container.header-container {
  display: grid;
  margin-top: 20px;

  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
  justify-items: center;
}

.container.header-image-container {
  display: inline-block;
  min-height: 350px;
  background-image: url('../../images/blue-mic-audio-abstract.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.header-message-container {
  float: right;
  min-height: 140px;
  max-width: none;
  max-height: none;
  height: auto;
  background-color: rgba(16, 150, 247, .89);
}

.container.sub-topic-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
          padding: 20px;
}

.container#info-heading {
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
}

.container#info-message-container {
  background-color: rgba(255, 255, 255, .91);
}

.container#home-heading {
  background-image: url('../../images/blue-mic-audio-abstract.jpg'), url('https://red-resources.coffeecup.com/storage/common/url-placeholder.png');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.contac-us-footer {
  width: 50%;
}

.container.section-break {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #e5e5e5;
}

.container.filmstrip-container {
  padding-top: 30px;
  background-color: #57316d;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-bottom: 20px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #515151;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-2 {
  display: grid;
  margin-top: 90px;
  margin-bottom: 90px;

  grid-row-gap: 50px;
  grid-column-gap: 100px;
  grid-template-areas: 'program' 'adoption' 'sponsors' 'news';
  grid-template-columns: auto;
  grid-template-rows: repeat(4 , auto);
  grid-auto-rows: auto;
  grid-auto-columns: auto;
}

.container.location {
  width: 50%;
}

.container.text-container {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1040px;
}

.container.info-container {
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  min-width: 44%;
  max-width: 47%;
}

a.responsive-picture.picture-link-1 {
  max-width: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div.responsive-picture.icon {
  max-width: 60px;
}

.audio-1 {
  position: relative;
  top: 3px;
}

a.social-image {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  max-width: 40px;
  background-color: #55b8e2;
}

div.responsive-picture.picture-1 {
  margin-bottom: 20px;
  max-width: none;
}

div.responsive-picture.picture-2 {
  margin-bottom: 20px;
  max-width: none;
}

div.responsive-picture.picture-3 {
  max-width: none;
}

div.responsive-picture.sponsors-image {
  max-width: none;
}

a.responsive-picture.logo {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
  width: 100%;
}

.html-element.html-demo-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
  border: .0625rem solid #ff7c00;
}

a.responsive-picture.picture-link-2 {
  margin-right: 10px;
  max-width: 40px;
  max-height: 40px;
  background-color: #55b8e2;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.header-greeting {
    font-size: 25px;
  }

  h1 span.heading-text-1 {
    font-size: 1.8125rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }

  h2.name {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }

  h2.hero-heading {
    font-weight: 700;
    font-size: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }

  h2 {
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }

  h3.footer-section-header {
    font-weight: 700;
    font-size: 32px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }

  h3.sub-topic-heading {
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }

  p.paragraph.mission-statement {
    padding-right: 20px;
    padding-left: 20px;
  }

  p.paragraph.footer-paragraph {
    max-width: 800px;
  }

  p.paragraph.paragraph-2 {
    padding-right: 0;
    padding-left: 0;
  }

  p.paragraph {
    padding-right: 0;
    padding-left: 0;
  }

  /* Layout Elements */

  .container.header-container {
    justify-items: auto;
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
  }

  .container.header-message-container {
    float: none;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 60%;
  }

  .container.header-image-container {
    min-height: 400px;
    background-image: url('../../images/blue-mic-audio-abstract.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-2 {
    grid-template-areas: 'program adoption' 'sponsors news';
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: repeat(2 , auto);
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .container.contact-container {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.sub-topic-container {
    -ms-flex-align: start;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.contac-us-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.info-image-container {
    display: grid;

    grid-template-areas: '. picture-1 picture-1 .' '. picture-2 picture-3 .' '. picture-2 . .';
    grid-template-columns: 1fr repeat(2 , auto) 1fr;
    grid-template-rows: repeat(3 , auto);
    grid-auto-rows: 20px;
    grid-auto-columns: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .container.text-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.info-container {
    display: inline-block;
    margin-right: 1%;
    margin-left: 1%;
    min-width: 30%;
    max-width: 30%;
  }

  div.responsive-picture.picture-1 {
    margin-bottom: 0;
    max-width: 1200px;

    grid-area: picture-1;
  }

  div.responsive-picture.picture-2 {
    margin-bottom: 0;
    max-width: 900px;

    grid-area: picture-2;
  }

  div.responsive-picture.picture-3 {
    max-width: 1943px;

    grid-area: picture-3;
  }

  div.responsive-picture.sponsors-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1040px;
  }

  a.responsive-picture.logo {
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    min-height: 10px;
    width: 100%;
  }

  div.responsive-picture.icon {
    display: block;
  }

  .html-element.html-demo-box {
    max-width: 320px;
  }

  a.responsive-picture.picture-link-2 {
    margin-right: 10px;
    max-width: 40px;
    max-height: 40px;
    background-color: #55b8e2;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.header-greeting {
    margin-right: 0;
  }

  h2.hero-heading {
    padding-top: 0;
  }

  h2.name {
    font-size: 19px;
  }

  p.paragraph.footer-paragraph {
    max-width: 400px;
    color: #c3c3c3;
  }

  p.paragraph {
    color: #575757;
  }

  p.paragraph.header-message {
    margin-right: 0;
    margin-left: 0;
  }

  /* Layout Elements */

  .container.header-message-container {
    margin-right: 5%;
    max-width: 500px;
  }

  .container.info-container {
    margin-right: 1%;
    margin-left: 1%;
    padding-left: 0;
    min-width: 15%;
    max-width: 15%;
    max-height: none;
  }

  .container.header-container {
    grid-template-columns: 1fr repeat(2 , 500px) 1fr;
    grid-template-areas: '. logo menu .';
  }

  .container.filmstrip-container {
    padding-top: 20px;
  }

  .container.container-1 {
    padding-top: 40px;
  }

  .container.container-2 {
    display: grid;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-top: 10px;
    margin-bottom: 26px;

    grid-template-areas: 'program adoption' 'sponsors news';
    grid-template-columns: repeat(2 , minmax(auto, 600px));
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    justify-items: center;
  }

  .container.header-image-container {
    min-width: 10px;
    min-height: 600px;
    width: 100%;
    background-image: url('../../images/blue-mic-audio-abstract.jpg');
    background-attachment: fixed;
    background-size: auto auto;
    background-repeat: repeat-y;
  }

  .container.location {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
  }

  .container.contac-us-footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
  }

  .container.text-container {
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 1040px;
  }

  .container#home-heading {
    background-image: url('../../images/blue-mic-audio-abstract.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.social-box {
    margin-right: 12px;
    min-width: 10px;
    max-height: 40px;
    width: 230px;
  }

  .container.sub-topic-container {
    grid-area: auto / auto / auto / auto;
    padding: 20px;
  }

  div.responsive-picture.picture-1 {
    max-width: none;
  }

  div.responsive-picture.picture-2 {
    max-width: none;
  }

  div.responsive-picture.picture-3 {
    max-width: 400px;
  }

  div.responsive-picture.sponsors-image {
    margin-top: 40px;
  }

  a.responsive-picture.logo {
    position: static;
    float: left;
    margin-left: 68px;
    max-width: 526px;
    width: 300%;

    grid-area: logo;
  }

  .html-element.html-demo-box {
    max-width: 320px;
  }

  a.responsive-picture.picture-link-2 {
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 0;
    max-width: 40px;
    width: auto;
    background-color: #55b8e2;
  }
}

.overlay {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index: 1000;
}