/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

body {
  color: #333;
  font-family: serenity, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 400;
}

/* Backgrounds */

.bg-light {
  background-color: rgba(247, 148, 30, 0.3);
}

.bg-yellow {
  background-color: #F7941E;
}

.bg-dark {
  background-color: #BE1E2D;
}

/* Text */

a {
  color: #BE1E2D;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #404040;
}

hr {
  color: #EEE;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}

.align-center,
.align-right,
.align-left {
  position: relative;
  z-index: 15;
}

ul.action-links {
  list-style: none;
  padding-left: 0;
}

.field--name-body > ul {
  margin: 2rem 0;
  padding: 0;
}

.field--name-body > ul > li {
  list-style: none;
  margin: 0;
  padding: 1rem 2.5rem;
  position: relative;
}

.field--name-body > ul > li + li {
  border-top: solid 0.1rem #EEE;
}

.field--name-body > ul > li:before{
  border-right: 0.1rem solid black;
  border-bottom: 0.1rem solid black;
  content: '';
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 2rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.75rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #BE1E2D;
}

.page-header {
  border-bottom: 0;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding-bottom: 0;
}

.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-grey {
  color: #9B9B9B;
}

.text-light {
  color: #F7941E;
}

.text-dark {
  color: #BE1E2D;
}

.text-small {
  font-size: 1.6rem;
}

.text-bold {
  font-weight: 600;
}

.text-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-nounderline {
  text-decoration: none !important;
}

.text-inherit {
  color: inherit !important;
}

.text-spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.file {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  width: auto;
}

.file > span:first-child,
.file > span:last-child,
.file > span {
  background: transparent;
  border: 0;
  color: #333333;
}

.file > .file-link > a {
  color: #000000;
  font-weight: 600;
}

.file > .file-icon > .icon {
  color: #FFFFFF;
}

.align-center .img-responsive {
  margin: 0 auto;
}

/* Tables */

.table {
  border: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  background: rgba(247, 148, 30, 0.3);
  border-color: #FFF;
  padding: 1rem 2rem;
}

#edit-coupon-redemption table > tbody > tr > td {
  padding: 0 2rem;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background: #BE1E2D;
  border-bottom: 0;
  color: #FFF;
  font-weight: 400;
}

.table > thead > tr > th a,
.table > tbody > tr > th a,
.table > tfoot > tr > th a {
  color: #FFF;
}

.region-sidebar-second table {
  width: 100%;
}

.region-sidebar-second table > thead > tr > th {
  background: #F7941E;
  color: #FFF;
  padding: 1rem 2rem;
}

.region-sidebar-second table > tbody > tr > td {
  border-bottom: solid 1px #333333;
  padding: 1rem 2rem;
}

/* Forms */

legend,
.form-composite legend {
  color: #BE1E2D;
  font-size: 2.4rem;
  font-weight: 400;
}

.control-label {
  color: #BE1E2D;
  font-size: 2rem;
  font-weight: normal;
}

.form-inline .control-label {
  margin-right: 0.5rem;
}

.form-inline .form-item {
  margin-right: 1rem;
}

.fte .form-inline .form-control {
  display: block;
  width: 100%;
}

.form-control {
  background-color: #F6F6F6;
  border: solid 0.2rem #F6F6F6;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  font-size: 1.8rem;
  height: 4.2rem;
  line-height: 2rem;
  outline: none;
  padding: 1rem;
}

.bg-light .form-control {
  background-color: #FFF;
  border-color: #FFF;
}

.panel-default .form-control {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

.form-control:focus,
.bg-light .form-control:focus,
.panel-default .form-control:focus {
  background-color: #FFF;
  border-color: #BE1E2D;
  box-shadow: none;
}

.form-required::after {
  background: transparent;
  content: '\2733';
  color: #BE1E2D;
  font-size: 1rem;
  font-weight: 900;
}

.has-glyphicons .select-wrapper::after {
  color: #333;
  content: '\2630';
  font-family: inherit;
  font-size: 2rem;
  font-weight: 900;
}

.form-control::-webkit-input-placeholder {
  color: #333;
}

.form-control:-ms-input-placeholder {
  color: #333;
}

.form-control::placeholder {
  color: #333;
}

.field--type-fte-calculator {
  margin-top: 3rem;
}

.form-item-payment-information-add-payment-method-reusable {
  clear: both;
}

.commerce-paypal-card-fields-wrapper .form-group {
  float: left;
  width: 50%;
}

.commerce-paypal-card-fields-wrapper .form-group:first-child {
  float: none;
  width: 100%;
}

.commerce-paypal-card-fields-wrapper .form-group:nth-child(3) {
  padding-left: 3rem;
}

#commerce-paypal-card-number,
#commerce-paypal-expiration-date,
#commerce-paypal-cvv {
  width: 100%;
}

.commerce-paypal-card-fields-wrapper .form-control.braintree-hosted-fields-focused {
  border-color: #BE1E2D;
}

.help-block,
.control-group .help-inline {
  font-size: 1.5rem;
}

.radio input,
.checkbox input {
  border: 0;
  color: #333;
  height: auto;
  line-height: inherit;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: auto;
}

.radio .ajax-throbber,
.checkbox .ajax-throbber {
  float: left;
  margin-right: 0.5rem;
}

.radio input,
.radio label,
.checkbox input,
.checkbox label {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.radio label,
.checkbox label {
  color: #555;
  font-size: 1.8rem;
  font-weight: 600;
  height: 2rem;
  left: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

.radio input:checked + label,
.checkbox input:checked + label {
  color: #BE1E2D;
}

.radio input + label:hover,
.checkbox input + label:hover {
  color: #333;
}

.radio input + label:before,
.checkbox input + label:before {
  content: '';
  background: #FFF;
  border: solid 0.1rem #666;
  box-shadow: inset 0 0 0 0.3rem #FFF;
  display: inline-block;
  height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 1.5rem;
}

.radio input + label:before {
  border-radius: 50%;
}

.radio input:checked + label:before,
.checkbox input:checked + label:before {
  background: #BE1E2D;
  border-color: #BE1E2D;
}

.radio input + label:hover:before,
.checkbox input + label:hover:before {
  border-color: #333;
}

.input-group {
  display: block;
}

.input-group .select-wrapper {
  display: inline-block;
}

.input-group-addon {
  display: none;
}

.ui-autocomplete.ui-widget.ui-widget-content {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  border-radius: 0;
  font-family: serenity, Arial, sans-serif;
  font-size: 1.6rem;
  padding: 0;
}

.ui-autocomplete.ui-widget-content .ui-menu-item {
  font-weight: 300;
  padding: 0;
}

.ui-autocomplete.ui-widget-content .ui-menu-item-wrapper {
  color: #666;
  display: block;
  font-weight: 300;
  padding: 1rem;
}

.ui-autocomplete.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
  background: rgba(247, 148, 30, 0.3);
  border: 0;
  color: #000;
  margin: 0;
  text-decoration: none;
}

.tcwa-tour-form table .control-label,
.tcwa-accommodation-form table .control-label {
  display: none;
}

.tcwa-tour-form table .form-inline .form-item,
.tcwa-accommodation-form table .form-inline .form-item {
  margin-right: 0;
}

.tcwa-tour-form .form-actions,
.tcwa-accommodation-form .form-actions {
  margin-top: 4rem;
}

.tcwa-calculator #edit-questions {
  background: #F6F6F6;
}

.tcwa-calculator #edit-questions .form-actions .btn {
  border-radius: .5rem;
  width: 100%;
}

.tcwa-calculator #edit-questions .control-label {
  color: #333;
  font-size: 1.75rem;
  margin-bottom: .5rem;
}

.tcwa-calculator #edit-questions .control-label.form-required::after {
  display: none;
}

.tcwa-calculator #edit-questions .control-label.option {
  font-weight: 100;
  height: auto;
  line-height: 1;
  margin-bottom: 2rem;
  white-space: normal;
}

.tcwa-calculator #edit-questions .form-control {
  border: solid 0.1rem #333;
  background: #FFF;
  width: 100%;
}

.tcwa-calculator #edit-questions .form-control:focus {
  border-color: #BE1E2D;
}

.tcwa-calculator #edit-no-results {
  background: #F6F6F6;
  display: flex;
}

.tcwa-calculator #edit-no-results .tcwa-calculators-introduction {
  align-self: center;
  text-align: center;
}

.tcwa-calculator #edit-results {
  background: #333;
  color: #FFF;
}

.tcwa-calculator #edit-results h3 {
  color: #FFF;
  margin-bottom: 2.5rem;
}

.tcwa-calculator #edit-results .panel-default {
  background: transparent;
  border: 0;
  color: #FFF;
}

.tcwa-calculator #edit-results .panel-default > .panel-heading {
  border-radius: 0.5rem;
}

.tcwa-calculator #edit-results .tcwa-calculator-result {
   border-bottom: solid 0.1rem #4C4C4C;
   display: flex;
   flex-direction: row;
   font-size: 1.5rem;
   justify-content: space-between;
   padding: .5rem 0;
}

.tcwa-calculator #edit-results .tcwa-calculator-result .result-label {
  width: 60%;
}

.tcwa-calculator #edit-results .tcwa-calculator-result .result-number {
  min-width: 20%;
  max-width: 40%;
  text-align: right;
}

/* Buttons */

.btn {
  border: 0.2rem solid;
  border-radius: 0;
  font-family: nexa, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 0;
  padding: 0.5rem 3rem;
}

.btn-bold {
  font-weight: 600;
}

.btn-lg {
  font-weight: 600;
  font-size: 2rem;
  padding: 1rem 4rem;
}

.btn > .feather {
  height: 2.4rem;
  width: 2.4rem;
  vertical-align: middle;
}

.btn + .btn {
  margin-left: 1rem;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0;
}

.btn-small {
  font-size: 1.4rem;
  padding: 0 1rem;
}

.btn-default,
.btn-primary {
  background-color: #BE1E2D;
  border-color: #BE1E2D;
  color: #FFF;
}

.btn-default.active,
.btn-default:active,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover, 
.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  background-color: transparent;
  border-color: #BE1E2D;
  color: #BE1E2D;
}

.btn-secondary {
  background-color: #F7941E;
  border-color: #F7941E;
  color: #FFF;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  background-color: transparent;
  border-color: #F7941E;
  color: #F7941E;
}

.btn-contrast {
  background-color: #BE1E2D;
  border-color: #BE1E2D;
  color: #FFF;
}

.btn-contrast.active,
.btn-contrast:active,
.btn-contrast.focus,
.btn-contrast:focus,
.btn-contrast:hover,
.btn-contrast.active.focus,
.btn-contrast.active:focus,
.btn-contrast.active:hover,
.btn-contrast:active.focus,
.btn-contrast:active:focus,
.btn-contrast:active:hover {
  background-color: #F7941E;
  border-color: #F7941E;
  color: #FFF;
}

/* Border */

.border-bottom {
  border-bottom: solid 0.1rem #404040;
}

.border-left {
  border-left: solid 0.1rem #404040;
}

.border-right {
  border-right: solid 0.1rem #404040;
}

.border-top {
  border-top: solid 0.1rem #404040;
}

.border-light {
  border-color: #EEE;
}

.border-hide-first .border-top:nth-of-type(1) {
  border-top: 0;
}

.border-radius-bottom {
  border-radius: 0 0 0.5rem 0.5rem;
}

.border-radius-top {
  border-radius: 0.5rem 0.5rem 0 0;
}

/* Modal */

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-header {
  border: 0;
}

.modal-title {
  line-height: 1em;
}

/* Regions */

.container-fluid {
  max-width: 160rem;
}

.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

#highlighted {
  background: url(../images/background-event-workshops.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: solid 0.1rem #404040;
}

.postscript {
}

.footer {
  border-top: 0;
}

/* Logo */

.navbar .logo {
  display: block;
  margin: 0 auto;
  max-width: 20rem;
  padding: 0;
}

/* Panel */

.panel-default {
  border-color: #BE1E2D;
  border-radius: 0.5rem 0.5rem 0 0;
}

.panel-default > .panel-heading {
  color: #FFF;
  background-color: #BE1E2D;
  border-color: #BE1E2D;
  border-radius: 0.3rem 0.3rem 0 0;
}

.panel-default > .panel-heading .panel-title {
  font-size: 2rem;
  font-weight: 400;
}

.checkout-pane-tcwa-registration-registration-checkout-pane > .panel-default {
  background: rgba(247, 148, 30, 0.3);
  border: 0;
  border-radius: 0;
}

.checkout-pane-tcwa-registration-registration-checkout-pane > .panel-default > .panel-heading {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #BE1E2D;
}

.checkout-pane-tcwa-registration-registration-checkout-pane > .panel-default > .panel-heading > .panel-title {
  font-size: 2.4rem;
  padding: 3rem;
}

.checkout-pane-tcwa-registration-registration-checkout-pane > .panel > .panel-body {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  padding: 0 1.5rem;
}

.checkout-pane-tcwa-registration-registration-checkout-pane > .panel > .panel-body > .panel {
  flex-grow: 2;
  margin: 0 1.5rem 3rem;
  width: 40rem
}

/* Breadcrumb */

.breadcrumb {
  background: none;
  border-radius: 0;
}

.breadcrumb > li {
  display: block;
}

.breadcrumb > li + li:before {
  content: "\21B3"
}

.breadcrumb li.breadcrumb-home + li {
  display: none;
}

.breadcrumb svg {
  height: 2rem;
  width: 2rem;
  vertical-align: top;
}

.breadcrumb a {
  color: #404040;
}

/* Pagination */

.pagination {
  background: none;
  border-radius: 0;
}

.pagination > li > a, .pagination > li > span  {
  color: #BE1E2D;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #404040;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #BE1E2D;
  border-color: #BE1E2D;
  color: #FFF;
}

/* Menu */

ul.menu--account > li > a > svg {
  height: 2.4rem;
  width: 2.4rem;
}

.menu-toggle {
  display: block;
  line-height: 4rem;
  padding: 0 1rem;
}

.menu-toggle:focus,
.menu-toggle:hover {
  color: #FFF;
}
 
.menu-toggle svg {
  vertical-align: middle;
}

.menu-toggle::after {
  display: inline-block;
  color: #FFF;
  content: 'Menu';
  margin-left: 1rem;
  vertical-align: middle;
}

.caret {
  border: 0;
  color: #FFF;
  height: 4rem;
  line-height: 4rem;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 4rem;
  z-index: 10;
}

.caret svg {
  height: 1.6rem;
  vertical-align: middle;
  width: 1.6rem;
}

.navbar-nav {
  margin-bottom: 0;
  margin-top: 0;
}

.navbar-default .navbar-nav > li > a {
  background: #F7941E;
  border-bottom: solid 0.1rem #FFF;
  color: #FFF;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.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 {
  background-color: #BE1E2D;
  color: #FFF;
}

.navbar-default .navbar-nav .open .dropdown-menu {
  border-bottom: solid 0.1rem #FFF;
  padding: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
  font-size: 1.6rem;
}

/* Products */

.product--rendered-attribute {
  border: 0;
  box-shadow: none;
}

.product--rendered-attribute .panel-heading {
  display: none;
}

.product--rendered-attribute .panel-body {
  padding: 0;
}

.product--rendered-attribute .form-item {
  display: block;
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
}

.product--rendered-attribute label.option {
  border: solid 0.3rem #CCC;
  color: #CCC;
  display: block;
  float: left;
  height: auto;
  margin: 0 0 .5rem;
  padding: 0;
  text-align: left;
  width: 100%;
  white-space: unset;
}

.radio input:checked + label.option {
  color: #BE1E2D;
  border-color: #BE1E2D;
}

.product--rendered-attribute label.option::before {
  display: none;
}

.product--rendered-attribute label.option:hover {
  border-color: #F7941E;
  color: #F7941E;
}

.product--rendered-attribute span.ajax-throbber {
  display: none;
}

.product--rendered-attribute label.option > div {
  padding: 1rem 2rem;
}

.product--rendered-attribute label.option .product--rendered-attribute__selected + div {
  background: #F7941E;
  color: #FFF;
}

.product--rendered-attribute label.option .field--name-name {
  font-size: 2.4rem;
  line-height: 1em;
  margin-bottom: 1rem;
}

/* Blocks */

#block-dummybanner img {
  width: 100%;
}

#block-dummybanner .field--name-field-media-image {
  margin-bottom: 0;
}

.cart-block--summary a {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.cart-block--summary a svg {
  vertical-align: bottom;
}

#block-get-accredited img,
#block-find-businesses img,
#block-become-member img {
  margin-bottom: 8rem;
  margin-top: 3rem;
}

#block-get-accredited .btn,
#block-find-businesses .btn,
#block-become-member .btn {
  bottom: 3rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 5;
}

#block-find-businesses {
  border-bottom: solid 0.1rem #404040;
  border-top: solid 0.1rem #404040;
}

.block-mailchimp-signup .mailchimp-newsletter-mergefields,
.block-mailchimp-signup .form-actions {
  float: left;
  width: 15rem;
}

.block-mailchimp-signup .mailchimp-newsletter-mergefields {
  width: calc(100% - 15rem);
}

.block-mailchimp-signup .form-actions .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* Slideshow */

.slick-slide {
  position: relative;
}

.slick-link:before {
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.slide-link,
.slide-container {
  display: block;
}

.slide-link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-link:focus,
.slide-link:hover {
  text-decoration: none;
}

.slide-container {
  position: relative;
  z-index: 10;
}

.slide-link-text {
  color: #FFF;
  font-family: ff-market-web,sans-serif;
  font-size: 3.4rem;
  text-decoration: none;
  vertical-align: middle;
}

ul.slick-dots {
  bottom: 2rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5rem;
  z-index: 50;
}

ul.slick-dots li {
  display: inline-block;
  list-style-type: none;
}

ul.slick-dots li button {
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  text-indent: -999rem;
}

ul.slick-dots li button::before {
  background: #FFF;
  border-radius: 50%;
  content: '';
  display: block;
  float: left;
  height: 1.5rem;
  margin-left: 0.5rem;
  width: 1.5rem;
}

ul.slick-dots .slick-active button::before {
  background: #BE1E2D;
}

/* Field */

.field--name-field-media-image {
  margin-bottom: 2rem;
}

/* Comments */

.forum > .content > .field--name-body {
  margin-bottom: 4rem;
}

.forum .js-comment {
  padding: 4rem;
}

.forum .js-comment:nth-child(odd) {
  background: #F6F6F6;
}

.forum .js-comment footer > a {
  display: none;
}

/* VC  */

.path-vc .region-content article a,
.path-vc .region-content table a,
.path-vc .region-content .control-label,
.path-vc .region-content h1,
.path-vc .region-content .h1,
.path-vc .region-content h2,
.path-vc .region-content .h2,
.path-vc .region-content h3,
.path-vc .region-content .h3,
.path-vc .region-content h4,
.path-vc .region-content .h4,
.path-vc .region-content h5,
.path-vc .region-content .h5,
.path-vc .region-content h6,
.path-vc .region-content .h6 {
  color: #0072BC;
}

.path-vc .region-content .table > thead > tr > th,
.path-vc .region-content .table > tbody > tr > th,
.path-vc .region-content .table > tfoot > tr > th,
.path-vc .region-content .table > thead > tr > td,
.path-vc .region-content .table > tbody > tr > td,
.path-vc .region-content .table > tfoot > tr > td {
  background: rgba(0,114,188,0.2);
}

.path-vc .region-content .btn,
.path-vc .region-sidebar-second .bg-dark,
.path-vc .region-content .table > thead > tr > th,
.path-vc .region-content .table > tbody > tr > th,
.path-vc .region-content .table > tfoot > tr > th {
  background: #0072BC;
}

.path-vc .region-content .btn,
.path-vc .region-content .table > thead > tr > th a,
.path-vc .region-content .table > tbody > tr > th a,
.path-vc .region-content .table > tfoot > tr > th a {
  color: #FFF;
}

.path-vc .region-content .btn {
  border-color: #0072BC;
}

.path-vc .region-sidebar-second .btn {
  background-color: rgba(255,255,255,0.2);
  border-color: transparent;
  color: #FFF;
}

.path-vc .region-content .pagination > li > a, .path-vc .region-content .pagination > li > span  {
  color: #0072BC;
}

.path-vc .region-content .pagination > li > a:hover, .path-vc .region-content .pagination > li > span:hover, .path-vc .region-content .pagination > li > a:focus, .path-vc .region-content .pagination > li > span:focus {
  color: #404040;
}

.path-vc .region-content .pagination > .active > a, .path-vc .region-content .pagination > .active > span, .path-vc .region-content .pagination > .active > a:hover, .path-vc .region-content .pagination > .active > span:hover, .path-vc .region-content .pagination > .active > a:focus, .path-vc .region-content .pagination > .active > span:focus {
  background: #0072BC;
  border-color: #0072BC;
  color: #FFF;
}

@media (max-width: 767px) {
  .region-navigation {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    text-align: center;
  }

  #block-user-menu {
    padding-left: 0;
    padding-right: 0;
  }

}

@media (min-width: 768px) {

  .spoon {
    text-align: right;
  }

  /* Layout */

  .row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }

  /* Regions */

  .navbar-header {
    float: none;
  }

  .navbar-default .navbar-collapse {
    padding: 0;
  }

  /* Logo */

  .navbar .logo {
    margin: 0;
    float: left;
  }

  /* Breadcrumb */

  .breadcrumb > li {
    display: inline-block;
  }

  .breadcrumb > li + li:before {
    content: "/\00a0"
  }

  /* Menus */

  ul.menu--account {
    float: right;
  }

  .menu-toggle {
    display: none;
  }

  .caret {
    display: none;
  }

  .touchevents .caret {
    display: block;
  }

  .navbar-default .navbar-nav {
    float: right;
  }

  .navbar-default .navbar-nav > li {
    display: block;
    float: left;
  }

  .navbar-default .navbar-nav > li > a {
    background: none;
    border-bottom: 0;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding: 1rem 0.7rem;
    transition: all 0.2s ease-in-out;
  }

  .navbar-default .navbar-nav > .active > a {
    color: #BE1E2D;
    color: #F7941E;
    background-color: #FFF;
    font-weight: 600;
  }

  .navbar-default .navbar-nav > li:hover > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: #404040;
    color: #FFF;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #555;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    padding: 0;
    margin: 0;
    min-width: 20rem;
  }

  .navbar-default .navbar-nav > li:nth-last-child(2) > .dropdown-menu,
  .navbar-default .navbar-nav > .last > .dropdown-menu {
    left: unset;
    right: 0;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    border-top: solid 0.1rem rgba(255,255,255,0.3);
    color: #FFF;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0.5rem 0.7rem;
    white-space: unset;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > .first > a {
    border-top: 0;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > .active > a { 
    background-color: #BE1E2D;
    color: #FFF;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li:hover > a, 
  .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus, 
  .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover, 
  .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus {
    background-color: #F7941E;
    color: #000;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background-color: #F7941E;
    border: 0;
    border-radius: 0;
    left: 100%;
    padding: 0;
    margin: 0;
    min-width: 20rem;
    top: 0;
  }

  .navbar-default .navbar-nav > li:nth-last-child(2) > .dropdown-menu > li > .dropdown-menu,
  .navbar-default .navbar-nav > .last > .dropdown-menu > li > .dropdown-menu {
    left: unset;
    right: 100%;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    border-top: solid 0.1rem rgba(255,255,255,0.3);
    color: #000;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0.5rem 0.7rem;
    white-space: unset;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > .first > a {
    border-top: solid 0.1rem transparent;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > .active > a,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > .active > a:focus {
    background-color: #BE1E2D;
    color: #FFF;
  }

  /* Blocks */

  #block-cart,
  #block-secondary-actions {
    text-align: right;
  }

  /* Field */
  
  .service .field--name-field-business-logo {
    float: right;
    margin: 0 5rem 3rem;
    max-width: 30rem;
  }
}

@media (min-width: 992px) {

  /* Menu */

  .navbar-default .navbar-nav > li > a {
    font-size: 1.5rem;
    padding: 1.5rem 1rem;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > a,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    font-size: 1.5rem;
    padding: 0.75rem 1rem;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    min-width: 25rem;
  }

  /* Blocks */

  #block-find-businesses {
    border: 0;
    border-left: solid 0.1rem #404040;
    border-right: solid 0.1rem #404040;
  }

}

@media (min-width: 1200px) {

  /* Menu */

  .navbar-default .navbar-nav > li > a {
    font-size: 1.7rem;
    padding: 1.5rem;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu > li > a,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
  }

  .navbar-default .navbar-nav > li > .dropdown-menu,
  .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    min-width: 30rem;
  }

  /* Forms */

  .tcwa-calculator #edit-results,
  .tcwa-calculator #edit-no-results {
    border-left: solid 1rem #FFF;
  }

}
