/* Typography */
/* = 11px/14px */
.cs-icons-sprite-sheet {
  position: absolute;
  left: -10000px;
  opacity: 0; }

.space-large {
  margin-bottom: 30px; }

#mainView.show-flag {
  position: relative;
  margin-top: 56px; }

@media (max-width: 500px) {
  #mainView.show-flag {
    margin-top: 70px; } }





.admin {
  margin: 28px 0px; }
  .admin .admin-header {
    text-align: center; }





body.show-modals {
  overflow: hidden; }

modals {
  position: relative; }

.modals {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000; }
  .modals i.close-x {
    padding: 14px;
    position: fixed;
    top: 14px;
    right: 14px;
    cursor: pointer;
    z-index: 99; }

.modal {
  max-width: 520px;
  max-height: 100vh;
  width: 100%;
  background-color: white;
  color: #43413f;
  box-sizing: border-box;
  padding: 56px 84px;
  border: 1px solid #edecea;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto; }
  .modal .modal-top {
    text-align: center; }
    .modal .modal-top .modal-error {
      color: #ff674d; }
  .modal .modal-body {
    text-align: center; }
    .modal .modal-body .form-input {
      width: 100%;
      margin-bottom: 14px; }
      .modal .modal-body .form-input .form-input-error {
        text-align: left; }
      .modal .modal-body .form-input input {
        width: 100%;
        border-color: #43413f;
        border-radius: 0; }
        .modal .modal-body .form-input input::-webkit-input-placeholder {
          color: #43413f;
          font-weight: 500; }
        .modal .modal-body .form-input input:-moz-placeholder {
          color: #43413f;
          font-weight: 500; }
        .modal .modal-body .form-input input::-moz-placeholder {
          color: #43413f;
          font-weight: 500; }
        .modal .modal-body .form-input input:-ms-input-placeholder {
          color: #43413f;
          font-weight: 500; }
      .modal .modal-body .form-input:last-of-type {
        margin-bottom: 56px; }
    .modal .modal-body .button {
      margin-bottom: 28px; }
    .modal .modal-body .modal-submit {
      min-width: 210px; }
  .modal .modal-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    color: #b8b6b4;
    text-align: center; }
    .modal .modal-bottom small {
      margin-bottom: 0; }
    .modal .modal-bottom a {
      text-decoration: underline;
      -webkit-transition: color 200ms ease;
              transition: color 200ms ease; }
      .modal .modal-bottom a:hover {
        cursor: pointer;
        color: #43413f; }

@media (max-width: 640px) {
  body.show-modals {
    position: fixed; }
  .modals {
    background-color: white; }
    .modals i.close-x {
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 4px; }
  .modal {
    height: 100%;
    max-width: 100%;
    padding: 56px 42px;
    border: none; }
    .modal .modal-top, .modal .modal-body, .modal .modal-bottom {
      width: 100%; }
    .modal .modal-bottom {
      padding-bottom: 84px; } }

.modals-animate-fade, .modal-animate-fade {
  opacity: 1;
  -webkit-transition: opacity ease 400ms;
          transition: opacity ease 400ms; }

.modals-animate-fade.ng-hide, .ng-hide .modal-animate-fade {
  opacity: 0; }

.modal-animate-slide.ng-animate, .modal-animate-fade.ng-animate {
  -webkit-transition: -webkit-transform ease 400ms, opacity ease 400ms;
          transition: transform ease 400ms, opacity ease 400ms; }

.modal-animate-slide.ng-enter, .modal-animate-fade.ng-enter {
  -webkit-transition: -webkit-transform ease 400ms 400ms, opacity ease 400ms 400ms;
          transition: transform ease 400ms 400ms, opacity ease 400ms 400ms; }

.modal-animate-fade.ng-leave.ng-leave-active, .modal-animate-fade.ng-enter {
  opacity: 0; }

.modal-animate-fade.ng-leave, .modal-animate-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.modal-animate-slide.ng-leave.ng-leave-active, .modal-animate-slide.ng-enter {
  opacity: 0;
  -webkit-transform: translate3d(0, -65%, 0);
          transform: translate3d(0, -65%, 0); }

.modal-animate-slide.ng-leave, .modal-animate-slide.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }





.page-manage {
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 9999;
  padding: 14px 0; }
  .page-manage .button {
    margin: 0 7px; }
    .page-manage .button i {
      margin-left: 3px; }

.page-actions {
  position: fixed;
  bottom: 0px;
  background-color: white;
  width: 100%;
  z-index: 9999;
  padding: 14px 0;
  border-top: 1px solid #edecea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-actions .button {
    margin: 0 7px; }

@media (max-width: 800px) {
  .page-manage {
    display: none; } }





.animate-switch-fade {
  opacity: 1;
  -webkit-transition: opacity linear 1000ms;
          transition: opacity linear 1000ms;
  display: block; }

.animate-switch-fade.ng-animate {
  opacity: 1; }

.animate-switch-fade.ng-leave.ng-leave-active, .animate-switch-fade.ng-enter {
  opacity: 0; }

.animate-switch-fade.ng-leave, .animate-switch-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.animate-if-fade.ng-enter, .animate-if-fade.ng-leave {
  -webkit-transition: opacity cubic-bezier(0, 0, .5, 1) 500ms;
          transition: opacity cubic-bezier(0, 0, .5, 1) 500ms; }

.animate-if-fade.ng-enter, .animate-if-fade.ng-leave.ng-leave-active {
  opacity: 0; }

.animate-if-fade.ng-leave, .animate-if-fade.ng-enter.ng-enter-active {
  opacity: 1; }

.animate-show-fade {
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0, 0, .5, 1) 500ms;
          transition: opacity cubic-bezier(0, 0, .5, 1) 500ms; }

.animate-show-fade.ng-hide {
  opacity: 0; }

.animate-show-collapse {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: opacity cubic-bezier(0, 0, .5, 1) 500ms;
          transition: opacity cubic-bezier(0, 0, .5, 1) 500ms; }

.animate-show-collapse.ng-hide {
  -webkit-box-flex: 0.001;
  -webkit-flex: 0.001 1 20px;
      -ms-flex: 0.001 1 20px;
          flex: 0.001 1 20px; }

.animate-if-slide-down.ng-enter, .animate-if-slide-down.ng-leave {
  -webkit-transition: -webkit-transform cubic-bezier(0, 0, .5, 1) 500ms, opacity ease 500ms;
          transition: transform cubic-bezier(0, 0, .5, 1) 500ms, opacity ease 500ms; }

.animate-if-slide-down.ng-enter, .animate-if-slide-down.ng-leave.ng-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }

.animate-if-slide-down.ng-leave, .animate-if-slide-down.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }





/* Typography */
/* = 11px/14px */




.aspect-1-1 {
  position: relative;
  overflow: hidden; }
  .aspect-1-1:before {
    content: '';
    display: block;
    padding-top: 100%; }

.aspect-3-2 {
  position: relative;
  overflow: hidden; }
  .aspect-3-2:before {
    content: '';
    display: block;
    padding-top: 66.66%; }

.aspect-2-1 {
  position: relative;
  overflow: hidden; }
  .aspect-2-1:before {
    content: '';
    display: block;
    padding-top: 50%; }

.aspect-16-9 {
  position: relative;
  overflow: hidden; }
  .aspect-16-9:before {
    content: '';
    display: block;
    padding-top: 56.25%; }

.aspect-3-1 {
  position: relative;
  overflow: hidden; }
  .aspect-3-1:before {
    content: '';
    display: block;
    padding-top: 33.33%; }

.aspect-2-3 {
  position: relative;
  overflow: hidden; }
  .aspect-2-3:before {
    content: '';
    display: block;
    padding-top: 66.66%; }

.aspect-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }





.button {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 42px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 4px 28px 5px;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button i {
    line-height: 1; }
  .button:focus {
    outline: none; }
  .button:hover, .button:active, .button.active {
    cursor: pointer;
    background-color: #43413f;
    color: white; }
  .button:disabled, .button:disabled:hover {
    opacity: 0.6 !important; }

.button.outline {
  border: 2px solid #43413f;
  background-color: transparent;
  color: #43413f;
  text-decoration: none; }
  .button.outline:hover, .button.outline:active, .button.outline.active {
    background-color: #43413f;
    color: white; }
  .button.outline.light {
    border-color: white;
    color: white; }
    .button.outline.light:hover, .button.outline.light:active, .button.outline.light.active {
      background-color: white;
      color: #43413f; }
  .button.outline.orange {
    border-color: #ff674d;
    color: #ff674d; }
    .button.outline.orange:hover, .button.outline.orange:active, .button.outline.orange.active {
      background-color: #ff674d;
      color: white; }
  .button.outline.red {
    border-color: #d44950;
    color: #d44950; }
    .button.outline.red:hover, .button.outline.red:active, .button.outline.red.active {
      background-color: #d44950;
      color: white; }

.button.solid {
  border: 2px solid #43413f;
  background-color: #43413f;
  color: white;
  text-decoration: none; }
  .button.solid:hover, .button.solid:active, .button.solid.active {
    opacity: 0.8; }
  .button.solid.light {
    border-color: white;
    background-color: white;
    color: #43413f; }
  .button.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
  .button.solid.red {
    border-color: #d44950;
    background-color: #d44950;
    color: white; }
  .button.solid.text-orange {
    color: #ff674d; }

.button-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-group-inline button, .button-group-inline div, .button-group-inline span {
    margin-left: 7px;
    margin-right: 7px; }

.button-underline, .button.button-underline {
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  height: auto;
  padding: 0;
  border: none;
  color: #43413f; }
  .button-underline:hover, .button-underline:active, .button-underline.active, .button.button-underline:hover, .button.button-underline:active, .button.button-underline.active {
    cursor: pointer;
    background-color: transparent;
    color: #43413f; }

.theme-light .button.button-underline, .theme-gray .button.button-underline {
  color: #43413f; }
  .theme-light .button.button-underline:hover, .theme-light .button.button-underline:active, .theme-light .button.button-underline.active, .theme-gray .button.button-underline:hover, .theme-gray .button.button-underline:active, .theme-gray .button.button-underline.active {
    color: #43413f; }

.theme-dark .button.button-underline, .theme-orange .button.button-underline {
  color: white; }
  .theme-dark .button.button-underline:hover, .theme-dark .button.button-underline:active, .theme-dark .button.button-underline.active, .theme-orange .button.button-underline:hover, .theme-orange .button.button-underline:active, .theme-orange .button.button-underline.active {
    color: white; }

.button.small {
  min-height: 35px;
  line-height: 14px;
  padding: 8px 14px 6px; }

.button.button-circle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.button.button-circle-large {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-radius: 31.5px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.button-circle-large:hover, .button.button-circle-large:active, .button.button-circle-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  .button.button-circle-large:focus {
    outline: 0; }

.button-circle-play {
  width: 28px;
  height: 28px;
  min-height: none;
  border-radius: 14px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play i {
    padding-left: 3px;
    margin: auto; }

.button-circle-play-large {
  width: 63px;
  height: 63px;
  border-radius: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play-large i {
    margin: auto;
    padding-left: 5px; }
  .button-circle-play-large .cs-icon-play-dims {
    width: 25px;
    height: 25px; }
  .button-circle-play-large:hover, .button-circle-play-large:active, .button-circle-play-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  .button-circle-play-large:focus {
    outline: 0; }

.button-circle.button-circle-gray, .button.button-circle-facebook, .button.button-circle-twitter, .button.button-circle-chefsteps {
  padding: 8px;
  margin: 0 auto;
  border: 2px solid #b8b6b4;
  background-color: #b8b6b4;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:active, .button-circle.button-circle-gray.active, .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active, .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active, .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active, .button.button-circle-chefsteps.active {
    opacity: 0.8; }
  .button-circle.button-circle-gray.outline, .button.button-circle-facebook.outline, .button.button-circle-twitter.outline, .button.button-circle-chefsteps.outline {
    background-color: transparent;
    border: 2px solid #b8b6b4;
    color: #b8b6b4; }
    .button-circle.button-circle-gray.outline:hover, .button-circle.button-circle-gray.outline:active, .button-circle.button-circle-gray.outline.active, .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active, .button.button-circle-facebook.outline.active, .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active, .button.button-circle-twitter.outline.active, .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      border-color: #b8b6b4;
      background-color: #b8b6b4;
      color: white;
      opacity: 1; }

.button.floating-action-button {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 35px;
  z-index: 400;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.floating-action-button:hover, .button.floating-action-button:active, .button.floating-action-button.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1 !important; }
  .button.floating-action-button:focus {
    outline: 0; }

.button.button-circle-facebook {
  background-color: #3b5998;
  border: #3b5998; }
  .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .button.button-circle-facebook.outline {
    color: #3b5998;
    border-color: #3b5998;
    background-color: transparent; }
    .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active {
      background-color: #3b5998;
      border-color: #3b5998;
      color: white; }

.button.button-circle-twitter {
  background-color: #1daced;
  border-color: #1daced; }
  .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active {
    background-color: #1daced;
    border-color: #1daced; }
  .button.button-circle-twitter.outline {
    color: #1daced;
    border-color: #1daced;
    background-color: transparent; }
    .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active {
      background-color: #1daced;
      border-color: #1daced;
      color: white; }

.button.button-circle-chefsteps {
  background-color: #ff674d;
  border-color: #ff674d; }
  .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active {
    background-color: #ff674d;
    border-color: #ff674d; }
  .button.button-circle-chefsteps.outline {
    color: #ff674d;
    border-color: #ff674d;
    background-color: transparent; }
    .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      background-color: #ff674d;
      border-color: #ff674d;
      color: white; }

.button-circle-container {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 7px; }
  .button-circle-container .button-circle-text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    color: #b8b6b4; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 5px 0 0 5px; }
  .button-group .button:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px; }

.button.button-tab {
  border-radius: 14px 14px 0 0;
  border-bottom: 0;
  margin-right: 2px; }

@media (max-width: 640px) {
  .button {
    font-size: 16px; }
  .button.floating-action-button {
    bottom: 21px;
    right: 21px; } }





.number-circle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #43413f;
  color: #43413f;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-family: 'akkurat';
  font-weight: bold;
  font-size: 16px; }
  .number-circle.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
    .number-circle.solid.orange:hover, .number-circle.solid.orange:active {
      opacity: 0.8; }





.component-full {
  width: 100%; }

.component-standard {
  width: 100%;
  padding-left: calc((100% - 1110px)/2);
  padding-right: calc((100% - 1110px)/2);
  box-sizing: border-box; }

.component-small {
  width: 100%;
  padding-left: calc((100% - 700px)/2);
  padding-right: calc((100% - 700px)/2);
  box-sizing: border-box; }

@media (max-width: 1166px) {
  .component-standard {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 700px) {
  .component-small {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }

.component {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: relative; }
  .component .component-content {
    width: 100%; }

.component.theme-light {
  background-color: white; }

.component.theme-dark {
  background-color: #43413f;
  color: white; }

.component.theme-gray {
  background-color: #edecea; }

.component.theme-orange {
  background-color: #ff674d;
  color: white; }

.padded {
  padding-top: 42px;
  padding-bottom: 42px; }

.padded-large {
  padding-top: 84px; }

@media (max-width: 960px) {
  .component.padded {
    padding-top: 28px;
    padding-bottom: 28px; }
  .component.padded.padded-large {
    padding-top: 56px; } }

.component.theme-light.padded + .component.theme-light.padded {
  padding-top: 0px; }

.component.theme-dark.padded + .component.theme-dark.padded {
  padding-top: 0px; }

.component.theme-orange.padded + .component.theme-orange.padded {
  padding-top: 0px; }

.component.theme-gray.padded + .component.theme-gray.padded {
  padding-top: 0px; }

.component.theme-light.padded + .component.theme-light.component-divider .divider, .component.theme-light.component-divider + .component.theme-light.padded {
  padding-top: 0px; }

.component.theme-dark.padded + .component.theme-dark.component-divider .divider, .component.theme-dark.component-divider + .component.theme-dark.padded {
  padding-top: 0px; }

.component.theme-orange.padded + .component.theme-orange.component-divider .divider, .component.theme-orange.component-divider + .component.theme-orange.padded {
  padding-top: 0px; }

.component.theme-gray.padded + .component.theme-gray.component-divider .divider, .component.theme-gray.component-divider + .component.theme-gray.padded {
  padding-top: 0px; }

.component.component-hidden {
  display: none; }

.component.component-editing {
  display: block;
  min-height: 200px; }





.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.flex-full {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%; }

.flex-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 600px;
      -ms-flex: 0 600px;
          flex: 0 600px; }

.flex-aside {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 280px;
      -ms-flex: 1 280px;
          flex: 1 280px; }
  .flex-aside.flex-aside-left {
    padding-right: 10px; }

.flex-dropdown {
  position: relative; }
  .flex-dropdown .flex-dropdown-toggle {
    position: relative; }
  .flex-dropdown .flex-dropdown-menu {
    position: absolute;
    top: 60px;
    right: 0px;
    background: white;
    padding: 14px;
    border-radius: 2px;
    box-shadow: 1px 1px 5px #cccccc;
    white-space: nowrap;
    z-index: 1;
    box-sizing: border-box; }
    .flex-dropdown .flex-dropdown-menu ul {
      margin: 0px;
      list-style: none;
      text-align: left; }
      .flex-dropdown .flex-dropdown-menu ul li {
        margin: 10px 0px;
        color: rgba(51, 51, 51, 0.5);
        -webkit-transition: all 300ms;
                transition: all 300ms;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .flex-dropdown .flex-dropdown-menu ul li .flex-dropdown-icon {
          margin-right: 10px;
          min-width: 27px; }
        .flex-dropdown .flex-dropdown-menu ul li:hover {
          color: #333333;
          cursor: pointer; }
      .flex-dropdown .flex-dropdown-menu ul .flex-medium-only {
        display: none; }
    .flex-dropdown .flex-dropdown-menu.open {
      display: block; }
    .flex-dropdown .flex-dropdown-menu.closed {
      display: none; }
    .flex-dropdown .flex-dropdown-menu:after {
      content: " ";
      position: absolute;
      top: -7px;
      right: 15px;
      width: 15px;
      height: 15px;
      background: white;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      box-shadow: -1px -1px 1px #e8e8e8; }

.flex-large-only {
  display: block; }

.flex-medium-only {
  display: none; }

@media (max-width: 1240px) {
  .flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .flex-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 600px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .flex-aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 600px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .flex-aside.flex-aside-left {
      padding-right: 0px; }
  .flex-large-only {
    display: none; }
  .flex-medium-only {
    display: block; }
  .flex-tool-abtest {
    width: 100%; }
  .flex-aside .flex-tools {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 640px) {
  .flex-item.flex-full {
    width: 100%; }
    .flex-item.flex-full .flex-title {
      width: 100%; }
  .flex-main {
    width: 100%; }
  .flex-aside {
    width: 100%; } }

.course-wrapper .flex-item {
  margin: 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 700px;
      -ms-flex: 0 700px;
          flex: 0 700px; }
.course-wrapper .flex-item.flex-full .flex-title {
  max-width: 700px;
  margin-bottom: 14px; }

.flex-title {
  margin: 0 auto;
  width: 600px; }
  .flex-title .flex-title-item {
    margin-bottom: 14px; }

.flex-tools-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-tools {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px; }
  .flex-tools .flex-tool {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 12px;
    -webkit-transition: all 300ms;
            transition: all 300ms; }

.flex-aside-right .flex-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%; }

.flex-social-title {
  margin-bottom: 14px;
  color: rgba(51, 51, 51, 0.5); }

.flex-social {
  width: 175px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box; }
  .flex-social .flex-social-item {
    color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 300ms;
            transition: all 300ms;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flex-social .flex-social-item svg {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .flex-social .flex-social-item .flex-dropdown-toggle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .flex-social .flex-social-item .flex-dropdown-toggle svg {
        align: self(center); }
    .flex-social .flex-social-item:hover {
      color: #333333;
      cursor: pointer; }
    .flex-social .flex-social-item .flex-dropdown-menu {
      color: rgba(51, 51, 51, 0.5);
      top: 45px;
      right: -10px; }
    .flex-social .flex-social-item.active {
      color: #333333; }
      .flex-social .flex-social-item.active .flex-button-circle {
        border-color: #333333; }

.flex-suggestions {
  padding: 14px; }

@media (max-width: 1240px) {
  .flex-tools-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-tools {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-right: 0px; }
    .flex-tools .flex-tool {
      -webkit-align-self: inherit;
          -ms-flex-item-align: inherit;
              align-self: inherit;
      margin-bottom: 10px; } }





#intercom-container #intercom-launcher.intercom-launcher {
  right: 28px;
  bottom: 28px; }
#intercom-container #intercom-launcher .intercom-launcher-button {
  border: none;
  background-color: #b8b6b4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }

@media (max-width: 640px) {
  #intercom-container #intercom-launcher.intercom-launcher {
    right: 21px;
    bottom: 21px; } }





html, body {
  margin: 0px !important;
  padding: 0px;
  color: #43413f;
  min-height: 100%; }

#main-view {
  position: relative;
  z-index: 0; }

.main-view {
  min-height: calc(100vh - 200px); }

.text-light {
  color: white; }

.text-dark {
  color: #43413f; }

.text-orange {
  color: #ff674d; }

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

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

input, select, textarea {
  border: 1px solid #b8b6b4;
  height: 42px;
  padding: 0px 7px;
  font-size: 18px;
  box-sizing: border-box;
  background-color: transparent;
  line-height: 28px;
  color: #43413f; }
  input:focus, select:focus, textarea:focus {
    outline: none; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b8b6b4; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #b8b6b4; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #b8b6b4; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b8b6b4; }
  input.dotted, select.dotted, textarea.dotted {
    border-width: 0px;
    border-bottom: 1px;
    border-style: dashed;
    border-color: #b8b6b4; }
  input.light, select.light, textarea.light {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent; }
    input.light::-webkit-input-placeholder, select.light::-webkit-input-placeholder, textarea.light::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.light:-moz-placeholder, select.light:-moz-placeholder, textarea.light:-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.light::-moz-placeholder, select.light::-moz-placeholder, textarea.light::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.light:-ms-input-placeholder, select.light:-ms-input-placeholder, textarea.light:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }

textarea {
  min-height: 112px; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .input-group .label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    font-size: 18px;
    line-height: 28px;
    box-sizing: border-box; }
  .input-group .input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
        -ms-flex: 0 1 75%;
            flex: 0 1 75%; }

.input-action {
  text-align: center; }

i[cs-icon] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #edecea;
  margin: 28px 0; }

.theme-gray hr {
  border-bottom: 1px solid #DAD8D6; }

.theme-dark hr, .theme-orange hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

@media (max-width: 641px) {
  hr {
    margin: 21px 0; } }










/* Typography */
/* = 11px/14px */
/* Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * chefsteps.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015 */
@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff"), url("../fonts/lineto-circular-book.ttf") format("ttf"), url("../fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bookItalic.eot");
  src: url("../fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bookItalic.woff") format("woff"), url("../fonts/lineto-circular-bookItalic.ttf") format("ttf"), url("../fonts/lineto-circular-bookItalic.svg#lineto-circular-bookItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-medium.eot");
  src: url("../fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff") format("woff"), url("../fonts/lineto-circular-medium.ttf") format("ttf"), url("../fonts/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bold.eot");
  src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff") format("woff"), url("../fonts/lineto-circular-bold.ttf") format("ttf"), url("../fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-regular.eot");
  src: url("../fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-bold.eot");
  src: url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

* {
  font-family: Circular;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: common-ligatures;
  /* for iOS and Safari 6 */
  -moz-font-variant-ligatures: common-ligatures;
       font-variant-ligatures: common-ligatures; }

h1 {
  font-size: 63px;
  line-height: 63px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h1 {
      font-size: 40px;
      line-height: 42px; } }

h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h2 {
      font-size: 32px;
      line-height: 35px; } }

h3 {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h3 {
      font-size: 24px;
      line-height: 28px; } }

h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h4 {
      font-size: 18px;
      line-height: 24px; } }

h5 {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h5 {
      font-size: 18px;
      line-height: 24px; } }

h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: -.01em;
  margin-top: 0px;
  margin-bottom: 28px; }

body, p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.015em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    body, p {
      font-size: 16px;
      line-height: 24px; } }

.intro-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

small {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

::-moz-selection {
  background: #F6A99B; }

::selection {
  background: #F6A99B; }

a:link, a:visited {
  text-decoration: none;
  color: inherit; }

a:hover, a:active {
  text-decoration: none; }

p a:link, p a:visited, p a:hover, .underline-links a:link, .underline-links a:visited, .underline-links a:hover {
  text-decoration: underline; }

.component-matrix .item-text p, .component-feed .item-text p, .component-text-block p, .component-fifty-fifty p {
  opacity: 0.85; }

.underline-hover {
  position: relative;
  display: inline;
  text-decoration: none !important;
  white-space: pre-wrap;
  background-size: 300% 2px;
  background-position: 100% 97%;
  background-image: -webkit-linear-gradient(left, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  background-image: linear-gradient(to right, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  /* W3C */
  background-repeat: no-repeat no-repeat;
  -webkit-transition: background-position 0.1s ease;
          transition: background-position 0.1s ease; }
  .underline-hover:hover {
    background-position: 0% 97%;
    -webkit-transition: background-position 0.3s ease;
            transition: background-position 0.3s ease;
    cursor: pointer; }

.active .underline-hover {
  background-position: 0% 97%; }

div::-moz-selection .underline, .underline-hover::-moz-selection {
  text-shadow: .03em .07em #F6A99B, -.03em .07em #F6A99B, 0 .03em #F6A99B, 0 -.03em #F6A99B, .06em .07em #F6A99B, -.06em .07em #F6A99B, .09em .07em #F6A99B, -.09em .07em #F6A99B, .12em .07em #F6A99B, -.12em .07em #F6A99B, .15em .07em #F6A99B, -.15em .07em #F6A99B; }

div::selection .underline, .underline-hover::selection {
  text-shadow: .03em .07em #F6A99B, -.03em .07em #F6A99B, 0 .03em #F6A99B, 0 -.03em #F6A99B, .06em .07em #F6A99B, -.06em .07em #F6A99B, .09em .07em #F6A99B, -.09em .07em #F6A99B, .12em .07em #F6A99B, -.12em .07em #F6A99B, .15em .07em #F6A99B, -.15em .07em #F6A99B; }

.theme-light .underline-hover {
  text-shadow: .03em .07em white, -.03em .07em white, 0 .03em white, 0 -.03em white, .06em .07em white, -.06em .07em white, .09em .07em white, -.09em .07em white, .12em .07em white, -.12em .07em white, .15em .07em white, -.15em .07em white; }

.theme-gray .underline-hover {
  text-shadow: 0 .07em #edecea, 0 .07em #edecea, .03em .07em #edecea, -.03em .07em #edecea, .06em .07em #edecea, -.06em .07em #edecea, .09em .07em #edecea, -.09em .07em #edecea, .12em .07em #edecea, -.12em .07em #edecea, .15em .07em #edecea, -.15em .07em #edecea; }

.theme-dark .underline-hover {
  text-shadow: .03em .07em #43413f, -.03em .07em #43413f, 0 .03em #43413f, 0 -.03em #43413f, .06em .07em #43413f, -.06em .07em #43413f, .09em .07em #43413f, -.09em .07em #43413f, .12em .07em #43413f, -.12em .07em #43413f, .15em .07em #43413f, -.15em .07em #43413f; }

.theme-orange .underline-hover {
  text-shadow: .03em .07em #ff674d, -.03em .07em #ff674d, 0 .03em #ff674d, 0 -.03em #ff674d, .06em .07em #ff674d, -.06em .07em #ff674d, .09em .07em #ff674d, -.09em .07em #ff674d, .12em .07em #ff674d, -.12em .07em #ff674d, .15em .07em #ff674d, -.15em .07em #ff674d; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.align-full {
  text-align: justify; }

.print-only {
  display: none; }

@media print {
  .print-only {
    display: initial !important; }
  .no-print, .step-image-only {
    display: none !important; }
  h1.activity-print-title {
    color: #43413f !important;
    font-size: 32px !important;
    line-height: 32px !important;
    padding: 0 !important;
    margin: 40px 0 30px !important;
    text-align: center; }
  p, a, span {
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: left !important;
    text-decoration: none !important; }
  p:last-of-type {
    margin-bottom: 0 !important; }
  h2, h3 {
    text-align: left !important; }
  .activity-info {
    padding: 30px 20px 0 !important;
    margin: 0 0 10px !important;
    width: 100% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 4px !important; }
    .activity-info h3, .activity-info h4 {
      font-size: 18px !important;
      line-height: 18px !important;
      margin-bottom: 10px !important; }
  .activity-ingredients {
    padding: 0 20px 0 0 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 40% !important;
        -ms-flex: 1 1 40% !important;
            flex: 1 1 40% !important;
    width: 40% !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important; }
    .activity-ingredients .ingredients-wrapper {
      padding-top: 0px !important;
      padding-bottom: 30px !important; }
  .activity-amounts {
    padding: 0 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 60% !important;
        -ms-flex: 1 1 60% !important;
            flex: 1 1 60% !important;
    width: 60% !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
    .activity-amounts .activity-amounts-equipment, .activity-amounts .activity-amounts-timing-yield {
      -webkit-box-flex: 1 !important;
      -webkit-flex: 1 1 50% !important;
          -ms-flex: 1 1 50% !important;
              flex: 1 1 50% !important;
      width: 50% !important;
      padding: 0 20px 0 !important;
      margin: 0 !important;
      border: none !important;
      display: block; }
  .ingredients-wrapper {
    padding-top: 0 !important;
    text-align: left !important; }
  .ingredient, .ingredient-quantity, .ingredient-title-desc {
    line-height: 16px !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important; }
  .ingredient-quantity {
    width: 50px !important;
    min-width: 50px !important; }
  .activity-info .activity-amounts .activity-amounts-item, .activity-info .cs-long-equipment .activity-amounts-item, .activity-info .cs-missing-timing-yield .activity-amounts-item, .activity-info .cs-missing-all-amounts .activity-amounts-item, .step-contents-title {
    text-align: left !important; }
  .activity-amounts-item {
    line-height: 16px !important;
    font-size: 12px !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important; }
  cs-steps {
    padding: 0 !important;
    width: 100% !important;
    position: relative !important; }
    cs-steps .component, cs-steps .component-small {
      padding: 0 !important; }
    cs-steps .step-contents-container {
      margin: 20px 0 0 !important; }
    cs-steps .step-contents-wrapper {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: row !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    cs-steps .component-small {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 60% !important;
          -ms-flex: 0 0 60% !important;
              flex: 0 0 60% !important;
      width: 60% !important; }
    cs-steps .cs-step-ingredients {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 40% !important;
          -ms-flex: 0 0 40% !important;
              flex: 0 0 40% !important;
      width: 40% !important; }
  .step-contents-title {
    margin: 0 0 0 40% !important;
    padding: 0 !important; }
    .step-contents-title h3, .step-contents-title span, .step-contents-title .step-number {
      display: inline-block;
      font-size: 16px !important;
      line-height: 16px !important; }
  .step-number {
    border: none !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important; }
    .step-number h3 {
      font-family: circular;
      font-weight: bold;
      font-size: 16px !important;
      line-height: 16px !important; }
  .step-directions {
    margin-bottom: 0px !important; }
    .step-directions h1, .step-directions h2, .step-directions h3, .step-directions h4 {
      font-size: 12px !important;
      line-height: 12px !important; }
    .step-directions cs-fetch-activity-shortcode {
      display: none; }
  .component-step {
    page-break-inside: avoid !important; }
  .step-directions.cs-short-step > p:first-child {
    font-style: normal !important; }
  .step-directions > :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border: none !important; }
  .cs-step-ingredients .ingredients {
    margin-top: -30px !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 4px !important;
    padding: 20px !important;
    margin-right: 40px !important; }
  a:link {
    color: #43413f; } }





/* Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * chefsteps.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015 */
@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff"), url("../fonts/lineto-circular-book.ttf") format("ttf"), url("../fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bookItalic.eot");
  src: url("../fonts/lineto-circular-bookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bookItalic.woff") format("woff"), url("../fonts/lineto-circular-bookItalic.ttf") format("ttf"), url("../fonts/lineto-circular-bookItalic.svg#lineto-circular-bookItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-medium.eot");
  src: url("../fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-medium.woff") format("woff"), url("../fonts/lineto-circular-medium.ttf") format("ttf"), url("../fonts/lineto-circular-medium.svg#lineto-circular-medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular";
  src: url("../fonts/lineto-circular-bold.eot");
  src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff") format("woff"), url("../fonts/lineto-circular-bold.ttf") format("ttf"), url("../fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-regular.eot");
  src: url("../fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: url("../fonts/lineto-akkurat-bold.eot");
  src: url("../fonts/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-akkurat-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

* {
  font-family: Circular;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: common-ligatures;
  /* for iOS and Safari 6 */
  -moz-font-variant-ligatures: common-ligatures;
       font-variant-ligatures: common-ligatures; }

h1 {
  font-size: 63px;
  line-height: 63px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h1 {
      font-size: 40px;
      line-height: 42px; } }

h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h2 {
      font-size: 32px;
      line-height: 35px; } }

h3 {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 641px) {
    h3 {
      font-size: 24px;
      line-height: 28px; } }

h4 {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h4 {
      font-size: 18px;
      line-height: 24px; } }

h5 {
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -.02em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    h5 {
      font-size: 18px;
      line-height: 24px; } }

h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  letter-spacing: -.01em;
  margin-top: 0px;
  margin-bottom: 28px; }

body, p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.015em;
  margin-top: 0px;
  margin-bottom: 28px; }
  @media (max-width: 961px) {
    body, p {
      font-size: 16px;
      line-height: 24px; } }

.intro-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

small {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px; }

::-moz-selection {
  background: #F6A99B; }

::selection {
  background: #F6A99B; }

a:link, a:visited {
  text-decoration: none;
  color: inherit; }

a:hover, a:active {
  text-decoration: none; }

p a:link, p a:visited, p a:hover, .underline-links a:link, .underline-links a:visited, .underline-links a:hover {
  text-decoration: underline; }

.component-matrix .item-text p, .component-feed .item-text p, .component-text-block p, .component-fifty-fifty p {
  opacity: 0.85; }

.underline-hover {
  position: relative;
  display: inline;
  text-decoration: none !important;
  white-space: pre-wrap;
  background-size: 300% 2px;
  background-position: 100% 97%;
  background-image: -webkit-linear-gradient(left, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  background-image: linear-gradient(to right, #43413f 40%, rgba(67, 65, 63, 0) 66%);
  /* W3C */
  background-repeat: no-repeat no-repeat;
  -webkit-transition: background-position 0.1s ease;
          transition: background-position 0.1s ease; }
  .underline-hover:hover {
    background-position: 0% 97%;
    -webkit-transition: background-position 0.3s ease;
            transition: background-position 0.3s ease;
    cursor: pointer; }

.active .underline-hover {
  background-position: 0% 97%; }

div::-moz-selection .underline, .underline-hover::-moz-selection {
  text-shadow: .03em .07em #F6A99B, -.03em .07em #F6A99B, 0 .03em #F6A99B, 0 -.03em #F6A99B, .06em .07em #F6A99B, -.06em .07em #F6A99B, .09em .07em #F6A99B, -.09em .07em #F6A99B, .12em .07em #F6A99B, -.12em .07em #F6A99B, .15em .07em #F6A99B, -.15em .07em #F6A99B; }

div::selection .underline, .underline-hover::selection {
  text-shadow: .03em .07em #F6A99B, -.03em .07em #F6A99B, 0 .03em #F6A99B, 0 -.03em #F6A99B, .06em .07em #F6A99B, -.06em .07em #F6A99B, .09em .07em #F6A99B, -.09em .07em #F6A99B, .12em .07em #F6A99B, -.12em .07em #F6A99B, .15em .07em #F6A99B, -.15em .07em #F6A99B; }

.theme-light .underline-hover {
  text-shadow: .03em .07em white, -.03em .07em white, 0 .03em white, 0 -.03em white, .06em .07em white, -.06em .07em white, .09em .07em white, -.09em .07em white, .12em .07em white, -.12em .07em white, .15em .07em white, -.15em .07em white; }

.theme-gray .underline-hover {
  text-shadow: 0 .07em #edecea, 0 .07em #edecea, .03em .07em #edecea, -.03em .07em #edecea, .06em .07em #edecea, -.06em .07em #edecea, .09em .07em #edecea, -.09em .07em #edecea, .12em .07em #edecea, -.12em .07em #edecea, .15em .07em #edecea, -.15em .07em #edecea; }

.theme-dark .underline-hover {
  text-shadow: .03em .07em #43413f, -.03em .07em #43413f, 0 .03em #43413f, 0 -.03em #43413f, .06em .07em #43413f, -.06em .07em #43413f, .09em .07em #43413f, -.09em .07em #43413f, .12em .07em #43413f, -.12em .07em #43413f, .15em .07em #43413f, -.15em .07em #43413f; }

.theme-orange .underline-hover {
  text-shadow: .03em .07em #ff674d, -.03em .07em #ff674d, 0 .03em #ff674d, 0 -.03em #ff674d, .06em .07em #ff674d, -.06em .07em #ff674d, .09em .07em #ff674d, -.09em .07em #ff674d, .12em .07em #ff674d, -.12em .07em #ff674d, .15em .07em #ff674d, -.15em .07em #ff674d; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.align-full {
  text-align: justify; }





.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.form-section {
  width: 100%; }

.form-item {
  border: 1px solid #b8b6b4;
  padding: 28px;
  box-sizing: border-box;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.form-input {
  position: relative;
  padding-top: 14px; }
  .form-input .form-input-error {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    font-size: 14px;
    color: #ff674d; }

.component-form {
  background-color: #edecea;
  padding: 56px 0; }
  .component-form .input-group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .component-form .input-group input, .component-form .input-group textarea, .component-form .input-group select {
      background-color: white;
      border: none;
      border-radius: 4px;
      margin: 0;
      padding: 7px;
      font-size: 16px; }
    .component-form .input-group .upload-input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 75%;
          -ms-flex: 0 1 75%;
              flex: 0 1 75%; }
      .component-form .input-group .upload-input input {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .component-form .input-group .upload-input .filepicker {
        margin-left: 7px; }
    .component-form .input-group label {
      padding-right: 14px;
      font-weight: bold;
      font-size: 16px;
      color: #b8b6b4; }
    .component-form .input-group .input-tip {
      width: 100%;
      border: 1px solid #b8b6b4;
      border-radius: 4px;
      padding: 14px;
      box-sizing: border-box;
      margin: 14px 0;
      background-color: white; }
      .component-form .input-group .input-tip h5, .component-form .input-group .input-tip p {
        margin-bottom: 7px;
        font-size: 14px; }
  .component-form .component-settings, .component-form .component-type-settings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .component-form .component-settings .input-group, .component-form .component-type-settings .input-group {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      .component-form .component-settings .input-group:nth-of-type(even) label, .component-form .component-type-settings .input-group:nth-of-type(even) label {
        box-sizing: border-box;
        padding-left: 14px;
        text-align: right; }
      .component-form .component-settings .input-group.input-group-full, .component-form .component-type-settings .input-group.input-group-full {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .component-form .component-settings .input-group.input-group-full label, .component-form .component-type-settings .input-group.input-group-full label {
          width: 100%;
          margin-bottom: 14px; }
        .component-form .component-settings .input-group.input-group-full textarea, .component-form .component-type-settings .input-group.input-group-full textarea {
          width: 100%;
          min-height: 140px; }
    .component-form .component-settings h3, .component-form .component-settings h4, .component-form .component-type-settings h3, .component-form .component-type-settings h4 {
      width: 100%; }
  .component-form .component-type-settings {
    padding-top: 28px; }
    .component-form .component-type-settings .matrix {
      width: 100%;
      padding-top: 56px; }
      .component-form .component-type-settings .matrix .matrix-item .input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .component-form .component-type-settings .matrix .matrix-item .input-group label, .component-form .component-type-settings .matrix .matrix-item .input-group input, .component-form .component-type-settings .matrix .matrix-item .input-group textarea, .component-form .component-type-settings .matrix .matrix-item .input-group .upload-input {
          width: 100%; }
        .component-form .component-type-settings .matrix .matrix-item .input-group label {
          padding: 0;
          margin-bottom: 7px;
          text-align: left; }
      .component-form .component-type-settings .matrix .matrix-item .input-group.input-group-inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .component-form .component-type-settings .matrix .matrix-item .input-group.input-group-inline label {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 auto;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }
        .component-form .component-type-settings .matrix .matrix-item .input-group.input-group-inline input {
          width: inherit;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }

.component-form-preview {
  margin-bottom: 112px; }

.component-save {
  position: fixed;
  bottom: 0px;
  background-color: white;
  z-index: 1000; }
  .component-save .button {
    margin: 14px 7px; }

.tabs {
  margin-bottom: 0; }

.tab-content {
  border: 2px solid #ff674d;
  padding: 14px; }

@media (max-width: 961px) {
  input {
    font-size: 16px; } }





.alerts {
  position: fixed;
  top: 76px;
  width: 100%;
  z-index: 9999; }

.alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px; }

.alert-success {
  background-color: white;
  color: #ff674d; }

.alert-error {
  background-color: #ff674d;
  color: white; }

.alert-message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.alert-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .alert-close:hover {
    cursor: pointer; }





.collection-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 440px;
  height: 100%;
  z-index: 600;
  background-color: transparent;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .collection-nav.ng-hide-add, .collection-nav.ng-hide-remove {
    -webkit-transition: opacity ease 0.5s;
            transition: opacity ease 0.5s; }
  .collection-nav .collection-nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .collection-nav .collection-nav-bg:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: auto;
      bottom: 63px;
      left: 63px;
      width: 100vh;
      height: 100vh;
      -webkit-transform: translate(-50%, 50%) scale3d(3, 3, 1);
              transform: translate(-50%, 50%) scale3d(3, 3, 1);
      border-radius: 50%;
      background-color: #e8e7e5;
      -webkit-transition: -webkit-transform cubic-bezier(0, 0, .5, 1) 600ms;
              transition: transform cubic-bezier(0, 0, .5, 1) 600ms; }
  .collection-nav.ng-hide .collection-nav-bg:before {
    -webkit-transform: translate(-50%, 50%) scale3d(0, 0, 0);
            transform: translate(-50%, 50%) scale3d(0, 0, 0); }
  .collection-nav .collection-nav-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 42px 42px 84px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0, 0, .5, 1) 300ms 300ms;
            transition: opacity cubic-bezier(0, 0, .5, 1) 300ms 300ms; }
  .collection-nav.ng-hide .collection-nav-content {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0, 0, .5, 1) 200ms 0ms;
            transition: opacity cubic-bezier(0, 0, .5, 1) 200ms 0ms; }
  .collection-nav .component, .collection-nav .component.padded {
    background-color: transparent; }
  .collection-nav p {
    display: none; }
  .collection-nav .underline-hover {
    text-shadow: 0 .07em #e8e7e5, 0 .07em #e8e7e5, .03em .07em #e8e7e5, -.03em .07em #e8e7e5, .06em .07em #e8e7e5, -.06em .07em #e8e7e5, .09em .07em #e8e7e5, -.09em .07em #e8e7e5, .12em .07em #e8e7e5, -.12em .07em #e8e7e5, .15em .07em #e8e7e5, -.15em .07em #e8e7e5; }

.collection-nav-header {
  text-align: center;
  padding: 28px 0 42px; }
  .collection-nav-header h3 {
    margin-bottom: 14px; }
  .collection-nav-header .collection-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .collection-nav-header .collection-name i {
      width: 18px;
      height: 18px;
      margin-right: 7px; }
    .collection-nav-header .collection-name h6 {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0; }

.collection-nav-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 600; }
  .collection-nav-button .floating-action-button {
    position: absolute;
    left: 28px;
    right: auto; }
  .collection-nav-button .open-icon {
    display: block; }
  .collection-nav-button .close-icon {
    display: none; }
  .collection-nav-button .collection-nav-open .open-icon {
    display: none; }
  .collection-nav-button .collection-nav-open .close-icon {
    display: block; }

.collection-nav-prompt::before {
  content: "";
  position: absolute;
  bottom: -224px;
  left: -224px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background-color: #edecea;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
  -webkit-transition: -webkit-transform cubic-bezier(0, 0, .5, 1) 300ms;
          transition: transform cubic-bezier(0, 0, .5, 1) 300ms; }
.collection-nav-prompt span {
  position: absolute;
  bottom: 112px;
  left: 63px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #b8b6b4;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0, 0, .5, 1) 200ms 0ms;
          transition: opacity cubic-bezier(0, 0, .5, 1) 200ms 0ms; }

.collection-nav-prompt.show-nav-prompt::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
.collection-nav-prompt.show-nav-prompt span {
  opacity: 1;
  -webkit-transition: opacity cubic-bezier(0, 0, .5, 1) 200ms 100ms;
          transition: opacity cubic-bezier(0, 0, .5, 1) 200ms 100ms; }

@media (min-width: 1250px) {
  .show-collection-nav .cs-nav-container, .show-collection-nav .activity-wrapper, .show-collection-nav .footer {
    width: calc(100% - 440px) !important;
    margin-left: 440px; }
  .show-collection-nav .hero-video-portrait .cs-embed-video-wrapper {
    width: 100%;
    height: auto; }
  .show-collection-nav .activity-intro-left, .show-collection-nav .activity-intro-right {
    max-width: 120px; }
  .show-collection-nav cs-suggested-recipes {
    display: none; }
  .collection-nav {
    width: 440px; }
  .collection-nav-prompt {
    display: none; } }

@media (max-width: 640px) {
  .collection-nav-prompt::before {
    bottom: -182px;
    left: -182px;
    width: 350px;
    height: 350px; }
  .collection-nav-prompt span {
    left: 56px;
    bottom: 98px; } }

@media (min-width: 550px) {
  .collection-nav .component, .collection-nav .component.padded {
    padding: 0 0 28px; }
  .collection-nav .component-matrix-collapsible .matrix.matrix-2-col .matrix-item, .collection-nav .component-matrix-collapsible .matrix.matrix-3-col .matrix-item, .collection-nav .component-matrix-collapsible .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 10px 0; }
  .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered, .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered, .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-count: normal;
       -moz-column-count: normal;
            column-count: normal;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal; }
    .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered .matrix-item, .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered .matrix-item, .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered .matrix-item {
      display: inline;
      width: auto;
      margin: 10px 0;
      border-bottom: none; }
    .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered .item-image, .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered .item-image, .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered .item-image {
      overflow: hidden; }
      .collection-nav .component-matrix-collapsible .matrix-2-col.matrix-item-numbered .item-image img, .collection-nav .component-matrix-collapsible .matrix-3-col.matrix-item-numbered .item-image img, .collection-nav .component-matrix-collapsible .matrix-4-col.matrix-item-numbered .item-image img {
        border-radius: 0; }
  .collection-nav .component-matrix-collapsible .matrix-collapsible-header {
    margin: 0 0 14px;
    padding: 14px 21px; }
    .collection-nav .component-matrix-collapsible .matrix-collapsible-header h3 {
      font-size: 18px;
      line-height: 24px; }
  .collection-nav .component-matrix-collapsible .matrix {
    padding: 0; }
  .collection-nav .component-matrix-collapsible .matrix-list .matrix-item, .collection-nav .component-matrix-collapsible .matrix-item-numbered .matrix-item {
    padding: 0;
    border-bottom: none; }
    .collection-nav .component-matrix-collapsible .matrix-list .matrix-item h4, .collection-nav .component-matrix-collapsible .matrix-item-numbered .matrix-item h4 {
      font-size: 18px;
      line-height: 24px; }
  .collection-nav .component-matrix-collapsible .matrix-list .item-image, .collection-nav .component-matrix-collapsible .matrix-item-numbered .item-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63px;
        -ms-flex: 0 0 63px;
            flex: 0 0 63px;
    width: 63px;
    height: 63px;
    margin-right: 21px; }
    .collection-nav .component-matrix-collapsible .matrix-list .item-image .cs-image-hover-icons, .collection-nav .component-matrix-collapsible .matrix-item-numbered .item-image .cs-image-hover-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .collection-nav .component-matrix-collapsible .matrix-list .item-image .cs-image-hover-icons .button-circle-play, .collection-nav .component-matrix-collapsible .matrix-item-numbered .item-image .cs-image-hover-icons .button-circle-play {
        position: relative;
        bottom: auto;
        right: auto; }
  .collection-nav .component-matrix-collapsible .number-circle {
    width: 21px;
    height: 21px;
    font-size: 14px; } }

@media (max-width: 550px) {
  .collection-nav {
    width: 100%; }
    .collection-nav .collection-nav-content {
      padding: 35px 0 84px; }
    .collection-nav .collection-nav-header {
      padding: 28px 28px 0; } }





.component-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 14px 28px;
  box-sizing: border-box; }
  .component-menu .button {
    min-width: 40px;
    text-align: center;
    margin: 7px 0 0 0;
    border: none;
    opacity: 0.5; }
    .component-menu .button:hover {
      opacity: 1; }

.component-menu.editing {
  position: relative; }

.component-menu.ng-enter {
  -webkit-transition: 200ms linear all;
          transition: 200ms linear all;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0; }

.component-menu.ng-enter.ng-enter-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1; }

.component-menu.ng-leave {
  -webkit-transition: 200ms linear all;
          transition: 200ms linear all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1; }

.component-menu.ng-leave.ng-leave-active {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0; }

.component-form.ng-enter {
  -webkit-transition: 300ms all ease-in;
          transition: 300ms all ease-in;
  max-height: 0;
  opacity: 0; }
.component-form.ng-enter.ng-enter-active, .component-form.ng-leave {
  max-height: 999px;
  opacity: 1; }
.component-form.ng-leave.ng-leave-active {
  max-height: 0;
  opacity: 0; }
.component-form.ng-leave {
  -webkit-transition: 300ms all ease-out;
          transition: 300ms all ease-out; }





.cs-background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%; }
  .cs-background-image-container .cs-background-image, .cs-background-image-container .cs-background-image-thumbnail, .cs-background-image-container .cs-background-image-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%; }
  .cs-background-image-container .cs-background-image-thumbnail {
    -webkit-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out;
    opacity: 1; }
    .cs-background-image-container .cs-background-image-thumbnail.thumbnail-image-hidden {
      opacity: 0; }





cs-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.cs-background-video-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
          transition: opacity 500ms ease-out; }

.cs-background-video-playing .cs-background-video-image {
  opacity: 0; }
.cs-background-video-playing cs-embed-youtube, .cs-background-video-playing cs-embed-vimeo, .cs-background-video-playing cs-embed-native {
  opacity: 1; }

.cs-background-video-paused .cs-background-video-image {
  opacity: 1; }
.cs-background-video-paused cs-embed-youtube, .cs-background-video-paused cs-embed-vimeo, .cs-background-video-paused cs-embed-native {
  opacity: 0; }





.dropdown {
  position: relative; }

.dropdown-toggle:hover {
  cursor: pointer; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 23px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  text-align: center;
  z-index: 1; }
  .dropdown-menu .dropdown-wrapper {
    position: relative;
    min-width: 200px;
    height: 100%;
    border: 1px solid #edecea;
    border-radius: 4px;
    padding: 21px 14px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1; }
    .dropdown-menu .dropdown-wrapper.dropdown-wide {
      min-width: 280px; }
    .dropdown-menu .dropdown-wrapper:before {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      border-radius: 100%;
      background-color: white;
      z-index: -1; }
  .dropdown-menu:before, .dropdown-menu:after {
    content: "";
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
    z-index: 2; }
  .dropdown-menu:before {
    border-color: transparent transparent #edecea; }
  .dropdown-menu:after {
    margin-top: 2px;
    border-color: transparent transparent white; }

.dropdown-menu-item {
  font-size: 17px;
  line-height: 35px;
  margin: 0 14px;
  font-weight: normal;
  color: #43413f; }
  .dropdown-menu-item:last-of-type {
    margin-bottom: 0; }
  .dropdown-menu-item a {
    color: #43413f;
    display: block;
    opacity: 1;
    -webkit-transition: opacity ease 200ms;
            transition: opacity ease 200ms; }
    .dropdown-menu-item a:hover {
      opacity: 0.5;
      cursor: pointer; }

.dropdown-right .dropdown-menu {
  margin-top: 18px;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
  .dropdown-right .dropdown-menu .dropdown-wrapper {
    border-top-right-radius: 0; }
    .dropdown-right .dropdown-menu .dropdown-wrapper:before {
      -webkit-transform-origin: top right;
              transform-origin: top right;
      -webkit-transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1);
              transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1); }
  .dropdown-right .dropdown-menu:before, .dropdown-right .dropdown-menu:after {
    opacity: 1;
    top: -10px;
    right: 1px;
    left: auto;
    -webkit-transition: opacity ease 300ms 100ms, -webkit-transform cubic-bezier(.2, .51, 1, 1.1) 400ms;
            transition: opacity ease 300ms 100ms, transform cubic-bezier(.2, .51, 1, 1.1) 400ms; }
  .dropdown-right .dropdown-menu:before {
    right: 0px;
    border-top: none;
    border-right: none;
    border-bottom: 10px solid #edecea;
    border-left: 13px solid transparent; }
  .dropdown-right .dropdown-menu:after {
    margin-top: 2px;
    border-top: none;
    border-right: none;
    border-bottom: 10px solid white;
    border-left: 13px solid transparent; }

.dropdown-menu {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity ease 400ms, -webkit-transform cubic-bezier(.2, .51, 1, 1.1) 400ms;
          transition: opacity ease 400ms, transform cubic-bezier(.2, .51, 1, 1.1) 400ms; }
  .dropdown-menu:before, .dropdown-menu:after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity ease 400ms 0ms, -webkit-transform ease 400ms 0ms;
            transition: opacity ease 400ms 0ms, transform ease 400ms 0ms; }
  .dropdown-menu .dropdown-wrapper {
    -webkit-transition: border ease 300ms 200ms;
            transition: border ease 300ms 200ms; }
    .dropdown-menu .dropdown-wrapper:before {
      -webkit-transform: translate3d(-50%, -35%, 0) scale3d(1, 1, 1);
              transform: translate3d(-50%, -35%, 0) scale3d(1, 1, 1);
      -webkit-transform-origin: top;
              transform-origin: top;
      -webkit-transition: -webkit-transform ease 400ms;
              transition: transform ease 400ms; }
    .dropdown-menu .dropdown-wrapper .dropdown-menu-item {
      opacity: 1;
      -webkit-transition: opacity 400ms 200ms;
              transition: opacity 400ms 200ms; }
  .dropdown-menu.ng-hide {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -10px, 0);
            transform: translate3d(-50%, -10px, 0);
    -webkit-transition: opacity ease 300ms, -webkit-transform cubic-bezier(.2, .51, 1, 1.1) 300ms;
            transition: opacity ease 300ms, transform cubic-bezier(.2, .51, 1, 1.1) 300ms; }
    .dropdown-menu.ng-hide:before, .dropdown-menu.ng-hide:after {
      opacity: 0;
      -webkit-transform: translate3d(0, 5px, 0);
              transform: translate3d(0, 5px, 0);
      -webkit-transition: opacity ease 300ms 0ms, -webkit-transform ease 300ms 0ms;
              transition: opacity ease 300ms 0ms, transform ease 300ms 0ms; }
    .dropdown-menu.ng-hide .dropdown-wrapper {
      border: 1px solid transparent;
      -webkit-transition: border ease 100ms 0ms;
              transition: border ease 100ms 0ms; }
      .dropdown-menu.ng-hide .dropdown-wrapper:before {
        -webkit-transform: translate3d(-50%, -20%, 0) scale3d(0.2, 0.2, 0.2);
                transform: translate3d(-50%, -20%, 0) scale3d(0.2, 0.2, 0.2); }
      .dropdown-menu.ng-hide .dropdown-wrapper .dropdown-menu-item {
        opacity: 0;
        -webkit-transition: opacity 400ms 0ms;
                transition: opacity 400ms 0ms; }

.dropdown-right .dropdown-menu:before, .dropdown-right .dropdown-menu:after {
  -webkit-transition: opacity ease 300ms 100ms, -webkit-transform cubic-bezier(.2, .51, 1, 1.1) 400ms;
          transition: opacity ease 300ms 100ms, transform cubic-bezier(.2, .51, 1, 1.1) 400ms; }
.dropdown-right .dropdown-menu .dropdown-wrapper:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, -45%, 0) scale3d(1, 1, 1); }
.dropdown-right .dropdown-menu.ng-hide {
  -webkit-transform: translate3d(-100%, -10px, 0);
          transform: translate3d(-100%, -10px, 0); }
  .dropdown-right .dropdown-menu.ng-hide:before, .dropdown-right .dropdown-menu.ng-hide:after {
    -webkit-transform: translate3d(-2px, 10px, 0);
            transform: translate3d(-2px, 10px, 0);
    -webkit-transition: opacity ease 300ms 0ms, -webkit-transform ease 300ms 0ms;
            transition: opacity ease 300ms 0ms, transform ease 300ms 0ms; }
  .dropdown-right .dropdown-menu.ng-hide .dropdown-wrapper {
    -webkit-transition: border ease 100ms 0ms;
            transition: border ease 100ms 0ms; }
    .dropdown-right .dropdown-menu.ng-hide .dropdown-wrapper:before {
      -webkit-transform: translate3d(-25%, -50%, 0) scale3d(0.2, 0.2, 0.2);
              transform: translate3d(-25%, -50%, 0) scale3d(0.2, 0.2, 0.2); }

@media (max-width: 900px) {
  .dropdown {
    width: 100%; }
    .dropdown .dropdown-menu {
      position: relative;
      margin-top: 0px;
      border-top: 0px;
      margin-top: 28px;
      top: auto;
      left: auto;
      right: auto;
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
              transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      opacity: 1;
      -webkit-transition: opacity ease 400ms;
              transition: opacity ease 400ms; }
      .dropdown .dropdown-menu:before, .dropdown .dropdown-menu:after {
        display: none; }
      .dropdown .dropdown-menu .dropdown-wrapper {
        padding: 28px 0px;
        background-color: #edecea;
        border: none;
        border-radius: 0; }
        .dropdown .dropdown-menu .dropdown-wrapper:before {
          display: none;
          border: none; }
        .dropdown .dropdown-menu .dropdown-wrapper .dropdown-menu-item {
          margin-bottom: 28px;
          line-height: 21px; }
        .dropdown .dropdown-menu .dropdown-wrapper .dropdown-menu-item:last-of-type {
          margin-bottom: 0px; }
      .dropdown .dropdown-menu.ng-hide {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
                transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }





cs-embed-youtube iframe, cs-embed-vimeo iframe {
  width: 100%; }

.cs-embed-video-wrapper, cs-embed-vimeo, .video-iframe-container, .video-iframe {
  height: 100%; }

cs-embed-youtube, cs-embed-vimeo {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.video-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }





.cs-image {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.cs-image[cs-background-image] {
  height: 100%; }

img.cs-image-load {
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out; }
  img.cs-image-load.loaded {
    opacity: 1; }





.cs-image-hover {
  overflow: hidden; }
  .cs-image-hover .cs-image-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    border-radius: 4px; }
    .cs-image-hover .cs-image-hover-content cs-image {
      background-color: #43413f; }
      .cs-image-hover .cs-image-hover-content cs-image img {
        -webkit-filter: brightness(1);
                filter: brightness(1);
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    .cs-image-hover .cs-image-hover-content .cs-image-hover-hide {
      -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .cs-image-hover .cs-image-hover-content .cs-image-hover-show {
      -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .cs-image-hover.cs-on-hover-active .cs-image-hover-content cs-image img {
    cursor: pointer;
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
            transform: scale3d(1.06, 1.06, 1.06);
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4); }
  .cs-image-hover.cs-on-hover-active .cs-image-hover-content .cs-image-hover-hide {
    opacity: 0; }
  .cs-image-hover.cs-on-hover-active .cs-image-hover-content .cs-image-hover-show {
    opacity: 1; }

.cs-image-hover-icons {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
  /* IE6-9 */ }
  .cs-image-hover-icons .button-circle-play {
    position: absolute;
    bottom: 14px;
    right: 14px; }

.cs-image-hover-info {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white; }
  .cs-image-hover-info .info-counters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 7px; }
    .cs-image-hover-info .info-counters i {
      margin-right: 7px;
      margin-top: 2px; }
  .cs-image-hover-info .info-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 0 14px; }





@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loading-spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .loading-spinner svg {
    -webkit-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear; }





.radio-options .radio-option {
  margin: 0px 7px;
  line-height: 28px; }
  .radio-options .radio-option.active {
    color: #ff674d;
    font-weight: bold; }
  .radio-options .radio-option:hover {
    color: #ff674d;
    cursor: pointer; }





.suggested-recipes-container {
  margin-bottom: 14px; }
  .suggested-recipes-container h4 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: bold; }

.suggested-recipes-item {
  margin-bottom: 14px;
  cursor: pointer; }
  .suggested-recipes-item h6 {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 7px; }
  .suggested-recipes-item .cs-image-hover-info .info-counters {
    margin-bottom: 7px; }





.expandable {
  position: relative; }
  .expandable .content {
    max-height: 280px;
    overflow: hidden;
    padding-bottom: 42px; }
  .expandable .gradient {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 168px;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 60%); }
  .expandable a {
    position: absolute;
    bottom: 0;
    z-index: 2; }

.expandable.expanded .content {
  max-height: none; }





.flags {
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  height: 56px;
  color: white;
  cursor: pointer;
  z-index: 400; }
  .flags::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ff674d;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform ease 300ms;
            transition: transform ease 300ms; }
  .flags:hover::before {
    -webkit-transform: scale3d(1, 3, 1);
            transform: scale3d(1, 3, 1); }
  .flags:hover .flag-close, .flags:hover .flag-message {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  .flags:hover .flag-close span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.flag-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flag-icon svg {
    padding-right: 7px; }
    .flag-icon svg .a, .flag-icon svg .b {
      stroke: white;
      stroke-width: 1.5px; }

@-webkit-keyframes orange-flash {
  0% {
    background-color: #ff674d; }

  50% {
    background-color: #f1553a; }

  100% {
    background-color: #ff674d; } }

@keyframes orange-flash {
  0% {
    background-color: #ff674d; }

  50% {
    background-color: #f1553a; }

  100% {
    background-color: #ff674d; } }

.flags.low-stock::before {
  -webkit-animation: orange-flash 1.5s infinite;
          animation: orange-flash 1.5s infinite; }

.flag-close, .flag-message {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms; }

.flag-close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 21px;
  height: 100%;
  width: 42px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform ease 300ms, opacity ease 300ms;
          transition: transform ease 300ms, opacity ease 300ms; }
  .flag-close span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    -webkit-transition: background-color ease 300ms, -webkit-transform ease 300ms, opacity ease 300ms;
            transition: background-color ease 300ms, transform ease 300ms, opacity ease 300ms; }
  .flag-close:hover span {
    background: rgba(255, 255, 255, 0.3); }

.flag-message {
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0 42px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: none;
          transform: none; }

@media (max-width: 900px) {
  .flags:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .flags:hover .flag-close, .flags:hover .flag-message {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .flag-close span {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@media (max-width: 500px) {
  .flags {
    height: 70px;
    top: -70px; }
  .flag-message {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 70px 0 21px;
    max-width: 380px; } }





.footer {
  background-color: #383736;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  padding: 98px 56px;
  -webkit-animation: fadein 1.5s;
          animation: fadein 1.5s; }
  .footer .footer-items {
    width: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.footer-item-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding-right: 70px;
  margin-right: 56px; }
  .footer-item-logo .footer-logo {
    width: 100%;
    max-width: 150px;
    padding: 0;
    margin-bottom: 28px;
    display: block; }
    .footer-item-logo .footer-logo img {
      width: 100%; }
  .footer-item-logo a {
    color: white;
    padding-right: 14px;
    display: inline-block;
    width: 28px;
    -webkit-transition: opacity 300ms;
            transition: opacity 300ms; }
    .footer-item-logo a .cs-icon-twitter-dims, .footer-item-logo a .cs-icon-facebook-dims, .footer-item-logo a .cs-icon-instagram-dims {
      height: 23px;
      width: auto;
      padding-top: 0; }
    .footer-item-logo a:hover {
      opacity: 0.6; }

.footer-item-links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 14px;
  color: white;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal; }
  .footer-item-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-item-links ul li a {
      color: white;
      font-weight: 500; }
      .footer-item-links ul li a:hover {
        text-decoration: underline; }

.updated {
  font-size: 12px;
  opacity: 0.7; }

@media (max-width: 700px) {
  .footer {
    padding: 56px 14px; }
    .footer .footer-items {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 180px; }
      .footer .footer-items .footer-item-logo {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        padding: 0;
        margin: 0 0 28px;
        border: 0px;
        text-align: center; }
        .footer .footer-items .footer-item-logo .footer-logo {
          margin: 0 auto 14px;
          max-width: 150px;
          padding: 0; }
        .footer .footer-items .footer-item-logo a {
          padding: 14px; }
      .footer .footer-items .footer-item-links {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        padding: 28px 0;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        .footer .footer-items .footer-item-links ul {
          padding: 0px; } }





.main-view {
  padding-top: 76px; }

.cs-nav-container {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 200; }
  .cs-nav-container .cs-nav {
    height: 76px;
    padding: 23px 28px;
    box-sizing: border-box;
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cs-nav-container .cs-nav .cs-nav-center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .cs-nav-container .cs-nav .cs-nav-left {
      position: absolute;
      height: 30px;
      top: 23px;
      left: 28px; }
      .cs-nav-container .cs-nav .cs-nav-left img {
        height: 100%; }
      .cs-nav-container .cs-nav .cs-nav-left .logo-color {
        display: inline-block; }
      .cs-nav-container .cs-nav .cs-nav-left .logo-white {
        display: none; }
    .cs-nav-container .cs-nav .cs-nav-right {
      position: absolute;
      height: 30px;
      top: 23px;
      right: 28px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .cs-nav-container .cs-nav .cs-nav-right .cs-nav-item {
        margin: 0 0 0 14px; }
        .cs-nav-container .cs-nav .cs-nav-right .cs-nav-item:before {
          display: none; }
      .cs-nav-container .cs-nav .cs-nav-right .cs-nav-item:last-of-type {
        margin-right: 0; }
      .cs-nav-container .cs-nav .cs-nav-right img {
        width: 26px;
        height: 26px;
        border: 2px solid white;
        border-radius: 14px; }
    .cs-nav-container .cs-nav .cs-nav-item {
      position: relative;
      margin: 0px 14px;
      font-weight: 500;
      font-size: 17px;
      color: #43413f;
      text-decoration: none; }
      .cs-nav-container .cs-nav .cs-nav-item.button.hide-desktop {
        display: none; }
      .cs-nav-container .cs-nav .cs-nav-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        bottom: -1px;
        left: 0;
        background-color: #43413f;
        visibility: hidden;
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1);
        -webkit-transition: -webkit-transform ease 200ms;
                transition: transform ease 200ms; }
      .cs-nav-container .cs-nav .cs-nav-item:hover {
        text-decoration: none;
        cursor: pointer; }
        .cs-nav-container .cs-nav .cs-nav-item:hover:before {
          visibility: visible;
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1); }
    .cs-nav-container .cs-nav .button:hover {
      color: white; }

.nav-ghost {
  margin-top: 0px; }
  .nav-ghost .cs-nav-container {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: opacity ease 300ms;
            transition: opacity ease 300ms;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.3)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 20%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 20%, transparent 100%);
    /* W3C */ }
    .nav-ghost .cs-nav-container .cs-nav {
      background-color: transparent;
      color: white; }
      .nav-ghost .cs-nav-container .cs-nav .cs-nav-left .logo-color {
        display: none; }
      .nav-ghost .cs-nav-container .cs-nav .cs-nav-left .logo-white {
        display: inline-block; }
      .nav-ghost .cs-nav-container .cs-nav .cs-nav-item {
        color: white; }
        .nav-ghost .cs-nav-container .cs-nav .cs-nav-item:before {
          background-color: white; }
      .nav-ghost .cs-nav-container .cs-nav .button {
        border-color: white; }
        .nav-ghost .cs-nav-container .cs-nav .button:hover {
          background-color: white;
          color: #43413f; }
    .nav-ghost .cs-nav-container .cs-nav-menu-toggle .lines, .nav-ghost .cs-nav-container .cs-nav-menu-toggle .lines::before, .nav-ghost .cs-nav-container .cs-nav-menu-toggle .lines::after {
      background-color: white; }
  .nav-ghost .main-view {
    padding-top: 0px; }

.nav-sticky .cs-nav-container.nav-transparent .cs-nav {
  background-color: transparent;
  color: white;
  border-bottom: 0px; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-left .logo-color {
    display: none; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-left .logo-white {
    display: inline-block; }
  .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-item {
    color: white; }
    .nav-sticky .cs-nav-container.nav-transparent .cs-nav .cs-nav-item:before {
      background-color: white; }
.nav-sticky .cs-nav-container.nav-transparent .cs-nav-menu-toggle .lines, .nav-sticky .cs-nav-container.nav-transparent .cs-nav-menu-toggle .lines::before, .nav-sticky .cs-nav-container.nav-transparent .cs-nav-menu-toggle .lines::after {
  background-color: white; }
.nav-sticky .cs-nav-container, .nav-sticky .cs-nav-container.nav-fixed {
  position: fixed;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px); }
  .nav-sticky .cs-nav-container.nav-hidden, .nav-sticky .cs-nav-container.nav-fixed.nav-hidden {
    visibility: visible; }

.cs-nav-menu-toggle {
  display: none; }

.hide-desktop {
  display: none; }

.hide-mobile {
  display: inherit; }

body .cs-nav-container.nav-fixed {
  position: fixed;
  -webkit-transform: translate3d(0, -76px, 0);
          transform: translate3d(0, -76px, 0);
  -webkit-transition: -webkit-transform ease 400ms;
          transition: transform ease 400ms; }
  body .cs-nav-container.nav-fixed .cs-nav {
    background-color: white;
    border-bottom: 1px solid #edecea;
    color: #43413f; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item {
      color: #43413f; }
      body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item:before {
        background-color: #43413f; }
      body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item.button {
        border-color: #43413f; }
      body .cs-nav-container.nav-fixed .cs-nav .cs-nav-item.button:hover {
        color: white;
        background-color: #43413f; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-left .logo-color {
      display: inline-block; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-left .logo-white {
      display: none; }
    body .cs-nav-container.nav-fixed .cs-nav .cs-nav-right .cs-nav-menu-toggle .lines, body .cs-nav-container.nav-fixed .cs-nav .cs-nav-right .cs-nav-menu-toggle .lines::before, body .cs-nav-container.nav-fixed .cs-nav .cs-nav-right .cs-nav-menu-toggle .lines::after {
      background-color: #43413f; }
  body .cs-nav-container.nav-fixed.nav-hidden {
    visibility: hidden;
    opacity: 0; }
  body .cs-nav-container.nav-fixed.nav-visible {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease 400ms;
            transition: transform ease 400ms; }
  body .cs-nav-container.nav-fixed.nav-visible-add, body .cs-nav-container.nav-fixed.nav-visible-remove {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform ease 400ms;
            transition: transform ease 400ms; }
  body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines, body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::before, body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::after {
    background-color: transparent; }
  body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::before, body .cs-nav-container.nav-fixed.nav-show-menu .cs-nav-right .cs-nav-menu-toggle .lines::after {
    background-color: #43413f; }

@media (max-width: 900px) {
  .hide-desktop {
    display: block; }
  .hide-mobile, .button.hide-mobile, .force-nav-hidden {
    display: none; }
  .cs-nav-container {
    z-index: 700;
    overflow: hidden; }
    .cs-nav-container .cs-nav {
      z-index: -1; }
      .cs-nav-container .cs-nav .cs-nav-center {
        text-align: center;
        visibility: hidden;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        top: 0;
        left: 0;
        background-color: transparent;
        padding-top: 118px;
        padding-bottom: 56px;
        -webkit-transition: visibility ease 0ms 400ms, background ease 0ms 0ms;
                transition: visibility ease 0ms 400ms, background ease 0ms 0ms; }
        .cs-nav-container .cs-nav .cs-nav-center:before {
          content: "";
          position: absolute;
          z-index: 0;
          top: 0;
          left: 0;
          width: 200%;
          height: 140%;
          border-radius: 100%;
          background-color: white;
          opacity: 0;
          -webkit-transform: translate3d(-25%, -55%, 0) scale3d(0.4, 0.4, 0.4);
                  transform: translate3d(-25%, -55%, 0) scale3d(0.4, 0.4, 0.4);
          -webkit-transform-origin: top right;
                  transform-origin: top right;
          -webkit-transition: -webkit-transform cubic-bezier(.3, .51, 1, 1.1) 300ms, opacity ease 300ms;
                  transition: transform cubic-bezier(.3, .51, 1, 1.1) 300ms, opacity ease 300ms; }
        .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item {
          opacity: 0;
          display: block;
          width: 100%;
          margin: 0 0 28px;
          -webkit-transition: opacity ease 400ms 0ms;
                  transition: opacity ease 400ms 0ms;
          text-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #43413f; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item i {
            margin-right: 7px; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item.hide-desktop {
            display: inline-block; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item.button {
            max-width: 200px;
            margin: 0 auto 28px; }
            .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item.button:hover {
              color: white; }
          .cs-nav-container .cs-nav .cs-nav-center .cs-nav-item:before {
            display: none; }
        .cs-nav-container .cs-nav .cs-nav-center hr.cs-nav-item {
          width: auto;
          margin: 28px; }
      .cs-nav-container .cs-nav .cs-nav-left {
        height: 76px;
        top: 0;
        left: 0;
        padding: 23px 28px;
        background-color: transparent;
        width: 100%;
        -webkit-transition: background-color ease 0ms 0ms;
                transition: background-color ease 0ms 0ms;
        box-sizing: border-box; }
        .cs-nav-container .cs-nav .cs-nav-left img {
          height: 30px;
          display: inline-block; }
      .cs-nav-container .cs-nav .cs-nav-left, .cs-nav-container .cs-nav .cs-nav-right {
        z-index: 500; }
  .cs-nav-menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 6px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 6px;
    line-height: 20px; }
    .cs-nav-menu-toggle .lines, .cs-nav-menu-toggle .lines::before, .cs-nav-menu-toggle .lines::after {
      display: inline-block;
      height: 2px;
      background-color: #43413f;
      border-radius: 1.71429px;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .cs-nav-menu-toggle .lines::before, .cs-nav-menu-toggle .lines::after {
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 1.71429px center;
              transform-origin: 1.71429px center; }
    .cs-nav-menu-toggle .lines {
      position: relative;
      width: 15px; }
    .cs-nav-menu-toggle .lines::before {
      top: 7px;
      width: 19px; }
    .cs-nav-menu-toggle .lines::after {
      top: -7px;
      width: 21px; }
  .cs-nav-container.nav-show-menu {
    position: fixed;
    -webkit-transform: none !important;
            transform: none !important;
    visibility: visible !important;
    height: 100%; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines {
      background-color: transparent !important; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:before, .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:after {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 0;
      width: 21px;
      background-color: #43413f; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-menu-toggle .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left .logo-color {
      display: inline-block; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left .logo-white {
      display: none; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-center {
      visibility: visible;
      -webkit-transition: visibility ease 0ms 0ms, background ease 0ms 400ms;
              transition: visibility ease 0ms 0ms, background ease 0ms 400ms;
      background-color: white;
      overflow-y: scroll; }
      .cs-nav-container.nav-show-menu .cs-nav .cs-nav-center:before {
        opacity: 1;
        -webkit-transform: translate3d(-25%, -20%, 0) scale3d(1, 1, 1);
                transform: translate3d(-25%, -20%, 0) scale3d(1, 1, 1); }
      .cs-nav-container.nav-show-menu .cs-nav .cs-nav-center .cs-nav-item {
        opacity: 1;
        -webkit-transition: opacity ease 400ms 200ms;
                transition: opacity ease 400ms 200ms; }
    .cs-nav-container.nav-show-menu .cs-nav .cs-nav-left {
      background-color: white;
      -webkit-transition: background-color ease 400ms 400ms;
              transition: background-color ease 400ms 400ms; }
  .cs-nav-item-active span {
    text-decoration: underline; } }





.no-animate {
  -webkit-transition: 0s linear all;
          transition: 0s linear all; }





.search-typeahead {
  width: 100%;
  position: relative; }
  .search-typeahead .search-typeahead-input {
    width: 100%; }
  .search-typeahead .search-typeahead-results {
    position: absolute;
    background: white;
    width: 100%;
    z-index: 9999; }
    .search-typeahead .search-typeahead-results .search-typeahead-result {
      padding: 5px;
      box-sizing: border-box; }
      .search-typeahead .search-typeahead-results .search-typeahead-result:hover {
        color: #ff674d;
        cursor: pointer; }





.sso-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sso-form-container .sso-form {
    max-width: 500px;
    border: 1px solid #edecea;
    padding: 84px;
    box-sizing: border-box; }

.sso-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.sso-form-top h3 span {
  color: #b8b6b4; }
  .sso-form-top h3 span a {
    text-decoration: underline;
    cursor: pointer; }
.sso-form-top h6 {
  margin-bottom: 7px; }

.sso-form-body {
  width: 100%; }
  .sso-form-body input {
    width: 100%;
    margin-bottom: 28px; }
  .sso-form-body .button {
    margin-bottom: 28px; }
  .sso-form-body .button.button-facebook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0 auto 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3B5998;
    border-color: #3B5998;
    color: white; }
    .sso-form-body .button.button-facebook i {
      padding-right: 14px; }
      .sso-form-body .button.button-facebook i .cs-icon-facebook-dims {
        height: 18px; }
  .sso-form-body h6 {
    color: #b8b6b4;
    text-transform: uppercase;
    margin-bottom: 0; }
  .sso-form-body a {
    color: #b8b6b4;
    text-decoration: underline;
    -webkit-transition: color 200ms ease;
            transition: color 200ms ease; }
    .sso-form-body a:hover {
      cursor: pointer;
      color: #43413f; }

.signup-form .signup-form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .signup-form .signup-form-bottom .agreement-text {
    padding-bottom: 10px; }
    .signup-form .signup-form-bottom .agreement-text div, .signup-form .signup-form-bottom .agreement-text .legal-link {
      font-size: 11px;
      line-height: 14px !important; }
    .signup-form .signup-form-bottom .agreement-text .legal-link {
      text-decoration: underline;
      color: #b8b6b4; }
    .signup-form .signup-form-bottom .agreement-text input {
      height: 12px;
      font-size: 12px;
      line-height: 12px;
      margin: 0 3px; }

.login-form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

@media (max-width: 500px) {
  .sso-form-container .sso-form {
    padding: 42px;
    border: 0px; } }





p .time-temp-guide {
  font-style: normal;
  text-align: left;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: 1080px; }

.time-temp-section {
  padding: 28px 42px;
  box-sizing: border-box; }
  .time-temp-section h3 {
    margin-bottom: 0; }

.time-temp-left {
  text-align: left; }
  .time-temp-left p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    background-color: #edecea;
    padding: 0 14px;
    margin: 42px 0 0;
    border-radius: 4px;
    box-sizing: border-box; }

.time-temp-left:first-of-type p {
  margin: 14px 0 0; }

.time-temp-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.time-temp-item {
  display: block;
  position: relative;
  margin: 28px 0; }

.time-temp-text-top {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px; }

.time-temp-text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 14px; }

.time-temp-bar {
  position: relative;
  height: 40px; }
  .time-temp-bar:hover {
    cursor: pointer; }
    .time-temp-bar:hover .time-temp-axis {
      opacity: 1; }

.time-temp-line {
  position: absolute;
  border: 1px solid #edecea;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px); }

.time-temp-bar-span {
  position: absolute;
  top: 0;
  height: 40px;
  border-radius: 60px;
  background-color: #80e0ce;
  padding-right: 40px;
  z-index: 2; }

.time-temp-circle {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  color: white;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  font-size: 12px; }
  .time-temp-circle.time-temp-recommended {
    border: 2px solid white;
    background-color: #1abc9c;
    z-index: 200; }
  .time-temp-circle.time-temp-high {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    height: 38px;
    width: 38px;
    border: 1px solid white;
    z-index: 100; }

.time-temp-axis {
  opacity: 0;
  -webkit-transition: 200ms opacity ease-in-out;
          transition: 200ms opacity ease-in-out; }
  .time-temp-axis .time-temp-axis-line {
    position: absolute;
    border: 1px solid #edecea;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .time-temp-axis .time-temp-axis-marker {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    top: 0;
    margin-left: -14px; }
    .time-temp-axis .time-temp-axis-marker:after {
      content: '';
      width: 50%;
      height: 100%;
      position: absolute;
      z-index: 1;
      border-right: 4px solid white; }

.time-temp-key {
  background-color: #edecea;
  padding: 42px 42px 56px;
  box-sizing: border-box;
  border-radius: 4px; }
  .time-temp-key .time-temp-axis {
    opacity: 1; }
    .time-temp-key .time-temp-axis .time-temp-axis-line {
      border: 1px solid #b8b6b4; }
    .time-temp-key .time-temp-axis .time-temp-axis-marker:after {
      border-right: 4px solid #edecea; }
  .time-temp-key .time-temp-line {
    border: 1px solid #b8b6b4; }
  .time-temp-key .time-temp-text-top, .time-temp-key .time-temp-text-bottom, .time-temp-key .time-temp-bar {
    opacity: 0.4; }

.time-temp-label {
  position: absolute;
  top: -50px; }
  .time-temp-label p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0; }
  .time-temp-label::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #43413f;
    position: absolute;
    left: 50%;
    bottom: -10px; }

.label-favorite {
  left: 45%;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px); }

.label-max {
  left: 60%;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px); }

.label-range {
  left: 40%;
  top: auto;
  bottom: -40px;
  width: calc(20% + 40px);
  text-align: center; }
  .label-range p {
    background-color: #edecea;
    z-index: 2;
    display: inline;
    position: relative;
    padding: 0 7px; }
  .label-range::before {
    bottom: 49%;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1; }

.label-temp {
  top: auto;
  bottom: -50px; }
  .label-temp::before {
    bottom: auto;
    top: -10px;
    left: 15px; }

.time-temp-spacer {
  border-bottom: 2px solid #43413f; }

.time-temp-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px; }

.time-temp-desc-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 28px;
  box-sizing: border-box; }
  .time-temp-desc-item h6 {
    width: 100%;
    border-bottom: 2px solid #43413f;
    margin-bottom: 7px; }
  .time-temp-desc-item p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0; }

@media (max-width: 900px) {
  .time-temp-desc {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .time-temp-desc-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-bottom: 14px; } }

@media (max-width: 767px) {
  .time-temp-item {
    height: 60px;
    padding-bottom: 14px;
    margin: 14px 0;
    border-bottom: 1px solid #edecea; }
  .time-temp-spacer, .time-temp-key {
    display: none; }
  .time-temp-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28px; }
  .time-temp-text-top, .time-temp-text-bottom {
    max-width: 60%;
    position: relative !important;
    line-height: 18px; }
  .time-temp-text-top {
    padding-top: 7px; }
  .time-temp-bar {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0; }
  .time-temp-line {
    top: auto;
    bottom: 21px; }
  .time-temp-bar-span, .time-temp-circle {
    top: auto;
    bottom: 0; }
  .time-temp-bar-span, .time-temp-line, .time-temp-axis {
    display: none; }
  .time-temp-circle {
    width: 42px !important;
    height: 42px !important;
    border: none !important;
    left: auto !important; }
    .time-temp-circle::before {
      font-size: 12px;
      color: #b8b6b4;
      width: 100%;
      text-align: center;
      position: absolute;
      top: -21px;
      left: 0; }
    .time-temp-circle.time-temp-recommended {
      right: 50px; }
      .time-temp-circle.time-temp-recommended::before {
        content: 'We like'; }
    .time-temp-circle.time-temp-high {
      right: 0;
      -webkit-transform: none;
              transform: none;
      background-color: #80e0ce; }
      .time-temp-circle.time-temp-high::before {
        content: 'Max'; } }

@media (max-width: 650px) {
  .time-temp-desc-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }

@media (max-width: 400px) {
  .time-temp-desc-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0; } }










.modal-ftue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  top: auto;
  position: relative;
  -webkit-transform: none;
          transform: none; }

.ftue-container {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  .ftue-container .modal-top {
    padding-top: 84px;
    padding-bottom: 56px; }
    .ftue-container .modal-top h3 {
      margin-bottom: 7px; }
    .ftue-container .modal-top h5 {
      margin-bottom: 0; }
  .ftue-container .modal-body {
    max-width: 1110px;
    margin: auto;
    padding: 0 28px 112px; }
  .ftue-container .modal-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 21px;
    background-color: white;
    border-top: 1px solid #edecea; }
    .ftue-container .modal-bottom .modal-bottom-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 1110px; }
      .ftue-container .modal-bottom .modal-bottom-wrapper .button {
        min-width: 200px; }
      .ftue-container .modal-bottom .modal-bottom-wrapper.modal-ftue-recommendations {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }

.matrix.ftue-interests .matrix-item {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent; }
  .matrix.ftue-interests .matrix-item .item-image {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
    .matrix.ftue-interests .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .matrix.ftue-interests .matrix-item .item-image cs-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .matrix.ftue-interests .matrix-item .item-image cs-image .cs-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .matrix.ftue-interests .matrix-item .item-text {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 1; }
    .matrix.ftue-interests .matrix-item .item-text:after {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      border-radius: 150%;
      top: -61%;
      left: -50%;
      background-color: #ff674d;
      -webkit-transform: scale3d(0, 0, 0);
              transform: scale3d(0, 0, 0);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      opacity: 0;
      -webkit-transition: -webkit-transform ease 400ms, opacity ease 200ms 200ms;
              transition: transform ease 400ms, opacity ease 200ms 200ms; }
    .matrix.ftue-interests .matrix-item .item-text .item-radio {
      width: 21px;
      height: 21px;
      border: 2px solid white;
      border-radius: 14px;
      margin-bottom: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2;
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform cubic-bezier(.39, .2, .57, 1.8) 500ms;
              transition: transform cubic-bezier(.39, .2, .57, 1.8) 500ms; }
      .matrix.ftue-interests .matrix-item .item-text .item-radio:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: white;
        top: 0;
        left: 0;
        -webkit-transform: scale3d(0, 0, 0);
                transform: scale3d(0, 0, 0);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        opacity: 0;
        -webkit-transition: -webkit-transform ease 300ms, opacity ease 400ms;
                transition: transform ease 300ms, opacity ease 400ms; }
      .matrix.ftue-interests .matrix-item .item-text .item-radio .fa.fa-check {
        color: #ff674d;
        font-size: 14px;
        -webkit-transform: scale3d(0, 0, 0);
                transform: scale3d(0, 0, 0);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        opacity: 0;
        -webkit-transition: -webkit-transform cubic-bezier(.69, .2, .57, 1.8) 400ms, opacity ease 400ms;
                transition: transform cubic-bezier(.69, .2, .57, 1.8) 400ms, opacity ease 400ms; }
    .matrix.ftue-interests .matrix-item .item-text h4 {
      font-size: 20px;
      line-height: 28px;
      max-width: 160px;
      color: white;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 500ms ease;
              transition: transform 500ms ease;
      z-index: 2;
      margin-bottom: 0;
      text-decoration: none; }
  .matrix.ftue-interests .matrix-item:hover {
    cursor: pointer; }
    .matrix.ftue-interests .matrix-item:hover .item-image {
      -webkit-filter: brightness(0.4);
              filter: brightness(0.4);
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
              transform: scale3d(1.2, 1.2, 1.2); }
    .matrix.ftue-interests .matrix-item:hover .item-text .item-radio {
      -webkit-transform: scale3d(1.2, 1.2, 1.2);
              transform: scale3d(1.2, 1.2, 1.2); }
    .matrix.ftue-interests .matrix-item:hover .item-text h4 {
      -webkit-transform: translate3d(0, 4px, 0);
              transform: translate3d(0, 4px, 0); }
  .matrix.ftue-interests .matrix-item.checked .item-image {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  .matrix.ftue-interests .matrix-item.checked .item-text:after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-transition: -webkit-transform ease 400ms;
            transition: transform ease 400ms; }
  .matrix.ftue-interests .matrix-item.checked .item-text .item-radio {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
    .matrix.ftue-interests .matrix-item.checked .item-text .item-radio:before {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
      opacity: 1; }
    .matrix.ftue-interests .matrix-item.checked .item-text .item-radio .fa.fa-check {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      opacity: 1; }
  .matrix.ftue-interests .matrix-item.checked .item-text h4 {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
.matrix.ftue-interests .matrix-item.ftue-interest-suggestion {
  background-color: #edecea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color ease 400ms, color ease 400ms;
          transition: background-color ease 400ms, color ease 400ms; }
  .matrix.ftue-interests .matrix-item.ftue-interest-suggestion input.input {
    border-bottom: 1px;
    border-style: dashed;
    border-color: #43413f;
    border-top: 0px;
    border-left: 0px;
    border-right: 10px;
    margin: 0px 14px;
    text-align: center;
    width: 100%;
    max-width: 180px;
    font-weight: 500; }
  .matrix.ftue-interests .matrix-item.ftue-interest-suggestion.form-filled {
    background-color: #ff674d; }
    .matrix.ftue-interests .matrix-item.ftue-interest-suggestion.form-filled input.input {
      color: white;
      border-color: white; }

@media (max-width: 1166px) {
  .ftue-container .modal-top {
    padding: 84px 28px 56px;
    box-sizing: border-box; }
  .ftue-container .modal-body {
    padding: 0 0 112px; } }

@media (max-width: 640px) {
  .ftue-container .modal-top {
    padding: 70px 28px 42px;
    box-sizing: border-box; }
  .ftue-container .modal-body .matrix.ftue-interests {
    margin-bottom: 70px;
    padding: 0 7px; }
    .ftue-container .modal-body .matrix.ftue-interests .matrix-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 calc((100% - 28px)/2);
          -ms-flex: 0 1 calc((100% - 28px)/2);
              flex: 0 1 calc((100% - 28px)/2);
      margin: 0 7px 14px; }
      .ftue-container .modal-body .matrix.ftue-interests .matrix-item.ftue-interest-suggestion {
        min-height: 50vw;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin: 0 7px; }
      .ftue-container .modal-body .matrix.ftue-interests .matrix-item .item-text h4 {
        margin: 0 14px;
        font-size: 18px;
        line-height: 21px; }
  .ftue-container .modal-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    border: none;
    padding: 0; }
    .ftue-container .modal-bottom .modal-bottom-wrapper {
      position: absolute;
      pointer-events: auto;
      z-index: 999;
      bottom: 0;
      left: 0;
      height: 80px;
      box-sizing: border-box;
      padding: 21px;
      background-color: white;
      border-top: 1px solid #edecea; }
  .matrix.ftue-interests .matrix-item:hover {
    cursor: pointer; }
    .matrix.ftue-interests .matrix-item:hover .item-image {
      -webkit-filter: brightness(0.6);
              filter: brightness(0.6);
      -webkit-transform: none;
              transform: none; }
    .matrix.ftue-interests .matrix-item:hover .item-text .item-radio {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
    .matrix.ftue-interests .matrix-item:hover .item-text h4 {
      -webkit-transform: none;
              transform: none; } }





.modal-container-content .modals {
  background-color: rgba(0, 0, 0, 0.6); }
.modal-container-content i.close-x {
  display: none; }
.modal-container-content .modal-content i.close-x {
  display: block;
  cursor: pointer;
  position: absolute;
  color: white;
  padding: 14px;
  top: 14px;
  right: 14px;
  z-index: 101;
  border-radius: 50%;
  line-height: 28px;
  padding: 7px 14px;
  background-color: rgba(0, 0, 0, 0.2); }

.modal.modal-content {
  padding: 0px;
  max-height: 90vh;
  overflow-y: scroll;
  height: auto;
  border: 0px;
  box-sizing: border-box;
  max-width: 500px;
  border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .modal.modal-content .modal-content-image {
    position: relative;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .modal.modal-content .modal-content-body {
    position: relative;
    width: 100%;
    padding: 0 42px;
    margin: 42px 0 0;
    box-sizing: border-box; }
    .modal.modal-content .modal-content-body .modal-content-wrapper {
      padding-bottom: 28px;
      word-wrap: break-word;
      overflow-y: hidden; }

@media (max-width: 528px) {
  .modal-content .close-x {
    top: 0;
    right: 0; }
  .modal.modal-content {
    width: 90%;
    max-height: 90%;
    overflow-y: scroll; }
    .modal.modal-content .modal-content-body {
      padding: 0 28px;
      margin: 28px 0; }
    .modal.modal-content:after {
      bottom: 28px; } }





.modal-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 56px 56px 42px; }
  .modal-terms .modal-body {
    overflow: auto;
    text-align: left;
    padding: 0;
    margin: 14px 0 42px;
    max-height: 340px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    .modal-terms .modal-body p {
      font-size: 16px;
      line-height: 24px; }

@media (max-width: 640px) {
  .modal-terms {
    padding: 56px 28px 42px; }
    .modal-terms .modal-bottom {
      padding-bottom: 56px; } }





.legacy-nav-spacer {
  height: 76px; }

.contact-us {
  text-align: center; }
  .contact-us ul {
    padding-left: 0px; }

.no-bullet {
  margin-left: 0px; }
  .no-bullet li {
    list-style-type: none; }





.activity-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.activity-intro-content {
  position: relative;
  width: 100%;
  max-width: 700px;
  box-sizing: border-box; }
  .activity-intro-content p:first-child {
    font-size: 23px;
    line-height: 35px;
    letter-spacing: -.8px; }

.activity-intro-creator {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  color: white;
  z-index: 10; }
  .activity-intro-creator img {
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 14px; }
  .activity-intro-creator a {
    color: white; }

.activity-intro-creator, .activity-intro-adapted {
  margin-bottom: 14px;
  font-style: italic; }

.activity-intro-left, .activity-intro-right {
  width: 100%;
  max-width: 200px;
  margin: 0 20px; }

.activity-intro-left {
  margin-right: 42px;
  text-align: right; }
  .activity-intro-left .social-buttons {
    width: 56px;
    margin-left: auto; }

.activity-intro-right {
  margin-left: 42px; }
  .activity-intro-right .activity-tools {
    margin-bottom: 14px; }
    .activity-intro-right .activity-tools .button-circle-container {
      display: inline-block; }
      .activity-intro-right .activity-tools .button-circle-container:first-of-type {
        padding-left: 0; }
      .activity-intro-right .activity-tools .button-circle-container:last-of-type {
        padding-right: 0; }

.activity-intro.short-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .activity-intro.short-description .activity-intro-content {
    padding: 0 28px; }
  .activity-intro.short-description .activity-intro-left {
    max-width: none;
    margin: 0 0 28px; }
    .activity-intro.short-description .activity-intro-left .social-buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto; }
  .activity-intro.short-description .activity-intro-right {
    margin: 14px 0 0;
    max-width: none; }
    .activity-intro.short-description .activity-intro-right .activity-tools {
      width: auto;
      text-align: center;
      margin-bottom: 0; }

.activity-intro.no-description {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0; }
  .activity-intro.no-description .activity-intro-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0; }
    .activity-intro.no-description .activity-intro-left .social-buttons {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .activity-intro.no-description .activity-intro-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0; }
    .activity-intro.no-description .activity-intro-right .activity-tools {
      text-align: left;
      margin-bottom: 0; }
      .activity-intro.no-description .activity-intro-right .activity-tools .button-circle-container:first-of-type {
        padding-left: 7px; }
      .activity-intro.no-description .activity-intro-right .activity-tools .button-circle-container:last-of-type {
        padding-right: 7px; }
  .activity-intro.no-description .activity-intro-content {
    display: none; }

.activity-intro.paywalled {
  padding-bottom: 0; }
  .activity-intro.paywalled::after {
    content: "";
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    height: 196px;
    width: 100%;
    bottom: 28px;
    left: 0; }

.activity-info hr {
  border-color: #cecece; }
  .activity-info hr:last-of-type {
    margin-bottom: 14px; }

.activity-amounts {
  margin-top: 14px; }

.activity-amounts-equipment {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  box-sizing: border-box; }

.activity-amounts-timing-yield {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 0;
      -ms-flex: 2 0 0;
          flex: 2 0 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.activity-amounts-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  text-align: center;
  margin-bottom: 42px;
  box-sizing: border-box;
  font-style: italic; }
  .activity-amounts-item h4 {
    font-size: 22px;
    margin-bottom: 14px;
    font-style: normal; }

.cs-missing-timing-yield .activity-amounts-timing-yield {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0; }

.cs-long-equipment {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .cs-long-equipment .activity-amounts-equipment, .cs-long-equipment .activity-amounts-timing-yield {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
    box-sizing: border-box; }
  .cs-long-equipment .activity-amounts-equipment {
    text-align: right;
    padding-right: 42px;
    margin-right: 0;
    border-right: 1px solid #DAD8D6; }
  .cs-long-equipment .activity-amounts-timing-yield {
    padding-left: 42px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cs-long-equipment .activity-amounts-timing-yield .activity-amounts-item {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      text-align: left; }

.cs-missing-all-amounts .activity-amounts-equipment, .cs-missing-all-amounts .activity-amounts-timing-yield {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  box-sizing: border-box; }
.cs-missing-all-amounts .activity-amounts-equipment {
  text-align: center;
  padding-right: 0;
  border-right: none; }

.activity-yield-multiplier {
  font-family: Akkurat;
  font-weight: bold;
  color: #ff674d; }

.component-comments {
  margin-top: 42px;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #edecea; }

.activity-print-title {
  margin-top: 42px;
  margin-bottom: 0px; }

@media (max-width: 1220px) {
  cs-suggested-recipes {
    display: none; } }

@media (max-width: 1180px) {
  .activity-intro, .activity-intro.no-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .activity-intro .activity-intro-content, .activity-intro.no-description .activity-intro-content {
      padding: 0 28px; }
    .activity-intro .activity-intro-left, .activity-intro.no-description .activity-intro-left {
      max-width: none;
      margin: 0 0 28px; }
      .activity-intro .activity-intro-left .social-buttons, .activity-intro.no-description .activity-intro-left .social-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: auto; }
    .activity-intro .activity-intro-right, .activity-intro.no-description .activity-intro-right {
      margin: 14px 0 0;
      max-width: none; }
      .activity-intro .activity-intro-right .activity-tools, .activity-intro.no-description .activity-intro-right .activity-tools {
        width: auto;
        text-align: center; } }

@media (max-width: 961px) {
  .activity-intro-content p:first-child {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.2px; } }

@media (max-width: 700px) {
  .component-comments {
    padding-left: 28px;
    padding-right: 28px; }
  .component.activity-intro {
    padding-top: 42px !important; }
  .activity-amounts, .cs-long-equipment, .cs-missing-timing-yield, .cs-missing-all-amounts {
    display: block;
    margin-top: 0; }
    .activity-amounts .activity-amounts-item, .cs-long-equipment .activity-amounts-item, .cs-missing-timing-yield .activity-amounts-item, .cs-missing-all-amounts .activity-amounts-item {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      width: 100%;
      padding: 14px 28px;
      margin: 0;
      text-align: center !important; }
      .activity-amounts .activity-amounts-item h4, .cs-long-equipment .activity-amounts-item h4, .cs-missing-timing-yield .activity-amounts-item h4, .cs-missing-all-amounts .activity-amounts-item h4 {
        font-size: 20px;
        margin-bottom: 7px; }
    .activity-amounts .activity-amounts-equipment, .cs-long-equipment .activity-amounts-equipment, .cs-missing-timing-yield .activity-amounts-equipment, .cs-missing-all-amounts .activity-amounts-equipment {
      padding-top: 0;
      text-align: center;
      border-right: none; }
    .activity-amounts .activity-amounts-timing-yield, .cs-long-equipment .activity-amounts-timing-yield, .cs-missing-timing-yield .activity-amounts-timing-yield, .cs-missing-all-amounts .activity-amounts-timing-yield {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
          -ms-flex: 1 0 0;
              flex: 1 0 0;
      text-align: center;
      padding: 0; } }





.docs-nav {
  width: 100%;
  text-align: center;
  padding: 14px 0; }
  .docs-nav a {
    color: #43413f;
    margin: 0 14px; }





.component.gallery-nav {
  overflow: visible; }

.component.gallery-nav {
  padding: 70px 56px 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .component.gallery-nav .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .component.gallery-nav .input-group .button {
      min-width: 120px; }
    .component.gallery-nav .input-group input {
      font-size: 26px;
      line-height: 42px;
      font-weight: 500; }

.search-input-form {
  -webkit-box-flex: 3;
  -webkit-flex: 3 0 auto;
      -ms-flex: 3 0 auto;
          flex: 3 0 auto;
  max-width: 450px;
  position: relative;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px;
  border-style: dashed;
  border-color: #b8b6b4;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 42px 42px; }
  .search-input-form:before {
    content: "\f002";
    color: #b8b6b4;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: -42px; }
  .search-input-form .search-input-tags {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background-color: #edecea;
    color: #b8b6b4;
    font-weight: 500;
    padding: 7px 14px;
    margin-right: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .search-input-form .search-input-tags i {
      margin-left: 7px;
      cursor: pointer; }
      .search-input-form .search-input-tags i .cs-icon-x-dims {
        width: 11px;
        height: 11px; }
  .search-input-form form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .search-input-form .search-input {
    border: 0px;
    padding: 0;
    width: 100%; }
    .search-input-form .search-input::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .search-input-form .search-input-clear {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .search-input-form .search-input-clear:hover {
      cursor: pointer;
      color: #ff674d; }

.popular-search {
  position: absolute;
  left: 0;
  top: 56px;
  font-size: 16px;
  color: #b8b6b4; }
  .popular-search a {
    border-bottom: 1px solid #b8b6b4;
    margin: 0 2px;
    -webkit-transition: color 300ms ease, border-color 300ms ease;
            transition: color 300ms ease, border-color 300ms ease; }
  .popular-search a:hover {
    color: #43413f;
    border-color: #43413f; }

@media (max-width: 900px) {
  .component.gallery-nav .input-group input {
    font-size: 22px;
    line-height: 42px;
    font-weight: 500; }
  .component.gallery-nav .search-input-form:before {
    font-size: 18px;
    left: -28px; } }

@media (max-width: 750px) {
  .component.gallery-nav {
    padding: 28px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .component.gallery-nav .input-group {
      width: 100%; }
      .component.gallery-nav .input-group input {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500; }
    .component.gallery-nav .search-input-form {
      margin: 0 0 70px; } }

.gallery-filters {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.96);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .gallery-filters .component {
    text-align: center;
    padding: 14px;
    position: initial; }
    .gallery-filters .component .gallery-filter-add-recipe {
      font-size: 18px;
      text-decoration: underline;
      color: #43413f;
      position: absolute;
      bottom: 28px;
      right: 28px; }

.gallery-filter-close {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 100; }
  .gallery-filter-close .cs-icon-x-dims {
    width: 21px;
    height: 21px; }
  .gallery-filter-close:hover {
    color: #ff674d;
    cursor: pointer; }

.gallery-filter-group {
  margin: 0 auto 28px;
  width: 100%;
  max-width: 500px; }
  .gallery-filter-group .radio-option {
    font-size: 20px; }

@media (max-width: 550px) {
  .component.gallery-nav .search-input-form {
    margin: 0 0 91px; }
    .component.gallery-nav .search-input-form:before {
      content: ""; }
  .popular-search {
    top: 63px;
    bottom: auto; } }

@media (max-width: 700px), (max-height: 550px) {
  .gallery-filters .component .gallery-filter-add-recipe {
    font-size: 16px;
    position: relative;
    bottom: inherit;
    right: inherit; }
  .gallery-filters .component .gallery-filter-group h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0; }
  .gallery-filters .component .gallery-filter-group .radio-option {
    font-size: 16px; }
  .gallery-filters .component .gallery-filter-group .filter-button {
    display: none; }
  .gallery-filters .gallery-filter-close .cs-icon-x-dims {
    width: 14px;
    height: 14px; } }

.filter-with-button {
  position: relative;
  display: inline-block; }
  .filter-with-button .filter-button {
    position: absolute;
    top: 0;
    right: -150px;
    line-height: 28px;
    padding: 7px 14px;
    background-color: #edecea;
    border-radius: 28px; }
    .filter-with-button .filter-button:hover {
      color: #ff674d;
      cursor: pointer; }

.gallery-results {
  background-color: #edecea;
  padding-top: 42px;
  min-height: 1200px;
  padding-left: calc((100% - 1400px)/2);
  padding-right: calc((100% - 1400px)/2); }
  .gallery-results .no-results {
    padding: 42px 14px 84px;
    text-align: center; }
    .gallery-results .no-results h3, .gallery-results .no-results h5 {
      margin-bottom: 0; }

.gallery-animate-repeat.ng-move, .gallery-animate-repeat.ng-enter {
  -webkit-transition: all ease-in-out 300ms;
          transition: all ease-in-out 300ms; }
.gallery-animate-repeat.ng-leave {
  -webkit-transition: all ease-in-out 300ms;
          transition: all ease-in-out 300ms; }
  .gallery-animate-repeat.ng-leave.ng-leave-active {
    opacity: 0; }
.gallery-animate-repeat.ng-move, .gallery-animate-repeat.ng-enter {
  opacity: 0; }
.gallery-animate-repeat.ng-leave, .gallery-animate-repeat.ng-move.ng-move-active, .gallery-animate-repeat.ng-enter.ng-enter-active {
  opacity: 1; }

@media (max-width: 1484px) {
  .gallery-results {
    width: 100%;
    padding: 42px 0 0; }
    .gallery-results .matrix.matrix-card {
      padding: 0 42px; } }

@media (max-width: 640px) {
  .gallery-results {
    padding: 0; }
    .gallery-results .matrix.matrix-card {
      padding: 0; }
      .gallery-results .matrix.matrix-card .matrix-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin: 0;
        border-radius: 0; }
        .gallery-results .matrix.matrix-card .matrix-item .item-text {
          padding: 28px;
          text-align: center; }
          .gallery-results .matrix.matrix-card .matrix-item .item-text h4 {
            font-size: 16px;
            line-height: 21px; }
          .gallery-results .matrix.matrix-card .matrix-item .item-text .item-card-label {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .gallery-results .matrix.matrix-card .matrix-item .item-text .item-card-label .tag, .gallery-results .matrix.matrix-card .matrix-item .item-text .item-card-label .premium {
              font-size: 12px;
              line-height: 21px; }
        .gallery-results .matrix.matrix-card .matrix-item .item-image {
          border-radius: 0; }
    .gallery-results .no-results {
      padding: 42px 14px; } }

.gallery-sort {
  position: relative;
  margin-left: 14px;
  display: inline-block; }
  .gallery-sort .gallery-sort-expanded {
    position: relative;
    z-index: 2;
    background-color: #43413f;
    color: white; }
  .gallery-sort .gallery-sort-options {
    position: absolute;
    top: 56px;
    left: -14px;
    width: 150px;
    text-align: center;
    z-index: 1;
    border: 1px solid #edecea;
    border-radius: 4px;
    background-color: white;
    padding: 21px 14px;
    box-sizing: border-box; }
    .gallery-sort .gallery-sort-options:before, .gallery-sort .gallery-sort-options:after {
      content: "";
      border-style: solid;
      border-width: 10px;
      width: 0;
      height: 0;
      position: absolute;
      top: -20px;
      left: 65px; }
    .gallery-sort .gallery-sort-options:before {
      border-color: transparent transparent #edecea; }
    .gallery-sort .gallery-sort-options:after {
      margin-top: 2px;
      border-color: transparent transparent white; }
    .gallery-sort .gallery-sort-options .radio-options .radio-option {
      font-size: 18px;
      line-height: 35px;
      margin: 0 14px; }

@media (max-width: 640px) {
  .gallery-sort .gallery-sort-options .radio-options .radio-option {
    font-size: 16px; } }





.cs-nav-container.joule-top-nav {
  position: fixed;
  top: 0px; }
  .cs-nav-container.joule-top-nav .cs-nav {
    background-color: #edecea; }
    .cs-nav-container.joule-top-nav .cs-nav .cs-nav-right .custom-button {
      margin-bottom: 0px; }

.joule .joule-three-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .joule .joule-three-images cs-image {
    padding: 14px; }
.joule .product-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.joule .product-icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 0 28px 28px;
  box-sizing: border-box;
  text-align: center; }

.nav-joule .cs-nav-container .cs-nav .cs-nav-right {
  display: none; }

.joule-nav-button {
  position: fixed;
  top: 21px;
  right: 28px;
  z-index: 600; }

@media (max-width: 900px) {
  .nav-joule .cs-nav-container .cs-nav .cs-nav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .joule-nav-button {
    display: none; } }

.joule .hero::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
.joule .joule-press img {
  max-width: 1200px !important; }
.joule .product-icons .product-icon {
  padding: 0 28px 42px; }
  .joule .product-icons .product-icon svg {
    margin-bottom: 14px; }
  .joule .product-icons .product-icon h4 {
    max-width: 130px; }

@media (max-width: 800px) {
  .joule .product-icons {
    max-width: none; }
    .joule .product-icons .product-icon {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 33%;
          -ms-flex: 1 0 33%;
              flex: 1 0 33%;
      max-width: 300px;
      padding: 0 28px 28px; } }

@media (max-width: 500px) {
  .joule .product-icons .product-icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%; } }

.product-squares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #43413f; }

.product-square {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 400px; }
  .product-square:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .product-square:hover .product-square-image {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7); }

.product-square-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 14px;
  box-sizing: border-box; }
  .product-square-content .product-square-image {
    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4); }
  .product-square-content h3 {
    z-index: 1;
    color: white;
    margin-bottom: 0px; }

@media (max-width: 800px) {
  .product-square-content h3 {
    font-size: 22px;
    line-height: 22px; } }

@media (max-width: 641px) {
  .product-squares {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .product-square {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    position: relative;
    overflow: hidden; }
    .product-square:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .product-square:last-of-type {
      position: relative;
      overflow: hidden;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
      .product-square:last-of-type:before {
        content: '';
        display: block;
        padding-top: 50%; } }

@media (max-width: 400px) {
  .product-square {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    position: relative;
    overflow: hidden; }
    .product-square:before {
      content: '';
      display: block;
      padding-top: 50%; } }





.joule .component-text-block.component-small {
  padding-left: calc((100% - 600px)/2);
  padding-right: calc((100% - 600px)/2); }
.joule .custom-button {
  margin-bottom: 0; }

@media (max-width: 1194px) {
  .joule .component-media.component-standard {
    padding-left: 42px;
    padding-right: 42px; } }

@media (max-width: 756px) {
  .joule .component-media.component-standard {
    padding-left: 28px;
    padding-right: 28px; }
    .joule .component-media.component-standard .media-video-container {
      min-height: 300px; } }

.product-hero {
  height: 80vh;
  background-color: #43413f;
  color: white;
  position: relative;
  overflow: none; }
  .product-hero .product-hero-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.joule .hero {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90vh; }
  .joule .hero:after {
    background: transparent; }
  .joule .hero .hero-play-button {
    display: none; }
  .joule .hero .hero-text {
    text-align: left;
    max-width: 700px;
    padding: 42px;
    margin-left: 45%; }
    .joule .hero .hero-text h1 {
      font-size: 70px;
      line-height: 70px; }
    .joule .hero .hero-text .hero-cta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .joule .hero .hero-text .hero-cta .custom-button {
        margin-bottom: 0; }
      .joule .hero .hero-text .hero-cta .hero-play {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 28px;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: opacity ease 300ms;
                transition: opacity ease 300ms; }
        .joule .hero .hero-text .hero-cta .hero-play .button-circle-play {
          width: 35px;
          height: 35px;
          border-radius: 50%; }
          .joule .hero .hero-text .hero-cta .hero-play .button-circle-play .cs-icon-play-dims {
            width: 13px;
            height: 13px; }
        .joule .hero .hero-text .hero-cta .hero-play span {
          font-weight: 500;
          margin-left: 7px; }
        .joule .hero .hero-text .hero-cta .hero-play:hover {
          opacity: 0.7; }
    .joule .hero .hero-text .joule-price {
      width: 200px;
      margin-top: 7px;
      text-align: center; }
      .joule .hero .hero-text .joule-price span {
        font-family: 'Akkurat';
        font-size: 21px;
        line-height: 21px;
        font-weight: regular; }
      .joule .hero .hero-text .joule-price .offer {
        color: #ff674d; }
      .joule .hero .hero-text .joule-price .msrp {
        text-decoration: line-through;
        margin-right: 7px;
        opacity: 0.5; }

@media (max-width: 1220px) {
  .joule .hero .hero-text h1 {
    font-size: 63px;
    line-height: 63px; } }

@media (max-width: 1050px) {
  .joule .hero .hero-text h1 {
    font-size: 49px;
    line-height: 49px; }
    .joule .hero .hero-text h1 .joule-title {
      display: inline-block;
      font-size: 63px;
      margin-bottom: 14px; }
  .joule .hero .hero-text h5 {
    font-size: 18px; } }

@media (max-width: 900px) {
  .joule .hero {
    height: 90vh;
    min-height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .joule .hero .hero-background:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, transparent 33%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, transparent 33%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
    .joule .hero .hero-play-button {
      display: inherit;
      z-index: 2; }
    .joule .hero .hero-text {
      margin-left: 0;
      width: 100%;
      padding: 42px 28px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .joule .hero .hero-text h1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        font-size: 42px;
        line-height: 42px; }
        .joule .hero .hero-text h1 .joule-title {
          display: inline-block;
          font-size: 56px;
          margin-bottom: 14px; }
      .joule .hero .hero-text h5 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 7px; }
      .joule .hero .hero-text .hero-cta {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 14px 0; }
        .joule .hero .hero-text .hero-cta .hero-play {
          display: none; }
      .joule .hero .hero-text .joule-price {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        text-align: center;
        margin-bottom: 7px; } }

@media (max-width: 600px) {
  .joule .hero .hero-text h1 {
    font-size: 35px;
    line-height: 35px; }
    .joule .hero .hero-text h1 .joule-title {
      font-size: 56px; }
  .joule .hero .hero-text h5 {
    font-size: 16px;
    line-height: 24px; } }

@media (max-width: 500px) {
  .joule .hero .hero-text h1 {
    font-size: 26px;
    line-height: 28px; }
    .joule .hero .hero-text h1 .joule-title {
      font-size: 42px; }
  .joule .hero .hero-text h5 {
    font-size: 16px;
    line-height: 24px;
    max-width: 220px;
    margin: 0 auto 7px; }
  .joule .hero .hero-text .hero-cta {
    margin: 7px 0 7px; } }

.gift-joule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff674d;
  color: white;
  padding: 42px; }
  .gift-joule h4, .gift-joule .button {
    margin: 0 14px; }

@media (max-width: 700px) {
  .joule .gift-joule {
    padding: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .joule .gift-joule h4 {
      font-size: 16px;
      text-align: center;
      margin: 0 0 14px; }
    .joule .gift-joule .button {
      margin: 0; } }

.joule-press {
  background-color: #43413f;
  padding: 42px 28px;
  box-sizing: border-box;
  text-align: center; }
  .joule-press img {
    width: 100%;
    height: auto;
    max-width: 1000px; }

.joule-three-images {
  padding-bottom: 98px; }

@media (max-width: 1194px) {
  .joule .joule-three-images {
    padding-left: 14px;
    padding-right: 14px; } }

@media (max-width: 600px) {
  .joule .overview-app, .overview-food {
    display: none; } }

.joule .product-icons .product-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule .product-icons .product-icon svg {
    max-height: 75px;
    width: auto;
    margin-bottom: 14px; }
  .joule .product-icons .product-icon h4 {
    max-width: 180px; }

@media (max-width: 1194px) {
  .joule .product-icons {
    padding-left: 28px;
    padding-right: 28px; } }

@media (max-width: 800px) {
  .joule .product-icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 700px;
    margin: auto; }
    .joule .product-icons .product-icon {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      padding: 0 14px 28px; }
      .joule .product-icons .product-icon svg {
        margin-bottom: 14px; }
      .joule .product-icons .product-icon h4 {
        font-size: 16px;
        line-height: 20/14 14px; } }

@media (max-width: 400px) {
  .joule .product-icons .product-icon {
    padding: 0 7px 14px; }
    .joule .product-icons .product-icon h4 {
      font-size: 14px;
      line-height: 16px; } }

@media (max-width: 700px) {
  .product-hero.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 750px; } }

.component.specs-intro {
  background-color: #f3f3f3; }

.full-specs-link {
  text-align: center;
  margin-top: 14px; }

.product-specs {
  background-color: #f3f3f3;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  overflow: hidden; }
  .product-specs .external-specs, .product-specs .internal-specs {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .product-specs .joule-full {
    height: 800px;
    background-size: 2110px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .product-specs .specs {
    position: absolute;
    top: 42px; }
    .product-specs .specs .spec {
      position: relative;
      max-width: 260px;
      margin-bottom: 42px;
      padding: 0 28px; }
      .product-specs .specs .spec h4, .product-specs .specs .spec p {
        margin-bottom: 0; }
      .product-specs .specs .spec h4 {
        font-size: 18px;
        margin-bottom: 7px; }
      .product-specs .specs .spec p {
        font-size: 14px;
        line-height: 21px;
        font-style: italic; }
  .product-specs .dots .dot {
    position: absolute;
    color: #43413f;
    background-color: rgba(255, 255, 255, 0.9);
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.external-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .external-specs .specs {
    right: 252px;
    text-align: right; }
  .external-specs .dot {
    right: 170px; }
  .external-specs .dot-1 {
    top: 100px; }
  .external-specs .dot-2 {
    top: 200px; }
  .external-specs .dot-3 {
    top: 300px;
    right: 80px; }
  .external-specs .dot-4 {
    top: 700px;
    right: 160px; }
  .external-specs .dot-5 {
    top: 730px;
    right: 110px; }

.internal-specs .specs {
  left: 252px;
  text-align: left; }
.internal-specs .dot {
  left: 140px; }
.internal-specs .dot-1 {
  top: 50px;
  left: 120px; }
.internal-specs .dot-2 {
  top: 180px; }
.internal-specs .dot-3 {
  top: 400px;
  left: 120px; }
.internal-specs .dot-4 {
  top: 600px;
  left: 160px; }

.joule .product-specs {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #f3f3f3; }
  .joule .product-specs .full-specs-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center; }

@media (max-width: 1100px) {
  .joule .product-specs {
    padding-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: inherit; }
    .joule .product-specs .joule-full {
      display: none; }
    .joule .product-specs .cs-image {
      max-width: 400px; }
    .joule .product-specs .external-specs, .joule .product-specs .internal-specs {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: 100%; }
      .joule .product-specs .external-specs .specs .spec, .joule .product-specs .internal-specs .specs .spec {
        max-width: none; }
    .joule .product-specs .external-specs .specs {
      right: 308px; }
    .joule .product-specs .external-specs .dot {
      right: 180px; }
    .joule .product-specs .external-specs .dot-1 {
      top: 100px; }
    .joule .product-specs .external-specs .dot-2 {
      top: 150px; }
    .joule .product-specs .external-specs .dot-3 {
      top: 200px;
      right: 120px; }
    .joule .product-specs .external-specs .dot-4 {
      top: 570px;
      right: 200px; }
    .joule .product-specs .external-specs .dot-5 {
      top: 610px;
      right: 160px; }
    .joule .product-specs .internal-specs .specs {
      left: 308px; }
    .joule .product-specs .internal-specs .dot {
      left: 180px; }
    .joule .product-specs .internal-specs .dot-1 {
      top: 30px; }
    .joule .product-specs .internal-specs .dot-2 {
      top: 120px; }
    .joule .product-specs .internal-specs .dot-3 {
      top: 330px;
      left: 160px; }
    .joule .product-specs .internal-specs .dot-4 {
      top: 490px;
      left: 200px; } }

@media (max-width: 700px) {
  .joule .product-specs .external-specs {
    margin-bottom: 120px; } }

@media (max-width: 600px) {
  .joule .product-specs {
    padding-bottom: 42px; }
    .joule .product-specs .cs-image {
      max-width: 250px; }
    .joule .product-specs .external-specs {
      margin-bottom: 14px; }
      .joule .product-specs .external-specs .cs-image {
        margin-right: -40px; }
      .joule .product-specs .external-specs .specs {
        right: 140px; }
        .joule .product-specs .external-specs .specs .spec:after {
          right: -84px; }
    .joule .product-specs .internal-specs .cs-image {
      margin-left: -40px; }
    .joule .product-specs .internal-specs .specs {
      left: 140px; }
      .joule .product-specs .internal-specs .specs .spec:after {
        left: -84px; }
    .joule .product-specs .specs .spec {
      margin-bottom: 28px; }
      .joule .product-specs .specs .spec h4 {
        font-size: 14px; }
      .joule .product-specs .specs .spec p {
        display: none; }
    .joule .product-specs .dots .dot {
      width: 21px;
      height: 21px; }
    .joule .product-specs .external-specs .specs {
      right: 120px; }
    .joule .product-specs .external-specs .dot {
      right: 90px; }
    .joule .product-specs .external-specs .dot-1 {
      top: 18px; }
    .joule .product-specs .external-specs .dot-2 {
      top: 50px; }
    .joule .product-specs .external-specs .dot-3 {
      top: 100px;
      right: 40px; }
    .joule .product-specs .external-specs .dot-4 {
      top: 360px; }
    .joule .product-specs .external-specs .dot-5 {
      top: 380px;
      right: 60px; }
    .joule .product-specs .internal-specs .specs {
      left: 120px; }
    .joule .product-specs .internal-specs .dot {
      left: 90px; }
    .joule .product-specs .internal-specs .dot-1 {
      top: 18px; }
    .joule .product-specs .internal-specs .dot-2 {
      top: 90px;
      left: 70px; }
    .joule .product-specs .internal-specs .dot-3 {
      top: 190px;
      left: 80px; }
    .joule .product-specs .internal-specs .dot-4 {
      top: 300px;
      left: 70px; } }

.product-share {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: visible; }
  .product-share h4 {
    margin-bottom: 14px; }
  .product-share .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .product-share .social-buttons .button-circle-container {
      padding: 0 7px; }
    .product-share .social-buttons .button-circle-comments {
      display: none; }

@media (max-width: 960px) {
  .product-share {
    padding: 42px 28px !important; } }

@media (max-width: 600px) {
  .product-share h2 {
    font-size: 28px;
    line-height: 35px; } }

#fcc {
  padding-top: 56px;
  padding-bottom: 56px; }
  #fcc p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0; }

@media (max-width: 760px) {
  #fcc {
    padding: 42px 28px; }
    #fcc p {
      text-align: center; } }

@media (max-width: 500px) {
  #fcc p {
    font-size: 12px; } }





.current-updateAddress h2 {
  margin-bottom: 14px; }
.current-updateAddress h4 {
  margin-bottom: 0; }

.update-address {
  max-width: 500px;
  margin: auto; }
  .update-address .form-input-group {
    background-color: white;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .update-address .form-input, .update-address .form-input input {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .update-address .form-input {
    padding: 0;
    border: none; }
  .update-address .form-input input {
    height: 56px;
    border: none;
    border-bottom: 1px solid #edecea;
    padding: 0 10px; }
    .update-address .form-input input:active, .update-address .form-input input:focus {
      border-bottom: 2px solid #ff674d; }
  .update-address .three-col input {
    border-right: 1px solid #edecea; }
  .update-address .form-input:last-of-type input {
    border-right: none; }
  .update-address .form-input.three-col {
    width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
    display: inline-block; }
  .update-address .button {
    margin: 42px auto 28px; }

.errors {
  margin-bottom: 28px; }
  .errors .error-message {
    color: #ff674d;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold; }

@media (max-width: 550px) {
  .update-address .form-input.three-col {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    display: block; }
  .update-address .three-col input {
    border-right: none; } }










custom-button-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  custom-button-form .custom-button-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  custom-button-form .button-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.custom-button {
  display: block; }

.component-text-block .custom-button {
  margin-bottom: 28px; }





.component-comments .component-menu {
  height: inherit; }

.comments .comments-title {
  margin-bottom: 42px; }
  .comments .comments-title h2 {
    margin-bottom: 14px; }
  .comments .comments-title h5 {
    margin-bottom: 0; }
.comments .comments-login {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.comments .comment-input {
  margin-bottom: 14px;
  background-color: white;
  color: #43413f;
  padding: 14px;
  border-radius: 4px;
  position: relative; }
  .comments .comment-input text-angular {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 14px; }
    .comments .comment-input text-angular .ta-toolbar {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 14px; }
      .comments .comment-input text-angular .ta-toolbar .button-group {
        margin: 0;
        margin-right: 14px;
        z-index: 1; }
      .comments .comment-input text-angular .ta-toolbar .button {
        padding: 7px 14px;
        font-size: 14px; }
    .comments .comment-input text-angular .ta-editor {
      border: 1px solid #b8b6b4;
      min-height: 84px; }
      .comments .comment-input text-angular .ta-editor p {
        margin-bottom: 0px; }
      .comments .comment-input text-angular .ta-editor img {
        width: 100%; }
  .comments .comment-input .comment-input-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    width: 100%;
    bottom: 28px;
    right: 14px; }
    .comments .comment-input .comment-input-actions .button {
      margin-left: 14px; }
.comments .comments-list {
  display: block;
  background-color: white;
  color: #43413f;
  padding: 14px; }
.comments .loading-spinner {
  padding: 14px; }

.comment {
  width: 100%;
  box-sizing: border-box; }
  .comment .comment-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 21px; }
  .comment .comment-author {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42px;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px; }
    .comment .comment-author img {
      width: 42px;
      border-radius: 50%; }
  .comment .comment-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px; }
    .comment .comment-body .comment-top {
      color: #b8b6b4; }
      .comment .comment-body .comment-top strong {
        color: #43413f; }
    .comment .comment-body .comment-content {
      word-break: break-word; }
      .comment .comment-body .comment-content p {
        margin-bottom: 0px; }
      .comment .comment-body .comment-content img {
        width: 100%;
        margin: 14px 0; }
  .comment .comment-children {
    display: block;
    box-sizing: border-box; }
  .comment .comment-liked {
    color: #d44950; }
  .comment .comment-top .fa.fa-reply {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
  .comment .comment-bottom {
    color: #7a7876;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400; }
    .comment .comment-bottom .comment-item {
      margin-right: 14px;
      -webkit-transition: color 200ms ease-in-out;
              transition: color 200ms ease-in-out; }
      .comment .comment-bottom .comment-item:hover {
        cursor: pointer;
        color: #43413f;
        text-decoration: underline; }
    .comment .comment-bottom .comment-item.comment-like {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .comment .comment-bottom .comment-item.comment-like .comment-likes-count {
        margin-left: 7px; }
      .comment .comment-bottom .comment-item.comment-like:hover {
        color: #d44950;
        text-decoration: none; }
  .comment .comment-input {
    margin-top: 14px; }

.comment-indent {
  padding-left: 56px; }

.comments-paginations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  color: #7a7876; }
  .comments-paginations .comments-pagination {
    border: 1px solid #7a7876;
    border-right: 0px;
    padding: 0 14px;
    -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out; }
    .comments-paginations .comments-pagination:first-of-type {
      border-radius: 4px 0 0 4px; }
    .comments-paginations .comments-pagination:last-of-type {
      border-right: 1px solid #b8b6b4;
      border-radius: 0 4px 4px 0; }
    .comments-paginations .comments-pagination:hover {
      background-color: #b8b6b4;
      color: white;
      cursor: pointer;
      border-color: #b8b6b4; }
    .comments-paginations .comments-pagination.active {
      background-color: #7a7876;
      color: white;
      border-color: #7a7876; }

@media (max-width: 961px) {
  .component.component-comments {
    padding-left: 42px;
    padding-right: 42px; } }

@media (max-width: 641px) {
  .component.component-comments {
    padding-left: 14px;
    padding-right: 14px; } }

@media (max-width: 641px) {
  .comment .comment-content {
    margin-left: -49px; }
  .comment .comment-children {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 1px solid #edecea; }
  .comment .comment-children .comment-children {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }
  .comment .comment-top {
    min-height: 42px; }
  .comment .comment-author img {
    width: 35px; }
  .comment-indent {
    padding-left: 7px; }
  .comments .comment-input.comment-input-reply text-angular .ta-toolbar {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 14px;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .comments .comment-input.comment-input-reply .comment-input-actions {
    position: relative;
    bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }





.component-divider .component-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 100;
  padding: 0 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .component-divider .component-menu .button {
    margin: -21px 3px 0 3px; }

.component-divider {
  overflow: visible; }
  .component-divider .divider {
    padding-top: 84px;
    padding-bottom: 84px; }
    .component-divider .divider hr {
      margin: 0; }

.component-divider .divider.divider-height-short {
  margin-top: -42px;
  padding-bottom: 42px; }

@media (max-width: 641px) {
  .component-divider .divider {
    padding-top: 56px;
    padding-bottom: 56px; }
  .component-divider .divider.divider-height-short {
    margin-top: -28px;
    padding-bottom: 28px; } }





fifty-fifty {
  display: block; }

.fifty-fifty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .fifty-fifty .fifty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative; }
  .fifty-fifty .fifty.fifty-text {
    padding: 140px 112px;
    box-sizing: border-box; }
    .fifty-fifty .fifty.fifty-text .fifty-text-wrapper {
      max-width: 600px;
      margin: 0 auto; }
      .fifty-fifty .fifty.fifty-text .fifty-text-wrapper p:last-of-type {
        margin-bottom: 0; }
      .fifty-fifty .fifty.fifty-text .fifty-text-wrapper .button {
        margin-top: 28px; }

.fifty-fifty.fifty-fifty-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.fifty-fifty.fifty-fifty-style-padded {
  padding: 42px;
  box-sizing: border-box;
  margin: auto;
  max-width: 1500px; }

@media (min-width: 961px) and (max-width: 1166px) {
  .fifty-fifty .fifty.fifty-text {
    padding: 84px; } }

@media (min-width: 641px) and (max-width: 960px) {
  .fifty-fifty .fifty.fifty-text {
    padding: 56px; }
  .fifty-fifty.fifty-fifty-style-padded {
    padding: 28px; }
    .fifty-fifty.fifty-fifty-style-padded .fifty.fifty-text {
      padding: 56px 56px 56px 28px; }
  .fifty-fifty.fifty-fifty-style-padded.fifty-fifty-align-right {
    padding: 28px; }
    .fifty-fifty.fifty-fifty-style-padded.fifty-fifty-align-right .fifty.fifty-text {
      padding: 56px 28px 56px 56px; } }

@media (max-width: 640px) {
  .fifty-fifty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fifty-fifty .fifty.fifty-text {
      padding: 56px 42px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .fifty-fifty .fifty.fifty-image {
      position: relative;
      overflow: hidden;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .fifty-fifty .fifty.fifty-image:before {
        content: '';
        display: block;
        padding-top: 66.66%; }
  .fifty-fifty.fifty-fifty-align-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fifty-fifty.fifty-fifty-style-padded {
    padding: 14px; }
    .fifty-fifty.fifty-fifty-style-padded .fifty.fifty-text {
      padding: 56px 42px; } }

.component-fifty-fifty.theme-orange .button {
  border-color: white;
  color: white; }
  .component-fifty-fifty.theme-orange .button:hover {
    background-color: white;
    color: #ff674d; }

.component-fifty-fifty.theme-dark .button {
  border-color: white;
  color: white; }
  .component-fifty-fifty.theme-dark .button:hover {
    background-color: white;
    color: #43413f; }





.header {
  box-sizing: border-box;
  text-align: center;
  padding-left: 28px;
  padding-right: 28px; }
  .header h2 {
    margin-bottom: 14px; }
  .header h5 {
    margin-bottom: 14px; }

@media (max-width: 640px) {
  .header {
    padding-left: 28px;
    padding-right: 28px; }
    .header h5 {
      margin-bottom: 14px; } }





.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.hero-high-z {
  z-index: 500; }

.component.component-hero.theme-dark {
  background-color: transparent; }

.hero-video {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.hero-video-portrait .cs-embed-video-wrapper {
  width: 100%;
  height: 56.25vw; }

.hero-video-landscape .cs-embed-video-wrapper {
  height: 90%;
  width: calc(16/9 * .9 * 80vh); }

.button.hero-close-button {
  z-index: 2;
  position: absolute;
  top: 14px;
  right: 14px;
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: opacity ease 300ms;
          transition: opacity ease 300ms; }
  .button.hero-close-button:hover {
    color: #43413f;
    border-color: white;
    background-color: white; }

.hero-high-z .button.hero-close-button {
  opacity: 1; }

.component-standard.component-hero .hero {
  border-radius: 4px; }





.hero.hero-type-collection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .hero.hero-type-collection h1 {
    margin-bottom: 21px;
    text-align: center; }
  .hero.hero-type-collection .subhead-row {
    margin-bottom: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hero.hero-type-collection .type-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 14px;
    margin-bottom: 14px; }
    .hero.hero-type-collection .type-label i {
      margin-right: 7px;
      width: 18px;
      height: 18px; }
    .hero.hero-type-collection .type-label h6 {
      margin-bottom: 0;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold; }
  .hero.hero-type-collection .social-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14px; }
    .hero.hero-type-collection .social-buttons .button-circle-container {
      padding: 0 4px; }
    .hero.hero-type-collection .social-buttons .button-circle-comments {
      display: none; }
  .hero.hero-type-collection .main-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .hero.hero-type-collection .main-row div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; }
    .hero.hero-type-collection .main-row .video-group {
      margin-right: 56px; }
      .hero.hero-type-collection .main-row .video-group .cs-image {
        margin-bottom: 28px; }

@media (max-width: 1194px) {
  .hero.hero-type-collection {
    padding-left: 42px;
    padding-right: 42px; } }

@media (max-width: 900px) {
  .hero.hero-type-collection .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hero.hero-type-collection .main-row div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%; }
    .hero.hero-type-collection .main-row .video-group {
      margin-right: 0; } }

@media (max-width: 640px) {
  .hero.hero-type-collection {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 28px; }
    .hero.hero-type-collection h1 {
      margin-bottom: 14px; }
    .hero.hero-type-collection .subhead-row {
      margin-bottom: 7px; }
    .hero.hero-type-collection .type-label, .hero.hero-type-collection .social-buttons {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 14px;
      border-bottom: 1px solid #edecea; } }





.nav-ghost .component-hero:nth-child(1) .hero-text, .nav-ghost .component-hero:nth-child(2) .hero-text {
  -webkit-transform: translateY(20px);
          transform: translateY(20px); }

.hero-type-standard {
  width: 100%;
  min-height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .hero-type-standard .hero-background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%; }
  .hero-type-standard .hero-text {
    text-align: center;
    width: 100%;
    max-width: 700px;
    padding: 42px 0;
    box-sizing: border-box;
    /* To make sure z-index works in Safari */
    position: relative;
    z-index: 2; }
    .hero-type-standard .hero-text .button-circle-play-large {
      margin: 0 auto 14px;
      z-index: 3; }
    .hero-type-standard .hero-text h1 {
      margin-bottom: 14px;
      font-weight: bold;
      text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.6); }
    .hero-type-standard .hero-text h5 {
      font-size: 22px;
      margin-bottom: 28px;
      text-shadow: 0px 0px 35px rgba(0, 0, 0, 0.6); }
  .hero-type-standard::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    /* W3C */ }
  .hero-type-standard.hero-no-overlay::after {
    display: none; }
  .hero-type-standard.light {
    color: white; }
  .hero-type-standard.orange {
    color: #ff674d; }
  .hero-type-standard.hero-text-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .hero-type-standard.hero-text-left .hero-text {
      text-align: left;
      margin-left: calc((100% - 1080px)/2); }
  .hero-type-standard.hero-text-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .hero-type-standard.hero-text-right .hero-text {
      text-align: right;
      margin-right: calc((100% - 1080px)/2); }

.nav-ghost .page .component:first-of-type .hero-type-standard .hero-text {
  padding-top: 77px; }

.component-small.component-hero .hero-type-standard {
  border-radius: 4px; }
  .component-small.component-hero .hero-type-standard .hero-text {
    padding: 42px 28px; }

.hero-type-standard.hero-height-short {
  min-height: 420px; }

.hero-type-standard.hero-height-tall {
  min-height: 90vh; }

.hero-type-standard.hero-align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .hero-type-standard.hero-align-left .hero-text {
    text-align: left;
    padding-left: 84px; }

.hero-type-standard.hero-align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .hero-type-standard.hero-align-right .hero-text {
    text-align: right;
    padding-right: 84px; }

.hero-type-standard.hero-background-video .cs-embed-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
.hero-type-standard.hero-background-video .video-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1136px) {
  .hero-type-standard .hero-text {
    padding: 84px 28px 42px; }
  .hero-type-standard.hero-text-left .hero-text, .hero-type-standard.hero-text-right .hero-text {
    margin: 0; }
  .nav-ghost .component-hero:first-of-type .hero-type-standard .hero-text {
    padding: 84px 28px 42px; } }

@media (max-width: 800px) {
  .hero-type-standard.hero-align-left .hero-text {
    padding-left: 56px; }
  .hero-type-standard.hero-align-right .hero-text {
    padding-right: 56px; } }

@media (max-width: 640px) {
  .hero-type-standard {
    min-height: 532px; }
    .hero-type-standard .hero-text h5 {
      font-size: 20px; }
  .hero-type-standard.hero-height-short {
    min-height: 350px; }
  .hero-type-standard.hero-height-tall {
    min-height: 532px; }
  .component-standard.component-hero, .component-small.component-hero {
    padding: 0; }
    .component-standard.component-hero .hero, .component-small.component-hero .hero {
      border-radius: 0; }
  .hero-type-standard.hero-align-left .hero-text {
    padding-left: 28px; }
  .hero-type-standard.hero-align-right .hero-text {
    padding-right: 28px; } }





/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }





.hero-slider {
  position: relative;
  width: 100%;
  min-height: 80vh; }
  .hero-slider .hero-type-standard, .hero-slider .hero-height-tall {
    min-height: 80vh; }
  .hero-slider.slider-height-tall {
    min-height: 90vh; }
    .hero-slider.slider-height-tall .hero-type-standard, .hero-slider.slider-height-tall .hero-height-tall {
      min-height: 90vh; }
  .hero-slider .hero-slider-item {
    position: absolute;
    left: 0;
    width: 100%; }
  .hero-slider .hero-text {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: -webkit-transform cubic-bezier(.35, .13, .22, 1) 400ms 250ms, opacity cubic-bezier(.35, .13, .22, 1) 400ms 250ms;
            transition: transform cubic-bezier(.35, .13, .22, 1) 400ms 250ms, opacity cubic-bezier(.35, .13, .22, 1) 400ms 250ms; }
  .hero-slider .is-selected .hero-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.flickity-prev-next-button svg {
  display: none; }

.flickity-prev-next-button {
  width: 49px;
  height: 49px;
  background: white;
  opacity: 0;
  -webkit-transform: scale3d(0.9, 0.9, 1) translateY(-50%);
          transform: scale3d(0.9, 0.9, 1) translateY(-50%);
  -webkit-transition: -webkit-transform cubic-bezier(.35, .13, .22, 1) 300ms, opacity cubic-bezier(.35, .13, .22, 1) 300ms;
          transition: transform cubic-bezier(.35, .13, .22, 1) 300ms, opacity cubic-bezier(.35, .13, .22, 1) 300ms; }
  .flickity-prev-next-button:before, .flickity-prev-next-button:after {
    content: "";
    display: block;
    position: absolute;
    background: #43413f;
    border-radius: 10px;
    width: 2px;
    height: 12px;
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.3); }
  .flickity-prev-next-button:before {
    top: 14px; }
  .flickity-prev-next-button:after {
    top: 22px; }
  .flickity-prev-next-button:hover {
    cursor: pointer;
    opacity: 1 !important; }

.flickity-prev-next-button.previous:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 51%; }
.flickity-prev-next-button.previous:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 51%; }

.flickity-prev-next-button.next:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 51%; }
.flickity-prev-next-button.next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 51%; }

.hero-slider:hover .flickity-prev-next-button {
  opacity: 0.5;
  -webkit-transform: scale3d(1, 1, 1) translateY(-50%);
          transform: scale3d(1, 1, 1) translateY(-50%); }

.flickity-page-dots {
  bottom: 21px; }
  .flickity-page-dots .dot {
    position: relative;
    background-color: transparent;
    border: 2px solid white;
    opacity: 1;
    margin: 0 5px;
    -webkit-transition: background-color cubic-bezier(.35, .13, .22, 1) 300ms;
            transition: background-color cubic-bezier(.35, .13, .22, 1) 300ms;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
    .flickity-page-dots .dot:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      background: white;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%) scale3d(0, 0, 0);
              transform: translate(-50%, -50%) scale3d(0, 0, 0);
      opacity: 0.2;
      -webkit-transition: -webkit-transform 300ms cubic-bezier(.35, .13, .22, 1), opacity 300ms cubic-bezier(.35, .13, .22, 1);
              transition: transform 300ms cubic-bezier(.35, .13, .22, 1), opacity 300ms cubic-bezier(.35, .13, .22, 1); }
    .flickity-page-dots .dot.is-selected:before, .flickity-page-dots .dot:hover:before {
      -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
              transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
      opacity: 1;
      cursor: pointer; }

@media (max-width: 640px) {
  .hero-slider {
    min-height: 532px; }
    .hero-slider .hero-type-standard, .hero-slider .hero-height-tall {
      min-height: 532px; }
    .hero-slider.slider-height-tall {
      min-height: 532px; }
      .hero-slider.slider-height-tall .hero-type-standard, .hero-slider.slider-height-tall .hero-height-tall {
        min-height: 532px; }
    .hero-slider .hero-text {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
              transform: translate3d(0, 20px, 0);
      -webkit-transition: -webkit-transform cubic-bezier(.35, .13, .22, 1) 400ms 0ms, opacity cubic-bezier(.35, .13, .22, 1) 400ms 0ms;
              transition: transform cubic-bezier(.35, .13, .22, 1) 400ms 0ms, opacity cubic-bezier(.35, .13, .22, 1) 400ms 0ms; }
    .hero-slider .flickity-prev-next-button {
      display: none; } }





.matrix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.matrix .matrix-item {
  margin: 0 14px 35px;
  box-sizing: border-box; }

@media (min-width: 1195px) {
  .component-full .matrix {
    padding: 0px 42px; }
  .matrix.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 56px)/3);
        -ms-flex: 0 1 calc((100% - 56px)/3);
            flex: 0 1 calc((100% - 56px)/3);
    -webkit-flex-basis: calc((100% - 56px)/3);
        -ms-flex-preferred-size: calc((100% - 56px)/3);
            flex-basis: calc((100% - 56px)/3); }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n+1) {
      margin-left: 0px; }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n+3) {
      margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 84px)/4);
        -ms-flex: 0 1 calc((100% - 84px)/4);
            flex: 0 1 calc((100% - 84px)/4);
    -webkit-flex-basis: calc((100% - 84px)/4);
        -ms-flex-preferred-size: calc((100% - 84px)/4);
            flex-basis: calc((100% - 84px)/4); }
    .matrix.matrix-4-col .matrix-item:nth-of-type(4n+1) {
      margin-left: 0px; }
    .matrix.matrix-4-col .matrix-item:nth-of-type(4n+4) {
      margin-right: 0px; } }

@media (min-width: 951px) and (max-width: 1194px) {
  .matrix {
    padding: 0px 42px; }
  .matrix.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 56px)/3);
        -ms-flex: 0 1 calc((100% - 56px)/3);
            flex: 0 1 calc((100% - 56px)/3);
    -webkit-flex-basis: calc((100% - 56px)/3);
        -ms-flex-preferred-size: calc((100% - 56px)/3);
            flex-basis: calc((100% - 56px)/3); }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n+1) {
      margin-left: 0px; }
    .matrix.matrix-3-col .matrix-item:nth-of-type(3n+3) {
      margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 56px)/3);
        -ms-flex: 0 1 calc((100% - 56px)/3);
            flex: 0 1 calc((100% - 56px)/3);
    -webkit-flex-basis: calc((100% - 56px)/3);
        -ms-flex-preferred-size: calc((100% - 56px)/3);
            flex-basis: calc((100% - 56px)/3); }
    .matrix.matrix-4-col .matrix-item:nth-of-type(3n+1) {
      margin-left: 0px; }
    .matrix.matrix-4-col .matrix-item:nth-of-type(3n+3) {
      margin-right: 0px; } }

@media (min-width: 641px) and (max-width: 950px) {
  .matrix {
    padding: 0px 42px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix.matrix-2-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-3-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix.matrix-3-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2); }
    .matrix.matrix-4-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix.matrix-4-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; } }

@media (max-width: 640px) {
  .matrix {
    padding: 0px 14px; }
  .matrix.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .matrix.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; } }

.item-icons {
  position: absolute;
  height: 28px;
  padding: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
  /* IE6-9 */ }

.item-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white; }
  .item-info .item-info-counters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 14px; }
    .item-info .item-info-counters i {
      margin-right: 7px;
      margin-top: 2px; }
  .item-info .item-info-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-style: italic; }

.is-mobile .item-info {
  top: initial;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 14px; }
  .is-mobile .item-info .item-info-counters {
    font-size: 20px;
    margin-bottom: 0; }
    .is-mobile .item-info .item-info-counters i {
      margin-top: 1px; }
  .is-mobile .item-info .item-info-more {
    display: none; }

.item-text:hover h4, .item-text:hover h6 {
  cursor: pointer;
  text-decoration: none; }
.item-text:hover h4 .underline-hover {
  background-position: 0% 97%;
  -webkit-transition: background-position 0.4s ease;
          transition: background-position 0.4s ease; }

.zoom-hover {
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  cursor: pointer; }
  .zoom-hover cs-image {
    background-color: #43413f; }
    .zoom-hover cs-image img {
      -webkit-filter: brightness(1);
              filter: brightness(1);
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
      -webkit-transition: all 500ms ease;
              transition: all 500ms ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .zoom-hover .zoom-hover-hide {
    -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
    opacity: 1; }
  .zoom-hover .zoom-hover-show {
    -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
    opacity: 0; }

.zoom-hover-active cs-image img {
  cursor: pointer;
  -webkit-transform: scale3d(1.06, 1.06, 1.06);
          transform: scale3d(1.06, 1.06, 1.06); }
.zoom-hover-active .zoom-hover-hide {
  opacity: 0; }
.zoom-hover-active .zoom-hover-show {
  opacity: 1; }

.zoom-hover-active.zoom-hover-active-dim cs-image img {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4); }





.matrix-collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 28px;
  margin: 0 0 28px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  cursor: pointer; }
  .matrix-collapsible-header h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0px; }
  .matrix-collapsible-header .button-group-inline {
    min-width: 70px; }
  .matrix-collapsible-header i {
    color: #b8b6b4;
    font-size: 28px; }

.matrix-collapsible .matrix.matrix-list .matrix-item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.disable-non-premium .matrix-collapsible-header {
  opacity: 0.6; }
.disable-non-premium .matrix-collapsible .matrix.matrix-list .matrix-item a {
  pointer-events: none;
  opacity: 0.6; }

@media (max-width: 1194px) {
  .matrix-collapsible-header {
    margin: 0 28px 28px; } }

@media (max-width: 550px) {
  .component-matrix-collapsible.component.padded {
    padding-top: 28px;
    padding-bottom: 14px; }
  .matrix-collapsible-header {
    padding: 14px;
    margin: 0 14px 14px; }
    .matrix-collapsible-header h3 {
      font-size: 18px; }
  .matrix-collapsible {
    margin-bottom: 14px; }
    .matrix-collapsible .number-circle, .matrix-collapsible .item-number {
      width: 21px;
      height: 21px;
      font-size: 14px; } }





.matrix-filter h2 {
  text-align: center; }
.matrix-filter .matrix-filter-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 42px; }
  .matrix-filter .matrix-filter-tags .matrix-filter-tag {
    margin: 0 14px;
    font-weight: 500;
    white-space: normal; }
    .matrix-filter .matrix-filter-tags .matrix-filter-tag .underline-hover {
      background-position: 100% 97%; }
    .matrix-filter .matrix-filter-tags .matrix-filter-tag.tag-inactive .underline-hover {
      -webkit-transition: background-position 0.3s ease, color 300ms ease-in-out;
              transition: background-position 0.3s ease, color 300ms ease-in-out;
      color: #b8b6b4;
      background-position: 100% 97%; }
      .matrix-filter .matrix-filter-tags .matrix-filter-tag.tag-inactive .underline-hover:hover {
        cursor: pointer;
        color: #43413f;
        background-position: 0% 97%; }
.matrix-filter .matrix-filter-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 42px; }





media {
  display: block; }

.media-video-container {
  position: relative;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden; }
  .media-video-container:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .media-video-container .media-button-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .media-video-container cs-embed-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.component-media .cs-image {
  margin-bottom: 28px; }

.media-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  padding: 0 14px; }
  .media-bottom .media-description {
    font-style: italic;
    font-weight: 400;
    margin-right: 28px; }

.component-full .media-bottom {
  padding: 0 28px; }

@media (max-width: 1166px) {
  .component-standard .media-bottom {
    padding: 0 28px; } }

@media (max-width: 756px) {
  .component-small .media-bottom {
    padding: 0 28px; } }

@media (max-width: 500px) {
  .media-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .media-bottom h6 {
      margin-bottom: 14px; } }





.media-multi .hero {
  height: 600px;
  min-height: auto; }
  .media-multi .hero:after {
    background: rgba(0, 0, 0, 0.5); }
  .media-multi .hero .hero-video-landscape .cs-embed-video-wrapper {
    height: 480px;
    width: 853.33333px; }

.media-multi-bottom {
  background-color: #43413f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.media-multi-item-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .media-multi-item-wrapper::-webkit-scrollbar {
    display: none; }

.media-multi-item {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  padding: 14px; }
  .media-multi-item:hover {
    cursor: pointer; }
  .media-multi-item.active .item-image {
    border: 4px solid white; }
  .media-multi-item .cs-image-hover-info .info-more {
    text-transform: none; }

@media (max-width: 550px) {
  .media-multi .hero {
    height: 400px;
    min-height: 400px; }
  .media-multi-item-wrapper {
    padding: 21px 14px; }
  .media-multi-item {
    width: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    padding: 7px; }
    .media-multi-item .cs-image-hover-info .info-more {
      font-size: 12px;
      padding: 0 7px; } }





.button {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 42px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 4px 28px 5px;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button i {
    line-height: 1; }
  .button:focus {
    outline: none; }
  .button:hover, .button:active, .button.active {
    cursor: pointer;
    background-color: #43413f;
    color: white; }
  .button:disabled, .button:disabled:hover {
    opacity: 0.6 !important; }

.button.outline {
  border: 2px solid #43413f;
  background-color: transparent;
  color: #43413f;
  text-decoration: none; }
  .button.outline:hover, .button.outline:active, .button.outline.active {
    background-color: #43413f;
    color: white; }
  .button.outline.light {
    border-color: white;
    color: white; }
    .button.outline.light:hover, .button.outline.light:active, .button.outline.light.active {
      background-color: white;
      color: #43413f; }
  .button.outline.orange {
    border-color: #ff674d;
    color: #ff674d; }
    .button.outline.orange:hover, .button.outline.orange:active, .button.outline.orange.active {
      background-color: #ff674d;
      color: white; }
  .button.outline.red {
    border-color: #d44950;
    color: #d44950; }
    .button.outline.red:hover, .button.outline.red:active, .button.outline.red.active {
      background-color: #d44950;
      color: white; }

.button.solid {
  border: 2px solid #43413f;
  background-color: #43413f;
  color: white;
  text-decoration: none; }
  .button.solid:hover, .button.solid:active, .button.solid.active {
    opacity: 0.8; }
  .button.solid.light {
    border-color: white;
    background-color: white;
    color: #43413f; }
  .button.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
  .button.solid.red {
    border-color: #d44950;
    background-color: #d44950;
    color: white; }
  .button.solid.text-orange {
    color: #ff674d; }

.button-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-group-inline button, .button-group-inline div, .button-group-inline span {
    margin-left: 7px;
    margin-right: 7px; }

.button-underline, .button.button-underline {
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  height: auto;
  padding: 0;
  border: none;
  color: #43413f; }
  .button-underline:hover, .button-underline:active, .button-underline.active, .button.button-underline:hover, .button.button-underline:active, .button.button-underline.active {
    cursor: pointer;
    background-color: transparent;
    color: #43413f; }

.theme-light .button.button-underline, .theme-gray .button.button-underline {
  color: #43413f; }
  .theme-light .button.button-underline:hover, .theme-light .button.button-underline:active, .theme-light .button.button-underline.active, .theme-gray .button.button-underline:hover, .theme-gray .button.button-underline:active, .theme-gray .button.button-underline.active {
    color: #43413f; }

.theme-dark .button.button-underline, .theme-orange .button.button-underline {
  color: white; }
  .theme-dark .button.button-underline:hover, .theme-dark .button.button-underline:active, .theme-dark .button.button-underline.active, .theme-orange .button.button-underline:hover, .theme-orange .button.button-underline:active, .theme-orange .button.button-underline.active {
    color: white; }

.button.small {
  min-height: 35px;
  line-height: 14px;
  padding: 8px 14px 6px; }

.button.button-circle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.button.button-circle-large {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-radius: 31.5px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.button-circle-large:hover, .button.button-circle-large:active, .button.button-circle-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  .button.button-circle-large:focus {
    outline: 0; }

.button-circle-play {
  width: 28px;
  height: 28px;
  min-height: none;
  border-radius: 14px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play i {
    padding-left: 3px;
    margin: auto; }

.button-circle-play-large {
  width: 63px;
  height: 63px;
  border-radius: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play-large i {
    margin: auto;
    padding-left: 5px; }
  .button-circle-play-large .cs-icon-play-dims {
    width: 25px;
    height: 25px; }
  .button-circle-play-large:hover, .button-circle-play-large:active, .button-circle-play-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  .button-circle-play-large:focus {
    outline: 0; }

.button-circle.button-circle-gray, .button.button-circle-facebook, .button.button-circle-twitter, .button.button-circle-chefsteps {
  padding: 8px;
  margin: 0 auto;
  border: 2px solid #b8b6b4;
  background-color: #b8b6b4;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:active, .button-circle.button-circle-gray.active, .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active, .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active, .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active, .button.button-circle-chefsteps.active {
    opacity: 0.8; }
  .button-circle.button-circle-gray.outline, .button.button-circle-facebook.outline, .button.button-circle-twitter.outline, .button.button-circle-chefsteps.outline {
    background-color: transparent;
    border: 2px solid #b8b6b4;
    color: #b8b6b4; }
    .button-circle.button-circle-gray.outline:hover, .button-circle.button-circle-gray.outline:active, .button-circle.button-circle-gray.outline.active, .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active, .button.button-circle-facebook.outline.active, .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active, .button.button-circle-twitter.outline.active, .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      border-color: #b8b6b4;
      background-color: #b8b6b4;
      color: white;
      opacity: 1; }

.button.floating-action-button {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 35px;
  z-index: 400;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.floating-action-button:hover, .button.floating-action-button:active, .button.floating-action-button.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1 !important; }
  .button.floating-action-button:focus {
    outline: 0; }

.button.button-circle-facebook {
  background-color: #3b5998;
  border: #3b5998; }
  .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .button.button-circle-facebook.outline {
    color: #3b5998;
    border-color: #3b5998;
    background-color: transparent; }
    .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active {
      background-color: #3b5998;
      border-color: #3b5998;
      color: white; }

.button.button-circle-twitter {
  background-color: #1daced;
  border-color: #1daced; }
  .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active {
    background-color: #1daced;
    border-color: #1daced; }
  .button.button-circle-twitter.outline {
    color: #1daced;
    border-color: #1daced;
    background-color: transparent; }
    .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active {
      background-color: #1daced;
      border-color: #1daced;
      color: white; }

.button.button-circle-chefsteps {
  background-color: #ff674d;
  border-color: #ff674d; }
  .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active {
    background-color: #ff674d;
    border-color: #ff674d; }
  .button.button-circle-chefsteps.outline {
    color: #ff674d;
    border-color: #ff674d;
    background-color: transparent; }
    .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      background-color: #ff674d;
      border-color: #ff674d;
      color: white; }

.button-circle-container {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 7px; }
  .button-circle-container .button-circle-text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    color: #b8b6b4; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 5px 0 0 5px; }
  .button-group .button:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px; }

.button.button-tab {
  border-radius: 14px 14px 0 0;
  border-bottom: 0;
  margin-right: 2px; }

@media (max-width: 640px) {
  .button {
    font-size: 16px; }
  .button.floating-action-button {
    bottom: 21px;
    right: 21px; } }

olapic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  olapic h4 {
    text-align: center;
    margin-left: 14px;
    margin-right: 14px; }
  olapic .olapic {
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 28px; }
  olapic custom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.component-small olapic {
  max-width: 700px; }

@media (max-width: 1194px) {
  .component-standard {
    padding-left: 0;
    padding-right: 0; }
  .component-standard .olapic {
    padding: 0 14px 28px; } }

@media (max-width: 756px) {
  .component-full, .component-standard, .component-small {
    padding-left: 0;
    padding-right: 0; }
  .component-full .olapic, .component-standard .olapic, .component-small .olapic {
    padding: 0 0 21px; } }





.component.component-pageNav {
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #edecea;
  background-color: white; }

.page-nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .page-nav-items .page-nav-title {
    padding-right: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .page-nav-items .page-nav-title img {
      width: 90px; }
  .page-nav-items .page-nav-item {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 200ms color ease-in-out;
            transition: 200ms color ease-in-out;
    font-size: 14px;
    font-weight: 500; }
    .page-nav-items .page-nav-item svg {
      height: 50px;
      margin-bottom: 0; }
      .page-nav-items .page-nav-item svg .a, .page-nav-items .page-nav-item svg .b {
        stroke-width: 2px;
        stroke: #43413f;
        -webkit-transition: 200ms stroke ease-in-out, 200ms fill ease-in-out;
                transition: 200ms stroke ease-in-out, 200ms fill ease-in-out; }
    .page-nav-items .page-nav-item:hover {
      color: #ff674d;
      cursor: pointer; }
      .page-nav-items .page-nav-item:hover svg .a, .page-nav-items .page-nav-item:hover svg .b {
        stroke: #ff674d; }
  .page-nav-items .page-nav-buy {
    position: absolute;
    right: 28px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-nav-items .custom-button {
    margin-bottom: 0; }

@media (max-width: 800px) {
  .page-nav-items .page-nav-buy .custom-button {
    display: none; } }

@media (max-width: 700px) {
  .page-nav-items {
    overflow: scroll;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 0 28px;
    -webkit-overflow-scrolling: touch; }
    .page-nav-items .page-nav-item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin: 0; }
    .page-nav-items .last-item-mobile {
      padding-right: 28px; }
    .page-nav-items .page-nav-title {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  .page-nav-items::-webkit-scrollbar {
    display: none; } }





.slider {
  position: relative; }
  .slider .slides {
    position: relative;
    overflow: hidden;
    background-color: #43413f;
    max-height: 90vh; }
    .slider .slides:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box; }
    .slider .slide .slide-content {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      .slider .slide .slide-content .slide-video {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .slider .slide .slide-content .slide-video:before {
          content: '';
          display: block;
          padding-top: 56.25%; }
        .slider .slide .slide-content .slide-video cs-embed-video {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .slider .slide .slide-content .slide-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        z-index: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 28px 112px 112px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: background-color ease 300ms;
                transition: background-color ease 300ms;
        -webkit-transition: opacity ease 300ms;
                transition: opacity ease 300ms;
        opacity: 1; }
        .slider .slide .slide-content .slide-text .slide-text-wrapper {
          max-width: 700px;
          color: white; }
        .slider .slide .slide-content .slide-text .slide-title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 28px; }
          .slider .slide .slide-content .slide-text .slide-title .button-circle-play-large {
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            margin-bottom: 14px;
            -webkit-transition: all 300ms ease;
                    transition: all 300ms ease; }
          .slider .slide .slide-content .slide-text .slide-title h2 {
            font-size: 70px;
            line-height: 70px;
            font-weight: bold;
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: opacity ease 300ms;
                    transition: opacity ease 300ms; }
        .slider .slide .slide-content .slide-text p, .slider .slide .slide-content .slide-text .button {
          opacity: 1;
          -webkit-transition: opacity ease 300ms;
                  transition: opacity ease 300ms; }
  .slider .slider-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: none; }
    .slider .slider-controls .slider-prev, .slider .slider-controls .slider-next {
      z-index: 500;
      opacity: 0.85;
      margin: 84px 7px 0; }
      .slider .slider-controls .slider-prev .button-circle-large, .slider .slider-controls .slider-next .button-circle-large {
        -webkit-transform: scale(.8, .8);
                transform: scale(.8, .8);
        border: 1px solid #b8b6b4; }
      .slider .slider-controls .slider-prev i.fa, .slider .slider-controls .slider-next i.fa {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }

.slider.video-playing .slide .slide-content .slide-text {
  background-color: transparent; }
  .slider.video-playing .slide .slide-content .slide-text h2, .slider.video-playing .slide .slide-content .slide-text p, .slider.video-playing .slide .slide-content .slide-text .button {
    opacity: 0; }
  .slider.video-playing .slide .slide-content .slide-text .button-circle-play-large {
    opacity: 0; }

.slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }
  .slider-nav .slider-nav-items {
    width: 100%;
    max-width: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 84px 28px 42px;
    color: white;
    border-radius: 4px;
    -webkit-transition: -webkit-transform ease 300ms;
            transition: transform ease 300ms; }
    .slider-nav .slider-nav-items .slider-nav-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33%;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      .slider-nav .slider-nav-items .slider-nav-item.has-line {
        position: relative; }
        .slider-nav .slider-nav-items .slider-nav-item.has-line:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          width: calc(100% - 16px);
          height: 0px;
          border-top: 2px solid rgba(255, 255, 255, 0.5); }
        .slider-nav .slider-nav-items .slider-nav-item.has-line:before {
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .slider-nav .slider-nav-items .slider-nav-item .slider-nav-item-circle {
        position: relative;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 14px;
        width: 14px;
        height: 14px;
        margin-bottom: 14px;
        -webkit-transition: 300ms all ease-in-out;
                transition: 300ms all ease-in-out; }
        .slider-nav .slider-nav-items .slider-nav-item .slider-nav-item-circle:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 14px;
          height: 14px;
          background-color: white;
          border-radius: 100%;
          -webkit-transform: translate(-50%, -50%) scale3d(0, 0, 1);
                  transform: translate(-50%, -50%) scale3d(0, 0, 1);
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transition: -webkit-transform 300ms ease;
                  transition: transform 300ms ease; }
      .slider-nav .slider-nav-items .slider-nav-item .slider-nav-item-title {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: 300ms all ease-in-out;
                transition: 300ms all ease-in-out; }
      .slider-nav .slider-nav-items .slider-nav-item:hover {
        cursor: pointer; }
        .slider-nav .slider-nav-items .slider-nav-item:hover .slider-nav-item-circle {
          border: 2px solid white; }
        .slider-nav .slider-nav-items .slider-nav-item:hover .slider-nav-item-title {
          color: white; }
      .slider-nav .slider-nav-items .slider-nav-item.active .slider-nav-item-circle {
        border: 2px solid white;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
                transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transition: -webkit-transform 300ms ease;
                transition: transform 300ms ease; }
        .slider-nav .slider-nav-items .slider-nav-item.active .slider-nav-item-circle:before {
          -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
                  transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .slider-nav .slider-nav-items .slider-nav-item.active .slider-nav-item-title {
        color: white; }

.slider-mobile-cta {
  display: none; }

.slider .slide {
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out; }
  .slider .slide.slide-no-transition {
    -webkit-transition: all 0ms;
            transition: all 0ms; }

.slide-in {
  opacity: 1; }

@media (max-width: 900px) {
  .slider .slide .slide-content .slide-text .slide-title h2 {
    font-size: 56px;
    line-height: 56px; } }

@media (max-width: 750px) {
  .slider .slide .slide-content .slide-text .slide-title .button-circle-play-large {
    -webkit-transform: scale3d(.8, .8, 1);
            transform: scale3d(.8, .8, 1); }
  .slider .slide .slide-content .slide-text .slide-title h2 {
    font-size: 35px;
    line-height: 35px; }
  .slider .slider-nav-item-title {
    max-width: 150px;
    white-space: wrap; } }

@media (max-width: 600px) {
  .slider .slides {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8); }
    .slider .slides:before {
      content: '';
      display: block;
      padding-top: 150%; }
    .slider .slides:before {
      padding-top: 120%; }
  .slider .slide {
    margin: 42px;
    margin-bottom: 112px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    background-color: white; }
    .slider .slide .slide-content {
      display: block; }
      .slider .slide .slide-content .slide-video {
        width: 100%;
        height: 60%;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .slider .slide .slide-content .slide-video .button-circle-play-large {
          z-index: 3; }
      .slider .slide .slide-content .slide-text {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%;
        width: 100%;
        height: 40%;
        padding: 28px;
        background-color: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        vertical-align: center; }
        .slider .slide .slide-content .slide-text .slide-title {
          margin-bottom: 0; }
          .slider .slide .slide-content .slide-text .slide-title h2 {
            max-width: 300px;
            font-size: 21px;
            line-height: 28px;
            font-weight: 500;
            color: #43413f;
            margin-bottom: 0; }
          .slider .slide .slide-content .slide-text .slide-title .button-circle-play-large {
            display: none; }
        .slider .slide .slide-content .slide-text p {
          display: none; }
  .slider .slider-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .slider .slider-nav {
    display: none; }
  .slider .slider-mobile-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .slider .slider-mobile-cta .button {
      margin-bottom: 42px; } }










.button {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  border-radius: 42px;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 42px;
  line-height: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: 4px 28px 5px;
  -webkit-transition-property: background-color, border, color, opacity;
          transition-property: background-color, border, color, opacity;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button i {
    line-height: 1; }
  .button:focus {
    outline: none; }
  .button:hover, .button:active, .button.active {
    cursor: pointer;
    background-color: #43413f;
    color: white; }
  .button:disabled, .button:disabled:hover {
    opacity: 0.6 !important; }

.button.outline {
  border: 2px solid #43413f;
  background-color: transparent;
  color: #43413f;
  text-decoration: none; }
  .button.outline:hover, .button.outline:active, .button.outline.active {
    background-color: #43413f;
    color: white; }
  .button.outline.light {
    border-color: white;
    color: white; }
    .button.outline.light:hover, .button.outline.light:active, .button.outline.light.active {
      background-color: white;
      color: #43413f; }
  .button.outline.orange {
    border-color: #ff674d;
    color: #ff674d; }
    .button.outline.orange:hover, .button.outline.orange:active, .button.outline.orange.active {
      background-color: #ff674d;
      color: white; }
  .button.outline.red {
    border-color: #d44950;
    color: #d44950; }
    .button.outline.red:hover, .button.outline.red:active, .button.outline.red.active {
      background-color: #d44950;
      color: white; }

.button.solid {
  border: 2px solid #43413f;
  background-color: #43413f;
  color: white;
  text-decoration: none; }
  .button.solid:hover, .button.solid:active, .button.solid.active {
    opacity: 0.8; }
  .button.solid.light {
    border-color: white;
    background-color: white;
    color: #43413f; }
  .button.solid.orange {
    border-color: #ff674d;
    background-color: #ff674d;
    color: white; }
  .button.solid.red {
    border-color: #d44950;
    background-color: #d44950;
    color: white; }
  .button.solid.text-orange {
    color: #ff674d; }

.button-group-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-group-inline button, .button-group-inline div, .button-group-inline span {
    margin-left: 7px;
    margin-right: 7px; }

.button-underline, .button.button-underline {
  text-decoration: underline;
  font-weight: 500;
  font-style: normal;
  line-height: 42px;
  height: auto;
  padding: 0;
  border: none;
  color: #43413f; }
  .button-underline:hover, .button-underline:active, .button-underline.active, .button.button-underline:hover, .button.button-underline:active, .button.button-underline.active {
    cursor: pointer;
    background-color: transparent;
    color: #43413f; }

.theme-light .button.button-underline, .theme-gray .button.button-underline {
  color: #43413f; }
  .theme-light .button.button-underline:hover, .theme-light .button.button-underline:active, .theme-light .button.button-underline.active, .theme-gray .button.button-underline:hover, .theme-gray .button.button-underline:active, .theme-gray .button.button-underline.active {
    color: #43413f; }

.theme-dark .button.button-underline, .theme-orange .button.button-underline {
  color: white; }
  .theme-dark .button.button-underline:hover, .theme-dark .button.button-underline:active, .theme-dark .button.button-underline.active, .theme-orange .button.button-underline:hover, .theme-orange .button.button-underline:active, .theme-orange .button.button-underline.active {
    color: white; }

.button.small {
  min-height: 35px;
  line-height: 14px;
  padding: 8px 14px 6px; }

.button.button-circle {
  min-width: 42px;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }

.button.button-circle-large {
  min-width: 63px;
  width: 63px;
  height: 63px;
  border-radius: 31.5px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.button-circle-large:hover, .button.button-circle-large:active, .button.button-circle-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  .button.button-circle-large:focus {
    outline: 0; }

.button-circle-play {
  width: 28px;
  height: 28px;
  min-height: none;
  border-radius: 14px;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play i {
    padding-left: 3px;
    margin: auto; }

.button-circle-play-large {
  width: 63px;
  height: 63px;
  border-radius: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #43413f;
  background-color: white;
  border: none;
  cursor: pointer;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button-circle-play-large i {
    margin: auto;
    padding-left: 5px; }
  .button-circle-play-large .cs-icon-play-dims {
    width: 25px;
    height: 25px; }
  .button-circle-play-large:hover, .button-circle-play-large:active, .button-circle-play-large.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  .button-circle-play-large:focus {
    outline: 0; }

.button-circle.button-circle-gray, .button.button-circle-facebook, .button.button-circle-twitter, .button.button-circle-chefsteps {
  padding: 8px;
  margin: 0 auto;
  border: 2px solid #b8b6b4;
  background-color: #b8b6b4;
  color: white;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box; }
  .button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:active, .button-circle.button-circle-gray.active, .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active, .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active, .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active, .button.button-circle-chefsteps.active {
    opacity: 0.8; }
  .button-circle.button-circle-gray.outline, .button.button-circle-facebook.outline, .button.button-circle-twitter.outline, .button.button-circle-chefsteps.outline {
    background-color: transparent;
    border: 2px solid #b8b6b4;
    color: #b8b6b4; }
    .button-circle.button-circle-gray.outline:hover, .button-circle.button-circle-gray.outline:active, .button-circle.button-circle-gray.outline.active, .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active, .button.button-circle-facebook.outline.active, .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active, .button.button-circle-twitter.outline.active, .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      border-color: #b8b6b4;
      background-color: #b8b6b4;
      color: white;
      opacity: 1; }

.button.floating-action-button {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 35px;
  z-index: 400;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform ease 300ms;
          transition: transform ease 300ms;
  -webkit-tap-highlight-color: transparent; }
  .button.floating-action-button:hover, .button.floating-action-button:active, .button.floating-action-button.active {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1 !important; }
  .button.floating-action-button:focus {
    outline: 0; }

.button.button-circle-facebook {
  background-color: #3b5998;
  border: #3b5998; }
  .button.button-circle-facebook:hover, .button.button-circle-facebook:active, .button.button-circle-facebook.active {
    background-color: #3b5998;
    border-color: #3b5998; }
  .button.button-circle-facebook.outline {
    color: #3b5998;
    border-color: #3b5998;
    background-color: transparent; }
    .button.button-circle-facebook.outline:hover, .button.button-circle-facebook.outline:active {
      background-color: #3b5998;
      border-color: #3b5998;
      color: white; }

.button.button-circle-twitter {
  background-color: #1daced;
  border-color: #1daced; }
  .button.button-circle-twitter:hover, .button.button-circle-twitter:active, .button.button-circle-twitter.active {
    background-color: #1daced;
    border-color: #1daced; }
  .button.button-circle-twitter.outline {
    color: #1daced;
    border-color: #1daced;
    background-color: transparent; }
    .button.button-circle-twitter.outline:hover, .button.button-circle-twitter.outline:active {
      background-color: #1daced;
      border-color: #1daced;
      color: white; }

.button.button-circle-chefsteps {
  background-color: #ff674d;
  border-color: #ff674d; }
  .button.button-circle-chefsteps:hover, .button.button-circle-chefsteps:active {
    background-color: #ff674d;
    border-color: #ff674d; }
  .button.button-circle-chefsteps.outline {
    color: #ff674d;
    border-color: #ff674d;
    background-color: transparent; }
    .button.button-circle-chefsteps.outline:hover, .button.button-circle-chefsteps.outline:active, .button.button-circle-chefsteps.outline.active {
      background-color: #ff674d;
      border-color: #ff674d;
      color: white; }

.button-circle-container {
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 7px; }
  .button-circle-container .button-circle-text {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    color: #b8b6b4; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 5px 0 0 5px; }
  .button-group .button:last-of-type {
    border-radius: 0 5px 5px 0;
    border-right-width: 1px; }

.button.button-tab {
  border-radius: 14px 14px 0 0;
  border-bottom: 0;
  margin-right: 2px; }

@media (max-width: 640px) {
  .button {
    font-size: 16px; }
  .button.floating-action-button {
    bottom: 21px;
    right: 21px; } }

text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  text-block .text-block {
    margin-bottom: 14px;
    word-wrap: break-word;
    width: 100%;
    box-sizing: border-box; }
  text-block custom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden; }

text-angular {
  width: 100%; }
  text-angular .ta-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    text-angular .ta-toolbar .button-group {
      margin-bottom: 14px;
      margin-right: 14px; }
    text-angular .ta-toolbar .button {
      height: 35px;
      line-height: 14px;
      padding: 9px 14px 6px; }
      text-angular .ta-toolbar .button.active {
        background: #43413f;
        color: white; }
  text-angular .ta-editor {
    background: white;
    border: 1px solid white;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box; }
    text-angular .ta-editor .ta-bind {
      outline: none;
      padding: 14px;
      min-height: 112px; }
      text-angular .ta-editor .ta-bind::before {
        color: #b8b6b4;
        font-style: italic; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group .button {
    border-radius: 0px;
    border-right-width: 0px; }
  .button-group .button:first-of-type {
    border-radius: 4px 0 0 4px; }
  .button-group .button:last-of-type {
    border-radius: 0 4px 4px 0;
    border-right-width: 1px; }
  .button-group .button:only-child {
    border-radius: 4px; }

.component-full .text-block {
  padding: 0 42px; }

.component-small text-block {
  max-width: 700px; }

@media (max-width: 1194px) {
  .component-standard {
    padding-left: 0;
    padding-right: 0; }
  .component-standard .text-block {
    padding: 0 42px; } }

@media (max-width: 756px) {
  .component-full, .component-standard, .component-small {
    padding-left: 0;
    padding-right: 0; }
  .component-full .text-block, .component-standard .text-block, .component-small .text-block {
    padding: 0 28px; } }





.seo-comment img {
  max-width: 100%; }





.ingredients-wrapper {
  text-align: center; }

.ingredients {
  display: inline-block; }

.ingredient {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px; }
  .ingredient p {
    display: inline; }

.ingredient-quantity-invalid input, .ingredient-quantity-invalid div {
  color: red; }

.ingredient-quantity {
  font-family: Akkurat;
  text-align: right;
  width: 120px;
  min-width: 120px;
  margin-right: 7px;
  margin-top: 3.5px;
  line-height: 28px; }
  .ingredient-quantity .scalable {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px; }
  .ingredient-quantity .scalable-focused {
    background: white;
    border-radius: 4px; }
  .ingredient-quantity .text {
    margin-right: 14px; }
  .ingredient-quantity * {
    font-family: Akkurat;
    font-weight: bold; }
  .ingredient-quantity input {
    width: 40px;
    border: 0px;
    padding: 0px 0px;
    font-size: 18px;
    height: auto;
    text-align: right; }
  .ingredient-quantity input[type=number]::-webkit-inner-spin-button, .ingredient-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.ingredient-title-desc {
  line-height: 35px;
  font-style: italic; }

.ingredient-cart-button {
  text-decoration: none !important; }

@media (max-width: 960px) {
  .ingredient {
    margin-bottom: 7px;
    margin-left: 0;
    padding: 0 28px; }
    .ingredient:last-of-type {
      margin-bottom: 0; }
  .ingredient-quantity {
    line-height: 24px;
    width: 80px;
    min-width: 80px;
    margin-top: 0; }
    .ingredient-quantity input {
      font-size: 16px; }
    .ingredient-quantity .text {
      margin-right: 10px; }
  .ingredient-title-desc {
    line-height: 24px; } }





.ingredients-scaler-title button {
  min-width: 200px; }

.ingredients-scaler-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ingredients-scaler-item {
  text-align: left;
  padding: 0px 28px; }
  .ingredients-scaler-item p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .ingredients-scaler-item button {
    font-family: Akkurat;
    font-weight: bold;
    padding: 6px 0 8px;
    width: 77px; }
    .ingredients-scaler-item button.button.solid:hover {
      opacity: 1; }
  .ingredients-scaler-item .unit-metric {
    padding-top: 4px;
    vertical-align: top; }

.repeat-button {
  margin-right: 7px; }
  .repeat-button:last-of-type {
    margin-right: 0; }

@media (max-width: 641px) {
  .ingredients-scaler-options {
    padding: 0 28px; }
  .ingredients-scaler-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .ingredients-scaler-item {
    text-align: center;
    padding: 0; }
    .ingredients-scaler-item p {
      font-size: 14px; }
    .ingredients-scaler-item button {
      width: 59.5px;
      font-size: 15px; }
    .ingredients-scaler-item:first-of-type {
      margin-top: 21px; } }





.nell-backdrop {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity ease 400ms;
          transition: opacity ease 400ms; }
  .nell-backdrop.ng-hide {
    opacity: 0; }





.nell-popup {
  max-height: 90vh;
  position: fixed;
  background-color: white;
  z-index: 1000;
  border-radius: 4px;
  overflow-y: scroll;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  width: 100%;
  max-width: 500px;
  opacity: 1;
  -webkit-transition: opacity ease 300ms;
          transition: opacity ease 300ms; }
  .nell-popup.ng-hide {
    opacity: 0; }
  .nell-popup .loading-spinner {
    padding: 42px; }

.nell-close-icon {
  cursor: pointer;
  position: absolute;
  color: #43413f;
  padding: 14px;
  top: 14px;
  right: 14px;
  z-index: 101; }

.has-image .nell-card-media-header {
  display: block; }

.has-image .nell-card-header {
  display: none; }

.has-image .nell-close-icon {
  color: white; }

.nell-card-header {
  width: 100%;
  padding: 56px 42px 0;
  box-sizing: border-box;
  text-align: center; }
  .nell-card-header h6 {
    margin-bottom: 0; }
  .nell-card-header h3 {
    margin-bottom: 0; }

.nell-card-media-header {
  display: none;
  position: relative;
  width: 100%;
  height: 281.25px;
  background-color: #43413f; }
  .nell-card-media-header .nell-card-title {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 28px;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5); }
    .nell-card-media-header .nell-card-title h6, .nell-card-media-header .nell-card-title h3 {
      margin-bottom: 0; }

.nell-card-body {
  width: 100%;
  padding: 42px;
  box-sizing: border-box;
  word-wrap: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .nell-card-body .short-summary p:last-child {
    margin-bottom: 0; }
  .nell-card-body .needs-work {
    color: #ff674d; }
  .nell-card-body .nell-card-body-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px; }
    .nell-card-body .nell-card-body-buttons a {
      margin: 0 7px; }

@media (max-width: 528px) {
  .nell-popup {
    width: 90%;
    max-height: 90%; }
  .nell-close-icon {
    top: 0;
    right: 0; }
  .nell-card-media-header {
    height: 50.625vw; }
  .nell-card-header {
    padding: 42px 28px 0; }
  .nell-card-text {
    padding: 28px; } }

@media (max-width: 420px) {
  .nell-card-body .nell-card-body-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .nell-card-body .nell-card-body-buttons a {
      margin: 7px;
      min-width: 150px;
      text-align: center; } }





.fetch-activity-shortcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

p.has-recipe-card:first-child .fetch-activity-top-hr, p.has-recipe-card + p.has-recipe-card .fetch-activity-top-hr {
  display: none; }

.fetch-activity-shortcode-image {
  width: 280px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  overflow: hidden; }
  .fetch-activity-shortcode-image:before {
    content: '';
    display: block;
    padding-top: 66.66%; }
  .fetch-activity-shortcode-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.fetch-activity-shortcode-text {
  padding-left: 42px;
  max-width: calc(60% - 42px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fetch-activity-shortcode-text h4 {
    margin-bottom: 0;
    font-style: normal; }
  .fetch-activity-shortcode-text p.fetch-activity-shortcode-timing {
    font-style: italic;
    margin-bottom: 0; }
  .fetch-activity-shortcode-text .button {
    text-decoration: none;
    display: inline-block;
    width: 200px;
    margin-top: 14px; }

.component.step-recipe-card-only {
  padding-bottom: 0; }
  .component.step-recipe-card-only .step-contents-container {
    margin-bottom: 0; }
  .component.step-recipe-card-only .step-directions {
    margin-bottom: 0; }
    .component.step-recipe-card-only .step-directions.cs-short-step > p:first-child {
      margin-bottom: 0; }

.aside.component.step-recipe-card-only {
  padding-bottom: 42px; }
  .aside.component.step-recipe-card-only .step-contents-container {
    margin-bottom: 28px; }

.component.step-recipe-card-only + .component.step-recipe-card-only cs-fetch-activity-shortcode hr:first-of-type {
  display: none; }

@media (max-width: 960px) {
  .aside.component.step-recipe-card-only {
    padding-bottom: 28px; } }

@media (max-width: 550px) {
  .fetch-activity-shortcode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .fetch-activity-shortcode-image {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .fetch-activity-shortcode-image:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
  .fetch-activity-shortcode-text {
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 0 14px; } }





.step-number {
  display: inline-block;
  border: 2px solid #43413f;
  color: #43413f;
  background-color: transparent;
  box-sizing: border-box;
  padding: 21px 0;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  margin-bottom: 28px; }
  .step-number h3 {
    font-family: Akkurat;
    font-size: 36px;
    line-height: 28px;
    font-weight: normal; }

.cs-no-step-title .step-number {
  margin-bottom: 14px; }

.component-step {
  display: block; }
  .component-step h3 {
    margin-bottom: 14px; }

.cs-step-ingredients .ingredients {
  padding: 28px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid #edecea;
  display: block; }

.step-directions.cs-short-step > p:first-child {
  text-align: center;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 42px;
  padding-top: 0;
  border-top: none; }

.step-directions > :first-child {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #edecea; }

.aside .step-directions > :first-child {
  border-top: none;
  padding-top: 14px;
  margin-top: 0; }

.step-directions:last-child {
  margin-bottom: 0px; }

.step-directions img {
  width: 154.28571%;
  -webkit-transform: translateX(-190px);
          transform: translateX(-190px); }

.step-directions .cs-image img, .cs-image img {
  width: 100%;
  display: block;
  -webkit-transform: none;
          transform: none; }

.component-step:first-of-type {
  margin-top: 0px !important; }

.step-contents-container {
  margin-bottom: 28px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s; }

.step-contents-container.active {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s; }

.step-image-only .step-image {
  margin-top: 0; }

.has-step-image + .step-image-only {
  margin-top: -42px; }

.step-image, .step-video {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: relative;
  margin-top: 56px; }
  .step-image .cs-image, .step-video .cs-image {
    background-color: #edecea; }

.aside .aside-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 14px; }
  .aside .aside-icon i, .aside .aside-icon h5 {
    display: inline-block;
    margin-bottom: 0; }
  .aside .aside-icon h5 {
    margin-left: 7px; }

.aside-expander {
  margin-top: 28px; }

.aside .step-contents-wrapper {
  position: relative;
  max-height: 112px;
  overflow: hidden; }
  .aside .step-contents-wrapper:after {
    content: "";
    width: 100%;
    height: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 236, 234, 0)), color-stop(84%, #edebea));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237, 236, 234, 0) 0%, #edebea 84%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(237, 236, 234, 0) 0%, #edebea 84%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00edecea', endColorstr='#edebea',GradientType=0 );
    /* IE6-9 */ }

.aside-expanded .step-contents-wrapper {
  max-height: none; }
  .aside-expanded .step-contents-wrapper:after {
    display: none; }

.step-video {
  height: 624.375px; }

@media (max-width: 1166px) {
  .step-video {
    height: 56.25vw; }
  .aside .step-image {
    padding: 0 28px;
    box-sizing: border-box; }
  .step-directions img {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media (max-width: 756px) {
  .step-contents-container .component-small {
    padding: 0 28px; } }

@media (max-width: 960px) {
  .step-contents-container .ingredient {
    padding: 0; } }

@media (max-width: 641px) {
  .step-number {
    margin-bottom: 21px; }
  .step-image, .step-video {
    margin-top: 35px; }
  .cs-step-ingredients .ingredients, .step-directions > :first-child {
    padding: 21px 0 0;
    margin: 21px 0 0; } }





.joule-ad.component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9ccbdd; }

.joule-ad-content {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.joule-ad-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  padding-top: 28px; }
  .joule-ad-image img {
    width: 100%;
    height: auto; }

.joule-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  max-width: 360px;
  text-align: center;
  padding: 0 28px 0 70px; }
  .joule-text svg .a {
    stroke-width: 2px;
    stroke: white; }

@media (max-width: 1000px) {
  .joule-ad-content {
    padding: 28px 0; }
  .joule-ad-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .joule-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 56px 14px 56px 56px; } }

@media (max-width: 900px) {
  .joule-ad-content {
    display: block; }
  .joule-text {
    max-width: 500px;
    margin: auto;
    padding: 56px 28px 0; } }

@media (max-width: 500px) {
  .joule-ad-content {
    padding: 0 0 28px; }
  .joule-text {
    padding: 56px 28px 28px; } }





.joule-app-from-scratch {
  min-height: 56vw; }
  .joule-app-from-scratch::after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+13,0+66 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 85%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 85%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
  .joule-app-from-scratch .hero-text {
    max-width: 600px; }

@media (max-width: 950px) {
  .hero.joule-app-from-scratch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hero.joule-app-from-scratch::after {
      background: transparent; }
    .hero.joule-app-from-scratch .hero-background {
      position: relative;
      width: 100%;
      height: 56vw; }
    .hero.joule-app-from-scratch .hero-text {
      width: 100%;
      background-color: #fea894;
      max-width: none;
      padding-left: 0;
      padding: 70px 70px 42px;
      text-align: center !important; } }

@media (max-width: 750px) {
  .hero.joule-app-from-scratch .hero-text {
    padding: 42px 28px; } }





.joule-app-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 42px 28px 0;
  box-sizing: border-box; }

.joule-app-feature {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.joule-app-feature-icon {
  width: 50px;
  margin-bottom: 14px; }

.joule-app-feature-text {
  padding: 0 42px 42px; }
  .joule-app-feature-text h4 {
    margin-bottom: 14px; }
  .joule-app-feature-text p {
    margin-bottom: 0;
    opacity: 0.85; }
  .joule-app-feature-text svg {
    max-height: 70px;
    width: 100%;
    margin-bottom: 14px; }
    .joule-app-feature-text svg .a {
      stroke-width: 2px; }

.joule-app-feature-phone {
  width: 100%; }
  .joule-app-feature-phone img {
    width: 100%;
    vertical-align: top; }

@media (max-width: 900px) {
  .joule-app-features {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 0px; }
  .joule-app-feature {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90%;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
    max-width: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: auto; }
  .joule-app-feature-text {
    padding: 0 42px; }
  .joule-app-feature-phone {
    border-bottom: 1px solid #edecea; }
  .joule-app-feature:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .joule-app-feature:nth-of-type(3) .joule-app-feature-phone {
    margin-bottom: 0;
    border-bottom: none; } }

@media (max-width: 600px) {
  .joule-app-feature, .joule-app-feature:nth-of-type(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .joule-app-feature .joule-app-feature-text {
    padding: 0 0 28px;
    max-width: 300px; }
  .joule-app-feature .joule-app-feature-phone {
    max-width: 300px;
    margin-bottom: 42px; } }

@media (max-width: 450px) {
  .joule-app-features-title {
    padding: 56px 28px 14px; } }





.joule-app-fifties .fifty-fifty {
  margin-bottom: 70px; }
.joule-app-fifties .fifty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.joule-app-fifties .fifty.fifty-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 42px; }
  .joule-app-fifties .fifty.fifty-text svg {
    max-height: 65px;
    width: 100%;
    margin-bottom: 14px; }
.joule-app-fifties .fifty.fifty-image::before {
  display: none; }

@media (max-width: 641px) {
  .joule-app-fifties .fifty-fifty {
    margin-bottom: 0; }
  .joule-app-fifties .fifty.fifty-text {
    padding: 0 28px 42px; }
  .joule-app-fifties .fifty.fifty-image {
    padding-bottom: 56px; } }





.joule-app-guides-component {
  background-color: whitesmoke; }

.joule-app-guides-text.text-block {
  max-width: 700px;
  margin: auto;
  padding: 98px 28px 28px; }

.joule-app-guides-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 42px; }

.joule-app-guides-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.joule-app-guides-control {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative; }
  .joule-app-guides-control .button-circle-large {
    -webkit-transform: scale3d(.8, .8, 1);
            transform: scale3d(.8, .8, 1);
    position: absolute;
    top: 240px;
    opacity: 1;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
            transition: opacity 300ms ease, transform 300ms ease; }
    .joule-app-guides-control .button-circle-large:hover {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
  .joule-app-guides-control i.fa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .joule-app-guides-control .hide-controls, .joule-app-guides-control .hide-controls:hover {
    opacity: 0 !important; }
  .joule-app-guides-control:hover {
    cursor: pointer; }

.joule-app-guides-control-left {
  background: -webkit-linear-gradient(right, rgba(245, 245, 245, 0) 70%, #f5f5f5);
  background: linear-gradient(right, rgba(245, 245, 245, 0) 70%, #f5f5f5); }
  .joule-app-guides-control-left .button-circle-large {
    right: 175px; }

.joule-app-guides-control-right {
  background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 70%, #f5f5f5);
  background: linear-gradient(left, rgba(245, 245, 245, 0) 70%, #f5f5f5); }
  .joule-app-guides-control-right .button-circle-large {
    left: 175px; }

.joule-app-guides {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.3, 0.01, 0.4, 1);
          transition: transform 0.5s cubic-bezier(0.3, 0.01, 0.4, 1);
  -webkit-transform: translateX(0px);
          transform: translateX(0px); }

.joule-app-guide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
  padding: 28px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
          transition: opacity 400ms ease; }
  .joule-app-guide.active {
    opacity: 1; }
  .joule-app-guide .joule-app-guide-image {
    border-radius: 7px;
    box-shadow: 0 0 14px #b8b6b4;
    overflow: hidden; }
  .joule-app-guide .joule-app-guide-number {
    border-radius: 35px;
    border: 1px solid #43413f;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 28px 28px 14px; }
  .joule-app-guide .joule-app-guide-text {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 28px; }

@media (max-width: 800px) {
  .joule-app-guides-text.text-block {
    padding: 70px 28px 42px; }
  .joule-app-guides-control-right, .joule-app-guides-control-left {
    background: transparent; } }

@media (max-width: 500px) {
  .joule-app-guides-text.text-block {
    padding: 56px 28px 28px; }
  .joule-app-guides-container {
    padding-bottom: 14px; }
  .joule-app-guides {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px; }
  .joule-app-guide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
    padding: 14px; }
  .joule-app-guides-control .button-circle-large {
    top: 150px;
    min-width: 56px;
    width: 56px;
    height: 56px; }
  .joule-app-guides-control-left .button-circle-large {
    left: 7px;
    right: auto; }
  .joule-app-guides-control-right .button-circle-large {
    right: 7px;
    left: auto; } }





.joule-app-main-hero::after {
  background: transparent; }
.joule-app-main-hero .hero-text {
  width: 50%;
  text-align: left;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }
.joule-app-main-hero .hero-footer {
  z-index: 2;
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 42px 28px;
  box-sizing: border-box; }
  .joule-app-main-hero .hero-footer img {
    max-width: 70px; }
  .joule-app-main-hero .hero-footer p {
    margin-bottom: 0; }

@media (max-width: 1000px) {
  .joule-app-main-hero .hero-text {
    width: 58%;
    -webkit-transform: translateX(35%);
            transform: translateX(35%); } }

@media (max-width: 641px) {
  .joule-app-main-hero::after {
    background: rgba(0, 0, 0, 0.5); }
  .joule-app-main-hero .hero-text {
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    text-align: center;
    max-width: 500px; } }





.joule-app-second-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-app-second-hero .hero-background {
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3); }
  .joule-app-second-hero .hero-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 70px 28px 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .joule-app-second-hero .hero-text h2 {
      margin-bottom: 7px; }
    .joule-app-second-hero .hero-text h5 {
      margin-bottom: 0px; }
  .joule-app-second-hero .hero-image-phone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    box-sizing: border-box;
    max-width: 280px;
    margin-bottom: 70px; }

@media (max-width: 550px) {
  .joule-app-second-hero .hero-image-phone {
    width: 60vw;
    max-width: 240px;
    margin-bottom: 56px; } }





.product-specs {
  background-color: #edecea;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  overflow: hidden; }
  .product-specs .external-specs, .product-specs .internal-specs {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
  .product-specs .joule-full {
    height: 800px;
    background-size: 2110px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .product-specs .specs {
    position: absolute;
    top: 42px; }
    .product-specs .specs .spec {
      position: relative;
      max-width: 260px;
      margin-bottom: 42px;
      padding: 0 28px; }
      .product-specs .specs .spec h4, .product-specs .specs .spec p {
        margin-bottom: 0; }
      .product-specs .specs .spec h4 {
        font-size: 18px;
        margin-bottom: 7px; }
      .product-specs .specs .spec p {
        font-size: 14px;
        line-height: 21px;
        font-style: italic; }
  .product-specs .dots .dot {
    position: absolute;
    color: #43413f;
    background-color: rgba(255, 255, 255, 0.9);
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.external-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .external-specs .specs {
    right: 252px;
    text-align: right; }
  .external-specs .dot {
    right: 170px; }
  .external-specs .dot-1 {
    top: 100px; }
  .external-specs .dot-2 {
    top: 200px; }
  .external-specs .dot-3 {
    top: 300px;
    right: 80px; }
  .external-specs .dot-4 {
    top: 700px;
    right: 160px; }
  .external-specs .dot-5 {
    top: 730px;
    right: 110px; }

.internal-specs .specs {
  left: 252px;
  text-align: left; }
.internal-specs .dot {
  left: 140px; }
.internal-specs .dot-1 {
  top: 50px;
  left: 120px; }
.internal-specs .dot-2 {
  top: 180px; }
.internal-specs .dot-3 {
  top: 400px;
  left: 120px; }
.internal-specs .dot-4 {
  top: 600px;
  left: 160px; }

.product-specs {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .product-specs .full-specs-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center; }

@media (max-width: 1100px) {
  .product-specs {
    padding-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    min-height: inherit; }
    .product-specs .joule-full {
      display: none; }
    .product-specs .cs-image {
      max-width: 400px; }
    .product-specs .external-specs, .product-specs .internal-specs {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: 100%; }
      .product-specs .external-specs .specs .spec, .product-specs .internal-specs .specs .spec {
        max-width: none; }
    .product-specs .external-specs .specs {
      right: 308px; }
    .product-specs .external-specs .dot {
      right: 180px; }
    .product-specs .external-specs .dot-1 {
      top: 100px; }
    .product-specs .external-specs .dot-2 {
      top: 150px; }
    .product-specs .external-specs .dot-3 {
      top: 200px;
      right: 120px; }
    .product-specs .external-specs .dot-4 {
      top: 570px;
      right: 200px; }
    .product-specs .external-specs .dot-5 {
      top: 610px;
      right: 160px; }
    .product-specs .internal-specs .specs {
      left: 308px; }
    .product-specs .internal-specs .dot {
      left: 180px; }
    .product-specs .internal-specs .dot-1 {
      top: 30px; }
    .product-specs .internal-specs .dot-2 {
      top: 120px; }
    .product-specs .internal-specs .dot-3 {
      top: 330px;
      left: 160px; }
    .product-specs .internal-specs .dot-4 {
      top: 490px;
      left: 200px; } }

@media (max-width: 700px) {
  .product-specs .external-specs {
    margin-bottom: 120px; } }

@media (max-width: 600px) {
  .product-specs {
    padding-bottom: 42px; }
    .product-specs .cs-image {
      max-width: 250px; }
    .product-specs .external-specs {
      margin-bottom: 14px; }
      .product-specs .external-specs .cs-image {
        margin-right: -40px; }
      .product-specs .external-specs .specs {
        right: 140px; }
        .product-specs .external-specs .specs .spec:after {
          right: -84px; }
    .product-specs .internal-specs .cs-image {
      margin-left: -40px; }
    .product-specs .internal-specs .specs {
      left: 140px; }
      .product-specs .internal-specs .specs .spec:after {
        left: -84px; }
    .product-specs .specs .spec {
      margin-bottom: 28px; }
      .product-specs .specs .spec h4 {
        font-size: 14px; }
      .product-specs .specs .spec p {
        display: none; }
    .product-specs .dots .dot {
      width: 21px;
      height: 21px; }
    .product-specs .external-specs .specs {
      right: 120px; }
    .product-specs .external-specs .dot {
      right: 90px; }
    .product-specs .external-specs .dot-1 {
      top: 18px; }
    .product-specs .external-specs .dot-2 {
      top: 50px; }
    .product-specs .external-specs .dot-3 {
      top: 100px;
      right: 40px; }
    .product-specs .external-specs .dot-4 {
      top: 360px; }
    .product-specs .external-specs .dot-5 {
      top: 380px;
      right: 60px; }
    .product-specs .internal-specs .specs {
      left: 120px; }
    .product-specs .internal-specs .dot {
      left: 90px; }
    .product-specs .internal-specs .dot-1 {
      top: 18px; }
    .product-specs .internal-specs .dot-2 {
      top: 90px;
      left: 70px; }
    .product-specs .internal-specs .dot-3 {
      top: 190px;
      left: 80px; }
    .product-specs .internal-specs .dot-4 {
      top: 300px;
      left: 70px; } }





.joule-app-demo {
  position: relative;
  height: 1000px;
  overflow: hidden; }
  .joule-app-demo .joule-app-demo-foreground {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .joule-app-demo .joule-app-demo-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center center; }
  .joule-app-demo .joule-app-demo-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .joule-app-demo .joule-app-demo-top .joule-app-demo-title {
      width: 700px;
      text-align: center;
      color: white;
      margin-top: 56px; }
      .joule-app-demo .joule-app-demo-top .joule-app-demo-title h2 {
        margin-bottom: 7px; }
  .joule-app-demo .joule-app-demo-center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-videos {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1155px;
          -ms-flex: 0 0 1155px;
              flex: 0 0 1155px;
      height: 1000px;
      position: relative;
      overflow: hidden; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-videos .joule-app-demo-video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-videos .joule-app-demo-video.joule-app-demo-video-active {
          opacity: 1; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-controls {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .joule-app-demo .joule-app-demo-left {
    padding-right: 15%; }
    .joule-app-demo .joule-app-demo-left .joule-app-demo-button {
      text-align: right;
      z-index: 1; }
      .joule-app-demo .joule-app-demo-left .joule-app-demo-button .joule-app-button-title {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .joule-app-demo .joule-app-demo-left .joule-app-demo-button .button-circle-play {
        margin-left: 14px; }
  .joule-app-demo .joule-app-demo-right {
    padding-left: 15%; }
    .joule-app-demo .joule-app-demo-right .joule-app-demo-button {
      text-align: left;
      z-index: 1; }
      .joule-app-demo .joule-app-demo-right .joule-app-demo-button .button-circle-play {
        margin-right: 14px; }
  .joule-app-demo .joule-app-demo-button {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 4px;
    padding: 28px;
    max-width: 300px;
    width: 100%;
    -webkit-transition: background-color 300ms ease-in-out;
            transition: background-color 300ms ease-in-out;
    box-sizing: border-box; }
    .joule-app-demo .joule-app-demo-button .joule-app-button-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 7px; }
    .joule-app-demo .joule-app-demo-button h4 {
      margin-bottom: 0px;
      text-decoration: underline; }
    .joule-app-demo .joule-app-demo-button p {
      margin-bottom: 0px; }
    .joule-app-demo .joule-app-demo-button:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.6); }
    .joule-app-demo .joule-app-demo-button.active {
      background-color: rgba(0, 0, 0, 0.8); }

@media (max-width: 1000px) {
  .joule-app-demo .joule-app-demo-button {
    max-width: 220px; }
  .joule-app-demo .joule-app-demo-left {
    padding-right: 18%; }
  .joule-app-demo .joule-app-demo-right {
    padding-left: 18%; } }

@media (max-width: 750px) {
  .joule-app-demo .joule-app-demo-title {
    padding: 0 28px; }
    .joule-app-demo .joule-app-demo-title h3 {
      font-size: 18px; }
    .joule-app-demo .joule-app-demo-title buy-joule-button {
      display: none; }
  .joule-app-demo .joule-app-demo-button {
    max-width: none;
    background-color: rgba(0, 0, 0, 0.6); }
    .joule-app-demo .joule-app-demo-button .button-circle-play {
      display: none; }
    .joule-app-demo .joule-app-demo-button.active {
      background-color: #ff674d; }
  .joule-app-demo .joule-app-demo-center .joule-app-demo-controls {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control {
      margin-top: 140px;
      width: 100%; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control.joule-app-demo-left {
        padding: 14px 7px 14px 21px; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control.joule-app-demo-right {
        padding: 14px 21px 14px 7px; }
      .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button {
        width: 100%;
        padding: 14px;
        text-align: center; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button .joule-app-button-title {
          -webkit-box-pack: center !important;
          -webkit-justify-content: center !important;
              -ms-flex-pack: center !important;
                  justify-content: center !important;
          margin-bottom: 0; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button h4 {
          font-size: 16px;
          text-decoration: none; }
        .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button p {
          display: none; }
  .joule-app-demo .joule-app-demo-center .joule-button-bottom {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; } }

@media (max-width: 500px) {
  .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control {
    margin-top: 160px; }
    .joule-app-demo .joule-app-demo-center .joule-app-demo-controls .joule-app-demo-control .joule-app-demo-button h4 {
      font-size: 14px; } }





.component-joule-timeline {
  padding-bottom: 0 !important; }

.joule-timeline-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 1000px;
  padding-bottom: 56px;
  margin: 84px auto 0;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-timeline-items::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: 0px;
    border-left: 2px solid #edecea; }

.joule-timeline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 112px; }

.joule-timeline-marker {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  text-align: center; }
  .joule-timeline-marker .joule-timeline-time {
    font-family: Akkurat;
    font-size: 22px; }
  .joule-timeline-marker svg {
    width: 100%;
    max-height: 70px; }

.joule-timeline-image, .joule-timeline-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: calc(50% - 50px); }

.joule-timeline-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-timeline-image .cs-image {
    border-radius: 50%;
    max-width: 126px;
    overflow: hidden; }

.joule-timeline-content h4 {
  margin-bottom: 14px; }
.joule-timeline-content p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px; }

.joule-timeline-block:first-of-type {
  margin-top: 0px; }

.joule-timeline-block:nth-last-of-type(even) .joule-timeline-image {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 56px; }
.joule-timeline-block:nth-last-of-type(even) .joule-timeline-content {
  margin-left: 56px;
  text-align: left; }

.joule-timeline-block:nth-last-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .joule-timeline-block:nth-last-of-type(odd) .joule-timeline-image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 56px; }
  .joule-timeline-block:nth-last-of-type(odd) .joule-timeline-content {
    margin-right: 56px;
    text-align: right; }

.joule-timeline-end {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-timeline-end::after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 80%;
    border-left: 2px solid rgba(255, 255, 255, 0.6); }
  .joule-timeline-end .joule-timeline-end-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .joule-timeline-end .cs-background-image-container::before {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .joule-timeline-end i[cs-icon='sides'] {
    margin-bottom: 28px; }
    .joule-timeline-end i[cs-icon='sides'] svg {
      height: 40px;
      width: 40px; }

.joule-timeline-end-title {
  z-index: 1;
  width: 100px;
  color: white;
  padding: 42px; }

@media (max-width: 1084px) {
  .joule-timeline-items {
    width: 100%;
    padding: 0 42px 56px; } }

@media (max-width: 800px) {
  .joule-timeline-items::before {
    left: 102px;
    top: 0px; }
  .joule-timeline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 0;
    text-align: left;
    padding-bottom: 56px; }
  .joule-timeline-image {
    display: none; }
  .joule-timeline-content {
    max-width: none; }
  .joule-timeline-block:nth-last-of-type(even) .joule-timeline-content {
    margin-left: 28px;
    text-align: left; }
  .joule-timeline-block:nth-last-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .joule-timeline-block:nth-last-of-type(odd) .joule-timeline-content {
      margin-right: 0;
      margin-left: 28px;
      text-align: left; }
  .joule-timeline-end {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .joule-timeline-end::after {
      left: 102px;
      bottom: 70%; }
  .joule-timeline-end-title {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 70px; }
    .joule-timeline-end-title i[cs-icon='sides'] {
      margin-bottom: 0; }
    .joule-timeline-end-title h2 {
      margin-bottom: 0;
      margin-left: 28px; } }

@media (max-width: 500px) {
  .joule-timeline-items {
    margin: 28px 0 0;
    padding: 0 28px 28px 14px; }
    .joule-timeline-items::before {
      left: 64px; }
  .joule-timeline-block {
    padding-bottom: 14px; }
  .joule-timeline-marker {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; }
    .joule-timeline-marker img {
      margin-bottom: 0; }
    .joule-timeline-marker .joule-timeline-time {
      font-size: 16px; }
  .joule-timeline-content {
    margin-left: 7px !important; }
    .joule-timeline-content h4 {
      margin-top: 14px; }
    .joule-timeline-content p {
      font-size: 14px;
      line-height: 21px; }
  .joule-timeline-end::after {
    left: 64px; }
  .joule-timeline-end-title {
    padding: 0 42px; } }





.joule-app-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 70vh;
  min-height: 650px; }
  .joule-app-hero::after {
    background: -webkit-gradient(linear, left, right, color-stop(10%, rgba(0, 0, 0, 0.8)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 10%, transparent 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 10%, transparent 50%); }
  .joule-app-hero .hero-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: center;
    padding: 42px 70px;
    max-width: 450px; }
    .joule-app-hero .hero-text h5 {
      margin-bottom: 0px; }
    .joule-app-hero .hero-text p {
      margin-bottom: 14px; }
  .joule-app-hero .cta-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .joule-app-hero .cta-buttons custom-button {
      margin: 7px 0; }
    .joule-app-hero .cta-buttons a {
      width: 250px; }

@media (max-width: 640px) {
  .joule-app-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: none; }
    .joule-app-hero::after {
      display: none; }
    .joule-app-hero .hero-background {
      position: relative;
      min-height: 400px; }
    .joule-app-hero .hero-text {
      padding: 56px 28px;
      max-width: none;
      text-align: center;
      background-color: #8fb7a6; }
      .joule-app-hero .hero-text p {
        opacity: 0.85; }
    .joule-app-hero .cta-buttons {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .joule-app-hero .cta-buttons custom-button {
        margin: 7px; } }

@media (max-width: 600px) {
  .joule-app-hero {
    min-height: 600px; }
    .joule-app-hero .cta-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .joule-app-hero .cta-buttons custom-button {
        margin: 7px 0; } }





.joule-hardware-desc .text-block {
  max-width: 700px;
  margin: 0 auto 56px; }
  .joule-hardware-desc .text-block p {
    opacity: 0.85; }
.joule-hardware-desc .cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .joule-hardware-desc .cta-buttons custom-button {
    margin: 14px; }
.joule-hardware-desc .media-video-container {
  margin: 0 0 28px; }

@media (max-width: 1194px) {
  .joule-hardware-desc .media-video-container {
    margin: 0 42px 28px; } }

@media (max-width: 640px) {
  .joule-hardware-desc .media-video-container {
    margin: 0 28px 0;
    min-height: 200px; } }

@media (max-width: 600px) {
  .joule-hardware-desc .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .joule-hardware-desc .cta-buttons custom-button {
      margin: 7px 0; } }





.joule-how .text-block {
  max-width: 700px;
  margin: 0 auto 28px; }
  .joule-how .text-block p {
    opacity: 0.85; }
.joule-how .product-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px; }
.joule-how .product-step {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 126px;
      -ms-flex: 0 0 126px;
          flex: 0 0 126px;
  box-sizing: border-box;
  text-align: center;
  padding: 0 14px; }
  .joule-how .product-step svg {
    width: 70px;
    height: 70px; }
  .joule-how .product-step .a, .joule-how .product-step .b {
    stroke-width: 2px; }
  .joule-how .product-step p {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1; }
.joule-how .media-video-container {
  margin: 0 0 28px; }

@media (max-width: 1194px) {
  .joule-how .media-video-container {
    margin: 0 42px 28px; } }

@media (max-width: 640px) {
  .joule-how .media-video-container {
    margin: 0 28px 0;
    min-height: 200px; } }

@media (max-width: 500px) {
  .joule-how .product-step {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    padding: 0 7px; }
    .joule-how .product-step svg {
      width: 56px;
      height: 56px; }
    .joule-how .product-step p {
      font-size: 12px; } }





.buy-joule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 700px;
  max-height: none; }
  .buy-joule .product-text {
    position: relative;
    max-width: 320px;
    width: 100%;
    padding: 42px 0 0;
    margin-right: 15%;
    background: #ff674d;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15); }
    .buy-joule .product-text .buy-joule-title {
      margin-bottom: 42px; }
    .buy-joule .product-text h2 {
      font-size: 30px;
      line-height: 1;
      text-align: center;
      margin-bottom: 7px; }
    .buy-joule .product-text p {
      margin-bottom: 28px;
      line-height: 24px; }
    .buy-joule .product-text span {
      font-family: 'Akkurat';
      font-size: 42px;
      line-height: 56px;
      font-weight: regular; }
    .buy-joule .product-text .offer {
      color: white; }
    .buy-joule .product-text .msrp {
      text-decoration: line-through;
      margin-right: 7px;
      opacity: 0.5; }
    .buy-joule .product-text h6 {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      text-align: center;
      margin-top: 7px;
      margin-bottom: 14px; }
    .buy-joule .product-text .joule-price {
      max-width: 340px;
      background-color: white;
      padding: 35px 35px 42px;
      box-sizing: border-box;
      text-align: center; }
      .buy-joule .product-text .joule-price .button {
        width: 100%;
        max-width: 300px; }
      .buy-joule .product-text .joule-price p {
        color: #ff674d;
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 21px;
        font-weight: bold; }

@media (max-width: 800px) {
  .buy-joule {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .buy-joule .product-text {
      margin: 28px; }
      .buy-joule .product-text .joule-price {
        padding: 28px 28px 42px; }
        .buy-joule .product-text .joule-price p {
          font-size: 14px; } }





.hero.joule-main-hero {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 90vh;
  max-height: 900px;
  min-height: 620px; }
  .hero.joule-main-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .hero.joule-main-hero .hero-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, transparent 80%, #2a2928 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, transparent 80%, #2a2928 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
  .hero.joule-main-hero .hero-background .cs-background-image {
    background-position: center right !important; }
  .hero.joule-main-hero .hero-text {
    text-align: left;
    max-width: 650px;
    margin: 42px 84px 98px;
    padding: 42px 0; }
  .hero.joule-main-hero h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 21px; }
  .hero.joule-main-hero h4 {
    margin-right: 21px;
    margin-bottom: 0;
    max-width: 270px; }
  .hero.joule-main-hero h5 {
    font-size: 18px;
    line-height: 21px;
    margin: 21px 0;
    max-width: 400px; }
  .hero.joule-main-hero .hero-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .hero.joule-main-hero .custom-button {
    margin-bottom: 0; }
  .hero.joule-main-hero .button-circle-play-large {
    display: none; }
  .hero.joule-main-hero .hero-play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 28px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity ease 300ms;
            transition: opacity ease 300ms; }
    .hero.joule-main-hero .hero-play .button-circle-play {
      width: 35px;
      height: 35px;
      border-radius: 50%; }
      .hero.joule-main-hero .hero-play .button-circle-play .cs-icon-play-dims {
        width: 13px;
        height: 13px; }
    .hero.joule-main-hero .hero-play span {
      font-weight: 500;
      margin-left: 7px; }
    .hero.joule-main-hero .hero-play:hover {
      opacity: 0.7; }

.hero-press {
  position: absolute;
  width: 100%;
  padding: 28px 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2; }
  .hero-press img {
    width: 100%;
    max-width: 850px;
    padding: 0 28px;
    box-sizing: border-box;
    opacity: 0.6; }

@media (max-width: 1220px) {
  .hero.joule-main-hero h1 {
    font-size: 63px;
    line-height: 63px; } }

@media (max-width: 1000px) {
  .hero-press {
    position: relative;
    background-color: #2A2928; }
  .hero.joule-main-hero {
    height: 90vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hero.joule-main-hero .hero-background:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #2a2928 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, transparent 50%, #2a2928 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
    .hero.joule-main-hero .hero-play-button {
      display: inherit;
      z-index: 2; }
    .hero.joule-main-hero .hero-text {
      margin-left: 0;
      width: 100%;
      padding: 42px 28px;
      margin: 0;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero.joule-main-hero h1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      font-size: 49px;
      line-height: 49px;
      margin-bottom: 14px; }
    .hero.joule-main-hero h5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 7px; }
    .hero.joule-main-hero .hero-cta {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 14px 0; }
    .hero.joule-main-hero .button-circle-play-large {
      display: block; }
    .hero.joule-main-hero .hero-play {
      display: none; } }

@media (max-width: 700px) {
  .hero.joule-main-hero .cs-background-image-container .cs-background-image {
    background-position: top center !important; }
  .hero.joule-main-hero .hero-text {
    padding-bottom: 28px; }
  .hero-press {
    padding: 35px 0; }
    .hero-press img {
      max-width: 400px;
      opacity: 0.4; } }

@media (max-width: 600px) {
  .hero.joule-main-hero {
    height: 80vh;
    min-height: 520px; }
    .hero.joule-main-hero:after {
      display: none; }
    .hero.joule-main-hero h1 {
      font-size: 42px;
      line-height: 42px; }
    .hero.joule-main-hero h5 {
      font-size: 16px;
      line-height: 21px; } }

@media (max-width: 500px) {
  .hero.joule-main-hero h1 {
    font-size: 35px;
    line-height: 35px; }
  .hero.joule-main-hero h5 {
    font-size: 16px;
    line-height: 21px;
    max-width: 220px;
    margin: 14px auto 7px; }
  .hero.joule-main-hero h4 {
    margin: 0 0 14px; }
  .hero.joule-main-hero .hero-cta {
    margin: 7px 0 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }





.joule-sv-hero {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .joule-sv-hero::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left, right, color-stop(20%, rgba(171, 158, 155, 0.88)), color-stop(60%, transparent));
    background: -webkit-linear-gradient(left, rgba(171, 158, 155, 0.88) 20%, transparent 60%);
    background: linear-gradient(to right, rgba(171, 158, 155, 0.88) 20%, transparent 60%); }
  .joule-sv-hero .hero-text {
    max-width: 450px;
    text-align: center;
    padding: 42px 70px; }

@media (max-width: 640px) {
  .joule-sv-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: none; }
    .joule-sv-hero::after {
      display: none; }
    .joule-sv-hero .hero-background {
      position: relative;
      min-height: 400px; }
    .joule-sv-hero .hero-text {
      padding: 56px 28px;
      max-width: none;
      background-color: #d0b8b8; }
      .joule-sv-hero .hero-text p {
        opacity: 0.85; } }





.banner .banner-inline {
  box-sizing: border-box;
  padding: 56px 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .banner .banner-inline h3 {
    margin-bottom: 0;
    margin-right: 28px; }
  .banner .banner-inline .custom-button {
    margin-bottom: 0; }

@media (max-width: 640px) {
  .banner .banner-inline {
    padding: 28px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .banner .banner-inline h3 {
      margin-bottom: 14px;
      margin-right: 0; } }





.banner .banner-joule-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner .banner-joule-1 .banner-image {
    overflow: hidden;
    padding: 56px 14px 56px 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .banner .banner-joule-1 .banner-image img {
      height: 120px;
      width: auto; }
  .banner .banner-joule-1 .banner-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 480px;
    padding: 56px 28px;
    text-align: left; }
    .banner .banner-joule-1 .banner-text h2 {
      font-size: 35px;
      line-height: 35px;
      margin-bottom: 14px; }

.theme-dark .banner-joule-1 .button.outline, .theme-orange .banner-joule-1 .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .banner-joule-1 .button.outline:hover, .theme-orange .banner-joule-1 .button.outline:hover {
    background-color: white;
    color: #43413f; }

@media (max-width: 641px) {
  .banner .banner-joule-1 .banner-text {
    padding-left: 14px; }
    .banner .banner-joule-1 .banner-text h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 14px; }
  .banner .banner-joule-1 .banner-image img {
    height: 120px; } }

@media (max-width: 450px) {
  .banner .banner-joule-1 .banner-text {
    max-width: 180px;
    text-align: center;
    padding: 42px 28px; }
    .banner .banner-joule-1 .banner-text h2 {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 14px; }
  .banner .banner-joule-1 .banner-image {
    padding: 42px 0 42px 28px; }
    .banner .banner-joule-1 .banner-image img {
      height: 110px; } }





.banner .banner-text.banner-joule-Nav {
  padding: 154px 28px 112px;
  max-width: 400px;
  margin: auto; }

.theme-dark .banner-text.banner-joule-Nav .button.outline, .theme-orange .banner-text.banner-joule-Nav .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .banner-text.banner-joule-Nav .button.outline:hover, .theme-orange .banner-text.banner-joule-Nav .button.outline:hover {
    background-color: white;
    color: #43413f; }





.component-banner.component-banner-madlib {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); }

.banner-madlib {
  padding: 0; }
  .banner-madlib h3 {
    margin-bottom: 14px; }
  .banner-madlib .banner-content {
    padding: 28px 56px 56px;
    max-width: 800px;
    margin: auto; }
    .banner-madlib .banner-content .banner-agreement-text {
      line-height: 14px;
      margin: 14px 0; }
      .banner-madlib .banner-content .banner-agreement-text div {
        font-size: 11px;
        line-height: 14px;
        color: #b8b6b4; }
        .banner-madlib .banner-content .banner-agreement-text div .legal-link {
          text-decoration: underline;
          color: #b8b6b4;
          line-height: 14px; }
        .banner-madlib .banner-content .banner-agreement-text div input {
          font-size: 12px;
          height: 12px; }
    .banner-madlib .banner-content .banner-form {
      font-size: 32px;
      line-height: 42px;
      letter-spacing: -1.2px;
      margin-bottom: 14px; }
      .banner-madlib .banner-content .banner-form .banner-form-text {
        display: inline-block;
        font-weight: 500;
        margin-bottom: 14px; }
      .banner-madlib .banner-content .banner-form .banner-form-input {
        display: inline-block;
        position: relative; }
        .banner-madlib .banner-content .banner-form .banner-form-input .banner-form-input-error {
          position: absolute;
          top: -14px;
          font-size: 14px;
          line-height: 14px;
          width: 100%;
          text-align: center; }
        .banner-madlib .banner-content .banner-form .banner-form-input input {
          font-size: 21px;
          line-height: 28px;
          height: inherit;
          text-align: center;
          margin-right: 0px;
          width: 224px;
          display: block; }
    .banner-madlib .banner-content p {
      margin-bottom: 21px;
      opacity: 0.5; }
    .banner-madlib .banner-content .button {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }

.banner-form-error {
  font-size: 18px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 28px;
  color: #ff674d; }

.component.theme-light .banner-madlib h3 {
  color: #ff674d;
  display: inline-block; }
.component.theme-light .banner-madlib .button.solid {
  background-color: #ff674d;
  border: 2px solid #ff674d;
  color: white; }
.component.theme-light .banner-madlib > .madlib-success {
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .component.theme-light .banner-madlib > .madlib-success h3 {
    color: #43413f;
    text-align: center; }
  .component.theme-light .banner-madlib > .madlib-success .madlib-success-close {
    position: absolute;
    top: 14px;
    right: 28px; }
    .component.theme-light .banner-madlib > .madlib-success .madlib-success-close:hover {
      cursor: pointer;
      color: #ff674d; }

@media (max-width: 960px) {
  .component-banner .banner-madlib h3 {
    font-size: 24px;
    margin-bottom: 14px; }
  .component-banner .banner-madlib .banner-content {
    padding: 28px 42px; }
    .component-banner .banner-madlib .banner-content .banner-form {
      font-size: 24px;
      letter-spacing: -.9px;
      line-height: 35px; }
      .component-banner .banner-madlib .banner-content .banner-form .banner-form-input .banner-form-input-error {
        top: -12px;
        font-size: 12px;
        line-height: 12px;
        color: #b8b6b4; }
      .component-banner .banner-madlib .banner-content .banner-form .banner-form-input input {
        font-size: 16px;
        line-height: 21px;
        width: 182px; } }

@media (max-width: 640px) {
  .component-banner-madlib.theme-light .banner-madlib .banner-content {
    padding: 28px; }
    .component-banner-madlib.theme-light .banner-madlib .banner-content .banner-form {
      font-size: 20px;
      letter-spacing: -.7px; }
  .component-banner-madlib.theme-light .banner-madlib > .madlib-success {
    padding-top: 28px; }
    .component-banner-madlib.theme-light .banner-madlib > .madlib-success .madlib-success-close {
      right: 0;
      left: 0; } }





.banner .banner-premium-class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0; }
  .banner .banner-premium-class .banner-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    max-width: 700px; }
    .banner .banner-premium-class .banner-text h2 {
      font-size: 35px;
      line-height: 35px;
      margin-bottom: 7px; }

.theme-dark .banner-premium-class .button.outline, .theme-orange .banner-premium-class .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .banner-premium-class .button.outline:hover, .theme-orange .banner-premium-class .button.outline:hover {
    background-color: white;
    color: #43413f; }

@media (max-width: 960px) {
  .banner .banner-premium-class .banner-text h2 {
    font-size: 26px;
    line-height: 28px; } }

@media (max-width: 450px) {
  .banner .banner-premium-class {
    padding: 0; }
    .banner .banner-premium-class .banner-text h2 {
      font-size: 24px; }
    .banner .banner-premium-class .banner-text h4 {
      font-size: 16px; } }





.banner .banner-premium-paywall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 56px; }
  .banner .banner-premium-paywall .banner-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
    max-width: 700px; }
    .banner .banner-premium-paywall .banner-text h2 {
      font-size: 35px;
      line-height: 35px;
      margin-bottom: 7px; }

.theme-dark .banner-premium-paywall .button.outline, .theme-orange .banner-premium-paywall .button.outline {
  color: white;
  border-color: white; }
  .theme-dark .banner-premium-paywall .button.outline:hover, .theme-orange .banner-premium-paywall .button.outline:hover {
    background-color: white;
    color: #43413f; }

@media (max-width: 960px) {
  .banner .banner-premium-paywall {
    padding: 0 0 28px; }
    .banner .banner-premium-paywall .banner-text {
      padding-top: 14px; }
      .banner .banner-premium-paywall .banner-text h2 {
        font-size: 26px;
        line-height: 28px; } }

@media (max-width: 450px) {
  .banner .banner-premium-paywall {
    padding: 0; }
    .banner .banner-premium-paywall .banner-text h2 {
      font-size: 24px; } }





.banner .banner-text {
  padding: 42px 28px;
  text-align: center; }
  .banner .banner-text h3 {
    margin-bottom: 14px; }
  .banner .banner-text h6 {
    margin-bottom: 21px;
    opacity: 0.6; }
  .banner .banner-text .custom-button {
    margin-bottom: 0; }





.shopify-checkout-button .price {
  display: inline-block; }
  .shopify-checkout-button .price:before {
    content: "$"; }
.shopify-checkout-button .msrp {
  position: relative;
  opacity: 0.5; }
  .shopify-checkout-button .msrp .strike {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 2px solid; }

.shopify-checkout-quantity {
  font-weight: bold;
  font-size: 14px; }





.matrix-card .matrix-item {
  display: block;
  position: relative;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06); }
  .matrix-card .matrix-item .item-image {
    width: 100%;
    border-radius: 4px 4px 0 0;
    position: relative;
    overflow: hidden; }
    .matrix-card .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 66.66%; }
    .matrix-card .matrix-item .item-image .image, .matrix-card .matrix-item .item-image cs-image {
      background-color: #43413f;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .matrix-card .matrix-item .item-image img {
      width: 100%; }
  .matrix-card .matrix-item .item-text {
    color: #43413f;
    padding: 28px; }
    .matrix-card .matrix-item .item-text h4 {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 0; }
    .matrix-card .matrix-item .item-text p {
      margin-bottom: 0; }

.matrix-card .underline-hover {
  text-shadow: .03em .07em white, -.03em .07em white, 0 .03em white, 0 -.03em white, .06em .07em white, -.06em .07em white, .09em .07em white, -.09em .07em white, .12em .07em white, -.12em .07em white, .15em .07em white, -.15em .07em white; }

.component-type-settings .matrix-card .matrix-item {
  background: transparent;
  border-radius: none;
  overflow: hidden;
  box-shadow: none; }

.item-card-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .item-card-label .tag, .item-card-label .premium {
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 7px;
    text-transform: uppercase;
    margin-right: 5px;
    opacity: 0.5; }
  .item-card-label .premium {
    color: #ff674d;
    opacity: 1; }

.matrix-card .item-card-label .tag {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; }

@media (max-width: 640px) {
  .matrix-card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .matrix-card .matrix-item .item-text {
      padding: 28px; }
      .matrix-card .matrix-item .item-text h4 {
        font-size: 16px;
        line-height: 21px; }
  .matrix-card.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-card.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .matrix-card.matrix-2-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix-card.matrix-2-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .matrix-card.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .matrix-card.matrix-3-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix-card.matrix-3-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .matrix-card.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    margin: 0 7px 28px; }
    .matrix-card.matrix-4-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .matrix-card.matrix-4-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; } }

@media (max-width: 450px) {
  .matrix-card .matrix-item .item-text {
    padding: 14px; }
    .matrix-card .matrix-item .item-text h4 {
      font-size: 13px;
      line-height: 16px; }
  .matrix-card .item-card-label .tag, .matrix-card .item-card-label .premium {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500; } }





.matrix-circle .matrix-item {
  display: block; }
  .matrix-circle .matrix-item .item-image {
    width: 80%;
    max-width: 252px;
    margin: 0 auto 28px;
    border-radius: 50%;
    position: relative;
    overflow: hidden; }
    .matrix-circle .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .matrix-circle .matrix-item .item-image .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .matrix-circle .matrix-item .item-image img {
      width: 100%; }
    .matrix-circle .matrix-item .item-image .cs-image-hover-icons {
      background: transparent; }
  .matrix-circle .matrix-item .item-text {
    padding: 0 14px;
    text-align: center; }
    .matrix-circle .matrix-item .item-text h4 {
      margin-bottom: 7px; }
    .matrix-circle .matrix-item .item-text p {
      font-size: 16px;
      line-height: 24px;
      opacity: 0.85; }

@media (max-width: 500px) {
  .matrix-circle .item-text {
    padding: 0; } }

@media (max-width: 400px) {
  .matrix-circle .item-image {
    max-width: 196px; } }





.matrix-icon {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .matrix-icon .matrix-item {
    display: block; }
    .matrix-icon .matrix-item .item-image {
      border-radius: 4px; }
      .matrix-icon .matrix-item .item-image .cs-image {
        height: 77px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 21px; }
      .matrix-icon .matrix-item .item-image img {
        width: auto;
        height: 100%; }
    .matrix-icon .matrix-item .item-text {
      color: #43413f;
      padding: 0 14px;
      text-align: center; }
      .matrix-icon .matrix-item .item-text h4 {
        margin-bottom: 7px; }
      .matrix-icon .matrix-item .item-text .item-card-label {
        display: none; }
      .matrix-icon .matrix-item .item-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        opacity: 0.85; }
      .matrix-icon .matrix-item .item-text .button {
        margin-top: 28px; }

.theme-dark .matrix-icon .matrix-item .item-text, .theme-orange .matrix-icon .matrix-item .item-text {
  color: white; }





.matrix-list .matrix-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.matrix-list .item-text {
  color: #43413f;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .matrix-list .item-text h4 {
    margin-bottom: 0; }
  .matrix-list .item-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
.matrix-list .item-number {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 21px; }
.matrix-list .item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 112px;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  width: 112px;
  height: 112px;
  margin-right: 28px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 15px rgba(0, 0, 20, 0.08);
  position: relative;
  overflow: hidden; }
  .matrix-list .item-image:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .matrix-list .item-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .matrix-list .item-image cs-image {
    border-radius: 4px;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
  .matrix-list .item-image img {
    max-width: 100%; }
  .matrix-list .item-image .item-info .item-info-counters {
    margin-bottom: 0; }
  .matrix-list .item-image .item-info .item-info-more {
    display: none; }
.matrix-list .item-card-label .tag, .matrix-list .item-card-label .premium {
  margin-top: 0; }

.theme-dark .matrix.matrix-list .matrix-item .item-text, .theme-orange .matrix.matrix-list .matrix-item .item-text {
  color: white; }

@media (min-width: 551px) and (max-width: 960px) {
  .matrix-list {
    padding: 0px 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .matrix-list.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; }
  .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; }
  .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; }
  .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 42px;
    max-width: 600px; } }

@media (max-width: 550px) {
  .matrix-list {
    padding: 0px 28px; }
    .matrix-list .matrix-item {
      margin-bottom: 42px; }
    .matrix-list .item-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 70px;
          -ms-flex: 0 0 70px;
              flex: 0 0 70px;
      width: 70px;
      height: 70px; }
      .matrix-list .item-image .cs-image-hover-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .matrix-list .item-image .cs-image-hover-icons .button-circle-play {
          position: relative;
          bottom: auto;
          right: auto; }
      .matrix-list .item-image .cs-image-hover-show .info-counters {
        font-size: 18px; }
      .matrix-list .item-image .cs-image-hover-show .info-more {
        display: none; }
    .matrix-list .item-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .matrix-list .item-text p {
        display: none; }
    .matrix-list .item-icons {
      padding: 21px 14px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .matrix-list.matrix-1-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; }
  .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 0 28px; } }

.component-matrix-collapsible .matrix-list .matrix-item {
  margin-bottom: 28px; }
.component-matrix-collapsible .matrix-list .item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 98px;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  width: 98px;
  height: 98px; }
.component-matrix-collapsible .matrix-list .item-text p {
  display: none; }

@media (min-width: 820px) {
  .component-matrix-collapsible .matrix-2-col.matrix-item-numbered {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px; }
  .component-matrix-collapsible .matrix-3-col.matrix-item-numbered {
    display: block;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px; }
  .component-matrix-collapsible .matrix-4-col.matrix-item-numbered {
    display: block;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px; }
  .component-matrix-collapsible .matrix-item-numbered .matrix-item {
    display: inline-block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .component-matrix-collapsible .matrix-item-numbered .item-image {
    overflow: visible; }
    .component-matrix-collapsible .matrix-item-numbered .item-image img {
      border-radius: 4px; } }

@media (min-width: 1194px) {
  .component-matrix-collapsible .matrix {
    padding: 0 14px; } }

@media (max-width: 960px) {
  .component-matrix-collapsible .matrix-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .component-matrix-collapsible .matrix-list.matrix-1-col .matrix-item {
    max-width: none; }
  .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    max-width: none;
    margin: 0 14px 28px; }
    .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    max-width: none;
    margin: 0 14px 28px; }
    .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 28px)/2);
        -ms-flex: 0 1 calc((100% - 28px)/2);
            flex: 0 1 calc((100% - 28px)/2);
    -webkit-flex-basis: calc((100% - 28px)/2);
        -ms-flex-preferred-size: calc((100% - 28px)/2);
            flex-basis: calc((100% - 28px)/2);
    max-width: none;
    margin: 0 14px 28px; }
    .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item:nth-of-type(2n+1) {
      margin-left: 0px; }
    .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item:nth-of-type(2n+2) {
      margin-right: 0px; } }

@media (max-width: 820px) {
  .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0px;
    margin-right: 0px; } }

@media (max-width: 550px) {
  .component-matrix-collapsible .matrix-list.matrix-2-col .matrix-item, .component-matrix-collapsible .matrix-list.matrix-3-col .matrix-item, .component-matrix-collapsible .matrix-list.matrix-4-col .matrix-item {
    margin: 10px 0; }
  .component-matrix-collapsible .matrix-list .matrix-item h4 {
    font-size: 16px; }
  .component-matrix-collapsible .matrix-list .item-number {
    margin-right: 14px; }
  .component-matrix-collapsible .matrix-list .item-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-right: 21px; } }





.matrix-media {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .matrix-media .matrix-item {
    display: block; }
    .matrix-media .matrix-item .item-image {
      width: 100%;
      margin-bottom: 28px;
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0px 0px 15px rgba(0, 0, 20, 0.08); }
      .matrix-media .matrix-item .item-image:before {
        content: '';
        display: block;
        padding-top: 66.66%; }
      .matrix-media .matrix-item .item-image .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .matrix-media .matrix-item .item-image cs-image {
        border-radius: 4px;
        -webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
      .matrix-media .matrix-item .item-image img {
        width: 100%; }
    .matrix-media .matrix-item .item-text {
      color: #43413f;
      padding: 0 14px; }
      .matrix-media .matrix-item .item-text h4 {
        margin-bottom: 7px; }
      .matrix-media .matrix-item .item-text .item-card-label {
        display: none;
        font-size: 14px;
        text-transform: uppercase;
        opacity: 0.6; }
      .matrix-media .matrix-item .item-text p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        opacity: 0.85; }
      .matrix-media .matrix-item .item-text .button {
        margin-top: 28px; }

.component-full .matrix-media .matrix-item .item-image {
  position: relative;
  overflow: hidden; }
  .component-full .matrix-media .matrix-item .item-image:before {
    content: '';
    display: block;
    padding-top: 56.25%; }

.theme-dark .matrix-media .matrix-item .item-text, .theme-orange .matrix-media .matrix-item .item-text {
  color: white; }

@media (max-width: 960px) {
  .matrix-media .matrix-item .item-image {
    position: relative;
    overflow: hidden; }
    .matrix-media .matrix-item .item-image:before {
      content: '';
      display: block;
      padding-top: 50%; } }





.matrix-item-popup-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden; }
  .matrix-item-popup-image:before {
    content: '';
    display: block;
    padding-top: 66.66%; }
  .matrix-item-popup-image cs-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transition: -webkit-filter 300ms ease-in-out;
    -moz-transition: -moz-filter 300ms ease-in-out;
    -o-transition: -o-filter 300ms ease-in-out; }
  .matrix-item-popup-image custom-button {
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out; }
    .matrix-item-popup-image custom-button .custom-button {
      margin: 0; }
  .matrix-item-popup-image.cs-on-hover-active {
    cursor: pointer; }
    .matrix-item-popup-image.cs-on-hover-active cs-image {
      -webkit-filter: brightness(0.5);
              filter: brightness(0.5); }
    .matrix-item-popup-image.cs-on-hover-active custom-button {
      opacity: 1; }

.matrix-item-popup-text {
  margin: 7px 14px 0; }
  .matrix-item-popup-text p:last-of-type {
    margin-bottom: 0; }
  .matrix-item-popup-text .popup-title {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0; }
  .matrix-item-popup-text .popup-link {
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }

.matrix.matrix-3-col.matrix-popup .matrix-item-popup-image {
  min-height: 180px; }






/*# sourceMappingURL=chefsteps.css.map */
