/** BASE STYLES ************************************************************************/
body, html {
  overflow-x: hidden;
  max-width: 100vw !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

body {
  background-color: rgba(0, 0, 0, 0.95);
  font-size: 16px;
  height: 100%; }

h1 {
  font-size: 36px;
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 400;
  line-height: 1.1;
  color: #666666;
  font-family: 'Open Sans';
  font-style: normal;
  font-variant: normal; }

@media (max-width: 544px) {
  h1 {
    font-size: 28px !important; } }
h2, h3, h4, h5 {
  color: #babb00; }

h2 {
  margin-bottom: 10px;
  font-size: 22px;
  margin-top: 22px;
  font-weight: normal; }

h3 {
  font-family: 'Open Sans';
  font-style: normal;
  font-variant: normal;
  font-weight: 500; }

p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px; }

blockquote {
  font-family: 'Open Sans';
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px; }

pre {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18px; }

.well {
  padding: 25px 19px !important; }

a {
  color: #666666;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #BABB00;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  outline: 0; }

ul {
  margin-top: 0;
  margin-bottom: 11px; }

button {
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  color: inherit;
  font: inherit;
  margin: 0; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-default {
  color: #fff;
  background-color: #babb00;
  border-color: #babb00; }

.btn-primary {
  color: #fff;
  background-color: #BABB00;
  border-color: #BABB00; }

.btn-primary:active:hover {
  color: #fff;
  background-color: #646400;
  border-color: #3b3c00; }

.btn-primary:hover {
  color: #fff;
  background-color: #878800;
  border-color: #7d7e00; }

.btn-primary:visited {
  color: #fff;
  background-color: #BABB00;
  border-color: #BABB00; }

.btn-primary[disabled]:hover {
  background-color: #BABB00;
  border-color: #BABB00; }

.btn-info {
  color: #fff;
  background-color: #757575;
  border-color: #686868; }

.btn-info:active:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #4a4a4a; }

.btn-info:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #4a4a4a; }

.btn-info:visited {
  color: #fff;
  background-color: #757575;
  border-color: #686868; }

.btn:focus {
  outline: none !important;
  -webkit-appearance: none;
  box-shadow: none;
  background-color: #BABB00;
  border-color: #BABB00; }

.dropdown {
  position: relative; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #EBEBEB;
  border: 1px solid #ccc;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143; }
    .dropdown-menu li > a :focus, .dropdown-menu li > a :hover {
      text-decoration: none; }

.fa-caret-down:before {
  content: "\f0d7" !important; }

#register_button {
  width: 100% !important; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ADAFAA; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

.open > .dropdown-toggle.btn-primary,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: #646400;
  border-color: #3b3c00; }

.open > .dropdown-menu {
  display: block; }

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8; }

.modal-backdrop {
  background-color: #EBEBEB; }

.modal-dialog {
  top: 5em;
  width: 544px !important;
  margin: 30px auto !important; }

@media (max-width: 565px) {
  .modal-dialog {
    position: relative !important;
    width: auto !important;
    margin: 10px !important; } }
button.close {
  margin-right: 9px;
  font-weight: normal;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  font-size: 1.9em; }

.modal-header .close {
  margin-top: -2px; }

.modal-body {
  padding: 35px 25px 0; }
  .modal-body .body h4 {
    font-family: inherit !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    color: #666666 !important; }

#modalErrorMessage:empty {
  display: none; }

#modalErrorMessage {
  background-color: #D9534F;
  border-radius: 8px;
  padding: 8px;
  color: #fff; }

#invalid_password_reset_modal .modal-content,
#invalid_signup_modal .modal-content,
#invalid_login_modal .modal-content {
  background-color: #fff;
  border: 1px solid #D9534F;
  border-radius: 8px;
  padding-bottom: 20px; }
#invalid_password_reset_modal .modal-header,
#invalid_signup_modal .modal-header,
#invalid_login_modal .modal-header {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: #D9534F;
  height: 60px;
  border: none;
  padding-bottom: 0;
  padding-left: 30px; }
#invalid_password_reset_modal .modal-content .modal-header h4,
#invalid_signup_modal .modal-content .modal-header h4,
#invalid_login_modal .modal-content .modal-header h4 {
  color: #fff;
  font-size: 22px; }
#invalid_password_reset_modal .modal-content .icon-circle,
#invalid_signup_modal .modal-content .icon-circle,
#invalid_login_modal .modal-content .icon-circle {
  background: url(/static/base/media/img/icons/notification-error.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 114px;
  height: 114px;
  position: absolute;
  top: -12px;
  left: 2px; }

#edit_name_success_modal .modal-content,
#edit_name_modal .modal-content,
#edit_email_success_modal .modal-content,
#edit_email_modal .modal-content,
#reset_password_success_modal .modal-content,
#change_password_success_modal .modal-content,
#change_password_modal .modal-content {
  padding-bottom: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #849400;
  border-radius: 8px;
  position: relative;
  background-color: #fff; }
#edit_name_success_modal .modal-header,
#edit_name_modal .modal-header,
#edit_email_success_modal .modal-header,
#edit_email_modal .modal-header,
#reset_password_success_modal .modal-header,
#change_password_success_modal .modal-header,
#change_password_modal .modal-header {
  border: none;
  padding-bottom: 0;
  padding-left: 30px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #849400;
  border-bottom: 1px solid #e5e5e5; }
  #edit_name_success_modal .modal-header h4,
  #edit_name_modal .modal-header h4,
  #edit_email_success_modal .modal-header h4,
  #edit_email_modal .modal-header h4,
  #reset_password_success_modal .modal-header h4,
  #change_password_success_modal .modal-header h4,
  #change_password_modal .modal-header h4 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 15px; }
  #edit_name_success_modal .modal-header .modal-title,
  #edit_name_modal .modal-header .modal-title,
  #edit_email_success_modal .modal-header .modal-title,
  #edit_email_modal .modal-header .modal-title,
  #reset_password_success_modal .modal-header .modal-title,
  #change_password_success_modal .modal-header .modal-title,
  #change_password_modal .modal-header .modal-title {
    margin: 0;
    line-height: 1.42857143; }
#edit_name_success_modal .modal-body,
#edit_name_modal .modal-body,
#edit_email_success_modal .modal-body,
#edit_email_modal .modal-body,
#reset_password_success_modal .modal-body,
#change_password_success_modal .modal-body,
#change_password_modal .modal-body {
  padding: 20px 25px 10px 25px; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px !important;
  font-size: 16px;
  line-height: 1.42857143;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #BABB00;
  border-radius: 3px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-container {
  margin-top: 1.5rem; }

.form-group {
  min-height: 40px;
  margin-bottom: 15px; }

form .control-group {
  position: relative; }

form .control-group input[type=text] + label {
  pointer-events: none;
  white-space: nowrap; }

form .control-group .control-label {
  color: #ADAFAA; }

form .control-group label {
  position: absolute;
  top: 9px;
  left: 15px;
  transition: all 0.2s ease;
  z-index: 10; }

label {
  font-weight: 400;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

.bootstrap-select.btn-group:not(.input-group-btn) {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control {
  padding: 0;
  border: none; }

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #999; }

.bootstrap-select .dropdown-toggle {
  border: 1px solid #BABB00;
  background-color: #fff !important; }

.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.open > .btn-default.dropdown-toggle {
  background-image: none; }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.btn-group > .btn {
  position: relative;
  float: left; }

.bootstrap-select button {
  height: 100%; }

.dropdown-menu.open {
  max-height: 230px;
  overflow: hidden; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%; }

.bootstrap-select .dropdown-menu {
  border: 1px solid #ADAFAA;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: none;
  padding: 0;
  margin-top: -1px;
  border-top-color: transparent; }

.open > .dropdown-menu {
  display: block; }

.bootstrap-select .dropdown-menu > .bs-searchbox {
  background-color: #fff; }

.bs-searchbox {
  padding: 4px 8px; }

ul.dropdown-menu.inner {
  max-height: 180px;
  overflow-y: auto; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-men {
  min-width: 100%; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li {
  border-top: 1px solid #EBEBEB; }

.bootstrap-select.btn-group .dropdown-menu li {
  cursor: pointer;
  -webkit-user-select: none; }

.bootstrap-select .dropdown-menu li a {
  color: #666;
  background-color: #fff;
  padding: 7px 12px;
  outline: none;
  white-space: normal; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.button_dropdown_custom {
  border-radius: 3px; }

.button_dropdown_custom_container {
  padding: 0px !important; }

.has_error_field {
  box-shadow: inset 3px 0 0 #D9534F !important; }

.field {
  border-color: #BABB00 !important;
  border-radius: 3px !important;
  -webkit-appearance: none !important; }

form .control-group .label-active {
  font-size: 12px;
  color: #BABB00;
  top: -8px;
  padding: 0 5px;
  font-weight: 600;
  background-color: #fff; }

form .control-group .label-active:after {
  content: '';
  display: block;
  height: 9px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1; }

input:focus {
  box-shadow: none !important; }

.form-control:focus {
  box-shadow: none !important; }

.no-pad-left {
  padding-left: 0px; }

.password-check div .fa-times {
  display: inline-block; }

.password-check .fa-times {
  color: #D9534F; }

.password-check .fa {
  position: relative;
  top: 2px; }

.password-check .fa-check {
  color: #608E3A; }

.password-check-label {
  font-size: 10px;
  font-weight: bold;
  color: #757575; }

/** HEADER AREA STYLES ************************************************************************/
header {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #535353;
  height: 84px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #BABB00;
  display: block; }
  header .navbar {
    min-height: 30px;
    border: none; }
  header .navbar-inverse {
    background-color: #3e3e3e;
    border: none;
    margin-top: 33px; }
  header .navbar-section {
    max-width: 1100px;
    margin: 0 auto; }
  header .logo {
    color: #fff;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, #7d8725 0%, #a9b732 100%);
    background-color: #BABB00;
    text-align: center;
    margin: 0;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.5);
    top: 6px; }
    header .logo .simple_banner {
      width: 230px;
      height: 86px;
      padding-bottom: 18.8%;
      background-size: 150px auto; }
  header .logoCont {
    position: absolute;
    top: -6px;
    z-index: 1001;
    padding-left: 24px; }
  header .mobile-items-container {
    float: right;
    font-size: 18px; }
    header .mobile-items-container .dropdown {
      padding: 14px 0; }
    header .mobile-items-container ul {
      margin-bottom: 0; }
    header .mobile-items-container a {
      color: #fff; }
  header .navbar-custom .navbar-nav {
    float: right;
    position: relative; }
    header .navbar-custom .navbar-nav li > a {
      color: #fff;
      font-size: 15px;
      display: block;
      padding: 12px 17px 13px; }
      header .navbar-custom .navbar-nav li > a :hover {
        background-color: #000; }
  header #navLogin li {
    padding: 5px 0; }
  header #navLogin li a {
    font-size: 1em;
    font-weight: 100;
    color: #EBEBEB; }
  header #navLogin li a:hover {
    color: #BABB00 !important; }
  header #navLogin li a#loginTrouble {
    color: #ADAFAA; }
  header input {
    color: #333; }
  header .login-section input[type=password], header .login-section input[type=text], header .login-section input[type=password], header .login-section input[type=text] {
    border-radius: 4px;
    margin: 0 0 10px;
    border: none;
    padding: 10px;
    width: 100%; }
  header .login-header {
    font-size: 1.2em;
    color: #ADAFAA;
    font-weight: 100 !important; }
  header .green-button {
    background: #BABB00;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 100;
    padding: 10px 20px; }
  header #navLanguage li a {
    font-size: 1em;
    font-weight: 100;
    color: #EBEBEB; }
  header #navLanguage li a:hover {
    color: #BABB00 !important;
    cursor: pointer; }
  header #navLanguage li a#loginTrouble {
    color: #ADAFAA; }
  header .dropdown-menu.login-section {
    margin-top: 0; }
  header .dropdown-menu {
    border: none;
    color: #fff; }
    header .dropdown-menu li > a {
      white-space: normal; }
  header .market-flag {
    background-repeat: no-repeat;
    width: 32px;
    height: 19px;
    display: inline-block;
    margin-right: 7px;
    margin-top: -3px;
    vertical-align: middle; }

#loginTrouble_container {
  margin-top: 12px; }

.simple_banner {
  background-position: center center;
  background-repeat: no-repeat; }

nav {
  display: block; }

.navbar-nav > li a {
  line-height: 22px; }
.navbar-nav > li .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  border-radius: 8px;
  position: relative;
  margin-bottom: 22px; }
  .navbar :after {
    content: " ";
    display: table;
    clear: both; }

.nav {
  padding-left: 0;
  list-style: none; }
  .nav li {
    position: relative;
    display: block; }
    .nav li a {
      position: relative; }
    .nav li a:focus, .nav li a:hover {
      text-decoration: none; }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse :after {
    clear: both; }

.navbar-inverse {
  border-color: #090909; }
  .navbar-inverse .navbar-collapse {
    border-color: #101010; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
  .navbar-inverse .navbar-nav > .active > a {
    background-color: inherit; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    cursor: pointer;
    background-color: #000;
    font-weight: normal; }

.navbar-header:before {
  content: " ";
  display: table; }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px; }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle {
    display: block !important; } }
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline li {
    display: inline-block; }

.language_toggle {
  display: inline-block !important;
  padding: 12px 2px 13px !important; }

.move-left #container,
.move-left #bottomFooter {
  margin-right: 270px;
  margin-left: -270px; }
.move-left header {
  margin-right: 270px !important; }
  .move-left header nav > .navbar-inverse > .navbar-section > .navbar-header > .logoCont > .logo {
    display: none; }
  .move-left header .navbar-inverse .navbar-nav > li {
    background: none;
    border-bottom: 1px solid #222;
    width: 100% !important; }
    .move-left header .navbar-inverse .navbar-nav > li a {
      border-left: none; }
  .move-left header .navbar-inverse .navbar-nav {
    margin: 7px 0; }
    .move-left header .navbar-inverse .navbar-nav a {
      display: block; }
.move-left .navbar-collapse {
  position: fixed;
  box-shadow: inset 12px 0 9px -7px rgba(0, 0, 0, 0.4); }
.move-left #navbar-collapse-1 {
  display: block;
  background-color: #333; }

input.siteSearchInput.left {
  border-radius: 20px !important;
  width: 180px;
  margin-right: 2px; }

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: border-box; }

#search_submit_button {
  padding: 0px 0px 0px 2px; }

.move-left-adjusted {
  left: -255px !important; }

.move-left-adjusted-fixed {
  left: 0px; }

#adjust_margin {
  margin-right: -15px !important;
  margin-left: 15px !important; }

@media (max-width: 991px) {
  header {
    height: 59px; }
    header #navLogin li, header #navLanguage li {
      padding: 5px 0; }
      header #navLogin li a, header #navLanguage li a {
        padding: 0px !important; }
    header .navbar-collapse-custom {
      -webkit-backface-visibility: hidden;
      box-sizing: content-box;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      overflow-x: hidden;
      overflow-y: auto;
      position: absolute;
      top: -6px;
      bottom: 0;
      right: 0;
      padding: 0;
      z-index: 1001;
      margin: 0;
      width: 270px;
      display: none; }
    header .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
    header .navbar-header {
      height: 55px;
      float: none !important;
      background-color: #333; }
      header .navbar-header li {
        float: none !important; }
    header .navbar-custom .navbar-nav {
      float: unset; }
    header .navbar-inverse {
      margin-top: 1px; }
      header .navbar-inverse .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; }
    header .navbar-nav .open .dropdown-menu .dropdown-submenu {
      padding: 10px; }
    header .navbar-toggle {
      border-left: 1px solid black !important;
      border-radius: 0;
      height: 55px;
      width: 55px;
      color: #fff;
      font-size: 30px;
      padding: 0px;
      margin: 0; }
    header .mobile-items-container {
      font-size: 14px; }
      header .mobile-items-container a:hover {
        font-weight: normal; }
      header .mobile-items-container .dropdown {
        padding: 14px; }
    header #navLanguage li {
      padding: 13px 10px 0px 10px; }
    header .logo {
      left: 15px; }
      header .logo .simple_banner {
        width: 190px;
        height: 64px;
        background-size: 120px auto !important; }
    header .login-section {
      padding: 0px 15px 15px 15px; }
    header .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      border: 0;
      box-shadow: none;
      border-bottom-left-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      border-top-left-radius: 0px !important;
      border-top-right-radius: 0px !important; }
    header .search-drop-menu {
      height: 40px; }
    header .dropdown-menu.search-drop-menu input {
      padding: 0 0 0 10px; }
    header .dropdown-menu.search-drop-menu button {
      position: relative;
      background: none;
      border: none; }
    header .mobile-items-container {
      display: none; }

  .dropdown-menu {
    margin: 7px 0 0 !important;
    left: 0px !important;
    background: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    min-width: 0 !important; }

  #language_dropdown_list li:first-child {
    margin-bottom: 5px; }

  #search_form {
    margin: 2px 10px 0px 10px; }

  input.siteSearchInput.left {
    width: 80%; } }
@media (min-width: 992px) {
  header .top-nav-1 .dropdown-menu, header .top-nav-2 .dropdown-menu, header .top-nav-3 .dropdown-menu, header .top-nav-4 .dropdown-menu {
    min-height: 175px;
    width: 695px; }

  header .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px 20px; }

  header .dropdown-menu .dropdown-submenu {
    width: 33%;
    float: left;
    padding-right: 8px; }

  header .dropdown-menu > li > a {
    padding: 0;
    color: #BABB00; }

  header .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #BABB00; }

  header .nav-submenu-title {
    font-size: 0.8em; }

  header .dropdown-submenu ul li a {
    font-size: 0.9em; }

  header .dropdown-submenu ul li a {
    color: #fff; }

  header .top-nav-2 .dropdown-menu {
    margin-left: -132px; }

  header .top-nav-2 .dropdown-menu .dropdown-submenu {
    width: 25%; }

  header .navbar-nav > li:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    background: #666666;
    z-index: 100; }

  header #navLanguage {
    right: 0; }

  header #navLanguage:before {
    background: none; }

  header #navLanguage {
    position: absolute;
    top: -33px; }

  header #navLogin > a,
  header #navLanguage > a {
    font-size: .8em;
    padding: 6px 15.5px;
    color: #ADAFAA;
    white-space: nowrap; }

  header #navLanguage > a:hover {
    cursor: pointer; }

  header #navLogin .dropdown-menu, header #navLanguage .dropdown-menu {
    right: 0;
    left: inherit;
    min-height: initial; }

  header .dropdown-menu.language-drop-menu {
    width: 180px; }

  header .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 15px 20px; }

  header #navLanguage .dropdown-menu .dropdown-submenu {
    width: 100%; }

  header .dropdown-menu .dropdown-submenu {
    float: left;
    padding-right: 8px; }

  header #navLogin li, header #navLanguage li {
    padding: 5px 0; }
    header #navLogin li a, header #navLanguage li a {
      padding: 0px !important; }

  header .navbar-custom .navbar-nav > li.nav-header > a:hover + header .dropdown:hover .dropdown-menu {
    display: block; }

  header .navbar-custom .navbar-nav > li.nav-header > a:hover {
    background-color: #000;
    font-weight: normal;
    cursor: pointer; }

  header #navLogin.logged-out .login-section {
    width: 280px; }

  header #navLogin.logged-in .login-section {
    width: 200px; }

  header #navLogin .dropdown-menu {
    right: 0;
    left: inherit;
    min-height: initial; }

  header .navbar-header {
    float: none; }

  header #navLogin {
    right: 100px; }

  header #navLogin:before {
    background: none; }

  header #navLogin {
    position: absolute;
    top: -33px; }

  header .navbar-nav > li:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    z-index: 100; }

  header #navLogin > a {
    font-size: .8em;
    padding: 6px 17px;
    color: #ADAFAA;
    white-space: nowrap; }

  header .mobile-items-container {
    display: none; }

  header .dropdown-menu.search-drop-menu {
    width: 256px;
    right: 0;
    left: inherit;
    min-height: 0;
    height: 60px; }

  header .dropdown-menu.search-drop-menu input {
    padding: 0 0 0 10px; }

  header .dropdown-menu.search-drop-menu button {
    position: relative;
    background: none;
    border: none; } }
@media (min-width: 544px) {
  .navbar-header {
    float: none; }

  .navbar-nav {
    margin: 0; }
    .navbar-nav li {
      float: left; }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px; }

  .navbar-nav > li {
    float: left; } }
.login-section form {
  padding: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

/** CONTENT AREA STYLES ************************************************************************/
.body_container {
  background: #FFF;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.body_container_home {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.container {
  width: 100%; }

@media (max-width: 770px) {
  .container {
    padding: 0 15px !important; } }
.container-fluid {
  padding: 0px; }

@media (max-width: 1100px) {
  .container-fluid {
    width: 100%;
    padding: 0 15px !important; } }
@media screen and (min-width: 544px) {
  #subsiteNav {
    width: auto;
    float: right; } }
@media screen and (max-width: 544px) {
  #subsiteNav {
    width: 100%; }
    #subsiteNav .btn {
      width: 100%; }

  #section_subsite_dropdown {
    margin: 0px !important;
    background-color: #EBEBEB;
    border: 1px solid #ccc;
    border: 1px solid #EBEBEB; } }
#breadcrumb {
  margin: 20px 0px 10px 0px;
  min-height: 22px; }

#content_header .simple_banner {
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  padding-bottom: 27%;
  margin-top: -20px; }

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

#subsiteNav .dropdown-menu {
  left: initial;
  right: 0;
  width: 100%; }

#joinAndSave,
#essentialOils101,
#recipesGrid,
#diyGrid,
#contactUs {
  background-color: #ebebeb; }

#home_content_header,
#content_header {
  padding: 100px 0 0 !important; }

@media (max-width: 991px) {
  #home_content_header,
  #content_header {
    padding: 60px 0 0 !important; } }
.breadcrumb_container {
  padding-left: 15px;
  padding-right: 15px; }

.breadcrumbs {
  margin: 0px 0px 15px 0px; }

.page-title {
  border-bottom: 1px solid #ADAFAA;
  word-wrap: break-word; }

.header_subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #666666; }
  .header_subtitle p {
    font-size: 20px !important;
    font-style: italic !important; }

#content_body {
  padding-bottom: 5px; }

.grid_row {
  margin-right: 0px;
  margin-left: 0px; }

.grid-item {
  margin: 15px auto;
  width: 100%;
  max-width: 165px;
  text-align: center; }
  .grid-item a {
    display: block;
    color: #757575;
    text-decoration: none;
    background-color: transparent; }
  .grid-item a.prod-image {
    width: 100%;
    background-image: url(../assets-doterra/images/prod-unavailable.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 150%;
    transition: all .2s ease-in-out; }
  .grid-item a:hover .title {
    color: #BABB00; }
  .grid-item .title {
    color: #757575;
    font-weight: bold;
    font-style: normal; }
  .grid-item div.grid-image {
    background-size: cover;
    width: 100%;
    padding-top: 150%;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 10px #ccc;
    border-radius: 20px;
    margin-bottom: 10px;
    background-position: center center; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px; }

.panel-default {
  border-color: #EBEBEB; }
  .panel-default .panel-heading {
    color: #666666;
    background-color: #EBEBEB;
    border-color: #EBEBEB; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .panel .panel-heading {
    text-align: left;
    padding: 14px;
    position: relative; }

@media screen and (min-width: 992px) {
  #shop-home .prod-category {
    display: table-cell;
    vertical-align: middle;
    position: relative; }

  #section_page_title {
    margin-top: 10px; } }
#shop-home .prod-category {
  margin: 10px 0 20px 0; }

#shop-home .prod-category-image-container {
  width: 50%;
  margin: 0 auto; }

#shop-home .prod-category-image {
  display: inline-block;
  width: 100%;
  padding-bottom: 150%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: pointer; }

#shop-home .prod-category-name {
  color: #757575;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  max-width: 90%; }
  #shop-home .prod-category-name a {
    color: #666666;
    text-decoration: none; }

#shop-home .prod-category-name a:hover {
  color: #757575; }

.panel-subheader {
  font-weight: bold; }

.panel .panel-heading {
  text-align: left;
  padding: 14px;
  position: relative; }
.panel p + .panel-subheader {
  margin-top: 15px; }
.panel .panel-body a {
  color: #BD83CA; }
.panel .panel-body a:hover {
  color: #9E4FA5;
  font-weight: normal; }
.panel .panel-body p {
  margin: 3px 0;
  text-align: left;
  font-size: 16px !important; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  font-weight: 400; }

.well_row {
  border-spacing: 6px;
  margin-left: 0px;
  margin-right: 0px; }

.well_row.well_green > div {
  color: #fff;
  background-color: #BABB00; }

.well_row > div {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 8px;
  font-weight: 100 !important; }

.well_row.well_green > div h2 {
  color: #fff; }

.well_row > div h2 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 0px;
  margin: 0px; }

@media screen and (min-width: 991px) {
  .well_row > div {
    display: table-cell;
    float: none; } }
#content_footer {
  padding: 0px 0 12px; }

/** FOOTER AREA STYLES ************************************************************************/
@media (max-width: 991px) {
  footer {
    position: relative; } }
@media (min-width: 480px) {
  footer .row {
    padding: 0 15px; } }
@media (max-width: 768px) {
  footer #footer-center {
    margin-top: 25px; }

  footer #footer-right {
    margin-top: 35px; } }
@media (min-width: 768px) {
  footer #footer-left {
    text-align: left; }

  footer #footer-right {
    text-align: right; }

  footer #footer-right #trademark {
    float: right; }

  footer #footer-right #trademark:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  footer .row {
    padding: 0 45px; } }
footer {
  min-height: 190px;
  background: #535353;
  padding: 20px 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
  width: 100%; }

#footer-left p {
  font-size: 13px !important; }

#footer-right {
  font-size: 13px !important;
  font-family: 'Open Sans'; }

footer a {
  color: #fff;
  font-family: 'Open Sans'; }

footer a:hover {
  color: #ADAFAA;
  font-family: 'Open Sans'; }

footer a:visited {
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans'; }

footer .row {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px; }

footer #trademark {
  color: #ADAFAA;
  font-size: .8em;
  max-width: 275px;
  margin: 0 auto; }

footer hr {
  margin: 5px 0; }

footer .socMedia-box {
  margin: 10px 0;
  clear: both; }

footer #footer-language {
  background-repeat: no-repeat;
  height: 20px;
  padding-left: 50px;
  display: inline-block; }

footer span .socMedia {
  color: #A2A2A2;
  margin-right: 4px; }

footer span .socMedia i {
  width: 30px;
  height: 30px;
  background: #3e3e3e;
  border-radius: 42px;
  line-height: 30px;
  font-size: 20px;
  text-align: center; }

footer span .socMedia i.fa-facebook:focus, footer span .socMedia i.fa-facebook:hover {
  background: #4c66a4; }

footer span .socMedia i.fa-youtube:focus, footer span .socMedia i.fa-youtube:hover {
  background: #cc181e; }

footer span .socMedia i.fa-twitter:focus, footer span .socMedia i.fa-twitter:hover {
  background: #55acee; }

footer span .socMedia i.fa-pinterest:focus, footer span .socMedia i.fa-pinterest:hover {
  background: #e3262e; }

footer span .socMedia i.fa-instagram:focus, footer span .socMedia i.fa-instagram:hover {
  background: #fff;
  color: #000; }

footer span .socMedia i.fa-google-plus:focus, footer span .socMedia i.fa-google-plus:hover {
  background: #dd4b39; }

.quick_links_title {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

@media (min-width: 991px) {
  footer ul.footerLinks {
    -webkit-column-count: 3;
    column-count: 3; } }
@media (min-width: 768px) and (max-width: 990px) {
  footer ul.footerLinks {
    -webkit-column-count: 2;
    column-count: 2; } }
footer ul.footerLinks {
  -webkit-column-gap: 40px;
  column-gap: 40px;
  margin-left: 0;
  padding: 0px;
  line-height: 1.8; }
  footer ul.footerLinks li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  footer ul.footerLinks a {
    font-size: 12px;
    color: #fff; }
  footer ul.footerLinks a:hover {
    font-weight: normal; }

/** VIDEO MODAL ************************************************************************/
.reveal-modal .close-reveal-modal {
  font-size: 4.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 56.34%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-video-wrapper {
  max-width: 768px;
  margin: auto; }

.flex-video {
  padding-bottom: 57%; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none; }

.reveal-modal-bg {
  background-color: rgba(0, 0, 0, 0.68) !important; }

.reveal-modal {
  position: fixed;
  top: 0 !important;
  outline: none;
  background-color: #000;
  width: 100%;
  max-width: 768px;
  height: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 4px 4px 80px #000;
  background-image: url(/custom/DefaultTheme/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  border: none; }

.reveal-modal .close-reveal-modal {
  margin-top: -12px;
  margin-right: -4px;
  font-weight: normal; }

.reveal-modal .flex-video {
  margin: 0; }

.reveal-modal > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 642px) {
  .reveal-modal {
    height: auto;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

  .reveal-modal > div {
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

  .reveal-modal:focus {
    box-shadow: 0 0 0 0 transparent; } }
@media (min-width: 830px) {
  .reveal-modal .close-reveal-modal {
    margin-right: -50px;
    margin-top: -14px; } }
/** HOME PAGE STYLES ********************************************************************/
.home {
  background-image: url(/custom/DefaultTheme/img/backgrounds/lavenderDesktop.jpg);
  padding: 20px 0 25% 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .home .stripe {
    height: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 130px; }
  .home h1 {
    font-size: 100px;
    line-height: 70px;
    margin: -8px 0 20px 0px;
    font-family: "Parisienne", Cursive;
    color: #fff; }
  .home p {
    padding-left: 2rem;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    font-weight: 400; }
  .home .video_container {
    margin-top: -105px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 20px 15px 20px;
    border-radius: 8px; }
    .home .video_container .videoContent a {
      cursor: pointer; }
      .home .video_container .videoContent a img {
        width: 100%;
        border-radius: 8px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .home .video_container .videoContent a h6 {
        text-align: center;
        margin-bottom: 0;
        padding: 3px 0px;
        font-size: 16px;
        color: #222; }
    .home .video_container .videoContent a:hover img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .home .bioCont {
    margin-top: -21px !important;
    max-width: 290px;
    background-color: #b268c7;
    padding: 20px;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 10px 20px 15px -5px rgba(0, 0, 0, 0.2);
    margin: 20px auto 0 auto; }
    .home .bioCont .advocate {
      padding-bottom: 1em;
      max-width: 248px;
      margin: auto; }
      .home .bioCont .advocate h6 {
        font-family: 'Source Sans Pro', sans-serif;
        margin: 5px 0 0 0;
        text-align: center;
        border-bottom: 1px solid #fff;
        font-size: 20px;
        font-weight: 200; }
      .home .bioCont .advocate small {
        display: block;
        font-size: 10px;
        text-align: center; }
    .home .bioCont img {
      max-width: 100%;
      border-radius: 4px;
      display: block;
      margin: auto; }
    .home .bioCont .statement {
      font-size: 12px; }
    .home .bioCont a {
      display: block;
      background-color: rgba(255, 255, 255, 0);
      color: #fff;
      font-size: 13px;
      padding: 5px 3px;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 4px;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      transition: all 0.2s linear; }

@media (max-width: 991px) {
  .home {
    margin-top: 55px !important;
    padding-top: 60px;
    background-image: url(/custom/DefaultTheme/img/backgrounds/lavenderDesktop.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1025px !important;
    width: unset;
    background-color: #0c0a0d;
    padding: 0 0 3em 0; }
    .home .container-fluid {
      margin-top: 35px !important; }
    .home h1 {
      margin-bottom: 0px; }
    .home .home_text {
      margin-bottom: 45px; }

  .stripe-mobile {
    height: unset !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    margin-top: unset !important; } }
@media (max-width: 544px) {
  .home h1 {
    font-size: 48px !important; } }
@media (max-width: 768px) {
  .video_container {
    margin-top: 35px !important;
    max-width: 468px;
    margin: 3em auto; }
    .video_container .videoContent {
      margin-bottom: 20px; } }
/** ESSENTIAL OILS 101 STYLES ********************************************************************/
.essential_oil_title {
  color: #666666; }

.oil_img img {
  transition: all .2s ease-in-out; }
.oil_img :hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px); }

/** JOIN AND SAVE STYLES ********************************************************************/
@media (max-width: 771px) {
  #benefits_table_desktop {
    display: none; }

  #benefits_table_mobile {
    display: block; }

  .joinandsave_description {
    font-size: 1.5rem;
    line-height: .9rem; }

  #joinAndSave table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 25px; }
    #joinAndSave table thead {
      background: #EBEBEB !important; }
      #joinAndSave table thead th {
        border-radius: 10px 10px 0 0;
        padding: 17px 15px;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1em; }
      #joinAndSave table thead tr th {
        display: table-cell; }
    #joinAndSave table tbody tr:nth-child(odd) {
      background: #DFDFDF; }
    #joinAndSave table tbody tr {
      border: 1px solid #BEBEBE; }
    #joinAndSave table tbody td {
      border: 1px solid #cbcbcb;
      position: relative;
      height: 80px;
      text-align: center;
      color: #fff;
      font-size: 1.5rem;
      padding: 5px; }
  #joinAndSave tr {
    border-left: 0; }
  #joinAndSave .check,
  #joinAndSave .uncheck {
    font-family: FontAwesome; }
  #joinAndSave .centered.check:before,
  #joinAndSave .centered.uncheck:before {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0px 0px 0px; }
  #joinAndSave .check:before {
    content: "\f00c";
    color: #57A53C;
    font-size: 40px; }
  #joinAndSave .uncheck:before {
    content: "\f00d";
    color: #6f6f6f;
    font-size: 40px; } }
@media (min-width: 771px) {
  #benefits_table_desktop {
    display: block; }

  #benefits_table_mobile {
    display: none; }

  #joinAndSave table {
    width: 100%;
    border-collapse: collapse;
    border: none; }
    #joinAndSave table thead {
      background: transparent !important; }
      #joinAndSave table thead th {
        border-radius: 10px 10px 0 0;
        color: white;
        padding: 17px 15px;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: .9em; }
      #joinAndSave table thead tr th {
        display: table-cell; }
    #joinAndSave table tbody tr:nth-child(odd) {
      background: #DFDFDF; }
    #joinAndSave table tbody tr {
      border: 1px solid #BEBEBE; }
    #joinAndSave table tbody td:first-child {
      width: 30%; }
    #joinAndSave table tbody td {
      border: 1px solid #cbcbcb;
      position: relative;
      height: 80px;
      text-align: center;
      min-width: 106px;
      font-size: 1.5rem;
      padding: 5px 20px 5px 20px; }
  #joinAndSave tr {
    border-left: 0; }
  #joinAndSave .check,
  #joinAndSave .uncheck {
    font-family: FontAwesome; }
  #joinAndSave .centered.check:before,
  #joinAndSave .centered.uncheck:before {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0px 0px 0px; }
  #joinAndSave .check:before {
    content: "\f00c";
    color: #57A53C;
    font-size: 40px; }
  #joinAndSave .uncheck:before {
    content: "\f00d";
    color: #6f6f6f;
    font-size: 40px; } }
/** CONTACT US STYLES ********************************************************************/
#contact_form_container {
  margin-top: 35px; }

form .control-group .form_check_boxes {
  top: 0px !important; }

.form_check_box_section .form-group {
  margin-bottom: 0px; }

#contact_us_form label {
  margin-left: 5px; }

textarea.form-control {
  padding: 12px !important; }

/*# sourceMappingURL=base.css.map */
