#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
  zoom: 1;
}
html.js input.form-autocomplete {
  background-image: url(../../../../misc/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-image: url(https://www.nutramigen.it/misc/throbber-active.gif);
  background-position: 100% center;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}
html.js fieldset.collapsed .fieldset-wrapper {
  display: none;
}
fieldset.collapsible {
  position: relative;
}
fieldset.collapsible .fieldset-legend {
  display: block;
}
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.resizable-textarea .grippie {
  background: #eee url(https://www.nutramigen.it/misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}
body.drag {
  cursor: move;
}
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  background: url(https://www.nutramigen.it/misc/draggable.png) no-repeat 6px 9px;
  height: 13px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 13px;
}
a.tabledrag-handle-hover .handle {
  background-position: 6px -11px;
}
div.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}
div.tree-child {
  background: url(https://www.nutramigen.it/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
  background: url(https://www.nutramigen.it/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
  background: url(https://www.nutramigen.it/misc/tree.png) no-repeat -11px center;
}
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}
table.sticky-header {
  background-color: #fff;
  margin-top: 0;
}
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}
.progress .percentage {
  float: right;
}
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  background: transparent url(https://www.nutramigen.it/misc/throbber-active.gif) no-repeat 0px
    center;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
.container-inline div,
.container-inline label {
  display: inline;
}
.container-inline .fieldset-wrapper {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
html.js .js-hide {
  display: none;
}
.element-hidden {
  display: none;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
*:first-child + html .clearfix {
  min-height: 1%;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff
    url(../../../all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_flat_75_ffffff_40x100.png)
    50% 50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc
    url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_highlight-soft_75_cccccc_1x100.png)
    50% 50% repeat-x;
  color: #222;
  font-weight: 700;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6
    url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_glass_75_e6e6e6_1x400.png)
    50% 50% repeat-x;
  font-weight: 400;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada
    url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_glass_75_dadada_1x400.png)
    50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff
    url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_glass_65_ffffff_1x400.png)
    50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee
    url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_glass_55_fbf9ee_1x400.png)
    50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec
    url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_glass_95_fef1ec_1x400.png)
    50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../../../all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaa
    url(../../../all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png)
    50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa
    url(https://www.nutramigen.it/sites/all/modules/contrib/jquery_update/replace/ui/themes/base/minified/images/ui-bg_flat_0_aaaaaa_40x100.png)
    50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.container-inline-date {
  clear: both;
}
.container-inline-date .form-item {
  float: none;
  margin: 0;
  padding: 0;
}
.container-inline-date > .form-item {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}
fieldset.date-combo .container-inline-date > .form-item {
  margin-bottom: 10px;
}
.container-inline-date .form-item .form-item {
  float: left;
}
.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto;
}
.container-inline-date .description {
  clear: both;
}
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px;
}
.container-inline-date .date-spacer {
  margin-left: -5px;
}
.views-right-60 .container-inline-date div {
  margin: 0;
  padding: 0;
}
.container-inline-date .date-timezone .form-item {
  clear: both;
  float: none;
  width: auto;
}
.container-inline-date .date-padding {
  float: left;
}
fieldset.date-combo .container-inline-date .date-padding {
  padding: 10px;
}
.views-exposed-form .container-inline-date .date-padding {
  padding: 0;
}
#calendar_div,
#calendar_div td,
#calendar_div th {
  margin: 0;
  padding: 0;
}
#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
  border-collapse: separate;
  margin: 0;
  width: 185px;
}
.calendar td {
  padding: 0;
}
.date-prefix-inline {
  display: inline-block;
}
.date-clear {
  clear: both;
  display: block;
  float: none;
}
.date-no-float {
  clear: both;
  float: none;
  width: 98%;
}
.date-float {
  clear: none;
  float: left;
  width: auto;
}
.date-float .form-type-checkbox {
  padding-right: 1em;
}
.form-type-date-select .form-type-select[class*='hour'] {
  margin-left: 0.75em;
}
.date-container .date-format-delete {
  float: left;
  margin-top: 1.8em;
  margin-left: 1.5em;
}
.date-container .date-format-name {
  float: left;
}
.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}
.date-container .select-container {
  clear: left;
  float: left;
}
div.date-calendar-day {
  background: #f3f3f3;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #999;
  float: left;
  line-height: 1;
  margin: 6px 10px 0 0;
  text-align: center;
  width: 40px;
}
div.date-calendar-day span {
  display: block;
  text-align: center;
}
div.date-calendar-day span.month {
  background-color: #b5bebe;
  color: #fff;
  font-size: 0.9em;
  padding: 2px;
  text-transform: uppercase;
}
div.date-calendar-day span.day {
  font-size: 2em;
  font-weight: 700;
}
div.date-calendar-day span.year {
  font-size: 0.9em;
  padding: 2px;
}
.date-form-element-content-multiline {
  padding: 10px;
  border: 1px solid #ccc;
}
.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
  margin-left: 1.3em;
}
#edit-field-settings-granularity .form-type-checkbox {
  margin-right: 0.6em;
}
.date-year-range-select {
  margin-right: 1em;
}
body .enfamil-user-login-form-wrapper .enfa-popover {
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
}
body .enfamil-user-login-form-wrapper .enfa-popover .glyphicon.glyphicon-info-sign {
  color: #0a549a;
  font-size: 17px;
  top: 5px;
}
body .enfamil-user-login-form-wrapper .rememberme-wrapper {
  margin: 10px 0;
}
body .enfamil-user-login-form-wrapper .rememberme-wrapper .form-item-persistent-login {
  float: left;
}
.confirmation-overlay-throb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  z-index: 11;
  display: none;
}
.throbber-overlay-throb {
  background: #eedeb8;
}
.loader-throbber {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
  padding-top: 2em;
  height: 0;
  width: 2em;
  z-index: 100;
}
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #00519b;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes "loader-figure" {
  0% {
    height: 0;
    width: 0;
    background-color: #00519b;
  }
  29% {
    background-color: #00519b;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes "loader-figure" {
  0% {
    height: 0;
    width: 0;
    background-color: #00519b;
  }
  29% {
    background-color: #00519b;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes "loader-figure" {
  0% {
    height: 0;
    width: 0;
    background-color: #00519b;
  }
  29% {
    background-color: #00519b;
  }
  30% {
    height: 2em;
    width: 2em;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 2em;
    width: 2em;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
fieldset.collapsible {
  position: unset;
}
.field .field-label {
  font-weight: 700;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
  float: left;
}
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table th.field-label {
  padding-left: 0;
}
form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
td.revision-current {
  background: #ffc;
}
span[data-picture-align='left'],
img[data-picture-align='left'] {
  float: left;
}
span[data-picture-align='right'],
img[data-picture-align='right'] {
  float: right;
}
span[data-picture-align='center'],
img[data-picture-align='center'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cke_dialog_body tr td:last-child {
  border-right: 0;
}
.youtube-container--responsive {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-container--responsive iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
span.ext {
  background: url(../../../all/modules/contrib/extlink/extlink_s.png) 2px center no-repeat;
  width: 10px;
  height: 10px;
  padding-right: 12px;
  text-decoration: none;
}
span.mailto {
  background: url(https://www.nutramigen.it/sites/all/modules/contrib/extlink/extlink_s.png) -20px center
    no-repeat;
  width: 10px;
  height: 10px;
  padding-right: 12px;
  text-decoration: none;
}
@media print {
  span.ext,
  span.mailto {
    display: none;
    padding: 0;
  }
}
.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}
.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}
.views-exposed-form label {
  font-weight: 700;
}
.views-exposed-widgets {
  margin-bottom: 0.5em;
}
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}
.views-view-grid tbody {
  border-top: none;
}
.view .progress-disabled {
  float: none;
}
.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}
.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}
.ctools-owns-lock {
  background: #ffd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}
a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(https://www.nutramigen.it/sites/all/modules/contrib/ctools/images/status-active.gif)
    right center no-repeat;
}
div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(https://www.nutramigen.it/sites/all/modules/contrib/ctools/images/status-active.gif)
    center center no-repeat;
}
div.ctools-modal-content {
  background: #fff;
  color: #000;
  padding: 0;
  margin: 2px;
  border: 1px solid #000;
  width: 600px;
  text-align: left;
}
div.ctools-modal-content .modal-title {
  font-size: 120%;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
div.ctools-modal-content .modal-header {
  background-color: #2385c2;
  padding: 0 0.25em 0 1em;
}
div.ctools-modal-content .modal-header a {
  color: #fff;
}
div.ctools-modal-content .modal-content {
  padding: 1em 1em 0;
  overflow: auto;
  position: relative;
}
div.ctools-modal-content a.close {
  color: #fff;
  float: right;
}
div.ctools-modal-content a.close:hover {
  text-decoration: none;
}
div.ctools-modal-content a.close img {
  position: relative;
  top: 1px;
}
div.ctools-modal-content .modal-content .modal-throbber-wrapper {
  text-align: center;
}
div.ctools-modal-content .modal-content .modal-throbber-wrapper img {
  margin-top: 160px;
}
div.ctools-modal-content .form-item label {
  width: 15em;
  float: left;
}
div.ctools-modal-content .form-item label.option {
  width: auto;
  float: none;
}
div.ctools-modal-content .form-item .description {
  clear: left;
}
div.ctools-modal-content .form-item .description .tips {
  margin-left: 2em;
}
div.ctools-modal-content .no-float .form-item * {
  float: none;
}
div.ctools-modal-content .modal-form .no-float label {
  width: auto;
}
div.ctools-modal-content fieldset,
div.ctools-modal-content .form-radios,
div.ctools-modal-content .form-checkboxes {
  clear: left;
}
div.ctools-modal-content .vertical-tabs-panes > fieldset {
  clear: none;
}
div.ctools-modal-content .resizable-textarea {
  width: auto;
  margin-left: 15em;
  margin-right: 5em;
}
div.ctools-modal-content .container-inline .form-item {
  margin-right: 2em;
}
#views-exposed-pane-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
div.ctools-modal-content label.hidden-options {
  background: transparent
    url(https://www.nutramigen.it/sites/all/modules/contrib/ctools/images/arrow-active.png)
    no-repeat right;
  height: 12px;
  padding-right: 12px;
}
div.ctools-modal-content label.expanded-options {
  background: transparent
    url(https://www.nutramigen.it/sites/all/modules/contrib/ctools/images/expanded-options.png)
    no-repeat right;
  height: 12px;
  padding-right: 16px;
}
div.ctools-modal-content .option-text-aligner label.expanded-options,
div.ctools-modal-content .option-text-aligner label.hidden-options {
  background: 0 0;
}
div.ctools-modal-content .dependent-options {
  padding-left: 30px;
}
div.panel-pane div.admin-links {
  font-size: xx-small;
  margin-right: 1em;
}
div.panel-pane div.admin-links li a {
  color: #ccc;
}
div.panel-pane div.admin-links li {
  padding-bottom: 2px;
  background: #fff;
  z-index: 201;
}
div.panel-pane div.admin-links:hover a,
div.panel-pane div.admin-links-hover a {
  color: #000;
}
div.panel-pane div.admin-links a:before {
  content: '[';
}
div.panel-pane div.admin-links a:after {
  content: ']';
}
div.panel-pane div.panel-hide {
  display: none;
}
div.panel-pane div.panel-hide-hover,
div.panel-pane:hover div.panel-hide {
  display: block;
  position: absolute;
  z-index: 200;
  margin-top: -1.5em;
}
div.panel-pane div.feed a {
  float: right;
}
.stages-inner-link > span {
  display: block;
}
.panel-2col .panel-col-first .inside {
  margin: 0;
}
.panel-1col .panel-col {
  width: 100%;
}
#panels-edit-display .panel-pane,
#panels-edit-display .helperclass {
  margin: 0.5em;
}
.panel-2col .panel-separator {
  margin: 0 0 1em;
}
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
}
.mm-btn,
.mm-menu {
  box-sizing: border-box;
}
.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-listview .mm-next:before,
.mm-listview > li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before {
  content: '';
  bottom: 0;
}
.mm-hidden {
  display: none !important;
}
.mm-menu,
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  padding: 0;
  position: absolute;
  bottom: 0;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0;
}
.mm-btn,
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px;
}
.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-next:after,
.mm-prev:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking,
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-menu.mm-offcanvas.mm-current {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}
.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen,
.mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}
.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span,
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*='mm-columns-'])
  ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*='mm-columns-'])
  ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*='mm-columns-'])
  ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*='mm-columns-'])
  ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*='mm-columns-'])
  ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*='mm-columns-'])
  ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(2200px, 0);
    -ms-transform: translate(2200px, 0);
    transform: translate(2200px, 0);
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate(-2200px, 0);
    -ms-transform: translate(-2200px, 0);
    transform: translate(-2200px, 0);
    -webkit-transform: translate3d(-2200px, 0, 0);
    transform: translate3d(-2200px, 0, 0);
  }
}
.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}
.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  -webkit-transform: translate(600%, 0);
  -ms-transform: translate(600%, 0);
  transform: translate(600%, 0);
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns
  .mm-panels
  > .mm-panel.mm-opened:not([class*='mm-columns-'])
  ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate(700%, 0);
  -ms-transform: translate(700%, 0);
  transform: translate(700%, 0);
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(2640px, 0);
    -ms-transform: translate(2640px, 0);
    transform: translate(2640px, 0);
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate(-2640px, 0);
    -ms-transform: translate(-2640px, 0);
    transform: translate(-2640px, 0);
    -webkit-transform: translate3d(-2640px, 0, 0);
    transform: translate3d(-2640px, 0, 0);
  }
}
.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
.mm-navbar-bottom,
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*='mm-navbar-content-'] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0;
}
.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels,
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels,
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels,
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels,
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels,
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider):after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*='mm-iconpanel-'] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*='mm-iconpanel-'].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative;
}
.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-panels > .mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}
label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-listview.mm-border-none > li:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-listview.mm-border-full > li:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-listview.mm-border-offset > li:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mm-menu[class*='mm-effect-listitems-'] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:after,
.mm-menu .mm-panels > .mm-panel.mm-justified-listview:before,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:after,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview,
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.mm-menu
  .mm-panels
  > .mm-panel.mm-justified-listview
  > .mm-listview
  > li:not(.mm-divider)
  > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span,
.mm-menu.mm-justified-listview
  .mm-panels
  > .mm-panel
  > .mm-listview
  > li:not(.mm-divider)
  > a:not(.mm-next),
.mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}
.mm-menu
  .mm-panels
  > .mm-panel.mm-justified-listview
  > .mm-listview
  > li:not(.mm-divider)
  > a:not(.mm-next):before,
.mm-menu
  .mm-panels
  > .mm-panel.mm-justified-listview
  > .mm-listview
  > li:not(.mm-divider)
  > span:before,
.mm-menu.mm-justified-listview
  .mm-panels
  > .mm-panel
  > .mm-listview
  > li:not(.mm-divider)
  > a:not(.mm-next):before,
.mm-menu.mm-justified-listview
  .mm-panels
  > .mm-panel
  > .mm-listview
  > li:not(.mm-divider)
  > span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0;
}
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
html.mm-popup .mm-menu {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-shadow-page:after {
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-fixeddivider span,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-fixeddivider span,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-shadow-page.mm-theme-white:after,
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-fixeddivider span,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n + 2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
.responsive-menu-block-wrapper {
  display: none;
}
html.mm-opened .mm-page {
  position: fixed !important;
  width: 100%;
}
.mm-page {
  background-color: #fff;
}
.horizontal-menu {
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.horizontal-menu > li {
  display: inline-block;
  position: relative;
}
.horizontal-menu > li ul ul {
  left: 13.75em;
  top: 0;
}
.horizontal-menu ul .fly-left ul {
  left: -13.75em;
}
.horizontal-menu > li > a {
  display: block;
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.35em;
  padding-left: 1em;
}
.horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: 13.75em;
  list-style: none;
}
.horizontal-menu li.sfHover > ul,
.horizontal-menu li:hover > ul {
  display: block;
}
.horizontal-menu li li {
  position: relative;
  float: left;
  width: 100%;
}
.horizontal-menu > li > li:hover > ul,
.horizontal-menu > li > li.sfHover > ul {
  display: block;
}
.horizontal-menu > li li > a {
  display: block;
  position: relative;
  padding-top: 0.25em;
  padding-right: 1em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  text-transform: none;
}
.off-canvas-wrapper {
  display: block;
}
.no-js .off-canvas-wrapper {
  display: none;
}
.responsive-menu-toggle-icon {
  box-sizing: border-box;
  display: block;
  width: 44px;
  height: 35px;
  z-index: 4;
  margin-top: 0;
  position: relative;
}
.no-js .responsive-menu-toggle-icon {
  display: none;
}
.responsive-menu-toggle-icon span.label {
  display: block;
  position: absolute;
  font-size: 17px;
  text-transform: uppercase;
  top: 2px;
  left: 40px;
  color: #fff;
}
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: #fff;
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 13px;
  border-radius: 2px;
}
.responsive-menu-toggle-icon:before {
  top: 8px;
}
.responsive-menu-toggle-icon span.icon {
  top: 14px;
}
.responsive-menu-toggle-icon:after {
  top: 20px;
}
.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  transition: none 0.4s ease-out 0.1s;
  transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening .responsive-menu-toggle-icon:before,
html.mm-opening .responsive-menu-toggle-icon:after {
  top: 14px;
}
html.mm-opening .responsive-menu-toggle-icon span.icon {
  left: -25px;
  opacity: 0;
}
html.mm-opening .responsive-menu-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.mm-opening .responsive-menu-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mm-blocker {
  background: rgba(0, 0, 0, 0);
}
.mm-opening #mm-blocker {
  background: rgba(0, 0, 0, 0.2);
  transition: background 1s ease 0.3s;
}
.mm-opening #page {
  border-left: 1px solid #ccc;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px\9;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../themes/enfamilitalynutramigen/fonts/glyphicons-halflings-regular.eot);
  src: url(https://www.nutramigen.it/sites/italynutramigen/themes/enfamilitalynutramigen/fonts/glyphicons-halflings-regular.eot?#iefix)
      format('embedded-opentype'),
    url(https://www.nutramigen.it/sites/italynutramigen/themes/enfamilitalynutramigen/fonts/glyphicons-halflings-regular.woff2)
      format('woff2'),
    url(https://www.nutramigen.it/sites/italynutramigen/themes/enfamilitalynutramigen/fonts/glyphicons-halflings-regular.woff)
      format('woff'),
    url(https://www.nutramigen.it/sites/italynutramigen/themes/enfamilitalynutramigen/fonts/glyphicons-halflings-regular.ttf)
      format('truetype'),
    url(https://www.nutramigen.it/sites/italynutramigen/themes/enfamilitalynutramigen/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: '\002a';
}
.glyphicon-plus:before {
  content: '\002b';
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: '\20ac';
}
.glyphicon-minus:before {
  content: '\2212';
}
.glyphicon-cloud:before {
  content: '\2601';
}
.glyphicon-envelope:before {
  content: '\2709';
}
.glyphicon-pencil:before {
  content: '\270f';
}
.glyphicon-glass:before {
  content: '\e001';
}
.glyphicon-music:before {
  content: '\e002';
}
.glyphicon-search:before {
  content: '\e003';
}
.glyphicon-heart:before {
  content: '\e005';
}
.glyphicon-star:before {
  content: '\e006';
}
.glyphicon-star-empty:before {
  content: '\e007';
}
.glyphicon-user:before {
  content: '\e008';
}
.glyphicon-film:before {
  content: '\e009';
}
.glyphicon-th-large:before {
  content: '\e010';
}
.glyphicon-th:before {
  content: '\e011';
}
.glyphicon-th-list:before {
  content: '\e012';
}
.glyphicon-ok:before {
  content: '\e013';
}
.glyphicon-remove:before {
  content: '\e014';
}
.glyphicon-zoom-in:before {
  content: '\e015';
}
.glyphicon-zoom-out:before {
  content: '\e016';
}
.glyphicon-off:before {
  content: '\e017';
}
.glyphicon-signal:before {
  content: '\e018';
}
.glyphicon-cog:before {
  content: '\e019';
}
.glyphicon-trash:before {
  content: '\e020';
}
.glyphicon-home:before {
  content: '\e021';
}
.glyphicon-file:before {
  content: '\e022';
}
.glyphicon-time:before {
  content: '\e023';
}
.glyphicon-road:before {
  content: '\e024';
}
.glyphicon-download-alt:before {
  content: '\e025';
}
.glyphicon-download:before {
  content: '\e026';
}
.glyphicon-upload:before {
  content: '\e027';
}
.glyphicon-inbox:before {
  content: '\e028';
}
.glyphicon-play-circle:before {
  content: '\e029';
}
.glyphicon-repeat:before {
  content: '\e030';
}
.glyphicon-refresh:before {
  content: '\e031';
}
.glyphicon-list-alt:before {
  content: '\e032';
}
.glyphicon-lock:before {
  content: '\e033';
}
.glyphicon-flag:before {
  content: '\e034';
}
.glyphicon-headphones:before {
  content: '\e035';
}
.glyphicon-volume-off:before {
  content: '\e036';
}
.glyphicon-volume-down:before {
  content: '\e037';
}
.glyphicon-volume-up:before {
  content: '\e038';
}
.glyphicon-qrcode:before {
  content: '\e039';
}
.glyphicon-barcode:before {
  content: '\e040';
}
.glyphicon-tag:before {
  content: '\e041';
}
.glyphicon-tags:before {
  content: '\e042';
}
.glyphicon-book:before {
  content: '\e043';
}
.glyphicon-bookmark:before {
  content: '\e044';
}
.glyphicon-print:before {
  content: '\e045';
}
.glyphicon-camera:before {
  content: '\e046';
}
.glyphicon-font:before {
  content: '\e047';
}
.glyphicon-bold:before {
  content: '\e048';
}
.glyphicon-italic:before {
  content: '\e049';
}
.glyphicon-text-height:before {
  content: '\e050';
}
.glyphicon-text-width:before {
  content: '\e051';
}
.glyphicon-align-left:before {
  content: '\e052';
}
.glyphicon-align-center:before {
  content: '\e053';
}
.glyphicon-align-right:before {
  content: '\e054';
}
.glyphicon-align-justify:before {
  content: '\e055';
}
.glyphicon-list:before {
  content: '\e056';
}
.glyphicon-indent-left:before {
  content: '\e057';
}
.glyphicon-indent-right:before {
  content: '\e058';
}
.glyphicon-facetime-video:before {
  content: '\e059';
}
.glyphicon-picture:before {
  content: '\e060';
}
.glyphicon-map-marker:before {
  content: '\e062';
}
.glyphicon-adjust:before {
  content: '\e063';
}
.glyphicon-tint:before {
  content: '\e064';
}
.glyphicon-edit:before {
  content: '\e065';
}
.glyphicon-share:before {
  content: '\e066';
}
.glyphicon-check:before {
  content: '\e067';
}
.glyphicon-move:before {
  content: '\e068';
}
.glyphicon-step-backward:before {
  content: '\e069';
}
.glyphicon-fast-backward:before {
  content: '\e070';
}
.glyphicon-backward:before {
  content: '\e071';
}
.glyphicon-play:before {
  content: '\e072';
}
.glyphicon-pause:before {
  content: '\e073';
}
.glyphicon-stop:before {
  content: '\e074';
}
.glyphicon-forward:before {
  content: '\e075';
}
.glyphicon-fast-forward:before {
  content: '\e076';
}
.glyphicon-step-forward:before {
  content: '\e077';
}
.glyphicon-eject:before {
  content: '\e078';
}
.glyphicon-chevron-left:before {
  content: '\e079';
}
.glyphicon-chevron-right:before {
  content: '\e080';
}
.glyphicon-plus-sign:before {
  content: '\e081';
}
.glyphicon-minus-sign:before {
  content: '\e082';
}
.glyphicon-remove-sign:before {
  content: '\e083';
}
.glyphicon-ok-sign:before {
  content: '\e084';
}
.glyphicon-question-sign:before {
  content: '\e085';
}
.glyphicon-info-sign:before {
  content: '\e086';
}
.glyphicon-screenshot:before {
  content: '\e087';
}
.glyphicon-remove-circle:before {
  content: '\e088';
}
.glyphicon-ok-circle:before {
  content: '\e089';
}
.glyphicon-ban-circle:before {
  content: '\e090';
}
.glyphicon-arrow-left:before {
  content: '\e091';
}
.glyphicon-arrow-right:before {
  content: '\e092';
}
.glyphicon-arrow-up:before {
  content: '\e093';
}
.glyphicon-arrow-down:before {
  content: '\e094';
}
.glyphicon-share-alt:before {
  content: '\e095';
}
.glyphicon-resize-full:before {
  content: '\e096';
}
.glyphicon-resize-small:before {
  content: '\e097';
}
.glyphicon-exclamation-sign:before {
  content: '\e101';
}
.glyphicon-gift:before {
  content: '\e102';
}
.glyphicon-leaf:before {
  content: '\e103';
}
.glyphicon-fire:before {
  content: '\e104';
}
.glyphicon-eye-open:before {
  content: '\e105';
}
.glyphicon-eye-close:before {
  content: '\e106';
}
.glyphicon-warning-sign:before {
  content: '\e107';
}
.glyphicon-plane:before {
  content: '\e108';
}
.glyphicon-calendar:before {
  content: '\e109';
}
.glyphicon-random:before {
  content: '\e110';
}
.glyphicon-comment:before {
  content: '\e111';
}
.glyphicon-magnet:before {
  content: '\e112';
}
.glyphicon-chevron-up:before {
  content: '\e113';
}
.glyphicon-chevron-down:before {
  content: '\e114';
}
.glyphicon-retweet:before {
  content: '\e115';
}
.glyphicon-shopping-cart:before {
  content: '\e116';
}
.glyphicon-folder-close:before {
  content: '\e117';
}
.glyphicon-folder-open:before {
  content: '\e118';
}
.glyphicon-resize-vertical:before {
  content: '\e119';
}
.glyphicon-resize-horizontal:before {
  content: '\e120';
}
.glyphicon-hdd:before {
  content: '\e121';
}
.glyphicon-bullhorn:before {
  content: '\e122';
}
.glyphicon-bell:before {
  content: '\e123';
}
.glyphicon-certificate:before {
  content: '\e124';
}
.glyphicon-thumbs-up:before {
  content: '\e125';
}
.glyphicon-thumbs-down:before {
  content: '\e126';
}
.glyphicon-hand-right:before {
  content: '\e127';
}
.glyphicon-hand-left:before {
  content: '\e128';
}
.glyphicon-hand-up:before {
  content: '\e129';
}
.glyphicon-hand-down:before {
  content: '\e130';
}
.glyphicon-circle-arrow-right:before {
  content: '\e131';
}
.glyphicon-circle-arrow-left:before {
  content: '\e132';
}
.glyphicon-circle-arrow-up:before {
  content: '\e133';
}
.glyphicon-circle-arrow-down:before {
  content: '\e134';
}
.glyphicon-globe:before {
  content: '\e135';
}
.glyphicon-wrench:before {
  content: '\e136';
}
.glyphicon-tasks:before {
  content: '\e137';
}
.glyphicon-filter:before {
  content: '\e138';
}
.glyphicon-briefcase:before {
  content: '\e139';
}
.glyphicon-fullscreen:before {
  content: '\e140';
}
.glyphicon-dashboard:before {
  content: '\e141';
}
.glyphicon-paperclip:before {
  content: '\e142';
}
.glyphicon-heart-empty:before {
  content: '\e143';
}
.glyphicon-link:before {
  content: '\e144';
}
.glyphicon-phone:before {
  content: '\e145';
}
.glyphicon-pushpin:before {
  content: '\e146';
}
.glyphicon-usd:before {
  content: '\e148';
}
.glyphicon-gbp:before {
  content: '\e149';
}
.glyphicon-sort:before {
  content: '\e150';
}
.glyphicon-sort-by-alphabet:before {
  content: '\e151';
}
.glyphicon-sort-by-alphabet-alt:before {
  content: '\e152';
}
.glyphicon-sort-by-order:before {
  content: '\e153';
}
.glyphicon-sort-by-order-alt:before {
  content: '\e154';
}
.glyphicon-sort-by-attributes:before {
  content: '\e155';
}
.glyphicon-sort-by-attributes-alt:before {
  content: '\e156';
}
.glyphicon-unchecked:before {
  content: '\e157';
}
.glyphicon-expand:before {
  content: '\e158';
}
.glyphicon-collapse-down:before {
  content: '\e159';
}
.glyphicon-collapse-up:before {
  content: '\e160';
}
.glyphicon-log-in:before {
  content: '\e161';
}
.glyphicon-flash:before {
  content: '\e162';
}
.glyphicon-log-out:before {
  content: '\e163';
}
.glyphicon-new-window:before {
  content: '\e164';
}
.glyphicon-record:before {
  content: '\e165';
}
.glyphicon-save:before {
  content: '\e166';
}
.glyphicon-open:before {
  content: '\e167';
}
.glyphicon-saved:before {
  content: '\e168';
}
.glyphicon-import:before {
  content: '\e169';
}
.glyphicon-export:before {
  content: '\e170';
}
.glyphicon-send:before {
  content: '\e171';
}
.glyphicon-floppy-disk:before {
  content: '\e172';
}
.glyphicon-floppy-saved:before {
  content: '\e173';
}
.glyphicon-floppy-remove:before {
  content: '\e174';
}
.glyphicon-floppy-save:before {
  content: '\e175';
}
.glyphicon-floppy-open:before {
  content: '\e176';
}
.glyphicon-credit-card:before {
  content: '\e177';
}
.glyphicon-transfer:before {
  content: '\e178';
}
.glyphicon-cutlery:before {
  content: '\e179';
}
.glyphicon-header:before {
  content: '\e180';
}
.glyphicon-compressed:before {
  content: '\e181';
}
.glyphicon-earphone:before {
  content: '\e182';
}
.glyphicon-phone-alt:before {
  content: '\e183';
}
.glyphicon-tower:before {
  content: '\e184';
}
.glyphicon-stats:before {
  content: '\e185';
}
.glyphicon-sd-video:before {
  content: '\e186';
}
.glyphicon-hd-video:before {
  content: '\e187';
}
.glyphicon-subtitles:before {
  content: '\e188';
}
.glyphicon-sound-stereo:before {
  content: '\e189';
}
.glyphicon-sound-dolby:before {
  content: '\e190';
}
.glyphicon-sound-5-1:before {
  content: '\e191';
}
.glyphicon-sound-6-1:before {
  content: '\e192';
}
.glyphicon-sound-7-1:before {
  content: '\e193';
}
.glyphicon-copyright-mark:before {
  content: '\e194';
}
.glyphicon-registration-mark:before {
  content: '\e195';
}
.glyphicon-cloud-download:before {
  content: '\e197';
}
.glyphicon-cloud-upload:before {
  content: '\e198';
}
.glyphicon-tree-conifer:before {
  content: '\e199';
}
.glyphicon-tree-deciduous:before {
  content: '\e200';
}
.glyphicon-cd:before {
  content: '\e201';
}
.glyphicon-save-file:before {
  content: '\e202';
}
.glyphicon-open-file:before {
  content: '\e203';
}
.glyphicon-level-up:before {
  content: '\e204';
}
.glyphicon-copy:before {
  content: '\e205';
}
.glyphicon-paste:before {
  content: '\e206';
}
.glyphicon-alert:before {
  content: '\e209';
}
.glyphicon-equalizer:before {
  content: '\e210';
}
.glyphicon-king:before {
  content: '\e211';
}
.glyphicon-queen:before {
  content: '\e212';
}
.glyphicon-pawn:before {
  content: '\e213';
}
.glyphicon-bishop:before {
  content: '\e214';
}
.glyphicon-knight:before {
  content: '\e215';
}
.glyphicon-baby-formula:before {
  content: '\e216';
}
.glyphicon-tent:before {
  content: '\26fa';
}
.glyphicon-blackboard:before {
  content: '\e218';
}
.glyphicon-bed:before {
  content: '\e219';
}
.glyphicon-apple:before {
  content: '\f8ff';
}
.glyphicon-erase:before {
  content: '\e221';
}
.glyphicon-hourglass:before {
  content: '\231b';
}
.glyphicon-lamp:before {
  content: '\e223';
}
.glyphicon-duplicate:before {
  content: '\e224';
}
.glyphicon-piggy-bank:before {
  content: '\e225';
}
.glyphicon-scissors:before {
  content: '\e226';
}
.glyphicon-bitcoin:before {
  content: '\e227';
}
.glyphicon-btc:before {
  content: '\e227';
}
.glyphicon-xbt:before {
  content: '\e227';
}
.glyphicon-yen:before {
  content: '\00a5';
}
.glyphicon-jpy:before {
  content: '\00a5';
}
.glyphicon-ruble:before {
  content: '\20bd';
}
.glyphicon-rub:before {
  content: '\20bd';
}
.glyphicon-scale:before {
  content: '\e230';
}
.glyphicon-ice-lolly:before {
  content: '\e231';
}
.glyphicon-ice-lolly-tasted:before {
  content: '\e232';
}
.glyphicon-education:before {
  content: '\e233';
}
.glyphicon-option-horizontal:before {
  content: '\e234';
}
.glyphicon-option-vertical:before {
  content: '\e235';
}
.glyphicon-menu-hamburger:before {
  content: '\e236';
}
.glyphicon-modal-window:before {
  content: '\e237';
}
.glyphicon-oil:before {
  content: '\e238';
}
.glyphicon-grain:before {
  content: '\e239';
}
.glyphicon-sunglasses:before {
  content: '\e240';
}
.glyphicon-text-size:before {
  content: '\e241';
}
.glyphicon-text-color:before {
  content: '\e242';
}
.glyphicon-text-background:before {
  content: '\e243';
}
.glyphicon-object-align-top:before {
  content: '\e244';
}
.glyphicon-object-align-bottom:before {
  content: '\e245';
}
.glyphicon-object-align-horizontal:before {
  content: '\e246';
}
.glyphicon-object-align-left:before {
  content: '\e247';
}
.glyphicon-object-align-vertical:before {
  content: '\e248';
}
.glyphicon-object-align-right:before {
  content: '\e249';
}
.glyphicon-triangle-right:before {
  content: '\e250';
}
.glyphicon-triangle-left:before {
  content: '\e251';
}
.glyphicon-triangle-bottom:before {
  content: '\e252';
}
.glyphicon-triangle-top:before {
  content: '\e253';
}
.glyphicon-console:before {
  content: '\e254';
}
.glyphicon-superscript:before {
  content: '\e255';
}
.glyphicon-subscript:before {
  content: '\e256';
}
.glyphicon-menu-left:before {
  content: '\e257';
}
.glyphicon-menu-right:before {
  content: '\e258';
}
.glyphicon-menu-down:before {
  content: '\e259';
}
.glyphicon-menu-up:before {
  content: '\e260';
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1156px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 34px;
  }
  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 8px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -8px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '/\00a0';
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container,
.navbar.container-fluid {
  margin-top: 20px;
}
.navbar.container > .container,
.navbar.container-fluid > .container-fluid {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #e5e5e5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar #block-search-form .input-group-btn {
  width: auto;
}
.navbar-search .control-group {
  margin-bottom: 0;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
  display: inherit;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-actions {
  clear: both;
}
.managed-files.table td:first-child {
  width: 100%;
}
div.image-widget-data {
  float: none;
  overflow: hidden;
}
table.sticky-header {
  z-index: 1;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.text-format-wrapper {
  margin-bottom: 15px;
}
.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}
.filter-wrapper {
  border-radius: 0 0 4px 4px;
}
.filter-wrapper .panel-body {
  padding: 7px;
}
.filter-wrapper .form-type-select {
  min-width: 30%;
}
.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}
.filter-help {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .filter-help {
    float: right;
  }
}
.filter-help .glyphicon {
  margin: 0 5px 0 0;
  vertical-align: text-top;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.form-group.error,
.form-group.has-error {
  background: 0 0;
}
.form-group.error label,
.form-group.has-error label,
.form-group.error .control-label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select,
.form-group.error .uneditable-input,
.form-group.has-error .uneditable-input {
  color: #555;
}
.form-group.error .help-block,
.form-group.has-error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-inline {
  color: #777;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: 400;
  color: #777;
}
.form-type-password-confirm {
  position: relative;
}
.form-type-password-confirm label {
  display: block;
}
.form-type-password-confirm label .label {
  float: right;
}
.form-type-password-confirm .password-help {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .form-type-password-confirm .password-help {
    border-left: 1px solid #ddd;
    left: 50%;
    margin-left: 8px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .form-type-password-confirm .password-help {
    left: 33.33333333%;
  }
}
.form-type-password-confirm .progress {
  background: 0 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0 0;
}
.form-type-password-confirm .form-type-password {
  clear: left;
}
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
.form-type-password-confirm .help-block {
  clear: both;
}
ul.pagination li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
.form-autocomplete .input-group-addon {
  background-color: #fff;
}
.ajax-progress-bar {
  border-radius: 0 0 4px 4px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: 6px 12px;
  width: 100%;
}
.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}
.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #777;
  font-size: 12px;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0;
}
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}
table .radio input[type='radio'],
table .checkbox input[type='checkbox'] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: 700;
}
.alert-success a {
  color: #2b542c;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
div.image-style-new,
div.image-style-new div {
  display: block;
}
div.image-style-new div.input-group {
  display: table;
}
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}
.book-toc > .dropdown-menu {
  overflow: hidden;
}
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: 700;
}
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}
fieldset.features-export-component {
  font-size: 12px;
}
html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
  margin: 0 0 10px;
}
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px !important;
}
fieldset.features-export-component .component-select .form-type-checkbox input[type='checkbox'],
div.features-export-list .form-type-checkbox input[type='checkbox'] {
  margin-top: 0;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open
  .navbar-fixed-top {
  top: 79px;
}
body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
  top: 39px;
}
@media (min-width: 768px) {
  body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open
    .navbar-fixed-top {
    left: 240px;
    left: 24rem;
  }
}
.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
  z-index: 1032;
}
.navbar-administration #navbar-administration .navbar-tray {
  z-index: 1031;
}
body.navbar-is-fixed-top.navbar-administration {
  padding-top: 103px !important;
}
body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
  padding-top: 143px !important;
}
body.navbar-tray-open.navbar-vertical.navbar-fixed {
  margin-left: 240px;
  margin-left: 24rem;
}
#navbar-administration.navbar-oriented .navbar-tray-vertical {
  width: 24rem;
}
html,
body,
article,
aside,
details,
figcaption,
iframe,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
audio,
canvas,
progress,
video,
a,
b,
strong,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
mark,
small,
sub,
sup,
img,
figure,
hr,
pre,
code,
kbd,
pre,
samp,
button,
input,
optgroup,
select,
textarea,
button,
select,
input,
fieldset,
legend,
textarea,
optgroup,
table,
td,
th,
blockquote,
thead,
tfoot,
tbody,
tr,
img,
p,
small,
cite,
ol,
ul,
li,
dl,
dt,
dd,
abbr,
fieldset,
legend,
label,
output,
address,
object,
param {
  max-width: 100%;
}
embed {
  max-width: 100%;
}
blockquote {
  padding: 0;
  border: 0;
}
.webform-client-form input,
.webform-client-form textarea {
  background: 0 0;
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-size: initial;
  margin-bottom: 0;
  margin-top: 0;
}
a:active,
a:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .container-fluid,
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.5;
  background-color: #f4e8ce;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 9px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 1.714;
  }
}
.global-wrapper {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 480px) {
  .global-wrapper {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .global-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1302px) {
  .global-wrapper {
    max-width: 1302px;
    margin: 0 auto;
    position: relative;
  }
}
.unorder-list-reset,
.header-top .region-top-bar ul.menu,
.header-top .region-top-bar-right ul.menu,
.header-top .region-top-bar .language-switcher-locale-url,
.header-top .region-top-bar-right .language-switcher-locale-url,
.header-top .region-top-bar .block-title,
.header-top .region-top-bar-right .block-title,
.head-nav,
.search-well ul,
.search-results,
.no-results-wrapper ul,
.footer-top ul.menu,
.footer-bottom-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-padding-lftrht {
  padding-left: 0;
  padding-right: 0;
}
.module-head-wrapper {
  background-color: #f4e8ce;
}
.front .module-head-wrapper {
  background-color: #fff;
}
.primary-button,
.primary-button-large,
.primary-tab,
.small.button {
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  max-width: 270px;
  padding: 10px;
  font: normal normal bold 1.167em/1.429em Arial;
}
.primary-button:active,
.primary-button-large:active,
.primary-tab:active,
.small.button:active,
.primary-button:hover,
.primary-button-large:hover,
.primary-tab:hover,
.small.button:hover,
.primary-button:focus,
.primary-button-large:focus,
.primary-tab:focus,
.small.button:focus {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .primary-button,
  .primary-button-large,
  .primary-tab,
  .small.button {
    font: normal normal bold 1em/1.429em Arial;
    max-width: 215px;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 992px) {
  .primary-button,
  .primary-button-large,
  .primary-tab,
  .small.button {
    max-width: 295px;
  }
}
@media screen and (min-width: 1200px) {
  .primary-button,
  .primary-button-large,
  .primary-tab,
  .small.button {
    max-width: 380px;
  }
}
.small.button {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .small.button {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .small.button {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .small.button {
    max-width: none;
  }
}
.primary-tab {
  font: normal normal bold 1.333em/1.4em Arial;
  padding: 9px 10px;
}
@media screen and (min-width: 768px) {
  .primary-tab {
    font: normal normal bold 1.143em/1.3em Arial;
    padding: 14px 10px;
  }
}
.primary-button.Blue,
.primary-button-large.Blue,
.small.button {
  background-color: #f47d31;
}
.primary-button.Blue:active,
.primary-button-large.Blue:active,
.small.button:active,
.primary-button.Blue:hover,
.primary-button-large.Blue:hover,
.small.button:hover {
  background-color: #f26911;
}
.primary-button.Gold,
.primary-button-large.Gold {
  background-color: #eecf8d;
}
.primary-button.Gold:active,
.primary-button-large.Gold:active,
.primary-button.Gold:hover,
.primary-button-large.Gold:hover {
  background-color: #e2c27e;
}
.primary-tab {
  background-color: #f8f8f8;
  color: #4d4d4d;
}
.primary-tab.active,
.primary-tab:hover {
  background-color: #f47d31;
  color: #fff;
}
.pager-btn {
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  max-width: 270px;
  padding: 10px;
  font: normal normal bold 1.167em/1.429em Arial;
  background-color: #f47d31;
}
.pager-btn:active,
.pager-btn:hover,
.pager-btn:focus {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pager-btn {
    font: normal normal bold 1em/1.429em Arial;
    max-width: 215px;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 992px) {
  .pager-btn {
    max-width: 295px;
  }
}
@media screen and (min-width: 1200px) {
  .pager-btn {
    max-width: 380px;
  }
}
.pager-btn:active,
.pager-btn:hover {
  background-color: #f26911;
}
@media screen and (min-width: 768px) {
  .pager-btn {
    min-width: 29.18586789554531%;
  }
}
.vertical-middle {
  align-items: center;
  display: flex;
}
.vertical-stretch {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .vertical-middle-sm {
    align-items: center;
    display: flex;
  }
}
.horizontal-equal-space {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
}
.relative-position {
  position: relative;
}
.nav-arrows {
  width: 45px;
  height: 40px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png);
}
.global-header {
  position: relative;
}
.global-header:before,
.global-header:after {
  content: ' ';
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header:before,
.global-header:after {
  content: ' ';
  display: table;
}
.global-header:after {
  clear: both;
}
.header-top {
  background-color: #f4e8ce;
  padding: 12px 5.8294930875576% 12px 0;
}
.header-top:before,
.header-top:after {
  content: ' ';
  display: table;
}
.header-top:after {
  clear: both;
}
.header-top:before,
.header-top:after {
  content: ' ';
  display: table;
}
.header-top:after {
  clear: both;
}
.header-top .region-top-bar,
.header-top .region-top-bar-right {
  display: inline-block;
}
.header-top .region-top-bar,
.header-top .region-top-bar-right {
  display: inline-block;
}
.header-top .region-top-bar ul.menu,
.header-top .region-top-bar-right ul.menu,
.header-top .region-top-bar .language-switcher-locale-url,
.header-top .region-top-bar-right .language-switcher-locale-url,
.header-top .region-top-bar .block-title,
.header-top .region-top-bar-right .block-title {
  font: normal normal bold 0.857em/1.417em Arial;
}
.header-top .region-top-bar ul.menu li,
.header-top .region-top-bar-right ul.menu li,
.header-top .region-top-bar .language-switcher-locale-url li,
.header-top .region-top-bar-right .language-switcher-locale-url li,
.header-top .region-top-bar .block-title li,
.header-top .region-top-bar-right .block-title li {
  display: inline-block;
}
.header-top .region-top-bar ul.menu li a,
.header-top .region-top-bar-right ul.menu li a,
.header-top .region-top-bar .language-switcher-locale-url li a,
.header-top .region-top-bar-right .language-switcher-locale-url li a,
.header-top .region-top-bar .block-title li a,
.header-top .region-top-bar-right .block-title li a {
  color: #4d4d4d;
  display: inline;
  padding: 0 0 0 8px;
}
.header-top .region-top-bar ul.menu li a:hover,
.header-top .region-top-bar-right ul.menu li a:hover,
.header-top .region-top-bar .language-switcher-locale-url li a:hover,
.header-top .region-top-bar-right .language-switcher-locale-url li a:hover,
.header-top .region-top-bar .block-title li a:hover,
.header-top .region-top-bar-right .block-title li a:hover,
.header-top .region-top-bar ul.menu li a:focus,
.header-top .region-top-bar-right ul.menu li a:focus,
.header-top .region-top-bar .language-switcher-locale-url li a:focus,
.header-top .region-top-bar-right .language-switcher-locale-url li a:focus,
.header-top .region-top-bar .block-title li a:focus,
.header-top .region-top-bar-right .block-title li a:focus,
.header-top .region-top-bar ul.menu li a:active,
.header-top .region-top-bar-right ul.menu li a:active,
.header-top .region-top-bar .language-switcher-locale-url li a:active,
.header-top .region-top-bar-right .language-switcher-locale-url li a:active,
.header-top .region-top-bar .block-title li a:active,
.header-top .region-top-bar-right .block-title li a:active {
  text-decoration: none;
  background-color: transparent;
}
.header-top .region-top-bar ul.menu li a:before,
.header-top .region-top-bar-right ul.menu li a:before,
.header-top .region-top-bar .language-switcher-locale-url li a:before,
.header-top .region-top-bar-right .language-switcher-locale-url li a:before,
.header-top .region-top-bar .block-title li a:before,
.header-top .region-top-bar-right .block-title li a:before {
  content: '';
  float: left;
  margin-top: 5px;
}
.header-top .region-top-bar ul.menu li a.active,
.header-top .region-top-bar-right ul.menu li a.active,
.header-top .region-top-bar .language-switcher-locale-url li a.active,
.header-top .region-top-bar-right .language-switcher-locale-url li a.active,
.header-top .region-top-bar .block-title li a.active,
.header-top .region-top-bar-right .block-title li a.active {
  text-decoration: none;
}
.header-top .region-top-bar ul.menu li a.help-centre:before,
.header-top .region-top-bar-right ul.menu li a.help-centre:before,
.header-top .region-top-bar .language-switcher-locale-url li a.help-centre:before,
.header-top .region-top-bar-right .language-switcher-locale-url li a.help-centre:before,
.header-top .region-top-bar .block-title li a.help-centre:before,
.header-top .region-top-bar-right .block-title li a.help-centre:before {
  margin-top: 3px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1022px
    no-repeat;
  width: 15px;
  height: 16px;
}
.header-top .region-top-bar ul.menu li a.ask-expert-man-icon:before,
.header-top .region-top-bar-right ul.menu li a.ask-expert-man-icon:before,
.header-top .region-top-bar .language-switcher-locale-url li a.ask-expert-man-icon:before,
.header-top .region-top-bar-right .language-switcher-locale-url li a.ask-expert-man-icon:before,
.header-top .region-top-bar .block-title li a.ask-expert-man-icon:before,
.header-top .region-top-bar-right .block-title li a.ask-expert-man-icon:before {
  margin-top: 3px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -47px -248px
    no-repeat;
  width: 17px;
  height: 18px;
}
.header-top .region-top-bar ul.menu li a.login:before,
.header-top .region-top-bar-right ul.menu li a.login:before,
.header-top .region-top-bar .language-switcher-locale-url li a.login:before,
.header-top .region-top-bar-right .language-switcher-locale-url li a.login:before,
.header-top .region-top-bar .block-title li a.login:before,
.header-top .region-top-bar-right .block-title li a.login:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -16px -1022px
    no-repeat;
  width: 13px;
  height: 17px;
}
.header-top .region-top-bar ul.menu li a.join-enfamil:before,
.header-top .region-top-bar-right ul.menu li a.join-enfamil:before,
.header-top .region-top-bar .language-switcher-locale-url li a.join-enfamil:before,
.header-top .region-top-bar-right .language-switcher-locale-url li a.join-enfamil:before,
.header-top .region-top-bar .block-title li a.join-enfamil:before,
.header-top .region-top-bar-right .block-title li a.join-enfamil:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -32px -1022px
    no-repeat;
  width: 17px;
  height: 15px;
}
.header-top .region-top-bar ul.menu li .language-link,
.header-top .region-top-bar-right ul.menu li .language-link,
.header-top .region-top-bar .language-switcher-locale-url li .language-link,
.header-top .region-top-bar-right .language-switcher-locale-url li .language-link,
.header-top .region-top-bar .block-title li .language-link,
.header-top .region-top-bar-right .block-title li .language-link {
  font-weight: 700;
  color: #4d4d4d;
  opacity: 0.5;
  padding-left: 0;
}
.header-top .region-top-bar ul.menu li .active,
.header-top .region-top-bar-right ul.menu li .active,
.header-top .region-top-bar .language-switcher-locale-url li .active,
.header-top .region-top-bar-right .language-switcher-locale-url li .active,
.header-top .region-top-bar .block-title li .active,
.header-top .region-top-bar-right .block-title li .active {
  color: #f47d31;
  opacity: 1;
}
.header-top .region-top-bar .block-title,
.header-top .region-top-bar-right .block-title {
  color: #4d4d4d;
  width: auto;
}
.header-bottom {
  padding-left: 2.5%;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-right: 0;
  border-bottom: 2px solid #f4e8ce;
  background-color: #fff;
}
.header-bottom:before,
.header-bottom:after {
  content: ' ';
  display: table;
}
.header-bottom:after {
  clear: both;
}
.header-bottom:before,
.header-bottom:after {
  content: ' ';
  display: table;
}
.header-bottom:after {
  clear: both;
}
.header-bottom .ask-expert-man-icon-mobile {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -47px -248px
    no-repeat;
  text-indent: -99999999px;
  width: 10px;
  height: 22px;
  margin: 14px 10px 0 0;
  float: left;
}
.header-bottom .ask-expert-man-icon-mobile:hover,
.header-bottom .ask-expert-man-icon-mobile:active {
  background-color: transparent;
}
.header-bottom .container-fluid {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.header-bottom .container-fluid .logo-wrapper,
.header-bottom .container-fluid .header-signup,
.header-bottom .container-fluid .main-nav,
.header-bottom .container-fluid .header-help {
  float: left;
}
.header-bottom .navigation-right,
.header-bottom .navigation-left {
  width: auto;
  float: left;
  display: block;
}
.header-bottom .navigation-left {
  margin-left: 2px;
  width: 8%;
}
.header-bottom .navigation-left .signup-wrp,
.header-bottom .navigation-left .block-responsive-menu {
  float: left;
}
.header-bottom .navigation-left .block-responsive-menu {
  width: 38%;
  margin-right: 12%;
}
.header-bottom .navigation-left .region-navigation-left {
  float: right;
}
.header-bottom .navigation-right {
  margin-right: 1%;
  width: 30%;
  text-align: center;
}
.header-bottom .navigation-right .menu li.first {
  display: inline-block;
  width: 33%;
}
.header-bottom .navigation-right .menu li.last {
  display: inline-block;
  width: 41%;
}
.header-bottom .icon-helpcentre {
  text-align: center;
  margin-top: 13px;
  display: inline-block;
  height: 20px;
  width: 19px;
  background: transparent url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -67px -118px
    no-repeat;
  cursor: pointer;
  text-indent: -99999999px;
}
.header-bottom .icon-helpcentre:hover,
.header-bottom .icon-helpcentre:focus,
.header-bottom .icon-helpcentre:active {
  background-color: transparent;
}
.header-bottom .signup-label {
  color: #4d4d4d;
  padding: 0;
  margin-top: 15px;
  position: relative;
  text-align: center;
  font: normal normal bold 0.714em Arial;
  display: inline-block;
  cursor: pointer;
}
.header-bottom .signup-label:hover,
.header-bottom .signup-label:focus,
.header-bottom .signup-label:active {
  text-decoration: none;
}
.header-bottom .signup-label:after {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -32px -1022px;
  content: '';
  position: absolute;
  z-index: 1;
  height: 15px;
  width: 17px;
  left: 50%;
  top: -15px;
  margin-left: -10px;
}
.responsive-menu-toggle-icon {
  background: 0 0;
  height: 19px;
  width: 22px;
  border-radius: 0;
  position: relative;
  margin-top: 14px;
}
.responsive-menu-toggle-icon span.label {
  display: none;
}
.responsive-menu-toggle-icon span.icon {
  width: 22px;
  height: 19px;
  background: transparent
    url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -196px
    no-repeat;
  border-radius: 0;
  position: relative;
  top: 0;
  left: 0;
}
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon:before {
  background: 0 0;
  position: relative;
  height: auto;
  width: auto;
  border-radius: 0;
  height: 0;
  width: 0;
}
.logo-wrapper {
  padding-left: 0;
  width: 32.306%;
  padding-top: 0;
  margin-right: 14%;
}
.logo-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.head-nav li {
  display: inline-block;
  margin-top: 10px;
}
.head-nav li .menu-icon img {
  margin: 0 auto;
}
.head-nav li a:hover,
.head-nav li a:focus,
.head-nav li a:active {
  text-decoration: none;
}
.signup-nav {
  display: none;
  background-color: #f47d31;
  padding: 6px 2.5%;
}
.signup-nav-link {
  margin: 8px 0;
  display: inline-block;
  font: normal normal normal 1em/1.5em Arial;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .signup-nav-link {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.signup-nav-link:hover,
.signup-nav-link:focus,
.signup-nav-link:active {
  text-decoration: none;
  color: #fff;
}
.signup-nav-link:after {
  content: '';
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -83px -92px
    no-repeat;
  height: 12px;
  width: 8px;
  display: inline-block;
  margin-left: 22px;
  vertical-align: middle;
}
.signup-nav-close {
  height: 32px;
  width: 32px;
  float: right;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -3px -465px
    no-repeat;
  font-size: 0;
}
.header-search {
  float: right;
  width: 12.208%;
}
.search-icon-wrapper .search-icon {
  margin-top: 10px;
  display: block;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -43px -388px
    no-repeat;
  height: 25px;
  width: 24px;
}
.search-icon-wrapper.active .search-icon {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -44px -676px
    no-repeat;
  height: 19px;
}
.search-content {
  display: none;
  position: absolute;
  z-index: 20;
  top: 100%;
  width: 100%;
  background-color: #fdf9f3;
  min-height: 32.667em;
}
.search-content:before,
.search-content:after {
  content: ' ';
  display: table;
}
.search-content:after {
  clear: both;
}
.search-content:before,
.search-content:after {
  content: ' ';
  display: table;
}
.search-content:after {
  clear: both;
}
.search-content .search-head,
.search-content .block-views,
.search-content .search-well {
  padding-left: 4.685099846390169%;
  padding-right: 4.685099846390169%;
}
.search-content .search-head .form-search,
.search-content .block-views .form-search,
.search-content .search-well .form-search {
  width: 100%;
}
.search-head {
  padding: 19px 0 20px;
  background-color: #f8f4ee;
  margin-bottom: 33px;
}
.search-head .form-text {
  border: 0;
  color: #00257a;
  background-color: transparent;
  font: normal normal bold 1.5em/1.5em Arial;
  outline: none;
  width: 100%;
  height: auto;
  padding: 0;
  box-shadow: none;
  float: none;
  margin-bottom: 0;
}
.search-head .form-text:focus {
  outline: none;
}
.search-head .form-text::-moz-placeholder {
  opacity: 0.5;
  color: #4d4d4d;
}
.search-head .form-text:-ms-input-placeholder {
  opacity: 0.5;
  color: #4d4d4d;
}
.search-head .form-text::-webkit-input-placeholder {
  opacity: 0.5;
  color: #4d4d4d;
}
.search-head .form-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-head .form-text:focus::-moz-placeholder {
  color: transparent;
}
.search-head .form-text:focus::-ms-input-placeholder {
  color: transparent;
}
.search-head .input-group {
  width: 100%;
}
.search-head .input-group-btn {
  height: 28px;
  width: 28px;
}
.search-head .input-group-btn .btn {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  font-size: 0;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -70px -1435px;
  height: 28px;
  width: 28px;
  padding: 0 0 5px;
}
.search-head .input-group-btn .btn:hover,
.search-head .input-group-btn .btn:focus,
.search-head .input-group-btn .btn:active {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  font-size: 0;
}
.search-head .input-group-btn .btn .icon {
  display: none;
}
.search-head .form-actions {
  display: none;
  margin-bottom: 0;
}
.search-well {
  min-height: 32.667em;
}
.search-well ul {
  padding-top: 5px;
}
.search-well ul li {
  font: normal normal bold 1em/1.417em Arial;
  margin-bottom: 15px;
}
.search-well ul li a {
  color: #f47d31;
  position: relative;
  display: inline-block;
  padding-right: 38px;
}
.search-well ul li a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: 0;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -92px
    no-repeat;
}
.search-well ul li a:hover,
.search-well ul li a:focus,
.search-well ul li a:active {
  text-decoration: none;
}
.search-well ul li.head {
  font: normal normal normal 1em/1.417em Arial;
}
.search-well ul + ul {
  padding-top: 20px;
}
.search-well ul + ul li {
  margin-bottom: 20px;
}
.mm-menu.mm-offcanvas {
  width: 89.0625%;
  max-width: 767px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 0;
}
.mm-panels > .mm-panel {
  padding: 0;
}
.mm-listview {
  font-size: 12px;
  line-height: 1.5;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 0;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
.mm-listview > li {
  display: table;
  width: 100%;
}
.mm-listview > li .mm-next:before {
  border: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
  border-color: #eedeb8;
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: #f47d31;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 0 10px 0 17px;
  color: #f47d31;
  font: normal normal bold 1.147em/1.214em Arial;
  display: table-cell;
  vertical-align: middle;
  height: 56px;
}
.mm-listview > li > a.icon-newborn,
.mm-listview > li > a.icon-feeding-solutions,
.mm-listview > li > a.icon-feeding-issues,
.mm-listview > li > a.icon-infant,
.mm-listview > li > a.icon-toddler,
.mm-listview > li > a.icon-vitamins,
.mm-listview > li > a.icon-nutricion-por-etapa,
.mm-listview > li > a.icon-formulas-para-malestares-gastrointestinales,
.mm-listview > li > a.icon-formulas-especializadas,
.mm-listview > li > a.icon-etapa-1,
.mm-listview > li > a.icon-etapa-2,
.mm-listview > li > a.icon-etapa-3,
.mm-listview > li > a.icon-etapa-4 {
  height: 56px;
  width: 100%;
  padding-left: 67px;
}
.mm-listview > li > a.icon-newborn {
  background: url(../../themes/enfamilitalynutramigen/images/1.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-feeding-solutions {
  background: url(../../themes/enfamilitalynutramigen/images/s.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-feeding-issues {
  background: url(../../themes/enfamilitalynutramigen/images/i.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-infant {
  background: url(../../themes/enfamilitalynutramigen/images/2.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-toddler {
  background: url(../../themes/enfamilitalynutramigen/images/3.png) no-repeat 17px center;
}
.mm-listview > li > a.icon-vitamins {
  background: url(../../themes/enfamilitalynutramigen/images/v.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-nutricion-por-etapa {
  background: url(../../themes/enfamilitalynutramigen/images/product-stage_n.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-formulas-para-malestares-gastrointestinales {
  background: url(../../themes/enfamilitalynutramigen/images/product-stage_f.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-formulas-especializadas {
  background: url(../../themes/enfamilitalynutramigen/images/product-stage_e.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-etapa-4 {
  background: url(../../themes/enfamilitalynutramigen/images/etapa-4.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-etapa-3 {
  background: url(../../themes/enfamilitalynutramigen/images/etapa-3.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-etapa-2 {
  background: url(../../themes/enfamilitalynutramigen/images/etapa-2.png)
    no-repeat 17px center;
}
.mm-listview > li > a.icon-etapa-1 {
  background: url(../../themes/enfamilitalynutramigen/images/etapa-1.png)
    no-repeat 17px center;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  height: 0;
}
.mm-navbar {
  position: relative;
  padding: 0;
  height: auto;
}
.mm-navbar a {
  background-color: #f4e8ce;
  color: #f47d31;
  font: normal normal bold 1.167em/1.286em Arial;
  padding: 0 0 0 45px;
  align-items: center;
  display: flex;
  min-height: 56px;
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white em.mm-counter {
  color: #f47d31;
}
.mm-menu.mm-theme-white .mm-btn {
  margin: 0;
  padding: 0;
  height: 0;
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: #f47d31;
}
.mm-listview > li > a.help-centre,
.mm-listview > li > a.login,
.mm-listview > li > a.join-enfamil,
.mm-listview > li > a.ask-expert-man-icon {
  background-color: #fcefde;
  color: #4d4d4d;
  font: normal normal bold 0.987em/1.416em Arial;
}
.mm-listview > li > a.help-centre:before,
.mm-listview > li > a.login:before,
.mm-listview > li > a.join-enfamil:before,
.mm-listview > li > a.ask-expert-man-icon:before {
  content: '';
  float: left;
}
.mm-listview > li.active {
  background-color: #f4e8ce;
}
.mm-listview > li > a.help-centre:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1022px
    no-repeat;
  width: 15px;
  height: 16px;
  margin-right: 19px;
}
.mm-listview > li > a.ask-expert-man-icon {
  padding-left: 16px;
}
.mm-listview > li > a.ask-expert-man-icon:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -47px -248px
    no-repeat;
  width: 23px;
  height: 16px;
  margin-right: 11px;
}
.mm-listview > li > a.login:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -16px -1022px
    no-repeat;
  width: 13px;
  height: 17px;
  margin-right: 21px;
}
.mm-listview > li > a.join-enfamil:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -32px -1022px
    no-repeat;
  width: 17px;
  height: 15px;
  margin-right: 17px;
}
.mm-listview > li > span.language-switcher {
  background-color: #fcefde;
  color: #f47d31;
  font: normal normal bold 1em/1.417em Arial;
}
.mm-listview > li > span.language-switcher .language-link {
  color: #4d4d4d;
}
.mm-listview > li > span.language-switcher .language-link:hover,
.mm-listview > li > span.language-switcher .language-link:focus,
.mm-listview > li > span.language-switcher .language-link:active {
  color: #f47d31;
}
.mm-listview > li > span.language-switcher .language-link:nth-child(2):hover,
.mm-listview > li > span.language-switcher .language-link:nth-child(2):focus,
.mm-listview > li > span.language-switcher .language-link:nth-child(2):active {
  color: #4d4d4d;
}
.mm-listview > li > span.language-switcher .language-link:first-child {
  color: #f47d31;
}
.mm-listview > li > span.language-switcher span {
  width: 31%;
  display: inline-block;
}
.mm-listview > li > span.language-switcher span.links {
  width: 69%;
}
.mm-listview > li > span.language-switcher .language-link {
  margin: 0 20px;
}
.mm-next:after {
  right: 17px;
}
.mm-prev:before {
  left: 17px;
}
.mm-menu.mm-theme-white {
  background: #fef9f3;
}
html.mm-opening .mm-slideout {
  transform: translate3d(89.0625%, 0px, 0px);
}
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
  white-space: normal;
  text-align: left;
}
.mm-panels > .mm-panel.mm-hasnavbar:first-child .mm-navbar {
  display: none;
}
.mm-opening #mm-blocker {
  background: #000;
  opacity: 0.65;
}
.mm-opening #mm-blocker:before {
  position: absolute;
  height: 19px;
  width: 19px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -169px
    no-repeat;
  content: '';
  top: 20px;
  left: 7px;
  cursor: pointer;
}
.mm-page {
  background-color: transparent;
}
body.logged-in .mm-listview > li > a.join-enfamil {
  display: none;
}
@media screen and (min-width: 480px) {
  .logo-wrapper {
    margin-right: 20%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .header-top .header-top-inner {
    line-height: 0;
    float: right;
    display: block;
    position: relative;
  }
  .header-top .header-top-inner .region-top-bar ul.menu,
  .header-top .header-top-inner .region-top-bar-right ul.menu,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url,
  .header-top .header-top-inner .region-top-bar .block-title,
  .header-top .header-top-inner .region-top-bar-right .block-title {
    font: normal normal bold 1.1857em/1.417em Arial;
  }
  .header-top .header-top-inner .region-top-bar ul.menu li,
  .header-top .header-top-inner .region-top-bar-right ul.menu li,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li,
  .header-top .header-top-inner .region-top-bar .block-title li,
  .header-top .header-top-inner .region-top-bar-right .block-title li {
    padding-left: 20px;
  }
  .header-top .header-top-inner .region-top-bar ul.menu li a:before,
  .header-top .header-top-inner .region-top-bar-right ul.menu li a:before,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li a:before,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li a:before,
  .header-top .header-top-inner .region-top-bar .block-title li a:before,
  .header-top .header-top-inner .region-top-bar-right .block-title li a:before {
    margin-top: 1px;
  }
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url {
    display: inline-block;
  }
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li.last,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li.last,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li.first,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li.first {
    padding-left: 10px;
  }
  .header-top .header-top-inner .region-top-bar .block-title,
  .header-top .header-top-inner .region-top-bar-right .block-title {
    padding-left: 20px;
    display: inline-block;
  }
  .header-top .header-top-inner .region-top-bar-right {
    display: inline-block;
  }
  .header-bottom {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3.91705069124424%;
    padding-left: 3.91705069124424%;
    border-bottom: 1px solid #f4e8ce;
  }
  .header-bottom .container-fluid {
    display: block;
  }
  .header-bottom .navigation-right,
  .header-bottom .navigation-left {
    display: none;
  }
  .logo-wrapper {
    padding: 0.3em 0.0416666666666667% 0.65em 0;
    width: 10%;
    margin-right: 0;
    padding-top: 5px;
  }
  .main-nav {
    display: block;
    width: 83%;
    margin-left: 2%;
  }
  .main-nav .horizontal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-nav .horizontal-menu li {
    display: inline-block;
  }
  .main-nav .horizontal-menu li a {
    font: normal normal bold 1em/1.214em Arial;
    padding: 0;
    color: #f47d31;
    position: relative;
    padding: 1.45em 1.6em 1.45em 0.8em;
    cursor: pointer;
  }
  .main-nav .horizontal-menu li a:hover {
    text-decoration: none;
    background-color: #f4e8ce;
  }
  .main-nav .horizontal-menu li:last-child {
    padding-right: 0;
  }
  .main-nav .horizontal-menu li:hover > a,
  .main-nav .horizontal-menu li:hover:hover,
  .main-nav .horizontal-menu li:hover:focus,
  .main-nav .horizontal-menu li:hover:active,
  .main-nav .horizontal-menu li:hover.active,
  .main-nav .horizontal-menu li:hover.active-trail {
    text-decoration: none;
    background-color: #f4e8ce;
  }
  .main-nav .horizontal-menu li.active:before,
  .main-nav .horizontal-menu li.active-trail:before {
    content: '';
    position: absolute;
    height: 0.714em;
    width: 100%;
    background-color: #f47d31;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .main-nav .horizontal-menu li.active:hover,
  .main-nav .horizontal-menu li.active-trail:hover {
    text-decoration: none;
    background-color: #f4e8ce;
  }
  .main-nav .horizontal-menu li.expanded a:after {
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -67px -106px
      no-repeat;
    height: 6px;
    width: 10px;
    margin-left: 4px;
    position: absolute;
    content: '';
    z-index: 1;
    top: 50%;
    margin-top: -3px;
    transform: scale(0.8);
    margin-left: 2px;
    margin-top: -2px;
  }
  .main-nav .horizontal-menu li .sub-nav {
    max-width: none;
    width: 21em;
    z-index: 1000;
  }
  .main-nav .horizontal-menu li .sub-nav li {
    display: block;
    position: relative;
  }
  .main-nav .horizontal-menu li .sub-nav li a {
    padding: 1.786em 35px 1.786em 1.786em;
    min-height: 10px;
    display: block;
    background-color: #f4e8ce;
    font: normal normal bold 1em/1.23em Arial;
    height: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a:hover,
  .main-nav .horizontal-menu li .sub-nav li a:focus,
  .main-nav .horizontal-menu li .sub-nav li a:active {
    background-color: #fdf9f3;
  }
  .main-nav .horizontal-menu li .sub-nav li a:after {
    background: 0 0;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-newborn,
  .main-nav .horizontal-menu li .sub-nav li a.icon-feeding-solutions,
  .main-nav .horizontal-menu li .sub-nav li a.icon-infant,
  .main-nav .horizontal-menu li .sub-nav li a.icon-toddler,
  .main-nav .horizontal-menu li .sub-nav li a.icon-vitamins,
  .main-nav .horizontal-menu li .sub-nav li a.icon-feeding-issues,
  .main-nav .horizontal-menu li .sub-nav li a.icon-nutricion-por-etapa,
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-para-malestares-gastrointestinales,
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-especializadas,
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-especializadas,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-4,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-3,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-2,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-1 {
    min-height: 32px;
    min-width: 40px;
    padding-left: 5.143em;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-newborn {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/1.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-feeding-solutions {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/s.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-feeding-issues {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/i.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-infant {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/2.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-toddler {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/3.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-vitamins {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/v.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-nutricion-por-etapa {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/product-stage_n.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-para-malestares-gastrointestinales {
    background: #f4e8ce url(../../themes/enfamilitalynutramigen/images/product-stage_f.html)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-especializadas {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/product-stage_e.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-4 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-4.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-3 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-3.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-2 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-2.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-1 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-1.png)
      no-repeat 0.714em center;
    background-size: 15%;
  }
  .main-nav .horizontal-menu li .sub-nav li:hover > a,
  .main-nav .horizontal-menu li .sub-nav li.active > a,
  .main-nav .horizontal-menu li .sub-nav li.active-trail > a,
  .main-nav .horizontal-menu li .sub-nav li:hover:hover,
  .main-nav .horizontal-menu li .sub-nav li.active:hover,
  .main-nav .horizontal-menu li .sub-nav li.active-trail:hover,
  .main-nav .horizontal-menu li .sub-nav li:hover.active,
  .main-nav .horizontal-menu li .sub-nav li.active.active,
  .main-nav .horizontal-menu li .sub-nav li.active-trail.active,
  .main-nav .horizontal-menu li .sub-nav li:hover.active-trail,
  .main-nav .horizontal-menu li .sub-nav li.active.active-trail,
  .main-nav .horizontal-menu li .sub-nav li.active-trail.active-trail {
    text-decoration: none;
    background-color: #fdf9f3;
  }
  .main-nav .horizontal-menu li .sub-nav li.active:before,
  .main-nav .horizontal-menu li .sub-nav li.active-trail:before {
    height: 0;
    width: 0;
    background-color: transparent;
    position: static;
    z-index: 0;
  }
  .main-nav .horizontal-menu li .sub-nav li.expanded a:after {
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -68px -92px
      no-repeat;
    margin-top: -4px;
    width: 8px;
    height: 10px;
    right: 24px;
  }
  .main-nav .horizontal-menu li .sub-nav li .sub-nav {
    left: 100%;
    border: 0;
    top: 0;
  }
  .main-nav .horizontal-menu li .sub-nav li .sub-nav li a:after {
    background: 0 0;
  }
  .main-nav .horizontal-menu li .sub-nav li .sub-nav li.expanded a:after {
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -68px -92px
      no-repeat;
    margin-top: -4px;
    width: 8px;
    height: 10px;
    right: 24px;
  }
  .main-nav .horizontal-menu li .sub-nav li .sub-nav li .sub-nav {
    left: 100%;
    border: 0;
    top: 0;
  }
  .main-nav .horizontal-menu li .sub-nav li .sub-nav li .sub-nav li a:after {
    background: 0 0;
  }
  .main-nav .horizontal-menu li .sub-nav li .sub-nav li .sub-nav li.expanded a:after {
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -68px -92px
      no-repeat;
    margin-top: -4px;
    width: 8px;
    height: 10px;
    right: 24px;
  }
  .main-nav .horizontal-menu > li:nth-last-child(-n + 2) > ul {
    left: auto;
    right: 0;
  }
  .main-nav .horizontal-menu > li:nth-last-child(-n + 2) ul.sub-nav li ul.sub-nav {
    left: -100%;
  }
  .header-search {
    padding: 0.72em 0;
    text-align: right;
    width: 5%;
  }
  .search-icon-wrapper {
    margin: 0;
    line-height: 0;
  }
  .search-icon-wrapper .search-icon {
    margin-top: 0;
    display: inline-block;
    -moz-transform: scale(0.82);
    -ms-transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
  .search-head {
    padding: 30px 0;
    color: #f47d31;
    padding-left: 4.685099846390169%;
    padding-right: 4.685099846390169%;
  }
  .search-head .form-text {
    font: normal normal bold 2.857em Arial;
    color: #f47d31;
  }
  .search-head .input-group-btn {
    height: 34px;
    width: 34px;
  }
  .search-head .input-group-btn .btn {
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -66px -1465px;
    padding: 0;
    height: 34px;
    width: 34px;
  }
  .search-content {
    min-height: 40.214em;
  }
  .search-content .block-views ul li {
    font: normal normal bold 1.157em/1.063em Arial;
    margin-bottom: 29px;
  }
  .search-content .block-views ul li.head {
    font: normal normal normal 1em/1.214em Arial;
  }
  .search-content .block-views .block-title {
    font: normal normal normal 1em/1.214em Arial;
    margin-bottom: 29px;
  }
  .search-content .block-views + .block-views ul {
    padding-top: 11px;
  }
  .search-content .block-views + .block-views ul li {
    margin-bottom: 27px;
  }
  .search-content .block-views + .block-views .block-title {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .header-bottom {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
@media screen and (min-width: 992px) {
  .header-top .header-top-inner .region-top-bar ul.menu,
  .header-top .header-top-inner .region-top-bar-right ul.menu,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url,
  .header-top .header-top-inner .region-top-bar .block-title,
  .header-top .header-top-inner .region-top-bar-right .block-title {
    font: normal normal bold 0.957em/1.417em Arial;
  }
  .header-top .header-top-inner .region-top-bar ul.menu li,
  .header-top .header-top-inner .region-top-bar-right ul.menu li,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li,
  .header-top .header-top-inner .region-top-bar .block-title li,
  .header-top .header-top-inner .region-top-bar-right .block-title li {
    padding-left: 25px;
  }
  .header-top .header-top-inner .region-top-bar ul.menu li a:before,
  .header-top .header-top-inner .region-top-bar-right ul.menu li a:before,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li a:before,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li a:before,
  .header-top .header-top-inner .region-top-bar .block-title li a:before,
  .header-top .header-top-inner .region-top-bar-right .block-title li a:before {
    margin-top: 4px;
  }
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li.last,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li.last,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li.first,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li.first {
    padding-left: 15px;
  }
  .header-top .header-top-inner .region-top-bar .block-title,
  .header-top .header-top-inner .region-top-bar-right .block-title {
    padding-left: 25px;
  }
  .header-bottom {
    padding-left: 2%;
  }
  .logo-wrapper {
    width: 13%;
    padding-top: 12px;
  }
  .main-nav {
    width: 79%;
    margin-left: 5%;
  }
  .main-nav .horizontal-menu li a {
    padding: 2.143em 1.9em 2.143em 1em;
  }
  .main-nav .horizontal-menu li.expanded a:after {
    transform: scale(1);
  }
  .main-nav .horizontal-menu li .sub-nav li a {
    font: normal normal bold 0.9em/1.214em Arial;
    padding: 2.143em 1.2em 2.143em 1.5em;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-nutricion-por-etapa,
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-para-malestares-gastrointestinales,
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-especializadas,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-4,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-3,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-2,
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-1 {
    min-height: 32px;
    min-width: 40px;
    padding-left: 5.143em;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-newborn {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/1.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-feeding-solutions {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/s.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-feeding-issues {
    background: #f4e8ce url(../../themes/enfamilitalynutramigen/images/i.html) no-repeat 0.714em
      center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-infant {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/2.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-toddler {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/3.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-vitamins {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/v.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-nutricion-por-etapa {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/product-stage_n.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-para-malestares-gastrointestinales {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/product-stage_f.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-formulas-especializadas {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/product-stage_e.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-4 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-4.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-3 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-3.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-2 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-2.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a.icon-etapa-1 {
    background: #f4e8ce
      url(../../themes/enfamilitalynutramigen/images/etapa-1.png)
      no-repeat 0.714em center;
    background-size: auto;
  }
  .main-nav .horizontal-menu li .sub-nav li a:hover > a,
  .main-nav .horizontal-menu li .sub-nav li a.active > a,
  .main-nav .horizontal-menu li .sub-nav li a.active-trail > a,
  .main-nav .horizontal-menu li .sub-nav li a:hover:hover,
  .main-nav .horizontal-menu li .sub-nav li a.active:hover,
  .main-nav .horizontal-menu li .sub-nav li a.active-trail:hover,
  .main-nav .horizontal-menu li .sub-nav li a:hover.active,
  .main-nav .horizontal-menu li .sub-nav li a.active.active,
  .main-nav .horizontal-menu li .sub-nav li a.active-trail.active,
  .main-nav .horizontal-menu li .sub-nav li a:hover.active-trail,
  .main-nav .horizontal-menu li .sub-nav li a.active.active-trail,
  .main-nav .horizontal-menu li .sub-nav li a.active-trail.active-trail {
    text-decoration: none;
    background-color: #fdf9f3;
  }
  .main-nav .horizontal-menu li .sub-nav li a.active:before,
  .main-nav .horizontal-menu li .sub-nav li a.active-trail:before {
    height: 0;
    width: 0;
    background-color: transparent;
    position: static;
    z-index: 0;
  }
  .main-nav .horizontal-menu li .sub-nav.expanded a:after {
    margin-left: 8px;
    margin-top: -2px;
  }
  .header-search {
    padding: 1.7em 0;
    width: 2%;
  }
  .search-icon-wrapper .search-icon {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .search-content {
    min-height: 44.214em;
  }
}
@media screen and (min-width: 1200px) {
  .search-head .input-group-btn .btn {
    padding: 0 0 5px;
  }
  .header-top .header-top-inner .region-top-bar ul.menu,
  .header-top .header-top-inner .region-top-bar-right ul.menu,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url,
  .header-top .header-top-inner .region-top-bar .block-title,
  .header-top .header-top-inner .region-top-bar-right .block-title {
    font: normal normal bold 0.857em/1.417em Arial;
  }
  .header-top .header-top-inner .region-top-bar ul.menu li,
  .header-top .header-top-inner .region-top-bar-right ul.menu li,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li,
  .header-top .header-top-inner .region-top-bar .block-title li,
  .header-top .header-top-inner .region-top-bar-right .block-title li {
    padding-left: 43px;
  }
  .header-top .header-top-inner .region-top-bar ul.menu li a:before,
  .header-top .header-top-inner .region-top-bar-right ul.menu li a:before,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li a:before,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li a:before,
  .header-top .header-top-inner .region-top-bar .block-title li a:before,
  .header-top .header-top-inner .region-top-bar-right .block-title li a:before {
    margin-top: 0;
  }
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li.last,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li.last,
  .header-top .header-top-inner .region-top-bar .language-switcher-locale-url li.first,
  .header-top .header-top-inner .region-top-bar-right .language-switcher-locale-url li.first {
    padding-left: 17px;
  }
  .header-top .header-top-inner .region-top-bar .block-title,
  .header-top .header-top-inner .region-top-bar-right .block-title {
    padding-left: 48px;
  }
  .main-nav .horizontal-menu li .sub-nav li a {
    font: normal normal bold 1em/1.214em Arial;
  }
  .main-nav .horizontal-menu li .sub-nav li a.menu_icon {
    background-size: auto;
  }
  .search-content {
    min-height: 48.214em;
  }
  .header-search {
    padding: 26px 0;
  }
  .search-icon-wrapper {
    padding: 0;
  }
  .search-icon-wrapper .search-icon {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .logo-wrapper {
    width: 13%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1302px) {
  .logo-wrapper {
    width: 16%;
  }
  .main-nav {
    width: 81.5%;
    margin-left: 0;
  }
  .main-nav .horizontal-menu li .sub-nav li a {
    font: normal normal bold 1em/1.214em Arial;
  }
  .header-search {
    width: 2.5%;
  }
  .search-icon-wrapper {
    padding: 0;
  }
}
h1 {
  font: normal normal bold 2em/1.25em Arial;
  color: #f47d31;
}
@media screen and (min-width: 768px) {
  h1 {
    font: normal normal bold 2.857em/1.2em Arial;
    color: #f47d31;
  }
}
h1 sup {
  top: -1em;
  font-size: 50%;
}
h1 a,
h1 .article-title-link {
  color: #f47d31;
}
h1 a:hover,
h1 .article-title-link:hover,
h1 a:focus,
h1 .article-title-link:focus {
  text-decoration: none;
}
h2 {
  font: normal normal bold 1.5em/1.333em Arial;
  color: #f47d31;
}
@media screen and (min-width: 768px) {
  h2 {
    font: normal normal bold 2.0286em/1.313em Arial;
    color: #f47d31;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font: normal normal bold 2.143em/1.333em Arial;
    color: #f47d31;
  }
}
h2 .italic-span {
  font-style: normal normal normal;
}
h2 .heading-block,
h2 .word-break {
  display: block;
}
h2 sup {
  top: -1em;
  font-size: 43%;
}
h2 a {
  color: #f47d31;
}
h2 a:hover,
h2 a:focus {
  text-decoration: none;
}
h3 {
  font: normal normal bold 1.5em/1.333em Arial;
}
.normal-small-text-well {
  padding: 13px 0 40px;
  font: normal normal normal 1em/1.5em Arial;
}
@media screen and (min-width: 768px) {
  .normal-small-text-well {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.module-head-wrapper .pane-title,
.module-head-bg .pane-title {
  padding-left: 5%;
  padding-right: 5%;
  font: normal normal bold 1.5em/1.333em Arial;
  padding-top: 20px;
  padding-bottom: 22px;
  margin-left: 15px;
  color: #f47d31;
  position: relative;
}
@media screen and (min-width: 768px) {
  .module-head-wrapper .pane-title,
  .module-head-bg .pane-title {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
@media screen and (min-width: 768px) {
  .module-head-wrapper .pane-title,
  .module-head-bg .pane-title {
    padding-left: 4.685099846390169%;
    padding-right: 4.685099846390169%;
    font: normal normal bold 1.714em/1.25em Arial;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-left: 20px;
    color: #f47d31;
  }
}
.module-head-wrapper .pane-title:before,
.module-head-bg .pane-title:before {
  content: '';
  background-color: #f26911;
  height: 18px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 23px;
}
@media screen and (min-width: 768px) {
  .module-head-wrapper .pane-title:before,
  .module-head-bg .pane-title:before {
    left: 25px;
    height: 17px;
    top: 48px;
  }
}
@media screen and (min-width: 992px) {
  .module-head-wrapper .pane-title:before,
  .module-head-bg .pane-title:before {
    height: 24px;
    left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .module-head-wrapper .pane-title:before,
  .module-head-bg .pane-title:before {
    top: 50px;
    left: 42px;
  }
}
.bg-brdr-btm-mble {
  border-bottom: 1px solid #f4e8ce;
}
.bg-brdr-top-mble {
  border-top: 1px solid #f4e8ce;
}
.hero-module1 {
  position: relative;
}
.hero-module1 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hero-module1-content {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-module1-content {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.hero-module1-content .container-fluid {
  height: 100%;
}
.hero-module1-content .container-fluid .row {
  align-items: center;
  display: flex;
  height: 100%;
}
.hero-module1-content .container-fluid .row h1 {
  letter-spacing: -0.9px;
}
.hero-module1-content .container-fluid .row .normal-small-text-well {
  padding: 19px 0 20px;
  font: normal normal normal 1.167em/1.286em Arial;
}
.hero-module1-content .container-fluid .row .normal-small-text-well-override {
  padding: 9px 0 0;
  margin-bottom: -20px;
}
.banner-slide-wrapper .carousel-inner .item {
  height: 45em;
  background-color: #fff;
}
.banner-slide-wrapper .carousel-inner .item .hero-module1,
.banner-slide-wrapper .carousel-inner .item .hero-module-3 {
  min-height: 38.75em;
}
.banner-slide-wrapper .carousel-control {
  z-index: 99;
  background: 0 0;
}
.banner-slide-wrapper .carousel-indicators {
  bottom: 21px;
}
.banner-slide-wrapper .carousel-indicators li {
  border: none;
  background: #f47d31;
  margin: 0 10px;
  height: 8px;
  width: 8px;
  display: inline-block;
  opacity: 0.3;
}
.banner-slide-wrapper .carousel-indicators .active {
  border: none;
  opacity: 1;
}
.banner-slide-wrapper .item {
  padding: 0;
}
.banner-slide-wrapper .item .hero-module-3 h2 a {
  color: #f47d31;
}
.hero-module-3 {
  position: relative;
  padding: 0;
}
.hero-module-3 .hero-module-3-content-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .hero-module-3 .hero-module-3-content-wrapper {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.hero-module-3 .hero-module-3-content-wrapper .container-fluid {
  width: 100%;
}
.hero-module-3 .hero-module-3-content-wrapper .container-fluid .hero-module-3-content h2 {
  font: normal normal bold 1.5em/1.333em Arial;
  color: #f47d31;
}
@media screen and (min-width: 768px) {
  .hero-module-3 .hero-module-3-content-wrapper .container-fluid .hero-module-3-content h2 {
    font: normal normal bold 2.0286em/1.313em Arial;
    color: #f47d31;
  }
}
@media screen and (min-width: 1200px) {
  .hero-module-3 .hero-module-3-content-wrapper .container-fluid .hero-module-3-content h2 {
    font: normal normal bold 2.143em/1.333em Arial;
    color: #f47d31;
  }
}
.hero-module-3 .hero-module-3-content-wrapper .container-fluid .hero-module-3-content p {
  font: normal normal normal 1.167em/1.286em Arial;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold {
  margin-top: 16px;
  font: normal normal normal 1.333em/2.625em Arial;
  color: #f47d31;
  position: relative;
  display: inline-block;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:after {
  content: '';
  position: absolute;
  line-height: 30px;
  margin-top: 2px;
  width: 33px;
  height: 33px;
  margin-left: 17px;
  display: inline-block;
  top: 0;
  right: -50px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:after:hover,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:after:hover,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:after:hover,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:after:focus,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:after:focus,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:after:focus,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:after:active,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:after:active,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:after:active {
  text-decoration: none;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:hover,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:hover,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:hover,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:focus,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:focus,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:focus,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:active,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:active,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:active {
  text-decoration: none;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:hover:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:hover:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:hover:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:focus:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:focus:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:focus:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:active:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:active:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:active:after {
  background-position: -34px -121px;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:hover,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:focus,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:active {
  text-decoration: underline;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-blue:after {
  background-position: -1px -121px;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:after {
  background-position: -28px -1366px;
  height: 32px;
  width: 32px;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:hover:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:focus:after,
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-gold:active:after {
  background-position: -62px -1366px;
  text-decoration: none;
}
.hero-module-3
  .hero-module-3-content-wrapper
  .container-fluid
  .hero-module-3-content
  .button-style-video:after {
  height: 32px;
  width: 32px;
  background-position: -1px -356px;
}
.split-banner-wrapper .split-banner-space-fit {
  padding: 0;
}
.split-banner-wrapper .view-content .item {
  padding: 0;
}
.search-head .form-text:focus::-moz-placeholder {
  color: #a2a09d;
  opacity: 1;
}
.search-head .form-text:focus::-webkit-input-placeholder {
  color: #a2a09d;
  opacity: 1;
}
.search-head .form-text:focus:-ms-input-placeholder {
  color: #a2a09d;
  opacity: 1;
}
.bootstrap-select {
  width: 100%;
  height: auto;
  border-radius: 7px;
  box-shadow: none;
}
.bootstrap-select .btn.dropdown-toggle {
  border: 0;
  background-color: #f8f8f8;
  font: normal normal bold 1.333em/3em Arial;
  width: 100%;
  padding: 0 20px;
  text-overflow: ellipsis;
  position: relative;
  display: block;
  font: normal normal bold 1.167em/2.857em Arial;
  color: #4d4d4d;
  box-shadow: none;
  outline: none !important;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .bootstrap-select .btn.dropdown-toggle {
    font: normal normal bold 1.3143em/3em Arial;
  }
}
@media screen and (min-width: 992px) {
  .bootstrap-select .btn.dropdown-toggle {
    font: normal normal bold 1.143em/3em Arial;
  }
}
.bootstrap-select .btn.dropdown-toggle .filter-option {
  text-align: center;
  padding-left: 10px;
  padding-right: 25px;
  text-overflow: ellipsis;
}
.bootstrap-select .btn.dropdown-toggle .bs-caret .caret {
  height: 7px;
  width: 12px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -84px -8px
    no-repeat;
  border: 0;
}
.bootstrap-select .btn.dropdown-toggle:hover,
.bootstrap-select .btn.dropdown-toggle:focus,
.bootstrap-select .btn.dropdown-toggle:active {
  background-color: #f8f8f8;
  border: 0;
  color: #4d4d4d;
}
.bootstrap-select .btn.dropdown-toggle.active:hover,
.bootstrap-select .btn.dropdown-toggle.active:focus,
.bootstrap-select .btn.dropdown-toggle.active:active {
  background-color: #f8f8f8;
  border: 0;
  color: #4d4d4d;
}
.bootstrap-select .dropdown-menu.open {
  background-color: #f8f8f8;
  box-shadow: none;
  margin: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  outline: none;
  border: 0;
  font-size: 12px;
  padding-top: 0;
  border-radius: 0 0 5px 5px;
}
.bootstrap-select .dropdown-menu.open ul.dropdown-menu {
  background-color: transparent;
}
.bootstrap-select .dropdown-menu.open ul.dropdown-menu li {
  font: normal normal bold 1.167em/2.857em Arial;
  border-bottom: 1px solid #ddd;
  letter-spacing: -0.02em;
}
.bootstrap-select .dropdown-menu.open ul.dropdown-menu li:last-child {
  border: 0;
}
.bootstrap-select .dropdown-menu.open ul.dropdown-menu li a {
  color: #4d4d4d;
  padding: 0;
  padding-left: 22px;
  padding-right: 10px;
  line-height: inherit;
  font-weight: inherit;
}
.bootstrap-select .dropdown-menu.open ul.dropdown-menu li a span.text {
  white-space: normal;
}
.product-tabs.module-head-wrapper {
  margin-top: 30px;
}
.product-tabs .product-tab-content {
  float: left;
  padding: 0;
  width: 100%;
}
.product-tabs .product-tab-content .view-filters .views-exposed-form .views-exposed-widgets {
  margin-bottom: 0;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget {
  border: none;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .bootstrap-select {
  display: none;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group {
  cursor: auto;
  width: 100%;
  position: relative;
  display: block;
  padding: 0;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group
  a.tab-link {
  border: none;
  color: #aeaeae;
  padding: 21px 63px 13px 77px;
  font: normal normal bold 1.167em/1.429em Arial;
  color: #f47d31;
  display: block;
  position: relative;
  min-height: 65px;
  border-top: 1px solid #f4e8ce;
}
@media screen and (min-width: 768px) {
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group
    a.tab-link {
    font: normal normal bold 1.143em/1.375em Arial;
  }
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group
  a.tab-link:hover,
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group
  a.tab-link:focus {
  background: 0 0;
  text-decoration: none;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group
  a.tab-link:before {
  width: 35px;
  height: 31px;
  background: url(../../themes/enfamilitalynutramigen/images/nutr-sprite.png);
  content: '';
  float: left;
  margin-right: 12px;
  position: absolute;
  top: 15px;
  left: 25px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group
  a.tab-link:after {
  width: 30px;
  height: 30px;
  background: url(../../themes/enfamilitalynutramigen/images/nutr-sprite.png);
  content: '';
  float: left;
  position: absolute;
  top: 17px;
  right: 23px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group
  a.tab-link
  .staged-months {
  font-weight: 400;
  display: block;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group:hover,
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group:active,
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group:focus {
  text-decoration: none;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-0
  a.tab-link {
  border-top: 1px solid #f4e8ce;
  color: #7dacd5;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-0
  a.tab-link:before {
  background-position: -43px -98px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-0
  a.tab-link:after {
  background-position: -2px -1px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-1
  a.tab-link {
  color: #8a8c8f;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-1
  a.tab-link:before {
  width: 33px;
  height: 33px;
  background-position: -42px -133px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-1
  a.tab-link:after {
  background-position: -2px -33px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-2
  a.tab-link {
  color: #86bf72;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-2
  a.tab-link:before {
  width: 34px;
  height: 34px;
  background-position: -43px -169px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.li-2
  a.tab-link:after {
  background-position: -2px -65px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active
  a.tab-link {
  background-color: transparent;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-0
  a.tab-link {
  background-color: #7dacd5;
  color: #fff;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-0
  a.tab-link:before {
  background-position: -1px -98px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-0
  a.tab-link:after {
  background-position: -33px -1px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-1
  a.tab-link {
  background-color: #8a8c8f;
  color: #fff;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-1
  a.tab-link:before {
  background-position: -1px -133px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-1
  a.tab-link:after {
  background-position: -33px -33px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-2
  a.tab-link {
  background-color: #86bf72;
  color: #fff;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-2
  a.tab-link:before {
  background-position: -2px -169px;
}
.product-tabs
  .product-tab-content
  .view-filters
  .views-exposed-form
  .views-exposed-widgets
  .views-exposed-widget
  .form-item.form-type-select
  .form-group.active.li-2
  a.tab-link:after {
  background-position: -33px -65px;
}
.product-tabs .quicktabs-tabpage .carousel.slide a.carousel-control {
  background: 0 0;
  z-index: 99;
  opacity: 1;
  top: 50%;
  margin-top: -15px;
  left: 5px;
  width: auto;
  height: 48px;
  width: 48px;
  display: none;
}
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control
  .tab-accordion-slider-left-control,
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control
  .tab-accordion-slider-right-control {
  width: 100%;
  height: 100%;
  display: block;
}
.product-tabs .quicktabs-tabpage .carousel.slide a.carousel-control.right {
  right: 5px;
  left: auto;
}
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.right
  .tab-accordion-slider-right-control {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1091px
    no-repeat;
}
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.right:hover
  .tab-accordion-slider-right-control,
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.right:focus
  .tab-accordion-slider-right-control,
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.right:active
  .tab-accordion-slider-right-control {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -51px -1091px
    no-repeat;
}
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.left
  .tab-accordion-slider-left-control {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1041px
    no-repeat;
}
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.left:hover
  .tab-accordion-slider-left-control,
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.left:focus
  .tab-accordion-slider-left-control,
.product-tabs
  .quicktabs-tabpage
  .carousel.slide
  a.carousel-control.left:active
  .tab-accordion-slider-left-control {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -51px -1041px
    no-repeat;
}
.product-listing-stages {
  float: left;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f4e8ce;
}
.product-listing-stages .product-stages-link {
  cursor: auto;
  width: 100%;
  padding: 15px 0 23px 20px;
  position: relative;
  float: left;
  border-bottom: 1px solid #f4e8ce;
}
.product-listing-stages .product-stages-link .stages-inner-link {
  border: 0;
  padding: 8px 35px 0 15px;
  padding-left: 52px;
  font: normal normal bold 1em/1.129em Arial;
  display: block;
  position: relative;
}
.product-listing-stages .product-stages-link .stages-inner-link:before {
  width: 35px;
  height: 31px;
  content: '';
  float: left;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../themes/enfamilitalynutramigen/images/nutr-sprite.png);
}
.product-listing-stages .product-stages-link .stages-inner-link:after {
  content: '';
  float: left;
  position: absolute;
  top: -2px;
  right: 13px;
  width: 30px;
  height: 30px;
  background: url(../../themes/enfamilitalynutramigen/images/nutr-sprite.png);
}
.product-listing-stages .product-stages-link .stages-inner-link:hover,
.product-listing-stages .product-stages-link .stages-inner-link:focus,
.product-listing-stages .product-stages-link .stages-inner-link:active {
  text-decoration: none;
}
.product-listing-stages .product-stages-link .stages-inner-link img {
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-listing-stages .li-0 .stages-inner-link {
  color: #7dacd5;
}
.product-listing-stages .li-0 .stages-inner-link:before {
  background-position: -43px -95px;
}
.product-listing-stages .li-0 .stages-inner-link:after {
  background-position: -2px -1px;
}
.product-listing-stages .li-0.active {
  background-color: #7dacd5;
}
.product-listing-stages .li-0.active .stages-inner-link:before {
  background-position: -1px -98px;
}
.product-listing-stages .li-0.active .stages-inner-link:after {
  background-position: -33px -1px;
}
.product-listing-stages .li-1 .stages-inner-link {
  color: #8a8c8f;
}
.product-listing-stages .li-1 .stages-inner-link:after {
  background-position: -202px -374px;
}
.product-listing-stages .li-1.active {
  background-color: #8a8c8f;
}
.product-listing-stages .li-1.active .stages-inner-link:before {
  background-position: -1px -133px;
}
.product-listing-stages .li-1.active .stages-inner-link:after {
  background-position: -33px -33px;
}
.product-listing-stages .li-2 .stages-inner-link {
  color: #86bf72;
}
.product-listing-stages .li-2 .stages-inner-link:before {
  width: 34px;
  height: 34px;
  background-position: -43px -169px;
}
.product-listing-stages .li-2 .stages-inner-link:after {
  background-position: -2px -65px;
}
.product-listing-stages .li-2.active {
  background-color: #86bf72;
}
.product-listing-stages .li-2.active .stages-inner-link:before {
  background-position: -2px -169px;
}
.product-listing-stages .li-2.active .stages-inner-link:after {
  background-position: -33px -65px;
}
.product-listing-stages .li-0.active .stages-inner-link,
.product-listing-stages .li-1.active .stages-inner-link,
.product-listing-stages .li-2.active .stages-inner-link,
.product-listing-stages .li-3.active .stages-inner-link {
  color: #fff;
}
.product-listing-stages .li-0.active .stages-inner-link img,
.product-listing-stages .li-1.active .stages-inner-link img,
.product-listing-stages .li-2.active .stages-inner-link img,
.product-listing-stages .li-3.active .stages-inner-link img {
  display: none;
}
.product-listing-stages .product-tab-content-inner {
  clear: both;
}
.product-category-article-well .tab-icon,
.product-category-article-well .tab-icon-15,
.product-category-article-well .tab-icon-16,
.product-category-article-well .tab-icon-17,
.product-category-article-well .tab-icon-18 {
  height: 35px;
  width: 42px;
  display: inline-block;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  float: left;
}
.product-category-article-well .tab-desc {
  display: inline-block;
  color: #f47d31;
  line-height: 1;
  margin-left: 10px;
  margin-bottom: 30px;
}
.product-category-article-well .tab-desc .tab-title {
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
.product-tabs .tab-icon-15 {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -43px -219px
    no-repeat;
}
.product-tabs .tab-icon-16 {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -43px -252px
    no-repeat;
}
.product-tabs .tab-icon-17 {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -43px -286px
    no-repeat;
}
.product-tabs .tab-icon-18 {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -43px -320px
    no-repeat;
}
.product-category-article-sub-head {
  font: normal normal bold 1.167em/1.429em Arial;
  color: #f47d31;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-category-article-sub-head {
    font: normal normal bold 1.143em/1.375em Arial;
  }
}
.product-category-article-content {
  font: normal normal normal 1em/1.5em Arial;
}
@media screen and (min-width: 768px) {
  .product-category-article-content {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.product-category-article-learn-more {
  font: normal normal normal 1em/1.5em Arial;
  position: relative;
  color: #f47d31;
}
.product-category-article-learn-more:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: -23px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -92px
    no-repeat;
}
.product-category-article-learn-more:hover,
.product-category-article-learn-more:focus,
.product-category-article-learn-more:active {
  color: #f26911;
}
.product-category-article-learn-more:hover:after,
.product-category-article-learn-more:focus:after,
.product-category-article-learn-more:active:after {
  background-position: -75px -1695px;
}
@media screen and (min-width: 768px) {
  .product-category-article-learn-more {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.product-category-article-learn-more:hover,
.product-category-article-learn-more:focus,
.product-category-article-learn-more:active {
  text-decoration: none;
}
.product-category-article {
  position: relative;
}
.product-category-article .item-wrapper .accrtab-cont-space-extent {
  margin-top: 20px;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
.product-category-article .gig-rating-readReviewsLink:hover,
.product-category-article .gig-rating-readReviewsLink:focus,
.product-category-article .gig-rating-readReviewsLink:active {
  color: #f26911;
}
.product-category-article .gig-rating-readReviewsLink:hover:after,
.product-category-article .gig-rating-readReviewsLink:focus:after,
.product-category-article .gig-rating-readReviewsLink:active:after {
  background-position: -75px -1695px;
}
.see-all {
  text-align: center;
  margin: 29px 0 44px;
}
.article-content {
  padding: 0 5% 20px;
}
.article-content .rating-review .gig-stars-container {
  margin-bottom: 0;
}
.article-content .rating-review .gig-button-container a {
  color: #f47d31;
  text-decoration: none;
}
.article-content .rating-review .gig-button-container a:hover,
.article-content .rating-review .gig-button-container a:focus,
.article-content .rating-review .gig-button-container a:active {
  text-decoration: none;
}
.article-content .rating-review .gig-button-container a:hover,
.article-content .rating-review .gig-button-container a:focus,
.article-content .rating-review .gig-button-container a:active {
  color: #f26911;
}
.article-content .rating-review .gig-button-container a:hover:after,
.article-content .rating-review .gig-button-container a:focus:after,
.article-content .rating-review .gig-button-container a:active:after {
  background-position: -75px -1695px;
}
.articles-small-title-content {
  font: normal normal normal 1em/1.5em Arial;
}
@media screen and (min-width: 768px) {
  .articles-small-title-content {
    font: normal normal normal 0.857em/1.5em Arial;
  }
}
.articles-title {
  font: normal normal normal 1.5em/1.333em Arial;
  margin-top: 13px;
  color: #f47d31;
}
.article-title-link {
  color: #f47d31;
}
.article-title-link:hover,
.article-title-link:focus,
.article-title-link:active {
  text-decoration: none;
  color: #f47d31;
}
.articles-title-content {
  font: normal normal normal 1em/1.5em Arial;
  margin-top: 10px;
  font: normal normal normal 1.167em/1.286em Arial;
}
@media screen and (min-width: 768px) {
  .articles-title-content {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.articles-title-content .list {
  display: block;
}
.articles-title-content a {
  font: normal normal normal 1em/1.5em Arial;
  position: relative;
  color: #f47d31;
  display: inline-block;
}
.articles-title-content a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: -23px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -92px
    no-repeat;
}
.articles-title-content a:hover,
.articles-title-content a:focus,
.articles-title-content a:active {
  color: #f26911;
}
.articles-title-content a:hover:after,
.articles-title-content a:focus:after,
.articles-title-content a:active:after {
  background-position: -75px -1695px;
}
@media screen and (min-width: 768px) {
  .articles-title-content a {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.articles-title-content a:hover,
.articles-title-content a:focus,
.articles-title-content a:active {
  text-decoration: none;
  font: normal normal normal 1em/1.5em Arial;
  position: relative;
  color: #f47d31;
}
.articles-title-content a:hover:after,
.articles-title-content a:focus:after,
.articles-title-content a:active:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: -23px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -92px
    no-repeat;
}
.articles-title-content a:hover:hover,
.articles-title-content a:focus:hover,
.articles-title-content a:active:hover,
.articles-title-content a:hover:focus,
.articles-title-content a:focus:focus,
.articles-title-content a:active:focus,
.articles-title-content a:hover:active,
.articles-title-content a:focus:active,
.articles-title-content a:active:active {
  color: #f26911;
}
.articles-title-content a:hover:hover:after,
.articles-title-content a:focus:hover:after,
.articles-title-content a:active:hover:after,
.articles-title-content a:hover:focus:after,
.articles-title-content a:focus:focus:after,
.articles-title-content a:active:focus:after,
.articles-title-content a:hover:active:after,
.articles-title-content a:focus:active:after,
.articles-title-content a:active:active:after {
  background-position: -75px -1695px;
}
@media screen and (min-width: 768px) {
  .articles-title-content a:hover,
  .articles-title-content a:focus,
  .articles-title-content a:active {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.articles-title-content p {
  display: inline;
}
.multiple-articles .view-content {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.multiple-articles .view-content:before,
.multiple-articles .view-content:after {
  content: ' ';
  display: table;
}
.multiple-articles .view-content:after {
  clear: both;
}
.multiple-articles .view-content:before,
.multiple-articles .view-content:after {
  content: ' ';
  display: table;
}
.multiple-articles .view-content:after {
  clear: both;
}
.multiple-article-unhide .multiple-articles .view-content .multiple-articles-item:nth-child(3) {
  display: block;
}
.multiple-articles.multiple-article-unhide .view-content .multiple-articles-item:nth-child(3) {
  display: block;
}
.product-five-tabs.product-tabs
  .multiple-articles
  .view-content
  .multiple-articles-item:nth-child(n + 3) {
  display: block;
}
.multiple-articles-item {
  padding: 0;
}
.multiple-articles-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pager {
  margin: 0 0 8px;
}
.pager:before,
.pager:after {
  content: ' ';
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: ' ';
  display: table;
}
.pager:after {
  clear: both;
}
.pager .pager-show-more-next {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  max-width: 270px;
  padding: 10px;
  font: normal normal bold 1.167em/1.429em Arial;
  background-color: #f47d31;
}
.pager .pager-show-more-next:active,
.pager .pager-show-more-next:hover,
.pager .pager-show-more-next:focus {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pager .pager-show-more-next {
    font: normal normal bold 1em/1.429em Arial;
    max-width: 215px;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 992px) {
  .pager .pager-show-more-next {
    max-width: 295px;
  }
}
@media screen and (min-width: 1200px) {
  .pager .pager-show-more-next {
    max-width: 380px;
  }
}
.pager .pager-show-more-next:active,
.pager .pager-show-more-next:hover {
  background-color: #f26911;
}
@media screen and (min-width: 768px) {
  .pager .pager-show-more-next {
    min-width: 29.18586789554531%;
  }
}
.pager .pager-show-more-next a,
.pager .pager-show-more-next span {
  background-color: transparent;
  border: 0;
  padding: 0;
  display: block;
  color: #fff;
}
.pager .pager-show-more-next a:hover,
.pager .pager-show-more-next span:hover,
.pager .pager-show-more-next a:focus,
.pager .pager-show-more-next span:focus {
  background-color: transparent;
}
.youtube-container--responsive {
  overflow: visible;
}
.video-icon-wrapper,
.video-thumb-yes {
  position: relative;
}
.video-icon-wrapper > a:after,
.video-thumb-yes > a:after {
  background: rgba(0, 0, 0, 0) url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -1px -356px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 1;
  content: '';
}
.video-icon-wrapper > a:hover:after,
.video-thumb-yes > a:hover:after,
.video-icon-wrapper > a:focus:after,
.video-thumb-yes > a:focus:after,
.video-icon-wrapper > a:active:after,
.video-thumb-yes > a:active:after {
  background-position: -66px -1581px;
}
@media screen and (min-width: 1200px) {
  .video-icon-wrapper > a:hover:after,
  .video-thumb-yes > a:hover:after,
  .video-icon-wrapper > a:focus:after,
  .video-thumb-yes > a:focus:after,
  .video-icon-wrapper > a:active:after,
  .video-thumb-yes > a:active:after {
    background-position: -1px -1583px;
  }
}
.video-icon .single-product-img-wrapper {
  position: relative;
}
.video-icon .single-product-img-wrapper picture:after {
  background: rgba(0, 0, 0, 0)
    url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -1px -356px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 1;
  content: '';
}
.video-icon .single-product-img-wrapper picture:hover:after,
.video-icon .single-product-img-wrapper picture:focus:after,
.video-icon .single-product-img-wrapper picture:active:after {
  background-position: -66px -1581px;
}
@media screen and (min-width: 1200px) {
  .video-icon .single-product-img-wrapper picture:hover:after,
  .video-icon .single-product-img-wrapper picture:focus:after,
  .video-icon .single-product-img-wrapper picture:active:after {
    background-position: -1px -1583px;
  }
}
.single-product-article {
  clear: both;
}
.single-product-article:before,
.single-product-article:after {
  content: ' ';
  display: table;
}
.single-product-article:after {
  clear: both;
}
.single-product-article:before,
.single-product-article:after {
  content: ' ';
  display: table;
}
.single-product-article:after {
  clear: both;
}
.single-product-article img {
  display: block;
  max-width: 100%;
  height: auto;
}
.single-product-article h2 .heading-block,
.single-product-article h2 .word-break {
  display: block;
}
.single-product-bg {
  background-color: #fff;
}
.front .single-product-bg {
  background-color: #f4e8ce;
}
.single-product-img-wrapper {
  padding-right: 0;
  padding-left: 0;
}
.content-caption-right-space {
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 0 2.5%;
}
.spacing-top-btm-wrapper h1,
.spacing-top-btm-wrapper h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.node-type-article .pane-node-field-image {
  margin-bottom: 34px;
}
.node-type-article .heading-block {
  padding: 0 15px;
}
.node-type-article .heading-block h1 {
  margin-top: 30px;
}
.article-body {
  border: 1px solid #f4e8ce;
  padding: 0 15px;
  padding-top: 20px;
}
.article-body table td {
  padding: 5px 7px;
}
.article-body p {
  margin-bottom: 23px;
  font: normal normal normal 1.167em/1.286em Arial;
}
.article-body .video-filter iframe {
  width: 100%;
}
.help-block {
  color: #4d4d4d;
  font-size: 1em;
}
.alert-danger,
.alert-success {
  position: relative;
  z-index: 5;
}
.page-header.pane-title {
  text-align: left;
}
.single-col-crm-form .pane-content .webform-component--contactus-intro {
  padding-left: 10px;
}
.single-col-crm-form form {
  float: left;
  font: normal normal normal 1em/2em Arial;
  padding: 0 10px;
}
.single-col-crm-form form .grippie {
  display: none;
}
.single-col-crm-form form .form-item-submitted-brochure {
  float: left;
  width: 100%;
}
.single-col-crm-form form .form-item-submitted-brochure div > div {
  float: left;
  width: 100%;
}
.single-col-crm-form form .form-item-submitted-brochure div > div label {
  float: left;
  padding-left: 20px;
  width: 100%;
}
.single-col-crm-form form .form-item-submitted-brochure div > div label input {
  float: left;
  width: 17px;
}
.single-col-crm-form form .form-item-submitted-brochure + .messages.error {
  margin-left: 31px;
}
.single-col-crm-form form label {
  font: normal normal normal 1em/2em Arial;
  width: 200px;
  float: left;
  position: relative;
  padding-left: 10px;
}
.single-col-crm-form form label span.form-required {
  position: absolute;
  left: 0;
}
.single-col-crm-form form .bootstrap-select {
  border: none;
}
.single-col-crm-form form .bootstrap-select .btn.dropdown-toggle {
  font: normal normal normal 1em/2em Arial;
  color: #4d4d4d;
}
.single-col-crm-form form .bootstrap-select .dropdown-menu.open ul.dropdown-menu li a {
  font: normal normal normal 1em/2em Arial;
  color: #4d4d4d;
}
.single-col-crm-form form .dropdown-toggle {
  background: 0 0;
  border: none;
}
.single-col-crm-form form .dropdown-toggle:hover {
  background: 0 0;
  border: none;
}
.single-col-crm-form form .dropdown-toggle .caret {
  border: none;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat scroll -84px -8px;
  height: 7px;
  width: 11px;
}
.single-col-crm-form form input,
.single-col-crm-form form select,
.single-col-crm-form form textarea,
.single-col-crm-form form .bootstrap-select {
  border: 1px solid #aeaeae;
  max-width: 280px;
  width: 100%;
  color: #4d4d4d;
}
.single-col-crm-form form .form-actions {
  margin: 20px 0;
  text-align: center;
  max-width: 280px;
}
.single-col-crm-form form .form-actions .glyphicon {
  display: none;
}
.single-col-crm-form form .webform-component--per-le-finalita-di-cui-al-punto-b {
  float: left;
  width: 100%;
}
.single-col-crm-form form .webform-component--per-le-finalita-di-cui-al-punto-b > label {
  width: 100%;
  float: left;
}
.single-col-crm-form
  form
  .webform-component--per-le-finalita-di-cui-al-punto-b
  .form-checkboxes
  > .form-item {
  float: left;
  width: 100%;
  padding-left: 22px;
}
.single-col-crm-form
  form
  .webform-component--per-le-finalita-di-cui-al-punto-b
  .form-checkboxes
  > .form-item
  label {
  padding-left: 3px;
}
.single-col-crm-form
  form
  .webform-component--per-le-finalita-di-cui-al-punto-b
  .form-checkboxes
  > .form-item
  label
  input {
  left: 0;
  width: auto;
  top: 3px;
}
.single-col-crm-form div.error {
  background: 0 0;
  line-height: 1.3em;
  width: auto;
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: -5px;
  max-width: 280px;
  text-align: left;
  clear: both;
}
.page-breadcrumb {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  float: left;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-breadcrumb {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 14px 0 0 2.4%;
  margin: 0;
  position: absolute;
  top: 0;
}
.breadcrumb li {
  text-transform: lowercase;
  font: normal normal normal 1.33em/1.5em Arial;
}
.breadcrumb li a {
  color: #aeaeae;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
  text-decoration: none;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
  color: #f26911;
}
.breadcrumb li a:hover:after,
.breadcrumb li a:focus:after,
.breadcrumb li a:active:after {
  background-position: -75px -1695px;
}
.breadcrumb li.active {
  color: #f47d31;
  font-weight: 700;
}
.breadcrumb li + li:before {
  padding: 0 2px;
}
.article-has-nobanner .breadcrumb {
  position: static;
}
.gride-list-switch-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 40px;
  padding-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .gride-list-switch-wrapper {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.gride-list-switch-wrapper .category-label {
  font: normal normal bold 2em/2em Arial;
}
.thank-you-contact {
  margin: auto;
  padding: 25px;
  text-align: center;
  width: 90%;
}
.banner-large.promo-banner-content .hero-module1-content .container-fluid {
  padding: 0;
}
.banner-large.promo-banner-content .hero-module1-content .container-fluid .row .text-less-padding {
  padding-bottom: 0;
}
.banner-large.promo-banner-content .banner-content > .img-responsive {
  margin-top: -3px;
  margin-bottom: 10px;
}
.promo-banner-content .banner-content .normal-small-text-well img {
  display: inline;
  margin: 0 7px;
  max-height: 28px;
  width: auto;
}
.promo-banner-content .banner-content .img-responsive {
  float: left;
  margin: -5px 15px 0 0;
}
.promo-banner-content .normal-small-text-well {
  float: left;
}
.promo-banner-content .normal-small-text-well a {
  font: normal normal bold 1em Arial;
}
.promo-banner-content a:hover {
  text-decoration: none;
}
.toggle-icon {
  float: right;
  cursor: pointer;
}
.minus-icon {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat scroll -34px -583px;
  height: 34px;
  vertical-align: middle;
  width: 34px;
  display: inline-block;
}
.minus-icon:hover,
.minus-icon:focus,
.minus-icon:active {
  background-position: -35px -1691px;
}
.plus-icon {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -1px -583px;
  height: 34px;
  vertical-align: middle;
  width: 34px;
  display: inline-block;
}
.plus-icon:hover,
.plus-icon:focus,
.plus-icon:active {
  background-position: 0 -1691px;
}
.primary-blue {
  color: #f47d31;
}
.primary-blue:hover {
  color: #f47d31;
}
.banner-subtitle {
  color: #f47d31;
  font-size: 1.333em;
}
.sign-of-readiness .banner-content > img,
.sign-of-readiness .banner-content > h2 {
  display: none;
}
.sign-of-readiness .banner-content .sign-ready-text {
  color: #f47d31;
  font: normal normal bold 1.167em/1.429em Arial;
}
.top-has-previous-next .feeding-navigation {
  position: static;
}
.top-has-previous-next .feeding-nav {
  float: left;
  width: 33.33%;
}
.top-has-previous-next .fg-prenext-inner:before {
  background: url(../../themes/enfamilitalynutramigen/images/feeding-prev.png);
  content: '';
  display: block;
  height: 54px;
  margin: auto;
  width: 61px;
}
.top-has-previous-next .fg-prenext-inner:nth-child(3):before {
  background: url(../../themes/enfamilitalynutramigen/images/feeding-next.png);
}
.fg-stage-inner .pane-content {
  display: none;
}
.fg-stage-inner .feeding-guide-stage-inner {
  opacity: 0.6;
}
.fg-stage-inner .feeding-guide-stage-inner.active {
  opacity: 1;
}
.no-term-image .banner-content img {
  display: none;
}
.mid-title-text {
  color: #f47d31;
  font: 1.286em Arial;
}
.helpcentre-wrapper {
  position: relative;
}
.helpcentre-wrapper h2 {
  display: none;
}
.helpcentre-wrapper form {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  max-width: 290px;
}
.helpcentre-wrapper form div {
  position: relative;
}
.helpcentre-wrapper form div input {
  border: 2px solid #f47d31;
  border-radius: 6px;
  padding: 6px 15px;
  width: 100%;
  font: normal normal bold 1em Arial;
  height: 40px;
  background-color: #fff;
  color: #4d4d4d;
}
.helpcentre-wrapper form div input:focus {
  border-color: #f47d31;
  box-shadow: none;
}
.helpcentre-wrapper form div input .form-text::-moz-placeholder {
  opacity: 0.5;
  color: #4d4d4d;
}
.helpcentre-wrapper form div input .form-text:-ms-input-placeholder {
  opacity: 0.5;
  color: #4d4d4d;
}
.helpcentre-wrapper form div input .form-text::-webkit-input-placeholder {
  opacity: 0.5;
  color: #4d4d4d;
}
.helpcentre-wrapper form div input .form-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.helpcentre-wrapper form div input .form-text:focus::-moz-placeholder {
  color: transparent;
}
.helpcentre-wrapper form div input .form-text:focus::-ms-input-placeholder {
  color: transparent;
}
.helpcentre-wrapper form div .form-actions {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.helpcentre-wrapper form div .form-actions button {
  background: rgba(0, 0, 0, 0) url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll 2px -390px;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  border: none;
}
.helpcentre-top-wrapper {
  margin-top: 30px;
}
.helpcentre-top-wrapper .multiple-articles {
  padding: 0;
}
.helpcentre-top-wrapper .multiple-articles .multiple-articles-item .article-content {
  min-height: 17em;
}
.helpcentre-top-wrapper
  .multiple-articles
  .multiple-articles-item
  .article-content
  .articles-title-content {
  font: normal normal normal 1.167em/1.286em Arial;
}
.helpcentre-top-wrapper
  .multiple-articles
  .multiple-articles-item
  .article-content
  .articles-title-content
  p {
  display: block;
  margin-bottom: 20px;
}
.helpcentre-top-wrapper
  .multiple-articles
  .multiple-articles-item
  .article-content
  .articles-title-content
  a:after {
  display: none;
}
.helpcentre-top-wrapper
  .multiple-articles
  .multiple-articles-item
  .article-content
  .articles-title-content
  .primary-button {
  color: #fff;
  font-weight: 700;
}
.helpcentre-top-wrapper .multiple-articles .multiple-articles-item .primary-button {
  margin: 8px auto 35px;
  display: block;
}
.helpcentre-top-wrapper .consultation .call-babycenter a {
  font-weight: 700;
}
.helpcentre-top-wrapper .list-grid-view .multiple-articles-item {
  display: table;
  width: 100%;
}
.helpcentre-filter-articles {
  padding: 0;
}
.product-five-tabs.product-tabs .multiple-articles-item {
  border-bottom: 1px solid #f4e8ce;
}
.product-five-tabs.product-tabs
  .multiple-articles-item
  .articles-learn-more
  + .articles-learn-more {
  margin-left: 20%;
}
.product-five-tabs.product-tabs .multiple-articles-item .articles-learn-more {
  margin-top: 15px;
}
.product-five-tabs.product-tabs .product-desc {
  hyphens: auto;
  margin: auto;
  max-width: 970px;
  padding: 25px 7% 35px;
  width: 100%;
  max-width: 100%;
  clear: both;
}
.product-five-tabs.product-tabs .product-desc > div {
  margin: 10px 0 20px;
}
.product-five-tabs.product-tabs .product-desc .article-title,
.product-five-tabs.product-tabs .product-desc p {
  font: normal normal normal 1.143em/1.5em Arial;
}
.product-five-tabs.product-tabs .product-desc .article-title {
  color: #f47d31;
  margin-bottom: 10px;
  font-weight: 700;
}
.rating-review .gigya-style-modern {
  max-width: 290px;
}
.rating-review .article-content .rating-review .gigya-style-modern {
  width: auto !important;
}
.rating-review .gig-stars-container {
  margin-bottom: 0;
}
.rating-review .gig-rating-topbar {
  margin-right: 20px;
}
.rating-review .gig-rating-averageRating,
.rating-review .gig-rating-writeYourReview.gig-rating-button {
  display: none;
}
.rating-review .gig-rating-readReviewsLink {
  text-decoration: none;
}
.panel-toggle {
  clear: both;
}
.pane-tabbed-with-accordin .panel-default .panel-heading {
  background: #fff;
  border-top: 1px solid #f4e8ce;
}
.image-wrapper {
  position: relative;
  display: block;
}
.image-wrapper .border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
}
.image-wrapper.stage-name-icon-1 .border {
  background-color: #fbd850;
}
.image-wrapper.stage-name-icon-s .border {
  background-color: #9f68be;
}
.image-wrapper.stage-name-icon-2 .border {
  background-color: #ec749a;
}
.image-wrapper.stage-name-icon-3 .border {
  background-color: #ec3f42;
}
.image-wrapper.stage-name-icon-v .border {
  background-color: #f47d31;
}
.stages-button {
  clear: both;
}
.stages-button .primary-button {
  float: left;
  width: 50%;
}
.stages-button .primary-button:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
.stages-button .primary-button:nth-child(2) {
  border-radius: 0 5px 5px 0;
}
.product-banner .stage-label-name ul li {
  margin-bottom: 15px;
}
.stage-label-name .stage-name .stage-label {
  display: inline-block;
  float: left;
  line-height: 30px;
  font-weight: 700;
}
.stage-label-name .stage-name ul {
  display: inline-block;
  padding: 0;
}
.stage-label-name .stage-name ul li {
  list-style: none;
  float: left;
  display: inline;
  margin-left: 10px;
  line-height: 30px;
}
.stage-label-name .stage-name ul li img {
  display: inline;
  float: left;
  margin-right: 14px;
}
.stage-label-name .stage-name ul li > span {
  display: inline-block;
  font: normal normal bold 1em Arial;
  color: #f47d31;
}
.stage-label-name .stage-name ul li > span .stages-desc {
  font-weight: 400;
}
.date-file {
  float: left;
  margin-top: 5px;
}
.carousel-control {
  opacity: 1;
  height: 32px;
  width: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control.left {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat scroll -28px -1330px;
  left: 5px;
  opacity: 1;
}
.carousel-control.left:hover,
.carousel-control.left:focus,
.carousel-control.left:active {
  background-position: -61px -1330px;
}
.carousel-control.left:hover {
  opacity: 1;
}
.carousel-control.right {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -1px -121px;
  right: 5px;
  opacity: 1;
}
.carousel-control.right:hover,
.carousel-control.right:focus,
.carousel-control.right:active {
  background-position: -34px -121px;
}
.carousel-control.right:hover {
  opacity: 1;
}
.buy-now-slider .carousel-indicators,
.tab-slider .carousel-indicators {
  margin-left: 0;
  position: static;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 35px;
}
.buy-now-slider .carousel-indicators li,
.tab-slider .carousel-indicators li {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: none;
  background: #f47d31;
  opacity: 0.3;
  margin: 0 11px;
}
.buy-now-slider .carousel-indicators li.active,
.tab-slider .carousel-indicators li.active {
  opacity: 1;
  height: 9px;
  width: 9px;
  margin: 0 11px;
}
.buy-now-slider .carousel-indicators {
  margin-bottom: 0;
}
.buy-now-slider .carousel-inner {
  border-bottom: 1px solid #f4e8ce;
  border-top: 1px solid #f4e8ce;
}
.buy-now-slider .carousel-inner .multiple-articles-item {
  border-right: 1px solid #f4e8ce;
  border-left: 1px solid #f4e8ce;
}
.buy-now-slider .carousel-control {
  top: 30%;
  transform: translateY(-30%);
}
.gigya-comment-section .pane-content {
  padding-left: 4.91705%;
  padding-right: 4.91705%;
}
.gigya-comment-section .gig-comments-container {
  max-width: 100%;
  min-width: 100%;
}
.product-overview-content {
  font: normal normal normal 0.833em/1.8em Arial;
}
.product-overview-content p {
  margin: 0;
}
.panel-toggle .pane-title {
  cursor: pointer;
}
.panel-default {
  border: none;
  box-shadow: none;
  margin: 0;
}
.panel-default .panel-heading {
  border: none;
}
.panel-default .panel-heading .panel-title {
  position: relative;
}
.panel-default .panel-heading .panel-title a:after {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    repeat scroll -2px -633px;
  content: '';
  float: left;
  height: 32px;
  margin-right: 0;
  position: absolute;
  right: -8px;
  top: -4px;
  transform: rotate(180deg);
  width: 32px;
}
.panel-default .panel-heading .panel-title .collapsed:after {
  transform: none;
}
.tab-accordion a:hover,
.tab-accordion a:focus {
  text-decoration: none;
}
.tab-accordion .pane-content {
  padding: 0;
}
.tab-accordion .pane-content .view-content {
  padding: 13px 10px;
}
.tab-accordion .pane-content .panel-body {
  padding: 0;
}
.tab-accordion .quicktabs-tabs {
  padding-left: 0;
}
.tab-accordion .panel-title a {
  font: normal normal bold 0.857em/1.714em Arial;
  color: #f47d31;
}
.tab-accordion .panel-title a.collapsed {
  color: #4d4d4d;
}
.tab-accordion .panel-collapse p {
  font: 1/1.667em Arial;
}
.tab-accordion .nutrients-analysis .product-nutrient-container .nutrients-analysis-title {
  font: normal normal bold 1.167em/1.214em Arial;
  color: #f47d31;
  height: 40px;
  display: block;
  line-height: 40px;
}
.tab-accordion
  .nutrients-analysis
  .product-nutrient-container
  .nutrients-analysis-title
  .nutrients-desc {
  display: none;
  font-weight: 400;
}
.tab-accordion .nutrients-analysis .product-nutrient-container .nutrient-span {
  float: left;
  width: 100%;
}
.tab-accordion .nutrients-analysis .product-nutrient-container .nutrient-source {
  display: block;
}
.tab-accordion .nutrients-analysis .product-nutrient-container .nutrient-list {
  margin: 10px 0;
  padding: 12px 0;
  border-bottom: 1px solid #f4e8ce;
  display: flex;
  align-items: center;
}
.tab-accordion .nutrients-analysis .product-nutrient-container > .nutrient-list:first-child {
  background: #f4e9d0;
  margin: 15px 0 0;
  padding: 0;
}
.tab-accordion .nutrients-analysis .product-nutrient-container .bootstrap-select.nutri-select {
  max-width: 50%;
  padding: 0;
}
.tab-accordion
  .nutrients-analysis
  .product-nutrient-container
  .bootstrap-select.nutri-select
  button {
  height: 40px;
  line-height: 20px;
  padding: 0;
  border-radius: 0;
}
.tab-accordion
  .nutrients-analysis
  .product-nutrient-container
  .bootstrap-select.nutri-select
  button
  .filter-option {
  margin-left: 10px;
}
.tab-accordion
  .nutrients-analysis
  .product-nutrient-container
  .bootstrap-select.nutri-select
  .dropdown-menu
  .text {
  font: normal normal bold 0.875em Arial;
}
.tab-accordion
  .nutrients-analysis
  .product-nutrient-container
  .bootstrap-select.nutri-select
  .caret {
  right: 20px;
  top: 18px;
}
.tab-accordion .nutrients-analysis .product-nutrient-container .val-g {
  display: none;
}
.tab-accordion .quicktabs-tabpage .tab-accordion-item {
  border-top: 1px solid #f4e8ce;
}
.tab-accordion .quicktabs-tabpage .tab-accordion-item .panel-heading {
  background: 0 0;
}
.tab-accordion .quicktabs-tabpage .tab-accordion-item .panel-body {
  padding: 0;
}
.tab-accordion .quicktabs-tabpage .tab-accordion-item .accordion-content {
  padding: 0 15px;
}
.tab-slider .normal-small-text-well {
  font: 1em/1.333em Arial;
}
.tab-slider .normal-small-text-well ul {
  padding-left: 0;
}
.tab-slider .normal-small-text-well ul li {
  position: relative;
  margin: 20px 0;
  list-style: none;
  text-align: left;
  padding-left: 60px;
  float: left;
  width: 100%;
}
.tab-slider .normal-small-text-well ul li:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-sprite2.html) no-repeat scroll 0 0;
  content: '';
  float: left;
  height: 40px;
  left: 0;
  margin-right: 12px;
  position: absolute;
  top: -5px;
  width: 40px;
}
.tab-slider .normal-small-text-well ul li.prep-add-packet:before {
  background-position: 0 0;
}
.tab-slider .normal-small-text-well ul li.prep-add-water:before {
  background-position: -42px 0;
}
.tab-slider .normal-small-text-well ul li.prep-attach-top:before {
  background-position: -84px 0;
}
.tab-slider .normal-small-text-well ul li.prep-boil-bottles:before {
  background-position: -126px 0;
}
.tab-slider .normal-small-text-well ul li.prep-boil-water:before {
  background-position: 0 -42px;
}
.tab-slider .normal-small-text-well ul li.prep-combine:before {
  background-position: -42px -42px;
}
.tab-slider .normal-small-text-well ul li.prep-mix-until-smooth:before {
  background-position: -84px -42px;
}
.tab-slider .normal-small-text-well ul li.prep-pour:before {
  background-position: -126px -42px;
}
.tab-slider .normal-small-text-well ul li.prep-shake-bottle:before {
  background-position: 0 -84px;
}
.tab-slider .normal-small-text-well ul li.prep-shake-can:before {
  background-position: -42px -84px;
}
.tab-slider .normal-small-text-well ul li.prep-storage:before {
  background-position: -82px -84px;
}
.tab-slider .normal-small-text-well ul li.prep-wash-hands:before {
  background-position: -126px -84px;
}
.tab-slider .normal-small-text-well ul li .steps {
  font-weight: 700;
  color: #f47d31;
}
.tab-slider .normal-small-text-well .slider-viewmore {
  display: none;
}
.tab-slider .primary-button {
  cursor: pointer;
}
.tab-slider .quicktabs-tabs {
  padding-left: 0;
  padding-left: 4.91705%;
  padding-right: 4.91705%;
}
.tab-slider .carousel-control {
  top: 15%;
  transform: translateY(-15%);
}
.tab-blue .view-content {
  clear: both;
}
.tab-blue .quicktabs_main {
  float: left;
  width: 100%;
}
.tab-blue .view-empty {
  min-height: 150px;
  margin: auto;
}
.tab-blue .quicktabs-tabs {
  display: none;
}
.tab-blue .quicktabs-tabs li {
  text-align: center;
  width: 33%;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  max-width: 270px;
  padding: 0;
  font: normal normal bold 1.167em/2.857em Arial;
  background-color: #f8f8f8;
}
.tab-blue .quicktabs-tabs li a {
  color: #4d4d4d;
  display: block;
}
.tab-blue .quicktabs-tabs li.active {
  background-color: #f47d31;
}
.tab-blue .quicktabs-tabs li.active a {
  color: #fff;
}
.tab-blue .quicktabs-tabs li a:hover,
.tab-blue .quicktabs-tabs li a:focus {
  text-decoration: none;
}
.tab-blue .pane-content {
  width: 100%;
  overflow: hidden;
}
.tab-blue form {
  display: none;
  padding-left: 4.91705%;
  padding-right: 4.91705%;
  margin-bottom: 25px;
  margin-top: 25px;
}
.tab-blue form .views-exposed-widget {
  width: 100%;
  padding: 0;
}
.tab-blue form .views-exposed-widget .bootstrap-select {
  display: none;
}
.tab-blue form .form-type-bef-link {
  text-align: center;
  width: 33.33%;
  display: inline-block;
  border: 0;
  max-width: 380px;
  padding: 0;
  font: normal normal bold 1em/3.429em Arial;
  background-color: #f8f8f8;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.tab-blue form .form-type-bef-link a {
  color: #4d4d4d;
  display: block;
  border-radius: 5px;
}
.tab-blue form .form-type-bef-link a.active {
  background-color: #f47d31;
  color: #fff;
}
.tab-blue form .form-type-bef-link a:hover,
.tab-blue form .form-type-bef-link a:focus {
  text-decoration: none;
}
.baby-formula-calculator.contextual-links-region {
  display: block;
  position: static;
  clear: both;
}
.baby-formula-calculator header {
  display: none;
}
.baby-formula-calculator h2 {
  margin: 7px 0;
}
.baby-formula-calculator .bootstrap-select {
  max-width: 380px;
  margin-top: 15px;
}
.baby-formula-calculator form .control-label {
  position: relative;
  margin-left: 35px;
  line-height: 24px;
  font: normal normal normal 1.167em/2em Arial;
  color: #f47d31;
}
.baby-formula-calculator form .control-label:before {
  background-color: #eecf8d;
  border-radius: 12px;
  color: #fff;
  content: '1';
  height: 24px;
  position: absolute;
  text-align: center;
  top: 0;
  left: -35px;
  width: 24px;
  z-index: 1;
  line-height: 25px;
}
.baby-formula-calculator form .form-control {
  box-shadow: none;
}
.baby-formula-calculator form .bootstrap-select .btn.dropdown-toggle .filter-option {
  text-align: left;
  padding-left: 0;
}
.baby-formula-calculator .pane-content {
  position: relative;
}
.baby-formula-calculator .pane-content .webform-client-form {
  margin: 0 15px;
}
.baby-formula-calculator .pane-content .webform-client-form .dropdown-toggle {
  max-width: 380px;
}
.baby-formula-calculator .pane-content .webform-client-form .dropdown-toggle .caret {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat scroll -84px -8px;
  border: medium none;
  height: 7px;
  width: 11px;
}
.baby-formula-calculator .pane-content .webform-client-form .form-actions button {
  font: normal normal bold 1.143em/3em Arial;
  background: #f47d31;
  color: #fff;
  border-radius: 5px;
  width: 380px;
  padding: 0;
  max-width: 100%;
}
.baby-formula-calculator .pane-content .webform-client-form .form-actions button:hover,
.baby-formula-calculator .pane-content .webform-client-form .form-actions button:focus,
.baby-formula-calculator .pane-content .webform-client-form .form-actions button:active {
  background-color: #f26911;
}
.baby-formula-calculator.pane-webform {
  margin-bottom: 15px;
}
.single-product-article.overview-section {
  padding: 20px 0;
}
.single-product-article.overview-section .overview-list {
  padding-left: 13px;
  margin-top: 20px;
}
.single-product-article.overview-section .overview-content ul {
  padding-left: 13px;
}
.single-product-article.overview-section .overview-container li {
  margin-bottom: 6px;
}
.tab-blue .bootstrap-select.select-convert {
  width: 100% !important;
  max-width: 380px;
  margin: auto;
  padding: 10px 0;
  float: none;
}
.tab-blue .bootstrap-select.select-convert button {
  border: none;
  float: none;
  background: #f5f5f5;
  width: 288px;
  margin: auto;
}
.tab-blue .bootstrap-select.select-convert .caret {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -84px -8px;
  border: none;
  height: 7px;
  width: 11px;
  right: 33px;
}
.tab-blue .bootstrap-select.select-convert .filter-option {
  color: #4d4d4d;
  margin-left: 25px;
  text-align: left;
}
.tab-blue .bootstrap-select.select-convert .btn.dropdown-toggle:hover,
.tab-blue .bootstrap-select.select-convert .btn.dropdown-toggle:active {
  background: 0 0;
}
.tab-blue .nutri-select.select-convert {
  float: left;
}
.panel-toggle .pager {
  display: none;
}
.tab-blue .pane-content {
  display: none;
}
.pane-tabbed-with-accordin.buy-now-slider .pane-content {
  display: block;
}
.mid-block-text {
  color: #f47d31;
  font: normal normal bold 1.5em Arial;
}
.small-block-text {
  font: 1em Arial;
  float: left;
  margin: 15px 0;
}
.webform-component--product-list,
.webform-component--product-forms {
  float: left;
  width: 100%;
  position: relative;
}
.webform-component--product-list .form-item-submitted-product-list label,
.webform-component--product-forms .form-item-submitted-product-list label,
.webform-component--product-list .form-item-submitted-product-forms label,
.webform-component--product-forms .form-item-submitted-product-forms label {
  padding: 0;
}
.webform-component--product-list .form-item-submitted-product-list label input,
.webform-component--product-forms .form-item-submitted-product-list label input,
.webform-component--product-list .form-item-submitted-product-forms label input,
.webform-component--product-forms .form-item-submitted-product-forms label input {
  opacity: 0;
  height: 100%;
  width: 100%;
  margin-left: 0;
  z-index: 1;
}
.webform-component--product-list .form-item-submitted-product-list label .article-content,
.webform-component--product-forms .form-item-submitted-product-list label .article-content,
.webform-component--product-list .form-item-submitted-product-forms label .article-content,
.webform-component--product-forms .form-item-submitted-product-forms label .article-content {
  display: inherit;
}
.webform-component--product-list
  .form-item-submitted-product-list
  label
  .article-content
  .articles-title,
.webform-component--product-forms
  .form-item-submitted-product-list
  label
  .article-content
  .articles-title,
.webform-component--product-list
  .form-item-submitted-product-forms
  label
  .article-content
  .articles-title,
.webform-component--product-forms
  .form-item-submitted-product-forms
  label
  .article-content
  .articles-title {
  display: block;
}
.webform-component--product-list
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img,
.webform-component--product-forms
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img,
.webform-component--product-list
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img,
.webform-component--product-forms
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img {
  display: block;
  position: relative;
}
.webform-component--product-list
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img
  img,
.webform-component--product-forms
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img
  img,
.webform-component--product-list
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img
  img,
.webform-component--product-forms
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img
  img {
  width: 100%;
}
.webform-component--product-list
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img:before,
.webform-component--product-forms
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img:before,
.webform-component--product-list
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img:before,
.webform-component--product-forms
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img:before {
  content: '\2713 Selected';
  left: 50%;
  position: absolute;
  font: normal normal bold 1.143em/1.688em Arial;
  top: 50%;
  color: #fff;
  z-index: 1;
  margin: -20px 0 0 -50px;
}
.webform-component--product-list
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img:after,
.webform-component--product-forms
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img:after,
.webform-component--product-list
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img:after,
.webform-component--product-forms
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #175698;
  content: '';
  display: block;
  opacity: 0.8;
  top: 0;
  z-index: 0;
}
.form-head-wrapper {
  background-color: #fcefde;
}
.form-head-wrapper .module-head-wrapper {
  background-color: #fcefde;
}
.form-head-wrapper .module-head-wrapper p {
  padding: 0 5.60829%;
}
.form-head-wrapper .module-head-wrapper p:last-child {
  padding-bottom: 25px;
}
.form-head-wrapper .module-head-wrapper h1,
.form-head-wrapper .module-head-wrapper .pane-title {
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-top: 25px;
}
.form-head-wrapper .module-head-wrapper h1:before,
.form-head-wrapper .module-head-wrapper .pane-title:before {
  top: 50%;
  transform: translateY(-50%);
}
.form-head-wrapper .module-head-wrapper .page-header {
  border: none;
}
.webform-confirmation-wrapper {
  color: #f47d31;
  margin: 20px auto;
  text-align: center;
  padding: 0 15px;
}
.webform-confirmation-wrapper p {
  margin-bottom: 20px;
}
.webform-confirmation-wrapper h3 {
  font: normal normal bold 1.167em/1.429em Arial;
}
.webform-confirmation-wrapper .title {
  font: normal normal normal 1.5em Arial;
}
.webform-confirmation-wrapper .sub-title {
  font: normal normal bold 1.333em Arial;
}
.webform-confirmation-wrapper .note {
  font: normal normal normal 1.167em Arial;
  color: #4d4d4d;
}
.webform-confirmation-wrapper .primary-button {
  max-width: 280px;
  margin-top: 35px;
}
.webform-confirmation-wrapper.formula-cal {
  margin: 40px auto 25px;
  max-width: 800px;
}
.item-wrapper-dimension.result-banner {
  padding-bottom: 40px;
  border-top: 1px solid #f4e8ce;
  border-bottom: 1px solid #f4e8ce;
}
.item-wrapper-dimension.result-banner
  .product-category-article-well
  .product-category-article-sub-head {
  margin-bottom: 20px;
}
.item-wrapper-dimension.result-banner .product-category-article-well h2 {
  font-weight: 400;
  margin-bottom: 20px;
}
.item-wrapper-dimension.result-banner .product-category-article-well a {
  font-weight: 700;
}
.item-wrapper-dimension.result-banner .product-category-article-well .article-title-link:hover,
.item-wrapper-dimension.result-banner .product-category-article-well .article-title-link:focus,
.item-wrapper-dimension.result-banner .product-category-article-well .article-title-link:active {
  color: #f26911;
}
.item-wrapper-dimension.result-banner
  .product-category-article-well
  .article-title-link:hover:after,
.item-wrapper-dimension.result-banner
  .product-category-article-well
  .article-title-link:focus:after,
.item-wrapper-dimension.result-banner
  .product-category-article-well
  .article-title-link:active:after {
  background-position: -75px -1695px;
}
.item-wrapper-dimension.result-banner .stages-button {
  margin-top: 30px;
}
.item-wrapper-dimension.result-banner .stages-button .primary-button {
  border-radius: 5px;
  float: left;
  width: 48%;
  padding: 12px 10px;
}
.item-wrapper-dimension.result-banner .stages-button .primary-button:last-child {
  margin-left: 4%;
}
.hero-module1.help-centre-bg {
  min-height: 0;
}
.hero-module1.help-centre-bg .hero-module1-content {
  background-color: #f4e8ce;
  margin: 0;
  padding: 30px 5%;
}
.hero-module1.help-centre-bg .hero-module1-content .banner-content {
  width: 100%;
}
.product-category-article-content .product-finder-desc-2 {
  display: none;
}
.lactose-product-finder .product-finder-desc-1 {
  display: none;
}
.lactose-product-finder .product-finder-desc-2 {
  display: block;
}
body.no-panel-page #user-pass,
body.no-panel-page .profile,
body.no-panel-page #user-login {
  margin: auto;
  padding: 20px 10px 10px;
  max-width: 380px;
  width: 100%;
}
body.no-panel-page #user-login {
  max-width: 980px;
}
body.no-panel-page #user-login .login-button {
  text-align: center;
}
body.no-panel-page .enfamil-user-login-form-wrapper .login-form-row {
  margin-top: 10px;
}
body.no-panel-page .enfamil-user-login-form-wrapper .gigya h2 {
  padding: 0;
  margin-bottom: 10px;
}
body.no-panel-page .enfamil-user-login-form-wrapper .gigya .gigya-login {
  margin: 10px 0;
}
body.no-panel-page .enfamil-user-login-form-wrapper .normal-login-form .form-actions .form-submit {
  width: 100%;
}
.hero-module-title-sub {
  color: #f47d31;
  margin: 7px 0 15px;
  font: normal normal bold 1.167em/1.429em Arial;
}
.small-block-text.italic {
  font-style: italic;
}
.mobile-full-width {
  width: 100%;
}
.list-grid-view form .views-exposed-widget.views-widget-filter-field_categories_value {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.list-grid-view form .views-exposed-widget.views-widget-filter-field_categories_value > label {
  display: none;
}
.list-grid-view
  form
  .views-exposed-widget.views-widget-filter-field_categories_value
  .views-widget {
  width: 380px;
  max-width: 100%;
  float: none;
  margin: auto;
}
.list-grid-view form .views-exposed-widget.views-widget-filter-layout {
  display: none;
}
.list-grid-view.multiple-articles {
  padding: 0;
}
.list-grid-view.multiple-articles .view-content {
  border-bottom: 1px solid #f4e8ce;
  border-top: none;
  padding: 0;
}
.list-grid-view .multiple-articles-item-img {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.list-grid-view .multiple-articles-item-img.listview a {
  min-height: 120px;
  display: block;
}
.list-grid-view .articles-title {
  margin-top: 0;
}
.list-grid-view .article-content {
  padding: 15px 20px;
  display: table-cell;
}
.list-grid-view .article-content.listview {
  padding: 15px 20px;
}
.list-grid-view .bootstrap-select {
  box-shadow: none;
}
.list-grid-view .multiple-articles-item.listview {
  display: table;
  width: 100%;
}
.list-grid-view .btn.dropdown-toggle {
  margin-top: 0;
}
.list-grid-view .multiple-articles-item {
  clear: both;
  border-top: 1px solid #f4e8ce;
}
.list-grid-view .listview .video-thumb-yes a {
  display: block;
  position: relative;
}
.list-grid-view .video-thumb-yes + .article-content .articles-learn-more:after,
.list-grid-view .video-thumb-no + .article-content .articles-learn-more:after {
  right: -12px;
}
.list-grid-view .video-thumb-yes + .article-content .articles-learn-more:hover:after,
.list-grid-view .video-thumb-no + .article-content .articles-learn-more:hover:after,
.list-grid-view .video-thumb-yes + .article-content .articles-learn-more:focus:after,
.list-grid-view .video-thumb-no + .article-content .articles-learn-more:focus:after,
.list-grid-view .video-thumb-yes + .article-content .articles-learn-more:active:after,
.list-grid-view .video-thumb-no + .article-content .articles-learn-more:active:after {
  right: -12px;
}
.panel-separator {
  height: 0;
  clear: both;
}
.panel-separator:before,
.panel-separator:after {
  content: ' ';
  display: table;
}
.panel-separator:after {
  clear: both;
}
.panel-separator:before,
.panel-separator:after {
  content: ' ';
  display: table;
}
.panel-separator:after {
  clear: both;
}
.vertical-button-space {
  margin: 15px 0;
}
.webform-client-form .efb-form .dropdown-menu.inner::-webkit-scrollbar {
  -webkit-appearance: none;
}
.webform-client-form .efb-form .dropdown-menu.inner::-webkit-scrollbar:vertical {
  width: 11px;
}
.webform-client-form .efb-form .dropdown-menu.inner::-webkit-scrollbar:horizontal {
  height: 11px;
}
.webform-client-form .efb-form .dropdown-menu.inner::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.webform-client-form .efb-form .dropdown-menu.inner::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
#search-form {
  padding-left: 5%;
  padding-right: 5%;
  margin: 12px 0 50px;
}
@media screen and (min-width: 768px) {
  #search-form {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
#search-form .form-item-key-filter:before,
#search-form .form-item-key-filter:after {
  content: ' ';
  display: table;
}
#search-form .form-item-key-filter:after {
  clear: both;
}
#search-form .form-item-key-filter:before,
#search-form .form-item-key-filter:after {
  content: ' ';
  display: table;
}
#search-form .form-item-key-filter:after {
  clear: both;
}
#search-form .form-item-key-filter .control-label {
  display: none;
}
#search-form .form-item-key-filter .form-select {
  width: 100%;
}
.search-results li.search-result {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4e8ce;
}
@media screen and (min-width: 768px) {
  .search-results li.search-result {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.search-results li.search-result h3.title {
  display: inline-block;
  font: normal normal bold 1.5em/1.333em Arial;
}
.search-results li.search-result h3.title a {
  color: #f47d31;
}
.search-results li.search-result h3.title a:hover,
.search-results li.search-result h3.title a:active,
.search-results li.search-result h3.title a:focus {
  text-decoration: none;
}
.search-results li.search-result .title-suffix {
  font: normal normal normal 1.5em/1.333em Arial;
  color: #f47d31;
}
.search-results li.search-result .search-snippet-info {
  padding-top: 5px;
}
.search-results li.search-result .search-snippet-info a {
  white-space: nowrap;
  font: normal normal normal 1em/1.5em Arial;
  position: relative;
  color: #f47d31;
}
.search-results li.search-result .search-snippet-info a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: -23px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -92px
    no-repeat;
}
.search-results li.search-result .search-snippet-info a:hover,
.search-results li.search-result .search-snippet-info a:focus,
.search-results li.search-result .search-snippet-info a:active {
  color: #f26911;
}
.search-results li.search-result .search-snippet-info a:hover:after,
.search-results li.search-result .search-snippet-info a:focus:after,
.search-results li.search-result .search-snippet-info a:active:after {
  background-position: -75px -1695px;
}
@media screen and (min-width: 768px) {
  .search-results li.search-result .search-snippet-info a {
    font: normal normal normal 1em/1.714em Arial;
  }
}
.search-results li.search-result .search-snippet-info a:hover,
.search-results li.search-result .search-snippet-info a:active,
.search-results li.search-result .search-snippet-info a:focus {
  text-decoration: none;
}
.no-results-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .no-results-wrapper {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.no-results-wrapper h3 {
  font: normal normal bold 1.5em/1.333em Arial;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #f47d31;
}
.no-results-wrapper ul:before,
.no-results-wrapper ul:after {
  content: ' ';
  display: table;
}
.no-results-wrapper ul:after {
  clear: both;
}
.no-results-wrapper ul:before,
.no-results-wrapper ul:after {
  content: ' ';
  display: table;
}
.no-results-wrapper ul:after {
  clear: both;
}
.no-results-wrapper ul li {
  width: 100%;
  padding: 10px;
}
.no-results-wrapper ul li a {
  color: #f47d31;
  font: normal normal bold 1.011em/1.416em Arial;
  position: relative;
}
.no-results-wrapper ul li a:hover,
.no-results-wrapper ul li a:active,
.no-results-wrapper ul li a:focus {
  text-decoration: none;
}
.no-results-wrapper ul li a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: -23px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -69px -92px
    no-repeat;
}
.page-search .breadcrumb {
  position: relative;
}
.page-search .page-breadcrumb {
  background-color: #f4e8ce;
  float: none;
}
.page-search .header-text {
  background-color: #f4e8ce;
}
.page-search .header-text h3 {
  padding-left: 5%;
  padding-right: 5%;
  font: normal normal bold 1.5em/1.333em Arial;
  padding-top: 20px;
  padding-bottom: 22px;
  margin-left: 15px;
  color: #f47d31;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-search .header-text h3 {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
@media screen and (min-width: 768px) {
  .page-search .header-text h3 {
    padding-left: 4.685099846390169%;
    padding-right: 4.685099846390169%;
    font: normal normal bold 1.714em/1.25em Arial;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-left: 20px;
    color: #f47d31;
  }
}
.page-search .header-text h3:before {
  content: '';
  background-color: #f26911;
  height: 18px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 23px;
}
@media screen and (min-width: 768px) {
  .page-search .header-text h3:before {
    left: 25px;
    height: 17px;
    top: 48px;
  }
}
@media screen and (min-width: 992px) {
  .page-search .header-text h3:before {
    height: 24px;
    left: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .page-search .header-text h3:before {
    top: 50px;
    left: 42px;
  }
}
.qa-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: -12px;
}
@media screen and (min-width: 768px) {
  .qa-wrapper {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.qa-wrapper h2.chng-type {
  padding: 35px 0 17px;
  width: 86%;
}
.qa-heading-content {
  padding-left: 4px;
  padding-right: 4px;
}
.qa-content {
  padding-bottom: 24px;
}
.qa-content p {
  padding-bottom: 16px;
}
.qa-img-wrapper {
  margin-bottom: 40px;
}
.qa-img-split {
  padding-left: 0;
  padding-right: 0;
}
.fb_iframe_widget {
  width: 100%;
}
.fb_iframe_widget span {
  max-width: 100%;
}
.fb_iframe_widget span iframe {
  max-width: 100%;
}
.product-choose .stage-label-name {
  margin: 20px 0;
  font: normal normal bold 1em/1.714em Arial;
  color: #f47d31;
}
.product-choose .stage-label-name .stage-label {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  font: normal normal bold 0.857em/1.5em Arial;
  color: #4d4d4d;
}
.product-choose .stage-label-name .stage-name {
  display: inline-block;
}
.product-choose .stage-label-name .stage-name .stage-name-icon {
  display: inline-block;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat;
  vertical-align: top;
  margin: 0 10px;
  width: 25px;
  height: 25px;
  background-position: -1px -1324px;
}
.product-choose .stage-label-name .stage-name .sub-stage-label {
  padding-left: 50px;
  font-weight: 400;
  margin-top: -18px;
  display: block;
}
.product-choose .product-banner .container-fluid {
  padding: 0;
}
.product-choose .product-banner .item-wrapper {
  height: auto;
  padding-top: 0;
  display: block;
  background-color: #f4e8ce;
  margin: 50px 0;
  min-height: 400px;
}
.product-choose .product-banner .item-wrapper .accrtab-img-space-extent {
  margin-top: 62px;
}
.product-choose .product-banner .item-wrapper .accrtab-cont-space-extent h2 .heading-block {
  font-size: 1em;
  line-height: 1.15em;
}
.product-choose .product-banner .item-wrapper .accrtab-cont-space-extent .sub-heading-block {
  font: normal normal normal 1.333em/0.8em Arial;
  color: #f47d31;
}
.product-choose .product-banner .product-category-article-well {
  margin-top: 120px;
  padding-bottom: 60px;
}
.product-choose .multiple-product-blocks-space {
  padding: 0;
  border-bottom: 1px solid #f4e8ce;
  border-right: 1px solid #f4e8ce;
}
.product-choose .multiple-product-blocks-space:nth-child(3n) {
  border-right: none;
}
.product-choose .multiple-product-blocks-space .col-xs-4 {
  padding: 0;
}
.product-choose .multiple-product-blocks-space .article-content {
  font-weight: 700;
}
.product-choose .multiple-product-blocks-space .article-content a {
  color: #f47d31;
}
.product-choose .multiple-product-blocks-space .article-content .buy-now-link {
  margin-top: 12px;
}
.product-choose .multiple-product-blocks-space .article-content .buy-now-link a {
  font-weight: 700;
}
.product-choose .multiple-product-blocks-space .article-content .buy-now-link a:after {
  background: rgba(0, 0, 0, 0) url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -69px -92px;
  margin-left: 45px;
  content: '';
  width: 7px;
  height: 10px;
  display: inline-block;
}
.product-choose .pane-buy-it-online .views-exposed-form,
.product-choose .ctools-auto-submit-full-form .views-exposed-form {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .product-choose .pane-buy-it-online .views-exposed-form,
  .product-choose .ctools-auto-submit-full-form .views-exposed-form {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget,
.product-choose .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widget {
  float: none;
  text-align: center;
}
.product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget label,
.product-choose .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widget label {
  color: #4d4d4d;
  font: normal normal bold 1.333em/2.75em Arial;
}
.product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget .views-widget,
.product-choose
  .ctools-auto-submit-full-form
  .views-exposed-form
  .views-exposed-widget
  .views-widget {
  padding: 0 15px;
}
.product-choose
  .pane-buy-it-online
  .views-exposed-form
  .views-exposed-widget
  .views-widget
  .btn.dropdown-toggle,
.product-choose
  .ctools-auto-submit-full-form
  .views-exposed-form
  .views-exposed-widget
  .views-widget
  .btn.dropdown-toggle {
  margin: 0;
}
.product-choose .pane-buy-it-online .buy-online-subtitle,
.product-choose .ctools-auto-submit-full-form .buy-online-subtitle {
  font: normal normal normal 1.333em/1.375em Arial;
  color: #f47d31;
}
.product-choose .pane-buy-it-online .stage-label,
.product-choose .ctools-auto-submit-full-form .stage-label {
  font-weight: 700;
}
.product-choose .pane-buy-it-online .buyit-retailer-title,
.product-choose .ctools-auto-submit-full-form .buyit-retailer-title {
  color: #4d4d4d;
  font: normal normal bold 1.333em/2.75em Arial;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .product-choose .pane-buy-it-online .buyit-retailer-title,
  .product-choose .ctools-auto-submit-full-form .buyit-retailer-title {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.product-choose .pane-buy-it-online .stage-name,
.product-choose .ctools-auto-submit-full-form .stage-name {
  padding-left: 10px;
}
.product-choose .pane-buy-it-online .stage-name ul li,
.product-choose .ctools-auto-submit-full-form .stage-name ul li {
  margin-left: 12px;
}
.product-choose .pane-buy-it-online .stage-name ul li img,
.product-choose .ctools-auto-submit-full-form .stage-name ul li img {
  margin-right: 7px;
  transform: scale(0.67);
}
.product-choose .pane-buy-it-online .stage-name a,
.product-choose .ctools-auto-submit-full-form .stage-name a {
  margin-right: 15px;
  display: inline-block;
  color: #f47d31;
}
.product-choose .pane-buy-it-online .stage-name a:first-child:before,
.product-choose .ctools-auto-submit-full-form .stage-name a:first-child:before,
.product-choose .pane-buy-it-online .stage-name a:nth-child(2):before,
.product-choose .ctools-auto-submit-full-form .stage-name a:nth-child(2):before {
  height: 24px;
  width: 27px;
  display: inline-block;
  float: left;
  content: '';
  margin-right: 15px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1327px
    no-repeat;
}
.product-choose .pane-buy-it-online .stage-name a:nth-child(2):before,
.product-choose .ctools-auto-submit-full-form .stage-name a:nth-child(2):before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1373px
    no-repeat;
}
.product-choose .pane-buy-it-online .stage-name a:hover,
.product-choose .ctools-auto-submit-full-form .stage-name a:hover,
.product-choose .pane-buy-it-online .stage-name a:focus,
.product-choose .ctools-auto-submit-full-form .stage-name a:focus,
.product-choose .pane-buy-it-online .stage-name a:active,
.product-choose .ctools-auto-submit-full-form .stage-name a:active {
  text-decoration: none;
}
.product-choose .pane-buy-it-online .multiple-articles-item .image-wrapper,
.product-choose .ctools-auto-submit-full-form .multiple-articles-item .image-wrapper {
  width: 31.25%;
  float: left;
}
.product-choose .pane-buy-it-online .multiple-articles-item .article-content,
.product-choose .ctools-auto-submit-full-form .multiple-articles-item .article-content {
  width: 68.45%;
  float: left;
}
.product-choose .buyit-retailer-title {
  color: #4d4d4d;
  font: normal normal bold 1.333em/2.75em Arial;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .product-choose .buyit-retailer-title {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.pane-tabbed-with-accordin .pane-content > div.product-choose > .view-content {
  display: block;
}
.gwt_btn_livechat {
  position: fixed;
  min-height: 30px;
  right: 1%;
  bottom: 0;
  z-index: 999;
  border-radius: 10px 10px 0 0;
  background-color: #006fb9;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.01, #006fb9),
    color-stop(0.53, #002a7d)
  );
  background-image: -o-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -moz-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -webkit-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: -ms-linear-gradient(bottom, #006fb9 1%, #002a7d 53%);
  background-image: linear-gradient(to bottom, #006fb9 1%, #002a7d 53%);
}
.gwt_btn_livechat a {
  height: 32px;
  display: block;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1442px
    no-repeat;
  color: #fff;
  font: normal normal bold 20px Arial;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 10px 0 70px;
  text-align: left;
  transform: scale(0.8);
}
.page-store-locator .panel-panel {
  padding-left: 4.6%;
  padding-right: 4.6%;
  margin: 20px 0;
}
.page-store-locator .panel-panel form {
  width: 600px;
  max-width: 100%;
  margin: 40px 0;
}
.page-store-locator .panel-panel form select,
.page-store-locator .panel-panel form input {
  max-width: 280px;
  width: 100%;
}
.page-store-locator .panel-panel form .bootstrap-select.normal-select {
  max-width: 280px;
  box-shadow: none;
}
.page-store-locator .panel-panel form .bootstrap-select.normal-select .caret {
  right: 5px;
}
.page-store-locator .panel-panel form .bootstrap-select.normal-select button {
  padding-left: 5px;
}
.page-store-locator .panel-panel form .bootstrap-select.normal-select .btn.dropdown-toggle {
  border: 1px solid #eeeeef;
  background: #f8f8f8;
}
.page-store-locator .panel-panel form .form-item {
  float: left;
  width: 100%;
}
.page-store-locator .panel-panel form .form-item .control-label {
  width: 100%;
}
.page-store-locator .panel-panel form .form-item.form-item-zipcode1,
.page-store-locator .panel-panel form .form-item.form-item-zipcode2 {
  float: left;
  width: 140px;
  margin-bottom: 20px;
}
.page-store-locator .panel-panel form .form-item.form-item-zipcode1 input,
.page-store-locator .panel-panel form .form-item.form-item-zipcode2 input {
  width: 135px;
}
.page-store-locator .panel-panel form .form-item.form-item-zipcode2 .control-label {
  visibility: hidden;
}
.page-store-locator .panel-panel form .form-item.form-item-zipcode2 input {
  float: right;
}
.page-store-locator .panel-panel form .form-item.form-item-city,
.page-store-locator .panel-panel form button {
  clear: left;
  display: block;
}
.page-store-locator .panel-panel form .form-item-state {
  margin-bottom: 40px;
}
.page-store-locator .panel-panel form button.form-submit {
  float: none;
  margin: auto;
  max-width: 280px;
}
.page-store-locator .panel-panel form .store-note {
  clear: both;
  display: block;
  float: left;
  margin: 15px 0;
}
.page-store-locator .map-canvas-container {
  clear: both;
  height: 0;
}
.page-store-locator .map-canvas-container .map-canvas {
  min-height: 360px;
  height: auto;
}
.page-store-locator .page-breadcrumb {
  display: none;
}
.page-store-locator #store-result-list .thead {
  display: none;
  margin: 15px 0;
  padding: 10px 0;
  float: left;
  width: 100%;
  background: #edece9;
}
.page-store-locator #store-result-list .thead .td {
  display: inline;
  padding: 0 15px;
  float: left;
  font-weight: 700;
}
.page-store-locator #store-result-list .tr {
  float: left;
  margin: 15px 0;
  width: 100%;
}
.page-store-locator #store-result-list .tr .td {
  display: block;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.page-store-locator #store-result-list .tr .td a {
  background: #f47d31;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  padding: 8px;
  display: block;
  margin-top: 10px;
  max-width: 100px;
  text-align: center;
}
.page-store-locator #store-result-list .tr .td a:hover {
  text-decoration: none;
}
.page-store-locator #store-result-list .store-result-text {
  font-weight: 700;
  margin-top: 10px;
}
.bootstrap-select.normal-select .btn.dropdown-toggle {
  height: 35px;
  border: none;
  background: 0 0;
  font: 1em/2em Arial;
  color: #4d4d4d;
}
.bootstrap-select.normal-select .btn.dropdown-toggle .caret {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat scroll -84px -8px;
  border: none;
  height: 7px;
  width: 11px;
  right: 25px;
}
.bootstrap-select.normal-select .btn.dropdown-toggle:hover {
  background: 0 0;
}
.bootstrap-select.normal-select .btn.dropdown-toggle .filter-option {
  text-align: left;
}
.bootstrap-select.normal-select .dropdown-menu.open ul.dropdown-menu li a {
  color: #4d4d4d;
  font-weight: 400;
  font: 0.875em/2em Arial;
}
.next-ch-date {
  color: #f47d31;
  font-weight: 700;
}
.button-description {
  color: #f47d31;
  font-size: 0.857em;
  text-align: center;
}
.content-blue {
  color: #f47d31;
}
.view-banner-view
  .hero-module1-content
  .container-fluid
  .row
  .normal-small-text-well
  .content-small {
  font: normal normal normal 0.857em Arial;
}
.content-small {
  font: normal normal normal 0.857em Arial;
}
.already-registered {
  color: #ec3f42;
  padding-top: 10px;
  text-align: center;
}
.button-bottom-description {
  font-size: 1em;
  line-height: normal;
  margin-top: 10px;
}
.button-bottom-description .content-small {
  font: normal normal normal 0.6em Arial;
}
.ctools-modal-dialog {
  max-width: 700px;
}
.modal-header {
  text-align: center;
  padding: 10px;
}
.modal-header .modal-title {
  font: normal normal bold 1.5em/1.333em Arial;
  color: #f47d31;
}
@media screen and (min-width: 768px) {
  .modal-header .modal-title {
    font: normal normal bold 2.0286em/1.313em Arial;
    color: #f47d31;
  }
}
@media screen and (min-width: 1200px) {
  .modal-header .modal-title {
    font: normal normal bold 2.143em/1.333em Arial;
    color: #f47d31;
  }
}
.modal-body {
  padding: 10px;
}
.enfamil-user-login-form-wrapper .normal-login-form {
  float: right;
  width: 100%;
}
.enfamil-user-login-form-wrapper .normal-login-form .form-actions {
  margin: 20px 0;
}
.enfamil-user-login-form-wrapper .gigya {
  float: left;
  width: 100%;
}
.enfamil-user-login-form-wrapper .gigya .gigya-social-login {
  margin: auto;
}
.enfamil-user-login-form-wrapper .gigya .gigya-login {
  overflow: hidden;
}
.enfamil-user-login-form-wrapper .register-section {
  float: left;
  width: 100%;
  text-align: center;
}
.enfamil-user-login-form-wrapper .register-section a {
  margin: 20px 0;
}
.enfamil-user-login-form-wrapper .register-section .register-text {
  font-weight: 700;
}
.enfamil-user-login-form-wrapper .logo img {
  margin: auto;
}
.page-not-found {
  background: #d6f1ff;
  padding: 60px 5% 20px;
  text-align: center;
}
.page-not-found h3 {
  color: #f47d31;
}
.page-not-found .primary-button {
  max-width: 380px;
}
.search-head.page-not-found {
  padding: 0 5% 60px;
  max-width: 100%;
  border: none;
  margin: 0;
}
.search-head.page-not-found form#search-block-form {
  background: #fff;
  border: 1px solid #f47d31;
  border-radius: 5px;
  margin: auto;
  max-width: 380px;
  padding: 5px 10px;
}
.search-head.page-not-found form#search-block-form .form-text {
  height: 28px;
  position: absolute;
  font: normal normal bold 1.167em/1.4857em Arial;
  text-align: center;
  padding-right: 30px;
}
.search-head.page-not-found form#search-block-form .input-group-btn {
  height: 28px;
  width: 33px;
  float: right;
}
.search-head.page-not-found form#search-block-form .input-group-btn .btn {
  background-position: -70px -1435px;
}
.confirmation-popup {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #000;
  display: none;
  height: 300px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  position: fixed;
  text-align: center;
  top: 15%;
  width: 460px;
  z-index: 999;
}
.confirmation-popup .confirm-title {
  color: #f47d31;
  margin-top: 25px;
  font: 700 2em/2em Arial;
}
.confirmation-popup .confirm-sure {
  color: #f47d31;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0 18px;
  text-align: center;
  font: 700 1.333em/1.833em Arial;
}
.confirmation-popup .primary-button-large {
  margin: 5px 0;
  max-width: 270px;
  cursor: pointer;
}
.confirmation-popup .confirm-button {
  background: #ebebeb;
  color: #f47d31;
  margin-bottom: 15px;
}
.confirmation-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  z-index: 11;
  display: none;
}
body.admin-menu .tabs--primary.nav.nav-tabs {
  padding: 50px 3.91705% 0 5.91705%;
}
#gigya-link-accounts-form button,
#gigya-link-accounts-form .no-thanks {
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  max-width: 270px;
  padding: 10px;
  font: normal normal bold 1.167em/1.429em Arial;
  max-width: 180px;
}
#gigya-link-accounts-form button:active,
#gigya-link-accounts-form .no-thanks:active,
#gigya-link-accounts-form button:hover,
#gigya-link-accounts-form .no-thanks:hover,
#gigya-link-accounts-form button:focus,
#gigya-link-accounts-form .no-thanks:focus {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #gigya-link-accounts-form button,
  #gigya-link-accounts-form .no-thanks {
    font: normal normal bold 1em/1.429em Arial;
    max-width: 215px;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 992px) {
  #gigya-link-accounts-form button,
  #gigya-link-accounts-form .no-thanks {
    max-width: 295px;
  }
}
@media screen and (min-width: 1200px) {
  #gigya-link-accounts-form button,
  #gigya-link-accounts-form .no-thanks {
    max-width: 380px;
  }
}
#gigya-link-accounts-form .no-thanks {
  margin-left: 20px;
}
#gigya-link-accounts-form .forgot {
  clear: both;
  display: block;
  margin: 10px 0;
}
.basic-page {
  margin: 20px auto;
  padding: 0 5%;
  width: 100%;
}
.pane-term-collection .content-index-category {
  padding: 0 2.5%;
}
.pane-term-collection .content-index-category .form-type-select {
  text-align: center;
}
.pane-term-collection .content-index-category label {
  font: normal normal bold 1.714em/2.087em Arial;
  color: #4d4d4d;
  display: none;
}
.pane-term-collection .content-index-category .form-select {
  width: 380px;
  max-width: 100%;
  float: none;
  margin: auto;
}
.enfamil-unsubscribe {
  max-width: 800px;
  padding: 4.9%;
}
.enfamil-unsubscribe select,
.enfamil-unsubscribe input {
  max-width: 380px;
}
.enfamil-unsubscribe .form-actions {
  margin-top: 20px;
}
.enfamil-unsubscribe .required-fields {
  margin: 20px 0;
}
.article-body {
  margin-bottom: 0;
}
.article-body.cont-readmore {
  height: 1000px;
  padding: 0;
}
.article-body.cont-readmore .pane-content {
  height: 940px;
  overflow: hidden;
  position: relative;
  padding: 20px 15px 0;
}
.article-body.cont-readmore .pane-content:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 90%);
  width: 100%;
  height: 5em;
}
.article-body.cont-readmore .primary-button {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin-top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0;
  max-width: 100%;
}
.article-body.cont-readmore .primary-button:after {
  content: '';
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  top: 16px;
  margin-left: 5px;
}
.article-body.cont-readmore .primary-button span {
  margin-left: -24px;
}
.article-body.full-content {
  height: auto;
}
.article-body.full-content .pane-content {
  height: auto;
  overflow: auto;
}
.article-body.full-content .pane-content:after {
  display: none;
}
.header-bottom {
  top: -72px;
  -webkit-transition: top 0.3s linear 0.3s;
  -moz-transition: top 0.3s linear 0.3s;
  -ms-transition: top 0.3s linear 0.3s;
  -o-transition: top 0.3s linear 0.3s;
  transition: top 0.3s linear 0.3s;
}
.header-bottom.fixed,
.header-bottom.sticky {
  position: fixed;
  max-width: 480px;
  width: 100%;
  z-index: 21;
}
.header-bottom.sticky {
  top: 0;
}
.header-bottom.unsticky {
  position: static;
}
#iconReactionsDiv-share1,
#gigya_ifr_iconReactionsDiv-share1 {
  display: none;
  visibility: hidden;
}
#site-map {
  padding: 20px 10px 20px 50px;
}
a.contextual-links-trigger {
  width: 90px;
  text-indent: 100px;
}
.enfa-context a.contextual-links-trigger {
  background: transparent url(../../themes/enfamilitalynutramigen/images/gear-select.png) no-repeat
    2px 0;
  margin-right: 50px;
}
div.contextual-links-wrapper.enfa-context ul.contextual-links {
  right: 50px;
}
ul.contextual-links li {
  padding: 5px;
}
div.contextual-links-wrapper {
  right: 10px;
}
div.contextual-links-wrapper.enfa-context {
  right: auto;
  left: 10px;
}
.enfa-contextual-region {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.enfa-contextual-region .views-label {
  text-indent: 94px;
  float: left;
  overflow: hidden;
  width: 50px;
}
.pager-wrapper,
#edit-key-wrapper,
.page-search #block-system-main h2 {
  display: none;
}
.mjnhoney-textfield {
  display: none !important;
}
.legal-alert-popup,
.hcps-alert-popup {
  color: #000;
  display: block;
  height: auto;
  left: 10px;
  right: 10px;
  position: fixed;
  top: 32px;
  bottom: 32px;
  z-index: 999;
  overflow-y: auto;
}
.legal-alert-popup .legal-alert-popup-content {
  padding: 0;
}
.hcps-alert-popup {
  border-radius: 5px;
  left: 5%;
  right: 5%;
  bottom: auto;
  background-color: #f8f8f8;
}
.hcps-alert-popup .hcps-alert-button-wrapper .primary-button {
  width: 150px;
}
.hcps-alert-popup .hcps-alert-button-wrapper .primary-button:nth-child(1) {
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hcps-alert-popup .hcps-alert-popup-content {
  padding: 25px 0;
}
.multiple-articles-item .articles-title-content a.hide-buy-online-1 {
  display: none;
}
.hide-buy-it-online-true .multiple-articles-item .article-content a {
  display: none;
}
.confirmation-popup {
  height: 370px;
}
.confirmation-popup .confirm-title {
  font: 700 2em/1.5em Arial;
  padding: 0 18px;
}
.legal-alert-popup p,
.hcps-alert-popup p {
  color: #f47d31;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0 18px;
  font: normal normal normal 1.333em/1.3em Arial;
}
.legal-alert-popup form,
.hcps-alert-popup form {
  width: 100%;
  margin: 0;
  text-align: center;
}
.legal-alert-popup .primary-button-large {
  margin: 5px 0;
  max-width: 270px;
  cursor: pointer;
}
.legal-alert-popup-overlay,
.hcps-alert-popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
  z-index: 11;
  display: block;
}
.webform-component--product-list
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img:before,
.webform-component--product-forms
  .form-item-submitted-product-list.active
  label
  .multiple-articles-item-img:before,
.webform-component--product-list
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img:before,
.webform-component--product-forms
  .form-item-submitted-product-forms.active
  label
  .multiple-articles-item-img:before {
  content: '\2713 Seleccionado';
}
.stages-button .primary-button:nth-child(1) {
  border-radius: 5px;
}
.stages-button .primary-button:nth-child(2) {
  border-radius: 5px;
}
.stages-button .primary-button {
  margin-bottom: 10px;
  float: none;
  width: 100%;
  border-radius: 5px;
}
.stages-button .primary-button.hide-buy-online-1 {
  display: none;
}
.stages-button .primary-button.make-large-store-locator-1 {
  display: none;
}
.quiz-gigya-share {
  float: none;
  width: 100%;
  clear: both;
}
.article-body {
  border: none;
}
.list-grid-view.multiple-articles {
  padding: 0;
}
.fg-title-left-align .module-head-wrapper .pane-title {
  text-align: left;
}
.product-category-article {
  margin-bottom: 20px;
}
.cookie-compliance-container {
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cookie-compliance-container .cookie-compliance-text {
  padding-bottom: 10px;
}
.cookie-compliance-container .primary-button-large:nth-child(1) {
  float: left;
  width: 47%;
}
.cookie-compliance-container .primary-button-large:nth-child(2) {
  float: right;
  width: 47%;
}
a.downloads-font-color {
  cursor: pointer;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title,
.multiple-articles .view-content .multiple-articles-item .articles-title {
  min-height: 2.5em;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-category,
.multiple-articles .view-content .multiple-articles-item .article-category,
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .Blog-article-category,
.multiple-articles .view-content .multiple-articles-item .Blog-article-category {
  color: #aeaeae;
  margin-top: 15px;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color {
  font-weight: 700;
  margin-top: 15px;
  color: #fff;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color:active,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color:active,
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color:hover,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color:hover,
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color:focus,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color:focus {
  text-decoration: none;
  color: #fff;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color:active:after,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color:active:after,
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color:hover:after,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color:hover:after,
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color:focus:after,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color:focus:after {
  background: 0 0;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .downloads-font-color:after,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .downloads-font-color:after {
  background: 0 0;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .helpsheet-mobile-pdf,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .helpsheet-mobile-pdf {
  background: url(../../themes/enfamilitalynutramigen/images/helpsheet-pdf.png) no-repeat left top;
  height: 36px;
  width: 36px;
  float: right;
  margin-top: -5px;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title-content
  .helpsheet-mobile-pdf:after,
.multiple-articles
  .view-content
  .multiple-articles-item
  .articles-title-content
  .helpsheet-mobile-pdf:after {
  width: 0;
}
.mother-banner-description .hero-module1-content {
  margin-bottom: 0;
}
.motherhood-selectbox {
  padding: 0 2.5%;
}
.motherhood-selectbox .form-type-select {
  text-align: center;
}
.motherhood-selectbox .form-type-select .form-select {
  float: none;
  margin: auto;
  max-width: 100%;
  width: 380px;
}
.search-well {
  min-height: 25.667em;
}
.article-cookies-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 3.91705069124424%;
  padding-right: 3.91705069124424%;
}
.article-cookies-wrapper .article-cookies-table {
  margin: 20px 0;
  overflow: auto;
}
.article-cookies-wrapper .article-cookies-table th,
.article-cookies-wrapper .article-cookies-table td {
  padding: 5px;
}
#enfamil-store-locator-form .bootstrap-select.form-control.has-error,
#enfamil-store-locator-form .has-error {
  border: 1px solid #a94442;
}
@media screen and (min-width: 480px) {
  .confirmation-popup {
    height: 300px;
    top: 3%;
  }
}
.buy-now-slider .ps-widget,
.product-five-tabs .ps-widget {
  background: 0 0;
  border: none;
  text-align: left;
  margin-top: 10px;
}
.buy-now-slider .ps-widget:hover,
.product-five-tabs .ps-widget:hover {
  background: 0 0;
  border: none;
}
.buy-now-slider .ps-widget .ps-button-label,
.product-five-tabs .ps-widget .ps-button-label {
  color: #f47d31;
  font-weight: 400;
}
.buy-now-slider .ps-widget .ps-button-label:after,
.product-five-tabs .ps-widget .ps-button-label:after {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 15px;
  font-weight: 100;
  margin-left: 10px;
  position: absolute;
}
.product-category-article .ps-widget {
  background: #f47d31;
  border: none;
  height: 40px;
  max-width: 270px;
  width: 100%;
  margin-right: 10px;
  float: left;
  margin-right: 0;
}
.product-category-article .ps-widget:hover {
  background: #f47d31;
  background-color: #f47d31;
  border: none;
}
.product-category-article .ps-widget span {
  line-height: 40px;
  font-size: 1em;
}
.product-category-article .stage-label-name {
  margin-top: 20px;
}
.product-category-article .stages-button .primary-button {
  border-radius: 5px;
  width: 100%;
  float: left;
  clear: both;
}
.staged-product-buy-online {
  display: inline-block;
  float: none;
}
.staged-product-buy-online .ps-button-label {
  font-size: 1em;
}
.articles-ps-widget .articles-learn-more {
  display: inline-block;
  margin-right: 30px;
}
.item-wrapper-dimension.result-banner .stages-button .primary-button:last-child {
  margin-left: 0;
}
.item-wrapper-dimension.result-banner .stages-button .ps-widget {
  margin: 10px 0;
  clear: both;
}
.product-tabs .tab-icon-1822,
.product-tabs .tab-icon-1823,
.product-tabs .tab-icon-1824 {
  height: 34px;
  width: 35px;
  float: left;
}
.product-tabs .tab-icon-1822 {
  background: url(../../themes/enfamilitalynutramigen/images/nutr-sprite.png) -43px -98px no-repeat;
}
.product-tabs .tab-icon-1823 {
  background: url(../../themes/enfamilitalynutramigen/images/nutr-sprite.png) -42px -133px
    no-repeat;
}
.product-tabs .tab-icon-1824 {
  background: url(../../themes/enfamilitalynutramigen/images/nutr-sprite.png) -43px -169px
    no-repeat;
}
.product-category-article-well .tab-desc-1822 .tab-title,
.product-category-article-well .tab-desc-1822 .tab-info {
  color: #7dacd5;
}
.product-category-article-well .tab-desc-1823 .tab-title,
.product-category-article-well .tab-desc-1823 .tab-info {
  color: #8a8c8f;
}
.product-category-article-well .tab-desc-1824 .tab-title,
.product-category-article-well .tab-desc-1824 .tab-info {
  color: #86bf72;
}
.stage-label-name .item-list .stage-name-icon-1,
.stage-label-name .item-list .stages-descicon-1 p {
  color: #7dacd5;
}
.stage-label-name .item-list .stage-name-icon-2,
.stage-label-name .item-list .stages-descicon-2 p {
  color: #8a8c8f;
}
.stage-label-name .item-list .stage-name-icon-3,
.stage-label-name .item-list .stages-descicon-3 p {
  color: #86bf72;
}
.stage-label-name .item-list .stages-descicon-1 p,
.stage-label-name .item-list .stages-descicon-2 p,
.stage-label-name .item-list .stages-descicon-3 p {
  font-weight: 400;
}
.stages-button .button.small.Gold {
  margin-top: 10px;
  background: #8a8c8f;
}
.page-store-locator #store-result-list .store-result-text .placeholder:nth-child(2) {
  display: none;
}
.page-store-locator .panel-panel form .form-item.form-item-product {
  display: none;
}
.page-store-locator .panel-panel form .form-item.form-item-zipcode1 {
  width: 100%;
}
.page-store-locator .panel-panel form .form-item.form-item-zipcode1 input {
  width: 100%;
}
h2 {
  color: #f47d31;
}
.page-breadcrumb ol li {
  color: #f26911;
}
.mm-listview > li > a.join-enfamil:before {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -32px -1022px
    no-repeat;
  width: 18px;
  height: 16px;
  margin-right: 17px;
}
a {
  color: #f47d31;
}
a:hover,
a:focus {
  color: #f26911;
}
.downloads .bootstrap-select .btn.dropdown-toggle .filter-option {
  color: #f47d31;
}
.page-store-locator .bootstrap-select.normal-select .btn.dropdown-toggle {
  position: relative;
}
.page-store-locator .bootstrap-select.normal-select .btn.dropdown-toggle .caret {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -73px -1745px;
  position: absolute;
  top: 15px;
  width: 13px;
  height: 28px;
}
.page-store-locator .bootstrap-select .btn.dropdown-toggle:focus,
.page-store-locator .bootstrap-select .btn.dropdown-toggle:hover,
.page-store-locator .bootstrap-select .btn.dropdown-toggle:active {
  color: #4d4d4d;
}
.product-five-tabs.product-tabs
  .multiple-articles-item
  .articles-learn-more
  + .articles-learn-more {
  width: auto;
  display: table;
  margin-top: 18px;
  margin-left: 0;
}
.product-five-tabs.product-tabs
  .multiple-articles-item
  .articles-learn-more
  + .articles-learn-more {
  margin-top: 3px;
}
.bootstrap-select .dropdown-menu.open ul.dropdown-menu li a {
  color: #f47d31;
}
.pane-faq-accordion-1,
.faq-filters {
  padding-left: 5%;
  padding-right: 5%;
}
.faq-filters .form-control::-moz-placeholder {
  color: #f47d31;
}
.faq-filters .form-control:-ms-input-placeholder {
  color: #f47d31;
}
.faq-filters .form-control::-webkit-input-placeholder {
  color: #f47d31;
}
.faq-filters .views-submit-button {
  height: 1px;
  visibility: hidden;
}
.pane-faq-accordion-1 .panel-default {
  border: 1px solid #cbd0d1;
  margin: 10px 0;
  border-radius: 4px;
}
.pane-faq-accordion-1 .panel-default .panel-heading {
  background-color: transparent;
}
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title {
  font-size: 14px;
}
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title a {
  color: #f47d31;
  display: block;
  width: 100%;
  padding-right: 20px;
  font-weight: 700;
  font-size: 1em;
}
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title a:hover,
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title a:after {
  content: '-';
  background: 0 0;
  font-size: 1.9em;
  color: #f47d31;
  right: -22px;
  top: -10px;
  bottom: auto;
  transform: none;
}
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title a.collapsed:after {
  content: '+';
  font-size: 1.429em;
  transform: none;
  bottom: auto;
  right: -20px;
  top: -4px;
}
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title a.collapsed:hover,
.pane-faq-accordion-1 .panel-default .panel-heading .panel-title a.collapsed:focus {
  text-transform: none;
}
.pane-faq-accordion-1 .pager-wrapper {
  display: block;
  text-align: center;
}
.pane-faq-accordion-1 .pager-wrapper .pagination li span,
.pane-faq-accordion-1 .pager-wrapper .pagination li a {
  margin: 0 3px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.143em;
  color: #4d4d4d;
  padding: 10px 12px;
}
.pane-faq-accordion-1 .pager-wrapper .pagination li.active span,
.pane-faq-accordion-1 .pager-wrapper .pagination li.active a {
  color: #4d4d4d;
  width: 102px;
}
.pane-faq-accordion-1 .pager-wrapper .pagination li.active span:hover,
.pane-faq-accordion-1 .pager-wrapper .pagination li.active a:hover,
.pane-faq-accordion-1 .pager-wrapper .pagination li.active span:active,
.pane-faq-accordion-1 .pager-wrapper .pagination li.active a:active,
.pane-faq-accordion-1 .pager-wrapper .pagination li.active span:focus,
.pane-faq-accordion-1 .pager-wrapper .pagination li.active a:focus {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  width: 102px;
}
.pane-faq-accordion-1 .pager-wrapper .pagination .pager-last,
.pane-faq-accordion-1 .pager-wrapper .pagination .pager-first,
.pane-faq-accordion-1 .pager-wrapper .pagination .pager-ellipsis.disabled {
  display: none;
}
.pane-faq-accordion-1 .pager-wrapper .pagination li.prev a,
.pane-faq-accordion-1 .pager-wrapper .pagination li.next a {
  width: 82px;
  position: relative;
  text-indent: -9999px;
}
.pane-faq-accordion-1 .pager-wrapper .pagination li.prev a:after,
.pane-faq-accordion-1 .pager-wrapper .pagination li.next a:after {
  background: rgba(0, 0, 0, 0) url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png);
  background-position: -68px -92px;
  content: '';
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 17px;
  width: 8px;
}
.pane-faq-accordion-1 .pager-wrapper .pagination li.prev a:after {
  transform: rotate(180deg);
}
.faq-filters {
  margin: -20px 0;
}
.faq-filters .filter-label {
  font: bold 1.333em Arial;
  color: #4d4d4d;
}
.faq-filters input {
  background: #f8f8f8;
  height: 48px;
  width: 280px;
  padding-right: 40px;
  text-overflow: ellipsis;
}
.faq-filters .view-id-faq_accordion_1 > .view-header {
  float: left;
}
.faq-filters .view-id-faq_accordion_1 > .view-header .view-header {
  display: block;
  float: left;
  margin-bottom: 20px;
}
.faq-filters .view-id-faq_accordion_1 > .view-header .views-widget {
  margin: 20px 0;
}
.faq-filters .view-id-faq_accordion_1 > .view-header .btn {
  margin-top: 0;
  width: 280px;
  height: 48px;
  color: #f47d31;
}
.faq-filters .view-id-faq_accordion_1 > .view-header .btn .filter-option {
  text-align: left;
  font: bold 1em Arial;
  margin-top: 10px;
  padding: 0;
}
.faq-filters .view-id-faq_accordion_1 > .view-header .btn .caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  color: #f47d31;
  right: 20px;
  top: 22px;
}
.faq-filters .view-id-faq_accordion_1 > .view-content {
  clear: both;
  margin-top: 15px;
  float: left;
  width: 100%;
}
.faq-filters .view-id-faq_accordion_1 > .view-filters .views-exposed-widget .form-item {
  position: relative;
}
.faq-filters .view-id-faq_accordion_1 > .view-filters .views-exposed-widget .form-item:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png);
  background-position: -43px -389px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 5px;
}
.faq-filters .view-id-faq_accordion_1 > .view-filters .views-exposed-widget .form-item input {
  font: bold 1.143em Arial;
  color: #f47d31;
  border: none;
  box-shadow: none;
}
.faq-filters .view-id-faq_accordion_1 > .view-filters .views-exposed-widget .form-item input:focus {
  box-shadow: none;
}
.bootstrap-select .btn.dropdown-toggle {
  color: #f47d31;
}
.bootstrap-select .btn.dropdown-toggle:focus,
.bootstrap-select .btn.dropdown-toggle:hover,
.bootstrap-select .btn.dropdown-toggle:active {
  color: #f47d31;
}
.stages-inner-link > span {
  font-weight: 100;
}
.front .product-tabs.module-head-wrapper {
  margin-top: 0;
}
.accept-cookies,
.decline-cookies {
  padding: 10px 6px;
}
.module-head-wrapper {
  background-color: #f9f5f0;
}
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_article_category_value,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_article_category_value,
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_blog_article_category_tid,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_blog_article_category_tid,
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid {
  display: table;
  float: none;
  margin: 17px auto 10px;
  padding-right: 0;
}
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_article_category_value
  label,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_article_category_value
  label,
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
  label,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
  label,
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
  label,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
  label {
  display: none;
}
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_article_category_value
  .views-widget,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_article_category_value
  .views-widget,
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
  .views-widget,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
  .views-widget,
.downloads
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
  .views-widget,
.page-blog-hub
  .multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
  .views-widget {
  width: 280px;
}
.downloads
  .multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-content.listview,
.page-blog-hub
  .multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-content.listview {
  padding: 8px 20px;
}
.downloads
  .multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-content.listview
  .articles-title,
.page-blog-hub
  .multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-content.listview
  .articles-title {
  margin-top: 0;
}
.downloads
  .multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-content.listview
  .article-category,
.page-blog-hub
  .multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-content.listview
  .article-category {
  margin-top: 0;
}
.downloads
  .multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .article-content.listview {
  padding: 6px 20px;
}
.search-icon-wrapper.active .search-icon {
  background: rgba(0, 0, 0, 0) url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat -44px -672px;
  height: 24px;
}
.single-col-crm-form form .webform-component--name,
.single-col-crm-form form .webform-component--salutation {
  width: auto;
  float: left;
  clear: both;
}
.single-col-crm-form form .webform-component--salutation .form-radios {
  float: left;
  width: auto;
  margin-left: 11px;
}
.single-col-crm-form
  form
  .webform-component--salutation
  .form-radios
  .form-item-submitted-salutation {
  width: 100%;
}
.single-col-crm-form
  form
  .webform-component--salutation
  .form-radios
  .form-item-submitted-salutation
  label {
  float: left;
  width: auto;
  margin-right: 34px;
}
.single-col-crm-form
  form
  .webform-component--salutation
  .form-radios
  .form-item-submitted-salutation
  label
  input {
  position: static;
  width: auto;
  margin-right: 11px;
}
.single-col-crm-form form .bootstrap-select .btn.dropdown-toggle {
  color: #f47d31;
}
.single-col-crm-form form .bootstrap-select .btn.dropdown-toggle .caret {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat scroll -73px -1745px;
}
.single-col-crm-form form .bootstrap-select .dropdown-menu.open ul.dropdown-menu li a {
  color: #f47d31;
}
.single-col-crm-form form .form-actions {
  text-align: center;
}
.single-col-crm-form form .form-actions button {
  background-color: #f47d31;
  border-color: #f47d31;
  color: #fff;
}
.blog-hub-description .pregnancy-week-description-wrapper {
  padding: 0 6.91705069124424% 2em;
  border-bottom: 1px solid #f8f8f8;
}
.blog-hub-description .pregnancy-week-description-wrapper .blog-desc-title {
  color: #f47d31;
  font: normal normal bold 1.143em/1.375em Arial;
  margin-bottom: 15px;
}
.blog-hub-description .pregnancy-week-description-wrapper .blog-hub-desc {
  color: #4d4d4d;
  font: normal 1.143em/1.375em Arial;
}
.blog-article-date {
  padding: 8px 15px;
  font: normal 1em/1.375em Arial;
  color: #4d4d4d;
}
.ask-an-expert-hero-banner .hero-module1 .banner-content-left {
  margin-left: 3.333%;
}
.ask-an-expert-hero-banner .hero-module1 .banner-content-left .text-center .button-disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.22;
}
.pane-enfamil-allergytest-ask-an-expert-submission {
  margin: 3em 5%;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div div.error {
  background: 0 0;
  margin-bottom: 10px;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .ask-title {
  margin: 15px 0 100px;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .ask-title b,
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .ask-title p {
  float: left;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .ask-title p {
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .ask-title b {
  margin-right: 4px;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .askexpert-bottom-note {
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .form-item {
  width: 96%;
  margin: 0 2%;
  margin: 0 0 18px;
}
.pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .form-item input.error,
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .bootstrap-select.error,
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  textarea.error {
  border-color: #ebccd1;
  color: #a94442;
  background: 0 0;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item.webform-component-textarea
  .grippie {
  display: none;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item.webform-component-checkboxes {
  margin: 0 0 7px;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item.webform-component-checkboxes
  label {
  display: block;
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item.webform-component-checkboxes
  input[type='checkbox'] {
  border-radius: 0;
  border: 1px solid #000;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .checkbox
  label {
  padding-left: 20px;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control {
  border-radius: 0;
  border: 2px solid #bcbcbc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  height: 55px;
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control::-webkit-input-placeholder {
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control::-moz-placeholder {
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control:-ms-input-placeholder {
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control:-moz-placeholder {
  color: #646464;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control.form-textarea {
  height: auto;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control
  button {
  color: #646464;
  background-color: #fff;
  padding: 0 2px;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control
  button
  span.filter-option {
  text-align: left;
  font: normal 0.9em/3em Arial;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control
  button
  .bs-caret
  .caret {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat -55px -1740px;
  height: 20px;
  top: 18px;
  width: 14px;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control
  .dropdown-menu.open
  ul.dropdown-menu {
  background-color: #fff;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-control
  .dropdown-menu.open
  ul.dropdown-menu
  li
  a {
  color: #646464;
  font-weight: 400;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item.form-type-select {
  position: relative;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item.form-type-select:after {
  content: '';
  position: absolute;
  height: 23px;
  right: 18px;
  top: 17px;
  width: 9px;
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
    no-repeat -55px -1740px;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .pane-content
  form
  > div
  .form-item
  .form-checkboxes
  .checkbox
  a {
  color: #646464;
  text-decoration: underline;
}
.pane-enfamil-allergytest-ask-an-expert-submission .form-actions {
  margin: 10px 0 40px;
}
.pane-enfamil-allergytest-ask-an-expert-submission .form-actions button,
.pane-enfamil-allergytest-ask-an-expert-submission .form-actions a {
  border-radius: 0;
  padding: 12px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 160px;
  margin-right: 15px;
  vertical-align: top;
  margin-bottom: 10px;
  font-weight: 700;
}
.pane-enfamil-allergytest-ask-an-expert-submission .form-actions button {
  background-color: #f47d31;
  border-color: #f47d31;
}
.pane-enfamil-allergytest-ask-an-expert-submission .form-actions a {
  text-decoration: none;
  padding: 14px 12px;
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
}
.pane-enfamil-allergytest-ask-an-expert-submission .form-actions .aske-cancel {
  display: none;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .webform-confirmation
  .ask-an-expert-confirmation
  h2 {
  margin-bottom: 10px;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .webform-confirmation
  .ask-an-expert-confirmation
  .expert-actions-nordic {
  margin-bottom: 55px;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .webform-confirmation
  .ask-an-expert-confirmation
  .expert-actions-nordic
  a {
  max-width: 205px;
  margin: 10px 10px 0 0;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .webform-confirmation
  .ask-an-expert-confirmation
  .expert-actions-nordic
  a#close-mes {
  background-color: #8a8c8f;
}
.pane-enfamil-allergytest-ask-an-expert-submission
  .webform-confirmation
  .ask-an-expert-confirmation
  a {
  width: 100%;
  max-width: 180px;
  margin-top: 10px;
}
.pane-enfamil-allergytest-ask-an-expert-submission .links {
  display: none;
}
.masonry-gird-view.list-grid-view.multiple-articles .articles-title {
  font-size: 14px;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget {
  display: table;
  float: none;
  margin: 0 auto 10px;
  padding-right: 0;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget
  label {
  display: none;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-filters
  .views-exposed-form
  .views-exposed-widget
  .views-widget {
  width: 280px;
  margin-top: 2em;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content {
  margin: 1em 5%;
  border: 0;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row {
  float: left;
  padding: 2%;
  margin: 2% 0;
  width: 100%;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-1 {
  background-color: #fef1e7;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-2 {
  background-color: #f1f8ee;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-3 {
  background-color: #eff5fb;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-4 {
  background-color: #fff;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-5 {
  background-color: #fef1e7;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-6 {
  background-color: #f1f8ee;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-7 {
  background-color: #eff5fb;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row.views-row-8 {
  background-color: #fef1e7;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .views-row
  .multiple-articles-item {
  border: 0;
  width: 100%;
  min-height: 0;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .views-row
  .multiple-articles-item
  .article-content {
  padding: 0;
  float: none;
  min-height: 0;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .views-row
  .multiple-articles-item
  .article-content
  h3.articles-title {
  margin-top: 0;
  padding-bottom: 15px;
}
.masonry-gird-view.list-grid-view.multiple-articles .pager {
  margin: 0 0 26px;
}
.masonry-gird-view.list-grid-view.multiple-articles .view-content .ask-anexpert-content-containers {
  width: 100%;
  display: block;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .ask-anexpert-content-containers
  .article-content
  > h3 {
  display: none;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .ask-anexpert-content-containers
  .views-row
  .multiple-articles-item {
  border: 0;
  padding: 1em 0;
  margin-bottom: 2em;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .ask-anexpert-content-containers
  .views-row
  .multiple-articles-item
  .article-content
  h3 {
  padding-bottom: 1em;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .ask-anexpert-content-containers
  .views-row
  .multiple-articles-item
  .webform-html-textarea
  .ask-close {
  color: transparent;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .ask-anexpert-content-containers
  .views-row
  .multiple-articles-item
  .webform-html-textarea
  .ask-close:after {
  content: 'Chiudi';
  margin-left: -37px;
  color: #fff;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .ask-anexpert-content-containers
  .views-row
  .multiple-articles-item
  .webform-html-textarea
  p {
  padding-bottom: 40px;
}
.masonry-gird-view.list-grid-view.multiple-articles
  .view-content
  .ask-anexpert-content-containers
  .views-row
  .multiple-articles-item
  .webform-html-textarea
  a {
  background-color: #f47d31;
  color: #fff;
  padding: 12px 35px;
  width: 160px;
  text-decoration: none;
  cursor: pointer;
}
.allergy-test-online-widget.navigator-form .webform-progressbar {
  border: 0;
  float: left;
  padding: 12px 0;
}
.allergy-test-online-widget.module-head-wrapper {
  background-color: #fff;
}
.allergy-test-online-widget .pane-content {
  background-color: #ecf4fb;
  padding: 2em 6.91705069124424% 7em;
  width: 100%;
  display: inline-block;
}
.allergy-test-online-widget .pane-content .ask-subtitle {
  color: #f47d31;
  font: normal normal bold 1.429em/2.025em Arial;
}
.allergy-test-online-widget .pane-content .webform-component-checkboxes,
.allergy-test-online-widget .pane-content .webform-component-radios {
  width: 100%;
}
.allergy-test-online-widget .pane-content .webform-component-checkboxes label,
.allergy-test-online-widget .pane-content .webform-component-radios label {
  color: #f47d31;
  font: normal normal bold 1.714em/2.025em Arial;
}
.allergy-test-online-widget .pane-content .webform-component-checkboxes .description,
.allergy-test-online-widget .pane-content .webform-component-radios .description {
  color: #666;
  font: normal normal bold 1.143em/1.429em Arial;
}
.allergy-test-online-widget .pane-content .webform-component-checkboxes .form-checkboxes,
.allergy-test-online-widget .pane-content .webform-component-radios .form-checkboxes,
.allergy-test-online-widget .pane-content .webform-component-checkboxes .form-radios,
.allergy-test-online-widget .pane-content .webform-component-radios .form-radios {
  margin-top: 45px;
}
.allergy-test-online-widget .pane-content .webform-component-checkboxes .form-checkboxes .checkbox,
.allergy-test-online-widget .pane-content .webform-component-radios .form-checkboxes .checkbox,
.allergy-test-online-widget .pane-content .webform-component-checkboxes .form-radios .checkbox,
.allergy-test-online-widget .pane-content .webform-component-radios .form-radios .checkbox,
.allergy-test-online-widget .pane-content .webform-component-checkboxes .form-checkboxes .radio,
.allergy-test-online-widget .pane-content .webform-component-radios .form-checkboxes .radio,
.allergy-test-online-widget .pane-content .webform-component-checkboxes .form-radios .radio,
.allergy-test-online-widget .pane-content .webform-component-radios .form-radios .radio {
  height: 65px;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .checkbox
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .checkbox
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .checkbox
  label,
.allergy-test-online-widget .pane-content .webform-component-radios .form-radios .checkbox label,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .radio
  label,
.allergy-test-online-widget .pane-content .webform-component-radios .form-checkboxes .radio label,
.allergy-test-online-widget .pane-content .webform-component-checkboxes .form-radios .radio label,
.allergy-test-online-widget .pane-content .webform-component-radios .form-radios .radio label {
  color: #666;
  position: relative;
  margin-left: 59px;
  font: normal normal normal 1.143em/1.429em Arial;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .checkbox
  label
  input,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .checkbox
  label
  input,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .checkbox
  label
  input,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .checkbox
  label
  input,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .radio
  label
  input,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .radio
  label
  input,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .radio
  label
  input,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .radio
  label
  input {
  display: none;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .checkbox
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .checkbox
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .checkbox
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .checkbox
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .radio
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .radio
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .radio
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .radio
  label:before {
  background: rgba(0, 0, 0, 0) url(../../themes/enfamilitalynutramigen/images/gray-square.jpg)
    no-repeat scroll 0 0;
  content: '';
  height: 65px;
  left: -62px;
  position: absolute;
  top: -22px;
  width: 71px;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .checkbox.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .checkbox.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .checkbox.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .checkbox.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .radio.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .radio.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .radio.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .radio.active
  label {
  color: #f47d31;
  font-weight: 700;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .checkbox.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .checkbox.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .checkbox.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .checkbox.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-checkboxes
  .radio.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-checkboxes
  .radio.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .radio.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .radio.active
  label:before {
  background: rgba(0, 0, 0, 0) url(../../themes/enfamilitalynutramigen/images/orange-square.jpg)
    no-repeat;
  content: '';
  height: 65px;
  left: -62px;
  position: absolute;
  top: -22px;
  width: 71px;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .radio
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .radio
  label:before {
  background: url(../../themes/enfamilitalynutramigen/images/gray-square.jpg)
    no-repeat center center;
  height: 80px;
  background-size: 100%;
  top: -28px;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .radio.active
  label,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .radio.active
  label {
  color: #f47d31;
  font-weight: 700;
}
.allergy-test-online-widget
  .pane-content
  .webform-component-checkboxes
  .form-radios
  .radio.active
  label:before,
.allergy-test-online-widget
  .pane-content
  .webform-component-radios
  .form-radios
  .radio.active
  label:before {
  background: url(../../themes/enfamilitalynutramigen/images/orange-square.jpg)
    no-repeat center center;
  height: 80px;
  background-size: 100%;
  top: -28px;
}
.allergy-test-online-widget .pane-content .form-actions {
  border: 0 none;
  clear: both;
  display: table;
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: auto;
}
.allergy-test-online-widget .pane-content .form-actions button {
  float: left;
  position: relative;
  cursor: pointer;
  font: normal normal bold 1.143em/2.25em Arial;
  height: 40px;
}
.allergy-test-online-widget .pane-content .form-actions .webform-next,
.allergy-test-online-widget .pane-content .form-actions .webform-submit {
  background-color: #f47d31;
  width: 130px;
  border-radius: 0;
  color: #fff;
  padding: 0 14px;
  border-color: #f47d31;
  float: left;
}
.allergy-test-online-widget .pane-content .form-actions .webform-previous {
  width: 50px;
  border-radius: 0;
  color: #fff;
  padding: 12px 14px;
  border-color: #8a8c8f;
  text-indent: -999999px;
  background: #8a8c8f
    url(../../themes/enfamilitalynutramigen/images/back-allergy-btn.png)
    no-repeat center center;
  margin-right: 15px;
}
.allergy-test-online-widget .pane-content .links {
  display: none;
}
.allergy-test-online-widget .webform-client-form .webform-progressbar {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0 0 40px;
  clear: both;
  border: 0;
}
.allergy-test-online-widget .webform-client-form .webform-progressbar .webform-progressbar-outer {
  border: 0;
  height: 22px;
  margin: 0;
  background-color: #d4d4d4;
}
.allergy-test-online-widget
  .webform-client-form
  .webform-progressbar
  .webform-progressbar-outer
  .webform-progressbar-page {
  display: none;
}
.allergy-test-online-widget
  .webform-client-form
  .webform-progressbar
  .webform-progressbar-outer
  .webform-progressbar-inner {
  background-color: #7dacd5;
  height: 22px;
}
.allergy-test-online-widget
  .webform-client-form
  .webform-progressbar
  .webform-progressbar-number
  span {
  color: #7dacd5;
  font: normal normal bold 1.714em/2.025em Arial;
}
.allergy-test-online-widget .alert-success {
  display: none;
}
.allergy-test-online-widget .allergy-wrapper-confirmation {
  max-width: 100%;
}
.allergy-test-online-widget .allergy-wrapper-confirmation p {
  font: normal normal normal 1.143em/1.429em Arial;
  margin-top: 10px;
}
.allergy-test-online-widget .allergy-wrapper-confirmation .wrapper-subtitle {
  color: #f47d31;
  font: normal normal bold 1.714em/2.025em Arial;
}
.allergy-test-online-widget .allergy-test-actions {
  margin-top: 4em;
  float: right;
}
.allergy-test-online-widget .allergy-test-actions .small.button {
  width: 190px;
  margin: 0 10px 15px 0;
}
.allergy-test-online-widget .allergy-test-actions a.print {
  background-color: #8a8c8f;
}
.webform-confirmation-wrapper.result-wrapper {
  color: #4d4d4d;
}
.webform-confirmation-wrapper.result-wrapper .title {
  color: #f47d31;
  margin-bottom: 20px;
}
.webform-confirmation-wrapper.result-wrapper table.allergy-resultset {
  border: 1px solid #000;
}
.webform-confirmation-wrapper.result-wrapper table.allergy-resultset td,
.webform-confirmation-wrapper.result-wrapper table.allergy-resultset th {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  padding: 3px 5px;
  font-size: 14px;
}
.webform-confirmation-wrapper.result-wrapper table.allergy-resultset td:first-child,
.webform-confirmation-wrapper.result-wrapper table.allergy-resultset th:first-child {
  border-right: 1px solid #000;
}
.buy-online .multiple-articles .view-content {
  border: 0;
  padding: 0;
}
.buy-online .product-choose h2 {
  margin-bottom: 10px;
}
.buy-online .product-choose .stage-label-name {
  margin: -12px 0;
}
.multiple-articles
  .view-content
  .helpsheet-multiple-articles-item.multiple-articles-item
  .articles-title,
.multiple-articles .view-content .multiple-articles-item .articles-title {
  min-height: 0;
}
.article-body.cont-readmore .pane-content {
  padding: 0 15px;
}
.blog-article-body-text.article-body {
  padding: 0;
}
.blog-article-body-text.article-body .blog-article-detail-block .blog-article-detail-block-content {
  padding: 0 10px;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image {
  width: 100%;
  float: left;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper {
  width: 100%;
  float: right;
  margin-bottom: 2em;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .media-image-inner-wrapper {
  margin-left: 0;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time {
  width: 100%;
  float: left;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper {
  float: left;
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  div.time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  div.time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  div.time {
  color: #646464;
  background: #ecf4fb;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  div.time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  div.time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  div.time
  span {
  display: inline-block;
  padding: 21.9px 0;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .makes-wrapper,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .makes-wrapper,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .makes-wrapper {
  border-bottom: 0;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .prep-time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .prep-time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .prep-time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .cook-time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .cook-time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .cook-time,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .makes,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .makes,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .makes {
  background-color: #7dacd5;
  padding: 15px;
  float: left;
  width: 50%;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .prep-time
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .prep-time
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .prep-time
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .cook-time
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .cook-time
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .cook-time
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .makes
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .makes
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .makes
  img,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .prep-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .prep-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .prep-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .cook-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .cook-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .cook-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .makes
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .makes
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .makes
  span {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font: bold 1em Arial;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .prep-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .prep-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .prep-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .cook-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .cook-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .cook-time
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .prep-time-wrapper
  .makes
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .cook-time-wrapper
  .makes
  span,
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper
  .makes
  span {
  padding: 10px 0 0 10px;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .media-image-wrapper
  .blog-article-prep-time
  .makes-wrapper {
  border-right: 0;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  .blog-article-detail-image
  .blog-article-cont {
  width: auto;
  display: block;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  p {
  color: #646464;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  table {
  border: 0;
  border-bottom: 1px solid #f4e8ce;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  table
  td {
  border: 0;
  border-top: 1px solid #f4e8ce;
  padding-left: 20px;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  table
  td:nth-child(1)
  p {
  text-align: center;
  width: 100%;
  margin: 13px auto;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  table
  td:nth-child(3) {
  background-color: #ecf4fb;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  table
  td
  p {
  margin: 13px 0;
  color: #646464;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-content
  h4.typograph {
  margin-top: 2em;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-directions {
  background: #ecf4fb;
  margin: 13px 0 45px;
  padding: 18px 0;
  border-bottom: 1px solid #f4e8ce;
  border-top: 1px solid #f4e8ce;
  float: left;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-directions
  ul {
  margin: 15px 0;
  padding-left: 0;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-directions
  ul
  li {
  list-style: none;
  margin-bottom: 22px;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-directions
  ul
  li
  span {
  background-color: #f47d31;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
  float: none;
  font: bold 1.143em/1.143em Arial;
  height: 35px;
  margin-right: 12px;
  padding: 9px 0 0 4px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
}
.blog-article-body-text.article-body
  .blog-article-detail-block
  .blog-article-detail-block-directions
  ul
  li
  p {
  color: #646464;
  font: normal 1em/1.375em Arial;
  float: left;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  vertical-align: middle;
  width: 80%;
}
.page-blog-hub .hero-module1-content {
  margin-bottom: 5px;
  margin-top: 25px;
}
.page-blog-hub .pager {
  margin: 10px 0 19px;
}
.legal-alert-popup p,
.hcps-alert-popup p {
  color: #4d4d4d;
}
.list-grid-view .article-content {
  padding: 10px 20px;
}
.page-not-found {
  background: 0 0;
}
.legal-alert-popup-space .legal-alert-popup,
.hcps-alert-block .legal-alert-popup,
.legal-alert-popup-space .hcps-alert-popup,
.hcps-alert-block .hcps-alert-popup {
  border-radius: 10px;
  overflow-y: scroll;
  height: 300px;
}
body.popup-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}
.node-type-article .heading-block h1 {
  margin-bottom: 18px;
}
.page-faq .pager .pager-show-more-next {
  margin: 15px 0 32px;
}
.blog-hub-little-spoon .panels-flexible-region-211-center {
  width: 100%;
}
.page-store-locator #store-result-list > div:first-child {
  font-weight: 700;
  margin-top: 10px;
}
.list-grid-view.multiple-articles.video-body .pager {
  margin: 10px 0 20px;
}
.no-results-wrapper ul li a:after {
  bottom: 2px;
  top: auto;
}
.glyphicon-log-in,
.register-section {
  display: none;
}
body.no-panel-page #user-login .login-button {
  margin-bottom: 50px;
}
#popup-message-content,
#hcps-popup-message-content {
  float: left;
  width: 100%;
  font: 1em/1.3em Arial;
}
#popup-message-content h1,
#hcps-popup-message-content h1 {
  font: normal normal bold 1.5em/1.333em Arial;
  color: #000;
}
#popup-message-content p,
#hcps-popup-message-content p {
  font: 0.9em/1.3em Arial;
}
#popup-message-content .pop-up-top,
#hcps-popup-message-content .pop-up-top {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px 10px 0;
}
#popup-message-content .pop-up-top .pop-up-image,
#hcps-popup-message-content .pop-up-top .pop-up-image {
  width: 100%;
  float: left;
  text-align: center;
}
#popup-message-content .pop-up-top .pop-up-image .popup-logo,
#hcps-popup-message-content .pop-up-top .pop-up-image .popup-logo {
  padding-bottom: 10px;
}
#popup-message-content .pop-up-top .pop-up-desc,
#hcps-popup-message-content .pop-up-top .pop-up-desc {
  float: left;
  width: 100%;
  text-align: center;
}
#popup-message-content .pop-up-top .pop-up-desc .pop-up-title,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-title {
  display: table;
  margin: 0 auto;
  width: 100%;
}
#popup-message-content .pop-up-top .pop-up-desc .pop-up-title h1,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-title h1 {
  margin-top: 10px;
  padding-bottom: 5px;
}
#popup-message-content .pop-up-top .pop-up-desc .pop-up-notice,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-notice {
  width: 100%;
  float: left;
  text-align: left;
}
#popup-message-content .pop-up-top .pop-up-desc .pop-up-notice h3,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-notice h3 {
  font: normal normal bold 1em/2em Arial;
  margin-bottom: 0;
}
#popup-message-content .pop-up-top .pop-up-desc .pop-up-notice p,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-notice p,
#popup-message-content .pop-up-top .pop-up-desc .pop-up-notice li,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-notice li {
  font: 0.9em/1.3em Arial;
  color: #4d4d4d;
}
#popup-message-content .pop-up-top .pop-up-desc .pop-up-notice p,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-notice p {
  padding: 0 5px;
}
#popup-message-content .pop-up-top .pop-up-desc .pop-up-notice ul,
#hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-notice ul {
  padding-left: 24px;
}
#popup-message-content .popup-transparent,
#hcps-popup-message-content .popup-transparent {
  display: none;
}
#popup-message-content .pop-up-bottom,
#hcps-popup-message-content .pop-up-bottom {
  float: right;
  width: 100%;
  padding: 0 10px 15px;
  background-color: #f8f8f8;
}
#popup-message-content .pop-up-bottom .pop-up-split,
#hcps-popup-message-content .pop-up-bottom .pop-up-split {
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
}
#popup-message-content .pop-up-bottom .pop-up-split h1,
#hcps-popup-message-content .pop-up-bottom .pop-up-split h1 {
  padding-bottom: 8px;
}
#popup-message-content .pop-up-bottom .pop-up-split p,
#hcps-popup-message-content .pop-up-bottom .pop-up-split p {
  font: 0.9em/1.3em Arial;
}
#popup-message-content .pop-up-bottom .pop-up-split.split-1,
#hcps-popup-message-content .pop-up-bottom .pop-up-split.split-1 {
  border-right: 0;
}
#popup-message-content .blue-button,
#hcps-popup-message-content .blue-button {
  background-color: #00bff6;
  border: 0 none;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 13px 30px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
}
#popup-message-content .blue-border-button,
#hcps-popup-message-content .blue-border-button {
  background-color: transparent;
  border: 2px solid #00bff6;
  color: #00bff6;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pane-faq-accordion-1 .panel-default .panel-heading .panel-title a.collapsed:after {
    font-size: 25px;
  }
}
@media screen and (min-width: 480px) {
  .full-width-banner-wrapper .carousel-inner .item,
  .banner-slide-wrapper .carousel-inner .item {
    height: 50.417em;
  }
  .bootstrap-select {
    max-width: 400px;
  }
  .bootstrap-select .dropdown-menu.open {
    max-width: 400px;
  }
}
@media screen and (min-width: 600px) {
  .full-width-banner-wrapper .carousel-inner .item,
  .banner-slide-wrapper .carousel-inner .item {
    height: 53.25em;
  }
}
@media screen and (min-width: 768px) {
  h1 a,
  h1 .article-title-link {
    color: #f47d31;
  }
  h1 sup {
    font-size: 38%;
  }
  h2 .italic-span {
    font-style: italic;
    font-weight: 400;
  }
  h2 a {
    color: #f47d31;
  }
  h2 sup {
    font-size: 38%;
  }
  h3 {
    font: normal normal bold 1.714em/1.25em Arial;
  }
  .articles-title {
    font: normal normal normal 1.714em/1.25em Arial;
  }
  .bg-brdr-btm-unmble {
    border-bottom: 1px solid #f4e8ce;
  }
  .bg-brdr-top-unmble {
    border-top: 1px solid #f4e8ce;
  }
  .bg-brdr-btm-mble {
    border: 0;
  }
  .bg-brdr-top-mble {
    border: 0;
  }
  .hero-module1,
  .efb-section,
  .product-category-article {
    min-height: 26.357em;
  }
  .hero-module-3 {
    min-height: 23.571em;
  }
  .hero-module1-content {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hero-module1-content .container-fluid .row h1 {
    letter-spacing: 0;
  }
  .hero-module1-content .container-fluid .row .normal-small-text-well {
    padding: 13px 0 25px;
    min-height: auto;
    font: normal normal normal 1em/1.714em Arial;
  }
  .hero-module1-content .container-fluid .normal-small-text-well-override {
    padding: initial;
    margin-bottom: initial;
  }
  .full-width-banner-wrapper .carousel-inner .item,
  .banner-slide-wrapper .carousel-inner .item {
    height: auto;
  }
  .hero-module-3 .hero-module-3-content-wrapper {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: auto;
    width: 92.1659%;
    align-items: center;
    display: flex;
  }
  .hero-module-3.row-1 .hero-module-3-content-wrapper {
    left: 7.834101382488479%;
  }
  .hero-module-3.row-1 .hero-module-3-content-wrapper .hero-module-3-content {
    padding-left: 0;
    padding-right: 10%;
  }
  .hero-module-3.row-2 .hero-module-3-content-wrapper {
    right: 7.834101382488479%;
  }
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-blue,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-video,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-gold {
    font: normal normal normal 1.143em/2.5em Arial;
  }
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-blue:after,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-video:after,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-gold:after {
    margin-top: -3px;
  }
  .hero-module-3 .hero-module-3-content-wrapper .container-fluid .hero-module-3-content p {
    font: normal normal normal 1em/1.714em Arial;
  }
  .banner-content-left {
    margin-left: 8.33333%;
  }
  .banner-content-right {
    margin-left: 58.3333%;
  }
  .bootstrap-select .btn.dropdown-toggle {
    padding: 0 3px;
    font: normal normal bold 0.70143em/3em Arial;
  }
  .bootstrap-select .dropdown-menu.open ul.dropdown-menu li {
    font: normal normal bold 0.70143em/3em Arial;
  }
  .content-caption-right-space {
    padding-right: 6.497622820919176%;
    margin-bottom: auto;
    margin-top: auto;
    padding: 0;
  }
  .content-caption-right-space-inner,
  .content-caption-right-space-wrapper {
    padding: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget {
    width: 74%;
    float: right;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group {
    width: 25%;
    padding-top: 48px;
    padding-bottom: 35px;
    padding-left: 20px;
    float: left;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group
    a.tab-link {
    padding: 10px 15px;
    padding-left: 52px;
    font: normal normal bold 1em/1.129em Arial;
    display: inline-block;
    min-height: 46px;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group
    a.tab-link:before {
    width: 42px;
    height: 35px;
    top: 0;
    left: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group
    a.tab-link:after {
    background: 0 0;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group
    a.tab-link
    .staged-months {
    font-weight: 400;
    display: block;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-0 {
    width: 33.33%;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-0
    a.tab-link {
    color: #7dacd5;
    border: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-0
    a.tab-link:before {
    background-position: -43px -98px;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-1 {
    width: 27%;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-1
    a.tab-link {
    color: #8a8c8f;
    border: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-1
    a.tab-link:before {
    width: 33px;
    height: 33px;
    background-position: -42px -133px;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-2 {
    width: 25%;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-2
    a.tab-link {
    color: #86bf72;
    border: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-2
    a.tab-link:before {
    background-position: -43px -169px;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active:before {
    position: absolute;
    content: '';
    height: 9px;
    left: 20px;
    right: 0;
    width: auto;
    bottom: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active
    a.tab-link {
    background-color: transparent;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-0:before {
    border-bottom: 9px solid #7dacd5;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-0
    a.tab-link {
    color: #7dacd5;
    background: 0 0;
    border: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-0
    a.tab-link:before {
    background-position: -43px -98px;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-1:before {
    border-bottom: 9px solid #8a8c8f;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-1
    a.tab-link {
    color: #8a8c8f;
    background: 0 0;
    border: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-1
    a.tab-link:before {
    background-position: -42px -133px;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-2:before {
    border-bottom: 9px solid #86bf72;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-2
    a.tab-link {
    color: #86bf72;
    background: 0 0;
    border: 0;
  }
  .product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.active.li-2
    a.tab-link:before {
    background-position: -43px -169px;
  }
  .product-tabs.module-head-wrapper {
    margin-top: 0;
    position: relative;
  }
  .product-tabs.module-head-wrapper .pane-title {
    float: left;
    width: 27%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 47px 1.685% 47px 4.685%;
  }
  .product-category-article-sub-head {
    padding-bottom: 0;
  }
  .product-five-tabs.product-tabs .product-tab-content .view-filters {
    float: left;
    width: 100%;
    padding: 0 4.6851%;
    background-color: #fef9f3;
    border-bottom: 1px solid #f4e8ce;
  }
  .product-five-tabs.product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget {
    width: 100%;
  }
  .product-five-tabs.product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group,
  .product-five-tabs.product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-0,
  .product-five-tabs.product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-1,
  .product-five-tabs.product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-2,
  .product-five-tabs.product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-3,
  .product-five-tabs.product-tabs
    .product-tab-content
    .view-filters
    .views-exposed-form
    .views-exposed-widgets
    .views-exposed-widget
    .form-item.form-type-select
    .form-group.li-4 {
    width: 25%;
  }
  .product-listing-stages {
    padding: 0 4.6851%;
    border-bottom: 1px solid #f4e8ce;
  }
  .product-listing-stages .product-tab-content-inner {
    clear: none;
  }
  .product-listing-stages .product-stages-link {
    width: 33.33%;
    padding-top: 48px;
    padding-bottom: 35px;
  }
  .product-listing-stages .product-stages-link:before {
    position: absolute;
    content: '';
    height: 9px;
    left: 20px;
    right: 0;
    width: auto;
    bottom: 0;
  }
  .product-listing-stages .product-stages-link .stages-inner-link {
    display: inline-block;
    min-height: 46px;
    padding-top: 8px;
  }
  .product-listing-stages .product-stages-link .stages-inner-link:after {
    display: none;
  }
  .product-listing-stages .product-stages-link .stages-inner-link:before {
    display: none;
  }
  .product-listing-stages .li-0.active:before {
    border-bottom: 9px solid #7dacd5;
  }
  .product-listing-stages .li-0.active .stages-inner-link {
    color: #7dacd5;
  }
  .product-listing-stages .li-0 .stages-inner-link {
    color: #7dacd5;
  }
  .product-listing-stages .li-1.active:before {
    border-bottom: 9px solid #8a8c8f;
  }
  .product-listing-stages .li-1.active .stages-inner-link {
    color: #8a8c8f;
  }
  .product-listing-stages .li-1 .stages-inner-link {
    color: #8a8c8f;
  }
  .product-listing-stages .li-2.active:before {
    border-bottom: 9px solid #86bf72;
  }
  .product-listing-stages .li-2.active .stages-inner-link {
    color: #86bf72;
  }
  .product-listing-stages .li-2 .stages-inner-link {
    color: #86bf72;
  }
  .product-listing-stages .li-0.active,
  .product-listing-stages .li-1.active,
  .product-listing-stages .li-2.active,
  .product-listing-stages .li-3.active {
    background-color: transparent;
  }
  .product-listing-stages .li-0.active .stages-inner-link:before,
  .product-listing-stages .li-1.active .stages-inner-link:before,
  .product-listing-stages .li-2.active .stages-inner-link:before,
  .product-listing-stages .li-3.active .stages-inner-link:before {
    display: none;
  }
  .product-listing-stages .li-0.active .stages-inner-link img,
  .product-listing-stages .li-1.active .stages-inner-link img,
  .product-listing-stages .li-2.active .stages-inner-link img,
  .product-listing-stages .li-3.active .stages-inner-link img {
    display: block;
  }
  .see-all {
    padding-left: 4.685099846390169%;
    padding-right: 4.685099846390169%;
    margin: 44px 0 40px;
  }
  .product-category-article .item-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
  }
  .product-category-article .item-wrapper .accrtab-cont-space-extent {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-wrapper-dimension {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 3.91705069124424%;
    margin-right: 3.91705069124424%;
    width: 92.16589861751152%;
  }
  .single-product-article h2 {
    display: block;
  }
  .single-product-img-wrapper {
    padding-left: 0;
    padding-right: initial;
  }
  .pregnancy-bar-wrapper {
    margin-top: -7px;
  }
  .list-grid-view.multiple-articles .field-content {
    display: block;
  }
  .list-grid-view .article-content {
    padding: 0 25px 20px;
  }
  .list-grid-view .multiple-articles-item {
    display: block;
  }
  .multiple-articles .view-content .multiple-articles-item:nth-child(n + 3) {
    display: block;
  }
  .multiple-articles-item {
    min-height: 29em;
  }
  .article-content {
    padding: 0 25px 20px;
    min-height: 22em;
  }
  .article-content.rating-wrapper {
    min-height: 22em;
  }
  .articles-title-content {
    margin-top: 7px;
    font: normal normal normal 1em/1.714em Arial;
  }
  .articles-title {
    font: normal normal normal 1.714em/1.25em Arial;
    margin-top: 19px;
  }
  .pager {
    margin: 30px 0;
  }
  .pager .pager-show-more-next {
    margin-top: 0;
  }
  .multiple-articles {
    padding-left: 0;
    padding-right: 0;
  }
  .multiple-articles .view-content {
    border-top: 1px solid #f4e8ce;
    border-bottom: 1px solid #f4e8ce;
    padding: 0;
  }
  .multiple-articles .view-content .multiple-articles-item {
    border-right: 1px solid #f4e8ce;
  }
  .multiple-articles .view-content .multiple-articles-item:nth-child(3n + 3) {
    border-right: 0 solid transparent;
    display: block;
  }
  .product-tabs .multiple-articles .view-content .multiple-articles-item .image-wrapper {
    position: relative;
    display: inline-block;
  }
  .product-tabs .multiple-articles .view-content .multiple-articles-item .image-wrapper .border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
  }
  .product-tabs
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border.article-bottom-15 {
    background-color: #ffd74f;
  }
  .product-tabs
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border.article-bottom-16 {
    background-color: #9f68be;
  }
  .product-tabs
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border.article-bottom-17 {
    background-color: #ec749a;
  }
  .product-tabs
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border.article-bottom-18 {
    background-color: #ec3f42;
  }
  .product-tabs
    .quicktabs-tabpage#quicktabs-tabpage-view__tabbed_view__block-0
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border,
  .product-tabs
    #quicktabs-tabpage-staged_nutrition-0
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border {
    background-color: #fbd850;
  }
  .product-tabs
    .quicktabs-tabpage#quicktabs-tabpage-view__tabbed_view__block-1
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border,
  .product-tabs
    #quicktabs-tabpage-staged_nutrition-1
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border {
    background-color: #9f68be;
  }
  .product-tabs
    .quicktabs-tabpage#quicktabs-tabpage-view__tabbed_view__block-2
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border,
  .product-tabs
    #quicktabs-tabpage-staged_nutrition-2
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border {
    background-color: #ec749a;
  }
  .product-tabs
    .quicktabs-tabpage#quicktabs-tabpage-view__tabbed_view__block-3
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border,
  .product-tabs
    #quicktabs-tabpage-staged_nutrition-3
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border {
    background-color: #ec3f42;
  }
  .node-type-article .heading-block {
    padding: 0 10px;
  }
  .node-type-article .heading-block h1 {
    margin-top: 35px;
  }
  .article-body {
    border: none;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .article-body p {
    font: normal normal normal 1.143em/1.5em Arial;
  }
  .single-col-crm-form .pane-content {
    margin-left: 50px;
    padding: 0 25px;
  }
  .single-col-crm-form form .form-actions {
    margin: 20px 0;
    text-align: center;
    margin-left: 200px;
  }
  .single-col-crm-form form div.error {
    margin-left: 200px;
  }
  .page-breadcrumb {
    display: block;
  }
  .gride-list-switch-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gride-list-switch-wrapper .category-label {
    font: normal normal bold 1.714em/2em Arial;
  }
  .thank-you-contact {
    width: 60%;
    padding: 100px 25px;
    align-items: center;
    display: block;
    text-align: center;
  }
  .banner-large .banner-content {
    width: 41.6667%;
  }
  .banner-large .text-center {
    text-align: left;
  }
  .promo-banner-content .banner-content img {
    margin: 0;
  }
  .promo-banner-content .banner-content .img-responsive {
    float: left;
    margin: -5px 15px 0 0;
  }
  .promo-banner-content .normal-small-text-well a {
    font: normal normal bold 1.714em Arial;
  }
  .banner-subtitle {
    font-size: 2.143em;
  }
  .helpcentre-wrapper form {
    max-width: 100%;
    width: 33.33%;
    margin-left: 11.5%;
    padding-right: 3.91705069124424%;
    margin-top: 0;
    position: absolute;
    bottom: 31%;
  }
  .helpcentre-top-wrapper {
    margin-top: 0;
  }
  .helpcentre-top-wrapper .multiple-articles .view-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
  }
  .helpcentre-top-wrapper .multiple-articles .view-content .multiple-articles-item {
    display: table-cell;
    float: none;
    vertical-align: top;
    padding-bottom: 70px;
    min-height: 0;
  }
  .helpcentre-top-wrapper
    .multiple-articles
    .view-content
    .multiple-articles-item
    .article-content {
    min-height: 0;
    padding: 0 50px 20px;
  }
  .helpcentre-top-wrapper
    .multiple-articles
    .view-content
    .multiple-articles-item
    .article-content
    .articles-title-content {
    font: normal normal normal 1em/1.714em Arial;
  }
  .helpcentre-top-wrapper .multiple-articles .view-content .multiple-articles-item .primary-button {
    margin: 0 auto 25px;
    display: block;
    max-width: 380px;
    width: 85%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .helpcentre-top-wrapper
    .multiple-articles
    .view-content
    .multiple-articles-item:nth-child(3n + 3) {
    display: table-cell;
  }
  .rating-review .gigya-style-modern {
    max-width: 100%;
  }
  .pane-tabbed-with-accordin .panel-collapse {
    padding: 0 15px;
  }
  .panel-toggle {
    border-bottom: 1px solid #f4e8ce;
    float: left;
    width: 100%;
  }
  .buy-now-slider .carousel-control {
    top: 23%;
    transform: translateY(-23%);
  }
  .plus-icon {
    position: relative;
  }
  .plus-icon:before {
    content: 'Apri';
    color: #f47d31;
    font: 0.533em/1.688em Arial;
    left: -55px;
    position: absolute;
  }
  .product-overview-content {
    font: normal normal normal 0.857em/2em Arial;
  }
  .tab-accordion .panel-heading {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-accordion .quicktabs-tabs {
    margin-bottom: 50px;
  }
  .tab-accordion .pane-content .panel-default {
    padding-left: 3.91705%;
  }
  .tab-accordion .pane-content .panel-body {
    padding: 15px;
  }
  .tab-accordion .quicktabs-tabpage .tab-accordion-item {
    border: none;
  }
  .tab-accordion .quicktabs-tabpage .tab-accordion-item .accordion-content {
    padding: 0 10px;
  }
  .tab-accordion .pane-content .view-content {
    padding-left: 4.91705%;
    padding-right: 4.91705%;
  }
  .tab-accordion .pane-content .view-content .view-content {
    padding: 0;
  }
  .tab-accordion .pane-content .panel-default {
    padding: 0;
  }
  .tab-accordion .panel-collapse {
    padding-left: 0;
  }
  .tab-accordion .panel-collapse p {
    font: 0.857em/1.751em Arial;
  }
  .tab-accordion .panel-collapse .container-fluid {
    padding-left: 0;
  }
  .tab-accordion
    .nutrients-analysis
    .product-nutrient-container
    .nutrients-analysis-title
    .nutrients-desc {
    display: inline-block;
  }
  .tab-accordion .nutrients-analysis .product-nutrient-container .val-g {
    display: block;
  }
  .tab-accordion .nutrients-analysis .nutrients-analysis-title {
    font: normal normal bold 1em/1.714em Arial;
  }
  .tab-accordion .nutrients-analysis .nutrient-list {
    padding: 0;
    border: none;
  }
  .tab-accordion .nutrients-analysis .nutrient-list:first-child {
    background: 0 0;
  }
  .tab-accordion .nutrients-analysis .val-g {
    display: block;
  }
  .tab-slider .normal-small-text-well {
    font: 0.857em/1.5em Arial;
  }
  .tab-slider .quicktabs-tabs {
    margin-bottom: 50px;
  }
  .tab-slider .carousel-control {
    top: 37%;
    transform: translateY(-37%);
  }
  .tab-blue .quicktabs-tabs {
    display: block;
  }
  .tab-blue .quicktabs-tabs li {
    font: normal normal bold 1em/3.429em Arial;
    max-width: 380px;
  }
  .tab-blue form {
    display: block;
  }
  .baby-formula-calculator h2 {
    margin: 0;
    margin-bottom: 9px;
  }
  .baby-formula-calculator .pane-content .webform-client-form {
    margin: 0;
    position: absolute;
    right: 10%;
    top: 13%;
    width: 35%;
  }
  .baby-formula-calculator form .control-label {
    margin-left: 0;
    font: normal normal normal 1.143em/2em Arial;
  }
  .baby-formula-calculator form .bootstrap-select {
    margin-top: 0;
  }
  .baby-formula-calculator form .bootstrap-select .btn.dropdown-toggle .filter-option {
    padding-left: 25px;
  }
  .baby-formula-calculator.pane-webform {
    margin-bottom: 0;
  }
  .carousel-control {
    height: 49px;
    width: 50px;
  }
  .carousel-control.left {
    background-position: 0 -1040px;
    opacity: 1;
  }
  .carousel-control.left:hover,
  .carousel-control.left:focus,
  .carousel-control.left:active {
    background-position: -50px -1040px;
  }
  .carousel-control.left:hover {
    opacity: 1;
  }
  .carousel-control.right {
    background-position: 0 -1091px;
    opacity: 1;
  }
  .carousel-control.right:hover,
  .carousel-control.right:focus,
  .carousel-control.right:active {
    background-position: -50px -1091px;
  }
  .carousel-control.right:hover {
    opacity: 1;
  }
  .item-wrapper-dimension.result-banner {
    border: none;
  }
  .webform-component--product-list .form-item-submitted-product-list,
  .webform-component--product-forms .form-item-submitted-product-list,
  .webform-component--product-list .form-item-submitted-product-forms,
  .webform-component--product-forms .form-item-submitted-product-forms {
    padding: 0;
    width: 33.26%;
    float: left;
    margin: 0 0.07% 0 0;
  }
  .form-head-wrapper .module-head-wrapper {
    padding: 25px 0;
  }
  .form-head-wrapper .module-head-wrapper p:last-child {
    padding-bottom: 0;
  }
  .webform-confirmation-wrapper {
    margin: 30px auto;
  }
  .webform-confirmation-wrapper h3 {
    font: normal normal bold 1.714em/1.542em Arial;
  }
  .webform-confirmation-wrapper .title {
    font: normal normal normal 1.286em Arial;
  }
  .webform-confirmation-wrapper .sub-title {
    font: normal normal bold 1.143em Arial;
  }
  .webform-confirmation-wrapper .note {
    font: normal normal normal 1em Arial;
  }
  .webform-confirmation-wrapper.formula-cal {
    margin: 60px auto 80px;
  }
  .hero-module1.help-centre-bg .hero-module1-content {
    background-color: transparent;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 3.91705%;
  }
  .hero-module1.help-centre-bg .hero-module1-content .banner-content {
    width: 33.33%;
  }
  .mid-block-text {
    color: #f47d31;
    font: normal normal bold 1.286em Arial;
  }
  .small-block-text {
    font: 0.857em Arial;
    float: left;
    margin: 15px 0;
  }
  .sign-of-readiness .banner-content .sign-ready-text {
    font: normal normal bold 2.571em/0.833em Arial;
  }
  .top-has-previous-next .top-page-wrapper {
    margin-top: 80px;
  }
  .list-grid-view form .views-exposed-form {
    padding-left: 4.7%;
    padding-right: 4.7%;
    margin: 36px 0;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_categories_value {
    padding: 0;
    width: auto;
    margin-bottom: 0;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_categories_value
    label {
    font: normal normal bold 1.714em/2.087em Arial;
    color: #4d4d4d;
    float: left;
    display: block;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_categories_value
    .views-widget {
    margin-left: 40px;
    width: 215px;
    float: left;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_categories_value
    .views-widget
    button {
    margin: 0;
  }
  .list-grid-view form .views-exposed-form .views-exposed-widget.views-widget-filter-layout {
    float: right;
    padding: 0;
    display: table;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    > label {
    font: normal normal bold 1.143em/1.5em Arial;
    color: #4d4d4d;
    display: table-cell;
    vertical-align: middle;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    .views-widget {
    float: left;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    .views-widget
    .form-radios
    .form-item-layout {
    float: left;
    margin: 0 0 0 15px;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    .views-widget
    .form-radios
    .form-item-layout
    label {
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-indent: -10000px;
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -2px -731px;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    .views-widget
    .form-radios
    .form-item-layout
    label
    input {
    visibility: hidden;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    .views-widget
    .form-radios
    .form-item-layout.active
    label {
    background-position: -51px -731px;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    .views-widget
    .form-radios
    .form-item-layout:nth-child(2)
    label {
    background-position: -2px -780px;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-layout
    .views-widget
    .form-radios
    .form-item-layout:nth-child(2).active
    label {
    background-position: -51px -780px;
  }
  .list-grid-view .multiple-articles-item-img {
    width: 100%;
    float: none;
    display: block;
  }
  .list-grid-view .articles-title {
    margin-top: 15px;
  }
  .list-grid-view .article-content {
    width: 100%;
    float: none;
    padding: 0 5% 50px;
    display: block;
  }
  .list-grid-view .article-content.listview {
    padding-left: 8.5%;
    padding-right: 10.5%;
    display: block;
  }
  .list-grid-view .article-content.listview .articles-title {
    font: normal normal normal 2.286em/1.25em Arial;
  }
  .list-grid-view .article-content.listview .articles-title-content {
    margin-top: 10px;
  }
  .list-grid-view .multiple-articles-item-img.listview {
    width: 50%;
    float: left;
  }
  .list-grid-view .multiple-articles-item-img.listview img {
    min-height: 15em;
  }
  .list-grid-view .multiple-articles-item-img.listview a {
    min-height: 0;
    display: block;
  }
  .list-grid-view .article-content.listview {
    width: 50%;
  }
  .list-grid-view .multiple-articles-item {
    clear: none;
  }
  .list-grid-view .multiple-articles-item.listview {
    width: 100%;
    float: none;
    min-height: 25em;
    align-items: center;
    display: flex;
    margin-bottom: 1px;
  }
  .list-grid-view .article-content.listview {
    padding-top: 0;
    padding-bottom: 0;
  }
  #search-form {
    margin: 25px 0;
  }
  #search-form .form-item-key-filter .control-label {
    width: 16.6667%;
    padding: 0 8px;
    float: left;
    display: block;
    font: normal normal bold 1.693em/2.025em Arial;
  }
  #search-form .form-item-key-filter .form-select {
    padding: 0 8px;
    width: 33.3333%;
    float: left;
  }
  .search-results {
    padding-left: 5%;
    padding-right: 5%;
  }
  .search-results li.search-result {
    padding: 0;
    width: 66.6667%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .search-results li.search-result h3.title {
    display: inline-block;
    font: normal normal bold 1.714em/1.667em Arial;
  }
  .search-results li.search-result .title-suffix {
    font: normal normal normal 1.714em/1.667em Arial;
    color: #f47d31;
  }
  .no-results-wrapper {
    padding: 0;
    width: 61.6667%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 0;
  }
  .no-results-wrapper h3 {
    margin-bottom: 30px;
    margin-top: 63px;
    font: normal normal bold 1.714em/1.667em Arial;
  }
  .no-results-wrapper h3 a {
    color: #f47d31;
  }
  .no-results-wrapper h3 a:hover,
  .no-results-wrapper h3 a:active,
  .no-results-wrapper h3 a:focus {
    text-decoration: none;
  }
  .no-results-wrapper h3 + h3 {
    margin-bottom: 18px;
    margin-top: 78px;
  }
  .no-results-wrapper ul li {
    width: 33.33333%;
    padding: 5px 0;
    float: left;
  }
  .no-results-wrapper ul li a {
    color: #f47d31;
    font: normal normal bold 1.159em/1.062em Arial;
    margin-right: 10px;
  }
  .no-results-wrapper ul li a:hover,
  .no-results-wrapper ul li a:active,
  .no-results-wrapper ul li a:focus {
    text-decoration: none;
  }
  .qa-wrapper h2.chng-type {
    padding: 48px 0 17px;
  }
  .qa-heading-content {
    padding-left: 10px;
    padding-right: 0;
  }
  .qa-img-split {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-choose .pane-buy-it-online .views-exposed-form,
  .product-choose .ctools-auto-submit-full-form .views-exposed-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget,
  .product-choose .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widget {
    text-align: left;
    float: left;
    width: 50%;
  }
  .product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget label,
  .product-choose .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widget label {
    float: left;
    width: 43%;
    font: normal normal bold 1.693em/2.025em Arial;
  }
  .product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget .views-widget,
  .product-choose
    .ctools-auto-submit-full-form
    .views-exposed-form
    .views-exposed-widget
    .views-widget {
    float: left;
    width: 50%;
  }
  .product-choose .pane-buy-it-online .buy-online-subtitle,
  .product-choose .ctools-auto-submit-full-form .buy-online-subtitle {
    font: normal normal normal 2em/1.321em Arial;
  }
  .product-choose .pane-buy-it-online .buyit-retailer-title,
  .product-choose .ctools-auto-submit-full-form .buyit-retailer-title {
    color: #4d4d4d;
    font: normal normal bold 1.693em/2.025em Arial;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .product-choose .pane-buy-it-online .multiple-articles-item .image-wrapper,
  .product-choose .ctools-auto-submit-full-form .multiple-articles-item .image-wrapper {
    width: 100%;
    float: none;
  }
  .product-choose .pane-buy-it-online .multiple-articles-item .article-content,
  .product-choose .ctools-auto-submit-full-form .multiple-articles-item .article-content {
    width: 100%;
    float: left;
  }
  .product-choose .buyit-retailer-title {
    color: #4d4d4d;
    font: normal normal bold 1.693em/2.025em Arial;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .gwt_btn_livechat {
    width: auto;
    min-height: 30px;
  }
  .gwt_btn_livechat a {
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -1442px
      no-repeat;
    font: normal normal bold 24px Arial;
    padding: 10px 10px 0 70px;
    line-height: 14px;
    height: 35px;
    transform: scale(0.8);
  }
  .page-store-locator .panel-panel {
    margin: 40px 0;
  }
  .page-store-locator .panel-panel form .form-item {
    float: left;
    width: 50%;
  }
  .page-store-locator .panel-panel form .form-item.form-item-zipcode1,
  .page-store-locator .panel-panel form .form-item.form-item-zipcode2 {
    float: left;
    width: 25%;
  }
  .page-store-locator .panel-panel form .form-item.form-item-zipcode2 input {
    float: none;
  }
  .page-store-locator .panel-panel form .form-item-state {
    margin-bottom: 15px;
  }
  .page-store-locator .panel-panel form button.form-submit {
    max-width: 380px;
    margin: 40px 0;
    float: left;
  }
  .page-store-locator .panel-panel #store-result-list .thead {
    display: block;
  }
  .page-store-locator .panel-panel #store-result-list .thead .td {
    width: 16.66%;
    display: inline;
  }
  .page-store-locator .panel-panel #store-result-list .tr .td {
    width: 16.66%;
    display: inline;
    margin: 0;
  }
  .page-store-locator .panel-panel #store-result-list .tr .td a {
    display: inline;
    margin-top: 0;
  }
  .button-description {
    text-align: left;
  }
  .modal-header {
    padding: 15px;
  }
  .modal-body {
    padding: 15px;
  }
  .enfamil-user-login-form-wrapper .normal-login-form {
    width: 45%;
    padding: 0 30px;
  }
  .enfamil-user-login-form-wrapper .gigya {
    width: 55%;
  }
  .enfamil-user-login-form-wrapper .register-section {
    margin-top: 20px;
  }
  body.no-panel-page #user-pass,
  body.no-panel-page .profile,
  body.no-panel-page #user-login {
    padding: 60px 20px 50px;
  }
  body.logged-in .header-top .region-top-bar ul.menu li a.join-enfamil {
    display: none;
  }
  .basic-page {
    margin: 30px auto 30px 16.66666667%;
    padding: 0;
    width: 66.66666667%;
  }
  .search-head.page-not-found form#search-block-form {
    padding: 10px;
  }
  .search-head.page-not-found form#search-block-form .form-text {
    font: normal normal bold 1em/1.429em Arial;
  }
  .search-head.page-not-found form#search-block-form .input-group-btn .btn {
    height: 30px;
  }
  .pane-term-collection .pane-content {
    position: relative;
  }
  .pane-term-collection .pane-content .content-index-category {
    padding: 0 4.7%;
    position: absolute;
    top: 35px;
    width: auto;
  }
  .pane-term-collection .pane-content .content-index-category label {
    float: left;
    display: block;
  }
  .pane-term-collection .pane-content .content-index-category .form-select {
    margin-left: 75px;
    width: 215px;
    max-width: 100%;
    float: left;
  }
  body.logged-in .tabs--primary.nav.nav-tabs {
    padding: 50px 3.91705% 0 5.91705%;
  }
  .product-category-article .ps-widget {
    height: 40px;
    width: 48%;
    max-width: 100%;
    margin-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .product-category-article .ps-widget span {
    line-height: 40px;
  }
  .product-category-article .stages-button .primary-button {
    width: 51%;
    float: none;
    clear: none;
  }
  .staged-product-buy-online {
    float: right;
  }
  .legal-alert-popup,
  .hcps-alert-popup {
    position: absolute;
    bottom: auto;
  }
  .legal-alert-popup {
    left: 10%;
    right: 10%;
  }
  .legal-alert-popup .legal-alert-popup-content {
    padding: 0;
  }
  .legal-alert-popup .legal-alert-popup-content .text-center .legal-alert-accept {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .hcps-alert-popup {
    left: 18%;
    right: 18%;
  }
  .hcps-alert-popup .hcps-alert-button-wrapper .primary-button:nth-child(1) {
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
  }
  .hcps-alert-popup .hcps-alert-button-wrapper .primary-button:nth-child(2) {
    margin-left: 10px;
  }
  .hcps-alert-popup .hcps-alert-popup-content {
    padding: 25px;
  }
  .hcps-alert-popup p {
    text-align: center;
  }
  .confirmation-popup {
    height: 250px;
    top: 15%;
    width: 500px;
  }
  .plus-icon:before {
    content: 'Apri';
    right: 55px;
    left: auto;
    white-space: nowrap;
  }
  .product-category-article {
    margin-bottom: 0;
  }
  .cookie-compliance-container {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .cookie-compliance-container .cookie-compliance-text {
    padding-bottom: 0;
  }
  .cookie-compliance-container .btn-posn {
    margin-bottom: 8px;
  }
  .cookie-compliance-container .primary-button-large:nth-child(1) {
    float: none;
    width: 100%;
  }
  .cookie-compliance-container .primary-button-large:nth-child(2) {
    float: none;
    width: 100%;
  }
  .mother-banner-description .hero-module1-content {
    margin-bottom: auto;
  }
  .product-tabs
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border.article-bottom-1822 {
    background-color: #7dacd5;
  }
  .product-tabs
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border.article-bottom-1823 {
    background-color: #8a8c8f;
  }
  .product-tabs
    .multiple-articles
    .view-content
    .multiple-articles-item
    .image-wrapper
    .border.article-bottom-1824 {
    background-color: #86bf72;
  }
  .single-nutrient-tab .bef-select-as-links .form-item,
  .single-preparation-tab .bef-select-as-links .form-item {
    text-align: center;
  }
  .stages-button .primary-button:nth-child(1) {
    border-radius: 5px 0 0 5px;
  }
  .stages-button .primary-button:nth-child(2) {
    border-radius: 0 5px 5px 0;
  }
  .stages-button .primary-button {
    margin-bottom: 0;
    float: left;
    width: 50%;
  }
  .stages-button .primary-button.make-large-store-locator-1 {
    border-radius: 5px;
    float: none;
    width: 100%;
  }
  .search-well {
    min-height: 29.667em;
  }
  .consultation .consultation-hour .timing {
    white-space: nowrap;
  }
  .product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget label,
  .product-choose .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widget label {
    float: left;
    width: 48%;
    font: normal normal bold 1.4693em/2.025em Arial;
  }
  .article-cookies-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    color: #f47d31;
  }
  .header-top .region-top-bar ul.menu li a.join-enfamil:before,
  .header-top .region-top-bar-right ul.menu li a.join-enfamil:before,
  .header-top .region-top-bar .language-switcher-locale-url li a.join-enfamil:before,
  .header-top .region-top-bar-right .language-switcher-locale-url li a.join-enfamil:before,
  .header-top .region-top-bar .block-title li a.join-enfamil:before,
  .header-top .region-top-bar-right .block-title li a.join-enfamil:before {
    background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -32px -1020px
      no-repeat;
    width: 20px;
    height: 16px;
  }
  .page-store-locator .panel-panel form .form-item.form-item-zipcode1 {
    width: 25%;
  }
  .page-store-locator .panel-panel form .form-item.form-item-zipcode1 input {
    width: 135px;
  }
  .product-banner .product-category-article-well .stages-button a {
    margin-right: 8px;
  }
  .buy-online .views-exposed-form .views-exposed-widget .btn {
    margin-top: 0;
  }
  .faq-filters {
    margin: 20px 0;
  }
  .faq-filters .filter-label {
    font: bold 1.333em Arial;
  }
  .faq-filters .view-id-faq_accordion_1 > .view-header .view-content {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
  }
  .faq-filters .view-id-faq_accordion_1 > .view-header .view-header {
    display: inline-block;
    float: none;
    margin-bottom: 0;
  }
  .faq-filters .view-id-faq_accordion_1 > .view-filters .views-exposed-widget {
    padding-top: 0;
    padding-right: 0;
    float: right;
  }
  .faq-filters .view-id-faq_accordion_1 > .view-filters .form-item input {
    font: bold 1.143em Arial;
  }
  .faq-filters .view-id-faq_accordion_1 .view-header .form-item .btn {
    font: bold 1.143em Arial;
  }
  .faq-filters .view-id-faq_accordion_1 .view-header .form-item .btn .filter-option {
    margin-top: 0;
    padding: 0 10px;
  }
  .pane-faq-accordion-1 .panel-default .panel-heading .panel-title a {
    font-size: 1em;
  }
  .pane-faq-accordion-1 .pager-wrapper .pagination li span,
  .pane-faq-accordion-1 .pager-wrapper .pagination li a {
    margin: 0 10px;
  }
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    label,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    label,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    label,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    label,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    label,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    label,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    label,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    label,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    label {
    font: normal normal bold 1.714em/2.087em Arial;
    display: inline-block;
  }
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    .views-widget,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    .views-widget,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    .views-widget,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    .views-widget,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    .views-widget,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    .views-widget,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    .views-widget,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    .views-widget,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    .views-widget {
    display: inline-block;
    float: none;
    margin-left: 15px;
    vertical-align: middle;
    width: 235px;
  }
  .downloads
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview,
  .page-blog-hub
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview,
  .blog-hub-little-spoon
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview {
    padding-left: 8.5%;
    padding-right: 10.5%;
  }
  .downloads
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview
    .articles-title,
  .page-blog-hub
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview
    .articles-title,
  .blog-hub-little-spoon
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview
    .articles-title {
    margin-top: 15px;
  }
  .downloads
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview
    .article-category,
  .page-blog-hub
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview
    .article-category,
  .blog-hub-little-spoon
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content.listview
    .article-category {
    margin-top: 15px;
  }
  .blog-hub-description .pregnancy-week-description-wrapper {
    padding: 3em 6.91705069124424% 1em;
    margin-bottom: 0;
  }
  .blog-article-date {
    padding: 8px 10px;
  }
  .masonry-gird-view.list-grid-view.multiple-articles .pager {
    margin: 15px 0 40px;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-content
    .ask-anexpert-content-containers
    .views-row {
    margin: 0;
    padding: 15px 20px;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-content
    .ask-anexpert-content-containers
    .views-row
    .multiple-articles-item {
    padding: 0;
    margin-bottom: 3em;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-content
    .ask-anexpert-content-containers
    .views-row
    .multiple-articles-item
    .article-content
    h3 {
    padding-bottom: 10px;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-content
    .ask-anexpert-content-containers
    .views-row
    .multiple-articles-item
    .webform-html-textarea
    p {
    padding-bottom: 18px;
  }
  .pane-enfamil-allergytest-ask-an-expert-submission {
    margin-top: 2em 0 3em 7.91705069124424%;
  }
  .pane-enfamil-allergytest-ask-an-expert-submission .pane-content form > div .ask-title {
    margin: 15px 0 68px;
  }
  .pane-enfamil-allergytest-ask-an-expert-submission
    .pane-content
    form
    > div
    .form-item.webform-component-textfield,
  .pane-enfamil-allergytest-ask-an-expert-submission
    .pane-content
    form
    > div
    .form-item.webform-component-email,
  .pane-enfamil-allergytest-ask-an-expert-submission
    .pane-content
    form
    > div
    .form-item.webform-component-select {
    width: 45%;
  }
  .pane-enfamil-allergytest-ask-an-expert-submission
    .pane-content
    form
    > div
    .form-item.webform-component-textfield
    .bootstrap-select,
  .pane-enfamil-allergytest-ask-an-expert-submission
    .pane-content
    form
    > div
    .form-item.webform-component-email
    .bootstrap-select,
  .pane-enfamil-allergytest-ask-an-expert-submission
    .pane-content
    form
    > div
    .form-item.webform-component-select
    .bootstrap-select {
    max-width: 100%;
  }
  .pane-enfamil-allergytest-ask-an-expert-submission
    .pane-content
    form
    > div
    .form-item.webform-component-textarea {
    width: 85%;
  }
  .pane-enfamil-allergytest-ask-an-expert-submission .form-actions a {
    padding: 9px 12px;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget {
    display: inline-block;
    margin-bottom: 0;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget
    label {
    font: normal normal bold 1.714em/2.087em Arial;
    display: inline-block;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget
    .views-widget {
    display: inline-block;
    float: none;
    margin-left: 15px;
    vertical-align: middle;
    width: 235px;
    margin-top: 0;
  }
  .masonry-gird-view.list-grid-view.multiple-articles .view-content {
    margin-left: 6.91705069124424%;
    margin-right: 6.91705069124424%;
    margin-top: 3em;
    border: 0;
  }
  .masonry-gird-view.list-grid-view.multiple-articles .view-content .views-row {
    width: 31.33%;
    margin: 0 1% 2%;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-content
    .views-row
    .col-sm-4.multiple-articles-item
    .article-content
    h3.articles-title {
    padding-bottom: 15px;
  }
  .allergy-test-online-widget .pane-content {
    background-color: #ecf4fb;
    padding: 2em 6.91705069124424% 2em;
  }
  .allergy-test-online-widget .pane-content .webform-component-checkboxes,
  .allergy-test-online-widget .pane-content .webform-component-radios {
    width: 100%;
  }
  .allergy-test-online-widget .pane-content .webform-component-checkboxes .form-radios .radio,
  .allergy-test-online-widget .pane-content .webform-component-radios .form-radios .radio {
    height: 75px;
  }
  .allergy-test-online-widget .pane-content .form-actions {
    margin-top: -90px;
    width: 30%;
    text-align: left;
    float: right;
  }
  .allergy-test-online-widget .webform-client-form .webform-progressbar {
    width: 60%;
  }
  .allergy-test-online-widget .allergy-wrapper-confirmation {
    max-width: 78%;
  }
  .allergy-test-online-widget .allergy-test-actions {
    margin-top: 7em;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper {
    width: 50%;
    margin-left: 30px;
    margin-bottom: 3em;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper {
    float: left;
    width: 33.33%;
    border-right: 1px solid #b4cfe7;
    border-bottom: 0;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    div.time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    div.time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    div.time {
    float: left;
    width: 100%;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    div.time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    div.time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    div.time
    span {
    padding: 10px 0;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .prep-time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .prep-time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .prep-time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .cook-time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .cook-time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .cook-time,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .makes,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .makes,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .makes {
    width: 100%;
    float: left;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .prep-time
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .prep-time
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .prep-time
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .cook-time
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .cook-time
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .cook-time
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .makes
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .makes
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .makes
    img,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .prep-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .prep-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .prep-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .cook-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .cook-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .cook-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .makes
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .makes
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .makes
    span {
    width: 100%;
    display: block;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .prep-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .prep-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .prep-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .cook-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .cook-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .cook-time
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .prep-time-wrapper
    .makes
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .cook-time-wrapper
    .makes
    span,
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper
    .makes
    span {
    padding-left: 0;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    .blog-article-detail-image
    .media-image-wrapper
    .blog-article-prep-time
    .makes-wrapper {
    border-right: 0;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    table
    td:nth-child(3)
    p {
    display: table;
    float: none;
    margin: 13px auto;
    text-align: left;
    width: 36%;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-content
    h4.typograph {
    margin-top: 0;
  }
  .blog-article-body-text.article-body
    .blog-article-detail-block
    .blog-article-detail-block-directions
    ul
    li
    p {
    width: 90%;
  }
  .page-blog-hub .hero-module1-content {
    margin-bottom: auto;
    margin-top: auto;
  }
  .cookie-action-container .accept-cookies,
  .cookie-action-container .decline-cookies {
    margin-bottom: 10px;
  }
  .single-col-crm-form form div.error {
    margin-left: 215px;
  }
  .single-col-crm-form form .form-actions {
    margin: 20px 0 20px 200px;
  }
  .list-grid-view .article-content {
    padding: 0 60px 20px;
  }
  .legal-alert-popup-space .legal-alert-popup,
  .hcps-alert-block .legal-alert-popup,
  .legal-alert-popup-space .hcps-alert-popup,
  .hcps-alert-block .hcps-alert-popup {
    overflow-y: auto;
    height: auto;
  }
  .downloads
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content {
    padding: 0 60px 50px;
  }
  .downloads
    .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .article-content
    .articles-title {
    min-height: 2.5em;
  }
  .node-type-article .heading-block h1 {
    margin-bottom: 0;
  }
  .node-type-article .media-image-wrapper .media-image-inner-wrapper {
    margin-left: 0;
  }
  .faq-help-centre .pane-faq-accordion-1 {
    margin-top: 50px;
  }
  .page-faq .pager .pager-show-more-next {
    margin: 30px 0 0;
  }
  .page-blog-hub .pager {
    margin: 44px 0 40px;
  }
  .list-grid-view.multiple-articles.video-body .pager {
    margin: 44px 0 40px;
  }
  #popup-message-content .pop-up-top,
  #hcps-popup-message-content .pop-up-top {
    padding: 20px 45px;
  }
  #popup-message-content .pop-up-top .pop-up-desc,
  #hcps-popup-message-content .pop-up-top .pop-up-desc {
    padding: 0;
  }
  #popup-message-content .pop-up-top .pop-up-desc .pop-up-title,
  #hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-title {
    width: 75%;
  }
  #popup-message-content .pop-up-top .pop-up-desc .pop-up-title h1,
  #hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-title h1 {
    margin-top: 0;
    padding-bottom: 5px;
  }
  #popup-message-content .pop-up-top .pop-up-desc .pop-up-notice ul,
  #hcps-popup-message-content .pop-up-top .pop-up-desc .pop-up-notice ul {
    padding-left: 40px;
  }
  #popup-message-content .popup-transparent,
  #hcps-popup-message-content .popup-transparent {
    float: left;
    width: 100%;
    height: 8px;
    display: block;
  }
  #popup-message-content .pop-up-bottom,
  #hcps-popup-message-content .pop-up-bottom {
    width: 100%;
    padding: 15px 45px;
  }
  #popup-message-content .pop-up-bottom .pop-up-split,
  #hcps-popup-message-content .pop-up-bottom .pop-up-split {
    width: 50%;
    padding: 10px 15px;
  }
  #popup-message-content .pop-up-bottom .pop-up-split.split-1,
  #hcps-popup-message-content .pop-up-bottom .pop-up-split.split-1 {
    border-right: 1px solid #ccc;
  }
  #popup-message-content .blue-button,
  #hcps-popup-message-content .blue-button {
    margin: 10px auto;
    max-width: 295px;
  }
  .yumpu-pdf {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and screen and (min-width: 768px) {
  .search-results {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumb li {
    font: normal normal normal 1em/1.5em Arial;
  }
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-blue:after,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-video:after,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-gold:after {
    margin-top: 1px;
  }
  .bootstrap-select .btn.dropdown-toggle {
    padding: 0 3px;
    font: normal normal bold 1.0143em/2.5em Arial;
  }
  .bootstrap-select .dropdown-menu.open ul.dropdown-menu li {
    font: normal normal bold 1.0143em/2.5em Arial;
  }
  .gride-list-switch-wrapper .category-label {
    font: normal normal bold 1.714em/2em Arial;
  }
  .list-grid-view
    form
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_categories_value
    .views-widget {
    margin-left: 75px;
    width: 380px;
    max-width: 100%;
    float: left;
  }
  .promo-banner-content .banner-content .normal-small-text-well img {
    max-height: 100%;
    margin: 0 7px;
  }
  .article-content {
    min-height: 17em;
  }
  .article-content.rating-wrapper {
    min-height: 17em;
  }
  .pane-term-collection .pane-content .content-index-category {
    top: 30px;
  }
  .pane-term-collection .pane-content .content-index-category .form-select {
    margin-left: 40px;
    width: 380px;
  }
  .product-category-article .ps-widget {
    height: 48px;
  }
  .product-category-article .ps-widget span {
    line-height: 48px;
  }
  .search-content {
    min-height: 36.214em;
  }
  .search-well {
    min-height: 25.667em;
  }
  .confirmation-popup {
    height: 225px;
    width: 600px;
  }
  .confirmation-popup .confirm-button {
    margin-right: 15px;
  }
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    .views-widget,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    .views-widget,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_article_category_value
    .views-widget,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    .views-widget,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    .views-widget,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_blog_article_category_tid
    .views-widget,
  .downloads
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    .views-widget,
  .page-blog-hub
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    .views-widget,
  .blog-hub-little-spoon
    .multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget.views-widget-filter-field_little_spoonful_category_tid
    .views-widget {
    width: 360px;
    margin-left: 30px;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-filters
    .views-exposed-form
    .views-exposed-widget
    .views-widget {
    margin-left: 30px;
    width: 386px;
  }
  .masonry-gird-view.list-grid-view.multiple-articles
    .view-content
    .views-row
    .col-sm-4.multiple-articles-item
    .article-content
    h3.articles-title {
    padding-bottom: 15px;
  }
  .single-col-crm-form form .form-actions {
    margin: 20px 0 20px 200px;
  }
  .single-col-crm-form form .form-item-submitted-brochure div > div label {
    padding-left: 30px;
  }
  .single-col-crm-form form .form-item-submitted-brochure div > div input {
    margin-top: 7px;
  }
  .node-type-article .media-image-wrapper .media-image-inner-wrapper {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb li {
    font: normal normal normal 0.857em/1.5em Arial;
  }
  .hero-module1-content .container-fluid .row .normal-small-text-well {
    padding: 15px 0 37px;
  }
  .hero-module-3 .hero-module-3-content-wrapper .container-fluid .hero-module-3-content h2 {
    margin-bottom: 15px;
  }
  .hero-module-3 .hero-module-3-content-wrapper .container-fluid .hero-module-3-content p {
    font: normal normal normal 1em/1.571em Arial;
  }
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-blue,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-video,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-gold {
    margin-top: 0;
  }
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-blue:after,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-video:after,
  .hero-module-3
    .hero-module-3-content-wrapper
    .container-fluid
    .hero-module-3-content
    .button-style-gold:after {
    margin-top: 4px;
  }
  .hero-module-3.row-2 .hero-module-3-content-wrapper .container-fluid .split-banner-space {
    padding-left: 5px;
    padding-right: 0;
  }
  .bootstrap-select .btn.dropdown-toggle {
    padding: 0 3px;
    font: normal normal bold 1.167em/2.857em Arial;
  }
  .bootstrap-select .dropdown-menu.open ul.dropdown-menu li {
    font: normal normal bold 1.167em/2.857em Arial;
  }
  .product-tabs.module-head-wrapper .pane-title {
    width: 26%;
  }
  .product-category-article-well h2 {
    margin-bottom: 9px;
  }
  .single-product-article img {
    margin-left: auto;
    margin-right: auto;
  }
  .pager {
    margin: 44px 0 40px;
  }
  .article-content {
    padding: 0 60px 20px;
  }
  .list-grid-view .article-content {
    padding: 0 60px 20px;
  }
  .gride-list-switch-wrapper .category-label {
    font: normal normal bold 1.714em/2em Arial;
  }
  .single-col-crm-form form {
    width: 50%;
  }
  .pane-term-collection .content-index-category {
    top: 25px;
  }
  .video-icon-wrapper > a:after,
  .video-thumb-yes > a:after {
    background: rgba(0, 0, 0, 0)
      url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) no-repeat scroll -2px -831px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
  }
  .video-icon .single-product-img-wrapper picture:after {
    background: rgba(0, 0, 0, 0)
      url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png)
      no-repeat scroll -2px -831px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
  }
  .hcps-alert-popup {
    left: 10%;
    right: 10%;
  }
  .multiple-articles
    .view-content
    .helpsheet-multiple-articles-item.multiple-articles-item
    .articles-title-content
    .multiple-articles-content-pdf-wrapper {
    min-height: 5.1em;
  }
  .search-content {
    min-height: 33.214em;
  }
  .search-well {
    min-height: 22.667em;
  }
  .confirmation-popup {
    height: 250px;
  }
}
@media screen and (min-width: 1302px) {
  .hero-module1,
  .efb-section,
  .product-category-article {
    min-height: 28.571em;
  }
  .hero-module-3 {
    min-height: 25.571em;
  }
  .product-choose .pane-buy-it-online .views-exposed-form .views-exposed-widget label,
  .product-choose .ctools-auto-submit-full-form .views-exposed-form .views-exposed-widget label {
    font: normal normal bold 1.693em/2.025em Arial;
  }
}
.small.button {
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  border: 0;
  max-width: 270px;
  padding: 10px;
  font: normal normal bold 1.167em/1.4857em Arial;
}
.small.button:active,
.small.button:hover,
.small.button:focus {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .small.button {
    font: normal normal bold 1em/1.429em Arial;
    max-width: 215px;
    padding: 14px 10px;
  }
}
@media screen and (min-width: 992px) {
  .small.button {
    max-width: 295px;
  }
}
@media screen and (min-width: 1200px) {
  .small.button {
    max-width: 380px;
  }
}
.small.button {
  width: auto;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .small.button {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .small.button {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .small.button {
    max-width: none;
  }
}
.small.button {
  background-color: #f47d31;
}
.small.button:active {
  background-color: #f26911;
}
h3.typograph {
  font: normal normal bold 1.5em/1.333em Arial;
}
h3.typograph {
  color: #f47d31;
}
.subhead-title {
  font: normal normal bold 1.167em/1.429em Arial;
  color: #f47d31;
}
@media screen and (min-width: 768px) {
  .subhead-title {
    font: normal normal bold 1.143em/1.375em Arial;
  }
}
h4.typograph {
  font: normal normal bold 1.167em/1.429em Arial;
  color: #f47d31;
}
@media screen and (min-width: 768px) {
  h4.typograph {
    font: normal normal bold 1.143em/1.375em Arial;
  }
}
h5.typograph {
  font: normal normal bold 1em/1.5em Arial;
  color: #f47d31;
}
@media screen and (min-width: 768px) {
  h5.typograph {
    font: normal normal bold 1em/1.714em Arial;
  }
}
#gigya-share-top,
#gigya-share-bottom,
iframe {
  max-width: 100%;
}
.gig-comments-reviews {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  h3.typograph {
    font: normal normal bold 1.714em/1.667em Arial;
  }
}
.media-image-wrapper .media-image-inner-wrapper {
  margin-bottom: 25px;
  margin-top: 0;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .media-image-wrapper .media-image-inner-wrapper {
    display: inline;
    float: right;
    text-align: right;
    margin-left: 25px;
  }
}
.global-footer {
  background-color: #f8f8f8;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  .global-footer {
    padding-left: 3.91705069124424%;
    padding-right: 3.91705069124424%;
  }
}
.global-footer .footer-social {
  margin-top: 20px;
}
.global-footer .footer-bottom {
  padding: 20px 0 15px;
}
.footer-top {
  padding-top: 34px;
}
.footer-top:before,
.footer-top:after {
  content: ' ';
  display: table;
}
.footer-top:after {
  clear: both;
}
.footer-top:before,
.footer-top:after {
  content: ' ';
  display: table;
}
.footer-top:after {
  clear: both;
}
.footer-logo {
  margin-top: 8px;
}
.footer-logo.partner-logo {
  margin-top: 35px;
}
.footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.consultation {
  margin-top: 35px;
}
.consultation .call-babycenter {
  color: #f47d31;
  font: normal normal bold 1.167em/1.286em Arial;
  text-decoration: none;
}
.consultation .call-babycenter:hover,
.consultation .call-babycenter:focus {
  text-decoration: none;
}
.consultation .call-babycenter a {
  color: #f47d31;
  text-decoration: none;
}
.consultation .call-babycenter a:hover,
.consultation .call-babycenter a:focus {
  text-decoration: none;
}
.consultation .consultation-hour .timing {
  display: block;
  font: normal normal normal 1em/1.833em Arial;
}
.footer-top ul.menu {
  margin: 14px 0 20px;
}
.footer-top ul.menu li a {
  font: normal normal bold 1.167em/2.85857em Arial;
  color: #f47d31;
  padding: 0;
}
.footer-top ul.menu li a:hover,
.footer-top ul.menu li a:focus,
.footer-top ul.menu li a:active {
  text-decoration: none;
  background-color: transparent;
}
.footer-social .social-label,
.footer-social .social-icon {
  float: left;
}
.footer-social .social-label {
  font: normal normal bold 1.167em/2.5857em Arial;
  padding-right: 10px;
  margin-top: -4px;
  color: #f47d31;
}
.footer-social .social-icon {
  margin: 0 7px;
  height: 32px;
  width: 32px;
}
.footer-social .facebook {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -24px
    no-repeat;
}
.footer-social .facebook:hover,
.footer-social .facebook:focus,
.footer-social .facebook:active {
  background-position: -1px -57px;
}
.footer-social .youtube {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -34px -24px
    no-repeat;
}
.footer-social .youtube:hover,
.footer-social .youtube:focus,
.footer-social .youtube:active {
  background-position: -34px -57px;
}
.footer-social .instagram {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -67px -24px
    no-repeat;
}
.footer-social .instagram:hover,
.footer-social .instagram:focus,
.footer-social .instagram:active {
  background-position: -67px -57px;
}
.footer-social .share {
  background: url(../../themes/enfamilitalynutramigen/images/all-icon-sprites.png) -1px -154px
    no-repeat;
  position: relative;
  z-index: 2;
}
.footer-social .share:hover,
.footer-social .share:focus,
.footer-social .share:active {
  background-position: -34px -154px;
}
.footer-social .gig-share-bar-container .gig-share-button-container .gig-share-button {
  position: relative;
}
.footer-social
  .gig-share-bar-container
  .gig-share-button-container
  .gig-share-button
  .tabbing-button {
  position: absolute;
  z-index: 1;
  min-height: 32px;
  min-width: 32px;
  padding: 8px;
  right: 7px;
  top: -10px;
  opacity: 0;
}
.footer-bottom {
  padding: 42px 0 15px;
  color: #4d4d4d;
}
.footer-bottom:before,
.footer-bottom:after {
  content: ' ';
  display: table;
}
.footer-bottom:after {
  clear: both;
}
.footer-bottom:before,
.footer-bottom:after {
  content: ' ';
  display: table;
}
.footer-bottom:after {
  clear: both;
}
.footer-bottom .copy-right {
  display: table-footer-group;
  padding: 0 0 10px;
}
.footer-bottom-nav {
  display: table-header-group;
}
.footer-bottom-nav ul li {
  margin-bottom: 12px;
}
.footer-bottom-nav ul li a {
  color: #4d4d4d;
  font: normal normal normal 1em/1.5em Arial;
  padding: 0;
}
.footer-bottom-nav ul li a:hover,
.footer-bottom-nav ul li a:focus,
.footer-bottom-nav ul li a:active {
  text-decoration: none;
  background-color: transparent;
  color: #f47d31;
}
.copyright {
  margin: 17px 0 30px;
  font: normal normal normal 1em/1.5em Arial;
}
div#componentDivFooter {
  max-width: 100%;
}
body.page-enrollpage-enfamil-a-gentlease-contest .gentlease-footer-text,
body.page-taxonomy-term-746 .gentlease-footer-text,
body.page-taxonomy-term-756 .gentlease-footer-text,
body.page-taxonomy-term-751 .gentlease-footer-text,
body.page-taxonomy-term-1116 .gentlease-footer-text {
  font-size: 0.833em;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .footer-top {
    padding-top: 30px;
  }
  .consultation {
    margin-top: 8px;
  }
  .consultation .call-babycenter {
    color: #f47d31;
    font: normal normal bold 1em/1.286em Arial;
  }
  .consultation .call-babycenter a {
    color: #f47d31;
    text-decoration: none;
  }
  .consultation .call-babycenter a:hover,
  .consultation .call-babycenter a:focus {
    text-decoration: none;
  }
  .consultation .consultation-hour .timing {
    font: normal normal normal 0.857em/1.833em Arial;
  }
  .footer-top ul.menu {
    margin: 0;
  }
  .footer-top ul.menu li a {
    font: normal normal bold 1em/2.5857em Arial;
  }
  .footer-social .social-icon {
    margin: 0 -3px;
  }
  .footer-social .social-label {
    font: normal normal bold 1em/2.5857em Arial;
    margin-top: 0;
    padding-right: 5px;
  }
  .footer-social .facebook,
  .footer-social .youtube,
  .footer-social .instagram,
  .footer-social .share {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  .footer-social .gig-share-bar-container {
    position: relative;
  }
  .footer-social .gig-share-bar-container .gig-share-button-container .gig-share-button {
    position: static;
  }
  .footer-social
    .gig-share-bar-container
    .gig-share-button-container
    .gig-share-button
    .tabbing-button {
    right: 0;
    top: -10px;
    transform: scale(0.6);
  }
  .global-footer .footer-social {
    margin-top: 4px;
  }
  .global-footer .footer-bottom {
    padding: 20px 0 77px;
  }
  .global-footer .footer-bottom .copy-right {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    font: normal normal normal 0.857em/1.5em Arial;
    width: 39%;
  }
  .footer-bottom-nav {
    float: none;
    display: inline-block;
    vertical-align: bottom;
    width: 60%;
    text-align: right;
  }
  .footer-bottom-nav ul {
    margin-top: -2px;
  }
  .footer-bottom-nav ul li {
    padding: 0 30px 0 5px;
    margin: 0;
    display: inline-block;
  }
  .footer-bottom-nav ul li a {
    font: normal normal normal 0.857em/1.5em Arial;
  }
  body.page-enrollpage-enfamil-a-gentlease-contest .gentlease-footer-text,
  body.page-taxonomy-term-746 .gentlease-footer-text,
  body.page-taxonomy-term-756 .gentlease-footer-text,
  body.page-taxonomy-term-751 .gentlease-footer-text,
  body.page-taxonomy-term-1116 .gentlease-footer-text {
    font-size: 0.857em;
  }
  .footer-logo.partner-logo {
    margin-top: 8px;
  }
}
@media screen and (min-width: 992px) {
  .footer-top {
    padding-top: 40px;
  }
  .footer-social .social-icon {
    margin: 0 4px;
  }
  .footer-social .social-label {
    margin-top: 0;
  }
  .footer-social .facebook,
  .footer-social .youtube,
  .footer-social .instagram,
  .footer-social .share {
    transform: scale(0.8);
  }
  .footer-social .gig-share-bar-container {
    position: static;
  }
  .footer-social .gig-share-bar-container .gig-share-button-container .gig-share-button {
    position: relative;
  }
  .footer-social
    .gig-share-bar-container
    .gig-share-button-container
    .gig-share-button
    .tabbing-button {
    right: 4px;
    top: -10px;
    transform: scale(0.8);
  }
  .footer-bottom-nav ul {
    margin-top: -3px;
  }
  .footer-bottom-nav ul li {
    padding: 0 35px 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-top {
    padding-top: 54px;
  }
  .footer-top ul.menu {
    margin: -4px 0 0;
  }
  .footer-social .social-icon {
    margin: 0 7px;
  }
  .footer-social .social-label {
    margin-top: -4px;
  }
  .footer-social .facebook,
  .footer-social .youtube,
  .footer-social .instagram,
  .footer-social .share {
    transform: scale(1);
  }
  .footer-social
    .gig-share-bar-container
    .gig-share-button-container
    .gig-share-button
    .tabbing-button {
    right: 7px;
    top: -10px;
    transform: scale(1);
  }
  .footer-bottom {
    padding: 70px 0 77px;
  }
  .footer-bottom-nav ul {
    margin-top: -6px;
  }
  body.page-enrollpage-enfamil-a-gentlease-contest .footer-top,
  body.page-taxonomy-term-746 .footer-top,
  body.page-taxonomy-term-756 .footer-top,
  body.page-taxonomy-term-751 .footer-top,
  body.page-taxonomy-term-1116 .footer-top {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1302px) {
  .footer-social .social-label {
    padding-right: 10px;
  }
}
