﻿/*#region debug */
footer .debug {
  display: none;
  font-size: 10px;
}
footer .debug p.visible-xs:after {
  content: " 480px - 969px";
}
footer .debug p.visible-sm:after {
  content: " 970px - 969px";
}
footer .debug p.visible-md:after {
  content: " 970px - 1169px";
}
footer .debug p.visible-lg:after {
  content: " 1170px+";
}
/*#endregion */
/*#region Helpers */
#media-size-helper {
  font-family: "lg";
  display: none;
}
@media (max-width: 1169px) {
  #media-size-helper {
    font-family: "md";
  }
}
@media (max-width: 969px) {
  #media-size-helper {
    font-family: "sm";
  }
}
/*#endregion */
/*#region Framework */
@media (max-width: 969px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row,
  .form-horizontal .form-group {
    margin-left: -7px;
    margin-right: -7px;
  }
  .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: 7px;
    padding-right: 7px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
/*#endregion */
/*#region Colours */
.orange {
  color: #F7A32C;
}
.dark-blue {
  color: #2E759F;
}
.dark-tint {
  color: #424038;
}
/*#endregion */
/*#region Fonts */
* {
  line-height: 120%;
}
.hf {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
}
@media (max-width: 969px) {
  body {
    font-size: 10px;
  }
}
/*#endregion */
/*#region Fixed Dimensions */
/*#endregion */
/*#region header and footer */
/*#region Sticky Footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px;
}
@media (max-width: 969px) {
  body {
    margin-bottom: 220px;
  }
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
}
@media (max-width: 969px) {
  footer {
    height: 220px;
    font-weight: 300;
  }
}
#filler {
  padding-bottom: 0;
  padding-top: 0;
}
footer .container {
  padding-top: 36px;
}
@media (max-width: 969px) {
  footer .container {
    padding-top: 20px;
  }
}
/*#endregion */
body {
  font-family: SourceSans, Tahoma, Geneva, sans-serif;
  letter-spacing: -0.02em;
  background-color: #E9E9E9;
  color: #424038;
}
a {
  cursor: pointer;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul > li {
  display: block;
  float: left;
}
nav ul > li > a {
  display: block;
  width: 100%;
}
nav ul > li > a:hover,
nav ul > li > a:focus {
  text-decoration: none;
}
header .nav > li > a:hover,
header .nav > li > a:focus {
  background: none;
}
header #mainmenu {
  width: 100%;
}
header #search-box {
  display: none;
  width: 250px;
  margin-top: 7px;
}
header #search-box a.btn.btn-primary {
  background-color: #F7A32C;
  border-color: #f69813;
  color: White;
  display: inline-block;
}
header #search-box input[type='Search']:focus {
  border-color: #F7A32C;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
}
@media (max-width: 1169px) {
  header #search-box {
    margin-right: 15px;
  }
}
@media (max-width: 969px) {
  header #search-box {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 969px) {
  header .container {
    padding-left: 0;
    padding-right: 0;
  }
  header .search.nav a {
    display: none;
  }
  header .search.nav #search-box {
    display: block;
  }
}
header #topnav {
  background-color: #424038;
  color: White;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
}
header #topnav #section-nav {
  font-family: SourceSans, Tahoma, Geneva, sans-serif;
  letter-spacing: -0.02em;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 214%;
}
header #topnav #section-nav > li {
  width: 170px;
  text-align: center;
  position: relative;
}
header #topnav #section-nav > li > a {
  color: #A19C8B;
  padding: 7px 0 3px;
}
header #topnav #section-nav > li > a:hover {
  color: White;
}
header #topnav #section-nav > li.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid #716D60;
  left: 78px;
}
header #topnav #section-nav > li.active > a {
  background-color: #716D60;
  color: White;
}
@media (max-width: 969px) {
  header #topnav #section-nav li {
    font-size: 18px;
    width: auto;
  }
  header #topnav #section-nav li > a {
    padding: 8px 7px 8px;
    font-size: 17px;
    letter-spacing: -0.4px;
  }
  header #topnav #section-nav > li.active::after {
    left: 43%;
  }
}
header #topnav .right-nav {
  float: right;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 0;
  position: relative;
}
header #topnav .right-nav a {
  padding: 0 0 0 16px;
  color: White;
}
header #topnav .right-nav a:hover,
header #topnav .right-nav a:focus {
  color: #F7A32C;
}
header #topnav .right-nav .social {
  color: #A19C8B;
  font-size: 18px;
  padding-top: 2px;
}
header #topnav .right-nav .social:hover,
header #topnav .right-nav .social:focus {
  color: White;
}
@media (max-width: 969px) {
  header #topnav .right-nav {
    padding-right: 5px;
    font-size: 14px;
  }
  header #topnav .right-nav li > a {
    padding-left: 5px;
    padding-right: 0px;
  }
}
header #mainnav {
  background: #E9E9E9;
  color: #424038;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 20px;
  font-weight: bold;
}
header #mainnav .toggle {
  float: right;
}
header #mainnav a {
  color: #424038;
}
header #mainnav a:hover,
header #mainnav a:focus,
header #mainnav li.active > a {
  color: #F7A32C;
}
@media (min-width: 1170px) {
  header #mainnav {
    /*.main-nav-header {
                float: left;
            }*/
  }
  header #mainnav ul.nav.navbar-nav {
    margin-top: 35px;
  }
  header #mainnav .search > li > a {
    padding-right: 0;
  }
}
@media (max-width: 1169px) {
  header #mainnav #mainmenu {
    border-top: 1px solid white;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }
  header #mainnav #mainmenu {
    padding-left: 0;
    padding-right: 0;
  }
  header #mainnav #mainmenu li > a {
    padding-left: 0;
  }
  header #mainnav .logo {
    float: none;
  }
}
@media (max-width: 969px) {
  header #mainnav {
    min-height: 0;
  }
  header #mainnav .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  header #mainnav .main-nav-header {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
  }
  header #mainnav #mainmenu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    margin: 0;
  }
  header #mainnav #mainmenu ul {
    margin: 0;
  }
  header #mainnav #mainmenu li {
    padding-left: 5px;
    padding-right: 5px;
  }
  header #mainnav #mainmenu ul.links li.active {
    background-color: white;
  }
  header #mainnav #mainmenu ul.links li.active > a {
    color: #424038;
  }
  header #mainnav #mainmenu ul.links li {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #CFCFCF;
  }
  header #mainnav #mainmenu ul.links li:last-of-type {
    border-bottom: none;
  }
  header #mainnav .links > li,
  header #mainnav .search > li {
    float: none;
  }
  header #mainnav .links > li:hover {
    background-color: White;
  }
  header #mainnav .links > li > a:hover {
    color: inherit;
  }
  header #mainnav .navbar-toggle {
    margin-right: 0;
    border: none;
    padding-right: 0;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  header #mainnav .logo > img {
    width: 136px;
    margin-top: 11px;
  }
}
header .logo {
  float: left;
}
header .logo > img {
  width: 220px;
  margin-top: 15px;
}
footer .footer-links ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-links ul > li {
  display: inline-block;
}
footer .footer-links ul > li a {
  color: White;
}
footer .footer-links ul > li a:hover {
  color: #F7A32C;
  text-decoration: none;
}
footer .footer-links ul > li a:focus {
  text-decoration: none;
}
footer .footer-links ul > li + li {
  margin-left: 10px;
}
footer .footer-links ul > li + li:before {
  content: "|";
}
footer .footer-links ul > li + li a {
  margin-left: 10px;
}
@media (max-width: 969px) {
  footer .copyright-text {
    text-align: left;
  }
  footer .footer-links ul > li {
    display: block;
    text-align: left;
  }
  footer .footer-links ul > li + li {
    margin-left: 0px;
  }
  footer .footer-links ul > li + li:before {
    content: none;
  }
  footer .footer-links ul > li + li a {
    margin-left: 0px;
  }
}
/*#endregion */
/*#region Tickboxes */
.tickbox input[type="checkbox"],
.tickbox-inline input[type="checkbox"],
.tickbox input[type="radio"],
.tickbox-inline input[type="radio"] {
  display: none;
}
.tickbox input[type="checkbox"] + label,
.tickbox-inline input[type="checkbox"] + label,
.tickbox input[type="radio"] + label,
.tickbox-inline input[type="radio"] + label {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}
.tickbox input[type="checkbox"] + label span:first-child,
.tickbox-inline input[type="checkbox"] + label span:first-child,
.tickbox input[type="radio"] + label span:first-child,
.tickbox-inline input[type="radio"] + label span:first-child {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tickbox input[type="checkbox"] + label span:first-child,
.tickbox-inline input[type="checkbox"] + label span:first-child {
  background: url(/styles/styleimages/tickbox-sprite.png) 0 0 no-repeat;
}
.tickbox input[type="radio"] + label span:first-child,
.tickbox-inline input[type="radio"] + label span:first-child {
  background: url(/styles/styleimages/tickbox-sprite.png) -54px 0 no-repeat;
}
.tickbox input[type="checkbox"]:checked + label span:first-child,
.tickbox-inline input[type="checkbox"]:checked + label span:first-child {
  background: url(/styles/styleimages/tickbox-sprite.png) -26px 0 no-repeat;
}
.tickbox input[type="radio"]:checked + label span:first-child,
.tickbox-inline input[type="radio"]:checked + label span:first-child {
  background: url(/styles/styleimages/tickbox-sprite.png) -82px 0 no-repeat;
}
div.tickbox-inline {
  display: inline-block;
  margin-right: 15px;
}
/*#endregion */
/*#region Bootstrap Overrides and Extensions */
a {
  color: #42403a;
}
a:hover {
  color: #F7A32C;
}
a:focus {
  outline: none;
}
.btn:focus,
.btn:active:focus {
  outline: none;
}
.bootstrap-growl.alert.alert-success {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(48, 119, 161, 0.8);
  color: white;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 970px) {
  .push-right {
    margin-right: -15px;
    text-align: right;
    float: right;
  }
}
.btn {
  height: 50px;
  padding-top: 14px;
  font-size: 16px;
}
.btn.btn-primary,
.btn.btn-secondary {
  min-width: 160px;
}
.btn.btn-primary {
  background-color: #F7A32C;
  border-color: #cf7c08;
  color: #42403a;
}
.btn.btn-primary:hover {
  border-color: #42403a;
}
.btn.btn-secondary {
  background-color: #fce3c4;
  border-color: #d3d3d3;
  color: #42403a;
}
.btn.btn-secondary:hover {
  background-color: #f7a32c;
  border-color: #42403a;
}
.btn.btn-tertiary {
  background-color: White;
  color: #42403a;
  border: 1px dashed #d3d3d3;
}
.btn.btn-tertiary:hover {
  background-color: #fce3c4;
}
.push-right {
  z-index: 2;
}
.push-right .btn {
  min-width: 170px;
}
.title-bar .push-right .btn {
  min-width: 115px;
}
.push-right .btn.btn-primary {
  border-right-color: #f7a32c;
}
.push-right .btn.btn-primary:hover {
  border-color: #42403a;
}
.push-right .btn.btn-secondary {
  border-right-color: #fce3c4;
}
.push-right .btn.btn-secondary:hover {
  border-color: #42403a;
}
.row.bordered {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  height: 50px;
  margin-left: 0;
}
.row.bordered > *:first-child {
  padding-left: 0;
}
.row.bordered > * {
  margin-top: -1px;
}
.select-box .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
}
.select-box .dropdown-menu li {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
}
.select-box .dropdown-menu li > a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 15px;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
  height: 50px;
}
.select-box.open .dropdown-toggle {
  background-color: #fff;
}
.dropdown-toggle {
  padding: 0 0 0 10px;
  width: 100%;
  text-align: left;
  color: #424038;
}
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:active {
  background-color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.dropdown-toggle:active {
  border-color: #F7A32C;
}
.dropdown-toggle:active:focus {
  outline: none;
}
.dropdown-toggle span.caret-box {
  display: inline-block;
  float: right;
  background-color: #e1e1e1;
  height: 100%;
  width: 37px;
  text-align: center;
  padding-top: 13px;
}
.dropdown-toggle span.main-text {
  margin-top: 15px;
  display: inline-block;
}
.dropdown-toggle span.caret {
  -moz-transform: scale(0.9, 1.6);
  -ms-transform: scale(0.9, 1.6);
  -o-transform: scale(0.9, 1.6);
  -webkit-transform: scale(0.9, 1.6);
  transform: scale(0.9, 1.6);
}
.form-group label {
  font-size: 18px;
  font-weight: normal;
}
.form-group .tickbox label,
.form-group .tickbox-inline label {
  font-size: 16px;
}
.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #F7A32C;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*#endregion */
ul.page-links {
  list-style: none;
  padding-left: 0;
}
ul.page-links > li > a {
  width: 100%;
  padding: 10px 0px;
}
ul.page-links li {
  display: inline-block;
  float: left;
}
ul.page-links li + li {
  margin-left: 10px;
}
ul.page-links li + li:before {
  content: "|";
  margin-right: 10px;
}
ul.tick-list {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: normal;
  /*> li:before {
            font-family: FontAwesome;
            content: "";
            color: @Orange;
            margin-right: 10px;
        }*/
}
ul.tick-list > li {
  padding-top: 4px;
  background-image: url(/Styles/StyleImages/orange-tick.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 30px;
  background-size: 20px 20px;
}
.container article.main-article {
  background-color: White;
  border-left: 1px solid #cfccc3;
  border-right: 1px solid #cfccc3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
article.container,
section.container#filler {
  background-color: White;
  border-left: 1px solid #cfccc3;
  border-right: 1px solid #cfccc3;
  padding-top: 20px;
  padding-bottom: 20px;
}
article.container h2,
section.container#filler h2 {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-size: 257%;
}
article.container h3,
section.container#filler h3 {
  font-weight: 300;
  font-size: 210%;
}
article.container h3.feature,
section.container#filler h3.feature {
  font-size: 350%;
  font-weight: normal;
}
@media (max-width: 969px) {
  article.container h3.feature,
  section.container#filler h3.feature {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
article.container p.feature,
section.container#filler p.feature {
  font-size: 232%;
  line-height: 94%;
}
article.container p,
section.container#filler p {
  font-size: 130%;
  line-height: 130%;
}
article.container.alt,
section.container#filler.alt {
  background-color: #F2ECDC;
}
article.container.alt h2,
section.container#filler.alt h2 {
  text-align: center;
}
@media (max-width: 969px) {
  article.container,
  section.container#filler {
    border: none;
  }
  article.container h3,
  section.container#filler h3 {
    font-size: 250%;
  }
  article.container p,
  section.container#filler p {
    font-size: 160%;
  }
}
section.container#filler {
  padding-top: 0;
  padding-bottom: 0;
}
article.full-width {
  background-color: #C4C0B4;
}
article.full-width.dark {
  background-color: #424038;
  color: White;
}
article.full-width ul.page-links > li {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-weight: 300;
  padding: 11px 0;
}
article.full-width ul.page-links > li > a {
  color: White;
}
article.full-width ul.page-links > li > a:hover {
  color: #F7A32C;
  text-decoration: none;
}
article.full-width ul.page-links > li > a:focus,
article.full-width ul.page-links > li > a:active {
  text-decoration: none;
}
@media (max-width: 969px) {
  article.full-width ul.page-links > li {
    font-size: 16px;
  }
  article.full-width ul.page-links > li + li {
    margin-left: 5px;
  }
  article.full-width ul.page-links > li + li:before {
    margin-right: 5px;
  }
}
.button.chevron {
  display: inline-block;
  min-width: 210px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #42403a;
  border: 1px solid #cd8215;
  border-radius: 2px;
  background-color: #fda627;
  box-shadow: 0px 2px 0px #955b07;
  -moz-box-shadow: 0px 2px 0px #955b07;
  -webkit-box-shadow: 0px 2px 0px #955b07;
  -o-box-shadow: 0px 2px 0px #955b07;
  padding: 9px 30px 10px 13px;
  position: relative;
  font-family: 'kreon', arial, serif;
  transition: background-color linear 100ms;
}
.button.chevron:after {
  content: '';
  background: url(styleimages/button-arr.png) no-repeat 0 0;
  width: 12px;
  height: 19px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 11px;
  background-size: 100%;
}
.button.chevron:hover {
  background-color: #f7c173;
  color: #42403a;
  text-decoration: none;
}
.button.chevron.alt {
  background-color: #F4E0C6;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.chevron.alt:hover {
  background-color: #f7c173;
}
.button.chevron.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}
@media (max-width: 969px) {
  .button.chevron {
    width: 100%;
  }
}
footer {
  color: White;
  background-color: #424038;
  font-size: 120%;
}
@media (max-width: 969px) {
  footer {
    font-size: 160%;
  }
}
a[class^=icon-] {
  text-decoration: none;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  float: left;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.hp {
  display: none !important;
  visibility: hidden !important;
}
/*#region Utilities */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
  /* this should only be applied if main page scrollbar is present*/
}
.modal {
  overflow-y: auto;
}
.modal input[type=text] {
  height: 50px;
}
.modal .modal-dialog {
  width: auto;
  max-width: 900px;
  margin: 60px auto;
}
@media (max-width: 969px) {
  .modal .modal-dialog {
    margin: 0 auto;
  }
}
.modal-content {
  background-color: #F9F9F9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  transition: background-color 200ms;
}
.modal-content.error {
  background-color: #f2bebe;
}
.modal-header {
  padding: 20px;
}
.modal-header .close {
  font-size: 17px;
  color: #424038;
  text-shadow: none;
  opacity: 1;
}
.modal-header .close:hover {
  color: #424038;
  opacity: 1;
}
.modal-header .close:focus {
  outline: none;
}
.modal-footer {
  text-align: left;
}
.modal-footer .btn {
  min-width: 0;
  width: 100%;
}
.modal-title,
h2.alt-title {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  color: #2E759F;
  font-size: 26px !important;
  font-weight: bold !important;
}
@media (max-width: 969px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 10px;
  }
  .modal-footer .btn {
    width: 100%;
    min-width: 0;
  }
  .modal-footer [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .modal-content {
    min-height: 500px;
    padding-bottom: 60px;
  }
}
/*#endregion */
.twitter-preview .content,
.facebook-preview .content {
  color: #666;
  font-size: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.leaderboard-holder {
  background-color: #424038;
  padding: 0;
}
@media (min-width: 970px) {
  .leaderboard-holder {
    background-color: white;
    padding: 10px 0;
  }
}
section.products {
  /*#region general */
  /*#endregion*/
}
section.products div.container.jumbo img,
section.products article.jumbo img {
  max-width: 100%;
}
section.products tr {
  border-bottom: 1px solid #B2B2B2;
}
section.products td.standard,
section.products td.VIP {
  text-align: center;
  width: 27%;
}
@media (max-width: 969px) {
  section.products td.standard,
  section.products td.VIP {
    width: 35%;
  }
}
section.products td.standard {
  background-color: #E3EEF5;
}
section.products td.VIP {
  background-color: #C7E8FC;
}
@media (max-width: 969px) {
  section.products td.standard,
  section.products td.VIP {
    background-color: transparent;
  }
}
section.products td {
  padding: 6px 0px;
}
section.products tfoot td {
  padding: 20px;
}
@media (max-width: 969px) {
  section.products tfoot td {
    text-align: center;
    font-size: 170%;
    font-weight: bold;
    padding: 0;
    color: white;
  }
  section.products tfoot td .button.chevron {
    margin-top: 10px;
    font-size: 65%;
  }
}
section.products thead {
  font-size: 150%;
  font-weight: 300;
}
section.products thead .standard,
section.products thead .VIP,
section.products thead .feature {
  padding-top: 30px;
}
@media (max-width: 969px) {
  section.products thead .standard,
  section.products thead .VIP,
  section.products thead .feature {
    padding-top: 10px;
  }
}
section.products thead tr,
section.products tfoot tr {
  border-bottom: none;
}
section.products thead .VIP {
  font-weight: bold;
}
section.products tbody .standard,
section.products tbody .VIP {
  font-weight: 300;
  color: #F7A32C;
}
section.products .pricing-table {
  font-size: 140%;
}
@media (max-width: 969px) {
  section.products .pricing-table {
    font-size: 160%;
    margin-top: 10px;
  }
  section.products .pricing-table tbody > tr:last-child {
    border-bottom: none;
  }
}
section.products .pricing-table i.fa.fa-check-circle-o {
  background-image: url(/Styles/StyleImages/orange-tick.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  top: 4px;
  position: relative;
}
section.products .pricing-table i.fa.fa-check-circle-o:before {
  content: none;
}
@media (max-width: 969px) {
  section.products .pricing-table i.fa.fa-check-circle-o {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
section.products .pricing-table,
section.products .pricing-header {
  width: 100%;
  position: relative;
}
section.products .pricing-table .button.chevron {
  width: 100%;
  min-width: inherit;
  text-align: left;
}
section.products .pricing-header {
  margin-bottom: 10px;
}
section.products .pricing-header .standard,
section.products .pricing-header .VIP {
  font-size: 315%;
  color: white;
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-weight: bold;
}
section.products .pricing-header h2 {
  margin: 0;
}
section.products .pricing-header .standard {
  background-color: #2C76A3;
}
section.products .pricing-header .VIP {
  background-color: #51ADE3;
}
section.products .pricing-header tr {
  border-bottom: none;
}
section.products .pricing-header td {
  padding: 0;
}
section.products .mobile-price-footer {
  color: white;
  font-size: 23px;
  padding: 10px 5px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.products article h2 {
  color: #2E759F;
}
section.products .corner-ribbon-wrapper {
  width: 120px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
section.products .corner-ribbon {
  font-family: Kreon;
  font-size: 128%;
  text-align: center;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -6px;
  top: 27px;
  width: 162px;
  background-color: #F7A32C;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
section.products .corner-ribbon:before,
section.products .corner-ribbon:after {
  content: "";
  border-top: 2px solid #818181;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  position: absolute;
  bottom: -2px;
}
section.products .corner-ribbon:before {
  left: 0;
}
section.products .corner-ribbon:after {
  right: 0;
}
section.products #sticky-menu {
  position: relative;
}
section.products .fix-to-top {
  position: fixed !important;
  top: 0 !important;
}
section.products article#sticky-menu {
  position: relative;
  top: auto;
  width: 100%;
  z-index: 1000;
}
section.products article#sticky-menu.fix-to-top + article {
  margin-top: 45px;
}
@media (max-width: 969px) {
  section.products article#sticky-menu.fix-to-top + article {
    margin-top: 36px;
  }
}
section.products .bundle-buttons {
  float: right;
  margin-top: -10px;
  opacity: 0;
  -moz-transition: opacity linear 300ms;
  -o-transition: opacity linear 300ms;
  -webkit-transition: opacity linear 300ms;
  transition: opacity linear 300ms;
}
section.products .fix-to-top .bundle-buttons {
  opacity: 1;
}
section.products .bundle-buttons .button.chevron {
  padding: 13px 40px 8px 10px;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
section.products .bundle-buttons .button.chevron + .button.chevron {
  margin-left: 15px;
}
section.products .point {
  margin-top: 20px;
}
section.products .point + .point {
  margin-top: 50px;
}
section.products .point div.image {
  text-align: center;
}
section.products .point div.image > img {
  height: 96px;
}
@media (max-width: 969px) {
  section.products .point div.image > img {
    height: 67px;
  }
}
section.products .point p {
  font-size: 140%;
}
@media (max-width: 969px) {
  section.products .point p {
    font-size: 160%;
  }
}
section.products.home div.container.jumbo {
  position: relative;
}
section.products.home div.container.jumbo h2 {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  color: white;
  font-size: 330%;
  margin-top: 66px;
}
section.products.home div.container.jumbo img {
  width: 100%;
}
section.products.home article.main-article {
  position: relative;
}
section.products.home article.main-article img {
  width: 100%;
}
section.products.home article.main-article h2 {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  color: #424038;
  font-size: 240%;
  font-weight: bold;
  margin-top: 0;
}
section.products.home article.main-article h3 {
  font-weight: 300;
  font-size: 210%;
  margin-top: 15px;
  line-height: 100%;
}
section.products.home article.main-article h3 > br {
  line-height: 0;
}
section.products.home article.main-article p {
  font-size: 130%;
  font-weight: 300;
  line-height: 130%;
  margin: 20px 0;
}
section.products.home article.main-article .button.chevron {
  width: 270px;
}
section.products.home iframe.socialconnect-video {
  width: 100%;
  /*height: 430px;*/
  min-height: 199px;
}
@media (min-width: 970px) {
  section.products.home iframe.socialconnect-video {
    width: 893px;
    height: 502px;
  }
}
@media (min-width: 1170px) {
  section.products.home iframe.socialconnect-video {
    width: 763px;
    height: 429px;
  }
}
section.products.home .aside.blog-feed > h2 {
  background-color: #424038;
  color: White;
  padding: 5px;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 160%;
}
section.products.home .aside.blog-feed .blog-item {
  margin-bottom: 10px;
}
section.products.home .aside.blog-feed .blog-item h2 {
  margin-top: 0;
  font-weight: 300;
  font-size: 190%;
  line-height: 100%;
  margin-bottom: 0;
}
section.products.home .aside.blog-feed .blog-item h3 {
  font-weight: 300;
  font-size: 140%;
  margin-top: 5px;
  margin-bottom: 0;
}
section.products.home .aside.blog-feed .blog-item + .blog-item .top-border > div {
  padding-top: 10px;
  border-top: 1px solid #424038;
}
section.products.home .aside.advert {
  margin-top: 20px;
}
section.products.home .aside.advert > div {
  margin: 0 auto;
}
@media (min-width: 1170px) {
  section.products.home .main-column {
    width: 810px;
  }
  section.products.home .main-column + .col-lg-4 {
    width: 330px;
  }
}
@media (max-width: 1169px) {
  section.products.home div.container.jumbo h2 {
    margin-top: 20px;
  }
}
@media (max-width: 969px) {
  section.products.home div.container.jumbo h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.products.home article.main-article {
    margin-left: 0;
    border: none;
    margin-top: 0;
  }
  section.products.home article.main-article h2 {
    margin-top: 10px;
  }
  section.products.home article.main-article p {
    font-size: 160%;
    margin: 10px 0;
  }
  section.products.home article.main-article .button.chevron {
    width: 100%;
  }
  section.products.home .main-column {
    padding-left: 0;
    padding-right: 0;
  }
  section.products.home .aside.blog-feed > h2 {
    font-size: 180%;
  }
}
section.products.webconnect div.container.jumbo {
  position: relative;
}
section.products.webconnect .sticker {
  background-color: #F7A32C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-transform: uppercase;
  font-size: 140%;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50px;
  color: #424038;
  top: 146px;
  right: 40px;
}
section.products.webconnect .sticker .price {
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-size: 330%;
  display: block;
  margin-bottom: -11px;
  margin-top: 55px;
}
section.products.webconnect #benefits .strapline {
  margin-top: 0px;
  padding-bottom: 25px;
}
section.products.webconnect #benefits .strapline h3.feature {
  margin-bottom: 14px;
  margin-top: 24px;
  font-weight: 300;
  font-size: 380%;
}
section.products.webconnect #benefits .strapline h3.feature.feature-bold {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 305%;
}
section.products.webconnect #benefits .strapline p.feature {
  font-weight: 300;
  font-size: 243%;
}
@media (max-width: 969px) {
  section.products.webconnect #benefits .strapline h3.feature {
    font-size: 260%;
  }
  section.products.webconnect #benefits .strapline h3.feature.feature-bold {
    font-size: 210%;
  }
  section.products.webconnect #benefits .strapline p.feature {
    font-size: 170%;
  }
}
@media (max-width: 969px) {
  section.products.webconnect #benefits .strapline #benefits .strapline {
    background: none;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
section.products.webconnect .point.award p {
  margin-top: 10px;
}
section.products.webconnect .point.bespoke div.image > img {
  height: 85px;
}
section.products.webconnect .point.bespoke p {
  margin-top: 9px;
}
section.products.webconnect .point.half-mobile p {
  margin-top: 23px;
}
section.products.webconnect .testimony {
  margin-top: 38px;
}
section.products.webconnect .testimony h2.quote {
  margin: 56px 51px 8px 33px;
  font-size: 309%;
  font-weight: normal;
  line-height: 121%;
  color: #56aee1;
}
section.products.webconnect .testimony img {
  width: 541px;
  margin-left: -36px;
}
section.products.webconnect .testimony .quote-source {
  font-size: 140%;
  margin-left: 33px;
}
@media (max-width: 1169px) {
  section.products.webconnect .testimony h2.quote {
    margin: 0px 10px 10px 10px;
    font-size: 260%;
  }
  section.products.webconnect .testimony img {
    width: 100%;
  }
  section.products.webconnect .testimony .quote-source {
    margin-left: 10px;
  }
}
@media (max-width: 969px) {
  section.products.webconnect .testimony {
    margin-top: 10px;
  }
  section.products.webconnect .testimony h2.quote {
    margin: 0px 10px 10px 10px;
    font-size: 260%;
    text-align: center;
  }
  section.products.webconnect .testimony img {
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
    margin-top: 10px;
  }
  section.products.webconnect .testimony .quote-source {
    margin-left: 0;
    text-align: center;
    display: block;
  }
}
section.products.webconnect .explore {
  font-size: 200%;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
}
section.products.webconnect .explore > a {
  margin-left: 70px;
}
@media (max-width: 969px) {
  section.products.webconnect .explore {
    font-size: 210%;
  }
  section.products.webconnect .explore > a {
    margin-left: 0;
    width: 100%;
  }
}
section.products.webconnect article.container.alt.pop {
  background-color: #FBC066;
}
section.products.webconnect #myths {
  padding-top: 36px;
}
section.products.webconnect #myths h4 {
  font-size: 29px;
  font-weight: 300;
  margin-bottom: 3px;
}
section.products.webconnect #myths p.pop {
  font-weight: normal;
  font-size: 200%;
}
section.products.webconnect #myths h2.quote {
  color: white;
  font-weight: 300;
  margin: 13px 130px;
  font-size: 320%;
}
@media (max-width: 969px) {
  section.products.webconnect #myths {
    padding-top: 0;
  }
  section.products.webconnect #myths p.pop {
    font-size: 160%;
    font-weight: bold;
  }
  section.products.webconnect #myths h2.quote {
    font-weight: 300;
    margin: 13px 15px;
    font-size: 320%;
  }
}
section.products.webconnect #features h2,
section.products.webconnect #theres-more h2 {
  margin-top: 10px;
}
section.products.webconnect #features h3,
section.products.webconnect #theres-more h3 {
  margin-top: 12px;
  margin-bottom: 4px;
}
section.products.webconnect #features .row > div,
section.products.webconnect #theres-more .row > div {
  margin-bottom: 2em;
}
section.products.webconnect #features .row > div.clearfix,
section.products.webconnect #theres-more .row > div.clearfix {
  margin-bottom: 0;
}
section.products.webconnect #theres-more {
  display: none;
}
section.products.webconnect #theres-more .intro > p {
  font-size: 200%;
}
section.products.webconnect #theres-more .intro > p > span {
  font-weight: bold;
  display: block;
  margin-top: 1em;
}
@media (max-width: 1169px) {
  section.products.webconnect #theres-more .intro > p > span {
    display: inline;
  }
}
@media (max-width: 969px) {
  section.products.webconnect #theres-more .intro > p > span {
    display: block;
  }
  section.products.webconnect #theres-more .intro p.pop {
    font-size: 290%;
  }
}
section.products.webconnect div.preview-image {
  margin-bottom: 10px;
}
section.products.webconnect div.preview-image img {
  width: 100%;
}
section.products.webconnect #demo {
  background-color: #FDF1E1;
}
section.products.webconnect #demo ul.tick-list {
  margin-bottom: 20px;
}
section.products.webconnect #demo a:not(.button) {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  color: #424038;
  font-size: 160%;
  text-decoration: underline;
  margin-left: 20px;
}
section.products.webconnect #demo a:not(.button):hover {
  color: #2E759F;
}
@media (max-width: 969px) {
  section.products.webconnect #demo a:not(.button) {
    font-size: 220%;
  }
}
section.products.webconnect #demo img.demo-img {
  margin-top: 20px;
  max-width: 100%;
  display: block;
}
@media (max-width: 969px) {
  section.products.webconnect #demo .form-horizontal .form-group {
    margin-left: -8px;
    margin-right: -7px;
  }
  section.products.webconnect #demo .button.chevron + a:not(.button) {
    margin-top: 10px;
    margin-left: 0;
    display: block;
    font-size: 200%;
    margin-bottom: 40px;
  }
  section.products.webconnect #demo #btnGeneratePreview {
    margin-bottom: 0;
  }
  section.products.webconnect #demo .pub-finder-results {
    margin-top: 20px;
  }
  section.products.webconnect #demo ul.tick-list {
    font-size: 16px;
  }
  section.products.webconnect #demo ul.tick-list li {
    padding-top: 6px;
  }
}
section.products.webconnect #demo div.pub-finder .form-group,
section.products.webconnect #demo div.pub-finder-results .form-group,
section.products.webconnect #demo div.pub-not-listed .form-group {
  margin-bottom: 40px;
  margin-top: 10px;
}
section.products.webconnect #demo div.pub-finder .form-group .control-label,
section.products.webconnect #demo div.pub-finder-results .form-group .control-label,
section.products.webconnect #demo div.pub-not-listed .form-group .control-label {
  font-weight: normal;
  font-size: 150%;
  text-align: left;
  text-transform: uppercase;
  padding-top: 9px;
}
@media (max-width: 1169px) {
  section.products.webconnect #demo div.pub-finder .form-group .control-label,
  section.products.webconnect #demo div.pub-finder-results .form-group .control-label,
  section.products.webconnect #demo div.pub-not-listed .form-group .control-label {
    font-size: 140%;
  }
}
@media (max-width: 969px) {
  section.products.webconnect #demo div.pub-finder .form-group .control-label,
  section.products.webconnect #demo div.pub-finder-results .form-group .control-label,
  section.products.webconnect #demo div.pub-not-listed .form-group .control-label {
    font-size: 180%;
  }
}
section.products.webconnect #demo div.pub-finder .form-group .form-control,
section.products.webconnect #demo div.pub-finder-results .form-group .form-control,
section.products.webconnect #demo div.pub-not-listed .form-group .form-control {
  background-color: #e9e9e9 !important;
  height: 45px;
  border-color: #424038 !important;
}
section.products.webconnect #demo div.pub-finder .form-group .form-control:focus,
section.products.webconnect #demo div.pub-finder-results .form-group .form-control:focus,
section.products.webconnect #demo div.pub-not-listed .form-group .form-control:focus {
  border-color: #F7A32C;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
}
section.products.webconnect #demo div.pub-finder .button.chevron,
section.products.webconnect #demo div.pub-finder-results .button.chevron,
section.products.webconnect #demo div.pub-not-listed .button.chevron {
  min-width: 280px;
  margin-bottom: 10px;
}
section.products.webconnect #demo div.pub-finder .button.chevron.alt,
section.products.webconnect #demo div.pub-finder-results .button.chevron.alt,
section.products.webconnect #demo div.pub-not-listed .button.chevron.alt {
  width: 100%;
}
section.products.webconnect #demo div.pub-finder .button.chevron.alt.selected,
section.products.webconnect #demo div.pub-finder-results .button.chevron.alt.selected,
section.products.webconnect #demo div.pub-not-listed .button.chevron.alt.selected {
  background-color: #F7A32C;
}
section.products.webconnect #demo div.pub-finder label.error,
section.products.webconnect #demo div.pub-finder-results label.error,
section.products.webconnect #demo div.pub-not-listed label.error {
  color: red;
  font-size: 120%;
  font-weight: normal;
  margin-top: 5px;
  opacity: 0;
  transition: opacity 150ms;
  position: absolute;
}
section.products.webconnect #demo div.pub-finder label.error.on,
section.products.webconnect #demo div.pub-finder-results label.error.on,
section.products.webconnect #demo div.pub-not-listed label.error.on {
  opacity: 1;
}
section.products.webconnect #demo div.pub-finder-results,
section.products.webconnect #demo div.pub-not-listed,
section.products.webconnect #demo div.request-thanks {
  display: none;
}
section.products.webconnect #themes {
  background-color: #D4F0FE;
}
section.products.webconnect #themes .templates {
  margin-top: 40px;
}
section.products.webconnect #themes .templates .col-md-6 {
  margin-bottom: 40px;
}
section.products.webconnect #themes .templates p > span.title {
  font-size: 140%;
  display: block;
  font-weight: 300;
}
section.products.photoconnect > article.jumbo {
  background-image: url(/Styles/StyleImages/products/product-photo-jumbo.png);
  height: 523px;
}
section.products.photoconnect > article.jumbo .strap {
  background-color: rgba(66, 64, 56, 0.6);
  color: White;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 365%;
  text-align: center;
  padding: 22px;
}
section.products.photoconnect > article.jumbo > .container {
  position: relative;
}
section.products.photoconnect > article.jumbo .sticker {
  background-color: #F7A32C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-transform: uppercase;
  font-size: 140%;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50px;
  color: #424038;
}
section.products.photoconnect > article.jumbo .sticker .price {
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-size: 330%;
  display: block;
  margin-bottom: -11px;
  margin-top: 55px;
}
@media (max-width: 969px) {
  section.products.photoconnect > article.jumbo {
    background-image: url(/Styles/StyleImages/products/jumbo-photoshoot-mobile.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
}
section.products.photoconnect #benefits > h3 {
  font-size: 320%;
  margin-bottom: 30px;
}
section.products.photoconnect #benefits p.pop {
  font-size: 230%;
  font-weight: 300;
}
section.products.photoconnect #benefits .points {
  margin-top: 20px;
}
section.products.photoconnect #benefits .point.survey p {
  margin-top: 10px;
}
section.products.photoconnect #benefits .point.award p {
  margin-top: 20px;
}
section.products.photoconnect #features {
  background-color: #FBC066;
}
section.products.photoconnect #examples h2,
section.products.photoconnect #examples h3 {
  text-align: center;
}
section.products.photoconnect #examples h3 {
  margin-bottom: 20px;
}
section.products.photoconnect #examples .row.photo-examples img {
  width: 100%;
}
section.products.photoconnect #examples .row.photo-examples p {
  font-size: 120%;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (max-width: 969px) {
  section.products.photoconnect #examples .row.photo-examples p {
    font-size: 160%;
  }
}
section.products.photoconnect #pricing {
  background-color: #F8E4C9;
}
section.products.photoconnect #pricing .pricing-table thead td {
  padding: 6px 0;
}
section.products.photoconnect #pricing .pricing-table thead td.standard {
  padding-top: 0;
  font-size: 140%;
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-weight: bold;
  background-color: #2E759F;
  border-bottom: 8px solid #F8E4C9;
  color: white;
  padding-bottom: 0;
}
@media (max-width: 969px) {
  section.products.photoconnect #pricing .pricing-table thead td.standard {
    border-bottom: none;
  }
}
section.products.webconnect #infographic h2,
section.products.photoconnect #infographic h2 {
  color: #424038;
}
section.products.webconnect #infographic > div,
section.products.photoconnect #infographic > div {
  color: white;
  font-family: Kreon;
  font-size: 260%;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 969px) {
  section.products.webconnect #infographic > div,
  section.products.photoconnect #infographic > div {
    font-size: 190%;
  }
}
section.products.webconnect #infographic .box1,
section.products.photoconnect #infographic .box1,
section.products.webconnect #infographic .box2,
section.products.photoconnect #infographic .box2 {
  display: inline-block;
  width: 298px;
  text-align: center;
  border: 5px solid white;
  padding: 25px 20px;
  position: relative;
}
@media (max-width: 969px) {
  section.products.webconnect #infographic .box1,
  section.products.photoconnect #infographic .box1,
  section.products.webconnect #infographic .box2,
  section.products.photoconnect #infographic .box2 {
    width: 43%;
    padding: 20px 10px;
  }
}
section.products.webconnect #infographic .box1,
section.products.photoconnect #infographic .box1 {
  top: 12px;
}
section.products.webconnect #infographic .box2,
section.products.photoconnect #infographic .box2 {
  padding-top: 29px;
  padding-bottom: 32px;
}
@media (min-width: 970px) {
  section.products.webconnect #infographic .box1,
  section.products.photoconnect #infographic .box1 {
    top: 20px;
  }
  section.products.webconnect #infographic .box2,
  section.products.photoconnect #infographic .box2 {
    padding-top: 48px;
    padding-bottom: 45px;
  }
}
section.products.webconnect #infographic .plus,
section.products.photoconnect #infographic .plus {
  color: #424038;
  font-size: 185%;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -10px;
  display: inline-block;
}
@media (max-width: 969px) {
  section.products.webconnect #infographic .plus,
  section.products.photoconnect #infographic .plus {
    margin-left: 0;
    margin-right: 0;
    width: 10%;
    text-align: center;
    top: -5px;
  }
}
section.products.webconnect #infographic .price,
section.products.photoconnect #infographic .price {
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin-left: 17px;
  position: relative;
  top: 20px;
}
section.products.webconnect #infographic .price .price-2,
section.products.photoconnect #infographic .price .price-2 {
  font-size: 200%;
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin-top: -17px;
  display: inline-block;
}
@media (max-width: 1169px) {
  section.products.webconnect #infographic .price .price-1,
  section.products.photoconnect #infographic .price .price-1 {
    margin-left: -270px;
  }
  section.products.webconnect #infographic .price .price-2,
  section.products.photoconnect #infographic .price .price-2 {
    top: -39px;
    position: relative;
  }
}
@media (max-width: 969px) {
  section.products.webconnect #infographic .price,
  section.products.photoconnect #infographic .price {
    display: block;
  }
  section.products.webconnect #infographic .price .price-1,
  section.products.photoconnect #infographic .price .price-1 {
    margin-left: -140px;
  }
  section.products.webconnect #infographic .price .price-2,
  section.products.photoconnect #infographic .price .price-2 {
    top: -11px;
    position: relative;
  }
}
section.products.webconnect #infographic .sticker2,
section.products.photoconnect #infographic .sticker2 {
  display: inline-block;
  border: 3px solid #2E759F;
  border-radius: 50%;
  width: 222px;
  height: 222px;
  padding: 5px 5px;
  text-align: center;
  margin-left: 16px;
  position: relative;
  top: 16px;
}
section.products.webconnect #infographic .sticker2 .inner,
section.products.photoconnect #infographic .sticker2 .inner {
  display: inline-block;
  background-color: #F7A42C;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 55px 0px;
  font-family: SourceSans;
  font-weight: 300;
  font-size: 99%;
  text-transform: uppercase;
}
section.products.webconnect #infographic .sticker2 .inner .money,
section.products.photoconnect #infographic .sticker2 .inner .money {
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-size: 150%;
}
@media (max-width: 969px) {
  section.products.webconnect #infographic .sticker2,
  section.products.photoconnect #infographic .sticker2 {
    width: 115px;
    height: 115px;
    margin: 0 auto;
    display: block;
  }
  section.products.webconnect #infographic .sticker2 .inner,
  section.products.photoconnect #infographic .sticker2 .inner {
    padding: 26px 0px;
  }
}
section.products.webconnect #infographic .button.chevron,
section.products.photoconnect #infographic .button.chevron {
  width: 100%;
  margin-bottom: 5px;
}
section.products.socialconnect article.jumbo {
  background-image: url(/Styles/StyleImages/products/products-social-jumbo-tile.png);
}
section.products.socialconnect article.jumbo h2 {
  color: white;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  text-align: center;
  font-size: 52px;
  padding: 20px 170px 0px;
}
section.products.socialconnect article.jumbo .sc-headline {
  margin-bottom: 46px;
}
section.products.socialconnect article.jumbo .sc-headline .bt-plug {
  color: white;
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin-top: 16px;
}
section.products.socialconnect article.jumbo .sc-headline img.sc-logo {
  width: 402px;
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid white;
  padding-bottom: 16px;
}
section.products.socialconnect article.jumbo .sc-headline img.bt-logo {
  width: 146px;
  max-width: 100%;
  margin: 0 7px;
}
@media (max-width: 969px) {
  section.products.socialconnect article.jumbo .sc-headline h2 {
    font-size: 28px;
    padding: 20px 0px 7px;
  }
  section.products.socialconnect article.jumbo .sc-headline img.sc-logo {
    width: 240px;
  }
  section.products.socialconnect article.jumbo .sc-headline img.bt-logo {
    width: 90px;
  }
  section.products.socialconnect article.jumbo .sc-headline .bt-plug {
    font-size: 17px;
  }
}
section.products.socialconnect article.jumbo img.feature-image {
  margin-left: 100px;
  margin-bottom: 50px;
  width: 800px;
}
section.products.socialconnect article.jumbo > .container {
  position: relative;
}
section.products.socialconnect article.jumbo .sticker {
  background-color: #F7A32C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-transform: uppercase;
  font-size: 140%;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50px;
  color: #424038;
  right: 85px;
  top: 160px;
}
section.products.socialconnect article.jumbo .sticker .price {
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-size: 330%;
  display: block;
  margin-bottom: -11px;
  margin-top: 55px;
}
section.products.socialconnect article.jumbo .sticker .price {
  font-size: 330%;
  display: block;
  margin-bottom: -11px;
  margin-top: 55px;
}
@media (max-width: 1169px) {
  section.products.socialconnect article.jumbo img.feature-image {
    margin-left: 0;
  }
  section.products.socialconnect article.jumbo .sticker {
    right: 10px;
  }
}
@media (max-width: 969px) {
  section.products.socialconnect article.jumbo h2 {
    padding: 20px 20px;
  }
}
section.products.socialconnect #benefits > h3 {
  font-size: 320%;
  margin-bottom: 30px;
}
section.products.socialconnect #benefits p.pop {
  font-size: 230%;
  font-weight: 300;
}
section.products.socialconnect #benefits .points {
  margin-top: 20px;
}
section.products.socialconnect #benefits .point {
  margin-bottom: 20px;
}
section.products.socialconnect #benefits .point.time p {
  margin-top: 13px;
}
section.products.socialconnect #benefits .point.simple p {
  margin-top: 20px;
}
section.products.socialconnect #benefits .point.plugins p {
  margin-top: 22px;
}
section.products.socialconnect #benefits .testimony {
  margin-top: 38px;
}
section.products.socialconnect #benefits .testimony h2.quote {
  margin: 56px 51px 8px 33px;
  font-size: 309%;
  font-weight: normal;
  line-height: 121%;
}
section.products.socialconnect #benefits .testimony img {
  width: 541px;
  margin-left: -36px;
}
section.products.socialconnect #benefits .testimony .quote-source {
  font-size: 140%;
  margin-left: 33px;
}
@media (max-width: 1169px) {
  section.products.socialconnect #benefits .testimony h2.quote {
    margin: 0px 10px 10px 10px;
    font-size: 260%;
  }
  section.products.socialconnect #benefits .testimony img {
    width: 100%;
  }
  section.products.socialconnect #benefits .testimony .quote-source {
    margin-left: 10px;
  }
}
@media (max-width: 969px) {
  section.products.socialconnect #benefits .testimony {
    margin-top: 10px;
  }
  section.products.socialconnect #benefits .testimony h2.quote {
    margin: 0px 10px 10px 10px;
    font-size: 260%;
    text-align: center;
  }
  section.products.socialconnect #benefits .testimony img {
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
    margin-top: 10px;
  }
  section.products.socialconnect #benefits .testimony .quote-source {
    margin-left: 0;
    text-align: center;
    display: block;
  }
}
section.products.socialconnect #features {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #D4F0FE;
}
section.products.socialconnect #features .new-feature {
  background-color: #50AEE4;
  color: White;
}
section.products.socialconnect #features .new-feature span.new {
  font-weight: bold;
}
section.products.socialconnect #features .new-feature img {
  width: 100%;
}
section.products.socialconnect #examples h2,
section.products.socialconnect #examples h3 {
  text-align: center;
}
section.products.socialconnect #examples h3 {
  margin-bottom: 20px;
}
section.products.socialconnect #examples .row.plugin-examples img {
  width: 100%;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
section.products.socialconnect #examples .row.plugin-examples h4 {
  font-size: 200%;
  font-weight: 300;
}
section.products.socialconnect #examples .row.plugin-examples p {
  font-size: 120%;
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (max-width: 969px) {
  section.products.socialconnect #examples .row.plugin-examples p {
    font-size: 160%;
  }
}
section.products.socialconnect #howitworks {
  background-color: #FDF1E1;
}
section.products.socialconnect #howitworks h2 {
  font-family: SourceSans, Tahoma, Geneva, sans-serif;
  letter-spacing: -0.02em;
  color: #424038;
  font-weight: 300;
  font-size: 310%;
}
section.products.socialconnect #howitworks h3 {
  font-size: 120%;
  font-weight: normal;
}
@media (max-width: 969px) {
  section.products.socialconnect #howitworks h3 {
    font-size: 160%;
  }
}
section.products.socialconnect #howitworks .easy {
  padding: 0 140px;
}
section.products.socialconnect #howitworks .easy p {
  font-size: 140%;
  padding-bottom: 10px;
}
@media (max-width: 969px) {
  section.products.socialconnect #howitworks .easy p {
    font-size: 160%;
  }
}
section.products.socialconnect #howitworks .easy p + p {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
section.products.socialconnect #howitworks span.numberMANUAL {
  border: 5px solid #E9E9E9;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  vertical-align: middle;
}
section.products.socialconnect #howitworks span.numberMANUAL,
section.products.socialconnect #howitworks span.numberMANUAL > span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
section.products.socialconnect #howitworks span.numberMANUAL > span {
  background-color: #F7A32C;
  border: 3px solid #424038;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  padding-top: 6px;
}
section.products.socialconnect #howitworks span.numberMANUAL > span .green {
  background-color: #5BC78D;
}
section.products.socialconnect #howitworks span.number {
  margin-right: 20px;
}
section.products.socialconnect #howitworks div.graphics {
  text-align: center;
  margin-top: 50px;
}
section.products.socialconnect #howitworks div.graphics p {
  font-size: 120%;
  line-height: 160%;
  font-weight: normal;
  margin-top: 10px;
  width: 60%;
  margin: 10px auto;
}
@media (max-width: 969px) {
  section.products.socialconnect #howitworks div.graphics p {
    font-size: 160%;
    width: 80%;
  }
}
@media (max-width: 1169px) {
  section.products.socialconnect #howitworks .easy {
    padding: 0 80px;
  }
}
@media (max-width: 969px) {
  section.products.socialconnect #howitworks .easy {
    padding: 0;
  }
  section.products.socialconnect #howitworks .easy p {
    text-align: center;
  }
  section.products.socialconnect #howitworks span.numberMANUAL {
    width: 36px;
    height: 36px;
    border: 3px solid #E9E9E9;
    margin-right: 0;
  }
  section.products.socialconnect #howitworks span.numberMANUAL > span {
    width: 30px;
    height: 30px;
    padding-top: 3px;
    border: 2px solid #424038;
  }
}
section.products.socialconnect #pricing .pricing-header td.standard,
section.products.socialconnect #pricing .pricing-header td.VIP {
  font-size: 160%;
  font-weight: normal;
  line-height: 160%;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.products.socialconnect #pricing .pricing-header .price {
  font-size: 190%;
  font-weight: bold;
  display: block;
  margin-bottom: -15px;
}
section.products.socialconnect #pricing div.btsport-cta {
  background-color: #3DBF79;
  text-align: center;
  color: white;
  font-size: 22px;
  margin-top: -10px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  padding: 20px;
}
section.products.socialconnect #pricing div.btsport-cta .bt-logo {
  width: 60%;
  display: block;
  margin: 5px auto;
}
section.products.socialconnect #pricing div.btsport-cta .button.chevron {
  margin-top: 10px;
}
section.products.socialconnect #pricing div.btsport-cta.mobile-version {
  margin: 10px 0 0 0;
}
@media (max-width: 969px) {
  section.products.faqs {
    font-size: 12px;
  }
  section.products.faqs h3 {
    font-size: 210%;
  }
}
section.products.faqs h4 {
  font-size: 217%;
  font-weight: 300;
  letter-spacing: -0.025em;
}
section.products.faqs h2 {
  margin-bottom: 24px;
  margin-top: 43px;
}
section.products.faqs p + h2 {
  margin-top: 65px;
}
section.products.faqs p + h4 {
  margin-top: 41px;
}
section.products.faqs p {
  font-size: 140%;
  line-height: 140%;
}
section.products.faqs a.contact {
  font-weight: bold;
  color: #424038;
}
section.products.order h2 {
  color: #424038;
}
section.products.order .order-form {
  margin-top: 30px;
}
section.products.order .form-group {
  margin-bottom: 40px;
}
section.products.order label.control-label {
  font-size: 170%;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
}
section.products.order input[type='text'],
section.products.order textarea,
section.products.order .dropdown .btn {
  background-color: #e9e9e9 !important;
  height: 45px;
  border-color: #424038 !important;
}
section.products.order input[type='text']:focus,
section.products.order textarea:focus,
section.products.order .dropdown .btn:focus {
  border-color: #F7A32C;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
}
section.products.order textarea#txtComment {
  height: 150px;
}
section.products.order .dropdown-toggle span.main-text {
  margin-top: 0;
}
section.products.order .dropdown .btn {
  width: 100%;
  text-align: left;
}
section.products.order .dropdown .btn span.caret {
  float: right;
  margin-top: 6px;
  border-top-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-right: 10px;
}
section.products.order .error {
  color: red;
  font-size: 120%;
  font-weight: normal;
  margin-top: 5px;
}
section.products.training > article.jumbo {
  background-image: url(/Styles/StyleImages/products/training-session.jpg);
  height: 320px;
  background-size: 100%;
  background-position-y: 50%;
}
section.products.training > article.jumbo br {
  line-height: inherit;
}
section.products.training > article.jumbo .strap {
  color: White;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 34px;
  text-align: left;
  padding: 7px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
section.products.training > article.jumbo > .container {
  position: relative;
}
section.products.training > article.jumbo .sticker {
  background-color: #F7A32C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  text-transform: uppercase;
  font-size: 140%;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50px;
  color: #424038;
}
section.products.training > article.jumbo .sticker .price {
  font-family: Montserrat;
  letter-spacing: -0.05em;
  font-size: 330%;
  display: block;
  margin-bottom: -11px;
  margin-top: 55px;
}
@media (max-width: 969px) {
  section.products.training > article.jumbo {
    background-image: url(/Styles/StyleImages/products/training-session.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
}
@media (min-width: 970px) {
  section.products.training > article.jumbo {
    height: 460px;
  }
  section.products.training > article.jumbo .strap {
    font-size: 40px;
    line-height: 49px;
    padding: 50px 0 0 310px;
    width: 910px;
    margin: 0 auto;
  }
}
@media (min-width: 1170px) {
  section.products.training > article.jumbo .strap {
    font-size: 50px;
  }
}
section.products.training blockquote {
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
section.products.training #introduction h3 {
  font-size: 18px;
  margin-top: 20px;
}
section.products.training #introduction h3.center {
  text-align: center;
}
section.products.training #introduction hr.narrow {
  height: 2px;
  width: 150px;
  text-align: center;
  border: none;
  background-color: #979797;
  color: #979797;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.products.training #introduction blockquote p.quote {
  padding: 10px;
  font-size: 24px;
  color: #56aee1;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
}
section.products.training #introduction blockquote p.source {
  font-family: SourceSans, Tahoma, Geneva, sans-serif;
  letter-spacing: -0.02em;
  color: #42403a;
  font-weight: 300;
  font-size: 18px;
}
section.products.training #introduction #benefits {
  text-align: center;
  margin-top: 20px;
}
section.products.training #introduction #benefits img {
  height: 76px;
  margin-bottom: 10px;
}
section.products.training #introduction #benefits p {
  width: 190px;
  margin: 0 auto 40px;
  font-weight: 300;
}
@media (min-width: 970px) {
  section.products.training #introduction h3 {
    font-size: 28px;
  }
  section.products.training #introduction blockquote p.quote {
    font-size: 40px;
  }
  section.products.training #introduction #benefits {
    margin-top: 40px;
  }
  section.products.training #introduction #benefits img {
    height: 100px;
  }
}
section.products.training #testimonial {
  background-color: #fbc066;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.products.training #testimonial figure {
  text-align: center;
}
section.products.training #testimonial figure figcaption {
  color: white;
  margin-top: 20px;
  font-size: 16px;
}
section.products.training #testimonial blockquote {
  margin-top: 20px;
}
section.products.training #testimonial blockquote p {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 18px;
  line-height: 28px;
  color: white;
}
@media (min-width: 970px) {
  section.products.training #testimonial figure figcaption {
    font-size: 18px;
  }
  section.products.training #testimonial blockquote p {
    font-size: 24px;
    width: 650px;
    margin: 0 auto;
  }
}
section.products.training #features h3 {
  margin-bottom: 10px;
}
section.products.training #features div[class*=col-] {
  margin-bottom: 30px;
}
@media (min-width: 970px) {
  section.products.training #features div[class*=col-] {
    height: 150px;
    margin-bottom: 0;
  }
}
section.products.training .mark-mugshot img {
  width: 100%;
}
@media (max-width: 969px) {
  section.products.training .mark-mugshot {
    padding: 0;
  }
}
@media (min-width: 970px) {
  section.products.training .mark-mugshot {
    position: absolute;
    top: 316px;
    left: 470px;
  }
}
@media (min-width: 1170px) {
  section.products.training .mark-mugshot {
    top: 101px;
    left: 380px;
  }
}
section.products.training #order {
  background-color: #E6F3FB;
  padding-bottom: 20px;
}
section#trade-login,
section#password-reminder {
  font-size: 16px;
}
section#trade-login h2,
section#password-reminder h2 {
  font-size: 36px;
}
section#trade-login a,
section#password-reminder a {
  color: #424038;
  font-weight: bold;
}
section#trade-login .form-group,
section#password-reminder .form-group {
  margin-bottom: 40px;
}
section#trade-login .form-group label.control-label,
section#password-reminder .form-group label.control-label {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 140%;
  text-align: left;
}
section#trade-login p,
section#password-reminder p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
section#trade-login #txtEmail,
section#password-reminder #txtEmail,
section#trade-login #txtDrowser,
section#password-reminder #txtDrowser {
  background-color: #e9e9e9 !important;
  height: 45px;
  border-color: #424038 !important;
  max-width: 400px;
}
section#trade-login #txtEmail:focus,
section#password-reminder #txtEmail:focus,
section#trade-login #txtDrowser:focus,
section#password-reminder #txtDrowser:focus {
  border-color: #F7A32C;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 165, 0, 0.6);
}
section#trade-login .checkbox label,
section#password-reminder .checkbox label {
  line-height: normal;
}
section#trade-login .error,
section#password-reminder .error {
  color: red;
  font-size: 100%;
  font-weight: normal;
  margin-top: 10px;
}
section#trade-login div.cta,
section#password-reminder div.cta {
  margin-top: 30px;
}
section#trade-login a.button,
section#password-reminder a.button {
  min-width: 110px;
}
@media (max-width: 969px) {
  section#trade-login .form-group,
  section#password-reminder .form-group {
    margin-bottom: 20px;
  }
  section#trade-login p,
  section#password-reminder p {
    margin-bottom: 10px;
  }
  section#trade-login #txtEmail,
  section#password-reminder #txtEmail,
  section#trade-login #txtDrowser,
  section#password-reminder #txtDrowser {
    max-width: 100%;
  }
  section#trade-login a.button,
  section#password-reminder a.button {
    width: 100%;
  }
  section#trade-login .pw-remind,
  section#password-reminder .pw-remind {
    margin-top: 15px;
  }
}
section#password-reminder a.button.chevron {
  min-width: 220px;
}
section.email-subscribe h2 {
  font-size: 24px;
}
section.email-subscribe .form-control {
  font-size: 16px;
}
section.email-subscribe input[type=text] {
  height: 50px;
}
section.email-subscribe span.error-label {
  display: none;
  color: #961401;
  margin-left: 10px;
  font-size: 16px;
}
section.email-subscribe .form-group label {
  font-size: 18px;
  font-weight: normal;
}
section.email-subscribe .form-group.short input[type=text] {
  max-width: 400px;
}
section.email-subscribe .form-group,
section.email-subscribe h2,
section.email-subscribe p {
  margin-bottom: 30px;
}
section.email-subscribe .has-error span.error-label {
  display: inline;
}
section.email-subscribe div#thank-you {
  display: none;
}
.iap-regular-lightbox .fancybox-skin {
  padding: 5px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.iap-regular-lightbox .fancybox-close {
  top: -15px !important;
  right: -15px !important;
}
.iap-mobile-lightbox .fancybox-skin {
  padding: 0 !important;
}
.fancybox-overlay {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
#spinning-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 3;
}
#spinning-loader span.spinner {
  color: #F7A32C;
  font-size: 50px;
  position: relative;
  left: 50%;
  top: 50%;
}
#spinning-loader span.spinner > i {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  padding-left: 4px;
  padding-right: 3px;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.btn.btn-primary {
  text-transform: uppercase;
}
.ui-helper-hidden-accessible {
  display: none;
}
ul.ui-autocomplete {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
li.ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fce3c4;
  border-bottom: 1px solid #D7D7D7;
}
li.ui-menu-item > a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 15px;
  line-height: 1.5;
  min-height: 0;
  font-weight: normal;
  height: 50px;
}
li.ui-menu-item > a:hover {
  color: #424038;
}
li.ui-menu-item > a.ui-state-focus {
  background-color: #F7A32C;
}
/*#region DateTime Picker */
.bootstrap-datetimepicker-widget {
  margin: 20px 0;
}
.bootstrap-datetimepicker-widget .btn {
  min-width: 0;
  padding-top: 6px;
  height: auto;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .btn-primary {
  background-color: white;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #CFCFCF;
}
.form-control.date {
  width: 130px;
  text-align: center;
}
.form-control.time {
  width: 100px;
  text-align: center;
}
div.dtp {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
/*#endregion */
.spinner {
  display: inline-block;
  height: 40px;
  width: 50px;
  text-align: center;
  padding: 0;
  margin: 0;
}
/*#region Dashboard */
.container.dashboard {
  margin-bottom: 15px;
}
@media (max-width: 969px) {
  .container.dashboard {
    margin-bottom: 9px;
  }
  .container.dashboard #dashboard-menu {
    min-height: 0 !important;
  }
}
.container.dashboard .logo > img {
  width: 170px;
}
@media (max-width: 969px) {
  .container.dashboard .logo > img {
    width: 145px;
    margin-left: 7px;
  }
}
.container.dashboard .salutation {
  font-size: 16px;
  font-weight: bold;
  margin-top: 39px;
}
.container.dashboard .venue-name {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 17px;
  font-weight: bold;
  margin-top: 34px;
  margin-right: 7px;
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.dashboard {
  font-size: 16px;
}
section.dashboard label.required:before {
  content: "* ";
}
@media (max-width: 969px) {
  section.dashboard #dashboard-menu {
    min-height: 0 !important;
  }
}
@media (min-width: 970px) {
  section.dashboard .nav-menu.collapse {
    display: block;
  }
}
section.dashboard .mobile-menu-bar {
  background-color: #716D60;
}
section.dashboard .mobile-menu-bar .last-update {
  display: none;
}
section.dashboard .mobile-menu-bar .current-page {
  color: white;
  display: inline-block;
  /*vertical-align: top;
            padding-top: 12px;*/
  margin-left: 10px;
}
section.dashboard .mobile-menu-bar .current-page .bullet {
  margin-right: 10px;
}
section.dashboard .mobile-menu-bar .current-page > a {
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  color: white;
  font-size: 16px;
}
section.dashboard .mobile-menu-bar .btn-default[data-toggle=collapse] {
  background-color: #D3D0C8;
  padding-top: 7px;
}
section.dashboard .mobile-menu-bar .btn-default[data-toggle=collapse]:hover {
  border-color: transparent;
}
section.dashboard .mobile-menu-bar .btn-default[data-toggle=collapse].view-menu-toggle {
  background-color: #FCE3C2;
}
section.dashboard .mobile-menu-bar .btn-default[data-toggle=collapse] i.fa-bars {
  margin-right: 5px;
}
section.dashboard .mobile-menu-bar .btn-default[data-toggle=collapse] i.fa-chevron-right {
  margin-left: 5px;
}
section.dashboard #HelpPopup .icon-pencil,
section.dashboard #HelpPopup .icon-list {
  font-size: 12px;
}
section.dashboard #HelpPopup a {
  color: #2e759f;
  text-decoration: underline;
  font-weight: bold;
}
section.dashboard #HelpPopup a:hover {
  color: #F7A32C;
}
section.dashboard .top-cta {
  background-color: #E9F0F4;
  margin-bottom: 15px;
  padding: 15px;
}
section.dashboard .top-cta h3 {
  font-size: 30px;
  margin-top: 0;
}
section.dashboard .top-cta p {
  font-size: 18px;
  font-weight: 300;
}
section.dashboard .no-items {
  margin-bottom: 30px;
  font-size: 18px;
}
section.dashboard .no-items p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
}
section.dashboard .no-items h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
section.dashboard .list-header {
  margin-bottom: 3px;
  font-size: 14px;
}
section.dashboard .list-header:before,
section.dashboard .list-header:after {
  content: " ";
  display: table;
}
section.dashboard .list-header:after {
  clear: both;
}
section.dashboard .list-header [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
section.dashboard .list-header .actions > [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 969px) {
  section.dashboard .list-header {
    display: none;
  }
}
section.dashboard div.button-bar {
  border-top: 1px solid #2E759F;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 12px;
}
section.dashboard div.button-bar h2,
section.dashboard div.button-bar h3 {
  float: left;
  margin-top: 11px;
}
section.dashboard div.button-bar .btn {
  border-top: 1px solid #2E759F;
}
section.dashboard .section-header,
section.dashboard .section-column {
  display: inline-block;
}
section.dashboard span.error-label {
  display: none;
  color: #961401;
  margin-left: 10px;
  font-size: 16px;
}
section.dashboard .has-error span.error-label {
  display: inline;
}
section.dashboard .has-error .dropdown-toggle,
section.dashboard .has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.dashboard article.container {
  padding-bottom: 0;
  padding-top: 0;
}
section.dashboard article.drinks,
section.dashboard article.food,
section.dashboard article.events,
section.dashboard article.tvsport {
  padding-top: 15px;
  padding-bottom: 15px;
}
section.dashboard div.main-content {
  overflow: hidden;
}
@media (max-width: 969px) {
  section.dashboard div.main-content {
    overflow: auto;
  }
}
section.dashboard .menu {
  background-color: #EEEDE8;
  padding: 0;
  padding-bottom: 99999px;
  margin-bottom: -99999px;
}
@media (max-width: 969px) {
  section.dashboard .menu {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 970px) {
  section.dashboard #dashboard-menu {
    height: auto !important;
  }
}
@media (min-width: 970px) {
  section.dashboard #view-buttons {
    display: none;
  }
}
section.dashboard #view-buttons a {
  display: block;
}
section.dashboard .nav-menu .nav-menu-subsection .title {
  background-color: #D4D1C8;
  height: 40px;
  padding-top: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #A09B8B;
}
section.dashboard .nav-menu .nav-menu-subsection h4 {
  font-weight: normal;
  margin: 0;
}
section.dashboard .nav-menu .nav-menu-subsection ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
section.dashboard .nav-menu .nav-menu-subsection li {
  height: 80px;
  border-bottom: 1px solid white;
  padding-left: 54px;
  padding-top: 30px;
  position: relative;
  cursor: pointer;
}
section.dashboard .nav-menu .nav-menu-subsection li span.bullet {
  left: 14px;
  position: absolute;
  top: 20px;
}
section.dashboard .nav-menu .nav-menu-subsection li.active {
  color: white;
  background-color: #716D60;
}
section.dashboard .nav-menu .nav-menu-subsection li.active > a {
  color: white;
}
section.dashboard .nav-menu .nav-menu-subsection li:first-of-type {
  border-top: 1px solid white;
}
section.dashboard .nav-menu .nav-menu-subsection li:first-of-type.active {
  border-top: none;
}
section.dashboard .nav-menu .nav-menu-subsection li > a {
  font-size: 18px;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
}
section.dashboard .nav-menu .nav-menu-subsection li .icon-facebook,
section.dashboard .nav-menu .nav-menu-subsection li .icon-facebook-square,
section.dashboard .nav-menu .nav-menu-subsection li .icon-twitter {
  font-size: 16px;
  margin-left: 10px;
}
section.dashboard .nav-menu .nav-menu-subsection li .icon-facebook.disabled,
section.dashboard .nav-menu .nav-menu-subsection li .icon-facebook-square.disabled,
section.dashboard .nav-menu .nav-menu-subsection li .icon-twitter.disabled {
  color: #C8C8C8;
}
section.dashboard .nav-menu .nav-menu-subsection ul.two-line > li {
  padding-top: 20px;
}
section.dashboard #dashboard-menu.brewery-menu .hide-for-breweries {
  display: none;
}
section.dashboard .facility-list {
  margin-top: 15px;
}
section.dashboard .facility-text {
  font-size: 16px;
  margin-bottom: 20px;
}
section.dashboard .facility-text span.cat {
  font-size: 18px;
  margin-right: 5px;
}
section.dashboard span.facility-category {
  display: none;
}
section.dashboard .title-bar {
  border-bottom: 1px solid #d3d3d3;
  height: 50px;
}
section.dashboard .title-bar h2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 40px;
}
section.dashboard .title-bar h2 small {
  font-family: SourceSans, Tahoma, Geneva, sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  margin-left: 20px;
  vertical-align: middle;
}
section.dashboard .first-in-category span.facility-category {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
}
section.dashboard #pnlFacility {
  margin-bottom: 25px;
}
section.dashboard #pnlFacility + #pnlFacility.first-in-category {
  border-top: 1px solid #d3d3d3;
  padding-top: 25px;
}
section.dashboard #FacilitiesForm .btn-tertiary {
  background-color: #fce3c4;
}
section.dashboard #FacilitiesForm .btn-tertiary:hover {
  background-color: #fce3c4;
}
section.dashboard #additional-info {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.dashboard #additional-info .list-header {
  padding-left: 15px;
}
section.dashboard #additional-info .details {
  padding: 15px;
  display: inline-block;
}
section.dashboard #additional-info .no-notes {
  color: #716D60;
  font-style: italic;
}
section.dashboard a.hint {
  float: right;
}
@media (max-width: 969px) {
  section.dashboard a.hint {
    display: none;
  }
}
section.dashboard .list-item {
  border: 1px solid #d3d3d3;
  position: relative;
  height: 100px;
  /*padding-top: 10px;
        padding-bottom: 10px;*/
  margin-bottom: 10px;
}
section.dashboard .list-item:before,
section.dashboard .list-item:after {
  content: " ";
  display: table;
}
section.dashboard .list-item:after {
  clear: both;
}
section.dashboard .list-item.inactive {
  opacity: 0.3;
}
section.dashboard .list-item.inactive a:hover {
  opacity: 1;
}
section.dashboard .list-item [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
section.dashboard .list-item .top-row,
section.dashboard .list-item .bottom-row {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 970px) {
  section.dashboard .list-item .top-row,
  section.dashboard .list-item .bottom-row {
    float: left;
    width: 50%;
  }
}
section.dashboard .list-item .top-row {
  height: 100px;
}
section.dashboard .list-item .bottom-row {
  padding-top: 24px;
}
section.dashboard .list-item .bottom-row [class*=col-] {
  padding: 0 6px;
}
@media (max-width: 969px) {
  section.dashboard .list-item .bottom-row {
    display: none;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    margin-top: -2px;
  }
}
section.dashboard .list-item .bottom-row p {
  font-size: 14px;
  margin-bottom: 0;
  display: none;
}
@media (max-width: 969px) {
  section.dashboard .list-item .bottom-row p {
    display: block;
  }
}
section.dashboard .list-item .bottom-row .action-icon {
  margin-top: 16px;
}
section.dashboard .list-item .bottom-row .mobile-list-header {
  font-size: 14px;
  white-space: nowrap;
}
section.dashboard .list-item .bottom-row .share-button {
  width: 90%;
}
@media (max-width: 969px) {
  section.dashboard .list-item .bottom-row .share-button {
    width: 100%;
  }
}
section.dashboard .list-item .move-handle {
  display: inline-block;
  cursor: move;
  font-size: 26px;
  text-align: center;
  padding-top: 37px;
}
section.dashboard .list-item .details {
  padding-top: 10px;
}
section.dashboard .list-item.ui-sortable-helper {
  background-color: #FEDDB4;
}
section.dashboard .list-item .open > .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
section.dashboard .list-item .dropdown-menu {
  min-width: 0;
  width: 100%;
}
section.dashboard .list-item .icon-pencil {
  font-size: 17px;
}
section.dashboard .list-item .icon-trash {
  font-size: 19px;
}
@media (max-width: 969px) {
  section.dashboard .list-item .item-expand a {
    background-color: #FCE3C2;
    position: absolute;
    right: 0;
    width: 48px;
    height: 98px;
    padding-top: 41px;
    text-align: center;
    border-left: 1px solid #d3d3d3;
  }
  section.dashboard .list-item .item-expand a span.open {
    display: none;
  }
  section.dashboard .list-item .item-expand a span.closed {
    display: inline-block;
  }
  section.dashboard .list-item.expanded {
    height: 190px;
  }
  section.dashboard .list-item.expanded .bottom-row {
    display: block;
  }
  section.dashboard .list-item.expanded .item-expand a {
    background-color: white;
  }
  section.dashboard .list-item.expanded .item-expand a span.closed {
    display: none;
  }
  section.dashboard .list-item.expanded .item-expand a span.open {
    display: inline-block;
  }
}
section.dashboard .card-sortable-placeholder {
  border: 1px solid #d3d3d3;
  position: relative;
  height: 100px;
  /*padding-top: 10px;
        padding-bottom: 10px;*/
  margin-bottom: 10px;
  border: 1px dashed #ccc;
}
section.dashboard .card-sortable-placeholder:before,
section.dashboard .card-sortable-placeholder:after {
  content: " ";
  display: table;
}
section.dashboard .card-sortable-placeholder:after {
  clear: both;
}
section.dashboard .card-sortable-placeholder.inactive {
  opacity: 0.3;
}
section.dashboard .card-sortable-placeholder.inactive a:hover {
  opacity: 1;
}
section.dashboard .card-sortable-placeholder [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
section.dashboard .card-sortable-placeholder .top-row,
section.dashboard .card-sortable-placeholder .bottom-row {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 970px) {
  section.dashboard .card-sortable-placeholder .top-row,
  section.dashboard .card-sortable-placeholder .bottom-row {
    float: left;
    width: 50%;
  }
}
section.dashboard .card-sortable-placeholder .top-row {
  height: 100px;
}
section.dashboard .card-sortable-placeholder .bottom-row {
  padding-top: 24px;
}
section.dashboard .card-sortable-placeholder .bottom-row [class*=col-] {
  padding: 0 6px;
}
@media (max-width: 969px) {
  section.dashboard .card-sortable-placeholder .bottom-row {
    display: none;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    margin-top: -2px;
  }
}
section.dashboard .card-sortable-placeholder .bottom-row p {
  font-size: 14px;
  margin-bottom: 0;
  display: none;
}
@media (max-width: 969px) {
  section.dashboard .card-sortable-placeholder .bottom-row p {
    display: block;
  }
}
section.dashboard .card-sortable-placeholder .bottom-row .action-icon {
  margin-top: 16px;
}
section.dashboard .card-sortable-placeholder .bottom-row .mobile-list-header {
  font-size: 14px;
  white-space: nowrap;
}
section.dashboard .card-sortable-placeholder .bottom-row .share-button {
  width: 90%;
}
@media (max-width: 969px) {
  section.dashboard .card-sortable-placeholder .bottom-row .share-button {
    width: 100%;
  }
}
section.dashboard .card-sortable-placeholder .move-handle {
  display: inline-block;
  cursor: move;
  font-size: 26px;
  text-align: center;
  padding-top: 37px;
}
section.dashboard .card-sortable-placeholder .details {
  padding-top: 10px;
}
section.dashboard .card-sortable-placeholder.ui-sortable-helper {
  background-color: #FEDDB4;
}
section.dashboard .card-sortable-placeholder .open > .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
section.dashboard .card-sortable-placeholder .dropdown-menu {
  min-width: 0;
  width: 100%;
}
section.dashboard .card-sortable-placeholder .icon-pencil {
  font-size: 17px;
}
section.dashboard .card-sortable-placeholder .icon-trash {
  font-size: 19px;
}
@media (max-width: 969px) {
  section.dashboard .card-sortable-placeholder .item-expand a {
    background-color: #FCE3C2;
    position: absolute;
    right: 0;
    width: 48px;
    height: 98px;
    padding-top: 41px;
    text-align: center;
    border-left: 1px solid #d3d3d3;
  }
  section.dashboard .card-sortable-placeholder .item-expand a span.open {
    display: none;
  }
  section.dashboard .card-sortable-placeholder .item-expand a span.closed {
    display: inline-block;
  }
  section.dashboard .card-sortable-placeholder.expanded {
    height: 190px;
  }
  section.dashboard .card-sortable-placeholder.expanded .bottom-row {
    display: block;
  }
  section.dashboard .card-sortable-placeholder.expanded .item-expand a {
    background-color: white;
  }
  section.dashboard .card-sortable-placeholder.expanded .item-expand a span.closed {
    display: none;
  }
  section.dashboard .card-sortable-placeholder.expanded .item-expand a span.open {
    display: inline-block;
  }
}
section.dashboard .card-sortable-placeholder2 {
  border: 1px dashed #ccc;
}
section.dashboard .pdf-list img.pdf-icon {
  max-width: 41px;
}
section.dashboard .pdf-list .pdf-link {
  padding-left: 15px;
  font-weight: bold;
}
section.dashboard .wide-border {
  border-bottom: 1px solid #d3d3d3;
  margin-left: 15px;
  position: relative;
}
section.dashboard .section-title {
  font-size: 25px;
  font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 969px) {
  section.dashboard .section-title {
    border-bottom: none;
    margin-top: 15px;
  }
}
section.dashboard #ShareForm .social-link,
section.dashboard #ShareForm .twitter-preview,
section.dashboard #ShareForm .facebook-preview {
  margin-top: 10px;
}
section.dashboard .pdf-item .details {
  padding-top: 20px;
}
section.dashboard .info-bar {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  min-height: 35px;
}
section.dashboard .info-bar .tally,
section.dashboard .info-bar .second-item,
section.dashboard .info-bar .settings,
section.dashboard .info-bar .help,
section.dashboard .info-bar .third-item {
  display: inline-block;
  float: left;
}
section.dashboard .info-bar .settings,
section.dashboard .info-bar .help {
  float: right;
  text-decoration: underline;
}
section.dashboard .info-bar .settings,
section.dashboard .info-bar .second-item,
section.dashboard .info-bar .third-item {
  margin-left: 20px;
}
@media (max-width: 969px) {
  section.dashboard .info-bar .tally,
  section.dashboard .info-bar .second-item {
    display: block;
    float: none;
  }
  section.dashboard .info-bar .second-item {
    margin-left: 0px;
    margin-top: 15px;
  }
  section.dashboard .info-bar .settings,
  section.dashboard .info-bar .help {
    display: none;
  }
}
section.dashboard p.tally {
  font-size: 16px;
  margin-top: 10px;
}
section.dashboard article.dashboard-home {
  margin-top: 15px;
}
section.dashboard article.dashboard-home .panel-items .box-panel {
  border: 1px solid #d3d3d3;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 18px;
}
section.dashboard article.dashboard-home .panel-items .box-panel h3 {
  margin-top: 0;
  font-size: 26px;
}
section.dashboard article.dashboard-home .panel-items .box-panel p {
  font-size: 18px;
  font-weight: 300;
}
section.dashboard article.dashboard-home .panel-items .box-panel span.fake-button {
  border: 1px solid;
  padding: 10px 16px;
  display: inline-block;
  font-size: 16px;
}
section.dashboard article.dashboard-home .panel-items .box-panel .counts {
  min-height: 180px;
}
section.dashboard article.dashboard-home .panel-items .box-panel .counts .count-item {
  display: block;
  line-height: 22px;
  font-weight: 300;
}
section.dashboard article.dashboard-home .panel-items .box-panel .bottom-section {
  width: 100%;
}
section.dashboard article.dashboard-home .panel-items .box-panel .bottom-section .last-update {
  margin-bottom: 5px;
  font-size: 16px;
}
section.dashboard article.dashboard-home .panel-items .box-panel .bottom-section a.btn {
  width: 100%;
}
@media (max-width: 969px) {
  section.dashboard article.dashboard-home .panel-items .box-panel {
    min-height: 0 !important;
  }
}
section.dashboard article.drinks div.search i.fa-search {
  position: absolute;
  top: 16px;
  right: 35px;
  font-size: 17px;
}
section.dashboard article.drinks input[type=search] {
  background-color: #F7A32C;
  color: #424038;
  height: 50px;
  padding-right: 43px;
  font-size: 16px;
}
section.dashboard article.drinks input[type=search]::-webkit-input-placeholder {
  color: #797667;
}
section.dashboard article.drinks input[type=search]:-ms-input-placeholder {
  color: #797667;
}
section.dashboard article.drinks input[type=search]::-moz-placeholder {
  color: #797667;
}
section.dashboard article.drinks input[type=search]:-moz-placeholder {
  color: #797667;
}
section.dashboard article.drinks .drink-filters {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media (max-width: 969px) {
  section.dashboard article.drinks .drink-filters {
    border-bottom: 1px solid #d3d3d3;
  }
}
@media (min-width: 970px) {
  section.dashboard article.drinks .new-drink-text {
    text-align: right;
    padding-top: 17px;
    right: -25px;
  }
}
section.dashboard article.drinks .drink-section,
section.dashboard article.drinks .pdf-list {
  margin-bottom: 25px;
}
section.dashboard article.drinks img.pump-clip {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.dashboard article.drinks .clip-holder {
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 969px) {
  section.dashboard article.drinks .clip-holder {
    width: 53px;
    height: 53px;
  }
}
section.dashboard article.drinks .drink-item .details {
  padding-top: 15px;
}
@media (max-width: 1169px) and (min-width: 970px) {
  section.dashboard article.drinks .drink-item .dropdown-toggle span.caret-box {
    width: 30px;
  }
}
section.dashboard article.drinks .drink-info {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
}
section.dashboard article.drinks .drink-info .name,
section.dashboard article.drinks .drink-info .maker,
section.dashboard article.drinks .drink-info .abv {
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
section.dashboard article.drinks .pdf-item .pdf-link,
section.dashboard article.drinks .drink-info .name {
  font-size: 16px;
  font-weight: bold;
}
section.dashboard article.food .menu-item {
  margin-bottom: 10px;
}
section.dashboard article.food .details > span {
  display: block;
  font-size: 14px;
}
section.dashboard article.food .details > span.name {
  font-weight: bold;
  font-size: 16px;
}
section.dashboard article.food .food-item-list {
  margin-bottom: 20px;
  margin-top: 20px;
  /*.course-item + .dishes-holder .dish-item, .food-item + .course-holder .course-item  {
                border-top: none;
            }

            .dishes-holder > div:last-of-type {
                border-bottom: none;
            }
                        .menu-item  [class*=course-holder]:last-of-type [class*=dish-item]:last-of-type {
                border-bottom: 1px solid @SeparatorGrey;
            }*/
}
section.dashboard article.food .food-item-list .food-item,
section.dashboard article.food .food-item-list .course-item,
section.dashboard article.food .food-item-list .dish-item {
  margin-bottom: 0px;
}
section.dashboard article.food .food-item-list .course-item .action-icon p,
section.dashboard article.food .food-item-list .dish-item .action-icon p {
  font-size: 14px;
  margin-bottom: 0;
}
section.dashboard article.food .food-item-list .course-item .name,
section.dashboard article.food .food-item-list .dish-item .name,
section.dashboard article.food .food-item-list .course-item .price,
section.dashboard article.food .food-item-list .dish-item .price {
  display: block;
}
section.dashboard article.food .food-item-list .course-item .name,
section.dashboard article.food .food-item-list .dish-item .name {
  font-weight: bold;
}
section.dashboard article.food .food-item-list .course-item .details,
section.dashboard article.food .food-item-list .dish-item .details,
section.dashboard article.food .food-item-list .course-item .action-icon,
section.dashboard article.food .food-item-list .dish-item .action-icon {
  padding-top: 39px;
}
@media (max-width: 969px) {
  section.dashboard article.food .food-item-list .course-item .action-icon,
  section.dashboard article.food .food-item-list .dish-item .action-icon {
    padding-top: 18px;
  }
}
section.dashboard article.food .food-item-list .menu-item .menu-expand .closed {
  display: inline-block;
}
section.dashboard article.food .food-item-list .menu-item .menu-expand .open {
  display: none;
  margin-left: -4px;
}
section.dashboard article.food .food-item-list .menu-item .course-holder {
  display: none;
}
section.dashboard article.food .food-item-list .menu-item.menu-expanded .menu-expand .closed {
  display: none;
}
section.dashboard article.food .food-item-list .menu-item.menu-expanded .menu-expand .open {
  display: inline-block;
}
section.dashboard article.food .food-item-list .menu-item.menu-expanded .course-holder {
  display: block;
}
section.dashboard article.food .food-item-list .menu-item .course-live {
  margin-left: -114px;
}
@media (max-width: 1169px) {
  section.dashboard article.food .food-item-list .menu-item .course-live {
    margin-left: -92px;
  }
}
@media (max-width: 969px) {
  section.dashboard article.food .food-item-list .menu-item .course-live {
    margin-left: 0;
    padding-right: 18px;
    text-align: right;
  }
}
section.dashboard article.food .food-item-list .menu-item .dish-live {
  margin-left: -103px;
}
@media (max-width: 1169px) {
  section.dashboard article.food .food-item-list .menu-item .dish-live {
    margin-left: -83px;
  }
}
@media (max-width: 969px) {
  section.dashboard article.food .food-item-list .menu-item .dish-live {
    margin-left: 0;
    padding-right: 13px;
    text-align: right;
  }
}
section.dashboard article.food .food-item-list .course-holder,
section.dashboard article.food .food-item-list .dishes-holder {
  width: 96%;
  margin: 0 auto;
}
section.dashboard article.food .food-item-list .food-item .details {
  padding-top: 21px;
}
section.dashboard #FoodMenuForm .single-course {
  background-color: White;
  padding: 10px;
  border: 1px solid #d3d3d3;
  position: relative;
}
section.dashboard #FoodMenuForm .single-course + .single-course {
  margin-top: 10px;
}
section.dashboard #FoodMenuForm .single-dish {
  background-color: #F9F9F9;
  padding: 10px;
  border: 1px solid #d3d3d3;
  margin-top: 10px;
  position: relative;
}
section.dashboard #FoodMenuForm .single-dish input[type=text] + input[type=text] {
  margin-top: 10px;
}
section.dashboard #FoodMenuForm .btn-tertiary {
  margin-top: 10px;
  text-transform: uppercase;
  background-color: #fce3c4;
}
section.dashboard #FoodMenuForm .btn-tertiary:hover {
  background-color: #fce3c4;
}
@media (min-width: 970px) {
  section.dashboard #FoodMenuForm .modal-body {
    overflow-y: auto;
    max-height: 600px;
  }
}
section.dashboard #FoodMenuForm .single-dish,
section.dashboard #FoodMenuForm .course-name-wrapper {
  padding-right: 50px;
}
section.dashboard #FoodMenuForm .course-name-wrapper input.form-control.name {
  font-weight: bold;
}
section.dashboard #FoodMenuForm .delete-course,
section.dashboard #FoodMenuForm .delete-dish {
  position: absolute;
  font-size: 19px;
}
section.dashboard #FoodMenuForm .delete-course {
  right: 26px;
  top: 22px;
}
section.dashboard #FoodMenuForm .delete-dish {
  right: 15px;
  top: 81px;
}
section.dashboard article.events .events-list {
  margin-bottom: 15px;
  margin-top: 15px;
}
section.dashboard article.events .event-instance {
  width: 96%;
  margin: 0 auto;
  display: none;
}
section.dashboard article.events .event-holder {
  margin-bottom: 4px;
}
section.dashboard article.events .event-holder .event-expand .closed {
  display: inline-block;
}
section.dashboard article.events .event-holder .event-expand .open {
  display: none;
  margin-left: -4px;
}
section.dashboard article.events .event-holder.event-expanded .event-expand .closed {
  display: none;
}
section.dashboard article.events .event-holder.event-expanded .event-expand .open {
  display: inline-block;
}
section.dashboard article.events .event-holder.event-expanded .event-instance {
  display: block;
}
section.dashboard article.events .event-holder.event-expanded.only-clashing .event-instance {
  display: none;
}
section.dashboard article.events .event-holder.event-expanded.only-clashing .event-instance.clashing {
  display: block;
}
section.dashboard article.events .event-holder.tvsport {
  display: none;
}
section.dashboard article.events .event-holder.tvsport .not-tv {
  display: none !important;
}
section.dashboard article.events .event-holder.multiple.clashing .event-item {
  background-color: #feeaea;
}
section.dashboard article.events .event-item,
section.dashboard article.events .event-instance {
  margin-bottom: 0;
}
section.dashboard article.events .event-item .date-time,
section.dashboard article.events .event-instance .date-time {
  padding-left: 10px;
  padding-top: 10px;
}
section.dashboard article.events .event-item .date-time .next-event,
section.dashboard article.events .event-instance .date-time .next-event {
  display: none;
  font-weight: bold;
  font-size: 18px;
}
section.dashboard article.events .event-item .date-time .until,
section.dashboard article.events .event-instance .date-time .until {
  font-weight: bold;
  display: none;
}
section.dashboard article.events .event-item .date-time .date,
section.dashboard article.events .event-instance .date-time .date {
  font-weight: bold;
  font-size: 17px;
}
section.dashboard article.events .event-item .date-time .time,
section.dashboard article.events .event-instance .date-time .time,
section.dashboard article.events .event-item .date-time .enddate,
section.dashboard article.events .event-instance .date-time .enddate {
  font-size: 14px;
  display: block;
}
section.dashboard article.events .event-item .details,
section.dashboard article.events .event-instance .details {
  padding-top: 10px;
  font-size: 14px;
  overflow-y: hidden;
  height: 100%;
}
section.dashboard article.events .event-item .details span.name,
section.dashboard article.events .event-instance .details span.name {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
section.dashboard article.events .event-item .details span.competition,
section.dashboard article.events .event-instance .details span.competition {
  display: block;
}
section.dashboard article.events .event-item.clashing,
section.dashboard article.events .event-instance.clashing {
  background-color: #ffb9b9;
}
section.dashboard article.events .event-instance + .event-item {
  margin-top: 15px;
}
section.dashboard article.events .event-expand > a {
  display: none;
}
section.dashboard article.events span.event-count,
section.dashboard article.events span.recur-text {
  display: none;
}
section.dashboard article.events .event-holder.multiple .until {
  display: inline;
}
section.dashboard article.events .event-holder.multiple .next-event {
  display: block;
}
section.dashboard article.events .event-holder.multiple .event-expand a {
  display: inline;
}
section.dashboard article.events .event-holder.multiple .event-count,
section.dashboard article.events .event-holder.multiple .recur-text {
  display: block;
}
section.dashboard article.events .info-bar .clash-indicator {
  color: #971100;
  cursor: pointer;
}
section.dashboard article.events .info-bar .clash-indicator span.icon-alert {
  margin-right: 5px;
}
section.dashboard #EventEditForm p.monthly-text {
  display: none;
  font-size: 16px;
}
section.dashboard .warning {
  color: #961401;
  font-size: 16px;
  margin-left: 20px;
}
section.dashboard .warning span.icon-alert {
  margin-right: 10px;
}
@media (max-width: 969px) {
  section.dashboard .warning {
    margin-left: 0;
    display: block;
  }
}
section.dashboard article.tvsport .events-list {
  margin-bottom: 15px;
  margin-top: 15px;
}
section.dashboard article.tvsport .event-item .details {
  font-size: 14px;
  overflow-y: hidden;
  height: 100%;
}
section.dashboard article.tvsport .event-item .details .name {
  font-size: 16px;
  font-weight: bold;
}
section.dashboard article.tvsport .event-item .date-time {
  padding-left: 10px;
  padding-top: 10px;
}
section.dashboard article.tvsport .event-item .date {
  font-weight: bold;
  display: block;
}
section.dashboard article.tvsport .event-item .competition {
  display: block;
}
section.dashboard article.tvsport .event-holder.venue-event {
  display: none;
}
section.dashboard article.tvsport .event-holder.venue-event .competition {
  display: none;
}
section.dashboard #FixtureForm .list-item {
  background-color: white;
  padding: 20px;
}
@media (max-width: 969px) {
  section.dashboard #FixtureForm .list-item {
    padding-left: 10px;
    padding-right: 0px;
  }
}
@media (max-width: 969px) {
  section.dashboard #FixtureForm .select-box {
    margin-bottom: 5px;
  }
  section.dashboard #FixtureForm #ddlSportFilter {
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  section.dashboard #FixtureForm .fixture-filter .select-box button {
    background-color: #EFEFEF;
  }
}
@media (min-width: 970px) {
  section.dashboard #FixtureForm .sport-filter {
    border-top: 1px solid #C9C9C9;
    font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
    letter-spacing: -0.02em;
    font-weight: bold;
    font-size: 24px;
  }
  section.dashboard #FixtureForm .sport-filter a {
    text-align: center;
    font-size: 24px;
    padding: 20px;
    color: #555555;
  }
  section.dashboard #FixtureForm .sport-filter a.active {
    background-color: #FCC77F;
  }
  section.dashboard #FixtureForm .sport-filter a + a {
    border-left: 1px solid #c9c9c9;
  }
  section.dashboard #FixtureForm .fixture-filter {
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
  }
  section.dashboard #FixtureForm .fixture-filter div {
    display: inline-block;
  }
  section.dashboard #FixtureForm .fixture-filter > div {
    width: 50%;
    float: left;
  }
  section.dashboard #FixtureForm .fixture-filter .btn.btn-tertiary {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  section.dashboard #FixtureForm .fixture-filter .btn.btn-tertiary.active {
    background-color: #FCE3C2;
  }
  section.dashboard #FixtureForm .fixture-filter .comp-channel-filters {
    text-align: right;
  }
  section.dashboard #FixtureForm .fixture-filter .select-box {
    width: 200px;
  }
  section.dashboard #FixtureForm .fixture-filter .select-box ul {
    text-align: left;
  }
  section.dashboard #FixtureForm .fixture-filter .select-box button {
    border: none;
  }
  section.dashboard #FixtureForm .fixture-filter #competition-filter {
    margin-right: -2px;
  }
  section.dashboard #FixtureForm .fixture-filter #competition-filter .select-box button {
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
  }
  section.dashboard #FixtureForm .fixture-filter #channel-filter .select-box button {
    border-right: 1px solid #C9C9C9;
  }
  section.dashboard #FixtureForm .fixture-filter #competition-filter.hidden + #channel-filter .select-box button {
    border-left: 1px solid #C9C9C9;
  }
  section.dashboard #FixtureForm .fixture-filter .toggle-button span.prompt {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    padding-right: 20px;
  }
  section.dashboard #FixtureForm .fixture-filter .toggle-button .toggle .btn {
    min-width: 60px;
    border-left: 1px solid #C9C9C9;
  }
  section.dashboard #FixtureForm .fixture-filter .toggle-button .toggle .btn + .btn {
    border-right: 1px solid #C9C9C9;
  }
  section.dashboard #FixtureForm #upEventsEdit {
    overflow-y: auto;
    max-height: 450px;
  }
}
section.dashboard #FixtureForm div.search i.fa-search {
  position: absolute;
  top: 8px;
  right: 24px;
  font-size: 16px;
}
section.dashboard #FixtureForm .table-header-row {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 969px) {
  section.dashboard #FixtureForm .table-header-row {
    padding-left: 10px;
    padding-right: 0px;
  }
}
section.dashboard #FixtureForm .table-header-row .icon-calendar {
  font-size: 18px;
  margin-left: 5px;
}
section.dashboard #FixtureForm .table-header-row [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
section.dashboard #FixtureForm .filter-description a {
  text-decoration: underline;
  margin-left: 10px;
}
section.dashboard #FixtureForm .filter-description {
  margin-bottom: 10px;
}
section.dashboard #FixtureForm .selector.col-xs-2.tickbox {
  padding-left: 10px;
}
section.dashboard #FixtureForm .football-tile .title,
section.dashboard #FixtureForm .other-sport-tile .title,
section.dashboard #FixtureForm .football-tile .comp,
section.dashboard #FixtureForm .other-sport-tile .comp,
section.dashboard #FixtureForm .football-tile .channel,
section.dashboard #FixtureForm .other-sport-tile .channel {
  display: block;
}
section.dashboard #FixtureForm .football-tile .title .teams1,
section.dashboard #FixtureForm .other-sport-tile .title .teams1,
section.dashboard #FixtureForm .football-tile .title .teams2,
section.dashboard #FixtureForm .other-sport-tile .title .teams2 {
  font-weight: bold;
}
section.dashboard #FixtureForm .football-tile .comp,
section.dashboard #FixtureForm .other-sport-tile .comp,
section.dashboard #FixtureForm .football-tile .channel,
section.dashboard #FixtureForm .other-sport-tile .channel {
  font-size: 14px;
}
section.dashboard #FixtureForm .football-tile .kickoff .datepart,
section.dashboard #FixtureForm .other-sport-tile .kickoff .datepart {
  font-size: 18px;
  font-weight: bold;
}
section.dashboard #FixtureForm .football-tile .kickoff .timepart,
section.dashboard #FixtureForm .other-sport-tile .kickoff .timepart {
  font-size: 14px;
}
section.dashboard #FixtureForm .other-sport-tile {
  display: none;
}
section.dashboard #FixtureForm .bootstrap-datetimepicker-widget {
  margin-top: 20px;
}
section.dashboard #FixtureForm .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  left: 40px;
}
section.dashboard #FixtureForm .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  left: 41px;
}
section.dashboard #screen-list {
  margin-bottom: 20px;
}
section.dashboard .screen-row {
  margin-bottom: 5px;
}
section.dashboard .screen-row.blank {
  display: none;
}
section.dashboard .screen-row .select-box {
  width: 180px;
  display: inline-block;
  margin-right: 10px;
}
section.dashboard article.general-details {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.dashboard article.general-details ul {
  list-style: none;
  padding: 0;
}
section.dashboard article.general-details .iap-styled-form li {
  background: #EEEDE8;
  margin: 0 0 2px 0;
  padding: 6px 10px;
  position: relative;
}
section.dashboard article.general-details .iap-styled-form label {
  width: 160px;
  float: left;
  padding: 6px 15px 0 0;
}
section.dashboard article.general-details .iap-styled-form label em {
  color: #B30;
  font-size: 1.4em;
  font-style: normal;
  float: right;
  margin-top: -2px;
}
@media (max-width: 969px) {
  section.dashboard article.general-details .iap-styled-form label {
    width: auto;
  }
}
section.dashboard article.general-details .iap-styled-form input:not([type=checkbox]),
section.dashboard article.general-details .iap-styled-form select,
section.dashboard article.general-details .iap-styled-form textarea {
  width: 640px;
  padding: 5px;
}
@media (max-width: 1169px) {
  section.dashboard article.general-details .iap-styled-form input:not([type=checkbox]),
  section.dashboard article.general-details .iap-styled-form select,
  section.dashboard article.general-details .iap-styled-form textarea {
    width: 490px;
  }
}
@media (max-width: 969px) {
  section.dashboard article.general-details .iap-styled-form input:not([type=checkbox]),
  section.dashboard article.general-details .iap-styled-form select,
  section.dashboard article.general-details .iap-styled-form textarea {
    width: 100%;
  }
}
section.dashboard article.general-details .iap-styled-form input[type=checkbox] {
  float: left;
  margin-right: 10px;
  width: inherit;
  margin-left: 160px;
}
section.dashboard article.general-details .iap-styled-form .info {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  color: #808080;
}
section.dashboard article.general-details .iap-styled-form label.error {
  color: #d30;
  display: block;
  float: none;
  left: 160px;
  position: relative;
  width: 450px;
  width: auto !important;
}
@media (max-width: 969px) {
  section.dashboard article.general-details .iap-styled-form label.error {
    left: 0;
  }
}
section.dashboard article.opening-hours,
section.dashboard article.food-service-hours {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.dashboard article.opening-hours #EditHours > div,
section.dashboard article.food-service-hours #EditHours > div {
  padding: 10px 10px;
}
section.dashboard article.opening-hours #EditHours > div:nth-of-type(odd),
section.dashboard article.food-service-hours #EditHours > div:nth-of-type(odd) {
  background-color: #eee;
}
section.dashboard article.opening-hours #EditHours div.day-name,
section.dashboard article.food-service-hours #EditHours div.day-name {
  width: 90px;
  display: inline-block;
}
section.dashboard article.opening-hours .removeShift,
section.dashboard article.food-service-hours .removeShift,
section.dashboard article.opening-hours .addShift,
section.dashboard article.food-service-hours .addShift {
  cursor: pointer;
  color: #6d1104;
}
section.dashboard article.opening-hours .removeShift,
section.dashboard article.food-service-hours .removeShift {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
section.dashboard article.opening-hours .removeShift i.fa.fa-times,
section.dashboard article.food-service-hours .removeShift i.fa.fa-times {
  font-size: 15px;
}
section.dashboard article.opening-hours .addShift,
section.dashboard article.food-service-hours .addShift {
  font-size: 14px;
}
section.dashboard article.opening-hours .shift,
section.dashboard article.food-service-hours .shift {
  margin-right: 30px;
}
section.dashboard article.opening-hours .newShift,
section.dashboard article.food-service-hours .newShift {
  display: none;
}
section.dashboard article.opening-hours .addShift.adding,
section.dashboard article.food-service-hours .addShift.adding {
  font-size: 16px;
}
section.dashboard article.opening-hours .shift-list,
section.dashboard article.food-service-hours .shift-list {
  display: inline;
}
section.dashboard article.facilities {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.dashboard article.facilities .input-group-btn .btn {
  min-width: 0;
  height: auto;
  font-size: 12px;
  padding-top: 9px;
}
section.dashboard article.facilities .facility-search {
  margin-bottom: 10px;
}
section.dashboard article.facilities .facility {
  margin-bottom: 10px;
}
section.dashboard article.facilities .facility label {
  font-weight: normal;
  margin-left: 10px;
  position: absolute;
  margin-top: 2px;
}
section.dashboard article.facilities .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}
section.dashboard article.facilities .panel .panel-heading {
  background-color: #EEEDE8;
  cursor: pointer;
}
section.dashboard article.facilities .panel .panel-heading.collapsed {
  border-bottom: none;
}
section.dashboard article.facilities .additional-info textarea {
  width: 100%;
  height: 100px;
  font-size: 12px;
  color: #555555;
}
section.dashboard article.photo-gallery {
  margin-top: 15px;
}
section.dashboard article.photo-gallery #gallery .holder {
  margin-bottom: 10px;
  background-color: #c2c2c2;
  background-image: url(/styles/styleimages/spinner_grey.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: 1px solid #ddd;
  float: left;
}
section.dashboard article.photo-gallery #gallery img {
  display: block;
}
section.dashboard article.photo-gallery .overlay {
  display: none;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-indent: 5px;
  width: 100%;
  max-height: 100%;
  padding: 5px 0;
}
section.dashboard article.photo-gallery #delete-image-confirm,
section.dashboard article.photo-gallery #edit-caption-dialog {
  display: none;
}
section.dashboard article.photo-gallery .upload-progress-drop .bar {
  background-color: #F7A32C;
  height: 50px;
  position: absolute;
  top: 0;
}
section.dashboard article.photo-gallery .upload-progress-drop p.processing {
  font-size: 14px !important;
  margin-top: 15px;
}
section.dashboard article.rooms {
  margin-top: 15px;
}
section.dashboard article.rooms .info-div .title {
  font-size: 20px;
}
section.dashboard article.rooms .info-div span {
  display: block;
}
section.dashboard article.rooms .room-image {
  width: 100%;
}
section.dashboard article.rooms .edit-link,
section.dashboard article.rooms .delete-link {
  float: right;
  color: #6d1104;
  cursor: pointer;
  font-size: 18px;
}
section.dashboard article.rooms .delete-link {
  margin-top: 20px;
  margin-right: -15px;
}
section.dashboard article.rooms .room-item {
  cursor: pointer;
  border: 1px solid #ebebeb;
  min-height: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
section.dashboard article.rooms .room-description {
  display: none;
  font-size: 12px;
}
section.dashboard article.rooms .room-description > p {
  margin: 10px 0 0 0;
}
section.dashboard article.rooms .bumped-overlay {
  background: rgba(255, 255, 255, 0.65) !important;
}
section.dashboard article.rooms .bump {
  right: 0;
  width: 100%;
}
section.dashboard #RoomEditForm .image-placeholder {
  background: #EEE;
  padding: 30px 33%;
  width: 100%;
}
section.dashboard #RoomEditForm .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #9B9B9B;
  cursor: pointer;
  padding: 20% 10px 10px 10px;
}
section.dashboard #RoomEditForm .image-overlay:hover {
  opacity: 0.9;
}
section.dashboard #RoomEditForm .image-overlay h4 {
  margin: 0;
}
section.dashboard #RoomEditForm .image-overlay p {
  margin: 0;
  font-size: 16px;
}
section.dashboard #RoomEditForm .img-delete-link {
  position: absolute;
  bottom: -3px;
  right: -2px;
  color: #6d1104;
  font-size: 16px;
}
section.dashboard #RoomEditForm .uploader {
  display: none;
}
section.dashboard #RoomEditForm .image-placeholder + .img-delete-link {
  display: none;
}
section.dashboard #RoomEditForm .image-placeholder + .img-delete-link + .uploader {
  display: block;
}
section.dashboard article.products h2.alt-title {
  color: #424038;
  font-size: 24px !important;
  margin-top: 10px;
}
section.dashboard article.products .plugin-section,
section.dashboard article.products .pagetab-section {
  font-family: SourceSans, Tahoma, Geneva, sans-serif;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #d3d3d3;
  cursor: pointer;
}
section.dashboard article.products .plugin-section:not(.collapsed),
section.dashboard article.products .pagetab-section:not(.collapsed) {
  border-bottom: none;
}
section.dashboard article.products .plugin-section:not(.collapsed) .push-right,
section.dashboard article.products .pagetab-section:not(.collapsed) .push-right {
  display: none;
}
section.dashboard article.products .plugin-section .section-name,
section.dashboard article.products .pagetab-section .section-name {
  margin-top: 14px;
}
section.dashboard article.products .plugin-section .push-right,
section.dashboard article.products .pagetab-section .push-right {
  text-align: right;
}
section.dashboard article.products .plugin-section .push-right a.btn,
section.dashboard article.products .pagetab-section .push-right a.btn {
  text-transform: uppercase;
  border-top-color: #d3d3d3;
}
@media (max-width: 969px) {
  section.dashboard article.products .plugin-section .push-right a.btn,
  section.dashboard article.products .pagetab-section .push-right a.btn {
    margin-right: -7px;
    min-width: 0;
    width: 100%;
  }
}
section.dashboard article.products .plugin-section .push-right a.btn:hover,
section.dashboard article.products .pagetab-section .push-right a.btn:hover {
  border-top-color: #424038;
}
section.dashboard article.products .plugin-section.collapsed,
section.dashboard article.products .pagetab-section.collapsed {
  font-weight: normal;
}
section.dashboard article.products .plugin li.dimension {
  display: none;
}
section.dashboard article.products .plugin .ev-inline-action .btn {
  width: 100%;
}
section.dashboard article.products .plugin .name-update input[type=text] {
  padding: 10px;
  height: 50px;
  width: 49%;
  float: left;
}
section.dashboard article.products .plugin .name-update a.btn {
  float: left;
  width: 49%;
  margin-left: 2%;
  min-width: 0;
}
@media (min-width: 970px) {
  section.dashboard article.products .plugin .name-update input[type=text] {
    display: inline-block;
    width: 211px;
  }
  section.dashboard article.products .plugin .name-update a.btn {
    width: 100px;
    margin-left: 11px;
    margin-right: -1px;
  }
}
@media (min-width: 1170px) {
  section.dashboard article.products .plugin .name-update input[type=text] {
    width: 226px;
  }
  section.dashboard article.products .plugin .name-update a.btn {
    width: 160px;
  }
}
section.dashboard article.products .panel {
  border: none;
  box-shadow: none;
}
section.dashboard article.products div.v3form > div.ev-main-item > h2 {
  display: none;
}
section.dashboard article.products ol.ev-styled-form {
  list-style: none;
  padding-left: 0;
}
section.dashboard article.products ol.ev-styled-form label {
  display: block;
  font-weight: normal;
}
section.dashboard article.products ol.ev-styled-form li {
  margin-bottom: 10px;
}
section.dashboard article.products div.plugins .section-title {
  cursor: pointer;
}
section.dashboard article.products div.plugin {
  margin-bottom: 20px;
}
section.dashboard article.products div.fb-page-tab {
  margin-bottom: 20px;
}
section.dashboard article.products div.fb-page-tab h3 {
  display: none;
}
section.dashboard article.products div.fb-page-tab p {
  font-size: 18px;
}
section.dashboard article.products div.fb-page-tab img {
  width: 100%;
}
section.dashboard article.venue-select h2 {
  font-size: 36px;
}
section.dashboard article.venue-select p {
  font-size: 16px;
}
section.dashboard article.venue-select .btn.venue {
  width: 100%;
  margin-bottom: 15px;
}
section.dashboard article.social-channels {
  margin-bottom: 15px;
}
section.dashboard article.social-channels .help {
  display: none;
  text-align: right;
  margin-bottom: 15px;
  text-decoration: underline;
}
@media (min-width: 970px) {
  section.dashboard article.social-channels .help {
    display: block;
  }
}
section.dashboard article.social-channels #facebookConnection .row,
section.dashboard article.social-channels #twitterConnection .row {
  margin-bottom: 20px;
}
section.dashboard article.social-channels #facebookConnection .row .btn-secondary,
section.dashboard article.social-channels #twitterConnection .row .btn-secondary {
  text-transform: uppercase;
}
section.dashboard article.social-channels #facebookConnection .disabled h2,
section.dashboard article.social-channels #twitterConnection .disabled h2 {
  color: #E9E9E9;
}
section.dashboard article.social-channels #facebookConnection h2,
section.dashboard article.social-channels #twitterConnection h2 {
  font-size: 24px;
  margin-top: 10px;
}
section.dashboard article.social-channels #facebookConnection h2 span[class^=icon-],
section.dashboard article.social-channels #twitterConnection h2 span[class^=icon-] {
  font-size: 20px;
  margin-left: 10px;
}
section.dashboard article.social-channels #facebookConnection .btn,
section.dashboard article.social-channels #twitterConnection .btn {
  width: 100%;
}
section.dashboard article.social-channels #facebookConnection .social-info-wrap .facebook-pages,
section.dashboard article.social-channels #twitterConnection .social-info-wrap .facebook-pages {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 970px) {
  section.dashboard article.social-channels #facebookConnection .social-info-wrap .social-info,
  section.dashboard article.social-channels #twitterConnection .social-info-wrap .social-info {
    float: left;
  }
  section.dashboard article.social-channels #facebookConnection .social-info-wrap .facebook-pages,
  section.dashboard article.social-channels #twitterConnection .social-info-wrap .facebook-pages {
    display: inline-block;
    width: 400px;
    margin-left: 20px;
    margin-top: 0px;
  }
  section.dashboard article.social-channels #facebookConnection .social-info-wrap .help,
  section.dashboard article.social-channels #twitterConnection .social-info-wrap .help {
    display: block;
  }
}
section.dashboard article.social-channels #twitterConnection {
  margin-top: 20px;
}
section.dashboard article.social-channels #twitterConnection .social-connect-name {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 970px) {
  section.dashboard article.social-channels #twitterConnection .social-connect-name {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }
}
section.dashboard article.brewery-drinks {
  margin-top: 15px;
}
section.dashboard article.brewery-drinks .drink-info span {
  display: block;
}
section.dashboard article.brewery-drinks .fa.fa-upload {
  font-size: 20px;
}
section.dashboard article.brewery-drinks .fa.fa-upload:hover {
  color: #F7A32C;
}
section.dashboard article.brewery-drinks .remove-image {
  font-size: 22px;
  margin-top: 4px;
}
section.dashboard article.brewery-drinks .remove-image:hover i {
  color: #F7A32C;
}
section.dashboard article.brewery-drinks .remove-image .text-danger {
  font-size: 22px;
  margin-top: 10px;
}
section.dashboard article.brewery-drinks img.pump-clip {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.dashboard article.brewery-drinks .clip-holder {
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 969px) {
  section.dashboard article.brewery-drinks .clip-holder {
    width: 53px;
    height: 53px;
  }
}
section.dashboard article.brewery-drinks .clip-holder.background {
  background-color: green;
}
section.dashboard article.brewery-drinks .image-info.bad-image {
  color: #961401;
  font-weight: bold;
}
section.dashboard #FoodMenuForm .form-control,
section.dashboard #DrinkForm .form-control,
section.dashboard #EventEditForm .form-control,
section.dashboard #BreweryDrinkForm .form-control {
  font-size: 16px;
}
@media (max-width: 969px) {
  section.dashboard *:hover {
    color: inherit;
  }
}
section.dashboard article.offers {
  margin-top: 15px;
}
section.dashboard article.offers .offers-list {
  margin-top: 15px;
}
section.dashboard article.offers .offers-list .list-header {
  padding: 0 10px;
}
@media (max-width: 969px) {
  section.dashboard article.offers .offers-list .list-header {
    display: block;
  }
}
section.dashboard article.offers .offer-item {
  padding: 10px;
}
section.dashboard article.offers .offer-item .details {
  padding-top: 0;
  padding-right: 10px;
}
section.dashboard article.offers .offer-item .details .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
section.dashboard article.offers .offer-item .details .description {
  display: block;
  font-size: 14px;
  overflow: hidden;
  height: 67px;
}
section.dashboard article.offers .offer-item img.offer-image {
  max-width: 150px;
  max-height: 80px;
}
section.dashboard article.webpageorder {
  margin-top: 15px;
}
section.dashboard article.webpageorder .choose-site {
  margin-bottom: 15px;
}
section.dashboard article.webpageorder .website-page-item {
  height: 50px;
}
section.dashboard article.webpageorder .website-page-item .move-handle {
  padding-top: 11px;
}
section.dashboard article.webpageorder .website-page-item .details {
  padding-top: 14px;
}
section.dashboard article.webpageorder .website-page-item .tickbox {
  padding-top: 14px;
}
section.dashboard article.homepagetext {
  margin-top: 15px;
}
section.dashboard article.homepagetext .editor textarea {
  width: 100%;
  padding: 5px;
}
/*#endregion */
.no-gutter > [class*='col-']:not(:first-of-type) {
  padding-right: 0;
  padding-left: 0;
}
[class*='col-'].no-gutter {
  padding-right: 0;
  padding-left: 0;
}
div.blog-feed {
  display: none;
}
ul.links > li:nth-of-type(5) {
  display: none;
}
.todo {
  color: red;
  background-color: #efd7d7;
  padding: 20px !important;
  font-size: 20px;
  display: inline-block;
}