/* Text Elements */

h1.sticky-shrinknav-header-title {
  position: relative;
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 600;
  font-size: 22px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: translateY(-1.875rem);
     -moz-transform: translateY(-1.875rem);
       -o-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
}

h2.heading-1 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

h3.heading-2 {
  margin-bottom: 0;
  margin-left: 2px;
  padding-top: 7px;
  font-size: 18px;
}

p.paragraph.hero-tagline {
  margin-bottom: .5rem;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-6 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-5 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 500;
  font-size: 1.75rem;
  font-family: 'Aguafina Script', cursive;
}

p.paragraph span.paragraph-text-9 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-11 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-13 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-18 {
  font-weight: 600;
}

ul.unorder-list.unordered-list-1 {
  margin-left: 5px;
  list-style-type: none;
}

a.link-text.text-link-1 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #fefefe;
  font-weight: 600;
  line-height: 1;
}

/* Layout Elements */

body.body-1 {
  padding-top: 60px;
  min-height: 100px;
}

.container.main {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
  padding-top: 35px;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.inner33 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  margin-right: auto;
  margin-left: auto;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.card {
  width: 100%;
}

.container.content {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.container.card-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
}

.container.inner67 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  width: 100%;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.content1 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.container.footer {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container.sticky-shrinknav-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-bottom: .25rem double #ccc;
  background-color: #fff;
  background-image: url('../img/sunrise.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.contents {
  padding: 210px 20px 20px;
}

div.responsive-picture.logo {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  max-width: 36px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

li.list-item span.list-item-text-14 {
  font-weight: 600;
}

li.list-item span.list-item-text-32 {
  font-weight: 600;
}

li.list-item span.list-item-text-13 {
  font-weight: 600;
}

li.list-item span.list-item-text-2 {
  font-weight: 600;
}

li.list-item span.list-item-text-33 {
  font-weight: 600;
}

li.list-item span.list-item-text-34 {
  font-weight: 600;
}

li.list-item span.list-item-text-1 {
  font-weight: 600;
}

li.list-item span.list-item-text-35 {
  font-weight: 600;
}

li.list-item span.list-item-text-38 {
  font-weight: 600;
}

li.list-item span.list-item-text-37 {
  font-weight: 600;
}

li.list-item span.list-item-text-36 {
  font-weight: 600;
}

li.list-item span.list-item-text-39 {
  font-weight: 600;
}

li.list-item span.list-item-text-10 {
  font-weight: 600;
}

li.list-item span.list-item-text-9 {
  font-weight: 600;
}

li.list-item span.list-item-text-5 {
  font-weight: 600;
}

li.list-item span.list-item-text-45 {
  font-weight: 600;
}

li.list-item span.list-item-text-44 {
  font-weight: 600;
}

li.list-item span.list-item-text-6 {
  font-weight: 600;
}

li.list-item span.list-item-text-41 {
  font-weight: 600;
}

li.list-item span.list-item-text-7 {
  font-weight: 600;
}

li.list-item span.list-item-text-40 {
  font-weight: 600;
}

li.list-item span.list-item-text-42 {
  font-weight: 600;
}

li.list-item span.list-item-text-8 {
  font-weight: 600;
}

li.list-item span.list-item-text-46 {
  font-weight: 600;
}

.html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

ul.list-container.sticky-shrinknav-menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3.75rem;
  background-color: rgba(23, 121, 186, .1);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

ul.list-container.align-center.menu.sticky-shrinknav-menu {
  -ms-flex-pack: center;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 60px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

li.list-item.name2 {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: .0625rem solid #ccc;
}

li.list-item span.list-item-text-43 {
  font-weight: 600;
}

li.list-item span.list-item-text-47 {
  font-weight: 600;
}

li.list-item a.list-item-text-48 {
  font-weight: 600;
}

li.list-item span.list-item-text-51 {
  font-weight: 600;
  font-size: 1.375rem;
}

li.list-item.name-large {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.sticky-shrinknav-header-title {
    font-size: 30px;
  }

  h2.heading-1 {
    font-size: 24px;
  }

  h3.heading-2 {
    padding-top: 5px;
    font-size: 22px;
  }

  p.paragraph.hero-tagline {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  a.link-text.text-link-1 {
    padding-top: .8rem;
    padding-bottom: .6rem;
  }

  /* Layout Elements */

  .container.card {
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
  }

  .container.inner67 {
    width: 100%;
  }

  .container.sticky-shrinknav-header {
    background-position: center top;
  }

  .container.main {
    padding-top: 20px;
  }

  div.responsive-picture.logo {
    margin-top: 2px;
    margin-right: 5px;
  }

  ul.list-container.align-center.menu.sticky-shrinknav-menu {
    height: 60px;
  }

  li.list-item.name2 {
    margin-bottom: 8px;
    border-bottom-color: #ccc;
  }

  li.list-item.name-large {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.sticky-shrinknav-header-title {
    font-size: 38px;
  }

  h2.heading-1 {
    padding-top: 20px;
    font-size: 26px;
  }

  h3.heading-2 {
    font-size: 25px;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 500;
    font-style: italic;
    font-size: 1.875rem;
    font-family: 'Aguafina Script', cursive;
  }

  p.paragraph span.paragraph-text-3 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-4 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-5 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-2 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-8 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-10 {
    font-weight: 400;
  }

  p.paragraph a.paragraph-text-12 {
    font-weight: 600;
  }

  ul.unorder-list.unordered-list-1 {
    margin-left: 5px;
  }

  /* Layout Elements */

  .container.inner33 {
    width: 33%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.card {
    -ms-flex-pack: start;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.card-heading {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-pack: end;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.inner67 {
    width: 67%;
  }

  .container.footer {
    width: 100%;
  }

  .container.sticky-shrinknav-header {
    background-image: url('../img/sunrise.jpg');
    background-size: cover;
  }

  .container.container-2 {
    min-height: 100vh;
  }

  .container.main {
    padding-bottom: 0;
  }

  .container.contents {
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
  }

  div.responsive-picture.logo {
    margin-top: 5px;
    margin-left: 5px;
  }

  li.list-item span.list-item-text-14 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-32 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-13 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-2 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-11 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-12 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-1 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-26 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-27 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-28 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-29 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-30 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-31 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-17 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-18 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-3 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-4 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-5 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-6 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-21 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-22 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-7 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-23 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-24 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-25 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-16 {
    font-weight: 600;
  }

  li.list-item a.list-item-text-15 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-8 {
    font-weight: 600;
  }

  li.list-item span.list-item-text-43 {
    font-weight: 600;
  }

  li.list-item.name2 {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 0 solid #ccc;
  }

  li.list-item span.list-item-text-49 {
    font-weight: 600;
    font-size: 1.3125rem;
  }

  li.list-item a.list-item-text-50 {
    font-weight: 600;
  }

  li.list-item.name-large {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
}