/* BreakPoints & Grid
-------------------------------------------*/
/* Colors
-------------------------------------------*/
/* Typography
-------------------------------------------*/
/* SIZE SUPPORT */
/* example
.border-radius(20px);
*/
/* example
.border(#333);
*/
/*------------------------------------
  cross browser supporting Mixins
------------------------------------*/
/* example 
.border-radius-custom(20px, 20px, 0px, 0px);
*/
/* example 
.box-shadow(5px, 5px, 6px, 0.3);
*/
/* example 
 .transition(all, 0.5s, ease-in);
 */
/* example 
 .transform(5deg, 0.5, 1deg, 0px);
 */
/* example 
.gradient(left, #663333, #333333);
*/
/* .font-size mixin
 this makes the font size use the rem value or is relative to the parent doc font size (16px)
 falls back to font size in PX for ie8 and less.
*/
/* example
.font-size(12); 12 is the size in px;
*/
/* To use  <h3 class="dots"><span>Text Stuff</span></h3>  
 * class="dots" is set .dots{.dotleaders;overflow:hidden;};
 */
/* Retina Display logo mixin */
/* Typefaces */
/* Colors */
.home-header {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "museo_slab", serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0.89em 0;
  /* 32/36 & 10/36*/

  line-height: 1.2em;
}
.play-button-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.play-button {
  background: url(images/thumb-play-icon.png) no-repeat 50% 50%;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-in 0;
  -moz-transition: opacity 0.2s ease-in 0;
  -o-transition: opacity 0.2s ease-in 0;
  -ms-transition: opacity 0.2s ease-in 0;
  transition: opacity 0.2s ease-in 0;
}
.play-button:hover {
  zoom: 1;
  filter: alpha(opacity=40);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.play-button.blue {
  background: url(images/thumb-play-icon-blue.png) no-repeat 50% 50%;
}
.play-button.black {
  background: url(images/thumb-play-icon-black.png) no-repeat 50% 50%;
}
.feature-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 1139px) {
  .feature-banner {
    height: auto;
  }
}
.feature-banner.blocks-separator:after {
  background-position: 50% 0%;
}
.feature-banner-text {
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: table;
}
.feature-banner-html {
  display: table-cell;
  vertical-align: middle;
  font-family: "museo_slab", serif;
}
.feature-banner-html h1 {
  font-size: 60px;
  font-size: 6rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
.feature-banner-html p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 0;
}
.feature-banner-html .btn {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.feature-banner-html > * {
  max-width: 420px;
  margin: 0 auto;
}
.feature-banner-html .condensed a {
  color: #333333;
}
.feature-banner-video {
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: table;
}
.video-banner-container {
  margin: 20px auto;
  padding: 0 20px;
}
.video-banner {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-banner-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-banner-inner i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  font-size: 120px;
  font-size: 12rem;
  zoom: 1;
  filter: alpha(opacity=40);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in 0;
  -moz-transition: all 0.3s ease-in 0;
  -o-transition: all 0.3s ease-in 0;
  -ms-transition: all 0.3s ease-in 0;
  transition: all 0.3s ease-in 0;
  color: #666666;
  text-decoration: none;
  z-index: 2;
}
.video-banner-inner:hover i {
  zoom: 1;
  filter: alpha(opacity=40);
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in 0;
  -moz-transition: all 0.3s ease-in 0;
  -o-transition: all 0.3s ease-in 0;
  -ms-transition: all 0.3s ease-in 0;
  transition: all 0.3s ease-in 0;
}
.video-spacer {
  max-width: 100%;
  position: relative;
  z-index: 1;
  zoom: 1;
  filter: alpha(opacity=40);
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.video-iframe {
  width: 853px;
  margin: 0 auto;
  z-index: 15;
  max-width: 100%;
  position: relative;
}
.feature-banner-spacer {
  z-index: -1;
  position: absolute;
  max-width: 100%;
  height: auto !important;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1140px) {
  .feature-banner-spacer {
    display: block;
    position: relative;
    z-index: 20;
    margin: 0 auto;
  }
}
.feature-banner-img {
  margin-left: -960px;
  position: absolute;
  top: 0;
  left: 50%;
  height: auto !important;
  width: auto !important;
  max-width: 5000px;
}
@media only screen and (max-width: 1139px) {
  .feature-banner-img {
    position: static;
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.feature-banner-image {
  height: auto !important;
}
/*block HTML */
.blocks {
  clear: both;
  zoom: 1;
  text-align: left;
  margin-left: auto;
}
.blocks:before {
  content: '';
  display: block;
}
.blocks:after {
  content: '';
  display: table;
  clear: both;
}
.blocks > div {
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
}
.block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */

  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem;
  float: left;
}
.block img {
  display: block;
  max-width: 100%;
}
.block-content-link-cta.action-link {
  margin: 0.857em 0 2.14em;
  /*12/14 &  30/14*/

  display: inline-block;
  color: #333333;
}
/*override block link margins */
@media only screen and (max-width: 1024px) {
  .block-content-link-cta.action-link {
    margin-bottom: 1.642857142857143em;
  }
  /*23/14*/
  .primary-content .block .block-content-link-cta.action-link {
    margin: 0.5714em 0 1.07em;
  }
  /*8/14 &  15/14*/
}
@media only screen and (max-width: 1024px) {
  .block .block-content-link-cta.action-link {
    margin-bottom: 1.357142857142857em;
  }
  /*23/14*/
  .primary-content .block .block-content-link-cta.action-link {
    margin: 0.5em 0 .86667em;
    /*6/14 &  12/14*/
  }
}
@media only screen and (max-width: 768px) {
  .block .actionlink,
  .primarycontent .action-link {
    margin: 0.857em 0 2.14em;
  }
  /*12/14 &  30/14*/
}
.landing-branding {
  position: relative;
}
a.btn.video-link {
  padding-left: 48px;
  background-image: url(images/button-icons.png);
  background-position: 20px 50%;
  margin-right: 10px;
}
.branding-contents {
  width: 50%;
  left: 50%;
  padding-right: 8%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  text-align: left;
}
.branding-contents p {
  line-height: 1.857em;
  /*26/14*/

  margin-top: .5em;
  margin-bottom: 1.714em;
  /*24/14*/

}
.branding-contents a {
  display: inline-block;
}
.branding-contents .btn {
  margin-right: 1em;
}
.branding-contents-outer {
  height: 100%;
  width: 100%;
  display: table;
  font-family: "museo_slab", serif;
  font-size: 14px;
}
.branding-contents-inner {
  display: table-cell;
  vertical-align: middle;
}
.branding-header {
  font-size: 36px;
  font-size: 3.6rem;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "museo_slab", serif;
  color: #29a7dc;
  margin: 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
  .branding-header {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .branding-contents {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 4%;
  }
  .branding-contents .mbcontents p {
    line-height: 1.6em;
  }
}
@media only screen and (max-width: 1024px) {
  .mbcontents {
    height: 90%;
    top: 10%;
  }
}
.home-favs {
  background: #f8f6f4 url(images/section-divider.png) no-repeat 50% 0;
  padding-bottom: 40px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
}
.home-favs ul {
  padding: 0;
  margin: 0;
}
.home-favs .home-favs-links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
  font-family: "open_sans_condensed", arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none !important;
}
.home-favs .home-header {
  margin-bottom: 0.38em;
}

.home-favs-links li {
  display: inline-block;
  margin: 0 .6em;
  /*9/15*/

}
.home-favs-link {
  display: inline-block;
  color: #333333;
  padding-bottom: .33em;
  /*5/15*/

  border-bottom: 5px solid transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in 0;
  -moz-transition: all 0.3s ease-in 0;
  -o-transition: all 0.3s ease-in 0;
  -ms-transition: all 0.3s ease-in 0;
  transition: all 0.3s ease-in 0;
}
.homefavslink:hover {
  border-bottom: 5px solid #333333;
}
.home-favs-link.active {
  color: #29a7dc;
  border-bottom: 5px solid #29a7dc;
  display:inline-block;
}
.fav-arrow {
  background: url(images/fav-arrows.png) no-repeat 0 50%;
  width: 30px;
  height: 30px;
  display: block;
}
.fav-arrow-next {
  background-position: -30px 50%;
}
.home-favs-thumbs {
  list-style-type: none;
  padding: 0 5px;
  margin: 0;
}
.home-favs-thumbs > li{
  display: inline-block;
}

.category-group {
  display: none;
}
.category-group.active{
  display: block;
}
.category-group li {
  display: inline-block;
  vertical-align: middle;
}
.fav-thumb a {
  padding: 0 5px;
  display: block;
}
.homesocial {
  background-color: #e9e9e9;
  background-image: url(images/section-divider.png), url(images/section-divider-up.png);
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-align: center;
}
.social-le-icon {
  background: url(images/connected-icons.png) no-repeat 0 0;
}
.social-video-icon {
  background: url(images/connected-icons.png) no-repeat 0 -100px;
}
.social-camera-icon {
  background: url(images/connected-icons.png) no-repeat 0 -200px;
}
.social-content {
  margin-top: .8em;
  position: relative;
  clear: both;
  padding: 4px 0 0 48px;
  min-height: 40px;
  margin-bottom: 30px;
  display: block;
  color: #333333;
}
@media only screen and (max-width: 1024px) {
  .social-content {
    font-size: .9em;
    padding-left: 46px;
  }
}
.social-content:hover {
  text-decoration: none;
}
.social-content h4 {
  text-transform: none;
  font-family: "museo_slab", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.social-content a {
  margin-top: 0;
  line-height: 1em;
  color: #333333;
}
.blocks .social-image {
  float: left;
  width: 33%;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}


.blocks * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; /* 2 */
  box-sizing: border-box;
}