/* Text Elements */

h1.title-project-page {
  margin-right: 10%;
  margin-left: 10%;
  width: 80vw;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 12px;
  font-weight: 900;
  font-size: 20px;
  font-family: 'Archivo', sans-serif;

  mix-blend-mode: normal;
}

h1 {
  margin-bottom: 1rem;
  color: #0067ff;
  font-weight: 300;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

h1.heading-1-hero-section {
  color: #fff;
  font-family: 'Archivo', sans-serif;
}

h1.Contact-heading {
  margin-right: 5%;
  margin-left: 5%;
  width: 90%;
  color: #fff;
  text-align: center;
  text-shadow: #15161a 2px 2px 5px;
  font-size: 18px;
  font-family: 'Nanum Gothic', cursive;
}

h1.title-project-page.top-page {
  margin-top: 0;
  padding-top: 50px;
}

h1.heading-1 {
  margin-right: 10%;
  margin-left: 10%;
  max-width: 350px;
  width: 85%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: 'Nanum Gothic', cursive;

  background-blend-mode: normal;
}

h1.hotl-name {
  margin: 20px auto 10px;
  padding: 0;
  width: 90%;
  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;
  color: #fff;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  text-shadow: #15161a 1px 1px 5px;
  letter-spacing: 5px;
  font-weight: 800;
  font-size: 24px;
  font-family: 'Fjalla One', sans-serif;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: scaleY(1.3);
     -moz-transform: scaleY(1.3);
       -o-transform: scaleY(1.3);
          transform: scaleY(1.3);

  background-blend-mode: normal;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #f00;
}

h1.map-heading {
  color: #fff;
  text-align: center;
}

h1#heading-1 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

h1.heading-3 {
  color: #ffbc95;
  text-align: center;
}

h1.heading-5 {
  color: #fff;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

h1.heading-6 {
  color: #8e94ff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

h1.heading-7 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

h1.vision-heading {
  margin: 22px auto;
  padding: 10px 5px;
  width: 90vw;
  background-color: #e85b01;
  color: #15161a;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1.vision-main-heading {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

h1.dna-header.heading-7 {
  text-shadow: #15161a 1px 1px 2px;
}

h1.ministry-video-title {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 600;
  font-size: 20px;
}

h1.dark-shadow.heading-5 {
  text-shadow: #15161a 3px 3px 5px;
}

h1.hotl-name.outofview {
  color: #15161a;
  -webkit-filter: brightness(1) opacity(.25) blur(0px);
          filter: brightness(1) opacity(.25) blur(0px);
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transform: scaleX(1) scaleY(1.3) translateY(0px);
     -moz-transform: scaleX(1) scaleY(1.3) translateY(0px);
       -o-transform: scaleX(1) scaleY(1.3) translateY(0px);
          transform: scaleX(1) scaleY(1.3) translateY(0px);

  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0;
}

h2 {
  margin-bottom: 1.5rem;
  margin-left: 0;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  font-family: 'Archivo', sans-serif;
  line-height: 1.1;
}

h2.centered {
  color: #e2a884;
  text-align: center;
}

h2.turquoise {
  color: #50b1a9;
}

h2.centered.turquoise {
  color: #50b1a9;
  text-transform: capitalize;
}

h2 font.heading-text-1 {
  color: #35a884;
}

h2.centered.with-shadow {
  text-shadow: #78828c 1px 1px 1px;
}

h2 font.heading-text-3 {
  color: #212229;
}

h2.session-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
}

h2.heading-centred {
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
}

h3.news-heading {
  margin-left: 25px;
  padding: 5px 5px 5px 10px;
  max-width: 500px;
  width: 85vw;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(21, 22, 26, 1) 100%);
  background-image:    -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(21, 22, 26, 1) 100%);
  background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .5) 0%, rgba(21, 22, 26, 1) 100%);
  background-image:         linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, rgba(21, 22, 26, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #fff;

  background-blend-mode: normal;
}

h3.announcement-header {
  color: #fff;
  text-align: center;
  text-shadow: #78828c 2px 2px 5px;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}

h3.heading-8 {
  color: #ffbc95;
  font-size: 16px;
}

h3.heading-9 {
  color: #ff0;
  text-align: center;
}

h4.dashboard-title {
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;

  background-blend-mode: normal;
}

h4.dashboard-title-1 {
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
  background-color: #e9ede9;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;

  background-blend-mode: normal;
}

h4.heading-4 {
  margin: 0 auto;
  max-width: none;
  width: 90%;
  height: auto;
  background-color: #4f2f17;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
}

h4 a.heading-text-4 {
  color: #ff0;
  font-weight: 600;
  font-size: 1.25rem;
}

h4 a.heading-text-5 {
  color: #ff0;
  font-weight: 600;
  font-size: 1.25rem;
}

h4 span.heading-text-6 {
  text-transform: lowercase;
  font-size: 1rem;
}

h4 span.heading-text-8 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 a.heading-text-9 {
  color: #65ff6f;
}

h4 span.heading-text-7 {
  font-variant: normal;
}

h4 span.heading-text-10 {
  font-size: .0625rem;
}

h4 span.heading-text-11 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4 a.heading-text-12 {
  color: #ff0;
  font-weight: 600;
  font-size: 1.25rem;
}

h4 a.heading-text-13 {
  color: #ff0;
  font-weight: 600;
  font-size: 1.25rem;
}

h4.heading-2 {
  color: #fff;
  text-align: center;
}

h6.project-title-box {
  margin-bottom: 2px;
  color: #e2a884;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: 'Archivo', sans-serif;
}

h6 span.heading-text-2 {
  color: #35a884;
}

h6 {
  font-family: 'Montserrat', sans-serif;
}

h6.heading-1.text3 {
  margin-top: 30%;
  color: #fff;
  text-align: center;
  text-shadow: #454545 2px 2px 5px;
  font-variant: small-caps;
  font-size: 16px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
  line-height: 20px;
}

h6.church-title {
  margin-bottom: 2px;
  color: #e2a884;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: 'Archivo', sans-serif;
}

h6.heading-1.news-text.text3 {
  text-shadow: #15161a 2px 2px 3px;
  font-size: 16px;
}

h6.mandd-heading {
  margin-top: 8vw;
  margin-bottom: auto;
  color: #fff;
  text-align: center;
  text-shadow: #15161a 2px 2px 1px;
  font-weight: 600;
  font-size: 10px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  line-height: 16px;
}

h6.mandd-heading-1 {
  margin-top: 8vw;
  margin-bottom: auto;
  color: #fff;
  text-align: center;
  text-shadow: #15161a 2px 2px 1px;
  font-weight: 600;
  font-size: 16px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  line-height: 19px;
}

h6.mandd-dashboard-option-link {
  margin-top: 8vw;
  margin-bottom: auto;
  color: #fff;
  text-align: center;
  text-shadow: #15161a 2px 2px 1px;
  font-weight: 600;
  font-size: 16px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
  line-height: 19px;
}

h6.heading-1.red-text.text3 {
  display: inline-block;
  margin-top: -5px;
  margin-bottom: 0;
  padding-left: 10px;
  color: #fff;
  text-align: center;
  text-shadow: transparent 2px 2px 3px;
  font-size: 20px;

  -webkit-text-stroke-color: #f00;
  -webkit-text-stroke-width: 1px;
}

h6.heading-1.no-space.text3 {
  margin-top: 5%;
}

p.paragraph {
  margin: 0;
  max-width: none;
  color: #e1e1e1;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  line-height: 1.7;
}

p.paragraph.centered {
  color: #383838;
  text-align: center;
}

p.paragraph.light {
  color: #898989;
  text-align: left;
}

p.paragraph span.uppercase-p-1 {
  text-transform: uppercase;
  letter-spacing: .0625rem;
}

p.paragraph.centered.light {
  margin-bottom: 0;
  max-width: none;
  color: #383838;
  text-align: center;
  font-size: 16px;
}

p.paragraph.footer-copyright-text {
  margin: 5px auto;
  width: 100%;
  color: #5d5d5d;
  line-height: 1.2;
}

p.paragraph.text-card {
  margin-bottom: 10px;
  width: 100%;
  vertical-align: baseline;
  text-align: center;
  font-size: 16px;
}

p.paragraph.page-heading {
  margin: 0 auto;
  max-width: 800px;
  text-shadow: #15161a 2px 2px 0;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Nanum Gothic', cursive;
  line-height: 1.4;
}

p.paragraph.contact-header {
  background-image: -webkit-linear-gradient(top, rgba(255, 188, 149, 1) 0%, rgba(226, 168, 132, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 188, 149, 1) 0%, rgba(226, 168, 132, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 188, 149, 1) 0%, rgba(226, 168, 132, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 188, 149, 1) 0%, rgba(226, 168, 132, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 5px 0;
  color: #35a884;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Nanum Gothic', cursive;

  background-blend-mode: normal;
}

p.paragraph.contact-name {
  margin-bottom: 1px;
  border-bottom: .125rem solid #fff;
  background-color: #e2a884;
  color: #fff;
  font-size: 14px;
}

p.paragraph.contact-title {
  margin-bottom: 1px;
  border-bottom-width: .1875rem;
  border-bottom-style: solid;
  background-color: #e2a884;
  color: #fff;
  font-size: 16px;
}

p.paragraph.paragraph-1 {
  width: 60%;
  color: #aecfea;
  text-align: left;
  font-size: 16px;
  font-family: 'Nanum Gothic', cursive;
}

p.paragraph.first-heading.page-heading {
  margin-top: 0;
}

p.paragraph.page-heading.top-heading {
  margin-top: 50px;
  padding-top: 20px;
}

p.paragraph#paragraph-1 {
  font-size: 22px;
}

p.paragraph span.paragraph-text-6 {
  color: #aecfea;
  text-decoration: underline;
}

p.paragraph a.paragraph-text-5 {
  color: #f3f300;
}

p.paragraph.paragraph-3 {
  margin-bottom: 5px;
  color: #ff0;
  text-shadow: #f00 2px 2px 5px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

p.paragraph.paragraph-2 {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}

p.paragraph.paragraph-6 {
  overflow: auto;
  margin: 10px auto;
  padding: 0 20px;
  max-width: none;
  max-height: none;
  width: 90vw;
  background-color: transparent;
  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;
  text-align: left;
  text-shadow: #15161a 2px 2px 5px;
  font-size: 18px;

  background-blend-mode: normal;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 800;
}

p.paragraph.paragraph-7 {
  margin-bottom: 0;
  width: 80%;
  font-size: 16px;
  line-height: 1.2;
}

p.paragraph span.paragraph-text-8 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-9 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-10 {
  font-weight: 600;
}

p.paragraph.vision-text {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  width: 85%;
  color: #fff;
  text-align: left;
  text-shadow: #15161a 2px 2px 5px;
  font-weight: 400;
  font-size: 22px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 26px;
}

p.paragraph span.paragraph-text-11 {
  font-weight: 300;
}

p.paragraph span.paragraph-text-12 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-13 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-14 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-15 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-16 {
  font-weight: 600;
}

p.paragraph.vision-text.vision-text-centred {
  text-align: center;
  font-size: 18px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
}

p.paragraph a.paragraph-text-3 {
  color: #ff0;
  text-decoration: underline;
}

p.paragraph#paragraph-4 {
  background-image: url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

p.paragraph#paragraph-5 {
  overflow: auto;
  background-image: url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: #15161a 2px 2px 5px;

  background-blend-mode: normal;
}

p.paragraph#paragraph-8 {
  overflow: scroll;
  max-height: 80vh;
  background-image: -webkit-linear-gradient(top, rgba(56, 56, 56, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds-Teaching/maxim-tajer-x3S1aGQNgro-unsplash.jpg');
  background-image:    -moz-linear-gradient(top, rgba(56, 56, 56, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds-Teaching/maxim-tajer-x3S1aGQNgro-unsplash.jpg');
  background-image:      -o-linear-gradient(top, rgba(56, 56, 56, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds-Teaching/maxim-tajer-x3S1aGQNgro-unsplash.jpg');
  background-image:         linear-gradient(180deg, rgba(56, 56, 56, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds-Teaching/maxim-tajer-x3S1aGQNgro-unsplash.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left bottom;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

p.paragraph#paragraph-9 {
  background-image: url('../Hotl/Backgrounds/60002074b08bf26dfb45d3f1_Ministry%20-%20Bible-p-1600.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;

  background-blend-mode: normal;
}

p.paragraph.paragraph-8 {
  font-size: 16px;
}

p.paragraph.paragraph-10 {
  margin: 10px auto;
  padding: 5px;
  width: 90%;
  border-width: .0625rem;
  border-style: solid;
  background-image: -webkit-linear-gradient(top, rgba(255, 0, 40, .24) 0%, rgba(23, 47, 186, .18) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 0, 40, .24) 0%, rgba(23, 47, 186, .18) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 0, 40, .24) 0%, rgba(23, 47, 186, .18) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 0, 40, .24) 0%, rgba(23, 47, 186, .18) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

p.paragraph a.paragraph-text-4 {
  color: #20aaff;
  font-weight: 400;
}

p.paragraph a.paragraph-text-17 {
  color: #20aaff;
  font-weight: 400;
}

span.text-element.dropdown-btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
}

span.text-element.button.dropdown-btn {
  margin-bottom: 10px;
  width: 100%;
  border-top-right-radius: 20px;
  text-align: left;
}

span.text-element#text-1 {
  background-color: #05a410;
}

span.text-element#text-2 {
  background-color: #20aaff;
}

span.text-element#text-3 {
  background-color: #20aaff;
}

span.text-element#text-4 {
  background-color: #35a884;
}

span.text-element#text-5 {
  background-color: #e85b01;
}

span.text-element#text-6 {
  background-color: #35a884;
}

span.text-element#text-6-copy-1 {
  background-color: #ff0028;
}

span.text-element.button.dropdown-btn:hover {
  background-color: rgba(128, 50, 128, .8);
  -webkit-transition-delay: 0s, 0s;
     -moz-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out;
     -moz-transition-timing-function: ease-out, ease-out;
       -o-transition-timing-function: ease-out, ease-out;
          transition-timing-function: ease-out, ease-out;
  -webkit-transition-duration: 0s, .3s;
     -moz-transition-duration: 0s, .3s;
       -o-transition-duration: 0s, .3s;
          transition-duration: 0s, .3s;
  -webkit-transition-property: background-color, color;
     -moz-transition-property: background-color, color;
       -o-transition-property: background-color, color;
          transition-property: background-color, color;
}

span.text-element#text-2:hover {
  background-color: rgba(128, 50, 128, .8);
}

span.text-element#text-3:hover {
  background-color: rgba(128, 50, 128, .8);
}

span.text-element#text-4:hover {
  background-color: rgba(128, 50, 128, .8);
}

span.text-element#text-5:hover {
  background-color: rgba(128, 50, 128, .8);
}

span.text-element#text-1:hover {
  background-color: rgba(128, 50, 128, .8);
}

span.text-element#text-6:hover {
  background-color: rgba(128, 50, 128, .8);
}

span.text-element#text-6-copy-1:hover {
  background-color: rgba(128, 50, 128, .8);
}

a.link-text {
  color: #e1e1e1;
  text-decoration: underline;
  font-size: 22px;
  font-family: 'Archivo', sans-serif;
}

a.link-text.footer-contact-info {
  color: #aecfea;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Nanum Gothic', cursive;
  line-height: 1.5;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

a.link-text.nav-item {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: 1.5rem .636364rem 1.3rem .6363636363636364rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Archivo', sans-serif;
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-text.social-icon-text {
  margin-right: .5rem;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 80%;
}

a.link-text.text-link-1 {
  margin-left: 90%;
  width: 100%;
  color: #e2a884;
  text-decoration: none;
  font-size: 48px;
}

a.link-text.text-link-2 {
  width: 100%;
  color: #fffb00;
  font-size: 15px;
}

a.link-text.text-link-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 60vw;
  background-color: rgba(56, 56, 56, .4);
  color: #f6ff00;
  text-align: center;
  text-transform: capitalize;
  text-shadow: #15161a 2px 2px 1px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Nanum Gothic', cursive;
}

a.link-text.map-to-us-heading {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: baseline;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

a.link-text.text-link-4 {
  display: block;
  color: #ff0;
  text-align: center;
  font-size: 18px;
}

a.link-text.text-link-5 {
  padding: 10px 20px;
  width: 32%;
  background-color: #1790db;
  text-align: center;
  font-size: 8px;
  line-height: 18px;
}

a.link-text.discipleship.text-link-5 {
  margin-right: 2px;
  width: 48%;
  border-right: .125rem solid #792600;
  border-left: .125rem solid #792600;
  background-color: #e85b01;
  font-size: 14px;
  line-height: 16px;
}

a.link-text.ministry-video-dl {
  float: right;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 0;
  width: auto;
  color: #cdcdcd;
  text-align: left;
  text-shadow: #78828c 2px 2px 5px;
  font-weight: 600;
  font-size: 18px;
}

a.link-text.teaching-link {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 18px;
}

a.link-text.footer-contact-info:hover {
  color: #ababab;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: color;
     -moz-transition-property: color;
       -o-transition-property: color;
          transition-property: color;
}

/* Interaction Elements */

a.link-button.button {
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 1.7em;
  padding-left: 1.7em;
  border-color: rgba(60, 60, 60, .25);
  background-color: transparent;
  color: #3c3c3c;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-button {
  padding: 12px 20px;
  border-color: #0067ff;
  border-radius: 0;
  background-color: transparent;
  letter-spacing: 2px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}

a.link-button.button.scroller.smooth-scroll {
  display: block;
  margin: 10px 0vmin 0 auto;
  padding: 0;
  border-width: 0;
  color: #fff;
  text-transform: capitalize;
  text-shadow: #15161a 2px 2px 0;
  font-size: 15px;
  font-family: 'Nanum Gothic', cursive;
}

a.link-button span.button-link-text-1 {
  font-size: 1rem;
}

a.link-button span.button-link-text-2 {
  font-size: .9375rem;
}

a.link-button span.button-link-text-1.button-link-text-2 {
  font-weight: 100;
  font-size: 1.375rem;
}

a.link-button#button-link-1 {
  padding-right: 1.7em;
  padding-left: 0;
}

a.link-button.close-button {
  margin-right: -10px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 1px;
  color: #e1e1e1;
  font-size: 26px;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

a.link-button.button.scroller.smooth-scroll:hover {
  color: #e2a884;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, .3s, 1s;
     -moz-transition-duration: 0s, .3s, 1s;
       -o-transition-duration: 0s, .3s, 1s;
          transition-duration: 0s, .3s, 1s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
  -webkit-transform: translateY(5px) translateZ(-1px) perspective(0px);
     -moz-transform: translateY(5px) translateZ(-1px) perspective(0px);
          transform: translateY(5px) translateZ(-1px) perspective(0px);
}

/* Layout Elements */

body.body-2 {
  background-color: #15161a;
  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;
}

body.body-1 {
  min-height: 100vh;
  background-color: #383838;
  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;
  -webkit-filter: grayscale(0) opacity(.99) hue-rotate(0deg);
          filter: grayscale(0) opacity(.99) hue-rotate(0deg);

  background-blend-mode: normal;
  mix-blend-mode: normal;
}

body.body-4 {
  background-color: #1e1e1e;
}

body.body-9 {
  background-color: #212229;
}

body.body-3 {
  background-color: #15161a;
}

body.body-6 {
  background-color: #15161a;
  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;
  opacity: 1;

  background-blend-mode: normal;
}

body.body-7 {
  background-color: #15161a;
}

body.body-8 {
  background-color: #15161a;
}

body.body-10 {
  background-color: #cdcdcd;
}

body.black-back.body-10 {
  background-color: #212229;
}

.container.one-thousand-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  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;
}

.container.six-hundred-centered-cont {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;

  -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.surrounding-padding-col {
  -ms-flex-pack: center;
  padding: 10vw 30px;
  background-color: #f2f2f2;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.twelve-hundred-centered-cont {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.one-thousand-centered-cont.sample-47-content-cont {
  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;
  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;

  -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;
  background-blend-mode: normal;
}

.container.surrounding-padding-col-low {
  -ms-flex-pack: center;
  padding: 7vw 40px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.heading-section {
  position: static;
  top: auto;
  display: block;
  float: none;
  clear: none;
  margin: 0 auto;
  padding-top: 0;
  min-width: 300px;
  max-width: none;
  width: 100%;
  height: auto;
  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;
  vertical-align: baseline;

  background-blend-mode: normal;
}

.container.surrounding-padding-col-1 {
  -ms-flex-pack: center;
  padding: 8vw 0;
  background-color: #fff;
  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;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.sample-60-buttons-cont.twelve-hundred-centered-cont {
  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: justify;
  -ms-flex-align: stretch;
  max-width: none;
  width: 100vw;
  height: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.footer-copyright.surrounding-padding-col-low {
  background-color: #111;
  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;
}

.container.footer-contact-info.surrounding-padding-col {
  display: block;
  margin-top: 0;
  padding-top: 5vw;
  background-color: #383838;
  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;
}

.container.footer-contact-info-cont {
  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;
  margin-bottom: 20px;
  padding-right: 20px;
  width: 100%;
  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;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container.mobile-menu-toggle {
  margin-bottom: 0;
  background-color: rgba(37, 37, 37, .7);
}

.container.menu-wrapper {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: rgba(21, 22, 26, .95);
  box-shadow: none;

  -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.button.mobile-menu-toggle {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: start;
  padding: 1.2em 40px;
  max-width: 50%;
  background-color: #15161a;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.nav-container {
  margin-bottom: 0;
  max-width: none;
  background-color: transparent;
}

.container.featured-projects.surrounding-padding-col-1 {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  min-height: auto;
  background-color: #fff;
}

.container.hero-about {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 300px;
  background-image: url('../Hotl/Backgrounds/Earth.jpg');
  background-attachment: fixed;
  background-position: -150px -100px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 150% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-9 {
  margin: 0 auto;
  max-width: none;
  width: 90%;
  height: auto;
}

.container.header-container.pic-2 {
  margin-top: -150px;
  max-height: none;
  height: 200px;
  background-image: url('../Hotl/Backgrounds/Earth.jpg');
  background-attachment: scroll;
  background-position: left bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.container.header-container.pic-3 {
  height: 400px;
  background-image: url('../Hotl/Buildiing/20150517_194157.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.header-container.pic-5 {
  height: 400px;
  background-image: url('../Hotl/Backgrounds/Sun.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.header-container.pic-7 {
  background-image: url('../Hotl/Backgrounds/Promise.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.header-container.pic-8 {
  margin-top: 20px;
  padding-top: 0;
  height: 150px;
  background-image: url('../Hotl/Backgrounds/Beauty.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.contact-detail-can {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 5px;
  padding: 5px;
  border-radius: 20px;
  background-color: rgba(128, 50, 128, .8);
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 5px 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -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;
}

.container.contact-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.contact-details {
  display: block;
  margin-right: 10px;
  margin-left: 0;
  padding-left: 0;
  width: 60%;
  border-radius: 20px;
  background-color: transparent;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.contact-can {
  background-color: #fff;
}

.container.contacts-can {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-left: 10%;
  width: 90%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.big-reveal-ministry-can {
  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-pack: justify;
  margin: 20px 0 0 15px;
  padding: 20px 20px 13px;
  width: 90%;
  background-color: #212229;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.header-container {
  max-height: none;
  height: auto;
  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;
}

.container.container-3 {
  margin-top: 30px;
  width: 100%;
  height: 1000px;
}

.container.messages-can {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  width: 90%;
  border-width: 0;
  border-style: groove;
  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;
}

.container.main-dashboard-can {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  background-color: #15161a;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.sub-dashboard-can {
  display: block;
  -ms-flex-pack: center;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.sub-dashboard-options-can {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  background-color: rgba(255, 123, 0, .31);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, contain;
  background-repeat: repeat, no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal, normal;
}

.container.leader-pic-holder {
  width: 100%;
  height: 60vw;
  border: .5625rem ridge #383838;
}

.container.leader-pic-holder.pic-7 {
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Rick%20%26%20Carole.jpg');
  background-image:    -moz-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Rick%20%26%20Carole.jpg');
  background-image:      -o-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Rick%20%26%20Carole.jpg');
  background-image:         radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Rick%20%26%20Carole.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.leader-pic-holder.pic-6 {
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Delicia.jpg');
  background-image:    -moz-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Delicia.jpg');
  background-image:      -o-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Delicia.jpg');
  background-image:         radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Delicia.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.leader-pic-holder.pic-5 {
  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;
}

.container.leader-pic-holder.pic4 {
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Denise.jpg');
  background-image:    -moz-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Denise.jpg');
  background-image:      -o-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Denise.jpg');
  background-image:         radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Denise.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.leader-pic-holder.pic-2 {
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Gideon%20%26%20Charlene%20Frame.jpg');
  background-image:    -moz-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Gideon%20%26%20Charlene%20Frame.jpg');
  background-image:      -o-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Gideon%20%26%20Charlene%20Frame.jpg');
  background-image:         radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Gideon%20%26%20Charlene%20Frame.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
  mix-blend-mode: normal;
}

.container.leader-pic-holder.pic-1 {
  height: 60vw;
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
  background-image:    -moz-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
  background-image:      -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
  background-image:         radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: contrast(1) brightness(1) opacity(1) hue-rotate(0deg) sepia(.02);
          filter: contrast(1) brightness(1) opacity(1) hue-rotate(0deg) sepia(.02);

  background-blend-mode: normal, normal;
  mix-blend-mode: hard-light;
}

.container.history-container {
  display: block;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin-left: 20px;
  width: 100vw;
  height: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

.container.news-container {
  padding-top: 10px;
  width: 100%;
  height: 1000px;
  background-color: #383838;
}

.container.news-link-can {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: 10vw;
  margin-left: 0vw;
  padding: 10px;
  max-width: 400px;
  width: 80vw;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Promise.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Promise.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Promise.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Promise.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, right top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.missions-can {
  margin-top: 0;
  margin-left: 30px;
  padding: 10px;
  min-height: auto;
  background-color: #212229;
}

.container.missions-item {
  display: block;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin-left: -30px;
  width: 100vw;
  height: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

.container.church-can {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: auto;
  width: 100vw;
  background-color: #aecfea;
}

.container.background-video-can.bg-content-size-container {
  position: absolute;
  top: 1px;
  z-index: -1;
  background-color: #000;
}

.container.background-video-can.bg-content-size-container.index-page {
  top: 0;
  z-index: -1;
  display: none;
  min-height: auto;
  height: 800px;
  background-color: transparent;
  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;
  -webkit-filter: brightness(.3) hue-rotate(-257deg);
          filter: brightness(.3) hue-rotate(-257deg);
  -webkit-transform: scaleY(1) scaleX(1);
     -moz-transform: scaleY(1) scaleX(1);
       -o-transform: scaleY(1) scaleX(1);
          transform: scaleY(1) scaleX(1);

  background-blend-mode: normal;
}

.container.bg-content-size-container {
  position: absolute;
  top: 50px;
  z-index: -1;
  margin-right: 0;
  margin-left: 0;
  min-width: 0;
  min-height: auto;
  max-height: none;
  width: 100vw;
  height: 60vw;
  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;
}

.container.alert.announcements-link.callout {
  position: fixed;
  bottom: 100px;
  display: none;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5%;
  padding-top: 0;
  padding-bottom: 0;
  width: 90%;
  border-width: .1875rem;
  border-color: #f00;
  border-radius: 20px;
  background-color: #cb00ff;
  background-image: -webkit-radial-gradient(rgba(233, 237, 233, .4) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:    -moz-radial-gradient(rgba(233, 237, 233, .4) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:      -o-radial-gradient(rgba(233, 237, 233, .4) 0%, rgba(0, 0, 0, 0) 100%);
  background-image:         radial-gradient(rgba(233, 237, 233, .4) 0%, rgba(0, 0, 0, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  box-shadow: rgba(128, 50, 128, .8) 0 0 20px 4px;
  -webkit-transition-delay: 2s, 0s;
     -moz-transition-delay: 2s, 0s;
       -o-transition-delay: 2s, 0s;
          transition-delay: 2s, 0s;
  -webkit-transition-timing-function: linear, linear;
     -moz-transition-timing-function: linear, linear;
       -o-transition-timing-function: linear, linear;
          transition-timing-function: linear, linear;
  -webkit-transition-duration: 1s, .3s;
     -moz-transition-duration: 1s, .3s;
       -o-transition-duration: 1s, .3s;
          transition-duration: 1s, .3s;
  -webkit-transition-property: all, background-color;
     -moz-transition-property: all, background-color;
       -o-transition-property: all, background-color;
          transition-property: all, background-color;

  background-blend-mode: normal;
}

.container.history-pic-can {
  display: block;
  margin-right: 20px;
  padding: 20px;
  width: 80vw;
  height: 60vw;
  background-color: transparent;
  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;
  box-shadow: none;

  background-blend-mode: normal;
}

.container#container-2 {
  background-image: url('../Hotl/Leaders/Pieter%20and%20Amanda%20sml.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.map-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.map-holder {
  margin: 10px;
  width: 100%;
}

.container.container-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 0, 40, .37) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Hotl%20Map%20Panorama.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 0, 40, .37) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Hotl%20Map%20Panorama.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 0, 40, .37) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Hotl%20Map%20Panorama.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 0, 40, .37) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Hotl%20Map%20Panorama.jpg');
  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, cover;
  background-repeat: repeat, no-repeat;
  vertical-align: baseline;
  -webkit-filter: brightness(1);
          filter: brightness(1);

  background-blend-mode: normal, normal;
}

.container.history-items-can {
  background-color: #aecfea;
}

.container.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-10 {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-height: 400px;
  width: 60vw;
  border: .3125rem solid #e2a884;
  border-radius: 10px;
}

.container.container-12 {
  margin-right: auto;
  margin-left: auto;
  min-height: 50vw;
  max-height: none;
  width: 100%;
  height: auto;
  border: .3125rem solid #383838;
  border-radius: 20px;
  background-image: url('../Hotl/2025/Learning.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: #e9ede9 2px 2px 40px 0;
  -webkit-filter: contrast(1.44) hue-rotate(-82deg);
          filter: contrast(1.44) hue-rotate(-82deg);
  -webkit-transition-duration: 3s;
     -moz-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transform: scaleZ(1) scaleY(.6);
     -moz-transform: scaleZ(1) scaleY(.6);
          transform: scaleZ(1) scaleY(.6);

  background-blend-mode: normal;
}

.container.container-13 {
  position: static;
  z-index: 0;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-radius: 30px;
  background-color: rgba(255, 0, 40, .37);
}

.container.sub-dashboard-can-1 {
  display: block;
  -ms-flex-pack: center;
  width: 100%;
  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;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.sub-dashboard-options-can-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  background-color: transparent;
  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;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.dna-video-can {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 20px 10px;
  width: 95%;
  border: .125rem solid #fff;
  background-color: #383838;
  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;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;

  background-blend-mode: normal;
}

.container.dna-can {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 10px;
  width: 90%;
  background-color: #fff;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.teaching-article {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  width: 100vw;
  background-color: transparent;
}

.container.teaching-text {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 100vw;
  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;
}

.container.dropdown-wrapper {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  min-width: 10px;
  width: 100vw;
  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;
}

.container.dropdown-pane {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  background-color: #383838;
  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;
}

.container#container-4 {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/Backgrounds-Teaching/cristian-palmer-XexawgzYOBc-unsplash.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/Backgrounds-Teaching/cristian-palmer-XexawgzYOBc-unsplash.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/Backgrounds-Teaching/cristian-palmer-XexawgzYOBc-unsplash.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/Backgrounds-Teaching/cristian-palmer-XexawgzYOBc-unsplash.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container#container-5 {
  background-image: -webkit-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-image:    -moz-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-image:      -o-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-image:         linear-gradient(180deg, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container#container-4-copy-1 {
  background-image: -webkit-linear-gradient(top, rgba(38, 38, 37, .55) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/foundation/Children-Family.jpg');
  background-image:    -moz-linear-gradient(top, rgba(38, 38, 37, .55) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/foundation/Children-Family.jpg');
  background-image:      -o-linear-gradient(top, rgba(38, 38, 37, .55) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/foundation/Children-Family.jpg');
  background-image:         linear-gradient(180deg, rgba(38, 38, 37, .55) 0%, rgba(33, 34, 41, 1) 100%), url('../Hotl/foundation/Children-Family.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container#container-3-copy-1 {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/finances.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/finances.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/finances.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/finances.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.container#container-3-giving {
  background-image: url('../Hotl/Backgrounds-Teaching/Fasting.png');
}

.container.vision-can {
  margin-top: 10px;
  padding: 5px 5px 25px;
  height: auto;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
  background-attachment: scroll, scroll, scroll;
  background-position: center center, left top, center center;
  background-clip: border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box;
  background-size: auto auto, auto auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;

  background-blend-mode: soft-light, darken, soft-light;
}

.container.mission-vision-can {
  margin-top: 10px;
  padding: 5px 5px 25px;
  height: auto;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, .5) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
  background-attachment: scroll, scroll, scroll;
  background-position: center center, left top, center center;
  background-clip: border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box;
  background-size: auto auto, auto auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;

  background-blend-mode: soft-light, darken, soft-light;
}

.container#container-3-copy-2 {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/happy%20people.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/happy%20people.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/happy%20people.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/happy%20people.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container#container-5-copy-1 {
  background-image: -webkit-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-image:    -moz-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-image:      -o-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-image:         linear-gradient(180deg, rgba(21, 22, 26, 1) 0%, rgba(21, 22, 26, .68) 100%), url('../Hotl/Backgrounds-Teaching/aldo-prakash-6sB-Mx8tG_w-unsplash.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container#container-3-copy-3 {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/Prayer%20Square.png');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/Prayer%20Square.png');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/Prayer%20Square.png');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .28) 0%, rgba(29, 30, 33, .82) 100%), url('../Hotl/foundation/Prayer%20Square.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container#container-3 {
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Joe%20and%20Sandy.png');
  background-image:    -moz-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Joe%20and%20Sandy.png');
  background-image:      -o-radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Joe%20and%20Sandy.png');
  background-image:         radial-gradient(rgba(0, 0, 0, 0) 60%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Joe%20and%20Sandy.png');
}

.container.home-video-can {
  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;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 95%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.discipleship-can {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 10px;
  width: 90%;
  background-color: #fff;
}

.container.black-back.dna-can {
  background-color: transparent;
}

.container.page-header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 80%;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container#container-6 {
  background-color: transparent;
  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;
}

.container {
  width: 100%;
  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;
}

.container.container-1 {
  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;
}

.container.Doctrine.sub-dashboard-can-1 {
  background-image: -webkit-linear-gradient(top, rgba(33, 34, 41, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Ministries/Picture1.png');
  background-image:    -moz-linear-gradient(top, rgba(33, 34, 41, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Ministries/Picture1.png');
  background-image:      -o-linear-gradient(top, rgba(33, 34, 41, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Ministries/Picture1.png');
  background-image:         linear-gradient(180deg, rgba(33, 34, 41, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Ministries/Picture1.png');
  background-attachment: scroll, scroll;
  background-position: left top, center bottom;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.container-14 {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}

.container.container-15 {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container.logo-can {
  margin-right: auto;
  margin-left: auto;
  height: 6vh;
  border-radius: 40px;
  background-color: transparent;
  background-image: url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition-duration: 3s;
     -moz-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;

  background-blend-mode: normal;
}

.container.hotl-page-header {
  position: static;
  bottom: 40vh;
  margin-top: 0vh;
}

.container.scroll-up-holder {
  position: -webkit-sticky;
  position:         sticky;
  bottom: 50vh;
  z-index: 600;
  width: auto;
}

.container.alert.callout {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  border-width: .25rem;
  border-color: #fff;
  border-radius: 10px;
  background-color: #4f2f17;
}

.container.container-11 {
  overflow: auto;
  min-height: auto;
  max-height: none;
}

.container.ministry-video {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
  width: 90%;
  background-color: #4f2f17;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.ministry-video-can {
  margin: 10px auto;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  max-width: 1200px;
  width: 100%;
  border: .25rem solid #cdcdcd;
  background-color: rgba(23, 47, 186, .35);
}

.container.main-header-can {
  margin-bottom: 10px;
  padding-bottom: 0;
  height: 70vh;
  background-color: transparent;
}

.container.hotl-name-can {
  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;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;

  -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 {
  margin-top: 20px;
  width: 90%;
  height: 30vh;
  background-image: url('../Hotl/Buildiing/DSCN2572.JPG');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: #868686 0 0 15px 4px;

  background-blend-mode: normal;
}

.container#container-1 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 40, .37) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/edward-cisneros-KoKAXLKJwhk-unsplash.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 40, .37) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/edward-cisneros-KoKAXLKJwhk-unsplash.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 40, .37) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/edward-cisneros-KoKAXLKJwhk-unsplash.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 40, .37) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/edward-cisneros-KoKAXLKJwhk-unsplash.jpg');
  background-size: auto auto, cover;
}

.container.theme-can {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  height: 80px;
  border-radius: 20px;
  background-image: url('../Hotl/theme%202026/Theme%20Banner%20for%20Website.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: #15161a 5px 5px 10px 0;

  background-blend-mode: normal;
}

.container#container-6-copy-1 {
  background-color: transparent;
  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;
}

.container.sample-60-buttons-cont.twelve-hundred-centered-cont.outofview {
  position: relative;
}

.container.history-container.outofview {
  position: relative;
}

.container.missions-item.outofview {
  position: relative;
}

.container.contact-detail-can.outofview {
  -webkit-transform: translateY(0px) perspective(0px) skewX(0deg) rotateY(0deg) rotateX(0deg);
     -moz-transform: translateY(0px) perspective(0px) skewX(0deg) rotateY(0deg) rotateX(0deg);
          transform: translateY(0px) perspective(0px) skewX(0deg) rotateY(0deg) rotateX(0deg);

  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
}

.container.alert.announcements-link.callout.outofview {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
  -webkit-transform: scaleX(0) scaleY(0);
     -moz-transform: scaleX(0) scaleY(0);
       -o-transform: scaleX(0) scaleY(0);
          transform: scaleX(0) scaleY(0);
}

.container.dna-video-can.outofview {
  -webkit-filter: opacity(0);
          filter: opacity(0);
}

.container.container-12.outofview {
  -webkit-transform: scaleZ(1) scaleY(.6) scaleX(.6);
     -moz-transform: scaleZ(1) scaleY(.6) scaleX(.6);
          transform: scaleZ(1) scaleY(.6) scaleX(.6);
}

.container.logo-can.outofview {
  -webkit-transform: scaleX(.5) scaleY(.5);
     -moz-transform: scaleX(.5) scaleY(.5);
       -o-transform: scaleX(.5) scaleY(.5);
          transform: scaleX(.5) scaleY(.5);
}

.container.menu-wrapper.show-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.alert.announcements-link.callout:hover {
  border-color: #8e94ff;
  background-color: #1779ba;
  box-shadow: #8e94ff 0 0 20px 4px;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: background-color;
     -moz-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

.link-container.sample-60-advanced-bt {
  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: center;
  -ms-flex-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0 13px;
  min-height: 220px;
  width: 80vw;
  background-color: #383838;
  box-shadow: #383838 6px 6px 17px 2px;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -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;
}

.link-container.link-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  width: 100%;

  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.link-container.qanda-can {
  position: fixed;
  bottom: 20px;
  float: left;
  margin-left: 10px;
  padding: 0;
  width: 50px;
  height: 60px;
  border: .375rem solid rgba(56, 56, 56, .4);
  border-radius: 20px;
  background-image: url('../Hotl/hotl-icons/QandA%20Icon.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.dashboard-option-link {
  display: inline-block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 3px;
  width: 48%;
  height: 48vw;
  border-width: 0;
  border-style: groove;
  background-image: url('../Hotl/Ministries/Logo%20sml.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.dashboard-option-link.missions {
  width: 30%;
  height: 28vw;
  background-image: url('../bgicons/Red%20Pin.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 80%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.dashboard-option-link.messages {
  width: 30%;
  height: 28vw;
  border-radius: 20px;
  background-image: url('../bgicons/Grey%20Pin.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 80%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.dashboard-option-link.youth {
  width: 30%;
  height: 28vw;
  border-radius: 20px;
  background-image: url('../bgicons/Blue%20Button.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 80%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.dashboard-option-link.members {
  width: 30%;
  height: 28vw;
  border-radius: 20px;
  background-image: url('../bgicons/Blue%20Button.png');
  background-position: center center;
  background-size: 100% 80%;
}

.link-container.dashboard-option-link.visitors {
  width: 30%;
  height: 28vw;
  border-radius: 20px;
  background-image: url('../bgicons/Blue%20Button.png');
  background-position: center center;
  background-size: 100% 80%;
}

.link-container.dashboard-option-link.vision {
  width: 30%;
  height: 28vw;
  background-image: url('../Hotl/Backgrounds/Sun.jpg'), url('../bgicons/Orange%20Button.png');
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 65% 65%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.church.dashboard-option-link {
  width: 30%;
  height: 28vw;
  background-image: url('../Hotl/Buildiing/DSCN2572.JPG'), url('../bgicons/Lime%20Pin.png');
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 65% 65%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.dashboard-option-link.leadership {
  width: 30%;
  height: 28vw;
  background-image: url('../Hotl/Leaders/Oli%20%26%20Julie%202.jpg'), url('../bgicons/Purple%20Button.png');
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 65% 65%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.dashboard-option-link.history {
  width: 30%;
  height: 28vw;
  background-image: url('../Hotl/Buildiing/Hotl%20History.png'), url('../bgicons/Mauve%20Pin.png');
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 65% 65%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.dashboard-option-link.news {
  width: 30%;
  height: 28vw;
  background-image: url('../Hotl/Ministries/Breaking%20News%20Square.png'), url('../bgicons/Red%20Pin.png');
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 65% 65%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.contact.dashboard-option-link {
  width: 30%;
  height: 28vw;
  border-width: 0;
  border-style: none;
  background-image: url('../Hotl/hotl-icons/phone_blue.png'), url('../bgicons/Blue%20Dark%20Pin.png');
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.announcements.dashboard-option-link {
  width: 30%;
  height: 28vw;
  border-style: none;
  background-image: url('../Hotl/Ministries/Announcement%20Square.png'), url('../bgicons/Red%20Pin.png');
  background-attachment: scroll, scroll;
  background-position: center center, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 65% 65%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.history-can {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 20px 20px 13px;
  min-height: auto;
  width: 90vw;
  border-radius: 20px;
  background-color: #383838;
  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;
  box-shadow: none;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  background-blend-mode: normal;
}

.link-container.missions-box {
  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-pack: justify;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 13px;
  min-height: 220px;
  width: 65vw;
  background-color: #383838;
  box-shadow: #383838 6px 6px 17px 2px;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.link-container.announcements.dashboard-option-link.news-page {
  width: 125px;
  height: 125px;
}

.link-container.breaking.dashboard-option-link.news-page {
  width: 125px;
  height: 125px;
}

.link-container.calendar.dashboard-option-link.news-page {
  width: 125px;
  height: 125px;
}

.link-container#link-container-1 {
  background-image: -webkit-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Foyer2.jpg');
  background-image:    -moz-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Foyer2.jpg');
  background-image:      -o-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Foyer2.jpg');
  background-image:         linear-gradient(180deg, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('../Hotl/Backgrounds/Foyer2.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.link-container#link-container-2 {
  background-image: -webkit-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.link-container#link-container-3 {
  background-image: -webkit-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
}

.link-container.mandd-dashboard-option-link {
  margin: 5px;
  min-width: 0;
  width: 25vw;
  height: 25vw;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.green.mandd-dashboard-option-link {
  background-image: url('../bgicons/Purple%20Button.png');
}

.link-container.mandd-dashboard-option-link.orange {
  background-image: url('../bgicons/Blue%20Button.png');
}

.link-container.cyan.mandd-dashboard-option-link {
  background-image: url('../bgicons/Lime%20Button.png');
}

.link-container.mandd-dashboard-option-link.red {
  background-image: url('../bgicons/Orange%20Button-1.png');
}

.link-container.banking-details.dashboard-option-link {
  width: 30%;
  height: 28vw;
  background-image: url('../Hotl/hotl-icons/money.png'), url('../bgicons/Green%20Pin.png');
  background-attachment: scroll, scroll;
  background-position: center center, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: 90% 90%, 100% 100%;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: soft-light, normal;
}

.link-container.link-container-3 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  width: 100%;
}

.link-container.mandd-dashboard-option-link-1 {
  margin: 5px;
  min-width: 0;
  width: 45vw;
  height: 25vw;
  background-color: #9a4200;
  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;
}

.link-container.light-blue.mandd-dashboard-option-link-1 {
  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;
}

.link-container.blue-1.mandd-dashboard-option-link-1 {
  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;
}

.link-container.cyan-1.mandd-dashboard-option-link-1 {
  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;
}

.link-container.mandd-dashboard-option-link-1.orange-1 {
  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;
}

.link-container.link-container-2 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  width: 100%;
  background-color: rgba(255, 0, 9, .8);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 0, 1) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 0, 1) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 0, 1) 100%);
  background-image:         linear-gradient(0deg, rgba(255, 255, 255, .5) 0%, rgba(255, 0, 0, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.link-container.mandd-dashboard-option-link-1.red-1 {
  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;
}

.link-container.green.mandd-dashboard-option-link-1 {
  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;
}

.link-container.blue.mandd-dashboard-option-link {
  background-image: url('../bgicons/Green%20Pin-1.png');
}

.link-container#link-container-4 {
  background-image: url('../bgicons/Blue%20Button.png');
}

.link-container.breaking.dashboard-option-link {
  width: 30%;
  height: 28vw;
  border-radius: 20px;
  background-image: url('../bgicons/Lime%20Pin.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 80%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.calendar.dashboard-option-link {
  width: 30%;
  height: 28vw;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../bgicons/Grey%20Pin.png');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 80%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.green-back.mandd-dashboard-option-link-1 {
  background-color: #65ff6f;
  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;
}

.link-container.blue-back.mandd-dashboard-option-link-1 {
  background-color: #20aaff;
  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;
}

.link-container.mandd-dashboard-option-link-1.red-back {
  background-color: rgba(255, 0, 40, .37);
  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;
}

.link-container.beige-back.mandd-dashboard-option-link-1 {
  background-color: #e2a884;
}

.link-container.dashboard-option-link.joseph {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 30%;
  height: 28vw;
  background-position: center center;
  background-size: 110% 90%;
}

.link-container.link-container-4 {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  width: 95%;
  background-color: rgba(128, 50, 128, .8);
  box-shadow: rgba(0, 0, 0, .5) 10px 10px 10px 0 inset;
}

.link-container.sample-60-advanced-bt:hover {
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
     -moz-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
       -o-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
          transform: translateY(0px) scaleX(1.05) scaleY(1.05);
}

.link-container.qanda-can:hover {
  border-style: solid;
  border-color: #fff;
  background-color: rgba(225, 225, 225, .68);
  box-shadow: #ff0028 0 0 10px 4px;
}

.link-container.dashboard-option-link:hover {
  -webkit-filter: hue-rotate(-67deg) contrast(1.28);
          filter: hue-rotate(-67deg) contrast(1.28);
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translateX(0px) scaleX(.96) scaleY(.96) scaleZ(1);
     -moz-transform: translateX(0px) scaleX(.96) scaleY(.96) scaleZ(1);
          transform: translateX(0px) scaleX(.96) scaleY(.96) scaleZ(1);
}

.link-container.history-can:hover {
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
     -moz-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
       -o-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
          transform: translateY(0px) scaleX(1.05) scaleY(1.05);
}

.link-container.missions-box:hover {
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
     -moz-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
       -o-transform: translateY(0px) scaleX(1.05) scaleY(1.05);
          transform: translateY(0px) scaleX(1.05) scaleY(1.05);
}

.link-container.green-back.mandd-dashboard-option-link-1:hover {
  box-shadow: #fff 0 0 4px 4px;
}

.link-container.beige-back.mandd-dashboard-option-link-1:hover {
  box-shadow: #fff 0 0 4px 4px;
}

.link-container.blue-back.mandd-dashboard-option-link-1:hover {
  box-shadow: #fff 0 0 4px 4px;
}

.link-container.mandd-dashboard-option-link-1.red-back:hover {
  box-shadow: #fff 0 0 4px 4px;
}

span.glyph {
  color: #3c3c3c;
}

div.responsive-picture.sample-60-img {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
  background-color: #e2a884;
}

span.glyph.sample-60-arrow-icon {
  width: 100%;
  color: #e2a884;
  text-align: right;
  font-size: 24px;
  line-height: 36px;
}

.rule.menu-line hr {
  border-top-width: 2px;
  border-top-color: #aecfea;
}

.rule.menu-line {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 24px;
}

ul.list-container.menu {
  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-pack: center;
  -ms-flex-align: stretch;
  background-color: #15161a;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

li.list-item-container.nav-wrapper {
  position: relative;
  display: inline-block;
  font-size: 14px;
}

span.glyph.personal.sample-60-arrow-icon {
  color: #35a884;
}

div.responsive-picture {
  padding-top: 0;
  max-width: none;
}

a.link-button-glyph.btn.button.goto-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 600;
  padding: 13px 16px;
  border-radius: 15px;
  background-color: rgba(47, 49, 51, .6);
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-button-glyph.btn.button.goto-top.smooth-scroll {
  position: static;
  bottom: 50vh;
  float: right;
  clear: none;
  margin-right: 0;
  margin-left: 0;
  background-color: rgba(255, 0, 40, .16);
}

div.responsive-picture.sample-60-img > picture {
  height: auto;
}

ul.list-container.sticky-social-bar {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 0;
  margin-bottom: 0;
  margin-left: -8.75rem;
  width: auto;
  background-color: #333;
  list-style-type: none;
  -webkit-transform: translateY(-50%) translateX(0%);
     -moz-transform: translateY(-50%) translateX(0%);
       -o-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}

li.list-item-container.social-icon {
  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: justify;
  -ms-flex-align: center;
  padding: .15rem .5rem;
  width: auto;
  background-color: #333;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

a.glyph.fa {
  float: right;
  margin-left: .5rem;
  padding: .1rem .1rem 0;
  min-height: auto;
  width: auto;
  color: #fefefe;
  font-size: 1rem;
}

a.glyph.facebook {
  background-color: #3b5998;
}

a.glyph.fa.twitter {
  background-color: #55acee;
}

a.glyph.fa.you-tube {
  background-color: #b00;
}

a.responsive-picture.contact-email {
  padding: 5px;
  background-color: #ffbc95;
}

a.responsive-picture.contact-tel {
  padding: 5px;
  background-color: #ffbc95;
}

a.responsive-picture.contact-push.contact-tel {
  margin-right: 1px;
  margin-left: 1px;
}

a.responsive-picture.contact-watsapp {
  padding: 5px;
  background-color: #ffbc95;
}

a.responsive-picture.contact-push.contact-watsapp {
  margin-right: 1px;
  margin-left: 1px;
}

a.responsive-picture.contact-button {
  margin: 5px 0;
  padding: 2px;
  width: 35%;
  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;
}

div.responsive-picture.modal-img {
  max-width: none;
}

div.responsive-picture.picture-1 {
  margin-right: 20px;
  margin-bottom: 20px;
}

div.responsive-picture.picture-2 {
  width: 40%;
}

a.glyph.fa.phone-contact {
  margin-left: .5rem;
  width: auto;
  background-color: #b00;
}

.html-element.html-element-5 {
  margin-right: 10%;
  margin-left: 10%;
  width: 80%;
  height: 600px;
}

.html-element.news-item-html {
  margin-left: 10vw;
  max-width: 1000px;
  width: 85vw;
}

a.responsive-picture.contact-button > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
}

video.html-video-2 {
  position: relative;
  top: 1px;
  bottom: 100%;
  z-index: -2;
  overflow: auto;
  width: 100%;
  height: auto;
  background-color: transparent;
  -webkit-filter: hue-rotate(-267deg) brightness(.8);
          filter: hue-rotate(-267deg) brightness(.8);
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

.html-element.map-can {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.html-element.html-element-2 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

div.responsive-picture.picture-3 {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  border: .125rem solid #1779ba;
  border-radius: 10px;
  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;
  box-shadow: #fff 5px 5px 20px 0;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: scaleY(.6);
     -moz-transform: scaleY(.6);
       -o-transform: scaleY(.6);
          transform: scaleY(.6);

  background-blend-mode: normal;
}

div.responsive-picture.picture-3 > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
}

video.dna-video {
  margin-bottom: 0;
  width: 100%;
  border: .1875rem solid #fff;
}

video.missions-video {
  display: block;
  margin-bottom: 0;
  width: 100%;
  height: 50vw;
  border: .1875rem solid #fff;
  background-image: url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

video.announcements-video-can {
  margin: 0 auto;
  padding: 10px;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
  border: .3125rem solid #fff;
}

div.responsive-video.message-video-can {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 90%;
  width: 640px;
  height: 200px;
  border: .3125rem solid #fff;
}

div.responsive-picture.page-header {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  width: 90%;
  border: 0 solid #fff;
  border-radius: 10px;
  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;
  box-shadow: #fff 5px 5px 20px 0;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);

  background-blend-mode: normal;
}

div.responsive-picture.page-header > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
}

div.responsive-picture.picture-4 {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

div.responsive-picture.picture-5 {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 15%;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
}

.html-element.html-element-1 {
  background-color: #e85b01;
}

div.responsive-video.video-platform-1 {
  border: .1875rem solid #fff;
}

div.responsive-video.dna-video {
  border: .1875rem solid #fff;
}

div.responsive-video.ministry-video-box {
  padding-right: 0;
  padding-left: 0;
  max-width: 98%;
}

div.responsive-picture.picture-3.outofview {
  -webkit-transform: scaleY(.6) scaleX(.6);
     -moz-transform: scaleY(.6) scaleX(.6);
       -o-transform: scaleY(.6) scaleX(.6);
          transform: scaleY(.6) scaleX(.6);
}

div.responsive-picture.page-header.outofview {
  -webkit-transform: scaleY(.6) scaleX(.6);
     -moz-transform: scaleY(.6) scaleX(.6);
       -o-transform: scaleY(.6) scaleX(.6);
          transform: scaleY(.6) scaleX(.6);
}

div.responsive-picture.sample-60-img:hover {
  mix-blend-mode: normal;
}

a.link-button-glyph.btn.button.goto-top:hover {
  background-color: #2f3133;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

a.link-button-glyph.btn.button.goto-top.smooth-scroll:hover {
  background-color: rgba(232, 91, 1, .37);
}

li.list-item-container.social-icon:hover {
  -webkit-transform: translateX(8.75rem);
     -moz-transform: translateX(8.75rem);
       -o-transform: translateX(8.75rem);
          transform: translateX(8.75rem);
}

a.responsive-picture.contact-push.contact-tel:hover {
  background-color: #ff0028;
}

a.responsive-picture.contact-email.contact-push:hover {
  background-color: #8e94ff;
}

a.responsive-picture.contact-push.contact-watsapp:hover {
  background-color: #65ff6f;
}

a.responsive-picture.contact-button:hover {
  -webkit-filter: brightness(1.42) hue-rotate(162deg);
          filter: brightness(1.42) hue-rotate(162deg);
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transform: scaleX(1.06) scaleY(1.06);
     -moz-transform: scaleX(1.06) scaleY(1.06);
       -o-transform: scaleX(1.06) scaleY(1.06);
          transform: scaleX(1.06) scaleY(1.06);
}

video.dna-video:hover {
  box-shadow: #fff 1px 1px 20px 4px;
  opacity: .71;
}

video.missions-video:hover {
  box-shadow: #fff 1px 1px 20px 4px;
  opacity: .71;
}

@media screen and (min-width: 22.5rem) {
  /* Text Elements */

  h1.title-project-page {
    font-size: 26px;
  }

  h1.hotl-name {
    width: 90%;
    font-size: 24px;
  }

  h3.news-heading {
    margin-top: 10px;
  }

  p.paragraph.text-card {
    text-align: center;
  }

  p.paragraph.centered.light {
    padding-right: 10px;
    padding-left: 10px;
    color: #3e3e3e;
  }

  p.paragraph.page-heading.top-heading {
    margin-top: -10px;
    padding-top: 0;
  }

  a.link-text.nav-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 5px;
  }

  a.link-text.text-link-4 {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.heading-section {
    top: 1.88rem;
    margin-top: 0;
    margin-bottom: 0vw;
    padding-top: 20px;
  }

  .container.contacts-can {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .container.contact-detail-can {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: auto;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.container-9 {
    margin-top: 0;
  }

  .container.header-container.pic-3 {
    background-size: auto 100%;
  }

  .container.header-container.pic-2 {
    margin-top: 0;
    height: 300px;
  }

  .container.news-container {
    padding-top: 10px;
  }

  .container.church-can {
    margin-top: 0;
    padding-top: 10vw;
  }

  .container.background-video-can.bg-content-size-container.index-page {
    height: 750px;
  }

  .container.header-container.leaders-header.pic-2 {
    height: 200px;
  }

  .container.dna-can {
    margin-right: auto;
    margin-left: auto;
  }

  .container.theme-can {
    border-radius: 0;
  }

  .link-container {
    width: 20vw;
  }

  video.announcements-video-can {
    width: 100%;
  }
}

@media screen and (min-width: 27.5rem) {
  /* Text Elements */

  h1.hotl-name {
    font-size: 40px;
  }

  h1#heading-1 {
    font-size: 24px;
  }

  h1.heading-3 {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }

  h1.vision-heading {
    width: 50vw;
    background-color: #e85b01;
    text-transform: uppercase;
    font-size: 38px;
  }

  h1.vision-main-heading {
    font-size: 38px;
  }

  h6.project-title-box {
    font-size: 14px;
  }

  h6.church-title {
    font-size: 14px;
  }

  h6.mandd-heading-1 {
    font-size: 20px;
    line-height: 20px;
  }

  h6.heading-1.text3 {
    font-size: 23px;
  }

  h6.mandd-heading {
    font-size: 16px;
  }

  h6.mandd-dashboard-option-link {
    font-size: 20px;
    line-height: 20px;
  }

  p.paragraph.page-heading {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  p.paragraph.page-heading.top-heading {
    margin-top: 30px;
  }

  p.paragraph.centered.light {
    font-size: 16px;
  }

  p.paragraph.paragraph-6 {
    width: 96%;
  }

  p.paragraph.vision-text {
    text-align: justify;
    font-size: 24px;
    line-height: 28px;
  }

  p.paragraph.vision-text.vision-text-centred {
    font-size: 28px;
  }

  p.paragraph.paragraph-11 {
    font-size: 12px;
  }

  span.text-element.button.dropdown-btn {
    width: 100%;
  }

  a.link-text.map-to-us-heading {
    font-size: 28px;
  }

  a.link-text.text-link-5 {
    font-size: 16px;
  }

  /* Interaction Elements */

  a.link-button.button.scroller.smooth-scroll {
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }

  /* Layout Elements */

  body.body-2 {
    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;
  }

  .container.heading-section {
    top: 3rem;
    margin-top: 0vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }

  .container.header-container.pic-7 {
    background-size: 100% 100%;
  }

  .container.surrounding-padding-col {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.contact-can {
    background-color: #fff;
  }

  .container.container-9 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .container.header-container.pic-3 {
    height: 600px;
    background-size: auto 100%;
  }

  .container.header-container.pic-5 {
    background-size: 100% 100%;
  }

  .container.header-container.pic-2 {
    height: 400px;
  }

  .container.hero-about {
    height: 300px;
  }

  .container.missions-can {
    min-height: auto;
  }

  .container.church-can {
    min-height: auto;
  }

  .container.sample-60-buttons-cont.twelve-hundred-centered-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-left: 0;
    width: 100vw;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.news-link-can {
    margin-right: 0vw;
    margin-left: 9vw;
  }

  .container.background-video-can.bg-content-size-container.index-page {
    height: 800px;
  }

  .container.history-pic-can {
    background-position: left top, center center;
    background-size: auto auto, cover;
  }

  .container.header-container.leaders-header.pic-2 {
    height: 250px;
  }

  .container.header-container.pic-8 {
    height: 200px;
  }

  .container.container-10 {
    max-height: 600px;
    width: 60vw;
  }

  .container.container-12 {
    min-height: 60vw;
    max-height: none;
    width: 90%;
    background-position: center top, center top;
    background-size: contain, contain;
  }

  .container.dna-can {
    margin-right: auto;
    margin-left: auto;
  }

  .container.teaching-article {
    max-width: 1200px;
  }

  .container.dropdown-wrapper {
    margin: 5px;
    min-width: 80%;
  }

  .container.vision-can {
    padding-bottom: 30px;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
  }

  .container.mission-vision-can {
    padding-bottom: 30px;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(21, 22, 26, .5) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
  }

  .container.hotl-page-header {
    margin-top: 0vh;
  }

  .container.alert.callout {
    max-width: none;
    width: 100%;
  }

  .container.container-11 {
    min-height: auto;
    max-height: none;
  }

  .container.sub-dashboard-options-can {
    background-size: auto auto, cover;
  }

  .container.theme-can {
    height: 80px;
    border-radius: 0;
    background-size: 100% 100%;
  }

  .container.ministry-video-can {
    width: 95%;
  }

  .container.main-header-can {
    height: 70vh;
  }

  .container.container-2 {
    height: 40vh;
  }

  .link-container.sample-60-advanced-bt {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: auto;
    width: 90vw;

    -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;
  }

  .link-container.missions-box {
    width: 80vw;
  }

  .link-container.mandd-dashboard-option-link-1.red-back {
    height: 20vw;
  }

  .link-container.green-back.mandd-dashboard-option-link-1 {
    height: 20vw;
  }

  .link-container.blue-back.mandd-dashboard-option-link-1 {
    height: 20vw;
  }

  .link-container.beige-back.mandd-dashboard-option-link-1 {
    height: 20vw;
  }

  .link-container.link-container-4 {
    width: 90%;
  }

  a.link-button-glyph.btn.button.goto-top.smooth-scroll {
    bottom: 50%;
  }

  div.responsive-picture.sample-60-img {
    max-height: none;
    width: 100%;
  }

  .html-element.html-element-2 {
    width: auto;
  }

  video.missions-video {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 40vw;
  }

  div.responsive-picture.picture-5 {
    width: 10%;
  }

  video.announcements-video-can {
    padding: 0;
    width: 100%;
  }

  div.responsive-video.message-video-can {
    height: 300px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 {
    font-size: 28px;
  }

  h1.Contact-heading {
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
    font-size: 24px;
    line-height: 1.6;
  }

  h1.heading-1 {
    max-width: 550px;
    width: 100%;
  }

  h1.hotl-name {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h2.centered.with-shadow {
    text-shadow: #78828c 2px 2px 1px;
  }

  h3.news-heading {
    margin-left: 60px;
    max-width: 550px;
    width: 100vw;
  }

  h3.announcement-header {
    font-size: 26px;
  }

  h6.heading-1.text3 {
    margin-top: 32%;
    font-size: 30px;
    line-height: 30px;
  }

  h6.project-title-box {
    font-size: 24px;
  }

  h6.church-title {
    font-size: 16px;
  }

  h6.heading-1.news-text.text3 {
    font-size: 22px;
  }

  h6.mandd-heading {
    margin-top: 10vw;
    font-size: 24px;
    line-height: 18px;
  }

  h6.mandd-heading-1 {
    margin-top: 10vw;
    font-size: 22px;
    line-height: 22px;
  }

  h6.mandd-dashboard-option-link {
    margin-top: 10vw;
    font-size: 22px;
    line-height: 22px;
  }

  h6.heading-1.no-space.text3 {
    margin-top: 15%;
  }

  h6.heading-1.red-text.text3 {
    padding-left: 20px;
  }

  p.paragraph {
    text-align: left;
    font-size: 15px;
  }

  p.paragraph.footer-copyright-text {
    margin-top: 0;
    margin-bottom: 0;
    width: 48%;
    text-align: center;
  }

  p.paragraph.page-heading {
    margin-top: 10px;
    text-align: center;
  }

  p.paragraph.contact-title {
    max-width: 800px;
    text-align: center;
  }

  p.paragraph.contact-name {
    text-align: center;
  }

  p.paragraph.contact-header {
    text-align: center;
  }

  p.paragraph.centered.light {
    margin-left: 20px;
    font-size: 18px;
  }

  p.paragraph.paragraph-1 {
    width: 60%;
    font-size: 18px;
  }

  p.paragraph.first-heading.page-heading {
    margin-top: 0;
  }

  p.paragraph.page-heading.top-heading {
    margin-top: 80px;
  }

  p.paragraph.text-card {
    font-size: 20px;
  }

  p.paragraph.paragraph-3 {
    text-align: center;
    font-size: 18px;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
    font-size: 18px;
  }

  p.paragraph.paragraph-4 {
    text-align: center;
  }

  p.paragraph.paragraph-5 {
    text-align: center;
  }

  p.paragraph.paragraph-8 {
    text-align: center;
  }

  p.paragraph.paragraph-10 {
    text-align: center;
  }

  p.paragraph.paragraph-11 {
    text-align: center;
  }

  span.text-element.button.dropdown-btn {
    width: 100%;
  }

  a.link-text.footer-contact-info {
    font-size: 24px;
  }

  a.link-text.nav-item {
    padding: .9rem 6px .8rem;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.8rem;
    line-height: 4px;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  a.link-text.social-icon-text {
    font-size: 13px;
  }

  a.link-text.text-link-1 {
    font-size: 36px;
  }

  a.link-text.text-link-3 {
    width: 40vw;
  }

  a.link-text.nav-item:hover {
    border-top-width: 0;
    border-top-style: solid;
    border-bottom-width: 0;
    color: #e2a884;
  }

  /* Interaction Elements */

  a.link-button {
    font-size: 18px;
  }

  a.link-button.close-button {
    -webkit-transform: scaleX(1.5) scaleY(1.5);
       -moz-transform: scaleX(1.5) scaleY(1.5);
         -o-transform: scaleX(1.5) scaleY(1.5);
            transform: scaleX(1.5) scaleY(1.5);
  }

  /* Layout Elements */

  body.body-2 {
    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;
  }

  .container.surrounding-padding-col-low {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .container.footer-contact-info-cont {
    margin-bottom: 0;
    width: 48%;
  }

  .container.mobile-menu-toggle {
    display: none;
  }

  .container.menu-wrapper {
    position: static;
    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;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.button.mobile-menu-toggle {
    display: none;
  }

  .container.surrounding-padding-col-1 {
    min-height: auto;
    background-color: #e9ede9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0) 20%);
  }

  .container.heading-section {
    top: 2rem;
    margin-top: 0vw;
    margin-bottom: 5vw;
    padding-top: 0;
    min-width: 500px;
    height: auto;
  }

  .container.sample-60-buttons-cont.twelve-hundred-centered-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: stretch;
    margin-left: 0;
    max-width: none;
    width: 100vw;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.hero-about {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .container.header-container.pic-7 {
    margin-top: -50px;
    height: 400px;
    background-size: 100% 100%;
  }

  .container.header-container.pic-8 {
    margin-top: 0;
    background-size: 100% 100%;
  }

  .container.contact-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    max-width: 800px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.contact-details {
    display: inline-block;
    width: 70%;
  }

  .container.contacts-can {
    margin-left: 5%;
    max-width: 1200px;
    width: 98%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.contact-detail-can {
    width: 45%;
  }

  .container.big-reveal-ministry-can {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    width: 40%;
  }

  .container.header-container.pic-3 {
    padding-top: 10px;
    height: 400px;
    background-color: rgba(56, 56, 56, .4);
    background-position: center top;
    background-size: 100% 120%;
  }

  .container.header-container.pic-5 {
    height: 600px;
  }

  .container.header-container.pic-2 {
    margin-top: -55px;
    max-height: none;
    height: 400px;
  }

  .container.sub-dashboard-can {
    margin-top: 10px;
  }

  .container.sub-dashboard-options-can {
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../Hotl/hotl-icons/Hotl%20Logo%20Icon-01%20shadow.png');
    background-size: auto auto, contain;
  }

  .container.history-container {
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-left: 10%;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.news-link-can {
    margin-right: 10vw;
    margin-left: 10vw;
    max-width: 140vw;
    background-size: auto auto, 100% auto;
  }

  .container.missions-can {
    padding-top: 10px;
    min-height: auto;
  }

  .container.missions-item {
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-left: 10%;
    max-width: 400px;
    width: 80vw;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.news-container {
    height: 1000px;
  }

  .container.church-can {
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: auto;
    width: 100vw;
    background-color: rgba(56, 56, 56, .4);
  }

  .container.church-pics-can {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;
    -ms-flex-align: start;
    margin-left: 10px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.background-video-can.bg-content-size-container {
    position: absolute;
    z-index: -1;
  }

  .container.background-video-can.bg-content-size-container.index-page {
    display: block;
    height: 750px;
  }

  .container.bg-content-size-container {
    top: 100px;
  }

  .container.history-pic-can {
    width: 70vw;
  }

  .container.footer-contact-info.surrounding-padding-col {
    background-color: #1e1e1e;
  }

  .container.container-12 {
    min-height: 50vw;
    background-size: contain;
  }

  .container.sub-dashboard-can-1 {
    margin-top: 10px;
  }

  .container.sub-dashboard-options-can-1 {
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../backgrounds/Picture1.png');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../backgrounds/Picture1.png');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../backgrounds/Picture1.png');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(255, 95, 40, .5) 66%, rgba(29, 30, 33, .5) 100%), url('../backgrounds/Picture1.png');
  }

  .container.dna-video-can {
    min-width: 500px;
  }

  .container.dropdown-wrapper {
    min-width: 10px;
    width: 48%;
  }

  .container.logo-can {
    height: 8vh;
  }

  .container.hotl-page-header {
    margin-top: 0vh;
  }

  .container#ministry-list {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }

  .container.main-header-can {
    height: 75vh;
  }

  .link-container.sample-60-advanced-bt {
    margin-bottom: 0;
    padding-bottom: 10px;
    min-height: auto;
    width: 90vw;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: box-shadow;
       -moz-transition-property: box-shadow;
         -o-transition-property: box-shadow;
            transition-property: box-shadow;
  }

  .link-container.link-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 60%;
    background-color: #15161a;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -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;
  }

  .link-container.sample-60-advanced-bt.wide-can {
    width: 80%;
  }

  .link-container.dashboard-option-link {
    width: 32%;
    height: 32vw;
  }

  .link-container.history-can {
    margin-bottom: 0;
    padding-bottom: 10px;
    min-height: 280px;
    width: 80vw;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: box-shadow;
       -moz-transition-property: box-shadow;
         -o-transition-property: box-shadow;
            transition-property: box-shadow;
  }

  .link-container.missions-box {
    margin-bottom: 0;
    padding-bottom: 10px;
    min-height: 280px;
    width: 80vw;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: box-shadow;
       -moz-transition-property: box-shadow;
         -o-transition-property: box-shadow;
            transition-property: box-shadow;
  }

  .link-container.announcements.dashboard-option-link {
    width: 32%;
    height: 32vw;
  }

  .link-container.mandd-dashboard-option-link-1 {
    width: 30vw;
  }

  .link-container.dashboard-option-link:hover {
    -webkit-filter: brightness(1) contrast(1) sepia(.47) opacity(1) hue-rotate(-107deg) blur(1px);
            filter: brightness(1) contrast(1) sepia(.47) opacity(1) hue-rotate(-107deg) blur(1px);
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transform: translateX(0px) scaleX(.96) scaleY(.95) scaleZ(1) perspective(0px) skewX(0deg) skewY(0deg);
       -moz-transform: translateX(0px) scaleX(.96) scaleY(.95) scaleZ(1) perspective(0px) skewX(0deg) skewY(0deg);
            transform: translateX(0px) scaleX(.96) scaleY(.95) scaleZ(1) perspective(0px) skewX(0deg) skewY(0deg);

    -webkit-transform-style: flat;
       -moz-transform-style: flat;
            transform-style: flat;
    mix-blend-mode: screen;
  }

  ul.list-container.menu {
    position: relative;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    overflow: visible;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-position: outside;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  li.list-item-container.nav-wrapper {
    margin-top: 20px;
    padding-right: 0;
    width: auto;
    background-color: transparent;
    vertical-align: baseline;
  }

  a.responsive-picture.contact-email.contact-push {
    max-width: 250px;
  }

  a.responsive-picture.contact-push.contact-tel {
    max-width: 250px;
  }

  a.responsive-picture.contact-push.contact-watsapp {
    max-width: 250px;
  }

  a.responsive-picture.contact-button {
    display: inline-block;
    width: 25%;
  }

  div.responsive-picture.picture-2 {
    width: 40%;
  }

  a.link-button-glyph.btn.button.goto-top.smooth-scroll {
    bottom: 50%;
  }

  a.glyph.fa.twitter {
    font-size: 2rem;
  }

  a.glyph.fa.facebook {
    font-size: 2rem;
  }

  a.glyph.fa.you-tube {
    font-size: 2rem;
  }

  a.glyph.fa.phone-contact {
    font-size: 2rem;
  }

  .html-element.news-item-html {
    margin-left: 5vw;
    max-width: 85vw;
  }

  video.dna-video {
    min-width: 0;
    min-height: 0;
  }

  video.missions-video {
    min-width: 0;
    min-height: 0;
  }

  video.announcements-video-can {
    max-height: none;
  }

  div.responsive-video.message-video-can {
    height: 400px;
  }
}

@media screen and (min-width: 60.8125rem) {
  /* Text Elements */

  h1.Contact-heading {
    font-size: 28px;
  }

  h1.hotl-name {
    font-size: 45px;
  }

  h1.heading-5 {
    font-size: 64px;
  }

  h6.project-title-box {
    font-size: 16px;
  }

  h6.heading-1.text3 {
    font-size: 30px;
    line-height: 30px;
  }

  h6.church-title {
    font-size: 16px;
  }

  h6.mandd-heading {
    margin-top: 7vw;
    font-size: 20px;
    line-height: 20px;
  }

  h6.mandd-heading-1 {
    margin-top: 7vw;
    font-size: 20px;
    line-height: 20px;
  }

  h6.mandd-dashboard-option-link {
    margin-top: 7vw;
    font-size: 20px;
    line-height: 20px;
  }

  h6.heading-1.no-space.text3 {
    margin-top: 22%;
  }

  p.paragraph.first-heading.page-heading {
    font-size: 32px;
  }

  p.paragraph.page-heading {
    font-size: 32px;
  }

  p.paragraph.centered.light {
    margin-left: 3vw;
    font-size: 30px;
  }

  p.paragraph.text-card {
    font-size: 22px;
    line-height: 1.4;
  }

  p.paragraph.page-heading.top-heading {
    margin-top: 50px;
    padding-top: 10px;
    font-size: 32px;
  }

  p.paragraph.footer-copyright-text {
    text-align: center;
  }

  a.link-text.nav-item {
    font-size: 2.1rem;
  }

  a.link-text.footer-contact-info {
    font-size: 28px;
  }

  /* Interaction Elements */

  a.link-button.button.scroller.smooth-scroll {
    font-size: 32px;
  }

  a.link-button.close-button {
    margin-right: -5px;
  }

  /* Layout Elements */

  .container.header-container.pic-7 {
    padding-top: 0;
  }

  .container.sample-60-buttons-cont.twelve-hundred-centered-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100vw;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.leader-pic-holder.pic-1 {
    height: 60vw;
  }

  .container.leader-pic-holder.pic-2 {
    height: 80vw;
  }

  .container.leader-pic-holder.pic4 {
    height: 70vw;
  }

  .container.leader-pic-holder.pic-5 {
    height: 70vw;
  }

  .container.leader-pic-holder.pic-6 {
    height: 70vw;
  }

  .container.leader-pic-holder.pic-7 {
    height: 70vw;
  }

  .container.history-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-right: auto;
    margin-left: 5%;
    padding-right: 0;
    padding-left: 0;
    width: 90vw;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.news-link-can {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    max-width: 700px;
  }

  .container.missions-item {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-right: auto;
    margin-left: 5%;
    padding-right: 0;
    padding-left: 0;
    max-width: 900px;
    width: 90vw;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -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.contacts-can {
    margin-left: 2%;
  }

  .container.background-video-can.bg-content-size-container.index-page {
    height: 800px;
  }

  .container.alert.announcements-link.callout {
    margin-left: 15%;
    width: 70%;
  }

  .container.history-pic-can {
    width: 35vw;
    height: 50vw;
    border-radius: 30px;
    background-color: transparent;
  }

  .container.map-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.map-holder {
    width: 45%;
  }

  .container.header-container.leaders-header.pic-2 {
    height: 280px;
  }

  .container.container-12 {
    min-height: 60vw;
    background-size: contain;
  }

  .container.dna-video-can {
    min-width: 800px;
  }

  .link-container.sample-60-advanced-bt {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: auto;
    width: 90vw;
    height: auto;
    border-radius: 30px;
    background-color: #212229;
    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;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

    background-blend-mode: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .link-container.history-can {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: auto;
    width: 40vw;
    height: 600px;
    border-radius: 30px;
    background-color: #383838;
    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;
    box-shadow: none;

    background-blend-mode: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .link-container.missions-box {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: auto;
    width: 60vw;
    height: 850px;
    border-radius: 30px;
    background-color: #212229;
    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;
    box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

    background-blend-mode: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .link-container.mandd-dashboard-option-link {
    margin: 3px;
    width: 20vw;
    height: 20vw;
    background-size: contain;
  }

  .link-container.mandd-dashboard-option-link-1 {
    margin: 3px;
    width: 20vw;
    height: 20vw;
    background-size: cover;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.title-project-page {
    font-size: 46px;
  }

  h1 {
    font-size: 35px;
  }

  h1.title-project-page.top-page {
    margin-top: 50px;
  }

  h1#heading-1 {
    font-size: 36px;
  }

  h1#heading-2 {
    margin-top: 20px;
  }

  h1.heading-3 {
    width: 70%;
  }

  h1.vision-heading {
    width: 35vw;
    font-size: 45px;
    line-height: 40px;
  }

  h1.vision-main-heading {
    font-size: 56px;
    line-height: 1;
  }

  h1.ministry-video-title {
    font-size: 24px;
  }

  h2 {
    font-size: 36px;
  }

  h2.centered.with-shadow {
    text-shadow: #78828c 1px 1px 1px;
  }

  h2.centered.turquoise {
    font-size: 34px;
  }

  h2.session-heading {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Archivo', sans-serif;
  }

  h3.announcement-header {
    font-size: 28px;
  }

  h3.heading-9 {
    font-variant: small-caps;
  }

  h4.heading-4 {
    margin-top: 0;
    line-height: 32px;
  }

  h6.heading-1.text3 {
    margin-top: 35%;
    font-size: 32px;
  }

  h6.project-title-box {
    width: 100%;
    height: auto;
  }

  h6.church-title {
    width: 100%;
    height: auto;
  }

  h6.mandd-heading-1 {
    font-size: 24px;
    line-height: 27px;
  }

  h6.mandd-dashboard-option-link {
    font-size: 24px;
    line-height: 27px;
  }

  h6.heading-1.red-text.text3 {
    padding-left: 30px;
    font-size: 24px;
  }

  p.paragraph span.uppercase-p-1 {
    text-transform: uppercase;
    letter-spacing: .0625rem;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.page-heading {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 36px;
  }

  p.paragraph.contact-title {
    max-width: none;
  }

  p.paragraph.contact-name {
    max-width: none;
  }

  p.paragraph.contact-header {
    font-size: 26px;
  }

  p.paragraph.paragraph-1 {
    color: #aecfea;
    font-size: 18px;
    font-family: 'Nanum Gothic', cursive;
  }

  p.paragraph.first-heading.page-heading {
    margin-top: 20px;
    font-size: 36px;
  }

  p.paragraph.centered.light {
    font-size: 36px;
  }

  p.paragraph.text-card {
    font-size: 25px;
    line-height: 1.3;
  }

  p.paragraph.page-heading.top-heading {
    margin-top: 50px;
  }

  p.paragraph.paragraph-6 {
    max-width: 1000px;
    max-height: none;
    width: 98%;
    font-size: 22px;
  }

  p.paragraph.paragraph-7 {
    text-align: center;
    font-size: 24px;
  }

  p.paragraph.vision-text {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 38px;
  }

  p.paragraph.vision-text.vision-text-centred {
    font-size: 36px;
  }

  p.paragraph#paragraph-8 {
    overflow: scroll;
    max-height: 80vh;
    background-position: center top;
  }

  p.paragraph.paragraph-10 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
  }

  a.link-text.footer-contact-info {
    font-size: 30px;
  }

  a.link-text.nav-item {
    padding: .5rem 1rem 1rem;
    border-top: .1875rem solid transparent;
    font-weight: 400;
    font-size: 2rem;
    font-family: 'Archivo', sans-serif;
    line-height: 10px;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  a.link-text.map-to-us-heading {
    font-size: 36px;
  }

  a.link-text.text-link-5 {
    padding: 10px 20px;
    width: 30%;
    text-align: center;
    font-size: 22px;
  }

  a.link-text.text-link-4 {
    font-size: 20px;
  }

  a.link-text.discipleship.text-link-5 {
    font-size: 18px;
    line-height: 20px;
  }

  a.link-text.nav-item:hover {
    border-top-width: .1875rem;
    border-top-color: #e2a884;
    color: #e2a884;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  /* Interaction Elements */

  a.link-button {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  a.link-button.close-button {
    padding-bottom: 2px;
  }

  /* Layout Elements */

  body.body-1 {
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .container.surrounding-padding-col {
    margin-top: 0vh;
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-color: #fff;
  }

  .container.sample-20.surrounding-padding-col {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .container.twelve-hundred-centered-cont {
    float: none;
  }

  .container.surrounding-padding-col-low {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .container.heading-section {
    top: 1rem;
    right: auto;
    left: 1%;
    margin: 0vw 10%;
    padding-top: 0;
    max-width: none;
    width: 80%;
    height: auto;
    background-size: 20% auto;
  }

  .container.surrounding-padding-col-1 {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-color: #e9ede9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(29, 30, 33, 0) 20%);
    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.footer-copyright.surrounding-padding-col-low {
    border-top: .0625rem dotted #272727;
  }

  .container.footer-contact-info.surrounding-padding-col {
    margin-top: 0;
    background-color: #1e1e1e;
  }

  .container.sample-60-buttons-cont.twelve-hundred-centered-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-left: 0;
    max-width: none;
    width: 100vw;
    background-color: transparent;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.menu-wrapper {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: start;
    -ms-flex-align: center;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.header-container.pic-7 {
    background-size: 100% 100%;
  }

  .container.contact-contacts {
    max-width: none;
  }

  .container.contact-details {
    width: 65%;
  }

  .container.contact-detail-can {
    width: 32%;
  }

  .container.header-container.pic-3 {
    height: 800px;
    background-attachment: fixed;
    background-position: center top;
    background-size: contain;
  }

  .container.big-reveal-ministry-can {
    width: 30%;
  }

  .container.header-container.pic-2 {
    margin-top: -50px;
    height: 600px;
    background-size: 100% auto;
  }

  .container.header-container.pic-5 {
    height: 800px;
    background-size: 100% 100%;
  }

  .container.hero-about {
    height: 500px;
  }

  .container.messages-can {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    min-height: auto;
    max-height: none;
    width: 45%;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.heading-left-cont {
    margin-top: 0;
  }

  .container.main-dashboard-can {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.sub-dashboard-can {
    margin-right: 10px;
    margin-left: 10px;
    max-height: none;
    width: 98%;
    height: auto;
  }

  .container.header-container.pic-8 {
    height: 300px;
    background-position: center center;
    background-origin: padding-box;
    background-size: 100% 100%;

    background-blend-mode: normal;
  }

  .container.container-6 {
    width: auto;
    vertical-align: baseline;
  }

  .container.history-container {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-left: 5%;
    max-width: 1600px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.missions-can {
    padding-top: 3vw;
  }

  .container.missions-item {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: start;
    margin-left: 0;
    max-width: 1600px;
    height: 85vw;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.church-can {
    padding-top: 3vw;
  }

  .container.contacts-can {
    margin-right: 0;
    margin-left: 30px;
    max-width: none;
    width: 98%;
  }

  .container.leader-pic-holder.pic-7 {
    height: 40vw;
  }

  .container.leader-pic-holder.pic-6 {
    height: 40vw;
  }

  .container.leader-pic-holder.pic-5 {
    height: 40vw;
  }

  .container.leader-pic-holder.pic4 {
    height: 40vw;
  }

  .container.leader-pic-holder.pic-2 {
    height: 40vw;
  }

  .container.leader-pic-holder.pic-1 {
    height: 40vw;
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
    background-image:    -moz-radial-gradient(rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
    background-image:      -o-radial-gradient(rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
    background-image:         radial-gradient(rgba(0, 0, 0, 0) 80%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Leaders/Oli%20Julie%20Kids1.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.news-link-can {
    margin-right: 20vw;
    margin-left: 20vw;
    max-width: 140vw;
    width: 60vw;
  }

  .container.background-video-can.bg-content-size-container.index-page {
    height: 750px;
  }

  .container.history-pic-can {
    display: block;
  }

  .container#container-2 {
    background-image: url('../Hotl/Leaders/Pieter%20and%20Amanda%20sml.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.header-container.leaders-header.pic-2 {
    background-attachment: local;
    background-size: 100% auto;
  }

  .container.container-7 {
    height: 1000px;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.news-container {
    height: 1000px;
    background-color: #15161a;
    background-image: -webkit-linear-gradient(bottom, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-3 {
    height: 960px;
    background-color: #15161a;
    background-image: -webkit-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-image:    -moz-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-image:      -o-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-image:         linear-gradient(180deg, rgba(21, 22, 26, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-10 {
    width: 70%;
  }

  .container.container-12 {
    margin-right: auto;
    margin-left: auto;
    min-height: 50vw;
    max-height: none;
    width: 70%;
    height: auto;
    background-attachment: fixed;
    background-position: center top;
    background-size: contain, cover;
    box-shadow: #fff 5px 5px 20px 0;
  }

  .container.container-13 {
    width: 80%;
  }

  .container.sub-dashboard-can-1 {
    margin-right: 10px;
    margin-left: 10px;
    max-height: none;
    width: 98%;
    height: auto;
  }

  .container.dna-video-can {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    min-width: 0;
    width: 30%;
  }

  .container.dna-can {
    min-height: 0;
    width: 100%;
  }

  .container.teaching-article {
    max-width: 1100px;
  }

  .container.dropdown-pane {
    background-color: #383838;
  }

  .container.vision-can {
    padding-bottom: 40px;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/church%20vision%20and%20mission%20poster%20%282%29-3.jpg');
    background-attachment: scroll, scroll, scroll;
    background-position: center top, center center, center top;
    background-clip: border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    opacity: .96;

    background-blend-mode: soft-light, darken, soft-light;
  }

  .container.mission-vision-can {
    padding-bottom: 40px;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -webkit-linear-gradient(top, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -moz-linear-gradient(top, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), -o-linear-gradient(top, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png'), linear-gradient(180deg, rgba(21, 22, 26, 0) 0%, rgba(21, 22, 26, 1) 100%), url('../Hotl/Backgrounds/Missions%20Vision%20Background.jpg');
    background-attachment: scroll, scroll, scroll;
    background-position: center top, center center, center top;
    background-clip: border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    opacity: .96;

    background-blend-mode: soft-light, darken, soft-light;
  }

  .container.home-video-can {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    margin-bottom: 50px;
    width: auto;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.discipleship-can {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.page-header-links {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    width: 80%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.container-14 {
    width: 45%;
  }

  .container.container-15 {
    margin-top: 0;
    width: 45%;
  }

  .container.logo-can {
    height: 10vh;
  }

  .container.hotl-page-header {
    margin-top: 0vh;
  }

  .container.alert.callout {
    max-width: 1200px;
    background-color: #4f2f17;
  }

  .container.ministry-video {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-color: rgba(79, 47, 23, .8);

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.ministry-video-can {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 0;
    width: 90%;
  }

  .container.main-header-can {
    height: 80vh;
  }

  .container.container-2 {
    height: 40vh;
    background-position: center center;
  }

  .container.theme-can {
    width: 80vw;
    height: 100px;
    background-size: 100% 100%;
  }

  .link-container.sample-60-advanced-bt {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    margin-right: 5px;
    margin-left: 5px;
    min-height: auto;
    width: 60%;
    height: 70vw;
    background-color: #15161a;
    -webkit-transition-duration: .25s;
       -moz-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:         transform, -moz-transform;
         -o-transition-property:      -o-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .link-container.dashboard-option-link {
    width: 23%;
    height: 23vw;
  }

  .link-container.history-can {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    margin-right: 5px;
    margin-left: 5px;
    min-height: auto;
    width: 45%;
    height: 650px;
    background-color: #383838;
    -webkit-transition-duration: .25s;
       -moz-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:         transform, -moz-transform;
         -o-transition-property:      -o-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .link-container.missions-box {
    display: block;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-align: end;
    margin-right: 5px;
    margin-left: 5px;
    min-height: auto;
    max-width: 1000px;
    width: 70%;
    height: 75vw;
    background-color: #15161a;
    -webkit-transition-duration: .25s;
       -moz-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
       -moz-transition-property:         transform, -moz-transform;
         -o-transition-property:      -o-transform;
            transition-property: -webkit-transform;
            transition-property:         transform;
            transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .link-container.announcements.dashboard-option-link {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.messages {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.youth {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.members {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.visitors {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.missions {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.vision {
    width: 23%;
    height: 20vw;
  }

  .link-container.church.dashboard-option-link {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.leadership {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.history {
    width: 23%;
    height: 20vw;
  }

  .link-container.dashboard-option-link.news {
    width: 23%;
    height: 20vw;
  }

  .link-container.contact.dashboard-option-link {
    width: 23%;
    height: 20vw;
  }

  .link-container.banking-details.dashboard-option-link {
    width: 23%;
    height: 20vw;
  }

  .link-container.link-container-2 {
    width: 80%;
  }

  .link-container.breaking.dashboard-option-link {
    width: 23%;
    height: 20vw;
  }

  .link-container.calendar.dashboard-option-link {
    width: 23%;
    height: 20vw;
  }

  .link-container.beige-back.mandd-dashboard-option-link-1 {
    height: 15vw;
  }

  .link-container.green-back.mandd-dashboard-option-link-1 {
    height: 15vw;
  }

  .link-container.blue-back.mandd-dashboard-option-link-1 {
    height: 15vw;
  }

  .link-container.mandd-dashboard-option-link-1.red-back {
    height: 15vw;
  }

  .link-container.dashboard-option-link.joseph {
    width: 23%;
    height: 20vw;
  }

  .link-container.link-container-4 {
    width: 70%;
  }

  .link-container.sample-60-advanced-bt:hover {
    -webkit-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
       -moz-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
         -o-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
            transform: translateY(0px) scaleX(1.03) scaleY(1.02);
  }

  .link-container.history-can:hover {
    -webkit-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
       -moz-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
         -o-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
            transform: translateY(0px) scaleX(1.03) scaleY(1.02);
  }

  .link-container.missions-box:hover {
    -webkit-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
       -moz-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
         -o-transform: translateY(0px) scaleX(1.03) scaleY(1.02);
            transform: translateY(0px) scaleX(1.03) scaleY(1.02);
  }

  li.list-item-container.nav-wrapper {
    display: inline-block;

    -webkit-box-flex: 0;
    -webkit-flex: 0 20;
       -moz-box-flex: 0;
        -ms-flex: 0 20;
            flex: 0 20;
  }

  ul.list-container.menu {
    position: relative;
    -ms-flex-pack: end;
    -ms-flex-align: end;
    background-color: #15161a;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  a.responsive-picture.contact-push.contact-tel {
    max-width: none;
    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;
  }

  a.responsive-picture.contact-email.contact-push {
    max-width: none;
  }

  a.responsive-picture.contact-push.contact-watsapp {
    max-width: none;
  }

  a.responsive-picture.contact-button {
    max-width: none;
    width: 28%;
  }

  div.responsive-picture.sample-60-img {
    margin-right: auto;
    margin-left: auto;
    min-height: 500px;
    max-height: none;
    width: 100%;
    background-color: transparent;
  }

  span.glyph.sample-60-arrow-icon {
    width: auto;
  }

  video.html-video-2 {
    margin-top: -40px;
    -webkit-transform: scaleY(.7) translateX(0%) scaleZ(1) scaleX(1) translateY(-7%);
       -moz-transform: scaleY(.7) translateX(0%) scaleZ(1) scaleX(1) translateY(-7%);
            transform: scaleY(.7) translateX(0%) scaleZ(1) scaleX(1) translateY(-7%);
  }

  .html-element.news-item-html {
    margin-left: 3vw;
    max-width: 45vw;
    width: 45vw;
  }

  .html-element.html-element-5 {
    height: 850px;
  }

  .html-element.html-element-2 {
    width: auto;
    text-align: center;
  }

  video.dna-video {
    margin-top: 20px;
    max-height: none;
  }

  video.missions-video {
    margin-top: 20px;
    max-height: none;
    width: 70%;
    height: 35vw;
  }

  video.announcements-video-can {
    margin: 0;
    padding: 0;
    max-width: none;
    max-height: none;
    width: 45vw;
    height: 28vw;
  }

  div.responsive-video.message-video-can {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    max-width: none;
    width: 45vw;
    height: 28vw;
  }

  div.responsive-picture.picture-5 {
    width: 10%;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 300px;
  }

  .html-element.html-element-1 {
    background-color: #814b25;
  }
}

@media screen and (min-width: 75.125rem) {
  /* Text Elements */

  h1.heading-1 {
    max-width: 700px;
  }

  h1.hotl-name {
    margin-top: 30px;
    padding-top: 20px;
    text-shadow: #15161a 4px 3px 5px;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 2s;
       -moz-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
  }

  h1.Contact-heading {
    margin-right: 20%;
    margin-left: 20%;
    width: 60%;
  }

  h1.vision-heading {
    width: 25vw;
    background-color: #e85b01;
    font-size: 50px;
  }

  h1.hotl-name.outofview {
    -webkit-transform: scaleX(1) scaleY(1.3) translateY(0px);
       -moz-transform: scaleX(1) scaleY(1.3) translateY(0px);
         -o-transform: scaleX(1) scaleY(1.3) translateY(0px);
            transform: scaleX(1) scaleY(1.3) translateY(0px);
  }

  h3.news-heading {
    max-width: 700px;
  }

  h6.heading-1.text3 {
    font-size: 26px;
  }

  h6.project-title-box {
    font-size: 24px;
  }

  h6.mandd-heading {
    margin-top: 3vw;
    vertical-align: middle;
    font-size: 19px;
    line-height: 18px;
  }

  h6.mandd-heading-1 {
    margin-top: 3vw;
    vertical-align: middle;
    font-size: 21px;
    line-height: 28px;
  }

  h6.mandd-dashboard-option-link {
    margin-top: 3vw;
    vertical-align: middle;
    font-size: 21px;
    line-height: 28px;
  }

  h6.heading-1.no-space.text3 {
    margin-top: 12%;
  }

  p.paragraph.text-card {
    margin-bottom: 10px;
    max-width: none;
    height: auto;
    background-color: transparent;
    font-size: 28px;
  }

  p.paragraph.vision-text {
    font-size: 36px;
    line-height: 42px;
  }

  p.paragraph.vision-text.vision-text-centred {
    text-align: center;
  }

  p.paragraph.paragraph-6 {
    max-width: 1400px;
    max-height: 80vh;
  }

  p.paragraph.page-heading {
    margin-right: auto;
    margin-left: auto;
  }

  p.paragraph.paragraph-10 {
    text-align: left;
  }

  /* Layout Elements */

  body.body-2 {
    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;
  }

  .container.sample-60-buttons-cont.twelve-hundred-centered-cont {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100vw;
    height: auto;
    background-color: transparent;
  }

  .container.leader-pic-holder.pic-1 {
    height: 30vw;
  }

  .container.leader-pic-holder.pic-2 {
    height: 30vw;
  }

  .container.leader-pic-holder.pic4 {
    height: 30vw;
  }

  .container.leader-pic-holder.pic-5 {
    height: 30vw;
  }

  .container.leader-pic-holder.pic-6 {
    height: 30vw;
  }

  .container.leader-pic-holder.pic-7 {
    height: 30vw;
  }

  .container.history-container {
    margin-left: auto;
    max-width: none;
    width: 90vw;
  }

  .container.missions-item {
    margin-left: auto;
    max-width: none;
    width: 80vw;
    height: 85vw;
  }

  .container.contacts-can {
    margin-right: 0;
    margin-left: 4%;
    max-width: none;
    width: 96%;
  }

  .container.contact-detail-can {
    width: 24%;
  }

  .container.news-link-can {
    margin-right: 20vw;
    margin-left: 5vw;
    width: 60vw;
  }

  .container.news-container {
    height: 85vh;
  }

  .container.background-video-can.bg-content-size-container.index-page {
    height: 800px;
  }

  .container.sub-dashboard-can {
    width: 48%;
  }

  .container.footer-contact-info.surrounding-padding-col {
    position: static;
    bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.alert.announcements-link.callout {
    margin-left: 25%;
    width: 50%;
  }

  .container.history-pic-can {
    padding: 20px;
    min-height: auto;
    width: 35vw;
    height: 30vw;
    background-color: #15161a;
    background-image: -webkit-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:    -moz-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:      -o-linear-gradient(top, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-image:         linear-gradient(180deg, rgba(21, 22, 26, 1) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.map-holder {
    width: 45%;
  }

  .container.header-container.leaders-header.pic-2 {
    height: 300px;
    background-size: 100% 150%;
  }

  .container.header-container.pic-3 {
    background-position: center bottom;
    background-size: 150% 150%;
  }

  .container.header-container.pic-5 {
    background-attachment: local;
    background-position: left bottom;
    background-size: 100% 150%;
  }

  .container.news-items {
    width: auto;
    height: 800px;
  }

  .container.messages-can {
    min-height: auto;
  }

  .container.sub-dashboard-options-can {
    background-size: auto auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .container.container-12 {
    max-height: none;
    background-position: center top, center bottom;
    background-size: contain, cover;
  }

  .container.sub-dashboard-can-1 {
    width: 98%;
  }

  .container.container-9 {
    margin-left: auto;
    max-width: none;
  }

  .container.hotl-page-header {
    margin-top: 0vh;
  }

  .container.container-2 {
    width: 70%;
    height: 35vh;
    background-position: center center;
    background-size: cover;
  }

  .container#container-1 {
    background-size: auto auto, cover;
  }

  .container.theme-can {
    width: 70vw;
    height: 120px;
  }

  .container.ministry-video {
    -ms-flex-pack: justify;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    width: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.ministry-video-can {
    max-width: none;
    width: 45%;
  }

  .container.main-header-can {
    height: 80vh;
  }

  .link-container.sample-60-advanced-bt {
    margin-bottom: 0;
    min-height: auto;
    max-height: none;
    width: 45%;
    height: 50vw;
  }

  .link-container.history-can {
    height: 725px;
  }

  .link-container.missions-box {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    width: 80%;
    height: 80vw;
  }

  .link-container.announcements.dashboard-option-link.news-page {
    width: 140px;
    height: 140px;
  }

  .link-container.breaking.dashboard-option-link.news-page {
    width: 140px;
    height: 140px;
  }

  .link-container.calendar.dashboard-option-link.news-page {
    width: 140px;
    height: 140px;
  }

  .link-container.dashboard-option-link.messages {
    height: 11vw;
  }

  .link-container.dashboard-option-link.youth {
    height: 11vw;
  }

  .link-container.dashboard-option-link.members {
    height: 11vw;
  }

  .link-container.dashboard-option-link.visitors {
    height: 11vw;
  }

  .link-container.dashboard-option-link.missions {
    height: 11vw;
  }

  .link-container.dashboard-option-link.vision {
    height: 11vw;
  }

  .link-container.church.dashboard-option-link {
    height: 11vw;
  }

  .link-container.dashboard-option-link.leadership {
    height: 11vw;
  }

  .link-container.dashboard-option-link.history {
    height: 11vw;
  }

  .link-container.dashboard-option-link.news {
    height: 11vw;
  }

  .link-container.contact.dashboard-option-link {
    height: 11vw;
  }

  .link-container.announcements.dashboard-option-link {
    height: 11vw;
  }

  .link-container.mandd-dashboard-option-link {
    margin: 5px 3px 8px;
    width: 10vw;
    height: 10vw;
  }

  .link-container.banking-details.dashboard-option-link {
    height: 11vw;
  }

  .link-container.link-container-3 {
    width: 80%;
  }

  .link-container.mandd-dashboard-option-link-1 {
    margin: 5px 3px 8px;
    width: 20vw;
    height: 15vw;
  }

  .link-container.breaking.dashboard-option-link {
    height: 11vw;
  }

  .link-container.calendar.dashboard-option-link {
    height: 11vw;
  }

  .link-container.beige-back.mandd-dashboard-option-link-1 {
    height: 10vw;
  }

  .link-container.green-back.mandd-dashboard-option-link-1 {
    height: 10vw;
  }

  .link-container.blue-back.mandd-dashboard-option-link-1 {
    height: 10vw;
  }

  .link-container.mandd-dashboard-option-link-1.red-back {
    height: 10vw;
  }

  .link-container.dashboard-option-link.joseph {
    height: 11vw;
  }

  div.responsive-picture.sample-60-img {
    min-height: auto;
    max-height: 1000px;
    height: auto;
  }

  div.responsive-picture.sample-60-img > picture {
    height: auto;
  }

  .html-element.news-item-html {
    margin-left: 2vw;
    max-width: none;
  }

  .html-element.map-can {
    margin-right: auto;
    margin-left: auto;
  }

  video.announcements-video-can {
    max-width: none;
    width: 45vw;
  }
}

@media screen and (min-width: 125rem) {
  /* Text Elements */

  h1.hotl-name {
    position: static;
    top: 100px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    text-shadow: #15161a 2px 2px 5px;
    font-size: 90px;
    font-family: 'Fjalla One', sans-serif;
  }

  h1.hotl-name.outofview {
    -webkit-text-stroke-color: #15161a;
  }

  h3.news-heading {
    margin-left: 60px;
  }

  h6.heading-1.text3 {
    margin-top: 30%;
    font-size: 36px;
  }

  h6.mandd-heading-1 {
    font-size: 25px;
  }

  h6.mandd-dashboard-option-link {
    font-size: 30px;
  }

  h6.heading-1.no-space.text3 {
    margin-top: 20%;
  }

  h6.heading-1.red-text.text3 {
    padding-left: 35px;
    font-size: 28px;
  }

  p.paragraph.centered.light {
    max-width: 1600px;
  }

  p.paragraph.text-card {
    font-size: 30px;
  }

  /* Interaction Elements */

  a.link-button.close-button {
    -webkit-transform: scaleX(2) scaleY(2);
       -moz-transform: scaleX(2) scaleY(2);
         -o-transform: scaleX(2) scaleY(2);
            transform: scaleX(2) scaleY(2);
  }

  /* Layout Elements */

  body.body-3 {
    background-color: #383838;
  }

  body.body-5 {
    background-color: #15161a;
  }

  body.body-6 {
    background-color: #15161a;
  }

  body.body-7 {
    background-color: #15161a;
  }

  body.body-8 {
    background-color: #15161a;
  }

  body.body-9 {
    background-color: #212229;
  }

  .container.heading-section {
    background-size: 20% auto;
  }

  .container.sample-60-buttons-cont.twelve-hundred-centered-cont {
    -ms-flex-align: start;
    margin-left: auto;
    max-width: none;
    width: 100vw;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.header-container {
    background-position: center top;
    background-size: contain;
  }

  .container.sub-dashboard-can {
    width: 48%;
  }

  .container.six-hundred-centered-cont {
    max-width: 1600px;
  }

  .container.leader-pic-holder.pic-1 {
    height: 25vw;
  }

  .container.leader-pic-holder.pic-2 {
    height: 25vw;
  }

  .container.leader-pic-holder.pic4 {
    height: 25vw;
  }

  .container.leader-pic-holder.pic-5 {
    height: 25vw;
  }

  .container.leader-pic-holder.pic-6 {
    height: 25vw;
  }

  .container.leader-pic-holder.pic-7 {
    height: 25vw;
  }

  .container.history-container {
    -ms-flex-align: start;
    margin-left: auto;
    max-width: none;
    width: 80vw;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.missions-item {
    -ms-flex-align: start;
    margin-left: auto;
    max-width: none;
    width: 80vw;
    height: 80vw;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
  }

  .container.header-container.pic-3 {
    margin-top: 0;
    background-color: rgba(56, 56, 56, .4);
    background-position: center bottom;
    background-size: 150% 150%;
  }

  .container.contacts-can {
    max-width: 2000px;
  }

  .container.news-link-can {
    margin-right: 20vw;
    margin-left: 15vw;
    width: 40vw;
  }

  .container.background-video-can.bg-content-size-container.index-page {
    height: 950px;
  }

  .container.bg-content-size-container {
    top: 70px;
  }

  .container.container-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.messages-can {
    max-height: 25vw;
  }

  .container.nav-container {
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
  }

  .container.button.mobile-menu-toggle {
    background-color: transparent;
  }

  .container.menu-wrapper {
    background-color: transparent;
  }

  .container.main-dashboard-can {
    background-color: #15161a;
  }

  .container.footer-contact-info.surrounding-padding-col {
    margin-top: 0;
  }

  .container.history-items-can {
    background-color: #fff;
  }

  .container.news-container {
    height: 1000px;
    background-color: #15161a;
  }

  .container.container-3 {
    height: 950px;
    background-color: #15161a;
  }

  .container.news-items {
    height: 900px;
  }

  .container.container-12 {
    min-height: 50vw;
    max-height: none;
    width: 70%;
    background-position: center top;
    background-size: contain, cover;
  }

  .container.container-13 {
    width: 70%;
  }

  .container.sub-dashboard-can-1 {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
  }

  .container.dna-video-can {
    min-width: 0;
  }

  .container.dna-can {
    width: 100%;
  }

  .container.hotl-page-header {
    margin-top: 0vh;
  }

  .container.hotl-name-can {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.main-header-can {
    height: 92vh;
  }

  .container.container-2 {
    width: 60%;
    height: 40vh;
    background-position: center center;
    background-size: cover;
  }

  .container.Doctrine.sub-dashboard-can-1 {
    width: 85%;
  }

  .link-container.sample-60-advanced-bt {
    min-height: 450px;
    width: 45%;
    height: 900px;
  }

  .link-container.dashboard-option-link {
    height: 11vw;
  }

  .link-container.history-can {
    min-height: 450px;
    width: 45%;
    height: 900px;
  }

  .link-container.missions-box {
    min-height: auto;
    max-width: none;
    width: 65vw;
    height: auto;
  }

  .link-container.announcements.dashboard-option-link {
    height: 11vw;
  }

  .link-container.dashboard-option-link.messages {
    height: 11vw;
  }

  .link-container.dashboard-option-link.youth {
    height: 11vw;
  }

  .link-container.dashboard-option-link.members {
    height: 11vw;
  }

  .link-container.dashboard-option-link.visitors {
    height: 11vw;
  }

  .link-container.dashboard-option-link.missions {
    height: 11vw;
  }

  .link-container.dashboard-option-link.vision {
    width: 23%;
    height: 11vw;
  }

  .link-container.church.dashboard-option-link {
    height: 11vw;
  }

  .link-container.dashboard-option-link.leadership {
    height: 11vw;
  }

  .link-container.dashboard-option-link.history {
    height: 11vw;
  }

  .link-container.dashboard-option-link.news {
    height: 11vw;
  }

  .link-container.contact.dashboard-option-link {
    height: 11vw;
  }

  .link-container.banking-details.dashboard-option-link {
    height: 11vw;
  }

  .link-container.breaking.dashboard-option-link {
    height: 11vw;
  }

  .link-container.calendar.dashboard-option-link {
    height: 11vw;
  }

  .link-container.mandd-dashboard-option-link-1 {
    width: 10vw;
    height: 10vw;
  }

  .link-container.mandd-dashboard-option-link-1.red-back {
    width: 15vw;
    height: 8vw;
  }

  .link-container.blue-back.mandd-dashboard-option-link-1 {
    width: 15vw;
    height: 8vw;
  }

  .link-container.green-back.mandd-dashboard-option-link-1 {
    width: 15vw;
    height: 8vw;
  }

  .link-container.beige-back.mandd-dashboard-option-link-1 {
    width: 15vw;
    height: 8vw;
  }

  video.html-video-2 {
    -webkit-filter: hue-rotate(-359deg) brightness(.8);
            filter: hue-rotate(-359deg) brightness(.8);
    -webkit-transform: scaleX(1) scaleY(.7) translateY(-15%);
       -moz-transform: scaleX(1) scaleY(.7) translateY(-15%);
         -o-transform: scaleX(1) scaleY(.7) translateY(-15%);
            transform: scaleX(1) scaleY(.7) translateY(-15%);
  }

  div.responsive-picture.sample-60-img {
    height: auto;
  }

  div.responsive-picture.sample-60-img > picture {
    height: auto;
  }

  .html-element.news-item-html {
    height: 85vh;
  }
}