/*need to override theme's assignment of weight 900 to this, since it messes up ios Safari*/
strong{
	font-weight: 700 !important;
}

.Futura-PT-Heavy
{
font-family: "Futura PT", sans-serif;
font-weight: 700;
font-style: normal;
}

.Futura-PT-Light-Oblique
{
font-family: "Futura PT", sans-serif;
font-weight: 300;
font-style: italic;
}

.Futura-PT-Book
{
font-family: "Futura PT", sans-serif;
font-weight: 400;
font-style: normal;
}

.Futura-PT-Book-Oblique
{
font-family: "Futura PT", sans-serif;
font-weight: 400;
font-style: italic;
}

.Futura-PT-Light
{
font-family: "Futura PT", sans-serif;
font-weight: 300;
font-style: normal;
}

.Futura-PT-Bold
{
font-family: "Futura PT"-bold, sans-serif;
font-weight: 700;
font-style: normal;
}

.morphland-nav .navigation a {
  color: #ffffff;
}
.morphland-nav .navigation a:hover {
  color: #61646e;
}
.morphland-nav .navigation a:visited {
  color: #ffffff;
}

.morphland-nav .header-navigation-link {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}

.morphland-nav .secondary-list {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 250px;
    margin: 0 0 0 50%;
    padding: 15px 0;
    text-align: center;
    background-color: #2d303d;
    border: 1px solid #f5f5f5;
}

.morphland-header .main-header-wrapper {
    position: relative;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    z-index: 110;
  font-family: "Futura PT",Futura,Nunito, sans-serif;
}

.morphland-header-actions-list {
 	background-color: #ffffffab;
  	padding: 3px;
}
.morphland {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #e8e8e8;
}

.morphland li{
 list-style-type:circle; 
}

.morphland-headfoot{
  background-color: #2d303d;
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  color: #ffffff;
  padding-left: 35px;
  padding-right: 10px;
}

.morphland-btn {
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #ffffff;
  border-radius: 1px;
  padding: 15px 30px;
  font-size: 20px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.morphland-btn:hover {
  background-color: rgb(255,255,255,0.1);
  border: 1px solid #ffffff;
}

.morphland-white-btn {
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  color: #ccc;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 1px;
  padding: 15px 30px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.morphland-white-btn:hover{
  background-color: #e8b8aa;
}

.morphland-news-btn {
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  color: #ffffff;
  background-color: #d67051;
}

.morphland-news-btn:hover{
  background-color: #e8b8aa;
}

.video-wrapper-overlay:hover .video-wrapper-button{
    background-color: #e8b8aa;
}
.morphland-text {
  font-family: "Futura PT",Futura,Nunito, sans-serif;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 28px;
}

.morphland-title {
  color: #000;
  font-family: "Futura PT",Futura,Nunito, sans-serif;
	font-size: 36px;
	letter-spacing: 6px;
	text-transform: uppercase;
}
.morphland-white-title {
  color: #fff;
  font-family: "Futura PT",Futura,Nunito, sans-serif;
	font-size: 36px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.morphland-video-title {
  color: white;
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000,
     0 0 10px #000,
     0 0 10px #000,
     0 0 3px #000,
     0 0 3px #000,
     0 0 3px #000;
}

.morphland-video-text{
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  color: #ffffff;
  font-size: 24px;
  text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000,
     0 0 10px #000,
     0 0 10px #000,
     0 0 3px #000,
     0 0 3px #000,
     0 0 3px #000;
}

.morphland-testimonial {
  background-color: #e8e8e8;
  margin: 0 auto;
  max-width: 1200px;
}

.home-testimonial-quote {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 15px;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 27px;
}
.active .home-testimonials-pagination-list-item-dot {
    background-color: #d67051;
    border-color: #ffffff;
    opacity: 1;
}

.morphland-white {
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  color: #ffffff;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 28px;
}

.morphland-white p {
    margin: 0;
    padding: 10px 0;
}

.morphland-intro {
  font-size:29px;
  line-height:30px;
}
.morphland-intro ul{
  margin: 20px 0;
  padding:0;
}
.morphland-intro li{
  margin: 19px 0;
}

.morphland-org{
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  color: #d67051;
}
.make-white{
  color: #ffffff !important;
}
.make-org{
  color: #d67051 !important;
}
.morphland-icons {
    color: #d67051;
}

.morphland-color{
  background-color: #d67051  !important;
}
.morphland-download {
  color: #806ba8;
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  font-weight: 600;
  text-align: center;
/*     padding: 10px; */
  background-color: #f1f0f0;
  /* text-decoration: underline; */
  border: 1px solid #848383;
  padding: 10px 15px 10px 15px;
  margin-top: 0px;
  margin-bottom: 20px;
  display: inline-block;
}

.morphland-download a {
  color: #806ba8;
}


.morphland-header .header-drawer .header-navigation-link {
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;
    text-align: center;
    vertical-align: top;
    font-family: "Futura PT",Futura,Nunito, sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
}


.morphland-headfoot .main-footer {
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  font-weight:400;
}

.morphland-footer{
  padding-top:0;
  background-color: #2d303d;
}

.morphland-footer-col {
  margin-left: 0;
}

.home-testimonial-quote{
  font-family: "Futura PT",Futura,Nunito, sans-serif;
  font-weight:400;
}

.column-basic {
    display: flex;
}

.row-basic {
  flex: 50%;
}

.media-aligned-left .alter-morphland-media {
    /* right: -50%; */
    /* position: relative; */
    display: inline-block;
    padding: 0;
}

.media-aligned-left .alter-morphland-text {
    /* left: -50%; */
    /* position: relative; */
    display: inline-block;
    padding: 0;
}

.morphland-blackbg {
    background: rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 15px rgba(0, 0, 0, 0.2);
}

.morphland-slideshow{
  max-width: 1200px;
  margin: 0 auto;
}

.morphland-page-spacer {
  height: 20px;
}

.color-float-left{
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  background-color: #333333;
  padding: 35px 10px 0 40px;
  width: 40%;
  color: #FFFFFF;
  font-family: "Futura PT",Futura,Nunito,sans-serif;
  font-size: 18px;
  height: 100%;
  text-align: left;
}

.color-float-right{
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
/*   background-color: rgba(214,112,81,0.9); */
  background-color: rgba(51,51,51);

  padding: 35px 30px 0 10px;
  width: 40%;
  color: #FFFFFF;
  font-family: "Futura PT",Futura,Nunito,sans-serif;
  font-size: 18px;
  height: 100%;
  text-align: right;
}

.morphland-full{
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1000;
/*     background-color: rgba(214,112,81,0.9); */
  background-color: rgba(51,51,51);

  padding: 20px;
  width: 100%;
  color: #FFFFFF;
  font-family: "Futura PT",Futura,Nunito,sans-serif;
  font-size: 18px;
  height: 100%;
  text-align: left;
}

.morphland-hero{
/*   padding: 12%; */
  /* temporarily for black friday, hide the orange overlay */
/*   display: none; */
  max-width: 1215px;
  padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    margin: 0 auto;
    text-align: center;
}

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

  .morphland-white {
    font-family: "Futura PT",Futura,Nunito, sans-serif;
    color: #ffffff;
      font-size: 21px;
      font-weight: 300;
      letter-spacing: 0.2px;
      line-height: 22px;
  }
  .morphland-white p {
    margin: 0;
    padding: 5px 0;
  }
  .home-left-right-cta {
    padding-top: 15px;
  }
}

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

  .media-aligned-left .alter-morphland-media {
      right: 0;
      position: relative;
      display: inline-block;
      padding: 0;
  }

  .media-aligned-left .alter-morphland-text {
      left: 0;
      position: relative;
      display: inline-block;
      padding: 0;
  }

  .color-float-left{
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1000;
/*     background-color: rgba(214,112,81,0.9); */
    background-color: rgba(51,51,51);

    padding: 20px;
    width: 100%;
    color: #FFFFFF;
    font-family: "Futura PT",Futura,Nunito,sans-serif;
    font-size: 18px;
    height: 100%;
    text-align: left;
  }
  .color-float-right{
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 1000;
/*     background-color: rgba(214,112,81,0.9); */
    background-color: rgba(51,51,51);
    padding: 20px;
    width: 100%;
    color: #FFFFFF;
    font-family: "Futura PT",Futura,Nunito,sans-serif;
    font-size: 18px;
    height: 100%;
    text-align: right;
  }
  
.morphland-title {
  color: #000;
  font-family: "Futura PT",Futura,Nunito, sans-serif;
	font-size: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


}
