﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
#discover-sw {
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  background: #F9F9F9;
  padding: 2em 4% 1em 4%;
}
#discover-sw h2 {
  margin-bottom: 0.5em;
}
#discover-sw .item {
  background: #FFFFFF;
  border: 1px solid #eef0f0;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1em 1em 2.5em 1em;
  position: relative;
}
#discover-sw .item .members-only.orange,
#discover-sw .item .atorial.orange {
  position: absolute;
  z-index: 4;
  width: 180px;
  height: 1.5em;
  top: auto;
  right: -45px;
  bottom: 30px;
  left: auto;
  text-align: center;
  background: #FA752B;
  color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#discover-sw .item .members-only.blue,
#discover-sw .item .atorial.blue {
  position: absolute;
  z-index: 4;
  width: 180px;
  height: 1.5em;
  top: auto;
  right: -45px;
  bottom: 30px;
  left: auto;
  text-align: center;
  background: #009EE3;
  color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#discover-sw .item .members-only.green,
#discover-sw .item .atorial.green {
  position: absolute;
  z-index: 4;
  width: 180px;
  height: 1.5em;
  top: auto;
  right: -45px;
  bottom: 30px;
  left: auto;
  text-align: center;
  background: #0E8B7A;
  color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#discover-sw .item strong,
#discover-sw .item span {
  display: block;
}
#discover-sw .item img {
  /*box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.75);*/
  float: right;
  max-width: 100px;
  margin-left: 5px;
}
#discover-sw #testimonial-home {
  background: #0E8B7A;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  margin-right: 0;
  min-height: 14em;
  padding: 1em 1em 2.9em;
  position: relative;
}
#discover-sw #testimonial-home:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 60px solid #0E8B7A;
  border-right: 60px solid #F9F9F9;
}
#discover-sw #testimonial-home .quote {
  font-family: 'handwriting', 'Titillium', sans-serif;
  font-size: 1.7em;
  letter-spacing: 0.07em;
  margin-bottom: 0.7em;
}
#discover-sw #testimonial-home .quoted-by {
  line-height: 1.2em;
  margin-top: 0.5em;
}
#discover-sw #testimonial-home .quoted-by strong {
  display: block;
}
#discover-sw #testimonial-home .photo {
  float: right;
  position: static !important;
}
#discover-sw #testimonial-home .linkbutton {
  display: inline-block;
  position: absolute;
  bottom: 1em;
  left: 1em;
}
/* SMALL & MEDIUM SCREENS - specific styles (avoids the need to overwrite these styles for large screens) */
@media screen and (max-width: 650px) {
  #discover-sw {
    padding-top: 1em;
    padding-bottom: 2em;
  }
  #discover-sw .item,
  #discover-sw #testimonial-home {
    margin-top: 1em;
  }
  #discover-sw #testimonial-home .photo {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 75px;
    overflow: hidden;
    position: absolute;
    width: 75px;
  }
  #discover-sw #testimonial-home .photo img {
    display: block;
    max-width: 75px;
    max-height: 75px;
  }
}
/* MEDIUM SCREENS */
@media screen and (min-width: 650px) {
  #discover-sw {
    padding: 2em 4%;
  }
  #discover-sw .item {
    float: left;
    margin-bottom: 1em;
    min-height: 14em;
    padding: 1em 1em 2.9em;
    width: 48.5%;
  }
  #discover-sw .item:nth-child(1) {
    margin-right: 3%;
  }
  #discover-sw .item:nth-child(3) {
    margin-bottom: 0;
    width: auto;
  }
  #discover-sw .linkbutton {
    display: inline-block;
    position: absolute;
    bottom: 1em;
    left: 1em;
  }
  #discover-sw #testimonial-home {
    clear: both;
    min-height: 10em;
  }
  #discover-sw #testimonial-home .photo {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    overflow: hidden;
    position: absolute;
    width: 90px;
  }
  #discover-sw #testimonial-home .photo img {
    display: block;
    max-width: 90px;
    max-height: 90px;
  }
}
/* LARGE SCREENS */
@media screen and (min-width: 900px) {
  #discover-sw {
    padding-bottom: 1em;
  }
  #discover-sw .item,
  #discover-sw #testimonial-home {
    float: left;
    min-height: 16em;
    width: 31.333%;
  }
  #discover-sw .item:nth-child(2) {
    margin-right: 3%;
  }
  #discover-sw .item:nth-child(3) {
    margin-bottom: 1em;
    width: 31.333%;
  }
  #discover-sw #testimonial-home {
    clear: none;
  }
}