/**
 * @file base css
 */

html {
  font-size: 100%;
}

/**
 * CKEditor fix for content width
 */
html[dir=ltr] {
  font-size: 100% !important;
  background: #fff;
}

body {
  color: #777;
  padding: 0;
  margin: 0;
  font-family: 'opensans';
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}

a, a:focus, a:active {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #777;
  text-decoration: underline;
  outline: 0;
}

li a.active {
  color: #777;
}

/**
 * Typography
 */
p, ul, ol, dl, hr, table, form, pre, h1, h2, h3 {
  margin: 10px 0;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'quicksand';
  padding-bottom: 5px;
  color: #68c8cc;
  border-bottom: 1px solid #68c8cc;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  line-height: 28px;
}

h3 {
  font-size: 18px;
  line-height: 18px;
  color: #777;
}

h4 {
  font-size: 14px;
  line-height: 14px;
  color: #777;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

#bookings h2 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'quicksand';
  margin-bottom: 10px;
}

p+h2, ul+h2, ol+h2, table+h2,
p+h3, ul+h3, ol+h3, table+h3, h2+h3 {
  margin-top: 24px;
}

/**
 * Layout
 */

.container {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0;
}

#header-wrapper {
  position: relative;
  z-index: 999;
  background: #68c8cc url(images/header-bg.png) 50% 50% no-repeat;
}

#header {
  padding: 0 10px;
  height: 114px;
}

#logo {
  float: left;
  line-height: 0;
  background: #68c8cc;
  height: 85px;
  padding-top: 29px;
  padding-right: 15px;
}

#main-wrapper {
  background: #fff;
}

#footer-wrapper {
  background: #000;
  padding: 16px 0;
}

#footer > img {
  width: 100%;
}

#copyright-wrapper {
  text-align: center;
}

#page-title-container {
  margin: 0 0 5px 0;
}

.front #main,
#info,
#copyright {
  padding: 10px 0;
}

#main {
  position: relative;
}

/**
 * Navigation menu
 */

#nav {
  float: right;
  z-index: 999;
  margin-top: 17px;
  width: 580px;
}

#nav ul,
#nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav li {
  display: inline;
}

#nav li a {
  text-transform: uppercase;
  color: #696969;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px 0 0;
}

#nav li.last a {
  padding-right: 0;
}

#nav li a:hover {
  color: #68c8cc;
  text-decoration: none;
}

#nav-top {
  border-bottom: 1px solid #696969;
  padding-bottom: 4px;
}

#nav-top-links {
  float: left;
  margin-right: 20px;
}

#nav-top-phone {
  font-weight: bold;
}

.bny-social-icons {
  width: 90px;
  margin-right: 0;
}

.bny-social-icons a:hover img {
  opacity: 0.8;
}

#nav-top-links li a {
  color: #696969;
  padding-top: 0;
}

#nav-top-links li a:hover {
  color: #68c8cc;
}

#nav-top-phone {
  color: #696969;
  font-size: 16px;
  margin-top: -40px;
  float: right;
}
#nav-top-phone span {
  font-size: 14px;
}

#nav-top-phone a:hover {
  color: #68c8cc;
  text-decoration: none;
}

#nav-top li.gift a::first-letter {
  text-transform: lowercase;
}

#banner {
  height: 380px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/**
 * Forms
 */
fieldset {
  border: 1px solid #ddd;
  padding: 10px;
}

.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 0 10px 10px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input.form-text:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.form-item,
.form-checkboxes .form-item,
.form-radios .form-item {
  margin: 6px 0;
}

.btn,
.form-submit {
  font-family: 'opensans';
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  border: 1px solid #68c8cc;
  border-radius: 3px;
  background-color: #68c8cc;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn:hover,
.btn:focus,
.btn:active,
.form-submit:hover,
.form-submit:focus,
.form-submit:active {
  color: #fff;
  background-color: #73d3d7;
  background-image: none;
  text-decoration: none;
  outline: 0;
}

.btn-large {
  padding: 14px 22px;
}

.container-inline .form-submit,
.form-actions .form-submit {
  margin-right: 10px;
}

.fullspan {
  width: 100%;
}

/**
 * Forms
 */
.form-control,
.form-text,
.form-password,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 3px 8px;
  font-family: 'opensans';
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.draggable .form-text {
  width: 90%;
}

.form-control:focus,
.form-text:focus,
.form-password:focus,
.form-textarea:focus,
.form-select :focus {
  border: 1px solid #555;
}

.form-select[multiple="multiple"] {
  height: auto;
}

.form-text.error,
.form-password.error,
.form-textarea.error,
.form-select.error {
  border: 1px solid #b94a48 !important;
}

/* TODO clean this up (labels) - label.has-success should be toolip from bootstrap */

.form-item .description {
  font-size: 11px;
  font-weight: normal;
}

.form-container-inline {
  margin-bottom: 10px;
}

.form-container-inline > .form-item {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

.form-container-inline > .form-type-item {
  margin-bottom: 0;
  float: none;
}

.form-textarea {
  height: auto;
}

.form-select,
.vertical-tabs ul.vertical-tabs-list li {
  outline: -webkit-focus-ring-color auto 0;
  width: auto;
}

.vertical-tabs ul.vertical-tabs-list li a:hover {
  outline: none;
}

.vertical-tabs ul.vertical-tabs-list li.selected {
  background: #fff;
}

.vertical-tabs ul.vertical-tabs-list li a:hover strong {
  text-decoration: none;
}

.resizable-textarea .grippie {
  width: 33px;
  margin: 0 auto;
}

div.messages {
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

div.status {
  color: #468847;
  background: #dff0d8;
  border-color: #d6e9c6;
}

div.warning {
  color: #c09853;
  background: #fcf8e3;
  border-color: #fbeed5;
}

div.error {
  color: #b94a48;
  background: #f2dede;
  border-color: #eed3d7;
}

.front .message-container .messages {
  margin: 0;
}

/**
 * Drupal tabs
 */
ul.primary {
  line-height: 20px;
  height: 31px;
  border-bottom: 1px solid #ddd;
}

ul.primary li a {
  background: none;
  margin-right: 0;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-bottom-color: #ddd;
  display: inline-block;
}

ul.primary li a:hover {
  background-color: #eee;
  border: 1px solid #eee;
  border-bottom-color: #ddd;
}

ul.primary li.active a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}

ul.primary li.active a:hover {
  background: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  margin: 5px;
}

ul.secondary a.active {
  border: none;
}

ul.secondary li:last-child {
  border: none;
}

blockquote {
  background: #f37425;
  color: #fff;
  padding: 10px 40px;
  margin: 0 0 10px 0;
  border-radius: 40px;
}

/**
 * Tables
 */
table {
  width: 100%;
  margin-bottom: 20px;
}

th {
  text-align: left;
}

table tbody {
  border: none;
}

table thead > tr > th,
table tbody > tr > th,
table thead > tr > td,
table tbody > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: none;
}

table.layout tbody > tr > td {
  padding: 0 20px 5px 0;
  border: none;
}

table thead > tr > th {
  vertical-align: bottom;
  background-color: #3c3c3e;
  color: #fff;
}

table thead > tr > th a {
  color: #68c8cc;
}

table thead > tr > th a:hover {
  color: #68c8cc;
}

tr.even, tr.odd {
  background-color: #fff;
  border: none;
  padding: 0;
}

table tbody > tr > td.active {
  background-color: #fff;
}

html.js input.form-autocomplete {
  background-position: 99% 10px;
}

html.js input.throbbing {
  background-position: 99% -10px;
}

/**
 * Layout columns
 */
.col {
  float: left;
}

.col.half {
  width: 50%;
}

.col.third {
  width: 33%;
}

.info-content .col.third {
  width: 320px;
}

/**
 * CKEditor / Media / Images
 */
img[style*=left] {
  margin: 0 20px 20px 0;
}

img[style*=right] {
  margin: 0 0 20px 20px;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * IMCE
 */
body.imce, .imce-frame {
  margin: 0;
  padding: 0;
  border-radius: 4px;
}

#imce-content, #imce-content *, #ops-list a span {
  color: #444;
}

#ops-wrapper {
  margin: 0;
  background: #eee;
  border: none;
}

/* CSS3 Animations for modern browsers */
.btn,
.form-submit,
ul.taxonomy-list li {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

/**
 * Admin / Drupal 7 Toolbar
 */
div.krumo-root, ul.krumo-first {
  border: none !important;
  color: #444;
  margin: 0 !important;
}

#toolbar {
  box-shadow: none;
  z-index: 9999;
}

#toolbar div.toolbar-menu {
  padding: 0 50px 0 10px;
}

#toolbar div.toolbar-menu ul li a {
  border-radius: 0;
  font: 11px/20px Tahoma, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#toolbar div.toolbar-menu ul li a.active:hover,
#toolbar div.toolbar-menu ul li a.active:active,
#toolbar div.toolbar-menu ul li a.active,
#toolbar div.toolbar-menu ul li.active-trail a {
  background: #444;
}

.node {
  position: relative;
}

.node > a.edit,
.taxonomy-term > a.edit {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 0;
  right: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 5px;
}

.node:hover > a.edit,
.taxonomy-term:hover > a.edit {
  display: block;
  text-decoration: none;
  z-index: 9999;
}

/**
 * Slider
 */
#slider.carousel {
  position: relative;
  padding: 0;
}

.carousel .fill {
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.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: 50%;
  width: 15%;
  font-size: 44px;
  color: #fff;
}

.carousel-control.right {
  right: 0;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -30px;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  display: none;
}

#info-wrapper {
  background: #edeae5;
  color: #696969;
}

#info h2.node-title {
  display: none;
}

#info {
  border-top: 1px solid #696969;
}

body.cke_editable .info-content,
.info-content {
  background: #edeae5;
}

.info-content table {
  margin: 0;
  width: 319px;
}

.info-content h2,
.info-content p {
  margin-right: 20px;
  color: #696969;
}

.info-content h2 {
  margin: 0 20px 10px 0;
}

.info-content .col.last h2 {
  margin-right: 0;
}

.info-content h2 {
  font-family: 'opensans';
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #696969;
  line-height: 1.4;
  padding-bottom: 11px;
}

.info-content p {
  font-size: 12px;
  line-height: 1.6;
}

.info-content a {
  color: #696969;
}

.info-content table tbody > tr > td {
  color: #696969;
  font-size: 12px;
  border-top: none;
  padding: 3px 10px;
  border-bottom: 1px dashed #aaa;
}

.info-content .bny-social-icons {
  margin-top: 5px;
}

/**
 * Google API Map
 */
#map-wrapper {
  background: #edeae5;
  height: 0;
  overflow: hidden;
}

#map-wrapper.open {
  height: auto;
}

#map {
  padding: 0;
}

#map-canvas {
  height: 400px;
  width: 100%;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

/**
 * Bookings Form
 */
#bookings-wrapper {
  background: #edeae5;
  color: #696969;
}

#bookings .form-required {
  color: #68c8cc;
  font-size: 10px;
}

#bookings .form-item {
  margin: 8px 0;
}

#bookings .form-item > label {
  font-weight: normal;
  text-transform: uppercase;
  width: 136px;
  float: left;
  line-height: 39px;
}

#bookings .form-item > label.error {
  color: #b94a48;
  width: auto;
  float: none;
  line-height: 1.5;
  text-align: right;
  font-size: 12px;
  text-transform: none;
}

#bookings .form-submit {
  color: #696969;
  border-color: #dddad4;
  border-radius: 3px;
  background-color: #dddad4;
  padding: 10px;
  margin-right: 0;
}

#bookings .form-text,
#bookings .form-select {
  height: 40px;
  padding: 9px 8px;
}

#bookings .form-textarea {
  height: 90px;
  padding: 9px 8px;
}

#bookings .form-text {
  width: 300px;
}

#bookings .form-textarea {
  width: 301px;
}

#bookings .form-select {
  background-color: #dddad4;
  width: 90px;
  padding: 9px 4px;
  font-weight: bold;
  border-color: #dddad4;
  color: #696969;
}

#bookings .form-text,
#bookings .form-select,
#bookings .form-textarea,
#bookings .form-submit {
  border-radius: 6px;
}

#bookings fieldset {
  border: none;
  padding: 0;
  width: 438px;
  float: left;
}

#bookings fieldset#webform-component-left {
  margin: 0 80px 0 0;
}

#bookings fieldset > legend {
  display: none;
}

#bookings .form-actions {
  clear: both;
  text-align: right;
}

#bookings .form-select {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 7px;
}

#bookings .form-select.hour {
  margin-right: 0;
}

#bookings .form-item-submitted-right-preferred-date-year > select {
  margin-right: 0;
}

#bookings .webform-component-webform_time .webform-container-inline {
  color: #3c3c3e;
}

#copyright {
  font-size: 13px;
}

/**
 * Share icons
 */

/*
.stButton .chicklets {
  font-family: 'opensans' !important;
  font-size: 13px !important;
  text-transform: uppercase;
}

.stButton .twitter {
  background-image: url(images/share-twitter.png) !important;
}

.stButton .facebook {
  background-image: url(images/share-facebook.png) !important;
}
*/

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

.share-icons > a {
  padding-left: 23px;
  margin-left: 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  height: 18px;
  line-height: 19px;
  opacity: 0.7;
  font-weight: bold;
}

.share-icons > a:hover {
  text-decoration: none;
  opacity: 1;
}

a.share-icons-facebook {
  background: url(images/share-facebook.svg) 0 50% no-repeat;
}

a.share-icons-twitter {
  background: url(images/share-twitter.svg) 0 50% no-repeat;
}

/**
 * Sidebar content page
 */
#sidebar-left,
.sidebar {
  width: 320px;
  float: left;
}

#content-right,
.content-with-sidebar {
  width: 600px;
  float: right;
}

#sidebar-left img,
.sidebar img {
  width: 100% !important;
  height: auto !important;
}

/**
 * Products
 */
.product {
  margin-bottom: 30px;
}

.product-title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}

.product-title span {
  margin-left: 10px;
}

#edit-field-xstore-price .field-prefix {
  font-weight: bold;
}

#edit-field-xstore-price .field-prefix,
#edit-field-xstore-price .form-text {
  width: auto;
  display: inline-block;
}

/**
 * Treatments
 */

.term-listing-heading {
  position: relative;
}

.create-link a {
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #68c8cc;
  padding: 0px 5px;
  margin-right: 0;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -30px;
  right: 0;
  display: block;
}

.create-link a:hover {
  text-decoration: none;
}

.service-actions {
  margin: 10px 0;
}

.service-actions a {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-right: 30px;
  padding-left: 31px;
  color: #68c8cc;
  background: url(images/more-arrow-right.png) 0 0 no-repeat;
  background: url(images/service-actions.svg) 0 0 no-repeat;
  line-height: 24px;
}

.service-actions a:hover {
  text-decoration: none;
  color: #222;
  background: url(images/more-arrow-right.png) 0 -24px no-repeat;
  background: url(images/service-actions.svg) 0 -24px no-repeat;
}

#salon-container {
  border-left: 1px solid #68c8cc;
  border-top: 1px solid #68c8cc;
  max-width: 957px;
}

.term-listing-heading

.page-treatments h1 {
  margin-bottom: 0;
  border: none;
}

.page-treatments .taxonomy-term {
  width: 318px;
  height: 312px;
  float: left;
  border: 1px solid #68c8cc;
  border-left: none;
  border-top: none;
  position: relative;
  overflow: hidden;
}

.page-treatments .taxonomy-term .field-name-field-treatments-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.page-treatments .taxonomy-term:hover .field-name-field-treatments-image,
.page-treatments .taxonomy-term.voucher-link .field-name-field-treatments-image {
  opacity: 1;
  height: 100%;
}

.page-treatments .taxonomy-term .content {
  width: 318px;
  height: 312px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-treatments .taxonomy-term a.view-now {
  color: #68c8cc;
}

.page-treatments .taxonomy-term:hover .content,
.page-treatments .taxonomy-term:hover a.view-now {
  color: #fff;
}

.page-treatments .taxonomy-term .field-name-field-treatments-image {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  top: 0;
  left: 0;
}

.page-treatments .taxonomy-term .content,
.page-treatments .taxonomy-term a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page-treatments .taxonomy-term .content h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

a.link-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-treatments .taxonomy-term a.view-now {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}

.vocabulary-salon .field-name-field-treatments-page-image {
  margin: 8px 0 20px 0;
}

ul.taxonomy-list,
ul.taxonomy-list li,
ul.taxonomy-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.taxonomy-list li {
  border-bottom: 1px solid #68c8cc;
}

ul.taxonomy-list li a {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  text-decoration: none;
}

ul.taxonomy-list li:hover {
  border-bottom: 1px solid #777;
}

ul.taxonomy-list li a.active {
  font-weight: bold;
}

ul.taxonomy-list ul li a {
  text-transform: none;
  font-weight: normal;
  padding: 0 0 0 20px;
  font-size: 14px;
}

ul.taxonomy-list > li.expanded ul li {
  border: none;
}

ul.taxonomy-list > li.expanded ul li:hover a {
  color: #68c8cc;
}

ul.taxonomy-list > li.expanded ul li.last {
  margin-bottom: 6px;
}

#promotions .learn-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

#promotions .node-promo {
  width: 320px;
  height: 312px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
}

#promotions .field-name-field-promo-image {
  line-height: 0;
}

.node-type-promo h2.title {
  margin-top: 0;
}

/*
#promotions .field-name-field-promo-image img {
  width: 100%;
  height: auto;
}
*/

/*
.node-type-promo .field-name-field-promo-image {
  width: 320px;
  float: left;
  margin-top: 10px;
}

.node-type-promo .field-name-field-promo-description {
  width: 600px;
  float: right;
}
*/

#prev-next {
  margin: 8px 0 10px;
}

#prev-next a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#prev-next a {
  display: block;
  height: 48px;
  width: 150px;
  float: left;
  color: #68c8cc;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#prev-next a.prev {
  float: left;
  padding-left: 58px;
  background: url(images/prev.svg) 0 0 no-repeat;
}

#prev-next a.next {
  float: right;
  text-align: right;
  padding-right: 58px;
  background: url(images/next.svg) 100% 0 no-repeat;
}

.page-node-99 iframe {
  display: block;
  margin: 0 auto;
}

.page-ambassador .field-name-body table td {
  padding: 0;
}

#promotions .node:hover {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

#type-product-select {
  height: 212px;
  width: 470px;
  overflow-y: scroll;
  padding: 4px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

#type-product-select .form-item {
  margin: 0;
}

#type-product-select .form-type-checkbox {
  margin-left: 20px;
}

.type-product-select-category {
  font-weight: bold;
  margin-top: 5px;
}
