*, *:after, *:before {
  box-sizing: border-box;
}

@font-face {
  font-family: 'latoblack';
  src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
       url('../fonts/lato-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
       url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
       url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
       url('../fonts/lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'latoregular';
}

#wrap_all {
  position: relative;
    z-index: 1000;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}


.cl {
  clear: left;
}
.tac {
  text-align: center;
}

.downloads li {
  list-style: none;
  padding-bottom: 10px;
}

.downloads li a {
  text-decoration: none;
}

/* CATCH PHRASE */
.big-text {
  margin: 30px auto;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'latolight';
}

.big-text h1 {
  margin: 0;
}

.big-text strong {
  font-family: 'latobold'
} 

.two-col-layout-wrap {
  width: 100%;
  max-width: 960px;
  overflow: hidden;
  margin-top: 0;
  text-align: center; 
}

.two-col-layout a {
  text-decoration: none;
  color: #2d5c88;
}

.two-col-layout h1, .two-col-layout h3 {
  color: #2d5c88;
}

.two-col-pad {
  padding: 0;
}

.video-promo {
  padding-top: 0; 
  font-size: 25px; 
  text-align: left
}

.tree-icon {
  width: 35px;
  height: auto;
}

.tree-list {
  margin: 5px;
  font-size: 19px;
}

.black-square {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .big-text {
    margin: 50px 0;
  }

  .big-text-wrap {
    width: 100%;
    max-width: 960px;
    text-align: center;
  }

  .two-col-layout-wrap {
    margin-top: 40px;
    text-align: left;
  }

  .two-col-layout {
    width: 50%;
    float: left;
    padding-right: 50px;
  }

  .two-col-layout.flr {
    float: right;
  }

  .video-promo {
    padding-top: 2em;
  }

  .two-col-pad {
    padding: 15px;
  }

  .tree-icon {
    width: auto;
    height: auto;
  }

  .tree-list {
    margin: 1em;
  }
  
}

/* HIPSTER SECTION */
.hipster-section {
  max-height: auto;
  margin-top: 50px;
  background: none;
}

.hipster-inner {
  width: 100%;
  max-height: calc(100vh - 140px);
  max-width: 960px;
  margin: 0 auto;
  font-family: 'latolight';
  text-align: left;
  
}

.hipster-inner a {
  text-decoration: none;
  color: #2d5c88;
}

.hipster-inner-wrap {
  width: 100%;
  text-align: center;
}

.hipster-inner-wrap h1 {
  font-family: 'latoregular';
  color: #2d5c88;
  font-size: 32px;
}

.hipster-inner-text {
  font-size: 30px;
}

.hipster-inner-desc {
  font-size: 20px;
}


@media only screen and (min-width: 960px) {
  .hipster-section {
    max-height: calc(100vh - 140px);
    margin-top: 40px;
    background: url(../img/hipster-working.jpg) no-repeat;
    background-position: right 0 top -150px;
  }

  .hipster-inner-img {
    display: block;
  }

  .hipster-inner {
    padding: 70px 0;
  }

  .hipster-inner-wrap {
    width: 50%;
    font-family: 'latolight';
    text-align: left;
  }
}


/* BOTTOM SECTION */
.bottom-section {
  background-size: cover;
  position: relative;
  z-index: 10;
}

.bottom-inner {
  width: 100%;
  max-height: calc(100vh - 140px);
  max-width: 960px;
  margin: 0 auto;
  font-family: 'latolight';
  text-align: center;
  
}

.bottom-inner a {
  text-decoration: none;
  color: #2d5c88;
}

.bottom-inner-wrap {
  width: 100%;
}

.bottom-inner-text {
  font-size: 30px;
  color: black;
  text-transform: capitalize;
}

.bottom-inner-desc {
  font-size: 20px;
}


@media only screen and (min-width: 960px) {
  .bottom-section {
    max-height: calc(100vh - 140px);
    margin-top: -200px;
    background: url(../img/bottom-bg.jpeg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
  }

  .bottom-inner-img {
    display: block;
  }

  .bottom-inner {
    padding: 250px 0 50px 0;
  }

  .bottom-inner-wrap {
    width: 100%;
    font-family: 'latolight'
  }

  .bottom-inner-text {
    color: white;

  }
}

/* BOTTOM OVERLAP SECTION */
.bottom-overlap {
  margin: 0 auto;
  width: 100%;
  background: white;
  text-align: center;
  position: relative;
  z-index: 11;
  padding: 0;
}

.bottom-overlap .big-text {
  width: 100%;
  padding: 15px 50px;
}

.bottom-overlap h1 {
  text-align: center;
  font-size: 30px;
}

@media only screen and (min-width: 960px) {
  .bottom-overlap {
    width: 450px;
  }

  .bottom-overlap .big-text {
    background: white;
    width: 450px;
    padding: 20px;
    border-top: 1px solid black;
  }
}

/* FOOTER */
footer {
  background: #333;
  padding: 10px;
}

.copyright {
  text-align: center;
  color: #808080;
}

.footer-navigation ul {
  list-style-type: none;
  padding: 5px 10px;
  text-align: center;
  margin: 0;
}

.footer-navigation ul li {
  list-style-type: none;
  padding-right: 10px;
  display:inline;
}

.footer-navigation ul li a {
  text-decoration: none;
  color: #808080;
}

@media all and (max-width: 600px) {
  .h3, h3 {
      font-size: 17px;
  }
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 80%;
  max-width: 960px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}