html {
  scroll-behavior: smooth; overflow-x: hidden !important;
}
* {
  margin: 0; padding: 0; font-family: 'Lato', sans-serif;
}
em {
  color: inherit;
}
ul, li {
  list-style-type: none;
}
.clearfix:before,
.clearfix:after {
  content: ""; display: table;
}
.clearfix:after {
  clear: both;
}
.l-left {
  float: left;
}
.l-right {
  float: right;
}
#wrap {
  position: relative;
}
.end {
  margin-top: 30px;
  font-size: 3em;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  transition: opacity, -webkit-transform 1s;
  transition: opacity, transform 1s;
  transition: opacity, transform 1s, -webkit-transform 1s;
  transition-delay: 1s;
}

/* Right-Aligned Dot Navigation Styling */
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
  background: white; width: 8px; height: 8px; margin: -4px 0 0 -4px;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
  width: 16px; height: 16px; margin: -8px 0 0 -8px; background: transparent; box-sizing: border-box; border: 2px solid #ffffff;
}
.fp-nav {
  top: 35%!important;
}

/* Section Background Images and Overlays */
#intro {
  vertical-align: middle; background: linear-gradient(to bottom, #45A7BB, #A8DEE8, #FFFFFF);
}
#end-section {
  background: linear-gradient(to top, #45A7BB, #A8DEE8, #E4F5F8);
}
#lisa {
  background: linear-gradient(rgba(243, 154, 62, 0.9), rgba(243, 154, 62, 0.9)), url("graphics/lisa-background.png") center bottom no-repeat;
  vertical-align: top;
}
#joe {
  background: linear-gradient(rgba(241, 133, 59, 0.9), rgba(241, 133, 59, 0.9)), url("graphics/joe-background.png") left bottom no-repeat;
  text-align: left;
}
#maria {
  background: linear-gradient(rgba(247, 65, 60, 0.9), rgba(247, 65, 60, 0.9)), url("graphics/maria-background.png") right bottom no-repeat;
}
#matt {
  background: linear-gradient(rgba(211, 36, 31, 0.9), rgba(211, 36, 31, 0.9)), url("graphics/matt-background.png") left top no-repeat;
  text-align: left;
}
#justin {
  background: linear-gradient(rgba(81, 195, 216, 0.9), rgba(81, 195, 216, 0.9)), url("graphics/justin-background.png") left bottom no-repeat;
  text-align: left;
}
#lauren {
  background: linear-gradient(rgba(69, 167, 187, 0.9), rgba(69, 167, 187, 0.9)), url("graphics/lauren-background.png") left bottom no-repeat;
  text-align: left;
}
#steph {
  background: linear-gradient(rgba(243, 154, 62, 0.9), rgba(243, 154, 62, 0.9)), url("graphics/steph-background.png") center center no-repeat;
}
#kelly {
  background: linear-gradient(rgba(241, 133, 59, 0.85), rgba(241, 133, 59, 0.8)), url("graphics/kelly-background.png") left bottom no-repeat;
  text-align: left;
}
#katelyn {
  background: linear-gradient(rgba(247, 65, 60, 0.85), rgba(247, 65, 60, 0.8)), url("graphics/katelyn-background.png") left bottom no-repeat;
  text-align: left;
}

.matt-title {
  padding-top: 100px;
}

/* Modal Hover Backgrounds */
#lisa-modal {
  background: rgba(243, 154, 62, 0.9);
}
#joe-modal {
  background: rgba(241, 133, 59, 0.9);
}
#maria-modal {
  background: rgba(247, 65, 60, 0.9);
}
#matt-modal {
  background: rgba(211, 36, 31, 0.9);
}
#justin-modal {
  background: rgba(81, 195, 216, 0.9);
}
#lauren-modal {
  background: rgba(69, 167, 187, 0.9);
}
#steph-modal {
  background: rgba(243, 154, 62, 0.9);
}
#kelly-modal {
  background: rgba(241, 133, 59, 0.9);
}
#katelyn-modal {
  background: rgba(247, 65, 60, 0.9);
}

/* Text Styling */
h1 {
  padding-bottom: 10px; margin-bottom: 15px!important; margin-top: 15px!important;
  font-family: 'Lato', sans-serif;
}
section#intro,
section#end-section { 
  text-align: center;
}
a {
  color: white;
}
.left-text{
  width: 75%;
  position: relative;
}
.name {
  padding-top: 50px; font-weight: 300; font-size: 25px; letter-spacing: 2px; margin-bottom: 5px; 
}
.job-title {
  font-weight: bold; font-size: 30px; letter-spacing: 2px; margin-top: 5px; margin-bottom: 20px;
}
.white-text {
  color: #fff;
  /* text-shadow: 1px 1px #999; */
}
.bio-text {
  text-align: left;
}
.intro-title {
  text-transform: uppercase;
}
.intro-title, .end-title {
  font-weight: 700; font-size: 30px; letter-spacing: 4px;
}
.intro-subtitle {
  padding-top: 10px; padding-right: 25px; padding-left: 25px; text-align: center; color: #D3312C; font-weight: bold; font-size: 20px; letter-spacing: 2px; margin-bottom: 5px;
}
.intro-text {
  width: 75%; text-align: center; margin: 0 auto; font-size: 18px; line-height: 27px; letter-spacing: 1px; margin-bottom: 10px;
}
.end-subtext {
  width: 75%; text-align: center; margin: 0 auto; font-size: 22px; line-height: 30px; letter-spacing: 2px;
}
.bold {
  font-weight: bold;
}

/* Alignment */
.bottom-right {
  position: absolute; bottom: 8px; right: 16px;
}
.modal-alignment {
  position: absolute!important; top: 50%!important; left: 50%!important;  transform: translate(-50%, -50%)!important;
}
.intro-position {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;
}
.end-section-position {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%;
}

/* Modal Titles */
.light-orange {
  color: #F39A3E;
}
.orange {
  color: #F39A3E;
}
.light-red {
  color: #ED3833;
}
.red {
  color: #D3312C;
}
.light-blue {
  color: #51C3D8;
}
.blue {
  color: #45A7BB;
}

/* Image Styling */
.product-with-state-img {
  width: 75px;
}
.wide-product-with-state-img {
  width: 150px;
}
.scroll-button {
  width: 10%;
}
.headshot {
  position: absolute;
  left: -130px;
  top: 80px;
}

/* Snow Animation */
canvas#snow, canvas#snow2 {
  position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 50%;
}

/* UIKIT Overrides */
.uk-divider-vertical {
  height: 30px!important; width: 1px!important; border-left: 2px solid #fff!important; margin-top: 0px!important; margin-bottom: 0px!important;
}
.uk-link, a {
  color: #fff!important;
}
.uk-button-default {
  border: none!important;
}
.uk-button {
  padding: 0px!important; margin-top: -20px!important; margin-right: -10px!important; font-size: 25px;
}
.uk-text-right {
  margin-bottom: 0px!important;
}
.uk-modal-title {
  font-size: 25px!important; line-height: normal!important; margin-top: 0px!important;
}
.uk-modal-dialog {
  border-radius: 10px; width: 75%!important;
}
.uk-modal-body {
  padding: 40px 40px!important;
}
.uk-thumbnail {
  margin-top: 25px;
  display: inline-block;
}
.uk-tooltip {
  background-color: rgba(255,255,255,0)!important; color: white!important; font-style: italic!important; font-size: 16px!important;
}
.fp-tableCell {
  vertical-align: top!important;
}
[class*=uk-align] {
  margin-bottom: 0px!important;
}
.box-with-products {
  width: 50%; margin-top: -10px!important;
}
.uk-panel>:last-child {
  padding-bottom: 15px;
}
.logo {
  padding-bottom: 15px;
}
.bottom-logo {
  padding-top: 35px;
}

/*Image Fade In*/
.vertical-scrolling{
  background-size: cover !important; overflow: hidden;
}
.vertical-scrolling .fp-tableCell{
  position: relative; z-index: 0;
}
.vertical-scrolling .fp-tableCell:after{
  content: '';
  width: inherit;
  opacity: 0;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.75s ease;
}
.vertical-scrolling.active .fp-tableCell:after{
  opacity: 1;
  transition: opacity 0.5s ease 0.75s;
}
.vertical-scrolling#lisa .fp-tableCell:after{
  background: url('graphics/lisa-background-top.png') center bottom no-repeat;
  background-size: cover;
}
.vertical-scrolling#joe .fp-tableCell:after{
  background: url('graphics/joe-background-top.png') left bottom no-repeat;
  background-size: cover;
}
.vertical-scrolling#maria .fp-tableCell:after{
  background: url('graphics/maria-background-top.png') right bottom no-repeat;
  background-size: cover;
}
.vertical-scrolling#matt .fp-tableCell:after{
  background: url('graphics/matt-background-top.png') left top no-repeat;
  background-size: cover;
}
.vertical-scrolling#justin .fp-tableCell:after{
  background: url('graphics/justin-background-top.png') left bottom no-repeat;
  background-size: cover;
}
.vertical-scrolling#lauren .fp-tableCell:after{
  background: url('graphics/lauren-background-top.png') left bottom no-repeat;
  background-size: cover;
}
.vertical-scrolling#steph .fp-tableCell:after{
  background: url('graphics/steph-background-top.png') center center no-repeat;
  background-size: cover;
}
.vertical-scrolling#kelly .fp-tableCell:after{
  background: url('graphics/kelly-background-top.png') left bottom no-repeat;
  background-size: cover;
}
.vertical-scrolling#katelyn .fp-tableCell:after{
  background: url('graphics/katelyn-background-top.png') left center no-repeat;
  background-size: cover;
}


/* SnowFlakes */
.snowflakes {
  width: 100%; height: 100%; position: absolute; top: -120px; left: 0; z-index: -1; display: flex; justify-content: space-between; align-content: flex-start; flex-wrap: wrap;
}
i {
  background: url('graphics/mcg-icon.png') 0px 0px no-repeat;
  background-size: cover;
  -webkit-animation: snowflakes 3s linear 2s 20;
  -moz-animation: snowflakes 3s linear 2s 20;
  position: relative;
}
@-webkit-keyframes snowflakes {
  0% {
    -webkit-transform: translate3d(0,0,0) rotate(0deg) scale(0.6);
  }
  100% {
    -webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
  };
}
.snowflakes i:nth-child(3n) {
  width: 10px; height: 10px;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: 30;
  -webkit-transform-origin: right -45px;
}
.snowflakes i:nth-child(3n+1) {
  width: 20px; height: 20px;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: 45;
  -webkit-transform-origin: right -30px;
}
.snowflakes i:nth-child(3n+2) {
  width: 30px; height: 30px;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: 60;
  -webkit-transform-origin: right -15px;
}
  
/* Different delays so they don't all start at the same time */
.snowflakes i:nth-child(7n) {
  opacity:.3;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+1) {
  opacity:.4;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+2) {
  opacity:.5;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+3) {
  opacity:.6;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function:ease-in;
}
.snowflakes i:nth-child(7n+4) {
  opacity:.7;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-timing-function:linear;
}
.snowflakes i:nth-child(7n+5) {
  opacity:.8;
  -webkit-animation-delay: 3s;
  -webkit-animation-timing-function:ease-out;
}
.snowflakes i:nth-child(7n+6) {
  opacity:.9;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-timing-function:ease-in;
}

/* Zoom */
.zoom{
  position: relative;
  text-align: right;
  margin-top: 40px;
  padding-right: 50px;
}
.zoom img{
  position: absolute;
  bottom: -50%;
  right: -50px;
  transition: all ease 500ms;
}
.zoom img.wide-product-with-state-img{
  right: -120px;
  bottom: -25px;
}
.zoom a:hover{
  text-decoration: underline;
}
.zoom a:hover img{
  transform: scale(1.1);
  transition: all ease 500ms;
}


/* Responsive */
@media screen and (max-width: 1599px) {
  .zoom{
    margin-top: 0px;
  }
  .zoom a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 0px;
  }
  .zoom img{
    position: static;
  }
  .zoom p{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1299px) {
  .left-text{
    width: 85%;
  }
}
@media screen and (max-width: 890px) {
  .uk-thumbnail {
    padding-right: 0px; padding-bottom: 5px; left: 0px; padding-top: 25px;
  }
  .name {
  	padding-top: 30px;
  }
  .headshot{
    top: 60px;
  }
  .toggle6 {
  	padding-left: 10%;
  	width: 85%;
  }
  .lauren-left-text {
  	padding-left: 10%!important;
  }
  .lauren-left-vertical-divider {
  	margin-left: 10.3%!important;
  }
  .scroll-button {
    display: none;
  }
  .box-with-products {
    width: 80%;
  }
  .product-with-state-img {
    width: 50px;
  }
  .wide-product-with-state-img {
    width: 125px;
  }
}

@media screen and (max-width: 785px) {
  .uk-container {
    padding-left: 25px; padding-right: 25px;
  }
  #lisa {
    background: linear-gradient(rgba(243, 154, 62, 0.9), rgba(243, 154, 62, 0.9)), url("graphics/lisa-background-mobile.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  #joe {
    background: linear-gradient(rgba(241, 133, 59, 0.9), rgba(241, 133, 59, 0.9)), url("graphics/joe-background-mobile.png") left bottom no-repeat;
  	background-size: 100% auto;
  }
  #maria {
    background: linear-gradient(rgba(247, 65, 60, 0.9), rgba(247, 65, 60, 0.9)), url("graphics/maria-background-mobile.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  #matt {
    background: linear-gradient(rgba(211, 36, 31, 0.9), rgba(211, 36, 31, 0.9)), url("graphics/matt-background-mobile.png") center top no-repeat;
    background-size: 100% auto;
  }
  #justin {
    background: linear-gradient(rgba(81, 195, 216, 0.9), rgba(81, 195, 216, 0.9)), url("graphics/justin-background-mobile.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  #lauren {
    background: linear-gradient(rgba(69, 167, 187, 0.9), rgba(69, 167, 187, 0.9)), url("graphics/lauren-background-mobile.png") left bottom no-repeat;
    background-size: 100% auto;
  }
  #steph {
    background: linear-gradient(rgba(243, 154, 62, 0.9), rgba(243, 154, 62, 0.9)), url("graphics/steph-background-mobile.png") center center no-repeat;
    background-size: 100% auto;
  }
  #kelly {
    background: linear-gradient(rgba(243, 154, 62, 0.9), rgba(243, 154, 62, 0.9)), url("graphics/kelly-background-mobile.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  #katelyn {
    background: linear-gradient(rgba(247, 65, 60, 0.85), rgba(247, 65, 60, 0.8)), url("graphics/katelyn-background-mobile.png") left bottom no-repeat;
    background-size: 100% auto;
  }

  /* Mobile background fade ins*/
  .vertical-scrolling#lisa .fp-tableCell:after{
    background: url('graphics/lisa-background-mobile-top.png') center bottom no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#joe .fp-tableCell:after{
    background: url('graphics/joe-background-mobile-top.png') left bottom no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#maria .fp-tableCell:after{
    background: url('graphics/maria-background-mobile-top.png') center bottom no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#matt .fp-tableCell:after{
    background: url('graphics/matt-background-mobile-top.png') center top no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#justin .fp-tableCell:after{
    background: url('graphics/justin-background-mobile-top.png') center bottom no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#lauren .fp-tableCell:after{
    background: url('graphics/lauren-background-mobile-top.png') left bottom no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#steph .fp-tableCell:after{
    background: url('graphics/steph-background-mobile-top.png') center bottom no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#kelly .fp-tableCell:after{
    background: url('graphics/kelly-background-mobile-top.png') right bottom no-repeat;
    background-size: cover;
  }
  .vertical-scrolling#katelyn .fp-tableCell:after{
    background: url('graphics/katelyn-background-mobile-top.png') left bottom no-repeat;
    background-size: cover;
  }
  .fp-nav {
    display: none;
  }
  .uk-thumbnail-caption {
    cursor: pointer; letter-spacing: 1px;
  }
  ul {
    display: none;
  }
  .scroll-icon {
    display: none;
  }
  h1 {
    font-size: 18px;
  }
  .uk-modal-title {
    font-size: 15px!important;
    margin-top: -15px!important;
    margin-bottom: 5px!important;
  }
  .uk-text-right {
    margin-bottom: -10px;
  }
  p {
    font-size: 15px; line-height: 1.2;
  }
  *+p {
    margin-top: 0px!important;
  }
  .bio-text {
    font-size: 16px;
  }
  .name {
    padding-top: 15px; font-size: 20px; letter-spacing: 2px; font-weight: bold; text-transform: uppercase; text-align: center;
  }
  .job-title {
    font-size: 25px; text-align: center;
  }
  .matt-title {
    padding-top: 25px;
  }
  .box-with-products {
    padding-left: 15px; padding-right: 15px;
  }
  .end-subtext {
    width: 100%; font-size: 18px; line-height: 25px; letter-spacing: 1px;
  }
  .intro-title, .end-title {
    font-size: 22px; letter-spacing: 2px;
  }
  .intro-text {
    width: 90%; font-size: 16px; line-height: 22px; letter-spacing: 0px;
  }
  .intro-subtitle {
    font-size: 18px;
  }
  .modal-paragraph-padding {
    padding-bottom: 20px;
  }
  .uk-modal-dialog {
    border-radius: 5px; width: 95%!important;
  }
  .left-vertical-divider {
    margin-right: auto; margin-left: auto;
  }
  .vertical-scrolling .uk-container{
    padding: 20px;
  }
  .vertical-scrolling,
  .vertical-scrolling .fp-tableCell{
    height: 100% !important;
  }
  .end-section-position,
  .intro-position,
  .uk-thumbnail{
    position: static; transform: none; width: 100%;
  }
  .uk-thumbnail{
    margin: 0 auto; display: block;
  }
  .vertical-scrolling#lisa,
  .vertical-scrolling#lisa .fp-tableCell:after{
    padding-bottom: 800px;
  }
  .vertical-scrolling#justin,
  .vertical-scrolling#justin .fp-tableCell:after{
    padding-bottom: 600px;
  }
  .vertical-scrolling#lauren,
  .vertical-scrolling#lauren .fp-tableCell:after{
    padding-bottom: 500px;
  }
  .vertical-scrolling#katelyn,
  .vertical-scrolling#katelyn .fp-tableCell:after{
    padding-bottom: 530px;
  }
  .vertical-scrolling#joe,
  .vertical-scrolling#joe .fp-tableCell:after{
    padding-bottom: 430px;
  }
  .vertical-scrolling#steph,
  .vertical-scrolling#steph .fp-tableCell:after{
    padding-bottom: 450px;
  }
  .vertical-scrolling#maria,
  .vertical-scrolling#maria .fp-tableCell:after{
    padding-bottom: 270px;
  }
  .vertical-scrolling#kelly,
  .vertical-scrolling#kelly .fp-tableCell:after{
    padding-bottom: 550px;
  }
  .vertical-scrolling#matt,
  .vertical-scrolling#matt .fp-tableCell:after{
    padding-bottom: 20px;
  }
  .vertical-scrolling#intro,
  .vertical-scrolling#end-section{
    padding: 35px;
  }
  .job-title {
    text-align: center;
  }
  .uk-divider-vertical{
    margin: 0 auto !important;
  }
  .vertical-scrolling.active .fp-tableCell:after{
    transition: opacity 0.5s ease 0.5s;
  }
  .headshot{
    position: static;
    display: block;
    margin: 0 auto;
  }
  .left-text{
    width: 100%;
  }
  .uk-thumbnail{
    text-align: center;
  }
  .zoom{
    padding-right: 0px;
  }
  .zoom a{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 600px) {
  .box-with-products {
    width: 90%;
  }
  .left-text{
    width: 100%;
    float: none;
  }
}
 
@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  h1 {
    font-size: 18px;
  }
  .uk-modal-dialog {
    width: 100%;
  }
}