

  .blog-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
  }

  .blog-hero .mobile-img {
    display: none;
  }

  .blog-hero .hero-header {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing:1px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .blog-hero .hero-sheader {
    line-height: 1.2;
    color: white;
    letter-spacing: 0px;
    text-transform: normal;
    font-weight: 300;
}

  .blog-hero .inner {
    position: absolute;
    width: 100%;
	height: 100%;
    padding: 30px 0;
    top: 0;
    display:flex;
    align-items: center;
    justify-content: center;
  }

  .blog-hero .hero-sheader > a {
	color: #fff;
    text-decoration: underline;
  }

  @media screen and (max-width: 639px){

   .blog-hero .mobile-img {
    	display: block;
  	}

   .blog-hero .desktop-img {
    	display: none;
  	}

    .blog-hero .hero-header {
      font-size: 110%;
    }

  }








.video-section .video {
  position: relative;
}

.video .vid-bg {
  display: block;
  width: 100%;
}

.video .vid-bg-mobile {
  display: none;
  width: 100%;
}

.video .shorter-line {
  z-index: 2;
  position: relative;
  margin: 0 0 0;
}

.video h2 {
  z-index: 2;
  position: relative;
  margin: 0 0 10px;
}

.video-section .video .vid-caption {
  color: #fff;
  display: block;
  margin-top: -60px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.video-section .video a:after {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 639px){

  .video .vid-bg {
    display: none;
  }
  .video .vid-bg-mobile {
    display: block;
  }

  .video h2{
    font-size: 110%;
  }
}




.video-section .video {
  position: relative;
}

.video .vid-bg {
  display: block;
  width: 100%;
}

.video .vid-bg-mobile {
  display: none;
  width: 100%;
}

.video .shorter-line {
  z-index: 2;
  position: relative;
  margin: 0 0 0;
}

.video h2 {
  z-index: 2;
  position: relative;
  margin: 0 0 10px;
}

.video-section .video .vid-caption {
  color: #fff;
  display: block;
  margin-top: -60px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.video-section .video a:after {
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 639px){

  .video .vid-bg {
    display: none;
  }
  .video .vid-bg-mobile {
    display: block;
  }

  .video h2{
    font-size: 110%;
  }
}





.collection-page-section .collection-header{
	width: 100%;
	display: inline-block;
}

    .feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.feature-row__image {
    display: block;
    margin: 0 auto;
    width: 100%;
}

  .collection-content .feature-row__text {
      padding: 20px;
  }

.collection-content .action_button {
    max-width: 200px;
	max-height: 40px;
	line-height: 1.2;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 768px){
  .feature-row__text--left {
      padding: 20px;
  }
  .feature-row__text--right {
      padding: 20px;
  }
  .featured-row__subtext {
      font-size: 15px;
  }


  .collection-content .feature-row__text {
      padding: 20px;
  }


   


}

@media screen and (max-width: 992px){
  .collection-content h2.title {
      font-size: 1.3rem;
      line-height: 2rem;
      margin: 0 auto 15px 0;
      text-transform: uppercase;
  }

  .collection-content .featured-row__subtext {
      font-size: 14px;
  }
  .collection-content .feature-row__text {
	padding: 20px;
  }
  .collection-content {
      padding: 0;
  }

  .collection-content .feature-row__text {
  		order: 2;
  }

  .collection-content .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .collection-content .feature-row__image {
  		order: 1;
  }

  .collection-content .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
      width: 100%;
      text-align: center;
  }

  .collection-content .action_button{
      max-width: 250px;
  }
}




.hero {
    position: relative;
    height: 475px;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hero__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.25;
    z-index: 1;
}

.hero--x-small {
  height: 94px;
}

.hero--small {
  height: 225px;
}

.hero--medium {
  height: 357px;
}

.hero--large {
  height: 488px;
}

.hero--x-large {
  height: 582px;
}

.hero__overlay {
  @include overlay(1);
}

.hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 55px 0;
    color: #fff;
    z-index: 2;
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.mega-title--large {
    font-size: 2.125em;
}
.mega-title {
    margin-bottom: 8px;
	color: #fff;
	font-size: 2em;
}
.mega-title, .mega-subtitle {
    text-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.mega-subtitle--large {
    font-size: 1.125em;
    font-weight: 600;
}


.btn {
    padding: 10px 18px;
}

.text-center {
    text-align: center !important;
}

@media screen and (min-width: 768px) {
  .hero__btn {
      background-color: white;
      color: black;
      margin-top: 27.5px;
  }

  .mega-subtitle {
      font-size: 1.25em;
      margin: 0 auto;
      max-width: 75%;
  }

  .mega-subtitle--large {
      font-size: 1.5em;
  }

  .mega-title {
      font-size: 3em;
  }
  .hero--x-small {
    height: 125px;
  }

  .hero--small {
    height: 300px;
  }

  .hero--medium {
    height: 475px;
  }

  .hero--large {
    height: 650px;
  }

  .hero--x-large {
    height: 775px;
  }
}



.collection-grid-item__overlay {
    display: inline-block;
    overflow: hidden;
}

a.collection-grid-item__link img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    width: 100%;
}

a.collection-grid-item__link:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.columns-section{
	padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
	max-width: 60px;
	opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
	opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #4A4A4A;
}

#featured_links .inner .column-content{
	position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
	margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
	opacity: 1;
    color: #000;
	top: 10px;
}


#featured_links .inner:hover h3{
	opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

	.nav ul.menu.right li span{
		display: none;
	}

}


@media screen and (max-width: 767px){
	#featured_links img{
		max-width: 40px;
	}


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{
        margin: 0 0 5px;
    }

    #featured_links .inner .rte-setting p {
        margin: 0;
        font-size: 12px;
    }

}



.columns-section{
	padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
	max-width: 60px;
	opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
	opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #4A4A4A;
}

#featured_links .inner .column-content{
	position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
	margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
	opacity: 1;
    color: #000;
	top: 10px;
}


#featured_links .inner:hover h3{
	opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

	.nav ul.menu.right li span{
		display: none;
	}

}


@media screen and (max-width: 767px){
	#featured_links img{
		max-width: 40px;
	}


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{
        margin: 0 0 5px;
    }

    #featured_links .inner .rte-setting p {
        margin: 0;
        font-size: 12px;
    }

}



.columns-section{
  padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
  max-width: 60px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  color: #4A4A4A;
}

#featured_links .inner .column-content{
  position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
  margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
  opacity: 1;
    color: #000;
  top: 10px;
}


#featured_links .inner:hover h3{
  opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

  .nav ul.menu.right li span{
    display: none;
  }

}


@media screen and (max-width: 767px){
  #featured_links img{
    max-width: 40px;
  }


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{
        margin: 0 0 5px;
    }

    #featured_links .inner .rte-setting p {
        margin: 0;
        font-size: 12px;
    }

}



.columns-section{
	padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
	max-width: 60px;
	opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
	opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #4A4A4A;
}

#featured_links .inner .column-content{
	position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
	margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
	opacity: 1;
    color: #000;
	top: 10px;
}


#featured_links .inner:hover h3{
	opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

	.nav ul.menu.right li span{
		display: none;
	}

}


@media screen and (max-width: 767px){
	#featured_links img{
		max-width: 40px;
	}


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{
        margin: 0 0 5px;
    }

    #featured_links .inner .rte-setting p {
        margin: 0;
        font-size: 12px;
    }

}



.columns-section{
  padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
  max-width: 60px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  color: #4A4A4A;
}

#featured_links .inner .column-content{
  position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
  margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
  opacity: 1;
    color: #000;
  top: 10px;
}


#featured_links .inner:hover h3{
  opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

  .nav ul.menu.right li span{
    display: none;
  }

}


@media screen and (max-width: 767px){
  #featured_links img{
    max-width: 40px;
  }


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{
        margin: 0 0 5px;
    }

    #featured_links .inner .rte-setting p {
        margin: 0;
        font-size: 12px;
    }

}



.columns-section{
	padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
	max-width: 60px;
	opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
	opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #4A4A4A;
}

#featured_links .inner .column-content{
	position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
	margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
	opacity: 1;
    color: #000;
	top: 10px;
}


#featured_links .inner:hover h3{
	opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

	.nav ul.menu.right li span{
		display: none;
	}

}


@media screen and (max-width: 767px){
	#featured_links img{
		max-width: 40px;
	}


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{
        margin: 0 0 5px;
    }

    #featured_links .inner .rte-setting p {
        margin: 0;
        font-size: 12px;
    }

}



.columns-section{
  padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
  max-width: 60px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  color: #4A4A4A;
}

#featured_links .inner .column-content{
  position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
  margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
  opacity: 1;
    color: #000;
  top: 10px;
}


#featured_links .inner:hover h3{
  opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

  .nav ul.menu.right li span{
    display: none;
  }

}


@media screen and (max-width: 767px){
  #featured_links img{
    max-width: 40px;
  }


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{
        margin: 0 0 5px;
    }

    #featured_links .inner .rte-setting p {
        margin: 0;
        font-size: 12px;
    }

}



.columns-section{
  padding-bottom: 0;
}

.columns-section div.section {
  margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
  max-width: 60px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  opacity: 1;
}

#featured_links h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4A4A4A;
}

#featured_links .inner .column-content{
  position: relative;
}

#featured_links .inner .rte-setting {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}

#featured_links .inner .rte-setting p{
  margin: 0;
  color:#4a4a4a;
}

#featured_links .inner {
  padding: 0 10px;
  margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
  opacity: 1;
  color: #000;
  top: 10px;
}


#featured_links .inner:hover h3{
  opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
  #featured_links h3 {

  }

  .nav ul.menu.right li span{
    display: none;
  }

}


@media screen and (max-width: 767px){
  #featured_links img{
    max-width: 40px;
  }


  #featured_links .column-item {
    width: 50%;
    padding: 0 10px 10px 10px;
  }

  #featured_links h3 {
    font-size: 12px;
  }


  #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
    color: #000;
  }

  #featured_links .inner > p{
    margin: 0 0 5px;
  }

  #featured_links .inner .rte-setting p {
    margin: 0;
    font-size: 12px;
  }

}



.feature-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.feature-content__item {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.feature-content .btn{
	width: 100%;
	max-width: 250px;
}

@media screen and (min-width: 768px){

}

.feature-content__text {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media screen and (max-width: 767px){

}



.image-grid-section{
	padding: 35px 0 0;
}

.image-grid-section .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.image-grid-section .wrapper .left {
    width: 50%;
}

.image-grid-section .wrapper .right {
    width: 50%;
}

.image-grid-section .wrapper .left .top {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.image-grid-section .wrapper .box.link-box .shop-link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.image-grid-section .wrapper .box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5px;
	position: relative;
}

.image-grid-section .wrapper .box .box-content {
    position: absolute;
   /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;*/
	-webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 0%;
    left: 50%;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding: 15px;
}
/*@media screen and (min-width: 639px){
  .image-grid-section .wrapper .box .box-wrapper.align_bottom .box-content {
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      top: auto;
      bottom: 0;
  }
}*/
.image-grid-section .wrapper .box img {
    width: 100%;
    vertical-align: middle;
}

.image-grid-section .wrapper .box-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.image-grid-section .wrapper .box-wrapper::before{
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
}

.image-grid-section .wrapper .box-wrapper:hover::before{
	opacity: 0.2
}

.image-grid-section .wrapper a img {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.image-grid-section .wrapper .box-content span {
    z-index: 2;
    font-size: 1.5rem;
    line-height: 2.3rem;
    display: table;
    text-align: center;
    font-weight: 400;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 400px;
}

/*.image-grid-section .wrapper .box.number-4 .box-content span,
.image-grid-section .wrapper .box.number-5 .box-content span {
	font-size: 1em;
}
*/
.image-grid-section .wrapper .box-content .action_button{
	width: 100%;
	max-width: 190px;
	max-height: 40px;
	line-height: 1.2;
	min-width: 150px;
}


.image-grid-section .wrapper .left .top .left {
    width: 50%;
}

.image-grid-section .wrapper .left .bottom {
    position: relative;
    width: 100%;
}

.image-grid-section .wrapper .left .top .right {
    width: 50%;
}

.image-grid-section .wrapper .right .top {
    position: relative;
    width: 100%;
}

.image-grid-section .wrapper .right .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.image-grid-section .wrapper .right .bottom .left {
    width: 50%;
}

.image-grid-section .wrapper .right .bottom .right {
    width: 50%;
}


@media screen and (max-width: 992px){

  .image-grid-section .wrapper .box-content span{
     font-size: 1rem;
    line-height: 1.3rem;
  }

  .image-grid-section .wrapper .box-content .action_button {
      width: 100%;
      max-width: 150px;
      min-width: 100px;
      font-size: 13px;
  }

}

@media screen and (max-width: 639px){
  .box.video-box{
      display: none;
  }

  .image-grid-section {
      padding: 15px 0;
  }

.image-grid-section .wrapper{
      display: inline-block;
  }

  .image-grid-section .wrapper .left {
      width: 100%;
  }

  .image-grid-section .wrapper .right {
      width: 100%;
  }

  .image-grid-section .wrapper .right .bottom,
  .image-grid-section .wrapper .left .top
  {
  	display: inline-block;
	width: 100%;
  }

  .image-grid-section .wrapper .right .bottom .left,
  .image-grid-section .wrapper .left .top .left{
      width: 100%;
  }

  .image-grid-section .wrapper .right .bottom .right,
  .image-grid-section .wrapper .left .top .right{
      width: 100%;
  }

}

@media screen and (max-width: 479px){

  

}




.featured_products .add_to_cart,
.featured_products #cart_form .add_to_cart,
.featured_products form.product_form input.add_to_cart {
    width: 100%;
    margin-bottom: 0px;
    max-width: 190px;
}

.featured_products .products > div{
	margin-top: 20px;
	margin-bottom: 0;
}

.featured_products .products form {
    margin-bottom: 0;
}

@media(max-width: 639px) {
	.feature-products-section .featured_products {padding-top: 0px !important;}
	.feature-products-section .featured_products .homepage_content  {padding-top: 0px !important;padding-bottom: 10px;}
}


.featured_products .add_to_cart,
.featured_products #cart_form .add_to_cart,
.featured_products form.product_form input.add_to_cart {
    width: 100%;
    margin-bottom: 0px;
    max-width: 190px;
}

.featured_products .products > div{
	margin-top: 20px;
	margin-bottom: 0;
}

.featured_products .products form {
    margin-bottom: 0;
}

@media(max-width: 639px) {
	.feature-products-section .featured_products {padding-top: 0px !important;}
	.feature-products-section .featured_products .homepage_content  {padding-top: 0px !important;padding-bottom: 10px;}
}


.feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.feature-row__image {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 768px){
  .feature-row__text--left {
      padding-left: 35px;
  }

  .featured-row__subtext {
      font-size: 1.125em;
  }
}

.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media screen and (max-width: 767px){
  .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .feature-row__image {
  		order: 1;
  }

  .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
  }
}



.feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.feature-row__image {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 768px){
  .feature-row__text--left {
      padding: 35px;
  }
  .feature-row__text--right {
      padding: 35px;
  }
  .featured-row__subtext {
      font-size: 1.125em;
  }
}

.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media screen and (max-width: 767px){
  .feature-row__text--left {
      padding: 25px;
  }
  .feature-row__text--right {
      padding: 25px;
  }

  .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .feature-row__image {
  		order: 1;
  }

.feature-row__text {
  		order: 2;
  }

  .feature-row__item {
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-width: 100%;
  }
}



.diptych__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 50%;
	padding: 30px;
}

.diptych__figure {
    margin: auto;
    text-align: center;
	max-width: 400px;
}

.diptych {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	height: 70vh;
	-webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.diptych__container {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.diptych__container img {
    display: block;
    margin: 0 auto 20px;
    max-width: 200px;
    width: 100%;
}

.diptych__cta{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.14em;
    line-height: 1.6em;
    color: inherit;
    text-transform: uppercase;
    line-height: 1.6em;
    border-bottom: 1px solid;
    display: inline-block;
}

@media screen and (max-width: 767px){
.diptych__container {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    display: block ;
    width: 100%;
}

.diptych {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 100%;
	display: block;
}

.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px;
}
}



.video-section .video {
  position: relative;
}

.video .vid-bg {
	display: block;
	width: 100%;
}

.video .vid-bg-mobile {
	display: none;
	width: 100%;
}

.video .shorter-line {
    z-index: 2;
	position: relative;
	margin: 0 0 0;
}

.video h2 {
    z-index: 2;
    position: relative;
    margin: 0 0 10px;
}

.video-section .video .vid-caption {
  color: #fff;
  display: block;
  margin-top: -60px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.video-section .video a:after {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

@media screen and (max-width: 639px){

  .video .vid-bg {
      display: none;
  }
  .video .vid-bg-mobile {
      display: block;
  }

  .video h2{
      font-size: 110%;
  }
}






.footer-section {
    width: 100%;
    float: left;
}

.footer .logo{

}

.footer a:hover{
	color: #a5a5a5;
}

.verified img {
    max-height: 35px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
    max-height: 35px;
}

.verified {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 15px 0;
}

.verified {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 15px 0;
}

p.credits{
	display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 767px){
	.footer .logo{
		margin: 0 0 20px
	}

    .footer_menu li {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-bottom p {
        line-height: 30px;
        margin: 0;
        text-align: center;
    }

    .footer-bottom .footer_menu {
        text-align: center;
    }

    p.credits {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

	.footer > .container {padding-top: 0px;}


}



.columns-section{
	padding-bottom: 0;
}

.columns-section div.section {
    margin: 10px 0 0;
}

#featured_links .column-item{

}

#featured_links img{
	max-width: 60px;
	opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}


#featured_links .inner:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
	opacity: 1;
}

#featured_links h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #4A4A4A;
}

#featured_links .inner .column-content{
	position: relative;
}

#featured_links .inner .rte-setting {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

#featured_links .inner .rte-setting p{
	margin: 0;
color:#4a4a4a;
}

#featured_links .inner {
    padding: 0 10px;
    margin: 15px 0 0;
}

#featured_links .inner:hover .rte-setting{
	opacity: 1;
    color: #000;
	top: 10px;
}


#featured_links .inner:hover h3{
	opacity: 0;
}


@media screen and (max-width: 1200px){
  #featured_links h3{

  }

  #featured_links .inner:hover .rte-setting{

  }
}


@media screen and (max-width: 992px){
    #featured_links h3 {

    }

	.nav ul.menu.right li span{
		display: none;
	}

}


@media screen and (max-width: 767px){
	#featured_links img{
		max-width: 40px;
	}


    #featured_links .column-item {
        width: 50%;
        padding: 0 10px 10px 10px;
    }

    #featured_links h3 {
        font-size: 12px;
    }


    #featured_links .inner .rte-setting, #featured_links .inner:hover .rte-setting{
        color: #000;
    }

     #featured_links .inner > p{margin: 0 0 5px;}
    #featured_links .inner .rte-setting p {margin: 0;font-size: 12px;}
#customers-wrapper {max-width:100% !important;}
#customers-wrapper .container .slick-slider .column{width:100% !important;}

}








.two-image-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.two-image-hero .hero-image-left,
.two-image-hero .hero-image-right {
  -webkit-flex: 0 1 40%;
  -moz-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  padding: 0 15px;
}
.two-image-hero .hero-text-column {
  -webkit-flex: 0 1 20%;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  padding: 0 15px;
}

@media screen and (max-width: 767px){
  .two-image-hero {
    display: block;
    width: 100%;
  }
  .two-image-hero .hero-image-left,
  .two-image-hero .hero-image-right, 
  .two-image-hero .hero-text-column {
    display: block;
    text-align: center;
    padding: 15px;
    width: 100%;
  }
}





.child-page.page-about .header{
	margin-bottom: 0;
}

.diptych__body{

}

@media screen and (min-width: 768px){


}



.child-page.page-help .header{
	margin-bottom: 0;
}

@media screen and (min-width: 768px){


}



.child-page.page-about .header{
	margin-bottom: 0;
}

.diptych__body{
	
}

@media screen and (min-width: 768px){
  

}



.child-page.page-our-product .header{
	margin-bottom: 0;
}

@media screen and (min-width: 768px){

}
.about_row_overlay_section:after {
  background-color: rgba(0,0,0,0) !important;
}


.child-page.page-referral-program .header{
	margin-bottom: 0;
}

@media screen and (min-width: 768px){

}



.child-page.page-our-product .header{
	margin-bottom: 0;
}

@media screen and (min-width: 768px){

}
.about_row_overlay_section:after {
  background-color: rgba(0,0,0,0) !important;
}



  .blog-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
  }

  .blog-hero .mobile-img {
    display: none;
  }
  
  .blog-hero .hero-header {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing:1px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .blog-hero .hero-sheader {    
    line-height: 1.2;
    color: white;
    letter-spacing: 0px;
    text-transform: normal;
    font-weight: 300;
}
 
  .blog-hero .inner {
    position: absolute;
    width: 100%;
	height: 100%;
    padding: 30px 0;
    top: 0;
    display:flex;
    align-items: center;
    justify-content: center;
  }

  .blog-hero .hero-sheader > a {
	color: #fff;
    text-decoration: underline;
  }

  @media screen and (max-width: 639px){
    
   .blog-hero .mobile-img {
    	display: block;
  	}

   .blog-hero .desktop-img {
    	display: none;
  	}
    
    .blog-hero .hero-header {
      font-size: 110%;
    }

  }







  .sample-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
  }

  .sample-hero .mobile-img {
    display: none;
  }
  
  .sample-hero .hero-header {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing:1px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .sample-hero .hero-sheader {    
    line-height: 1.2;
    color: white;
    letter-spacing: 0px;
    text-transform: normal;
    font-weight: 300;
}
 
  .sample-hero .inner {
    position: absolute;
    width: 100%;
	height: 100%;
    padding: 30px 0;
    top: 0;
    display:flex;
    align-items: center;
    justify-content: center;
  }


  @media screen and (max-width: 639px){
    
   .sample-hero .mobile-img {
    	display: block;
  	}

   .sample-hero .desktop-img {
    	display: none;
  	}
    
    .sample-hero .hero-header {
      font-size: 110%;
    }

  }











.two-image-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.two-image-hero .hero-image-left,
.two-image-hero .hero-image-right {
  -webkit-flex: 0 1 40%;
  -moz-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  padding: 0 15px;
}
.two-image-hero .hero-text-column {
  -webkit-flex: 0 1 20%;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  padding: 0 15px;
}

@media screen and (max-width: 767px){
  .two-image-hero {
    display: block;
    width: 100%;
  }
  .two-image-hero .hero-image-left,
  .two-image-hero .hero-image-right,
  .two-image-hero .hero-text-column {
    display: block;
    text-align: center;
    padding: 15px;
    width: 100%;
  }
}



  @media screen and (max-width: 767px){
	.three-image img {
		margin-bottom: 10px;
	}
  }
