font-size: 16px;
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: #E16A70 !important;
  border-color: #E16A70 !important;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #E16A70 !important;
}
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: #ED6974 !important;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  background-color: #ED6974 !important;
}
.radio .circle,
label.radio-inline .circle {
  border: 1px solid rgba(0, 0, 0, 0.54) !important;
}
.btn-acana {
  color: #E05B60 !important;
}
/* flow.scss */
.features {
  float: right;
  width: 300px;
  padding-left: 20px;
}
.features .heading {
  font-size: 14px;
  font-weight: bold;
}
.drop {
  padding: 15px;
  border: 2px #f1f1f1 dashed;
  border-radius: 5px;
  line-height: 34px;
}
.drop.drag-over {
  background: #5CB85C;
  color: #fff;
}
.transfer-box {
  margin-bottom: 5px;
}
.transfer-box .progress {
  margin-bottom: 0;
}
.thumbnail {
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  word-break: normal;
}
.thumbnail img {
  max-width: 200px;
  max-height: 150px;
}
.gallery-box {
  width: 200px;
  padding: 5px;
  margin: 7px;
  float: left;
  min-height: 200px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.gallery-box .progress {
  margin-bottom: 0;
}
.gallery-box .thumbnail {
  height: 188px;
  width: 188px;
}
.gallery-box .title {
  height: 22px;
  overflow: hidden;
  display: block;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.node.node-page h1 {
  padding-left: 0px;
}
/* colors.scss */
.acana-bg {
  background-color: #ED6974 !important;
  color: white !important;
}
/* index.css */
/* Reset CSS ---------------------- */
body {
  color: #6A6A69;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: 'MyriadPro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #444;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/* Custom CSS
 * --------------------------------------- */
body {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}
.section {
  text-align: center;
}
.twitter-share-button {
  position: fixed;
  z-index: 99;
  right: 149px;
  top: 9px;
}
#download {
  margin: 10px 0 0 0;
  padding: 15px 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#download a {
  text-decoration: none;
  color: #fff;
}
#download:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2F96B4;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0 8px 0;
}
#infoMenu ul {
  padding: 0 40px;
}
#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333;
}
#infoMenu li a:hover {
  text-decoration: underline;
}
#infoMenu li {
  display: inline-block;
  position: relative;
}
#examplesList {
  display: none;
  background: #282828;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 638px;
  text-align: left;
}
#examplesList ul {
  padding: 0;
}
#examplesList ul li {
  display: block;
  margin: 5px 0;
}
#examplesList ul li a {
  color: #BDBDBD;
  margin: 0;
}
#examplesList ul li a:hover {
  color: #f2f2f2;
}
#examplesList .column {
  float: left;
  margin: 0 20px 0 0;
}
#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px 0;
}
/* Demos Menu
 * --------------------------------------- */
#demosMenu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.btn-menu {
  height: 38px !important;
  padding: 9px 10px!important;
  margin: 14px 5px 0 0!important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0;
  border-radius: 20px !important;
  color: #777776 !important;
}
.btn-menu-vertical {
  font-size: 12px !important;
  font-weight: 300 !important;
  padding: 5px 15px!important;
}
.btn-menu-vertical:hover {
  font-weight: 400 !important;
  background-color: #ed5d62 !important;
}
.btn-menu:hover {
  color: #E05B60 !important;
  background: transparent;
}
#menu > li.active > .btn-menu {
  /*border: 1px solid red;*/
  border-radius: 20px;
  color: #E05B60 !important;
  font-weight: 400 !important;
}
.btn-acana {
  color: #E05B60 !important;
}
.btn-buy,
.btn-buy:hover,
.btn-buy:focus {
  background-color: #E05B60 !important;
  border: 1px solid #E05B60!important;
  color: #FFF !important;
}
.btn-social-vertical {
  margin: 0 !important;
}
@media (min-width: 0) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .container-fluid > .navbar-header {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.navbar-nav {
  margin: 0 !important;
}
.drop-example-theme-social-sharing.drop-element {
  z-index: 30 !important;
}
.dotted {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
}
p.acana {
  font-size: 14px !important;
  text-align: left;
}
/* Style for our header texts
* --------------------------------------- */
.intro p {
  color: #fff;
}
/* Centered texts in each section
* --------------------------------------- */
.section {
  text-align: center;
}
/* Fixed header and footer.
* --------------------------------------- */
.footer {
  bottom: 0;
}
/* Bottom menu
* --------------------------------------- */
#infoMenu {
  bottom: 80px;
}
#infoMenu li a {
  color: #fff;
  z-index: 999;
}
.action-icon {
  border: 2px solid #E16A70;
  padding: 5px;
  border-radius: 50%;
  color: #E16A70;
  width: 28px;
  height: 28px;
  text-align: center;
}
.action-subheader-icon {
  padding: 5px;
  color: #E16A70;
  width: 28px;
  height: 28px;
  text-align: center;
}
.action-header {
  font-weight: 400 !important;
  font-size: 16px;
  color: #6A6A69;
  text-transform: uppercase;
  padding-left: 10px;
  cursor: pointer;
}
.action-header:hover,
.action-subheader:hover,
.action-header:focus,
.action-subheader:focus {
  color: #E16A70;
}
.action-subheader {
  font-weight: 300;
  cursor: pointer;
  color: #6A6A69;
}
.btn-action {
  color: #6A6A69;
  font-weight: 400;
}
.form-group label.control-label {
  font-size: 12px;
  font-weight: 300 !important;
  margin: 16px 0 0 0;
}
.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -30px;
  left: 15px !important;
  font-size: 12px;
}
.form-control,
.form-group .form-control,
.form-group.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6a69), to(#6a6a69)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2)) !important;
  background-image: -webkit-linear-gradient(#6a6a69, #6a6a69), -webkit-linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-image: -o-linear-gradient(#6a6a69, #6a6a69), -o-linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-image: linear-gradient(#6a6a69, #6a6a69), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #E16A70 !important;
}
#dropzone {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.dropzone {
  border: 2px #f1f1f1 dashed!important;
}
.toast-title {
  font-weight: 400 !important;
  color: white !important;
}
.toast-message {
  font-weight: 300 !important;
  color: white !important;
}
.toast-top-right {
  top: 80px !important;
  right: 12px !important;
}
.fadeInUp {
  -webkit-animation: fadeInUp 500ms!important;
  /* Safari 4+ */
  -moz-animation: fadeInUp 500ms!important;
  /* Fx 5+ */
  -o-animation: fadeInUp 500ms!important;
  /* Opera 12+ */
  animation: fadeInUp 500ms!important;
  /* IE 10+, Fx 29+ */
}
.checkbox .checkbox-material .check {
  border: 1px solid #D2D2D2 !important;
}
.form-group .checkbox label,
.form-group .radio label,
.form-group label {
  font-weight: 300 !important;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: #E16A70 !important;
  border-color: #E16A70 !important;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #E16A70 !important;
}
.dotted-darker {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
}
.ba-fri-no-card {
  border-right: 2px solid #ED6974;
  border-left: 2px solid #ED6974!important;
}
@media only screen and (max-width: 768px) {
  .ba-fri-no-card {
    border: none !important;
  }
}
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: #ED6974 !important;
}
.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  background-color: #ED6974 !important;
}
.radio .circle,
label.radio-inline .circle {
  border: 1px solid rgba(0, 0, 0, 0.54) !important;
}
@media only screen and (max-width: 440px) {
  .more {
    line-height: 28px !important;
  }
}
/* acana.scss */
video {
  z-index: -10 !important;
}
body {
  color: #777776;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 300;
  top: 0 !important;
  background: white;
}
.uppercase {
  text-transform: uppercase;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #E36870;
}
@media (max-width: 1076px) {
  .social-buttons {
    display: none;
  }
}
@media (max-width: 1076px) {
  .social-buttons-dial {
    display: block;
  }
}
.md-open-menu-container {
  z-index: 110 !important;
}
@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  md-toolbar {
    min-height: 64px !important;
  }
}
@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  .md-toolbar-tools {
    height: 64px !important;
    max-height: 64px !important;
  }
}
@media only screen and (max-width: 820px) and (min-width: 0) {
  .menu-button {
    display: none !important;
  }
  .menu-fab {
    display: block !important;
  }
}
@media only screen and (min-width: 820px) {
  .menu-fab {
    display: none !important;
  }
}
.dialog-link {
  cursor: pointer !important;
}
.dialog-link:focus {
  outline: none !important;
}
md-input-container {
  margin: 0 !important;
}
.dotted {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
}
.dotted-darker {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.54) 1px, rgba(0, 0, 0, 0.4) 1px, rgba(0, 0, 0, 0.4) 100%);
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
}
.acana_link {
  text-decoration: none;
  color: #777776;
  cursor: pointer;
}
.acana_link:hover {
  color: #ED6974;
  text-decoration: underline;
}
.title-video {
  z-index: 10 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}
md-list-item,
md-list-item .md-list-item-inner {
  margin: 4px 0!important;
}
md-icon {
  width: 50%;
  height: 30%;
}
md-icon svg {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.s64 {
  font-size: 64px;
}
.s32 {
  font-size: 48px;
}
md-icon.fa {
  display: block;
  padding-left: 0;
}
md-icon.s32 span {
  padding-left: 8px;
}
md-grid-list {
  margin: 0 8px 8px 8px;
}
.gray {
  background: #f5f5f5;
}
.green {
  background: #b9f6ca !important;
}
.yellow {
  background: #ffff8d;
}
.blue {
  background: #84ffff;
}
.darkBlue {
  background: #80d8ff;
}
.deepBlue {
  background: #448aff;
}
.purple {
  background: #b388ff;
}
.lightPurple {
  background: #8c9eff;
}
.red {
  background: #ff8a80 !important;
}
.pink {
  background: #ff80ab;
}
md-grid-tile {
  transition: all 300ms ease-out 50ms;
}
md-grid-tile md-icon {
  padding-bottom: 32px;
}
md-grid-tile md-grid-tile-footer {
  background: rgba(0, 0, 0, 0.68);
  height: 36px;
}
md-grid-tile-footer figcaption {
  width: 100%;
}
md-grid-tile-footer figcaption h3 {
  margin: 0;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.card-footer {
  background: rgba(0, 0, 0, 0.4) !important;
  height: 40% !important;
}
md-grid-tile:hover .card-footer {
  height: 100% !important;
  transition: height 0.25s ease-in !important;
}
.container.ng-enter,
.container.ng-leave {
  -webkit-transition: 0.5s ease all!important;
  transition: 0.5s ease all!important;
}
.container.ng-enter {
  -webkit-transform: translate3d(100%, 0, 0) !important;
}
.container.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(100%, 0, 0) !important;
}
.back.container.ng-enter {
  -webkit-transform: translate3d(-100%, 0, 0) !important;
}
.back.container.ng-leave.ng-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0) !important;
}
.container.ng-leave,
.container.ng-enter.ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0) !important;
}
@media only screen and (max-width: 640px) {
  .single_page_content {
    max-width: 88% !important;
    width: 88% !important;
  }
}
.img-wrapper img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .single_page_content {
    max-width: 90% !important;
    width: 90% !important;
  }
}
.inputdemoErrorsAdvanced .hint {
  /* Position the hint */
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: grey;
}
.inputdemoErrorsAdvanced .hint.ng-hide,
.inputdemoErrorsAdvanced .hint.ng-enter,
.inputdemoErrorsAdvanced .hint.ng-leave.ng-leave-active {
  bottom: 26px;
  opacity: 0;
}
.inputdemoErrorsAdvanced .hint.ng-leave,
.inputdemoErrorsAdvanced .hint.ng-enter.ng-enter-active {
  bottom: 7px;
  opacity: 1;
}
@media (min-width: 960px) {
  md-toast.md-top {
    top: 60px;
  }
}
.arrow_box {
  position: relative;
  border-radius: 10px;
}
.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-right-color: inherit;
  border-width: 14px;
  margin-top: -14px;
}
.arrow_box:before {
  border-right-color: inherit;
  border-width: 15px;
  margin-top: -15px;
}
md-tabs.stretch-height md-tab-content > div {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
/*
  We're using CSS transitions for when
  the enter and move events are triggered
  for the element that has the .repeated-item
  class
*/
.repeated-item.ng-enter,
.repeated-item.ng-move {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  opacity: 0;
}
/*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/
.repeated-item.ng-enter.ng-enter-active,
.repeated-item.ng-move.ng-move-active {
  opacity: 1;
}
/*
  We're using CSS keyframe animations for when
  the leave event is triggered for the element
  that has the .repeated-item class
*/
.repeated-item.ng-leave {
  -webkit-animation: 0.5s my_animation;
  -moz-animation: 0.5s my_animation;
  -o-animation: 0.5s my_animation;
  animation: 0.5s my_animation;
}
@keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
  Unfortunately each browser vendor requires
  its own definition of keyframe animation code...
*/
@-webkit-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes my_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
md-grid-list md-grid-tile.repeated-item figure {
  align-items: flex-start;
  justify-content: flex-start;
}
.rich-text ul li p {
  margin-bottom: 0 !important;
}
md-radio-button ._md-off {
  border-width: 1px !important;
}
md-grid-tile:focus,
md-grid-tile > figure:focus {
  border: none !important;
}
md-radio-button ._md-on {
  background-color: #ED6974;
}
md-radio-button.md-default-theme.md-checked ._md-off,
md-radio-button.md-checked ._md-off {
  border-color: #ED6974;
}
*:focus {
  outline: none !important;
}
.md-button.acana-bg[disabled] {
  background-color: lightgrey !important;
}
.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}
.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}
a.faq-menu.active {
  font-weight: 600 !important;
}
.center-tabs > md-tabs-content-wrapper {
  margin-top: 20px !important;
}
.center-tabs > md-tabs-wrapper {
  max-width: 950px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
md-tabs.center-tabs md-ink-bar {
  color: #ED6974 !important;
  background: #ED6974 !important;
}
md-tabs.center-tabs .md-tab.md-active {
  color: #ED6974 !important;
}
.form-group label.control-label {
  font-size: 12px;
  font-weight: 300 !important;
  margin: 16px 0 0 0;
}
.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: -30px;
  left: 15px !important;
  font-size: 12px;
}
.form-control,
.form-group .form-control,
.form-group.is-focused .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6a6a69), to(#6a6a69)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2)) !important;
  background-image: -webkit-linear-gradient(#6a6a69, #6a6a69), -webkit-linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-image: -o-linear-gradient(#6a6a69, #6a6a69), -o-linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-image: linear-gradient(#6a6a69, #6a6a69), linear-gradient(#d2d2d2, #d2d2d2) !important;
}
.form-group.is-focused label,
.form-group.is-focused label.control-label {
  color: #E16A70 !important;
}
.toast-title {
  font-weight: 400 !important;
  color: white !important;
}
.toast-message {
  font-weight: 300 !important;
  color: white !important;
}
.toast-top-right {
  top: 80px !important;
  right: 12px !important;
}
.calculate-dialog > .modal-dialog {
  max-width: 950px !important;
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.md-toolbar-tools {
  padding: 0 15px!important;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.9);
}
.md-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-grid-row-align: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 6px;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-button {
  letter-spacing: 0.010em;
}
/* customs */
#section1 > div {
  z-index: 0 !important;
}
.navbar .navbar-nav a {
  background-color: transparent;
  border: 0;
}
.navbar .navbar-nav li:hover > a,
.navbar .navbar-nav .active > a {
  background-color: #e7e7e7;
  border: 0;
}
md-card {
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: #000;
  display: block;
  font: 300 14px/20px Helvetica, Arial;
}
.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}
md-card md-card-title {
  padding: 24px 16px 16px;
  display: block;
}
md-card md-card-content * {
  display: block;
  padding: 16px;
  font: 300 14px/20px Helvetica, Arial;
}
/* article grid */
.article-grid {
  position: relative;
  padding: 0 5px 5px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.article-grid a {
  text-decoration: none;
}
.article-grid figcaption {
  margin: 16px;
  width: 100%;
}
.article-grid img {
  width: 100%;
  height: auto;
}
.article-grid.dsized {
  padding: 0 5px 4px 0;
}
.article-grid:hover .card-footer {
  height: 100% !important;
  transition: height 0.25s ease-in !important;
  height: 100%;
}
.article-grid .card-footer {
  color: #fff;
  background: rgba(0, 0, 0, 0.4) !important;
  position: absolute;
  width: 100%;
  min-height: 40%;
  bottom: 6px;
  display: flex;
  align-items: center;
  right: 5px;
}
.article-grid .ttl {
  text-transform: uppercase;
  font-size: 24px;
  text-align: left;
  max-width: 80%;
  color: inherit;
}
.article-grid .dtm {
  color: inherit;
}
.article-grid .descr {
  color: inherit;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: left;
  font-weight: 400;
}
.block .loader {
  overflow: hidden;
  height: 1px;
}
.block .loader.loading {
  text-align: center;
  font-size: 100px;
  line-height: 140px;
  color: #E05B60;
  height: auto;
}
h1 {
  font: 700 50px/1.1 'MyriadPro Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* nodes */
.node h1 {
  margin: 20px 0;
}
.node h2 {
  margin: 20px 0 0;
  font-weight: bold;
}
.page_content {
  max-width: 1200px;
  margin: 0 auto;
}
.nav-article {
  color: #fff;
  position: relative;
  width: 100%;
  background-color: #666;
  display: block;
  margin-bottom: 10px;
  line-height: 0;
}
.nav-article img {
  display:none;
  max-width: 100%;
  height: auto;
}
.nav-article .hider {
  width: 100%;
  background: #f16c77;
  padding: 10px 15px;
  display: block;
  line-height: 20px;
}
.nav-article .title {
  display: block;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
}
.nav-article .previous {
  display: inline-block;
}
.nav-article .next {
  display: inline-block;
  text-align: right;
}
.nav-article .arrow {
  font-size: 22px;
  margin-right: 0px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.nav-article .left_nav .arrow {
  vertical-align: top;
}
.nav-article .func {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-article.nav-next {
  justify-content: flex-end;
}
.node .left_nav {
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: white;
  outline: none;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
}
.node .right_nav {
  right: 0;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: white;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
}
.nav-article .right_nav .arrow {
  float: right;
}
/* faqs pages */
.faq-record a {
  color: #333;
}
.faq-record a .mdl-button {
  color: #fff;
}
.faq-record td {
  font: 18px/20px 'MyriadPro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.faq-record .mdl-button {
  line-height: 40px;
  font-size: 16px;
}
.faqs {
  padding: 20px;
}
/* ingredients */
.ingr_page_content p {
  line-height: 1.6em;
  font-size: 1.7em;
  font-weight: 400;
  margin-bottom: 4% !important;
  margin-top: 4% !important;
}
.ingr_page_content {
  margin: 30px auto;
  max-width: 950px;
}
.ingtypes .active {
  color: #ED6974 !important;
  cursor: default;
}
.ingtypes li {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.ingtypes a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.541176);
  font-weight: normal;
}
.ingtypes li .active {
  border-bottom: 2px solid #ED5A64;
}
.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* korm pages */
#block-shra-contribution-korm-list .ingrlist .ttl {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  font-weight: 300;
  margin-top: 5px;
  text-transform: uppercase;
  text-align: center;
  min-height: 40px;
}
.bsp .percent {
  font-weight: bold;
  font-size: 32px;
  font-family: Arvo, serif;
  text-align: right;
  line-height: 40px;
}
.bsp .name {
  padding-left: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}
.bsp .banr {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#block-shra-contribution-korm-list .summary {
  padding: 0 25px;
}
#block-shra-contribution-korm-list .summary p {
  margin: 10px 0;
}
.arhive-doc {
  background: url(/sites/all/themes/acana/images/archive.svg) no-repeat center center;
  background-size: 55% 55%;
}
.feedingNorm {
  background: url(/sites/all/themes/acana/images/food.svg) no-repeat center center;
  background-size: 55% 55%;
}
.whitepages {
  background: url(/sites/all/themes/acana/images/black-2.svg) no-repeat center center;
  background-size: 55% 55%;
}
.media-youtube-video {
  margin: 15px 0;
}
.fancybox-placeholder {
  background: #fff;
}
#FeedingNorms .wt,
#FeedingNorms .wtadult,
#FeedingNorms .ages,
#FeedingNorms .opts {
  margin: 20px 0;
}
#FeedingNorms .opts label {
  margin-left: 20px;
}
#FeedingNorms .opts .mdl-radio {
  font-size: inherit;
}
#FeedingNorms .modal-body p {
  font-style: italic;
  line-height: 20px;
}
#FeedingNorms .results .mdl-spinner {
  display: block;
  margin: 0 auto;
}
#FeedingNorms .results .rec {
  background: #fafad7;
  margin: 10px 20px;
  padding: 10px;
  text-align: center;
  box-shadow: 2px 5px 15px #888;
}
#FeedingNorms .results .rec .ttl {
  background: white;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  color: #EB5B67;
  padding: 10px;
  max-width: 150px;
  border-radius: 17px;
  border: 1px solid #EB5B67;
  text-align: center;
}
#FeedingNorms .results .rec .value {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
#FeedingNorms .results .feed-type-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 0 25px;
}
/* web-forms */
.region-wbforms .block-webform {
  display: none;
}
.form-item {
  position: relative;
}
.block-webform h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.modal-title {
  font-size: 22px;
}
.webform-client-form .webform-component-textarea label,
.webform-client-form .webform-component-textfield label,
.webform-client-form .webform-component-email label {
  /*	color: #000;
	opacity: 0.3;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 15px;
	font-weight: normal;
	transition: top 200ms, opacity 200ms, left 200ms;
	z-index: 1;
	font-size: 18px;*/
}
.webform-client-form p {
  font-size: 16px;
  margin: 0.5em 0;
}
.webform-client-form label.floating {
  top: -0px;
  z-index: 1;
  padding: 0 3px;
  left: 10px;
  opacity: 1.0;
  font-size: 12px;
  background-color: #FFF;
  color: #0476FA;
}
.webform-client-form label {
  font-weight: normal;
}
.webform-client-form input,
.webform-client-form textarea {
  /*	display: inline-block;
	border: 0;*/
  /*	padding: 10px;*/
  /*	font-size: 18px;*/
  background: transparent none;
  /*	border-bottom: 1px solid #95ACC1;
	transition: border 200ms;*/
  max-width: 100%;
}
.webform-client-form .form-actions {
  text-align: right;
}
.webform-client-form .form-actions input {
  display: inline-block;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  width: auto;
  color: #E05B60 !important;
  border: 0;
  border-radius: 0;
  font-weight: normal;
}
.webform-client-form .form-actions input:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.webform-component-textfield,
.webform-component--email {
  max-width: 49.5%;
  display: inline-block;
}
.webform-component-textarea {
  width: 100% !important;
}
/* korm filter */
#kormfilter .ingrlist > div {
  text-align: center;
  padding: 5px 0;
}
#kormfilter .ingrlist img {
  max-width: 70%;
  height: auto;
  margin: 15%;
}
#kormfilter .ingrlist .mdl-button {
  margin: 5px;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
#kormfilter .ingrlist .mdl-color--red-500 img {
  filter: brightness(250%);
}
#kormfilter .ages,
#kormfilter .sizes {
  margin-top: 15px;
}
.mdl-color--red-500 {
  background-color: #E05B60 !important;
}
.mdl-fgcolor--red-500 {
  color: #E05B60 !important;
}
#kormfilter {
  background: #e8e8e8;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: #000;
  display: block;
  font: 300 14px/20px Helvetica, Arial;
  margin-top: 10px;
}
#kormfilter .ttl {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 5px 0 0;
}
.dog-button {
  background: url(/sites/all/themes/acana/images/dog.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  display: inline-block;
}
.cat-button {
  background: url(/sites/all/themes/acana/images/cat.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  display: inline-block;
}
#kormfilter label {
  margin: 0 0 7px 20px;
}
#kormfilter label span {
  color: #E05B60;
}
#kormfilter .row {
  margin-bottom: 30px;
}
/* radio styles */
.form-radio {
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin: 0 3px 0 0;
}
.form-radio + label {
  cursor: pointer;
}
.form-radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.form-radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.form-radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #FFF;
}
.form-radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E05B60;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .2s;
}
.form-radio:checked + label:after {
  opacity: 1;
}
.form-radio:focus + label:before {
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
}
.webform-client-form .form-type-radio {
  display: inline-block;
  margin-right: 20px;
}
.webform-client-form .form-type-radio label.option {
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
.h4-like {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
a,
a:focus,
a:hover {
  color: #009688;
  font-weight: inherit;
}
.page404 {
  text-align: center;
  max-width: 500px;
  margin: 20px auto;
}
.page404 .logo404 {
  background: url(/sites/all/themes/acana/images/oh-my-dog-itseems-trouble-time.png) center center no-repeat;
  background-size: contain;
  height: 170px;
  margin: 20px 0;
  display: block;
}
.page404 .sorry {
  font-size: 36px;
  line-height: 40px;
  margin: 10px 0;
}
.page404 .backtothehome {
  background-color: #cccccc;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  margin: 20px 0;
}
.page404 .doggy span {
  background: url(/sites/all/themes/acana/images/dog.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 auto;
}
.page404 .kitty span {
  background: url(/sites/all/themes/acana/images/cat.svg) no-repeat center center;
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.page404 .doggy,
.page404 .kitty {
  font-size: 16px;
}
.center {
  text-align: center;
}
